@media screen and (max-width: 991.5px) {
    #navbarsExample05 {
        height: 100% !important;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: var(--main-color);
        overflow-x: hidden;
        transition: 0.5s;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .navbar .side_logo,
    #navbarsExample05 a#toggleWidthclose{
        display: inline-block;
    }
    .navbar .navbar-brand.side_logo {
        margin: 0;
    }
    .head-bar .nav-item {
        height: 45px;
    }
     /* sports camp */
     .weekly-sports .head-content {
        font-size: 20px;
    }
    .weekly-sports .overlay span{
        font-size: 20px;
        top: 20px;
    }
    .weekly-sports .overlay p {
        font-size: 16px ;
        top: 50px;
    }
    /* End */
    .about-us .left-div h2{
        margin-top: 30px;
    }
}
@media screen and (max-width: 768px) {
    .sport-logo {
        width: 60%;
    }
}
@media screen and (max-width: 525px) {
    .logos {
        right: 0;
        padding: 0 .5rem;
    }
    .navbar .navbar-brand {
        margin-left: 0px !important;
    }
}
@media screen and (max-width: 426px) {
    #navbarsExample05.widthToggle,
    .sport-logo{
        width: 100%;
    }
    .train_title p.train{
        font-size: 3rem;
    }
    .train_title p.compete{
        font-size: 2rem;
    }
    .footer-bottom {
        flex-direction: column;
    }
}
