* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'MyFont';
    src: url('/webiste/fonts/Artyka.woff2') format('woff2');
    /* Update path if needed */
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.Sectionbanner {
    background: linear-gradient(to bottom, #A3C8FF, #D0E5FF);
    padding-bottom: 20px;
}

.banner-section {
    display: flex;
    justify-content: center;
}

.banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    /* background: linear-gradient(135deg, #fff, #f0f0f0); */
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px 20px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}

.banner img {
    height: 120px;
}

.banner .secondbannerlogo {
    height: 80px;
    background-color: white;
    padding: 5px;
}

.middle-logo {
    flex: 2;
}

.logoImage {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.aarambhimg {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
}

.aarambhimg img {
    /* margin-left: -65px; */
    margin-top: -100px;
}

.innertoplogosection {
    display: flex;
    justify-content: center;
}


.innerlogosection div:nth-child(1) {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.innerlogosection div:nth-child(2) {
    width: 100%;
    display: flex;
    justify-content: center;
}

.Power_Team {
    display: flex;
    color: white;
    justify-content: center;
    margin-top: -30px;
}

.dot {
    width: 20px;
    height: 20px;
    background-color: #322A7D;
    border-radius: 50%;
    display: inline-block;
}

.container {
    display: flex;
    max-width: 80%;
    justify-content: space-around;
    align-items: center;
    gap: 16px;
}

.image-container {

    width: 250px;
    height: 450px;
    border-radius: 50% / 30%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    /* Optional background color */
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-top-left-radius: 30%;
    border-top-right-radius: 30%;
    border-bottom-right-radius: 30%;
    border-bottom-left-radius: 30%; */

}

.custom-list {
    list-style: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 0;
    font-weight: bold;
    font-size: 35px;
}

.custom-list li {
    margin: 10px 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.custom-list li::before {
    content: "•";
    font-size: 30px;
    margin-right: 10px;
}

.blue {
    color: #322A7D;
}

.green {
    color: #00843D;
}

.yellow {
    color: #FFC107;
}

.red {
    color: #E30613;
}

.button-container {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.btn {
    /* font-size: 18px; */
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    border: none;
}

.register {
    background-color: #00843D;
    color: white;
    font-size: 25px;
}

.sponsorship {
    background-color: #322A7D;
    color: #ffffff;
    border: 2px solid #322A7D;
    font-size: 25px;
}



.registration_container {
    background-color: #032d62;
    display: flex;
    justify-content: center;
}

.innerRegistrationContainer {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 10px;
}

.dateIcon {
    display: flex;
    border-bottom: 1px solid #fbba00;
    gap: 10px;
    padding: 20px 0;
}

.dateIcon h1 {
    color: white;
    font-size: 35px;
    margin-top: -10px;
    padding: 0;
}

.dateIcon p {
    font-size: 25px;
    color: #fbba00;
    font-weight: 700;
}

.moneyicon {
    display: flex;
    gap: 10px;
    padding: 20px 0;
}

.discount-price {
    display: flex;
    justify-content: start;
    gap: 20px;
    align-items: center;
}

.moneyicon h1 {
    color: white;
    font-size: 35px;
    padding: 0;
}

.moneyicon p {
    color: #fbba00;
    font-weight: 700;
}

.moneyicon .addrate {
    text-decoration: line-through;
    font-size: 35px;
}

.address {
    display: flex;
    border-bottom: 1px solid #fbba00;
    /* align-items: center; */
    gap: 10px;
    padding: 20px 0;
}

.address h1 {
    color: white;
    font-size: 35px;
    margin-top: -10px;
    padding: 0;
}

.address p {
    color: #fbba00;
    font-weight: 700;
    font-size: 24px;
}

.foodicon {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    padding: 20px 0;
}

.foodicon h1 {
    color: white;
    font-size: 35px;
    margin: 0;
    padding: 0;
}

.foodicon p {
    color: #fbba00;
    font-weight: 700;
    font-size: 23px;
}



.champions_logo {
    width: 30px;
}

.event {
    background: #002B5B;
    display: flex;
    justify-content: center;
}

.event-container {
    width: 80%;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}



.outernetworkSection {
    background-color: #032d62;
}

.innernetworkoverlayimage {
    background-image: url('/webiste/img/ticked-overlay.png');
    background-repeat: no-repeat;
    background-position: 600px;
    background-size: contain;
}

.networkSectionContainer {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.networkSection {
    background: linear-gradient(135deg, #f3f3f3, #d1c4e9);
    opacity: 0.9;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    width: 80%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.networkSection h2 {
    font-size: 48px;
    color: #2e1a47;
    font-weight: bold;
}

.highlight {
    display: inline-block;
    background-color: #d50000;
    color: white;
    font-weight: bold;
    font-size: 36px;
    padding: 10px 20px;
    border-radius: 30px;
    margin: 10px 0;
}

.networkSection p {
    font-size: 38px;
    color: #2e1a47;
    font-weight: bold;
}


/* champions section */
.champions {
    background: #3b2e5a;
    display: flex;
    justify-content: center;
    /* add this */
    position: relative;

}

.innerChampians {
    width: 80%;
    background-image: url('/webiste/img/border.png');
    background-repeat: no-repeat;
    /* Change here */
    background-position: center;
    /* change here */
    margin: 20px 0;
    /* add below css */
    display: flex;
    justify-content: center;

}

.champions-leftimg {
    background-color: white;
    padding: 60px 5px;
    border-radius: 15px;
}

.leftimg {
    position: absolute;
    right: 50px;
    top: 35px;
}

.champions-right-mobile-view {
    display: none;
}

.champions_yellowbg {
    background: #fbba00;
    display: flex;
    justify-content: center;
    /* add relative here */
    position: relative;

}

.innerchampians-yellow {
    width: 80%;
    background-image: url('/webiste/img/border.png');
    background-repeat: no-repeat;
    /* Change here */
    background-position: center;
    /* change here */
    margin: 20px 0;
    /* add below css */
    display: flex;
    justify-content: center;
}

.rightimg {
    position: absolute;
    left: 35px;
    top: 13%;
}


.banner-fit {
    background-color: #f7b500;
    /* Extracted yellow color */
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

/* Content Wrapper */
.banner-fit .content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* Icon Styles */
.icon {
    width: 60px;
    /* Adjust based on actual image */
    height: 60px;
    color: white;
}

/* Text Styles */
.text {
    font-size: 50px;
    font-weight: bold;
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .text {
        font-size: 20px;
    }

    .icon {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 480px) {
    .dateIcon h1 {
        color: white;
        font-size: 20px;
        margin-top: -10px;
        padding: 0;
    }

    .dateIcon p {
        font-size: 18px;
        color: #fbba00;
        font-weight: 700;
    }

    .moneyicon h1 {
        color: white;
        font-size: 20px;
        padding: 0;
    }

    .discount-price {
        display: flex;
        justify-content: start;
        gap: 20px;
        align-items: center;
    }

    .address h1 {
        color: white;
        font-size: 20px;
        margin-top: -10px;
        padding: 0;
    }

    .foodicon h1 {
        color: white;
        font-size: 20px;
        margin: 0;
        padding: 0;
    }

    .moneyicon .addrate {
        text-decoration: line-through;
        font-size: 18px;
    }

    .content {
        flex-direction: column;
    }

    .text {
        font-size: 18px;
    }
}


.champions-container {
    padding: 40px;
    display: flex;
    justify-content: space-between;
    color: white;
    align-items: center;
    gap: 100px;
}

.champions-left img {
    width: 100%;
    border-radius: 10px;
}

.champions-title {
    font-size: 48px;
    font-weight: bold;
    color: #fbc02d;
    margin-bottom: 20px;
}

.champion-list {
    list-style: none;
    padding: 0;
}

.champion-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.champion-number {
    background: #fefefe;
    color: #3b2e5a;
    font-weight: bold;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-right: 15px;
}

.champion-name {
    font-size: 24px;
    font-weight: bold;
}

.champion-role {
    font-size: 14px;
    color: #d1c4e9;
}

.champions-title-nothZone {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    color: rgb(206, 23, 23);
}

.champion-number-nothZone {
    background: #fefefe;
    color: #590606;
    font-weight: bold;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-right: 15px;
}

.champion-name-nothZone {
    font-size: 24px;
    font-weight: bold;
    color: #521cd3;
}

.champion-role-nothZone {
    font-size: 14px;
    color: #3d3030;
    font-weight: 900;
}

.benifitTitletop {
    background-color: #E6EFFB;


}

.kyhighlighttiltle {
    display: flex;
    justify-content: center;
    text-align: center;
}

.benefits-titleKey {
    width: 80%;
    font-size: 50px;
    font-weight: 900;
    color: #1e268f;
    margin-top: 10px;
}


.benifitTitle {
    background: linear-gradient(135deg, #ffffff, #e3e3e3);

}

.benifitTitle .benefits-title {
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    color: #1e268f;
    padding-top: 10px;
}

.benifit {
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefits-container {
    padding-top: 10px;
    padding-bottom: 30px;
    border-radius: 20px;
    width: 85%;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
}

.benefits-container-benifit {
    padding-top: 10px;
    padding-bottom: 30px;
    border-radius: 20px;
    width: 85%;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
}

.benefits-title {
    font-size: 32px;
    color: #382d6e;
    font-weight: bold;
    margin-bottom: 20px;
}

.benefit-item {
    background: white;
    border: 2px solid #382d6e;
    color: #382d6e;
    font-weight: 900;
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 10px;
    margin: 10px 0;
    display: inline-block;
    width: 80%;
    text-align: left;
}

.benefit-item:nth-child(3) {
    background: white;
    border: 2px solid #382d6e;
    color: #382d6e;
}

.benefits-image {
    flex: 1;
    display: flex;
    /* justify-content: center; */
}

.benefits-image img {
    width: 90%;
    border-radius: 10px;
}

.benefits-image-benifit {
    display: flex;
    justify-content: center;
}

.benefits-image-benifit img {
    width: 90%;
    border-radius: 10px;
}

.sponserContainerTop {
    width: 100%;
    background: white;
    display: flex;
    justify-content:center;
}

.sponserContainerTop .sponserImage {
    width:76%;
}

.sponsor-container {
    display: flex;
    gap: 10px;
    width: max-content;
    animation: moveRight 8s linear infinite;
}

.sponsor-box {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    border-radius: 10px;
    text-align: center;
}

.diamond {
    background-color: #C2F3FF;
    color: #1E3A46;
}

.gold {
    background-color: #F7B500;
    color: black;
}

.silver {
    background-color: #EAE8E3;
    color: #9E9E9E;
}

@keyframes moveRight {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.button-bottom {
    display: flex;
    justify-content: center;
    background-color: #002B5B;
    /* padding: 15px 0; */
    
}

.button-container-bottom {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 20px;
    width: 80%;
    
}


.open-to-all span {
    font-size: 10px;
    color: gray;
}

.footer {
    background-color: #002B5B;
    color: white;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    position: relative;
}

.footer-content {
    text-align: center;
    flex-grow: 1;
}

.footer-logo {
    position: absolute;
    /* z-index: 99; */
    right: 15px;
    /* top: -85px; */
    bottom: 40px;
}

.footer-logo p {
    color: rgb(12, 12, 143);
    font-size: 17px;
    font-weight: 900;
    text-align: center;
}

.footer-logo img {
    height: 90px;
    border-radius: 5px;
}

.benefits-content-benifit-mobile {
    display: none;
}

/* Responsive Design */
@media screen and (max-width: 1220px) {
    .Power_Team {
        margin-top: -30px;
    }
}

@media screen and (max-width: 1024px) {
    .innerChampians {
        width: 80%;
        background-image: url('');
        background-repeat: no-repeat;
        /* Change here */
        background-position: center;
        /* change here */
        margin: 20px 0;
        /* add below css */
        display: flex;
        justify-content: center;

    }

    .innerchampians-yellow {
        width: 80%;
        background-image: url('');
        background-repeat: no-repeat;
        /* Change here */
        background-position: center;
        /* change here */
        margin: 20px 0;
        /* add below css */
        display: flex;
        justify-content: center;
    }

    .aarambhimg {
        width: 85%;
        margin: 0 auto;
        padding-bottom: 15px;

    }

    .Power_Team {
        margin-top: -16px;
    }

    .banner {
        width: 90%;
        flex-direction: row;
        text-align: center;
    }

    .benefits-image {
        justify-content: center;
    }

    .sponsor-container {
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }

    .benefits-content-benifit {
        display: none;
    }

    .benefits-content-benifit-mobile {
        display: block;
    }

    .sponsor-box {
        width: 100px;
        height: 100px;
        font-size: 18px;
    }

    .container {
        flex-direction: column;
        align-items: center;
    }

    .custom-list {
        font-size: 36px;
    }

    .button-container {
        flex-direction: column;
        align-items: center;
    }

    .event-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .champions-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .champions-right {
        display: none;
    }

    .champions-right-mobile-view {
        display: block;
    }

    .benefits-container {
        /* grid-template-columns: 1fr;
        justify-items: center; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .benefits-container-benifit {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .benefits-content {
        text-align: center;
    }

    .footer {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    /* .footer-logo {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 10px;
    } */

    .footer-logo p {
        /* color: white; */
        font-size: 10px;
    }
}

@media screen and (max-width: 992px) {
    .aarambhimg {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 768px) {
    .aarambhimg {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .aarambhimg img {
        /* margin-left: -65px; */
        margin-top: -55px;
    }

    .innerlogosection div:nth-child(1) {
        margin: 0 auto;
        width: 50%;
        display: flex;
        justify-content: center;
    }

    .innerlogosection div:nth-child(2) {
        margin: 0 auto;
        width: 70%;
    }

    .logoSection .aarambhimg img {
        width: 80%;
        text-align: center;
    }

    .banner img {
        height: 120px;
    }

    .banner .secondbannerlogo {
        height: 60px;
        background-color: white;
        padding: 5px;
    }

    .sponsor-box {
        width: 90px;
        height: 90px;
        font-size: 16px;
    }

    /* .sponsor-container {
        display: grid;
        /* justify-content: center; */
    /* grid-template-columns: 1fr 1fr 1fr;
        justify-items: center;
        gap: 10px; */
    /* } */

    .custom-list {
        font-size: 30px;
    }

    .innerRegistrationContainer {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .dateIcon,
    .moneyicon,
    .address,
    .foodicon {
        flex-direction: column;
        align-items: center;
    }

    .champions-container {
        width: 100%;
        padding: 20px;
    }

    .networkSection h2 {
        font-size: 36px;
    }

    .highlight {
        font-size: 30px;
    }

    .networkSection p {
        font-size: 32px;
    }

    .footer {
        font-size: 12px;
    }

    .footer-logo img {
        height: 60px;
    }
}

@media screen and (max-width: 576px) {
    .innerlogosection div:nth-child(1) {
        margin: 0 auto;
        width: 40%;
        display: flex;
        justify-content: center;
    }

    .innerlogosection div:nth-child(2) {
        margin: 0 auto;
        width: 55%;
    }

    .logoSection .aarambhimg {
        margin-bottom: 10px;
    }

    .logoSection .aarambhimg img {
        width: 90%;
        text-align: center;
        margin-top: -40px;
    }
}

@media screen and (max-width: 480px) {
    .aarambhimg img {
        margin-left: 0px;
        margin-top: -16px;
    }

    .banner {
        width: 95%;
        padding: 15px;
    }

    .banner img {
        height: 40%;
    }

    .innerlogosection {
        display: flex;
        flex-direction: column;
    }

    .sponsor-box {
        width: 80px;
        height: 80px;
        font-size: 14px;
    }

    .custom-list {
        font-size: 24px;
    }

    .button-container {
        gap: 10px;
    }

    .leftimg {
        display: none;
    }

    .rightimg {
        display: none;
    }

    .btn {
        font-size: 15px;
        padding: 8px 16px;
        max-width: 250px;
    }

    .button-container-bottom {
        /* display: flex; */
        flex-direction: column;
        justify-content: center;
        gap: 5px;

        /* padding: 20px;
        text-align: center;
        font-size: 20px; */

    }

    .button-container-bottom a{
        padding: 20px;
        text-align: center;
        font-size: 15px;
        color: #ffffff;
    }

    .event-container {
        padding: 15px;
    }

    .networkSection h2 {
        font-size: 28px;
    }

    .highlight {
        font-size: 24px;
        padding: 8px 16px;
    }

    .networkSection p {
        font-size: 26px;
    }

    .benefits-titleKey {
        font-size: 40px;
    }

    .benefits-title {
        font-size: 28px;
    }

    .benefit-item {
        font-size: 16px;
        padding: 10px 16px;
    }

    .footer {
        font-size: 10px;
    }

    .footer-logo img {
        height: 50px;
    }
}

@media screen and (max-width: 375px) {
    .aarambhimg img {
        margin-left: 0px;
        margin-top: -16px;
        margin-bottom: 10px;
    }

    .innerlogosection div:nth-child(2) {
        margin: 0 auto;
        width: 40%;
    }

    .banner img {
        height: 120px
    }

    .footer-logo {
        /* z-index: 99; */
        right: 15px;
        /* top: -85px; */
        bottom: 40px;
    }

    .champions-title {
        font-size: 30px;
    }

    .champions-title-nothZone {
        font-size: 30px;
    }
}