/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .container-fluid {
        width: 100%;
    }

    .navbar-brand img {
        width: 155px;
    }

    .vide-back h1 {
        color: #fff;
        font-size: 30px;
        font-weight: 800;
        font-family: 'Manrope', sans-serif;
        text-transform: uppercase;
    }

    .video-overlay {
        position: absolute;
        top: 0px;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 113%;
        background-image: url('../images/video-over.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 0px 0 0 0;
    }

    .vide-back video {
        width: 100%;
        height: 427px;
        object-fit: cover;
    }

    .vide-back {
        height: 427px;
        overflow-y: hidden;
        position: relative;
    }

    .banner-btn {
        background-color: #FFC40C;
        color: #000000;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Manrope', sans-serif;
        border: none;
        border-radius: 0px;
        transform: skewX(-20deg);
        width: 179px;
        padding: 12px 0;
        margin-top: 25px;
    }

    .container-fluid.back-yellow img {
        margin: 0 0 40px 13px;
        width: 100px;
    }

    .hr-caption {
        border: none;
        border-top: 3px solid #FFC40C;
        color: #000;
        font-weight: 700;
        overflow: visible;
        text-align: center;
        height: 5px;
        opacity: 1;
        width: 100%;
    }

    .about-sec {
        background-image: url('../images/pngegg.png');
        background-size: auto;
        background-position: -18px -5px;
        background-repeat: no-repeat;
    }

    .qlinks {
        padding: 30px 0 0 20px;
    }
    .main-head {
        font-size: 40px;
        font-weight: 800;
        font-family: 'Manrope', sans-serif;
        text-transform: uppercase;
        text-align: center;
    }
    .downlogo {
        color: #FFC40C;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 30px;
        margin: 40px 0px 20px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .container-fluid {
        width: 100%;
    }

    .navbar-brand img {
        width: 155px;
    }

    .vide-back h1 {
        color: #fff;
        font-size: 30px;
        font-weight: 800;
        font-family: 'Manrope', sans-serif;
        text-transform: uppercase;
    }

    .video-overlay {
        position: absolute;
        top: 0px;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 113%;
        background-image: url('../images/video-over.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 0px 0 0 0;
    }

    .vide-back video {
        width: 100%;
        height: 427px;
        object-fit: cover;
    }

    .vide-back {
        height: 427px;
        overflow-y: hidden;
        position: relative;
    }

    .banner-btn {
        background-color: #FFC40C;
        color: #000000;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Manrope', sans-serif;
        border: none;
        border-radius: 0px;
        transform: skewX(-20deg);
        width: 179px;
        padding: 12px 0;
        margin-top: 25px;
    }

    .container-fluid.back-yellow img {
        margin: 0 0 40px 13px;
        width: 100px;
    }

    .hr-caption {
        border: none;
        border-top: 3px solid #FFC40C;
        color: #000;
        font-weight: 700;
        overflow: visible;
        text-align: center;
        height: 5px;
        opacity: 1;
        width: 100%;
    }

    .about-sec {
        background-image: url('../images/pngegg.png');
        background-size: auto;
        background-position: -18px -5px;
        background-repeat: no-repeat;
    }

    .qlinks {
        padding: 30px 0 0 20px;
    }
    .main-head {
        font-size: 40px;
        font-weight: 800;
        font-family: 'Manrope', sans-serif;
        text-transform: uppercase;
        text-align: center;
    }
    .downlogo {
        color: #FFC40C;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 30px;
        margin: 40px 0px 20px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .container-fluid {
        width: 100%;
    }

    .navbar-brand img {
        width: 200px;
    }

    .vide-back h1 {
        color: #fff;
        font-size: 82px;
        font-weight: 800;
        font-family: 'Manrope', sans-serif;
        text-transform: uppercase;
    }

    .video-overlay {
        position: absolute;
        top: 0px;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 100%;
        background-image: url('../images/video-over.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 260px 0 0 0;
    }

    .vide-back video {
        width: 100%;
        height: 100%;
    }

    .vide-back {
        height: 880px;
        overflow-y: hidden;
        position: relative;
    }

    .banner-btn {
        background-color: #FFC40C;
        color: #000000;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Manrope', sans-serif;
        border: none;
        border-radius: 0px;
        transform: skewX(-20deg);
        width: 179px;
        padding: 12px 0;
        margin-top: 25px;
    }

    .container-fluid.back-yellow img {
        margin: 0 0 0px 0px;
        width: 100px;
    }

    .hr-caption {
        border: none;
        border-top: 3px solid #FFC40C;
        color: #000;
        font-weight: 700;
        overflow: visible;
        text-align: center;
        height: 5px;
        opacity: 1;
        width: 60%;
    }

    .qlinks {
        padding: 30px 0 0 20px;
    }
    .main-head {
        font-size: 30px;
        font-weight: 800;
        font-family: 'Manrope', sans-serif;
        text-transform: uppercase;
        text-align: center;
    }
    .downlogo {
        color: #FFC40C;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 50px;
        margin: 40px 0px 20px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .container-fluid {
        width: 100%;
    }

    .navbar-brand img {
        width: 200px;
    }

    .vide-back h1 {
        color: #fff;
        font-size: 82px;
        font-weight: 800;
        font-family: 'Manrope', sans-serif;
        text-transform: uppercase;
    }

    .video-overlay {
        position: absolute;
        top: 0px;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 100%;
        background-image: url('../images/video-over.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 260px 0 0 0;
    }

    .vide-back video {
        width: 100%;
        height: 100%;
    }

    .vide-back {
        height: 880px;
        overflow-y: hidden;
        position: relative;
    }

    .banner-btn {
        background-color: #FFC40C;
        color: #000000;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Manrope', sans-serif;
        border: none;
        border-radius: 0px;
        transform: skewX(-20deg);
        width: 300px;
        padding: 20px 0;
        margin-top: 25px;
    }

    .container-fluid.back-yellow img {
        margin: 0 0 0px 0px;
        width: 165px;
    }

    .hr-caption {
        border: none;
        border-top: 3px solid #FFC40C;
        color: #000;
        font-weight: 700;
        overflow: visible;
        text-align: center;
        height: 5px;
        opacity: 1;
        width: 60%;
    }

    .qlinks {
        padding: 30px 0 0 100px;
    }
    .main-head {
        font-size: 50px;
        font-weight: 800;
        font-family: 'Manrope', sans-serif;
        text-transform: uppercase;
        text-align: center;
    }
    .downlogo {
        color: #FFC40C;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 50px;
        margin: 40px 0px 20px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .container-fluid {
        width: 1600px;
    }

    .navbar-brand img {
        width: 300px;
    }

    .vide-back h1 {
        color: #fff;
        font-size: 82px;
        font-weight: 800;
        font-family: 'Manrope', sans-serif;
        text-transform: uppercase;
    }

    .video-overlay {
        position: absolute;
        top: 0px;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 100%;
        background-image: url('../images/video-over.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 260px 0 0 0;
    }

    .vide-back video {
        width: 100%;
        height: 100%;
    }

    .vide-back {
        height: 880px;
        overflow-y: hidden;
        position: relative;
    }

    .banner-btn {
        background-color: #FFC40C;
        color: #000000;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Manrope', sans-serif;
        border: none;
        border-radius: 0px;
        transform: skewX(-20deg);
        width: 300px;
        padding: 20px 0;
        margin-top: 25px;
    }

    .container-fluid.back-yellow img {
        margin: 0 0 0px 0px;
        width: 165px;
    }

    .hr-caption {
        border: none;
        border-top: 3px solid #FFC40C;
        color: #000;
        font-weight: 700;
        overflow: visible;
        text-align: center;
        height: 5px;
        opacity: 1;
        width: 60%;
    }

    .qlinks {
        padding: 30px 0 0 100px;
    }
    .main-head {
        font-size: 50px;
        font-weight: 800;
        font-family: 'Manrope', sans-serif;
        text-transform: uppercase;
        text-align: center;
    }
    .downlogo {
        color: #FFC40C;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 50px;
        margin: 40px 0px 20px;
    }
}