.header {
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: "Mulish", sans-serif;
  color: white;
  background-image: url("/assets/images/activity/header.webp");
}
.header h1 {
  font-weight: 800;
  font-size: 60px;
}

.about {
  font-family: "Mulish", sans-serif;
  background-image: url("/assets/images/activity/about-bg.webp");
}
.about .left h1 {
  font-weight: 700;
}
.about .right img {
  width: 500px;
}

.information {
  font-family: "Mulish", sans-serif;
}
.information h2 {
  font-weight: 700;
}
.information .info-card {
  margin: 10px;
  width: 300px;
  border-radius: 10px;
  box-shadow: 4px 5px 69px -19px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 4px 5px 69px -19px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 4px 5px 69px -19px rgba(0, 0, 0, 0.27);
}
.information .info-card h5 {
  font-weight: 700;
  padding-top: 10px;
}
.information .info-card img {
  width: 70px;
}

.service {
  font-family: "Mulish", sans-serif;
}

.service .service-head h5 {
  font-weight: 700;
  font-size: 28px;
}

.service .service-head p {
  font-weight: 500;
  font-size: 20px;
}

.service .form .fa-magnifying-glass {
  top: 20px;
  left: 20px;
  color: #9ca3af;
}

.service .form span {
  position: absolute;
  right: 17px;
  top: 13px;
  padding: 2px;
  border-left: 1px solid #d1d5db;
}

.service .searchbar_form {
  width: 100%;
  border-radius: 50px;
  box-shadow: -3px -3px 38px -9px rgba(0, 0, 0, 0.31);
  -webkit-box-shadow: -3px -3px 38px -9px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: -3px -3px 38px -9px rgba(0, 0, 0, 0.31);
}

.service .searchbar {
  border: none !important;
}

.service .searchbar::after {
  border: none;
}

.service .searchbar:focus {
  border: none !important;
}

.service .service-card {
  margin: 15px 15px 15px 15px;
  border-radius: 20px;
  font-family: "Mulish", sans-serif;
  width: 350px;
  box-shadow: -2px 1px 39px -4px rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: -2px 1px 39px -4px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: -2px 1px 39px -4px rgba(0, 0, 0, 0.38);
}

.service .service-card img {
  border-radius: 20px 20px 0px 0px;
}

.service .service-card .service-card-top {
  height: 200px;
  border-radius: 20px 20px 0px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.service .service-card .badge-product {
  transform: translateY(160px);
  font-weight: 600;
  border-radius: 20px;
  margin-left: 20px;
  z-index: 3;
  text-align: center;
  width: 70px;
  background-color: #F9943B;
}

.service .service-card .badge-product p {
  font-size: 13px;
}

.service .service-card .badge-service {
  transform: translateY(160px);
  font-weight: 600;
  border-radius: 20px;
  margin-left: 20px;
  z-index: 3;
  text-align: center;
  width: 70px;
  background-color: #12A960;
}

.service .service-card .badge-service p {
  font-size: 13px;
}

._register {
  font-family: "Mulish", sans-serif;
  background-image: url("/assets/images/about-assets/work-flow-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
._register h1 {
  font-weight: 700;
}
._register h5 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 25px;
  font-weight: 400;
}
._register .register_step {
  margin: 15px 15px 15px 15px;
  border-radius: 20px;
  background-color: white;
  width: 350px;
}
._register .register_step h5 {
  font-weight: 700;
  font-size: 20px;
}

.call-to-action .cta_card {
  box-shadow: 10px 12px 99px -36px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 10px 12px 99px -36px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 10px 12px 99px -36px rgba(0, 0, 0, 0.17);
  border-left: #F57E15 10px solid;
  border-right: #F57E15 10px solid;
  background-image: none;
  font-family: "Mulish", sans-serif;
}
.call-to-action .cta_card h1, .call-to-action .cta_card h3 {
  color: black;
}
.call-to-action .cta_card h3 {
  font-weight: 500;
}
.call-to-action .cta_card h1 {
  font-weight: 700;
}

@media (max-width: 576px) {
  .header h1 {
    font-size: 35px;
  }
  .header h2 {
    font-size: 22px;
  }
  .about .left img {
    width: 150px;
  }
  .about .right img {
    width: 350px;
  }
}/*# sourceMappingURL=activity.css.map */