* {
    margin: 0;
    padding: 0;
}

/* @font-face {
    font-family: 'MyFont';
    src: url('/website/fonts/Artyka.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
} */

/* ////////////////////////////////// Form Dont touch /////////////////////////////// */
.form-group {
    margin-bottom: 15px;
}

#jbn-options, #others-textbox {
    margin-top: 15px;
}

input[type="radio"] {
    margin-right: 5px;
}

.form-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    margin-bottom: 30px;

}

.form-container h2 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 30px;
    /* font-size: 28px;
    font-weight: bold; */
}

/* .form-group label {
    font-weight: bold;
} */

.btn-primary {
    background-color: #393185;
    border-color: #2980b9;
}

.btn-primary:hover {
    background-color: #393185;
    border-color: #1c6f9f;
}

.form-container .row {
    margin-bottom: 20px;
}

/* Optional - You can add some responsiveness */
@media (max-width: 768px) {
    .form-container {
        padding: 20px;
    }
}

/* /////////////////////////////////////////////////////form end///////////////////////////// */

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: 80%;
    /* 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;
}

.logoSection {
    width: 80%;
    text-align: center;
}

.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(2) {
    width: 100%;
}

.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: 50px;
}

.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;
}

/* 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;
    }

    .Power_Team {
        margin-top: -16px;
    }

    .banner {
        width: 90%;
        flex-direction: row;
        text-align: center;
    }

    .benefits-image {
        justify-content: center;
    }

    .sponsor-container {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .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;
    }

    .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;*/
        bottom: 60px;
    } 

    .footer-logo p {
        /* color: white; */
        font-size: 10px;
    }
}

@media screen and (max-width: 992px) {
    .aarambhimg {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .aarambhimg {
        width: 90%;
        margin: 0 auto;
    }

    .aarambhimg img {
        /* margin-left: -65px; */
        margin-top: -55px;
    }

    .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(2) {
        margin: 0 auto;
        width: 60%;
    }

    .logoSection .aarambhimg {
        margin-bottom: 10px;
    }

    .logoSection .aarambhimg img {
        width: 90%;
        text-align: center;
    }
}

@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;
        justify-content: center;
    }

    .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: 16px;
        padding: 8px 16px;
    }

    .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 {
        bottom: 55px;
    } 


    .footer-logo img {
        height: 50px;
    }
}

@media screen and (max-width: 375px) {
    .aarambhimg img {
        margin-left: 0px;
        margin-top: -16px;
        margin-bottom: 10px;
    }

    .banner img {
        height: 120px
    }

    .footer-logo {
        /* z-index: 99; */
        right: 15px;
        /* top: -85px; */
        bottom: 70px;
    }
    

    .champions-title {
        font-size: 30px;
    }

    .champions-title-nothZone {
        font-size: 30px;
    }
}