.section-1{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 600px;
    background-image: url('../image/mountains.svg');
    background-position: left;
    background-color: rgba(24, 65, 87);
    background-size: cover;
    background-repeat: no-repeat; 
}


.section-1-content-container{
    display: flex;
    justify-content: space-between;
    width: 1140px;
    margin-top:100px;

}

.section-1-content {
    height: 500px;
    width: 1140px;
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.info{
    height:400px;
    width: 400px;
}
h2 {
    font-size: 32px;
}
.section-1-content .info p{
    font-size: 16px;
    margin-bottom: 25px;
}


.number_customers{
    height: 44px;
    width: 370px;
    border: none;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 15px;
    text-align: center;
    line-height: 44px ;
    font-size: 25px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
.trophy-icon{
    margin-left: 10px;
    margin-top: 10px;
    height: 30px;
    width: 30px;
}
.number_customers_text{
    height:44px;
    width: 330px;
    margin-top: 0px;
}

.section-1-button {
    display: inline-block;
    background: #f47b21;
    color: white;
    padding: 20px 35px;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 30px;
    margin-right: 25px;
    font-size: 14px;
}
.section-1-button:hover{
    text-decoration: underline;
}

.weather_animated {
    margin-top: 50px;
    height: 260px;
    width: 440px;
    padding: 20px;
    background:rgb(22, 57, 76);
    border: 4px solid rgb(96, 128, 148);
    border-radius: 10px;
    color:white;
}
.weather_animated .location{
    width: 100%;
    font-size: 14px;
    text-align: center;

}
.current_weather{
    height: 120px;
    width: 100%;
    display: flex;
    justify-content: space-between;

}
.current-container{
    height: 120px;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -20px;
}

.current_icon img{
    height: 120px;
}
.current_weather_discription{
    height:30px;
    width: 60px;
    margin-top: -30px;
    text-align: center;
}

.current_temperature{
    font-family: Arial, Helvetica, sans-serif;
    height: 120px;
    width: 30%;
    font-size: 30px;
    line-height: 120px;
}

.current_discription{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 120px;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.section-1-forecast {
    font-family: Arial, Helvetica, sans-serif;
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 15px;
}
.section-1-day {
    text-align: center;
}