* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* nav1 */
.nav1 {
    background: black;
    font-size: 16px;
    text-align: center;
    color: white;
    text-decoration: none;
    height: 28px;
    padding-top: 8px;
}








/* navigation2 */
#nav2 {
    margin-top: 20px;
    width: 100%;
    height: 10vh;
    background-color: rgb(239, 227, 203);
    margin-top: -0.10%;
}

.navrap2 {
    width: 80%;
    margin: auto;
}

.logo {
    position: absolute;
    margin-left: 32%;
}

.logo img {
    margin-top: 8%;
}

.menu1 {
    float: right;
}

.menu1 ul {
    margin-top: 15px;
}

.menu1 ul li {
    display: inline;
    margin: auto;
}

.menu1 ul li a i {
    color: black;
    text-decoration: none;
    font-size: 25px;
    text-transform: uppercase;
    padding-right: 18px;
    margin-top: 5%;
}

.menu2 {
    float: left;
    margin-top: 10px;

}

.menu2 ul {
    margin-top: 5px;
}


.menu3 li a:hover {
    color: rgb(88, 82, 82);
    text-decoration: underline;
}



.menu2 ul li {
    display: inline;
}

.menu2 ul li a i {
    color: black;
    text-decoration: none;
    font-size: 25px;
    text-transform: uppercase;
    padding-left: 18px;
    margin-top: 5%;
}



/* navigation3 */
#nav3 {
    margin-top: 20px;
    width: 100%;
    height: 8vh;
    background-color: rgb(239, 227, 203);
    margin-top: -0.10%;
}

.navrap3 {
    width: 80%;
    margin: auto;
}


.menu3 {
    float: left;
    margin-top: 10px;
    margin-left: 20%;
}

.menu3 ul {
    margin-top: 5px;
}

.menu3 ul li {
    display: inline;
}

.menu3 ul li a {
    color: black;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 40px;
    margin-top: 5%;
}








/* banner */
.ban {
    width: 100%;
    background-image: url(accbanner.webp);
    height: 70vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.banrap {
    width: 100%;
    height: 50%;
    /* background-color: rgba(0, 0, 0, 0.2); */
}





.accessories {
    /* border: 2px solid black; */
    width: 40%;
    text-align: center;
    margin-left: 30%;
    margin-top: 3%;
}

.accessories h1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 40px;
}




.safa1 {
    /* border: 2px solid black; */
    width: 40%;
    text-align: center;
    margin-left: 30%;
    margin-top: 2.5%;
}



.safa1 h1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 28px;
    color: rgb(88, 84, 84);
}





.safas1 {
    width: 100%;
    padding-left: 120px;
    margin-top: 4%;
    /* background-color:rgb(239, 227, 203) ; */
}



.safasrap1 {
    display: grid;
    grid-template-columns: auto auto auto;
    /* grid-column-gap: 1px; */
    height: 80vh;
}


.safasimg1 h1 {
    font-size: 15px;
    padding-top: 2%;
}

.safasimg1 h4 {
    height: 10vh;
}



.safasimg1 img:hover {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}






.button {
    /* border: 2px solid black; */
    width: 40%;
    text-align: center;
    margin-left: 30%;
    margin-top: 2.5%;
}



.button h1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 28px;
    color: rgb(88, 84, 84);
}




.buttons {
    width: 100%;
    padding-left: 120px;
    margin-top: 4%;
    /* background-color:rgb(239, 227, 203) ; */
}



.buttonsrap {
    display: grid;
    grid-template-columns: auto auto auto;
    /* grid-column-gap: 1px; */
    height: 85vh;
}


.buttonsimg h1 {
    font-size: 15px;
    padding-top: 2%;
}

.buttonsimg h4 {
    height: 10vh;
}



.buttonsimg img:hover {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}






.safa{
    /* border: 2px solid black; */
    width: 40%;
    text-align: center;
    margin-left: 30%;
    margin-top: 2.5%;
  }
  
  
  
  .safa h1{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 28px;
    color: rgb(88, 84, 84);
  }
  
  
  
  
  
  .safas {
    width: 100%;
    padding-left: 120px;
    margin-top: 4%;
    /* background-color:rgb(239, 227, 203) ; */
    height: 100vh;
  }
  
  
  
  .safasrap {
    display: grid;
    grid-template-columns: auto auto auto;
    /* grid-column-gap: 1px; */
    height: 85vh;
  }
  
  
  .safasimg h1{
    font-size: 15px;
    padding-top: 2%;
  }
  
  .safasimg h4{
    height: 10vh;
  }
  
  
  
  .safasimg img:hover {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  
  
  
  
  /* .safa{
    width: 40%;
    text-align: center;
    margin-left: 30%;
    margin-top: 2.5%;
  }
  
  
  
  .safa h1{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 28px;
    color: rgb(88, 84, 84);
  }   */









  .aboutpic{
    padding-left: 300px;
  }
  
  
  .abouttext{
    width: 70%;
    text-align: center;
    margin-left: 15%;
    margin-top: -6%;
    height: 20vh;
  }
  
  
  .abouttext h1{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
    font-size: 20px;
    text-decoration: underline;
  }
  
  
  .abouttext h1:hover {
    /* color: rgb(88, 82, 82); */
    text-decoration: underline;
   }
  
  
  .abouttext h1 a{
    color: white;
  }
  
  
  
  
  
  /* footer */
  .footer {
    width: 100%;
    height: 10vh;
    margin-top: 1%;
    border-top: 1px solid gray;
  }
  
  .footrap {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto ;
    grid-column-gap: 20px;
    padding-top: 10px;
  }
  
  .boxx {
    padding: 10px;
  }
  
  .boxx1 h1 {
    text-align: center;
    font-size: 18px;
  }
  
  
  
  .boxx2 {
    padding: 10px;
  }
  
  .boxx2 h1 {
    text-align: center;
    font-size: 18px;
  
  }
  
  
  .boxx3 {
    padding: 10px;
  }
  
  .boxx3 h1 {
    text-align: center;
    font-size: 18px;
  }
  
  
  
  .boxx4 {
    padding: 10px;
  }
  
  .boxx4 h1 {
    text-align: center;
      font-size: 18px;
  }
  
  .jjv{
    text-align: center;
    height: 12vh;
  }
  
  
  .jjv h1{
    font-size: 20px;
    margin-top: 3%;
  }
  
  
  .jjv1{
    padding-left: 40px;
  }
  
  .jjv1 h2{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 19px;
  }
  
  
  .jjv1 p{
    /* border: 2px solid black; */
    width: 95%;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 10vh;
  }
  
  
  .jjv2{
    padding-left: 40px;
  }
  
  .jjv2 h2{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 19px;
  }
  
  
  .jjv2 p{
    /* border: 2px solid black; */
    width: 95%;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 10vh;
  }
  
  
  
  
  
  .jjv3{
    padding-left: 40px;
  }
  
  .jjv3 h2{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 19px;
  }
  
  
  .jjv3 p{
    /* border: 2px solid black; */
    width: 95%;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 18vh;
  }
  
  
  
  
  .jjv4{
    padding-left: 40px;
  }
  
  .jjv4 h2{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 19px;
  }
  
  
  .jjv4 p{
    /* border: 2px solid black; */
    width: 95%;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 15vh;
  }
  
  
  
  
  
  .jjv5{
    padding-left: 40px;
  }
  
  .jjv5 h2{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 19px;
  }
  
  
  .jjv5 p{
    /* border: 2px solid black; */
    width: 95%;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 20vh;
  }
  
  
  
  
  
  
  .jjv6{
    padding-left: 40px;
  }
  
  .jjv6 h2{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 19px;
  }
  
  
  .jjv6 p{
    /* border: 2px solid black; */
    width: 95%;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 20vh;
  }
  
  
  
  
  
  
  