/* Font  */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
}
/* Menu */

section.banner .col-md-7 {
  text-align: center;
}
ul#menu-menu-atas {
  padding: 6px 0;
  margin-bottom: 0;
}
ul#menu-menu-atas li {
  display: inline-block;
  margin-right: 24px;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
}

ul#menu-menu-atas li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
#menu-menu-atas li:hover .sub-menu {
  display: block;
}
.sub-menu {
  position: absolute;
  padding: 0;
  background: white;
  display: none;
}
.sub-menu li {
  display: block !important;
  text-align: left;
  padding-top: 15px !important;
  margin-right: 0 !important;
  padding: 15px;
  border-bottom: 1px solid rgb(51 63 54 / 17%);
}
.sub-menu li:last-child {
  margin-bottom: 0;
}
.sub-menu li a {
  color: black !important;
}
.current-menu-item:after {
  content: "";
  height: 3px;
  background: white;
  width: 35px;
  display: block;
  margin: 0 auto;
}
.current-menu-item a {
  font-weight: 600 !important;
}
#menu-menu-mobile a{
  text-decoration: none;
}
#menu-menu-mobile .current-menu-item:after{
  margin: 0 20pt;
}
#menu-menu-mobile .sub-menu {
  position: relative;
  background: transparent;
}

#menu-menu-mobile .sub-menu a {
  color: white !important;
  padding-left: 40pt !important;
}
#menu-menu-mobile .sub-menu .current-menu-item:after{
    padding-left: 40pt !important;
}
#menu-menu-mobile .sub-menu li{
  padding-top: 0 !important; 
}
/* Banner */

.banner {
  background-size: cover;
  background-position: center;
}
.banner .col-md-2 button {
  display: inline-flex;
  border-radius: 50px;
  background: #fff;
  padding: 10px 24px;
  border: none;
  font-weight: 600;
  margin: 20px 0;
  color: black;
}

.banner .row .top {
  flex-direction: column;
  align-items: center;
  padding-top: 135px;
}
.banner .row .top h1 {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.banner .row .top p {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
div.btna {
  text-align: center;
  margin-top: 40px;
}
.btna button {
  margin: 0 12px;
}
button.btn-1 {
  border-radius: 50px;
  background: #fff;
  padding: 17px 24px;
  align-items: center;
  border: none;
}
button.btn-1 h6 {
  color: #000 !important;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  margin-bottom: 0;
}
button.btn-2 {
  padding: 14px 24px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(20px);
  border: none;
  align-content: center;
  justify-content: center;
  gap: 10px;
}
button.btn-2 svg {
  display: inline-block;
  margin-right: 10px;
}
button.btn-2 h6 {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  display: inline-block;
}
.text-bottom {
  display: inline-flex;
  align-items: flex-start;
  gap: 20px;
  margin: 243px 0 15px;
}
.text-bottom h1 {
  color: #fff;
  font-family: Montserrat;
  font-size: 47px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.text-bottom h4 {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* Title other */
.title-other-page {
  color: #fff;
  font-family: Montserrat;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* Breadcrumb */
a[property="item"].home {
  color: white;
  text-decoration: none;
}
span[property="itemListElement"]:last-child {
  padding: 6px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  align-items: center;
}
span[property="itemListElement"] a {
  color: white;
  text-decoration: none;
}
/* Teks Berjalan */
.marquee-text {
  padding: 8px 0px;
  justify-content: flex-end;
  align-items: center;
  background: #333f36;
}
.marquee-text marquee h4 {
  color: #fff;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 5px;
}
.no-gutters {
  --bs-gutter-x: 0;
}

/* About Home */

@media (max-width: 768px) {
  .back {
    background-image: none !important;
  }
  .content {
    padding: 0px !important;
  }
  .pic img {
    width: 100% !important;
  }
}

.back {
  background-image: url("https://globalbalitour.alamaya.asia/wp-content/uploads/2023/08/image-4.png"),
    url("https://globalbalitour.alamaya.asia/wp-content/uploads/2023/08/image-5.png");
  background-position: left, right;
  background-repeat: no-repeat, no-repeat;
  background-size: 21%;
  padding-top: 80px;
}
.who h1 {
  color: #000;
  font-family: "montserrat";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sub {
  padding-bottom: 32px;
}

.pic img {
  width: 100%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.content {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 20px 0;
  text-align: justify;
}

.a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.a button {
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #f3f3f3;
  border: none;
}

.a button a {
  color: #000;
  text-decoration: none;
  text-align: justify;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

.a img {
  width: 20px;
  height: 20px;
}

/* Destination */
.destination {
  padding-top: 80px;
  padding-bottom: 80px;
}
.destination .container .word {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.destination .p1 {
  color: #5a695e;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}

.destination h1 {
  color: #000;
  text-align: center;
  font-family: "Montserrat";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 16px 0;
}

.destination .p2 {
  color: #999;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.destination .tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 40px 0 0 0;
  margin-bottom: 30px;
}

.destination .tab-inner {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.destination .tab-inner button {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: none;
  background: #f3f3f3;
}

.destination .tab-inner button {
  text-decoration: none;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.destination .tab-inner button:hover {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #ffc53e;
  transition: 0.4s;
  font-weight: 700;
}

.destination .tablinks.active {
  background: #ffc53e;
  font-weight: 700;
}

.packages .tabcontent {
  margin: 0 35px;
}
.col-md-3.background-price {
  padding-bottom: 30px;
}
.packages .background {
  border-radius: 24px;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.05) 33.95%,
      rgba(0, 0, 0, 0) 66.19%,
      rgba(0, 0, 0, 0.48) 100%
    ),
    url(<path-to-image>),
    lightgray 50% / cover no-repeat url(../gbt/img/image-1.jpeg);
  background-size: cover;
  background-position: center;
}

.packages .text-background {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  background: rgb(0 0 0 / 46%);
  border-radius: 24px;
}

.packages .text {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.packages .text img {
  width: 16px;
  height: 16px;
  color: #ffffff;
}

.packages .text .text-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
  color: #ffffff;
}

.packages .text .word-1 {
  color: #fff;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.packages .text .word-2 {
  color: #fff;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

p {
  margin: 0;
}

.packages .text-2 {
  margin-top: 219px;
}

.packages .text-2 .text-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.packages .text-2 .word-1 {
  color: #fff;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.packages .text-2 .word-2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.packages .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 11px;
}

.packages .price .price-word p span {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.packages .price .price-word p {
  color: #000;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.packages .price button {
  display: flex;
  padding: 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #333f36;
  background: #fff;
}

.packages .price button a {
  text-decoration: none;
  color: #333f36;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 1200px) {
  .packages .col-md-3 {
    width: 50%;
  }
}

@media (max-width: 700px) {
  .packages .col-md-3 {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .destination h1 {
    font-size: 32px;
  }

  .destination .p2 {
    margin: 0 15px;
    text-align: center;
  }

  .destination .tab-inner button {
    font-size: 11px;
  }
}

/* Rental Banner */
.rental-home {
  background-image: url(https://globalbalitour.alamaya.asia/wp-content/uploads/2023/08/Rectangle-16.png);
  background-position: center;
  background-size: cover;
  height: 400px;
}
.gradasi {
  background: linear-gradient(
    90deg,
    transparent 30%,
    rgb(255 255 255 / 90%) 95%
  );
  padding: 80px 0px;
}
.rental-home h6 {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.rental-home h1 {
  color: #fff;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.rental-home span {
  color: #ffc53e;
  font-style: italic;
}
.rental-home p {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.box1 {
  border-radius: 24px;
  background: url(images/image\ 3.png);
  background-position: center;
  width: 100%;
  height: 250px;
  background-size: contain;
  margin-right: 12px;
  background-repeat: no-repeat;
}
.box1 img {
  width: 130px;
}
.box1 h3 {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.box1 .btn-banner {
  border-radius: 50px;
  background: #ffc53e;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 14px 24px;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.box2 {
  border-radius: 24px;
  background: url(images/image\ 3.png);
  background-position: center;
  width: 100%;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
}
.box2 img {
  width: 130px;
}
.box2 h3 {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.box2 .btn-banner {
  border-radius: 50px;
  background: #ffc53e;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 14px 24px;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.rent {
  align-items: center;
  justify-content: center;
}
@media (max-width: 800px) {
  .rental-home {
    height: 660px;
    padding: 80px 0;
  }

  .rental-home h1 {
    text-align: center;
  }
  .rental-home h6 {
    text-align: center;
  }
  .rental-home p {
    text-align: center;
  }

  .box1 {
    background-position: center;
    width: 285px;
    height: 205px;
    background-size: cover;
    padding: 5px 0;
  }

  .box1 img,
  .box2 img {
    width: 65px;
  }

  .box2 {
    background-position: center;
    width: 285px;
    height: 205px;
    background-size: cover;
    padding: 5px 0;
  }
}

/* Tickets Home */
* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Montserrat", sans-serif !important;
}

.tickets-home {
  padding-top: 120px;
  padding-bottom: 240px;
  background-image: url("https://globalbalitour.alamaya.asia/wp-content/uploads/2023/08/image-4.png"),
    url("https://globalbalitour.alamaya.asia/wp-content/uploads/2023/08/image-5.png");
  background-position: left, right;
  background-repeat: no-repeat, no-repeat;
  background-size: 21%;
}

.tickets-home .top h6 {
  color: #5a695e;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
.tickets-home .top h1 {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tickets-home .top p {
  text-align: center;
  color: #999;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tickets-home .card {
  height: 250px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.16);
  margin-right: 14px;
}

.tickets-home .image {
  background-position: center;
  height: 196px;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.tickets-home .bot-card {
  width: 100%;
  background: white;
  display: flex;
  padding: 15px;
  border-radius: 0 0 20px 20px;
}

.tickets-home .bot-card div {
  width: 50%;
}
.tickets-home .bot-card div:nth-child(2) {
  text-align: right;
}
.tickets-home .bot-card h4 {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 11.5px;
}

.tickets-home .bot-card .btn-tickets {
  border-radius: 50px;
  background: #ffc53e;
  border: none;
  padding: 14px 24px;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.mid {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.icon {
  position: absolute;
  left: 0;
  top: 0;
}
.icon img {
  width: 278px;
}

.icon2 {
  position: absolute;
  right: 0;
  top: 0;
}
.icon2 img {
  width: 278px;
}



/* Car Rental */
@media (max-width: 800px) {


  .disc-box {
    width: 100%;
  }

  .car-img {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .car-box {
    margin-bottom: 20px;
    height: auto;
  }

  .card-body {
    padding: 15px !important;
  }

  .car-seat {
    top: 16px;
    right: 16px;
    width: auto;
    padding: 6px 8px;
  }

  .car-seat p {
    font-size: 10px;
  }

  .motor-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .motor-img {
    padding-left: 10px !important;
  }

  .motor-text {
    font-size: 20px !important;
    margin-right: 0 !important;
  }

  .motor-link {
    margin-right: 10px !important;
    float: none;
    border-radius: 50px;
  }

  .motor-link a {
    font-size: 14px !important;
  }
}

/* css */

* {
  margin: 0;
  padding: 0;
}

/*disclaimer start*/
.car-rental {
  padding-top: 80px;
}
.disclaimer {
  margin-bottom: 80px;
  border: 1px solid #efa803;
  background: rgba(239, 168, 3, 0.1);
}

.disclaimer-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px;
}

.disclaimer-box > h4 {
  font-weight: bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Montserrat";
}

.disclaimer-box > p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  font-family: "Montserrat";
}

/*disclaimer end*/
/*bagian kiri start*/

.custom-card {
  border-right: 1.5px solid #eee;
  margin-bottom: 24px;
}

.brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.brand > h4 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}

.disc-box {
  width: 100%;
  padding: 2px;
  border-bottom: 2px solid #eee;
  background: #fff;
}

.disc-text {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

/*bagian kiri end*/
/*bagian kanan start*/

.car-img {
  height: 210px;
  border-radius: 16px;
  padding: 8px 8px 0px 8px;
  width: 100%;
}

.card {
  border-radius: 24px !important;
}

.car-box {
  margin-bottom: 20px;
  height: 430px;
  border: 1px solid #eeeeee;
}

.card-body {
  padding: 9px 18px 9px !important;
}

.card-title {
  border-bottom: 1.5px solid #eee;
  padding: 10px 0;
}

.card-title h5 {
  margin: 0;
  color: #000;
  /* font-family: Montserrat; */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.card-title p {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card-text p {
  margin: 0;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.mb-3.d-flex {
  justify-content: space-between;
}

.mb-3.d-flex h3 {
  padding-left: 20px;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.mb-3.d-flex h3 span {
  color: #000;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 5px;
}

.button {
  display: flex;
  padding: 7px 12px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #333f36;
  background: #fff;
}

.mb-3.d-flex .button-book {
  display: flex;
  margin-right: 18px;
  padding: 5px 12px !important;
  justify-content: center !important;
  align-items: center;
  border-radius: 10px !important;
  border: 1px solid !important;
  background: #fff;
  color: black
}

.mb-3.d-flex .button-book p {
  color: #333f36;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0 !important;
}

.car-seat {
  position: absolute;
  top: 8px;
  right: 16px;
  width: auto;
  height: 30px;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  background: #ffc53e;
  margin-top: 10px;
}

.car-seat p {
  color: #333f36;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 0;
}

.motor-box {
  float: left;
  margin-top: 90px;
  margin-bottom: 90px;
  display: flex;
  width: 100%;
  height: 90px;
  justify-content: space-between;
  align-items: center;
  border-radius: 24px;
  border: 1px solid #999;
  background: #fff;
  box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.16);
}

.motor-text {
  /*margin-right: 250px;*/
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.motor-link {
  text-align: center;
  padding: 14px 24px;
  border-radius: 50px;
  background: #ffc53e;
}

.motor-link a {
  text-decoration: none;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* About Us */
section.papapia {
  padding-top: 80px;
}
.sb {
  color: #777;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-top: 12px;
  /* 150% */
}

.tr {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 16px;
}

.rec img {
  width: 25%;
  height: 40%;
}

.rec {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 7%;
}

.we {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.why {
  color: #5a695e;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.head {
  color: #000;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sub1 {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: justify;
  padding-top: 2%;
}

.sub2 {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-top: 3%;
  padding-right: 2%;
  text-align: justify;
}

.sub2 b {
  color: #000;
  text-align: justify;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26 px;
  /* 150% */
}


.ca {
  position: relative;
  padding-top: 0%;
}

.ca a {
  text-decoration: none;
}

.ca img {
  width: 100%;
  height: 100%;
}

.middle-left-button,
.middle-right-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: white;
  border: none;
  padding: 10px;
  font-size: 16px;
}

.middle-left-button {
  left: -24px;
  border-radius: 30px;
  background: #ffc53e;
  width: 52px;
  height: 52px;
}

.middle-right-button {
  right: -24px;
  border-radius: 30px;
  background: #ffc53e;
  width: 52px;
  height: 52px;
}

.content1 {
  color: #000;
  text-align: justify;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-align: justify;
  padding-top: 3%;
  padding-left: 2%;
}

@media (max-width: 1400px) {
  .ca img {
    padding-top: 2%;
  }

  .sub2 {
    font-size: 13px;
    line-height: 21px;
  }

  .content1 {
    font-size: 13px;
    line-height: 21px;
  }
}

@media (max-width: 1198px) {
  .ca img {
    padding-top: 3%;
  }

  .sub2 {
    font-size: 12px;
    line-height: 16px;
  }

  .content1 {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .ca {
    padding-top: 9%;
  }
  .sav {
    width: 48.3%;
  }
}
@media (max-width: 764px) {
  .sav {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .head {
    font-size: 40px;
  }
}
/* Contact */
.contact {
  padding-top: 80px;
  padding-bottom: 105px;
}


.contact .left-card {
  width: 100%;
  height: auto;
  border-radius: 24px;
  background: #f5f5f5;
  box-shadow: 0px 140px 200px -110px rgba(0, 0, 0, 0.25);
}

.contact .left-card-content {
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  padding: 60px 50px;
}

.contact .left-card-text {
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.contact .left-card-title {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  text-transform: none;
}

.contact .left-card-title h1 {
  color: #000;
  font-family: Montserrat;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.contact .left-card-title h1 span {
  color: #333f36;
  font-family: Montserrat;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact .left-card-title h6 {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  margin-bottom: 0;
}
.left-card-form{
  width: 100%;
  margin-bottom: 20px;
}
.contact .left-card-form form {
  width: 100%;
}

.contact .left-card-form form input {
  width: 100%;
  height: 50px;
  padding: 12px 20px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background: #f5f5f5;
  margin-bottom: 20px;
}

.contact .left-card-form form textarea {
  width: 100%;
  height: 73px;
  padding: 12px 20px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background: #f5f5f5;
}

.contact .left-card-button {
  width: 100%;
}

.left-card-button .first-button button {
  border: none;
  width: 100%;
  height: 50px;
  padding: 12px 24px;
  border-radius: 10px;
  background: #333f36;
}

.left-card-button .first-button button a {
  text-decoration: none;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.contact .left-card-button .separator {
  padding: 20px 0;
}

.contact .left-card-button .separator p {
  color: #999;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
}

.contact .left-card-button .second-button button {
  border: none;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #64b161;
}

.contact .left-card-button .second-button button a {
  text-decoration: none;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.contact .left-card-button .second-button button img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.contact .left-card-button .first-button,
.contact .left-card-button .second-button {
  width: 100%;
}

.contact .right-card {
  margin-left: 28px;
}

.contact .right-card .map-area {
  height: 727px;
  border-radius: 24px;
  border: 1px solid #333f36;
  background: url(<path-to-image>), lightgray 50% / cover no-repeat;
  box-shadow: 0px 22px 62px -20px rgba(0, 0, 0, 0.25);
}

.contact .right-card .map-area iframe {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.contact .left-card-button .separator p:before {
  content: "";
  background: #c1c1c1;
  height: 2px;
  display: inline-block;
  padding: 10p;
  margin-bottom: 4px;
  margin-right: 10px;
  width: 100px;
}
.contact .left-card-button .separator p:after {
  content: "";
  background: #c1c1c1;
  height: 2px;
  width: 100px;
  display: inline-block;
  padding: 10p;
  margin-bottom: 4px;
  margin-left: 10px;
}
.contact .left-card-button .separator p:before, .contact .left-card-button .separator p:after{
  width: 210px;
}
@media (max-width: 1400px) {
  .contact .left-card-button {
    align-items: flex-start;
  }

  .contact .left-card-button .separator img {
    width: 200px;
  }
}

@media (max-width: 1200px) {

  .contact .left-card-button .separator img {
    width: 150px;
  }
}

@media (max-width: 992px) {
  .contact .left-card-title h1,
  .contact .left-card-title h1 span {
    font-size: 45px;
  }

  .contact .left-card-button .separator img {
    width: 90px;
  }

  .contact .right-card {
    margin-left: 0;
  }

}

@media (max-width: 769px) {

  .contact .left-card-title h1,
  .contact .left-card-title h1 span {
    font-size: 50px;
  }

  .contact .left-card-button .separator img {
    width: 163px;
  }


  .contact .right-card .map-area {
    margin-top: 120px;
  }
  .contact .left-card-button .separator p:before, .contact .left-card-button .separator p:after{
    width: 100px;
  }
}

/* Tickets */
.title {
  padding-top: 80px;
}
section.tickets {
  margin-bottom: 90px;
}
.btn-buttom .btn button {
  display: none;
}
.title .container {
  padding-right: 0;
}
.title .outer {
  display: flex;
  width: 1200px;
  justify-content: space-between;
  align-items: center;
}

.top-text {
  margin-bottom: 30px;
}

.top-text h1 {
  color: #000;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.title .top-text p {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}
.tickets .title {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}
.btn button {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #fafafa;
  border: none;
}

.btn button a {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

/*.card{
  border:none;
}*/
.card1 {
  border-radius: 24px;
  border: 1px solid #eee;
  background: #fff;
  padding: 8px;
}
.card1 .image {
  border-radius: 16px;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 190px;
}
.card1 .date {
  border-radius: 10px;
  background: #ffc53e;
  display: inline-flex;
  padding: 7px 10px;
  justify-content: flex-end;
  align-items: center;
  float: right;
  margin: 10px;
}
.card1 .date p {
  color: #333f36;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.card1 .card-text {
  margin: 12px;
}
.card1 .card-text h6 {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.card1 .card-text p {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.card1 .card-text .text {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.card1 .card-text .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card1 .card-text .price .idr {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.card1 .card-text .price .idr p {
  margin-bottom: 0;
}
.card1 .card-text .price .idr span {
  color: #000;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.card1 .card-text .price button {
  border-radius: 10px;
  border: 1px solid #333f36;
  background: #fff;
  display: flex;
  padding: 7px 12px;
  justify-content: center;
  align-items: center;
}
.card1 .card-text .price button a {
  text-decoration: none;
  color: #333f36;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 800px) {
  .btn button {
    display: none;
  }

  .tickets .card {
    margin-top: 20px;
  }

  .btn-buttom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
  }

  .btn-buttom .btn button {
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: #fafafa;
    border: none;
  }

  .btn-buttom .btn button a {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
  }
}

/* Footer */
@media (max-width: 800px) {
  .contact-text p {
    font-size: 22px !important;
  }

  .contact-text span {
    font-size: 18px !important;
  }
  .s2 {
    padding-left: 0 !important;
  }

  .copyright-border p {
    align-items: center !important;
  }
}

@media (max-width: 995px) {
  .s2 {
    padding-left: 0 !important;
  }

  .content {
    text-align: center;
  }
}

.s1 {
  text-align: center;
}

.s2 {
  padding-left: 100px;
}

.copyright-border {
  border-top: 1px solid;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
  margin-top: 40px;
}

.copyright-border p {
  color: #000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 40px;
}

.footer {
  background-color: var(--dark-color);
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.footer-top {
  background-image: url("https://globalbalitour.alamaya.asia/wp-content/uploads/2023/08/footer.png");
  background-repeat: no-repeat;
  margin-bottom: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
  background-size: cover;
}

.contact-text p {
  color: #fff;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact-text span {
  color: #ffc53e;
  font-family: Montserrat;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
}

.contact-box button {
  float: right;
  display: flex;
  padding: 14px 24px;
  align-items: center;
  border-radius: 50px;
  background: #ffc53e;
  border: none;
}

.contact-box a {
  text-decoration: none;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footer-body {
  margin-bottom: 70px;
}

.footer h1 {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  padding-bottom: 20px;
}

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

.footer ul li {
  margin-bottom: 12px;
}

.footer ul li a {
  text-decoration: none;
  color: #999;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.logo-text {
  color: #999;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: 12px;
  margin-bottom: 40px;
}

.sosmed li {
  display: inline-flex;
  margin-right: 10px;
}
