*{
  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(0, 0, 0)
} 


.heading4{
  background-color: black;
  font-weight: 600;
}
.heading{
  color: black;
}

.ok{
  background-color: black;
  padding: 5%;
}
.row-1{
  color: black;
}
.row-2{
  color: black;
}
.row-3{
  color: black;
}
.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;
}
.bg-image1{
width: 100%;
}
.containerr{
  margin-left: 10%;

}
.button{
  text-align: center;
   font-size:30px;
   color: rgb(19, 18, 19);
   width: 60%;
   cursor:pointer;
   margin-top:5px;
  }
  button:hover{   
   background-color: black;
   color: #ffffff;
  }
.social-icons{
  list-style: none;
  padding: 0%;
  margin-top: 2%;
  margin-left: 40%;  
}
.icons .fa-brands {
font-size: 20px;
color: #fff;
}


