@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Cantarell:ital,wght@0,400;0,700;1,400;1,700&family=Cinzel:wght@400..900&family=Comfortaa:wght@300..700&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Cormorant+SC:wght@300;400;500;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


@font-face {
    font-family: "tinta-coated-font";
    font-display: swap;
    src: url("/font/tinta-coated-font/Fontspring-DEMO-tintacoated-regular.ttf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
/* body, 
html {
    scroll-behavior: smooth !important;
    scroll-padding-top: 20px;
    
} */

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: "tinta-coated-font";
}

body {
    font-family: "Cantarell", sans-serif;
    background-color: var(--yellowShade) !important;
}

p {
    font-family: "Cantarell", sans-serif;
}

:root {
    --brownColor: #0e437c;
    --yellowShade: #f2e9df;
    --darkBrown: #0e437c;
}

.video-sec video {
    width: 100%;
    height: 100vh;
    background-size: cover;
    object-fit: cover;

}

.main-sec {
    position: relative;
}

.video-sec {
    position: relative;
}

.video-sec h1 {
    font-size: 38px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1.2;

}

.top-btn-abs {
    transition: all ease-in-out .5s;
    background: var(--brownColor);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 23px;
    position: fixed;
    right: 0;
    position: fixed;
    top: 45%;
    right: -7.5rem;
    z-index: 98;
    transform: rotate(-90deg);
}

.top-btn-abs:hover {
    background-color: #000;
    cursor: pointer;
}

.header-sec {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 12px 0px;
    transition: all 0.4s ease;
}

.nav-item a {
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    word-spacing: 1px;
    font-family: "Cantarell", sans-serif;
    padding-bottom: 0 !important;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease, color 0.3s ease;
}

.nav-item a:hover {
    border-bottom-color: #fff;
    color: #fff;
}

.pad80 {
    padding: 80px 0px;
}

.reused-heading h2 {
    font-size: 20px;
    margin-top: 5px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.reused-heading p {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
}

.highlight-card img {
    width: 80px;
}

.highlight-card p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}

.hightlight-sec-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
}

.abs-golf {
    position: absolute;
    top: 5%;
    left: 5%;
}

.golf-card img {
    width: 80px;
}
.amenities-section .golf-card img {
    width: 64px;
}

.golf-card p {
    font-size: 16px;
    margin-top: 10px;
}

.location-card {
    background-color: #0e437c;
    padding: 30px;
}

.location-card .heading-location {
    display: flex;
    gap: 10px;
    align-items: center;
}

.location-card .heading-location img {
    width: 50px;
}

.location-card .heading-location h5 {
    color: #fff;
    font-size: 20px;
}

.location-card .heading-location {
    border-bottom: .5px solid #ffffff57;
    padding-bottom: 15px;
}

.location-card ul {
    list-style: disc;
    margin-top: 20px;
}

.location-card ul li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 400;
}

.partner-section .partner-logo img {
    width: 150px;
    height: 200px;
    object-fit: contain;
}

.partner-section .partner-logo {
    display: flex;
    gap: 80px;
}


.marquee {
    overflow: hidden;
    width: 100%;
}

.partner-logo {
    display: flex;
    gap: 50px;
    width: max-content;
    animation: scrollLeft 20s linear infinite;
}

@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.floor-plan-btn {
    background-color: var(--brownColor);
    text-decoration: none;
    padding: 10px 20px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-transform: uppercase;
        display: inline-block;
}

.live-better-sec {
    position: relative;
}
.live-better-sec::after {
   content: "";
    background-color: rgba(0, 0, 0, 0.61);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/* .abs-live-better {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99;
} */

.abs-live-better h5 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.abs-live-better p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}

.abs-live-better a {
    border: none;
    font-size: 18px;
    display: inline-block;
    backdrop-filter: blur(20px);
    background-color: #ffffff4d;
    color: #fff !important;
    padding: 12px 25px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    transition: .5s ease-in-out;
    letter-spacing: 1px;
    word-spacing: 1px;
}

.abs-live-better a:hover {
    background-color: #454545;
}


footer {
    background-color: var(--brownColor);
}

footer h3 {
    color: #fff;
}
.modal .footer-form input {
    background-color: transparent;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #fffaf759;
    padding: 10px 5px 15px 0px;
    color: #000;
}

.footer-form input {
    background-color: transparent;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #fffaf759;
    padding: 10px 5px 15px 0px;
    color: #fff;
}

.modal-body .footer-form input {
    border-bottom-color: #38241638;
}

.footer-form input::placeholder {
    font-size: 13px;
    color: #ffffff88;
}

.modal-body .footer-form input::placeholder {
    color: #000;
    text-transform: uppercase;
}


.footer-form input:focus {
    outline: none;
}

.footer-form button {
    background-color: #fff;
    color: #0e437c;
    outline: none;
    padding: 10px 30px;
    border: 0;
}

.modal-body .footer-form button {
    background-color: #0e437c;
    color: #fff;
}


.footer2 {
    background-color: #0e437c;
}

.footer2 a {
    text-decoration: none;
    color: #fff !important;
    display: block;
    text-align: center;
    margin-top: 20px;
}

video {
    display: block;
    object-fit: cover;
}

.tabs {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}

.tab-btn {
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    text-align: right;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 16px;
    transition: color 0.3s ease;
    text-transform: uppercase;
    color: #ffffff63;
    font-family: "tinta-coated-font";
}

.tab-btn.active {
    color: #fff;
}

.tab-content {
    display: none;
    /* padding:20px; */
    position: relative;
}


.tab-content p {
    position: absolute;
    position: absolute;
    bottom: 40px;
    right: 40px;
    color: #fff;
    font-size: 20px;
    max-width: 350px;
}

.tab-content img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    animation: slideUpReveal 2s ease forwards;
}

.tab-content.active {
    display: block;
}

.bg-right-galry {
    /* background: url(./Images/gallery/bg1.webp); */
    width: 100%;
    height: 100vh;
    padding: 5% 10%;
}


/* -------------------------------------------- */
.the-lift {
    position: relative;
    overflow: hidden;
}

.the-lift video {
    width: 100%;
    display: none;
    height: 100vh;
}

.gallry-sec {
    position: unset;
    inset: 0;
    z-index: 2;
}

/* Initial state */
.gallery-left {
    transform: translateY(100%);
    opacity: 0;
}

.gallery-right {
    transform: translateY(-100%);
    opacity: 0;
}

.gallery-left,
.gallery-right {
    will-change: transform, opacity;
}
/* ------------------------------------------------ */





@keyframes slideUpReveal {

    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.project-slider .item h2{
    font-size: 22px !important;
    color: #fff;
}


.project-slider .item p{
    font-size: 16px;
    opacity: 0.9;
    color: #fff;
}

.project-slider .item{
    position: relative;
}

.abs-gallery-conet{
    position: absolute;
    bottom: 51px;
    left: 22px;
}

.project-slider .owl-nav {
    position: absolute;
    bottom: 37px;
    width: 100%;
    transform: translateY(-50%);
}

.project-slider .owl-prev,
.project-slider .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #fff !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.1) !important;
    color: #fff !important;
    font-size: 18px !important;
    transition: .3s ease;
}

.project-slider .owl-prev {
    left: 143px;
}

.project-slider .owl-next {
    left: 200px;
}

.project-slider .owl-prev:hover,
.project-slider .owl-next:hover {
    background: #fff !important;
    color: #000 !important;
}
.header-sec.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #0e437c;
    animation: headerSlideDown 1s ease forwards;
}
.header-sec.hide {
    transform: translateY(-100%);
    opacity: 0;
}
.abs-live-better .title{
    color: #fff;
    font-size: 30px;
}
.dev_logo{
    filter: invert(1);
    max-width: 180px;
}
@keyframes headerSlideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/*17-06-2026*/
.reused-heading > span, .reused-heading {
    font-family: Cantarell, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}
.fixedIcons {
    position: fixed;
    z-index: 99;
    bottom: 15px;
    padding: 5px;
    background: #FFFCF1;
    border-radius: 50%;
    animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
    box-shadow: 0 0 0 0 #29a71a;
}
.fixedIcons.whatsapp {
        left: 15px;
    }

a.fixedIcons.phone {
        right: 15px;
        left: inherit
}
.fixedIcons svg {
    width: 45px;
    height: 45px;
}
a.fixedIcons.phone svg {
    padding: 10px;
}
.floor-plan-img {
    position: relative;
}

.floor-plan-img + span {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #0e437c;
    padding: 5px 30px;
    left: 50%;
    color: #fff;
}

.floor-plan-box {
    position: relative;
}
.price_box {
    padding: 50px;
    background: #0e437c;
}

.title h6 {
    background: #f2e9df;
    text-align: center;
    padding: 10px;
    margin-bottom: 0;
    font-family: "tinta-coated-font";
    font-size: 20px;
    font-variant-emoji: emoji;
}

.price_box h5 {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0;
}

.price_box p {
    text-align: center;
    font-size: 20px;
    font-family: 'Cantarell';
    color: #fff;
    padding: 10px 0;
    margin-bottom: 0;
}

.price_box button {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 23px;
    background-color: #f2e9df;
    border: 0;
    width: 100%;
}
section#price-list .reused-heading {
    max-width: 600px;
    margin: auto;
    display: block;
    text-align: center;
}
.mobile-section-footer a {
    background-color: #0e437c;
    display: inline-block;
    padding: 10px;
    color: #fff !important;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-right: 1px solid #fff;
    width: 33.33%;
    text-align: center;
}

.mobile-section-footer {
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    display: none;
}

.mobile-section-footer a:last-child {
    border-right: 0;
}
.disc_and{
    font-family: Arial, Helvetica, sans-serif;
}
.header-sec .logo{
    max-width: 70px;
}
.navbar-nav .nav-link{
    padding-top: 0 !important;
}
.amenities-section{
    background-color: #f2e9df;
}
#price-list{
    background-color: #f2e9df;
}
.floor-plan-sec{
    background: #fff;
}
.location-sectin{
    background: #fff;
}
.live-better-sec{
    background-image: url("../../Images/about-bg.webp");
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 120px 0px;
}
.d_view{
    display: block;
}
.m_view{
    display: none;
}

.header-sec .container {
    padding: 0 15px;
}

.header-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.desk-logo .logo {
    max-width: 70px;
}

.floorplan-carousel .item {
    padding: 10px;
}

.floor-plan-img img {
    width: 100%;
    height: auto;
    display: block;
}
.floorplan-carousel .owl-nav {
    text-align: center;
    margin-top: 15px;
}

.floorplan-carousel .owl-nav button.owl-prev,
.owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    background: #c79a63 !important; /* apna color */
    color: #fff !important;
    border-radius: 50% !important;
    font-size: 39px !important;
    margin: 0 5px;
    transition: 0.3s;
}

.floorplan-carousel .owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    background: #c79a63 !important;
}

.floorplan-carousel .owl-nav button span {
    line-height: 0px;
    display: block;
    position: relative;
    top: -5px;
}
#highlights{
    background-color: #fff;
}
@media (max-width:1440px) {
    .hightlight-sec .pad80 {
        padding-bottom: 0 !important;
    }

    .hightlight-sec .container {
        padding-bottom: 30px;
    }
}
@media screen and (min-width: 1024px) {
    .container {
        max-width: 90% !important;
    }
}



@media (max-width: 767px) {
.the-lift video{
    display: none;
}
.fixedIcons{
    display: none;
}
.mobile-section-footer{
    display: flex;
    z-index: 999;
}
    .header-sec {
        padding: 0px 0px;
        background: #0e437c;
        position: fixed;
        z-index: 9;
    }

    .nav-item {
        margin-top: 15px;
    }

    .nav-item a:hover {
        border: none;
    }

    .top-rera {
        font-size: 10px;
    }

    .pad80 {
        padding: 30px 0px;
    }

    .reused-heading h2 {
        font-size: 16px;
    }

    .video-sec h1 {
        font-size: 24px;
    }

    .second-section {
        padding: 30px 0px;
    }

    .second-section .second-section-img {
        display: none;
    }

    .abs-golf {
        position: unset;
    }

    .top-btn-abs {
        right: -7.3rem;
        display: none;
    }

    .amenities-section {
        padding-top: 50px !important;
    }

    .MILIND_lowthumb {
        height: 60vh !important;
    }

    .partner-section {
        padding-bottom: 0 !important;
    }

    .abs-live-better p {
        font-size: 14px;
    }

    .abs-live-better {
        /* width: 100%; */
        text-align: justify;
    }

    .abs-live-better h5 {
        font-size: 17px;
    }

    .abs-live-better a {
        border: none;
        font-size: 13px;
        padding: 10px 19px;
        font-weight: 400;
        transition: .5s ease-in-out;
        letter-spacing: unset;
        word-spacing: unset;
    }

    .footer2 a {
        color: #fff !important;
        font-size: 14px;
    }

    .location-card .heading-location h5 {
        font-size: 17px;
    }

    /* .reverse{
        flex-direction: column-reverse;
    } */

    .gallry-sec .container-fluid{
        width: 100% !important;
        padding: 0 !important;
    }
    .abs-live-better .title {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .live-better-sec{
        padding: 70px 0;
    }
    .d_view{
        display: none;
    }
    .m_view{
        display: block;
    }
    .banner-img{
        margin-top: 75px;
    }
    .header-inner {
        /* justify-content: center !important; */
        display: unset;
    }
    .desk-logo {
        display: none !important;
    }
    .owl-carousel.floorplan-carousel .owl-nav button.owl-prev, .owl-carousel.floorplan-carousel .owl-nav button.owl-next {
        width: 50px !important;
        height: 50px !important;
        background: #c79a63 !important;
        color: #fff !important;
        border-radius: 50% !important;
        font-size: 39px !important;
        margin: 0 5px;
        transition: 0.3s;
    }
     .mobile-gallery .owl-nav button.owl-prev:hover, .owl-nav button.owl-next:hover {
        background: transparent !important;
    }
     .mobile-gallery .owl-nav button.owl-prev, .owl-nav button.owl-next{
        width: 30px !important;
        height: 30px !important;
        border: 1px solid #fff !important;
        border-radius: 50% !important;
        background: transparent !important;
        font-size: 17px !important;
    }
}


