
@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;
}

 .head{
    text-align: center;
    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;
    margin-top: 3rem;
  
   
}

 
.about .row .image1{
    margin: 2rem;
   width: 650px;
   height: 400px;
  
    
}


 .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;
    
    
}

.about span{
    color: var(--main-color);
    text-transform: uppercase;

}





.head{
    text-align: center;
    text-transform: uppercase;
    color: #eee;
    padding: 10px;
}

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



 
.about1 .row .image2{
   margin: 0 2rem;
   
}


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

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

.about1 span{
    color: var(--main-color);
    text-transform: uppercase;

}



























.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;
}



















