body {
    overflow-x: hidden;
    overflow-y: hidden;
}

.back_img {
    background-image: url('../images/coming_soon/back.png');
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    background-position: center;
    background-size: cover;
    position: relative !important;
}

.logo_ban img {
    height: 100px;
    object-fit: contain;
}

.text_img img {
    height: 89px;
    object-fit: contain;
}

.app_row {
    display: flex;

}

.app_row img {
    height: 50px;
    object-fit: contain;
}

.phone img {
    height: 298px;
    object-fit: contain;

}

@media (max-width:400px) {
    .logo_ban img {
        height: 80px;
    }

    .text_img img {
        height: 43px;
    }

    .app_row img {
        height: 29px;
    }

    .phone img {
        height: 280px;
        object-fit: contain;
        position: unset !important;
    }

    .back_img {
        width: 100%;
        height: 100vh;
    }
}

@media (max-width:600px) and (min-width:401px) {
    .logo_ban img {
        height: 100px;
    }

    .text_img img {
        height: 60px;
    }

    .app_row img {
        height: 40px;
    }

    .phone img {
        height: 380px;
        object-fit: contain;
        /* margin-top: 8%; */
        position: unset !important;
    }

    .back_img {
        width: 100%;
        height: 100vh;
    }
}

@media (max-width:992px) and (min-width:601px) {
    .logo_ban img {
        height: 130px;
    }
   
    .text_img img {
        height: 80px;
    }

    .app_row img {
        height: 60px;
    }

    .phone img {
        height: 480px;
        object-fit: contain;
        /* margin-top: 15%; */
        position: unset !important;
    }

    .back_img {
        width: 100%;
        height: 100vh;
    }
}

@media (max-width:1100px) and (min-width:993px) {
    .logo_ban img {
        height: 130px;
    }
    .text_img img {
        height: 80px;
    }
    .phone_2, .phone_1{
        display: none !important;
    }
    .phone{
        position: static;
        bottom: 0;
    }
    .app_row img {
        height: 60px;
    }

    .phone img {
        height: 401px;
        object-fit: contain;
    }

    .back_img {
        width: 100%;
        height: 100vh;
    }

    .phone img {
        height: 298px;
        object-fit: contain;
      
    }

    /* .phone_1{
        display: flex !important;
    }
    .phone_2{
  display: none !important;
    } */
}

@media (max-width:1365px) and (min-width:1101px) {
    .logo_ban img {
        height: 101px;
    }

    .text_img img {
        height: 60px;
    }

    .app_row img {
        height: 49px;
    }

    .phone img {
        height: 308px;
        object-fit: contain;
    }
    .phone{
        position: absolute;
        bottom: 0;
    }
    .back_img {
        width: 100%;
        height: 100vh;
    }
}

@media (max-width:1600px) and (min-width:1200px) {
    .mac-os .logo_ban img {
        height: 120px !important;
    }

    .mac-os .text_img img {
        height: 100px !important;
    }
    .phone_3 {
        display: none !important;
      }
    .mac-os .app_row img {
        height: 60px !important;
    }
    .phone{
        position: absolute;
        bottom: 0;
    }
    .mac-os .phone img {
        height: 460px !important;
        object-fit: contain;
        /* margin-top: 20% !important; */
        
    }

    .mac-os .back_img {
        width: 100%;
        height: 100vh !important;
    }

    .mac-os .phone_1 {
        display: none !important;
    }

    .mac-os .phone_2 {
        display: flex !important;
    }
}