﻿.scroll-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    perspective: 1000px;
}

.section {
    position: relative;
}

.overlay::after {
    content: "";
    display: block;
    position: absolute;
    padding: 100px 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000004a;
}
.scroll-section {
    position: relative; /* Ensure the pseudo-element is positioned correctly */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    color: white;
    transition: transform 0.5s, scale 0.5s, opacity 0.5s;
    will-change: transform, scale, opacity;
}

.scroll-section-new {
    position: relative; /* Ensure the pseudo-element is positioned correctly */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    color: white;
    transition: transform 0.5s, scale 0.5s, opacity 0.5s;
    will-change: transform, scale, opacity;
}

.scroll-section-black {
    position: relative; /* Ensure the pseudo-element is positioned correctly */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    color: white;
    background: #2C2C2C;
    transition: transform 0.5s, scale 0.5s, opacity 0.5s;
    will-change: transform, scale, opacity;
}

.scroll-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    z-index: 1; /* Place the overlay behind the content */
}


/* Ensure section content stays on top */
.section-content {
    position: absolute;
    bottom: 50px;
    z-index: 10; /* Higher than the overlay */
    font-family: Inter;
}

.np-image {
    margin-top: 27px;
}

.top-title {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.top-title-new {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #7E7E7E;
}

.top-subtitle-new {
    font-size: 40px;
    line-height: 112%;
    margin: 0;
    letter-spacing: -1px;
    font-weight: 900;
    margin-bottom: 20px;
    color: #000;
    text-transform: capitalize;
}

.the-new-top {
    padding: 60px 0px;
}

.top-subtitle {
    font-size: 3rem;
    line-height: 112%;
    font-weight: 800;
    margin: 0;
    margin-bottom: 20px;
}

.top-sub-inner {
    color: #7E7E7E;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}

.bot-description {
    width: 36%;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin: 0;
    line-height: 1.4;
}

/* Ensure background images are visible */


/*.top-about {
    position: absolute;
    bottom: 40px;
    padding: 0px 25px;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.scroll-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.scroll-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    color: white;
    padding: 20px;
    box-sizing: border-box;
}
*/
.line-seperator {
    height: 0.5px;
    background: #fff;
    width: 30%;
}

.top-title {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.top-subtitle {
    font-size: 3rem;
    margin-bottom: 20px;
    margin-top: 50px;
    z-index: 1;
    position: relative;
}

.bot-description {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 1rem;
    z-index: 1;
    position: relative;
}

.np-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.top-c-right {
    display: flex;
}

.the-right-inner-first,
.the-right-inner-second {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    font-family: 'Inter';
}

.title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 0;
}

.description {
    font-size: 14px;
    line-height: 1.5;
    color: #747474;
    margin-bottom: 3px;
}

.inner-image {
    width: 100%;
    max-width: 300px;
    margin-top: 1rem;
    object-fit: cover;
    height: 280px;
}

.the-fe {
    color: #747474;
    font-family: Inter;
    font-size: 22px;
    margin-top: 3rem;
    line-height: normal;
    font-style: normal;
}

.top-then-text {
    font-size: 22px;
    font-weight: 800;
    font-family: Inter;

}

.top-then {
    margin-top: 2rem;
}
/* Top Vision SVG */
.top-vm svg {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
    display: block;
}

/* First Paragraph in .top-vm */
.top-vm p {
    font-size: 32px;
    color: #333333;
    font-weight: 600;
    margin: 10px 0;
    text-align: start;
}

    /* Span within the first p tag */
    .top-vm p span {
        color: #4B70E2;
        font-size: 32px;
        font-weight: 600;
    }

    /* Second Paragraph in .top-vm */
    .top-vm p:nth-child(3) {
        color: #000;
        font-family: Inter;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
    }

/* Paragraph in .bot-vm */
.bot-vm p {
    color: #676767;
    font-family: Inter;
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
    height: 250px;
    line-height: 150%;
    /* margin: 0; */
    padding: 54px 24px;
    border: 1px dashed #ED1161;
    background: rgba(237, 17, 97, 0.04);
}

.bot-vm {
    margin-top: 3rem;
}

/* General Styles for Responsiveness */
@media (max-width: 768px) {
    .top-vm svg {
        width: 32px;
        height: 32px;
    }

    .top-vm p {
        font-size: 16px;
    }

    .bot-vm p {
        font-size: 13px;
    }
}

.main-vm {
    padding: 52px 75px;
}

.cv-part {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 15px;
    position: relative;
}

    .cv-part:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 65px;
        width: 80%;
        height: 0.5px;
        background: #ccc;
    }

.the-cv {
    font-family: Inter;
    margin-top: 1.5rem;
    padding: 0px 75px 0px 75px;
}

.cv-image-three img {
    width: 100px;
    height: 100px;
    padding: 12px;
    border-radius: 26px;
    background: #8FE6D8;
}

.cv-image img {
    width: 100px;
    height: 100px;
    padding: 12px;
    border-radius: 26px;
    background: #D9F2C0;
}

.cv-image-two img {
    width: 100px;
    height: 100px;
    padding: 12px;
    border-radius: 26px;
    background: #FD9C9C;
}

.cv-text {
    flex: 3;
    margin-left: 15px;
}

    .cv-text .cv-title {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        margin: 0;
    }

    .cv-text .cv-description {
        font-size: 12px;
        color: #666;
        margin-top: 5px;
        font-weight: 300;
        line-height: 1.6;
    }

@media (max-width: 768px) {
    .cv-part {
        flex-direction: column;
        text-align: start;
        align-items: start;
    }

    .the-cv {
        padding: 10px;
        margin: 0;
    }

    .cv-part:after {
        content: '';
        left: 0;
    }

    .cv-text {
        margin-left: 0;
    }

    .scroll-section-new {
        height: auto;
    }

    .top-c-right {
        display: block;
    }

    .bot-description {
        font-size: 12px;
        width: 100%;
    }

    .top-subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .inner-black-content {
        padding: 15px 20px !important;
    }

    .about-six {
        height: 150vh;
    }

    .about-seven {
        height: 150vh;
    }

    .main-vm {
        padding: 16px 20px;
    }

    .top-vm p:nth-child(3) {
        font-size: 26px;
        line-height: normal;
        font-weight: 400;
    }

    .bot-vm p {
        height: auto;
    }

    .ouc {
        font-size: 24px !important;
        padding: 5px !important;
    }

    .cv-sp {
        font-size: 24px !important;
    }
}

.ouc {
    font-size: 32px;
    color: #333333;
    font-weight: 600;
    margin: 10px 0;
    text-align: start;
    padding: 0px 70px;
}

.cv-sp {
    color: #4B70E2;
    font-size: 32px;
    font-weight: 600;
}

.inner-black-content {
    padding: 203px 380px 243px 381px;
    font-family: 'Inter';
    text-align: center;
}

.disclaimer-title {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 10px;
}

.disclaimer-text {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 1px;
    margin-top: 1rem;
}


.viewer-discretion {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-top: 1rem;
}
