@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');




:root {
    --primary-color: #176636;
    --secondy-color: #176636;
}
.fixed-form small.text-danger {
    color: white !important;
}


.thankkyou {
    height: calc(100vh - 96px);
    display: flex;
}

.thankkyou lord-icon {
    margin-top: 50px;
}

.thankkyou h1 {
    font-size: 72px;
    line-height: 87px;
    margin-bottom: 24px;
}

.thankkyou p {
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
}

.thankkyou a {
    font-size: 16px;
    padding: 13px 20px;
    background: #000;
    /* box-shadow: 1px 1px 5px #000, 1px 1px 5px #000; */
    color: #fff;
    border-radius: 6px;
    transition: all 0.5s;
    text-decoration: none;
}

.thankkyou a:hover {
    background-color: #000;
    color: #fff;
}

body {
    font-family: "Inter", serif !important;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 1.5 !important;
    color: #434343 !important;
    scroll-behavior: smooth;

    -webkit-font-smoothing: antialiased;
}

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

a,
a:hover {
    text-decoration: none;
}

.form-control:focus {
    outline: 0;
    box-shadow: unset;

}

header {
    background-color: white;
    z-index: 999;
}

/* .banner {
    margin-top: 80px;
} */

.h-font {
    /* font-family: "Playfair Display", serif; */
    /* background: linear-gradient(to bottom, var(--primary-color) 40%, var(--primary-color) 50%, var(--secondy-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-family: "Montserrat", serif;

    color: #1e291d;
    font-size: 44px;
    overflow: hidden;
    font-feature-settings: "lnum";
    font-weight: 700;

}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;

}

a.logo {
    display: inline-block;
    max-width: 290px;
}

img.developer_logo {
    max-width: 196px;
}

button.menu_btn {
    border: none;
    background: transparent;
    color: black;
    font-weight: 500;
    letter-spacing: 1.5px;
    display: inline-flex;
    align-items: flex-start;
    gap: 12px;
}

button.menu_btn span {
    position: relative;
    display: block;
    width: 22px;
    height: 2px;
    background: black;
    margin-top: 5px;
}

button.menu_btn span::after,
button.menu_btn span::before {
    width: 22px;
    height: 2px;
    background: black;
    position: absolute;
    bottom: 0;
    content: " ";
    right: 0;
    top: 5px;
}

button.menu_btn span::before {
    top: 11px;
    width: 15px;
}

.about p {
    max-width: 550px;
    font-size: 18px;
    letter-spacing: 0.2px;
    margin: 0;
}

.about h1 {
    margin-bottom: 24px;
}

.about .title {
    color: #898989;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 2px;
    text-transform: uppercase;
    /* font-family: "Gilda Display", serif; */
}


.about .description {
    font-size: 30px;
    line-height: 35px;
    color: var(--primary-color);
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.line {
    background: #b2b2b2;
    height: 1px;
    width: 100%;
    display: block;
    margin-bottom: 26px;
}

.about {
    padding: 100px 0 50px 0;
    /* background-color: #F8FCFA; */
}

.brand-land {
    /* margin-top: -100px; */
    padding-top: 100px;
    padding-bottom: 100px;
    background: #85c27245;
    background-size: cover;
    background-position: center center;
}

div#aboutslider img {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.brand-land h2 {
    margin-bottom: 24px;
}

.brand-land p {

    font-size: 18px;
    letter-spacing: 0.2px;
    max-width: 540px;
}

.v-slider {
    margin-top: 32px;
}

.v-slider .slider-prev {
    display: none !important;
}

.v-slider .items {
    background-color: #176636;
    border-radius: 12px;
    padding: 0 20px;
    height: 80px;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    width: 480px !important;
    position: relative;
    color: white;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 12px;
}

.v-slider .slider-next {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 1px solid #176636;
    padding: 15px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}


.v-slider .items:before {
    position: absolute;
    content: " ";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #176636;
    left: -38px;
    top: 29%;
}

.v-slider .slick-slide {
    padding-left: 40px;
}

.v-slider::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 238px;
    background-color: #176636;
    left: 12px;
    top: 32px;
}

.v-slider::after {
    position: absolute;
    /* content: ""; */
    width: 530px;
    height: 120px;
    background: transparent linear-gradient(0deg, #deefd9, hsl(106.36deg 40.74% 89.41% / 69%) 39%, hsl(106.36deg 40.74% 89.41% / 29%) 83%, hsl(106.36deg 40.74% 89.41% / 0%)) 0 0 no-repeat padding-box;
    top: 82px;
    left: 0;
    z-index: 1;
}

.v-slider .items span {
    flex: 0 0 50px;
    width: 50px;
}

.location {
    /* background: linear-gradient(to bottom, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 100%); */
    padding: 100px 0;
}

.fixd-btn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 6px;
    text-align: center;
    z-index: 1010;
    width: 100%;
}

.def-btn {
    transition: 0.5s all;
    background: linear-gradient(to bottom, var(--primary-color) 40%, var(--primary-color) 50%, var(--secondy-color) 100%);
    padding: 9px 40px;
    font-size: 18px;
    font-weight: 500;
    border: 0;
    border-radius: 4px;
    color: white;
    box-shadow: 0 0 8px 1px #ffffff80;
}

.location-duration span {
    width: 90px;
    flex: 0 0 90px;
}

.location-duration {
    align-items: center;
    gap: 12px;
    font-size: 16px;
    /* max-width: 270px; */
    margin-bottom: 20px;
    font-weight: 600;
    padding: 12px 20px;
    border: 1px solid #ededed;
    background-color: white;

    border-radius: 8px;
}

.duration-slider .slick-slide {
    padding-right: 20px;
}

.location h3 {
    margin-bottom: 24px;
}

.location p {
    margin-bottom: 32px;
    font-size: 18px;
    letter-spacing: 0.2px;
}

.mpa {
    position: absolute;
    right: 0;
    bottom: 270px;
    width: 50%;
}

.location {
    position: relative;
}

.location p {
    max-width: 810px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.slider-btn {
    display: flex;
    align-items: center;

    gap: 34px;
    margin-top: 20px;
}
.location .slider-btn {display: none;}


.slider-btn button {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    font-size: 22px;
    border: 0;
    background: black;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.return_year {
    background: #F8FCFA;
    padding: 100px 0;
}

.return_year ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 24px;
}

.return_year ul li {
    display: flex;
    gap: 14px;
    /* max-width: 420px; */
    font-size: 18px;
    letter-spacing: 0.2px;
    padding: 12px 0;
    align-items: center;

}

.return_year ul li span {
    flex: 0 0 36px;
    color: #666666;

}

.fixd-btn .def-btn {
    outline: 2px solid beige;
}

.amanites-slider {
    margin-top: 60px;
}

.amanites-slider p {
    background: rgba(0, 0, 0, .7);
    -webkit-border-radius: 0 20px 0 20px;
    -moz-border-radius: 0 20px 0 20px;
    -ms-border-radius: 0 20px 0 20px;
    -o-border-radius: 0 20px 0 20px;
    border-radius: 0 20px 0 0;
    position: absolute;
    color: white;
    bottom: 0;
    margin: 0;
    z-index: 1;
    padding: 8px 30px;
}

.amanites-slider figure {
    position: relative;
    margin: 0;
}

.amenites {
    padding: 100px 0;
}

.amanites-slider .slick-slide {
    padding-right: 20px !important;

}

.video-project {
    padding: 100px 0;
    background: #f8fcfa;
}

.brand-land figure img {
    height: 550px;
    object-fit: cover;
}

.location a {
    color: black;
    font-size: 20px;
    letter-spacing: 0.2px;
    margin-top: 20px;
    font-weight: 500;
    cursor: pointer;
}

.location a .line {
    margin-bottom: 0;
    margin-top: 4px;
    height: 2px;
    background: black;
    transition: 0.5s all;
}

.location a:hover .line {
    width: 0;
}

footer {
    background: black;
    padding: 60px 0 60px 0;
    color: white;
    font-weight: 500;
}

footer p {
    font-size: 16px;
    color: #ffffffcf;
}

.masterplan ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.masterplan ul li {
    display: flex;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
}

.masterplan ul li span {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    background: #6dbf7e;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.masterplan {
    padding: 100px 0;
}

.masterplan h1 {

    margin-bottom: 34px;
}

.masterplan h4 {
    font-weight: 600;
    margin-bottom: 24px;
}

.masterplan img {
    height: 600px;
    object-fit: contain;
}

header.px-5.py-2.sticky {
    background: white;
}

header {
    transition: 0.5s all;
}

.contact-us {
    padding: 100px 0;
    background: #F8FCFA;
}

.contact-us h1 {
    text-transform: uppercase;
    font-size: 44px;

    margin-bottom: 60px;

}

.contact-us form {
    max-width: 400px;
}

.contactmodal .modal-dialog {
    max-width: 850px;
}

.contactmodal .modal-dialog button.btn-close {
    position: absolute;
    right: 20px;
    z-index: 4;
    opacity: 9;
    top: 16px;
}

.contactmodal .modal-dialog .modal-body {
    padding: 0;
}



.contactmodal .modal-dialog .modal-body form {
    padding-right: 30px;
    padding-top: 30px;
}

.modal-form figure {

    margin-top: 30px;
}

.modal-form figure img {
    height: 70px;
}

.contactmodal .modal-content {
    background: #f8fcfa;
    border: 0;
    border-radius: 0;
}

.fixed-form form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.fixed-form form>* {
    width: 100%;
    margin: 0 !important;

}

.fixed-form {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #176636;
    z-index: 999;
}

.fixed-form button {
    box-shadow: unset;
    background: black;
}

.fixed-form input {
    height: 44px !important;

}

.fixed-form label {
    padding-top: 10px;
}

.modalimg img {
    height: 510px;
    object-fit: cover;
}

.location {
    background-image: url(../images/bgland.webp);
    background-size: cover;
    background-position: top center;
}

.return_year figure img {

    object-fit: cover;
}


.floatingImg {
    transform: translatey(0px);
    transform: translatex(0px);
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.sizebox {
    padding: 12px 20px;
    border: 1px solid #ededed;
    background-color: white;
    margin-bottom: 20px;
    display: none;
}



.menu_section {
    position: fixed;
    max-width: 510px;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: #f8fcfa;
    transition: .7s ease-in-out;
    height: 100%;
    width: 100%;
    border-left: 1px solid #176636;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

.mobile-open .menu_section {
    right: 0
}

.menu_section .menu_in {
    padding: 40px 116px;
    position: relative;
    padding-left: 60px;
}

.menu_section .absLogo {
    content: '';
    position: absolute;
    bottom: -21%;
    right: -2%;
    height: 55%;
    width: 34%;
    z-index: -1;
    /* rotate: 288deg; */
    opacity: 11%
}

.menu_section .absLogo img {
    height: 100%
}

.navbar-socila-links {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 25px;
    padding: 18px 0;
}



.menu-section {
    display: flex;
    justify-content: center;
    column-fill: balance;
    align-items: center;
    gap: 50px;
}

.menu_section .closemenu {
    display: block;
    position: absolute;
    right: 30px;
    top: 20px;
    padding: 10px;
    width: 36px;
    z-index: 999;
    cursor: pointer;
    transition: 0.3s ease-in;
    border: 1px solid;
}

.menu_logo img {
    width: 150px;
}

.menu_logo {
    text-align: center;
    margin-bottom: 20px;
}

.menu_section ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu_section ul li a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 15.03px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.menu_section ul li a:hover {
    color: #000 !important;
}

.menu_in ul li a.closemenu {
    width: 100%;
}

.menu_section ul li {
    padding: 15px 0 10px;
    border-bottom: 1px solid #00000038
}

#privacy .modal-body {
    padding: 60px 60px;
    overflow-y: auto;
    max-height: 610px;
}

#privacy .modal-body h6 {
    font-size: 22px;
    font-weight: 600;
}

#privacy .modal-body p {
    margin-bottom: 26px;
}

footer h3 {
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

footer a {
    color: #ffffffcf;
}

footer a:hover {
    color: white;
}

@media only screen and (max-width: 600px) {
    #privacy .modal-body {
        max-height: 90vh;
    }

    #privacy .modal-body {
        padding: 60px 24px;
    }

    .about .description {
        margin-bottom: 0;
    }

    .sizebox {
        display: flex;
        flex-direction: column;
    }

    .h-font {
        font-size: 32px;
        line-height: 44px;

    }

    div#amenites h1 {
        padding-left: 8px;
        padding-right: 8px;
    }

    footer .row:nth-child(1) {
        gap: 32px;
    }

    footer .row:nth-child(3) p {
        text-align: center !important;
        width: 100%;
    }

    .about {
        padding: 60px 0;
    }

    .about p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 34px;
    }

    .about .def-btn {
        width: 100%;
        margin-bottom: 32px;
    }



    .about .description {
        font-size: 24px;
    }

    .brand-land {
        padding: 60px 0;
    }

    .v-slider .items {
        width: 100% !important;

        font-size: 16px;
        gap: 13px;
    }

    .brand-land .col-md-6>figure {
        margin-top: 26px;
    }

    .v-slider .slider-next {
        margin-left: auto;
        margin-right: auto;
        display: table;
    }

    .brand-land figure img {
        height: auto;
    }
    .contact-us form
    {
        max-width:100%;
    }
.banner {
    padding-top: 60px;
}
.v-slider .items span {
    display: none;
}
.v-slider .items:before {
    display: none;
}

.v-slider .items:before {
    display: none;
}

.v-slider::before {
    display: none;
}


.v-slider .slick-slide
{
    padding-left:0;
}
    .brand-land button.def-btn {
        width: 100%;
    }



    .location {
        padding: 60px 0;
    }

    .location .floatingImg {
        margin-top: 30px;
    }

    .location button.def-btn {
        width: 100%;
        margin-top: 36px;

    }



    .return_year {
        padding: 60px 0;
    }

    .return_year .def-btn {
        width: 100%;

    }

    .return_year figure img {
        width: 100%;
    }

    .amenites {
        padding: 60px 0;
    }

    .amenites .def-btn {
        width: 100%;
        margin-top: 34px;
    }

    iframe {
        height: 350px;
    }

    .video-project {
        padding: 60px 0;
    }

    .masterplan {
        padding: 60px 0;
    }

    .masterplan img {
        height: 350px;
    }

    .contact-us {
        padding: 60px 0;
    }

    img.developer_logo {
        display: none;
    }

    .fixed-form {
        display: none;
    }

    .fixd-btn .def-btn {
        width: 100%;
        border-radius: 0;

    }

    .fixd-btn {
        bottom: 0;
    }

    .menu_section .menu_in {
        padding: 40px 60px
    }

    .contact-us figure {
        margin-top: 34px;
    }

    .contact-us h1 {
        text-align: center;
        margin-bottom: 44px;
    }

    body.mobile-open {
        overflow: hidden;
    }

    .menu_section {
        border-left: 0;
    }

    .location-duration span {
        width: 60px;
        flex: 0 0 60px
    }

    .location-duration {
        padding: 12px 16px;
        gap: 10px;
        font-size: 14px;
    }

    .duration-slider .slick-slide {
        padding-right: 10px;
    }

    .amanites-slider .slick-slide {
        padding-right: 10px !important;
    }

    .contactmodal .modal-dialog .modal-body form {
        padding-left: 30px;
        padding-bottom: 34px;
        padding-top: 20px;
    }

    .modal-form figure img {
        height: 52px;
    }

    footer p span.mx-3 {
        display: block;
        opacity: 0;
    }

    .slider-btn {
        margin-top: 10px;
        gap: 14px;

    }

    .slider-btn button {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .location .slider-btn {display: flex;}
}