*{
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
}

html{
  scroll-behavior: smooth;
}


body{
  background-color: #FCFCFC;
}

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

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

.btn-close:focus {
  box-shadow: none!important;
}

#title, .font-bold {
  font-family: 'Poppins-Bold' !important;
}

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

.buttonStyle {
  background-color: #9c171e;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Poppins-Bold';
  padding: 10px 0px;
  color: white;
  border: #9C171E 2px solid;
  background:url(./asset/pink-to-red.png);
  background-size: 206%;
  background-position: center left;
  transition: all .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;
}

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

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

.btn-fill:hover {
  background:#FFE3E3!important;
}


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

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

a:hover {
  color: #343434;
}

.hero img{
  height: auto;
}


/* section 1 */
.space-section{
  margin-bottom: 90px;
  padding-top: 150px;
}

.space-section-fitur {
  margin-bottom:120px;
  background: #EEF1F4;
}

.image-section1{
  width: 107%;
}

.section-1 {
  background: linear-gradient(94deg, #5B0F0F -10.74%, #B63333 47.64%, #751414 99.42%), #BB202E;
}

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

.desc-2 span{
  font-style: italic;
}

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

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

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

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

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

.carousel-content img{
  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: -5%;
  pointer-events: all;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 40%;
  left: -5%;
  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 .card-white {
  border-radius: 15px;
  border: 1px solid #A7A7A7;
  transition: all 0.15s ease-in-out;
  height: 100%;
}

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

.card-white 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: 11.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: 30.5%;
  right: 13.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: 55.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: 73%;
  right: 55.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: 27%;
  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: 4.4%;
  left: 66.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: 29.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: 77.3%;
  left: 51.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: 80.5%;
  left: 13%;
  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: 49.5%;
  left: 31%;
  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;
  }
}

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

.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: 70px !important;
}

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

.title8{
  font-family: 'Poppins-Bold';
  font-size: 20px;
  font-weight: 700;
}

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

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

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


/* section 2 - manfaat cards */
.section-2{
  background: #EEF1F4;
  padding-top: 90px;
  padding-bottom: 90px;
}

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

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

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

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

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

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

/* section boxes abis banner hp */
.boxes{
  background-color: #EEF1F4;
  padding-top: 90px;
  padding-bottom: 90px;
  margin: 0 !important;
}

.card-white{
  background-color: #fff;
}

.bannersmol{
  padding-top: 0;
  padding-bottom: 0;
}

.workflow{
  padding-top: 0;
  padding-bottom: 70px;
}

/* 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);
  }
}


.normal-img{
  width: 100%;
}

#btn-Nav {
  font-family: Poppins-Bold !important;
}

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



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

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

  .section-heading{
    font-size: 22px !important;
    line-height: 30px !important;
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .card-white{
    height: auto !important;
  }
}

@media (min-width:767.8px) and (max-width:991.4px) {
  .card-white{
    min-height: 255px;
  }
}

@media (max-width:991.4px) {
  .space-section {
    margin-top: 130px;
    margin-bottom: 50px;
    padding-top: 0;
  }

    #hero-section{
        margin-top: 75px;
    }
  .paragraph2{
    text-align: center;
  }

  .buttonStyle{
    display: block;
    width: 100%;
  }

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

  .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-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    top: 33.5%;
    display: none;
}

  .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 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .margin-section-y.boxes{
    margin-top: 0 !important;
  }

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

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

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

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

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

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

  .wrapper-slide-up-down {
    max-height: 350px !important;
  }

  .section-kisah-sukses {
    padding: 64px 0px !important;
  }

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


@media (min-width:991.5px) {
  .buttonStyle{
    width: unset;
    padding: 10px 26px;
  }

  .redContent-cta{
      width: unset;
      padding: 10px 26px;
  }

  #carousel-fitur .owl-nav button.owl-next {
    right: -3.5%;
  }

  #carousel-fitur .owl-nav button.owl-prev {
    left: -3.8%;
  }
}

@media (min-width:991.5px) and (max-width:1199.4px){
  .title1, .section-heading{
    font-size: 30px;
    line-height: 38px;
  }

  .desc-2{
    font-size: 16px;
    line-height: 24px;
  }

  .buttonStyle {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
  }
  
  .section-workflow{
    overflow-x: auto;
  }

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


@media only screen and (max-width: 1199.4px) {
  .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;
  }
}

@media (min-width:1440px){

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

@media (max-width: 576px) {
  .hero .title1{
    margin-top: 20px;
  }
}