@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');

* {
  font-family: 'Poppins', sans-serif;
}
#page-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 250px;
  z-index: 1002;
  background: #fff;
}
body {
  background: #fff;
}
.btn-primary {
  background: var(--bs-custom-primary) !important;
  border-color: var(--bs-custom-primary) !important;
}

.my-breadcum {
  background-image: url('/assets/images/bg-breadcumb.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  margin-bottom: 100px;
}

.my-jumbotron {
  background: var(--bs-custom-primary);
  padding-top: 50px;
  min-height: 380px;
}

.topnav {
  box-shadow: none;
  display: none;
}

.jumbotron-content {
  margin-top: 100px;
}

.jumbotron-content h1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 160px;
  color: #fff;
}

.jumbotron-content h3 {
  color: #fff;
}

.menu-right a {
  color: #445990;
  padding: 10px 15px;
  margin-right: 5px;
  font-weight: 700;
}

.menu-right a:hover {
  border-radius: 10px;
/*  background: var(--bs-custom-primary); */
  background: linear-gradient(0deg, rgba(var(--bs-custom-primary-rgb), 1.0), rgba(var(--bs-custom-primary-rgb), .8));  
  color: #fff;
}

.menu-right a:last-child:hover {
  background: var(--bs-custom-primary);
  border-radius: 7px 20px 7px 20px;
}

.menu-right a:last-child {
  background: var(--bs-custom-primary);
  border-radius: 20px 7px 20px 7px;
  padding: 10px 22px;
  color: #fff;
  transition: 0.5s;
  font-weight: 700;
}

.btn-mobile-menu {
  background: var(--bs-custom-primary);
  color: #000;
  position: absolute;
  right: 20px;
  width: 35px; /* Lebar 50px */
  height: 35px; /* Tinggi 50px */
  display: flex;
  justify-content: center;
  align-items: center;  
  border-radius: 4px;
}
.btn-mobile-menu i {
  color: #fff; /* Warna ikon */
  transition: transform 0.1s ease-in-out;
}
.btn-mobile-menu i.active {
  transform: scale(1.2); /* Membesarkan ikon saat tombol aktif */
}
.btn-login {
  background: #fff;
  border-radius: 50px;
  font-weight: 700;
  padding: 10px 40px;
  color: var(--bs-custom-primary);
  font-size: 1rem;
}
.btn-login:hover {
  color: #000;
}
    .btn-register {
        border: 2px solid #fff;
        border-radius: 50px;
        font-weight: 600;
        padding: 6px 35px;
        color: #fff;
        font-size: 1rem;
    }

    .btn-register:hover {
        background: #fff;
        color:var(--bs-custom-primary);
    }

.btn-video span {
  color: #fff;
  position: absolute;
  margin-top: 20px;
  margin-left: 15px;
  font-size: 16px;
}

.btn-video i {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-size: 40px;
  line-height: 58px;
  color: #fff;
  display: inline-block;
  border: 2px solid #fff;
}

.count-statistic {
  transition: 0.8s;
}

.count-statistic:hover {
  transform: translateY(-15px);
}
.section-newnew {
  background: url('https://themelocker.tech/templatebucket/seotols/assets/img/about/about-2.png');
  min-height: 650px;
  margin-top: 50px;
  margin-bottom: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-unggu,
.service-biru {
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}

.service-unggu {
  background: linear-gradient(90deg, #ff689c, #ce1b57);
}

.service-biru {
  background: linear-gradient(90deg, #43a7f7, #2a83da);
}

.btn-buy-now {
  background: var(--bs-custom-primary);
  padding: 7px 20px;
  border-radius: 20px 7px 20px 7px;
  color: #fff !important;
  float: right;
  margin-top: -45px;
}

.btn-buy-now:hover {
  background: var(--bs-custom-primary);
}

.title-item {
  font-weight: 700;
  font-size: 1rem;
  color: #445990 !important;
}

.card-radius {
  box-shadow: rgb(0 82 224 / 10%) 0 6px 12px 0;
  border-radius: 20px !important;
}

a {
 color: var(--bs-custom-primary);
}
a:hover {
 color:var(--bs-custom-primary);
}

.footer {
  box-shadow: none;
  background: var(--bs-custom-primary);
  color: #fff !important;
  height: auto;
  border-radius: 30px 30px 0 0;
  margin-top: 0;
}
.footer .col-md-10 {
  padding-top: 10px;
}

.footer img {
  margin-bottom: 10px;
}

.footer hr {
  border: none;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3); /* Ubah warna sesuai kebutuhan */
  position: relative;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 1200px) {
  body[data-layout=horizontal] .container-fluid,
  body[data-layout=horizontal] .navbar-header {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .btn-login {
    padding: 8px 25px;
  }
  .footer {
    position: relative;
    height: auto;
  }
  .footer-title {
    margin-top: 20px;
  }
  .section-newnew {
    margin-top: 0;
    padding: 15px;
  }
  .my-breadcum {
    padding: 25px 0 45px 0;
    margin-bottom: 50px;
  }
  .navbar-brand-box {
    padding-left: 0;
  }
  .menu-right {
    top: 70px;
    right: 0;
    left: 0;
    position: absolute;
    background: #fff;
    padding: 10px 10px 25px 10px;
    border-radius: 0 0 20px 20px;
    display: none;
  }
  .menu-right.show {
    display: block;
  }
  .menu-right a {
    display: block;
  }
  .menu-right a:last-child {
    margin-top: 10px;
  }
  .my-jumbotron {
    min-height: 380px;
    padding: 15px;
  }
  .jumbotron-content h1 {
    margin-top: 20px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .btn-video span {
    font-size: 15px;
    margin-left: 10px;
  }
}

@media only screen and (min-width: 992px) {
  #page-topbar {
    box-shadow: rgb(0 82 224 / 10%) 0 6px 12px 0;
  }
  .navbar-header {
    height: 85px;
  }
  .my-jumbotron {
    height: 380px;
  }
  .footer {
    position: relative;
  }
  .waves-footer {
    margin-top: -100px;
  }
}