@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700;800;900&display=swap");
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Work Sans', sans-serif;
  background-color: #FAFAFA;
  position: relative;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4 {
  color: #111111;
}

p {
  color: #404852;
}

section .section-title {
  margin-top: 20px;
  font-size: 26px;
  font-weight: 600;
}

.btn-primary-bejoy {
  width: 100%;
  background-color: #F7941E;
  color: #FFFFFF;
  height: 80px;
  -webkit-box-shadow: 0 30px 60px rgba(247, 148, 30, 0.25);
          box-shadow: 0 30px 60px rgba(247, 148, 30, 0.25);
}

.registration-form .form-group .col-7 {
  padding: 0;
}

.registration-form .form-group .col-5 {
  padding: 0;
}

.registration-form .form-group .input {
  border: 1px solid #C4C4C4;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  padding: 10px 16px;
  height: 80px;
}

.registration-form .form-group .input label {
  font-size: 12px;
  font-weight: 400;
  color: #5F5F5F;
}

.registration-form .form-group .input select {
  border: 0;
  font-size: 18px;
  font-weight: 400;
  color: #111111;
  background-color: #FAFAFA;
}

.registration-form .form-group .input select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.link {
  font-weight: 700;
  color: #2D9CDB;
}

.bar {
  position: absolute;
  bottom: 20px;
  width: 93%;
  color: #FFFFFF;
}

.bar .bar-title {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  color: #FFFFFF;
}

.bar .bar-description {
  font-size: 17px;
  font-weight: 400;
  color: #FFFFFF;
}

.bar .progress-bar {
  margin: 1rem 0;
  width: 100%;
  height: 20px;
  background-color: #FFFFFF;
  border-radius: 50px;
  position: relative;
}

.bar .progress-bar .progress-active {
  display: block;
  height: 20px;
  background-color: #E33B45;
  border-radius: 50px;
}

.btn-to-top {
  position: fixed;
  bottom: -50%;
  right: 20px;
  border-radius: 4px;
  opacity: 0;
  background: rgba(143, 143, 143, 0.637);
  color: #F7941E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .3rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.btn-to-top i {
  font-size: 28px;
}

.btn-to-top:hover {
  color: #F7941E;
  background-color: #282561;
}

.btn-to-top.show {
  opacity: 1;
  bottom: 20px;
}

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 70px;
  width: 44px;
  height: 44px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  opacity: 0;
  bottom: -50%;
}

.whatsapp-btn:hover {
  bottom: 30px;
}

.whatsapp-btn.show {
  opacity: 1;
  bottom: 20px;
}

.navbar {
  position: fixed;
  width: 100%;
  background-color: #FAFAFA;
  z-index: 999;
}

.navbar #navMenu {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navbar .nav-item .nav-link {
  margin-left: 1rem;
  margin-right: 1rem;
  font-weight: 400;
  color: #111111;
}

.navbar .nav-item .nav-link.nav-button {
  background-color: #FF823C;
  color: #FFFFFF;
  padding: .8rem 1.5rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 30px 60px rgba(247, 148, 30, 0.25);
          box-shadow: 0 30px 60px rgba(247, 148, 30, 0.25);
}

.card {
  margin-top: 20px;
  border: 0;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0 20px 30px rgba(64, 72, 82, 0.1));
          filter: drop-shadow(0 20px 30px rgba(64, 72, 82, 0.1));
}

.card .card-img-top.img-program-kami {
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.card .card-title {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
}

.card .card-description {
  font-size: 16px;
  font-weight: 400;
}

.card.service {
  padding: 72px 38px;
  background-color: #FFFFFF;
  text-align: center;
}

.card.service .card-img {
  width: 86px;
}

.card.service .card-title {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .card.service {
    padding: 56px 24px;
  }
}

.registration {
  position: relative;
  padding: 8rem 0;
  background: #262262;
}

.registration .section-title {
  font-size: 52px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
}

.registration .registration-form {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.registration .registration-form .input {
  background-color: #FFFFFF;
}

.registration .registration-form .input select {
  background-color: #FFFFFF;
}

.registration .circle-1 {
  position: absolute;
  bottom: 0;
}

.registration .circle-2 {
  position: absolute;
  bottom: 20%;
  right: 0;
}

.registration .line-1 {
  position: absolute;
  top: 10%;
  left: 20%;
}

.registration .line-2 {
  position: absolute;
  bottom: 20%;
  right: 20%;
}

@media screen and (max-width: 768px) {
  .registration .section-title br {
    display: none;
  }
  .registration .registration-form {
    width: 95%;
  }
  .registration .circle-1 {
    width: 5rem;
  }
  .registration .circle-2 {
    width: 3rem;
    top: 10%;
  }
  .registration .line-1, .registration .line-2 {
    width: 2rem;
    top: 5%;
  }
}

.footer {
  padding: 8rem 0 2rem;
}

.footer .footer-center {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.footer .footer-logo {
  width: 124px;
  margin-bottom: 50px;
}

.footer .footer-item-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer .footer-item-description {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #404852;
  display: block;
}

.footer .footer-item-description .footer-icon {
  width: 32px;
  margin-right: 10px;
}

.footer .footer-item-description p {
  margin: 0;
}

.footer .copyright {
  margin-top: 5rem;
  font-weight: 700;
  letter-spacing: .5px;
  color: #111111;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 5rem 0 2rem;
  }
}

.header {
  padding-top: 14rem;
  padding-bottom: 10rem;
  position: relative;
}

@media screen and (min-width: 1400px) {
  .header .content {
    padding-left: 300px !important;
  }
}

@media screen and (min-width: 768px) {
  .header .content {
    padding-left: 110px;
  }
}

.header .header-title {
  font-size: 72px;
  font-weight: 800;
}

.header .header-desc {
  font-size: 24px;
  font-weight: 400;
  margin: 40px 0;
}

.header .big-pic {
  margin-right: -10px;
  float: right;
  width: 90%;
  height: 452px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 0 0 20px;
}

.header .shape-header {
  position: absolute;
  top: 150px;
  left: 36%;
  width: 40px;
}

.header .polygon-header {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 40px;
}

.header .circle-header {
  position: absolute;
  top: 180px;
  right: 10%;
  width: 40px;
}

.header .semi-header {
  position: absolute;
  bottom: 15%;
  right: 0;
  width: 100px;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 8rem 0;
  }
  .header .header-title {
    font-size: 44px;
  }
  .header .header-desc {
    margin: 20px 0;
    font-size: 18px;
  }
  .header .form-group {
    margin-left: .1rem;
    margin-right: .1rem;
  }
  .header .form-group .input {
    border-right: 1px;
  }
  .header .big-pic {
    width: 100%;
    height: 260px;
    margin-top: 1rem;
  }
  .header .shape-header {
    top: 90px;
  }
  .header .circle-header {
    right: 20px;
    top: 10%;
  }
  .header .semi-header {
    width: 60px;
    bottom: 10%;
  }
  .header .polygon-header {
    display: none;
  }
  .header .btn-daftar,
  .header .nav-link.nav-button {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}

.program-kami {
  padding: 8rem 0;
  background-color: #F1F2F2;
  position: relative;
}

.program-kami p {
  margin-top: 20px;
  font-size: 36px;
  font-weight: 400;
}

.program-kami .circle-2 {
  position: absolute;
  top: 0;
}

.program-kami .circle-3 {
  position: absolute;
  top: 7%;
  left: 4%;
}

.program-kami .dot-ornament {
  position: absolute;
  top: 30%;
  left: 7%;
}

@media screen and (max-width: 768px) {
  .program-kami {
    padding: 7rem 0 5rem;
  }
  .program-kami p {
    font-size: 24px;
  }
  .program-kami .circle-2 {
    width: 60px;
  }
  .program-kami .circle-3 {
    width: 40px;
    top: 2%;
  }
  .program-kami .dot-ornament {
    top: 5%;
    left: 0;
  }
}

.kegiatan-terdekat {
  padding: 8rem 0;
  background-color: #FFFFFF;
}

.kegiatan-terdekat .kegiatan-image {
  position: relative;
  height: 600px;
  padding-left: 20px;
  padding-right: 20px;
  background-size: cover !important;
  border-radius: 20px;
}

.kegiatan-terdekat .kegiatan-title {
  font-size: 57px;
  font-weight: 700;
}

.kegiatan-terdekat .kegiatan-description {
  font-size: 17px;
  font-weight: 400;
  margin: 20px 0 30px;
}

.kegiatan-terdekat .info-img {
  width: 50px;
}

.kegiatan-terdekat .kegiatan-info-title {
  font-size: 16px;
  font-weight: 600;
}

.kegiatan-terdekat .kegiatan-info-description {
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .kegiatan-terdekat {
    padding: 5rem 0;
  }
  .kegiatan-terdekat .kegiatan-title {
    font-size: 24px !important;
  }
  .kegiatan-terdekat .kegiatan-image {
    height: 300px;
  }
  .kegiatan-terdekat .kegiatan-title {
    margin-top: 20px;
    font-size: 46px;
  }
}

.perlu-digital {
  position: relative;
  padding: 8rem 0;
}

.perlu-digital .section-title {
  font-size: 36px;
}

.perlu-digital .shape-1 {
  position: absolute;
  top: 13%;
}

.perlu-digital .shape-2 {
  position: absolute;
  left: 30%;
  top: 12%;
}

.perlu-digital .shape-3 {
  position: absolute;
  right: 30%;
  top: 6%;
}

.perlu-digital .shape-4 {
  position: absolute;
  right: 0;
  top: 4%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.perlu-digital .shape-5 {
  position: absolute;
  right: 20%;
  bottom: 20%;
}

.perlu-digital .line-1 {
  position: absolute;
  top: 3%;
  left: 20%;
}

.perlu-digital .line-2 {
  position: absolute;
  right: 20%;
  top: 10%;
}

.perlu-digital .line-3 {
  position: absolute;
  left: 20%;
  bottom: 30%;
}

@media screen and (max-width: 768px) {
  .perlu-digital {
    padding: 5rem 0;
  }
  .perlu-digital .section-title br {
    display: none;
  }
  .perlu-digital .component {
    display: none;
  }
}

.blog-list {
  padding: 7rem 0;
}

.blog-list .section-title {
  font-size: 34px;
}

.blog-list .card {
  background: none;
  margin-bottom: 15px;
}

.blog-list .card .card-title {
  margin: 20px 0 10px;
  font-size: 20px;
}

.blog-list .card .blog-image {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.blog-list .card .blog-image.big {
  height: auto;
}

@media screen and (max-width: 768px) {
  .blog-list .card-title {
    margin: 0;
  }
  .blog-list .blog-image {
    height: 100px !important;
    width: 100%;
  }
  .blog-list .blog-image.big {
    height: 340px !important;
  }
  .blog-list .card-title {
    font-size: 18px;
  }
}

.blog-detail {
  padding: 10rem 0;
}

.blog-detail .title-blog-detail {
  text-align: center;
}

.blog-detail .img-blog-detail img {
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .blog-detail .img-blog-detail img {
    height: 340px;
  }
}
/*# sourceMappingURL=styles.css.map */