@import url("https://fonts.googleapis.com/css2?family=Square+Peg&display=swap");
@font-face {
    font-family: 'RedHatDisplay-Light';
    src: url('../fonts/RedHatDisplay-Light.eot');
    src: url('../fonts/RedHatDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RedHatDisplay-Light.woff2') format('woff2'),
        url('../fonts/RedHatDisplay-Light.woff') format('woff'),
        url('../fonts/RedHatDisplay-Light.ttf') format('truetype'),
        url('../fonts/RedHatDisplay-Light.svg#RedHatDisplay-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLT-55Rm';
    src: url('../fonts/HelveticaNeueLT-55Rm.eot');
    src: url('../fonts/HelveticaNeueLT-55Rm.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLT-55Rm.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLT-55Rm.woff') format('woff'),
        url('../fonts/HelveticaNeueLT-55Rm.ttf') format('truetype'),
        url('../fonts/HelveticaNeueLT-55Rm.svg#HelveticaNeueLT-55Rm') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CeraGodrejInterio-Regular';
    src: url('../fonts/CeraGodrejInterio-Regular.eot');
    src: url('../fonts/CeraGodrejInterio-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraGodrejInterio-Regular.woff2') format('woff2'),
        url('../fonts/CeraGodrejInterio-Regular.woff') format('woff'),
        url('../fonts/CeraGodrejInterio-Regular.ttf') format('truetype'),
        url('../fonts/CeraGodrejInterio-Regular.svg#CeraGodrejInterio-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* 1920 * 1080 */
/* 1366 * 768 */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: white;
}

@media (max-width: 1500px) {
    :root {
        font-size: 16px;
    }
}
@media (max-width: 1366px) {
    :root {
        font-size: 14px;
    }
}
@media (max-width: 1024px) {
    :root {
        font-size: 12px;
    }
}
@media (max-width: 900px) {
    :root {
        font-size: 10px;
    }
}
@media (max-width: 768px) {
    :root {
        font-size: 8px;
    }
}
@media (max-width: 500px) {
    :root {
        font-size: 7px;
    }
}

img {
    width: 100%;
}

.desk {
    display: block;
}
.mob {
    display: none;
}

.h1 {
    font-family: "Square Peg";
    /* font-size: 3rem; */
    font-size: 3vw;
}
.h5 {
    font-family: sans-serif;
    font-size: 1.4vw;
    font-weight: 700;
    /* font-size: 1.4rem; */
}
.body-text {
    font-size: 1vw;
    line-height: 1.5vw;
    font-family: sans-serif;
}
.body-text-sp {
    font-size: 3vw;
    font-family: "Square Peg";
}

@media (max-width: 500px) {
    .h1 {
        font-size: 8vw;
    }

    .h5 {
        font-size: 6vw;
    }

    .body-text {
        font-size: 4vw;
        line-height: 5.5vw;
    }

    .body-text-sp {
        font-size: 10vw;
    }

    .desk {
        display: none;
    }
    .mob {
        display: block;
    }
}

.nav-gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(118, 117, 131, 0) 100%);
    visibility: visible;
}

.sec-size {
    width: 100%;
   height: 100vh; 
}

@media (max-width: 500px) {
    .sec-size {
        /* width: 100%; */
        height: 103vh;
    }
}

/* hero-section */

.hero-sec {
    position: center;
    display: flex; 
    align-items: flex-start; 
    justify-content: center; 
    /*background-image: url("../images/main-banner.jpg");
    background-repeat: no-repeat;
    background-size: 65%; 
    background-position: left;
    aspect-ratio: 1366/767;
    height: 100vh; */
}

.bordered-box {
    position: relative;
/*    border: 1px dashed #4e5056; */
   padding: 65px 20px 20px;
    text-align: center;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%234E5056FF' stroke-width='2' stroke-dasharray='2%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
   
}
.bordered-box > img {
    margin-bottom: -140px;
}

/*.overlay-title {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%); 
    background-color: white; 
    padding: 0 10px; 
     white-space: nowrap;
    font-family: 'HelveticaNeueLT-55Rm';
    color: #4e5056;
    font-size: 32.72px;
    font-weight: bold;
    letter-spacing: 2px;
}*/

.banner-text {
    font-family: 'Arial', sans-serif;
    text-align: center;
    color: #333333;
    width: 40%; 
    background-color: white; 
    padding: 20px; 
    box-sizing: border-box;
    margin-top: 50px;
}

.banner-text h3, .banner-text h1, .banner-text h4, .banner-text p, .banner-text .eoi {
    margin: 10px 0;
}

.banner-text h3 {
    font-family: 'HelveticaNeueLT-55Rm';
    color: #4e5056;
    font-size: 17.39px;
    letter-spacing: 2px;
}

.banner-text h1 {
    font-family: 'HelveticaNeueLT-55Rm';
    color: #4e5056;
    font-size: 33px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: -75px;
    background-color: #fff;
}

.banner-text h4 {
     font-family: 'HelveticaNeueLT-55Rm';
    color: #4e5056;
    font-size: 22px;
    letter-spacing: 2px;
    padding-bottom: 20px;
}

.banner-text p {
     font-family: 'RedHatDisplay-Light';
    color: #4e5056;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: bold;
}

.banner-text .eoi {
    font-family: 'RedHatDisplay-Light';
    color: #4e5056;
    font-size: 28px;
    margin-top: 15px;
    font-weight: 600;
}

.price-highlight {
    font-family: 'RedHatDisplay-Light';
    color: #7e5c60; 
    font-weight: bold; 
    font-size: 28px;
}

.upto-amount {
    font-family: 'RedHatDisplay-Light';
    color: #7e5c60; 
    font-weight: bold; 
    font-size: 32px;
    line-height: 36px;
    
}

.flower-logo {
    display: block;
    margin: 10px auto; 
    max-width: 65px; 
    height: auto;
}

@media (max-width: 500px) {
    .hero-sec {
        flex-direction: column; 
        justify-content: flex-start;
        background-image: none; 
        height: auto;
        padding: 0;
    }

   ?/* .hero-image {
        background-image: url("../images/Nurture-main-banner-mobi.jpg");
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 50vh;
    } */

    .banner-text {
        width: 100%;
        background-color: white; 
        padding: 20px 10px;
        box-sizing: border-box;
        text-align: center;
    }

    .bordered-box {
        position: relative;
        border: 1px dotted #4e5056;
        padding: 20px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 100px;
    }

.bordered-box > img {
    margin-bottom: -120px;
}
    .overlay-title {
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translateX(-50%); 
        background-color: white; 
        padding: 0 10px; 
        white-space: nowrap;
        font-family: 'HelveticaNeueLT-55Rm';
        color: #4e5056;
        font-size: 23.41px;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .banner-text h3 {
        font-family: 'HelveticaNeueLT-55Rm';
        font-size: 12.44px;
        margin-bottom: 10px;
    }

    .banner-text h1 {
        font-family: 'HelveticaNeueLT-55Rm';
        font-size: 23.41px;
        margin-top: 15px;
    }

    .banner-text h4 {
        font-family: 'HelveticaNeueLT-55Rm';
        font-size: 15.56px;
        margin-top: 5px;
    }

    .row-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .banner-text p,
    .banner-text .eoi {
        font-family: 'RedHatDisplay-Light';
        font-size: 10px;
        margin: 0;
        line-height: 1.2;
        text-align: center;
    }

    .price-highlight, .upto-amount {
        font-family: 'RedHatDisplay-Light';
        font-size: 15px;
        color: #7e5c60;
        font-weight: bold;
        line-height: 20px;
        display: block;
    }

    .flower-logo {
        max-width: 30px;
        height: auto;
    }
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 0.5vw 2vw;

    width: 100%;

    position: fixed;
    top: 0;

    transition: all 0.5s;
    z-index: 1000;
    visibility: hidden;
}

.project-logo,
.godrej-logo {
    width: 15%;
}

.menu-logo {
    width: 3%;
}

@media (max-width: 500px) {
    .project-logo,
    .godrej-logo {
        width: 30%;
    }

    .menu-logo {
        width: 8%;
    }
}

.hero-sec-content {
    position: absolute;
    top: 4rem;
    left: 50%;
    transform: translate(-50%, 0);
    display: grid;
    justify-items: center;

    margin-top: 2vw;

    width: 100%;
    text-align: center;
}
@media (max-width: 500px) {
    .hero-sec-content {
        top: 10vh;

        width: 80%;
        gap: 4vh;
    }
}

.form-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4vw;

    background-color: #14312e;
    padding: 0.7vw 2vw;

    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    transition: all 0.5s;
}

.page-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1vw;
    width: 100%;
}

.input-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3vw;

    font-size: 1.5rem;
    
    width: 100%;
}

.input-box label{
    flex: 0 1 0%;
}

.input-box input {
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #fff;
    flex: 1 0 0%;
}

.submit-btn {
    color: #14312e;
    padding: 0.3rem 3rem;
    font-size: 1.5rem;
    margin: auto;
}

/*.form-icon,*/
/*.form-close{*/
/*    display: none;*/
/*}*/


    .full-bg {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left:0;
        z-index: 100;
        pointer-events: none;
    }

    .form-box {
        left: 50%;
        top: 50%;

        transform: translate(-50%, -50%);

        display: grid;
        justify-items: center;
        align-items: center;
        gap: 2vw;

        padding: 2vw;

        width: auto;
    }

    .page-form {
        display: grid;
        justify-items: start;
        align-items: center;
        gap: 1vw;
    }

    .translation-up {
        top: -100%;
    }

    .form-icon {
        display: block;
        position: fixed;
        right: 0;
        bottom: 18vw;

        /*width: 100vw;*/
        /*height: 6vw;*/
        z-index: 150;
        background-color: #14312e;
        color: #fff;
        /*padding: 2vw;*/
        text-align: center;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: rotateZ(180deg);
        
        padding: 2vw 0.2vw;
        cursor: pointer;
    }
    .form-icon .h1 {
        font-size: 2vw;
    }
    
    .form-close{
        display: block;
        width: 7%;
        position: absolute;
        top: 2vw;
        right: 2vw;
        z-index: 150;
    }
@media (max-width: 850px) {
    .form-icon {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;

        width: 100vw;
        /*height: 6vw;*/
        z-index: 150;
        background-color: #14312e;
        color: #fff;
        /*padding: 2vw;*/
        text-align: center;
        writing-mode: horizontal-tb;
         transform: rotateZ(0deg);
    }
}

@media (max-width: 550px) {
    .form-box {
        padding: 4vh;
        /*height: 35vh;*/
    }

    .page-form {
        gap: 6vw;
    }
    
    .input-box label,
    #errcontainer {
    font-size: 2.5rem;
}
}

/* 2nd page */

.second-sec {
    background-image: url("../images/2nd-page-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;

    position: relative;
    aspect-ratio: 1366/769;
    height: 80vh;
}

.sec-content-2 {
    position: absolute;
    top: 20vw;
    left: 50%;
    transform: translate(-50%, 0);
    display: grid;
    justify-items: center;
    width: 60%;
    gap: 3vw;
    text-align: center;
}

@media (max-width: 500px) {
    .second-sec {
        background: #8ba78f url(../images/2nd-page-bg-mobi.webp);
        aspect-ratio: 1000 / 1000;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        height: auto;
    }

    .sec-content-2 {
        width: 90%;
    }
}

/* third page */

.third-sec {
    background: url("../images/3rd-page-side.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    aspect-ratio: 683/384;

    display: grid;
    grid-template-columns: 45% 55%;
    justify-content: start;
    align-items: center;

    padding: 0 5vw;
}

.sec-content-3 {
    grid-column: 2/3;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 2vw;

    width: 100%;
}

.list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 1vw;
}

.list > ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 0.5vw;
}

@media (max-width: 500px) {
    .third-sec {
        background-image: url("../images/3rd-page-side-mobi.webp");
        background-position: center 30px;
         background-size: cover; 
                background-color: #8ca78f;

        aspect-ratio: 1080x2286;

        display: grid;
        justify-content: start;
        align-items: center;
        grid-template-columns: 1fr;

        height: 160vh;

        gap: 1vw;

        /* padding: 0 5vw; */
    }

    .sec-content-3 {
        display: grid;
        justify-items: center;
        align-items: center;
        height: 100%;
        grid-template-rows: 12% 33% 26%;
        
        padding-top: 5vh;
    }

    .sec-content-3 .second {
        grid-row: 3/4;
    }
    .sec-content-3 .list-1 {
        grid-row: 4/5;
    }
    .sec-content-3 .list-2 {
        grid-row: 5/6;
    }
}

@media (max-width: 400px) {
    
    .third-sec {

        height: 100vh;
    }

    .sec-content-3 {
        grid-template-rows: 15% 43% 26%;
    }
}

/* 4th section */

.fourth-sec {
    background-color: #fbf4d5;
    /*display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;

    gap: 2vw;*/
}

.left-4 {
    padding-left: 5vw;
    width: 100%;
}

.map-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fbf4d5;
}
.map-wrapper .left-col {
    width: 35%;
    padding: 40px 20px;
}
.map-wrapper h2 {
    color: #68c4a5;
    text-transform: uppercase;
    padding-bottom: 10px;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
    font-family: "Square Peg";
}
.map-wrapper h2.active {
    color: #265e54;
}
.map-wrapper h2 img {
    max-width: 20px;
    margin-right: 10px;
}
.map-row {
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    max-height: 0; /* Initially hidden */
}

.map-row.list-open {
    max-height: 1000px; /* Or some large value to accommodate the content */
}

.map-row li {
    color: #2a8574;
    padding-left: 10px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.map-row li sup {
    color: #2a8574;
    margin-right: auto;
    vertical-align: super;
    font-size: 70%;
}
.map-row li:before {
    content: "\00B7";
    position: absolute;
    left: -5px;
    top: 0;
    bottom: 0;
    font-size: 40px;
    line-height: 20px;
}
.map-row li span {
    color: #2a8574;
}
.map-wrapper .right-col {
    width: 65%;
    overflow: hidden;
    position: relative;
    height: 100vh;
}
.map-wrapper .right-col img {
    position: absolute;
    top: 0;
    right: -100%;
    opacity: 0;
    transition: all 1s ease-in-out;
    width: 100%;
    height: 100%;
    
}
.map-wrapper .right-col img.active-img {
    opacity: 1;
    right: 0;
    
    
}
@media (max-width: 500px) {
    .fourth-sec {
        grid-template-columns: 1fr;
/*        text-align: center;*/
        /* height: 100vh; */
        gap: 0;
        padding-top: 0;
    }

    .left-4 {
        width: 90%;
        padding: 0;
        text-align: center;
    }

    .map-wrapper {
        flex-direction: column;
    }
    .map-wrapper .left-col {
        width: 100%;
        padding: 10px 20px;
    }
    .map-wrapper .right-col {
        width: 100%;
        height: 50vh;
    }


}

/* slider common */

.slider {
    overflow: hidden;
    position: relative;
    /* height: 90vh !important; */
}

@media (max-width: 500px){
    .slider {
        height: auto;
    }
}
.slide {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;

    /* background-color: #56a1a7; */
}

.slider-1-slide {
    aspect-ratio: 	1349/747;
}
.slider-2-slide {
    aspect-ratio: 	1349/756;
}
.slider-3-slide {
    aspect-ratio: 1349/757;
}

.slide-text{
    position: absolute;
    top: 0;
    left: 0;
    padding: 8vw;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    text-align: center;
    z-index: 4;
    aspect-ratio: 683 / 385;
}

.slide-text-2,
.slide-text-3{
    padding: 0;
}

.right{
    display: grid;
    align-items: end;
    height: 100%;
    padding-bottom: 6vw;
    gap: 2vw;
    grid-template-rows: repeat(3, 33.3%);
}

.r-top{
    grid-row: 2 / 3;
}

.r-btm{
    grid-row: 3 / 4;
    align-self: start;
    padding: 4vw;
}

.desk_img {
    display: block;
}
.mobi_img {
    display: none;
}
#slider1-wrap {
    background-color: #e68f8c;
}
#slider2-wrap {
    background-color: #8ca78f;
}
#slider3-wrap, #slider4-wrap, #slider5-wrap, #slider6-wrap {
 background-color: #55a1a7;   
}


.common-class-slider.swiper .swiper-slide {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#slider-1 .swiper-slide {
    background-color: #e68f8c;
    }
#slider-2 .swiper-slide {
    background-color: #8ca78f;
    }
#slider-3 .swiper-slide, #slider-4 .swiper-slide, #slider-5 .swiper-slide, #slider-6 .swiper-slide {
    background-color: #55a1a7;
    }
.swiperslide1 {
    position: relative;
}
.swiperslide1 .slide_text {
    position: absolute;
    top: 181px;
    left: 10%;
    width: 32%;
    text-align: center;
}
#slider-2 .swiperslide1 .slide_text {
    top: 150px;
    right: 10%;
    left: auto;
}
#slider-4 .swiperslide1 .slide_text {
    top: 150px;
    right: 10%;
    left: auto;
}
#slider-5 .swiperslide1 .slide_text {
    top: 100px;
    right: 5%;
    left: auto;
    width: 40%;
}
#slider-6 .swiperslide1 .slide_text {
    top: 120px;
    left: 5%;
    width: 35%;
}
#slider-4 .swiperslide1.swiperslide2 .slide_text {
    top: 50px;
}
.swiperslide1 .slide_text h2 {
   letter-spacing: 2px;
}
.swiper-slide-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0;
}
#slider-1 .swiper-slide-row {
    background-color: #e68f8c;
}
#slider-2 .swiper-slide-row {
    background-color: #8ca78f;
    }
#slider-3 .swiper-slide-row, #slider-4 .swiper-slide-row, #slider-5 .swiper-slide-row, #slider-6 .swiper-slide-row {
    background-color: #55a1a7;
    }    

.slide_text {
    text-align: center;
    width: 66%;
}
.slide_text img {
    max-width: 150px;
}
.slide_text h2 {
    padding-bottom: 20px;
}
.swiper-slide-row .img-wrap {
    overflow: hidden;
}
.swiper-slide-row h2 {
    text-transform: uppercase
}
.swiper-slide-row .body-text-tag {
    letter-spacing: 2px;
    width: 80%;
    margin: 0 auto;
    font-weight: bold;
}
.img-wrap.left-side-img img {
    margin-left: -6%;
}
.img-wrap.right-side-img {
    text-align: right;
}
.img-wrap.right-side-img img {
    margin-right: -6%;
}
.common-class-slider.swiper .swiper-pagination {
    right: 6%;
    bottom: 13%;
    left: auto;
    transform: translate(0, 0);
    width: 12%;
}
.common-class-slider .swiper-pagination-bullet {
    background-color: #d0d2d3;
    opacity: 1;
}
.common-class-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

@media (max-width: 700px) {
     .desk_img {
        display: none;
    }
    .mobi_img {
        display: block;
    }
    .common-class-slider .swiper-slide {
        height: 100vh;
    }
    .common-class-slider.swiper .swiperslide1 .slide_text {
        top: 100px;
        left: auto;
        width: 100%;
    }
    #slider-2.common-class-slider.swiper .swiperslide1 .slide_text {
        right: auto;
    }
    #slider-3.common-class-slider.swiper .swiperslide1 .slide_text {
        top: 60px;
    }
    #slider-4.common-class-slider.swiper .swiperslide1 .slide_text {
        right: auto;
        top: 50px;
        width: 90%;
    }
    #slider-5.common-class-slider.swiper .swiperslide1 .slide_text {
        top: 50px;
        width: 90%;
    }
    #slider-6.common-class-slider.swiper .swiperslide1 .slide_text {
        width: 90%;
    }
    #slider-4.common-class-slider.swiper .swiperslide1.swiperslide2 .slide_text {
        top: 30px;
        width: 100%;
    }
    .common-class-slider.swiper .swiper-pagination {
        right: 2%;
        width: 100%;
        bottom: 6%;
    }
    .swiper-slide-row {
        flex-direction: column;
        padding: 40px 0 50px 0;
    }
    .img-wrap.left-side-img img {
        margin-left: 0;
    }
    .img-wrap.right-side-img img {
        margin-right: 0;
    }
    .slide_text {
        width: 100%;
    }
    .swiper-slide-row .body-text-tag {
        width: 90%;
        padding-bottom: 20px;
    }
}

@media (min-width: 700px) {
    .pr-7{
        padding-right: 7vw;
    }
    .pl-7{
        padding-left: 7vw;
    }
    .px-7{
        padding: 0 6vw;
    }

    .slide-text-2-1 .left{
        order:2;
    }
    .slide-text-2-1 .right{
        order:1;

        grid-template-rows: auto;
        gap: 0;
    }
    .slide-text-3-1 .right{    
        grid-template-rows: auto;
        gap: 0;

        padding-bottom: 13vw;
    
    }
   
}

.heading-tag{
    font-size: 2vw;
    font-family: sans-serif;
}
.body-text-tag{
    font-size: 2.8vw;
    font-family: "Square Peg";
}
.dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vw;

    position: absolute;
    bottom: 2vw;
    right: 10%;
    z-index: 3;
}
.dot {
    width: 0.7vw;
    height: 0.7vw;
    border-radius: 50%;
    /* border: 0.01rem solid #000; */
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    background-color: rgb(105, 105, 105);
}

.dot:hover {
    background-color: #fff;
}

.dot-active {
    background-color: #fff;
    border-radius: 10rem;
}

/*@media (max-width: 500px) {*/
/*    .slider-1-slide {*/
/*        aspect-ratio: 1080/1800;*/
/*    }*/
/*    .slider-2-slide {*/
/*        aspect-ratio: 1080/1800;*/
/*    }*/
/*    .slider-3-slide {*/
/*        aspect-ratio: 1080/1800;*/
/*    }*/

/*    .slider {*/
/*        height: auto;*/
/*        width: 100%;*/
/*    }*/

/*    .dots {*/
/*        bottom: 6vw;*/
/*        left: 50%;*/
/*        transform: translate(-50%, 0);*/
/*    }*/

/*    .dot {*/
/*        width: 1vh;*/
/*        height: 1vh;*/
/*    }*/

/*    .slide-text{*/
/*        grid-template-columns: 1fr;*/
/*        padding: 5vw;*/
/*        grid-template-rows: 20% 80%;*/
/*        aspect-ratio: 1080/1800;*/
/*    }*/

/*    .slide-text-2 .lef{*/
/*        order: 0;*/
/*    }*/
    
/*    .right{*/
/*        grid-template-rows: 40% 30% 30%;*/
/*        gap: 10vw;*/
/*    }*/

/*    .slide-text .right{*/
/*        grid-template-rows: 35% 35% 30%;*/
/*        gap: 0;*/
/*    }*/

/*    .slide-text-2 .right{*/
/*        order: 1;*/
/*    }*/

/*    .slide-text-2 .r-btm,*/
/*    .slide-text-3 .r-btm{*/
/*        padding: 4vw 14vw;*/
/*    }*/

/*    .r-top .h1{*/
/*        font-size: 5rem;*/
/*    }*/

/*    .heading-tag{*/
/*        font-size: 2.4vh;*/
/*    }*/
/*    .body-text-tag{*/
/*        font-size: 3.1vh;*/
/*    }*/
/*    .slide-text-3-1{*/
/*        grid-template-rows: 60% 40%;*/
/*    }*/
/*    .slide-text-3-1 .left{*/
/*        order:2;*/
/*    }*/
/*    .slide-text-3-1 .right{*/
/*        order:1;*/
    
/*        grid-template-rows: auto;*/
/*        gap: 0;*/
    
/*    }*/
    
/*}*/

/* 5th section */

.fifth-sec {
    background-image: url("../images/footer-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;

    aspect-ratio: 1366/763;

    display: flex;
    justify-content: center;
    align-items: center;

    /* padding: 5vw; */

    height: 98vh;
    overflow: hidden;
}

.fifth-sec iframe {
    max-width: 640px;
    width: 100%;
    height: 360px;
}

.sixth-sec {
    background-image: url("../images/footer-bg-1.webp");
    aspect-ratio: 1366/630;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 5vw;

    height: 98vh;
    overflow: hidden;
    display: grid;
    justify-ncontent: center;
    align-items: center;
    gap: 1vw;
}

.sixth-sec .godrej-logo-footer {
    width: 50%;
    margin: auto;
}
.sixth-sec .godrej-logo-footer-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
}

.combined {
    display: none;
}

@media (max-width: 500px) {
    .fifth-sec,
    .sixth-sec {
        display: none;
    }

    .combined {
        background-image: url("../images/footer-bg-mobi.webp");
        aspect-ratio: 1080/1794;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        gap: 2vh;

        height: 75vh;
    }

    .combined video {
        width: 90%;
        height: auto;
    }

    .combined .godrej-logo-footer {
        /*width: 50%;*/
        /*display: flex;*/
        justify-content: center;
        align-items: center;
        gap: 2vh;
    }

    .form-icon .h1 {
        font-size: 9vw;
    }
}
