:root{
    --primary: #8c8c8c;
    --text-color: #666B72;
    --primary-hover: #2b2b2b;
    --main-color-dark: #0c0c1c;
    --main-color-gold:#d79b4f;
    --white:#fff;
}


a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

.btn{
    outline:none
}

.btn-primary {
    background-color: var(--primary);
    border-color: #dd0000;
}

.btn-primary:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}

.btn-primary:focus {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}

.btn.btn-primary:active {
    background-color: var(--primary-hover);
    border:1px solid  var(--primary-hover) !important;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    border: 0
}

.form-control:focus, .form-select:focus {
    border-color: var(--primary);
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgb(224 0 0 / 25%);
}

.btn-region{
    padding: 0;
    font-size: 12px; 
}

/* .btn-region::after{
    content: initial;
} */

.dropdown-region ul{
    background: #fff;
    position: absolute;
    top: 100%;
    left: -1px;
    width: auto;
    min-width: 164px;
    white-space: nowrap;
    border: 1px solid #eef0f1;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 16px 16px 0 rgb(0 0 0 / 4%);
    padding: 0;
}

.dropdown-region ul li{
    border-bottom:1px #eef0f1 solid;
}

.dropdown-region ul li a{
    font-size: 12px;
}

ul.top-nav{
       box-sizing: border-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    height: 50px;
    gap: 15px;

}

.top-nav li{
    margin-right: 0 !important;
}


.top-nav .log-sign{ 
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 10px;
    border-left: 1px transparent solid;
    border-right: 1px transparent solid;
    transition: ease all .3s;
}

.top-nav .log-sign:hover{
    color: #2b2d2e;
    text-decoration: none;
    box-shadow: 0 8px 40px 0 rgb(0 0 0 / 4%);
    border-left: 1px #eef0f1 solid;
    border-right: 1px #eef0f1 solid;
}

ul.top-nav li a{
    font-size: 14px;
    color: var(--text-color);
    text-decoration: none;
}



ul.top-nav li a i {
    margin-bottom: -3px;
}

.place-cta {
    display: inline-block;
    transition: all .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 9px 0;
    border-radius: 6px;
    background:var(--main-color-gold);
    border-color:var(--main-color-dark);
    color: #fff !important;
    font-size: 12px !important;
    width: 100px !important;
}

.f-bold{
    font-weight: 600;
}

.cat-navbar{
    border-top: 1px solid #eef0f1;
    border-bottom: 1px solid #eef0f1;
}

.cat-navbar ul li{
    font-size: 13px;
}

.cat-navbar ul li .nav-link:after{
    content: initial;
}

.cat-navbar ul li .nav-link:hover + .dropdown-menu{
    display: block;
}

.cat-navbar ul li .dropdown-menu:hover{
    display: block;
}

.cat-navbar .dropdown-menu{

    top: 100%;
    box-shadow: 0 16px 16px 0 rgb(0 0 0 / 4%);
    width: 255px;
    transition: all .2s;
    height: 410px;
    border: 0;
    border-right: 1px;
}

/* .cat-navbar .dropdown-menu.right-classified{
    transform: translateX(-22%);
}

.cat-navbar .dropdown-menu.right-furniture{
    transform: translateX(-52%);
}

.cat-navbar .dropdown-menu.right-mobile{
    transform: translateX(-60%);
} */

.cat-navbar .dropdown-menu.right-auto .multi-menu{
    left: initial;
    right: 100%;
}

/* .multi-menu > ul li {
    font-size: 14px;
font-weight: 400;
font-stretch: normal;
font-style: normal;
line-height: 1.4;
letter-spacing: normal;
color: #626465;
padding-bottom: 8px;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 169px;
padding-right: 10px;
} */

.multi-menu > ul{
    padding: 0;
}

.multi-menu > ul li{
    width: 150px;
    float: left;
}

.cat-navbar .dropdown-menu.right-community{
    left: initial;
    right: 0;
}

.cat-navbar .multi-menu{
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 16px;
    background: #f6f7f8;
    min-width: 350px;
    max-width: 350px;
    height: 410px;
    overflow: hidden;
    border-bottom-right-radius: 6px;
    z-index: 10;
}

.cat-navbar .mega-menu .dropdown-item:hover  + .multi-menu{
    display: block;
}

.multi-menu:hover{
    display: block;
}

.children_dropdown_header {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eef0f1;
}

.header-backdrop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #2b2d2e;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
    will-change: visibility,opacity;
}

.multi-menu ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}   

.multi-menu ul li a{
    display: block;
    color: #424242;
    width: 100%;
}

.children_dropdown_footer {
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    padding: 14px 0;
    height: 75px;
    width: 338px;
    border-top: 1px solid #eef0f1;
}

.search-seciton-banner{
    background: url(../img/bg.jpeg) round;
    background-size: cover;
}

.hero-heading{
    text-shadow: 0 2px 4px rgb(0 0 0 / 35%);
    font-size: 24px;
    line-height: 1.33;
    font-weight: 400;
}

.search-menu{
    background-color: rgba(33,34,35,.6);
    margin: 24px 0 0;
    
}

.search-title{
    padding: 2px 16px;
    width: 140px;
}

.search-title p{
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.search-menu-list li a{
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    border-radius: 30vh;
    padding: 5px 15px;
    margin: 10px 0;
}

.search-menu-list li a.active{
    background-color: var(--primary);
}

.search-fields form input, .search-fields form select {
    font-size: 15px;
}

.search-fields form input::placeholder{
    font-style: italic;
}

.homepage-card-section {
    margin: 16px 0;
    /* font-family: proxima-nova,noto,helvetica,arial,sans-serif; */
    font-size: 27px;
    font-weight: 600;
    line-height: .89;
    color: #2b2d2e;
}

.category-title{
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: #2b2d2e;
}

.category-count{
    font-weight: 400;
    line-height: 1.33;
    color: #b6b8b9;
    margin: 0 8px;
    font-size: 12px;
}

.sub-category-list li a{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    color: #2b2d2e;
    margin-bottom: 4px;
    display: block;
    text-decoration: none;
}

.all-categories-btn{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    color: var(--primary);
    transition: ease all .2s;
}

.all-categories-btn img{
    transition: ease all .2s;
}

.all-categories-btn:hover{
    color: var(--primary);
}

.all-categories-btn:hover img{
    transform: translateX(3px);
}

.category-add-img{
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    height: 152px;
    object-fit: cover;
}

.category-add-meta h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--primary);
    margin: 0;
}

.category-add-meta h4{
    font-size: 13px;
    font-weight: 600;
    line-height: 1.43;
    color: #2b2d2e;
    margin: 0;
}

.category-add-meta p{
    font-size: 13px;
    line-height: 1.3;
    color: #2b2d2e;
}

.category-add-main{
    transition: ease all .3s;
}

.category-add-main:hover{
    /* transition: .2s; */
    box-shadow: 0 8px 24px 0 rgb(0 0 0 / 12%);
    text-decoration: none;
}

.app-bg {
    background: #f7f7f7;
    background: linear-gradient(90deg,#fff 0,#e8e8e8 100%);
    box-shadow: none;
    border: 1px solid #f9f9f9;
    border-radius: 6px;
}

.app-bg h2{
    color: #2b2d2e;
    font-size: 20px;
}

.app-bg h2.primary{
    color: var(--primary);
}

.mobile-module {
    position: relative;
    top: 15px;
}

img.store-btn {
    max-width: 132px;
}

.main-footer{
    background-color: #eee;
}

.footer-heading{
    color: #3C4245;
    font-size: 15px;
    font-weight: 700;
}

.main-footer ul li a{
    font-size: 14px;
    color: #0C5582;
}

.main-footer ul li a:hover{
    text-decoration: underline;
}

.form-sec h1{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    text-align: center;
    color: rgb(49, 51, 52);
}

.form-control{
    width: 100%;
    height: 48px;
    border-radius: 6px;
    border: 1px solid rgb(182, 184, 185);
    transition: all 0.2s ease 0s;
    padding: 12px 16px;
    font-size: 16px;
    box-sizing: border-box;
}

.form-sec {
    height: 79vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-pass {
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    font-weight: 600;
    color: var(--primary);
}

.forget-pass{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    color: var(--primary);
    text-decoration: none;
}

.privacy-text{
    color: rgb(190, 192, 193);
    font-size: 12px;
    padding: 0px 24px;
}

.privacy-content p{
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 16px;
    font-style: normal;
}

.privacy-content h3{
    font-weight: 700;
    font-size: 16pt;
    padding-bottom: 0;
    line-height: 1.0;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: justify;
    margin: 25pt 0 20pt 0;
}

.privacy-content h1{
    vertical-align: baseline;
    color: #222222;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    margin: 25px 0 20px 0;
}

.contact-place-btn{
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
}

.btn-region.btn-lang{
    font-size: 13px;
    color: var(--primary);
}

.help-field h1{
    font-size: 35px;
    font-weight: 400;
    color: #666;
    text-align: center;
    margin: 0;
}

.help-field input{
    line-height: 1.2em;
    border-radius: 3px 0px 0px 3px;
    height: 50px;
    font-size: 16px;
    padding: 0 20px;
    margin: 0px;
    color: #000;
}

.breadcrumbs {
    margin: 20px 0 30px;
    display: table;
}

.breadcrumbs li:first-child {
    border-radius: 4px 0 0 4px;
}
.breadcrumbs li {
    color: #999;
    display: inline;
    font-size: 12px;
    background-color: #fff;
    padding: 10px 15px;
    border: 1px solid #ccc;
}

.breadcrumbs li a {
    color: #999;
    font-weight: normal;
}

.breadcrumbs li:last-child, .breadcrumbs li:last-child a {
    font-weight: bold;
}

.breadcrumbs li:last-child {
    border-radius: 0 4px 4px 0;
    background-color: #f3f3f3;
}

.knowledge-page-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 5px 0;
    margin: 15px 0;
}

.knowledge-page-header h1 {
    font-size: 30px;
    margin: 0;
}

.contact-form{
    padding: 20px 30px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 20px;
}

.contact-desc{
    font-size: 15px;
}

.contact-form form label{
    font-size: 16px;
}

.contact-form .form-control {
    color: #000;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    padding: 10px;
    height: 38px;
}

.contact-form textarea.form-control{
    height: auto;
}



.contact-form .form-text{
    color: #bebebe;
    font-size: 11px;
}

.contact-form form label span{
    color: red;
}

div#zdrop {
    width: 100%;
    height: 80px;
    border: 1px dashed var(--primary);
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    cursor: pointer;
}

div#upload-label {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

div#upload-label span{
    color: var(--primary);
}

.remove {
    color: #979595;
    font-size: 11px;
}

.collection-item:hover {
    background: #d5d5d5;
}

.collection-item {
    transition: ease all .3s;
    padding: 5px 10px;
}

.preview-container .progress{
 
    height: 4px;
    margin-top: 5px;

}

.white-aside {
    padding: 25px 20px;
    text-align: center;
    position: relative;
    width: 100%;
    background: #fff;
}

.white-aside h4 {
    font-size: 18px;
    margin: 0;
}

.white-aside:after{
    bottom: -30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.help-list{
    padding: 35px;
    background-color: #f3f3f3;
}

.help-topics-container{
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 20px;
}


.help-list ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom:8px;
}

.help-list ul li:before{
    content: "";
    font-family: 'Font Awesome 6 Free';
    width: 12px;
    height: 12px;
    color: #000;
    background: url(../img/star.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0; 
    top: 6px;
}

.help-list ul li a{
    color: #000;
    font-size: 14px;
}

.help-list ul li a:hover{
    text-decoration: underline;
}

.contact-footer-img{
    bottom: 100%;
    left: 0;
    right: 0;
    height: 186px;
    background: url(../img/contact-footer.png) repeat-x 50% 0px;
    content: '';
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.contact-second-footer{
    background-color: #e8e8e8;
}

.contact-footer-link ul li {
    border-right: 1px solid #ccc;
    line-height: 1.1;
    height: 15px;
}

.contact-footer-link ul li:last-child {
    border-right: 0;
}

.contact-footer-link ul li a{
    font-size: 12px;
    color: #666666;
}

.contact-third-footer{
    background-color: var(--primary);
}

.copyright{
    font-size: 12px;
}

.navbar-toggler{
    border: 1px solid #dadada;
    padding: 8px;
    border-radius: 5px; 
}

.enter-details-message.is-info {
    background: #f6f7f8;
    color: #7b8385;
}
.enter-details-message {
    padding: 12px 16px;
    margin: 16px 0;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    font-weight: 200;
}

.enter-details-message a{
    color: #1270ec;
    text-decoration: none;
    cursor: pointer;
}

.place-details h1{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.place-sub-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}


div#zdrop.place-zdrop {
    border: 1px solid rgb(182, 184, 185) !important;
    height: 60px;
    border-radius: 8px;
}

.form-place div#upload-label {
    font-size: 16px;
    font-weight: 600;
}

.form-place .form-check:hover{
    background: #dadada;
}

.agent-q{
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}

.custom-check.click {
    background: #000;
}

.custom-check {
    background: #f6f7f8;
    padding: 15px 10px;
    border-radius: 3px;
    position: relative;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
}

.custom-check input[type="radio"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    
}

.custom-check.click span {
    color: #fff;
}

.custom-check span {
    font-size: 13px;
    margin: 0;
    color: #b6b8b9;
    font-weight: 600;
}

.validity{
    cursor: pointer;
    border: 1px solid #E00000!important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    border-radius: 6px;
    padding: 11px 10px!important;
    color: #E00000;
    width: 100%;
    position: relative;
    background-color: #fff;
}

.place-map{
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eef0f1;
    border-radius: 6px;
    margin-bottom: 16px;
    padding: 16px;
    display: block;
    width: 100%;
    background: #fff;
    cursor: pointer;
}

.place-map iframe{
    border-radius: 6px;
    width: 100%;
    height: 250px;
}

.detail-slider {
    height: 430px;
    overflow: hidden;
    background: rgb(33, 33, 33);
    border-radius: 8px;
}

.detail-slider .slick-prev{
    left: 5px;
}

.detail-slider .slick-next{
    right: 5px;
}

.detail-slider img {
    height: 430px;
    margin: 0 auto;
}

.detail-slider-thumbnail img{
    height: 95px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* the slides */
.detail-slider-thumbnail .slick-slide {
    margin: 0 10px;
}
/* the parent */
.detail-slider-thumbnail .slick-list {
    margin: 0 -10px;
}

.price h4 {
    font-size: 30px;
    font-weight: 700;
}

.price h4 span{
    font-size: 70%;
}

.inner-detail-list {
    gap: 35px;
    font-size: 18px;
    font-weight: 400;
}

.inner-detail-list i {
    margin-right: 10px;
}

.list-feature h3, .amenities h3, .property-info h3, .location-map h3, .inquiry-form h3{
    font-size: 24px;
    line-height: 29px;
    color: rgb(43, 45, 46);
}

.amenities .col-4{
    letter-spacing: normal;
    color: rgb(43, 45, 46);
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.property-info> div{
    border-radius: 8px;
}

.property-info table td{
    font-size: 16px;
}

.iframe iframe {
    width: 100%;
    height: 330px;
}

.inquiry-form{
    border-radius: 8px;
}

.inquiry-btn.btn-primary{
    background: transparent;
    color: var(--primary);
}

.inquiry-btn.btn-primary:hover{
    color: white;
    background: var(--primary);
}

.inquiry-policy{
    letter-spacing: normal;
    color: rgb(98, 100, 101);
    text-align: center;
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.report-ad p{
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0;
}

.report-ad a{
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: var(--primary);
    display: block; 
}

.bradcrumb-section ol a{
    font-size: 13px;
    font-weight: 600;
    color: rgb(43, 45, 46);
}

.bradcrumb-section ol a:hover{
    text-decoration: underline;
}

.agent-detail{
    border-radius: 8px;
}

.agent-detail .upper img{
    border-radius: 8px;
}

.agent-detail  h4{
    letter-spacing: normal;
    color: rgb(43, 45, 46);
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 10px;
}

.agent-detail p{
    letter-spacing: normal;
    color: rgb(43, 45, 46);
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.agent-detail .upper h4 a{
    color: rgb(43, 45, 46);
}

.main-hero-banner {
    background-image: url(../img/hero-image-desktop.png);
    background-size: cover;
    text-align: center;
}

.main-hero-banner h1 {
    max-width: 650px;
    font-size: 49px;
    line-height: 48px;
    font-weight: lighter;
    margin: 120px auto 200px;
    color: #fff;
}

section.cities {
    margin-top: -135px;
    text-align: center;
    margin-bottom: 50px;
}

.city a{
    background: #fff;
    height: 100px;
    border: 1px solid #EEE;
    border-radius: 6px;
    color: #2B2D2E;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.city a:hover {
    border: 1px solid #E00000;
    color: #E00000;
    box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
}

.city a h2{
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}


.cities p{
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    line-height: 28px;
    text-align: center;
}

.cities-details h2{
    color: #2B2D2E;
    font-size: 26px;
    line-height: 34px;
    margin: 0 0 32px;
    font-weight: 400;
    text-align: center;
}

.city-detail h3{
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 4px;
}

.city-detail h3 a{
    color: #2B2D2E;
    font-weight: 700;
}

.city-detail ul li a{
    color: #107DD6;
    font-weight: 400;
    display: inline-block;
    font-size: 14px;
}

.search-seciton-banner.property{
    background: url(../img/bg2.jpeg) round;
    background-size: cover;
}

.sales-rent{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0px auto 24px;
    height: 40px;
    width: 250px;
    border-radius: 20px;
    background-color: rgb(43, 45, 46);
    padding: 2px;
}

.sales-rent a{
    width: 100%;
    height: 36px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-radius: 20px;
    padding: 8px;
    margin: 0px 3px;
    opacity: 0.8;
}

.sales-rent a.active-sale-rent{
    width: 100%;
    /* height: 18px; */
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 20px;
    padding: 8px;
    /* margin: 0px 3px; */
    background: rgb(255, 255, 255);
    color: red;
    opacity: 1;
}

.add-banner h2{
    margin: 0;
    line-height: 1.65;
    font-size: 18px;
    font-weight: 600;
}

.add-banner p{
    margin: 0;
    margin-bottom: 12px;
    font-size: 14px;
}

.add-banner .add-inner{
    -webkit-box-shadow: 0 0px 4px 2px rgb(0 0 0 / 7%);
    box-shadow: 0 0px 4px 2px rgb(0 0 0 / 7%);
    border-radius: 6px;
}

.cat-slider .slick-slide{
    margin: 0 15px;
}

.cat-slider .slick-prev{
    left: 5px;
    z-index: 5;
}

.cat-slider .slick-next{
    right: 5px;
    z-index: 5;
}

.category-slide{
    position: relative;
    transition: ease all .3;
}

.category-slide:before{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(0deg, rgba(86, 0, 0, 0.7) 20%, transparent 90%);
    z-index: 1;
    content: "";
    transition: ease all .3;
    opacity:0;
}

.category-slide:after{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0) 70%, transparent 100%);
    transition: all 0.2s ease-out 0s;
    z-index: 1;
    content: "";
    transition: ease all .3;
}

.category-slide .cat-slide-caption{
    position: absolute;
    width: 92%;
    height: 92%;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    padding: 5px;
    /* border: 2px solid #fff; */
    transform: translate(-50%, -50%);
    transition: ease all .3;
}

.cat-slide-caption h4{
    text-shadow: rgb(0 0 0 / 50%) 0px 2px 2px;
    font-size: 19px;
    font-weight: 600;
    margin: 0px;
    color: rgb(255, 255, 255);
}

.category-slide:hover:after{
    opacity: 0;
}

.category-slide:hover::before{
    opacity: 1;
}

.category-slide:hover .cat-slide-caption{
    padding: 12px;
    border: 2px solid #fff;
    transition: ease all .3;
}

.popular-area-main{
    min-height: 250px;
}

.popular-area-main:before{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(0deg, rgba(86, 0, 0, 0.7) 20%, transparent 90%);
    z-index: 1;
    content: "";
    transition: ease all .3;
    opacity:0;
}

.popular-area-main:after{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0) 70%, transparent 100%);
    transition: all 0.2s ease-out 0s;
    z-index: 1;
    content: "";
    transition: ease all .3;
}

.popular-area-content{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 12px;
    overflow: hidden;
    transition: transform 0.3s ease 0s;
}

.popular-area-content h4{
    margin: 0px;
    font-weight: normal;
    text-shadow: rgb(0 0 0 / 50%) 0px 2px 2px;
    font-size: 20px;
    line-height: 1.09;
    color: rgb(255, 255, 255);
}

.transform-content{
    transform: translateY(120%);
    transition: transform 0.3s ease 0s;
}

.popular-area-content h6{
    margin: 0px;
    text-shadow: rgb(0 0 0 / 50%) 0px 2px 2px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.hide-content{
    border-top:1px solid #fff;
    padding: 10px 0;
    margin-top: 15px;
    transform: translateY(120%);
    transition: transform 0.3s ease 0s;
}

.popular-area-main:hover .hide-content{
    transform: translateY(0);
}

.popular-area-main:hover .transform-content{
    transform: translateY(0);
}

.popular-area-main:hover:before{
    opacity: 1;
}

.popular-area-main:hover:after{
    opacity: 0;
}

.hide-content p{
    text-shadow: rgb(0 0 0 / 50%) 0px 2px 2px;
    font-size: 13px;
    color: rgb(255, 255, 255);
    margin: 0;
}

@media (max-width: 991px){
    .container {
        max-width: 770px;
    }

    ul.top-nav li a span{
        display: none;
    }
    
    .cat-navbar .dropdown-menu {
        box-shadow: none;
        width: auto;
        transition: all .2s;
        height: auto;
        border: 0;
        border-right: 0;
    }

    .children_dropdown_footer {
        position: initial;
        padding: 14px 0;
        height: 75px;
        width: auto;
    }

    

    .cat-navbar .multi-menu {
        position: initial;
        padding: 16px;
        background: #f6f7f8;
        min-width: initial;
        height: auto;
        overflow: hidden;
        border-bottom-right-radius: 6px;
        max-width: initial;
    }

    .cat-navbar .multi-menu ul li{
        width: 50%;
    }
}

@media (max-width:576px){
    .top-nav{
        width: 100%;
    }
}

@media (max-width:767px){
    .search-menu input[type='submit']{
        width: 100%;
    }
}

@media (min-width:991px){
    .minus-top{
        margin-top: -50px;
    }

    .contact-form .form-control.phone{
        width: 25%;
    }

    
}

/*  adjustments */

.header{
    background-color: var(--main-color-dark);
}
.city a {
    
    border: 1px solid var(--main-color-gold);
}

.city-detail ul li a {
    color: var(--main-color-gold);
    
}

.city-detail h3 a {
    color: var(--main-color-dark);
}

.city a:hover {
    border: 1px solid var(--main-color-dark);
    color: var(--main-color-gold);}

 .footer-flex{
    display: inline-flex;
    justify-content: space-between;
    vertical-align: middle;
    align-items: center;
 }   

 .btn-primary{
    background-color: var(--main-color-gold);
    border-color: var(--main-color-dark);
 }

 .contact-third-footer {
    background-color: var(--main-color-dark);
}

.header-small {
    align-items: center;
    vertical-align: middle;
    align-content: center;
}
.header-color{
    background-color: var(--main-color-dark);
}

#city-dropdown{
 color: #ffffff;;
}
ul.top-nav li a {
    color: var(--white);
}

.main-footer ul li a {
    font-size: 14px;
    color: var(--text-color);
}