.studentEnter {
    .investmentFund {
        .headingBuilding {
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }

    @keyframes marquee {
        from {
            transform: translateX(-50%);
        }

        to {
            transform: translateX(0);
        }
    }

    @keyframes marqueeReverse {
        from {
            transform: translateX(0);
        }

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

    .font_italic {
        font-style: italic;
        font-family: "Fraunces", serif;
    }

    .mt50 {
        margin-top: 50px;
    }

    .mt40 {
        margin-top: 40px;
    }

    .whiteFillButton {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px 20px;
        font-size: 16px;
        font-family: var(--go-medium);
        line-height: 24px;
        color: var(--black);
        cursor: pointer;
        background: var(--white);
        border-radius: 54px;
        width: 100%;
        max-width: fit-content;
    }


    .studentHeroSection {
        background: var(--black);
        padding: 0px;
        min-height: 80vh;
        position: relative;

        .intersectHeroWrapper {
            position: relative;
            line-height: 0;
        }


        .studentWrapperHeadingDiv {
            position: absolute;
            display: flex;
            flex-direction: column;
            gap: 16px;
            left: 100px;
            z-index: 5;
            bottom: 77px;
        }

        .heroHeading {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

        .studentPara {
            font-size: 24px;
            font-family: var(--go-regular);
            line-height: 120%;
        }

        .heroSectionImg {
            width: 100%;
            position: relative;
            line-height: 0;
            overflow: hidden;
        }
    }

    .sharkTank {
        padding: 80px 0 60px;
        background: url(https://images.mastersunion.link/uploads/16052025/v1/sharkTankVector.svg), var(--black);
        background-repeat: no-repeat;
        overflow: hidden;

        .shakHeadingWrapper {
            display: flex;
            flex-direction: column;
            gap: 12px;
            align-items: center;
            justify-content: center;
        }

        .sharkSubHead {
            font-size: 16px;
            color: var(--grey4);
            line-height: 150%;
            font-weight: 400;
            font-family: var(--go-regular);
        }

        .souravS {
            overflow: hidden;
            padding-bottom: 37px;
            padding-top: 20px;
        }

        .souravS .watchPlayText {
            position: absolute;
            top: 60px;
            left: 26px;
            cursor: pointer;
            z-index: 99999;
        }

        .souravS .studentWatch {
            top: 18px;
        }

        .souravS .swiper-slide-next .watchPlayText,
        .souravS .swiper-slide-prev .watchPlayText {
            visibility: hidden;
        }


        .sharkTankSlide {
            position: relative;

            .left {
                position: absolute;
                left: -6rem;
                bottom: -50px;
                opacity: 0;
                max-width: 240px;
                padding: 12px;

            }

            .right {
                position: absolute;
                right: -6rem;
                top: -10px;
                opacity: 0;
                max-width: 210px;
            }
        }

        .sharkMaster img {
            border-radius: 10px;
        }

        .studentWatch {
            top: 18px;
        }

        .watchPlayText {
            display: flex;
            gap: 9px;
            align-items: center;
            cursor: pointer;
            position: absolute;
            top: 60px;
            left: 26px;
            cursor: pointer;
            z-index: 99999;
        }

        .swiper-slide-active .left,
        .swiper-slide-active .right {
            opacity: 1;
            transition: unset !important;
            width: 100%;
            max-width: 207px;
            height: unset;
        }

        .swiper-slide::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 2;
        }

        .swiper-slide-active::after {
            background: unset;
        }

        .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
            width: auto;
            /* height: 400px; */
        }


    }

    .intersectHero.techHeroSection {
        padding-bottom: 0px !important;
    }

    .studentWrapperHeadingDiv {
        position: absolute;
        display: flex;
        flex-direction: column;
        gap: 16px;
        left: 100px;
        z-index: 5;
        bottom: 77px;
    }

    .studentPara {
        font-size: 24px;
        font-family: var(--go-regular);
        line-height: 120%;
    }

    .studentPBold {
        font-size: 28px;
        line-height: 120%;
    }

    .sectionHeadingTech {
        text-align: center;
    }

    .masterBox .teamDetailss {
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin-top: 10px;
    }

    .recruiters {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border-bottom: 1px solid var(--grey4);
        padding-bottom: 6px;
    }

    .sharkTankHeadIt {
        font-weight: 400;
        font-size: 34px;
        line-height: 120%;
    }

    .sharkTank .sectionHeadingTech {
        font-size: 30px;
        font-family: var(--go-regular);
        font-weight: 400;
        line-height: 120%;
    }

    .shakHeadingWrapper {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .sharkSubHead {
        font-size: 16px;
        color: var(--grey4);
        line-height: 150%;
        font-weight: 400;
        font-family: var(--go-regular);
    }

    .recruitersName {
        font-size: 12px;
        color: var(--grey);
        margin-top: 0px;
        line-height: 150%;
    }

    .masterBox .teamDetails .lineSpace {
        border: none;
        border-top: 1px solid var(--grey4);
    }

    .recruitDesignation {
        font-size: 12px;
        color: var(--black);
        font-family: var(--go-semibold);
        line-height: 150%;
    }

    .highSchool {
        background: url(https://images.mastersunion.link/uploads/16052025/v1/DropshippingChallengeChallenge.svg), var(--white);
        background-position: 100% 25%;
        position: relative;
        background-repeat: no-repeat;
        line-height: 0;
        background-size: contain;
        padding: 80px;
        border-bottom: 2px solid var(--black5);

        .highSchlHeading {
            font-size: 30px;
            color: var(--black);
            line-height: 120%;
            font-weight: 400;
            font-family: var(--go-regular);
            text-align: center;
        }

        .headingNumber {
            font-size: 60px;
            font-family: "Fraunces", serif;
            font-weight: 400;
            color: var(--black);
            line-height: 120%;
            text-align: center;
        }
    }

    .highSchool:after {
        content: "";
        position: absolute;
        background: var(--black);
        bottom: 0;
        left: 0;
        height: 24%;
        width: 100%;
    }

    .arithmetic {
        font-size: 60px;
        color: var(--white);
        line-height: 120%;
        /* font-family: "Fraunces", serif; */
        /* font-weight: 300; */
    }

    .highSchool .newMasterImgBox.coverSize {
        height: 100%;
    }

    .highSchool .masterImage {
        width: 100%;
        max-width: 250px;
    }

    .highSchool .masterImage.swiperImg {
        width: 100%;
        max-width: 100% !important;
    }

    .highSchool .imgFix {
        max-height: 442px;
        object-fit: contain;
        width: 100%;
        max-width: 249px;
    }

    .highSchoolHeadWrapper {
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: center;
        justify-content: center;
    }

    .imageSize {
        width: 100%;
        max-width: 250px;
        min-height: 442px;
    }

    .boardNewLinkedin {
        background: var(--white);
        padding: 80px 0;

        .highSchlHeading {
            font-size: 30px;
            color: var(--black);
            line-height: 120%;
            font-weight: 400;
            font-family: var(--go-regular);
            text-align: center;
        }

        .opportunityWrapper {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            row-gap: 32px;
        }

        .masterBox {
            position: relative;
            max-width: 232px;
            width: 100%;

        }
    }

    .boardNewLinkedin .blackMediumFont {
        font-family: var(--go-regular);
        font-weight: 400;
    }

    .vFounderText p {
        color: var(--black) !important;
        font-family: var(--go-regular);
        font-size: 50px;
        line-height: 120%;
        font-weight: 400;
    }

    .vFounderText .netSpanText {
        font-weight: 400;
    }

    .ourWrapper {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .highSchool .newDropSlider {
        overflow: hidden !important;
        margin-top: 80px;
    }

    .highHeadingUpper {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .highSchlHeading {
        font-size: 30px;
        color: var(--white);
        line-height: 120%;
        font-weight: 400;
        font-family: var(--go-regular);
        text-align: center;
    }

    .highSchlHeading .gradientBold {
        font-size: 34px;
        font-weight: 400;
        line-height: 120%;
        background: linear-gradient(93deg, #39b6d8 3.94%, #f7d344 49.4%, #e38330 94.86%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

    }

    .schlHeadingBold {
        font-size: 34px;
        font-weight: 400;
        line-height: 120%;
        font-family: "Fraunces", serif;
    }

    .schlSubHead {
        font-size: 16px;
        font-family: var(--go-regular);
        color: var(--grey3);
        line-height: 160%;
        font-weight: 400;
    }

    .highHeadingLower {
        display: flex;
        gap: 50px;
        justify-content: center;
        align-items: center;
    }

    .schlHeadingBox {
        display: flex;
        flex-direction: column;
        gap: 10px;

        text-align: center;
        padding-right: 50px;
    }

    .numberText {
        font-size: 18px;
        line-height: 150%;
        font-family: var(--go-regular);
        font-weight: 400;
        color: var(--grey3);
    }

    .headingNumber {
        font-size: 60px;
        font-family: "Fraunces", serif;
        font-weight: 400;
        color: var(--white);
        line-height: 120%;
        text-align: center;
    }

    .schlHeadingBox:first-child {
        border-right: 2px solid var(--grey18);
    }

    .schlHeadingBox:nth-child(2) {
        border-right: 2px solid var(--grey18);
    }

    .businessFounder {
        background: var(--black);
        /* padding-top: 20px; */
        border-bottom: 2px solid var(--black5);
        padding: 80px;
    }

    .businessWrapper {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .businessFounder .ceoSlider {
        overflow: hidden !important;
    }

    .businessFounder .fr_thin {
        font-size: 34px;
    }

    .businessSchlStartup {
        display: flex;
        gap: 32px;
        justify-content: center;
        align-items: center;
    }

    .startupBox {
        min-height: 409px;
        position: relative;
    }

    .startupBox.centerCard {
        min-height: 454px;
    }

    .familyThin {
        font-family: var(--go-thin);
    }

    .businessSubHead {
        font-size: 16px;
        font-family: var(--go-regular);
        line-height: 150%;
        color: var(--grey4);
    }

    .businessHeadLower {
        display: flex;
        gap: 42px;
    }

    .businessHeadBox {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-right: 42px;
        border-right: 1px solid var(--black5);
    }

    .businessHeadBox:last-child {
        border-right: none;
    }

    .initiationProgram {
        padding: 0;
    }

    .initiationImage {
        overflow: hidden;
        line-height: 0;
        position: relative;
    }

    .initiationWrapper {
        position: absolute;
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        top: 28%;
        flex-direction: column-reverse;
    }

    .initiationSubHead {
        font-size: 16px;
        font-family: var(--go-regular);
        line-height: 150%;
        color: var(--grey4);
        text-align: center;
    }

    .initiationHeadWrap {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .initiationHeading {
        font-size: 60px;
        font-family: "Fraunces", serif;
        line-height: 120%;
        font-weight: 400;
        color: var(--white);
    }

    .businessNumberText {
        font-size: 18px;
        font-family: var(--go-regular);
        line-height: 150%;
        color: var(--grey10);
        text-align: center;
    }

    .portfolioPerformance {
        background: linear-gradient(to bottom, var(--white3) 50%, var(--black) 50%);
        position: relative;
        padding: 60px 0px;
        border-bottom: 2px solid var(--black5);

        .highSchlHeading {
            font-size: 30px;
            color: var(--black);
            line-height: 120%;
            font-weight: 400;
            font-family: var(--go-regular);
            text-align: center;
        }

        .performancePdfWrap {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 18px;
        }
    }

    .portfolioWrapper {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .portfolioUpper .sectionHeadingTech {
        text-align: center;
    }

    .inTheNews {
        padding-top: 40px;
        background: var(--black);
        padding-bottom: 80px;
    }

    .newsWrapper {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .inTheNews .sectionHeadingTech {
        font-family: var(--go-regular);
        font-weight: 400;
    }

    .inTheNews .sectionHeadingItalic {
        font-weight: 350;
        font-size: 34px;
        line-height: 120%;
    }

    .sectionSubHeading {
        font-size: 16px;
        line-height: 160%;
        font-family: var(--go-regular);
        color: var(--grey10);
        text-align: center;
    }

    .investmentFund {
        background: var(--black);
        padding: 80px 0;

        .marquee3 {
            width: 100%;
            pointer-events: none;
            overflow: hidden;
            display: flex;
            align-items: center;
        }

        .marquee__inner-wrap {
            height: 100%;
            width: 100%;
        }

        .marquee__inner_reverse {
            height: 100%;
            width: max-content;
            align-items: center;
            display: flex;
            position: relative;
            animation: marqueeReverse 45s linear infinite;
            will-change: transform;
            gap: 20px;
        }

        .marquee__inner {
            height: 100%;
            width: max-content;
            align-items: center;
            display: flex;
            position: relative;
            animation: marquee 30s linear infinite;
            will-change: transform;
            gap: 20px;
        }

        @keyframes marquee {
            from {
                transform: translateX(-50%);
            }

            to {
                transform: translateX(0);
            }
        }

        @keyframes marqueeReverse {
            from {
                transform: translateX(0);
            }

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


    }


    .investmentFund .mapContentBoxiWrapper .sectionHeadingTech {
        font-size: 200px;
        color: var(--black5);
    }

    .investmentFund .sectionHeading {
        font-size: 190px;
        color: var(--grey15);
        line-height: 94%;
        font-family: "Fraunces", serif;
        font-weight: 400;
    }

    .investmentFund .headingBuilding {
        display: flex;
        align-items: center;
        position: absolute;
        top: 20%;
        width: 100%;
        justify-content: center;
    }

    .investmentFund .headingBuilding .sectionHeadingTech {
        font-size: 28px;
        line-height: 120%;
        font-family: var(--go-regular);
        font-weight: 400;
    }

    .headingBuildItalic {
        font-size: 32px;
        line-height: 120%;
        font-weight: 400;
        color: var(--white);
    }

    .newClassHeading {
        font-size: 30px;
        color: var(--black);
        line-height: 120%;
        font-weight: 400;
        text-align: center;
    }

    .investmentFund .masterPlay {
        top: 83%;
        height: fit-content;
        width: fit-content;
        left: 42%;
    }

    .typeWriter {
        background: url(https://images.mastersunion.link/uploads/28052025/v1/Vector1353.svg) no-repeat right center,
            url(https://images.mastersunion.link/uploads/28052025/v1/Vector1352.svg) no-repeat left bottom, var(--white);
        padding: 80px 0;
    }

    .flowingWrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flowingText {
        font-size: 30px;
        line-height: 180%;
        color: var(--grey18);
        font-family: "Fraunces", serif;
    }

    .founderFellowship {
        padding-top: 0px;
        background: var(--white);
        padding-bottom: 80px;
    }

    .fellowshipWrapper {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .fundsWrapper {
        display: flex;
        flex-wrap: wrap;
        column-gap: 40px;
        align-items: center;
    }

    .fundBoxi {
        padding: 20px 20px 40px 0;
        border-left: 4px solid #F7D344;
    }

    .fundsWrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
        max-width: 75%;
        margin: 40px auto 0;
        margin-right: 70px;
    }

    .fundBoxi {
        padding: 12px 40px;
        min-width: 40%;

        h2 {
            font: 64px 'go-regular';
            line-height: 120%;
            color: white;
        }

        p {
            font: 20px 'go-regular';
            line-height: 160%;
            color: var(--grey10);
        }
    }

    .foundersWrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .vFounderText .netSpanText {
        font-weight: 400;
        font-family: "Fraunces", serif;

    }

    .fellowshipHeadingWrap {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .fellowHeading {
        font-size: 60px;
        line-height: 120%;
        font-family: "Fraunces", serif;
        text-align: center;
        color: #090909;
        font-weight: 400;
    }

    .fellowSubheading {
        font-size: 30px;
        font-family: var(--go-regular);
        color: var(--black);
        text-align: center;
        /* text-transform: capitalize; */
        line-height: 120%;
        font-weight: 400;
    }

    .fellowBold {
        font-size: 34px;
        text-transform: capitalize;
    }

    .fontFr {
        font-family: "Fraunces", serif;
    }

    .founderHeading {
        font-size: 34px;
        font-family: var(--go-thin);
        color: var(--black);
        line-height: 120%;
        text-align: center;
    }

    .founderHeading .fontFr {
        font-weight: 350;
    }

    .studentEnterMaster .newMasterImgBox {
        position: relative;
        height: 461px;
    }

    .broadWrapper {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .opportunityWrapper .masterBox {
        min-height: unset;
    }

    .opportunityWrapper {
        row-gap: 32px;
    }

    .newMasterImgBox .cardInner {
        width: 100%;
        height: 100%;
        position: relative;
        transition: transform 0.5s;
        transform-style: preserve-3d;
    }

    .cardInner.rotated {
        transform: rotateY(180deg);
    }

    .cardFront,
    .cardBack {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
    }

    .cardBack {
        background: url(https://images.mastersunion.link/uploads/29052025/v1/greySvg.svg), var(--white);
        transform: rotateY(180deg);
        display: flex;
        padding: 24px;
        border-radius: 12px;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border: 1px solid var(--grey10);
    }

    .cardContentFlip {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .flipFix {
        height: 100%;
        max-height: 60px;
        max-width: 80%;
    }

    .flipIcons {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .flipIcons img {
        max-width: 40px;
    }

    .flipCardText {
        font-size: 16px;
        line-height: 150%;
        color: var(--black5);
        font-family: var(--go-regular);
        font-weight: 400;
    }

    .detailsWrapper {
        position: absolute;
        top: 20px;
        left: 20px;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .detailsWrapper .masterName {
        font-size: 28px;
        font-family: var(--go-semibold);
        line-height: 120%;
        color: var(--black);
    }

    .masterDesig {
        font-size: 16px;
        color: var(--black5);
        font-family: var(--go-regular);
        line-height: 140%;
        font-weight: 400;
    }

    .studentEnterMaster {
        overflow: hidden !important;
        padding-bottom: 2px;
    }

    .investmentFund .marquee__inner_reverse {
        animation: marqueeReverse 45s linear infinite;
    }

    .startups {
        padding: 0px;
        background: linear-gradient(var(--black) 0 0) padding-box,
            linear-gradient(90deg, #39b6d8 6.41%, #f7d344 51.47%, #e38330 96.52%) border-box;
        border-bottom: 4px solid transparent;
        padding-bottom: 40px;

        .startupLotte {
            width: 100%;
            height: 100%;
        }

        .lensBoxi {
            max-width: 200px;
            max-height: 80px;
        }
    }

    .sharkTank.studentExperience {
        background: url(https://images.mastersunion.link/uploads/16052025/v1/sharkTankVector.svg),
            var(--black);
        background-repeat: no-repeat;
    }




    .startupCardWrapper {
        display: flex;
        gap: 17px;
    }

    .startupCard {
        border-radius: 8px;
        border: 1px solid var(--black5);
        padding: 36px 18px 30px 18px;
        width: 100%;
        max-width: 296px;
    }

    .startupCardContent {
        display: flex;
        flex-direction: column;
        gap: 10px;
        position: relative;
    }

    .startupCardImg {
        content: "";
        position: absolute;

        /* z-index: -1; */
        width: 100%;
        height: 100%;
        left: 87%;
        top: 39px;
    }

    .startupLogo {
        display: flex;
    }

    .startupCardHead {
        font-size: 24px;
        line-height: 120%;
        font-family: "Fraunces", serif;
        color: var(--white);
        font-weight: 350;
        text-align: center;
    }

    .startupText {
        font-size: 12px;
        font-family: var(--go-regular);
        color: var(--grey);
        line-height: 120%;
    }

    .topStartup {
        display: flex;
        flex-direction: column;
        gap: 40px;
        position: relative;
        margin-top: -77px;


        .marqueeHeading {
            color: var(--white);
            font-size: 30px;
            line-height: 120%;
            font-family: var(--go-regular);
            text-align: center;
            justify-content: center;
            font-weight: 400;
        }

        .marquee3 {
            width: 100%;
            pointer-events: none;
            overflow: hidden;
            display: flex;
            align-items: center;
        }

        .marquee__inner-wrap {
            height: 100%;
            width: 100%;
        }

        .marquee__inner_reverse {
            height: 100%;
            width: max-content;
            align-items: center;
            display: flex;
            position: relative;
            animation: marqueeReverse 30s linear infinite;
            will-change: transform;
            gap: 20px;
        }
    }

    .marqueBold {
        font-size: 34px;
        font-family: "Fraunces", serif;
        font-weight: 400;
    }

    .studentsArticle .box {
        width: unset;
        position: relative;
    }

    .buttonPrimary {
        position: absolute;
        content: "";
        bottom: 16px;
        right: 30px;
    }

    .founderFellowship .fundBoxi h2 {
        color: var(--black);
        font-family: "Fraunces", serif;
        font-size: 60px;
        line-height: 120%;
    }

    .founderFellowship .fundBoxi p {
        color: var(--grey3);
        font-size: 18px;
        line-height: 120%;
    }

    .founderFellowship .fundBoxi {
        border-left: 4px solid #e38330;
    }

    .sharkTank.studentExperience {

        .swiper-slide-active .left,
        .swiper-slide-active .right {
            opacity: 1;
            transition: unset !important;
            width: 100%;
            max-width: 207px;
            height: unset;
        }

        .sharkMaster img {
            border-radius: 10px;
        }

        .swiper-slide::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 2;
        }

        .swiper-slide-active::after {
            background: unset;
        }
    }
}