/* ===============Hero Section============= */
.heroSection {
    padding: 0;
}
.heroVideo {
    width: 100%;
    max-height: 100vh;
    min-height: 900px;
    object-fit: cover;
}
.filterLayer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #105798cc;
}
.filterLayer2 {
    display: none;
}
.heroContainer {
    bottom: 0;
    position: absolute;
    justify-content: space-between;
    margin: 0;
}
.heroLeftContainer {
    width: 100%;
    height: 100%;
    max-width: 1146px;
    display: flex;
    align-items: flex-end;
}
.heroLeftContainer img {
    height: 90%;
    width: auto;
}
.heroModalMob {
    display: none;
}
.heroRightContainer {
    width: 100%;
    max-width: 380px;
}
.heroContainer .eventDetails {
    width: 100%;
    color: #fff;
    font-family: "Inter", sans-serif;
}
.heroContainer .info-item {
    display: flex;
    align-items: flex-start;
}
.heroContainer .icon {
    width: 40px;
    margin-right: 24px;
}
.heroContainer .info-item h2 {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
}
.heroContainer .info-item p {
    margin: 0;
    margin-top: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
}
.heroContainer hr {
    border: 0.5px solid rgba(255, 255, 255, 0.2);
    margin: 24px 0;
}
.heroContainer .reg-form {
    margin-top: 20px;
    /* background: #fff; */
    background: #0d467a;
    border-radius: 30px;
    overflow: hidden;
}
.heroContainer .reg-form label {
    display: block;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    /* margin-bottom: 15px; */
    color: #fff;
    padding: 30px 30px 0 30px;
}
.heroContainer input,
.heroContainer select {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 15px;
    border-radius: 25px;
    border: none;
    box-sizing: border-box;
    box-shadow: 0px 2px 6px 0px #00000040 inset;
    background: #ffffffcc;
    font-weight: 400;
    font-size: 16px;
    color: #717171;
    cursor: pointer;
}
.heroContainer input:focus,
.heroContainer select:focus {
    outline: none;
}
.heroContainer .submit-btn {
    display: flex;
    gap: 16px;
    color: white;
    cursor: pointer;
    border: none;
    padding: 20px 32px;
    align-items: center;
    border-radius: 220px;
    background: #af0b12;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 5%;
    float: right;
}
.heroContainer .submit-btn span {
    font-size: 24px;
}
.heroSection .logo {
    position: absolute;
    top: 20px;
    left: 5%;
}
/* ==========Career Section ===============*/
.careerSection {
    background-color: #161616;
    border-radius: 60px;
    z-index: 10;
    margin-top: -40px;
}
.careerGpsWrapper {
    width: 100%;
    z-index: 5;
}
.institutionsHeader {
    width: 100%;
}
.institutionsHeader h2 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 30px;
}
.marquee-container {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}
.marquee-track {
    display: flex;
    width: fit-content;
}

.logo-set {
    display: flex;
    align-items: center;
     flex-wrap: nowrap; 
    flex-shrink: 0; /* IMPORTANT */
}
.logo-set img {
    height: 70px;
    margin: 0 10px;
    flex-shrink: 0;
}
.track-right {
    animation: scroll-right 30s linear infinite;
}

.track-left {
    animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
    to {
        transform: translateX(-50%);
    }
}
@keyframes scroll-right {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}
.marquee-container:hover .marquee-track {
    animation-play-state: paused;
}
/* ================= */
.careerControler {
    margin-top: 80px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.careerLogo {
    height: 137px;
}
.branding p {
    font-weight: 400;
    font-size: 32px;
    font-family: "Inter", sans-serif;
    color: #c2c2c2;
}

.careerControlRoom {
    display: flex;
    align-items: center;
    gap: 30px;
}
.careerTabs {
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 10px;
    background: #070707;
    border: 1px solid #6e6e6e;
    box-shadow: 0px -6px 20px 0px #00000040 inset;
}
.careerTabBtn {
    color: #676767;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 18px;
    gap: 10px;
    width: 140px;
    border: none;
    height: 42px;
    cursor: pointer;
    transition: 0.3s;
    padding: 10px 20px;
    border-radius: 20px;
    border-radius: 40px;
    background: none;
}
.careerTabBtn:hover {
    color: #fff;
}
.careerTabBtn.active {
    background: #af0b12;
    color: #fff;
    font-weight: 500;
}
.careerSliderBtns {
    display: flex;
    align-items: center;
    gap: 10px;
}
.csBtn {
    cursor: pointer;
    transition: all 0.3s;
}
.csBtn img {
    height: 60px;
    width: 60px;
}
.csBtn:hover {
    transform: scale(1.2);
}
.careerSlider {
    display: none !important;
    margin-top: 50px;
}
.careerSlider.active {
    display: block !important;
}
.speakerCard {
    margin-top: 80px;
    background-color: #111111;
    border-radius: 30px;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 28px;
    transition: all 0.3s;
}
.speakerImg {
    width: 100%;
    height: 370px;
    margin-top: -30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.speakerImg img {
    width: 100%;
    height: auto;
}
.speakerInfo {
    min-height: 150px;
    font-family: "Inter", sans-serif;
    color: #ffffff;
    padding: 20px 0 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.speakerName {
    font-size: 32px;
    font-weight: 700;
}
.speakerTopic {
    font-weight: 400;
    font-size: 24px;
}
.speakerTime {
    color: #c2c2c2;
    font-weight: 400;
    font-size: 16px;
}
.speakerCard.is-active {
    background-color: #105798;
}
.speakerCard:hover {
    transform: translateY(-5px);
}
.aframeBackshadow {
    position: absolute;
    bottom: 50px;
    width: 100%;
    right: 0;
    max-width: 900px;
}
/* ======prebookSection==== */
.prebookSection {
    background: #c4d7e9;
    border-radius: 0 0 60px 60px;
    margin-top: -50px;
    overflow: hidden;
    flex-direction: column;
}
.prebook {
    width: 100%;
    margin-top: -100px;
}
.prebookMob {
    display: none;
}
.prebookContainer {
    font-family: "Inter", sans-serif;
    color: #111111;
    flex-direction: column;
    text-align: center;
    margin: 120px 0 0 0;
    z-index: 1;
}
.prebookContainer h2 {
    font-weight: 500;
    font-size: 120px;
    text-align: center;
}
.prebookContainer p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 32px;
    text-align: center;
}
.prebookContainer a {
    margin-top: 40px;
    width: 370px;
    height: 60px;
    border-radius: 220px;
    background: #af0b12;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s;
}
.prebookContainer a:hover {
    transform: scale(1.05);
}
/* ====== Set Slider Container ==== */
.setSectionTop {
    margin-top: -50px;
    background: #111111;
    padding-top: 50px;
    z-index: -1;
}
.setSection {
    background: url("../images/setBg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 60px 60px;
}
.setContainer {
    flex-direction: column;
    color: #fff;
    font-family: "Inter", sans-serif;
}
.setContainer h2 {
    font-weight: 400;
    font-size: 120px;
}
.setContainer p {
    font-weight: 400;
    font-size: 32px;
    text-align: center;
}
/* =======Video Section====== */
.videoSectionTop {
    margin-top: -50px;
    z-index: -2;
    height: 50px;
    background: #d5d5d5;
}
.videoSection {
    background: #d5d5d5;
    border-radius: 0 0 60px 60px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.videoImage {
    width: 100%;
}
.videoContainer {
    position: absolute;
    border-radius: 30px;
    overflow: hidden;
    height: 680px;
    margin: 0;
    user-select: none;
    cursor: pointer;
}
.videoFrame {
    width: 100%;
    height: 100%;
}
#youtubePlayer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.frameLogo {
    position: absolute;
    max-width: 700px;
}
.videoController {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    align-items: flex-end;
    justify-content: flex-end;
    font-family: "Inter", sans-serif;
}
.videoOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background:
        linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        linear-gradient(180deg, rgba(0, 0, 0, 0) 50.07%, rgba(0, 0, 0, 0.7) 100%);
}
.controllBoxVideo {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 40px;
    z-index: 100 !important;
}
.controllBoxVideo h3 {
    font-weight: 400;
    font-size: 120px;
    text-align: right;
    color: #fff;
}
.controllBoxVideo p {
    font-weight: 400;
    font-size: 34px;
    text-align: right;
    color: #fff;
}
.playBtn {
    height: 100px;
    width: 100px;
    cursor: pointer;
}
.playBtn img {
    width: 100%;
    height: 100%;
}
/* =========== */
.confusedSection {
    background: url("../images/setBg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -50px;
    z-index: -3;
}
.confusedContainer {
    margin: 140px 0 0 0;
    align-items: center;
}
.leftConfused {
    width: 55%;
}
.confusedImg {
    width: 100%;
}
.confusedImgInner {
    display: none;
}
.confusedMob {
    display: none;
}
.rightConfused {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Inter", sans-serif;
    color: #ffffff;
}
.rightConfused h2 {
    margin: 0;
    font-weight: 400;
    font-size: 120px;
}
.rightConfused h4 {
    margin-top: 10px;
    font-weight: 400;
    font-size: 32px;
}
.rightConfused p {
    font-weight: 700;
    font-size: 24px;
    margin-top: 40px;
}
.confusedPoints {
    margin-top: 30px;
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
}
.confusedPoints li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 8px;
    border-radius: 60px;
    padding: 10px 20px;
    background: #ffffff30;
}
.confusedPoints li p {
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.4px;
}
.pointIcon {
    height: 35px;
    margin-right: 8px;
}
/* ============ */
.discoverSection {
    background: #161616;
    flex-direction: column;
    border-radius: 0 0 60px 60px;
}
.discoverContainer {
    flex-direction: column;
    font-family: "Inter", sans-serif;
    color: #ffffff;
    text-align: center;
    z-index: 2;
}
.discoverContainer h2 {
    font-weight: 400;
    font-size: 120px;
}
.discoverContainer h5 {
    font-weight: 300;
    font-size: 80px;
    margin: 10px 0 40px 0;
}
.ulList .track-right {
    margin-bottom: 28px;
}
.discoverContainer .ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    align-items: center;
    justify-content: center;
    margin-right: 28px;
}
.discoverContainer .ul .li {
    border-radius: 60px;
    padding: 24px 32px;
    border: 1px solid #ffffff;
    background: transparent;
    font-weight: 500;
    font-size: 32px;
    cursor: pointer;
    transition: all 0.3s;
}
.discoverContainer ul li:hover {
    background: linear-gradient(90deg, #e6303954, #111111);
}
.discoverContainer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    margin-top: 30px;
}
.frameLogoW {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 860px;
}

/* ============ */
.eventContainer {
    flex-direction: column;
    color: #fff;
    font-family: "Inter", sans-serif;
}
.eventHeader {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.eventContainer h2 {
    font-weight: 400;
    font-size: 120px;
}
.eventContainer h4 {
    margin-top: -20px;
    font-weight: 300;
    font-size: 80px;
}
.eventBtns {
    display: flex;
    align-items: center;
    gap: 20px;
}
.eventBtns button {
    border: none;
    background: none;
    cursor: pointer;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    transition: all 0.3s;
}
.eventBtns button:hover {
    transform: scale(1.1);
}
.eventBtns button img {
    width: 100%;
    height: 100%;
}
.eventSlider {
    margin-top: 40px;
}
.item {
    border-radius: 30px;
    overflow: hidden;
}
.item img {
    width: 100%;
    height: auto;
}
.line90 {
    width: 88%;
    border: 1px solid #ffffff33;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}
.line90::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffffff33;
    left: -8px;
}
.line90::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffffff33;
    right: -8px;
}
/* ========== */
.exploreSection {
    background: #105798;
    flex-direction: column;
}
.exploreContainer {
    margin: 0;
    justify-content: flex-end;
    position: relative;
}
.expBg {
    width: 100%;
}
.expBgMb {
    display: none;
}
.contentExpl {
    padding-left: 80px;
    position: absolute;
    color: #fff;
    font-family: "Inter", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 500px;
    width: 100%;
    left: 0;
}
.contentExpl h2 {
    font-weight: 400;
    font-size: 120px;
    /* margin-bottom: 10px; */
}
.contentExpl p {
    font-weight: 400;
    font-size: 32px;
    /* margin-bottom: 50px; */
}
.contentExpl a {
    margin-top: 30px;
    border-radius: 220px;
    padding: 20px 30px;
    background: #af0b12;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 5%;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}
.contentExpl a:hover {
    transform: scale(1.05);
}
/* =========== */
.exploreLine {
    width: calc(90% - 16px);
    margin: 0;
    margin-left: 8px;
    border: 1px solid #ffffff33;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}
.exploreLine::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffffff33;
    left: -8px;
}
.exploreLine::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffffff33;
    right: -8px;
}
/* ============ */
.sideRibbon {
    right: -60px;
    top: 50%;
    width: 60px;
    border: none;
    position: fixed;
    cursor: pointer;
    background: none;
    z-index: 15;
    transition: 0.3s;
}
.registerBtn {
    width: 100%;
}
#sideRibbon.visible {
    right: 0;
}
/* =================================== */
.setSliderContainer {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    gap: 30px;
}
.setSlider {
    width: 100%;
    max-width: 1048px;
}
.sliderBtn {
    background: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}
.sliderBtn img {
    width: 100%;
    height: 100%;
}
.sliderBtn:hover {
    transform: scale(1.05);
}
/* ---- */
.uni-card {
    width: 524px;
    background: linear-gradient(90deg, #f9f9f9 0%, #d3d3d3 100%);
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    font-family: "Inter", sans-serif;
}
.image-wrapper {
    padding: 30px 30px 0 30px;
}
.image-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 30px;
}
.content {
    padding: 20px 30px 0px 30px;
    flex-grow: 1;
}

.content h1 {
    font-weight: 700;
    font-size: 32px;
    color: #000;
}
.content p {
    width: 100%;
    color: #333;
    font-weight: 400;
    font-size: 24px;
    text-align: left;
    margin-top: 16px;
}
.footer {
    background-color: #105798;
    padding: 30px;
    color: white;
}

.footer span {
    font-weight: 600;
    font-size: 24px;
}

.controllBoxVideo h3,
.rightConfused h2,
.discoverContainer h2,
.eventContainer h2,
.setContainer h2 {
    font-weight: 500;
}
