
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
*{
    font-family: 'Roboto', sans-serif;
    margin: 0px; padding: 0px;
    box-sizing: border-box;
    outline: none; border: none;
    text-decoration: none;
    text-transform: none;
    transition: 0.2s linear;
}
:root{
    --main-color: #6b5629fa;
    --black : #16161b;
    --bg: #010103; 
    --border: .1rem solid rgba(255, 255, 255, 3);
}
body{
    font-size: 80%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    
    background-color:var(--bg);
}

.header{
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 5px ;
   background-color: var(--main-color);
   color: #fff;
   z-index: 1000;
   position: fixed;
   right: 0;
   top: 0;
   left: 0;
   border-bottom: solid 1px #eee;
   
}
#menu-btn:hover{
    margin: 10px;
    color: var(--bg);
    transition: .4s ease;
}
#menu-btn{
    margin: 10px;
    cursor: pointer;
}
#search-btn:hover{
    margin: 10px;
    color: var(--bg);
    transition: .4s ease;
}
#search-btn{
    margin: 10px;
    cursor: pointer;
}
#cart-btn:hover{
    margin: 10px;
    color: var(--bg);
    transition: .4s ease;
}
#cart-btn{
    margin: 10px;
    cursor: pointer;
}
.logo img{
    max-width: 100px;
}
.nav a{
    list-style: none;
    display: inline-block;
    
}
.nav a{
    margin: 10px;
}

.header .nav a{
    font-size: 1rem;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    

    
}
.header .nav a:hover{
    
    color:var(--black);
    transition: .4s ease;
}

.section{
    padding: 2rem 7%;
}

.combtn{
    padding: 10px 20px;
    background-color:var(--main-color);
    text-decoration: none;
    color: #fff;
    border: none;
    border-radius: 5px;
    transition: .4s ease;
    

}

.combtn:hover{
    background-color: rgb(41, 38, 38);
    transform: scaleX(2.1);
    
}
.home{
    align-items: center;
    display: flex;
    min-height: 100vh;
    background: url(images/home.jpeg) no-repeat;
    background-position: center;
    background-clip: cover;
    border-radius: 25px;

}
.content{
    max-width: 60rem;
    margin: 0 2rem;
    
    
}
.title{
    font-size: 4rem;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0;
}
.title span{
    color: var(--main-color);
    text-transform: uppercase;
}

.slogan{
    font-size: 1.5rem;
    color: #eee;
    font-weight: lighter;
    line-height: 1.8rem;
    padding: 1rem 0;
    margin-bottom: 1rem;
}
.head{
    text-align: left;
    text-transform: uppercase;
    color: #eee;
    padding: 10px;
}

.about .row{
    display: flex;
    align-items: center;
    background: var(--black);
    flex-wrap: nowrap;
    min-height: 70vh;
    margin: 0;
    padding: 0;
  
   
}

 
.about .video{
    margin: 2rem;
    border-radius: 25px;
    
    
}


 .about .row .content{
    margin-right: 6.5rem;
    box-sizing: 1 1 55rem;
    padding: 0 2rem ;
    position: relative;
    margin:0 2rem ;
    margin-bottom: 2rem;
   
}
.about .row .content h1{
    color: #eee;
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 2rem;
    margin-right: 4rem;
    
}
.about .row .content h3{
    color: #eee;
    font-size: 2rem;
    text-align: left;
    
}

.about .row .content p{
    color: #eee;
    font-weight: lighter;
    font-size: 1rem;
    line-height: 1.8rem;
    padding: 1rem 0;
    
    
}

.btn{
    padding: 10px 20px;
    background-color: var(--main-color);
    text-decoration: none;
    color: #fff;
    border: none;
    border-radius: 5px;
    transition: .4s ease;
    margin-top: 2rem;

}
.btn:hover{
    background-color: rgb(41, 38, 38);
    transform: scaleX(2.1);
}
.about span{
    color: var(--main-color);
    text-transform: uppercase;

}

.menu{
    min-height: 70vh;
    width: 100%;
    background:var(--black);
    display: flex;
   

}

.menu .content-menu{
    margin-left: 6.5rem;
    box-sizing: 1 1 55rem;
    padding: 2rem 0;
    position: relative;
    margin: 2rem;
    margin-bottom: 2rem;
    width: 50%;
   
}

.content-menu span{
    color: var(--main-color);
    text-transform: uppercase;
}
.menu .content-menu h1{
    color: #eee;
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 2rem;
    margin-right: 4rem;
    
}


.menu .content-menu h3{
color: #eee;
font-size: 2rem;
text-align: left;

}
.menu .content-menu p{
    color: #eee;
    font-weight: lighter;
    font-size: 1rem;
    line-height: 1.8rem;
    padding: 1rem 0;
    
    
}

.menu-btn{
    padding: 10px 20px;
    background-color: var(--main-color);
    text-decoration: none;
    color: #fff;
    border: none;
    border-radius: 5px;
    transition: .4s ease;
    margin-top: 2rem;

}
.menu-btn:hover{
    background-color: rgb(41, 38, 38);
    transform: scaleX(2.1);
}

.menu-image{
    width: 50%;
    height: auto;
    margin-top: 5rem;
    margin: 4rem ;
    
}

.cafea{
    border-radius:0 65px;
    padding: 1px;
    border: solid 3px var(--main-color);
    box-shadow: 5px 5px 5px var(--main-color);
     box-shadow: 0 2px 4px var(--main-color);

}
.cafeb{
    border-radius:65px 0;
    padding: 1px;
    border: solid 3px var(--main-color);
     box-shadow: 0 2px 4px var(--main-color);
    
}
.cafec{
    border-radius:65px 0;
    padding: 1px;
    border: solid 3px var(--main-color);
    
    box-shadow: 5px 5px 5px var(--main-color);
}
.cafed{
    border-radius:0 65px;
    padding: 1px;
    border: solid 3px var(--main-color);
   
    box-shadow: 5px 5px 5px var(--main-color);
}


.revues{
    min-height: 70vh;
    width: 100%;
    background:var(--black);
    display: flex;
    height: auto;
    
}
.revues .revues-content{
    margin-right: 6.5rem;
    box-sizing: 1 1 55rem;
    padding:2rem 2rem;
    position: relative;
    margin:0 8rem;
    margin-bottom: 4rem;
    margin-top: 8rem;
    width: 50%;
   
   
}
.revues .revues-content .head-revues{
    color: #eee;
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 2rem;
    margin-right: 4rem;
    text-transform: uppercase;
   
}

.revues .revues-content .head-revues span{
    color: var(--main-color);
    text-transform: uppercase;
   
}
.revues .revues-content p{
    color: #eee;
    font-weight: lighter;
    font-size: 1rem;
    line-height: 1.8rem;
    padding: 1rem 0;
    
   
}

.revues .revues-content .btn-revues{
    padding: 10px 20px;
    background-color: var(--main-color);
    text-decoration: none;
    color: #fff;
    border: none;
    border-radius: 5px;
    transition: .4s ease;
    margin-top: 2rem;
   
}

.revues .revues-content .btn-revues:hover{
    background-color: rgb(41, 38, 38);
    transform: scaleX(2.1);
   
}

.revues .revue-image{
   
    border: var(--border);
    text-align: center;
    padding: 3rem 2rem;
    color: #eee;
    margin-bottom: 4rem;
    margin-top: 4rem;
    width: 40%;
    margin-left: 2rem;
    
}
.revues .revue-image .pic1{
    margin: 1.2rem;
    padding: 0;
    
    
}
.revues .revue-image .quote{
    margin: 1.2rem;
    
}
.revues .revue-image .title-revue{
    color: #eee;
    font-size: 2rem;
    color: var(--main-color);
    
}
.revues .revue-image .text-revue{
    color: #eee;
    font-weight: lighter;
    font-size: 1rem;
    line-height: 1.8rem;
    padding: 1rem 0;
}
.revues .revue-image .stars{
    margin: 1.2rem;

    
}
.revues .revue-image .stars i{
    color: var(--main-color);
    
    
}


































.footer{

    min-height: 40vh;
    background: var(--main-color); 
}

.footer .footer-content{
    color:#eee;
    margin:0 2rem;
    display: flex;
    justify-content: space-between;
}

.footer .footer-content .call-us{
    width: 30%;
}

.footer .footer-content .call-us .call{
    margin: 1rem 0;
   
}

.footer .footer-content .call-us .num{
    margin: 1rem 0;
    font-size: 1.2rem;
    font-weight: lighter;
     
}


.footer .footer-content .call-us .alaso{
    margin-top: 3rem;
    font-size: 3rem;
    font-weight: lighter;
     
}
.footer .footer-content .call-us .alaso span{
   
    font-weight: bold;
     
}
.footer .footer-content .call-us .alaso a{
   
    color: #eee;
         
    }

.footer .footer-content .email-us{
   
    width: 30%;
    margin-right: 4rem;
}
.footer .footer-content .email-us .Email{
    margin: 1rem 0;
   
    
}

.footer .footer-content .email-us .email{
    margin: 1rem 0;
    font-size: 1.2rem;
    font-weight: lighter;  
}



.link-footer a{
    list-style: none;
    color: #eee;
    margin: 1rem;
    font-size: 1rem;
    cursor: pointer;
    margin-left: 0;
    display: flex;
    font-weight: lighter;
  
}



.link-footer {
       margin:0 1.3rem;
       margin-right: 2rem;
       margin-top: 1rem;
}


.footer .footer-content1{
    color:#eee;
    margin-left: 0;
    
    
      
}
.footer .footer-content1 .share a{
    font-size: 2rem;
    color: #fff;
    border: var(--border);
    margin-left: 0;
    margin-top: 1.5rem;
    padding: .5rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50px;
    display: flex-end;
    
   
    
}
.footer .footer-content1 .subscribe{
    color:#eee;
    margin-top: 3rem;
    margin-left: 0;
    
    
}
.subscribe{
    font-weight: lighter;
}
.credit{
    text-align: left;
    color: #eee;
    font-weight: lighter;
    font-size: 1rem;
    margin-top: 1.2rem;
}



















