

@media screen and (max-width:1350px) {

    nav ul{
 
        display: flex;
    justify-content: space-between;
    align-items: center;
   margin-left: 0;
    }


  }


  @media screen and (max-width:1300px) {

    nav ul{
 
        display: flex;
    justify-content: space-between;
    align-items: center;
   margin-left: 0;
    }


    nav ul li a{
        text-decoration: none;
        color: white;
    padding: 40px 40px;
    font-size: 0.9rem;
    }
    
    .logo{
        padding: 0px 0px;
    font-size: 1.5rem;
    margin-left:  1rem;
    
    
    
    }



    .search{
color: whitesmoke;
        width:100%;
    margin: 0 0rem;
     padding:0 1rem;
     display: flex;
     align-items: center;
    }
    .search input{
        background-color: transparent;
        width: 100%;
        padding: 10px 30px;
        border: 0;
        color: whitesmoke;
        
    }

  }









  
  @media screen and (max-width:1280px) {
    nav{
        display: flex;
        width: 100%;
    
        animation: slideinformtop 1s ease-in;
    padding: 1rem 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    nav ul{
     
        display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left:0;
    }
    nav ul li{
        list-style-type:none ;
    }
    
    nav ul li a{
        text-decoration: none;
        color: white;
    padding: 40px 40px;
    font-size: 0.9rem;
    }
    


    
.search{

    border: 1PX solid  rgba(245, 245, 245, 0.212);
    color: whitesmoke;

    border-radius: 15px;
    width: 200px;
margin: 0 5rem;
 padding:0 0rem;display: flex;align-items: center;
}
.search input{
    background-color: transparent;
    width: 100%;
    padding: 10px 60px;
    border: 0;
    color: whitesmoke;

    
    
}
.clm{
    display: none;
}
}








@media screen and (max-width:1280px) {
    #menu-box{
        display: block;
        width:500px;
        background-color: rgb(0, 0, 0);
        height: 100vh;
      color: WHITE;
        position:absolute;
        right: 0px;
        top: 0px;
        padding: 20PX 20PX; 
        transition:  all ease-in 1.7s;
        text-align: center;
        z-index:44;
    }
    #menu-box{
        display: none;
    }


    #menu-box a{
        display: block; 
        text-decoration: none;
        margin:40px 50px;
        color: white;
    border-bottom: 1px solid rgba(245, 245, 245, 0.137);
    
    z-index: 22;
    
    }


nav{
align-items: center;
}
nav ul{
    display: flex;
}


nav ul{
 display: flex;
}




.fa-bars
{
 cursor: pointer;
 /* display: none; */
}

.nos{
    font-size:5rem;
    align-items: center;
    margin-top: 3rem;
}

.box{
    padding: 0 1rem;
}



}


@media screen and (max-width:1190px) {

    nav ul{
       display: none;
    }
}    

@media screen and (max-width:940px) {
    #menu-box{
        display: block;
        width:500px;
        background-color: rgb(0, 0, 0);
        height: 100vh;
      color: WHITE;
        position:absolute;
        right: 0px;
        top: 0px;
        padding: 20PX 20PX; 
        transition:  all ease-in 1.7s;
        text-align: center;
        z-index:44;
    }
   
    .nos{
        font-size: 3rem;
        width: 100%;
    }


    .box{
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.123);
    padding: 50px 0px;
    animation: slideinformright 1s ease-in;
    backdrop-filter: blur(5px);
       align-items: center;
        font-size: 1rem;
        text-align:center;
    }
    .info{
        margin-top: 10px;
    }
    
    .date{
        margin: 0px 0px;
        font-size: 2rem;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    header
    {
        width: 100vw;
    height: 100vh;
    color: whitesmoke;
    background: url(samuele-errico-piccarini-FMbWFDiVRPs-unsplash.jpg) no-repeat center center/cover;
   
    }

.grid-2{
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(1,1fr);
}


#menu-box{
    display: block;
    width:500px;
    background-color: rgb(0, 0, 0);
    height: 100vh;
  color: WHITE;
    position:absolute;
    right: 0px;
    top: 0px;
    padding: 20PX 20PX; 
    transition:  all ease-in 1.7s;
    text-align: center;
    z-index:44;
}
#menu-box{
    display: none;
}
.navlist{
    display: none;
}#menu-box a{
    display: block; 
    text-decoration: none;
    margin:40px 50px;
    color: white;
border-bottom: 1px solid rgba(245, 245, 245, 0.137);

z-index: 22;

}

.search-sm input{
    width:80%;
padding: 10px 20px;
border: 1px solid whitesmoke;
background-color: transparent;
margin-left: 40px;
border-radius: 20px;
color: white;
}


.search-sm{
  padding: 10px 20px;
  align-items: center;
}
.fa-search{
    font-size: 1rem;
    position:absolute;
    margin-right: 10px;
    margin-top: 10px;
}


.fa-bars{
    color: rgb(255, 255, 255);
    font-size: 2rem;
    cursor: pointer;
    position: absolute;
    top:-110px;
    right: 10px;
    z-index: 222;
}

}