* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fcfcfc;
  overflow-x: hidden;
}

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

.poppins-regular {
  font-weight: 400;
}

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

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

/* button styling */
.buttonStyle {
  background-color: #9c171e;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 30px;
  color: white;
  border: #9c171e 2px solid;
  background: url(./assets/pink-to-red.png);
  background-size: 206%;
  background-position: center left;
  transition: all 0.15s ease-in-out;
  border-radius: 7px;
  display: inline-block;
  text-decoration: none;
}

.redContent-cta {
  background: white !important;
  transition: 0.2s ease-in-out all !important;
  border: #9c171e 2px solid;
  color: #9c171e;
}

.redContent-cta:hover {
  background: #ffe3e3 !important;
}

.buttonStyle:hover {
  background-position: center right;
  color: #9c171e;
}

#buttonSecondary {
  color: #9c171e;
  background: transparent;
  border: #9c171e 2px solid;
  transition: 0.2s all ease-in-out;
  box-shadow: unset;
}

#buttonSecondary a {
  text-decoration: none;
  color: #9c171e;
  font-weight: 600;
}

#buttonSecondary:hover {
  color: #9c171e;
}

.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 1 hero */

.section1-img {
  max-width: 1296px;
  height: auto;
}

#section1 {
  margin-top: 128px;
}

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

.benefit-img {
  max-width: 134px;
  height: auto;
}

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

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

.title-content {
  color: #343434;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
}

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

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

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

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

.vertical-y-padding-section {
  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 {
  color: #343434;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

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

.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 {
  max-width: 1176px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.red-link {
  color: #9c171e;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #9c171e;
  cursor: pointer;
}
.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: 56.8%;
  right: 50.2%;
  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: 24%;
  right: 69.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;
}

.pulse2 {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background-color: #9c171e;
  color: white;
  font-size: 20px;
  top: 33.8%;
  left: 72%;
  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: 66.5%;
  left: 51.7%;
  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: 66.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: 34.8%;
  left: 32%;
  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;

  max-width: 80px;
  height: auto;
}

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

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

.normal-img {
  width: 100%;
}

/* carousel rating */
.section-rating {
  padding: 90px 0px;
  background: #eef1f4;
}

.section-rating .owl-nav {
  margin-top: 24px;
}

.rate-number {
  transform: translateY(5px);
}

.star-size {
  max-width: 26px;
  display: inline-block !important;
}

.paragraph9 {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rating-img {
  max-width: 86px;
}

.carousel-rating-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

#carousel-rating .owl-dots .owl-dot span,
#carousel-manfaat .owl-dots .owl-dot span {
  background: #cccccc;
}
#carousel-rating .owl-dots .owl-dot.active span,
#carousel-manfaat .owl-dots .owl-dot.active span {
  background: #df3d2e;
}

.black-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
  border-radius: 20px;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}

.wrapper-video-play {
  cursor: pointer;
}

.wrapper-video-play:hover .black-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.wrapper-video-play:hover .absolute-btn {
  opacity: 100%;
}

.absolute-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100px;
  z-index: 6;
  opacity: 80%;
  transition: 0.25s all ease-in-out;
}

.section-rating #carousel-rating .owl-nav {
  position: relative;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.section-rating #carousel-rating .owl-prev,
.section-rating #carousel-rating .owl-next {
  width: 50px;
  height: 50px;
  font-size: 50px;
  background-color: white;
  color: #3f3f3f;
  border-radius: 50px;
  position: absolute;
  filter: drop-shadow(0px 1px 10.1px rgba(0, 0, 0, 0.15));
}

.section-rating #carousel-rating .owl-prev {
  top: -250px;
  left: 0px;
}
.section-rating #carousel-rating .owl-next {
  top: -250px;
  right: 0px;
}
.section-rating #carousel-rating .owl-prev span {
  position: absolute;
  left: 17px;
  top: -15px;
}
.section-rating #carousel-rating .owl-next span {
  position: absolute;
  right: 17px;
  top: -15px;
}

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

/* #carousel-rating img {
  height: 98px;
  width: auto;
}

.text-rating {
  font-size: 28px;
  line-height: 38px;
}

#carousel-rating .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(-260deg, #3b3b3b 68%, transparent 75%);
}

#carousel-rating .text-above-gradient {
  position: relative;
  z-index: 99;
}

#carousel-rating .rating-slide {
  background: #3b3b3b;
}

#carousel-rating .rating-img {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#carousel-rating .owl-rating-container {
  border-radius: 20px;
  overflow: hidden;
}

#carousel-rating .owl-rating-container .left-rating {
  padding: 56px 0px 82px 54px;
}

#carousel-rating .video-play-button {
  position: absolute;
  top: 39%;
  left: 52.5%;
  transform-origin: center center;
  width: 96px;
  z-index: 3;
  transition: all 0.25s;
  cursor: pointer;
}

#carousel-rating .video-play-button:hover {
  transform: scale(1.2);
}

.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-family: "Poppins-Bold";
}

#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;
  font-weight: 700;
}

.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;
  justify-content: center;
}

.section-tabs .nav-item + .nav-item {
  /* flex: 1; */
  margin-left: 16px;
  text-align: center;
}

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

  font-weight: 600;
}

.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%);
  max-width: 523px;
  height: auto;
}

.opt-img {
  max-width: 61px;
  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;
  max-width: 280px;
  height: auto;
}

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

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

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

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

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

  .cards-2 {
    min-height: 275px;
  }

  .paragraph9 {
    font-size: 18px;
    line-height: 28px;
  }

  .title-content-tabs {
    font-size: 24px !important;
    line-height: 32px;
  }

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

  .section-tabs .nav-link,
  .section-tabs .nav-link.active {
    padding: 10px;
    font-size: 14px;
  }

  .section-tabs .nav-item + .nav-item {
    margin-left: 13px;
  }
}

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

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

  .paragraph9 {
    font-size: 24px;
    line-height: 36px;
  }

  .section-tabs .nav-link {
    padding: 12px 18px;
  }

  .section-tabs .nav-item + .nav-item {
    /* flex: 1; */
    margin-left: 5px;
    text-align: center;
  }

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

  .cards-2 {
    min-height: 230px;
  }
}

@media (min-width: 1401px) {
  .title-content {
    font-size: 22px;
    line-height: 28px;
  }

  .section-tabs .nav-tabs {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .title-content-tabs {
    font-size: 28px !important;
    line-height: 38px;
  }
}

/* mobile */
@media (max-width: 991.4px) {
  #section1 img {
    display: none;
  }
  .buttonStyle {
    display: block;
    width: 100%;
  }

  .buttonStyle {
    font-size: 16px;
    transition: 0.3s background-position linear, 0.35s color ease-in-out;
    background-size: 1600px;
  }

  .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,
  .title-content {
    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;
    overflow-y: hidden;
  }

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

  .title-section,
  .section-heading {
    font-size: 22px;
    line-height: 30px;
  }

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

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

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

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

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

  .paragraph9 {
    font-size: 18px;
    line-height: 28px;
  }

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

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

  p {
    font-size: 14px;
  }

  .cards-2 {
    min-height: 220px;
  }
}

/* @media (min-width:767.5px) and (max-width:991.3px) {
  .cards{
    height: 300px;
  }
} */

@media (max-width: 767.5px) {
  .cards-2 {
    height: auto;
    min-height: max-content;
  }
}

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

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

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