/* Response break points */

/* Extra Small Devices (Mobile phones) */

/* screen size px from 1px to 575px */
@media (max-width: 575px) {}

/* screen size px from 576px to 768px */
@media (min-width: 576px) {}

/* Small Devices (Tablets): */
/* screen size px from 768px to 1024px */
@media (max-width: 768px) {
    header .header-bottom .more-nav-item {
        display: block;
    }

    header .header-center {
        display: none;
    }

    header .header-top .updates .updates-container {
        animation: floatAnimation 10s linear infinite;
    }

    #hero{
        padding: 126px 0 0 0;
    }

    #hero img.hero-img {
        height: 36vh;
        object-fit: cover;
    }

    #hero .video-player {
        max-height: 225px;
    }

    .controls {
        top: 36%;
    }

    /* #tapToUnmute {
        background: #21252947 !important;
        color: white;
    }

    .pointer::after {
        border-left-color: #21252947 !important;
    } */

    .gallery-container {
        display: flex;
        flex-direction: column;
    }

    .gallery-container-one {
        width: 100% !important;
    }

    .gallery-container-two {
        width: 100% !important;
        flex-direction: row-reverse;
    }

    .gallery-img-large {
        height: 100%;
        width: 100%;
        padding: 6px;
        aspect-ratio: 5/2;
        object-fit: cover;
    }

    .gallery-img-small {
        /* width: 50%; */
        padding: 6px;
        aspect-ratio: 3/2;
        object-fit: cover;
    }

    .testimonial-container {
        width: 100% !important;
    }

    #contactmap,
    #aboutuspage,
    #titleheader {
        padding: 108px 0 0 0;
    }

    #right-hand-buttons {
        display: none !important;
    }

    #aboutuspage img.aboutpage-img-top {
        height: 200px !important;
    }

    #aboutuspage .slick-dots {
        bottom: 8px !important;
    }
    .galleryimages {
        columns: 1;
    }
}

/* Medium Devices (Laptops and Desktops): */
@media (max-width: 1024px) {
    .navbar-collapse {
        margin-bottom: 2rem;
    }
}

/* screen size px from 1024px to 1199px */
@media (min-width: 1024px) {}

/* Large Devices (Large Laptops and Desktops): */
/* screen size px from 1199px to 1200px */
@media (min-width: 1199px) {}

/* Extra Large Devices (Extra Large Laptops and Desktops): */
/* screen size px from 1200px to 1600px */

@media (min-width: 1200px) {}

/* screen size px from 1600px to above */
@media (min-width: 1600px) {}