
@media screen and (min-width: 1281px) and (max-width: 1920px){
    .wt_detail{
        height: 650px;  
    }

    .wt_more{
        height: 600px;
    }

}

@media screen and (max-width: 1333px){
    .forecast_block{
        padding: 50px;
        padding-top: 80px;
        padding-left: 70px;
        padding-right: 70px;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        grid-gap: 30px;
    }

    .icon_overall{
        position: absolute;
        top: -80px;
        left: -70px;
        width: 250px;
    }

    .forecast_block{
        height: 94vh;
    }

}



@media screen and (max-width: 872px){

    .show_error{
       width: 500px;
       left: 0px;
       top: 80px;
    }

    .forecast_block{
        padding: 20px;
        padding-left: 30px;
        padding-top: 60px;
        padding-right: 30px;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        grid-gap: 30px;
    }

    .icon_overall{
        position: absolute;
        top: -60px;
        left: -70px;
        width: 200px;
    }

    .forecast_block{
        height: 73vh;
    }

    .weather_today{
        margin-bottom: 20px;
    }

    .search{
        width: 25em;
    }

    .search:hover{
        width: 27em;
    }

    .wt_detail{
        height: 450px;  
    }

    .wt_more{
        height: 400px;
    }

    .feature{
        padding: 10px;
    }
    
    .temperature{
        font-size: 70px;
    }

}
 
@media screen and (max-width: 768px){
    
    .forecast_block{
        height: 94vh;
        display: block;
    }
    
    .search{
        width: 20em;
        height: 45px;
    }

    .search:hover{
        width: 23em;
    }

    .search_icon{
        font-size: 30px;
        top: 20px; 
        right: 10px;
    }

    .title_forecast{
        font-size: 20px;
    }

    .icon_overall{
        position: absolute;
        top: -40px;
        left: -40px;
        width: 150px;
    }

    .wt_detail{
        height: 400px;  
    }

    .weather_today{
        height: 280px;
    }

    .wt_more{
        height: 350px;

    }

    .detail_more_bar{
        height: 40px;
    }

    .more_info i{
        font-size: 25px;
    }

    .temperature{
        font-size: 50px;
    }

    .time{
        font-size: 13px;
    }

    .show_error{
        font-size: 15px;
        left: -30px;
     }

    
    .detail_bar{
        height: 40px;
    }

}

@media screen and (max-width: 600px){
    .forecast_block{
        height: 100vh;
        display: block;
    }

    .weather_today{
        height: 240px;
    }

    .wt_detail{
        height: 300px;  
    }

    .wt_more{
        height: 250px;
    }

    .title_forecast{
        font-size: 16px;
    }

    .detail_bar{
        height: 30px;
    }

    .detail_more_bar{
        height: 30px;
    }

    
}

@media screen and (max-width: 390px) {

    body::-webkit-scrollbar {
        width: 2px;
      }
       
      body::-webkit-scrollbar-thumb {
        background-color: rgb(10, 71, 184,0.6);
        border-radius: 99px;  
      }

    .forecast_block{
        height: 93vh;
        padding: 15px;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        grid-gap: 20px;
    }

    .icon_overall{
        left: -30px;
    }

    .menu_icon{
       display: none;
    }

    .back_home{
        font-size: 30px;
        margin-top: 15px;
        margin-left: 10px;
        color: white;
        transition: 0.4s;
    }

    .header{
        padding: 10px;
    }

    .search{
        width: 23em;
        height: 45px;
        font-size: 13px;
        padding-top: 0;
    }

    .search:hover{
        width: 23em;
    }

    .black_space{
        width: 200px;
        height: 200px;
    }

    .city{
        font-size: 15px;
    }

    .show_error{
        width: 250px;
        left: 20px;
        top: 70px;
        font-size: 10px;
     }

     .icon_overall{
        width: 120px;
        top: -60px;
     }

     .describe{
        font-size: 13px;
     }

     .more_info i{
        font-size: 20px;
        opacity: 0.8;
     }

     .more_info p{
        font-size: 10px;
        opacity: 0.8;
     }

     .weather_forecast{
        padding: 10px;
     }

     .fc_header{
        width: 100%;
        padding: 5px;
        gap: 10px;
    }

    .title_forecast i{
        font-size: 20px;
    }

    .fc_header button{
        border: 2px solid rgb(255,255,255);
        color: rgb(255,255,255);
        background: none;
        padding: 7px;
        width: 240px;
        font-size: 10px;
    }

    .detail_bar{
        height: 30px;
        font-size: 13px;
    }

    .detail_more_bar{
        height: 30px;
        font-size: 13px;
    }

    .title_forecast{
        font-size: 12px;
    }

} 

@media screen and (max-height: 737px) {

    body::-webkit-scrollbar {
        width: 2px;
      }
       
      body::-webkit-scrollbar-thumb {
        background-color: rgba(48, 10, 184, 0.6);
        border-radius: 99px;  
      }

    .forecast_block{
        height: 99vh;
        padding: 15px;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        grid-gap: 20px;
    }

    .icon_overall{
        left: -30px;
    }

    .menu_icon{
       display: none;
    }

    .back_home{
        font-size: 30px;
        margin-top: 15px;
        margin-left: 10px;
        color: white;
        transition: 0.4s;
    }

    .header{
        padding: 10px;
    }

    .search{
        width: 23em;
        height: 45px;
        font-size: 13px;
        padding-top: 0;
    }

    .search:hover{
        width: 23em;
    }

    .black_space{
        width: 200px;
        height: 200px;
    }

    .city{
        font-size: 15px;
    }

    .show_error{
        width: 250px;
        left: 10px;
        top: 70px;
        font-size: 10px;
     }

     .icon_overall{
        width: 120px;
        top: -60px;
     }

     .describe{
        font-size: 13px;
     }

     .more_info i{
        font-size: 20px;
        opacity: 0.8;
     }

     .more_info p{
        font-size: 10px;
        opacity: 0.8;
     }

     .weather_forecast{
        padding: 10px;
     }

     .fc_header{
        width: 100%;
        padding: 5px;
        gap: 10px;
    }

    .title_forecast i{
        font-size: 20px;
    }

    .fc_header button{
        border: 2px solid rgb(255,255,255);
        color: rgb(255,255,255);
        background: none;
        padding: 7px;
        width: 240px;
        font-size: 10px;
    }

    .detail_bar{
        height: 30px;
        font-size: 13px;
    }

    .detail_more_bar{
        height: 30px;
        font-size: 13px;
    }

    .title_forecast{
        font-size: 12px;
    }

} 
   

@media screen and (max-height: 66px) {


    .forecast_block{
        height: 109vh;
        padding: 15px;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        grid-gap: 20px;
    }

    .icon_overall{
        left: -30px;
    }

    .menu_icon{
       display: none;
    }

    .back_home{
        font-size: 30px;
        margin-top: 15px;
        margin-left: 10px;
        color: white;
        transition: 0.4s;
    }

    .header{
        padding: 10px;
    }

    .search{
        width: 23em;
        height: 45px;
        font-size: 13px;
        padding-top: 0;
    }

    .search:hover{
        width: 23em;
    }

    .black_space{
        width: 200px;
        height: 200px;
    }

    .city{
        font-size: 15px;
    }

    .show_error{
        width: 250px;
        left: 10px;
        top: 70px;
        font-size: 10px;
     }

     .icon_overall{
        width: 120px;
        top: -60px;
     }

     .describe{
        font-size: 13px;
     }

     .more_info i{
        font-size: 20px;
        opacity: 0.8;
     }

     .more_info p{
        font-size: 10px;
        opacity: 0.8;
     }

     .weather_forecast{
        padding: 10px;
     }

     .fc_header{
        width: 100%;
        padding: 5px;
        gap: 10px;
    }

    .title_forecast i{
        font-size: 20px;
    }

    .fc_header button{
        border: 2px solid rgb(255,255,255);
        color: rgb(255,255,255);
        background: none;
        padding: 7px;
        width: 240px;
        font-size: 10px;
    }

    .detail_bar{
        height: 30px;
        font-size: 13px;
    }

    .detail_more_bar{
        height: 30px;
        font-size: 13px;
    }

    .title_forecast{
        font-size: 12px;
    }

} 
   

