body{
  font-family: "Montserrat", sans-serif;
  background-image: url('../img/tripa45/index.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 700px;
}

.slider h3,
.slider h5,
.clients h3 {
 text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* INDEX */
.index{
 min-height: 100vh;
 display: flex;
 align-items: center;
 flex-direction: column;
 text-align: center;
 color: #fff;

}
.index .logo{
 display: flex;
 align-items: center;
 justify-content: center;
 margin-bottom: 30px;
}
.index .logo .logo45{
  width: 7.5rem;
  height: 5rem;
  margin-right: 10px;
  
}
.index .logo .logotripa{
  width: 15rem;
  height: 7rem;
  margin-left: 10px;
 
}
.index .depan{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
font-size: 1.1rem;
 
}
.index .depan .jadwal{
  margin-top: 10px;
}

.index .depan .tempat{
  margin-top: 10px;
  background-color: #e26600;
  width: 25rem;
  height: 4rem;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.index .depan a{
  background-color: #e26600;
  width: 7rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 30px;
  margin-top: 8rem;
}
.index .depan a:hover{
  background-color: rgb(187, 50, 0);
}

/* MENU */
.halaman1{
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
 }
 .halaman1 .logo{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
 }
 .halaman1 .logo .logo45{
  width: 7.5rem;
  height: 5rem;
  margin-right: 10px;
   
 }
 .halaman1 .logo .logotripa{
  width: 15rem;
  height: 7rem;
  margin-left: 10px;
 }
 .halaman1 .tombol{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
 }
 .halaman1 .tombol .btn-menu{
  margin: 20px 0;
  width: 25rem;
  height: 2rem;
  border-radius: 30px;
  background-color: #e26600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .halaman1 .tombol .btn-menu:hover{
  background-color:rgb(187, 50, 0);
 }
 .halaman1 .tombol .btn-confirm{
  background-color: #e26600;
  width: 25rem;
  color: #fff;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin-top: 10px;
 }
 .halaman1 .tombol .confirm:hover{
  background-color: rgb(187, 50, 0);
 }
/* GREETINGS */
.greetings{
  background-image: url('../img/tripa45/bg-menu.png');
  background-position: center;
  background-size: 550px;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
 }
 .greetings img{
 
  width: 24.5rem;
  height: 26rem;
 }
 .greetings .logo{
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .greetings .logo .logo45{
  width: 7.5rem;
  height: 5rem;
  margin-right: 10px;
   
 }
 .greetings .logo .logotripa{
  width: 15rem;
  height: 7rem;
  margin-left: 10px;
  
 }
 .greetings a{
  background-color: #e26600;
  width: 7rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 30px;
 
}
.greetings a:hover{
  background-color: rgb(187, 50, 0);
}
/* SCHEDULE */
.schedule{
  background-image: url('../img/tripa45/bg-schedule.png');
  background-position: center;
  background-size: 550px;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
 }
 .schedule .jadwal img{
  width: 23rem;
  height: 20rem;
 }
.schedule .map{
 display: inline-block;
 margin-top: -2rem;
 padding: 0;
}
 .schedule .map img{
  width: 11rem;
  height: 6rem;
  margin-right: 1.5rem;
 }
 .schedule .map .peta img{
  width: 6rem;
  height: 6rem;
  margin-left: 1.5rem;
 }
 
 .schedule .logo{
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .schedule .logo .logo45{
  width: 7.5rem;
  height: 5rem;
  margin-right: 10px;
   
 }
 .schedule .logo .logotripa{
  width: 15rem;
  height: 7rem;
  margin-left: 10px;
 }
 .schedule .btn{
  background-color: #e26600;
  width: 7rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 30px;
 
}
.schedule .btn:hover{
  background-color: rgb(187, 50, 0);
}

/* GALLERY */
.gallery{
  background-image: url('../img/tripa45/bg-menu.png');
  background-position: center;
  background-size: 850px;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
 }

 
 .gallery .logo{
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .gallery .logo .logo45{
  width: 7.5rem;
  height: 5rem;
  margin-right: 10px;
   
 }
 .gallery .logo .logotripa{
  width: 15rem;
  height: 7rem;
  margin-left: 10px;
  
 }
 .gallery .foto {

  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Menampilkan 2 gambar per baris */
  gap: 10px; /* Jarak antara gambar */
  margin-top: 20px;
}

.gallery .foto a {
  text-decoration: none;
  display: flex;
  justify-content: center; /* Rata tengah secara horizontal */
  align-items: center; /* Rata tengah secara vertikal */
  border: 10px solid #e26600;
  border-radius: 10px;
}

.gallery .foto img {
  width: 12rem; /* Gambar akan memiliki lebar 100% dari kolom grid */
  height: 6.5rem; /* Mempertahankan rasio aspek gambar */
}
 .gallery .video{
  margin: 20px;
  width: 20rem;
  height: 11.5rem;
  border: 5px solid #e26600;
  border-radius: 10px;
 }
 .gallery .btn{
  background-color: #e26600;
  width: 7rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 30px;
  margin-bottom: 30px;
 
}
.gallery .btn:hover{
  background-color: rgb(187, 50, 0);
}
 /* KONFIRMASI */
 .konfirmasi{
  background-image: url('../img/tripa45/bg-menu.png');
  background-position: center;
  background-size: 550px;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
 }
 .konfirmasi label{
  font-size: 1rem;
  text-shadow: 1px black;
  color: white;
 }
 .konfirmasi .form{
  display: flex;
  justify-content: center;
  align-items:center;
  flex-direction: column;
  width: 25rem;
 }
 .konfirmasi .form .btn{
  background-color: #e26600;
  color: #fff;
  width: 8rem;
  border-radius: 30px;
 }
 .konfirmasi .form .form-group{
  margin: 10px;
 }
 .konfirmasi .form .form-group .form-control{
  background-color: #e26600;
  color: #fff;
 }
 .konfirmasi .logo{
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .konfirmasi .logo .logo45{
  width: 7.5rem;
  height: 5rem;
  margin-right: 10px;
   
 }
 .konfirmasi .logo .logotripa{
  width: 15rem;
  height: 7rem;
  margin-left: 10px;
 }
 /* DOWNLOAD E-TICKET */

 .download{
  background-image: url('../img/tripa45/bg-menu.png');
  background-position: center;
  background-size: 550px;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
 }
 .download .logo{
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .download .logo .logo45{
  width: 7.5rem;
  height: 5rem;
  margin-right: 10px;
   
 }
 .download .logo .logotripa{
  width: 15rem;
  height: 7rem;
  margin-left: 10px;
  
 }
 .download .tiket h4{
  color: #fff;
  text-align: center;
 }
 .download .tiket img{
  width: 18rem;
  height: 25rem;
 }

 .download .btn{
  background-color: #e26600;
  width: 7rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.7rem;
  border-radius: 30px;
  margin-bottom: 30px;
 
}
.download .btn:hover{
  background-color: rgb(187, 50, 0);
}
 .halaman3{
  background-image: url('../img/mazda/4L.png') ;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: grey;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 1.5rem;
  text-shadow: 1px silver;
 }

 .halaman3 .tombol{
  margin-top: 20px;
 }
.halaman3 .tombol a{
  background-color: rgb(82, 82, 82);
}


footer {
 padding: 5px;
}
.form {
 padding-bottom: 140px;
}
.map{
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 

}

.map span{
 margin-top: 30px;
 font-size: 20px;
}
.map img{
 margin-top: 50px;
}
.ucapan{
 display: flex;
 justify-content: center;
 align-items: center;
}

@media (max-width: 576px) {
 body{
  background-size: cover;
 }
 /* INDEX */
.index{
  font-size: 80%;
}
.index .logo{
  margin: 1.5rem;
}
.index .logo .logo45{
  width: 30%;
  height: 30%;
}
.index .logo .logotripa{
  width: 60%;
  height: 60%;
}
.index .depan{
  margin-top: 2rem;
  font-size:1.4rem
}
.index .depan .tempat{
  width: 80%;
  height: 75%;
}
.index .depan a{
  margin-top: 14.5rem;
}
/* MENU */

.halaman1 .logo{
  margin: 1.5rem 0;
}
.halaman1 .logo .logo45{
  width: 30%;
  height: 30%;
}
.halaman1 .logo .logotripa{
  width: 60%;
  height: 60%;
}
.halaman1 .tombol{

  margin-top: 30px;
}
.halaman1 .tombol .btn-menu{
  margin: 10px;
  width: 95%;
}
.halaman1 .tombol .btn-confirm{
  width: 95%;
}
/* GREETINGS */
.greetings .logo{
  margin-top: 2rem;
}
.greetings .logo .logo45{
  width: 30%;
  height: 30%;
}
.greetings .logo .logotripa{
  width: 60%;
  height: 60%;
}
.greetings{
  background-size: cover;
}
.greetings img{
  width: 90%;
  height: 90%;
  margin: 20px 0;

}
/* SCHEDULE */
.schedule .logo{
  margin-top:3rem;
  margin-bottom:1.5rem;
}
.schedule .logo .logo45{
  width: 30%;
  height: 30%;
}
.schedule .logo .logotripa{
  width: 60%;
  height: 60%;
}
.schedule{
  background-size: cover;
}
.schedule .jadwal img{
  width: 23rem;
  height: 20rem;
}
/* GALLERY */
.gallery{
  background-size: cover;
}
/* KONFIRMASI */
.konfirmasi{
  background-size: cover;
}
.konfirmasi .form{
  width: 95%;
}

/* DOWNLOAD E-TICKET */
.download{
  background-size: cover;
}
.download .tiket img{
  width: 150%;
  height: 150%;
}

}