
.sponsor_part{
    background-color: rgb(0, 0, 0);
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    color: aliceblue;
    text-align: center;
    

}

.sponsor_head {
    padding: 5px;
    text-align: center;
  }
  

.sponsor_images img { 
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; 

}
@keyframes floating { 
    0% { transform: translate(0,  0px); } 
    50%  { transform: translate(0, 15px); } 
    100%   { transform: translate(0, -0px); }
}

.sponsor_images{


    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4vh;

}


.TERA_images{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 1px 0;
    margin: 20px;
    height: 50px;
}

/* 
.GIGA_images{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 1px 0;

    width: 25%;
    margin: 28px;
} */
.GIGA_images{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 50px;
    width: 30%;
    margin: 20px;
}

.MEGA_images{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 1px 0;
    margin: 40px;
    height: 50px;
    width: 25%;
    margin: 20px;
}

.KILO_images{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 1px 0;
    margin: 40px;
    height: 50px;
    width: 20%;
    margin: 20px;
}
.mega_sponsors{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;

    margin: 1px 0;
    height: 50px;
    width: 80%;
}
.giga_sponsors{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;

    height: 50px;
    width: 80%;
    padding: 100px;
}

.TERA_images img{
    margin-top: 2px;
    vertical-align: middle;
    width: 60%;
    height: auto;
}

.GIGA_images img{
    vertical-align: middle;
    width: 150%;
    height: auto;
    
}

.MEGA_images img{
  
    vertical-align: middle;
    width: 105%;
    height: auto;
    
}
.KILO_images img{
    margin-top: 8px;
    vertical-align: middle;
    width: 105%;
    height: auto;
    
}

.KILO_images:hover {
    transform: scale(1.1);
}
  

.GIGA_images:hover {
    transform: scale(1.3);
}
.MEGA_images:hover {
    transform: scale(1.2);
}
.TERA_images:hover {
    transform: scale(1.6);
}


.tera_sponsors,.giga_sponsors,.mega_sponsors,.kilo_sponsors{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    /* margin: 1px 0; */
    padding: 0px;
    
}
