* {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 15px;
}

html{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
}

.layar-dalam {
    width: 1000px;
    margin: auto;
}

.layar-penuh{
    width: 100%;
}

nav{
    z-index: 100;
    color: #fff;
    text-align: center;
    position: fixed;
    border-bottom: 1px solid #b1b1b1;
    line-height: 60px;
    width: 100%;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

nav.putih{
    background-color: #fff;
}
nav .logo{
    float:left;
    position: relative;
    line-height: 55px;
    text-align: center;
}

nav .logo img{
    vertical-align: middle;
    width: 120px;
    transition: opacity 0.3s ease;
}

nav .menu{
    float: right;
    height: 60px;
    max-width: 600px;
}

nav .menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}
nav .menu ul.active {
        display: flex;
    }

nav .menu ul li{
    list-style-type: none;
    float: left;
    line-height: 60px;
}

nav ul li a{
    color: #fff;
    text-align: center;
    padding: 0px 16px 0px 16px;
    text-decoration: none;
}

nav ul li a:hover{
    text-decoration: underline;
}

header{
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

header video{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -2;
}

header .intro{
    z-index: 100;
    color: #fff;
    text-align: center;
    position: relative;
    top: 50%;
}

header .intro h3{
    font-size: 50px;
    margin: 0;
    padding: 0;
}

.tombol{
    background-color: #7bb9ff;
    height: 40px;
    line-height: 42px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0px 20px 0px 20px;
    font-size: 15px;
    border-radius: 4px;
}

header .overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 50%;
    z-index: -1;
}
.tombol-menu{
    position: absolute;
    top: 1.7rem;
    right: 1rem;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
}

.tombol-menu .garis{
    height: 3px;
    background-color: #fff;
}

section{
   padding: 50px 0px 50px 0px;

}

section h3{
    font-size: 30px;
}

section h3::after{
    content: "";
    border-bottom: 5px solid #56c4ff;
    width: 52px;
    display: block;
    margin: 20px auto;
}

#aboutus{
    text-align: center;
}
section p.ringkasan{
    text-align: center;
    font-style: italic;
    font-size: 18px;
    color: #ababab;
}

section .konten-isi p{
    font-style: normal;
}

nav.putih {
    background-color: #f5f6f6;
}

nav.putih .tombol-menu .garis{
    background-color: #333;
}

nav .logo img.hijau{
    display: none;
}

nav.putih .logo img.putih {
    display: none;
}

nav.putih .logo img.hijau {
    display: inline;
}

nav.putih ul li a{
    color: #333;
}

section.abu-abu{
    background-color: #f5f6f6;
}

#service > h3{
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
}

.service{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.service h6{
     margin: 0px;
     margin-top: 20px;
     padding: 0px;
     font-size: 18px;
     font-weight: bold;
}

.service img{
    width: 50px; 
}

.service div{
    text-align: center;
    width: 26%;
}

.footer {
    background-color: #2e5363;
    color: #fff;
    padding: 60px 20px;
    font-family: Arial, sans-serif;
}
  
.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}
  
.footer-section {
    flex: 1 1 20px;
    margin: 20px;
}
  
.footer-section h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}
  
.footer-section .brand-bold {
    font-weight: bold;
}
  
.footer-section p {
    font-size: 14px;
    line-height: 1.6;
    color: #ccc;
}
  
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
  
.footer-links li {
    color: #ccc;
    margin-bottom: 8px;
    font-size: 14px;
}
  
.social-icons img {
    width: 32px;
    margin-right: 16px;
    margin-top: 10px;
    transition: transform 0.3s ease;
    cursor: pointer;
}
  
.social-icons img:hover {
    transform: scale(1.2);
}
  
.payment-methods img {
    height: 36px;
    margin-right: 16px;
    margin-top: 10px;
}
  
.footer-section .copyright {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
}

@media screen and (max-width: 500px) {
    p {
      font-size: 0.9rem;
      line-height: 1.5;
    }
  }
  
@media screen and (max-width: 600px) {
    .background-contact,
    .background-destination {
      object-position: center top; 
    }
}
  
@media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    .footer-section {
      margin-bottom: 30px;
    }
  
    .social-icons,
    .payment-methods {
      justify-content: center;
    }
}
@media screen and (max-width:991.98px) {
    .layar-dalam{
        width: 90%;
    }
    nav .menu ul {
        display: none;
    }
    .tombol-menu{
        display: flex;
    }
}

@media screen and (max-width: 991.98px) {
    nav .menu ul {
        display: none;
        flex-direction: column;
        background-color: #fff;
        position: absolute;
        top: 60px;
        right: 0;
        width: 200px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2);
        z-index: 999;
    }

    nav .menu ul.active {
        display: flex;
    }

    nav ul li a {
        color: #333;
        padding: 10px;
        text-align: left;
        border-bottom: 1px solid #ccc;
    }
}

@media screen and (max-width: 768px) {
    #menu-list {
      display: none;
      flex-direction: column;
    }
    #menu-list.active {
      display: flex;
    }
  }
  