html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Manrope', sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    min-width: 300px;  
    background: url('sean.jpg') no-repeat center center fixed;
    color: rgb(32, 32, 32);  
}

a{
    text-decoration: none;
    cursor: pointer;
}


.landing-page{
    height: 100dvh;
   /*  background-image: url('sean.jpg');
    background-size: cover; */
}

.language-drop{
    position: fixed;
    top: 10px;
    left: 10px;
    width: 100px;
    background-color: rgba(240, 248, 255, 0.719);
    padding: 10px;
    border-radius: 10px; 
    cursor: pointer;
}

.lang-icon{
    font-size: 25px;
}

.language-drop:active{
    background-color: #f1f1f1;
}

.language-drop:hover{
    background-color: #f9f9f9;
}

  
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    margin-top: 10px;
}
 
.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    color: rgb(32, 32, 32);  
}
  
.dropdown-content a:hover {background-color: #f1f1f1}
  
.language-drop:hover .dropdown-content {
    display: block;
  }


.catalogue{
    text-align: center;
    padding:20px;
    width: 200px;
    font-size: 20px;
    font-weight: 500;
    background-color: rgba(252, 238, 237, 0.790);
    border-radius: 20px; 
    cursor: pointer;
    color: rgb(181, 78, 77); ;
}

.catalogue a{
    text-decoration: none;
}
.catalogue:hover{
    background-color: #f1f1f1;
}

.landing-section{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-color: rgba(0, 0, 0, 0.151);
}

.welcome-section{
    text-align: center;
    font-size: 15px;

}

.description-section{
    display: flex;
    flex-direction: column;
    width: 300px;
    font-size: 18px;
    gap: 15px;
    background-color: rgba(252, 238, 237, 0.790);
    text-align: left;
    padding: 20px;
    border: lightgray solid 1px;
    border-radius: 20px;
    color: rgb(181, 78, 77);  
    
}
.description-section > a{
    color: rgb(181, 78, 77); 
}


i{
    margin-right: 10px;
}

.language-section{
    width: 300px;
    background-color: rgba(240, 248, 255, 0.719);
    text-align: center;
    padding: 20px;
    border: lightgray solid 1px;
    border-radius: 20px;     
}
.flags-section{
    margin-top: 1em; 
    display: flex;
    justify-content: center;
    gap: 10px;
}





a.active{
    color:white;
}

header{
    background-color: white;
    max-height: 150px;
}

.top-bar{
    max-width: 900px;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    top: 10px;
    right: 10px;
    left: 10px;
    max-height: 150px;
    padding: 10px 30px;
    margin: 10px auto;
    border: lightgray solid 1px;
    border-radius: 20px;
    background-color: rgba(252, 238, 237); 
}

.moto{
    font-size: 20px;
    font-weight: 700;
    color: rgb(181, 78, 77);
    text-align: center;
}

.logo-menu{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;  
}

.logo{
    justify-self: center;
}

.hum-menu{
    font-size: 25px;
}


.full-menu li{
    display: inline;
}

.full-menu ul{
    width: 100%;
}

ul{
    width:200px;
    padding: 0;
    list-style: none;
}

li{  
    font-size: 19px;
    margin: 10px 5px;
    color: rgb(252, 238, 237);
    
}

li:hover{
    font-weight: 600;
}

.menu{
    margin: 200px auto 50px;
    margin-bottom: 50px;
    max-width: 900px;
    min-height: 500px;  
}



.title{
  background-color: rgb(181, 78, 77);
  scroll-margin-top: 200px;
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  padding: 10px 5px;
  color: white;
  border-radius: 20px 20px 0 0 ; 
}

.side-menu{
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgb(181, 78, 77); 
    width: 0;
    overflow-x: hidden;
    height: 100%;
    text-align: right;
    z-index: 1;
    transition: 0.5s;
}




.section{
    max-width: 900px;
    background-color: rgba(252, 238, 237, 0.790);
    margin: 0 10px;
    border-radius: 20px; 
    margin-bottom: 50px;
    font-size: 18px;
    color: rgb(181, 78, 77);  
}

.name{
    font-weight: 500;
}

.item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;  
}

.one{
    display: flex;
    flex-direction: column;
    padding: 0.5em;
    width: max-content;
}

.two{
    display: flex;
    flex-direction: column;
    justify-items: end;
    padding: 0.5em;
    width: max-content;
}

.fprice{
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 10px;
    align-items: center;
    
}
.price_desc{
    font-size: small;
    font-weight: 200;    
}

.description{
    padding: 20px, 0;
    font-size: 15px;
    font-weight: 300; 
    word-break: break-word; 
}
.price{
    text-align: end;
    width: max-content;
}

.crepe{
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  padding: 10px 5px;
  margin-top: 20px; 
  text-decoration: underline;
}

.no-pay{
    max-width: 900px;
    background-color: rgba(252, 238, 237, 0.790);
    margin: 0 10px;
    padding: 10px;
    border-radius: 20px 20px 0 0; 
    font-size: 12px;
    color: rgb(181, 78, 77);  
    text-align: center;
}
.manager{
    max-width: 900px;
    background-color: rgba(181, 78, 77, 0.790); 
    margin: 0 10px;
    padding: 10px;
    border-radius: 0 0 20px 20px; 
    font-size: 12px;
    color: rgb(252, 238, 237); 
    text-align: center;
}