@font-face {
    font-family: "Poppins-Bold";
    src: url("../fonts/Poppins-Bold.ttf");
    font-weight: normal;
    font-style: normal;
}

body {
    background-image: linear-gradient(180deg, rgba(28, 112, 239, 0.70) 0%, #10016F 100%), url(../images/bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center, center;
    height: 99.4vh;
    width: 99.8%;
}

.wallpaper_logo_image {
    width: 40%;
}

.wallpaper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100vh;
}

.wallpaper_title {
    font-family: "Poppins-Bold";
    color: white;
    font-size: 225px;
    padding-top: 45px;
    padding-bottom: 45px;
}

.wallpaper_play_stor_icone_image {
    width: 40%;
}

.wallpaper_video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

.wallpaper_video_iframe {
    width: 87%;
    height: 50%;
    border-radius: 50px;
}


@media (max-width: 680.98px) {
    body {
        background-image: linear-gradient(180deg, rgba(28, 112, 239, 0.70) 0%, #10016F 100%), url(../images/680_X_670.webp) !important;
        height: 100vh;
        width: 96.8%;
    }

    .wallpaper_title {
        font-size: 45px;
        padding-top: 8px;
        padding-bottom: 7px;
    }
    .wallpaper {
       display: block;
       text-align: center;
       height: auto;
    }

    .wallpaper_video {
        display: block;
        text-align: center;
        height: auto;
        padding-top: 25px;
    }

    .HDwallpaper{
        position: absolute;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .row{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .wallpaper_video_iframe {
        border-radius: 15px;
    }
}

@media (min-width: 681px) and (max-width: 768.98px) {
    body {
        background-image: linear-gradient(180deg, rgba(28, 112, 239, 0.70) 0%, #10016F 100%), url(../images/768_X_670.webp) !important;
        height: 100vh;
        width: 100%;
    }

    .wallpaper_logo_image{
        width: 25%;
    }
    
    .wallpaper_play_stor_icone_image{
        width: 25%;
    }

    .wallpaper_title {
        font-size: 45px;
        padding-top: 8px;
        padding-bottom: 7px;
    }
    .wallpaper {
       display: block;
       text-align: center;
       height: auto;
    }

    .wallpaper_video {
        display: block;
        text-align: center;
        height: auto;
        padding-top: 25px;
        height: 125%;
    }

    .HDwallpaper {
        position: inherit; 
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }

    .row{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .wallpaper_video_iframe {
        border-radius: 15px;
        height: 100%;
    }
}

@media (min-width: 769px) and (max-width: 991.98px){
    body {
        height: 100vh;
        width: 100%;
    }

    .wallpaper_logo_image,.wallpaper_play_stor_icone_image{
        width: 25%;
    }

    .wallpaper_title {
        font-size: 45px;
        padding-top: 8px;
        padding-bottom: 7px;
    }
    .wallpaper {
       display: block;
       text-align: center;
       height: auto;
    }

    .wallpaper_video {
        display: block;
        text-align: center;
        height: 105%;
        width: 100%;
        padding-top: 25px;
    }

    .HDwallpaper {
        position: inherit;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }

    .row{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .wallpaper_video_iframe {
        border-radius: 15px;
        width: 100%;
        height: 112%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px){
    body {
        height: 100vh;
        width: 100%;
    }

    .wallpaper_title {
        font-size: 45px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .row{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .wallpaper_video_iframe {
        width: 92%;
        height: 50%;
        border-radius: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1599.98px){
    body {
        height: 100vh;
        width: 100%;
    }

    .wallpaper_title {
        font-size: 50px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .row{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .wallpaper_video_iframe {
        width: 92%;
        height: 50%;
        border-radius: 15px;
    }
}

@media (min-width: 1600px) and (max-width: 1920.98px){
    body {
        height: 100vh;
        width: 100%;
    }

    .wallpaper_title {
        font-size: 75px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .row{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .wallpaper_video_iframe {
        width: 92%;
        height: 50%;
        border-radius: 15px;
    }
}

@media (min-width: 1921px){
    body {
        height: 100vh;
        width: 100%;
    }

    .wallpaper_logo_image,.wallpaper_play_stor_icone_image{
        width: 25%;
    }

    .wallpaper_title {
        font-size: 75px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .row{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .wallpaper_video_iframe {
        width: 92%;
        height: 50%;
        border-radius: 50px;
    }
}
