@import url('https://fonts.googleapis.com/css2?family=Anton&family=Lilita+One&family=New+Amsterdam&family=Rubik+Mono+One&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
}

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background-color: #222222;}
::-webkit-scrollbar-thumb { background-color: #ffa500; border-radius: 3px;}
::-webkit-scrollbar-thumb:hover { background-color: #ffa500; border-radius: 3px;}

/*============= Constants =============*/
#page-suptitel{
    font-weight: 600;
    font-family: "New Amsterdam", sans-serif;
    font-style: normal;
    letter-spacing: 3px;
}
#page-suptitel span{
    color: #ffa500;
    font-family: "New Amsterdam", sans-serif;
    font-style: normal;
    letter-spacing: 4px;
}

#btn-new{
    padding: 7px;
    background-color: #ffa500;
    color: white;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 20px;
    font-family: "Anton", sans-serif;
    font-style: normal;
    letter-spacing: 1px;
    text-decoration: none;
}
#btn-new:hover{
    background-color: #06e550;
}

/*============= TOP BAR HEADER =============*/
.top-bar{
    background: #222222;
    height: 2.8rem;
    padding: 0.5rem 0;
  }
  .top-bar a{
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
  }
  
/*============= NAVIGATION =============*/
nav{
    background: #f9f9f9;
}
.navbar-brand img{
    transition: 0.5s ease;
    height: 70px;
}

.navbar-toggler,
.navbar-toggler:focus{
    outline: none;
    box-shadow: none;
    border: none; 
}
.navbar-toggler span{
    color: #ffa500;
}
.nav-item .nav-link{
    font-size: 18px;
    font-weight: 550;
    color: black;
    letter-spacing: 1px;
    transition: 0.5s ease;
    font-family: "Anton", sans-serif;
    font-style: normal;
}
.nav-item .nav-link.active,
.nav-item .nav-link:hover{
    color: #ffa500;
    box-shadow: 0px 2px 0px #ffa500;
}
.navbar-collapse .form-control{
    outline: 1px solid #ffa500;
}
.navbar-collapse .btn{
    background: #00b13b;
    color: white;
    border-radius: 5px;
}
.dropdown-menu-columns {
  min-width: 600px;
  max-width: 100%;
}

.dropdown-menu-columns .dropdown-item {
  padding: 5px 10px;
  white-space: nowrap; 
  text-overflow: ellipsis;
}

.btn-success {
  background-color: #25D366;
}

.btn-success:hover {
  background-color: #1ebe5d;
}


/*============= Home Section =============*/
.home{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2)), url(../images/background_img.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.home .container{
    text-align: center;
    padding-top: 120px;
}
.home .container h5{
    color: white;
    font-size: 2rem;
    font-weight: 300;
    font-family: "Anton", sans-serif;
    font-style: normal;
    text-shadow: 0px 1px 1px black;
    letter-spacing: 2px;
}
.home .container h1{
    color: white;
    font-size: 3rem;
    font-weight: 550;
    text-shadow: 0px 1px 1px black;
    margin-top: 20px;
    font-family: "Anton", sans-serif;
    font-style: normal;
    letter-spacing: 2px;
}
.changecontent::after{
    content: ' ';
    color: #ffa500;
    font-family: "Anton", sans-serif;
    font-style: normal;
    text-shadow: 0px 1px 1px black;
    animation: changetxt 18s infinite linear;
    letter-spacing: 2px;
}
@keyframes changetxt{
    0%{content: "Egypt";}
    10%{content: "France";}
    20%{content: "United States";}
    30%{content: "China";}
    40%{content: "India";}
    50%{content: "Pakistan";}
    60%{content: "Italy";}
    70%{content: "Mexico";}
    80%{content: "Germany";}
    90%{content: "United Kingdom";}
    100%{content: "Pares";}
}
.home .container p{
    color: white;
    font-size: .8rem;
    font-weight: 100;
    letter-spacing: 2px;
    font-family: "Anton", sans-serif;
    font-style: normal;
    text-shadow: 0px 1px 1px black;
    margin-top: 25px;
}
.home .container a{
    box-shadow: 0px 0.5px 1px rgb(0, 0, 0);
}

/*============= Section Book =============*/
.book{
    background: #f9f9f9;
}
.book form input,
.book form textarea{ 
    color: black;
    border: 1px solid #ffa500;
    outline: none;
}
.book .card{
    box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.499);;
}

/*============= Section Packages =============*/
.packages .card{
    box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.499);
      position: relative;
  overflow: hidden;
} 
.packages .card .card-body h3{
font-size: 1.1rem;
font-weight: 400;
font-style: normal;
letter-spacing: 0.5px;
}
.packages .card .card-body h3 a{
text-decoration: none;
}

.packages .card .card-body h3 a:hover{
text-decoration: underline;
}

.packages .card .card-body p{
    font-size: 0.9rem;
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(21, 21, 21, 0.708);
}
.packages .card .card-body h4{
    font-weight: 600;
    font-size: 1.2rem;
}

.packages .card{
    cursor: normal;
}
.packages .card img{
    transition: 0.5s;
    box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.499);
}

.packages .card img:hover{
    transform: scale(1.1);
}

.packages .card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.packages .label-group {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 1); 
  color: #dc3545; 
  padding: 5px 10px;
  font-weight: bold;
  font-size: 0.8rem;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  z-index: 2;
}

.packages .label-group a {
  text-decoration: none;
  color: #ff8400; 
}

.packages .label-deal {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.9); 
  color: #056607;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 0.8rem;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  z-index: 2;
  text-decoration: normal;
}

/*============= Section Services =============*/
.services .card{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.499);
}
.services .card i{
    font-size: 4rem;
    color: #ffa500;
    padding-top: 20px;
}
.services .card .card-body h3{
    font-weight: 600;
}
.services .card .card-body p{
    color: rgba(21, 21, 21, 0.708);
    font-size: .9rem;
}
.services .card .card-body a{
    text-decoration: none;
}

/*============= Section Gallary =============*/
.gallary .card{
    border-radius: 5px;
    cursor: pointer;
}
.gallary .card img{
    border-radius: 5px;
    transition: 0.5s;
    box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.499);
}
.gallary .card img:hover{
    transform: scale(1.1);
}

/*============= About =============*/
.about{
    background: #ffffff;
}
.about .card{
    border-radius: 5px;
}
.about .card img{
    border-radius: 5px;
}
.about h2{
    font-weight: 600;
    letter-spacing: 1PX;
}
.about P{
    font-weight: 200;
}

/*============= FOOTER =============*/
footer{
    background-color: #383838;
}

footer img{
    height: 3.5rem;
    margin: 1.5rem auto;
}
    footer p,
    footer a,
    .socket a{
    color: white;
    text-decoration: none;
}
.social{
    list-style: none;
    display: flex;
    max-width: 16rem;
    margin: 0 auto;
    padding: 0;
}
.social li{
    margin: 0 auto;
    font-size: 2rem;
}
.social a:hover{
    color: #ffa500;
}
  
/*============= MEDIA QUERIES =============*/

 /* Media Query for Mobile Devices */
 @media (max-width: 480px) {
    /* Home Section */
    .navbar-brand img{
        height: 40px;
    }
    .home{
        height: 65vh;
        background-position: 48%;
    }
    .home .container{
        padding-top: 100px;
    }
    .home .container h5{
        font-size: 2rem;
        font-weight: 300;
        letter-spacing: 1px;
    }
    .home .container h1{
        font-size: 1.5rem;
        font-weight: 250;
        margin-top: 15px;
        letter-spacing: 1px;
    }
    .home .container p{
        font-size: .5rem;
        font-weight: 50;
        letter-spacing: 1px;
        margin-top: 20px;
    }
    .home .container a{
        margin-top: 10px;
        font-size: .88rem;
    }

    /* Section Services */
    .services .card i{
        font-size: 3rem;
        padding-top: 15px;
    }
    .services .card .card-body h3{
        font-size: .9rem;
    }
    .services .card .card-body p{
        font-size: .8rem;
    }
    
    .services .card{
        max-width: 170px;
        margin: auto;
    }

    /* About */
    .about P{
        font-size: .8rem;
        font-weight: 150;
    }
    .mob {
        width: 100%;
    }
    
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    .navbar-brand img{
        height: 40px;
    }
    .home{
        height: 70vh;
        background-position: 48%;
    }
    .home .container{
        padding-top: 175px;
    }
    .home .container h5{
        font-size: 2rem;
        font-weight: 300;
        letter-spacing: 1px;
    }
    .home .container h1{
        font-size: 1.5rem;
        font-weight: 250;
        margin-top: 15px;
        letter-spacing: 1px;
    }
    .home .container p{
        font-size: .5rem;
        font-weight: 50;
        letter-spacing: 1px;
        margin-top: 20px;
    }
    .home .container a{
        margin-top: 10px;
        font-size: .88rem;
    }

    /* Section Services */
    .services .card i{
        font-size: 3.2rem;
        padding-top: 15px;
    }
    .services .card .card-body h3{
        font-size: 1.2rem;
    }
    .services .card .card-body p{
    font-size: .9rem;
    }

    .services .card{
        max-width: 260px;
        margin: auto;
    }

    /* About */
    .about P{
        font-size: 1rem;
        font-weight: 150;
    }
    .mob {
        width: 100%;
    }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-brand img{
        height: 40px;
    }
    .home{
        height: 80vh;
        background-position: 48% 0%;
    }
    .home .container h5{
        font-size: 2rem;
        font-weight: 300;
        letter-spacing: 2px;
    }
    .home .container h1{
        font-size: 3.5rem;
        font-weight: 350;
        margin-top: 15px;
        letter-spacing: 2px;
    }
    .home .container p{
        font-size: 1rem;
        font-weight: 50;
        letter-spacing: 1px;
        margin-top: 20px;
    }
    .home .container a{
        margin-top: 10px;
        font-size: 1rem;
    }

    /* Section Services */
    .services .card i{
        font-size: 3.2rem;
        padding-top: 15px;
    }
    .services .card .card-body h3{
        font-size: 1.2rem;
    }
    .services .card .card-body p{
    font-size: .9rem;
    }

    .services .card{
        max-width: 400px;
        margin: auto;
    }

    /* About */
    .about P{
        font-size: .8rem;
        font-weight: 150;
    }

    .about .card img{
        height: 300px;
    }
    
    .navbar-collapse {
        max-height: calc(100vh - 70px); /* kurangi sesuai tinggi navbar */
        overflow-y: auto;
        background-color: #fff; /* pastikan dropdown punya latar belakang */
        padding: 1rem;
    }

}

@media (min-width: 768px) {
  .home .col-md-4 {
    max-height: 400px; 
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  .home .col-12 {
    margin-bottom: 1.5rem;
  }

  .home .list-group {
    max-height: 300px;
    overflow-y: auto;
  }
  .mob {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .custom-section {
        margin-top: 20px;
        padding-top: 10px;
    }
    .next-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        position: relative;
        z-index: 1;
    }
    .mob {
        width: 100%;
    }
}

@media (max-width: 540px) {
    .next-section {
        padding-top: 120px !important;
        padding-bottom: 0 !important;
        position: relative;
        z-index: 1;
    }
    .mob {
        width: 100%;
    }
}

/* Tata ulang kolom saat di layar kecil */
@media (max-width: 768px) {
  .dropdown-menu-columns .row {
    flex-direction: column; 
  }

  .dropdown-menu-columns .col-md-4 {
    width: 100% !important;
    max-width: 100%;
    padding-bottom: 0.5rem;
  }

  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    overflow: visible;
  }

  .navbar-collapse {
    max-height: calc(100vh - 70px); /* kurangi sesuai tinggi navbar */
    overflow-y: auto;
    background-color: #fff; /* pastikan dropdown punya latar belakang */
    padding: 1rem;
  }
  .mob {
        width: 100%;
    }
}

/* menghindari overlap dikanan slider*/
.home {
  position: relative;
  z-index: 2;
  padding-bottom: 2rem;
}

.next-section {
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}

.home .list-group-item.bg-primary {
  font-weight: 600;
}

.home .list-group-item a {
  text-decoration: none;
  color: #0d6efd; 
  border: none;
    outline: none;
    box-shadow: none;
}

.home .list-group-item a:hover {
  text-decoration: underline;
}

/* pagination */
.pagination .page-item .page-link {
    border-radius: 6px;
    margin: 0 1px;
    color: #28a745;
}
.pagination .page-item.active .page-link {
    background-color: #28a745;
    border-color: #28a745;
    color: white;
}
.custom-section {
  margin-top: 70px;
}

/* breadcrumb */
.breadcrumb {
  background-color: #f8f9fa; 
  font-size: 0.9rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›"; 
  color: #6c757d;
}

.breadcrumb a {
  text-decoration: none;
  color: #0d6efd; 
}

.breadcrumb a:hover {
  text-decoration: underline;
  font-weight: bold;
}
.breadcrumb-item.active {
  font-weight: bold;
  color: #073868; 
}

/* gallery */
.gallery-thumb {
  width: 100% !important;
  height: auto;
  display: block;
  border-radius: 6px;
  transition: transform 0.3s ease;
  height: 150px;
  object-fit: cover;
}

.gallery-thumb:hover {
  transform: scale(1.06);
}

.img-original-size {
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  display: inline-block;
}

/* scroll services*/
.swiper-button-next,
.swiper-button-prev {
   top: 80px !important; 
  transform: translateY(0);
  color: #333;
}
.swiper-slide .card {
  width: 100%;
}