/* =========================================
   HERO SLIDER
========================================= */

.hero-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 88vh;
}


.hero-slider .slide-inner {
    height: 100%;
    background-position: bottom;
}

.slider-2 .slide-inner.slide-bg-image {
    background-position: center;
}

.hero-slider .swiper-container,
.hero-slider .swiper-wrapper,
.hero-slider .swiper-slide {
    width: 100%;
    height: 100%;
}

.hero-slider .swiper-slide {
    position: relative;
    overflow: hidden;
}


/* =========================================
   DESKTOP HERO
========================================= */

.nivasa-celebration {
    position: relative;
    width: 100%;
    height: 49.48vw;
    min-height: 650px;
    max-height: 950px;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* =========================================
   MOBILE IMAGE
========================================= */

.hero-mobile-image {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}


/* =========================================
   HERO CONTENT
========================================= */

.hero-content {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    z-index: 3;
}

.hero-content .container {
    position: relative;
    height: 100%;
    top: auto !important;
}

/* =========================================
   CELEBRATION HEADING WRAPPER
========================================= */

.celebration-heading {
    position: absolute;
    left: 7.5%;
    top: 15%;
    z-index: 5;
}


/* =========================================
   INTRO TEXT
========================================= */

.celebration-intro {
    position: relative;
    margin: 0 0 30px;
    color: #ffd477;
    font-family: Montserrat, sans-serif;
    font-size: clamp(24px, 2.15vw, 42px);
    font-style: italic;
    font-weight: 600;
    line-height: 1.15;
    left: -50px;
}

.slider-2 .celebration-intro {
    left: 0;
    margin: 0;
}

.slider-2 .festive-offer {
    top: 47%;
}


/* =========================================
   CELEBRATION VECTOR
========================================= */

.celebration-vector {
    position: relative;
    display: block;
    width: 100%;
    max-width: 28%;
    height: auto;
    margin: -5px 0 0 0;
    left: auto;
    top: auto;
    pointer-events: none;
}

/* =========================================
   FESTIVE OFFER BOX
========================================= */

.festive-offer {
    position: absolute;
    left: 7.5%;
    top: 54%;
    width: 21%;
    border: 2px solid rgba(255, 255, 255, 0.85);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 6;
}


/* Offer Title */

.offer-title {
    padding: 8px 12px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;

    line-height: 1.25;

    border-bottom: 2px solid rgba(255, 255, 255, 0.85);
}


/* Offer Price */

.offer-price {
    padding: 8px 12px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;

    line-height: 1.3;
}


/* =========================================
   NEARING POSSESSION
========================================= */

.possession-text {
    position: absolute;
    left: 11.2%;
    top: 73%;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(24px, 2vw, 38px);
    font-weight: 600;
    line-height: 1.05;
    text-align: center;
    z-index: 5;
}


/* =========================================
   WATERMARK
========================================= */

.watermark-title {
    position: absolute;

    left: 15px;
    bottom: 10px;

    margin: 0;

    color: rgba(255, 255, 255, 0.75);

    font-size: 9px;
    line-height: 1;

    writing-mode: vertical-rl;
    transform: rotate(180deg);

    z-index: 10;
}


/* =========================================
   SWIPER
========================================= */

.hero-slider .swiper-slide {
    opacity: 0;

    transition: opacity 0.8s ease;
}

.hero-slider .swiper-slide-active {
    opacity: 1;
}




.mainForm_wrapper {
    position: absolute;
    top: 26%;
    width: 300px;
    background-color: rgb(0 0 0 / 63%);
    padding: 25px;
    right: 0;
}

.slider-2 .hero-content .celebration-heading {
    top: 22%;
}
.slider-2 .hero-content .possession-text {
    top: 70%;
}




@media (max-width: 1600px) {

.possession-text {
    top: 75%;
}

.slider-2 .hero-content .celebration-heading {
    top: 22%;
}

.slider-2 .hero-content .possession-text {
    top: 72%;
}

}

@media(max-width: 1450px) {
    .offer-title {
        font-size: 22px;
    }
    .possession-text { font-size:18px; }
}


@media(max-width: 1366px) {
    .offer-title {
        font-size: 20px;
    }

    .offer-price {
        font-size: 16px;
    }

    .possession-text {
    left: 12.5%;
    font-size: 22px;
}


.mainForm_wrapper {
    top: 22% !important;
}

}


/* =========================================
   MOBILE
   Up to 767px
========================================= */

@media (max-width: 767px) {

.hero-slider {
    height: 79vh;
}

    .mainForm_wrapper {
    top: 0;
    position: relative;
    width: 100%;
    right: 0;
    background-color: #000;
    padding: 25px;
}

.slider-2 .celebration-heading {
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
}
.slider-2 .celebration-heading .celebration-intro {
    font-size: 20px;
}

.slider-2 .festive-offer {
    top: 65%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.slider-2 .possession-text {
    left: 0;
    right: 0;
    top: 85%;
    font-size: 17px;
}

.icondata p span {
    font-size: 10px;
}

    /* Disable desktop background */

    .nivasa-celebration {
        height: auto;
        min-height: 0;

        background-image: none !important;

        background-color: #5b301d;
    }


    /* Mobile background image */

    .hero-mobile-image {
    display: block !important;
    width: 100%;
    height: auto;
}



.hero-slider .slide-inner {
    height: auto;
    background-position: bottom;
}


    /* Hero content */

   .hero-content {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}

.slider-1 .festive-offer {
    left: 0;
    top: 82%;
    width: 215px;
    right: 0;
    margin: 0 auto;
}

.slider-1 .possession-text {
    left: 0;
    top: 92%;
    font-size: 15px;
    right: 0;
    margin: 0 auto;
}


    .hero-content .container {
        width: 100%;
        max-width: 100%;

        height: 100%;

        padding-left: 15px;
        padding-right: 15px;
    }


    /* =====================================
       CELEBRATION HEADING
    ===================================== */

    .celebration-heading {
        left: 7%;
        top: 12%;

        width: 55%;
    }


    .celebration-intro {
        font-size: 18px;

        line-height: 1.15;

        margin: 0;
    }


    .celebration-vector {
        width: 100%;
        max-width: none;

        margin-top: 0;
    }

.slider-2 .hero-content .possession-text {
    top: 80%;
}
    


    /* =====================================
       FESTIVE OFFER
    ===================================== */

    .festive-offer {
        left: 7%;
        top: 51%;

        width: 235px;

        border-width: 1px;
    }


    .offer-title {
        padding: 5px 8px;

        font-size: 14px;
        line-height: 1.25;

        border-bottom-width: 1px;
    }


    .offer-price {
        padding: 5px 8px;

        font-size: 13px;
        line-height: 1.25;
    }


    /* =====================================
       POSSESSION
    ===================================== */

    .possession-text {
        left: 8%;
        top: 69%;

        font-size: 19px;

        line-height: 1.05;
    }


    /* =====================================
       WATERMARK
    ===================================== */

    .watermark-title {
        left: 5px;
        bottom: 8px;

        font-size: 6px;
    }
}


/* =========================================
   SMALL MOBILE
   Up to 480px
========================================= */

@media (max-width: 480px) {

    /* Celebration heading */

.celebration-heading {
    left: 91px;
    top: 11%;
    width: 58%;
}




    .celebration-intro {
        font-size: 16px;

        line-height: 1.15;
    }


    .celebration-vector {
        width: 100%;
    }


    /* Offer */

    .festive-offer {
        left: 7%;
        top: 51%;

        width: 215px;
    }


    .offer-title {
        padding: 4px 7px;

        font-size: 12px;
    }


    .offer-price {
        padding: 4px 7px;

        font-size: 11px;
    }


    /* Possession */

    .possession-text {
        left: 8%;
        top: 69%;

        font-size: 17px;
    }
}