@import url('https://fonts.googleapis.com/css2?family=Enriqueta:wght@400;500;600;700&family=Griffy&family=Numans&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background-color: #262626;
}

body {
    margin: 0;
    padding: 0;
    overscroll-behavior: none;
    font-family: 'Open Sans';
}

.booking {
  width: 100%;
  height: 100%;
  background-color: #23424a;
  padding: 0 1rem 4rem 1rem;
}

.hero {
    height: 80vh;
    width: 100vw;
    min-height: 700px;
    background-color: #194c5d;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0;
}

.hero .content {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: stretch;
}

.hero .right {
    justify-content: center;
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.site-header {
  width: 100%;
  background-color: #23424a;
  padding: 1rem 3rem;
  background: n;
  top: 0;
  z-index: 1000;
  transition: background-color .3s;
  transition: box-shadow .3s;
}


.hero2 {
  display: none;
  flex-direction: column;
  background-color: #194c5d;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  color: white;
  align-items: center;
  justify-content: flex-end;
}

.hero2 .type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hero2 .img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  align-items: end;
}

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

.mobile-text {
  display: none;
  flex-direction: column;
}

.mobile-text p{
  margin: .3rem 0 .3rem 0;
}

@media (max-width: 900px) {
  .hero {
    display: none;
  }

  .hero2 {
    display: flex;
  }

  .mobile-text {
    display: flex;
  }

  .booking {
    padding-top: 1rem;
  }

  .site-header {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.hamburger {
  display: none;
}

.sidebar {
  display: none;
}

@media (max-width: 1000px) {
  header .nav-menu {
    display: none;
  }

  .information {
    display: none;
  }

  .booking .booking-container .hero2 {
    display: block;
  }

  #booknow {
    text-align: center;
  }

  #booknow-button {
    display: none;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40px;
    height: 40px;
    padding: 10px 7px;
    background-color: #194c5d;
    border: none;
    cursor: pointer;
    transition: transform .3s ease;
    border-radius: 4px;
  }

  .hamburger:hover {
    transform: scale(1.3);
  }

  .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: rgb(255, 255, 255);
    border-radius: 2px;
  }
  
  /* Sidebar styles */
  .sidebar {
    display: block;
    position: fixed;
    left: -250px;
    top: 0;
    height: 100vh;
    width: 250px;
    background: #333;
    color: white;
    transition: left 0.4s ease-in-out;
    padding-top: 60px;
    z-index: 1000;
  }
  
  .sidebar ul {
    list-style: none;
    padding: 0;
  }
  
  .sidebar ul li {
    padding: 15px 20px;
  }
  
  .sidebar ul li a {
    color: white;
    text-decoration: none;
  }
  
  /* Toggle effect */
  #menu-toggle:checked + .hamburger + .sidebar {
    left: 0;
  }
}

.hero img {
    width: auto;
    height: 90%;
    border-radius: 10px;
    display: block;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
}

.hero .left {
    width: 50%;
    height: 100%;
    display: flex;
    padding: 0 0 2rem 2rem;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    color: white;
}

.hero h1 {
    font-size: 2.5vw;
    font-weight: 600;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
    padding-left: 1rem;
}

.hero .menu {
    height: 60%;
    max-height: 520px;
    width: 90%;
    background-color: #23424a;
    border: solid;
    border-color: black;
    border-width: 1px;
    border-radius: 10px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem 1rem 2rem 3rem;
    margin-bottom: 1.3rem;
}

.hero a {
    font-weight: 500;
    color: white;
    font-size: 1.75rem;
    transition: font-size .3s;
}

.hero a:hover {
    font-size: 1.9rem;
}

.hero .left p {
  padding-left: 1rem;
  text-align: left;
  width: 80%;
  margin: .2rem 0 0 0;
  font-size: .75rem;
}


  
  .header-container {
    width: 100%;
    max-width: 1500px;
    min-width: 60vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; /* handles left + right */
    gap: 1rem;
  }
  
  /* Make nav centered */
  .nav-menu {
    display: flex;
    flex: 1;
    justify-content: space-evenly;
    gap: 2rem;
    max-width: 800px;
  }
  
  .nav-menu a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.2rem;
    transition: transform 0.2s ease;
  }
  
  .nav-menu a:hover {
    transform: scale(1.2);
  }
  
  .logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
  }
  
  .cta-button #booknow-button {
    padding: 0.75rem 1rem;
    background-color: #194c5d;
    border: none;
    color: white;
    border-radius: 4px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.3s;
  }
  
  .cta-button #booknow-button:hover {
    transform: scale(1.2);
  }


.booking-container {
    max-width: 1200px;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.calender-container {
    flex: 1 1 400px;
    min-width: 300px;
    padding: 1rem;
}

.booking-type {
        flex: 1 1 400px;
      min-width: 300px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 1.25rem;
      color: white
}

.information {
  width: 100%;
  padding: 3rem;
  background-color: #23424a;
}

.information .container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.information .container .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 4rem auto;
  background-color: #194c5d;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

.information .container .content .type {
  width: 50%;
  padding: .5rem 3rem 3rem 3rem;
  color: white;
  font-size: 1.75rem;
}

.information .container .content .imageDiv {
  width: 50%;
  position: relative;    /* Enables absolute positioning of image */
  overflow: hidden;
}

.imageDiv img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.information button {
  height: 75px;
  width: 200px;
  margin-top: 1rem;
  color: white;
  font-size: 1.3rem;
  font-weight: 600;
  border: none;
  border-radius: 24px;
  background-color: #23424a;
  transition: transform .3s ease, box-shadow .3s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.information button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.information p {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
}

.footer {
  background-color: #262626;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  padding: .5rem 1rem;
}

.footer-container {
  max-width: 900px;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  color: white;
  font-weight: 300;
}


.feesWrapper {
  width: 100%;
  min-height: 80vh;
  background-color: #194c5d;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 5rem 0;
}

.feesContent {
  max-width: 700px;
  width: 50%;
  background-color: white;
  padding: 3rem 3rem 3rem 3rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.feesContent h1 {
  margin: 0;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.card--button {
  background-color: #194c5d;
  height: 50px;
  width: 150px;
  border-radius: 5px;
  font-size: 1rem;
  color: white;
  border: none;
  margin-top: 1rem;
  transition: transform .3s ease;
}

.card--button:hover {
  transform: scale(1.1);
}





.faq {
  max-width: 600px;
  margin: 2em auto;
  font-family: sans-serif;
}

.faq-item {
  border-bottom: 1px solid #ccc;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 1em;
  background: none;
  border: none;
  font-size: 1.1em;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  color: black;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 1em;
  transition: transform 0.3s ease;
}

.faq-question.active::after {
  content: "−";
}

.faq-answer {
  padding: 0 1em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer p {
  text-align: left;
}

.faq-answer.open {
  padding: 1em;
  max-height: 300px;
}



.footer2 {
  background-color: #262626;
  color: #f2f2f2;
  padding: 20px 20px 20px;
  font-family: sans-serif;
}

.footer2-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.footer2-column {
  flex: 1 1 200px;
  margin: 20px;
  display: flex;
  justify-content: center;
}

.footer2-column h3 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  color: #ffffff;
}

.footer2-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer2-column ul li {
  margin-bottom: 10px;
}

.footer2-column ul li a {
  color: #cccccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer2-column ul li a:hover {
  color: #ffffff;
}

.footer2-bottom {
  text-align: center;
  border-top: 1px solid #333;
  padding-top: 20px;
  font-size: 0.9rem;
  margin-top: 20px;
  color: #aaaaaa;
}


.card--p {
  text-align: left;
  font-weight: 500;
  margin-top: .75rem;
  margin-bottom: .75rem;
  align-self: flex-start;
}

@media (max-width: 1166px) {
  
}

@media (max-width: 1000px) {
  .feesWrapper .feesContent {
    max-width: none;
    width: 95%;
  }
}