@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1400px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-five{
         height: 430px;
    }
    .artist-lineup .swiper-container {
        margin-top: 20px;
    }
    #footer-3 {
        padding: 80px 0;
    }
    .latest-relese{
        padding: 50px 0 250px 0;
        background-position: 55% 0;
    }
    .footer-three-bottom .img-main .ftr-logo{
        width: 25%;
    }
    .footer-three-bottom .footer-social-three ul li a{
        font-size: 22px;
    }
    #mobile-nav-wrap #mobile-logo img {
        width: 70px;
    }
    .footer-three-bottom .footer-three-right ul{
        display: flex;
        align-items: center;
        justify-content: end;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
     #mobile-nav-wrap{
        top: 0;
    }
    .banner-five{
         height: 360px;
    }
    .artist-lineup .swiper-container {
        margin-top: 20px;
    }
    #footer-3 {
        padding: 80px 0;
    }
    .latest-relese{
        padding: 50px 0 250px 0;
        background-position: 55% 0;
    }
    .footer-three-bottom .img-main .ftr-logo{
        width: 25%;
    }
    .footer-three-bottom .footer-social-three ul li a{
        font-size: 22px;
    }
    #mobile-nav-wrap #mobile-logo img {
        width: 70px;
    }
    .footer-three-bottom .footer-three-right ul{
        display: flex;
        align-items: center;
        justify-content: end;
    }
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
    #mobile-nav-wrap{
        top: 0;
    }
    .banner-five{
         height: 260px;
    }
    .artist-lineup .swiper-container {
        margin-top: 20px;
    }
    #footer-3 {
        padding: 80px 0;
    }
    .latest-relese{
            padding: 50px 0 155px 0;
            background-position: 55% 0;
    }
    .footer-three-bottom .img-main .ftr-logo{
        width: 40%;
    }
    .footer-three-bottom .footer-social-three ul li a{
        font-size: 22px;
    }
    #mobile-nav-wrap #mobile-logo img {
        width: 70px;
    }
    .footer-three-bottom .footer-three-right ul{
        display: flex;
        align-items: center;
        justify-content: end;
    }
}