body{
    font-family: "Roboto", "Open Sans", sans-serif;
    background-color: #1E202B;
}




.tittle{
    h1{
        color: white;
        font-weight: 700;
    }
    span{
        color: #bfc1c8;
        font-size: 10px;
    }
}


.navbar-w{
    background-color: #1E202B;
}



.nav-link {
    border: 2px solid #0dcaf0;
    border-radius: 20px;
    padding: 5px 15px;
    margin: 4px 5px;
    transition: all 0.3s ease-in-out;
    color: white;
}

.nav-link:hover {
    background-color: #0dcaf0; 
    color: rgb(0, 0, 0); 
    border-color: #0dcaf0; 

}
.nav-link:focus {
    color: white;
    background-color: #0dcaf0; 
    color: rgb(0, 0, 0); 
    border-color: #0dcaf0; 
}
.active{
    color: white;
    background-color: #0dcaf0; 
    color: rgb(0, 0, 0); 
    border-color: #0dcaf0; 
}
.home{
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    object-fit: cover ;
    margin: 0px 0px;
    
    
}
.input-group input{
   background-color: #1E202B;
   border: none;
   border-radius: 30px !important;
   padding: 20px;
   position: relative;
   color: white;

}
.form-control:focus{
color: white !important;
background-color: black !important;

}

.input-group .btn {
    position: relative;
    z-index: 200 !important;
}
.input-group input::placeholder{
    color: rgba(255, 255, 255, 0.57);
}
.btn-srch {
    bottom: 49px;
    right: 10px;
    background-color: #009AD8;
    position: absolute !important;
    border-radius: 30px !important;
    padding-inline: 44px;
    padding-block: 12px;
    margin-top: 7px;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.8);
}
.forecast-container {
    width: 100%;
    background: #323544;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    margin-top: -150px;
    margin-bottom: 50px;
}
.forecast-container .forecast {
    width: 33.33%;
}
.card{
    border: none !important;
    background-color: #323544;
}
.card2,.card3{
    border: none !important;
    background-color: #262936;
}
.card3{
    background-color: #323544;
}
.head-card {
    background-color: #2D303D ;
    color: rgba(255, 255, 255, 0.5);
}
.head-card2,.head-card3{
    background-color: #222530;
    color: rgba(255, 255, 255, 0.5);
}
.head-card3{
    background-color: #2D303D;
}
.body-card{
    border: none !important;
    background-color: #323544;
    color: white;
    margin-bottom: 0px;
    h1{
      font-size: 67px;
        font-weight: 600;
        padding-left: 30px;
    }
    p{
        font-size: 30px;
    }
    img{
        width: 40%;
        margin-bottom: 10px;
    }
    .cloud{
        font-size: 20px;
        color: rgba(255, 255, 255, 0.705);
        padding-left: 30px;
        padding-bottom: 20px;

    }
    .p1{
        font-size: 30px;
    
    }
    .p2{
        font-size: 20px;
        color: rgba(255, 255, 255, 0.5);
    }
   
}
.footer-card{
    background-color: #323544;
    color: white;
}
.body-card2,.body-card3{
    border: none !important;
    background-color: #262936;
    color: white;
    margin-bottom: 0px;

    img{
        width: 20%;
    }
    .p1{
        font-size: 30px;
    }
    .p2{
        font-size: 20px;
        color: rgba(255, 255, 255, 0.5);
    }
    .custom {
        color: #009ad8;
      
    }
}
.body-card3{
    background-color: #323544;
}



.footer {
    background-color: #262936;
    padding: 40px 0;
    color: white;
    text-align: center;
}

.footer h5 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 24px;
}

.footer .social-icons {
    margin-bottom: 20px;
}

.footer .social-icons a {
    display: inline-block;
    margin: 0 10px;
    color: white;
    font-size: 24px;
    transition: color 0.3s;
}

.footer .social-icons a:hover {
    color: #0a58ca;
}

.subscribe-form {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.subscribe-form input {
    border-radius: 25px;
    padding:  10px 20px;
    border: none;
    outline: none;
    width: 300px;
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.subscribe-form button {
    border-radius: 25px;
    padding: 10px 25px;
    margin-left: 10px;
    font-weight: bold;
    background-color: #0a58ca;
    border: none;
    color: white;
    transition: 0.3s;
}

.subscribe-form button:hover {
    background-color: white;
    color: #0a58ca;
 

}

.footer .copy {
    margin-top: 20px;
    font-size: 14px;
    color: #f1f1f1;
}
