@media(max-width:1599px) {
    .hmg-hero-banner h1 {
        font-size: 100px;
    }
    .subscribe-section .sub-heading h2 {
        font-size: 44px;
    }
}

@media(max-width:1399px) {
    .hmg-hero-banner h1 {
        font-size: 80px;
    }
    .instagram-follow-section h2 {
        font-size: 58px;
    }
    .subscribe-section .sub-heading p {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .theme-ftr h3 {
        font-size: 20px;
    }
}

@media(max-width:1199px) {
    .sub-heading h2 {
        font-size: 58px;
    }
    .collection-itm-full img {
        height: 650px;
    }
    .collection-itm img {
        height: 580px;
    }
    .difrent-prdct-itm h3 {
        font-size: 22px;
        right: 15px;
        bottom: 15px;
    }
    .difrent-prdct-itm.difrent-prdct-itm-right h3 {
        bottom: auto;
        top: 15px;
    }
    .difrent-prdct-itm img {
        height: 250px;
    }
}

@media(max-width:991px) {
    .hmg-header .header-logo img {
        width: 50px;
    }
    .hmg-hero-banner {
        padding-top: 130px;
    }
    .hmg-hero-banner h1 {
        font-size: 58px;
    }
    .sub-heading h2 {
        font-size: 38px;
        margin-bottom: 0;
    }
    .collection-itm img {
        height: 350px;
    }
    .collection-itm-full img {
        height: 350px;
    }
    .subscribe-section,
    .instagram-follow-section,
    .diciplane-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .diciplane-section h2 {
        font-size: 36px;
        text-align: center;
    }
    .instagram-follow-section h2 br,
    .diciplane-section h2 br {
        display: none
    }
    .instagram-follow-section h2 {
        font-size: 36px;
        margin-bottom: 25px;
    }
    .subscribe-section .sub-heading h2 {
        font-size: 36px;
    }
    .subscribe-section form .form-control {
        padding: 10px 20px;
        font-size: 16px;
        height: 48px;
    }
    .subscribe-section form .theme-btn {
        height: 48px;
        font-size: 14px;
    }
    .copyright-txt p {
        text-align: center;
    }
    .copyright-txt ul {
        justify-content: center;
    }
}

@media(max-width:767px) {
    .footer-logo-col {
        text-align: left;
    }
    .footer-logo-col img {
        height: 100px;
    }
    .new-collection h2,
    .our-produc-sec h2 {
        text-align: center;
    }
    .collection-itm img {
        height: 300px;
        border-radius: 10px;
    }
    .collection-itm-full img {
        height: 300px;
        border-radius: 10px;
    }
    .our-prdct-itm,
    .collection-itm-full,
    .collection-itm {
        margin-top: 20px;
    }
    .our-prdct-itm img {
        border-radius: 10px;
    }
    .sub-heading h2,
    .diciplane-section h2,
    .instagram-follow-section h2,
    .subscribe-section .sub-heading h2 {
        font-size: 28px;
    }
    .subscribe-section .sub-heading p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .our-prdct-itm-contnt {
        margin-top: 10px;
    }
    .our-prdct-itm-contnt h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .difrent-prdct-itm .shop-now-div .theme-btn-outline {
        font-size: 14px;
    }
}

@media(max-width:575px) {
    .hmg-header {
        padding: 10px 0;
        height: 70px;
    }
    .hmg-header-usermenu {
        padding: 5px 12px;
        column-gap: 10px;
    }
    .usr-menu-itm {
        font-size: 14px;
    }
    .hmg-hero-banner h1 {
        font-size: 42px;
    }
    .instagram-follow-section ul li {
        width: calc(33.33% - 10px);
    }
    .subscribe-section form {
        display: grid;
    }
    .copyright-txt p {
        font-size: 14px;
    }
    .copyright-txt ul li a {
        font-size: 14px;
    }
}