*{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}
.card{
    height: 680px;
    width: 90%;
    max-width: 500px;
    background-image: radial-gradient(at 0% 50%, #cfa033, transparent 70%), radial-gradient(at 50% 50%, #79dade, transparent 60%), radial-gradient(at 100% 0%, #a6a475, transparent 100%), radial-gradient(at 0% 100%, #e79fe0, transparent 100%); 
    color: #fff;
    margin: 20px auto 0;
    border-radius: 20px;
    padding: 40px 35px;
    text-align: center;
}
.hea{
    margin-bottom: 20px;
}
.temp{
    display: flex;
    font-size: 50px;
    justify-content: center;
}
form{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
form input{
    border: 0;
    outline: 0;
    background: #ebfffc;
    color: #555;
    padding: 10px 25px;
    height: 60px;
    border-radius: 30px;
    flex: 1;
    margin-right: 16px;
    font-size: 18px ;
}
form button{
    border: 0;
    outline: 0;
    background: #ebfffc;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    cursor: pointer;
}
form button i{
    width: 25px;
    font-size: 25px;
}
.weather-img{
    height: 200px;
    width: 200px;
    padding-top: 20px;
}
.detail-icon{
    width: 100px;
    height: 100px;
}
.weather h1{
    font-size: 80px;
    font-weight: 500;
}
.weather h2{
    font-size: 80px;
    font-weight: 500;
}
.detail{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 50px;
}
.col{
    display: flex;
    align-items: center;
    text-align: left;
    /* color: black; */
}
.col img{
    width: 50px;
    /* height: 60px; */
    margin-right:10px
}
.humidity{
    font-size: 28px;
    margin-top: -px;
}
.wind{
    font-size: 28px;
    margin-top: 1px;
}