/* Media Queries
-------------------------------------------------------------- */

@media only screen and (min-width: 1440px) {
    .slider.home {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .section-addition .wrap-grid-box {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media only screen and (max-width: 1440px) {
    .button-go {
        bottom: 30px;
    }
    .button-go.show {
        right: 30px;
    }
    footer>img {
        display: none;
    }
    .mailchimp-wrap {
        gap: 50px;
    }
    .features-image-wrap {
        gap: 10px;
    } 
    .features-image-wrap > div:last-child,
    .features-image-wrap > div:first-child {
        display: none;
    } 
}

@media only screen and (max-width: 1200px) {
    .grid-image {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
        "a b"
        "c c"
        "e e"
        "d f";
    }
    .tabs-product-wrap {
        gap: 30px;
    }
    .tabs-product-wrap .tab-product {
        width: 180px;
        flex-shrink: 0;
    }
    .tabs-product-wrap .tab-product a div {
        padding: 15px;
    }
    .tabs-product-wrap > div {
        width: 100%;
    }
    br {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .box-icon-item.style-1 .wrap-icon {
        margin-left: auto;
        margin-right: auto;
    }
    .box-icon-item.style-1 {
        flex-direction: column;
    }
    .wrap-grid-box.grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .feature-box .feature-inner {
        padding: 22px 15px;
    }
    .mobile-view-wrap {
        flex-wrap: wrap;
    }
    .mobile-view-item {
        flex: 0 0 calc(50% - 30px);
    }
    .tabs-product-wrap .tab-product,
    .posttype-filter {
        justify-content: start !important;
    }
    .title-display {
        font-size: 44px;
        line-height: 48px;
    }

    .h1,h1 {
        font-size: 25px;
        line-height: 35px;
    }
    .h2,h2 {
        font-size: 23px;
        line-height: 33px;
    }
    
    .h3,h3 {
        font-size: 28px;
        line-height: 38px;
    }
    
    .h4,h4 {
        font-size: 20px;
        line-height: 30px;
    }
    
    .h5,h5 {
        font-size: 18px;
        line-height: 26px;
    }
    
    .h6,h6 {
        font-size: 16px;
        line-height: 24px;
    }

    .tf-btn.style-fill div,
    .tf-btn {
        padding: 8px 20px;
    }
    
}

@media only screen and (max-width: 991px) {
    .tfmouseCursor,
    .main-header .navigation>li>a::after,
    .main-header .header-lower .nav-outer {
        display: none;
    }
    .main-header .header-lower .inner-container {
        padding: 15px 0;
    }
    .mobile-button {
        display: block !important;
    }
    .mailchimp-wrap {
       flex-direction: column;
    }
    .mailchimp-wrap .image {
        width: 100%;
    }
    .container-filter {
        margin: -5px;
    }
    .container-filter .item {
        padding: 0;
    }
    .container-filter .item .home-box {
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 20px;
    }
    .coming-soon .home-box .innerbox {
        aspect-ratio: unset;
        /* height: 400px; */
    }
}

@media only screen and (max-width: 767px) {
    .section-packed .wrap-grid-box.grid-4 {
        gap: 15px 10px;
        grid-template-columns: repeat(2, 1fr);
    }
    .slider.home .inner-content {
        padding-top: 116px;
    }
    footer h2 {
        margin-bottom: 0 !important;
    }
    .heading-section {
        margin-bottom: 30px;
    }
    .grid-image .item-5 ul {
        gap: 15px;
    }
    .wrap-grid-box.grid-3 {
        grid-template-columns: repeat(1,1fr);
    }
    .box-icon-item.style-1 .content {
        text-align: center;
    }
    .tabs-product-wrap {
        flex-wrap: wrap;
    }
    .tabs-product-wrap .tab-product {
        width: 100%;
        overflow-x: auto;
        flex-direction: row;
    }
    .tf-section {
        padding: 50px 0 !important;
    }
    .tf-section.pt-0 {
        padding-top: 0 !important;
    }
    .tf-section.pb-0 {
        padding-bottom: 0 !important;
    }
    .grid-image .item-3 ul {
        flex-wrap: wrap;
        gap: 12px;
    }
    .grid-image .item-3 ul li {
        width: 135px;
        height: 135px;
    }
}

@media only screen and (max-width: 575px) {
    .addition-item {
        padding: 10px 8px;
    }
    .addition-item svg {
        width: 16px;
    }
    .addition-item p {
        font-size: 14px;
        line-height: 20px;
    }
    .mobile-view-item {
        flex: 0 0 100%;
    }
    .wrap-grid-box.grid-4 {
        gap: 20px 10px;
    }
    .grid-image .item-3 ul li {
        width: 30%;
        height: unset;
        aspect-ratio: 1/1;
    }
    .grid-image .item-3 p {
        font-size: 12px;
        line-height: 20px;
    }
    .grid-image .item-3 svg {
        max-width: 60%;
    }
    .home-box .innerbox {
        padding: 10px;
    }
    .home-box .title-box {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
    .home-box .tag-item {
        font-size: 14px;
        line-height: 22px;
    }
    .home-box .content {
        flex-direction: column;
    }
}