html {
  scroll-padding-top: 100px; /* Sesuaikan dengan tinggi header Anda */
  scroll-behavior: smooth;
}
body {
  font-family: "Plus Jakarta Sans", sans-serif; /*  'Plus Jakarta Sans' digunakan sebagai font utama, dan 'sans-serif' adalah font fallback jika 'Plus Jakarta Sans' tidak tersedia */
}
.Header {
  background-color: #670a0a;
  color: #fff;
  padding: 20px;
  position: fixed;
  width: 100%;
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.3);
}
.navbar {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  /* background-color: white; */
  /* position: fixed; */
  width: 100%;
  z-index: 99;
}
.navbar-toggle {
  display: none;
}

.container-nav {
  padding-right: 90px;
  /* padding-left: 138px; */
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 100%;
  align-items: center;
}

.nav-item {
  font-size: 20px;
  color: white;
  font-weight: 300;
}

.nav-link {
  color: white;
  font-weight: 300;
  transition: font-weight 0.2s ease; /* Animasi untuk font-weight selama 0.3 detik */
}

.nav-link:active {
  color: red;
}

.nav-link:hover {
  font-weight: 550;
  color: white;
}

/* Gaya untuk logo di navbar */

.navbar-brand img {
  /* width: 68px; */
  /* height: 64px; */
}

.logo-utama {
  height: 64px;
  width: 74px;
}

.sec-one {
  background-image: url("../assets/bg_home.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100vh;
  background-position: center 100px;
  justify-content: center;
  justify-items: center;
  align-content: center;
  padding: 0 600px;
}

.sec-two {
  padding: 34px 190px;
  background-color: #fffbf8;
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.2);
}

.container-banner-sectwo {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: -120px;
}

.banner-sectwo {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: white;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.2);
  height: 226px;
}

.sec-two .img-banner {
  height: 59px;
  width: 59px;
}

.sec-two .title-banner-sectwo {
  font-size: 24px;
  font-weight: 700;
  color: #670a0a;
}
.sec-two .description-banner-sectwo {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.title-body-sectwo h1 {
  font-size: 32px;
  font-weight: 700;
  color: #670a0a;
}

.description-body-sectwo h1 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.container-body-sectwo {
  margin-top: 34px;
  display: flex;
  text-align: justify;
  gap: 46px;
  align-items: center;
}

.img-body-sectwo {
  /* height: 549px; */
  width: 540px;
}

.sec-three {
  padding: 70px 190px;
}

.body-sec-three {
  display: flex;
  align-items: center;
  gap: 30px;
}

.title-sec-three {
  font-size: 20px;
  font-weight: bold;
  color: #670a0a;
  margin: 0;
}
.des-sec-three {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.img-ourservice {
  width: 467px;
}

.sec-four {
  padding: 70px 190px;
  background-color: #fffbf8;
  box-shadow: 5px 5px 10px 10px rgba(0, 0, 0, 0.2);
}

.container-img-yuksports {
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
}

.img-yuksports {
  width: 49%;
}

.container-des-yuksports {
  background-color: white;
  box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  border-radius: 11px;
  padding: 21px;
  margin-top: 20px;
}
.des-header-project {
  display: flex;
  align-items: center;
}
.img-logobulat {
  height: 50px;
  width: 50px;
}
.title-header-project-content {
  font-size: 30px;
  font-weight: 500;
  color: #670a0a;
  margin-left: 13px;
}
.des-body-project {
  font-size: 18px;
  text-align: justify;
  margin-top: 20px;
}
.explore-our-journey {
  background-color: #b64341;
  color: white;
  width: 240px;
  height: 45px;
  border-width: 0px;
  border-radius: 33px;
  padding: 10px;
  font-size: 16px;
  transition: background-color 0.4s ease;
  margin-top: 20px;
}

.explore-our-journey:hover {
  background-color: #a63d3b;
}

.container-des-flex {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.container-des-flex.reverse {
  flex-direction: row-reverse;
}

.img-des-flex {
  width: 40%;
}

.sec-five {
  margin-top: 34px;
}
.sec-six {
  margin-top: 81px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 kolom */
  gap: 20px;
  margin-top: 20px;
}

.product-card {
  background-color: #dfdfdf;
  padding: 13px 13px 13px 8px;
  border-radius: 6px;
}

.product-card img {
  width: 286px;
  display: block;
  margin: 0 auto;
}

.header-card {
  display: flex;
  justify-content: space-between;
}
.header-card h1 {
  font-size: 12px;
}

.product-title {
  font-size: 18px;
  font-weight: 500;
  color: #670a0a;
}

.container-imgplatform {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}

.container-platform-mobile {
  display: flex;
  gap: 61px;
}

.container-img-platform-mobile {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  align-items: end;
  height: 333px;
  gap: 12px;
}

.img-platform-mobile:nth-child(1),
.img-platform-mobile:nth-child(3) {
  align-self: start; /* gambar 2 & 3 naik ke atas */
}

.img-platform-mobile:nth-child(2) {
  align-self: end; /* gambar 1 tetap di bawah */
}

.img-platform {
  width: 100%;
}

.img-platform-mobile {
  height: 323px;
  border-radius: 4px;
  box-shadow: -5px 5px 10px 2px rgba(0, 0, 0, 0.3);
}

.text-body-platform {
  font-size: 18px;
}

.sec-seven {
  padding: 70px 190px;
}

.container-field-review {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-content: center;
}

.field1 {
  align-items: center;
  align-content: center;
}

.petik2 {
  height: 57px;
  margin-bottom: 20px;
}

.field2 {
  background-image: url("../assets/bg_reviewer.png");
  background-size: 303px;
  background-repeat: no-repeat;
  height: 303px;
  width: 291px;
  padding: 18px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.text-field1 {
  font-size: 24px;
  font-weight: 500;
  width: 205px;
}
.text-review {
  font-size: 20px;
  font-weight: 500;
  text-align: justify;
}

.profile-review {
  height: 63px;
  border-radius: 100px;
}

.container-profile-review {
  display: flex;
  margin-top: 110px;
  margin-left: 20px;
  gap: 8px;
}

.name-review {
  font-size: 20px;
  font-weight: 500;
}
.address-review {
  font-size: 16px;
}

.title-sec-eight {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.des-sec-eight {
  font-size: 20px;
  margin-bottom: 16px;
  text-align: justify;
  margin-right: 30px;
}
.container-content1-sec-eight {
  display: flex;
  align-items: center;
}

.img-content1 {
  height: 512px;
}

.container-job {
  border-width: 1;
  border-color: #a63d3b;
  border-radius: 51px;
  border-style: solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-bottom: 12px;
  margin-right: 80px;
}

.title-job {
  font-size: 20px;
  color: #a63d3b;
  font-weight: bold;
  margin: 0;
}
.des-job {
  font-size: 20px;
  font-weight: 200;
  margin: 0;
}

.how-to-apply {
  width: 530px;
  text-align: center;
  align-items: center;
  margin-top: 39px;
  width: 100%;
}
.title-how-to-apply {
  font-size: 32px;
  font-weight: 500;
}

.des-how-to-apply {
  font-size: 20px;
  font-weight: 400;
}

.container-button-apply {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  margin-top: 12px;
}

.button-apply {
  background-color: #670a0a;
  color: white;
  border-width: 0;
  border-radius: 4px;
  width: 164px;
  padding: 10px;
}

.email-apply {
  font-size: 20px;
  font-style: italic;
  font-weight: 200;
}

.QnA {
  margin-top: 100px;
}

.title-qna {
  margin-bottom: 36px;
  font-size: 32px;
  font-weight: bold;
}
.list-qna {
  border-width: 0;
  background-color: transparent;
  width: 100%;
  border-bottom-width: 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  margin-bottom: 25px;
}

.title-list-qna {
  font-size: 24px;
  font-weight: bold;
  color: #670a0a;
  margin: 0;
}

.answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-size: 14px;
  padding: 0 10px;
  color: #555;
}

.answer.open {
  /* max-height: 200px;*/
  margin-bottom: 10px;
}

.footer {
  padding: 70px 190px;
  background: #670a0a;
  background: linear-gradient(
    105deg,
    rgba(103, 10, 10, 1) 0%,
    rgba(182, 67, 65, 1) 50%,
    rgba(103, 10, 10, 1) 100%
  );
}

.img-footer {
  width: 169px;
}

.container-field-footer {
  display: flex;
  justify-content: space-between;
}

.container-sosmed-footer {
  width: 129px;
  display: flex;
  justify-content: space-between;
  margin-left: 19px;
}

.container-right-footer {
  color: white;
  width: 40%;
}

.contactus-footer {
  font-size: 24px;
  font-weight: 500;
}

.nomer-footer {
  font-size: 20px;
  font-weight: 100;
}
.address-footer {
  font-size: 20px;
  font-weight: 100;
}

.line {
  border-bottom: 1px solid white; /* Create a solid gray line */
  margin: 67px 0 43px 0;
}

.copyright {
  text-align: center;
  color: white;
  font-size: 16px;
}

@media (min-width: 1200px) {
  .offcanvas-body {
    /* display: block;
    background-image: url("../assets/background_nav.png");
    background-size: 100% 113px;
    background-repeat: no-repeat;
    height: 113px;
    background-position: right; */
  }

  .navbar-nav {
    width: 140vh;
    /* padding-right: 138px; */
    padding-left: 30vw;
    justify-content: space-between;
    /* padding-bottom: 10px; */
  }
  .navbar {
    padding: 0 144px;
  }
}

@media (min-width: 992px) {
  /* Menampilkan menu secara normal */
  .navbar-collapse {
    display: flex !important;
    justify-content: flex-end;
  }

  .navbar-nav {
    display: flex;
    margin-left: auto;
  }

  .navbar-nav li {
    margin-left: 20px;
  }

  .navbar-mobile {
    display: none;
  }
  .sec-one {
    padding: 0 0px;
  }
}

@media (max-width: 991px) {
  .offcanvas-body {
    display: block;
    background-color: #fffbf8;
  }
  .Header {
    padding: 0;
  }
  .offcanvas-header {
    background-color: #fffbf8;
  }
  .logo-utama {
    width: 82px;
    height: 62px;
  }
  .navbar-nav {
    display: none; /* Sembunyikan menu di desktop */
  }
  .navbar-toggle {
    display: block;
    border-width: 0px;
    background-color: #670a0a;
  }
  .navbar-mobile .nav-link {
    list-style-type: none;
    color: black;
  }
  .navbar-mobile {
    list-style-type: none;
    padding: 0px;
  }
  .navbar {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
  }

  .container-nav {
    padding: 10px;
  }

  .custom-heading-mobile {
    font-size: medium;
    font-weight: 500;
    color: #4c1c1b;
    align-items: center;
    align-content: center;
    text-align: center;
    display: block;
  }
  .custom-heading {
    display: none;
  }
  .sec-one {
    padding: 0 26px;
    background-size: cover;
  }
  .explore-our-journey {
    background-color: #b64341;
    color: white;
    width: 240px;
    height: 45px;
    border-width: 0px;
    border-radius: 33px;
    padding: 10px;
    margin-top: 30px;
    font-size: 16px;
  }
  .sec-two {
    padding: 39px 26px;
  }
  .container-banner-sectwo {
    display: block;
  }
  .banner-sectwo {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .container-body-sectwo {
    display: block;
  }
  .img-body-sectwo {
    width: 100%;
  }
  .sec-three {
    padding: 39px 26px;
  }
  .body-sec-three {
    display: block;
  }
  .img-ourservice {
    width: 100%;
  }
  .sec-four {
    padding: 39px 26px;
  }
  .container-img-yuksports {
    display: block;
  }
  .img-yuksports {
    width: 100%;
  }
  .container-des-flex {
    display: block;
  }
  .img-des-flex {
    width: 100%;
  }
  .product-grid {
    display: block;
  }
  .product-card {
    margin-bottom: 20px;
  }
  .container-imgplatform {
    display: block;
  }
  .container-platform-mobile {
    display: block;
  }
  .container-img-platform-mobile {
    /* display: block; */
  }
  .img-platform-mobile {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .sec-seven {
    padding: 39px 26px;
  }
  .container-field-review {
    display: block;
  }
  .field2 {
    width: 100%;
    height: auto;
    background-size: contain;
  }
  .text-review {
    width: 100%;
  }
  .container-content1-sec-eight {
    display: block;
  }
  .title-list-qna {
    text-align: left;
  }
  .footer {
    padding: 39px 26px;
  }
  .container-field-footer {
    display: block;
  }
  .container-right-footer {
    width: 100%;
    margin-top: 30px;
  }
  .container-left-footer {
    align-items: center;
    /* justify-self: center; */
  }
  .container-job {
    width: 100%;
    display: block;
    padding: 10px 20px;
  }
  .container-profile-review {
    margin-top: 180px;
    margin-left: 20px;
  }
}
