
@media (hover:hover){
    .download-btn:hover{
        transform : scale(1.1);
        background-color:#212529 !important;
        color:white !important;
    }
    .box:hover{
    transform : scale(1.05);
    }
    .square:hover{
        filter: brightness(130%);
        transform:scale(1.04);
    }
}
.download-btn{
    transition:all 0.25s;
}

.box{
    cursor: pointer;
    transition: all 0.5s;
    border-radius:20px;
}
.bottom-rounded-20{
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
}
.top-rounded-20{
    border-top-left-radius:20px;
    border-top-right-radius:20px;
}
.news_box{
    background-color:#e62e2e;
}
.event_box{
    background-color:#ffcc00;
}
.winners_box{
    background-color:#e62e2e;
}
.idea_box{
    background-color:#49a6f2;
}
.stroke-dark{
    color: transparent;
    text-shadow: 
    0 0 2px #212529, 
    0 0 2px #212529, 
    0 0 2px #212529, 
    0 0 2px #212529, 
    0 0 2px #212529, 
    0 0 2px #212529, 
    0 0 2px #212529, 
    0 0 2px #212529, 
    0 0 2px #212529, 
    0 0 2px #212529, 
    0 0 2px #212529, 
    0 0 2px #212529, 
    0 0 2px #212529;
}
.stroke-white{
    color: transparent;
    text-shadow: 
    0 0 2px #FFF, 
    0 0 2px #FFF, 
    0 0 2px #FFF, 
    0 0 2px #FFF, 
    0 0 2px #FFF, 
    0 0 2px #FFF, 
    0 0 2px #FFF, 
    0 0 2px #FFF, 
    0 0 2px #FFF, 
    0 0 2px #FFF, 
    0 0 2px #FFF, 
    0 0 2px #FFF, 
    0 0 2px #FFF;
}
.sub_box1{
    background-color:#de7607;
    border: 2px  solid white;
    border-radius:20px;
}
.sub_box2{
    background-color:#d14342;
    border: 2px  solid white;
    border-radius:20px;

}
.head_box{
    background-color:#439de9;
}
.nav-color{
    background-color:#439de9;
}

.shadow{
    
    filter: grayscale(65%) blur(1px);
    transition:all 0.4s;
  
}
.square{

    aspect-ratio: 1/1;
    border-radius: 10px;
    margin: 0 auto !important;
    transition: all 0.3s;
}
img {
  object-fit: cover;
}