@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.btn {
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
}
.pricing_9 * {
    font-family: 'Poppins', sans-serif;
    
  }
  .pricing_9 {
    margin-top: -60px; /* Kurangi jarak atas */
  }
  .pricing_9 .responsive-cell-block {
    min-height: 75px;
  }
  
  .pricing_9 .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-start;
  }
  
  .pricing_9 .text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 25px;
  }
  
  .pricing_9 ul {
    list-style-type: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .pricing_9 .responsive-container-block.big-container {
    /* padding-top: 10px; */
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
  
  .pricing_9 .responsive-container-block.container {
    max-width: 1320px;
    /* padding-top: 10px; */
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-top: 100px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
  }
  
  .pricing_9 .text-blk.head {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    line-height: 52px;
  }
  
  .pricing_9 .card {
    text-align: center;
    width: 350px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    min-height: 500px;
    font-size: 18px;
    color: #212529;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #00b289;
    border-right-color: #00b289;
    border-bottom-color: #00b289;
    border-left-color: #00b289;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }
  
  .pricing_9 .card-description {
    margin-bottom: 8rem;
    color: #686868;
  }
  
  .pricing_9 .card h1 {
    font-size: 46px;
    line-height: 64px;
    font-weight: 900;
    margin-top: 1rem;
    margin-right: 0px;
    margin-bottom: 1rem;
    margin-left: 0px;
  }
  
  .pricing_9 .buy-button {
    bottom: 37px;
    left: 0px;
    position: absolute;
    width: 100%;
    padding-top: 0px;
    padding-right: 60px;
    padding-bottom: 0px;
    padding-left: 60px;
  }
  
  .pricing_9 .btns {
    background-color: white;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: transform;
    width: 100%;
    height: 46px;
    font-size: 19px;
    font-weight: 700;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-width: 1.5px;
    border-right-width: 1.5px;
    border-bottom-width: 1.5px;
    border-left-width: 1.5px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #00b289;
    border-right-color: #00b289;
    border-bottom-color: #00b289;
    border-left-color: #00b289;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    color: #00b289;
  }
  
  .pricing_9 .btns:hover {
    transform: scale(1.05);
  }
  
  .pricing_9 .responsive-cell-block.wk-desk-4.wk-ipadp-4.wk-tab-6.wk-mobile-12 {
    display: flex;
    justify-content: center;
    width: auto;
    max-width: 360px;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-left: 25px;
  }
  
  .pricing_9 .responsive-container-block.card-container {
    justify-content: space-evenly;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .pricing_9 .text-blk.card-points {
    line-height: 25px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    color: black;
    font-size: 17px;
  }
  
  .pricing_9 .text-blk.card-head {
    font-size: 26px;
    line-height: 34px;
    font-weight: 800;
  }
  
  .pricing_9 .text-blk.card-subhead {
    font-size: 16px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }
  
  .pricing_9 .text-blk.rupees {
    font-size: 30px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: 700;
  }
  
  .pricing_9 .price {
    display: flex;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .pricing_9 .card-upper-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 40px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  
  .pricing_9 .card-lower-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 40px;
    text-align: left;
  }
  
  .pricing_9 li::before {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #b5e9dd;
    margin-right: 12px;
    content: " ";
  }
  
  .pricing_9 .card-selected .card-upper-content,
  .pricing_9 .card-selected .btns {
    color: white;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #00b289;
  }
  
  .pricing_9 .card-selected {
    transform: scale(1.09);
  }

.how-we-work {
  text-align: center;
  max-width: 1200px;
  margin: auto;
}

.how-we-work h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.how-we-work .subtitle {
  font-size: 1rem;
  color: #444;
  margin-bottom: 40px;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.step-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.05);
  width: 260px;
  padding: 24px;
  position: relative;
  text-align: center;
  transition: 0.3s;
}

.step-card .icon {
  background: #e0f6ef;
  color: #017c6d;
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 16px;
  border-radius: 50%;
}

.step-label {
  background-color: #007f5f;
  color: white;
  display: inline-block;
  padding: 6px 16px;
  font-size: 0.8rem;
  border-radius: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}

.step-card h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.step-card p {
  font-size: 0.9rem;
  color: #444;
}

.step-card .arrow {
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  background: #007f5f;
  color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
}

.step-card:last-child .arrow {
  display: none;
}

  /* Contact Form */
.contact-form {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 2px 20px rgba(0,0,0,0.5);
}
.contact-form h4 {
    font-size: 22px;
    margin-bottom: 15px;
}
.form-control {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 8px;
}
.btn-primary {
    background-color: #6a0dad;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
}
  
  footer {
    background-color: #222;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 16px;
    margin-top:5%;
}

.social-icons {
    margin-bottom: 10px;
}

.social-icons a {
    display: inline-block;
    margin: 0 10px;
    font-size: 24px;
    color: white;
    transition: 0.3s ease-in-out;
}

.social-icons a:hover {
    color: #1DA1F2; /* Warna efek hover (Twitter Blue) */
}

/* Warna khusus untuk setiap media sosial */
.social-icons a:nth-child(1):hover { color: #1877F2; } /* Facebook */
.social-icons a:nth-child(0):hover { color: #1DA1F2; } /* Twitter */
.social-icons a:nth-child(2):hover { color: #E1306C; } /* Instagram */
.social-icons a:nth-child(3):hover { color: #0077B5; } /* LinkedIn */
.social-icons a:nth-child(0):hover { color: #FF0000; } /* YouTube */
  @media (max-width: 500px) {
    .pricing_9 .card {
      width: 306px;
    }
  
    .pricing_9 .card-selected {
      transform: scale(1);
    }
  
    .pricing_9 .card-upper-content {
      padding-top: 40px;
      padding-right: 15px;
      padding-bottom: 40px;
      padding-left: 30px;
    }
  
    .pricing_9 .card-lower-content {
      padding-top: 0px;
      padding-right: 15px;
      padding-bottom: 0px;
      padding-left: 30px;
    }
  }
body{
    margin: 0;
    background-color: #000;
    color: #eee;
    font-family: 'Poppins',sans-serif;
    font-size: 12px;
}
a{
    text-decoration: none;
}
/* GENERAL HEADER LAYOUT */
header {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: transparent;
}
.logo-navbar {
  /* max-height: 50px; */
  height:80px;
  width: auto;
  object-fit: contain;
  
}
.navbarx {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
}

/* LOGO STYLING */
.navbar-brand {
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: 1px;
    background: linear-gradient(to right, #00B4DB, #0083B0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    margin-right: auto;
}

/* NAVIGATION MENU */
.nav-menu {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    gap: 25px;
    color: white !important;
    
    
}

.nav-item a {
    color:  white !important;
    text-decoration: none;
    padding: 8px 15px;
    position: relative;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.nav-item a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
}

.nav-item a:hover {
    color: #00ffcc;
}

.nav-item a:hover::after {
    width: 50%;
}

/* LOGIN BUTTON */
.nav-login {
    margin-left: auto;
}

.nav-login a {
    border: 2px solid #0083B0;
    color: #0083B0;
    padding: 6px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.nav-login a:hover {
    background-color: #0083B0;
    color: white;
}
.transparent-bg {
    background-color: rgba(255, 255, 255, 0.3); /* Putih tipis */
    padding: 5px;
    border-radius: 10px;
    color: #000; /* Ubah sesuai warna teks */
}
.navbar-scroll {
  background-color: #ffffff !important; /* Warna putih solid */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15); /* Shadow lebih tebal */
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); /* Garis bawah halus */
}

/* Warna teks dan tombol saat scroll */
.navbar-scroll .nav-link,
.navbar-scroll .navbar-brand,
.navbar-scroll .btn-outline-primary {
  color: #000 !important;               /* Teks jadi hitam */
  border-color: #000 !important;        /* Tombol jadi hitam */
}
.navbar-scroll a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: black;
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
}
/* carousel */
.carousel{
    height: 100vh;
    /* margin-top: -50px; */
    width: 100%;
    overflow: hidden;
    position: relative;
}
.carousel .list .item{
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
}
.carousel .list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel .list .item .content{
    position: absolute;
    top: 15%;
    width: 1140px;
    max-width: 80%;
    left: 45%;
    transform: translateX(-50%);
    padding-right: 30%;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 0 5px 10px #0004;
}
.carousel .list .item .author{
    font-weight: bold;
    letter-spacing: 10px;
}
.carousel .list .item .title,
.carousel .list .item .topic{
    font-size: 5em;
    font-weight: bold;
    line-height: 1.3em;
}
.carousel .list .item .topic{
    color: #f1683a;
}
.carousel .list .item .buttons{
    display: grid;
    grid-template-columns: repeat(2, 130px);
    grid-template-rows: 40px;
    gap: 5px;
    margin-top: 20px;
}
.carousel .list .item .buttons button{
    border: none;
    background-color: #eee;
    letter-spacing: 3px;
    font-family: Poppins;
    font-weight: 500;
}
.carousel .list .item .buttons button:nth-child(2){
    background-color: transparent;
    border: 1px solid #fff;
    color: #eee;
}
/* thumbail */
.thumbnail{
    position: absolute;
    bottom: 20px;
    left: 60%;
    width: max-content;
    z-index: 100;
    display: flex;
    gap: 20px;
    display: none !important;
    
}
.thumbnail .item{
    width: 110px;
    height: 170px;
    flex-shrink: 0;
    position: relative;
    border-radius: 20px;
    box-shadow: 5px 5px 10px #eee;
}
.thumbnail .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.thumbnail .item .content{
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.thumbnail .item .content .title{
    font-size: 13px;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
}
.thumbnail .item .content .description{
    font-size: 12px;
    font-weight: 300;
}
/* arrows */
.arrows{
    position: absolute;
    top: 89%;
    right: 30%;
    z-index: 100;
    width: 300px;
    max-width: 30%;
    display: flex;
    gap: 10px;
    align-items: center;
}
.arrows button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eee4;
    border: none;
    color: #fff;
    font-family: monospace;
    font-weight: bold;
    transition: .5s;
}
.arrows button:hover{
    background-color: #fff;
    color: #000;
}

/* animation */
.carousel .list .item:nth-child(1){
    z-index: 1;
}

/* animation text in first item */

.carousel .list .item:nth-child(1) .content .author,
.carousel .list .item:nth-child(1) .content .title,
.carousel .list .item:nth-child(1) .content .topic,
.carousel .list .item:nth-child(1) .content .des,
.carousel .list .item:nth-child(1) .content .buttons
{
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s 1s linear 1 forwards;
}
@keyframes showContent{
    to{
        transform: translateY(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
.carousel .list .item:nth-child(1) .content .title{
    animation-delay: 1.2s!important;
}
.carousel .list .item:nth-child(1) .content .topic{
    animation-delay: 1.4s!important;
}
.carousel .list .item:nth-child(1) .content .des{
    animation-delay: 1.6s!important;
}
.carousel .list .item:nth-child(1) .content .buttons{
    animation-delay: 1.8s!important;
}
/* create animation when next click */
.carousel.next .list .item:nth-child(1) img{
    width: 150px;
    height: 220px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    border-radius: 30px;
    animation: showImage .5s linear 1 forwards;
}
@keyframes showImage{
    to{
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

.carousel.next .thumbnail .item:nth-last-child(1){
    overflow: hidden;
    animation: showThumbnail .5s linear 1 forwards;
}
.carousel.prev .list .item img{
    z-index: 100;
}
@keyframes showThumbnail{
    from{
        width: 0;
        opacity: 0;
    }
}
.carousel.next .thumbnail{
    animation: effectNext .5s linear 1 forwards;
}

@keyframes effectNext{
    from{
        transform: translateX(150px);
    }
}

/* running time */

.carousel .time{
    position: absolute;
    z-index: 1000;
    width: 0%;
    height: 3px;
    background-color: #f1683a;
    left: 0;
    top: 0;
}

.carousel.next .time,
.carousel.prev .time{
    animation: runningTime 3s linear 1 forwards;
}
@keyframes runningTime{
    from{ width: 100%}
    to{width: 0}
}


/* prev click */

.carousel.prev .list .item:nth-child(2){
    z-index: 2;
}

.carousel.prev .list .item:nth-child(2) img{
    animation: outFrame 0.5s linear 1 forwards;
    position: absolute;
    bottom: 0;
    left: 0;
}
@keyframes outFrame{
    to{
        width: 150px;
        height: 220px;
        bottom: 50px;
        left: 50%;
        border-radius: 20px;
    }
}

.carousel.prev .thumbnail .item:nth-child(1){
    overflow: hidden;
    opacity: 0;
    animation: showThumbnail .5s linear 1 forwards;
}
.carousel.next .arrows button,
.carousel.prev .arrows button{
    pointer-events: none;
}
.carousel.prev .list .item:nth-child(2) .content .author,
.carousel.prev .list .item:nth-child(2) .content .title,
.carousel.prev .list .item:nth-child(2) .content .topic,
.carousel.prev .list .item:nth-child(2) .content .des,
.carousel.prev .list .item:nth-child(2) .content .buttons
{
    animation: contentOut 1.5s linear 1 forwards!important;
}

@keyframes contentOut{
    to{
        transform: translateY(-150px);
        filter: blur(20px);
        opacity: 0;
    }
}
/* ========== GENERAL MOBILE STYLING (≤ 768px) ========== */
@media screen and (max-width: 768px) {
  .navbar-brand {
    
    margin-left: -10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .custom-toggler {
    
  }

  .carousel .list .item img {
    height: 100%;
    max-height: 100%;
  }

  .carousel .list .item .content {
    top: 25%;
    padding-right: 0;
  }

  .carousel .list .item .content .author {
    font-size: 20px !important;
  }

  .carousel .list .item .content .title {
    font-size: 25px !important;
  }

  .carousel .list .item .content .topic {
    font-size: 20px !important;
  }

  .carousel .list .item .content .des {
    font-size: 13px !important;
  }

  .arrows {
    top: 88%;
    right: 27%;
    width: 100px;
    gap: 20px;
  }

  .arrows button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eee4;
    color: #030000;
  }

  .thumbnail .item {
    width: 90px;
    height: 130px;
  }

  .pricing_9 {
    margin: 20px auto; /* Centering each card */
    width: 306px;
    
  }

  #next {
    display: none;
  }

  .xmail {
    margin-bottom: 10%;
  }
}

/* ========== iPhone SE / Extra Small Screens (≤ 375px) ========== */
@media screen and (max-width: 375px) {
  body {
    background-color: white !important;
  }

  .carousel .list .item .content {
    top: 20%;
  }

  .carousel .list .item .content .author {
    font-size: 15px;
  }

  .carousel .list .item .content .title {
    font-size: 20px;
  }

  .carousel .list .item .content .topic {
    font-size: 20px;
  }

  .carousel .list .item .content .des {
    font-size: 10px;
    margin-top: 25px;
  }

  .arrows {
    top: 83%;
    right: 27%;
  }
}

/* ========== Tablet Screens (≤ 1024px) ========== */
@media screen and (max-width: 1024px) {
  .carousel .list .item img {
    width: 100%;
    height: 150vh;
    object-fit: cover;
  }

  .carousel .list .item .content {
    top: 15%;
    padding-right: 0;
  }

  .carousel .list .item .content .author {
    font-size: 30px;
  }

  .carousel .list .item .content .title {
    font-size: 40px;
  }

  .carousel .list .item .content .topic {
    font-size: 35px;
  }

  .carousel .list .item .content .des {
    margin: 50px 0 30px;
    font-size: 20px;
  }

  .arrows {
    top: 91.5%;
    right: 34%;
    width: 100px;
    gap: 20px;
  }
}

