:root {
    --primary-main: #1F4BEA;
    --secondary-main: #E7C873;
    --dark-main: #001c47;
}

body {
    font-family: "Raleway", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px !important;
    color: #1A1A1A !important;
}

@media screen and (max-width: 640px) {
    body {
        font-size: 16px !important;
    }
    .header a span {
        font-size: 13px;
      }
    .header-wrap .btn img {
        width: 24px;
        height: 24px;
    }
}

html,
body {
    width: 100%;
    background: white;
    margin: 0;
}

body.modal-open {
    padding-right: 0px !important;
    position: fixed;
}

* {
    font-family: "Raleway", serif !important;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
    color: #1A1A1A !important;
}

p a {
    color: #1A1A1A !important;
}

a.text-gold {
    color: #E7C873 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cormorant Garamond", serif !important;
    font-weight: 400;
    font-style: normal;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1140px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .container {
        max-width: 1140px !important;
    }
}

.listdetails-header {
    background: transparent;
    width: 100%;
    top: 24px !important;
    left: 0;
    z-index: 1000;
}

.text-gold {
    color: #E7C873;
}

.text-primary {
    color: var(--primary-main) !important;
}

.text-secondary {
    color: var(--secondary-main) !important;
}

.bg-dark-main {
    background: var(--dark-main);
}

.btn-style1 {
    background: rgba(255, 251, 241, 0);
    border: 1px solid #E7C873;
    color: #E7C873;
    border-radius: 4px;
    text-transform: uppercase;
}

.btn-style1:hover {
    background: #fff;
    color: #E7C873;
}

.btn-style2 {
    background: #E7C873;
    border: 1px solid #E7C873;
    color: #1A1A1A;
    border-radius: 4px;
    text-transform: uppercase;
}

.btn-style2:hover {
    background: #E7C873;
}

.btn-style3 {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    border-radius: 4px;
}

.btn-style3:hover {
    background: #E7C873;
    border: 1px solid #E7C873;
}

.btn-style4 {
    background: #CC9D1B;
    border: 1px solid #CC9D1B;
    color: #000;
    border-radius: 4px;
}

.btn-style4:hover {
    background: #E7C873;
    border: 1px solid #E7C873;
}

.btn-wood-style {
    background-image: url(/images/woodgrain_bg.webp);
    border: 2px solid #E7C873;
    color: #E7C873;
    border-radius: 4px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-wood-style:hover {
    color: #E7C873;
}

.header {
    height: 100px;
}

.fixed-top {
    z-index: 10;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    transition: 0.4s;
    text-transform: uppercase;
    opacity: 0.75;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 500;
}

.header .navbar-toggler.nav-togg {
    padding: 0px;
    border: none;
}

.header .navbar-toggler.nav-togg .navbar-toggler-icon {
    color: var(--secondary-main);
}




@media screen and (max-width: 992px) {
    .header {
        height: auto;
    }

}

.main-content {
    margin-top: 101px;
}

.home-hero {
    background: url("/images/wood_bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.listing-list .list-wrap {
    transition: 700ms;
}

.listing-list .list-wrap:hover {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 12px 15.25px 0px, rgba(0, 0, 0, 0.05) 0px 5px 18px 0px !important;
}

.client-services .cs-wrap-img {
    transition: 700ms;
}

.client-services .cs-wrap-img:hover {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 12px 15.25px 0px, rgba(0, 0, 0, 0.05) 0px 5px 18px 0px !important;
}

.client-services .cs-wrap:hover span {
    text-decoration: underline;
}

.home-list .hs-wrap-img {
    transition: 700ms;
}

.home-list .hs-wrap-img:hover {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 12px 15.25px 0px, rgba(0, 0, 0, 0.05) 0px 5px 18px 0px !important;
}

@media screen and (min-width: 992px) and (max-width: 1920px) {
    .listing-details .cover-img {
        height: 90vh !important;
    }

}

@media screen and (min-width: 641px) and (max-width: 991px) {
    .listing-details .cover-img {
        height: 75vh !important;
    }

}

@media screen and (max-width: 640px) {
    .listing-details .cover-img {
        height: 50vh !important;
    }
}

@media screen and (max-width: 992px) {

    .listdetails-header {
        top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .scl-sec .border-start {
        border-left: none !important;
        border-top: 1px solid #CACACA !important;
        padding-top: 20px;
    }
}

.our-team .accordion-button {
    padding: 8px 10px;
}

.sidenavbar ul li a {
    font-size: 20px;
}

.sidenavbar ul li a:hover {
    color: #E7C873 !important;
}

.features-slider .slick-prev::before,
.features-slider .slick-next::before {
    color: var(--secondary-main);
}

.prop-detail-loader {
    z-index: 9999;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.listing-list .list-wrap img.thumbnail {
    max-height: 200px !important;
    min-height: 200px !important;
    object-fit: cover;
}

.listing-list .list-wrap h5 {
    min-height: 42px;
}

.img-wrap img {
    object-fit: cover;
}

.features-slider .slick-list {
    border-radius: 0.5rem;
}

.features-slider .slick-slider img {
    min-height: 420px;
    max-height: 4200px;
    object-fit: cover;
    cursor: pointer;
}

.features-con ul pre {
    margin-top: -24px;
    font-size: 16px;
    display: block;
    white-space: break-spaces;
/*     max-height: 320px;
    overflow-y: scroll; */
}

button .spinner-border {
    width: 16px;
    height: 16px;
    border-width: 2px;
}

.splash-sec button:hover {
    background: url(/images/woodgrain_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.our-team img {
    max-height: 350px;
    min-height: 350px;
    object-fit: cover;
/*     object-position: top; */
}
.prop-modal-slider .slick-slide img{
    position: relative;
}
 .imgslider-popup-close-btn{
    width: 32px;
  height: 32px;
  margin-top: -16px;
  right: -15px;
  top: 0;
}  
@media screen and (max-width: 640px) {
    .header .btn .menu-toggle {
        width: 24px;
        height: 24px;
    }

    .sidenavbar .btn .menu-toggle {
        width: 24px;
        height: 24px;
    }
    .features-slider .slick-slider img {
        min-height: 200px;
        max-height: 200px;
    }
    .our-team img {
       object-position: top;
    }
}

/* contact page header css */
.listdetails-header .header {
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.02);
}

/* all pages header scroll css */
.blur-bg {
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.75);
}

/* properties detail page header scroll css */
.listdetails-header .header-wrap {
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.5);
}

.listdetails-header .header-wrap.blur-bg {
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.5);
}