.heXad {
  text-align: center;
  margin-bottom: 5px;
}
/* Navbar Styles */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 10px;
  width: 100%;
  /* border-bottom: 1px solid rgb(136, 1, 1); */
  background-color: rgb(0, 0, 0);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: all 0.3s ease;
  height: 100px;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  margin: auto auto;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}

.nav-menu {
  width: 100%;
  justify-content: center;
  display: flex;
  list-style: none;
  /* border-bottom: 1px solid rgb(136, 1, 1); */
}

.nav-item {
  position: relative;
  /* border-bottom: #bb0b0b solid 1px; */
}

.nav-link {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #ffffff;
  /* border-top: 1px solid rgb(238, 0, 0); */
  transition: 0.3s;
  font-weight: 500;
  margin-right: 5px;
  transition: color 0.3s ease;
}
.nav-link {
  font-weight: 600;
  /* border-top: 1px solid rgb(241, 0, 0); */
}

.nav-link:hover {
  color: #ca0202;
  border-top: 1px solid rgb(241, 0, 0);
}

.nav-link.active {
  color: #bb0b0b;
  border-top: 3px solid red;
}

.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  min-width: 200px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  /* border-radius: 5px; */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  list-style: none;
}

.nav-item:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.submenu-item {
  border-bottom: 1px solid #f1f1f1;
}

.submenu-item:last-child {
  border-bottom: none;
}

.submenu-link {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  color: #2c3e50;
  transition: background-color 0.3s ease;
}

.submenu-link:hover {
  background-color: #f8f9fa;
}

.hamburger {
  display: none;
  cursor: pointer;
  font-size: 1.5rem;
  /* color: #2c3e50; */
}

/* Hero Section */
.hero {
  position: relative;
  height: 90vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* text-align: center; */
  color: white;
  /* margin-top: 70px; */
}

.hero-content {
  max-width: 800px;
  /* padding: 0 20px; */
  padding-top: 200px;
  padding-left: 200px;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #3498db;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #2980b9;
}

/* Section Styles */
section {
  padding: 80px 20px;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2rem;
  color: #2c3e50;
}
#about {
  background: #000;
  padding-top: 50px;
}
.container-about {
  display: flex;
  margin: 0 auto;
  height: 350px;
  width: 80%;
}
.gmbabout {
  text-align: right;
  margin: auto auto;
  width: 30%;
}
.gmbabout img {
  width: 250px;
}
.bxabout h2,
.bxabout p {
  color: white;
}
.text-abt {
  width: 70%;
  margin: auto auto;
}
.text-abt h2 {
  font-size: 2rem;
  color: red;
  padding-top: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.text-abt p {
  width: 600px;
  text-align: justify;
}
.container-award {
  width: 80%;
  padding-top: 120px;
  margin: 0 auto;
  /* background: #a85a5a; */
}
.container-award h2 {
  padding-bottom: 10px;
  text-align: center;
  font-size: 2rem;
}
.wrap-img-award {
  width: 50%;
  text-align: center;
}
.awardflx {
  display: flex;
}
.award-text {
  width: 50%;
}
.award-text li {
  text-align: left;
}
/* 
.container {
  max-width: 1200px;
  margin: 0 auto;
} */
#award {
  height: 400px;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* text-align: center; */
  color: white;
  /* margin-top: 70px; */
}

/* Carousel Styles */
#why-us {
  background: #000;
  padding-top: 120px;
}
.container-whyus {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 10px;
}
.container-whyus h2 {
  color: white;
}
.carousel-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.carousel {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-slide {
  min-width: 100%;
  position: relative;
}

.carousel-slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 30px;
}
.slide-content h3 {
  width: 250px;
  text-align: center;
  background: #000;
  padding: 7px 5px;
  border-radius: 100px;
  margin-bottom: 5px;
}
.slide-content p {
  width: 250px;
  text-align: center;
  /* background: #000; */
  padding: 7px 5px;
  margin: 0;
  border-radius: 100px;
  /* margin-bottom: 7px; */
}

.carousel-nav {
  position: absolute;
  top: 50%;
  width: 96%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px;
}

.carousel-btn {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.carousel-btn:hover {
  background: rgba(255, 255, 255, 0.9);
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.indicator.active {
  background: #3498db;
}
#gamprew {
  background: #000;
}
.container-gamprew {
  width: 75%;
  display: flex;
  /* height: 550px; */
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;
}
.konsultasi {
  width: 70%;
  display: flex;
  gap: 5px;
  margin: auto auto;
  padding: 20px 0;
}
.bx-Kon {
  margin: 0 auto;
  width: 250px;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 5px 0;
  text-align: center;
  transition: 0.4s;
  border-radius: 5px;
}
.bx-Kon:hover {
  border: 1px solid grey;
  cursor: pointer;
}
.bx-Kon h2 {
  color: white;
  margin-top: 5px;
  font-weight: 600;
  margin-bottom: 5px;
}
.bx-Kon p {
  color: rgb(156, 156, 156);
  height: 80px;
  /* background: rebeccapurple; */
}
.link2 {
  margin-top: 10px;
}
/* .link2 a {
  color: white;
  padding: 9px 25px;
  border-radius: 100px;
  text-decoration: none;
  background: red;
  transition: 0.4s;
}
.link2 a:hover {
  background: rgba(255, 0, 0, 0.603);
} */
.bx-Kon img {
  margin-bottom: 20px;
}

.link3 {
  /* margin-top: 100px; */
  height: 30px;
  /* background: rebeccapurple; */
}
.link3 a {
  color: white;
  padding: 5px 19px;
  border-radius: 100px;
  text-decoration: none;
  background: rgba(255, 0, 0, 0);
  transition: 0.4s;
  border: rgb(255, 0, 0) 1px solid;
}
.link3 a:hover {
  background: rgb(255, 0, 0);
}
.bx-imgGam img {
  margin-right: 10px;
}
.bx-imgGam span {
  position: relative;
  bottom: 30px;
  color: white;
  background: #00000094;
  /* padding: 5px; */
  font-size: 0.7rem;
}
#partners {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.616), rgba(0, 0, 0, 0.616)),
    url(/hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* text-align: center; */
  color: white;
  /* margin-top: 70px; */
  height: 60vh;
  padding-top: 110px;
}
#partners h2 {
  color: white;
  text-align: center;
  padding-bottom: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}
.boxPartner {
  width: 99%;
  text-align: center;
  /* background: red; */
  margin: 0 auto 50px;
}
.containerPartners {
  margin: 0 auto;
  width: 80%;
}
.boxPartner img {
  margin: 0 8px;
  width: 85px;
  /* filter: grayscale(100%) !important; */
}
#project {
  background: #000;
  /* height: 80vh; */
  padding-top: 120px;
  padding-bottom: 5px;
}
#project h2 {
  color: white;
  font-size: 2rem;
  text-align: center;
  padding-bottom: 20px;
}
.ContPro {
  width: 80%;
  justify-content: center;
  gap: 10px;
  display: flex;
  margin: 0 auto 0;
}
.bxPro {
  position: relative;
  width: 350px;
  height: auto;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.bxPro:hover::after {
  content: "Klik untuk spesifikasi";
  color: white;
  padding-top: 35%;
  padding-left: 30%;
  cursor: pointer;
  /* transform: translateY(-10px); */
}

.bxPro img {
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.bxPro::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
  z-index: 1;
}

.bxPro:hover::after {
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  text-align: center;
  width: 80%;
}

.bxPro:hover .overlay-text {
  opacity: 1;
}

/* paket */
/* #Package {
  
  background: #000;
  text-align: center;
  color: white;
} */
#fotXer {
  height: auto;
  padding-top: 10px;
  background: #000;
}
.footer {
  margin: 0 auto;
  /* gap: 20px; */
  width: 80%;
  /* background: #afaaaa; */
  display: flex;
  padding: 0 0 40px;
  /* padding-top: 100px; */
}
.bxtextico {
  display: flex;
}
#fotXer .logo,
#fotXer .alamat,
#fotXer .Kontak {
  width: 34%;
  border-top: 1px solid rgb(202, 2, 2);
  /* background: #d8d1d1; */
  padding: 30px 20px 0 20px;
  /* background: red; */
}
#fotXer .logo p {
  font-size: 11.5px;
}
#fotxer .bxtext {
  line-height: 1;
}
.medsosmobile {
  display: none;
}
.bxtext .alXMt {
  margin-bottom: 20px;
  width: 95%;
}
.bxtext p {
  color: white;
  margin: 0;
  font-size: 0.8rem;
  margin-bottom: 10px;
  /* padding-bottom: 5px; */
}
.maps-WazeGoogle {
  width: 98%;
}
.maps-WazeGoogle iframe {
  width: 100%;
  margin-bottom: 3px;
}
.nvBorder {
  border-bottom: 1px solid #ca0202;
  margin: 0 auto;
  width: 80%;
}
.bxtext p a {
  color: white;
  text-decoration: none;
}
.bxtext p a:hover {
  color: #b4b4b4;
}
.copyright {
  padding: 15px 0 8px;
  background: #000000;
}

.copyright a {
  color: red;
}

.copyright p {
  text-align: center;
  margin: 0;
  color: white;
  font-size: 0.75rem;
}

.nav-container img {
  display: none;
}
/* maps */
/* .container {
  max-width: 800px;
  margin: 0 auto;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.tabs {
  display: flex;
  background-color: #f0f0f0;
  border-bottom: 1px solid #ddd;
}

.tab-button {
  flex: 1;
  padding: 15px 20px;
  text-align: center;
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #666;
}

.tab-button:hover {
  background-color: #e5e5e5;
}

.tab-button.active {
  background-color: white;
  color: #333;
  border-bottom: 3px solid #4caf50;
}

.tab-content {
  padding: 30px;
  display: none;
  animation: fadeIn 0.5s ease;
}

.tab-content.active {
  display: block;
}

.tab-content h2 {
  margin-bottom: 15px;
  color: #333;
}

.tab-content p {
  line-height: 1.6;
  margin-bottom: 20px;
}

.button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #4caf50;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: background-color 0.3s;
  margin-top: 10px;
}

.button:hover {
  background-color: #45a049;
}

.waze-button {
  background-color: #33ccff;
}

.waze-button:hover {
  background-color: #1ab2ff;
}

.google-button {
  background-color: #4285f4;
}

.google-button:hover {
  background-color: #3367d6;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#maps-ica {
  display: none;
  background: #000;
  padding: 30px 0;
} */
.bxicn {
  margin-right: 5px;
}
.bxicn img {
  margin-right: 5px;
}
.alamat h2,
.Kontak h2 {
  color: rgb(224, 5, 5);
  margin-bottom: 15px;
  font-weight: bold;
}
.bxicn {
  margin-top: 5px;
}
.bxicn i {
  color: rgb(0, 0, 0);
  background: #c5c5c5f1;
  padding: 3px;
  border-radius: 100px;
}
.bi-youtube {
  color: red;
}
/* .bxicn i:hover {
  background: #000;
} */
.medsos {
  margin-bottom: 20px;
  /* text-align: center; */
  /* background: red; */
}
.bxmedsos i {
  /* color: rgb(0, 0, 0); */
  /* background: #ffffff; */
  padding: 5px;
  /* margin-right: 10px; */
  border-radius: 100px;
}

.carousel-indicators {
  position: relative;
  bottom: 43px;
}

.bximg-award {
  margin-bottom: 20px;
  /* background: red; */
}
.bximg-award img {
  margin-right: 10px;
}
/* .bximg-award .ptxkfl {
  padding-bottom: 15px;
}
.bximg-award .p2tx2kfl {
  padding-bottom: 20px;
  width: 100px;
  background: red;
} */
.SlidePartners {
  display: none;
}
.nav-medsos {
  display: none;
}
@media (max-width: 600px) {
  .navbar {
    /* background: red; */
    padding-top: 25px;
  }
  .nav-container .logo img {
    width: 90%;
    margin: 0 auto;
    /* background: red; */
  }
  .nav-container .hamburger i {
    color: #fff;
  }
  .container-whyus {
    width: 99%;
  }
  .hero-content {
    padding-top: 60%;
    padding-left: 36px;
  }
  #project {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* background: red; */
    justify-content: center;
  }
  .nav-medsos {
    display: block;
    padding-top: 68px;
    /* background: rebeccapurple; */
  }
  .nav-medsos h2 {
    text-align: center;
    color: rgb(233, 7, 7);
    margin-bottom: 13px;
  }
  .flexnavMds {
    display: flex;
    /* margin: auto auto; */
    align-items: center;
  }
  .flexnavMds img {
    margin-right: 15px;
    width: 30px;
  }
  .nav-medsos i {
    margin-right: 8px;
    font-size: 2rem;
    transition: 0.4s;
  }
  .nav-medsos i:hover {
    color: #a1a1a1;
  }
  .ContPro {
    display: block;
  }
  .bxPro {
    width: 99%;
    margin: 0 auto 10px;
  }
  .bx-imgGam span {
    position: relative;
    bottom: 310px;
    z-index: 999;
  }
  .medsosmobile {
    display: block;
    background: #000;
    /* height: auto; */
  }
  .bx-imgGam {
    height: 260px;
    width: 99% !important;
    overflow: hidden;
    background: red;
    margin-bottom: 10px;
    /* padding-bottom: 120px; */
  }
  .bx-imgGam img {
    position: relative;
    bottom: 80px;
    width: 390px;
  }
  #fotXer .alamat,
  #fotXer .Kontak {
    border-top: none;
  }
  .bx-imgGam .bgt2a {
    position: relative;
    bottom: 250px !important;
    width: 395px;
  }
  .bx-imgGam .bgt3a {
    position: relative;
    top: -150px !important;
    width: 390px;
  }
  .bx-imgGam .bgt5a {
    position: relative;
    bottom: 220px !important;
    width: 390px;
  }
  .medsos {
    display: none;
  }
  .konsultasi {
    width: 95%;
    display: block;
  }
  .konsultasi .bx-Kon {
    width: 99%;
    padding-top: 15px;
    height: 200px;
    /* background: rgb(131, 126, 126); */
    margin-bottom: 10px;
  }
  .bx-Kon p {
    height: 50px;
    /* background: red; */
  }
  .tabs {
    flex-direction: column;
  }
  .containerPartners {
    display: none;
  }
  .SlidePartners {
    display: block;
    /* background: red; */
  }
  .SlidePartners img {
    padding-right: 10px;
    /* background: red; */
  }
  #about {
    padding-top: 30px;
    height: 75vh;
  }
  #award {
    height: 55vh;
  }
  .container-award h2 {
    padding-bottom: 0;
  }
  .wrap-img-award {
    margin-bottom: 20px;
  }
  .tab-content {
    padding: 20px;
  }

  .boxPartner {
    margin-bottom: 10px;
  }
  .container-award {
    padding-top: 30px;
    width: 99%;
  }
  .nav-container img {
    display: block;
  }
  #project {
    padding-top: 30px;
  }
  .heXad img {
    display: none;
  }
  .container-about {
    display: block;
  }
  .awardflx {
    width: 90%;
    /* background: red; */
    padding: 10px 0 20px;
    display: block;
    margin: 0 auto;
  }
  #why-us {
    padding-top: 30px;
    width: 100%;
  }
  .award-text {
    width: 100%;
    height: 250px;
    padding-left: 25px;
    /* background: red; */
  }
  .award-text ul {
    font-size: 0.8rem;
  }
  .carousel-container {
    width: 99%;
  }
  .carousel-nav {
    width: 92%; /* Ubah Nav */
  }
  .container-gamprew {
    width: 99%;
    display: block;
  }
  .bximg-award {
    width: 99%;
    /* background: red; */
    display: flex;
  }
  .wrap-img-award {
    width: 100%;
  }
  .wrap-img-award .bximg-award {
    text-align: center;
    justify-content: center;
    margin: 10px auto;
  }
  #partners {
    /* padding-top: 30px; */
    padding-top: 20px;
    height: 250px;
  }
  .tab-content iframe {
    width: 99%;
  }
  .container-about {
    width: 100%;
    /* background: pink; */
  }

  .gmbabout {
    width: 99%;
    text-align: center;
    /* background: red; */
  }
  .text-abt {
    width: 95%;
    /* background: pink; */
  }
  .text-abt p {
    width: 99%;
  }
  .bxPro:hover::after {
    padding-top: 32%;
    padding-left: 0%;
    /* padding-top: 130px;
    padding-left: 30%; */
    /* background: red; */
  }
  .boxPartner {
    display: flex;
    justify-content: center;
  }
  .boxPartner img {
    width: 12%;
    height: 20px;
  }
  .footer {
    display: block;
    padding: 40px 0 5px;
  }
  .footer .logo,
  .footer .Kontak {
    margin-bottom: 15px;
  }
  #fotXer {
    height: auto;
    padding-top: 0;
    /* background: red; */
  }
  #fotXer .logo,
  #fotXer .alamat,
  #fotXer .Kontak {
    width: 99%;
    /* background: red; */
  }
  #fotXer .logo {
    text-align: center;
  }
  .bxmedsos {
    text-align: center;
  }
  .bxmedsos img {
    margin-right: 10px;
  }
  .copyright {
    padding-bottom: 110px;
    /* background: rebeccapurple; */
  }
}

/* Responsive Styles */
@media (max-width: 650px) {
  .hamburger {
    display: block;
  }

  .nav-menu {
    position: fixed;
    top: 126px;
    left: -100%;
    width: 100%;
    /* height: calc(100vh - 70px); */
    height: 100vh;
    background-color: rgb(8, 8, 8);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
    transition: left 0.3s ease;
    /* background: red; */
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-item {
    width: 100%;
    text-align: center;
    /* background: red; */
    /* margin-bottom: 15px; */
  }
  .nav-item a {
    /* background: red; */
    padding: 15px 0;
  }

  .submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background-color: #f8f9fa;
    margin-top: 10px;
    display: none;
  }

  .nav-item:hover .submenu {
    display: block;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 1rem;
  }
  .carousel-slide img {
    height: auto;
    width: 100%;
  }

  .slide-content {
    padding: 15px;
  }
}
