@media(max-width:1440px) {
    .container-main {
        padding: 0px 20px;
    }
}

@media(max-width:1280px) {
    .collection-tag-box h4 {
        font-size: 18px;
        margin-top: 20px;
    }

    .home-products-content h2 {
        font-size: 100px;
        line-height: 100px;
    }

    .home-products-content {
        padding-left: 90px;
    }

    .home-products-flex.reverse .home-products-content {
        padding-right: 90px;
    }
}

@media(max-width:1150px) {
    .collection-tag-box {
        width: 16%;
    }

    .note-text p {
        font-size: 24px;
        line-height: 34px;
    }

    .footer-logo {
        width: 170px;
        height: 170px;
    }
}

@media(max-width:1024px) {
    .home-products-content h2 {
        font-size: 90px;
        line-height: 90px;
    }

    .home-products-content {
        padding-left: 80px;
    }

    .home-products-flex.reverse .home-products-content {
        padding-right: 80px;
    }
}

@media(max-width:991px) {
    .main-header {
        display: none;
    }

    .mob-header {
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    }

    .mob-header .navbar {
        background: #492b96;
        padding: 7px 0px;
    }

    .mob-header .navbar>.container-fluid {
        padding: 0px 20px;
    }

    .mob-header .navbar-brand img {
        max-width: 250px;
    }

    .mob-header .navbar-brand {
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 12;
    }

    .mob-header .navbar-toggler {
        padding: 0;
        border: unset;
        position: relative;
        z-index: 12;
    }

    .mob-header .navbar-toggler-icon {
        background-image: url(../images/menu.webp);
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;

    }

    body.menu-open .mob-header .navbar-toggler-icon {
        background-image: url(../images/cross.webp);
        margin-right: 7px;
    }

    body.menu-open {
        overflow: hidden;
    }

    .mob-header .navbar-collapse {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        background: #492b96;
        padding: 0px 20px;
        z-index: 10;
    }

    .mob-header .navbar-nav {
        padding-bottom: 600px;
        padding-top: 130px;
    }

    .mob-header .nav-link {
        font-size: 18px;
        line-height: 26px;
        font-weight: normal;
        color: #fff;
        text-transform: uppercase;
        padding: 10px 0px;
    }

    .navbar-toggler:focus {
        box-shadow: unset;
    }

    .home-banner-main {
        padding-top: 108px;
    }

    .marquee-item {
        font-size: 26px;
    }

    .collection-tag-box {
        width: 20%;
    }

    .home-products-content {
        padding-left: 70px;
    }

    .home-products-flex.reverse .home-products-content {
        padding-right: 70px;
    }
}

@media(max-width:850px) {
    .home-products-content h2 {
        font-size: 80px;
        line-height: 80px;
    }

    .home-products-content {
        padding-left: 50px;
    }

    .home-products-flex.reverse .home-products-content {
        padding-right: 50px;
    }

    .note-text p {
        font-size: 22px;
        line-height: 32px;
    }

    .footer-logo {
        width: 150px;
        height: 150px;
    }
}

@media(max-width:768px) {
    .collection-tag-box {
        width: 25%;
    }

    .home-products-img {
        width: 100%;
    }

    .home-products-info {
        position: unset;
    }

    .home-products-info .container-main {
        justify-content: unset;
        display: block;
    }

    .home-products-content {
        padding-left: 0px;
        width: 100%;
        padding: 40px 20px;
        align-items: center;
    }

    .home-products-flex.reverse .home-products-content {
        padding-right: 0px;
    }

    .home-products-flex.reverse {
        flex-flow: column;
    }

    .home-products-main.bg-1 .home-products-info::before,
    .home-products-main.bg-2 .home-products-info::before,
    .home-products-main.bg-3 .home-products-info::before,
    .home-products-main::before,
    .home-products-main::after {
        width: 100%;
        height: 50%;
    }

    .home-products-main::before {
        top: unset;
        bottom: 0;
    }

    .home-products-main.reverse::before {
        bottom: unset;
        top: 0;
    }

    .home-products-main.reverse::after {
        top: unset;
        bottom: 0;
    }

    .home-products-main {
        padding: 0;
        padding-top: 13px;
    }

    .home-products-img {
        height: 400px;
    }

    .home-products-img img {
        max-width: 320px;
    }

    .home-products-content h2 {
        font-size: 65px;
        line-height: 65px;
        margin-bottom: 35px;
    }

    .footer-logo {
        width: 135px;
        height: 135px;
    }

    .footer-block.add {
        width: 100%;
    }
}

@media(max-width:600px) {

    .container-main {
        padding: 0px 15px;
    }

    .mob-header .navbar-brand img {
        max-width: 180px;
    }

    .mob-header .navbar-toggler-icon {
        width: 25px;
        height: 25px;
    }

    .mob-header .navbar-nav {
        padding-top: 100px;
    }

    .mob-header .nav-link {
        font-size: 17px;
    }

    .home-banner-main {
        padding-top: 80px;
    }

    .mob-img {
        display: block;
    }

    .desk-img {
        display: none;
    }

    .marquee-section {
        padding: 1.1rem 0;
    }

    .marquee-item {
        font-size: 20px;
        margin-right: 6rem;
    }

    .marquee-item::before {
        width: 40px;
        height: 37px;
        right: -70px;
    }

    .handwritten-note-main,
    .collection-tags-main,
    .home-products-main {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .collection-tags h2,
    .handwritten-note-main h2 {
        font-size: 36px;
    }

    .note-text p {
        font-size: 20px;
        line-height: 30px;
    }

    .handwritten-note {
        margin-top: 18px;
    }

    .collection-tag-box {
        width: 50%;
        padding: 15px 0px;
    }

    .collection-tags-flex {
        margin: -15px 0px;
    }

    .icon-box {
        width: 90px;
        height: 90px;
    }

    .collection-tag-box img {
        width: 70px;
        height: 70px;
    }

    .home-products-main {
        padding-bottom: 0;
        padding-top: 10px;
    }

    .home-products-content h2 {
        font-size: 52px;
        line-height: 52px;
        margin-bottom: 30px;
    }

    .home-products-content {
        padding: 25px 15px 30px 15px;
        align-items: unset;
    }

    .home-products-flex.reverse .home-products-content {
        padding-top: 0;
    }

    .home-products-content ul li {
        font-size: 26px;
        line-height: 26px;
        padding-left: 42px;
    }

    .home-products-content ul li::before {
        width: 30px;
        height: 27px;
    }

    .home-products-main.reverse.bg-2::before {
        height: 55%;
    }

    .home-products-main.reverse.bg-2::after {
        height: 45%;
    }

    .home-products-flex.reverse .home-products-info {
        padding-top: 20px;
    }

    .home-products-content ul {
        margin-bottom: 10px;
    }

    .footer-logo {
        width: 140px;
        height: 140px;
        position: unset;
        transform: translate(0px, 50px);
    }

    .footer-text {
        padding-top: 90px;
    }

    .tag-line p {
        font-size: 26px;
        line-height: 30px;
    }

    .full-text p,
    .footer-block ul li,
    .copyright p {
        font-size: 17px;
    }

    .footer-block {
        width: 100%;
        padding: 10px 0px;
    }

    .footer-flex {
        margin: -10px 0px;
        justify-content: center;
        align-items: center;
    }

    .full-text {
        padding-bottom: 30px;
    }

    .footer-block h6,
    .footer-block ul li {
        text-align: center;
        padding-left: 0;
    }

    .footer-block ul li::before {
        content: unset;
    }

    .social-icons {
        justify-content: center;
    }

    .main-footer {
        padding-bottom: 55px;
    }

    .copyright p {
        max-width: 270px;
        margin: 0 auto;
    }

    .copyright-main {
        padding: 15px 0px;
    }
/* 	01-08-25 */
	    .home-products-img img {
        max-width: 235px;
    }
	    .home-products-img {
        height: 335px;
    }
}