/** `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}


/** `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .hero {
        padding-left: 5rem;
    }

    .hero h1 {
        font-size: 3rem;
    }

    .gallary .owl-carousel .item {
        height: 290px;
    }
    .img-what-can-does {
        width: 350px;
    }
}


/** `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .li-mood {
        margin-right: 1rem;
    }

    .navbar-desktop,
    .btn-mood-desktop {
        display: none;
    }

    .navbar-mobile {
        display: block;
    }

    .btn-mood-mobile {
        display: flex;
    }

    .what-can-does {
        flex-direction: column;
    }

    .img-what-can-does {
        width: 650px;
    }

    .contacts .contacts-col-parent {
        gap: 0.5rem;
    }

    .gallary .display-image img {
        height: 70% !important;
    }
}


/** `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {
    .hero {
        height: calc(50vh);
        background-size: 100% auto;
        justify-content: start;
        padding-top: 5rem;
        padding-left: 2rem;
    }

    .camera-kind .cameras .camera-box {
        width: 48%;
        height: 370px;
    }

    .camera-kind .cameras .overlay-camera {
        top: -380px;
    }


}


/**`sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 668px) {
    .hero {
        height: calc(100vh);
        background-size: 100% auto;
        justify-content: start;
        padding-top: 5rem;
        padding-left: 1rem;
    }

    .hero p {
        font-size: 1.5rem;
    }

    .camera-kind .cameras .camera-box img {
        width: 85%;
        border-radius: inherit;
    }

    .camera-kind .cameras .camera-box {
        width: 100%;
        height: 370px;
    }
}

/**`sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .hero {
        height: calc(75vh);
        background-size: 100% 45%;
        justify-content: center;
        padding-top: 5rem;
        padding-left: 1rem;
    }

    .camera-kind .filter {
        gap: 0.5rem;
    }

    .gallary .display-image img {
        height: 45% !important;
    }

    .gallary .display-image .slide-controls.next {
        right: 7px;
    }

    .gallary .display-image .slide-controls.prev {
        left: 7px;
    }

    .gallary .owl-carousel .item {
        height: 400px;
    }

    .camera-kind .cameras .camera-box {
        width: 100%;
        height: 300px;
    }

    .contacts .half-col {
        padding: 2rem 1rem;
    }

    .camera-kind .filter .kind-camera {
        font-size: 1.2rem;
    }

    .hero button,
    .contacts button {
        font-size: 1.1rem;
    }

    h2 {
        font-size: 1.4rem;
    }

    .gallary .display-image .slide-controls.close {
        top: 55px;
        right: 10px;
    }

    .offcanvas-start {
        width: 300px;
    }
}