body {
  font-family: "Poppins", sans-serif;
}

.normal-img {
  width: 100%;
}
.white-font {
  color: white !important;
}

.grey-font {
  color: #686868 !important;
}
.paragraph-color {
  color: #5a5a5a !important;
}

.black-font {
  color: #3f3f3f !important;
  font-weight: 700;
}

.red-font {
  color: #9c171e !important;
}
.title1 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
}

.title2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  color: #343434;
}

.title3 {
  color: #343434;

  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
}

.title4 {
  color: #000;

  font-size: 24px;
  font-weight: 700;
}

.title5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.title6 {
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.title7 {
  font-size: 34px;
  font-weight: 700;
}

.title8 {
  font-size: 20px;
  font-weight: 700;
}

.title9 {
  font-size: 32px;
  line-height: 44px;

  font-weight: 700;
}

.paragraph1 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.paragraph2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
}

.paragraph3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.paragraph4 {
  color: #000;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.paragraph5 {
  color: #5a5a5a;

  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph7 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.paragraph8 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.paragraph9 {
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
}

.buttonStyle {
  background-color: #9c171e;
  color: #ffffff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 26px;
  border: 1px #9c171e solid;
  transition: all 0.15s ease-in-out;
}

.buttonStyle:hover {
  background-color: #ffe3e3;
  color: #9c171e;
}
.buttonStyle.buttonSecondary {
  background-color: transparent;
  color: #3a3a3a;
  border: 1px #9c171e solid;
  transition: all 0.15s ease-in-out;
}

.buttonStyle.buttonSecondary:hover {
  background-color: #ffe3e3;
  color: #9c171e;
}

.buttonStyle.button-100 {
  width: 100%;
}

.buttonStyle.buttonTertiary {
  background-color: #ffffff;
  color: black;
  border: 1px #ffffff solid;
  transition: all 0.15s ease-in-out;
}

.buttonStyle.buttonTertiary:hover {
  background-color: transparent;
  color: #ffffff;
}

/* button effect */

.btn-clickwrap:active .buttonStyle {
  /* padding: 10px 20px;
  margin: 0px 6px; */
  transform: scale(0.95);
}

.btn-clickwrap:active .effect1 {
  top: 0;
  left: -10px;
  width: 5px;
  height: 5px;
  opacity: 1;
  transform: rotate(0deg);
}

.btn-clickwrap:active .effect2 {
  top: 0;
  right: -10px;
  width: 5px;
  height: 5px;
  opacity: 1;
  transform: rotate(0deg);
}

.btn-clickwrap:active .effect3 {
  bottom: 0;
  left: -10px;
  width: 5px;
  height: 5px;
  opacity: 1;
  transform: rotate(0deg);
}

.btn-clickwrap:active .effect4 {
  bottom: 0;
  right: -10px;
  width: 5px;
  height: 5px;
  opacity: 1;
  transform: rotate(0deg);
}

.effect1 {
  border-radius: 100%;
  background: #9c171e;
  width: 20px;
  height: 3px;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 40px;
  transition: 0.35s all linear, 0.05s opacity linear;
  opacity: 0;
}

.effect2 {
  border-radius: 100%;
  background: #9c171e;
  width: 20px;
  height: 3px;
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  right: 40px;
  transition: 0.35s all linear, 0.05s opacity linear;
  opacity: 0;
}

.effect3 {
  border-radius: 100%;
  background: #9c171e;
  width: 20px;
  height: 3px;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 10px;
  left: 40px;
  transition: 0.35s all linear, 0.05s opacity linear;
  opacity: 0;
}

.effect4 {
  border-radius: 100%;
  background: #9c171e;
  width: 20px;
  height: 3px;
  transform: rotate(45deg);
  position: absolute;
  bottom: 10px;
  right: 40px;
  transition: 0.35s all linear, 0.05s opacity linear;
  opacity: 0;
}

.btn-clickwrap {
  position: relative;
}

.section-to-section1 {
  margin-bottom: 90px;
}

/* section hero */
.section-hero {
  background: #eef1f4;
}
.bg1 {
  -webkit-filter: drop-shadow(0px 0 12px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0 12px rgba(0, 0, 0, 0.2));
}

/* section manfaat */
.section-manfaat {
  padding-bottom: 64px;
  background: #eef1f4;
}
.carousel-wrapper {
  border: 2px #a7a7a7 solid;
  border-radius: 15px;
  padding: 15px 15px;
  margin: 0px 8px;
}

.img-manfaat {
  max-width: 58px;
  height: auto;
  margin-bottom: 10px;
}

/* section dark gradient */
.section-dark-gradient {
  background: linear-gradient(117deg, #3c4859 11.92%, #0c1a2e 100%), #0a1627;
  padding: 25px 0px;
}

/* section fitur */
.section-fitur {
  margin-bottom: 64px;
}
div.product-accrd > ul {
  display: block;
}
div.product-accrd li.nav-item {
  width: 100%;
}

/* #newModal .modal-dialog {
  max-width: 865px !important;
} */

.box-width {
  width: 100%;
}

.nav-link.button-tabs.active {
  color: #fff;
  width: 100%;
  background: #9c171e;
  box-shadow: -5px 7px 18px 0 rgba(0, 0, 0, 0.15);
}

.nav-link.button-tabs:hover {
  box-shadow: 0px 0px 15px 0px #b7b7b7;
}

.nav-link.button-tabs.active:hover {
  box-shadow: none;
  border-radius: 8px;
}

.nav-link.button-tabs {
  border-radius: 8px;
  width: 85%;
  text-align: left;
  color: #8f8f8f;
  font-family: poppins;
  font-size: 18px;
  font-weight: 500;
  padding: 16px;
  transition: all 0.25s ease-in-out;
  background: 0 0;
  /* z-index: -1; */
}

#myTab {
  overflow-y: visible;
  overflow-x: unset !important;
}

.accordion-button::after {
  display: none;
}

.drpdown-toggle {
  transform: rotate(180deg);
}

.accordion-button.collapsed span {
  transform: rotate(0deg);
}

.box-width button:hover {
  color: #5d5d5d;
}

.section-fitur .accordion-item {
  border-radius: 10px !important;
  background: #eef1f4;
}

.section-fitur .accordion-body {
  padding: 32px 32px 32px 0px;
}

ul#myTab {
  min-width: 350px;
}

@media (min-width: 991.5px) {
  .section-fitur li.nav-item-margin {
    margin-bottom: 16px;
  }

  ul#myTab {
    z-index: 10;
  }
}

@media (max-width: 991px) {
  .btn-close-style {
    filter: invert(1) !important;
    -webkit-filter: invert(1) !important;
  }
  .link-navBar {
    margin: 28px 0px 0px 0px;
    transition: 0.1s ease-in-out;
    border-radius: 8px;
    display: block;
    padding: 0px 0px 0px 10px !important;
  }

  #hero-section {
    margin-top: 120px;
  }

  .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
}

/* section sederhanakan */
.section-sederhanakan {
  background-color: #eef1f4;
  padding: 90px 0px;
}
.sederhanakan-point {
  padding: 16px;
  border-radius: 15px;
  border: 1px solid #a7a7a7;
  background: #fcfcfc;
  margin-bottom: 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 24px;
}

/* section eksplor */
.section-eksplor {
  padding: 54px 0px;
}

.eksplorHover {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.eksplorHover:hover {
  text-decoration: underline;
}

/* section workflow */
.section-workflow {
  overflow: hidden;
}

.workflow-img-wrapper {
  width: max-content;
}
.workflow-img {
  height: 720px;
  min-height: 720px;
}

.pulse-msg1 {
  width: 392px;
  height: 145px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  top: 17%;
  right: 15%;
  padding: 16px;
  border-radius: 16px;
  position: absolute;
  z-index: 0;
  transition: opacity 0.25s ease-in-out;
  opacity: -5;
}
.pulse-msg2 {
  width: 392px;
  height: 145px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  top: 35%;
  right: 13%;
  padding: 16px;
  border-radius: 16px;
  position: absolute;
  z-index: 0;
  transition: opacity 0.25s ease-in-out;
  opacity: -5;
}
.pulse-msg3 {
  width: 392px;
  height: 145px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  top: 28%;
  right: 37%;
  padding: 16px;
  border-radius: 16px;
  position: absolute;
  z-index: 0;
  transition: opacity 0.25s ease-in-out;
  opacity: -5;
}
.pulse-msg4 {
  width: 392px;
  height: 145px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  top: 65%;
  right: 38%;
  padding: 16px;
  border-radius: 16px;
  position: absolute;
  z-index: 0;
  transition: opacity 0.25s ease-in-out;
  opacity: -5;
}
.pulse-msg5 {
  width: 392px;
  height: 145px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  top: 32%;
  right: 49%;
  padding: 16px;
  border-radius: 16px;
  position: absolute;
  z-index: 0;
  transition: opacity 0.25s linear;
  opacity: -5;
}

.show-pulse-msg {
  z-index: 5 !important;
  opacity: 1 !important;
}
.pulse1:hover {
  animation: pulsing 1s linear;
}
.pulse2:hover {
  animation: pulsing 1s linear;
}
.pulse3:hover {
  animation: pulsing 1s linear;
}
.pulse4:hover {
  animation: pulsing 1s linear;
}
.pulse5:hover {
  animation: pulsing 1s linear;
}

.pulse1 {
  color: white;
  font-size: 20px;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 11%;
  left: 51%;
  background-color: #9c171e;
  border-radius: 50px;
  cursor: pointer;
  z-index: 5;
  font-weight: 700;
}

.pulse2 {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background-color: #9c171e;
  color: white;
  font-size: 20px;
  top: 29%;
  left: 85%;
  cursor: pointer;
  z-index: 5;
  font-weight: 700;
}
.pulse3 {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background-color: #9c171e;
  color: white;
  font-size: 20px;
  top: 52%;
  left: 61%;
  cursor: pointer;
  z-index: 5;
  font-weight: 700;
}

.pulse4 {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background-color: #9c171e;
  color: white;
  font-size: 20px;
  top: 82%;
  left: 27%;
  cursor: pointer;
  z-index: 5;
  font-weight: 700;
}
.pulse5 {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background-color: #9c171e;
  color: white;
  font-size: 20px;
  top: 50%;
  left: 15%;
  cursor: pointer;
  z-index: 5;
  font-weight: 700;
}

.pulsing {
  animation: pulsing 1s linear;
}

@keyframes pulsing {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(255, 149, 154, 1);
    transform: scale(1);
  }
  30% {
    transform: scale(0.9);
    font-size: 18px;
  }
  50% {
    box-shadow: 0px 0px 0px 10px rgba(255, 149, 154, 0.6);
  }
  80% {
    transform: scale(0.95);
    font-size: 19px;
  }
  100% {
    box-shadow: 0px 0px 0px 20px rgba(255, 149, 154, 0);
  }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  transition: all 0.15s ease-in-out;
}

.logo-company,
.logo-company img {
  width: 56px !important;
  height: 56px !important;
}

.content-company {
  margin-top: 8px !important;
  margin-bottom: 0 !important;
  font-size: 10px;
  text-align: left;
  color: #585858;
}

/* FAQ */
.section-FAQ {
  padding: 90px 0px;
}
.section-FAQ .accordion-item {
  margin-bottom: 0px;
}

.section-FAQ .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  border-bottom: 1px #9c171e solid !important;
  border-top: 1px #9c171e solid !important;
  box-shadow: unset !important;
  color: #3f3f3f;
}

.section-FAQ .accordion-button {
  border-top: 1px #9d9d9d solid !important;
}

.section-FAQ .accordion-item:first-of-type {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.section-FAQ .accordion-item {
  border-radius: 0px;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}

.section-FAQ .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}

.section-FAQ .accordion-button {
  background-color: transparent;

  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding: 12px 12px 16px 12px;
}

.section-FAQ .accordion-body {
  padding: 12px 12px 12px 12px;
}

.section-FAQ .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: unset !important;
  border-bottom-left-radius: unset !important;
}

.section-FAQ .accordion-item:last-of-type {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.section-FAQ .accordion-button:focus {
  box-shadow: unset !important;
}

.section-FAQ .arrow-btn {
  margin-left: auto;
  font-size: 35px;
  font-weight: 300;
  transform: rotate(270deg);
  transition: all 0.2s linear;
  color: #9c171e;
}

.section-FAQ .accordion-button.collapsed span {
  transform: rotate(450deg);
  color: #3f3f3f;
}

/* form iklan */
.form-iklan {
  padding: 54px 0px;
  background: #eef1f4;
}

@media (min-width: 3200px) {
  .bg1 {
    width: 100%;
    position: absolute;
    top: -67% !important;
    right: 0;
    z-index: 0;
  }
}

@media (min-width: 2300px) and (max-width: 3200px) {
  .bg1 {
    width: 100%;
    position: absolute;
    top: -17% !important;
    right: 0;
    z-index: 0;
  }
}
@media (min-width: 2000px) and (max-width: 2299px) {
  .bg1 {
    width: 100%;
    position: absolute;
    top: 0 !important;
    right: 0;
    z-index: 0;
  }
}

@media (min-width: 1920.5px) {
  .section-hero {
    overflow: hidden;
  }
  .section-manfaat {
    padding-top: 90px !important;
  }
}

@media (min-width: 1800px) and (max-width: 1920.4px) {
  .section-manfaat {
    padding-top: 350px !important;
  }
}

@media (min-width: 1700px) and (max-width: 1800px) {
  .section-manfaat {
    padding-top: 250px !important;
  }
}

@media (min-width: 1700px) and (max-width: 1920.4px) {
  .section-hero {
    padding-top: 172px !important;
  }

  .section-to-section1 {
    margin-bottom: 90px !important;
  }
}
@media (min-width: 1629px) and (max-width: 1700px) {
  .section-hero {
    padding-top: 165px !important;
  }
  .section-manfaat {
    padding-top: 254px !important;
  }

  .section-to-section1 {
    margin-bottom: 90px !important;
  }
}

@media (min-width: 1399.5px) {
  .section-hero {
    margin-top: 70px;
    padding-top: 129px;
    padding-bottom: 90px;
    height: 90vh;
    max-height: 670px !important;
  }

  .section-manfaat {
    padding-top: 170px;
  }

  .bg1 {
    width: 100%;
    position: absolute;
    /* top: -128px; */
    top: 0px;
    right: 0;
    z-index: 0;
  }

  .form-iklan {
    padding: 90px 0px;
  }
  .section-to-section1 {
    margin-bottom: 130px;
  }

  .section-sederhanakan {
    margin-bottom: 50px;
  }
  .section-fitur .tab-content.accordion {
    transform: translateX(-50px);
    z-index: 9;
  }

  .section-fitur .tab-content.accordion {
    transform: translateX(-50px);
    z-index: 9;
  }
}

@media (min-width: 1199.5px) and (max-width: 1399.4px) {
  .section-hero {
    margin-top: 70px;
    padding-top: 74px;
    padding-bottom: 90px;
    height: 90vh;
    max-height: 670px !important;
  }
  .title9ex {
    font-size: 28px;
    line-height: 42px;
  }
  .section-manfaat {
    /* padding-top: 70px; */
    padding-top: 130px;
  }

  .bg1 {
    width: 100%;
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 0;
  }

  .paragraph9 {
    font-size: 25px;
    line-height: 38px;
  }

  .section-fitur .tab-content.accordion {
    transform: translateX(-40px);
    z-index: 9;
  }
}

@media (min-width: 991.5px) and (max-width: 1199.4px) {
  .section-hero {
    /* margin-top: 90px; */
    padding-top: 160px;
  }

  .section-manfaat {
    padding-top: 180px;
  }

  .bg1 {
    width: 100%;
    position: absolute;
    top: 44px;
    right: 0px;
    z-index: 0;
  }

  .section-fitur .tab-content.accordion {
    transform: translateX(-30px);
    z-index: 9;
  }

  .section-fitur .nav-link.button-tabs {
    font-size: 16px;
  }

  ul#myTab {
    min-width: 284px;
  }

  .section-fitur .accordion-body {
    padding: 32px 12px 32px 0px;
  }

  /* section workflow */
  .section-workflow {
    overflow-x: auto;
  }

  .buttonStyle {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
  }
  .title1 {
    font-size: 22px;
    line-height: 30px;
  }
  .title2,
  .section-heading,
  .title-section {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  .title3 {
    font-size: 22px;
    line-height: 32px;
  }
  .title5 {
    font-size: 18px;
  }

  .title6 {
    font-size: 22px;
    line-height: 32px;
  }
  .title7 {
    font-size: 22px;
    line-height: 32px;
  }
  .title9 {
    font-size: 22px;
    line-height: 32px;
  }
  .paragraph1 {
    font-size: 16px;
    line-height: 24px;
  }
  .paragraph9 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 991.4px) {
  /* global */
  .buttonStyle {
    display: block;
    width: 100%;
  }

  .buttonStyle {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
  }
  .buttonStyle.buttonTertiary {
    background-color: #ffffff;
    color: #3a3a3a;
    border: 1px #ffffff solid;
  }
  .title1 {
    font-size: 28px;
    line-height: 38px;
  }

  .title2 {
    font-size: 22px;
    line-height: 30px;
  }

  .title3 {
    font-size: 22px;
    line-height: 32px;
  }
  .title5 {
    font-size: 18px;
  }

  .title6 {
    font-size: 22px;
    line-height: 32px;
  }
  .title7 {
    font-size: 22px;
    line-height: 32px;
  }
  .title9 {
    font-size: 22px;
    line-height: 32px;
  }
  .paragraph9 {
    font-size: 18px;
    line-height: 28px;
  }

  /* section hero */
  .section-hero {
    margin-top: 0px;
    padding-bottom: 64px;
    padding-top: 90px;
  }

  .bg1 {
    display: none;
  }

  /* section dark gradient */
  .section-dark-gradient {
    background: linear-gradient(243deg, #475365 12.82%, #0c1a2e 100%);
  }

  /* section fitur */
  .section-fitur button.accordion-button {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: #9c171e;
    transition: all 0.3s linear;
    border-radius: 10px;
  }
  .section-fitur .tab-content.accordion {
    width: 100%;
  }
  .section-fitur .accordion-button:not(.collapsed) {
    background-color: #9c171e;
    border-radius: 10px 10px 0px 0px !important;
  }
  .section-fitur .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .section-fitur .accordion-button:focus {
    box-shadow: none !important;
  }
  .section-fitur .accordion-item {
    margin-bottom: 10px;
    border-radius: 10px !important;
    background: #eef1f4;
  }
  .section-fitur .accordion-body {
    border-right: 1px #9c171e solid;
    border-bottom: 1px #9c171e solid;
    border-left: 1px #9c171e solid;
    border-radius: 0 0 10px 10px;
    padding: 32px;
  }

  /* section workflow */
  .section-workflow {
    overflow-x: scroll;
  }

  /* section kisah sukses */
  .wrapper-slide-up-down {
    max-height: 350px;
  }
  .section-kisah-sukses {
    padding: 64px 0px;
  }

  /* section logo perusahaan */
  .section-logo-perusahaan {
    padding: 54px 0px 0px 0px;
  }

  /* form iklan */
  .submit-button {
    width: 100%;
    padding: 14px 0px;
  }
}

#cursorSwipe {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 38%;
  left: 50%;
  visibility: hidden;
  z-index: 9;
  transition: all 0.5s;
  scale: 0;
}
.animated-swipe {
  opacity: 0 !important;
  animation: unset !important;
}

@keyframes swipe {
  0% {
    transform: translateX(-100%);
    opacity: 0;
    scale: 0;
  }
  1% {
    scale: 1;
  }
  7% {
    opacity: 1;
  }
  19% {
    transform: translateX(0%);
  }
  31% {
    opacity: 1;
  }
  38% {
    transform: translateX(-100%);
    opacity: 0;
    scale: 1;
  }
  39% {
    scale: 0;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
    scale: 0;
  }
}

@media only screen and (max-width: 768px) {
  #cursorSwipe {
    visibility: visible;
  }

  #cursorSwipe {
    animation: swipe 8s infinite ease-in-out;
  }
}

/* custom scrollbar style */
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
  background: #d7a2a4;
}
::-webkit-scrollbar-thumb {
  background: #b1252d;
  border-radius: 15px;
}
