.search-h1{
    color :#f0f0f0;
    font-size: 40px;
    padding: 10px;
}

h2{
    color: white;
}

.last-city{
    border-radius: 20px;
    background-color: rgba(17, 17, 17, 0.6);
    color: white;
    width: 15%;
    padding: 20px;
    margin-left: 75%;
    margin-top: 10%;
}

.last-city h2{
    margin-bottom: 20px;
    text-align: left;
    font-size: 20px;
}

.see-more{
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: #d1d1e0;
    letter-spacing: 1px;
    background-color: #12123a;
    border: none;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease;
}
.see-more:hover {
    background-color: #000000;
}


.search-section{
    background-image: url('../../images/meteo/dark/night-sky-background.webp');
    height: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.search-div{
    background-color: rgba(255, 255, 255, 0.86);
    padding: 10px;
    border-radius: 10px;
}

.search-bar{
    border-radius: 10px;
    width: 500px;
    border:none;
    background: none;
    outline:none;
    color: #000000;
    font-size: 16px;
    transition: 0.4s;
    line-height: 50px;

}

.search-form {
    display: flex;
    align-items: center;
    width: 600px;
    height: 50px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 100px;
    overflow: hidden;
    background-color: #f9f9f9;
}

.search-input {
    flex: 1;
    padding: 12px 20px;
    border: none;
    font-size: 30px;
    outline: none;
    background: transparent;
}

.search-button {
    padding: 9px 12px;
    background-color: #e0e0e0;
    border: none;
    cursor: pointer;
    font-size: 31px;
    transition: background-color 0.2s ease;
}

.search-button:hover {
    background-color: #ccc;
}



.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.meteoSearch{
    margin-top: 30px;
    background-color: #1A2A3A;
    padding : 20px;
    color: #000000;
    display: block;
    border-radius: 10px;
    align-items: center;
    height: 440px;
    width: 1300px;
}

.weatherDay{
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
}

.weatherDayItem{
    border-radius: 10px;
    background: rgb(41, 53, 70);
    padding: 10px 10px 40px 0;
    display: flex;
    flex-direction: column;
    height: 200px;
}

.temp{
    display: flex;

}

