*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}
.city{
position:relative;
    top:150px;
}

.sunset{
    display: flex;
    align-items: center;
    text-align: left;

    /* width: 10px;
    height: 10px;
    position: absolute;
    left: 1000px; */
    position: absolute;
    bottom: 100px; 
   
}
.sunrise{
    /* width: 50px;
    height: 50px; */
    display: flex;
    align-items: center;
    text-align: left;
    position: absolute;
    bottom: 100px; 
}
body{
    background-image: url("images/a2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    }

.card{
    width: 90%;
    max-width: 470px;
    background:linear-gradient(135deg,#f9eae7,#5b548a);
    color:#fff;
    margin:100px auto 0;
    border-radius: 22px;
    padding: 40px 35px;
    text-align: center;
    /* height: 500px; */

}

/* #tempchange{
    border-radius: 25px;
    cursor: pointer; */
    /* border: 1px solid #3498db; */
    /* background-color: transparent;
    height: 50px;
    width: 200px;
    color:white;
    font-size: 1.5em;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    width:90px;
    position: absolute;
    left: 722px;
    height: 50px;
    top: 434px;
} */


#tempchange {
    border-radius: 45px;
    cursor: pointer;
    background-color: transparent;
    height: 60px;
    width: 110px;
    color: white;
    font-size: 2em;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 90px; */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 250px;
  }
#tempChange::after {
    content: "Hover over this button to see instructions";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#tempChange:hover::after {
    opacity: 1;
}
.search{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;}

.search input{
    border: 0pxe;
    outline: 0;
    background: #ebfffc;
    color: #555;
    padding: 10px 25px;
    height: 60px;
    border-radius: 30px;
    flex: 1;
    margin-right: 16px;
    font-size: 20px;
}


.search button{
    border: 0;
    outline: 0;
    background: #ebfffc;
    border-radius: 64px;
    width :55px;
    height :55px;
    cursor:pointer;

}

.search button img{
    width: 16px;} 

    .weather-icon{
        width: 170px;
        margin-top:30px;

    }
    .weather h1{
        font-size: 80px;
        font-weight: 500;
    }
    .weather h1{
        font-size: 45px;
        font-weight: 400;
        margin-top: -10px;
    }

    .details{
        display:flex;
        align-items:center;
        justify-content: space-between;
        padding: 0 20px;
        margin-top:70px;
    }
.col{
    display: flex;
    align-items: center;
    text-align: left;

}

.col img{
    width:40px;
    margin-right:10px;
}

.humidity,.wind{
    font-size:28px;
    margin-top: -6px;
}
#change{
    display: none;
}

.error{
    text-align: left;
    margin-left: 10px;
    font-size: 14px;
    margin-top: 10px;
    display: none;
    margin-bottom: -70px;
    position: absolute;
    left: 680px;
 
  font-size: larger;
}
