@media(max-width:1399px) {
    .theame-header .navbar-nav .nav-link {
        margin: 0 5px;
        font-size: 16px;
    }
    .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
    .theame-header .menu-ul-navbar {
        width: 370px;
    }
    .hero-title {
        font-size: 36px;
        letter-spacing: 2px;
    }
    .hmg-product-itm-upr,
    .hmg-product-itm-upr img.prdct-itm-img-1,
    .hmg-product-itm-upr img.prdct-itm-img-2 {
        height: 300px;
    }
    .sale-txt-cstm {
        font-size: 13px;
        padding: 3px 10px;
    }
    .hmg-product-itm-btm h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .hmg-product-itm-btm p {
        font-size: 14px;
        margin: 0;
    }
    .hmg-playlist-sec h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .news-latter-sec h2 {
        font-size: 60px;
    }
    .news-latter-sec-frm {
        height: 58px;
    }
    .theme-footer .footer-logo {
        max-width: 550px;
    }
}

@media(max-width:1199px) {
    .hmg-product-itm-upr,
    .hmg-product-itm-upr img.prdct-itm-img-1,
    .hmg-product-itm-upr img.prdct-itm-img-2 {
        height: 270px;
    }
    .hmg-product-sec {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .hmg-playlist-sec ul li,
    .hmg-playlist-sec ul li .hmg-playlist-sec-itm img {
        height: 300px;
    }
    .cstm-marque-sec marquee span {
        font-size: 36px;
    }
    .cstm-marque-sec {
        padding-top: 30px;
        padding-bottom: 70px;
    }
    .news-latter-sec h2 {
        font-size: 48px;
    }
    .news-latter-sec {
        padding-bottom: 70px;
    }
    .theme-footer {
        padding-top: 70px;
    }
    .foter-menu-ul {
        margin-top: 50px;
    }
    .theame-header .navbar {
        padding: 10px 0;
    }
}

@media(max-width:991px) {
    .theame-header .navbar .navbar-toggler {
        border: none;
        height: 46px;
        padding: 6px;
        background-color: #f68f1d !important;
        width: 46px;
        position: relative;
        z-index: 999;
        box-shadow: none;
    }
    .theame-header .navbar .navbar-toggler span {
        background-image: none;
        display: inline-block;
        width: 35px;
        height: 3px;
        background: #fff;
        display: block;
        position: relative;
        opacity: 1;
        transition: all .2s cubic-bezier(.98, .57, 1, 1) 0s;
    }
    .theame-header .navbar .navbar-toggler span:after,
    .theame-header .navbar .navbar-toggler span:before {
        content: "";
        position: absolute;
        width: 35px;
        height: 3px;
        background: #fff;
        display: block;
        opacity: 1;
        transition: all .2s cubic-bezier(.98, .57, 1, 1) 0s;
        left: 0;
        border-radius: 100px;
    }
    .theame-header .navbar .navbar-toggler span:before {
        top: -10px;
    }
    .theame-header .navbar .navbar-toggler span:after {
        bottom: -10px;
    }
    .theame-header .navbar-brand,
    .theame-header .navbar-nav {
        display: block;
    }
    .hero-section {
        height: auto;
        margin-top: 90px;
    }
    .theame-header {
        background-color: #c9584c;
    }
    .theame-header .navbar-nav .nav-link:hover {
        color: #000!important;
    }
    .theame-header .navbar-nav .form-select {
        max-width: 150px;
    }
    .hmg-playlist-sec ul li {
        width: 50%;
    }
    .news-latter-sec h2 {
        font-size: 36px;
    }
    .theme-footer .footer-logo {
        max-width: 350px;
    }
    .foter-menu-ul li {
        font-size: 14px;
    }
    .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-subtitle {
        font-size: 1rem;
    }
    .hero-content {
        margin-left: 0;
        text-align: center;
    }
    .hmg-playlist-sec h2,
    .news-latter-sec h2 {
        font-size: 28px;
        text-align: center;
    }
    .hmg-product-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .cstm-marque-sec {
        padding-bottom: 50px;
    }
    .foter-menu-ul {
        margin-top: 36px;
        flex-wrap: wrap;
    }
    .theme-footer .footer-logo {
        max-width: 250px;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 32px;
    }
    .hero-subtitle {
        font-size: 1rem;
    }
    .hero-content {
        margin-left: 0;
        text-align: center;
    }
    .hmg-playlist-sec ul li {
        width: 100%;
    }
}