.section9 {
    padding: 50px 15% !important;
    background-color: white;
    min-height: 50vh;
}

.section9 h1 {
    font-size: 3vw;
}


.section9 .container {
    width: 98%;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .section9 h1, h2, p {
    margin: 0;
    padding: 0;
  }
  .section9 h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
  }
  .section9 .section {
    margin-bottom: 30px;
  }
  .section9 .section h2 {
    color: #333;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }


  .gallery .image-container {
    column-count: 3;
    column-gap: 8px;
    width: 100%;
    margin: auto;
}

.image-container img {
    width: 100%;
    display: block;
    margin-bottom: 8px;
    transition: 0.5s;
    object-fit: cover;
}

.image-container img:hover {
    scale: 1.02;
}


.video-container {
  width: 100%;
  height: 100vh;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content > div {
  position: relative;
  z-index: 1;
  background: white;
  padding: 20px;
  min-height: 100vh;
}



.section9 {
  padding: 0 15%;
}

.section9 h1 {
  font-size: 3vw;
}




.section9 .container {
  width: 98%;
  margin: 20px auto;
  display: flex;
  flex-direction: row-reverse;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.section9 h1, h2 {
  margin: 0;
  padding: 0;
  padding-top: 50px;
}
.section9 .section h1 {
  text-align: left;
  margin-bottom: 10px !important;
  font-size: 3.4vw;
  color: #333;
}
.section9 .section {
  margin-bottom: 30px;
  width: 95%;
  padding-left: 5%;
}
.section9 .section h2 {
  text-align: center;
  color: #333;
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 1.5vw;
}

.section9 .section p {
    padding-bottom: 50px;
  font-size: 1.2vw;
  color: #797979;
}
.section9 .section button {
  font-size: 1.2vw;
  width: 30%;
  margin: 0 30%;
  height: 50px;
  border-radius: 10px;
  color: white;
  background-color: #EF6202;
  outline: none;
  border: 0;
  font-weight: bold;
  transition: 0.4s;
  z-index: 999999;
}

.section9 .section button:hover {
  background-color: #ff8f45;
}

.gallery .image-container {
  width: 100%;
  margin: auto;
  display: flex;
}

.gallery .image-container .one {
width: 35%;
padding-right: 5%;
padding-top: 30px;
}

.gallery .image-container .two {
width: 27%;
height: auto !important;
padding-right: 5%;
padding-bottom: 50px;
object-fit: cover;
}

.gallery .image-container .three {
width: 28%;
padding-top: 100px;
height: auto;
padding-bottom: 10px;
}



.image-container img {
  width: 100%;
  display: block;
  margin-bottom: 8px;
  transition: 0.5s;
}

.image-container img:hover {
  scale: 1.02;
}

.section6 svg {
color: black !important;
}

.section6 {
color: white !important;
height: auto;
background-color: #F9F9F6 !important;
padding-bottom: 50px;
}

.section6 h1,
.section6 svg,
.section6 h4,
.section6 label,
.section6 h2,
.section6 button,
.section6 div,
.section6 p  {
color: black !important;
background-color: transparent;
}

.section6 h1 {
color: rgb(0, 0, 0) !important;
}



.indicator {
    color: #38acc9 !important;
  }



#next {
    background-color: #38acc9 !important;
    color: white !important;
}








.image-selector .image-option {
position: relative;
width: 30%;
background-color: rgb(224, 224, 224);
border-radius: 15px;
display: inline-block;
margin: 5px;
border: 2px solid transparent;
transition: 0.6s;
height: 500px !important;
}

.image-selector .image-option h4 {
z-index: 9999;
background-color: rgba(0, 0, 0, 0.5);
color: white !important;
margin-top: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-size: 1.8vw;
border-radius: 15px;
position: absolute;
top: 0px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}

.image-selector .image-option:hover {
background-color: rgb(182, 182, 182);
}

.image-selector .image-option img {
position: absolute;
width: 100%;
left: 0;
top: 0;
height: 500px !important;
border-radius: 15px;
}

.image-selector .image-option img:hover {
cursor: pointer;
}

.image-selector .image-option.selected {
border-color: #EF6202;
}

#scrollButton3 {
    background-color: #38acc9;
}


    .hidden {
        display: none;
    }










































    

 @media only screen and (max-width: 510px) {
    
    body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    }
  .section0 h1 {
    font-size: 6vw;
  }

  .section0 button {
    position: absolute;
    left: 35%;
    top: 80vh;
    font-size: 3vw;
    width: 30%;
    height: 50px;
    border-radius: 15px;
    color: white;
    background-color: #6A0DAD;
    outline: none;
    border: 0;
    font-weight: bold;
    transition: 0.4s;
    z-index: 999999;
  }

  .section0 h1 {
    position: absolute;
    top: 20vh;
    left: 5% !important;
    width: 90% !important;
    font-size: 12vw !important;
    color: white;
    text-align: center !important;
}

.content {
  position: absolute;
  top: 68vh;
  left: 5% !important;
  color: white;
  font-weight: bold;
  height: auto;
  text-align: left !important;
  font-size: 7vw;
  max-width: 400px !important; /* You might want to remove !important if not needed */
  animation-fill-mode: forwards;
  white-space: normal;
}

.section9 .section h1 {
  text-align: left;
  margin-bottom: 10px !important;
  font-size: 5vw;
  color: #333;
}

.section9 .section p {
  font-size: 5vw;
  color: #797979;
}

.section9 .section button {
  font-size: 4vw;
  width: 40%;
  margin: 0 30%;
  height: 50px;
  border-radius: 10px;
  color: white;
  background-color: #EF6202;
  outline: none;
  border: 0;
  font-weight: bold;
  transition: 0.4s;
  z-index: 999999;
}

.section9 .section {
  margin-bottom: 30px;
  width: 95%;
  padding-left: 0%;
}

.section2 {
  height: 950px !important;
  padding: 2% 2%;
  background-image: linear-gradient(to bottom, #6A0DAD, #12102B);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.box {
  position: relative;
  width: 48.5%;
  height: 300px;
  margin: 0px 1% 0 0;
  display: inline-block;
  color: white;
  text-decoration: none;
}

.box h1 {
  background-color: rgba(0, 0, 0, 0.575);
  color: white;
  margin-top: 0;
  width: 80%;
  height: 100%;
  margin: 0;
  padding: 0 10%;
  font-size: 5vw;
  position: absolute;
  top: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box div:not([class="img-container"]) {
width: 100%;
font-size: 3vw;
position: absolute;
top: 60%;
text-decoration: underline;
text-align: center;
}

.img-container {
  overflow: hidden;
  width: 100%;
  height: 300px;
}

.section1 {
display: none;
}

.section3 {
display: none;
}

.section6 {
 min-height: 60vh !important;
}

.section6 h1 {
margin: 0;
color: black;
padding-top: 50px;
padding-bottom: 50px;
width: 100%;
text-align: center;
top: 100px;
font-size: 9vw;
line-height: 1.1;
}

#bookingForm {
background-color: white;
max-width: 60vw;
min-height: 40vh;
margin: 20px auto;
padding: 20px;
border: 1px solid #ccc;
border-radius: 15px;
color: black;
position: relative;
}

.section6 div {
width: 100%;
text-align: center;
font-size: 4vw;
line-height: 1.1;
color: black !important;
}

.image-selector .image-option img {
width: 100%;
}

#book {
z-index: 9999px;
background-color: rgb(34, 145, 34);
color: white;
width: 100%;
height: 50px;
outline: none;
color: white !important;
font-size: 8vw;
border-radius: 10px;
border: none;
}

#bookingForm #next {
background-color: #EF6202;
border-radius: 15px;
width: 60%;
border: none;
outline: none;
font-size: 30px;
color: white;
}

#bookingForm #prev {
width: 30%;
background-color: transparent;
border: none;
outline: none;
font-size: 30px;
border: 1px solid black;
border-radius: 15px;
margin-right: 2%;
}

.section5 {
padding: 0 2%;
height: 50vh;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
background-color: white;
}

.section5 h1 {
font-size: 9vw;
text-align: center;
}

.contact-info div {
margin: 10px;
font-size: 4vw;
display: flex;
flex-direction: column;
}


.social-media .icon {
margin: 0 10px;
text-decoration: none;
color: #ffffff !important;
font-size: 4vw;
}

.section7 {
display: none;
}

.section8 {
display: none;
}

  .section4 h1 {
    position: absolute;
    top: 50px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 18vw;
    color: white;
    text-align: center;
    animation-fill-mode: forwards;
  }

  .section4 h3 {
    position: absolute;
    top: 55vh;
    font-size: 7vw;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    color: white;
  }

  .section4 h3 {
    position: absolute;
    top: 55vh;
    font-size: 8vw;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    color: white;
  }

  .section4 button {
    position: absolute;
    left: 35%;
    top: 80vh;
    font-size: 4vw;
    width: 30%;
    height: 50px;
    border-radius: 15px;
    color: white;
    background-color: #6A0DAD;
    outline: none;
    border: 0;
    font-weight: bold;
    transition: 0.4s;
}

.logo {
  margin-left: 0 !important;
}



  
}