/* @import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap'); */

html {
    overflow-x: hidden !important;
}

@font-face {
    font-family: "Bon Vivant Family Serif";
    src: url(../fonts/BonVivantSerifBold.ttf);
}

@font-face {
    font-family: Mont;
    src: url(../fonts/Mont-Light.otf);
}

body {
    font-family: Mont;
    font-size: 16px !important;
    line-height: 1.4 !important;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bon Vivant Family Serif";
}

a {
    text-decoration: none !important;
}

section {
    overflow-x: hidden;
}

.text-brown {
    color: #4b744d;
}

.bg-clr-1 {
    background: #fbf7ee;
}

.padd1 {
    padding: 50px 0px;
}

.ame1 {
    background: #ededed;
    background: #fff !important;
}

.gradient_text {
    background-image: url(../images/gardientbg.webp);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.section-title {
    font-family: "Bon Vivant Family Serif";
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.sub-title {
    font-size: 30px;
}

.big-head {
    font-size: 40px;
}

.sec-padd {
    padding: 50px 0;
}

.sec-padd-top {
    padding-top: 100px;
}

.mt-30 {
    margin-top: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.bg-hover {
    position: relative;
}

.config-wrap {
    text-align: center;
    border-top: 10px solid #4b744d26;
    border-bottom: 40px solid #4b744d26;
    border-left: 10px solid #4b744d26;
    border-right: 10px solid #4b744d26;
    padding: 25px 0px;
    margin-bottom: 0px;
    transition: ease all 0.5s;
}

.config-wrap h3,
.config-wrap1 h3 {
    font-size: 27px;
    font-weight: 800;
    margin-bottom: 30px;
}

.config-line {
    height: 3px;
    background: #4b744d !important;
    width: 50px;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.config-wrap h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    color: #4b744d;
}

.config-line {
    height: 3px;
    background: #ffffff;
    width: 50px;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.config-wrap .pricing_btn {
    background: #4b744d;
    border: none;
    font-size: 20px;
    color: #fff;
    width: 75%;
    padding: 7px 0;
    border-radius: 20px;
    margin: 5px 0px;
    font-weight: 600;
    outline: none;
}

.bg-hover:after {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    background-color: #4b744d;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

/******************Header**************/

.ex-icon .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    filter: invert(1);
    filter: brightness(0) saturate(100%) invert(41%) sepia(7%) saturate(2542%) hue-rotate(73deg) brightness(93%) contrast(78%);
}

.navbar-light .navbar-toggler {
    color: #fff !important;
    border-color: transparent !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0rem !important;
}

.offcanvas .nav-link {
    font-family: "Bon Vivant Family Serif";
    color: #fff !important;
    font-size: 22px;
    font-weight: 400;
    color: #4b744d !important;
}

.offcanvas .nav-link:hover {
    color: #fff !important;
}

.btn-close {
    color: #fff;
    filter: brightness(0) invert(1);
    opacity: 1 !important;
}

.btn-close:focus {
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}

.navbar-nav .dropdown-item {
    padding: 10px 12px !important;
    border-bottom: 1px solid #edf2fe;
}

.navbar-nav .dropdown-item:last-child {
    border-bottom: 0;
}

.offcanvas {
    /* background: url("../images/menu_bg.webp") center no-repeat !important; */
    background-size: cover !important;
    background-position: center !important;
    background-color: #ddeaad !important;
}

.offcanvas::before {
    position: absolute;
    left: 0;
    top: 0;
    /* background: #0c0f1c; */
    opacity: 0.5;
    content: "";
    width: 100%;
    height: 100%;
}

.offcanvas>* {
    z-index: 9;
}

header {
    padding: 0px;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.btn-grp a {
    display: inline-block;
    margin-top: 20px;
}

.overlay {
    background: rgba(0, 0, 0, 0.7);
}

.over-sec {
    overflow: hidden;
}

.over-sec::before {
    position: absolute;
    content: "";
    background: radial-gradient( 32.63% 32.63% at 45.59% 43.5%, #272742 0%, #1c2041 42.64%, #0f1121 100%);
    filter: blur(50px);
    left: -33%;
    top: -34%;
    background-size: contain;
    background-position: top left;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.over-sec>* {
    position: relative;
    z-index: 9;
}

.overview {
    position: relative;
    /* background-image: url('../images/design-1.png'), url('../images/design-2.png');
  background-repeat: no-repeat, no-repeat; 
  background-size: 100px, 100px;
  background-position: 0% 0%, 100% 0%;  */
}

.content {
    /* width: 10%; */
    position: relative;
}

.content h3 {
    position: absolute;
    left: 0;
    width: 70%;
    top: 44px;
    z-index: 99;
    margin-left: 0;
    font-family: "Bon Vivant Family Serif";
    font-size: 5.6vw;
    color: #4b744d;
}

.address-wrap {
    text-align: center;
    margin-top: 50px;
}

.address-wrap p {
    color: #fff;
    font-size: 15px;
}

.call-me {
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    line-height: 1.4;
}

.call-me:hover {
    color: #fff;
}

.a:hover {
    text-decoration: underline;
}

.address-wrap h3 {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
}

.qr-box {
    margin: 0 auto;
    width: 55%;
    text-align: center;
}

.qr-box img {
    width: 120px !important;
    margin: auto;
    margin-bottom: 20px;
}

.butn {
    position: relative;
}

.butn a {
    position: absolute;
    right: 0;
    top: -150px;
    z-index: 1;
    text-align: center;
    margin: 0;
    font-family: "Mont";
    font-weight: 800;
}

.checkbtn {
    position: relative;
}

.actual4 {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    padding: 0px 10px 2px 10px;
    z-index: 99;
}

.checkbtn a {
    /* position: absolute; */
    /* right: 0; */
    /* top: -150px; */
    /* z-index: 1; */
    margin: 0 auto;
    display: block;
    text-align: center;
    margin: 0;
    font-family: "Mont";
    font-weight: 800;
}

/* .circle {
  width: 50%;
}

.circleb {
  width: 500px;
  height: 500px;
  background: #4b744d26;
  padding: 40px 0px;
  border-radius: 50%;
  margin: 0px auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circleb p {
  width: 75%;
  display: block;
  text-align: justify;
  font-size: 17px;
  font-family: Mont;
  margin-top: 20%;
} */

.circle {
    width: 500px;
    height: 500px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background-color: #4b744d26;
    border-radius: 50%;
}

.padd2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.circle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 26%;
    height: 99%;
    /* background-color: #b3b2ad; */
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    opacity: 0.2;
}

.circleb {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.circleb p {
    text-align: center;
    margin: 0;
    font-family: "Mont";
    color: #000;
    font-size: 15px;
    line-height: 28px;
    font-weight: 700;
}

.download-button {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    background: transparent;
    color: #4b744d;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
    font-family: Mont;
}

.download-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #4b744d26;
    border-radius: 50%;
    opacity: 1;
    z-index: -1;
}

.download-button:hover {
    background-color: #4b744d26;
    color: #4b744d;
}

.imgg1 img {
    width: 100%;
    position: relative;
    height: 100%;
    left: 10px;
    top: -54px;
    z-index: 9;
}

.imgg2 {
    position: relative;
}

.imgg2 img {
    width: 100%;
    position: absolute;
    left: -69px;
    z-index: 1;
    margin-top: 9%;
}

.ame1-con-img {
    width: 50%;
}

.ame1-con-content {
    width: 50%;
}

.heading h3 {
    color: #4b744d;
    text-align: center;
    font-family: "Bon Vivant Family Serif";
    font-size: 5.306vw;
    width: 58vw;
    display: block;
    margin: 0px auto;
    letter-spacing: 2px;
    margin-bottom: 25px;
    margin-top: 6%;
}

.container {
    position: relative;
}

.right-corner-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.ame-carousel .owl-item.active.center .inner-item {
    /* width: 200px; */
    /* height: 200px; */
    /* border-radius: 50%; */
    /* display: flex; */
    /* justify-content: center; */
    /* Navigation Section Ends here */

    /* Highlights Section */
    .highlight-card {
        background: #fff;
        border-radius: 10px;
        padding: 30px 25px;
        text-align: center;
        height: 100%;
        transition: all 0.3s ease;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        border: 1px solid #eee;
    }

    .highlight-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }

    .highlight-icon {
        width: 80px;
        height: 80px;
        margin: 0 auto 20px;
        background: #4B744D;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        transition: all 0.3s ease;
    }

    
    .highlight-card h4 {
        color: #333;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px;
        font-family: 'Bon Vivant Family Serif';
    }

    .highlight-card p {
        color: #666;
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .section-title {
        position: relative;
        display: inline-block;
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 30px;
        text-transform: uppercase;
        padding-bottom: 15px;
    }

    .section-title:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 80px;
        height: 3px;
        background: #4B744D;
    }

    @media (max-width: 767px) {
        .highlight-card {
            padding: 20px 15px;
        }
        
        .highlight-icon {
            width: 60px;
            height: 60px;
            font-size: 24px;
        }
        
        .highlight-card h4 {
            font-size: 18px;
        }
        
        .highlight-card p {
            font-size: 14px;
        }
        
        .section-title {
            font-size: 28px;
        }
    }
    /* margin: 0px auto; */
    /* flex-direction: column; */
    /* background: #00000014; */
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}

.ame-carousel .item {
    margin: 0 auto;
    display: flex;
    width: 200px;
    height: 200px;
    position: relative;
    align-items: center;
    transition: all 0.8s ease-in-out;
    border-radius: 50%;
    justify-content: center;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}

.inner-item {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    position: relative;
    align-items: center;
    transition: all 0.8s ease-in-out;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    justify-content: center;
}

.ame-carousel .item:hover {
    background-color: #4b744d26;
    width: 200px;
    height: 200px;
    transform: scale(0.9);
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    margin: 0 auto;
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    /*  */
    /* background-image: url(../images/design-1.png);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: bottom;
  opacity: 0.3; */
}

/* .ame-carousel .item .inner-item {
  background-image: url(../images/design-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0;
}


.ame-carousel .item:hover .inner-item {
  background-image: url('../images/design-1.png');
  background-repeat: no-repeat;
  background-size: 50px 100%;
  background-position: center center;
  opacity: 0.3;
} */

.ame-carousel .item:hover .inner-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 35%;
    height: 99%;
    /* background-color: #b3b2ad; */
    /* z-index: 1; */
    background-image: url('../images/design-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    opacity: 0.5;
}

.ame-carousel .item {
    overflow-y: hidden;
}

.ame1 .owl-nav button {
    filter: brightness(0) saturate(100%) invert(44%) sepia(9%) saturate(1737%) hue-rotate(73deg) brightness(89%) contrast(85%);
}

.inner-item img {
    width: 50px !important;
    display: block !important;
    margin: 25px auto !important;
    /* filter: invert(1); */
}

.inner-content p {
    text-align: center;
    font-family: "Mont";
    color: #4b744d;
    font-weight: 600;
    font-size: 14px;
    width: 85%;
    overflow: hidden;
    display: block;
    margin: 0px auto;
}

.background-section {
    position: relative;
    /* background: #ededed; */
}

.ame-icon-content {
    margin-bottom: 30px;
    /* display: inline-block; */
    background-color: #fff;
    width: 100px;
    height: 100px;
    line-height: 90px;
    text-align: center;
    position: relative;
    /* overflow: hidden; */
    border-radius: 67%;
    box-shadow: 1px 5px 15px 1px rgba(0, 0, 0, 0.1);
    opacity: 0.99;
}

.fixMenu .navbar-brand img {
    filter: invert(0);
    -webkit-filter: invert(0);
}

.ame-icon-content:before {
    content: "";
    width: 120%;
    height: 120%;
    position: absolute;
    transform: rotate(45deg);
}

.ame-icon-conten:before {
    background-color: #37a692;
}

.ame-icon-content:before {
    top: 90%;
    left: -110%;
}

.ame-icon-content:before {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.background-section::after {
    /* content: ""; */
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    height: 100%;
    background-color: #e8e2df;
    /* z-index: 1; */
}

.amenities {
    padding: 0px;
}

.p-0 {
    padding: 0;
}

.dflex {
    display: flex;
    padding: 50px;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.ame1-con-content h2 {
    color: #000;
    font-family: Mont;
    font-size: 15px;
    margin-bottom: 25px;
}

.ame1-con-content h3 {
    color: #4b744d;
    font-family: "Bon Vivant Family Serif";
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 600;
}

.ame1-con-content p {
    color: #000;
    font-family: Mont;
    font-size: 18px;
    margin-bottom: 15%;
    width: 60%;
    text-transform: capitalize;
}

.descrip1 {
    position: relative;
    margin-left: 15%;
    color: #4b744d;
    font-family: "Bon Vivant Family Serif";
    font-size: 35px;
}

.descrip1::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    display: flex;
    height: 0.6px;
    background-color: #4b744d;
    justify-content: center;
    align-items: center;
    left: -88px;
}

.slider-counter {
    text-align: center;
    display: flex;
    color: #4b744d;
    position: absolute;
    z-index: 999;
    margin-top: 0;
    justify-content: center;
    align-items: center;
    left: 50%;
    bottom: 0px;
    margin-left: 0px;
}

.ame2-carousel .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0px;
    margin: 0 auto;
    gap: 60px;
    margin-top: 25px;
}

.conf-im {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40vw;
}

.ame-img img {
    width: 100%;
}

.ame-icon-content img {
    width: 50px !important;
    display: block !important;
    margin: 16px auto;
    position: relative;
    filter: invert(29%) sepia(14%) saturate(2792%) hue-rotate(326deg) brightness(94%) contrast(85%);
    top: 23px;
}

#contact-form .form-group {
    height: 40px;
    margin-bottom: 7%;
}

.ame-icon-content p {
    text-align: center;
    height: 50px;
    display: block;
}

.configuration {
    padding: 50px 0px;
    position: relative;
    background: #e2edc242;
}

.ame2-carousel h2 {
    text-align: center;
    color: #4b744d;
    margin-bottom: 30px;
}

#gallery {
    background: #4b744d26;
    background: #4b744d;
}

.actual {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    padding: 0px 15px 10px 10px;
    z-index: 99;
}

.rera-sec p {
    font-family: "Mont";
}

.copy-right p {
    font-family: "Mont";
}

.right-conf-content h3 {
    color: #000;
    font-family: Mont;
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: 1000;
}

.right-conf-content h3 {
    color: #4b744d;
    font-family: "Bon Vivant Family Serif";
    font-size: 3.6vw;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-align: center;
}

.right-corner-img img {
    width: 40vw;
}

.click-here {
    position: relative;
    display: block;
    color: #4b744d;
    font-family: Mont;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}

.click-here::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background-color: #4b744d26;
    border-radius: 50%;
    display: block;
    opacity: 0.6;
    z-index: -1;
}

a.click-here:hover {
    color: #4b744d;
}

.box1 {
    border: 1px solid #4b744d26;
    padding: 20px;
    border-right: 0;
}

.box1 h3 {
    font-size: 16px;
    text-align: center;
    color: #000;
    font-family: Mont;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 23.2px;
}

.ex-box {
    border-right: 1px solid #4b744d26;
}

.ame-gallery img {
    width: 100%;
}

.amenities-slider .owl-nav {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    right: 18%;
    overflow: hidden;
}

.amenities-slider .owl-nav img {
    width: 30px;
    filter: invert(12%) sepia(0%) saturate(992%) hue-rotate(120deg) brightness(90%) contrast(251%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none !important;
    color: none !important;
    text-decoration: none;
}

.slider-counter-2 {
    text-align: center;
    display: inline-block;
    color: #4b744d;
    position: absolute;
    right: 30%;
    z-index: 0;
    bottom: 30px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 70px;
}

.slider-counter-2 {
    position: relative;
}

.slider-counter-2 .underline {
    position: relative;
    display: inline-block;
}

.slider-counter-2 .underline::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 16px;
    width: 53px;
    height: 1px;
    background-color: #4b744d;
    display: block;
    margin: 0px auto;
    text-align: center;
}

.head-wrap h3 {
    color: #4b744d;
    font-family: "Bon Vivant Family Serif";
    font-size: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.location-adv {
    padding: 50px 0px;
}

#sync2 .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#sync2 .owl-nav .owl-prev img {
    position: absolute;
    left: -6%;
    top: 0px;
    width: 30px;
    /* filter: invert(12%) sepia(0%) saturate(992%) hue-rotate(120deg)
    brightness(90%) contrast(251%); */
}

#sync2 .owl-nav .owl-next img {
    position: absolute;
    right: 0;
    top: -5px;
    width: 30px;
    /* filter: invert(12%) sepia(0%) saturate(992%) hue-rotate(120deg)
    brightness(90%) contrast(251%); */
}

.infrastructure {
    padding: 50px 0px;
    padding-bottom: 12%;
    background: #e2edc242;
}

.infrahead h3 {
    color: #4b744d;
    font-family: "Bon Vivant Family Serif";
    font-size: 50px;
    margin-bottom: 40px;
    /* font-weight: 600; */
    text-transform: uppercase;
}

.infra-carousel .owl-nav,
.ame-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.infra-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -4%;
    top: 42%;
}

.infra-carousel .owl-nav .owl-next {
    position: absolute;
    right: -4%;
    top: 42%;
}

.infra-carousel .owl-nav .owl-prev img {
    width: 40px;
    filter: invert(12%) sepia(0%) saturate(992%) hue-rotate(120deg) brightness(90%) contrast(251%);
}

.infra-carousel .owl-nav .owl-next img {
    width: 40px;
    filter: invert(12%) sepia(0%) saturate(992%) hue-rotate(120deg) brightness(90%) contrast(251%);
}

.ame-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -4%;
    top: 42%;
    filter: invert(12%) sepia(0%) saturate(992%) hue-rotate(120deg) brightness(90%) contrast(251%);
}

.ame-carousel .owl-nav .owl-next {
    position: absolute;
    right: -4%;
    top: 42%;
    filter: invert(12%) sepia(0%) saturate(992%) hue-rotate(120deg) brightness(90%) contrast(251%);
}

.ame-carousel .owl-nav .owl-prev img {
    width: 40px;
}

.ame-carousel .owl-nav .owl-next img {
    width: 40px;
}

.location-adv {
    background: #fbf7ee;
}

.headloc h3 {
    color: #000;
    font-family: Mont;
    font-size: 18px;
    margin-bottom: 10px;
}

.headloc h2 {
    color: #4b744d;
    font-family: "Bon Vivant Family Serif";
    font-size: 35px;
    margin-bottom: 10%;
    /* font-weight: 600; */
}

.loc-content {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin: 36px auto;
}

.loc-content span {
    position: absolute;
    right: 12%;
}

.loc-content img {
    width: 20px !important;
}

.infraimg p {
    position: absolute;
    bottom: -16px;
    color: #fff;
    font-family: "Mont";
    padding: 15px;
    font-weight: 600;
}

.loc-content p {
    margin: 0px;
}

.main-form {
    background: #4b744d;
    padding: 30px;
    width: 96%;
    display: block;
    margin: 0px auto;
    position: absolute;
    bottom: -138px;
    z-index: 99;
    margin-bottom: 40px;
    background: #ddeaad;
}

img.vert-move {
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}

img.vert-move {
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
    }
}

/* ---------------------------------------------------------------------------------- */

.sec_icon img {
    max-width: 18px;
}

.box-wrap {
    align-items: center;
    border: 1px solid #000;
    padding: 10px;
    margin-top: 30px;
}

.icon-wrap img {
    width: 45px;
    margin-right: 13px;
}

.box-wrap>* {
    position: relative;
    z-index: 9;
}

.bg-hover {
    position: relative;
}

.bg-hover:after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    background-color: #4b744d26;
    /* background-color: #83c9d2; */
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.bg-hover:hover img {
    filter: brightness(0) invert(1);
}

.bg-hover:hover .title-wrap {
    color: #fff;
}

.bg-hover:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.highlightwrp {
    background: url("../images/highlight.webp") no-repeat;
    background-position: center;
    background-size: cover;
}

.highligh_cont {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #fff;
    background: rgba(243, 243, 243, 0.5);
    backdrop-filter: blur(50px);
}

.highlight_list li {
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.highlight_list li:last-child {
    margin-bottom: 0;
}

.icon_wrp img {
    width: 50px;
    height: 50px;
    margin-right: 16px;
}

.legacy_cont {
    margin-left: -54%;
    max-width: 26vw;
    box-shadow: rgb(96 96 96 / 48%) 5px 8px 15px 0px, rgb(98 98 98 / 80%) 0px 10px 15px 0px;
    position: relative;
    z-index: 1;
}

.logo2 img {
    max-width: 116px;
    margin: 0 auto;
}

.amenities-gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    /* margin-bottom: 10px; */
    box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
}

.actual {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    padding: 0px 15px 10px 10px;
    z-index: 99;
}

.actual.right {
    left: auto;
    right: 0;
}

ul.listing {
    padding-left: 17px;
}

ul.listing li {
    margin-bottom: 15px;
}

ul.listing li::marker {
    color: #007686;
}

.readmore.collapsed .fa::before {
    content: "\f0fe";
    transition: ease all 0.5s;
}

.readmore .fa::before {
    content: "\f146";
    transition: ease all 0.5s;
}

.amenities-icon .icons-wrap img {
    width: 64px !important;
}

.amenities-icon .icons-wrap {
    border: 2px solid transparent;
    margin-bottom: 5px;
    display: inline-block;
    transition: ease all 0.5s;
    padding: 8px;
}

.subhead {
    font-size: 16px;
    margin-bottom: 20px;
    font-family: "Bon Vivant Family Serif";
    letter-spacing: 9px;
}

.conf-title {
    font-family: "Bon Vivant Family Serif";
    font-size: 20px;
    margin-right: 2rem;
}

.conf-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/**banner***/

.carousel-inner .carousel-caption {
    right: inherit !;
    left: 0% !important;
    text-align: left !important;
    bottom: 0;
    background: linear-gradient( 90deg, rgba(116, 92, 44, 1) 1%, rgba(116, 92, 44, 0) 100%);
    padding: 2rem 3.5rem !important;
}

.carousel-caption h3 {
    font-size: 50px;
}

.carousel-caption h4 {
    font-size: 42px;
}



.carousel-caption>* {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.big-head {
    font-size: 50px;
    line-height: 1.4;
}

.animiate-wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.img-wrapper {
    z-index: 1;
}

.border-effect {
    position: relative;
    padding: 1.5rem;
    background: linear-gradient(180deg, #e9ded8 0%, #d4b9a7 100%);
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #d5baa8;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.border-effect:hover {
    position: relative;
    background: transparent;
    border: 1px solid #d5baa8;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

.border-effect:hover .icons-wrap img {
    filter: invert(97%) sepia(0%) saturate(12%) hue-rotate(228deg) brightness(102%) contrast(104%);
}

.amen_box {
    gap: 3rem;
}

.amenities-icon p {
    margin-bottom: 0;
    font-size: 14px;
}

.high-prior {
    position: relative;
    z-index: 9;
}

.over-sec .sticky-top {
    top: 72px;
}

.border-effect:hover::before {
    width: 100%;
    left: 0;
}

/* .configuration {
  background: url(../images/highlight.webp) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.configuration::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.configuration > * {
  position: relative;
  z-index: 9;
} */

.conf-content {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin-left: auto;
}

.texture_bg {
    position: relative;
    background: url(../images/texture.webp) no-repeat;
    background-position: right top;
    width: 100%;
    height: 100%;
}

.contact {
    position: relative;
    background: url(../images/contact_bg.webp) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.contact::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.dark-bg {
    position: relative;
    background: url("../images/footer_bg.webp") no-repeat;
    background-position: center;
    background-size: cover;
}

.dark-bg::before,
.amenities::before {
    position: absolute;
    content: "";
    background: #4b744d;
    /* opacity: 0.4; */
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.dark-bg>*,
.amenities>* {
    position: relative;
    z-index: 1;
}

.conf-img {
    position: relative;
    padding: 0 0 25px 25px;
    margin: 30px 0 0 15px;
}

.conf-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top: 2px solid #4b744d;
    border-left: 2px solid #4b744d;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
    z-index: -1;
}

.conf-img:after {
    content: "";
    position: absolute;
    width: 97%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #4b744d;
    border-right: 2px solid #4b744d;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
    z-index: -1;
}

/* .conf-img .confimg {
    margin-top: -40px;
} */

.dots {
    position: absolute;
    bottom: -11px;
    left: 20px;
}

.map-image {
    position: relative;
    padding-left: 10px;
    border: 1px solid #181515;
}

/******************/

.without {
    text-decoration: none;
    display: flex;
}

.without span {
    display: inline-block;
    white-space: pre;
}

.without .word {
    overflow: hidden;
}

.aos-animate.without .word .char {
    position: relative;
    animation: slide-up 1s cubic-bezier(0.75, 0, 0.25, 1) both;
    animation-delay: calc(0.2s + (0.3s * var(--word-index)));
}

@keyframes slide-up {
    from {
        transform: translateY(100%);
    }
}

/**Tab***/

.nav-tabs .nav-link {
    border: 0 !important;
    background: none !important;
    color: #4b744d !important;
    font-family: Mont;
    font-weight: 600;
    width: unset;
    border-radius: 28px !important;
    background-color: unset !important;
}

.nav-tabs .nav-link.active {
    border: 0 !important;
    background: none !important;
    color: #4b744d !important;
    font-family: Mont;
    font-weight: 600;
    /* width: 90% !important; */
    border-radius: 28px !important;
    background-color: #4b744d26 !important;
    background: #ddeaad !important;
}

.back-circle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    /* -webkit-transform: translate(-50%, -50%); */
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 40px !important;
    height: 35px !important;
    background: #e8e2df;
    border-radius: 50%;
    display: block;
    opacity: 1;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.nav-tabs .nav-link {
    position: relative;
    border-radius: 0 !important;
    margin: 0 15px 15px;
    min-width: 195px;
    transition: all 0.4s ease 0s;
    border: 0 !important;
    background: none !important;
    color: #ddeaad !important;
    font-family: Mont;
    font-size: 16px;
    font-weight: 600;
}

.nav-tabs .nav-link:hover {
    /* border: 1px solid #4b744d !important;
  background: #4b744d !important;
  color: #fff !important; */
}

.gallery-content .owl-carousel .owl-item:not(.gallery-content .owl-carousel .owl-item.center) {
    transform: scale(0.9);
    /* filter: grayscale(2) blur(3px); */
    mix-blend-mode: luminosity;
    transition: all 0.3s;
}

.gallery-content .owl-carousel .owl-item {
    /* filter: grayscale(2) blur(3px); */
    mix-blend-mode: luminosity;
    transition: all 0.3s;
}

.tab-content>.tab-pane {
    display: block !important;
    height: 0 !important;
    overflow: hidden;
}

.tab-content>.tab-pane.active {
    display: block !important;
    height: auto !important;
}

.nav-tabs .fade:not(.show) {
    opacity: 0 !important;
}

.nav-tabs .fade.show {
    opacity: 1 !important;
}

.gallery .card-img-top {
    border-radius: 0 !important;
}

.gallery .card {
    position: relative;
    width: 100%;
    transition: all 0.5s;
    border: 0;
}

#sync2 .owl-next.disabled img,
#sync2 .owl-prev.disabled img {
    display: none;
}

.loc-headin1 h1 {
    font-size: 16px;
    text-align: center;
    font-family: "Mont";
    font-weight: 600;
}

#sync2 .current {
    border-bottom: 2px solid #000;
}

.list li {
    font-size: 18px;
    position: relative;
    margin-bottom: 12px;
    padding-left: 20px;
}

.list li::before {
    position: absolute;
    content: "";
    background: url(../images/pin.webp) no-repeat;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 100%;
    left: -10px;
    top: -2px;
}

.nav-tabs .ex-link {
    margin: 0px auto !important;
    text-align: center !important;
    display: block !important;
}

.nav-tabs {
    border-bottom: none !important;
}

/************Button**************/

.round-btn {
    color: #fff;
    background: #4b744d;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    transition: all 0.3s ease;
    /* filter: invert(28%) sepia(24%) saturate(1569%) hue-rotate(325deg) brightness(97%) contrast(86%); */
    position: relative;
    display: inline-block;
    border: 1px solid #ffffff;
    outline: none;
    overflow: hidden;
    z-index: 1;
}

.round-btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #4b744d;
    transition: all 0.3s ease;
}

.round-btn:hover {
    color: #fff;
}

.round-btn:hover:after {
    left: 0;
    width: 100%;
}

.card-title {
    font-size: 25px;
    line-height: 1.4;
}

.content-wrap {
    max-width: 638px;
    margin-left: auto;
    padding-right: 80px;
}

.card-body {
    padding: 2rem !important;
}

.card-text {
    margin: 20px 0 30px;
}

.price-click {
    /* border: 1px solid #000;
  color: #000; */
    padding: 5px 10px;
    /* margin-left: 20px; */
}

.form-bg {
    /* background: url(../images/brown-bg.webp) no-repeat; */
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    padding: 30px 60px;
}

.form-btn {
    background: #4b744d !important;
    color: #fff;
    border: 0;
    margin-top: 20px;
    padding: 7px 40px;
    margin: auto;
    border: 1px solid #d5baa8;
}

form .form-btn {
    display: inherit !important;
}

.form-group {
    margin-bottom: 15px;
}

.con-wrap {
    padding: 20px 0;
    border-bottom: 1px solid #dcdedf;
}

.icon-wrap i {
    font-size: 27px;
    margin-right: 15px;
}

.con-title {
    font-size: 24px;
}

.con-subtitle {
    font-size: 18px;
}

.ami-overlay {
    width: 100%;
    height: 100%;
    /* background: rgba(168, 138, 109, 0.5); */
    position: absolute;
    top: 0;
    transform: translate(-101%, 0);
    transition: all 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.galimg {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
}

.galimg:hover .ami-overlay {
    transform: translate(0%, 0);
    transition: all 0.5s;
    cursor: url(../images/hovericon.webp), auto !important;
}

/*----------Modal Design-------*/

label.error {
    color: red;
    font-size: 12px;
    font-weight: 300;
}

.modal {
    z-index: 9999;
    background: rgba(185, 185, 185, 0.6);
}

.modal-content {
    background: url(../images/menu_bg.webp) no-repeat !important;
    background-position: bottom right;
    width: 100%;
    border: none;
    border-radius: 17px;
    background-size: cover !important;
    background-position: bottom right;
}

.modal-body {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
}

.modal-body h3,
.modal-body p {
    color: #fff;
}

.modal .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    opacity: 1;
    outline: none;
    border: none;
    z-index: 9;
    filter: brightness(0) invert(1);
}

.modal-dialog {
    margin-top: 7% !important;
    z-index: 9999 !important;
}

.modal-body p {
    font-size: 14px;
    text-align: center;
}

.modal-body h3 {
    font-family: "Bon Vivant Family Serif";
    margin-top: -10px;
    text-align: center;
    font-size: 25px;
}

/*---modal form--*/

/*-------------------------------*/

.modal-body form input,
.modal-body form select {
    height: 40px;
    border: 1px solid #ffffff;
    width: 100%;
    background: #fff0;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #fff;
    padding-left: 10px;
    border-radius: 0px !important;
    color: #ffffff;
    border-left: none;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder {
    color: #fff !important;
}

.modal-body form .input-group-addon {
    display: flex;
    align-items: center;
    background: #f5f5f500;
    color: #ffffff;
    border: 2px solid #f5f5f5;
    /* border-right: 0; */
    border-radius: 0px;
    padding: 0 10px;
}

.form-ico {
    font-size: 19px !important;
}

.modal-body form textarea {
    border: none;
    resize: none;
    /*background: #e4e4e4;*/
}

.modal-body form .form-group {
    height: 40px;
    margin-bottom: 23px;
    margin-top: 0;
}

.form-control:focus {
    box-shadow: none !important;
}

.btn-center {
    display: block;
    margin: 0 auto;
}

/* Download Brochure Button Styles */
.download-brochure-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    background-color: #4b744d;
    color: #fff !important;
    border: 2px solid #4b744d;
    border-radius: 50px;
    font-family: 'Mont', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(75, 116, 77, 0.2);
    margin: 20px 0;
}

.download-brochure-btn i {
    margin-right: 8px;
    font-size: 18px;
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease;
    animation: downloadBounce 1.5s infinite ease-in-out;
}

@keyframes downloadBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}

.download-brochure-btn:hover i {
    animation: downloadBounce 1s infinite ease-in-out;
}

.download-brochure-btn:active i {
    animation: none;
    transform: translateY(3px);
}

.download-brochure-btn:hover {
    background-color: transparent;
    color: #4b744d !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(75, 116, 77, 0.3);
}

.download-brochure-btn:active {
    transform: translateY(1px);
}

.modal-body form .input-group {
    box-shadow: 0 5px 30px #00000014;
}

.modal-body form button {
    margin: 0 auto;
}

.interested-form {
    background: rgb(238 238 238 / 70%);
    padding: 30px 20px 20px 20px;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.form-heading {
    background: linear-gradient(180deg, #e9ded8 0%, #d4b9a7 100%);
    text-align: center;
    padding: 10px 0;
    margin-top: -54px;
    border-radius: 4px;
    margin-bottom: 35px;
}

.bannerform {
    padding-top: 60px;
}

/*-----------Modal End --------*/

/*****************Footer*******************/

.footer-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links li a {
    color: #fff;
    text-decoration: none;
}

.footer-links li:last-child {
    margin-bottom: 0;
}

.copy-right {
    padding: 40px 0 0;
}

.qr-img {
    width: 120px;
    margin: 0px 0 15px;
}

/**********Project**************/

.proj-loc .fas {
    color: #007686;
}

.carpet-area {
    display: inline-block;
}

.border-tb {
    border-top: 1px solid #007686;
    border-bottom: 1px solid #007686;
    padding: 20px 0 !important;
}

.project-image,
.project-image-wrapper,
.read-more-wrap {
    position: relative;
}

.project-image {
    display: inline-block;
}

.project-image-wrapper {
    padding: 0 30px;
}

.proj-title {
    position: absolute;
    bottom: 30px;
    left: -30px;
    background: #007686;
    font-size: 18px;
    color: #fff;
    padding: 6px;
    font-weight: 600;
    z-index: 3;
}

.project-content {
    padding-left: 15px;
}

.bl-effect {
    position: absolute;
    content: "";
    border-top: 1px solid #007686;
    width: 100%;
    height: 100%;
    top: 23px;
    left: 0;
}

.image-wrap img {
    position: relative;
    z-index: 2;
}

.btn-right {
    position: relative;
    display: inline-block;
    /*background: #fff;*/
    z-index: 1;
    padding-left: 15px;
}

#pageloader {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

#pageloader img {
    left: 50%;
    width: 100px;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

.error {
    color: #ff0000;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

.btneffect-title {
    font-size: 20px;
    display: inline-block;
    background: #fff;
    color: #007686;
    padding: 10px 30px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
}

.btneffect-title::after {
    position: absolute;
    content: "";
    border-top: 1px solid #fff;
    width: 100%;
    height: 100%;
    top: 24px;
    right: auto;
}

.image-wrapper {
    float: left;
    width: 50%;
    margin: 0 15px 28px 0;
}

#text {
    display: none;
}

a.readmore {
    color: #007686;
}

.showicon {
    position: relative;
}

.iconone {
    position: absolute;
    left: 68%;
    width: 36px;
    margin-top: -21%;
    right: 0;
    display: none;
    z-index: 999;
}

.buildicon {
    transform: scale(1.5);
    position: absolute;
    bottom: 22%;
    right: 8%;
    width: 150px;
    transition: all 1s ease;
}

.buildicons {
    transform: scale(1);
    width: 40px;
    transition: all 1s ease;
    right: 9.5%;
}

.icontwo {
    position: absolute;
    left: 41%;
    width: 36px;
    /* height: 65px; */
    margin-top: -16%;
    right: 0;
    display: none;
    z-index: 999;
    /* b
    ackground-image: url(../images/favicon.webp); */
}

.dbloock {
    display: block;
}

.schools-sec .row>.col-md-6 {
    margin-bottom: 30px;
    color: #007686;
}

.section-bg {
    padding: 120px 0;
    color: #fff;
    position: relative;
}

.section-bg:before {
    content: "";
    background: #007686;
    position: absolute;
    bottom: 60px;
    top: 60px;
    left: 0;
    right: 0;
    transform: skewY(-3deg);
}

.institue-wrap {
    position: relative;
    z-index: 9;
}

/*************Accordian**************/

.accordion-flush .accordion-item .accordion-button {
    font-family: "Bon Vivant Family Serif";
}

.accordion-button:focus {
    box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}

/***************Thank you ****************/

.msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: #4b744d;
    color: #fff;
    border-radius: 50%;
    padding: 27px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.oops {
    text-align: center;
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 800;
    color: #4b744d;
    font-family: "Mont";
}

.oops span {
    font-weight: 300;
}

.oops-subtitle {
    color: #000;
    font-size: 18px;
    font-family: "Mont";
}

.navigation-type-split.fixMenu {
    background: #000;
    transition: ease all 0.5s;
}

.go-home {
    color: #000;
    font-size: 19px;
    padding: 10px;
    width: 232px;
    margin: 0px auto;
    margin-top: 30px;
    border-radius: 5px;
    text-align: center;
    transition: ease 0.5s;
    font-family: "Mont";
}

.go-home:hover {
    transition: ease 0.5s;
    color: #fff;
    background: #4b744d;
    border-radius: 25px;
}

.oops-greet {
    color: #000;
    font-size: 25px;
    /*font-weight: 600;*/
    margin-bottom: 15px;
    font-family: "Mont";
}

/**************Form***********/

#contact-form input {
    height: 40px;
    border: none;
    border-radius: 0;
    width: 100%;
    padding-left: 8px;
    color: #000;
    background: #4b744d;
    border-bottom: 1px solid #4b744d;
    background: #ddeaad;
}

.contact-form .form-group {
    height: 40px;
    margin-bottom: 30px;
}

.contact-form input {
    height: 40px;
    border-radius: 0;
    width: 100%;
    padding-left: 8px;
}

.form-wrapper {
    padding: 30px;
    background: #edf7ff;
}

.ext-sub {
    width: 100%;
    margin: 12px auto;
    background: none;
    border: none;
    color: #4b744d;
    z-index: 1;
    font-family: Mont;
}

.ext-sub {
    position: relative;
}

.over-color {
    color: #4b744d;
}

.ext-sub::before {
    content: "";
    position: absolute;
    top: 50%;
    top: 10px !important;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    /* -webkit-transform: translate(-50%, -50%); */
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 40px !important;
    height: 35px !important;
    background: #e8e2df;
    border-radius: 50%;
    display: block;
    opacity: 1;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.form-control::placeholder {
    color: #fff !important;
}

#contact-form input::placeholder {
    color: #4b744d !important;
}

form input[type="number"] {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.reveal {
    visibility: hidden;
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
}

.floor-carousel .item img,
.interior-carousel .item img {
    /* height: 400px; */
    object-fit: cover;
    object-position: top;
}

.navigation-type-split.fixMenu {
    background: #ddeaad;
    transition: ease all 0.5s;
    box-shadow: 0px 0px 5px 5px #00000036;
}

.main-form h3 {
    color: #4b744d;
    font-family: "Bon Vivant Family Serif";
    font-size: 30px;
    margin-bottom: 40px;
}

.carousel-control-prev img {
    width: 40px;
}

.carousel-control-next img {
    width: 40px;
}

.cta {
    position: relative;
    margin: auto;
    padding: 19px 22px;
    transition: all 0.2s ease;
}

.cta:before {
    content: "";
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    border-radius: 28px;
    background: #4b744d26;
    width: 56px;
    height: 56px;
    transition: all 0.3s ease;
}

.cta span {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    font-weight: 900;
    letter-spacing: 2px;
    /* text-transform: uppercase; */
    vertical-align: middle;
    color: #000;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    /* padding: 15px 30px; */
    background: transparent;
    color: #4b744d;
    text-decoration: none;
    font-size: 13px;
    transition: background-color 0.3s ease;
    font-family: Mont;
}

.cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #111;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.cta:hover:before {
    width: 100% !important;
    background: #4b744d26;
}

.cta:hover svg {
    transform: translateX(0);
}

.cta:active {
    transform: scale(0.96);
}

.ctalight {
    position: relative;
    margin: auto;
    padding: 19px 22px;
    transition: all 0.2s ease;
}

.ctalight:before {
    content: "";
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    border-radius: 28px;
    background: #fff;
    width: 56px;
    height: 56px;
    transition: all 0.3s ease;
}

.ctalight span {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    font-weight: 900;
    letter-spacing: 2px;
    /* text-transform: uppercase; */
    vertical-align: middle;
    color: #000;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    /* padding: 15px 30px; */
    background: transparent;
    color: #4b744d;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
    font-family: Mont;
}

.ctalight svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #111;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.ctalight:hover:before {
    width: 100% !important;
    background: #ededed;
}

.ctalight:hover svg {
    transform: translateX(0);
}

.ctalight:active {
    transform: scale(0.96);
}

/******************amenities**************************************************/

.social-btns {
    margin: auto;
    font-size: 0;
    height: 195px;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.social-btns .amebox {
    display: inline-block;
    /* background-color: #fff; */
    width: 100px;
    height: 100px;
    line-height: 90px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 62%;
    box-shadow: 1px 5px 15px 1px rgba(0, 0, 0, 0.1);
    opacity: 0.99;
}

@keyframes animateEven {
    0% {
        transform: translate(0px, 0px);
    }
    25% {
        transform: translate(-4px, 0px);
    }
    50% {
        transform: translate(-4px, -4px);
    }
    75% {
        transform: translate(0px, -4px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

.social-btns .amebox::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    animation: 1.5s linear 0s infinite normal none running animateEven;
    position: absolute;
    top: 0px;
    left: 0px;
    box-shadow: 1px 5px 15px 1px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    /* filter: blur(8px); */
    background: #ddeaad;
    z-index: -1;
}

.social-btns .amebox:before,
.social-btns .amebox i {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-btns .amebox:before {
    top: 90%;
    left: -110%;
}

.social-btns .amebox img {
    transform: scale(0.7);
}

.social-btns .amebox:before {
    background-color: #4b744d26;
}

.social-btns .amebox img {
    color: #4b744d26;
}

.social-btns .amebox:focus:before,
.social-btns .amebox:hover:before {
    top: -10%;
    left: -10%;
}

.social-btns .amebox:focus img,
.social-btns .amebox:hover img {
    color: #fff;
    transform: scale(0.8);
}

.social-btns .amebox:before {
    content: "";
    width: 120%;
    height: 120%;
    position: absolute;
    transform: rotate(45deg);
}

.social-btns .amebox:before,
.social-btns .amebox img {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-btns .amebox img {
    font-size: 70px;
    vertical-align: middle;
    /* display: block; */
    /* line-height: 95px; */
    padding: 15px;
    filter: invert(16%) sepia(32%) saturate(1014%) hue-rotate(120deg) brightness(90%) contrast(92%);
    width: 100px !important;
}

.social-btns .ame-tit {
    color: #4b744d;
    font-size: 16px;
    font-weight: 500;
    height: 25px;
    text-align: center;
    margin: 20px 0px 30px;
    font-family: "MESSINASANS";
}

.social-btns .ame-tit:after {
    content: " ";
    /* border-left: 4px dashed #4b744d; */
    /* right: -5%; */
    /* height: 35%; */
    /* bottom: 0px; */
    /* position: absolute; */
}

.social-btns .ame-tit1 {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    margin: 20px 0px 30px;
    line-height: 28px;
}

.social-btns .ame-tit1:after {
    content: " ";
    border-left: none;
}

.ame-head {
    text-align: center;
    font-size: 50px;
    margin: 90px;
    color: #37a692;
    font-family: "IVYMODE";
}

.main_investors_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.main_investors_grid .investors_wrap {
    border: 1px solid #e8e8e8;
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.main_investors_grid .investors_wrap a {
    text-decoration: none;
    color: #222222 !important;
}

.main_investors_grid .investors_wrap a .investors_inner {
    padding: 40px 10px;
}

.main_investors_grid .investors_wrap a .investors_inner img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.main_investors_grid .investors_wrap a .investors_inner h3 {
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 20px;
}

/*************Media Queries***************/

/* ============ desktop view ============ */

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
        padding: 0;
    }
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
    .content h3 {
        position: absolute;
        left: 3%;
        /* width: 65%; */
        top: 44px;
        z-index: 99;
        margin-left: 0;
        font-family: "Bon Vivant Family Serif";
        font-size: 5vw;
        color: #4b744d;
        /* font-weight: 600; */
    }
}

/* ============ desktop view .end// ============ */

@media only screen and (max-width: 1300px) {
    .sec-padd {
        padding: 60px 0;
    }
    body {
        font-size: 15px !important;
    }
    .content-wrap {
        max-width: 543px;
        padding: 0 15px !important;
    }
    .subhead {
        font-size: 16px;
    }
    .subhead {
        letter-spacing: 3px;
    }
    .sub-title {
        font-size: 25px;
    }
    .left-content {
        max-width: 545px;
    }
    .amenities-gallery img {
        min-height: 379px;
    }
    .actual {
        font-size: 11px;
    }
    .list li {
        font-size: 14px;
    }
    .carousel-caption h3 {
        font-size: 35px;
    }
    .carousel-caption h4 {
        font-size: 32px;
    }
    .big-head {
        font-size: 35px;
    }
    .section-title {
        font-size: 32px;
    }
    .border-effect {
        margin-bottom: 20px;
    }
    .over-sec .sticky-top {
        top: 26px;
    }
    .legacy_cont .legacy_continner {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .content h3 {
        position: absolute;
        left: 3%;
        width: 70%;
        top: 44px;
        z-index: 99;
        margin-left: 0;
        font-family: "Bon Vivant Family Serif";
        font-size: 5.4vw;
        color: #4b744d;
    }
    .loc-headin1 h1 {
        font-size: 13px;
        text-align: center;
        font-family: "Mont";
        font-weight: 600;
    }
}

@media only screen and (max-width: 1200px) {
    .highlight_list li {
        font-size: 16px;
    }
    .legacy_cont {
        max-width: 30vw;
    }
    .content h3 {
        position: absolute;
        left: 3%;
        width: 70%;
        top: 44px;
        z-index: 99;
        margin-left: 0;
        font-family: "Bon Vivant Family Serif";
        font-size: 5.6vw;
        color: #4b744d;
    }
}

@media only screen and (max-width: 991px) {
    .sec-padd {
        padding: 50px 0;
    }
    .content h3 {
        position: absolute;
        left: 3%;
        width: 70%;
        top: 44px;
        z-index: 99;
        margin-left: 0;
        font-family: "Bon Vivant Family Serif";
        font-size: 5.4vw;
        color: #4b744d;
    }
    .sec-padd-top {
        padding-top: 30px;
    }
    .sec-padd-bot {
        /* padding-bottom: 30px; */
    }
    .section-title {
        font-size: 30px;
    }
    #navbarNavDropdown {
        position: absolute;
        top: 80px;
        left: 0;
        z-index: 9999;
        background: #fff;
        width: 100%;
    }
    .content-wrap {
        max-width: 100%;
        margin-left: auto;
    }
    .section-title {
        font-size: 30px;
    }
    .round-btn {
        font-size: 16px;
        line-height: 26px;
    }
    .nav-item {
        padding: 0px 15px;
        border-bottom: 1px solid;
        border: 0;
    }
    .nav-item:last-child {
        border-bottom: 0;
    }
    .navbar-nav .dropdown-menu {
        padding: 0 !important;
        border: 0;
    }
    .page-banner {
        padding: 40px 0;
    }
    .form-wrapper {
        padding: 30px 15px;
        margin-top: 30px;
    }
    .icon-wrap i,
    .con-title {
        font-size: 22px;
    }
    .project-content {
        padding-top: 30px;
        padding-left: 0px;
    }
    .amen-slide .item {
        margin-bottom: 60px;
    }
    .dropdown-menu {
        display: block !important;
    }
    .left-content {
        max-width: 338px;
    }
    .carousel-inner .carousel-caption {
        padding: 1rem 1.5rem !important;
    }
    .carousel-caption h3 {
        font-size: 26px;
    }
    .carousel-caption h4 {
        font-size: 23px;
    }
    .big-head {
        font-size: 29px;
    }
    .amenities-gallery img {
        min-height: auto;
    }
    .copy-right {
        padding: 15px 0;
    }
    .icon_wrp img {
        width: 40px;
        height: 40px;
    }
    .form-bg {
        padding: 0px 15px;
    }
    .highlight_list li {
        font-size: 14px;
        margin-bottom: 1.5rem;
    }
    .legacy_cont {
        max-width: initial;
    }
}

@media only screen and (max-width: 767px) {
    .social-btns {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 110px;
        margin-left: 10%;
    }
    .social-btns .ame-tit {
        margin-left: 25px;
    }
    .carousel-inner {
        margin-top: 71px !important;
    }
    .ame-gallery img {
        width: 100% !important;
        height: 196px !important;
        object-fit: cover;
    }
   
    .imgg1 img {
        width: 296px !important;
        height: 160px !important;
        object-fit: cover;
    }
    .imgg2 img {
        width: 296px !important;
        height: 160px !important;
        object-fit: cover;
    }
    .footer-2 {
        padding: 30px 0;
    }
    .headloc h3 {
        text-align: center;
    }
    .padd2 {
        padding: 60px 0px;
    }
    .ame2-carousel .owl-nav {
        margin-left: 0;
    }
    .slider-counter {
        left: 47%;
        bottom: -6%;
    }
    header {
        padding: 0px;
        position: fixed;
        width: 100%;
        z-index: 99;
    }
    .ame1-con-content p {
        color: #000;
        font-family: Mont;
        font-size: 18px;
        margin-bottom: 20%;
        width: 100%;
    }
    .ame3-carousel .owl-nav .owl-prev img {
        width: 40px;
    }
    .ame3-carousel .owl-nav .owl-next img {
        width: 40px;
    }
    .infra-carousel .owl-nav .owl-prev {
        position: relative;
    }
    .infra-carousel .owl-nav .owl-next {
        position: relative;
    }
    .infra-carousel .owl-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
    .conf-im {
        display: none;
    }
    .ame-carousel .owl-nav .owl-prev {
        position: relative;
    }
    .ame-carousel .owl-nav .owl-next {
        position: relative;
    }
    .ame-carousel .owl-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
    .content h3 {
        position: relative;
        left: 0;
        width: 100%;
        top: 0;
        z-index: 99;
        margin-left: 0;
        font-family: "Bon Vivant Family Serif";
        font-size: 8.4vw;
        color: #4b744d;
        text-align: center;
        font-weight: 600;
    }
    .circle {
        width: 300px;
        height: 300px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        background-color: #4b744d26;
        border-radius: 50%;
    }
    .circleb p {
        text-align: center;
        margin: 0;
        font-size: 9.6px;
        line-height: 20px;
    }
    .butn a {
        position: relative;
        right: 0;
        top: 0;
        display: block;
        margin: 0px auto;
        text-align: center;
        z-index: 1;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .main-form {
        background: #ddeaad;
        padding: 30px;
        width: 96%;
        display: block;
        margin: 0px auto;
        position: relative;
        bottom: 0;
        z-index: 9;
        margin-bottom: 40px;
    }
    .right-conf-content h3 {
        color: #4b744d;
        font-family: "Bon Vivant Family Serif";
        font-size: 30px;
        width: 100%;
    }
    .right-conf-content h3 {
        color: #000;
        text-align: center;
        font-family: "Fakt Pro";
        font-size: 18px;
        margin-top: 25px;
    }
    .right-conf-content h3 {
        color: #4b744d;
        font-family: "Bon Vivant Family Serif";
        font-size: 8.4vw;
        width: 100%;
        font-weight: 600;
        text-align: center;
    }
    .fle-dir {
        flex-direction: column;
    }
    .box1 {
        border: 1px solid #4b744d26;
        padding: 20px;
        border-right: 1px solid #4b744d26;
    }
    .ame-carousel .owl-nav img {
        width: 40px;
    }
    .heading h3 {
        color: #4b744d;
        text-align: center;
        font-family: "Bon Vivant Family Serif";
        font-size: 8.4vw;
        width: 100%;
        display: block;
        margin: 0px auto;
        font-weight: 400;
        margin-bottom: 25px;
        margin-top: 40px;
        font-weight: 600;
    }
    .imgg1 img {
        width: 100% !important;
        position: relative;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 9;
    }
    .dflex {
        display: flex;
        padding: 20px;
        justify-content: center;
        align-items: center;
        gap: 50px;
        flex-direction: column;
    }
    .descrip1 {
        position: relative;
        margin-left: 30%;
        color: #4b744d;
        font-family: "Bon Vivant Family Serif";
        font-size: 35px;
    }
    .imgg2 img {
        width: 100% !important;
        position: relative;
        left: 0;
        z-index: 1;
        margin-top: 0;
    }
    .background-section::after {
        /* content: ""; */
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #e8e2df;
        /* z-index: 1; */
    }
    .headloc h2 {
        color: #4b744d;
        font-family: "Bon Vivant Family Serif";
        font-size: 8.4vw;
        margin-bottom: 10%;
        margin-top: 20px;
        text-align: center;
    }
    .infrahead h3 {
        font-family: "Bon Vivant Family Serif";
        font-size: 45px;
    }
    .head-wrap h3 {
        color: #4b744d;
        font-family: "Bon Vivant Family Serif";
        font-size: 45px;
        margin-bottom: 30px;
    }
    #sync2 .owl-nav .owl-prev img {
        position: absolute;
        left: -3%;
        top: -11px;
        width: 30px;
    }
    #sync2 .owl-nav .owl-next img {
        position: absolute;
        right: 0;
        top: -11px;
        width: 30px;
    }
    .amenities-slider .owl-nav {
        display: flex;
        justify-content: end;
        align-items: center;
        position: relative;
        right: 3%;
        overflow: hidden;
    }
    .reverse-col {
        flex-direction: column-reverse;
    }
    .cloud {
        max-width: 70px;
        top: 0;
    }
    .image-wrapper {
        /* float: none; */
        width: 100%;
        margin: 0 0 15px 0;
    }
    .left-content {
        max-width: initial;
    }
    .carousel-caption h4 {
        font-size: 18px;
    }
    .carousel-caption h3 {
        font-size: 21px;
    }
    .big-head {
        font-size: 24px;
    }
    .border-effect {
        margin-bottom: 0px;
    }
    .conf-content {
        max-width: 100%;
    }
    .over-sec .img-wrapper {
        overflow: hidden;
    }
    .nav-tabs .nav-link {
        font-size: 18px;
        margin: 0 7px 15px !important;
    }
    .galimg {
        margin-bottom: 20px;
    }
    .compare-wrap {
        height: 350px;
    }
    .compare-wrap img {
        height: 300px !important;
    }
    .high-prior {
        margin-top: 30px;
    }
    .floor-carousel .item img,
    .interior-carousel .item img {
        height: 320px;
    }
    .nav-tabs .nav-link {
        min-width: 130px;
    }
    .highlightwrp {
        background: transparent;
    }
    .highlight_list li {
        font-size: 16px;
    }
    .conf-title {
        font-size: 18px;
        margin-right: 1.5rem;
    }
    .border-effect {
        width: 135px;
        height: 135px;
        padding: 1rem;
    }
    .amenities-icon .icons-wrap img {
        width: 50px !important;
    }
    .highligh_cont {
        background: rgb(239 236 236);
    }
    .mob-grad {
        background: linear-gradient(90deg, #d39985 0%, #fde1da 100%);
    }
    .legacy_cont {
        margin-left: 0;
        background: transparent;
    }
    .amenities-icon p {
        font-size: 11px;
    }
    .amenities-icon .icons-wrap {
        padding: 0;
    }
    .custom_btnApp {
        background-color: transparent;
        border: 1px solid #fff;
    }
}

@media only screen and (max-width: 576px) {
    .border-effect {
        width: 130px;
        height: 130px;
    }
    .amenities-icon .icons-wrap img {
        width: 40px !important;
    }
}

.single-item .galimg .card-img-top {
    height: 550px !important;
    object-fit: cover !important;
}

.double-items .galimg .card-img-top {
    height: 265px !important;
    object-fit: cover !important;
}

.mobile-exterior .galimg img {
    max-height: 300px;
    height: 300px;
    object-fit: cover;
}

.big-head span {
    font-weight: 600;
}

.note-txt {
    position: absolute;
    right: -125px;
    font-size: 16px !important;
    bottom: 10%;
    transform: rotate(90deg);
    color: #4b744d;
    z-index: 98;
}

@media screen and (max-width: 768px) {
    .note-txt {
        position: absolute;
        right: -40px;
        font-size: 16px !important;
        bottom: 30%;
        transform: rotate(90deg);
        color: #4b744d;
        z-index: 98;
    }
    .note-txt1 {
        font-size: 16px !important;
        color: #4b744d;
    }
    .buildicons {
        transform: scale(1);
        width: 20px;
        right: 9%;
        transition: all 1s ease;
    }
}

.interested {
    position: fixed !important;
    right: 20px !important;
    bottom: 25px !important;
    padding: 5px 10px !important;
    color: #fff !important;
    border: 1px solid #d5baa8 !important;
    z-index: 99;
    border-radius: unset !important;
    font-size: 20px !important;
    background-color: #4b744d !important;
    border-radius: 50px !important;
}

.dark-bg {
    padding-bottom: 30px;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #4b744d;
    z-index: 99;
}

.fix-link,
.fix-link:focus,
.fix-link:active {
    text-decoration: none;
    color: #fff;
}

.icon-carousel img {
    max-width: 100px;
    text-align: center;
    margin: 0 auto;
}

.modal-content {
    background-color: #4b744d !important;
    border-radius: 0px !important;
    outline: 4px solid #fff !important;
    outline-offset: 10px;
}

.banner-title-container {
    text-align: center;
    background: #ececec;
    padding: 5px;
}

.ban-title {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 12px;
}

.video-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: #0000002c;
    cursor: pointer;
}

.accordion-item button {
    font-family: "Bon Vivant Family Serif";
    font-weight: bold;
}

.accordion-item .accordion-body {
    font-family: "Mont";
    color: #4b744d !important;
    background: #ddeaad !important;
}

.accordion-button:not(.collapsed) {
    color: #4b744d !important;
    background: #ddeaad !important;
}

.accordion-button::after {
    filter: brightness(0) saturate(100%) invert(41%) sepia(20%) saturate(676%) hue-rotate(73deg) brightness(95%) contrast(96%);
    font-weight: bold;
}

.ame-gallery img {
    width: 1000px;
    height: 550px;
    object-fit: cover;
}

.imgg1 img {
    width: 636px;
    height: 345px;
    object-fit: cover;
}

.imgg2 img {
    width: 636px;
    height: 345px;
    object-fit: cover;
}

#gallery .ctalight:before {
    background: #ffffff47;
}

.fixed-top {
    background: #ddeaad;
    transition: ease all 0.5s;
    box-shadow: 0px 0px 5px 5px #00000036;
}

.carousel-inner {
    margin-top: 91px;
}

#sync1 {
    height: 290px;
    overflow-y: scroll;
}

#fixed-footer {
    color: #fff;
}

/* width */

::-webkit-scrollbar {
    width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    /* border-radius: 10px; */
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #4b744d !important;
    /* border-radius: 10px; */
}

/* Handle on hover */

/* ::-webkit-scrollbar-thumb:hover {
  background: #4b744d !important; 
} */

#accordionExample .accordion-item:nth-of-type(1):hover .accordion-button:not(.collapsed) {
    color: #4b744d !important;
    background: #dbf99f !important;
}

#accordionExample .accordion-item:nth-of-type(1):hover .accordion-button {
    background: #dbf99f !important;
}

#accordionExample .accordion-item:nth-of-type(1):hover .accordion-body {
    background: #dbf99f !important;
}

#accordionExample .accordion-item:nth-of-type(2):hover .accordion-button:not(.collapsed) {
    color: #4b744d !important;
    background: #a7e8a7 !important;
}

#accordionExample .accordion-item:nth-of-type(2):hover .accordion-button {
    background: #a7e8a7 !important;
}

#accordionExample .accordion-item:nth-of-type(2):hover .accordion-body {
    background: #a7e8a7 !important;
}

#accordionExample .accordion-item:nth-of-type(3):hover .accordion-button:not(.collapsed) {
    color: #4b744d !important;
    background: #96d6b3 !important;
}

#accordionExample .accordion-item:nth-of-type(3):hover .accordion-button {
    background: #96d6b3 !important;
}

#accordionExample .accordion-item:nth-of-type(3):hover .accordion-body {
    background: #96d6b3 !important;
}

#accordionExample .accordion-item:nth-of-type(4):hover .accordion-button:not(.collapsed) {
    color: #4b744d !important;
    background: #94cd94 !important;
}

#accordionExample .accordion-item:nth-of-type(4):hover .accordion-button {
    background: #94cd94 !important;
}

#accordionExample .accordion-item:nth-of-type(4):hover .accordion-body {
    background: #94cd94 !important;
}

#accordionExample .accordion-item:nth-of-type(5):hover .accordion-button:not(.collapsed) {
    color: #4b744d !important;
    background: #8bcfcf !important;
}

#accordionExample .accordion-item:nth-of-type(5):hover .accordion-button {
    background: #8bcfcf !important;
}

#accordionExample .accordion-item:nth-of-type(5):hover .accordion-body {
    background: #8bcfcf !important;
}

/* Highlights Section */
.highlight-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px 25px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
}

.highlight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.highlight-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    background: #4B744D;
    color: #fff;
    transition: all 0.3s ease;
}



.highlight-card h4 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Bon Vivant Family Serif';
}

.highlight-card p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

.section-title {
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.section-title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #4B744D;
}

@media (max-width: 767px) {
    .highlight-card {
        padding: 20px 15px;
    }
    
    .highlight-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .highlight-card h4 {
        font-size: 18px;
    }
    
    .highlight-card p {
        font-size: 14px;
    }
    
    .section-title {
        font-size: 28px;
    }
}