@media only screen and (min-width: 320px) {}

@media only screen and (min-width: 375px) {}

@media only screen and (min-width: 425px) {}

@media only screen and (min-width: 575px) {}

@media only screen and (min-width: 768px) {
    .videoembed {
        display: block;
    }

    .main-banner-img {
        display: none;
    }

    .banner {
        height: calc(100vh - 382px);
    }

    .main-banner-title {
        padding: 0px 142px;
    }

    .about-us-content-div {
        margin: 0px 40px;
    }

    .contact-us-section .container {
        padding: 40px;
    }

    form {
        padding: 40px;
    }

    .products-slider-item,
    .blogs-slider-item {
        margin: 0px 20px;
    }

    .about-us-section .second-overlay {
        padding: 0px 0px;
    }

    .about-us-section .section-header {
        width: 60%;
    }

    .products-section .section-header {
        width: 50%;
    }

    .products-section .description {
        width: 80%;
    }

    .products-slider .slick-next,
    .blogs-slider .slick-next {
        width: 100px;
    }

    .products-slider .slick-prev,
    .blogs-slider .slick-prev {
        width: 100px;
    }

    .why-choose-content {
        padding: 40px 0px 40px 40px;
    }

    .why-choose-content-mobile {
        display: none !important;
    }

    .why-choose-content-web {
        display: block !important;
    }

    .list.list-view-filter .product-card img {
        width: 430px;
    }

    .list.list-view-filter .product-card-content {
        display: flex;
        align-items: center;
    }

    .list.list-view-filter .product-card {
        display: flex;
    }

    .view-product-btn {
        padding: 18px 42px;
    }

    .font-22-28-500 {
        font-size: 22px;
        line-height: 28px;
    }

    .font-16-28-400 {
        font-size: 16px;
        line-height: 28px;
    }

    .font-24-28-400 {
        font-size: 24px;
        line-height: 28px;
    }

    .about-us-section .container {
        padding: 0px 100px;
    }

    .gap-12 {
        gap: 12px;
    }

    .blog-card .user {
        height: 48px;
        width: 48px;
        margin-right: 16px;
    }

    .gap-16 {
        gap: 16px;
    }

    .font-16-26-400 {
        font-size: 16px;
        line-height: 26px;
    }

    .font-32-42-400 {
        font-size: 32px;
        line-height: 42px;
    }
}

@media only screen and (min-width: 992px) {
    .nav-mobile {
        display: none;
    }

    .header-top-div {
        display: block;
    }

    .nav-web {
        display: flex !important;
    }

    .banner {
        height: calc(100vh - 256px);
    }

    .footer-logo-div {
        text-align: left;
    }

    .products-section .section-header {
        width: 45%;
    }

    .products-section .description {
        width: 70%;
    }

    .explore-products-section .description{
        width: 75%;
    }

    /* .contact-us-section .card-description {
        width: 85%;
    } */

    .footer-description-div {
        justify-content: start;
    }

    footer .footer-description-div .card-description {
        width: 100%;
    }

    .contact-us-section .container {
        padding: 50px;
    }

    form {
        padding: 50px;
    }

    .main-banner-title h1 {
        font-size: 80px;
        line-height: 80px;
    }

    .main-banner-title p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 32px;
    }

    .products-slider-item .overlay,
    .blogs-slider-item .overlay {
        padding: 20px;
    }

    .card-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .section-header {
        font-size: 48px;
        line-height: 52px;
    }

    .description {
        font-size: 18px;
        line-height: 28px;
    }

    .font-32-52-700 {
        font-size: 32px;
        line-height: 52px;
    }

    .main-banner-section {
        margin-top: 165px;
    }

    .header {
        position: fixed;
        width: 100%;
        height: 122px;
        top: 0px;
        transition: all .5s ease-in-out;
        z-index: 99;
        background-color: white;

        &.scroll-up {
            top: -122px;
        }

        &.scroll-down {
            top: 0px;
        }
    }

    .list.grid-view-filter li {
        width: calc(33% - 25px);
    }

    .title-section h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .production-section img {
        margin-bottom: 0px;
    }

    .production-section-bottom-img-web {
        display: block;
    }

    .production-section-bottom-img-mobile {
        display: none;
    }

    .production-section-top .gap-24 {
        padding-left: 24px;
    }

    .production-section-bottom .gap-24 {
        padding-right: 24px;
    }

    .inner-slider .slick-next,
    .inner-slider .slick-prev {
        top: 35%;
    }

    .share-blog-div .social-media-div {
        flex-direction: column;
    }

    .blog-content {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 1024px) {}

@media only screen and (min-width: 1200px) {
    .main-banner-title {
        padding: 0px 180px;
    }

    .why-choose-div {
        padding: 30px;
    }

    .about-us-content-div {
        margin: 0px 130px;
    }

    .about-us-section .section-header {
        width: 65%;
    }

    .products-section .description {
        width: 60%;
    }

    .blogs-section .description {
        width: 85%;
    }

    .inner-slider .slick-next,
    .inner-slider .slick-prev {
        top: 30%;
    }

    .special-p {
        padding-left: 32px;
    }

    .get-in-touch-right {
        margin-top: 0px;
    }

    .product-slider-nav-item div{
        width: 130px;
        height: 130px;
    }
}

@media only screen and (min-width: 1400px) {
    .section-space {
        margin-top: 150px;
    }

    .why-choose-content div {
        padding: 0px;
    }

    .why-choose-right-inner {
        display: flex;
    }

    footer .footer-description-div .card-description {
        width: 95%;
    }

    .about-us-content-div {
        margin: 0px 200px;
    }

    .main-banner-title {
        padding: 0px 280px;
    }

    .products-section .description {
        width: 50%;
    }

    .blogs-section .description {
        width: 70%;
    }

    .list.grid-view-filter li {
        width: calc(25% - 25px);
    }

    .title-section h1 {
        font-size: 80px;
        line-height: 80px;
    }

    .get-in-touch-left {
        padding-right: 100px;
    }

    .get-in-touch-right {
        padding-left: 100px;
    }

    .contact-option img {
        height: 50px;
    }

    .margin-top-64 {
        margin-top: 64px;
    }

    .margin-bottom-64 {
        margin-bottom: 64px;
    }

}

@media only screen and (min-width: 1450px) {

    .products-slider-item .overlay,
    .blogs-slider-item .overlay {
        padding: 25px;
    }

    .main-banner-title {
        padding: 0px 305px;
    }

}

@media only screen and (min-width: 1900px) {
    .header-container {
        max-width: calc(100% - 100px);
    }

    .inner-container {
        max-width: calc(100% - 128px);
    }

    .main-banner-title {
        padding: 0px 400px;
    }

    .banner {
        height: calc(100vh - 166px);
    }

    .about-us-content-div {
        margin: 0px 440px;
    }

    .products-section .description {
        width: 50%;
    }

    .contact-us-right {
        padding-left: 70px;
        margin-top: 0px;
    }

    .contact-us-section .container {
        padding: 65px;
    }

    form {
        padding: 48px;
    }

    footer {
        padding: 150px 0px 65px 0px;
    }

    footer .logo {
        margin-bottom: 50px;
    }

    .footer-div {
        margin-top: 0px;
    }

    .footer-div h4 {
        margin-bottom: 10px;
    }

    .footer-div a,
    .footer-div .card-description {
        font-size: 18px;
        line-height: 28px;
        margin-top: 8px;
    }

    .footer-social {
        margin-top: 20px;
    }

    .footer-div h4 {
        font-size: 18px;
    }

    .footer-bottom {
        font-size: 14px;
    }

    .card-description {
        font-size: 18px;
        line-height: 28px;
    }

    form input::placeholder,
    form textarea::placeholder {
        font-size: 20px;
        line-height: 24px;
    }

    .products-slider-div {
        margin-top: 80px;
        padding-bottom: 150px;
    }

    .blogs-slider {
        margin-top: 80px;
    }

    .blogs-section {
        padding-top: 150px;
    }

    .blogs-section .description {
        width: 52%;
    }

    .products-slider .slick-next::before,
    .blogs-slider .slick-next::before,
    .products-slider .slick-prev::before,
    .blogs-slider .slick-prev::before {
        display: none;
    }

    .products-slider .slick-next:hover,
    .blogs-slider .slick-next:hover,
    .products-slider .slick-prev:hover,
    .blogs-slider .slick-prev:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .products-slider .slick-next:hover::before,
    .blogs-slider .slick-next:hover::before,
    .products-slider .slick-prev:hover::before,
    .blogs-slider .slick-prev:hover::before {
        display: block !important;
    }

    .products-slider .slick-slide,
    .blogs-slider .slick-slide {
        width: 510px !important;
    }

    .products-slider-item,
    .blogs-slider-item {
        position: relative;
        margin: 0px 24px;
    }

    .products-slider .slick-list,
    .blogs-slider .slick-list {
        height: 395px;
    }

    .navbar-nav {
        gap: 48px;
    }

    footer .footer-description-div .card-description {
        width: 75%;
    }

    .why-choose-content,
    .why-choose-right-inner,
    .why-choose-left-inner {
        height: 50%;
    }

    .about-us-section-inner .container {
        padding: 0px 255px;
    }

    .section-padding {
        padding: 100px 0px;
    }

    .share-blog-div {
        padding-bottom: 100px;
    }

    .production-section-bottom {
        margin-top: 0px;
    }

    .production-section-top .gap-24 {
        padding-left: 64px;
    }

    .production-section-bottom .gap-24 {
        padding-right: 64px;
    }

}