* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* background-color: var(--mainColor); */
}
:root{
    --mainColor :  rgb(30, 32, 43);
    --secColor : rgb(0, 154, 216);
}
.backC{
    background-color: rgb(30, 32, 43);
    padding: 40px;
}
.backNav{
    background-color: var(--mainColor);
}
.navbar{
    padding: 0;
}
.left ul {
    list-style-type: none;
    li{
        padding:20px;
        font-size: 15px;
        font-weight: bold;
        a:not(.active){
            text-decoration: none;
            color: white;
            transition: 0.5s;
            &:hover{
                color: var(--secColor);
                border: 2px solid var(--secColor);
                padding: 5px 30px;
                border-radius: 20px;

            }
        }
        
    }
}
.title{
    h1{
        font-size: 20px;
        color: white;
        padding-top: 5px;
    }
    small{
        color: white;
        font-size: 13px;
    }
}
.active{
    text-decoration: none;

    color:  rgb(0, 154, 216);
    border: 2px solid rgb(0, 154, 216);
    padding: 5px 30px;
    text-align: center;
    border-radius: 20px;
}
.bars {
    margin-left: 60px;
    padding: 15px;
    cursor: pointer;
    transition: 0.5s;
    color: white;
}

.bars:hover {
    border: 2px solid var(--secColor);
    border-radius: 50%;
    color: var(--secColor);
}

/* --------------------------------------------------------------------- */
.head {
    width: 100%;
    height: 45vh;
    /* background-image: url(img/banner.png); */
    background-position: center;
    background-size: cover;
    position: relative;
}
.inp{
    width: 70%;
    position: absolute;
    left: 15%;
    top: 20%;
    padding: 15px;
    border-radius: 20px;
    border: none;
    color: white;
    background-color: var(--mainColor);

}
.inp:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.current {
    color: white;
    background-color: rgb(50, 53, 68);
    padding: 0; 
    border-radius: 10px 10px 0 10px;
}
.currentt{
    color: white;
    background-color: rgb(50, 53, 68);
    padding: 0; 
    border-radius: 10px 10px 10px 0px;
}
.infoW h2{
    font-size: 100px;
}
.next{
    background-color: rgb(38, 41, 54);
    color: white;
    padding: 0; 
}
.nextDay{
   background-color: rgb(34, 37, 48);

}
.dayanddate {
    background-color: rgb(45, 48, 61);
    border-radius: 10px 0 0 0 ;

}
.dayanddatte{
    background-color: rgb(45, 48, 61);
    border-radius: 0 10px 0 0px ;
}
.information{
    background-color: #1E202B;
    position: relative;
    height: 40vh;
}
.current , .currentt , .next{
    margin-top: -13%;
}

footer{
    background-color: rgb(38, 41, 54);
    position: relative;

}
.inpFooter{
    border-radius: 20px;
    background-color: var(--mainColor);
    outline: none;
    border: none;
    color: white;
    width: 100%;
}
.btn-info {
    position: absolute;
    top: 56px;
    right: 43%;
    border-radius: 20px;
    color: white;
    background-color: var(--secColor);
    &:hover{
        background-color: var(--secColor);
        color: rgb(0, 0, 0);
    }
}

.iconReal{
    width: 100px;
}
.facebook{
    margin-left: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: 0.6s;
    color: var(--secColor);
    background-color: var(--mainColor);
    &:hover{
        background-color: var(--secColor);
        color: white;
    }
    a{
        text-decoration: none;
        color: var(--secColor);
    }
}
.facebook:hover a {
    color: white;
}
.card , .card2{
    width: 370px;
    height: 380px;
    color: white;
    background-color: rgb(50, 53, 68);
    padding: 0; 
    /* border-radius: 10px 10px 10px 0px; */
}
.card2{
    background-color: rgb(38, 41, 54);
    color: white;
}
#degreeDay{
    font-size: 80px;
}
.innrer{
    flex-direction: column;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    gap: 10px;
}
.informationCards{
    background-color: var(--mainColor);
    position: relative;
    padding: 100px 0 1000px 0;
}
.lastFooter{
    display: flex;
    flex-direction: column;
}
.Subscribe{
    width: 90px;
    padding: 5px;
    color: white;
    background-color: var(--secColor);
    border-radius: 40px;
    position: absolute;
    top:57px;
    right: 20px;
    border: none;
        &:hover{
        background-color:  rgb(0, 96, 134);
        color: white;
    }

}
.navbarItems{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.content{
    height: 100vh;
    background-color: var(--mainColor);
    width: 100%;
}
.headContent{
    width: 80%;
    background-color: rgb(34, 37, 48);
    padding: 20px;
    margin: auto;
    border-radius: 20px;
}
@media (min-width: 768px){

    
}
/* large devices */
@media (min-width: 1024px){
    .innrer{
        flex-direction: row;
    top: -130px;

        gap: 0;
    }
    .informationCards{
    background-color: var(--mainColor);
    position: relative;
    padding: 150px 0;
}
.lastFooter{
        flex-direction: row;

}
.icon{
    margin-left: 100px;
}
.Subscribe{
    border-radius: 20px;
    top:58px;
    right: 28%;
    border: none;
    width: 90px;
    padding: 10px;
    transition: 0.4s;
    &:hover{
        background-color:  rgb(0, 96, 134);
        color: white;
    }

}
.searchFind{
    top: 75px;
}
#displayNav{
    display: none;
}
.navbarItems{
    display: flex;
    flex-direction: row;
}
.backC{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
}
/* extra large devices */
@media (min-width: 1280px){

}
/* extra extra large devices */
@media (min-width: 1536px){

}