

@media (max-width: 1399px) {
 
}


@media (max-width: 1199px) {
 
}


@media (max-width: 991px) {
    .footer-section {
        padding: 40px 0 15px;
        font-size: 12px;
    }
    .footer-section .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-menu {
        flex-direction: column;
        align-items: center;
    }
    .footer-section .footer-menu li {
        margin: 0 0 10px;
    }
}


@media (max-width: 768px) {
    .video-window {
        width: 100%;
    }
    .video-bg-shape {
        top: 40%;
        left: -32.5%;
        width: 140%;
        max-width: unset;
    }
    .video-section-ground-row {
        margin-top: 40px;
    }
}   


@media (max-width: 575px) {
    .video-section .container {
        padding: 150px 12px 0;
    }
    .header-logo {
        width: 100px;
    }
}


@media (max-width: 390px) {
 
}
