* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#main-contaner {
    width: 100%;
    /* height: 690px; */
    height: 1500;
    background: #e3e3e3;
    position: relative;
    display: flex;
    justify-content: center;
}

#main-image {
    width: 100%;
    /* height: 690px; */
    height: 1500px;
    position: absolute;
}

#details {
    width: 100%;
    height: 1500px;
    background-color: #60fcda26;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#heading {
    position: relative;
}

#input {
    width: 250px;
    height: 25px;
    margin: 20px;
    padding: 10px;
    /* background-color: transparent; */
    border: none;
    /* box-shadow: 3px 3px 15px 5px rgb(232, 232, 232); */
    border-radius: 20px;
    color: rgba(0, 0, 0, 0.765);
    /* cursor: pointer; */
}

#search-icon {
    width: 25px;
    height: 25px;
    position: relative;
    background-color: transparent;
    border: none;
    top: 1px;
    right: 50px;
    cursor: pointer;

}

#temptature-icon-section {
    width: 100%;
    height: 625px;
    /* display: flex;
    justify-content: space-around; */
    /* border: 1px solid yellow; */
    display: grid;
    /* row-gap: 2vh; */
    /* column-gap: 2vh; */
    /* grid-column: 1fr; */
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    justify-content: center;
    align-items: center;
    /* text-align: center; */
}

#temptature-section {
    /* width: 45%; */
    width: 100%;
    padding: 10px;
    /* border: 1px solid blue; */
}

#date-section {
    width: 90%;
    height: 20px;
    margin: 10px;
    text-transform: capitalize;
    color: white;
    text-shadow: 3px 3px black;
    display: flex;
}

#Max-min-temp {
    width: 90%;
    height: auto;
    margin: 10px;
    display: flex;
}

#max-temp-section,
#min-temp-secion {
    width: auto;
    height: auto;
    display: flex;
    text-transform: capitalize;
}

#temp-section {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#tempetature {
    width: auto;
    height: auto;
    font-size: 8rem;
}

#celcies {
    width: auto;
    height: auto;
    font-size: 8rem;
}

#temp-feels {
    width: 90%;
    height: auto;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
}

#icon-section {
    /* width: 45%; */
    width: 100%;
    padding: 10px;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

#location-cuntry-city {
    width: 90%;
    height: auto;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    color: white;
    text-shadow: 3px 3px black;
}

#main-icon {
    /* width: 350px; */
    width: 65%;
    /* height: 450px; */
    margin: 0px 10px;
    /* border: 1px solid red; */
}

#temprature-nature {
    text-transform: capitalize;
}

#othe-detales {
    width: 100%;
    height: auto;
    display: flex;
    margin: 120px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 1px solid red; */
    /* width: 100%;
    height: auto;
    padding: 10px;
    display: flex;
    justify-content: space-around; */
}

#current-wind-details {
    width: 100%;
    height: auto;
    padding: 10px;
    display: flex;
    /* justify-content: space-around; */
    /* justify-content: center; */
    /* align-items: center; */
}

#current-details,
#wind {
    width: 70%;
    height: auto;
    margin: 20px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    /* border: 1px solid red; */
    border-radius: 20px;
    background-color: #ebfcbf39;
    position: relative;
    overflow: hidden;
}

.names {
    width: 90%;
    height: 25px;
    margin: 3px;
    padding: 2px 10px;
    /* background-color: #fff; */
    border-bottom: 1px solid black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* text-align: center; */
    text-transform: capitalize;
    position: relative;
}

#windmill-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}

#sunset-sunrise {
    width: 70%;
    height: auto;
    margin: 20px;
    padding: 10px;
    border-radius: 20px;
    background-color: #ebfcbf39;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.sun-image {
    width: 60%;
    /* height: 150px; */
}

.sun {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sunrise,
.sunset {
    display: flex;
    justify-content: center;
    text-transform: capitalize;
}

@media (max-width: 650px) {
    #current-wind-details{
        width: 100%;
        flex-direction: column;
        align-items: center;
        /* border: 1px solid aqua; */
    }
    #temp-section{
        font-size: 6rem;
    }
}