/* =====================================  LANDSCAPE ============================================================================  */
@media all and (orientation: landscape) {
    #landscapeGate{
       position: absolute;
       top: 0;
       right: 0;
       bottom: 0;
       left: 0;
       background: rgb(17 17 17 / 0.6);
       z-index: 999999;
       backdrop-filter: blur(10px);
       display: flex !important;
       justify-content: center;
       align-items: center;
    }

    .courses-id-videoid #landscapeGate, .sponsor #landscapeGate{
        display:none !important;
    }
}


/* =====================================  XL devices ============================================================================  */
@media (min-width: 1200px){
   *{}

    body, html{
    background: #1a1a1a;
    padding-top: 0em;
    }

    .app{
    margin: auto;
    background: rgb(17 17 17 / 50%);
    overflow: hidden;
    }

    .app .screen{
        /* display:none; */
    }

    #landscapeGate{
        display: none !important;
    }

    #signupGate{
       position: absolute;
       top: 0;
       right: 0;
       bottom: 0;
       left: 0;
       background: rgb(17 17 17 / 0.6);
       z-index: 999999;
       backdrop-filter: blur(10px);
       display: flex !important;
       justify-content: flex-end;
       align-items: center;
       background-image: url(https://images.unsplash.com/photo-1470115636492-6d2b56f9146d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1440&q=40);
       background-size: cover;
    }

    #signupGate .info{
        background: rgb(17 17 17 / 0.6);
        backdrop-filter: blur(9px);
        width: 40%;
        padding: 2em 2em;
        border-radius: 2em;
        margin-right: 1em;
    }

    .sponsor #signupGate{
        display:none !important;
    }

    .sponsor .app{
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    background: rgb(17 17 17 / 0.7);
    border-radius: 0;
    }

    .sponsor .app .screen{
        display: block;
        max-width: 50vh;
        margin: auto;
    }

}



/* =====================================  LG devices ============================================================================  */
@media (min-width: 992px) and (max-width: 1199.98px) {
   *{}
   
}

/* =====================================  MD devices ============================================================================  */

@media (min-width: 768px) and (max-width: 991.98px) {
   *{}
  
}

/* =====================================  SM devices ============================================================================  */

@media (min-width: 576px) and (max-width: 767.98px) {
   *{}



}


/* =====================================  XS devices ============================================================================  */


@media (max-width: 575.98px) {
   *{}
 
   .content.flexed {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .courseCard .courseInfo{
        padding: 1em;
    }


}

@media (max-width: 767.98px) and (orientation: landscape) {
    *{}
}


/* =====================================  MOBILE KEYBOARD ============================================================================  */

@media (max-width: 767.98px) and (max-height: 460px) {


}
