body {
  overflow-x: hidden;
}

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

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

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

.text-dark p,
.text-dark div {
  color: #343434;
}

.h1-desc {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

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

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

.btn-fill {
  padding: 14px 30px;
  border-radius: 8px;
  background: #fff;
  font-weight: bold;
  /* border: 1px solid #fff !important; */
  border: none;
  transition: all 0.15s ease-in-out;
  color: #9c171e;
  box-shadow: 5px 8px 23.7px 0px rgba(0, 0, 0, 0.25);
}

.btn-fill:hover {
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0),
    inset 4px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

.btn-outline {
  padding: 14px 30px;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  font-weight: bold;
  transition: all 0.15s ease-in-out;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.section-1 {
  background: linear-gradient(
      94deg,
      #5b0f0f -10.74%,
      #b63333 47.64%,
      #751414 99.42%
    ),
    #bb202e;
}

.section-1 .container {
  padding-top: 190px;
}

.section-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#carousel-fitur .carousel-content {
  border-radius: 20px;
  background: #f3f3f3;
  padding: 24px;
}

#carousel-fitur .carousel-content img {
  margin-bottom: 24px;
  height: auto;
}

#carousel-fitur .carousel-content-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

#carousel-fitur .fitur-desc {
  margin-left: 36px;
}

#carousel-fitur .fitur-desc::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  background-image: url("./asset/check.png");
  background-repeat: no-repeat;
  transform: translate(-40px, -4px);
  pointer-events: none;
}

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

.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: -45px;
  pointer-events: all;
}

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

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

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

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

.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 {
  background: #9c171e !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot span {
  margin-top: 50px;
  width: 56px;
  height: 10px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #9c171e;
}

.owl-theme .owl-dots .owl-dot span {
  background: #d9d9d9;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #9c171e;
}

.owl-prev span,
.owl-next span {
  position: absolute;
  transform: translate(-10px, -4px);
}

.ads-heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.section-inner-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.section-cards-row .col-lg-4 .p-4 {
  border-radius: 15px;
  border: 1px solid #a7a7a7;
  transition: all 0.15s ease-in-out;
}

.section-cards-row .col-lg-4 .p-4:hover {
  scale: 1.05;
}

.section-cards-row .col-lg-4 .p-4 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: 12.8%;
  right: 5.7%;
  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: 32.5%;
  right: 9.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: 51.5%;
  right: 21.7%;
  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: 64%;
  right: 52.7%;
  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: 23%;
  right: 43%;
  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: 6.4%;
  left: 63.3%;
  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: 25.5%;
  left: 88%;
  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: 74.3%;
  left: 47.3%;
  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: 86.5%;
  left: 16%;
  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: 48.5%;
  left: 26%;
  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(0.65);
  }
  30% {
    transform: scale(0.825);
    font-size: 18px;
  }
  45% {
    transform: scale(1);
  }
  50% {
    box-shadow: 0px 0px 0px 14px rgba(255, 149, 154, 0.6);
  }
  80% {
    font-size: 19px;
  }
  100% {
    box-shadow: 0px 0px 0px 28px rgba(255, 149, 154, 0);
  }
}

.img-margin-s1 {
  margin-bottom: -115px;
}

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

/* section logo perusahaan */
.section-logo-perusahaan {
  padding: 30px;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.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);
  }
}

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

@media (max-width: 991.4px) {
  .section-workflow {
    overflow-x: scroll;
  }
  .btn-mobile-100 {
    width: 100%;
  }

  #cursorSwipe {
    visibility: visible;
  }

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

  .owl-theme .owl-nav {
    transform: translateY(14px);
  }

  #carousel-rating .owl-nav {
    width: calc(100% - 24px);
  }

  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
  }

  .section-1 .container {
    padding-bottom: 64px;
  }

  .btn-selengkapnya {
    display: block;
    width: 100%;
    text-align: center;
  }

  .section-2 {
    margin-top: 80px !important;
  }

  .margin-section-y {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  #section-fitur.margin-section-y {
    margin-bottom: 48px !important;
  }

  #carousel-fitur .carousel-content {
    height: 813px;
  }

  #carousel-fitur .carousel-content button {
    position: absolute;
    bottom: 24px;
    width: calc(100% - 48px) !important;
  }

  #carousel-rating .carousel-rating-card {
    height: 388px;
  }

  #carousel-rating .carousel-rating-card button {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
  }

  #carousel-rating .owl-stage-outer {
    margin-bottom: -24px;
  }

  #carousel-fitur .owl-stage-outer {
    margin-bottom: -8px;
  }

  .intersection {
    margin-top: -20px !important;
  }

  #newModal .btn-close-style {
    -webkit-filter: invert(1) !important;
    filter: invert(1) !important;
  }
}

#carousel-rating .d-flex.justify-content-center {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 1400px) {
  #carousel-rating .carousel-rating-card {
    height: 465px;
  }

  #carousel-fitur .carousel-content {
    height: 859px;
  }

  #carousel-fitur .carousel-content button {
    position: absolute;
    bottom: 24px;
    width: calc(100% - 48px) !important;
  }
}

@media only screen and (max-width: 1400px) {
  #carousel-rating .carousel-rating-card {
    height: 513px;
  }
}

@media only screen and (max-width: 1200px) {
  #carousel-rating .carousel-rating-card {
    height: 609px;
  }

  .section-heading {
    font-size: 22px;
    line-height: 32px;
    width: 100%;
  }

  h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .img-margin-s1 {
    margin-bottom: -20px;
    margin-top: 30px;
  }

  .section-1 .container {
    padding-top: 125px;
  }

  .carousel-content-heading {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  .ads-heading {
    font-size: 22px;
    line-height: 32px;
  }

  #carousel-fitur .carousel-content {
    height: 804px;
  }
}

@media (max-width: 991.4px) {
  #carousel-rating .carousel-rating-card {
    height: 511px;
  }

  #carousel-rating .d-flex.justify-content-center {
    bottom: 28px;
  }
}

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

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

.rating-no-cta {
  padding-bottom: 50px !important;
}

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

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

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

.normal-img {
  width: 100%;
  height: auto;
}

.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-img {
  width: 80%;
}

#carousel-rating img {
  width: 75px;
}

#carousel-rating .star {
  /* filter: grayscale(100%); */
  width: 28px;
  margin-left: 4px;
  margin-right: 4px;
}

#carousel-rating .carousel-rating-card {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 24px;
  border-radius: 10px;
}

#carousel-rating .owl-stage {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section-cards-row img {
  width: 67px;
}

.crm-benefit {
  transition: all 0.15s ease-in-out;
  border-radius: 15px;
  padding-top: 24px;
}

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

.crm-benefit img {
  height: auto;
}

#submit-button {
  font-size: 16px;
}

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

.margin-section-y {
  margin-top: 144px;
  margin-bottom: 144px;
}

#crm-form {
  margin-bottom: 80px;
  margin-top: 80px;
}

#btn-Nav {
  font-weight: 700;
}

section {
  padding-left: 8px;
  padding-right: 8px;
}

section.footer {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 768px) {
  .section-1 .container {
    padding-top: 190px;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: -20px;
    opacity: 0.6;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: -20px;
    opacity: 0.6;
  }

  #carousel-rating .carousel-rating-card {
    height: 415px;
  }
}

@media only screen and (max-width: 500px) {
  #carousel-rating .carousel-rating-card {
    height: 470px;
  }
}

@media only screen and (max-width: 420px) {
  #carousel-rating .carousel-rating-card {
    height: 520px;
  }
}

@media only screen and (max-width: 370px) {
  #carousel-rating .carousel-rating-card {
    height: 580px;
  }
}

a:hover {
  color: #343434;
}
