body{
background: url(./img/background.jpeg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: cover;

}
html{
    height: -webkit-fill-available;
}
*{
   
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container{

    box-shadow: 1px 2px 2px 1px rgb(97 118 206);
     background-position-y: bottom;

/*    background-image: url(./img/weather.jpeg);
   background-repeat: no-repeat;
    background-size: cover; */
width: 26rem;
    margin: 0 auto;
    color: #ffffff;
    border-radius: 18px;
    padding: 48px 32px;
    text-align: center;
    

    
}
.search{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search input{


    font-size: large;
    font-weight: 900;
    cursor: pointer;
   text-align: center;
    box-shadow: 1px 2px 5px rgb(75, 113, 155);
    border: 0;
    outline: 0;
    padding: 10px 25px;
    height: 40px;
    border-radius: 10px;
    margin-right: 16px;
    flex: 1;
    color: rgb(248, 245, 245);
    text-shadow: 1px 1px rgba(240, 79, 79, 0.415);
    background-color: rgba(5, 5, 5, 0.193);


}
.search button{
    background-color: rgba(57, 57, 57, 0);
    
    border: 0;
    outline: 0;
    border-radius:40px;
    
    height: 60%;
    cursor: pointer;

}
.search button img{
   
    width: 40px;
    height: 35px;
}
.weatherIcon{
   width: 70px;
   margin-top: 25px; 
}
.weather h1{
    text-shadow: 2px 2px rgb(89, 86, 86);
    color: rgb(249, 246, 246);
    font-family: monospace;
    font-size:25px;
    font-weight: 600;
    margin-top: 2px;
}
.weather h2{
    text-shadow: 2px 2px 2px rgb(43, 36, 36);

    color: rgb(251, 250, 250);
    font-size:30px;
    font-weight: 900;
    margin-top:2px;
}

.weather{
    display: none;
}
.details{
     background: #00000024;
    border-radius: 18px;
    align-items: center;
    justify-content: space-between;
    



}
.col{
    
 
    font-weight: 100;
    display: flex;
    align-items: center;
    text-align: left;
}
.col, img{
    margin: 10px;
    width: 40px;
    margin-right: 2px;
   
}
p , h4{ 
    text-shadow: 3px 2px rgb(4, 4, 4);
    font-size:18px;
    font-weight: 200;
    margin: 1px auto;
    padding:1px;
  
}
h3{
 
    text-transform: capitalize;
    text-align: center;
   padding:7px;
margin-bottom: 4rem;
box-shadow: 0px 1px 1px rgba(75, 112, 155, 0.541);
border-radius: 5px;
font-style: italic;
color: beige;
text-shadow: 2px 2px rgb(80, 50, 50);

}
.error {
    border-radius: 5px;
    color: red;
    box-shadow: 2px 2px 4px rgb(151, 149, 145);
    width: 8rem;
    font-style: italic;
    text-align: left;
    margin-left: 10px;
    font-size: 20px;
   margin-top: 9px;
   display: none;
    
}
