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

.title-1 {
    font-family: 'Poppins-Bold';
    font-size: 55px;
    font-weight: 800;
    line-height: 60px;
}

.title-2{
    font-family: 'Poppins-Bold';
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
}

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

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

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

.title-7{
    font-family: 'Poppins-Bold';
    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;
}

.buttonStyle{
    width: 100%;
    font-family: 'Poppins-Bold';
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0px;
    color: white;
    border: #9C171E 2px solid;
    background:url(./assets/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);
}

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

.image-default-size{
    width: 100%;
    height: auto;
}

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

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

.image-80 {
    width: 80%;
}

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

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

.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: 160px;
}




/* 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;
}
.image-listProduct{
    max-width: 85px;
    height: auto;
}


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

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

.wrapper {
    background: white;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    padding: 56px 28px;
    margin: 15px 5px!important;
    height: 430px;
}

.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;
    position: absolute;
    bottom: 45px;
}



.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: rgba(156, 23, 30, 1)!important;
    width: 60px;
    height: 60px;
    border-radius: 50%!important;
    transition: 0.2s all ease-in-out;
}

#carousel-two button.owl-prev {
    left: -55px;
}

#carousel-two button.owl-next {
    right: -57px;
}

#carousel-two button.owl-prev span {
    left: 18px;
    top: -25px;
}

#carousel-two button.owl-next span {
    left: 18px;
    top: -25px;
}

#carouse-two .owl-theme .owl-dots .owl-dot.active span, #carouse-two.owl-theme .owl-dots .owl-dot span {
    margin-top: 50px;
    width: 56px !important;
    height: 10px;
  }
  
  #carouse-two .owl-theme .owl-dots .owl-dot.active span {
    background: #9C171E;
  }
  
  #carouse-two .owl-theme .owl-dots .owl-dot span {
    background: #D9D9D9;
  }
  
  #carouse-two .owl-theme .owl-dots .owl-dot:hover span {
    background: #9C171E;
  }



button.owl-prev span {
    font-size: 70px;
    color: white;
    position: absolute;
    left: 17px;
    top: -26px;
}



button.owl-next {
    background: rgba(156, 23, 30, 1)!important;
    width: 60px;
    height: 60px;
    border-radius: 50%!important;
    position: absolute;
    top: -250px;
    right: -84px;
    transition: 0.2s all ease-in-out;
}

button.owl-next span{
    font-size: 70px;
    color: white;
    position: absolute;
    right: 17px;
    top: -26px;
}



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

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

.wrapper-section5{
    background: #F6F6F6;
}

.image-tabs {
    position: absolute;
    width: 200%;
    height: auto;
}

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

.listylenone li{
    list-style: none;
}

/* .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: visible;
overflow-x: unset!important;
background: white;
}

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

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

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

    



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

@media (max-width: 991px) {
    /* #btn-Nav{
        margin: 28px 0px 0px 0px;
    } */

    .btn-close-style {
        -webkit-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(./assets/Mobile\ hasilkan\ performa\ sect.webp)!important;
        background-size:cover!important;
        background-repeat: no-repeat!important;
    }

    .bg-linear{
        background:white;
    }

    .wrapper-section5{
        background:white;
    }
  }


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

/* 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(./assets/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-move{
    /* position: absolute; */
    /* right: -120px; */
}


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

.testimoni-wrapper{
    padding: 20px 20px;
    /* border: #6B7280 2px solid; */
    border-radius: 10px;
    margin: 0px 5px!important;
    background-color: #FFF;
}

/* carousel rating-card client */

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

  /* section rating owl carousel */
.testimoni{
    background: #EEF1F4;
    padding-top: 7rem !important;
  }

  .rating-no-cta {
    padding-bottom: 70px !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;
    }

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

    .wrapper-section5 ul.nav-tabs{
        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%;
}

.image-section1{
    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 65px 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;
}

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


.owl-nav{
    display: none;
}

}

@media (max-width:575.5px) {
    .wrapper{
        height: auto;
    }

    .a-link{
        bottom:35px;
    }
}

@media (max-width:1199.4px){
    .hide-1200{
        display: none;
    }
    
    #carousel-one .owl-nav{
        opacity: 0;
        transition: .5s ease-in-out;
    }
}

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

}
@media (min-width:1399.5px){
    .margin-mobile-11rem{
        margin-top: 4rem;
    }

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

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

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


}

@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: 480px;
    }

    .wrapper{
        height: 380px;
    }
}

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

}

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

@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: 420px;
    }
}

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

}

/* @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: 399.5px) and (max-width:600px){
.product-list .owl-carousel .owl-stage-outer {
    overflow: unset!important;

}

.product-list{
    overflow-x: hidden;
}

.wrapper {
    padding: 40px 45px;
    /* max-width: 255px; */
}
    
}

@media (min-width: 1399.5px) and (max-width: 1599.4px){
    .image-tabs {
        width: 180%;
        top: 20px;
    }
}

/* @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;
        line-height: 32px;
        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;
}


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