*{
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
  
    
}
html {
  scroll-behavior: smooth;
}
body {
  
    font-size: 24px;
    background-color: #f4f4f492;
  }
 
  a
  {
text-decoration: none;

  }
nav{
  position: fixed;
z-index: 10;
left: 0;
right: 0;
top: 0;
height: max-content;
transition: 1s;}


nav .fa-solid{
  display: none;
}

nav .fa-regular{
  display: none;
}
  nav .navcontainer {
    width: 100%;
    height: 127px;
    background: rgba(45,41,42,1);
    opacity: 1;
    position: relative;
  
   
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-content: space-between;
    
    justify-content: space-around;
    
  }


  nav .v165_176 {
    width: 100%;
    height: 8px;
    background: rgba(104,32,35,1);
    opacity: 1;
    position: absolute;
    top: 126px;
    left: 0px;
    overflow: hidden;
    }
    nav .link{
      display: flex;
      align-content: center;
      align-items: center;
    }
  nav .links { 
    
    display: flex;
    position: relative;
    
    
  }

nav .links li {list-style: none;}

nav .links li a {
  font-family: 'Inter';
font-style: normal;
  color: #fff;
text-decoration: none;
display: inline-block;
padding: 0.8rem;
letter-spacing: 0.2px;
text-transform: uppercase;
font-size: 20px;
}

  nav .logo2 {
    width: 219px;
    height: 111px;
    background: url("../images/logo2.svg");
    

  }

  nav .logo {
    width: 134px;
    height: 104px;
   margin-top: 10px;
    background: url("../images/logo.svg");

  }    

  .header img {
    
     
    
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: 100px;
    top: 0;
    left: 0;
}

  

  


@media(max-width: 1050px) {
  body {
  
    font-size: 24px;
    background-color: #f4f4f492;
  }
  nav .navcontainer .link .links{
    display: flex;
    flex-direction: column;
    padding: 40px;
    gap: 20px;
    
  }
  nav .navcontainer{
    display: flex;
    flex-direction: column;
    justify-content: start;
   
    position: fixed;
    background: rgba(45,41,42,1);;
    height: 100vh;
    width: 300px;
    top: 0;
    right: -300px;
    gap:10px;
    z-index: 4;
   transition: 1s;
   box-shadow: 10px 0 0 0 #682123 inset;
  
  }

  nav .v165_176 {
 opacity: 0;

  }

  nav .fa-regular{
    display: flex;
    justify-content: right;
    color:#fff;
    margin: 10px;
    font-size: 30px;
    cursor: pointer;
  }
  nav .navcontainer .logo2{
    margin-top: auto;
    margin-bottom: 30px;
    margin-left: 40px;
}
nav .navcontainer .logo{

  margin-left: 80px;
}

nav .fa-solid{
  display: flex;
  justify-content: right;
  color:#2D292A;
  margin: 10px;
  font-size: 30px;
  cursor: pointer;

}
.header img{
  position: relative;
margin-top: -10px;
}


}






