/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}



/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #3C6E71;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 60px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #18d26e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  background: #ffff;
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  background: #ffff;
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "poppins", poppins;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #18d26e;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

/* Media query for mobile view */
@media (max-width: 768px) {

  #header.header-scrolled {
    padding: 10px 15px;
    height: 60px;
    background: #fff;
    transition: all 0.5s;
  }





  #header #logo h1 {
    font-size: 24px; /* Adjust font size for mobile */
  }

  #header #logo img {
    max-height: 30px; /* Adjust image height for mobile */
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #intro h2 {
    font-size: 28px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #mobile-nav li.logo img {
    display: none;
  }
}


@media (max-width: 934px) {
  .hide-mobile {
    display: none;
  }
}

/* Mobile view - show the logo and adjust padding */
@media (max-width: 768px) {
  .mobile-header {
    display: flex;
    justify-content: flex-start;      /* Center the logo horizontally */
    align-items: center;          /* Center the logo vertically */
    padding: 0px 20px;                /* Adjust padding around the logo */
    cursor: default;              /* Change to pointer if the logo is clickable */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

}

/* Desktop view - hide the mobile header */
@media (min-width: 769px) {
  .mobile-header {
    display: none;                /* Hide the mobile header in desktop view */
    cursor: default;              /* Ensure default cursor */
  }

   .mobile-header #logo img {
    height: 70px;
    width: auto;
    margin-top: -5px; /* Geser sedikit ke atas */
    /* Atau pakai: transform: translateY(-5px); */
  }
}





/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  display: flex;
  width: 100%;
  height: 100px;
  background: white;
}

#intro .carousel-item {
  width: 100%;
  height: 85vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
  text-align: left;
  margin-left: 10%;
  margin-top: 10%;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#intro p {
  width: 80%;
  margin: auto auto auto 0px;
  color: #fff;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 7px;
  transition: 0.5s;
  margin-top: 30px;
  color: #000000;
  background: #F0BE28;
}

#intro .btn-get-start {
  background-color: transparent;
    color: #F0BE28; /* The color of the text */
    border: 2px solid #F0BE28; /* The border color and thickness */
    padding: 10px 20px; /* Adjust padding as needed */
    font-size: 18px; /* Adjust font size as needed */
    border-radius: 5px; /* Slightly rounded corners */
    cursor: pointer;
    transition: all 0.3s ease; /* Smooth transition for hover effect */
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #fcb72b;
}

#intro .btn-get-start:hover {
  background: #F0BE28;
  color: #fff;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu li.logo img{
    max-width: 60px;
    margin: -20px 30px 0px 30px;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}


/* Nav Meu Container */

/* Pastikan container header menggunakan flexbox */
.container-fluid {
  display: flex;
  justify-content: space-between; /* Logo kiri, menu kanan */
  align-items: center;            /* Vertikal rata tengah */
  padding: 0 30px;
  margin-top: -30px;
}

/* Logo container di kiri */
#logo-container {
  display: flex;
  align-items: center;
  padding-left: 50px;
  padding-top: 5px;
}

/* Menu container di kanan */
#nav-menu-container {
  display: flex;
  align-items: center;
  padding-right: 100px;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #111;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #111;
   border-bottom: 3px solid #3C6E71; 
   font-family: "Montserrat", sans-serif;
}

.nav-menu li.logo:hover > a,
.nav-menu .logo> .menu-active > a { 
  color: #111;
   border-bottom: none; 
}

.nav-menu > li {
  padding-right: 5px;
}


.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  text-align: left;
}

.nav-menu ul li:hover > a {
  color: #111;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 50px;
  top: 0;
  z-index: 999;
  margin: 13px 10px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #111;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav li.logo img{

}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #3C6E71;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #3C6E71;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #3C6E71;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

@media (max-width: 768px) {
  .nav-menu li.logo {
    display: none;
  }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}



.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f7f7f7;
}


/* membership end */

/* Services Section
--------------------------------*/

/* Contact Section

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-youtube,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  #contact .contact-youtube {
    
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }

  #intro p {
    width: 60%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
   padding-left: 70px;
  }
}

@media (max-width: 934px) {
  .back-to-top {
    bottom: 15px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #intro h2 {
    font-size: 28px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
}

@media (max-width: 768px) {
    #mobile-nav li.logo img{
        display: none;
    }
}

@media (max-width: 768px) {
  .nav-menu li.logo {
    display: none;
  }
}

@media (max-width: 768px) {
  /* Perbaiki tampilan mobile header */


  /* Sembunyikan elemen desktop di mobile */
  .container-fluid {
    display: none;
  }

  /* Tampilkan tombol toggle jika belum */
  #mobile-nav-toggle {
    display: block;
    
    right: 20px;
    
  }
}


@media (max-width: 768px) {
  .nav-menu .dropdown-menu {
    display: none;
    padding-left: 15px;
    background-color: #f9f9f9;
  }

  .nav-menu .dropdown.open > .dropdown-menu {
    display: block;
  }

  .nav-menu .dropdown-toggle {
    cursor: pointer;
  }
}


@media (max-width: 768px) {
  .nav-menu .fa-chevron-down {
    display: none !important;
  }
}


.audio-control {
  margin-left: auto;
}

.audio-control button {
  background-color: transparent;
  border: 1px solid white;
  cursor: pointer;
  font-size: 14px;
 padding: 0 8px 10px 8px;
 color: #111;
font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;


}
@media (max-width: 400px) {
.audio-control {
    width: 100%;
    text-align: left;
  }

  .audio-control button {
    display: none;
  }
}

.music-audio-control {
  padding: 10px;
}

@media (max-width: 400px) {
 .music-audio-control {
    display: block;
    margin: 0 8px;
  }

  #audio-toggle-btn {
    background-color: transparent;
    border: 1px solid white;
    color: black;
    padding: 8px 12px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
  }
  }
