@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
    *{
        box-sizing: border-box;
        padding: 0%;
        margin: 0%;
        font-family: 'Poppins', sans-serif;
    }
    body{
        /* background-color: #457b9d; */
        background-color: #214ea8;  
    }

.title{
    text-align: center;
    font-size: 50px;
    margin: 2px;
    color: white;
}
.input-con{
    /* margin: auto; */
    /* color: red; */
    /* margin: auto; */
    width: 400px;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 10px;

}
.container{
    border-radius: 8px;
    /* background-color: white; */
    color: white;
    width: 400px;
    height: 490px;
    margin: auto;
    border: 1px solid white;
    /* margin-top: 5%; */
    /* padding: 10px; */
    /* display: flex; */
}
.heading{
    border-bottom: 1px solid rgb(182, 180, 180);
}
.heading h3{
    padding: 10px;
    font-size: 25px;
    font-weight: 500;
    color: white;
}
.arrow{
    color: #5e63dc;
    font-size: 25px;
}
.img img{
    /* background-color: blue; */
    width: 150px;
    height: 150px;
    
}
.img{
    width: 200px;
    height: 200px;
    
    margin: auto;
    padding: 30px;
}

.temp h1{
    margin: auto;
    font-size: 50px;
    text-align: center;
    font-weight: 400;
}
.des p{
    margin: auto;
    font-size: 20px;
    text-align: center;
    padding: 7px;
}

.flex-box{
    display: flex;
    width: 100%;
    height: 4.2rem;
    border-top: 1px solid white;
    
}


.feel{
    /* background-color: chartreuse; */
    width: 50%;
    display: flex;
    justify-content: center;
    border-right: 1px solid white;

}

.humidity{
    /* background-color: cornflowerblue; */
    width: 50% ;
    display: flex;
    justify-content: center;
}

.temp-logo{
    /* background-color: red; */
    line-height: 5rem;  
    font-size: 25px;
    color: #64b5f6;
}
.feel-temp{
    padding: 10px;
}

.input{
    width: 400px;
    margin: auto;
    font-size: 20px;
    border-radius: 10px;
    outline: none;
    border : 1px solid #495057;
    padding: 5px 10px;
    /* text-align: center; */

}
.warn{
    color: #721c24;
  /* display: block; */
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  /* border-radius: 10px; */
  margin-top: 10px;
}
.warn-heading{
    font-size: 17px;
  text-align: center;
  padding: 12px 10px;
  border-radius: 7px;
  margin-bottom: 15px;
  
}
.error-icon{
    margin: auto;
    margin-top: 2rem;
}
.error-img{
    width: 300px;
    height: 300px;
}