body {
  overflow-x: hidden !important;
}

.title-1,
.title-1 span,
.title-2,
.title-2 span,
.title-3,
.title-3 span,
.title-4,
.title-4 span,
.title-5,
.title-5 span,
.title-6,
.title-6 span,
.title-7,
.title-7 span,
.modal-content h4 {
  font-family: "Poppins-Bold" !important;
}

.title-1 {
  font-size: 44px;
  font-weight: 800;
  line-height: 54px;
}

.title-2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

.title-3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.title-4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.title-5 {
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.title-6 {
  font-size: 28px;
  font-weight: 900;
  line-height: 38px;
}

.title-7 {
  font-size: 48px;
  font-weight: 900;
  line-height: 58px;
}

.desc-1 {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.desc-2 {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.desc-3 {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.desc-4 {
  font-family: "Poppins-Bold";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.desc-5 {
  font-family: "Poppins-Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.desc-6 {
  font-family: "Poppins-Light";
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.desc-7 {
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.desc-8 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

.desc-9 {
  font-family: "Poppins-Bold";
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.intersect-desc {
  font-size: 16px;
  font-weight: 500;
}

.buttonStyle {
  width: 100%;
  font-family: "Poppins-Bold";
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0px;
  color: white;
  border: #9c171e 2px solid;
  background: url(./img/pink-to-red.png);
  background-size: 206%;
  background-position: center left;
  border-radius: 7px;
  box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s background-position linear, 0.35s color ease-in-out,
    0.3s transform linear;
  display: inline-block;
  text-decoration: none;
}

.redContent-cta {
  color: #454646 !important;
  border: transparent !important;
  background: white !important;
  transition: 0.2s ease-in-out all !important;
}

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

.custom-btn {
  width: 100%;
  background: #9c171e;
  color: white;
  border: none;
  border-radius: 7px;
  padding: 12px 10px;
}

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

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

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

.fitur-btn {
  width: 75%;
  font-family: "Poppins-Bold";
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0px;
  color: #9c171e;
  border: #9c171e 2px solid;
  background: transparent;
  border-radius: 7px;
  box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.2s all ease-in-out;
}

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

.fitur-btn:focus {
  transform: scale(0.95);
}

.brush-tipis {
  /* background-image: url(./img/performance/brush-tipis.svg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.brush {
  background-image: url(./img/performance/tebal-banget-co.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 66px;
  padding: 17px 0;
}

#buttonSecondary {
  color: grey;
  background: transparent;
  border: none;
  transition: 0.2s all ease-in-out;
  box-shadow: unset;
}

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

#buttonSecondary:hover .arrowSecond {
  margin-left: 6px;
}

.arrowSecond {
  margin-left: 3px;
  font-weight: 400;
  transition: 0.2s all linear;
}

.space-title-content {
  margin-bottom: 42px !important;
}

.white-font {
  color: white !important;
}

.red-font {
  color: #b1252d !important;
}

.yellow-font {
  color: #eb8f00;
}
.black-font {
  color: #212529;
  font-family: "poppins-bold";
}

.image-default-size {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.space-section {
  margin-bottom: 90px;
}

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

.image-80 {
  width: 80%;
}

.image-section1 {
  width: 107%;
  height: auto;
}

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

/* navbar */
.navBar {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  background: white;
  z-index: 999 !important;
  padding: 5px 5%;
  top: 0;
}

.hm-nav {
  max-width: 160px;
}

/* #btn-Nav{
    margin-left: 10px;
} */

.navbar-collapse {
  flex-grow: unset;
}
.link-navBar {
  margin: 0px 10px;
  transition: 0.1s ease-in-out;
  border-radius: 8px;
  display: block;
  padding: 5px 20px !important;
  transition: all 0.2s ease-in-out;
}
.btm-border {
  transition: all 0.2s ease-in-out;
}

.link-navBar:hover {
  background: #ffe1e3;
}

.link-navBar:hover .btm-border {
  border-bottom: #9c171e 1px solid;
  color: #9c171e;
}

.cta-banner {
  background: #f6f6f6;
}

.wrapper-cta-banner {
  padding: 20px 18px;
  border-radius: 20px;
}

.padding-cta-banner {
  padding: 20px 22px 20px 20px;
}

.line {
  border-right: 1px rgba(0, 0, 0, 0.3) solid;
}

.padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

#button-cta {
  width: 70%;
}

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

/* redContent */
.redContent1 {
  background: linear-gradient(to right, #475365, #0c1a2e);
  padding: 0.75rem 0px;
}

/* list of product section */

/* .product-list{
    overflow: hidden;
} */

.width-carousel {
  max-width: 1050px;
  /* max-width: 100%; */
}
.image-listProduct {
  max-width: 85px;
  height: auto;
}

/* .owl-carousel {
    position: relative;
    transform: translate(-50%, -50%);
  } */

/* #carousel-one .owl-stage-outer {
    overflow: unset!important;
} */

/* #carousel-one .owl-nav{
   z-index: 999;
} */

.wrapper {
  background: #383838;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  padding: 32px 40px;
  margin: 15px 0px !important;
}

.a-link:hover {
  color: rgba(156, 23, 30, 1);
}
.a-link {
  color: black;
  padding-bottom: 5px;
  text-decoration: none;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px rgba(156, 23, 30, 1) solid;
}

.lihat-demo:hover {
  color: black;
  opacity: 0.5;
}
.owl-nav {
  position: relative;
}

button.owl-prev:hover {
  opacity: 20%;
}

button.owl-next:hover {
  opacity: 20%;
}

button.owl-prev {
  position: absolute;
  top: -250px;
  left: -84px;
  background: #ffffff !important;
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  transition: 0.2s all ease-in-out;

  box-shadow: 0px 1px 10.1px 0px #00000026;
}

#carousel-two button.owl-prev {
  top: 0;
  left: -5px;
  width: 37px;
  height: 37px;
}

#carousel-two button.owl-next {
  top: 0;
  left: 50px;
  width: 37px;
  height: 37px;
}

#carousel-two button.owl-prev span {
  font-size: 34px;
  left: 11px;
  top: -11px;
}

#carousel-two button.owl-next span {
  font-size: 34px;
  left: 15px;
  top: -11px;
}

button.owl-prev span {
  font-size: 70px;
  color: #3f3f3f;
  position: absolute;
  left: 14px;
  top: -27px;
}

button.owl-next {
  background: #fff !important;
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  position: absolute;
  top: -250px;
  right: -84px;
  transition: 0.2s all ease-in-out;

  box-shadow: 0px 1px 10.1px 0px #00000026;
}

button.owl-next span {
  font-size: 70px;
  color: #3f3f3f;
  position: absolute;
  right: 14px;
  top: -27px;
}

/* demo gratis 30 menit section */

.radius-wrapper {
  border-radius: 20px;
  border: #9c171e 2px solid;
  padding: 47px 40px;
  position: relative;
}

.absolute-demo-gratis {
  border: #9c171e 2px solid;
  border-radius: 30px;
  height: 43px;
  width: 165px;
  padding: 10px 0px;
  position: absolute;
  top: -20px;
  left: 3%;
  background: white;
}

.absolute-demo-mulai {
  border: #9c171e 2px solid;
  border-radius: 30px;
  height: 43px;
  width: 165px;
  padding: 10px 0px;
  position: absolute;
  top: -20px;
  left: 19%;
  background: white;
}

/* fitur produk list section */

.fitur {
  overflow: hidden;
  padding-bottom: 10px;
}
.bg-linear {
  background: linear-gradient(to right, white, #f6f6f6);
}

.same-bg {
  background: #f6f6f6;
}

.left-image {
  left: 30px;
}

.styling-right-tabs {
  border: none;
  background: transparent;
  padding: 20px 0px 20px 20px;
}

.wrapper-section5 {
  background: #f6f6f6;
}

.image-tabs {
  position: absolute;
  width: 200%;
  box-shadow: -5px 5px 41px 0px #00000040;
  border-radius: 10px;
}

div.product-accrd > ul {
  display: block;
}
div.product-accrd li.nav-item {
  width: 100%;
}

.box-width {
  width: 100%;
}

.nav-link.button-tabs.active {
  color: white;
  background: #9c171e;
}
.nav-link.button-tabs:hover {
  box-shadow: 0px 0px 15px 0px #b7b7b7;
}

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

/* .product-accrd {
    position: absolute;
    right: -30px;
} */

.nav-link.button-tabs {
  border-radius: 8px;
  width: 100%;
  text-align: left;
  color: #a6a6a6;
  font-family: "Poppins-Bold";
  font-size: 18px;
  font-weight: 700;
  padding: 14px 16px;
  transition: all 0.25s ease-in-out;
}

#myTab {
  overflow-y: scroll;
  overflow-x: unset !important;
  background: white;
  max-height: 550px;
}

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

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

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

.box-width button:hover {
  color: black;
}

.listylenone {
  list-style: none;
}

/* section 4 */
.text-desc-owl h3 {
  font-family: "Poppins-Bold";
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
}

.text-desc-owl p {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

.text-desc-owl li {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

.text-desc-owl h5 {
  font-family: "Poppins-Bold";
  font-size: 24px;
  font-weight: 700;
  line-height: 29.05px;
  text-align: left;
}

.text-desc-owl button {
  height: 44px;
  padding: 0px 15px;
  color: #ffff;
  background-color: #383838;
  border: 1px solid #fff;
  border-radius: 5px;
}

/* .owl-nav .owl-next{

} */

@media (max-width: 767px) {
  .bg-linear {
    width: 530px;
    margin: auto;
    max-width: 100%;
  }
  .testimodial-video {
    width: 530px;
    margin: auto;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .btn-close-style {
    -webkit-filter: invert(0) !important;
    filter: invert(0) !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: 75px;
  }
  .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }

  .wrapper-live-demo {
    background: linear-gradient(91.06deg, #9c171e 8.81%, #d3373f 97.58%),
      linear-gradient(0deg, #f5f5f5, #f5f5f5);
  }

  .usp-card {
    background: url(./img/Mobile\ hasilkan\ performa\ sect.webp) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  .bg-linear {
    background: white;
  }

  .wrapper-section5 {
    background: white;
  }

  .hero .title-2 {
    text-align: center;
  }
}

/* cta explore section */

.padding-cta-explore {
  padding: 50px 0px;
}

/* Gradient Video Section */

.video-company {
  position: relative;
}
.video-company:before,
.video-company:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 80px;
}
.video-company:before {
  top: 0;
  background-image: linear-gradient(to bottom, #fff, transparent);
}
.video-company:after {
  background-image: linear-gradient(to top, #fff, transparent);
  bottom: 0;
}

/* video company profile section */
.video-company {
  background: url(./img/Decorient.webp);
  background-size: cover;
  padding: 46px 0px;
}

button#btn-video-company-2 {
  background: transparent;
  color: #9c171e;
  border: #9c171e 2px solid;
  transition: 0.2s all ease-in-out;
}

button#btn-video-company-2:hover {
  border: #9c171e 2px solid;
  background: #ffe3e3;
}

.play-logo {
  width: 8%;
}

/* customer list */
.customer-logo {
  width: 80%;
}

/* cta download perbandingan harga section */
.cta-download-border {
  border: #6b7280 2px solid;
  border-radius: 20px;
  padding: 47px 40px;
  position: relative;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.box-cta-download {
  padding: 15px 0px;
  width: 212px;
  border-radius: 30px;
  background: white;
  position: absolute;
  border: #6b7280 2px solid;
  top: -20px;
}

/* card section */
.card-bg {
  background: #f7f7fc;
  padding: 40px 27px;
  border: #6b7280 2px solid;
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

/* USP */
.usp-card {
  background: url(./img/Hasilkan\ performa\ sect.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.hover-usp {
  transition: 0.2s all ease-in-out;
}

.hover-usp:hover {
  border-bottom: 1px rgba(156, 23, 30, 1) solid;
}

/* testimoni klien section */
.testimoni {
  width: 100%;
}
.testimoni-section-space {
  padding: 0px 0px 120px 0px;
}

/* .testimoni-space {
    padding-left: 125px;
} */

.testimoni-img {
  max-width: 98px;
  height: auto;
}

.testimoni-wrapper {
  padding: 20px 20px;
  border: #6b7280 2px solid;
  border-radius: 10px;
  margin: 0px 5px !important;
}

/* live demo section */
.live-demo {
  padding: 0px 20px;
  margin-bottom: 50px;
}
.wrapper-live-demo {
  border-radius: 20px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
}

/* ul absolute */
ul#h2List {
  /* background: blue; */
  max-width: 500px;
  /* position: fixed; */
  left: 0;
}

ul#h2List li a {
  text-decoration: none;
  color: black;
}

/* section-tambahan */
.section-tambahan {
}

/* media */

@media (min-width: 991.5px) {
  #myTabContent ul li:before {
    content: "\2022";
    color: #9c171e;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }

  .buttonStyle {
    width: unset;
    padding: 10px 26px;
  }

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

  .fitur-btn {
    width: unset;
    padding: 10px 30px;
    font-size: 18px;
  }
  .hide-dekstop {
    display: none;
  }
  /* .owl-dots{
        display: none!important;
    } */
  #carousel-two .owl-dots {
    display: none !important;
  }

  .wrapper-section5 ul {
    min-width: 280px;
  }

  .margin-mobile-11rem {
    margin-top: 1rem;
  }

  .Section5 .marimas-asset {
    height: unset !important;
    width: calc(100% - 10px) !important;
    max-width: 516px !important;
    max-height: 516px !important;
  }

  .Section5 .decorient-asset {
    height: unset !important;
    width: 100% !important;
    max-height: unset !important;
  }

  .Section5 .carousel-control-next {
    transform: translate(41%, 0px) !important;
  }
}

@media (max-width: 991.4px) {
  .navBar {
    padding: 14px 5%;
  }

  .hm-nav {
    max-width: 150px;
  }

  #carousel-two button.owl-prev {
    top: 0;
    left: 37%;
    width: 37px;
    height: 37px;
  }

  #carousel-two button.owl-next {
    top: 0;
    left: unset;
    right: 37%;
    width: 37px;
    height: 37px;
  }
  .hide-mobile {
    display: none;
  }

  .space-section {
    margin-bottom: 50px;
  }

  .image-80 {
    width: 100%;
  }

  .title-1 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    font-weight: 800;
  }

  .title-2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 800;
  }
  .title-3 {
    font-size: 22px;
  }

  .title-4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
  }

  .title-5 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
  }

  .desc-1 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

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

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

  .mobile-center {
    text-align: center;
  }

  .padding-mobile {
    padding: 0px 20px;
  }

  .radius-wrapper {
    padding: 40px 25px;
  }

  .cta-download-border {
    padding: 40px 25px;
  }
  .testimoni-section-space {
    padding: 30px 0px 100px 0px;
  }

  /* cta banner section */
  .line {
    border-bottom: 1px #6b7280 solid;
    border-right: none;
  }

  .padding-cta-banner {
    padding: 20px 16px;
  }

  /* List of Product Section */
  .a-link {
    font-size: 16px;
  }

  /* demo gratis 30 menit section */
  #button-demo30menit {
    width: 100%;
    font-size: 16px;
  }

  .absolute-demo-gratis {
    left: 7%;
  }

  .absolute-demo-mulai {
    left: 4%;
  }

  /* fitur section */
  .product-accrd {
    position: unset;
  }
  .fitur {
    height: unset;
    padding: 0px 20px;
  }

  .fitur-btn {
    width: 100%;
    font-size: 16px;
  }

  #myTabContent {
    width: 100%;
  }

  .image-tabs {
    display: none;
  }

  .accordion-body {
    padding: 42px;
  }

  .styling-right-tabs {
    /* border: 2px #9C171E solid; */
    background: transparent;
    padding: unset;
    margin-bottom: 20px;
    /* border-radius: 0px 0px 20px 20px; */
  }

  .accordion-body {
    border: 2px #9c171e solid;
    border-radius: 0px 0px 10px 10px;
    background: #f6f6f6;
  }

  .accordion-button {
    background: #9c171e;
    font-family: "Poppins-Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: white;
    border-radius: 10px 10px 10px 10px;
  }

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

  .accordion-button:not(.collapsed) {
    background: #9c171e;
    font-family: "Poppins-Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: white;
    border-radius: 10px 10px 0px 0px;
  }

  .space-section-fitur {
    margin-bottom: 50px;
  }

  /* video company profile section */
  .col-reverse {
    flex-direction: column-reverse;
  }
  .play-logo {
    width: 3%;
  }

  .video-company {
    padding: 46px 0px;
  }

  /* cta explore section*/

  /* cta download perbandingan harga section */
  #cta-download-btn {
    width: 100%;
  }

  /* customer list section */
  .customer-logo {
    width: 100%;
  }

  /*  list industri section */
  #list-industri-btn {
    width: 100%;
  }

  .testimoni-move {
    position: unset;
    right: unset;
  }

  .testimoni {
    width: 100%;
    overflow-x: hidden;
    height: unset;
  }

  /* .testimoni-space {
    padding-left: 20PX;
    padding-top:unset;
    padding-bottom: unset;
    text-align: center;
} */
  .center-mobile {
    justify-content: center;
  }

  #testimoni-btn {
    width: 100%;
  }

  .wrapper-redContent {
    padding: 24px 24px;
    background: linear-gradient(to right, #475365, #0c1a2e);
    border-radius: 20px;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .redContent1 {
    background: unset;
    padding: 0px 20px;
  }

  .listylenone {
    list-style: unset !important;
  }

  .wrapper-section5 li::marker {
    color: #9c171e !important;
  }
}

@media (max-width: 1199.4px) {
  .hide-1200 {
    display: none;
  }
}

@media (max-width: 991px) {
  .margin-mobile-11rem {
    margin-top: 70px !important;
  }
}
@media (min-width: 1399.5px) {
  .margin-mobile-11rem {
    margin-top: 6rem;
  }

  /* .testimoni-space {
        padding-left: 0px;
    } */
  .testimoni-wrapper {
    height: 389px;
  }

  .accordion-body {
    padding-bottom: 50px;
    width: 990px;
  }

  /* .Section5 .container:first-child{
        max-width: 1140px!important;
    } */

  .hero .title-1 {
    padding-right: 1rem;
  }

  .hero .title-2 {
    padding-right: 4rem;
  }
}

@media (max-width: 600px) {
  .title-6 {
    font-size: 24px;
    line-height: 28px;
  }
  .fitur-btn {
    font-size: 14px;
  }
}

@media (min-width: 750px) and (max-width: 991.4px) {
  .testimoni-wrapper {
    height: 312px;
  }
}

@media (min-width: 1199.5px) {
  .title-special-testi {
    font-size: 32px;
    line-height: 40px;
  }
  /* .testimoni-space {
        padding-left: 175px;
    } */

  .tab-content > .tab-pane {
    min-height: 550px;
    width: 700px;
  }
}

@media (min-width: 1199.5px) and (max-width: 1399.4px) {
  button.owl-prev {
    left: -100px;
  }
  button.owl-next {
    right: -100px;
  }
  .image-tabs {
    top: 14px;
    left: 30px;
    width: 180%;
  }
}

@media (min-width: 991.5px) and (max-width: 1399.4px) {
}

@media (min-width: 1199.5px) and (max-width: 1300px) {
  .testimoni-wrapper {
    height: 432px;
  }
}

@media (min-width: 991.5px) and (max-width: 1199.4px) {
  .testimoni-wrapper {
    height: 375px;
  }
}

@media (min-width: 1300px) and (max-width: 1399.4px) {
  .testimoni-wrapper {
    height: 425px;
  }
}

@media (min-width: 991.5px) and (max-width: 1199.4px) {
  .wrapper {
    padding: 33px 32px;
    /* max-width: 283px; */
  }

  button.owl-prev {
    left: -15px;
  }
  button.owl-next {
    right: -15px;
  }

  .image-tabs {
    left: -20px;
  }

  /* .image-tabs {
        width: 364px;
    } */

  .fitur-btn {
    width: 85%;
  }
}

@media (min-width: 767.5px) and (max-width: 991.4px) {
  button.owl-prev {
    top: -264px;
    left: -3px;
    width: 60px;
    height: 60px;
  }

  button.owl-next {
    top: -264px;
    right: -3px;
    width: 60px;
    height: 60px;
  }

  button.owl-prev span {
    font-size: 50px;
    color: white;
    position: absolute;
    left: 20px;
    top: -13px;
  }

  button.owl-next span {
    font-size: 50px;
    color: white;
    position: absolute;
    right: 20px;
    top: -13px;
  }
}

@media (max-width: 767.4px) {
  .image-section1 {
    width: 100%;
    height: auto;
  }
  button.owl-prev {
    top: -280px;
    left: -21px;
    width: 60px;
    height: 60px;
  }

  button.owl-next {
    top: -280px;
    right: -21px;
    width: 60px;
    height: 60px;
  }

  button.owl-prev span {
    font-size: 50px;
    color: white;
    position: absolute;
    left: 20px;
    top: -13px;
  }

  button.owl-next span {
    font-size: 50px;
    color: white;
    position: absolute;
    right: 20px;
    top: -13px;
  }

  .Section5 #carouselExampleControls .carousel-control-next {
    transform: translate(-100%, 0px) !important;
  }

  .Section5 #carouselExampleControls .carousel-control-prev {
    transform: translate(0%, 0px) !important;
  }

  .Section5 .carousel-inner .marimas-asset {
    height: unset !important;
    width: 100% !important;
    max-width: 368px !important;
    max-height: 368px !important;
  }

  .Section5 .carousel-inner .decorient-asset {
    height: unset !important;
    width: 80% !important;
    max-height: unset !important;
  }

  .Section5 .reduce-margin-y-marimas,
  .Section5 .reduce-margin-y-decorient {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 350px;
  }

  .carousel-control-next {
    right: -33px !important;
  }

  .Section5 .cta-client {
    width: 100%;
    padding: 8px 18px !important;
  }

  .brush {
    line-height: 40px;
  }

  .hero .title-1 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
}

/* @media (min-width:767.5px) and (max-width:991.4px){
    button.owl-prev {
        position: absolute;
        top: -289px;
        left: 18%;
    }

    button.owl-next {
        position: absolute;
        top: -289px;
       right: 18%;
    }
} */

@media (max-width: 400px) {
  .wrapper {
    /* max-width: 230px; */
    padding: 42px 30px;
  }
  button.owl-next {
    top: -315px;
    right: -19px;
  }

  button.owl-prev {
    top: -315px;
    left: -19px;
  }

  #carousel-two button.owl-prev {
    top: 0px;
    left: 35%;
    width: 37px;
    height: 37px;
  }

  #carousel-two button.owl-next {
    top: 0px;
    right: 35%;
    width: 37px;
    height: 37px;
  }
}

@media (min-width: 1399.5px) and (max-width: 1599.4px) {
  .image-tabs {
    width: 165% !important;
    top: 20px;
    left: 30px;
  }
}

@media (max-width: 767px) {
  .product-list {
    padding-bottom: 50px;
  }
}

/* @media (min-width: 1400px) and (max-width: 2200px){
    #carousel-one{
        height: 462px;
       }
       button.owl-prev {
        position: absolute;
        top: -811px;
        left: 0;
    }
    
        button.owl-next {
        position: absolute;
        top: -811px;
        right: 0;
    }
    
} */

@media (max-width: 555px) {
  .wrapper-live-demo {
    background: linear-gradient(91.06deg, #9c171e 8.81%, #d3373f 97.58%),
      linear-gradient(0deg, #f5f5f5, #f5f5f5);
  }
  .play-logo {
    width: 5%;
  }
}

@media (max-width: 480px) {
  .title-2 {
    font-size: 26px !important;
    line-height: 32px !important;
    font-weight: 800;
  }
  .radius-wrapper {
    padding: 40px 20px;
  }
}

@media (min-width: 1599.5px) {
  .image-tabs {
    width: 180%;
  }
  .space-section-fitur {
    margin-bottom: 120px;
  }

  /* .testimoni-space {
        padding-left: 100px;
    } */
}

@media (min-width: 4500px) and (max-width: 5000px) {
  #carousel-one {
    height: 462px;
  }
  /* button.owl-prev {
    position: absolute;
    top: -811px;
    left: 0;
}

    button.owl-next {
    position: absolute;
    top: -811px;
    right: 0;
} */
}

@media (min-width: 2200px) and (max-width: 2500px) {
  #carousel-one {
    height: 462px;
  }
}

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

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

.Hide {
  display: none;
}

.Section5 {
  padding-top: 0px !important;
}

.margin-row-testimoni {
  justify-content: center;
}

.Section5 .carousel-control-next-icon::before {
  left: 50% !important;
}

.btn-dapatkan-solusi-anda {
  text-decoration: none;
}

.Section5 .carousel-control-prev {
  transform: translate(-62%, 0px) !important;
}

.Section5 .carousel-control-prev-icon::before {
  left: 50% !important;
}

.Section5 .cta-client {
  background: #9c171e;
  color: #fff !important;
  border: 2px solid #9c171e;
  padding: 6px 18px;
  border-radius: 5px;
  transition: all 0.45s;
  outline: none;
  font-weight: bold;
  transition: all 0.25s;
}

.cta-client:hover {
  background: #fff !important;
  color: #9c171e !important;
}

.Section5 .text-heading {
  font-weight: 800 !important;
}

.Section5 {
  overflow: hidden;
}

.preview-testimonial .video-column video {
  margin-left: 28px !important;
}

/* slider company list */
.slider-company-image {
  max-width: 100px;
  margin-right: 28px;
  height: auto;
}

.slider-company-wrapper {
  display: flex;
  animation: sliding 50s linear infinite;
}
.slider-company {
  overflow: hidden;
}

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

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

@media (min-width: 991.5px) and (max-width: 1199.4px) {
  .slider-company-image {
    max-width: 90px;
  }
}

/* mobile */
@media (max-width: 767px) {
  h1:first-child {
    margin-top: 0px !important;
  }

  .title-1 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }

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

  .paragraph2 {
    font-size: 16px;
    line-height: 16.94px;
    text-align: center;
  }
  .intersect-desc {
    text-align: start !important;
  }

  .text-desc-owl h5 {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .text-desc-owl p {
    font-size: 16px;
    line-height: 26px;
  }
  .text-desc-owl button {
    width: 100%;
  }

  .owl-nav {
    display: none;
  }

  .new-fitur-col {
    padding-left: 0px !important;
  }

  .wrapper {
    padding: 24px 16px !important;
  }

  .desc-3 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .dipercaya-oleh {
    font-size: 14px !important;
  }

  .preview-testimonial .video-column video {
    margin-left: 0px !important;
  }

  .testimoni-img {
    margin-bottom: 0px !important;
  }

  .slider-company-wrapper {
    animation: sliding 10s linear infinite;
  }
}

/* 1200 */
@media (max-width: 1200px) {
  .hero .title-1 {
    font-size: 40px;
    line-height: 50px;
  }
}

/* tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .product-img,
  .owl-nav {
    display: none !important;
  }

  /* .image-default-size{
        padding-right: 32px;
    } */

  .dipercaya-oleh {
    text-align: center;
  }

  .new-fitur-col {
    padding-left: 0px !important;
  }

  .wrapper {
    padding: 24px !important;
  }

  .desc-3 {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .title-1 {
    font-size: 44px;
    line-height: 54px;
  }

  .title-2 {
    font-size: 38px !important;
    line-height: 42px !important;
  }

  .tidak-ada-text {
    font-size: 28px;
    line-height: 34px;
  }

  .margin-mobile-11rem {
    margin-top: 0px !important;
  }

  .text-desc-owl button {
    width: 100%;
  }

  .image-section1 {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .product-list {
    margin-top: 100px !important;
  }

  .demo30menit {
    margin-top: 100px !important;
  }
}
