*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
.header{
    background-color: rgb(255, 255, 255);
}

.images {
    width: 100%;
    height: 100px;
}
.pic{
    background-color: black;
    color: #fff;
  }

.main {
    width: 100%;
    height: 500px;
}

.logo {
    height: 60px;
    width: 60px;
    border-radius: 50px 50px 50px 50px;
}
ul {
    list-style: none;
}
.nav-item{
    font-size: 20px;
    font-weight: 600;
   

 }
.nav-item a{
    list-style-type: none;
    text-decoration: none;
    color: rgb(8, 8, 8);
       margin-left: 8px;
       margin-right: 7px;   
}
.nav-items a i {
    font-size: 25px;
    margin-bottom: auto;
    color: rgb(8, 8, 8)
} 
 
 .class{
    background-color:rgb(0, 0, 0);
}
.class1{
    position:relative;
    margin-left: 20%;
    margin-top: 5%;
    margin-bottom: 8%;
    width: 50%;
    
}
 .lorem{
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-left: 15%;
    margin-top: 4%;
    margin-bottom: 4%;
    line-height: 1.5;
 }
 .heading1{
    margin-left: 15%;
    margin-top: 8%;
    color: rgb(255, 255, 255);
 }
 .button1{
    margin-left: 15%;
    padding: 1%;
    font-weight: 800;
    cursor: pointer;
    border-radius: 15px;
 }
 .off{
    background-color:rgb(0, 0, 0);
    display: flex;
    margin-bottom: 4%;
} 
.class2{
position:relative;
    margin-left:10%;
    margin-top: 10%;
    margin-bottom:0%; 
     width: 60%;
    height: 60%;
}
 .lorem2{
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-left: 15%;
    margin-top: 4%;
    margin-bottom: 4%;
    line-height: 1.5;
 }
 .heading2{
margin-left: 15%;
margin-top: 15%;
color: rgb(255, 255, 255);
 }
 .classes{
    margin-bottom: 5%;
    margin-top: 5%;
 }
 .button2{
    margin-left: 15%;
    padding: 1%;
    font-weight: 800;
    cursor: pointer;
    border-radius: 15px;
    margin-bottom: 5%;
 }
.button1:hover{
    color: rgb(255, 255, 255);
    background-color: #000000;
 }
 .button2:hover{
    color: rgb(255, 255, 255);
    background-color: #000000;
 }
.inline {
    display: inline;
} 
.home{
    background-color: rgb(255, 255, 255);
    display:flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: space-evenly;
    align-items: flex-start;
}
.product{
    width: 210px;
    box-sizing: border-box;
    margin-top: 1%;
    margin-left: 8px;
    margin-right: 2px;
    cursor : pointer;
     transition : 1s; 
}
img{
     width: 120%;
       height: 280px;
      align-items: center;
      margin: 0 auto;
      display: block;
      cursor: pointer;
}
.img6{
    width: 110%;
       height: 280px;
}
img:hover{
    transform: scale(1.0) ;
    transition: .1s;
}
.img9{
  align-items: center;
    width: 135%;
    height: 280px; 
}


.ig{
    align-items: left;
    width: 70%;
    height: 80%;
    border-radius: 80%;
    
}
.row ul h1{
    font-weight: 800;
    font-size: 20px;
   
}
.row ul li a{
    justify-content: center;
    text-align: center;
    text-decoration: none;
    list-style-type: none;
    color: black;
    font-weight: 600;
    font-size: 15px;
}
.containerr{
    margin-left: 10%;

}