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


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

body {
    font-family: Arial, sans-serif;
    font-weight: lighter;
    background-color: var(--black);
    margin: 0;
    padding: 0;
    height: 40vh;
    
    
}
.head{
    text-align: center;
    margin-top: 10rem;
    font-size: 1.5rem;
    color: #eee;
    font-weight: bold;
    text-transform: uppercase;
    
}
.head span{
    color: var(--main-color);
    text-transform: uppercase;
   
   
   
    
}
h1 {
    font-size: 2rem;
    font-weight: lighter;

}

.contact-info {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 1.5rem;
    color: #eee;
}

.contact-item {
    background-color: var(--main-color);
    max-width: 300px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px var(--border);
    text-align: center;
    margin: 0.6rem;
}

.contact-item:hover{
    cursor: pointer;
    color: #eee;
    background: var(--black);
   
    
}
.contact-item3 {
    background-color: var(--main-color);
    max-width: 300px;
    padding: 1.1rem;
    border-radius: 5px;
    box-shadow: 0 0 10px var(--border);
    text-align: center;
    margin: 0.5rem;
}
.contact-item3:hover{
    cursor: pointer;
    color: #eee;
    background: var(--black);
    
    
}

.contact-item3 i {
    font-size: 1.5rem; 
    color: #eee;
}


.contact-item i {
    font-size: 2.2rem;
    color: #eee;
}

.contact-item h2 {
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
}
.contact-item3 h2 {
    font-size: 1.3rem;
    margin-bottom: 0.2rem;
}
.contact-item3 p {
    font-size: .94rem;
}
.contact-item p {
    font-size: .94rem;
}








.footer{
    margin-top: 8rem;
    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;
    list-style: none;
     
}
.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;
    
    cursor: pointer;
    margin-left: 0;
    display: flex;
    font-weight: lighter;
  
}



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


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



















