@font-face {
    font-family: "Rubik-Medium";
    src: url("../fonts/rubik/rubik-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Regular";
    src: url("../fonts/rubik/rubik-regular-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Light";
    src: url("../fonts/rubik/rubik-light-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Bold";
    src: url("../fonts/rubik/rubik-bold-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Black";
    src: url("../fonts/rubik/rubik-black-webfont.woff") format("woff");
    font-style: normal;
}

@font-face {
    font-family: "ivy-Mode";
    src: url("../fonts/ivy/fonnts.com-IvyMode_Regular.woff") format("woff");
    font-style: normal;
}

@font-face {
    font-family: "general-sans-regular";
    src: url("../fonts/general-sans/GeneralSans-Regular.woff") format("woff");
    font-style: normal;
}

@font-face {
    font-family: "general-sans-regular-semibold";
    src: url("../fonts/general-sans/GeneralSans-Semibold.woff") format("woff");
    font-style: normal;
}

.shilpalay_wrapper .general-sans-regular-semibold {
    font-family: "general-sans-regular-semibold";
}

.shilpalay_wrapper .ivy-Mode {
    font-family: "ivy-Mode";
}

.shilpalay_wrapper .general-sans-regular {
    font-family: "general-sans-regular";
}

.shilpalay_wrapper .Rubik-Bold {
    font-family: "Rubik-Bold";
}

.shilpalay_wrapper .Rubik-Regular {
    font-family: "Rubik-Regular";
}

.shilpalay_wrapper .Rubik-Light {
    font-family: "Rubik-Light";
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fade_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fade_top {
    -webkit-animation-name: fade_top;
    animation-name: fade_top;
}

@-webkit-keyframes slide_left {
    0% {
        left: 0%;
    }

    100% {
        left: -30%;
    }
}

@keyframes slide_left {
    0% {
        left: 0%;
    }

    100% {
        left: -30%;
    }
}

.slide_left {
    -webkit-animation-name: slide_left;
    animation-name: slide_left;
}

@-webkit-keyframes slide_right {
    0% {
        right: 0%;
    }

    100% {
        right: -30%;
    }
}

@keyframes slide_right {
    0% {
        right: 0%;
    }

    100% {
        right: -30%;
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.slide_right {
    -webkit-animation-name: slide_right;
    animation-name: slide_right;
}

/* story style */

.shilpalay_wrapper img {
    width: 100%;
    max-width: 100%;
}

.shilpalay_wrapper h1,
.shilpalay_wrapper h2,
.shilpalay_wrapper h3,
.shilpalay_wrapper h4,
.shilpalay_wrapper h5,
.shilpalay_wrapper h6,
.shilpalay_wrapper p {
    margin: 0;
    padding: 0;
    ;
}

.stereo-cuboid_wrapper h1 {
    font-size: 75px;
}

.stereo-cuboid_wrapper h2 {
    font-size: 48px;
}

.stereo-cuboid_wrapper h3 {
    font-size: 34px;
}

.shilpalay_wrapper .flex-row {
    display: flex;
}

.shilpalay_wrapper .flex-c {
    display: flex;
    flex-direction: column;
}

.shilpalay_wrapper .font-28 {
    font-size: 28px;
}

.shilpalay_wrapper .font-18 {
    font-size: 18px;
}

.shilpalay_wrapper .font-24 {
    font-size: 24px;
}

.shilpalay_wrapper .font-16 {
    font-size: 16px;
}

.shilpalay_wrapper .font-64 {
    font-size: 64px;
}

.shilpalay_wrapper .font-80 {
    font-size: 80px;
}

.shilpalay_wrapper .font-48 {
    font-size: 48px;
}

.shilpalay_wrapper .font-160 {
    font-size: 160px;
}

.shilpalay_wrapper .font-52 {
    font-size: 52px;
}

.shilpalay_wrapper .font-20 {
    font-size: 20px;
}


html,
body {
    overflow-x: hidden;
}

/* SECTION1 */
/* .shilpalay_wrapper .sec1-relative {
    position: relative;
}

.shilpalay_wrapper .sec1-video {
    overflow: hidden;
   
    width: 100%;
}

.shilpalay_wrapper .sec1-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    white-space: normal;
} */
.shilpalay_wrapper .sec1-relative {
    position: relative;
    background-color: #085353;
    /* height: 900px; */
    /* overflow: hidden; */
    /* min-height: calc(900px - 250px); */
}

.shilpalay_wrapper .sec1-content {
    overflow: hidden;
}

.shilpalay_wrapper .sec1-video {
    /* position: absolute; */
    /* top: 0; */
    height: 105svh;
    width: 100%;
}

.shilpalay_wrapper .sec1-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* SECTION2 */
.shilpalay_wrapper .sec2-bg {
    background-color: #085353;
}


.shilpalay_wrapper .sec2-relative {
    position: relative;
}

.shilpalay_wrapper .sec2-content {
    gap: 50px;
    margin-left: 10%;
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
}

.shilpalay_wrapper .sec2-text1 p {
    color: white;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.shilpalay_wrapper .sec2-text1 {
    width: 40%;

}

.shilpalay_wrapper .sec2-part-1 p {
    color: white;

}

.shilpalay_wrapper .sec2-part-1 {
    width: 29%;
}

.shilpalay_wrapper .sec2-part2 {

    color: white;
}

.shilpalay_wrapper .sec2-part2 {
    gap: 20px;
}

.shilpalay_wrapper .sec2-part2-image1 {
    width: 1.833rem;
}

.shilpalay_wrapper .sec2-text2 {
    gap: 20px;
}

.shilpalay_wrapper .sec2-part2-1 {
    gap: 10px;
    margin-left: 10px;
}

.shilpalay_wrapper .sec2-part2-image2 {
    width: 1.833rem;
}

.shilpalay_wrapper .sec2-part2-2 {
    gap: 8px;
}

.shilpalay_wrapper .sec3-text {
    color: #085353;
}

.shilpalay_wrapper .text3-part1 {

    border-radius: 50px;
    gap: 10px;
    background-color: white;
    padding: 10px;
    color: #085353;
    justify-content: center;
    align-items: center;
    width: 15%;
}

.shilpalay_wrapper .text3-part2 {
    border: 1px solid white;
    border-radius: 50px;
    gap: 10px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    width: 15%;
    color: white;
}

.shilpalay_wrapper .sec2-text3 {
    gap: 10px;
}

.shilpalay_wrapper .sec3-image {
    width: 10%;
}


.shilpalay_wrapper .sec2-hide {
    display: none;
}

/* SECTION3 */

.shilpalay_wrapper .sec3-relative {
    position: relative;
}

.shilpalay_wrapper .sec3-bg {
    background-color: #085353;
}

.shilpalay_wrapper .sec3-maintext {
    text-align: center;
    color: white;
}

.shilpalay_wrapper .sec3-content {
    padding-top: 100px;
    gap: 30px;
    padding-bottom: calc(16.667rem - 7rem);
}

.shilpalay_wrapper .sec3-images {
    gap: 40px;
    position: relative;
    z-index: 1;
}

.shilpalay_wrapper .sec3-image1 {
    gap: 40px;
    position: relative;
    z-index: 1;
}

.shilpalay_wrapper .sec3-vector {
    width: 17%;
    position: absolute;
    bottom: 0;
    right: 8%;

}

.shilpalay_wrapper .sec3-round-text p {
    color: #efc998;

}

.shilpalay-bg-cream {
    background-color: #F9F5EB;
}

.shilpalay_wrapper .sec3-round-text {
    position: absolute;
    border: 1px solid #efc998;
    border-radius: 55%;
    background-color: #085353;
    bottom: -9%;
    left: 46%;
    padding: 50px;
    color: #efc998;
    z-index: 2;
    min-width: 13.333rem;
    min-height: 13.333rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shilpalay_wrapper .sec3-hide {
    display: block;
}

.shilpalay_wrapper .sec3-swiper .swiper-wrapper {
    align-items: center;
}

.shilpalay_wrapper .sec3-swiper .swiper-slide {
    width: auto !important;
    height: auto !important;
    flex-shrink: 0;
}



/* SECTIOn4 */
.shilpalay_wrapper .sec4-content {
    padding: 300px 0px;
}

.shilpalay_wrapper .sec4-heading {
    width: 72%;
    text-align: center;
    margin: 0 auto;
}

.shilpalay_wrapper .sec4-heading p span {
    font-family: "ivy-Mode";
}

/* SECTION5 */
.shilpalay_wrapper .sec5-relative {
    position: relative;
    height: 75vh;
    overflow: hidden;
}

.shilpalay_wrapper .sec5-content {
    gap: 50px;
    align-items: center;
    position: absolute;
    left: -50%;
}

.shilpalay_wrapper .sec5-text {
    gap: 20px;
    width: 18%;
    text-align: start;
    margin-top: 10%;
}

.shilpalay_wrapper .sec5-video video {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1;
    object-fit: cover;
}

/* SECTION6 */
/* .shilpalay_wrapper .sec6-hide {
    display: block;
} */

.shilpalay_wrapper .sec6-relative {
    position: relative;
}

.shilpalay_wrapper .sec6-maintext {
    text-align: center;
    width: 45%;
    margin: 0 auto;
    gap: 20px;
}

.shilpalay_wrapper .sec6-content {
    padding: 16.667rem 0px;
    gap: 100px;
}

.shilpalay_wrapper .sec6-boximage {
    width: 40%;
}

.shilpalay_wrapper .sec6-box-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
}

.shilpalay_wrapper .sec6-box-continuous {
    display: flex;
    animation: scroll-left 35s linear infinite;
}

.shilpalay_wrapper .sec6-mainbox {
    flex: 0 0 auto;
    margin-right: 20px;
}

.shilpalay_wrapper .sec6-mainbox {
    padding: 20px 80px 20px 20px;
    justify-content: space-between;
    background-color: #ece7d9;
    border: 0px solid;
    border-radius: 10px;
    height: 280px;
    align-items: flex-start;
    min-width: 350px;
}

.shilpalay_wrapper .sec6-box {
    gap: 20px;
    margin-left: -10%;
    margin-right: -8%;
}

.shilpalay_wrapper .section-hide {
    display: none;
}

.shilpalay_wrapper .view-hide {
    display: none;
}

/* SECTION7 */
.shilpalay_wrapper .sec7-relative {
    position: relative;
}

.shilpalay_wrapper .sec7-content {
    text-transform: uppercase;
    font-weight: bolder;
    line-height: 0.85;
    padding-top: 50px;
    padding-bottom: 200px;
}

.shilpalay_wrapper .sec7-first p {
    color: #bbb8b0;
}

.shilpalay_wrapper .sec7-first {
    align-self: flex-start;
}

.shilpalay_wrapper .sec7-second p {

    color: #7d7b76;
}

.shilpalay_wrapper .sec7-second {
    align-self: center;
}

.shilpalay_wrapper .sec7-third p {}

.shilpalay_wrapper .sec7-third {
    align-self: flex-end;
    margin-right: 0 !important;
}

.shilpalay_wrapper .sec7-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

}

.shilpalay_wrapper .sec7-first,
.shilpalay_wrapper .sec7-second,
.shilpalay_wrapper .sec7-third {
    opacity: 0;
    transition: all 0.9s ease;
}

.shilpalay_wrapper .sec7-first {
    transform: translateX(-500px);
}

.shilpalay_wrapper .sec7-second {
    transform: translateY(0px);
}

.shilpalay_wrapper .sec7-third {
    transform: translateX(500px);
}

.shilpalay_wrapper .sec7-first.active,
.shilpalay_wrapper .sec7-second.active,
.shilpalay_wrapper .sec7-third.active {
    opacity: 1;
    transform: translateX(0) translateY(0);
    /* margin:0 auto; */
}

/* SECTION8 */
/* section 8  */
.prena-mount-shilpalay-section8 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -5.11%, #091A1A 91.52%), url(../images/detail/prerna-mount-shilpalay/specifications-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.prerna-mount-shilpalay-main-wrapper .specifications-padding {
    padding: 6.667rem 0rem 3.576rem 0rem;
}

.prerna-mount-shilpalay-main-wrapper .spec-img {
    width: 5.333rem;
    height: 5.333rem;
    object-fit: cover;
}

.prerna-mount-shilpalay-main-wrapper .spacification-detail-box {
    display: flex;
    flex-direction: column;
    gap: 1.667rem;
    height: 100%;
    align-items: flex-start;
    text-align: left;
}

.prerna-mount-shilpalay-main-wrapper .shilpalay-specifications-swiper-btn .swiper-button-next,
.prerna-mount-shilpalay-main-wrapper .shilpalay-specifications-swiper-btn .swiper-button-prev {
    position: relative;
    display: flex;
    justify-content: end;
    width: fit-content;
    background-color: #FFFFFF;
    border-radius: 50%;
    padding: 9px;
}

.prerna-mount-shilpalay-main-wrapper .shilpalay-specifications-swiper-btn .swiper-button-next.swiper-button-disabled img,
.prerna-mount-shilpalay-main-wrapper .shilpalay-specifications-swiper-btn .swiper-button-prev.swiper-button-disabled img {
    filter: brightness(0) invert(1);
    fill: #FFFFFF;
}

.prerna-mount-shilpalay-main-wrapper .shilpalay-specifications-swiper-btn .swiper-button-next.swiper-button-disabled,
.prerna-mount-shilpalay-main-wrapper .shilpalay-specifications-swiper-btn .swiper-button-prev.swiper-button-disabled {
    background-color: #F1F5F533;
    cursor: not-allowed;
    opacity: 1;
}


.shilpalay-specifications-swiper-btn {
    display: flex;
    gap: 2.333rem;
    width: fit-content;
    margin-left: auto;
    margin-right: 5.167rem;
    margin-bottom: 3rem;
}

.prerna-mount-shilpalay-main-wrapper .specifications-inner-flex {
    display: flex;
    flex-direction: column;
    gap: 36rem;
}

.prerna-mount-shilpalay-main-wrapper .prena-mount-shilpalay-section8 .swiper-slide {
    padding-right: 60px;
    position: relative;
    min-height: 26rem;
    align-items: start;
    border-right: 1px solid #F9F5EB;
}

.prena-mount-shilpalay-section8,
.prena-mount-shilpalay-section8 .specifications-padding,
.prena-mount-shilpalay-section8 .shilpalay-specifications-swiper,
.prena-mount-shilpalay-section8 .swiper-container,
.prena-mount-shilpalay-section8 .swiper-wrapper,
.prena-mount-shilpalay-section8 .swiper-slide {
    height: 100%;
}

/* .prena-mount-shilpalay-section8 .swiper-slide::after {
    content: "";
    position: absolute;
    top: 11%;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #FAE2C2;
} */

.prena-mount-shilpalay-section8 .swiper-slide:last-child::after {
    display: none;
}

.prerna-mount-shilpalay-main-wrapper .prena-mount-shilpalay-section8 .swiper-container {
    padding: 0rem 8rem;
}

.prerna-mount-shilpalay-main-wrapper .bhk-radio-group {
    display: flex;
    gap: 16px;
}

.prerna-mount-shilpalay-main-wrapper .bhk-radio {
    display: flex;
    gap: 5px;
}

.bhk-radio input[type="radio"] {
    accent-color: #000;
}

.spacification-ul {
    list-style: disc;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.spacification-ul li {
    margin-left: 2rem;
}

.spacification-ul li {
    font-size: 16px;
    color: #ffffff;
}

.prerna-mount-shilpalay-main-wrapper .font52 {
    font-size: 4.167rem;
}


/* SECTION9 */
.shilpalay_wrapper .sec9-bg {
    background-color: #085353;
}

.shilpalay_wrapper .sec9-content {
    margin-top: -2%;
    margin-left: -10%;
    padding: 200px 0px;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.shilpalay_wrapper .sec9-text {
    gap: 35px;
    color: white;
}

.shilpalay_wrapper .sec9-map p {

    color: #085353;
}

.shilpalay_wrapper .sec9-map {
    gap: 10px;
    padding: 1rem 1.333rem;
    background-color: white;
    width: fit-content;
    margin-top: 9px;

    transition: var(--common-transition);

    border: 1px solid transparent;
}

.shilpalay_wrapper .sec9-map:hover p {
    color: #ffffff;
}

.shilpalay_wrapper .sec9-map img {
    transition: unset;

}

.shilpalay_wrapper .sec9-map:hover img {
    filter: brightness(30);
    transition: unset;
}

.shilpalay_wrapper .sec9-map:hover {
    background-color: transparent;
    border: 1px solid #ffffff;
    transition: var(--common-transition);

}

/* SECTIOn10 */
.shilpalay_wrapper .sec10-relative {
    position: relative;
}

.shilpalay_wrapper .sec10-bg {
    background-color: #085353;
}

.shilpalay_wrapper .sec10-content {
    gap: 30px;
    padding: 80px 0px;
    color: white;
    width: 50%;
    margin: 0 auto;

}

.shilpalay_wrapper input {
    width: 90%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #ffffff;
    padding: 12px 15px;
}

.shilpalay_wrapper .sec10-name {
    position: relative;
}

.shilpalay_wrapper .sec10-round {
    width: 8%;
    padding: 5px 10px;
    color: black;
    border: 0px solid;
    border-radius: 50px;
    background-color: white;
    position: absolute;
    left: 2%;
    top: 15%;
}

.shilpalay_wrapper .sec10-round img {
    width: 40%;
}

.shilpalay_wrapper .textarea {
    margin-left: 10%;
}

.shilpalay_wrapper .sec10-cmt input {
    height: 150px;

}

.shilpalay_wrapper textarea {
    width: 90%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #ffffff;
    padding: 12px 15px;
}

.shilpalay_wrapper .sec10-cmt textarea {
    height: 140px;
    display: block;
    padding: 14px 16px;
    line-height: 1.4;
    text-align: left;
}

.shilpalay_wrapper .sec10-submit img {
    width: 24px;
    min-width: 24px;
}

.shilpalay_wrapper .sec10-submit {
    background-color: white;
    width: 15%;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 0px solid;
    color: black;
}

.shilpalay_wrapper .toggle-btn {
    display: none;
}

.shilpalay_wrapper .sec10-name.mobile input {
    padding-left: 110px;
}

.shilpalay_wrapper .sec8-minihead p {

    color: #ffffff;
}

.prerna-mount-shilpalay-button {
    position: relative;
    padding: 1.333rem 2.667rem;
    font-size: 1.333rem;
    display: flex;
    justify-content: center;
    gap: 1.333rem;
    min-width: 16.333rem;
    border-radius: 50px;

}

.prerna-mount-shilpalay-button p {
    font-size: 1.333rem;
    letter-spacing: 0.04em;

}

.prerna-mount-shilpalay-main-wrapper .prerna-mount-shilpalay-button:focus {
    outline: 0;
}

.prerna-mount-shilpalay-button:hover img,
.prerna-mount-shilpalay-button img {
    width: 2rem;
    transition: unset;
}

.prerna-mount-shilpalay-button .hover-enable {
    display: block;
    transition: var(--common-transition);
}

.prerna-mount-shilpalay-button .hover-disable {
    display: none;
    transition: var(--common-transition);
}

.prerna-mount-shilpalay-button:hover .hover-enable {
    display: none;
    transition: var(--common-transition);
}

.prerna-mount-shilpalay-button:hover .hover-disable {
    display: block;
    transition: var(--common-transition);
}


.prerna-mount-shilpalay-button-fill {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    transition: var(--common-transition);
}

.prerna-mount-shilpalay-button-fill:hover .inquiry-icon {
    filter: brightness(30);
}

.prerna-mount-shilpalay-button-fill p,
.prerna-mount-shilpalay-button-fill p span {
    color: #085353;
    transition: var(--common-transition);
}

.prerna-mount-shilpalay-button-fill:hover {
    background-color: transparent;
    border: 1px solid #ffffff;
    transition: var(--common-transition);
}

.prerna-mount-shilpalay-button-fill:hover p,
.prerna-mount-shilpalay-button-fill:hover p span {
    color: #ffffff;
}


.prerna-mount-shilpalay-button-outline {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    transition: var(--common-transition);
}

.prerna-mount-shilpalay-button-outline p,
.prerna-mount-shilpalay-button-outline p span {
    color: #ffffff;
    transition: var(--common-transition);
}

.prerna-mount-shilpalay-button-outline:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    text-decoration: var(--common-transition);
}

.prerna-mount-shilpalay-button-outline img {
    filter: invert(1) brightness(50);
}

.prerna-mount-shilpalay-button-outline:hover img {
    filter: unset;
}

.prerna-mount-shilpalay-button-outline:hover p,
.prerna-mount-shilpalay-button-outline:hover p span {
    color: #085353;
}

.prerna-mount-shilpalay-button-section {
    display: flex;
    gap: 1.333rem;
    align-items: center;
}

.sec9-viewimage {
    width: 24px;
}


.main-info__photo {
    flex: 0 0 3%;
    height: 100%;
    position: relative;
    overflow: hidden;
}


.main-info__img,
.main-info__img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-info__text {
    flex: 0 0 50vw;
    padding: 5rem;
}

.main-info__descr {
    margin-bottom: 3rem;
    max-width: 36rem;
    text-transform: uppercase;
}

.main-info__descr2 {
    max-width: 33rem;
}

.main-info__descr2-text {
    font-family: var(--font-neue);
    font-size: .8125rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.main-info__descr2-button {
    display: inline-flex;
}






.scroll-rotate-text {
    display: inline-block;
}

.scroll-rotate-text .split-letter {
    display: inline-block;
    opacity: 0;
    will-change: opacity;
}

.text-line-wrap {
    text-align: center;
}

.map-section {
    height: 280vh;
    position: relative;
}

.map-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.map-line {
    font-size: 80px;
    margin: 20px 0;
    transform: translate3d(101%, 0, 0);
    opacity: 0;
    will-change: transform, opacity;
}

.main-info {
    position: relative;
    height: 274vh;
}



.main-info__sticky {
    position: sticky;
    top: 0;
    /* NOT sticky */
    height: 100vh;
    width: 100%;
}


.main-info__content {
    display: flex;
    height: 100vh;

}


.shilpalay_wrapper .sec5-relative {
    position: relative;
    height: 200vh;
    /* scroll area */
}

.shilpalay_wrapper .sec5-content {
    position: sticky;
    top: 0;
    height: 100vh;
    align-items: center;
}

.shilpalay_wrapper .sec5-video {
    flex: 0 0 45%;
    overflow: hidden;
}

.shilpalay_wrapper .sec5-video video {
    width: 100%;
    transform: scale(1);
    transition: transform 0.1s linear;
}

.shilpalay_wrapper .sec5-text h3,
.shilpalay_wrapper .sec5-text p {
    transition: transform 0.1s linear;
}





.main-info__content {
    display: flex;
    height: 100vh;
    position: relative;
}

.prerna-mount-shilpalay-main-wrapper .prena-mount-shilpalay-section10 {
    background-color: #085353;
}

.prerna-mount-shilpalay-main-wrapper .shilpalay-form-section {
    /* width: 71%; */
    margin: 0 auto;
}

.prerna-mount-shilpalay-main-wrapper .form_wrapper.albhya-form-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.prerna-mount-shilpalay-main-wrapper .form_wrapper.albhya-form-wrapper>div:nth-child(1),
.prerna-mount-shilpalay-main-wrapper .form_wrapper.albhya-form-wrapper>div:nth-child(4),
.prerna-mount-shilpalay-main-wrapper .form_wrapper.albhya-form-wrapper>div:nth-child(5),
.prerna-mount-shilpalay-main-wrapper .form_wrapper.albhya-form-wrapper>div:nth-child(6) {
    grid-area: span 1 / span 2;
}

.prerna-mount-shilpalay-main-wrapper .shilpalay-form-section label {
    background-color: transparent !important;
}

.prerna-mount-shilpalay-main-wrapper .shilpalay-form-section .contact_lable:focus {
    outline: 0;
}

.prerna-mount-shilpalay-main-wrapper .form-control {
    border: 1px solid transparent;
}

.prerna-mount-shilpalay-main-wrapper .shilpalay-form-section .contact_lable {
    border: 1px solid #D9D9D9;
}

.prerna-mount-shilpalay-main-wrapper .contact_lable input:focus-visible~label.md-lable,
.prerna-mount-shilpalay-main-wrapper .contact_lable select:focus-visible~label.md-lable,
.prerna-mount-shilpalay-main-wrapper .contact_lable textarea:focus-visible~label.md-lable,
.prerna-mount-shilpalay-main-wrapper .contact_lable input.not_required~label.md-lable,
.prerna-mount-shilpalay-main-wrapper .contact_lable select.not_required~label.md-lable,
.prerna-mount-shilpalay-main-wrapper .contact_lable textarea.not_required~label.md-lable {
    transition: all 0.1s ease;
    top: 5%;
    transform: translateY(-50%);
    left: 0.3rem;
    background: #085353 !important;
    z-index: 5;
    color: #FFFFFF;
    font-size: 16px;
    /* display: none; */
    outline: 0;
}

.prerna-mount-shilpalay-main-wrapper .md-lable {
    color: #ffffff50;
}

.prerna-mount-shilpalay-main-wrapper .contact_lable input.ng-not-empty~label.md-lable,
.prerna-mount-shilpalay-main-wrapper .contact_lable textarea.ng-not-empty~label.md-lable,
.prerna-mount-shilpalay-main-wrapper .contact_lable select.ng-not-empty~label.md-lable {
    transition: all 0.1s ease;
    top: 5%;
    transform: translateY(-50%);
    left: 0.3rem;
    z-index: 5;
    background: #085353 !important;
    z-index: 5;
    color: #FFFFFF;
    font-size: 16px;
}

.prerna-mount-shilpalay-main-wrapper .form-control {
    border: 0;
    color: #ffffff !important;
    font-size: 20px;
    font-family: var(--medium-font-family);
    padding: 1.542rem 2rem;
}

.prerna-mount-shilpalay-main-wrapper .contact_country_flag {
    width: 22px;
}

.prerna-mount-shilpalay-main-wrapper .contact_lable.contact_number_inquiry .md-lable {
    left: 9rem;
}

.prerna-mount-shilpalay-main-wrapper .contact_number_inquiry .ninty_one_text p {
    font-size: 18px;
}

.prerna-mount-shilpalay-main-wrapper .contact_lable.contact_number_inquiry input {
    padding: 1.542rem 2rem;
}

.prerna-mount-shilpalay-main-wrapper .contact_number_inquiry .ninty_one_text {
    position: absolute;
    height: 3.1rem;
    top: 50%;
    left: 1.4%;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 8.5px 7px;
    cursor: pointer;
    /* border-right: 1px solid var(--darkGray-color); */
    gap: 0.5rem;
    transform: translateY(-50%);
    border-radius: 30px;
    background-color: #FFFFFF;
}

.prerna-mount-shilpalay-main-wrapper .md-lable {
    padding: 4px 6px;
    font-size: 20px;
}

.prerna-mount-shilpalay-main-wrapper .contact_lable input:focus {
    border-bottom: 0px solid var(--primary-color);
}

.prerna-mount-shilpalay-main-wrapper .shilpalayaminity-img {
    min-width: 4rem;
}

.prerna-mount-shilpalay-main-wrapper .sec10-submit {
    width: max-content;


}

.prerna-mount-shilpalay-main-wrapper .sec6-boximage {
    width: 6.5rem;
}

.brookgalleryImg a {
    overflow: hidden;
    transition: var(--common-transition);
}

.brookgalleryImg a:hover .shilpalay-gallery-img {
    /* transform: scale(1.05); */
    transition: var(--common-transition);
}

.brookgalleryImg a .sec3-round-text {
    transform: scale(0);
    transition: var(--common-transition);
}

.brookgalleryImg a:hover .sec3-round-text {
    transform: scale(1);
    /* bottom: 0; */
    transition: var(--common-transition);
}

.sec3-relative .swiper-container {

    padding-bottom: 7rem;
}

.shilpalay_wrapper .sec2-vector {
    width: 18%;
    position: absolute;
    top: 0%;
    right: 8%;
    z-index: 1;
}

.shilpalay_wrapper .sec2-vector svg {
    position: relative;
    height: 100%;
    width: 100%;
    max-height: 100%;
}



.youtube-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    
    width: 100vw;
    height: 56.25vw;   /* 9 / 16 */
    
    min-height: 100vh;
    min-width: 177.77vh; /* 16 / 9 */
    
    transform: translate(-50%, -50%);
    
    /* pointer-events: none; */
}

/* Responsive */

@media only screen and (max-width:1680px) {

    .shilpalay_wrapper .sec1-video {
        min-height: calc(900px - 250px);
    }

    /* SECTION 2 */
    .shilpalay_wrapper .sec2-content {
        /* margin-top: -11%; */
    }

    /* SECTION3 */
    .shilpalay_wrapper .sec3-content {
        padding-top: 50px;
        gap: 30px;
        /* padding-bottom: 150px; */
        /* margin-top: -5%; */
    }

    /* SECTION4 */
    .shilpalay_wrapper .font-80 {
        font-size: 70px;
    }

    /* SECTION4 */
    .shilpalay_wrapper .sec5-content {
        left: -56%;
    }
}

@media only screen and (max-width:1440px) {

    /* SECTIOn2 */
    .shilpalay_wrapper .sec2-vector {
        width: 24%;
        position: absolute;
        top: 0%;
        right: 2%;
    }

    /* SECTION3 */
    .shilpalay_wrapper .sec3-vector {
        width: 24%;
        position: absolute;
        bottom: 0;
        right: 2%;
    }

    /* SECTION4 */
    .shilpalay_wrapper .font-80 {
        font-size: 65px;
    }

    .shilpalay_wrapper .sec4-content {
        padding: 275px 0px;
    }

    /* SECTION5 */
    .shilpalay_wrapper .sec5-content {
        left: -66%;
    }

    /* SECTION6 */
    .shilpalay_wrapper .sec6-maintext {
        width: 65%;
    }

    .shilpalay_wrapper .sec6-box {
        gap: 20px;
        margin-left: -13%;
        margin-right: -13%;
    }

    /* SECTION7 */
    .shilpalay_wrapper .font-160 {
        font-size: 125px;
    }

    /* SECTIOn8 */
    .shilpalay_wrapper .sec8-button {

        top: 47%;
        right: 5%;
    }

    .shilpalay_wrapper .sec8-mini {
        gap: 20px;
        flex-basis: 20%;
    }

    .shilpalay_wrapper .vertical-line {
        width: 1px;
        background-color: #ccc;
        height: 280px;
    }

    .shilpalay_wrapper .sec8-miniimage {
        width: 20%;
    }

    .shilpalay_wrapper .sec8-stimage {
        width: 20%;
    }

    .shilpalay_wrapper .sec8-kimage {
        width: 20%;
    }

    .shilpalay_wrapper .sec8-wimage {
        width: 20%;
    }

    .shilpalay_wrapper .sec8-part2 {
        bottom: 5%;
        left: 5%;
        gap: 30px;
    }

    .shilpalay_wrapper .font-52 {
        font-size: 44px;
    }

    /* SECTIOn9 */
    .shilpalay_wrapper .sec9-content {
        margin-left: 0;
    }

    /* SECTIOn10 */
    .shilpalay_wrapper .sec10-round {
        width: 11%;
    }



}

@media only screen and (max-width:1366px) {
    .shilpalay_wrapper .sec2-text1 {
        width: 57%;
    }

    .shilpalay_wrapper .sec2-part-1 {
        color: white;
        width: 37%;
    }

    .shilpalay_wrapper .text3-part2 {
        gap: 10px;
        padding: 15px;
        width: 20%;
    }

    /* SECTION4 */
    .shilpalay_wrapper .sec4-content {
        padding: 250px 0px;
    }

    .shilpalay_wrapper .font-80 {
        font-size: 60px;
    }

    /* SECTION5 */
    .shilpalay_wrapper .sec5-content {
        left: -69%;
    }

    .shilpalay_wrapper .sec5-text {
        width: 22%;
    }

    /* SECTION6 */
    .shilpalay_wrapper .sec6-box {
        gap: 15px;
        margin-left: -17%;
        margin-right: -19%;
    }

    .shilpalay_wrapper .font-24 {
        font-size: 22px;
    }

    /* SECTIOn9 */
    .shilpalay_wrapper .sec9-image {
        width: 60%;
    }

    /* SECTION10 */
    .shilpalay_wrapper .sec10-content {
        gap: 30px;
        padding: 80px 0px;
        color: white;
        width: 65%;
        margin: 0 auto;
    }

    .shilpalay_wrapper .sec10-round {
        width: 9%;
        left: 1%;
    }
}

@media only screen and (max-width:1280px) {
    .shilpalay_wrapper .sec1-video {
        height: 600px;
    }

    /* SECTION2 */
    .shilpalay_wrapper .sec2-content {
        /* margin-top: -23%; */
    }

    .shilpalay_wrapper .font-28 {
        font-size: 26px;
    }

    /* SECTION3 */
    .shilpalay_wrapper .sec3-content {
        padding-top: 50px;
        gap: 30px;
        padding-bottom: 150px;
        /* margin-top: -8%; */
    }

    /* SECTIOn4 */
    .shilpalay_wrapper .sec4-heading {
        width: 81%;
    }

    /* SECTIOn5 */
    .shilpalay_wrapper .sec5-content {
        left: -73%;
    }

    /* SECTION6 */
    .shilpalay_wrapper .sec6-box {
        gap: 15px;
        margin-left: -20%;
        margin-right: -22%;
    }

    .shilpalay_wrapper .font-24 {
        font-size: 20px;
    }

    .shilpalay_wrapper .sec6-mainbox {
        height: 250px;
    }

    /* SECTION7 */
    .shilpalay_wrapper .font-160 {
        font-size: 107px;
    }

    /* SECTION9 */
    .shilpalay_wrapper .font-48 {
        font-size: 38px;
    }

    .shilpalay_wrapper .font-18 {
        font-size: 16px;
    }

    .shilpalay_wrapper .sec9-map {
        gap: 10px;
        padding: 15px;
    }

    /* SECTIOn10 */
    .shilpalay_wrapper .sec10-name.mobile input {
        padding-left: 95px;
    }

    .shilpalay_wrapper .font-20 {
        font-size: 18px;
    }

    .shilpalay_wrapper .sec10-submit img {
        width: 24px;
    }

    .shilpalay_wrapper .sec3-vector,
    .shilpalay_wrapper .sec2-vector {
        width: 25%;

    }
}

@media only screen and (max-width:1152px) {
    .shilpalay_wrapper .sec1-video {
        height: 600px;
        width: 120%;
        margin-left: -15%;
    }

    /* SECTION2 */

    .shilpalay_wrapper .font-28 {
        font-size: 24px;
    }

    /* .shilpalay_wrapper .sec2-vector {
        width: 22%;
        position: absolute;
        top: 0%;
        right: 4%;
    } */

    /* SECTION3 */
    .shilpalay_wrapper .font-64 {
        font-size: 48px;
    }

    .shilpalay_wrapper .sec3-images {
        gap: 20px;
    }

    /* .shilpalay_wrapper .sec3-vector {
        width: 22%;
        right: 4%;
    } */
    .shilpalay_wrapper .sec3-vector,
    .shilpalay_wrapper .sec2-vector {
        width: 31%;
    }

    /* SECTIOn5 */
    .shilpalay_wrapper .sec5-content {
        left: -81%;
    }

    /* SECTIOn7 */
    .shilpalay_wrapper .font-160 {
        font-size: 96px;
    }

    .shilpalay_wrapper .sec8-mini {
        gap: 10px;
        flex-basis: 23%;
    }

    .shilpalay_wrapper .sec8-button {
        top: 37%;
        right: 5%;
    }

    /* SECTION10 */
    .shilpalay_wrapper .sec10-content {
        gap: 30px;
        padding: 80px 0px;
        color: white;
        width: 75%;
        margin: 0 auto;
    }
}

@media only screen and (max-width:1024px) {
    .shilpalay_wrapper .sec1-video {
        height: 600px;
        width: 120%;
        margin-left: -15%;
    }

    /* SECTION2 */
    .shilpalay_wrapper .text3-part2 {
        gap: 10px;
        padding: 15px;
        width: 28%;
    }

    .shilpalay_wrapper .text3-part1 {
        width: 20%;
    }

    .shilpalay_wrapper .sec3-image {
        width: 14%;
    }

    .shilpalay_wrapper .sec2-content {
        /* margin-top: -28%; */
    }

    .shilpalay_wrapper .sec2-part-1 {
        color: white;
        width: 50%;
    }

    /* SECTION3 */
    .shilpalay_wrapper .sec3-round-text {
        left: 43%;
    }

    /* SECTION4 */
    .shilpalay_wrapper .sec4-content {
        padding: 180px 0px;
    }

    .shilpalay_wrapper .font-80 {
        font-size: 48px;
    }

    /* SECTIOn5 */
    .shilpalay_wrapper .sec5-content {
        left: -91%;
    }

    .shilpalay_wrapper .sec5-text {
        margin-top: 14%;
    }

    /* SECTIOn6 */
    .shilpalay_wrapper .sec6-maintext {
        width: 76%;
    }

    .shilpalay_wrapper .sec6-mainbox {
        padding: 24px 20px;
    }

    .shilpalay_wrapper .font-48 {
        font-size: 40px;
    }

    /* SECTIOn7 */
    .shilpalay_wrapper .sec7-content {
        padding-bottom: 130px;
    }

    .shilpalay_wrapper .font-160 {
        font-size: 86px;
    }

    /* SECTION8 */
    .shilpalay_wrapper .font-16 {
        font-size: 15px;
    }

    .shilpalay_wrapper .sec8-part2 {
        bottom: 5%;
        left: 3%;
        gap: 20px;
    }

    .shilpalay_wrapper .font-52 {
        font-size: 38px;
    }



}

@media only screen and (max-width:991px) {


    .shilpalay_wrapper .sec1-video {
        height: 600px;
        width: 140%;
        margin-left: -20%;
    }

    /* SECTION2 */
    .shilpalay_wrapper .font-28 {
        font-size: 20px;
    }

    .shilpalay_wrapper .font-16 {
        font-size: 16px;
    }

    .shilpalay_wrapper .sec2-content {
        /* margin-top: -33%; */
    }

    .shilpalay_wrapper .sec2-vector {
        width: 24%;
        position: absolute;
        top: 0%;
        right: 3%;
    }

    /* SECTIOn3 */
    .shilpalay_wrapper .sec3-vector {
        width: 24%;
        right: 4%;
    }

    .shilpalay_wrapper .sec3-round-text p {
        font-size: 20px;
    }

    .shilpalay_wrapper .sec3-round-text {
        padding: 20px
    }

    .shilpalay_wrapper .sec3-images {
        gap: 10px;
    }

    .shilpalay_wrapper .sec3-vector {
        right: 3%;
    }

    .shilpalay_wrapper .sec3-content {
        padding-top: 50px;
        gap: 15px;
        padding-bottom: 80px;
        /* margin-top: -12%; */
    }

    .shilpalay_wrapper .font-64 {
        font-size: 36px;
    }

    /* SECTION4 */
    .shilpalay_wrapper .sec4-content {
        padding: 150px 0px;
    }

    /* SECTIOn5 */
    .shilpalay_wrapper .sec5-content {
        left: -96%;
        gap: 20px;
    }

    /* SECTION6 */
    .shilpalay_wrapper .sec6-mainbox {
        height: 200px;
    }

    /* SECTION7 */
    .shilpalay_wrapper .font-160 {
        font-size: 83px;
    }

    /* SECTION8 */
    .shilpalay_wrapper .sec8-part2 {
        bottom: 5%;
        left: 3%;
        gap: 10px;
    }

    .shilpalay_wrapper .sec8-button {
        top: 31%;
        right: 5%;
    }

    /* SECTIOn9 */
    .shilpalay_wrapper .font-48 {
        font-size: 34px;
    }

    .shilpalay_wrapper .font-18 {
        font-size: 14px;
    }

    /* SECTIOn10 */
    .shilpalay_wrapper .sec10-name.mobile input {
        padding-left: 85px;
    }

    .shilpalay_wrapper .home_accordion img {
        width: auto;
    }

    .prena-mount-shilpalay-section8 {
        min-height: 110svh;
    }

    .shilpalay_wrapper .inner-flex.accordion-block {
        border-bottom: 1px solid #D7D6D6;
        padding-bottom: 1rem;
    }

    .shilpalay_wrapper .accordionicon {
        width: 24px !important;
        height: 24px !important;
    }

    .shilpalay_wrapper .spec-icon {
        width: 28px;
        min-width: 28px;
    }

    .shilpalay_wrapper .main-info__descr h3 {
        font-size: 28px;
    }

    .shilpalay_wrapper .amenities_popup.brook-amenities-popup.alabhya-amenities-popup {
        background-color: #085353;
    }

    .sec3-relative .swiper-container {
        padding-bottom: 0;
    }

    .shilpalay_wrapper .sec2-relative {
        position: relative;
        overflow: hidden;
    }

    .shilpalay_wrapper .sec3-relative {
        position: relative;
        overflow: hidden;
    }

    .shilpalay_wrapper .sec2-vector {
        width: 75px;
        position: absolute;
        right: 0;
        top: 0%;
    }

    .shilpalay_wrapper .sec3-vector {
        right: 0;
        width: 75px;
    }

    .main-info__photo {
        flex: unset;
    }

    .main-info__text {
        flex: unset;
        padding: 5rem;
        padding-bottom: 0px;
    }

    .shilpalay_wrapper .sec2-content {

        padding-top: 8.5rem;
        padding-bottom: 5.5rem;
    }

    .prerna-mount-shilpalay-main-wrapper .specifications-inner-flex {

        gap: 12rem;
    }

    .shilpalay_wrapper .sec9-content {
        padding: 80px 42px;
        gap: 40px;
        align-items: unset;
        justify-content: unset;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }

    .shilpalay_wrapper .sec9-image {
        width: 100%;
    }

    .shilpalay_wrapper .sec9-text {
        gap: 16px;
    }

    .shilpalay_wrapper .sec10-content {

        width: 90%;
    }

    .shilpalay_wrapper .sec9-map {
        gap: 10px;
        padding: 10px 16px;
    }

    .prena-mount-shilpalay-section8 {

        background-attachment: unset;
    }

    .shilpalay_wrapper .sec2-hide {
        display: block;
    }
}

@media only screen and (max-width:767px) {
    .shilpalay_wrapper .sec1-video {
        margin-left: -25%;
        z-index: 9;
    }

    .shilpalay_wrapper .sec1-relative {
        height: auto;
    }

    /* SECTION2 */



    .shilpalay_wrapper .shilp-image {
        width: 50%;
        margin-top: 20px;
    }


    .shilpalay_wrapper .sec2-content {
        margin: 0 auto;
        padding-top: 50px;
        gap: 30px;
        width: calc(100% - 32px);
    }

    .shilpalay_wrapper .sec2-text1 {
        width: 100%;
    }

    .shilpalay_wrapper .sec2-part-1 {
        color: white;
        width: 98%;
    }

    .shilpalay_wrapper .sec2-part2 {
        color: white;
        gap: 10px;
        flex-direction: column;
        align-items: start;
    }

    .prerna-mount-shilpalay-button {
        width: 100%;
    }

    .shilpalay_wrapper .sec2-part2-1 {
        gap: 10px;
        margin-left: 0px;
    }

    .shilpalay_wrapper .sec2-text3 {
        gap: 10px;
        flex-direction: column;
    }

    .shilpalay_wrapper .text3-part1 {
        width: 98%;
        padding: 10px;
    }

    .shilpalay_wrapper .text3-part2 {
        width: 98%;
        padding: 10px;
    }

    .shilpalay_wrapper .sec2-content {
        margin-top: 0%;
        padding-bottom: 70px;
    }

    .shilpalay_wrapper .sec3-image {
        width: 10%;
    }

    .shilpalay_wrapper .sec3-vector {
        overflow: hidden;
        overflow-y: hidden;
        overflow-x: hidden;
    }

    /* SECTION3 */
    .shilpalay_wrapper .sec3-hide {
        display: none;
    }

    .shilpalay_wrapper .sec3-maintext {
        text-align: start;
        color: white;
    }

    .shilpalay_wrapper .sec3-content {
        padding-top: 0;
        gap: 15px;
        padding-bottom: 89px;
        margin-top: 0;
        margin-left: 16px;
        margin-right: 16px;
    }

    .shilpalay_wrapper .sec3-round-text {
        bottom: -17%;
        left: 50%;
        padding: 40px;
        transform: translateX(-50%);
        min-width: 10.333rem;
        min-height: 10.333rem;
    }

    .shilpalay_wrapper .font-64 {
        font-size: 32px;
    }


    .shilpalay_wrapper .sec3-swiper .swiper-slide {
        width: 100% !important;
    }


    /* SECTION4 */
    .shilpalay_wrapper .font-80 {
        font-size: 40px;
    }

    .shilpalay_wrapper .sec4-heading {
        width: 100%;
    }

    .shilpalay_wrapper .sec4-content {
        padding: 120px 0px;
        margin: 0 16px;
    }

    /* SECTION5 */
    .shilpalay_wrapper .sec5-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        left: 0;
    }

    .shilpalay_wrapper .sec5-text {
        width: calc(100% - 32px);
        padding-bottom: 40px;
        margin-top: 0;

    }

    .shilpalay_wrapper .sec5-relative {
        position: relative;
        height: unset;
    }

    .shilpalay_wrapper .sec5-text h3 {
        font-size: 28px;
    }

    /* SECTIOn6 */
    .shilpalay_wrapper .sec6-content {
        padding: 50px 0px;
        gap: 35px;
    }

    .shilpalay_wrapper .sec6-maintext {
        width: calc(100% - 32px);
        text-align: start;
    }

    .shilpalay_wrapper .sec6-box {
        gap: 15px;
        margin-left: 0;
        margin-right: 0;
        flex-direction: column;
        margin: 0 16px;
    }

    .shilpalay_wrapper .sec6-mainbox {
        flex-direction: row;
        background-color: #ece7d9;
        border: 0px solid;
        border-radius: 10px;
        height: unset;
        align-items: flex-start;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        margin-top: 16px;
    }

    .shilpalay_wrapper .font-24 {
        font-size: 16px;
    }

    .shilpalay_wrapper .sec6-boximage {
        width: 40px;
    }

    .shilpalay_wrapper .sec6-hide {
        display: none;
    }

    .shilpalay_wrapper .section-hide {
        display: block;
        gap: 20px;
    }

    .shilpalay_wrapper .view-hide {
        display: block;
    }

    .shilpalay_wrapper .sec6-view {
        padding: 20px;
        width: 100%;
        text-align: center;
        border: 1px solid black;
        border-radius: 50px;
        margin-top: 16px;
    }

    /* SECTIOn7 */
    .shilpalay_wrapper .font-160 {
        font-size: 44px;
        /* transform: unset !important; */
        /* opacity: 1 !important; */
    }

    /* 
    .map-section {
        height: auto !important;
        overflow: hidden !important;

    } */

    .shilpalay_wrapper .sec7-content {
        padding-bottom: 101px;
        line-height: 1.1;
        margin: 0 16px;
    }

    .shilpalay_wrapper .sec7-second {
        /* margin-right: -37%; */
    }

    .shilpalay_wrapper .sec7-third {
        align-self: flex-end;
        /* margin-right: -9%; */
    }

    /* SECTIOn8 */
    .shilpalay_wrapper .sec8-video video {
        width: 160%;
        max-width: 200%;
        margin-left: -43%;
    }

    .shilpalay_wrapper .sec8-hide {
        display: none;
    }

    .shilpalay_wrapper .sec8-video-text {
        top: 0%;
    }

    .shilpalay_wrapper .toggle-head {
        display: flex;
        gap: 150px;
        align-items: center;
        cursor: pointer;
    }

    .shilpalay_wrapper .toggle-btn {
        font-size: 34px;
        font-weight: bold;
        user-select: none;
    }

    .shilpalay_wrapper .sec8-minitext {
        display: block;
    }

    .shilpalay_wrapper .sec8-mini {
        gap: 10px;
        flex-basis: 100%;
    }

    .shilpalay_wrapper .sec8-part2 {
        bottom: 5%;
        left: 3%;
        gap: 10px;
        flex-direction: column;
    }

    .shilpalay_wrapper .vertical-line {
        width: 331px;
        background-color: #ccc;
        height: 2px;
    }

    .shilpalay_wrapper .sec8-mini {
        gap: 10px;
        flex-basis: 100%;
        flex-direction: row;
    }

    .shilpalay_wrapper ul {
        margin-top: 0;
        margin-bottom: 10px;
        /* margin-left: -18%; */
    }

    .shilpalay_wrapper .sec8-minihead p {
        font-size: 24px;
        color: #ffffff;
    }

    .shilpalay_wrapper .sec8-stimage {
        width: 11%;
    }

    .shilpalay_wrapper .sec8-mini2 {
        gap: 20px;
    }

    .shilpalay_wrapper .spec-item {
        display: none;
    }

    .shilpalay_wrapper .spec-item.spec-active {
        display: flex;
    }

    /* SECTIOn9 */
    .shilpalay_wrapper .sec9-content {
        margin-left: 0;
        flex-direction: column-reverse;
    }


    /* .shilpalay_wrapper .sec9-image {
        width: 95%;
        height: 290px;
    } */

    .shilpalay_wrapper .sec9-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;

    }

    .shilpalay_wrapper .sec9-text {
        gap: 15px;
        color: white;
        width: calc(100%);
    }

    .shilpalay_wrapper .sec9-content {
        padding: 70px 16px;
    }

    .shilpalay_wrapper .sec9-map {
        gap: 10px;
        padding: 15px;
        border-radius: 50px;
        width: 100%;
        justify-content: center;
    }

    .shilpalay_wrapper .font-18 {
        font-size: 16px;
    }


    /* SECTIOn10 */
    .shilpalay_wrapper .sec10-content {
        gap: 30px;
        padding: 48px 0px;
        color: white;
        width: calc(100% - 32px);
        margin: 0 auto;
    }

    .shilpalay_wrapper .sec10-round {
        width: 23%;
        left: 1%;
    }

    .shilpalay_wrapper .sec10-submit {
        background-color: white;
        width: calc(100% - 0px);
    }

    .shilpalay_wrapper .toggle-btn {
        display: block;
    }

    .shilpalay_wrapper .sec10-name.mobile input {
        padding-left: 95px;
    }

    .shilpalay_wrapper .sec10-submit img {
        width: 24px;
    }

    .shilpalay_wrapper input {
        width: 100%;
        color: #ffffff !important;
    }

    .shilpalay_wrapper textarea {
        width: 100%;
    }

    .prerna-mount-shilpalay-button-section {
        flex-direction: column;
    }

    .shilpalay_wrapper .sec6-mainbox {
        gap: 20px;
    }

    .sec9-location {
        margin-bottom: 9px;
    }

    .main-info__photo {
        flex: unset !important;

    }

    .main-info__img,
    .main-info__img video,
    .main-info__descr2,
    .main-info__text {
        flex: unset !important;

        transform: unset !important;
    }

    .main-info {
        min-height: auto !important;
        height: auto !important;
    }

    .prerna-mount-shilpalay-main-wrapper .specifications-padding {
        padding: 48px 0;
    }

    .prerna-mount-shilpalay-main-wrapper .main-info__img video {
        aspect-ratio: 1.5;
    }

    .prerna-mount-shilpalay-main-wrapper .shilpalay-form-section {
        width: 100%;

    }

    .prerna-mount-shilpalay-main-wrapper .contact_number_inquiry .ninty_one_text {
        height: 2.2rem;
    }

    .prerna-mount-shilpalay-main-wrapper .contact_lable.contact_number_inquiry input {
        padding: 1.542rem 2rem;
    }

    .prerna-mount-shilpalay-main-wrapper .md-lable,
    .prerna-mount-shilpalay-main-wrapper .contact_lable input.ng-not-empty~label.md-lable,
    .prerna-mount-shilpalay-main-wrapper .contact_lable textarea.ng-not-empty~label.md-lable,
    .prerna-mount-shilpalay-main-wrapper .contact_lable select.ng-not-empty~label.md-lable {
        font-size: 13px !important;
    }

    .prerna-mount-shilpalay-main-wrapper .contact_number_inquiry .ninty_one_text p {
        font-size: 13px;
    }

    .prerna-mount-shilpalay-main-wrapper .form-control {
        font-size: 16px;
    }

    .main-info__text {

        padding: 48px 16px;
        padding-bottom: 0px;
    }

    .shilpalay_wrapper .sec1-video {
        height: 105svh;
        width: 140%;
        margin-left: unset;
    }

    .prena-mount-shilpalay-section8 {

        min-height: 115svh;
    }
}



@media (max-width: 1023px) {
    .main-info {
        height: auto;
        min-height: 100lvh;
    }

    .main-info__content {
        flex-direction: column;
        min-height: 100vh;
    }
}