
/* Full HD (1920x1080) */
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .vimeo-video {
        transform: translate(-50%, -50%) scale(1.3); 
    }
}

/* Full HD (1680x1050) */
@media only screen and (min-width: 1680px) and (max-width: 1919px) {
    .vimeo-video {
        transform: translate(-50%, -50%) scale(1.3); 
    }
}

@media (max-width: 435px) {
    .dashboard {
        & .main-gray {
            & .box-white {
                &.h-55 {
                    height: 65px;
                }
            }
        }
    }
    .btn-white-outline {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    .p-header {
        padding: 150px 0 50px 0;
    }

    .parallax-section {
        height: auto;
    }

    .py-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .navbar-toggler {
        background: #18d079!important;
        padding: 6.5px!important;
        /* margin-right: -30px; */
    }

    .transparent-nav {
        background-color: #151626!important;
    }

    li.nav-item {
        margin-bottom: 6px;
        margin-top: 6px;
    }

    .navbar-nav {
        margin: 20px 0;
    }
}


