*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face{
    font-family: "armina";
    src:url(../fonts/Arima-VariableFont_wght.ttf)
}

body{
   
    /* background-image:url(../assets/cloudiness-1265205_1280.webp) ; */
    /* background-repeat: no-repeat;
    background-position: center center;
    background-clip: content-box; */
    font-family: "armina";
    overflow-x: hidden;

   
}
html{
    overflow-x: hidden;
}

.video-background {
    position: relative;
    height: 100%;
    width: 100vw;
    overflow: hidden;
  }
  
  /* / Style the video / */
  #background-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* transform: translate(-50%, -50%); */
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    object-fit: cover;
    overflow-x: hidden;
  }
  
  /* / Content styling */ */
  .content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
  }
  
.header-content .navbar{
    /* background-color:#1e202b; */
    backdrop-filter: blur(50px) !important;
}


.navbar-toggler {
    background-color:azure !important;
}
.logo-name{
    color: rgb(29, 29, 29);
}

.search-item{
    padding: 11px;
    border: 0;
    outline: 0;
    background-color:#1e202b;
    border-radius: 30px;
    font-size: 15px;
    
}
.search-item::placeholder{
    color: #757575;
}

.search-item:focus{
    border: 0 !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    background-color:#1e202b;
    color: #757575;

    
}
.inner{
    background-color: #1e202b;
    color: white;
    min-height: 400px;
}
.date{
    background-color: #3b3f55da;
    
}
.next-day{
    background-color: #3b3f55;
   .date{
    background-color: #1e202b;


}


}

.day-2{
    background-color: #1e202b;
   .date{
    background-color: #3b3f55;}

}
h1{
    font-size: 60px;
}

.footer{
    background-color: #262936;

}
.sub-btn{
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    padding: 8px 20px;
    cursor: pointer;
    background-color: #262936;

}
.social a{
    width: 40px;
    
    height: 40px;
    border-radius: 50%;
    background-color: rgb(223, 221, 221);
    color: #262936;
    text-align: center;
display: flex;   
align-items: center;
justify-content: center;
 font-size: 16px;
    margin: 0 10px;
    line-height: 3;
    cursor: pointer;
    transition: all .3s ease-in-out;
    
}

.social a:hover{
    background-color:#6d6d6d ;
    color: rgb(223, 221, 221) !important;

}




@media (max-width: 425px){
    .weather{
        padding: 0 0px;
    }
    #background-video {
        background-color: #3b3f55;
    }
}

