*, ::before, ::after{
    box-sizing: border-box !important;
}
body{
    font-family: "Roboto", "Open Sans", sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: normal;
}
.navbar.container{
    padding: 0 20px;
}
.logo-type{
    margin-top: 10px !important;
}
.logo-type h3{
    font-size: 1.1428571429rem;
    color: white;
    margin-bottom: 5px;
    line-height: 0;
}

.logo-type span{
    color: #bfc1c8;
    font-size: 0.60rem;
}
.navbar{
    background-color: #1e202b !important;
    padding: 40px 0;
}
.navbar-brand img{
    height: 40px;
    width: auto;
    margin-right: 10px;
}

@media(max-width: 1000px) {
    .navbar-nav{
        text-align: center;
        background-color: #262936;
        margin-top: 25px;
        border-radius: 10px;
    }
     .nav-link.active{
        color: #009ad8 !important;
    }
    .navbar-toggler-icon{
        color: white !important;
    }
    .navbar-toggler{
    border: none !important;   
    outline: none !important;  
    box-shadow: none !important;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 10px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 700;
}
.navbar.container{
    padding: 0 20px !important;
}
.navbar-toggler:hover{
   border: 2px solid #009ad8 !important;
}

.navbar-toggler-icon{
    filter: invert(1);
}
.navbar-toggler:hover .navbar-toggler-icon{
    filter: invert(48%) sepia(96%) saturate(1494%) hue-rotate(165deg);
}
.navbar-nav .nav-item{
    border-bottom: 1px solid #3b3f4a;
}
.nav-item a{
    padding: 20px;
}
}

.nav-item a{
    color: white !important;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

@media(min-width: 1000px) {
    .navbar-nav{
        gap: 20px !important;
    }
    .nav-item a{
        padding: 0 20px !important;
        border: 2px solid transparent;
        border-radius: 30px;
        transition: all 0.2s ease-in-out;
    }
    .nav-item:hover a{
        border: 2px solid #009ad8;
        border-radius: 30px;
        color: #009ad8 !important;

    }
    .nav-link.active{
        border: 2px solid #009ad8;
        border-radius: 30px;
        color: #009ad8 !important;
    }
}

.search-container{
    background-image: url("../images/banner.png");
    background-size: cover;
    padding: 70px 0;
    min-height: 350px;
}
input{
    padding: 20px 40px 20px 20px !important;
    background-color: #1e202b !important;
    border-radius: 30px !important;
    border: none !important;
    outline: none !important;
    color: white;
}
input::placeholder{
    font-size: 15px;
}
.find-location{
    position: relative;
    width: 100% !important;
}
.search-container button{
    position: absolute;
    right: 5px;
    top: 30px;
    bottom: 5px;
    padding: 0 40px !important;
    border-radius: 30px !important;
    background-color: #009ad8 !important;
    color: white;
    font-size: 15px;
}
.forecast-container{
    background: #323544;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    transform: translateY(-120px);
}
.forecast{
    width: 33.3%;
}
.forecast-header{
    background: rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: center;
    font-weight: 400;
}
.today .forecast-header{
    display: flex;
    justify-content: space-between;
}
.forecast-container .forecast-content {
    text-align: center;
    padding: 50px 20px 10px;
}

.forecast.tomorrow{
    background-color: #262936 !important;
}
.date{
    color: #bfc1c8;
    font-size: 15px;
}
.city{
    font-size: 1.2857142857em;
    font-weight: 400; 
    color: #bfc1c8;
}
.today .forecast-content{
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
}
.degree{
    font-size: 1.7142857143em;
    color: white;
    font-weight: 700;
}
.today .degree .num{
    font-size: 5.4285714286rem;
    margin-right: 30px;
    white-space: nowrap;
}
.today .forecast-icon{
    height: 90px;
}
.forecast-icon{
    height: 50px;
    margin-bottom: 20px;
}
.custom{
    color: #009ad8;
    margin: 20px 0;
}
.details span{
    margin-right: 20px;
    color: #bfc1c8;
}
.details span img{
   margin-right: 5px;
}
small{
    font-size: 1.1428571429em;
    color: #bfc1c8;
}
@media(min-width:768px){
    .forecast-table .container{
        width: 750px;
    }
}
@media(max-width:990px){
    .forecast{
        width: 100%;
        display: block;
    }
     .today.degree{
        display: flex;
        align-items: center;
    }
    

}
.forecast-tables{
    background-color:#1e202b;
}
.site-footer{
    background-color: #262936;
    padding: 50px 0;
}
.site-footer .subscribe{
    margin-bottom: 30px;
    display: flex;
    background: #1e202b;
    border-radius: 30px;
    overflow: hidden;
    align-items: center;
}

.site-footer .subscribe input{
    flex: 1;
    padding: 15px 20px;
    border: none;
    outline: none;
    background: transparent;
    color: white;
}

.site-footer .subscribe button{
    padding: 15px 20px !important;
    border-radius: 30px!important;
    background-color: #009ad8 !important;
    color: white;
    font-size: 15px;
    border: none;
    margin-right: -7px;
}
.site-footer .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social-links ul{
    display: flex;
    gap: 5px;
}
.social-links ul li{
    list-style: none;
}
.social-links ul li a{
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    background: #1e202b;
    color: #009ad8;
    text-align: center;
    line-height: 2;
    transition: 0.3s ease;
    font-size: 1.4285714286em;
}
.social-links ul li a:hover{
    background-color: #009ad8;
    color: white;
}
.site-footer p{
    color: #bfc1c8;
    margin-bottom: 1rem;
    font-size: 15px;
}
@media(max-width:768px){

    .site-footer .row .social-links{
        margin-left: -30px;
    }
}
@media(max-width:580px){
    .site-footer .container{
    padding: 0 20px;
}
}
.site-footer button:active,
.site-footer button:focus{
    background-color: #009ad8 !important;
    color: white !important;
    box-shadow: none !important;
    outline: none;
}
.site-footer button:hover{
    color:#1e202b;
}
.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}
.container-centered{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 130px;
}
