/*-----------------------------------------------------------------Home Page---------------------------------------------------------------------*/

/*----------------------------------------------------------------Style for Body-----------------------------------------------------------------*/
body {
    margin: 0;
    padding: 0;
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
}

/*----------------------------------------------------------------Style for Header---------------------------------------------------------------*/
header {
    background-image: url('Header-photo.jpg');
    background-color: grey;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: rgb(255, 255, 255);
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 80px;
    font-weight: bold;
    width: 100vw;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    z-index: 900;
    margin-bottom: 0px;
}
.photo-container {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
/*-------------------------------Style for Navigation bar-------------------------------------*/
nav {
    position: fixed;
    display: inline-flex;
    width: 100%;
    height: fit-content;
    text-align: right;
    z-index: 999;
    margin: 0px;
    background-color: rgb(1, 0, 51);
}
nav ul {
    list-style-type: none;
    width: 100%;
    background-color: rgb(1, 0, 51);
    margin: 0px;
    padding: 2px; /* Changed from 02px to 2px */
    z-index: 999;
    text-align: right;
}
nav ul li {
    display: inline;
}
nav ul li a {
    display: inline-block;
    padding: 15px;
    background-color: rgb(1, 0, 51);
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-family: sans-serif;
}
nav ul li a:hover {
    background-color: #555;
    color: white;
}
.login-nav {
    background-color: rgb(102, 201, 240); 
    color: rgb(1, 0, 71);
    font-weight: bold;
}
.login-nav:hover {
    background-color: rgb(0, 116, 8); 
    color: rgb(255, 255, 255);
    font-weight: bold;
}

/*---------------------------------------------------------Style for the main content-----------------------------------------------*/
/*------------------------------Style for Sponcership box-----------------------------------------------------*/

.sponcer-pscl-container {
    width: cover;
    height: fit-content;
    margin-left: 200px;
    margin-right: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url('Sponcer-logos/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 2px solid black;
    border-radius: 15px;
    text-align: center;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-height: 120px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.image-grid img {
    width: 200px;
    object-fit: cover;
    border: 1px solid black;
}

#toggle-button {
    margin-top: 20px; 
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}

.Sponcer-box {
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 0px;
}
.Platinum {
    display: inline-flex;
    height: fit-content;
    width: 100%;
    border-radius: 5px;
    border: 2px solid black;
    background-color: white;
    box-shadow: 5px 4px 8px rgba(0, 0, 0, 0.2);
}
.Gold {
    display: inline-flex;
    height: fit-content;
    width: 100%;
    border-radius: 5px;
    border-width: 20px;
    border: 2px solid black;
    background-color: white;
    box-shadow: 5px 4px 8px rgba(0, 0, 0, 0.2);
}
.Silver {
    display: inline-flex;
    height: fit-content;
    width: 100%;
    border-radius: 5px;
    border-width: 20px;
    border: 2px solid black;
    background-color: white;
    box-shadow: 5px 4px 8px rgba(0, 0, 0, 0.2);
}
.Bronze {
    display: inline-flex;
    height: fit-content;
    width: 100%;
    border-radius: 5px;
    border: 2px solid black;
    background-color: white;
    box-shadow: 5px 4px 8px rgba(0, 0, 0, 0.5);
}
.Associate-Sponsors {
    display: inline-flex;
    height: fit-content;
    width: 100%;
    border-radius: 5px;
    border-width: 20px;
    border: 2px solid black;
    background-color: white;
    box-shadow: 5px 4px 8px rgba(0, 0, 0, 0.2);
}

.sponsor-us {
    width: 100%;
    height: fit-content;
    text-align: center;
    padding: 20px;
    background-image: linear-gradient(to right, rgb(0, 162, 255), rgb(0, 221, 255), rgb(0, 162, 255));
    font-size: 30px;
    font-weight: bolder;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.container2 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    height: auto;
    display: inline-flex;
    margin-top: 0px;
    background-color: rgb(0, 145, 255);
    border: 20px solid rgb(0, 145, 255);
}
.Gform-button {
    width:auto;
    height: 5%;
    font-size: 20px;
    background-color: rgb(255, 153, 0);
    border: none;
}
.Gform-button:hover {
    width:auto;
    height: 5%;
    font-size: 20px;
    background-color: rgb(209, 126, 0);
    border: none;
}
.sponcer-payment {
    width: 35%;
    padding-right: 100px;
}
.sponcer-instruction {
    width: 65%;
    border-radius: 20px;
    background-color: white;
}
/*-------------------------------------------------------Style for the Footer Section-----------------------------------------------*/
footer {
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgb(1, 0, 51);
    color: white;
}
.contacts {
    font-size: 60px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-align: left;
}