@import url("https://fonts.cdnfonts.com/css/ica-rubrik-black");
@import url("https://fonts.cdnfonts.com/css/poppins");

.video-background {
  position: relative;
  width: 100%;
  height: 100vh; /* Sesuaikan dengan tinggi layar */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.video-container iframe {
  width: 177.78vh; /* Menjaga aspek rasio 16:9 */
  height: 100vh;
  min-width: 100vw;
  min-height: 56.25vw; /* Menjaga proporsi video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none; /* Agar tidak bisa diklik */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 11, 43, 0.582);
}

#testimonies h2 {
  font-size: 3em;
  font-family: "ICA Rubrik", sans-serif;
  color: #ffc34b;
  position: relative;
  z-index: 2;
}

#testimonies h2:hover {
  color: white;
  scale: 1.02;
}

#testimonies p {
  font-size: 1.2em;
  font-family: "Poppins", sans-serif;
  color: white;
  position: relative;
  z-index: 2;
}

#testimonies a{
  color: #ffc34b; /* Warna kuning */
  text-decoration: none; /* Hilangkan garis bawah */
  font-weight: bold; /* Opsional: buat lebih tegas */
}

#testimonies a:hover{
  color: #ffffff; /* Warna kuning lebih gelap saat hover */
  text-decoration: underline; 
}
/* Table Styling */
table {
  width: 80%;
  margin: 20px auto;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  /* border-radius: 25px; */
}

table,
th,
td {
  border: 1px solid #25283b;
}

th,
td {
  padding: 15px;
  text-align: left;
  font-family: "Poppins", sans-serif;
}

th {
  background-color: #25283b;
  color: white;
  font-size: 1.2em;
}

th:hover,
td:hover {
  background-color: #ffc34b;
  color: white;
}

td {
  font-size: 1.1em;
  color: #25283b;
}

/* Add these new sections styles to your existing style.css file */

.section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  width: 100%;
  height: 1080px; /* Set the height to 1080px */
  text-align: center;
  padding: 50px 0;
  background-color: #f4f4f4; /* Light background color */
  border-top: 2px solid #25283b;
}


.section.visible {
  opacity: 1;
  transform: translateY(0);
}

.section h2 {
  font-family: "ICA Rubrik", sans-serif;
  font-size: 3em;
  color: #25283b;
  margin-bottom: 20px;
}

.section h2:hover {
  color: #ffc34b;
  scale: 1.02;
}
.section p {
  font-family: "Poppins", sans-serif;
  font-size: 1.2em;
  color: #333;
  width: 80%;
  margin: 0 auto;
  line-height: 1.6;
}

.orderbtn:focus {
  outline: none;
  box-shadow: none; /* Menghilangkan efek shadow focus di beberapa browser */
}

.ordertab {
  display: flex;
  justify-content: space-between; /* Memberi jarak maksimal antara teks & tombol */
  align-items: center; /* Menyamakan posisi vertikal */
  width: 100%; /* Menyesuaikan dengan parent */
  max-width: 1080px; /* Opsional: batas lebar */
  margin: 20px auto; /* Pusatkan secara horizontal */
}

.idr {
  font-size: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  color: #333;
}

.orderbtn {
  background-color: #ffc34b;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  width: 200px;
  height: 60px;
  border-radius: 100px;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  color: white;
  margin: 20px;
  position: relative;
  z-index: 10;
}

.orderbtn-lang {
  background-color: #25283b;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  width: 200px;
  height: 60px;
  border-radius: 100px;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  color: white;
  margin: 20px;
  position: relative;
  z-index: 10;
}


.orderbtn:hover {
  background-color: #25283b;
  color: white;
  scale: 1.05;
}
.orderbtn-lang:hover {
  background-color: #ffc34b;
  color: white;
  scale: 1.05;
}


.navbtn {
  background-color: #25283b;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  width: 200px;
  height: 60px;
  border-radius: 100px;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  color: white;
  margin: 20px;
  position: relative;
  z-index: 10;
}

.navbtn:hover{
  background-color: #ffc34b;
  color: white;
  scale: 1.05;
}


.more-navbtn a {
  /* margin-top: 50px; */
  display: inline-block; /* Pastikan tidak ada garis pemisah */
  text-decoration: none; /* Hilangkan underline */
}

#more .moresamples{
  background-color: #25283b;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  width: 200px;
  /* height: 60px; */
  border-radius: 100px;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  color: white;
  margin: 20px;
  position: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  z-index: 10;
  padding: 20px;
}

#more .moresamples:hover{
  background-color: #ffc34b;
  color: white;
  scale: 1.05;
}

#terms-of-services {
  min-height: 0vh;
  padding-bottom: 0px; /* Lebih besar dari sebelumnya */
  margin-bottom: -50px; /* Pastikan ada ruang ekstra */
  background-color: #d2d2d2;
  background-image: repeating-linear-gradient(
      to right,
      transparent 0 100px,
      #25283b22 100px 101px
    ),
    repeating-linear-gradient(
      to bottom,
      transparent 0 100px,
      #25283b22 100px 101px
    );
}

#more{
  min-height: 0vh;
  padding-bottom: 0px;
  margin-bottom: 250px;
}

#workflow .step {
  margin-top: 50px;
  text-align: left;
}

#workflow {
  margin-bottom: -50px; /* Pastikan ada ruang ekstra */
  font-family: Arial, sans-serif;
}

#workflow h2 {
  text-align: center;
  margin-bottom: 20px;
}

.workflow-item {
  margin-left: 350px;
  display: flex;
  align-items: center;
  gap: 20px; /* Jarak antara ikon dan teks */
  margin-bottom: 20px; /* Jarak antar langkah */
  text-align: left;
}

.workflow-item i {
  font-size: 24px; /* Ukuran ikon */
  color: #25283b; /* Warna ikon */
  min-width: 55px; /* Menjaga lebar agar teks sejajar */
  height: 55px; /* Tinggi ikon */
  width: 55px; /* Lebar ikon */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; /* Membuat border bulat */
  background-color: #ffc34b; /* Warna latar belakang ikon */
}

.workflow-item i:hover {
  scale: 1.1;
  color: white;
  background-color:#25283b ;
}

.workflow-item p {
  margin: 0;
  line-height: 2.6; /* Meningkatkan keterbacaan */
  text-align: left;
}

/* Review Styling */
.review {

  position: relative;
  background: rgba(255, 255, 255, 0.678);
  padding: 20px;
  border-radius: 10px;
  display: inline-block;
  max-width: 600px;
  margin-top: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.review:hover{
  scale: 1.02;
}

.review-content {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.review-content.active {
  opacity: 1;
}

.testimonial {
  font-size: 1.2em;
  font-style: italic;
  color: #25283b !important;  /* Warna teks lebih gelap */
}

.customer {
  font-size: 1em;
  font-weight: bold;
  margin-top: 10px;
  color: #25283b;  /* Warna teks lebih gelap */
}

/* Responsive */
@media screen and (max-width: 768px) {
  .testimonial {
    font-size: 1em;
  }
}

/* Adjust for smaller screens */
@media screen and (max-width: 1023px) {
  .section h2 {
    font-size: 2.5em;
  }
  .section p {
    font-size: 1em;
  }
}

@media screen and (max-width: 767px) {
  .section h2 {
    font-size: 2em;
  }
  .section p {
    font-size: 0.9em;
  }
}

section.banner {
  width: 100%;
  height: 100vh; /* Use full viewport height */
  text-align: center;
  position: relative;
  background-color: #25283b; /* Optional background color */
  overflow: hidden;
  background-image: url(images/whitebg.jpg);
}


@keyframes fadeInBanner {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.banner {
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.8);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* transform: translateY(-20px); */
  /* animation: fadeInBanner 1.2s ease-out forwards; */
  width: 100%;
  height: 100vh;
  /* text-align: center; */
  /* overflow: hidden; */
  /* position: relative; */
  transition: opacity 1s ease-out, transform 1s ease-out;
  clip-path: circle(0% at center); 
  min-height: 120vh;
  
  /* padding-bottom: 500px; */
  /* margin-bottom: 200px;   */
}



.banner .content h1 {
  /* font-family: 'ICA Rubrik'; */
  font-size: 8em;
  line-height: 1em;
  color: #25283b;
  position: relative;
  margin: 0;
  margin-bottom: 850px;
}


.banner .slider {
  margin-top: 150px;
  position: absolute;
  width: 200px;
  height: 250px;
  top: 10%;
  left: calc(50% - 100px);
  transform-style: preserve-3d;
  transform: perspective(1000px);
  animation: autoRun 100s linear infinite;
  z-index: 2;
}

.banner.show {
  opacity: 1;
  transform: scale(1);
  clip-path: circle(100% at center); /* Membuka lingkaran penuh */
}

@keyframes autoRun {
  from {
    transform: perspective(1000px) rotateX(-16deg) rotateY(0deg);
  }
  to {
    transform: perspective(1000px) rotateX(-16deg) rotateY(360deg);
  }
}

/* Popup Box */
.popup-box {
  /* letter-spacing: 2px; */
  /* margin-bottom: 500px; */
  font-family: poppins;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffc34b;
  color: #fff;
  padding: 15px 20px;
  border-radius: 25px;
  font-size: 16px;
  max-width: 800px;
  font-weight: 600;
  text-align: center;
  display: none; /* Awalnya disembunyikan */
  z-index: 1000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-in-out;
}

/* Efek fade-in saat muncul */
.popup-box.visible {
  display: block;
  opacity: 1;
}

.banner .slider .item {
  position: absolute;
  padding: 10px;
  /* margin: 0px; */
  inset: 0 0 0 0;
  transform: rotateY(
      calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg)
    )
    translateZ(600px);
}
.banner .slider .item img {
  border-radius: 15%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .slider .item img:hover {
  scale: 1.1;
}
.banner .content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1400px, 100vw);
  height: max-content;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centers content vertically */
  align-items: center; /* Centers content horizontally */
  text-align: center; /* Ensures text is centered */
  z-index: 1;
}


.banner .content h1:hover {
  color: #ffc34b;
}

.banner .content h1::after {
  position: absolute;
  inset: 0 0 0 0;
  content: attr(data-content);
  z-index: 2;
  /* -webkit-text-stroke: 2px #d2d2d2; */
  color: transparent;
}
.banner .content .author {
  /* margin-bottom: 600px; */
  /* margin-left: -50px; */
  font-family: Poppins;
  text-align: right;
  max-width: 200px;
}
.banner .content h2 {
  font-size: 3em;
}

.banner .content .sho {
  color: #ffc34b;
  font-size: 28px;
  font-weight: 800;
  /* font-family: ICA Rubrik; */
  letter-spacing: 20px;
}

.banner .content .sho:hover {
  color: #25283b;
}

.banner .content .model {
  background-image: url(images/JoceV.png);
  /* margin-top: 100px; */
  width: 100%;
  height: 185vh;
  position: absolute;
  bottom: -50%;
  left: 0;
  background-size: auto 130%;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
}

#more {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 0;
  background: none; /* Pastikan tidak ada background */
}

#more img {
  max-width: 90%; /* Menyesuaikan dengan section */
  max-height: 90vh; /* Batasi tinggi agar tetap proporsional */
  width: auto;
  height: auto;
  object-fit: contain; /* Pastikan gambar tidak terpotong */
  margin-top: 20px;
  margin-bottom: 40px;
  /* filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.2)); Tambahkan bayangan halus */
}

#more img:hover{
  scale: 1.01;
}


/* Container utama */
/* Container utama */
#getintouch {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  height: 120vh;
  /* text-align: center; */
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 15px rgba(255, 255, 255, 0.1);
  /* margin-bottom: 200px; */


  background-color: #d2d2d2;
  background-image: repeating-linear-gradient(
      to right,
      transparent 0 100px,
      #25283b22 100px 101px
    ),
    repeating-linear-gradient(
      to bottom,
      transparent 0 100px,
      #25283b22 100px 101px
    );
}


#getintouch .label{
text-align: left;
align-items: left;
justify-content: left;
font-family: poppins;
}

#getintouch h2{
margin-top: 50px;
}

#getintouch p{
margin-bottom: 50px;
}


#faq {
margin-bottom: -200px;
background-color: #d2d2d2;
background-image: repeating-linear-gradient(
    to right,
    transparent 0 100px,
    #25283b22 100px 101px
  ),
  repeating-linear-gradient(
    to bottom,
    transparent 0 100px,
    #25283b22 100px 101px
  );
}

.faq-container {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  margin: 50px;
}
.faq-column {
  flex: 1;
  min-width: 300px;
}
.faq-item {
  margin-bottom: 25px;
  background: #f9f9f9;
  padding: 15px;
  /* margin: 10px 0; */
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.faq-item:hover{
scale: 1.02;
}
.faq-question {
  font-family: poppins;
  font-size: 18px;
  font-weight: bold;
}
.faq-answer {
  
  font-size: 16px;
  margin-top: 5px;
}

/* Form Container */
.form-container {
  
  width: 600px;
  background: rgba(255, 255, 255, 0.3);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

/* Label Input (Supaya Rata Kiri) */
.form-container label {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #25283b;
  align-self: flex-start; /* Buat label rata kiri */
  margin-top: 15px;
  margin-right: 480px;
  margin-bottom: 5px; /* Biar ada jarak kecil ke input */
}

/* Form Input & Textarea */
.form-container input,
.form-container textarea {
  margin-top: 5px;
  width: 100%;
  padding: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #333;
  border: none;
  border-radius: 10px;
  outline: solid;
  outline-color: #ffc34b;
  transition: 0.3s ease;
}

.form-container input {
  height: 50px;
}

.form-container textarea {
  height: 150px;
  resize: none;
}

/* Spasi antar input */
.form-container input,
.form-container textarea {
  margin-bottom: 20px;
}

.form-container input:focus,
.form-container textarea:focus {
  transform: scale(1.05);
  box-shadow: 0px 0px 10px rgba(255, 191, 52, 0.6);
}

/* Tombol Kirim */
.form-container button {
  font-family: "ICA Rubrik Black", sans-serif;
  font-size: 1.2rem;
  background: #ffc34b;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 10px;
}

.form-container button:hover {
  transform: scale(1.05);
  color: #ffffff;
  background: #25283b;
  /* box-shadow: 0px 8px 20px rgba(255, 184, 77, 0.8); */
}

/* Pesan Status */
#statusMessage {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  margin-top: 15px;
  color: #fff;
}




/* Responsif untuk layar kecil */
@media screen and (max-width: 768px) {
  #more img {
    max-width: 95%; /* Sedikit lebih besar di layar kecil */
    max-height: 50vh; /* Batasi tinggi agar tidak memenuhi layar */
  }
}


@media screen and (max-width: 1023px) {
  .banner .slider {
    width: 160px;
    height: 200px;
    left: calc(50% - 80px);
  }
  .banner .slider .item {
    transform: rotateY(
        calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg)
      )
      translateZ(300px);
  }
  .banner .content h1 {
    text-align: center;
    width: 100%;
    text-shadow: 0 10px 20px #000;
    font-size: 7em;
  }
  .banner .content .author {
    color: #fff;
    padding: 20px;
    text-shadow: 0 10px 20px #000;
    z-index: 2;
    max-width: unset;
    width: 100%;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slider {
    width: 100px;
    height: 150px;
    left: calc(50% - 50px);
  }
  .banner .slider .item {
    transform: rotateY(
        calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg)
      )
      translateZ(180px);
  }
  .banner .content h1 {
    font-size: 5em;
  }
}

#footer-sec{
  background-color: #25283b;
  height: 300px;
}

.footer{
  background-color: #25283b;
  color: #ffffff;
  padding: 40px 20px;
  text-align: left;
  
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column, .footer-profile {
  font-family: poppins;
  flex: 1;
  min-width: 200px;
  margin-bottom: 20px;
}

.footer-profile p{
  color: #ffffff;
}
.footer-column h3, .footer-profile h3 {
  margin-bottom: 10px;
  color: #f39c12;
}

.footer-column h3:hover, .footer-profile h3:hover {
  margin-bottom: 10px;
  color: #ffffff;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin: 5px 0;
}

.footer-column ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-column ul li a:hover {
  color: #f39c12;
  scale: 1.2;
  
}

.footer-profile {
  color: #ffffff;
  text-align: center;
}

.footer-profile ul li a{
  text-decoration: none;
}

.footer-profile p:hover{
  color: #f39c12;
}

.footer-profile img {
  width: 100px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.footer-profile img:hover{
  scale: 1.05;
}

.social-icons img {
  width: 30px;
  margin: 0 5px;
  transition: 0.3s;
}

.social-icons img:hover {
  transform: scale(1.1);
}
