a:hover{
    text-decoration: none;
}

ul li{
    list-style: none;
}

@font-face{
    font-family: 'Fatuma';
    src: url('AGFatumBold.ttf');
}


.spin-wrapper {
  position: relative;
  width: 100%;
  height: 50vh;
  background: #fff;
}
.spin-wrapper .spinner {
  position: absolute;
  height: 60px;
  width: 60px;
  border: 3px solid transparent;
  border-top-color: #38c172;
  top: 50%;
  left: 50%;
  margin: -30px;
  border-radius: 50%;
  animation: spin 2s linear infinite;
}
.spin-wrapper .spinner:before, .spin-wrapper .spinner:after {
  content: "";
  position: absolute;
  border: 3px solid transparent;
  border-radius: 50%;
}
.spin-wrapper .spinner:before {
  border-top-color: #761c19;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  animation: spin 3s linear infinite;
}
.spin-wrapper .spinner:after {
  border-top-color: #fffbfe;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  animation: spin 4s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.navbar{
    position: fixed;
    width: 100%;
}

.container{
    margin-top: 50px;
}

.container-nav{
    margin-top: 0;
}

.user-buttons img{
    width: 25px;
    opacity: 0.5;
}

.user-buttons img:hover{
    opacity: 1;
}

.table td, .table th{
    vertical-align: middle;
}

.galery_link{
    color: darkcyan;
}

.galery_link:hover{
    color: darkred;
}

.custom_table_border{
    border-right: 1px dashed #b5b0b0!important;
    border-left: 1px dashed #b5b0b0!important;
    border-bottom: 1px dashed #b5b0b0!important;
    text-align: center;
}

#myBtn{
    display: block;
    width: 210px;
    margin-bottom: 1.25rem!important;
}

.red_text{
    color: #761c19;
}

.red_bg{
    color: #fff;
    background: #c51f1a;
}

.green_bg{
    color: #fff;
    background-color: #38c172;
}

.ordered{
    cursor: pointer;
}

.pdftest{
    color: #fff!important;
}

.biletsdes{
    display: block;
    padding: 0.75rem 1.25rem;
    width: 100%;
    color: #fff!important;
}

.table td, .table th{
    padding: 0.5rem!important;
}

.blue_bg{
    padding: 0;
    color: #fff;
    background-color: #1d68a7;
}


.toolstick{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0;
}

.deleteTick{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #c51f1a;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
}

.deleteTick:hover, .activator:hover{
    cursor: pointer;
    opacity: 0.8;
}

.card a{
    color: #761c19;
}

.tick_card{
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    border: none;
}

.activator{
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    border-left: 1px solid #fff;
    background-color: #38c172;
}

.flexid{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.flexid .float-right{
    color: #000;
}

.addtick {
    color: #1d643b;
    background: #9fd2b5;
    padding: 5px;
    font-size: 16px;
    font-weight: 900;
}

.addtick:hover{
    background: #9FD2B5FF;
    cursor: pointer;
}

.float-right, .float-left{
    margin: 0;
}

.pdbot{
    margin: 15px 0px;
    padding: 0 5px;
    box-sizing: border-box;
}

.cursor{
    cursor: pointer;
}

.pdbot .list-group:hover{
    -webkit-box-shadow: 4px 4px 22px -5px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 22px -5px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 22px -5px rgba(34, 60, 80, 0.2);
}

.err_username{
    margin-top: 3px;
    display: none;
    margin-bottom: 0;
    font-size: 10px;
    color: #e3342f;
    float: right;
}

.modal-header, h4, .close {
    background-color: #5cb85c;
    color:white !important;
    text-align: center;
    font-size: 30px;
}
.modal-footer {
    background-color: #f9f9f9;
}

#myModalDel .modal-header,#myModalDel h4 {
    background-color: #e3342f;
}

#myModalDel .form-group, #myModalDel label{
    margin: 0 auto;
}

#myModalEdit h4{
    padding: 0!important;
    line-height: 2!important;
    margin: 0!important;
    font-size: 20px!important;
}

.editor{
    float: right;
}

.userDelete{
    position: relative;
}

.ask_del_user{
    position: absolute;
    left: 0;
    top: 0;
    background: silver;
    border: darkslategray;
    padding: 5px;
}
.grid{
    opacity: 0;
    width: 100%;
}

.grid-item {
    width: 23%;
    box-sizing: border-box;
    margin: 1%;
    transition: all .2s ease-in-out;
}

.grid-item:hover{
    transform: scale(1.1);
}

.grid-item a .card{
    transition: all .2s ease-in-out;
}

.grid-item a .card:hover{
    -webkit-box-shadow: 0px 4px 17px -4px rgba(0,0,0,0.57)!important;
    -moz-box-shadow: 0px 4px 17px -4px rgba(0,0,0,0.57)!important;
    box-shadow: 0px 4px 17px -4px rgba(0,0,0,0.57)!important;
}

/*preloader */
html .content-preloader, body .content-preloader {
    display: block;
    text-align: center;
    position: relative;
    top: 40vh;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #761c19;
}
html .content-preloader span, body .content-preloader span {
    width: 30px;
    display: inline-block;
}

.checkselect {
    position: relative;
    display: inline-block;
    min-width: 100%;
    text-align: left;
}
.checkselect-control {
    position: relative;
    padding: 0 !important;
}
.checkselect-control select {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding-left: .375rem .75rem;
}
.checkselect-over {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.checkselect-popup {
    display: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    max-height: 200px;
    position: absolute;
    top: 100%;
    left: 0px;
    border: 1px solid #dadada;
    border-top: none;
    background: #fff;
    z-index: 9999;
    overflow: auto;
    user-select: none;
}
.checkselect label {
    position: relative;
    display: block;
    margin: 0;
    padding: 4px 6px 4px 25px;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.1;
    cursor: pointer;
}
.checkselect-popup input {
    position: absolute;
    top: 5px;
    left: 8px;
    margin: 0 !important;
    padding: 0;
}
.checkselect-popup label:hover {
    background: #03a2ff;
    color: #fff;
}
.checkselect-popup fieldset {
    display: block;
    margin:  0;
    padding: 0;
    border: none;
}
.checkselect-popup fieldset input {
    left: 15px;
}
.checkselect-popup fieldset label {
    padding-left: 32px;
}
.checkselect-popup legend {
    display: block;
    margin: 0;
    padding: 5px 8px;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.1;
}

.copy{
    cursor: pointer;
}

.copy_info{
    position: fixed;
    left: 5px;
    top: 5px;
    z-index: 999;
    background: #38c172;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    border-radius: 5px;
    opacity: 0;
}

.usernameEdituser{
    position: relative;
}

.copyAfter:after{
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: -30px;
    opacity: .3;
    background: url("../public/img/copy.png");
}

.allposts{
    margin: 1%;
    padding: 15px;
    border: 1px solid #eee;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top-color: #fff;
    background: #fff;
}

footer{
    margin-top: 25px;
}

.card-body{
    font-size: 14px;
    padding: 15px;
    color: #000;
    border-radius: 20px;
}

.fronttick .card-header{
    font-size: 24px!important;
    font-weight: 500!important;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none!important;
    border-radius: 20px;
}

.tick_card .card-header{
    display: block;
    background: #e8eff3!important;
    border: none;
    border-radius: 20px;
    background: none;
    text-align: left!important;
}

.desctick{
    font-size: 14px;
}

.tick_card .card-body{
    border-radius: 0    ;
    background: #e8eff3!important;
}

.fronttick .bg-light{
    background: #fff!important;
}

.card{
    margin-bottom: 15px;
    border-radius: 20px;
}


.orange_bg {
    width: 100%;
    min-height: 50px;
    background: #00afc2;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 20px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.left_gray{
    font-size: 15px;
    font-weight: 100;
}
.orange_bg input {
    -webkit-appearance: none;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    width: 30px;
    height: 23px;
    text-align: center;
    font-size: 1em;
    font-weight: 900;
    color: #000;
    background: none;
    border: none;
    outline: none;
}

.right_gray{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.plus, .minus{
    cursor: pointer;
}

.right_gray span{
    font-weight: 100;
    margin-right: 5px;
}
.card-footer{
    background: none;
    padding: 0;
    border: none;
}

.span_tick{
    color: #38c172;
}

.card-title{
    font-weight: 600;
}

.card-body p{
    margin-bottom: 0;
    font-weight: 100;
}

.page-link{
    color: #000!important;
}
.disabled a{
    background-color: #761c19!important;
    color: #ffffff!important;
}

.mypag{
    position: fixed!important;
    bottom: -7px!important;
    z-index: 99999;
    left: 0;
    right: 0;
}

.grid{
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: url(#blur);
    filter: blur(0px);
    -webkit-transition: 0.3s -webkit-filter linear;
    -o-transition: 0.3s -o-filter linear;
}

.grid p{
    text-align: center;
}

.filterItems{
    position: fixed;
    overflow: auto;
    /*display: none;*/
    left: -400px;
    top: 55px;
    height: 100%;
    background: #fff;
    width: 400px;
    padding: 15px;
    border-right: 2px solid rgba(0,0,0,0.1);
    -webkit-transition: 0.2s left linear!important;
    -o-transition: 0.2s left linear!important;
}

.filterItems::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Chrome/Safari/Webkit */
}

.filterItems {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}

.blurFilter{
    -webkit-filter: blur(5px)!important;
    -moz-filter: blur(5px)!important;
    -o-filter: blur(5px)!important;
    -ms-filter: blur(5px)!important;
    filter: url(#blur)!important;
    filter: blur(5px)!important;
    -webkit-transition: 0.3s -webkit-filter linear!important;
    -o-transition: 0.3s -o-filter linear!important;
}

.filterOn{
    margin-top: 10px;
    width: 100%;
}

.card-header .datepicker-inline{
    width: 100%;
}

.filterShow{
    left: 0!important;
    -webkit-transition: 0.2s left linear!important;
    -o-transition: 0.2s left linear!important;
}

.filterItems .openFilter{
    position: absolute;
    top:0;
    right: -44px;
    padding: 5px 15px;
    background: #761c19;
    opacity: 1;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.1)!important;
    cursor: pointer;
}

.filterItems li{
    box-sizing: border-box;
    width: 100%;
    list-style: none;
    padding: 10px 0px 10px 0;
    z-index: 1;
    overflow: auto;
}

.filterItems li input {
    width: 100%;
}

.filterItems ul{
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

footer .shadow-sm {
    box-shadow: 0 -0.125rem .25rem rgba(0,0,0,.075)!important;
}


#result_price{
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.userform{
    padding: 20px;
    background: #e8eff3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.userform input{
    text-align: left;
    padding: 25px 0;
    padding-left: 20px;
    font-size: 20px;
    width: 80%;
    color: #000;
    border: none;
    border-radius: 20px;
    margin-bottom: 10px;
    outline: none;
}

.btn-mybtn{
    background: #00afc2;
    color: #fff;
    border-radius: 20px;
    margin-top: 15px;
}

.btnerr{
    width: 80%;
    border-radius: 20px;
}

.erorname, .erormail, .erorphone, .erorsumm, .erorfam, .erordate, .erorfree{
    display: none;
}

#resliq{
    width: 80%;
    text-align: center;
}

.liqbtn{
    width: 63%;
}

.bg-city{
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background: url("../public/img/bg-city.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-city .container{
    margin-top: 0;
}

.bg-city .py-4{
    height: 100%;
}

.city-logo{
    margin: 80px;
}

.city-content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.city-content a{
    width: 30%;
}

.city-items{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
    color: #000;
    transition: all ease 0.8s;
}

.city-items p{
    font-family:  'Fatuma', sans-serif;
    font-size: 72px;
    font-weight: 900;
    padding: 0;
    margin: 0;
    line-height: 72px;
}

.city-items span{
    font-family:  'Fatuma', sans-serif;
    font-size: 30px;
    font-weight: 900;
    padding: 0;
    margin: 0;
    line-height: 30px;
}

.city-items:hover{
    cursor: pointer;
    color: #00afc2;
    opacity: 1;
    transform: scale(1.1);
}


.city-items img{
    width: 100%;
}

.kw{
    line-height: normal;
}

.kw .container{
    margin-top: 0;
}

.kw_top_nav ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.kw_top_nav ul li{
    list-style: none;
}

.kw_top_nav ul li{
    padding: 15px;
}

.kw_top_nav a{
    display: block;
    color: #000;
    text-decoration: none;
    transition: all 0.4s;
}

.kw_top_nav a:hover{
    cursor: pointer;
    color: #1dbec5;
    transform: scale(1.1);
}

.kw_header img{
    height: 100%;
}

.kw_content{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.kw_city{
    margin-left:  80px;
    margin-right: 50px;
    position: relative;
    cursor: pointer;
}

.kw_time{
    cursor: pointer;
    position: relative;
}

.kw_city_item_on{
    display: block;
    position: absolute;
    z-index: 6;
    top: 30px;
    left: 0;
    background: #33a8b9;
    color: #fff;
    width: 320px;
    height: auto;
    padding: 28px;
    animation: fadeIn 0.5s;
}
.kw_city_item_off{
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    background: #33a8b9;
    color: #fff;
    width: 320px;
    height: auto;
    padding: 28px;
}

.kw_time_item_on{
    display: block;
    z-index: 6;
    position: absolute;
    top: 30px;
    left: 0;
    background: #33a8b9;
    color: #fff;
    width: 320px;
    height: auto;
    padding: 28px;
    animation: fadeIn 0.5s;
}
.kw_time_item_off{
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    background: #33a8b9;
    color: #fff;
    width: 320px;
    height: auto;
    padding: 28px;
}

@keyframes fadeIn {
     from {
          opacity: 0;
     }

     to {
          opacity: 1;
     }
}

.kw_link{
    padding: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    border: 1px solid #fff;
    border-radius: 25px;
}

.kw_city_content{
    padding-top: 28px;
    font-size: 18px;
    display: none;
}

.kw_time_content{
    font-size: 18px;
    display: none;
}

.kw_city_active_content, .kw_time_active_content{
    display: block;
}

.kw_link a{
    padding: 13px 22px;
}

.kw_city_item_on a{
    width: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kw_city_active{
    background: #fff;
    border-radius: 23px;
    color: #33a8b9!important;
}

.kw_city:before, .kw_time:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    right: -10px;
    top: 13px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.kw_social{
    margin-left: auto;
}

.kw_city, .kw_time, .kw_social ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.kw_social ul{
    margin: 0;
    padding: 0;
}

.kw_social ul li{
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    transition: all 0.4s;
}

.kw_social svg{
    background: #e6e6e6;
    border-radius: 50%;
    fill: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
}

.kw_header .instagram svg:hover{
    fill: #fff;
    background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 3%, #fd5949 38%, #d6249f 63%, #285aeb 86%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 3%, #fd5949 38%, #d6249f 63%, #285aeb 86%);
    transform:  scale(1.1);
}

.kw_header .youtube svg:hover{
    fill: #fff;
    background: #e91c1c;
    transform:  scale(1.1);
}

.kw_header .fb svg:hover{
    fill: #fff;
    background: #4267b2;
    transform:  scale(1.1);
}

.kw_social img{
    max-width: 100%;
    height: auto;
}

.kw_city img, .kw_time img{
    width: auto;
    height: 20px;
    margin: 5px;
}

.kw_title{
    width: 100%;
    position: relative;
    margin-top: 120px;
    z-index: 5;
}

.kw_title h2{
    font-size: 100px;
    font-family:  'Fatuma', sans-serif;
    font-weight: 900;
    position: relative;
}

.kw_title h2:after{
    content: 'Online';
    font-size: 90px;
    color: #f5f5f5;
    font-family:  'Fatuma', sans-serif;
    font-weight: 900;
    position: absolute;
    top: -90px;
    right: 160px;
}

.kw_title span{
    display: block;
    color: #616161;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
}

.kw_block{
    width: 100%;
    position: relative;
    z-index: 4;
}

.kw_block:before{
    content: '';
    background-color: #f3f3f3;
    width: 100%;
    height: 100%;
    right:  5%;
    position: absolute;
    z-index: -2;
}

.block_kw{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family:  'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.block_kw span{
    font-size: 12px;
    font-weight: 400;
}

.kw_block:after{
    content: '';
    position: absolute;
    right: 0;
    top: -168px;
    z-index: -3;
    width: 300px;
    height: 230px;
    background: url('../img/point.png');
}

.kw_block_items{
    padding: 55px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: inherit;
}

.kw_block_item{
    padding: 10px;
    margin: 0 20px;
    padding-top: 70px;
    max-width: 170px;
    min-height:  180px;
    background: #fff;
    border-radius: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kw_block_item .kw_icon{
    position: absolute;
    left: 10px;
    top: 10px;
}

.kw_block_item .kw_span{
    position: absolute;
    right: 8px;
    top: 8px;
    font-weight: 600;
    border: 2px solid #e6e6e6;
    color: #e6e6e6;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.4s;
}

.kw_block_item .kw_span:hover{
    border-color: #000;
    color: #000;
    transform: scale(1.1);
}

.kw_block_item_count{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.kw_block_item_count .plus, .kw_block_item_count .minus{
    margin: 0;
    padding: 0;
    font-size: 35px;
    color: #bababa;
}

.kw_block_item_count input{
    border: none;
    background: none;
    width: 90px;
    color: #bababa;
    text-align: center;
    font-size: 60px;
    font-family: 'Fatuma', sans-serif;
    font-weight: 900;
    outline: none;
}

.kw_calendar{
    background: #fff;
    padding: 15px 80px;
    border-radius: 15px;
}

.kw_form{
    display: flex;
    min-width: 400px;
}

.kw_form .userform{
    background: none;
}

.kw_form .userform input{
    width: 100%;
}

.kw_form .card{
    margin-bottom: 0;
}

.kw_form .userform .btnerr{
    width: 100%;
}

.kw_pay{
    background: #fff;
    padding: 15px;
    width: 100%;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kw_pay #result_price{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #d7d7d7;
}

.kw_pay #result_price #summprise{
    font-size: 55px;
    font-weight: 500;
}

.stage{
    display: flex;
    justify-content: space-around;
    align-items: centers;
    position: relative;
}

.stage:after{
    z-index: 1;
    content: '';
    border-top: 1px solid #ffcc52;
    width: 100%;
    position: absolute;
    top: 25px;
    left: 0;
}

.stage .oval p{
    z-index: 2;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #ffcc52;
    font-size: 40px;
    color: #fff;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
}

.stage .oval{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.stage .oval span{
    font-size: 20px;
    font-weight: 900;
}

@media (max-width: 1200px) {
    .filterItems li{
        width: 33.3333%;
    }
    .kw_top_nav ul li {
        padding: 5px;
    }

    .kw_block_items{
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .kw_block_item{
        width: 28%;
        max-width: 100%;
        margin: 20px;
    }

    .kw_pay{
        width: 80%;
        margin-top: 50px;
    }
}

@media (max-width: 992px) {
    .filterItems li{
        width: 50%;
    }
    .city-items p{
        font-size: 50px;
    }
    .city-items span{
        font-size: 18px;
    }
    .city-logo {
        margin: 29px;
        width: 50%;
    }

    .kw_top_nav{
        display: none;
    }

    .kw_city{
        margin-left: 20px;
        margin-right: 20px;
    }

    .kw_block_items {
        padding: 20px 0;
    }

    .kw_block_item {
        width: 42%;
    }
}


@media (max-width: 845px) {
    .card-body{
        overflow: overlay;
    }

    .grid-item {
        width: 31.3333%;
    }

    .tick_card{
        max-width: 100%;
    }

    .bg-city .py-4 {
        height: 100%;
        min-height: 100vh;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }
}

@media (max-width: 580px) {
    .filterItems li{
        width: 100%;
    }

    .filterItems li{
        padding-right: 0;
    }

    .navbar-brand{
        text-align: center!important;
        white-space: break-spaces!important;
    }

    .container-nav{
        justify-content: space-around!important;
    }

    .py-4{
        padding-top: 5.5rem!important;
    }

    .bg-city .py-4{
        padding-top: 0!important;
    }

    .city-content{
        flex-direction: column;
    }

    .city-content a {
        width: 50%;
    }

    .kw_content{
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
    }
    .kw_content img{
        margin: 10px;
    }
    .kw_social{
        margin-left: 0;
    }

    .kw_city{
        justify-content: flex-start;
        width: 100%;
    }

    .kw_time{
        justify-content: flex-start;
        width: 100%;
    }

    .kw_city_item_on {
        left:  0;
        width: 90%;
    }

    .kw_time_item_on{
        left: 0;
        width: 90%;
    }

    .kw_city:before, .kw_time:before {
        left: 0;
        right: 0;
        top: 16px;
    }

    .kw_title {
        margin-top: 85px;
    }

    .kw_title h2{
        font-size: 60px;
    }

    .kw_title h2:after{
        right: 50px;
    }

    .kw_block:after{
        opacity: 0.4;
    }

    .kw_block_item {
        width: 90%;
    }

    .kw_block_items{
        width:  100%;
    }

    .kw_calendar{
        width: auto;
        padding:  15px 0;
    }

    #datepicker{
        width: auto;
    }

    .kw_form{
        margin-top: 50px;
        min-width: 100%;
    }

    .stage .oval span {
        font-size: 10px;
    }
}

