/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* font-family: 'Inter', sans-serif;
font-family: 'Poppins', sans-serif; */

*,
html {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}
.boxcon {
  max-width: 1170px;
  margin: 0 auto;
}
.outline {
  text-shadow: -3px -3px 0 #333333, 0 -3px 0 #333333, 3px -3px 0 #333333,
    3px 0 0 #333333, 3px 3px 0 #333333, 0 3px 0 #333333, -3px 3px 0 #333333,
    -3px 0 0 #333333;
}
.outline-sm {
  text-shadow: -2px -2px 0 #333333, 0 -2px 0 #333333, 2px -2px 0 #333333,
    2px 0 0 #333333, 2px 2px 0 #333333, 0 2px 0 #333333, -2px 2px 0 #333333,
    -2px 0 0 #333333;
}
/* Header */
.navigationbar {
  border-bottom: 1px solid #e0e0e0;
}
.nav-logo {
  height: 60px;
}
.navigationbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
  height: 80px;
}

.navigationbar-menu {
  display: flex;
  gap: 30px;
  align-items: center;
}
.navigation-link {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */

  /* Gray 2 */

  color: #4f4f4f;
  text-decoration: none;
  cursor: pointer;
}
.navigation-link:hover {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */

  color: #3ab59c;
}
.menu-mobile,
.nav-logo-mobile {
  display: none;
}
.nav-mobile {
  transition: all 1s ease-in-out;
  right: -100% !important;
  z-index: 2;
}
.nav-mobile.show {
  right: 0% !important;
}
.overlay-menu {
  position: fixed;
  background-color: #222222b8;
  z-index: 0;

  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.overlay-menu.show {
  opacity: 1;
  display: block;
}
/* Button */
.btn-primary {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */

  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(345.64deg, #f7901e 7.99%, #ffac50 59.93%);
  border-radius: 12px;
  padding: 10px 25px;
  cursor: pointer;
}
.btn-primary:hover {
  background: linear-gradient(285deg, #f7901e 7.99%, #ffac50 59.93%);
}

/* Cover */
.cover .boxcon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}
.img-cover {
  width: 450px;
}
.cover-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 43px;
  line-height: 64px;

  /* white */

  color: #ffffff;
  margin-bottom: 35px;
}
.cover-title .orange {
  color: #f7901e;
}

/* About */
.title-section {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 52px;
  /* identical to box height */

  /* orange idcpns */

  color: #ffffff;
  margin-bottom: 25px;
}
.title-section .orange {
  color: #f7901e;
}
.about {
  margin-top: 170px;
  margin-bottom: 30px;
}
.about .boxcon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.about-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;

  /* Gray 1 */

  color: #333333;
}
.about-vid {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}

/* PRODUK */
.ic-produk {
  background: linear-gradient(345.64deg, #f7901e 7.99%, #ffac50 59.93%);
  border: 5px solid rgba(255, 199, 136, 0.4);
  border-radius: 12px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-produk {
  /* green block */

  background: #e8f5f3;
  border: 5px solid #ffffff;
  box-shadow: 0px 20px 50px 5px rgba(0, 98, 78, 0.1);
  border-radius: 20px;
  padding: 30px;
}

.title-produk {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 31px;
  line-height: 39px;
  /* identical to box height */

  /* white */

  margin-top: 25px;
  margin-bottom: 5px;
  color: #ffffff;
}

.text-produk {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;

  /* Gray 3 */

  color: #828282;
}

.prod-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
.produk-kami .boxcon {
  margin-top: 100px;
}
.produk-kami .boxcon .title-section {
  text-align: center;
}
.txcenter {
  text-align: center;
}

/* Keunggulan */
.keunggulan .boxcon {
  margin-top: 100px;
}

.keunggulan-container {
  background: linear-gradient(345.64deg, #0e735e 7.99%, #3ab59c 59.93%);

  border: 5px solid #ffffff;
  box-shadow: 0px 20px 50px 5px rgba(0, 98, 78, 0.1);
  border-radius: 20px;
  padding: 30px 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.ic-keunggulan {
  background: linear-gradient(345.64deg, #f7901e 7.99%, #ffac50 59.93%);
  border: 5px solid rgba(255, 199, 136, 0.4);
  border-radius: 12px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ic-keunggulan img {
  width: 50px;
}

.title-keunggulan {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  /* identical to box height */

  /* white */

  color: #ffffff;

  text-shadow: 0px 4px 4px #0e735e;
  margin: 15px 0px;
  text-align: center;
}

.text-keunggulan {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;

  color: #ffffff;
}
.item-keunggulan {
  cursor: pointer;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.item-keunggulan:hover {
  /* green block */

  background: #e8f5f327;
  border-radius: 20px;
}

/* Testimoni */
.testimoni .boxcon {
  display: flex;
  align-items: center;
  margin-top: 100px;
}
.testi-carousel {
  box-shadow: 0px 20px 50px 5px rgba(0, 98, 78, 0.1);
}
.item-testi {
  /* green block */

  background: #e8f5f3;
  border: 5px solid #ffffff;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  padding-top: 90px;
  margin-top: 40px;
}

.ava-testi {
  position: absolute;
  left: 30px;
  top: -40px;
}

.rating-flex {
  position: absolute;
  right: 30px;
  top: 20px;
}
.rating-flex img {
  height: 30px;
}

.testi-text {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;

  /* Gray 2 */

  color: #4f4f4f;
  margin-bottom: 20px;
}

.name-testi {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;

  /* Gray 2 */

  color: #4f4f4f;
}

.job-testi {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;

  /* Gray 3 */

  color: #828282;
}
.testi-box {
  width: 100%;
}

.testi-box .title-section {
  margin-bottom: 10px;
}

span {
  font-family: "Poppins";
}
/* Pilihan Paket */
.paket .boxcon {
  margin-top: 40px;
}
.flex-paket {
  display: flex;
  gap: 20px;
  margin-top: 100px;
}
.item-paket {
  background: #e8f5f3;
  border: 5px solid #ffffff;
  box-shadow: 0px 20px 50px 5px rgba(0, 98, 78, 0.1);
  border-radius: 20px;
  padding: 30px;
  position: relative;
  padding-top: 60px;
  width: 100%;
}
.item-bimbel {
  background: #e8f5f3;
  border: 5px solid #ffffff;
  box-shadow: 0px 20px 50px 5px rgba(0, 98, 78, 0.1);
  border-radius: 20px;
  padding: 30px;
  position: relative;
  padding-top: 60px;
  margin-top: 100px;
}
.item-paket .ic-produk {
  position: absolute;
  top: -50px;
}
.item-bimbel .ic-produk {
  position: absolute;
  top: -50px;
}
.title-paket {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;

  color: #828282;
}
.price-paket {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 52px;
  /* identical to box height */

  /* orange idcpns */

  color: #ffffff;
  margin-bottom: 15px;
}
.item-benefit {
  background: #ffffff;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
  border-radius: 5px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.item-benefit img {
  margin-right: 10px;
}
.btn-paket {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(345.64deg, #f7901e 7.99%, #ffac50 59.93%);
  border-radius: 12px;
  padding: 10px;
  margin-top: 50px;
  cursor: pointer;
}
.flex-bimbel {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.desc-bimbel {
  width: 100%;
  margin-right: 50px;
}
.img-bimbel {
  width: 400px;
  margin-bottom: -30px;
}
/* Twiiter */
.twitter .boxcon {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.twitter-tweet {
  width: 100%;
}

/* Event */
.event {
  /* green block */

  background: #e8f5f3;
  padding: 50px 0px;
  margin-top: 100px;
}

.flex-event {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.title-event {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  /* identical to box height */

  /* white */

  color: #ffffff;
}

.time-event {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 54px;
  /* identical to box height */

  /* orange idcpns */

  color: #f7901e;
}

.text-event {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;

  /* Gray 2 */

  color: #4f4f4f;
  margin-bottom: 30px;
}

.btn-event {
  border-radius: 10px;
  padding: 10px 50px;
}
/* FAQ */
.faq .boxcon {
  margin-top: 100px;
}
.item-faq {
  /* green block */

  background: #e8f5f3;
  border: 5px solid #ffffff;
  box-shadow: 0px 20px 50px 5px rgba(0, 98, 78, 0.1);
  border-radius: 20px;
  overflow: hidden;
  height: max-content;
}

.item-faq .question {
  background: #f7901e;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  cursor: pointer;
}

.question p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;

  /* white */

  color: #ffffff;
}

.arr-faq {
  cursor: pointer;
}

.answer {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #4f4f4f;
  padding: 20px 30px;
  transition: all 0.5s ease-in-out;
  display: none;
}

.box-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.all-faq {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;

  color: #3ab59c;
  text-align: center;
  text-decoration: none;
  margin-top: 50px;
  cursor: pointer;
}

/* CTA */
.cta-one .boxcon {
  background: linear-gradient(345.64deg, #0e735e 7.99%, #3ab59c 59.93%);
  border: 5px solid #ffffff;
  box-shadow: 0px 20px 50px 5px rgba(0, 98, 78, 0.1);
  border-radius: 20px;
  position: relative;
  padding: 60px;
  margin-top: 150px;
}
.cta-two .boxcon {
  background: linear-gradient(345.64deg, #0e735e 7.99%, #3ab59c 59.93%);
  border: 5px solid #ffffff;
  box-shadow: 0px 20px 50px 5px rgba(0, 98, 78, 0.1);
  border-radius: 20px;
  position: relative;
  padding: 60px;
  margin-top: 150px;
  display: flex;
  flex-direction: row-reverse;
}

.cta-one .boxcon img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cta-two .boxcon img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.desc-cta {
  width: 50%;
}
.cta-two .desc-cta {
  width: 50%;
}
.text-cta {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;

  /* white */

  color: #ffffff;

  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 70px;
}

.btn-wa {
  /* white */

  background: #ffffff;
  border-radius: 12px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */

  text-align: center;

  /* orange idcpns */
  color: #f7901e;
}
.btn-wa:hover {
  background: #f7901e;
  color: #fff;
}

.border-cover {
  width: 50%;
  margin: 0 auto;
  margin-top: 50px;
  border: 1px solid #ccc;
}
/* KONTAK */
.kontak-kami {
  margin-top: 100px;
}
.item-kontak {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.item-kontak p {
  margin: 0;
}
.question p {
  margin: 0;
}
.ic-kontak {
  background: linear-gradient(345.64deg, #f7901e 7.99%, #ffac50 59.93%);
  border: 5px solid rgba(255, 199, 136, 0.4);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.item-kontak p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;

  /* Gray 3 */
  width: 400px;
  color: #828282;
}

.flex-kontak {
  display: flex;
  justify-content: space-between;
}
.desc-kontak {
  width: 50%;
}
.form-kontak {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.inp-basic {
  background: #f2f2f2;
  border: 5px solid #ffffff;
  box-shadow: 0px 20px 50px 5px rgb(0 98 78 / 10%);
  border-radius: 10px;
  padding: 15px 30px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #828282;
  margin-bottom: 15px;
}

/* FOOTER */
.footer {
  background: #333333;
}

.desc-footer img {
  width: 140px;
}
.desc-footer p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;

  color: #ffffff;
}

.footer .boxcon {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 20px;
  padding: 20px 0px;
  margin-top: 100px;
}

.title-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;

  color: #ffffff;
  margin-bottom: 30px;
  margin-top: 30px;
}

.item-social {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background: #f7901e;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.flex-social {
  display: flex;
  gap: 10px;
}

.footer-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;

  color: #ffffff;
  margin-bottom: 20px;
}

.copyright {
  background: #222222;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;

  color: #ffffff;
  text-align: center;
  padding: 30px;
}

/* others */
.reg-p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;

  /* Gray 2 */

  color: #4f4f4f;
  margin-bottom: 25px;
}

.sub-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height */

  /* white */

  color: #ffffff;
  margin-bottom: 25px;
}

.back {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: justify;

  color: #3ab59c;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 30px 0px;
}
.back img {
  margin-right: 20px;
}

.reg-p ol,
.reg-p ul {
  padding-left: 25px;
}

/* LINK TREE */
.link-logo {
  width: 150px;
}

.link-box {
  /* green block */

  background: #e8f5f3;
  border: 5px solid #ffffff;
  box-shadow: 0px 20px 50px 5px rgba(0, 98, 78, 0.1);
  border-radius: 20px;
  padding: 35px;
  width: calc(100% - 70px);
}

.item-link {
  /* white */

  background: #ffffff;
  /* White Card Shadow */

  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  text-align: center;
  height: 60px;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: #4f4f4f;
}
.link-box a {
  text-decoration: none;
}

.item-link.active,
.item-link:hover {
  /* orange idcpns */

  background: #f7901e;
  color: white;
}

.linktree .boxcon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.linktree .boxcon .flex-social {
  margin-top: 40px;
  margin-bottom: 80px;
}
/* FRONT PRODUCT */
.f-produk .boxcon {
  margin-top: 50px;
}
.grid-produk {
  display: grid;
  grid-template-columns: 3fr 5fr;
  gap: 30px;
}
.image-produk {
  /* green block */

  background: #e8f5f3;
  border: 5px solid #ffffff;
  box-shadow: 0px 20px 50px 5px rgba(0, 98, 78, 0.1);
  border-radius: 20px;
  padding: 20px;
  height: max-content;
}

.discount {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-decoration-line: line-through;

  /* Red */

  color: #eb5757;
}

.price {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  /* identical to box height */

  /* orange idcpns */

  color: #f7901e;
}
.p-rating {
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 2px solid rgb(209, 209, 209);
  width: max-content;
}
.p-rating img {
  width: 25px;
}
.p-rating p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  margin-left: 10px;
  /* Gray 3 */

  color: #828282;
}

.time-buy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  text-align: center;

  color: #3ab59c;
}
.r-flex {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}

.txt-desc {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
  margin: 20px 0px;

  /* Gray 2 */

  color: #4f4f4f;
}
.desc-produk .btn-primary {
  text-align: center;
  width: max-content;
}

.rating-flex {
  display: flex;
}
.splide__arrow--next {
  right: 1em !important;
  bottom: 0 !important;
  position: absolute !important;
  top: unset !important;
}
.splide__arrow--prev {
  left: unset !important;
  right: 3.5em !important;
  bottom: 0px !important;
  top: unset !important;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.tab-container {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.tab-button {
  /* Gray 6 */
  background: #f2f2f2;
  /* Gray 4 */
  border-width: 2px 2px 0px 2px;
  border-style: solid;
  border-color: #bdbdbd;
  border-radius: 10px 10px 0px 0px;
  width: 150px;
  padding: 10px;
  text-align: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  /* Gray 2 */
  color: #4f4f4f;
  opacity: 0.4;
  cursor: pointer;
}
.tab-button.active {
  /* orange idcpns */
  background: #f7901e;
  color: white;
  opacity: 1;
  border-color: #f7901e;
}
.grid-benefit{
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
}
.bd-produk{
  width: max-content;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#bnr-category {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(20px);
}
#bnr-category.show {
  opacity: 1;
  transform: translateY(0);
}