@font-face {
  font-family: "gt-black";
  src: local("Gotham-Black"), url("../fonts/Gotham-Black.woff2") format("woff2"), url("../fonts/Gotham-Black.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "gt-book";
  src: local("Gotham-Book"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "gt-medium";
  src: local("Gotham-Medium"), url("../fonts/gotham-medium.woff2") format("woff2"), url("../fonts/gotham-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "din-bold";
  src: local("DINPro-Bold"), url("../fonts/DINPro-Bold.woff2") format("woff2"), url("../fonts/DINPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "din";
  src: local("DIN-Regular"), url("../fonts/DIN-Regular.woff2") format("woff2"), url("../fonts/DIN-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "hb-bold";
  src: url("../fonts/AdobeHebrew-Bold.woff2") format("woff2"), url("../fonts/AdobeHebrew-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  background: #d1d1d1;
  font-family: "din";
  color: #333333;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #42C0BB;
}

.text-green {
  color: #ABD74B;
}

.text-tosca {
  color: #2BAFA4;
}

.hb-bold {
  font-family: "hb-bold";
}

.active > .page-link, .page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: #2DB0A3;
  border-color: #2DB0A3;
}

.page-link {
  color: #42C0BB;
}

.container {
  max-width: 1155px;
}

.gradient {
  background: linear-gradient(0deg, #2bb1a5 0%, #abd84b 100%);
  background: -moz-linear-gradient(0deg, #2bb1a5 0%, #abd84b 100%);
  background: -webkit-linear-gradient(0deg, #2bb1a5 0%, #abd84b 100%);
}

#app {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

#header {
  position: relative;
  padding-top: 45px;
  z-index: 99;
}
#header::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: #fff;
  z-index: 2;
  transform: rotate(45deg);
  bottom: -20px;
  left: 130px;
  border-radius: 15px;
}
#header #header-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
  z-index: 3;
}
#header #header-top #btn-login {
  background: #2DB0A3;
  margin-bottom: 10px;
  padding: 5px 15px;
  color: #fff;
  text-decoration: none;
  font-family: "din-bold";
  transition: all ease 0.5s;
}
#header #header-top #btn-login:hover {
  background: #ABD74B;
}
#header #main-menu {
  display: flex;
  justify-content: end;
  position: relative;
  margin-bottom: -20px;
}
#header #main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}
#header #main-menu ul li {
  display: inline-block;
}
#header #main-menu ul li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "din-bold";
  transition: all ease 0.5s;
}
#header #main-menu ul li a:hover {
  background: #ABD74B;
}
#header #main-menu ul li.current-menu-item {
  background: #ABD74B;
}

#mobile-menu {
  display: none;
  text-transform: uppercase;
}

.mm-ocd--open #mobile-menu {
  display: block;
}

#btn-menu {
  background: #ABD74B;
  padding: 6px 15px;
  margin-left: 10px;
  color: #fff;
}

#mobile-menu a {
  color: #000;
}

.bg-gray {
  background: #373737;
}

.text-white {
  color: #fff;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

img {
  max-width: 100%;
}
img.full {
  width: 100%;
}

footer {
  padding-top: 70px;
  padding-bottom: 50px;
}
footer #go-top-wrap {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
footer #go-top-wrap .ico {
  border: 1px solid;
  width: 40px;
  height: 40px;
  font-size: 27px;
  display: inline-block;
  border-radius: 50%;
}
footer #go-top-wrap a {
  text-decoration: none;
  font-family: "gt-black";
  color: #000;
  transition: all ease 0.5s;
}
footer #go-top-wrap a:hover {
  opacity: 0.7;
}
footer #footer-content {
  font-size: 14px;
  padding-bottom: 10px;
}
footer #footer-content .follow-block {
  position: relative;
}
footer #footer-content .follow-block::before {
  content: "";
  width: 1px;
  height: 70%;
  background: #666666;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
footer #footer-content .follow-block::after {
  content: "";
  width: 1px;
  height: 70%;
  background: #666666;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
footer #footer-content .sosmed-block {
  font-size: 30px;
}
footer #footer-content .sosmed-block a {
  padding: 10px 30px;
  color: #000;
}
footer #footer-content .member-of {
  font-family: "gt-medium";
  letter-spacing: 2px;
  font-size: 14px;
  color: #F6921E;
}
footer #footer-content .logo-block {
  text-align: center;
}
footer #footer-content .logo-block img {
  max-width: 210px;
}
footer #footer-copy {
  font-family: "gt-book";
  font-size: 13px;
}

#home-banner {
  position: relative;
}
#home-banner img {
  max-width: 100%;
  width: 100%;
}
#home-banner .lSAction > a {
  background: none;
  color: #fff;
  font-size: 50px;
  width: auto;
  height: auto;
}

#home-ticker {
  overflow: hidden;
  padding: 10px;
  color: #fff;
  font-size: 20px;
}

#lets-grow {
  text-align: center;
  padding: 60px 0;
}
#lets-grow .section-title {
  font-size: 75px;
  font-family: "gt-book";
}
#lets-grow .caption {
  font-size: 27px;
}

.title-box {
  background: #fff;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.39);
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.39);
  color: #2BAFA4;
  display: inline-block;
  font-family: "gt-black";
  font-size: 32px;
  padding: 15px 30px;
  line-height: 1;
  letter-spacing: 10px;
}

#home-category-product .title-category-curve {
  text-align: center;
  font-family: "gt-black";
  font-size: 20px;
  color: #fff;
  letter-spacing: 5px;
  position: relative;
  margin-bottom: 100px;
  text-transform: uppercase;
}
#home-category-product .title-category-curve::after {
  content: "";
  width: 120px;
  height: 7px;
  background-color: #F05A28;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -30px;
}
#home-category-product .product-bg {
  background: top center no-repeat;
  background-size: cover;
  min-height: 670px;
}
#home-category-product .product-content {
  margin-top: -210px;
}
#home-category-product #categori-thumbnail {
  text-align: center;
}
#home-category-product #categori-thumbnail .item:first-child, #home-category-product #categori-thumbnail .item:last-child {
  margin-top: -50px;
}
#home-category-product #categori-thumbnail .item:first-child .image, #home-category-product #categori-thumbnail .item:last-child .image {
  margin-bottom: 70px;
}
#home-category-product #categori-thumbnail .item .title {
  margin-top: 20px;
  font-size: 22px;
  font-family: "gt-book";
  color: #666;
}

#home-mutu {
  margin-top: 150px;
  background-size: cover;
  padding-bottom: 100px;
  background-repeat: no-repeat;
}
#home-mutu .container {
  position: relative;
}
#home-mutu .title-box {
  margin-top: -40px;
  margin-bottom: 190px;
}
#home-mutu .icon-block .item {
  color: #fff;
  min-height: 233px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#home-mutu .icon-block .item .label {
  font-size: 20px;
}
#home-mutu .icon-block .item .icon {
  margin: 10px 0;
}
#home-mutu h3 {
  font-size: 34px;
  color: #2BAFA4;
  font-family: "gt-medium";
}
#home-mutu .caption {
  font-size: 27px;
}
#home-mutu .ico-100 {
  position: absolute;
  right: 0;
  bottom: 0;
}

#home-product {
  background: #6ABDC1;
  padding-bottom: 150px;
}
#home-product .title-box {
  margin-top: -30px;
  margin-bottom: 100px;
}
#home-product .product-thumbnail {
  background: #fff;
  margin-bottom: 34px;
  text-align: center;
}
#home-product .product-thumbnail .image {
  height: 378px;
  background-size: cover;
  background-position: center;
}
#home-product .product-thumbnail .content {
  padding: 25px;
}
#home-product .product-thumbnail .content .title {
  font-family: "gt-black";
  font-size: 28px;
}
#home-product .product-thumbnail .content a {
  color: #fff;
  background: #000;
  display: inline-block;
  text-decoration: none;
  margin-top: 15px;
  padding: 5px 15px;
  font-size: 13px;
  transition: all ease 0.5s;
}
#home-product .product-thumbnail .content a:hover {
  opacity: 0.7;
}

#home-membership .title-box {
  margin-top: -30px;
  margin-bottom: 100px;
  background: #EB730F;
  color: #fff;
  transition: all ease 0.5s;
}
#home-membership .title-box:hover {
  opacity: 0.7;
}
#home-membership a.btn-green {
  background: #6D9B43;
  color: #fff;
  display: block;
  border-radius: 5px;
  text-align: center;
  padding: 15px 30px;
  font-size: 30px;
  text-decoration: none;
  margin-bottom: 20px;
  transition: all ease 0.5s;
  font-family: "gt-medium";
}
#home-membership a.btn-green:hover {
  opacity: 0.7;
}

#page-products {
  background: url("../images/bg-product.jpg") no-repeat;
  padding-top: 100px;
}
#page-products .product-item {
  margin-bottom: 40px;
}
#page-products .product-item a {
  text-decoration: none;
  transition: all ease 0.5s;
}
#page-products .product-item a:hover {
  opacity: 0.8;
}
#page-products .product-item a .image {
  text-align: center;
  padding: 10px;
}
#page-products .product-item a .name {
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  font-family: "din-bold";
  letter-spacing: 1px;
  font-size: 20px;
}

#page-product #product-image {
  position: relative;
}
#page-product #product-image a#btn-back {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 100px;
  color: #333;
  text-decoration: none;
  font-family: "gt-book";
  font-size: 22px;
  transition: all ease 0.5s;
}
#page-product #product-image a#btn-back:hover {
  color: #abd84b;
}
#page-product #product-details {
  padding-bottom: 80px;
}
#page-product #product-details h1 {
  font-size: 90px;
  margin: 0;
}
#page-product #product-details h2, #page-product #product-details h3, #page-product #product-details h4 {
  font-family: "din-bold";
}
#page-product #product-details a#btn-buy {
  background: #73B05D;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  font-family: "gt-black";
  font-size: 20px;
  transition: all ease 0.5s;
}
#page-product #product-details a#btn-buy:hover {
  opacity: 0.8;
}

#marketing-plan h3#selamat {
  border-radius: 20px;
  font-size: 30px;
  color: #2BAEA3;
  text-transform: uppercase;
  font-family: "gt-black";
  letter-spacing: 5px;
  border: 2px solid;
  display: inline-block;
  padding: 5px 20px;
}
#marketing-plan h1.big-green {
  font-family: "gt-black";
  text-transform: uppercase;
  font-size: 50px;
  color: #01A79B;
}
#marketing-plan #selamat-caption {
  font-size: 25px;
  line-height: 1.1;
}
#marketing-plan h2#inovasi {
  position: relative;
  margin-top: 80px;
  color: #32B1A6;
  font-size: 34px;
  font-family: "gt-black";
  text-transform: uppercase;
}
#marketing-plan h2#inovasi::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 8px;
  background: #F6921E;
  border-radius: 5px;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}
#marketing-plan h2#inovasi span {
  color: #AAD64B;
}
#marketing-plan h2.vm-title {
  font-family: "gt-medium";
  font-size: 40px;
}
#marketing-plan .text-vm {
  font-size: 22px;
  line-height: 1.2;
}
#marketing-plan h2.capsule-title {
  display: inline-block;
  background: #01a79c;
  background: linear-gradient(-70deg, #01a79c 0%, #a9d04e 100%);
  background: -moz-linear-gradient(-70deg, #01a79c 0%, #a9d04e 100%);
  background: -webkit-linear-gradient(-70deg, #01a79c 0%, #a9d04e 100%);
  border: 2px solid #A9CF4D;
  border-radius: 40px;
  padding: 5px 40px;
  font-family: "gt-black";
  color: #fff;
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#marketing-plan #simulasi {
  margin-top: -40px;
}

@media (max-width: 992px) {
  #header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #header #main-menu {
    display: none;
  }

  #header::before {
    bottom: -30px;
    left: 10px;
  }

  #lets-grow .section-title {
    font-size: 55px;
  }

  #lets-grow .caption {
    font-size: 20px;
  }

  .title-box {
    font-size: 26px;
  }

  #home-category-product .product-content {
    margin-top: -260px;
  }

  #home-mutu h3 {
    font-size: 26px;
  }

  #home-mutu .caption {
    font-size: 22px;
  }

  #home-mutu .ico-100 {
    display: none;
  }

  footer #footer-content .follow-block::before {
    display: none;
  }

  #marketing-plan h3#selamat {
    font-size: 22px;
  }

  #marketing-plan #selamat-caption {
    font-size: 20px;
  }

  #marketing-plan h1.big-green, #marketing-plan h2.vm-title {
    font-size: 30px;
  }

  #marketing-plan h2#inovasi, #marketing-plan h1.big-green {
    font-size: 24px;
  }

  #marketing-plan h2.capsule-title {
    font-size: 34px;
  }

  #marketing-plan #simulasi {
    margin-top: -30px;
  }

  #page-product #product-details h1 {
    font-size: 45px;
  }

  #page-product #product-image a#btn-back {
    top: 20px;
  }
}
@media (max-width: 500px) {
  #header #logo img {
    max-width: 180px;
  }

  #header::before {
    bottom: -10px;
    left: 0px;
  }

  #home-banner::before {
    width: 80px;
    height: 80px;
    left: 10px;
  }

  #home-ticker {
    font-size: 18px;
  }

  #lets-grow .section-title {
    font-size: 40px;
  }

  #lets-grow .caption {
    font-size: 16px;
  }

  .title-box {
    font-size: 18px;
    letter-spacing: 6px;
  }

  #home-category-product .title-category-curve {
    font-size: 16px;
  }

  #home-category-product #categori-thumbnail .item:first-child .image, #home-category-product #categori-thumbnail .item:last-child .image {
    margin-bottom: 0;
  }

  #home-category-product #categori-thumbnail .item:first-child, #home-category-product #categori-thumbnail .item:last-child {
    margin-top: 0;
  }

  #home-category-product #categori-thumbnail .item {
    margin-bottom: 20px;
  }

  #home-product .product-thumbnail .image {
    height: 220px;
  }

  #home-product .product-thumbnail .content .title {
    font-size: 18px;
  }

  #home-product .product-thumbnail .content {
    padding: 15px;
  }

  #home-product .product-thumbnail .caption {
    font-size: 14px;
  }

  #home-membership a.btn-green {
    font-size: 16px;
  }

  footer #footer-copy {
    text-align: center;
  }

  #marketing-plan h3#selamat {
    font-size: 18px;
    letter-spacing: 2px;
  }

  #marketing-plan #selamat-caption {
    font-size: 18px;
  }

  #marketing-plan h2#inovasi, #marketing-plan h1.big-green {
    font-size: 23px;
  }

  #marketing-plan h1.big-green, #marketing-plan h2.vm-title {
    font-size: 24px;
  }

  #marketing-plan .text-vm {
    font-size: 16px;
  }

  #marketing-plan h2.capsule-title {
    font-size: 18px;
  }

  #marketing-plan #simulasi {
    margin-top: -20px;
  }

  #page-product #product-image a#btn-back {
    font-size: 16px;
  }
}

/*# sourceMappingURL=style.css.map */
