nav .container{
    width: 80%;
}
.navbar-brand img{
    width: 64px;
    margin: 10px;
    height: 38px;
}
.logo-content h1{
    margin-bottom: 5px;
    
    font-size: 16px;
    color: white;
    font-weight: 700;
  
    line-height: normal;
}
.logo-content small{
    font-size: 10px;
    display: block;
    color: #bfc1c8;
    font-weight: 300;
    line-height: 1.5;
    font-family: "Roboto", "Open Sans", sans-serif;
}
.navbar{
    padding: 40px 0;
    background-color: #1E202B;
}

.nav-style{
    color: white;
    font-weight: 400;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 14px; 
   
}
.nav-link:hover{
    color: #009ad8;
    border: 2px solid #009ad8;
    border-radius: 30px;
    padding: 2px 25px;
    color: #009ad8;
    /* transition: 0.3s ; */
   
}
.nav-active {
    color: #009ad8;
    border: 2px solid #009ad8;
    border-radius: 30px;
    padding: 2px 25px;
}
.nav-active:hover {
    color: #009ad8;

}

.photo{
    background-image: url(../banner.png);
    background-size: cover;
    padding: 70px 0;
    min-height: 350px;
}
.location{
    position: relative;
    margin-bottom: 70px;

}
.location-input{
    width: 100%;
    padding: 15px 50px 15px 20px;
    background: #1e202b;
    color: white;
    outline: none;
    border: none;
    border-radius: 30px;
}
.find-input{
    border: none;
    background: #009ad8;
    border-radius: 30px;
    color: white;
    outline: none;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    padding: 0 40px;

}
.photo .container{
    width: 75%;
}

.box-container{
    background-color: #323544;
}
.table .container{
    background-color: #323544;
    width: 75%;
    position: absolute;
    top: 45%;
    left: 14%;
}
.box{
    background-color: #323544;
    height: 420px;
   


}

.box-header {
    background: rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: center;
    font-weight: 400;
    color: #bfc1c8;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 14px;

}
.location-2{
    font-size: 1.2857142857em;
    font-weight: 400;
    text-align: left;
    color: #bfc1c8;
    padding: 22px 20px 0px;
}
.degree{
    font-size: 90px;
    margin-right: 20px;
    color: white;
    font-weight: 700;
    text-align: left;
    padding: 0px 20px 10px;
}
.icon{
    padding: 0px 20px 10px;

}
.icon img{
    width: 90px;
}
.custom{
    color: #009ad8;
    margin: 0px 20px;
}
.box-footer{
    margin: 15px 20px 0 20px;

}
span{
    color: #bfc1c8;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
}
.day2{
    background-color: #2D303D;
    margin: auto;
    text-align: center;
    color: rgb(191, 193, 200);
    font-family: Roboto, "Open Sans", sans-serif;
    font-size: 14px;
    padding: 10px;

}
.content2{
    text-align: center;
    padding: 50px 20px 10px;
}
.box2{
    background-color: #323544;
    height: 420px;

}
.logo2 img{
    width: 48px;
}
.degree2{
    font-size: 1.51429em;
    color: white;
    font-weight: 700;
    padding: 20px 20px 3px;
    font-family: Roboto, "Open Sans", sans-serif;
}
.content2 small{
    font-size: 1.14286em;
    color: #bfc1c8;
   

}
.custom2{
    color: rgb(0, 154, 216);
    margin: 20px 0px;
    /* padding-bottom: 37.8%; */
}
.box3{
    background-color: #323544;

}


.day3{
    background-color: #2D303D !important;

    margin: auto;
    text-align: center;
    color: rgb(191, 193, 200);
    font-family: Roboto, "Open Sans", sans-serif;
    font-size: 14px;
    padding: 10px;

}
.bg{
    background-color: #1E202B;
    height: 330px;
}

footer{
    background: rgb(38, 41, 54);
    padding: 50px 0px;
}
footer .container{
    width: 75%;
}
.form-subscribe{
    position: relative;
    margin-bottom: 30px;
}
.txt-sub{
    width: 100%;
    color: white;
    padding: 20px 100px 20px 20px;
    background: rgb(30, 32, 43);
    border-radius: 30px;
    border: none;
}
.btn-sub{
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    color: white;
    background: rgb(0, 154, 216);
    padding: 10px 20px;
    border-radius: 30px;
    border: none;
}
.circle-content{
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #1e202b;
    cursor: pointer;
}
.circle-content i{
    font-size: 1.32857em;
   padding-left: 32%;
   color: rgb(0, 154, 216);
}
.caption{
    color: #bfc1c8;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}
.circle-content:hover{
    background-color: #009ad8;
    transition: .6;
}
.circle-content:hover i{
    color: white;
    
}






#forecastContainer {
    display: flex;
    justify-content: space-between; 
     
}

.forecast-day {
    flex: 1 1 48%;  
    background-color: #f4f4f4; 
   
    border-radius: 8px;
    text-align: center;
}



.menna {
    background-color: #262936; 
    color: white; 
  }

  .headd{
    background-color: #222530;

  }




@media screen and (min-width:0px) and (max-width:600px) {

    #forecastContainer {
        display: block;
        justify-content: space-between; 
      
    }


    .content{
        display: flex;
        
    }
    .degree{
        font-size: 90px;
        margin-right: 2px;
        text-align:right;
        padding: 20px 0px 0px 0px;
    }
    .icon{
        padding: 40px 20px 10px 0px;
    
    }
    .custom2{
        margin: 0px 0px;
        padding-bottom: 10%;
    }
   
    .bg{
        height: 800px;
    }
    .photo .container{
        width: 95%;
    }
    .table .container{
        width: 90%;
        top: 45%;
        left: 5%;
    
    }
   
    footer .container{
        width: 100%;
    }
    .btn-sub{
        right: 4px;
        padding: 2px 6px;
    }
    .navbar-toggler-icon{
       background-color: #f4f4f4;
       
    }

    .box2{
        height: 300px;
    }
    .box{
        height: 320px;

    }
    .degree{
        font-size: 75px;
        margin-right: 20px;
        color: white;
        font-weight: 700;
        text-align: left;
        padding: 0px 20px 10px;
    }
  
}


@media screen and (min-width:601px) and (max-width:768px) {
    #forecastContainer {
        display: block;
        justify-content: space-between; 
      
    }


    .content{
        display: flex;
        
    }
    .degree{
        font-size: 90px;
        margin-right: 2px;
        text-align:right;
        padding: 20px 0px 0px 0px;
    }
    .icon{
        padding: 40px 20px 10px 0px;
    
    }
    .custom2{
        margin: 0px 0px;
        padding-bottom: 10%;
    }
   
    .bg{
        height: 800px;
    }
    .photo .container{
        width: 95%;
    }
    .table .container{
        width: 80%;
        top: 45%;
        left: 10%;
    
    }
   
    footer .container{
        width: 100%;
    }
    .btn-sub{
        right: 4px;
        padding: 2px 6px;
    }
    .navbar-toggler-icon{
        background-color: #f4f4f4;
        
     }
     .box2{
        height: 300px;
    }
    .box{
        height: 320px;

    }
    .degree{
        font-size: 75px;
        margin-right: 20px;
        color: white;
        font-weight: 700;
        text-align: left;
        padding: 0px 20px 10px;
    }
}



@media screen and (min-width:769px) and (max-width:992px) {
    #forecastContainer {
        display: block;
        justify-content: space-between; 
      
    }


    .content{
        display: flex;
        
    }
    .degree{
        font-size: 90px;
        margin-right: 2px;
        text-align:right;
        padding: 20px 0px 0px 0px;
    }
    .icon{
        padding: 40px 20px 10px 0px;
    
    }
    .custom2{
        margin: 0px 0px;
        padding-bottom: 10%;
    }
   
    .bg{
        height: 800px;
    }
    .photo .container{
        width: 95%;
    }
    .table .container{
        width: 80%;
        top: 45%;
        left: 10%;
    
    }
   
    footer .container{
        width: 100%;
    }
    .btn-sub{
        right: 4px;
        padding: 2px 6px;
    }
    .navbar-toggler-icon{
        background-color: #f4f4f4;
        
     }
     .box2{
        height: 300px;
    }
    .box{
        height: 320px;

    }
    .degree{
        font-size: 85px;
    }
     
}


@media screen and (min-width:993px) and (max-width:1200px){
    .custom2{
        color: rgb(0, 154, 216);
        margin: 20px 0px;
        padding-bottom: 80%;
    }
    .degree{
        font-size: 75px;
    }
     
  
}
@media screen and (min-width:1200px){
    .degree{
        font-size: 80px;
    }
}