*, ::after, ::before {box-sizing:border-box;}
@font-face {
    font-family: 'JetBrains Mono';
    src: url('../fonts/JetBrainsMono-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Optional: ensures text remains visible during webfont load */
}
body {margin:0;padding:0;font-family:'JetBrains Mono', Arial, sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:normal;color:#FFF;font-size:14px;overflow-x:hidden;}
a {text-decoration:none;color:#000;cursor:pointer;}
a:hover{text-decoration:none}
.container {width:100%;max-width:100%;padding:0;overflow-x:hidden;position: relative;}
.container-in {width:95%;max-width:1920px;margin:0 auto;}
.mbifl-btn {
    position: fixed;
    top: 2%;
    right: 30%;
    transform: translateX(50%);
    width: 42%;
    max-width: 525px;
    height: 72px;
    font-size: 48px;
    font-weight: 800;
    line-height: normal;
    background: url("../images-2026/buttonbg1.png") no-repeat center center;
    background-size: contain;
    border: none;
    color: white;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
header{padding:0.5% 0;background: linear-gradient(270deg, #4A49ED 12.08%, #9C0B7F 40.78%, #FF3619 69.48%);
display: flex;align-items: center;justify-content: center;min-height: 88px}
.header{display: flex;align-items: center;justify-content: space-between;}
/* Show/hide videos based on screen size */
.desktop-video,.logos-d {
    display: block;
}
.mobile-video,.logos-m {
    display: none;
}
.logos-d{width:45%;max-width:690px;display: flex;align-items: center;justify-content:flex-start;gap:15%}
.logos-d .logo{width:25.8%;max-width:178px}
.logos-d .logo-text{width:55%;max-width:390px}
/* Video container styles */
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    /*overflow: hidden;*/
}

.video-container video {
    position: absolute;
    top: 2.5%;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.marq1{width:100%;display: flex;align-items: center;justify-content: center;}
.marq1-left{min-height: 120px;width:25%;background: linear-gradient(90deg, #FF7A4E 38.46%, #B760BE 62.98%, #855BE6 85.58%);display: flex;align-items: center;justify-content: center;}
.marq1-left img {
    width: 90.5%;
    max-width: 355px;
}
.marq1-right {
    background: linear-gradient(90deg, #FFBC00 38.46%, #B760BE 62.98%, #0028FF 85.58%);
    min-height: 120px;
    width: 80%;
    color: #FFF;
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
}
.marquee-text {
    position: absolute;
    left: 0;
    white-space: nowrap;
    margin: 0;
    line-height: 100px;
    font-size: 100px;
    font-weight: 700;
    color: #FFF;
    transform: translateX(0);
    will-change: transform;
}
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
.marquee-text, .marquee-text2, .marquee-text3, .marquee-text4 {
    padding-left: 10%;
}
.marquee-text {
    animation: marquee 90s linear infinite;
}
.marquee-text2 {
    animation: marquee 140s linear infinite;
}
.marquee-text3 {
    animation: marquee 190s linear infinite;
}
.marquee-text4 {
    animation: marquee 240s linear infinite;
}
.marq2{background: linear-gradient(90deg, #0028FF 14.42%, #B760BE 37.02%, #FFBC00 61.54%);width:100%;min-height: 120px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;}
.home-about{color: #FFF;background:url("../images-2026/aboutVector.png") no-repeat top center #FF8000;width:100%;min-height:400px;
display: flex;padding: 5% 0}
.home-about-in{display: flex;align-items: flex-start;justify-content: center;gap:5%}
.home-about h1{
    font-size: 200px;
    font-weight: 800;
    line-height: 180px;margin:0;}
.home-about p{color: #FFF;max-width: 1010px;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;}
.home-about b{
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 32px;
}
.loc-date-b{color: #FFF;background:url("../images-2026/Vector3.png") no-repeat bottom center #FF8000;width:100%;min-height:300px;
display: flex;align-items: center;flex-direction: column;justify-content: center;font-size: 73.333px;font-weight: 700;line-height: normal;}
.loc-date-b div{width:100%;max-width:1230px;color: #FFF;
    display: flex;align-items: center;justify-content: space-between;
}
/*footer{background: url("../images-2026/footer.png") no-repeat top center;width:100%;min-height:1113px;*/
/*}*/
footer {
    background: url("../images-2026/footer.png") no-repeat top center #FF3C00;
    background-size: 100% auto;  /* This makes the width 100% and height auto */
    width: 100%;
    min-height: 0;  /* Remove fixed min-height */
    padding: 21.9% 0;  /* Adjust this percentage based on your image's aspect ratio */
    position: relative;
    overflow: hidden;display: flex;align-items: center;justify-content: space-between;
}
footer .socialIcons{background: #FFF;border-radius: 50%;width: 72px;height: 72px;display: flex;align-items: center;justify-content: center;margin: 0 10px;cursor: pointer;}
.social_container{width:25%;display: flex;align-items: center;justify-content: space-evenly;}
.f-logo{width:17.55%;max-width: 290px;}
/* Ensure iframe is responsive */
.mbifl-loc {
    width: 100%;
    height: 400px;
    border: 0;
}

/* Responsive Styles */
@media screen and (max-width: 1600px) {
    .logos-d .logo {
        width: 20%;
    }
    .logos-d .logo-text {
        width: 44%;
    }
    .home-about h1 {
        font-size: 160px;
        line-height: 160px;
    }
    .home-about p {
        font-size: 16px;
        line-height: 16px;
    }
    .home-about b {
        font-size: 30px;
        line-height: 30px;
    }
    .loc-date-b {
        font-size: 45px;
    }
    .loc-date-b div {
        width:90%;
        max-width: 760px;
    }
    .loc-date-b div:first-child {
        justify-content: center;
    }
    footer{padding: 21% 0;}
}

@media screen and (max-width: 1200px) {
    .mbifl-btn {
        font-size: 36px;
        height: 60px;
    }
    .home-about h1 {
        font-size: 140px;
        line-height: 150px;
    }
    .home-about p {
        font-size: 14px;
        line-height: 14px;
    }
    .home-about p, .home-about b {
        text-align: left;
    }
    .marquee-text, .marquee-text2, .marquee-text3, .marquee-text4 {
        font-size: 60px;
        line-height: 80px;
    }
    .marq1-right, .marq1-left, .marq2 {
        min-height: 80px;
    }
    .loc-date-b {
        min-height:170px;
    }
}

@media screen and (max-width: 992px) {
    .logos-d .logo {
        max-width: 150px;
    }
    .logos-d .logo-text {
        max-width: 250px;
    }
    .mbifl-btn {
        width: 45%;
        font-size: 28px;
        height: 50px;
        right: 25%;
    }
    .video-container video {
        top: 6%;
    }
    .home-about h1 {
        font-size: 120px;
        line-height: 140px;
    }
    .home-about b {
        font-size: 24px;
        line-height: 28px;
    }
    .loc-date-b {
        font-size: 30px;
    }
    .loc-date-b div {
        text-align: center;
    }
    .loc-date-b div{
        max-width: 504px;
    }
    footer .socialIcons{width: 40px;height: 40px}
    footer .socialIcons svg{width: 24px;height: 24px}
}

@media screen and (max-width: 768px) {
    header {
        min-height: 80px;
    }
    .video-container video {
        top: 6%;
    }
    .mbifl-btn {
        /*top: -100px;*/
        background-image: url("../images-2026/buttonbg2.png");
        max-width: 335px;
        font-size: 24px;
        height: 46px;
    }
    .marq1 {
        flex-direction: column;
    }
    .marq1-left{display: none}
    .marq1-right, .marq2 {
        width: 100%;
        min-height: 60px;
    }
    .marquee-text, .marquee-text2, .marquee-text3, .marquee-text4 {
        font-size: 40px;
        line-height: 60px;
    }
    .home-about {
        padding: 40px 0;
    }
    .home-about-in {
        gap: 20px;
    }
    .home-about h1 {
        font-size: 80px;
        line-height: 100px;
    }
    .home-about p {
        font-size: 12px;
        line-height: 14px;
    }
    .home-about b {
        font-size: 20px;
        line-height: 24px;
    }
    .loc-date-b {
        min-height: 130px;
        font-size: 24px;
    }
    .loc-date-b div{
        max-width: 404px;
    }
}
@media screen and (max-width: 575px) {
    .desktop-video, .logos-d {
        display: none;
    }
    .mobile-video, .logos-m {
        display: block;
    }
    .logos-m{width:60%;max-width:375px;display: flex;align-items: center;justify-content: flex-start;gap:30px}
    /* Adjust video container for mobile */
    .video-container {
        padding-bottom: 177.78%; /* 9:16 aspect ratio for vertical video */
    }
    .video-container video {
        top: 0;
    }
    header {
        min-height: 100px;
    }
    .mbifl-btn {
        position: fixed;
        top: auto;
        bottom: 40px;
        right: 50%;
        transform: translateX(50%);
        width: 80%;
        max-width: 300px;
        height: 50px;
        font-size: 24px;
    }
    .home-about-in {
        flex-direction: column;
        gap: 20px;
    }
    .home-about h1 {
        font-size: 74px;
        line-height: 67px;
    }
    .home-about p {
        font-size: 12px;
        line-height: 14px;
    }
    .home-about b {
        font-size: 20px;
        line-height: 14px;
    }
    .loc-date-b {
        min-height: 100px;
        font-size: 18px;
        line-height: normal;
    }
    .loc-date-b div{
        max-width: 310px;
    }
    .marq1-left, .marq2 {
        min-height: 48px;
    }
    .marquee-text, .marquee-text2, .marquee-text3, .marquee-text4 {
        font-size: 24px;
        line-height: 40px;
    }
    footer{background-image: url("../images-2026/footer-m.png")}
    footer .socialIcons{width: 24px;height: 24px}
    footer .socialIcons svg{width: 20px;height: 20px}
    .mbifl-loc {
        height: 187px;
    }
}
/* Improve button hover state */
.mbifl-btn:hover {
    opacity: 0.9;
    /*transform: scale(1.02);*/
    transition: all 0.3s ease;
}
/* Smooth animations */
* {
    transition: all 0.3s ease;
}