body {
  font-family: 'Archivo', sans-serif;
  overflow-x: hidden;
  background-color: #AF7FF9;
}
.bugsipig_header img {
  max-width: 200px;
}
.bugsipig_info {
  background-color: #ffffff;
  box-shadow: 0 46px 90px #0000000f;
  padding: 30px 30px;
  border-radius: 8px;
  text-align: center;
  transition: 0.5s all;
}
.bugsipig_info:hover{
  transform: translateY(-10px);
}
.bugsipig_info i {
  font-size: 50px;
  color: #AF7FF9;
  margin-bottom: 20px;
}
.slider_part img {
  max-width: 240px;
  margin: 0 auto;
}
.bugsipig_info h2 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #AF7FF9;
}
.bugsipig_info p, .bugsipig_info a {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
  display: block;
  color: #AF7FF9;
  text-decoration: none;
}
.bugsipig_center{
  /* background-color: #FDC632; */
}
.spalas_img img {
  max-width: 240px;
}
.bugsipig_screen h2 {
  color: #050811;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.Copyright a {
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  color: #AF7FF9 !important;
  padding: 0 10px;
  border-right: 2px solid #AF7FF9;
}
 
.content_part h1 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: 700;
}
.content_part p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.contactus_form h2 {
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 30px;
  text-align: center;
  border-radius: 0;
}
.contactus_form .form-group {
  margin-bottom: 20px;
}
.contactus_form .form-control {
  height: 50px !important;
  display: flex;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: unset;
  padding: 10px 14px;
  font-weight: 500;
  border: 0;
}
.comman_btn {
  background-color: #fff;
  padding: 12px 26px;
  display: inline-flex;
  border-radius: 6px;
  color: #AF7FF9;
  letter-spacing: 0.5px;
  transition: 0.5s all;
  font-size: 15px;
  border: 1px solid #fff;
  font-weight: 700;
  text-transform: capitalize;
  height: auto;
}
.contactus_form textarea.form-control {
  height: 110px !important;
}

@media(max-width:767px){
  .bugsipig_header img {
    max-width: 140px;
}
  .slider_part img {
    max-width: 260px;
  }
  .bugsipig_info {
    padding: 20px 20px;
  }
  .bugsipig_info i {
    font-size: 32px;
    margin-bottom: 14px;
  }
  .bugsipig_info h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .bugsipig_info p, .bugsipig_info a {
    font-size: 13px;
    line-height: 23px;
  }
  .content_part h1 {
    font-size: 26px;
    margin-bottom: 14px;
    font-weight: 700;
  }
  .content_part p {
    font-size: 15px;
    line-height: 27px;
  }
}