html{
  scroll-behavior: smooth!important;
}
body{
  /* font-family: 'Noto Sans', sans-serif!important; */
  font-size: 14px;
  font-family: 'Mulish', sans-serif!important;
}
section{
    /* margin-top: 100px; */
    padding-top: 50px;
    margin-bottom: 50px;
}
.btn{
    border-radius: 0px!important;
}

.card-header img{
    width: 100%;
    max-height: 300px;
}
.jumbotron{
    background-color: #fff;
}
.title_home{
    /* color: #8d2061; */
    font-size: 16px;
    letter-spacing: 3px;
    font-family: 'Mulish', sans-serif!important;
    /* line-height: 40px; */
    margin-bottom: 10px;
    min-height: 58px;

}
.content_home{
    color: #424242;
    font-size: 28px;
    font-family: 'Mulish', sans-serif!important;
    /* text-align: justify; */
    min-height: 70px;
}
/* p,h1,h2,h3,h4,h5,h6{
    font-family: 'Mulish', sans-serif!important;
} */
.sh-img:hover{
    /* box-shadow: 0px 0px 20px 5px #8d2061; */
    scale: 1.03;
}
/* css Navbar */
.icon-nav{
    background-color: gray;
    /* margin-left:35%; */
    /* margin-right:-10%; */
    width: 100px
}
.menu-nav{
    margin-left: 30%
}
.icon-in-nav{
    height: 40px;
}
.navbar{
    position: fixed;
    z-index: 1000;
    width: 100%;
    background-color: transparent!important;
    transition: background-color 0.3s ease;
    /* background-color: white!important; */
}
.navbar:hover{
  background-color: #ffffff!important;
}

.navbar.scrolled .nav-item .nav-link{
  color: #fff;
}

.navbar.scrolled .navbar-toggler-icon{
    background: #fff;
}
.navbar.scrolled .navbar-toggler-icon:before{
    background: #fff!important;
}
.navbar.scrolled .navbar-toggler-icon:after{
    background: #fff!important;
}


.navbar.scrolled{
    background-color: rgb(122,31,91,.9)!important;
    /* color: white; */
  }

.slick-slide .icon-verified{
    display: inline-block;
}
/* .slick-dots li button:before {
    font-size: 8px!important;
} */
.slick-dots li.slick-active button:before{
    opacity: .9!important;
    color: black;
    font-size: 12px!important;
}

.carousel-inner{
    height: 780px;
}
/* end of navbar */

/* css Power of 3 */
.card-img-top{
    /* height: 300px; */
}
.text-power{
    position: absolute;
    /* top: 50%;
    left: 50%; */
    transform: translate(-50%, -50%);
    color: white; /* Warna teks */
    font-size: 24px; /* Ukuran teks */
    font-weight: bold; /* Ketebalan teks */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
/* end of power */

/* css blog */
.blog-img{
  background-repeat: no-repeat;
  background-size: cover;
}
.cap-thum{
    background-color: #8F2061;
    opacity:50%
}
/* end of blog */

/* faq */
.accordion-button:hover{
    color: #8d2061!important;
}
/* end faq */

/* Before After */
.card-befaf{
    margin-left: -50px;
    margin-right: -50px;
}
/* end Before After */

.card-group>.card+.card {
    border-left: 1px solid rgba(0,0,0,.125)!important;
}

.navbar-brand{
    margin-left: 30px;
}

.img-testimoni{
    width: 240px;
    height: 240px;
    /* border-radius: 10px; */
}

.power-of-section{
    /* background-image: url('../assets/image/Background.jpg'); */
    background-color: #ECECEC ;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 780px;

    display: flex;
    align-items: center;
}


@media screen and (max-width: 991px){
    .power-of-3{
        display: none;
    }
    .icon-nav{
        background-color: coral;
        margin-left:0%;
        margin-right:0%
    }
    .menu-nav{
        margin-left: 0%
    }
    .text-a{
        visibility: hidden;
        left: 0px!important;
      }
      .text-b{
        visibility: hidden;
        left: 0px!important;
      }
      .text-c{
        visibility: hidden;
        left: 0px!important;
      }
      .card-befaf{
        margin-left: -0px;
        margin-right: -0px;
    }
}

/*css call center */

/* $primary: rgb(75, 162, 255); */
.fab-container {
  position: fixed!important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  user-select: none;
  position: absolute;
  bottom: 30px; right: 30px;
  &:hover {
    height: 100%;
    .sub-button:nth-child(2) {
        transform: translateY(-80px);
    }
    .sub-button:nth-child(3) {
        transform: translateY(-140px);
    }
    .sub-button:nth-child(4) {
        transform: translateY(-200px);
    }
    .sub-button:nth-child(5) {
        transform: translateY(-260px);
    }
    .sub-button:nth-child(6) {
        transform: translateY(-320px);
    }
  }
  .fab {
    position: relative;
    height: 70px; width: 70px;
    background-color: #863369;
    border-radius: 90px!important;
    z-index: 2;
    &::before {
      content: " ";
      position: absolute;
      bottom: 0; right: 0;
      height: 35px; width: 35px;
      background-color: inherit;
      border-radius: 0 0 10px 0;
      z-index: -1;
    }
    .fab-content {
      display: flex;
      align-items: center; justify-content: center;
      height: 100%; width: 100%;
      border-radius: 90px;
      .material-icons {
        color: white;
        font-size: 48px;
      }
    }
  }
  .sub-button {
    position: absolute;
    display: flex;
    align-items: center; justify-content: center;
    bottom: 10px; right: 10px;
    height: 50px; width: 50px;
    background-color: #863369;
    border-radius: 80px;
    transition: all .3s ease;
    &:hover {
      cursor: pointer;
    }
    .material-icons {
      color: white;
      padding-top: 6px;
    }
  }
}
/* css end call center */

.blurredbackground {
  position: absolute;    /*matches #content position*/
  bottom: 72px; left: 72px;    /*matches #content position*/
  width: 300px;    /*matches #content width*/
  height: 100px;    /*matches #content height*/
  -webkit-filter: blur(10px);
  filter: blur(10px);
  z-index: -1;
}

.bd-example-modal-lg .modal-dialog{
  /* display: table; */
  position: relative;
  margin: 0 auto;
  /* top: calc(50% - 24px); */
}

.bd-example-modal-lg .modal-dialog .modal-content{
  /* background-color: transparent; */
  border: none;
}

/* css the power of three */
*{
  margin:0;
  padding:0;
  /*transition: all .2s linear;*/
}
.wrap-poe{
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}

.wrap-poe .box:hover {
    color: #fff;
    z-index: 2;
}
/*------------------*/
.effect {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    /*box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    border-radius: 25px;*/
    top: 0;
    left: 0;
    transform: translate(-50%, -50%) scale(.2);
    opacity: 0;
}
.wrap-poe .text-a:hover ~ .effect {
    position: absolute;
    transform: translate(-70%, -560%);
    opacity: 1;
    transition: all .4s linear;
    width: 150px;
}
.wrap-poe .text-b:hover ~ .effect {
    position: absolute;
    transform: translate(475%, -130%);
    opacity: 1;
    transition: all .4s linear;
    width: 150px;
}
.wrap-poe .text-c:hover ~ .effect {
    position: absolute;
    transform: translate(-50%, -140%);
    opacity: 1;
    transition: all .4s linear;
    width: 150px;
}
/*------------------*/
.arr-effect {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%) scale(.2);
    opacity: 0;
}
.wrap-poe .text-a:hover ~ .arr-effect {
    position: absolute;
    transform: translate(-15%, -135%) scale(.3);
    opacity: 1;
    transition: all .1s linear;
}
.wrap-poe .text-b:hover ~ .arr-effect {
    position: absolute;
    transform: translate(75%, -100%) scale(.3);
    opacity: 1;
    transition: all .1s linear;
}
.wrap-poe .text-c:hover ~ .arr-effect {
    position: absolute;
    transform: translate(-10%, -70%) scale(.3);
    opacity: 1;
    transition: all .1s linear;
}
/*------------------*/
.poe{
  position: absolute;
  z-index: 1;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
  width: 25%;
}
.text-a{
  position: relative;
  top: -100px;
  left: 140px;
  z-index: 2;
  color: red;
  opacity: 0;
}
.text-b{
  position: relative;
  top: 0px;
  left: 80px;
  z-index: 3;
  color: red;
  opacity: 0;
}
.text-c{
  position: relative;
  top: 100px;
  left: -170px;
  z-index: 4;
  color: red;
  opacity: 0;
}
/* end css the power of three */


/* scrollbar */
/*
 *  STYLE 7
 */

::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: #F5F5F5;
     border-radius: 10px;
 }

 ::-webkit-scrollbar
 {
     width: 10px;
     background-color: #F5F5F5;
 }

 ::-webkit-scrollbar-thumb
 {
     border-radius: 10px;
     background-image: -webkit-gradient(linear,
                                        left bottom,
                                        left top,
                                        color-stop(0.44, rgb(194, 197, 203)),
                                        color-stop(0.72, rgb(194, 197, 203)),
                                        color-stop(0.86, rgb(194, 197, 203)));
 }
/* endscrollbar */

@media (max-width: 576px){
    .card-befaf{
        margin-left: -0px;
        margin-right: -0px;
    }
    .testimoni-item{
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
}

