@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');
*{margin: 0; padding: 0}
:focus{outline: none}
html {
    scroll-behavior: smooth;
}
html,
body {
    font-size: 100%;
    color: #292929; font-size: 14px; line-height:22px; font-family: "IBM Plex Sans", sans-serif; font-weight: 400;
}
body p{margin-bottom:20px;}
body p:last-child{margin-bottom:0;}
body a {
    transition: 0.6s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
    font-size:14px;
}
body a:hover{text-decoration: none}
body img {
    transition: 0.6s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
}
a:not([href]):not([tabindex]) {
    color: #fff;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: #fff;
    cursor: pointer;
    user-select: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
    color: #292929;
    transition: 0.6s all ease;
} 

/* title */
p,
.table th,
.table td {
    line-height:20px;
    font-size:14px;
    color: #292929;
    margin: 0;
    transition: 0.6s all ease;
}
p,
li,
a {
    line-height:22px;
    font-size: 14px;
    color: #292929;
    font-weight: 400;
    margin: 0;
    transition: 0.6s all ease;
}
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

h1{font-size: 60px; line-height:64px; margin-bottom: 20px; font-family: "IBM Plex Sans", sans-serif; font-weight: 500; letter-spacing: -4px; color: #292929}
h2{font-size: 40px; line-height: 44px; margin-bottom: 20px; font-family: "IBM Plex Sans", sans-serif; font-weight: 500; letter-spacing: -2px; color: #292929}
h3{font-size: 30px; line-height: 34px; margin-bottom: 20px; font-family: "IBM Plex Sans", sans-serif; font-weight: 500; color: #292929; letter-spacing: -1px;}
h4{font-size: 26px; line-height: 30px; margin-bottom: 20px; font-family: "IBM Plex Sans", sans-serif; font-weight: 500; color: #292929}
h5{font-size: 20px; line-height: 24px; margin-bottom: 20px; font-family: "IBM Plex Sans", sans-serif; font-weight: 500; color: #292929}


.common-btn {
    padding: 16px 25px;
    transition: all 0.8s !important;
    background: #78593A;
    color: #f6f3ef;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border: 1px solid #78593A;
    text-align: center;
    gap: 8px;
   font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.5px;
    vertical-align: middle;
    border-radius: 40px;
}
.green{background: #1E3830; border-color: #1E3830}

.common-btn:hover, .common-btn:hover:focus, .common-btn:active {
    background-color: #f6f3ef;
    color: #1e3830;
    border-color: #1e3830;
}


header {
    width: 100%;
    padding: 8px 0px;
    background: #1e3830;
}

header .logo{
    overflow: hidden;
    transition: 0.6s;
    height: auto;
    width: 44px;
    display: block;
}
header .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-left: 0;
}

.js-header.darkHeader {
    width: 100%;
    top: -100px;
    z-index: 999;
    height: auto;
    overflow: hidden;
}

.js-header.darkHeader.darkHeader-2 {
    top: 0;
    transition: all 0.6s;
    overflow: visible;
    height: auto;
    position: fixed;
    box-shadow: 0px 0px 30px #00000026;
    border: none;
    background: #1e3830;
}




.header-btn-grp {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    height: 100%;
}

.header-btn-grp .common-btn {
    padding: 16px 24px;
}
.right-head{height: 100%;}

.menu-btn{width: 50px; height: 50px; border-radius: 100%; display: flex; align-items: center; justify-content: center; background: #fff}
.menu-btn i{font-size: 14px; color: #1E3830;}

.menu {
    transition: 0.52s;
    z-index: 1111;
    position: fixed;
    top: 0;
    left: 0;
    background: #f6f3ef;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    right: 0;
    bottom: 0;
}

.menu.active {
    opacity: 0;
    visibility: hidden;
}


.menu span {
    position: absolute;
    top: 20px;
    right: 40px;
    color: white;
    z-index: 9;
    font-size: 48px;
    cursor: pointer;
    background: no-repeat;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 0;
}
.menu span:hover{color: #fff; opacity: 1}

.menues-main {
    padding: 50px 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-pnel-grp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 60px;
}

.menu .links-container {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 270px;
}

.menu .links-container li {
    width: 100%;
}

.menu .links-container a {
    text-decoration: none;
    color: #2b2b2b;
    transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    position: relative;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.5px;
    padding: 15px 0px;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu .links-container a i{font-size:30px;}
.menu .links-container a i:before{line-height:15px;}
.menu .links-container a:hover {
    color: #1e3830 !important;
}

.menu-media {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
}
.menu-media ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-media ul h4 {
    margin: 0;
     font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.5px;
    margin-right: 20px;
}

.menu-media ul li a {
    width: 42px;
    height: 42px;
    background: #F6F6F6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-img {
    overflow: hidden;
    height: 100vh;
    width: 100%;
}
.menu-img figure {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.menu-img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.menu .links-container .collapse-menu {
    background: #f5f5f5;
    margin: 10px 0px;
    padding: 20px 20px 20px 30px;
    border-radius: 6px;
    position: relative;
}

.menu .links-container .collapse-menu li {
    list-style: circle;
}
.menu .links-container .collapse-menu li a {
    border: 0;
    font-size: 16px;
    padding: 7px 0px;
    border-radius: 6px;
}


.banner {
    overflow: hidden;
    height: 84vh;
    position: relative;
    background: #f6f3ef;
}

.banner-image{
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
}

.banner .carousel-caption {
    position: relative;
    z-index: 33;
    color: #fff;
    text-align: right;
    max-width: 608px;
    margin-left: auto;
    background: transparent;
    border-radius: 12px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.banner .carousel-caption h1{margin-bottom: 15px;}

.carousel-caption ul {
    display: flex;
    gap: 20px;
    margin-bottom: 5px;
}
.carousel-caption ul li{font-size: 14px; line-height: 18px; color: #292929; text-transform: uppercase; font-weight: 600;  position: relative;}
.carousel-caption ul li::before {
    position: absolute;
    left: -11px;
    top: 7px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #292929;
}
.carousel-caption ul li:first-child:before{content: none;}
.carousel-caption p{margin-bottom: 25px;}


.banner .container {height: 100%;}

.space{padding: 80px 0;}

.partner{background:#F6F3EF; padding: 45px 0;}
.partner img{max-height: 30px;}

.about-container{background:#F6F3EF;}

.about-container .inner {
    border-top: 1px solid #D4D4D4;
    padding: 45px 0 80px 0;
}
.read-more{color:#78593A; font-size: 14px; font-weight: 600; letter-spacing: -0.5px; transition: color 0.3s ease;}
.read-more i {position: relative; left: 0; top:3px; transition: left 0.3s ease; font-size: 20px;}
.read-more i:before{line-height: 15px;}
.read-more:hover i {left: 5px;}
.read-more:hover{color: #1e3830;}
.btn-group{display: flex; gap:20px; align-items: center;}
.about-container .inner span {
    font-size: 14px;
    line-height: 18px;
    color: #78593A;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}


.media-container{background:#1e3830; padding: 70px 0;}
.media-container h4{color: #fff; margin: 0;}
.media-container .slick-slide{text-align: center; margin-right:30px;}
.media-container .slick-slide img{max-height: 40px; margin: 0 auto;}

.whychoose-container{width: 100%; background:#D5CDC3}


.whychoose-container h2{margin-bottom: 10px;}
.whychoose-container span {
    font-size: 14px;
    line-height: 18px;
    color: #78593A;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}
.whychoose-container .choose-box{position: relative; padding-right: 30px; margin-top: 45px; display: flex; flex-direction: column;}
.whychoose-container .choose-box h3{margin-bottom: 40px;}
.whychoose-container .choose-box .bottom-text{margin-top: auto;}
.whychoose-container .choose-box::before {
    position: absolute;
    left: -30px;
    top: 0;
    content: "";
    border-right: 1px solid #B9B0A4;
    height: 100%;
}
.whychoose-container .choose-box strong{font-size: 16px; line-height: 26px; font-weight: 500; color: #292929; margin-bottom: 0}
.whychoose-container .choose-box p:last-child{margin-bottom: 0;}
.choose-box.first-box::before {border-right: 0;}

.service-container{width: 100%; background: #f6f3ef;}

.service-portion{width: 100%; padding: 15px; margin-bottom: 15px; background-repeat: no-repeat; background-size: cover; position: relative;}
.service-portion:after{position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ""; background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.39) 100%);
}
.service-portion:first-child{margin-top: 45px;}
.service-portion:last-child{margin-bottom: 0;}

.service-portion .inner {
    background: #2929291F;
    backdrop-filter: blur(4px);
    min-height: 450px;
    max-width: 430px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.service-portion .inner .tags{display: flex; gap: 10px; flex-wrap: wrap;}
.service-portion .inner .tags li{background: #F6F3EF14; border: 1px solid #FFFFFF33; border-radius: 40px; font-size:11px; line-height: 18px; text-transform: uppercase; font-weight: 600;
padding: 5px 12px; color: #fff;}
.service-portion .inner .bottom-text{margin-top: auto;}
.service-portion .inner .bottom-text h5{color:#F6F3EF; margin-bottom: 10px;}
.service-portion .inner .bottom-text ul li{color:#F6F3EF;}
.service-portion .inner .bottom-text p{color:#F6F3EF;}

.service-portion .arrow-box {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    position: absolute;
    right: 40px;
    top: 40px;
}

.service-portion .arrow-box .dot {
    width:6px;
    height:6px;
    background: #F6F3EF75;
    border-radius: 50%;
    position: absolute;
}

.service-portion .arrow-box .line {
    width: 200px;
    height: 1px;
    background: #F6F3EF75;
}

.service-portion .arrow-box .arrow {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #F6F3EF75;
    position: absolute;
    right: 31px;
    top: 6px;
}

.service-portion .arrow-box .number {
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
}


.real-estate{background:#D5CDC3}
.real-estate .property-card{margin-top: 48px;}
.real-estate .property-card .text-box{margin-top: 38px;}
.real-estate .property-card .text-box p{font-size: 18px; line-height: 22px; font-weight: 500;}

.top-box{width: 100%; position: relative;}
.top-box .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 0;
    background: #D5CDC34D;
    width: 36px;
    height: 36px;
    border: 1px solid #F6F3EF;
    box-shadow: none;
    border-radius: 100%;
}
.top-box .slick-arrow:hover{background: #78593A; border-color: #78593A;}
.top-box .slick-next{right:20px;}
.top-box .slick-next::before {
    content: "\f135";
    font-family: bootstrap-icons !important;
    font-size: 27px;
    top: 6px;
    position: relative;
    color: #F6F3EF;
}



.top-box .slick-prev{left:20px;}
.top-box .slick-prev::before {
    content: "\f12C";
    font-family: bootstrap-icons !important;
    font-size: 27px;
    top: 6px;
    position: relative;
    color: #F6F3EF;
}

.property-slider li img{width: 100%; height: auto;}


.top-box .slick-dots {
    display: flex;
    justify-content: center;
    gap: 4px;
    position: absolute;
    width: 100%;
    bottom: 15px;
}

.top-box .slick-dots li button {
    width: 85px;
    background: #FFFFFF4D;
    height: 3px;
    font-size: 0;
    border: 0;
     transition: 0.6s all ease;
}

.top-box .slick-dots li.slick-active button{background:#fff;}

.report-box {
    width: 100%;
    border-top: 1px solid #AEA395;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
    position: relative;
}

.report-box::before {
    position: absolute;
    left: 0;
    top: -3px;
    width: 6px;
    height: 6px;
    content: "";
    background: #AEA395;
    border-radius: 100%;
}
.report-box::after {
    position: absolute;
    right: 0;
    top: -3px;
    width: 6px;
    height: 6px;
    content: "";
    background: #AEA395;
    border-radius: 100%;
}

.report-box .left p{font-size: 16px; line-height: 24px; font-weight: 600}

.report-box .left{width:40%}


.reviews-section {
    background: #1e3830;
    height: 500px;
}
.reviews-section .container{height: 100%;}
.reviews-section .left span{font-size: 16px; line-height: 20px; font-weight: 500; color: #fff; text-transform: uppercase; display: block; margin-bottom: 40px;}
.reviews-section .left h2{color: #fff; font-weight: 400;}
.reviews-section .container{height: 100%;}
.reviews-section .row{height:100%; min-height: 100%;}

.quote-box{position: relative; width: 100%;}

.quote-box::after {
    content: "";
    display: block;
    height: 400px;
    width: 400px;
    background-image: url(../images/bg-quote.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -60px;
    left: -50px;
}

.testimonial-slider .test-box .starts {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 18px;
}
.testimonial-slider .test-box .starts li {
    color: #CEB79A;
}

.testimonial-slider .test-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #fff;
    margin-bottom: 24px;
}

.testimonial-slider .user {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial-slider .user span {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #f6f3ef;
}


.testimonial-slider .slick-dots {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 30px;
}



.testimonial-slider .slick-dots li button {
    font-size: 0;
    width: 7px;
    height: 7px;
    box-shadow: none;
    border: 0;
    border-radius: 100%;
    transform: scale(1);
    transition: 0.6s all ease;
    margin: 0 2px;
}
.testimonial-slider .slick-dots li.slick-active button{background: #CEB79A; transform: scale(1.5);}

footer {
    background: #2b2b2b;
    padding: 80px 0px 0;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #f6f3ef;
    max-width: 242px;
}

.footer-item h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 20px;
}

.footer-item > span {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}
.footer-item ul {
    display: flex;
    gap: 20px;
}
.footer-item .social-media {
    margin-top: 35px;
    gap: 10px;
}
.footer-item .social-media li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #f6f3ef33;
    text-decoration: none;
}

.footer-item .social-media li a i{color: #f6f3ef;}

.footer-item .social-media li a:hover {
    text-decoration: none !important;
    background: #f6f3ef;
    color: #2b2b2b;
}
.footer-item .social-media li a:hover i{color: #2b2b2b;}
.footer-item .social-media li a:hover:after{content: none;}

.contact-item {
    padding-left: 52px;
}

.contact-item p{ font-weight:500; color: #fff; letter-spacing: -0.5px}
.contact-item p a{color: #fff; position: relative;}
.contact-item p a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width 0.3s ease;
}
.contact-item p a:hover::after{
    width: 100%;
}

.contact-item p a i{margin-right: 8px;}
.contact-item p a:hover{text-decoration: none;}


.copyright {
    padding: 40px 0px;
    border-top: 1px solid #f6f3ef1c;
    margin-top: 60px;
}

.footer-item ul {
    display: flex;
    gap: 20px;
}

.footer-item ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.5px;
    color: #f6f3ef;
    transition: 0.5s all ease;
    position: relative;
}
.footer-item ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width 0.3s ease;
}
.footer-item ul li a:hover::after{
    width: 100%;
}


.copy-cont p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: right;
    color: #f6f3ef;
}


.newsletter-input input[type="email"] {
    width: 100%;
    border: 1px solid #f6f3ef30;
    background: transparent;
    padding: 8px 15px;
    border-radius: 6px;
    font-family: Proxima Nova;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    transition: 0.6s;
}

.newsletter-input input[type="email"]:focus {
    outline: none;
    border-color: #f6f3efa8;
    box-shadow: 0px 0px 40px #f6f3ef14;
}



.newsletter-input {
    display: flex;
    position:relative;
    align-items: center;
}

.newsletter-input .newsltter-btn {
    background: transparent;
    border: 0;
    max-width: 30px;
    position: absolute;
    right: 20px;
    z-index: 1;
    background-image: url(../images/submit-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    top: 2px;
    height: 40px;
}



.newsletter {
    margin-top: 40px;
}



