@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&family=Poppins:wght@300;400;600&display=swap");

:root {
  --primary-color: #000000;
  --secondary-color: #c1fff0;

  --heading-font: "Poppins", sans-serif;
  --main-font: "Open Sans", sans-serif;
}

* {
  font-family: var(--main-font);
  transition: 0.4s ease-in-out;
}
.section-margin {
  margin-top: 180px;
}
.label {
  font-family: var(--heading-font);
  font-size: 18px;
  color: var(--primary-color);
}

.heading-section {
  font-family: var(--heading-font);
  font-size: 32px;
  font-weight: 600;
  color: white;
}

/* Navbar Start */
.navbar .navbar-brand {
  font-family: "Poppins", sans-serif;
  font-weight: 1000;
  font-size: 36px;
  color: rgb(255, 255, 255);
  font-style: italic;
}
.navbar.active {
  background-color: #5fa8d3 !important;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.158);
}
.navbar .nav-link {
  color: white !important;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin: 0 20px;
}

.navbar .nav-link.active {
  color: #5fa8d3 !important;
  font-weight: 600;
}
.navbar .icons i {
  font-size: 27px;
  color: var(--primary-color);
}
.navbar .icons i .badge {
  font-size: 12px;
}
/* Navbar End */

/* Home Start */
.home {
  background-color: #000000;
  height: 100vh;
}
.home .row {
  min-height: 900px;
}
.home .label {
  font-family: var(--heading-font);
  font-size: 20px;
  color: var(--primary-color);
}
.home .heading {
  font-family: var(--heading-font);
  font-size: 46px;
  font-weight: 600;
  color: var(--primary-color);
}

.home .subheading {
  font-size: 18px;
  font-weight: 300;
  margin-top: 20px;
}
.home .btn-home {
  margin-top: 80px;
}
.btn-home .btn-explore {
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: white;
  font-family: var(--heading-font);
  font-weight: 400;
}
.btn-home .btn-contact {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  font-family: var(--heading-font);
  font-weight: 400;
}

.btn-home .btn-explore:hover {
  background-color: #fff;
  color: var(--primary-color);
  border: 2px solid #fff;
}
.btn-home .btn-contact:hover {
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  border: 2px solid #fff;
}
.home .content-right .image-box {
  max-width: 550px;
}

/* Home End */

/* About Start */
.about .image-box {
  max-width: 500px;
}
.about .image-box img {
  width: 100%;
}
.about .text-heading {
  font-size: 16px;
  margin-top: 40px;
}
.about .btn-about {
  background-color: var(--primary-color);
  color: #fff;
  margin-top: 80px;
  font-family: var(--heading-font);
  font-weight: 400;
}
.about .btn-about:hover {
  background-color: #fff;
  color: var(--primary-color);
}
/* About End */

/* Service Start */
.service {
  background-color: #5fa8d3;
  border-radius: 50px 50px 0px 0px;
  padding-top: 70px;
}
.service .row-content {
  margin-top: 100px;
}
.service .card-service {
  background-color: #fff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 20px 15px;
  max-width: 420px;
}
.service .card-service img {
  max-width: 150px;
}
.service .card-service .detail {
  margin-left: 25px;
}
.card-service .detail h5 {
  font-family: var(--heading-font);
  font-size: 22px;
  font-weight: 600;
}

.btn-group {
  font-family: "Poppins";
}

.dropdown-menu {
  font-family: "Poppins";
}
/* Service End */

/* product start */
.product .container {
  margin: 0 auto;
}
.product .toggle-slider i {
  font-size: 60px;
  color: var(--primary-color);
}
.product .card {
  width: 18rem;
  background: #c1fff0;
  border-radius: 10px 10px 0px 0px;
}
.product .card-title {
  font-family: var(--heading-font);
  font-size: 25px;
  font-weight: 600;
}
.product .card-body .rate i {
  color: #e6eb0f;
  font-size: 26px;
}
.product .price {
  font-size: 20px;
  font-weight: 600;
}
.product .btn-card {
  padding: 16px 17px;
  background-color: var(--primary-color);
  border-radius: 30px 0px 4px;
  text-decoration: none;
}
.product .btn-card i {
  font-size: 30px;
  color: #fff;
}
.product .btn-card:hover {
  background-color: #fff;
}
.product .btn-card:hover i {
  color: #0c7829;
}
/* product end */

/* banner */
.banner {
  margin-top: 200px;
}

/* Testimoni */
.testimoni {
  margin-top: 200px;
  margin-bottom: 600px;
  background-color: #5fa8d3;
  border-radius: 50px 50px 0px 0px;
  padding-top: 70px;
}
.testimoni .row-content {
  margin-top: 80px;
}

.testimoni .swiper {
  max-width: 700px !important;
}
.testimoni .card .card-body {
  width: 90%;
}
.testimoni .card .img-user {
  width: 100px;
}
.testimoni .card-body i {
  font-size: 50px;
}

/* Contact */
.contact {
  margin-top: 200px;
}

/* Footer */
.footer {
  margin-top: 100px;
  background-color: #000000;
  border-radius: 50px 50px 0px 0px;
}
.footer .row-content {
  padding: 50px 0;
}
.footer .logo {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #ffffff;
}
.footer .email {
  text-decoration: none;
  color: #ffffff;
}
.footer .sosmed i {
  color: #ffffff;
  font-size: 40px;
}
.footer ul {
  padding: 0;
}
.footer li {
  list-style: none;
  margin-top: 10px;
}
.footer .column h3 {
  font-weight: 700;
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 10px;
}
.footer .column .maps {
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
  color: #ffffff;
}

.carousel-item {
  margin-left: 8em !important;
}

.card-img-top {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  min-height: 60%;
}
.card-arvi {
  border-radius: 24px;
  box-shadow: rgba(0, 0, 0, 0.2) 4px 6px 12px 0px;
}

.card-body {
  padding: 12px;
}

.discount-precentage {
  background-color: #b86bf3;
}

.discount-price {
  color: #989898 !important;
  text-decoration: line-through;
}

.star-rating {
  width: 10px !important;
  height: 10px !important;
  margin-right: 3px;
}

.card-holder {
  min-width: 200px;
  display: flex;
  margin: 12px;
}

.img-section-gamelists {
  border-radius: 20px;
}

.game-category-link {
  color: black; /* Ganti dengan warna teks yang Anda inginkan */
  text-decoration: none;
}
.auth-link {
  color: white; /* Ganti dengan warna teks yang Anda inginkan */
  text-decoration: none;
}
.gamelists-link {
  color: black; /* Ganti dengan warna teks yang Anda inginkan */
  text-decoration: none;
}


/* Responsive */
@media screen and (max-width: 1500px) {
  .navbar .nav-link {
    font-size: 16px;
  }
  .home .heading {
    font-size: 40px;
  }
  .home .content-right .image-box {
    max-width: 500px;
  }
  .home .row {
    min-height: 800px;
  }
}

@media screen and (max-width: 768px) {
  .section-margin {
    margin-top: 150px;
  }
  .banner {
    margin-top: 100px;
  }
}

@media screen and (max-width: 576px) {
  .navbar .navbar-brand {
    font-size: 30px;
  }
  .home .label {
    font-size: 16px;
  }
  .home .heading {
    font-size: 36px;
  }
  .home .subheading {
    font-size: 16px;
  }
  .home .row {
    min-height: 700px;
  }

  .about .image-box {
    max-width: 300px;
  }
  .about .heading {
    font-size: 30px;
  }
  .about .btn-about {
    margin-top: 50px;
  }
  .product .heading-section,
  .testimoni .heading-section,
  .contact .heading-section {
    font-size: 28px;
  }
  .banner {
    margin-top: 50px;
  }
  .product,
  .contact {
    margin-top: 120px;
  }
  .footer {
    margin-top: 100px;
    background-color: #5fa8d3;
    border-radius: 30px 30px 0px 0px;
  }
  .footer .row-content {
    padding: 50px 0;
  }
}
