body {
  overflow-x: hidden;
}
.poppins-regular {
  font-weight: 400;
}

.poppins-bold {
  font-weight: 700;
}

.poppins-semi-bold {
  font-weight: 600;
}

#section1 {
  margin-top: 170px;
}

#section1 h1 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
}

.w-55 {
  max-width: 55%;
}

.text-section {
  font-size: 18px;
  line-height: 26px;
}

.btn-fill {
  background: #9c171e;
  color: #fff;
  padding: 14px 30px;
  border-radius: 8px;
  border: 1px solid #9c171e;
  transition: all 0.2s;
}

.btn-fill:hover {
  background: #ffe3e3;
  color: #9c171e;
}

.btn-outline {
  background: none;
  color: #9c171e;
  padding: 14px 30px;
  border-radius: 8px;
  border: 1px solid #9c171e;
  transition: all 0.2s;
}

.btn-outline:hover {
  background: #ffe3e3;
}

.btn-fill-white {
  background: #fff;
  color: #9c171e;
  padding: 14px 30px;
  border-radius: 8px;
  border: 1px solid #fff;
  transition: all 0.2s;
}

.btn-fill-white:hover {
  background: #ffe3e3;
}

#section-logo {
  margin-top: 40px;
  margin-bottom: 80px;
}

#section-logo .col {
  background: linear-gradient(117deg, #b63333 11.92%, #6d1313 100%);
}

#section-logo p {
  font-size: 18px;
  line-height: 24px;
}

.gray-bg {
  background: #eef1f4;
  padding-top: 80px;
  padding-bottom: 80px;
}

.title-section {
  font-size: 32px;
  line-height: 44px;
}

.title-content {
  font-size: 18px;
  line-height: 26px;
}

.title-content-tabs {
  font-size: 32px;
  line-height: 44px;
}

.title-box-hover {
  font-size: 20px;
  line-height: 28px;
}

.cards {
  border-radius: 15px;
  background: #fff;
  transition: all 0.3s;
}

.cards:hover {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  scale: 1.05;
}

.vertical-y-padding-section,
.form-iklan {
  padding-top: 80px;
  padding-bottom: 80px;
}

#intersection {
  background: linear-gradient(117deg, #b63333 11.92%, #6d1313 100%);
  margin-top: 40px;
  margin-bottom: 80px;
}

#intersection p {
  font-size: 28px;
  line-height: 38px;
}

.text-content {
  font-size: 16px;
  line-height: 26px;
}

.cards-2 {
  border-radius: 15px;
  background: #fff;
  transition: all 0.3s;
  border: 1px solid #a7a7a7;
}

.cards-2:hover {
  scale: 1.05;
  /* box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15); */
}

.red-link {
  color: #9c171e;
  transition: all 0.2s;
}

.red-link:hover {
  color: #9c171e;
  opacity: 0.65;
}

.workflow-img-wrapper {
  width: max-content;
}

.workflow-img-wrapper {
  width: max-content;
}

.workflow-img {
  height: 720px;
  min-height: 720px;
  margin-right: 76px;
  height: auto;
}

.cards img,
.cards-2 img {
  height: auto;
}

.red-link {
  color: #9c171e;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #9c171e;
  cursor: pointer;
}

.pulse-msg1 {
  width: 352px;
  height: fit-content;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  top: 18.2%;
  right: 45.6%;
  padding: 16px;
  border-radius: 16px;
  position: absolute;
  z-index: 0;
  transition: opacity 0.25s ease-in-out;
  opacity: -5;
}
.pulse-msg2 {
  width: 352px;
  height: fit-content;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  top: 37%;
  right: 28.2%;
  padding: 16px;
  border-radius: 16px;
  position: absolute;
  z-index: 0;
  transition: opacity 0.25s ease-in-out;
  opacity: -5;
}
.pulse-msg3 {
  width: 352px;
  height: fit-content;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  top: 54.8%;
  right: 44.2%;
  padding: 16px;
  border-radius: 16px;
  position: absolute;
  z-index: 0;
  transition: opacity 0.25s ease-in-out;
  opacity: -5;
}
.pulse-msg4 {
  width: 352px;
  height: fit-content;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  top: 60%;
  right: 30.4%;
  padding: 16px;
  border-radius: 16px;
  position: absolute;
  z-index: 0;
  transition: opacity 0.25s ease-in-out;
  opacity: -5;
}
.pulse-msg5 {
  width: 352px;
  height: fit-content;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  top: 72.7%;
  right: 57.9%;
  padding: 16px;
  border-radius: 16px;
  position: absolute;
  z-index: 0;
  transition: opacity 0.25s linear;
  opacity: -5;
}
.pulse-msg6 {
  width: 352px;
  height: fit-content;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  top: 39%;
  right: 67.2%;
  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;
}
.pulse6:hover {
  animation: pulsing 1s linear;
}

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

.workflow-s1 .pulse1 {
  top: 64.5%;
  left: 23.65%;
}

.workflow-s1 .pulse-msg1 {
  top: 72%;
  left: 23.65%;
}

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

.workflow-s1 .pulse2 {
  top: 27.1%;
  left: 77.15%;
}

.workflow-s1 .pulse-msg2 {
  top: 34.5%;
  left: 53%;
}

.pulse3 {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background-color: #9c171e;
  color: white;
  font-size: 20px;
  top: 47.5%;
  left: 52.7%;
  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: 79.8%;
  left: 40.6%;
  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: 65.5%;
  left: 13%;
  cursor: pointer;
  z-index: 5;
  font-weight: 700;
}
.pulse6 {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background-color: #9c171e;
  color: white;
  font-size: 20px;
  top: 31.8%;
  left: 30%;
  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);
  }
  15% {
    transform: scale(1.35);
  }
  30% {
    box-shadow: 0px 0px 0px 14px rgba(255, 149, 154, 0.6);
    transform: scale(1.175);
    font-size: 18px;
  }
  45% {
    transform: scale(1);
  }
  80% {
    box-shadow: 0px 0px 0px 28px rgba(255, 149, 154, 0);
    font-size: 19px;
  }
}

#cursorSwipe {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 38%;
  left: 50%;
  visibility: hidden;
  z-index: 9;
  transition: all 0.5s;
  scale: 0;
}

#workflow-container .poppins-bold {
  font-size: 20px;
}

#section-workflow {
  padding-bottom: 80px;
}

.normal-img {
  width: 100%;
}

.sliding-right .col-lg-3,
.sliding-left .col-lg-3 {
  margin-right: 16px;
}

.sliding-right {
  animation: sliding-right 30s linear infinite;
}

.sliding-left {
  animation: sliding-left 30s linear infinite;
}

@keyframes sliding-right {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-1040px);
  }
}

@keyframes sliding-left {
  from {
    transform: translateX(-1040px);
  }
  to {
    transform: translateX(0%);
  }
}

.logo-perusahaan-img1 {
  max-width: 145px;
}

.logo-perusahaan-img1.me-4 {
  margin-right: 3.5rem !important;
}

.sliding-left-move {
  animation: rightSlide 70s linear infinite;
}

.sliding-right-move {
  animation: leftSlide 70s linear infinite;
}

@keyframes rightSlide {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(-2080px);
  }
}

@keyframes leftSlide {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(2280px);
  }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.17);
  line-height: 0;
  color: #212529;
  opacity: 0.5;
}

.owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  transform: translateY(20px);
  font-size: 78px;
  height: 100%;
  top: 0;
  pointer-events: none;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  right: 5px;
  pointer-events: all;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 40%;
  left: -20px;
  pointer-events: all;
}

.owl-carousel .owl-nav button span {
  font-size: 64px;
  position: absolute;
  transform: translate(-45%, -3px);
}

#carousel-rating.owl-carousel .owl-nav button.owl-next {
  top: 35%;
}

#carousel-rating.owl-carousel .owl-nav button.owl-prev {
  top: 35%;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #fff !important;
  color: #212529;
}

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

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 0.75;
}

.accordion .accordion-item {
  border: none;
}

.accordion .accordion-body {
  padding: 32px;
  border-radius: 16px;
}

.accordion .accordion-icon {
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  text-align: center;
  padding-left: 1px;
}

.accordion .row .col-lg-6 .d-flex img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.accordion .accordion-item:hover .accordion-icon {
  background: #9c171e;
  color: #fff;
}

#section-form .submit-button {
  font-weight: 600;
}

#section-form .submit-button:hover {
  color: #9c171e;
}

#section-fitur {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 120px;
}

#section-fitur button.accordion-button:not(.collapsed) {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: none !important;
}

#section-fitur button.accordion-button.collapsed {
  border-radius: 8px;
}

.accordion-button:not(.collapsed) {
  color: #000;
}

#section-fitur button.accordion-button:focus {
  border: 1px solid #b0b0b0;
}

#section-fitur button.accordion-button:not(.collapse) {
  border: none;
}

.section-tabs .bg-white {
  border-radius: 8px;
}

.section-tabs .accordion-item {
  border: none;
}

.section-tabs .nav-link.active {
  background: #9c171e;
  color: #fff;
  padding: 12px 24px;
}

.section-tabs .nav-link:not(.active) {
  color: #bcbcbc;
}

.section-tabs .nav-tabs {
  display: flex;
  list-style: none;
  padding: 0;
  border-bottom: none;
}

.section-tabs .nav-item {
  flex: 1;
  text-align: center;
  font-weight: 700;
}

.section-tabs .nav-link {
  padding: 12px 24px;
  border-radius: 100px;
  color: #343434;
  border: none;
  margin-left: auto;
  margin-right: auto;
}

.section-tabs .nav-link:hover {
  background: #ffe1e3;
  color: #9c171e;
}

.section-tabs .tab-pane.fade:not(.show) {
  animation: tabHide 0.5s forwards;
}

.section-tabs .tab-pane.fade.show {
  animation: tabShow 0.5s forwards;
  display: block !important;
}

.section-tabs .bg-light-gray {
  background: #eef1f4;
  border-radius: 16px;
}

.section-tabs .tabs-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.time-green {
  background: #bdffd0;
  width: fit-content;
  padding: 3px 12px;
  border-radius: 100px;
  color: #11722c;
  font-size: 13px;
}

.time-green img {
  height: 16px;
  transform: translateY(-2px);
  margin-right: 1px;
}

#section-1750 {
  padding-top: 100px;
  padding-bottom: 100px;
}

#section-form .submit-button {
  padding: 17px 30px;
  font-size: 16px;
}

.phone-ads {
  margin-top: -110px;
  width: 280px;
}

.animated-swipe {
  opacity: 0 !important;
  animation: unset !important;
}

#cursorSwipe {
  position: -webkit-sticky;
  position: sticky;
  top: 38%;
  left: 50%;
  visibility: hidden;
  z-index: 9;
  transition: all 0.5s;
  scale: 0;
}

@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;
  }
}

.btn-lihat-video {
  background: #fff;
  border-radius: 8px;
  color: #3b3b3b;
  border: none;
  padding: 14px;
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.accordion-button:focus {
  box-shadow: none;
}

@media (min-width: 1400px) {
  .section-tabs .nav-tabs {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .workflow-s1 .pulse-msg1 {
    top: 73.2%;
  }

  .workflow-s1 .pulse-msg2 {
    top: 36%;
    left: 48.8%;
  }
}

@media (min-width: 991.5px) and (max-width: 1199.4px) {
  .section-workflow {
    overflow-x: auto;
  }

  .phone-ads {
    margin-top: -100px;
  }

  .workflow-s1 .pulse-msg1 {
    top: 75.5%;
  }

  .workflow-s1 .pulse-msg2 {
    top: 37.5%;
    left: 43.3%;
  }
}

/* mobile */
@media (max-width: 991.4px) {
  #newModal .btn-close-style {
    -webkit-filter: invert(1) !important;
    filter: invert(1) !important;
  }

  .accordion .accordion-body {
    padding: 12px 20px 20px 20px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .section-tabs .bg-light-gray {
    border-radius: 8px;
  }

  .left-rating {
    height: 457px;
  }

  #section-fitur button.accordion-button {
    background: #eef1f4;
  }

  div#tabs-1,
  div#tabs-2,
  div#tabs-3,
  div#tabs-4,
  div#tabs-5,
  div#tabs-6 {
    margin-bottom: 16px;
    border: 1px solid #b0b0b0;
    border-radius: 8px;
  }

  .accordion-body {
    margin-left: 0;
    margin-right: 0;
  }

  .title-content-tabs,
  h2 {
    font-size: 22px;
    line-height: 32px;
  }

  #intersection p {
    font-size: 22px;
    line-height: 32px;
  }

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

  #cursorSwipe {
    visibility: visible;
  }

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

  #section-fitur {
    padding-top: 90px;
  }

  .logo-perusahaan-img1 {
    max-width: 85px;
  }

  .text-rating {
    font-size: 20px;
    line-height: 32px;
  }

  #carousel-rating .owl-rating-container .left-rating {
    padding: 24px 48px;
  }

  .btn-fill,
  .btn-outline,
  .btn-fill-white,
  #submit-button {
    width: 100%;
  }

  #section1 h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .w-75 {
    width: 100% !important;
  }

  .w-55 {
    max-width: 100%;
  }

  .text-section {
    font-size: 16px;
  }

  .gray-bg,
  .vertical-y-padding-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #section-logo {
    margin-bottom: 60px;
  }

  #section-logo p {
    font-size: 16px;
  }

  .title-section {
    font-size: 22px;
    line-height: 32px;
  }

  .text-content {
    font-size: 14px;
    line-height: 24px;
  }

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

  .fade:not(.show) {
    opacity: 1;
  }

  .owl-theme .owl-nav {
    width: calc(100% - 16px);
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: -4px;
  }
}

@media (max-width: 390px) {
  .left-rating {
    height: 489px;
  }
}

@media (max-width: 356px) {
  .left-rating {
    height: 513px;
  }
}

@media (max-width: 350px) {
  .left-rating {
    height: 545px;
  }
}
