*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
html,body{
    height: 100vh;
    width: 100vw;

}
#main{
    height: 100%;
    width: 100%;
    font-family: 'Oswald', 'sans-serif';
   letter-spacing: 1px;
}
#bg{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: -1;
    background-size: cover;
    background-position: center;
   
}
#header{
    height: 20%;
    width: 100%;
    display: flex;
    align-items: center;
}
#content{
   height: 80%;
    width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-betweem;
}
#date{
    height: 100px;
    width: 200px;
    margin: 60px;
    padding: 10px;
    border-radius: 10px;
    backdrop-filter: blur(8px);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.56);
    font-weight: lighter;
}
#date:hover{
     transform: scale(1.05);
    transition: all 0.2s ease;
}
.dt{
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: x-large;
    font-family: 'Oswald', 'sans-serif';
     
}
#searchcity{
    height: 50px;
    width: 500px;
    margin-left: 100px;
    padding: 0px 10px;
    border-radius: 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.562);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
#globe img{
    object-fit: cover;
    height: 30px;
    padding: 2px;
}
.sideicon{
    height: 60%;
    width: 6%;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}
#searchicon:hover{
    background-color: rgba(255, 255, 255, 0.452);
}
#search{
   height: 50px;
   flex: 1;
}
#search input{
    height: 100%;
    width: 100%;
    flex: 1;
    border: none;
    background-color: transparent;
    outline: none;
    color: black;
    font-size: larger;
    font-family: 'Oswald', 'sans-serif';
    text-align: center;
    letter-spacing: 1px;
    box-sizing: border-box;
   
}
#search input:hover{
    color: antiquewhite;
}
#searchcity:hover{
    background-color: rgba(0, 0, 0, 0.4);
    transform: scale(1.05);
    transition: all 0.2s ease;
    color: antiquewhite;
}
#time{
    height: 50px;
    width: 150px;
    margin-left: 150px;
    border-radius: 10px;
    backdrop-filter: blur(9px);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.562);
     display:flex;
    justify-content: center;
    align-items: center;
}
#time:hover{
    transform: scale(1.05);
    transition: all 0.2s ease;
}
.misc{
    height: 110px;
    width: 180px;
    margin-left: 100px;
    margin-top: 30px;
    margin-bottom: 60px;
    border-radius: 10px;
    backdrop-filter: blur(8px);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.56);
    display: flex;
    padding: 6px;
    align-items: center;
    justify-content: center;
}
.misc:hover{
    transform: scale(1.05);
    transition: all 0.2s ease;
}
#weather{
    height:92%;
    width: 58%;
    margin-left: 130px;
    border-radius: 30px;
    backdrop-filter: blur(9px);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.562);
    overflow: hidden;
}
#weather:hover{
    transform: scale(1.03);
    transition: all 0.2s ease;
}
#wheader{
    height: 25%;
    width: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
#wthr{
    height: 100%;
    width: 13%;
}
#wicon{
    height: 80%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: last baseline
    
}
#wtext{
    flex: 1;
    text-align: center;
}
#cfeel{
    height: 100%;
    width: 21%;
}
#city{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    height: 75%;
}
#feelslike{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: normal;
    height: 25%;
}
.temp{
    height: 90%;
    width: 4%;
    font-size: larger;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.hmwd{
    height: 50%;
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: larger;
}
#wthrdays{
    width: 100%;
    height: 65%;
    padding: 10px;
}
#wthrdays table{
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: large;
}
#hrforecast{
    height: 10%;
    width: 100%;
    padding: 5px, 0px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
   
}
.ticons{
    width: 60px;
    height: 60px;
}
.ticons img{
    width: 100%;
    height: 100%;
}
.hicon{
    width: 40px;
    height: 40px;
   margin-right: 3px;
}
.trihrs{
    height: 100%;
    width: 22%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content:space-evenly;
    text-align: center;
}
.trihrs:hover{
    transform: scale(1.03);
    transition: all 0.2s ease;
}
.trihrs img{
    width: 60px;
    height: 60px;
    padding: 0%;
    margin: 0%;
    
}
.ft{
    width: 50%;
    height: 100%;  
}
.snimg{
    display: flex;
    align-items: center;
    justify-content: center;

}
.snimg img{
    height: 50px;
    margin-top: 5px;
}
.sunrsst{
    height: 50%; 
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hpop img{
    width:75px;
    height: 75px;
}
#todaypop{
    width: 80px;
    height: 100%;
     display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
}