body{
    background-color: #f2f4f2 ;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

h2{
    font-family: 'Monstserrat', sans-serif;
}

p{
    font-family: 'Roboto', sans-serif;
}


a{
    font-family: 'Roboto', sans-serif;
    color: black;
}

a:visited{
    color: black;
}

a:hover{
    color: #f48635;
}

button{
    text-align: center;
    color: #f2f4f2;
    z-index: 0;
    border: none;
    border-radius: 100px;
    background: #3a2618;
    transition: 150ms ease-out;
    width: 80px;
    height: 40px;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}

button:hover{
    text-align: center;
    background: #f2f4f2;
    color: #3a2618;
    border: 1px solid #3a2618;
    scale: 1.1;
}

header{
    z-index: 10;
    margin-left: 0px;
    background-color: #cdc4b9;
    height: auto;
    top: 0;
    width: 100%;
    position: fixed;
}

header.scrolled{
    background-color: transparent;
}

nav{
    background-color: #cdc4b9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

#logo{
    width: 60px;
    margin: 5px;
    height: auto;
    aspect-ratio: 1/1;
}

#brand{
    display: flex;
    justify-content: start;
    justify-items: center;
    text-align: center;
    align-items: start;
    align-content: center;

    h1{
        font-size: 40px;
        font-family: 'Poppins' ;
        margin: 5px;
        padding: 0px;
        align-items: center;
    }
}

#brand{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#items{

    display: flex;
    justify-content: space-evenly;
    justify-items: right;
    align-items: right;
    align-content: space-evenly;
    margin-right: 20px;
    font-size: large;
}

#items .head{
    justify-content: center;
    text-align: center;
    align-items: center;
    align-content: center;
    flex-grow: 1;
    margin-left: 20px;  
    text-decoration: none; 
    font-size: 20px;
    background-size: 0px;
    height: 30px;
    width: 80px;
    border-radius: 7px;
    transition: all 200ms ease-out;

}

#items .head:hover{
    color:  #f2f4f2 ;
    background-color: #3a2618;


}



/* start cont */



.services-section {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 20px;
  }
  
  
h2 {
    background-color: #271c12;
    height: 60px;
    top: 0;
    color: #f2f4f2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    margin: 0px;

}
@media(max-width: 700px){
    .services-section{
        margin-top: 140px;
    }
    
    #logo{
          width:100px
    }
    #brand h1{
        font-size: 36px;
    }
}
  .service-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
  }
  
 #s-img1 {
    
    width: 400px;
    height: auto;
    aspect-ratio: 1/1;  
    background-color: darkgray;
    background-image: url('cnclaserdiv.jpg');
    background-repeat: no-repeat ;
    background-position: center center;
    background-size: cover;/* Replace with image */
  }
#s-img2 {
    
    width: 400px;
    height: auto;
    aspect-ratio: 1/1; 
    background-color: darkgray;
    background-image: url('smf1.jpg');
    background-repeat: no-repeat ;
    background-position: center center;
    background-size: cover;/* Replace with image */
  }
#s-img3 {
    
    width: 400px;
    height: auto;
    aspect-ratio: 1/1; 
    background-color: darkgray;
    background-image: url('smf.jpg');
    background-repeat: no-repeat ;
    background-position: center center;
    background-size: cover;/* Replace with image */
  }
#s-img4 {
    
    width: 400px;
    height: auto;
    aspect-ratio: 1/1; 
    background-color: darkgray;
    background-image: url('oem.jpg');
    background-repeat: no-repeat ;
    background-position: center center;
    background-size: cover;/* Replace with image */
  }
#s-img5 {
    
    width: 400px;
    height: auto;
    aspect-ratio: 1/1; 
    background-color: darkgray;
    background-image: url('cmf.jpg');
    background-repeat: no-repeat ;
    background-position: center center;
    background-size: cover;/* Replace with image */
  }
  #s-img6 {
    
    width: 400px;
    height: auto;
    aspect-ratio: 1/1; 
    background-color: darkgray;
    background-image: url('hmf.jpg');
    background-repeat: no-repeat ;
    background-position: center center;
    background-size: cover;/* Replace with image */
  }

  .service-content {
    flex: 2 1 500px;
    
  }

  
  .service-content p {
    line-height: 1.6;
    text-align: justify;
    padding: 20px;
  }
  


/* end ours */






#foot{
    background-color: dimgray;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

table.tab{
    
    padding: 10px ; 
    margin-bottom: 0px;
    border: 0px;
    display: table;

}

.tab  td{
    border: 0px;   
    padding-left: 20px;
    top: 0px;
    vertical-align: top;
}

form{
    padding-right: 30px;
    background-color: dimgray;
}

input{
    background-color: rgb(144, 144, 144);
    box-sizing: 0;
    border: 1px solid black ;
}

textarea{
    background-color: rgb(144, 144, 144);
    box-sizing: 0;
    border: 1px solid black ;
}

input::placeholder{
    color: #2a2929;
}

textarea::placeholder{
    color: #2a2929;
}

#sub{
    color: black;
    text-align: center;
    width: 100%;
    background-color: #cdc4b9;
    cursor: pointer; 
    letter-spacing: 1px;
}

#sub:hover{
    background-color: #f48635;
    color:rgb(15, 255, 39);
    letter-spacing: 1.5px;

}

#ft {
    background-color: dimgray;
    text-align: right;
    margin-left: 0px;

}

#ft .td{
    top: 0px;
    vertical-align: top;
}

#ft .td1{
    padding-left: 0px;
    
}

footer{
    background-color: dimgray;
    justify-content: center;
}

#fl{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

