@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

:root {
    --brand: #E9088A;
    --brand-second: #FFE8E6;
    --brand-third: #DB3C8D;
    --brand-fifth: #FDF3F8;
    --pink: #FDF3F8;
    --white: #ffffff;
  }

body,h1,h2,h3,h4,h5,p, .lead, .navbar {
    font-family: 'TW Cent', sans-serif;
}

  h1 {
    font-size: 3rem;
    line-height: 64px;
  }

  h2 {
    font-size: 2.6rem;
    line-height: 60px;
    font-weight: 600;
  }
  
  h3 {
    font-size: 1.75rem;
    line-height: 40px;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 34px;
  }

  h5 {
    font-size: 1.3rem;
    line-height: 31px;
    font-weight: 600;
  }
  
  h6 {
    color: var(--bs-black);
    font-size: 24px;
    font-weight:600;
  }
  
  p { 
    font-size: 1.25rem;
    line-height: 30px;
  }
  
  .fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
  }

  .card{
    background-color: #FFFFFF !important;
  }

  .card-collapse{
    border-radius: 16px;
  }
  .card-join{
    background-color: var(--brand) !important;
    border-radius: 20px;
    width: 968px;
    height: 345px;
  }
  .wrapper{
    overflow-x: hidden;
    margin-top: -80px;
  }

  section{
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .logo{
    width: 90px;
    height: auto;
  }

  .overlay {
    width: 100%;
    /*height: 45rem;*/
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(8, 27, 11, 0.3);
    z-index: 2;
  }

/* The Overlay (background) */
.overlay_nav {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: -1;
  left: 0;
  top: 0;
  background-color: rgb(255,232,239);
  text-align: center;
  /*padding-top: 7rem;*/
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  opacity: 0;
}

.menunya-active {
  z-index: 1030!important; /* Sit on top */
  opacity: 100%;
}
/* Position the content inside the overlay */
.overlay_nav-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay_nav a {
  font-family: "TW Cent";
  padding: 8px;
  text-decoration: none;
  font-size: 1.25rem;
  color: #363636;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

.overlay-content {
  padding-top: 7rem;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 1px;
}
@media screen and (max-height: 570px) {
    .overlay_nav a {
        padding: 2px;
    }
    .overlay-content {
        padding-top: 5.5rem;
    }
}
.overlay-content .btn-pink {
  width: 300px;
  max-width: 100%;
  font-size: 1.25rem;
  color: white;
}

.overlay-content .btn-white {
  width: 300px;
  max-width: 100%;
  font-size: 1.25rem;
  color: #E9088A;
}

/* When you mouse over the navigation links, change their color */
.overlay_nav a:hover, .overlay_nav a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay_nav .closebtn {
  color: #E9088A;
  text-decoration: none;
  font-size: 50px;
/*  position: absolute;
  top: 0px;
  right: 45px;*/
/*  position: fixed;
  top: -0.9rem;
  right: 15px;*/
  position: relative;
  top: -0.4rem;
  right: 4px;
  float: right;
  transition: all 0.25s ease-out;
  transform: rotate(-180deg);
}

.overlay_nav.menunya-active .closebtn{
  transform: rotate(180deg);
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay_nav a {font-size: 22px}
  .overlay_nav .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

#navbar_top {
  z-index: 99;
  height: 80px;
}

.navbar-fluid {
  padding-right: 3rem;
  padding-left: 3rem;
}

@media (max-width: 991px) {
  .navbar-fluid  {
    padding-right: 0;
    padding-left: 0;
  }
  .show-mobile {
    display: flex!important;
  }
  .show-mobile-block {
    display: block;
  }
  .hide-mobile {
    display: none!important;
  }
}

.udscr > .nav-text::after {
  content: '';
  display: block;
  width: 0px;
  height: 2px;
  background: #DB3C8D;
  transition: 0.4s
}

.udscr > .nav-text:hover::after {
 font-weight: normal!important;
  width: 100%;
}

.udscr2 > .nav-text::after {
  content: '';
  display: block;
  width: 0px;
  height: 2px;
  background: #fff;
  transition: 0.4s
}

.udscr2 > .nav-text:hover::after {
 font-weight: normal!important;
  width: 100%;
}
.navbar-nav > .nav-link, {
 position: relative;
 text-align: center;
 transition-duration: 0.25s;
 transition: all 0.15s ease-in;
 font-weight: normal!important;
}


.navbar-nav.-zoom > .nav-link:hover,
.navbar-nav.-zoom > .nav-link.-active {
  background-color: rgba(51,51,51,0.1);
  transform: scale(1.1);
}
.affect > a{
  text-decoration:none;
  color:#4d4d4d;
  display:block;
  padding:5px 10px;
  position:relative;
  margin:0 10px;
  transition: all .5s;
}
.affect > a:hover{
  background-color:#e91e63;
  color:white;
}
.affect > a:before{
  content:'';
  position:absolute;
  bottom:12px;
  left:12px;
  width:12px;
  height:12px;
  border:3px solid #e91e63;
  border-width:0 0 3px 3px;
  opacity:0;
  transition:all 0.3s;
}
.affect > a:hover:before{
  opacity:1;
  bottom:-7px;
  left:-7px;
}
.affect > a:after{
  content:'';
  position:absolute;
  top:12px;
  right:12px;
  width:12px;
  height:12px;
  border:3px solid #e91e63;
  border-width:3px 3px 0 0;
  opacity:0;
  transition: all 0.3s;
}
.affect > a:hover:after{
  opacity:1;
  top:-7px;
  right:-7px;
}

  .bg-section{
    background-color: #FAFAFA;
    position: relative;
    z-index: 2;
  }
  .container-keuntungan{
    padding-top: 109px;
  }
  .card-kuntungan{
    background-color: #FFFFFF !important;
    border-radius: 20px !important;
    /* height: 435px !important;
    width: 320px !important; */
  }
  .card-tittle{
    font-size: 1.75rem !important;
    font-weight: 600;
    line-height: 30px;
  }
  .card-wording{
    line-height: 30px;
    font-weight: 400;
    font-size: 1.25rem;
  }
 
  .text-pink{
    color: #E9088A !important;
  }
  .text-bergabung{
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    font-family: 'TW Cent', sans-serif;
  }
  .btn-pink{
    font-family: 'TW Cent', sans-serif;
    font-weight: 400;
    background-color: #E9088A !important;
    color: white;
  }

  .btn-white{
    font-family: 'TW Cent', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 36px;
    background-color: white !important;
    color: #E9088A;
  }
  .btn-white:hover{
    font-family: 'TW Cent', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 36px;
    background-color: rgba(255, 255, 255, 0.939) !important;
    color: #E9088A;
  }

  .tittle-collapse{
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 30px;
  }

  .bg-section-top{
    position: absolute!important;
    /* position: absolute; */
    padding: 0;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
   }

   .bg-section-mitra{
    position: absolute!important;
    /* position: absolute; */
    padding: 0;
    top: 224px;
    left: 469px;
    transform: translate(-50%, -50%);
    z-index: -1;
   }

   .bg-section-faq{
    position: absolute!important;
    /* position: absolute; */
    padding: 0;
    top: 193px;
    left: 351px;
    transform: translate(-50%, -50%);
    z-index: -1;
   }

   @media (max-width:768px){
      .bg-section-mitra{      
        top: 111px !important;
        left: 130px !important;
      }
      .bg-section-faq{      
        top: 84px !important;
        left: 156px !important;
      }
      .bg-section-top{
        left: 365px;
        top: 451px;
      }
      .section-top-padding{
        padding-bottom: 60px !important;
      }
      .padding-section-keuntungan{
        padding-bottom: 90px;padding-top:0px !important;
      }
      .container-keuntungan {
        padding-top: 55px !important;
      }
      .img-tiering{
        padding-bottom: 30px !important;
       }
       .tittle-tiering{
        padding-bottom: 21px !important;
        padding-top:25px !important;
      }
      .text-bergabung{
        font-weight: 600;
        font-size: 24px;
        line-height: 33.31px;
        font-family: 'TW Cent', sans-serif;
      }
      .btn-bergabung{
/*        font-size: 18px !important;*/
        line-height: 28px !important;
        font-weight: 700;
      }
      .container-bergabung{
        padding-bottom: 25px !important;
        padding-top: 25px !important;
      }
   }
 .section-top-padding{
    padding-bottom: 90px;
 }

 .padding-section-keuntungan{
    padding-bottom: 90px;padding-top:40px
 }

 .img-tiering{
  padding-bottom: 90px;
 }
.tittle-tiering{
  padding-bottom: 40px;padding-top:75px;
}

.tittle-faq{
  color: #4A4A4A !important;
}
.text-question{
  color: var(--brand) !important;
}

.container-bergabung{
  padding-bottom: 75px;
  padding-top: 75px;
}

@media (max-width:768px){
  h1,
  .tittle-landing {
    font-size: 2.25rem;
    line-height: 42px;
  }
  h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 46px;
  }
  .mobile-padding{
    padding: 28px !important;
  }
  .tittle-collapse{
    font-size: 20px;
  }
  .card-join{
    border-radius: 32px;
    width: 340px !important;
    height: 520px !important;
  }
  p,
  .card-wording,
  .btn-white {
    font-size: 1.125rem;
  }
}
