@media (min-width: 1400px) {
}

@media (min-width: 1200px) {
    .xl\:me-6 {
        margin-right: 1.5rem !important;
    }

    .xl\:ms-15 {
        margin-left: 5rem;
    }

    .xl\:me-1 {
        margin-right: .25rem !important;
    }

    .col-xl-4 {
        width: 31% !important;
        margin: 0;
    }

    .xl\:text-start {
        text-align: left !important;
    }

    .left-nav.mobile-nav {
        display: none;
    }

    .xl\:mt-20 {
        margin-top: 5rem;
    }

    .xl\:d-none {
        display: none;
    }

    .xl\:text-start {
        text-align: start;
    }

    .xl\:text-end {
        text-align: right;
    }

    .profile-left.collapse {
        display: block;
    }

    .xl\:ms-5 {
        margin-top: 1.25rem;
    }

    .xl\:ps-5 {
        padding-start: 1.25rem;
    }
}

@media (max-width: 1200px) {
    .lg\:mt-5 {
        margin-top: 1.25rem;
    }

    .blog\:justify-content-center {
        justify-content: center;
    }

    .lg\:justify-content-center {
        justify-content: center;
    }

    .web-navbar {
        display: none;
    }

    .section-2 .col-xl-2 {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

    .lg\:d-none {
        display: none !important;
    }

    .lg\:text-center {
        text-align: center !important;
    }

    .lg\:mt-5 {
        margin-top: 1.25rem;
    }

    .lg\:m-auto {
        margin: auto !important;
    }

    .store-in-page-section .store-in-page-img img {
        min-width: 95% !important;
        max-width: 95% !important;
    }

    .portfolio-section .portfolio-card img {
        min-width: 95% !important;
        max-width: 95% !important;
        object-fit: contain;
    }

    .lg\:m-auto {
        margin: auto;
    }
}

@media (min-width: 992px) {
    .logo-home-top {
        display: none !important;
    }
    .section-8 img:last-child {
        min-width: 350px;
        max-width: 350px;
        min-height: 350px;
        max-height: 350px;
        object-fit: cover;
        border-radius: 24px;
        margin: auto;
        text-align: center;
        display: flex;
    }
}

@media (max-width: 992px) {
    .shopping-button-li {
        position: fixed;
        right: 0;
        bottom: 1rem;
    }
    .logo-home-top {
        display: block;
    }
    .logo-home-top .logo-size {
        margin-right:0 !important;
    }
    .footer-top .col-xl-5.d-flex.col-lg-3.col-md-12.col-12 {
        justify-content: center;
        margin-bottom: 1rem;
    }

    .blog-in-page-section .blog-img img {
        width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
    }

    .blog-in-page-section .desc {
        width: 100% !important;
    }

    .blog-section .blog-col-img img {
        width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
    }

    .store-section .img-products img:last-child {
        min-width: 100%;
        max-width: 100%;
        min-height: 25px;
        max-height: 250px;
        object-fit: cover;
        border-radius: 24px;
        margin: auto;
        text-align: center;
        display: flex;
    }

    .navbar .logo-size {
        display: none;
    }

    .navbar .container-75, .navbar .container-fluid {
        width: 100% !important;
        margin-left: .5rem;
    }

    .section-1 .swiper-slide {
        width: 100% !important;
    }

    .swiper-pagination {
        display: none;
    }

    .section-5 .customer-comments-slider {
        width: 100% !important;
    }

    .section-5 .swiper-slide .h5 {
        color: var(--section-5-text-color);
        width: 100%;
        margin: auto;
        font-size: 14px;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }

    iframe.discord {
        width: 100%;
        height: 300px;
        margin: 0 !important;
    }

    .section-8 img:last-child {
        min-width: 320px;
        max-width: 320px;
        min-height: 320px;
        max-height: 320px;
        object-fit: cover;
        border-radius: 24px;
        margin: auto;
        text-align: center;
        display: flex;
    }

    .md\:d-none {
        display: none;
    }
}

@media (min-width: 768px) {
}

@media (max-width: 768px) {
    table {
        display: block !important;
    }

    .footer-top {
        text-align: center;
        margin: auto;
    }

    .footer-top .row {
        display: grid;
        justify-content: center;
    }

    .section-8 img:last-child {
        min-width: 100%;
        max-width: 100%;
        min-height: 25px;
        max-height: 250px;
        object-fit: cover;
        border-radius: 24px;
        margin: auto;
        text-align: center;
        display: flex;
    }
}

@media (min-width: 576px) {
}

@media (max-width: 576px) {
    .section-5 .absolute-swiper {
        top: inherit !important;
    }

    .section-6 .absolute-swiper {
        top: inherit !important;
        bottom: -6rem !important;
        transform: rotate(0deg);
    }

    .sm\:d-none {
        display: none;
    }
}