/* mobile */
@media (max-width: 768px) {

    body {
        overflow-x: hidden;
    }

    .hm-bn, .bg-video, .video-thumbnail {
        height: 82vh;
    }

    .capsule {
        flex-direction: column;
    }

    .capsule-r-part, .capsule-l-part {
        width: 100%;
    }

    .capsule-r-part {
        border-bottom: 3px solid #0B4377;
        border-right: unset;
    }

    .partners .img > img {
        width: 100%;
        height: auto;
        z-index: 3;
        position: relative;
    }

    iframe {
        height: 60vh;
    }

}



/* tablet */
@media (max-width: 1023px) {

    .navbar-toggler {
        border: 3px solid #ffffff !important;
        border-radius: 8px !important;
        padding: 5px 12px !important;
    }

    .navbar-toggler-icon {
        background-image: url(../images/toggle.png) !important;
        width: 1em !important;
        height: 1em !important;
    }

    .navbar-collapse {
        padding: 35px 20px !important;

    }

    .navbar {
        position: absolute !important;
        top: 0;
        z-index: 999;
        width: calc(100vw - 3px);
        padding: 30px 0 !important;
        background: transparent !important;
        background-color: transparent !important;
        transition: 0.8s ease !important;
    }

    .navbar.scrolled {
        position: fixed !important;
        background-color: #081c25 !important;
        padding: 15px 0 !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .footer .r-part {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

}



/* desktop */
@media (min-width: 1024px) {

    .bg-white {
        --bs-bg-opacity: 1;
        background-color: unset !important;
    }

}