@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');

body {
  font-size: 16px;
  font-family: var(--mainfont);
  position: relative;
  /* background-color: rgb(233, 235, 236); */
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  /* outline: 1px solid red; */
}

nav {
  width: 100%;
  font-family: var(--mainfont);
  position: fixed;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.74);
  border-bottom: 2px solid rgb(221, 219, 219);
}

.company-name {
  font-family: "BBH Sans Bogle", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 94vw;
  height: 9vh;
  margin: auto;
}

.hamburger-btn {
  display: none;
}


.menu-btn {
  display: none;
  width: 30px;
}

.navigations-ul {
  display: flex;
  gap: 25px;
  list-style: none;


}

.navigations-ul li:hover {
  color: rgb(219, 149, 18);
  transition: 0.1s;
  cursor: pointer;
}

.navigation-links {
  display: flex;
  align-items: center;

  gap: 20px;
}




.one-word {
  font-size: 18px;
}

.book-btn {
  padding: 9px 20px;
  border-radius: 10px;
  background-color: rgb(219, 149, 18);
  /* font-size: 14px; */
  color: white;
  text-decoration: none;
  border: none
}

.book-btn:hover {
  background-color: rgb(230, 164, 42);

}

.page-line {
  width: 40%;
  height: 2px;
  position: relative;
  margin-bottom: 30px;
  background-color: rgb(245, 126, 14);
  margin-inline: auto;

}

.hero-section {
  background-image: url(components/Pictures/background.png);
  min-height: 560px;
  background-repeat: no-repeat;
  /* width: 100%; */
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  z-index: -1;
}

.hero-subtitle-h2 {
  color: rgb(207, 141, 17);
  font-family:var(--mainfont)
  font-style: italic;
  text-align: center;
}

.hero-image {
  display: flex;
  justify-content: center;
  position: relative;


}
.get-in-btn-holder {
  display: flex;
  justify-content: center;
  padding-top:50px ;
}


.get-in-touch {
  background-color: transparent;
  padding: 10px;
  color: white;
  border: solid;
  border-radius: 10px;
}




.hero-title {
  color: rgb(253, 252, 252);
  position: relative;
  z-index: 10;
  padding-top: 120px;
  text-align: center;
  font-size: clamp(2rem, 5vw, 6rem);
  text-transform: uppercase;
  --webkit-text-stroke-width: 2px;
  padding-inline: 4px;
  /* stroke thickness */
  -webkit-text-stroke-color: black;

}

.hero-subtitle {
  max-width: 900px;
  color: rgb(85, 83, 83);
  margin-inline: auto;
  padding-top: 25px;
  text-align: center;
  font-size: clamp(1rem, 5vw, 0.5rem);
  padding: 40px;

}

.page-company-name {
  text-align: center;
}

.page-intro {
  min-height: 200px;
  padding-top: 30px;
}



.banner-btns {
  position: absolute;
  top: 300px;
  left: 105px;
  display: flex;
  gap: 10px;
}



.banner-first-btn {
  padding: 9px 20px;
  ;
  border-radius: 10px;
  background-color: white;
  font-size: 14px;
  border: 2px solid transparent;
  cursor: pointer;
}

.banner-contact-btn {
  padding: 9px 20px;
  border-radius: 10px;
  background-color: rgb(219, 149, 18);
  /* font-size: 14px; */
  color: white;
  border: none
}


.popular-destination-section {
  background-color: rgb(253, 253, 253);
  margin-top: 22px;
  margin-bottom: 20px;
  height: 640px;
}

.destination-title {
  padding-top: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  /* letter-spacing: 2px; */
  color: #36454F;
}

.destination-title-info {
  padding-top: 5px;
  text-align: center;
}

.middle-section {
  max-width: 56vw;
  margin: auto;

}

.image-grid-container {
  display: grid;
  padding-top: 35px;
  grid-template-columns: minmax(108px, 240px) minmax(106px, 240px) minmax(107px, 240px) minmax(110px, 240px);
  grid-template-rows: minmax(100px, 300px);
  justify-content: center;
  gap: 20px;
  min-width: 50vw;
}

.destination-picture {
  width: 100%;
  border-radius: 14px;
  height: 100%;
}

.lemorne {
  height: 100%;
}

.botanicalgarden {
  /* height: 273px; */
  height: 100%;
}



.image-holder {
  position: relative;
  z-index: 10;
}

.explore-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
}

.explore-info {
  font-size: 16px;
  font-weight: 600;
  color: #707274;

}

.explore-btn {
  padding: 12px 15px;
  background-color: rgb(219, 149, 18);
  border: none;
  color: white;
  border-radius: 12px;
}

.destination-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 18px;
  left: 15px;
  z-index: 100;
}

.destination-le-morne-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 18px;
  left: 12px;
  z-index: 100;
}

.destination-botanical-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 18px;
  left: 10px;
  z-index: 100;
}

.destination-chamarel-waterfall-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 18px;
  left: 10px;
  z-index: 100;
}

.botanical-adjustment {
  position: absolute;
  bottom: 10px;

}

.picture-name {
  color: rgb(255, 255, 255);
  width: 150px;
  font-size: 15px;
  font-weight: 600;
  /* outline: 1px solid red; */

}

.separation-line {
  width: 160px;
  background-color: rgb(247, 247, 247);
  height: 0.01rem;
  margin-top: 5px;
}

.flex-box {
  display: flex;
  align-items: center;
  /* gap: 40px; */

}

.arrow-entity {
  color: white;
}

.perks-section {
  height: 50vh;
  /* margin-top: 30px; */
  background-color: rgb(233, 231, 231);

}

.perks-header {
  text-align: center;
  /* padding-top: 30px ; */
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 35px;
}

.perks-details {
  text-align: center;
  padding-top: 10px;
  color: rgb(26, 25, 25);

}


.perks-container {
  display: flex;
  justify-content: center;
  padding-top: 45px;
  gap: 20px;

}

.value-box {
  display: flex;
  flex-direction: column;
  align-items: center;

}



.value-box-title {
  font-weight: 800;
  padding-top: 15px;
  /* outline: 1px solid red; */
}

.payment-logo {
  width: 25px;
  height: 25px;
  border-radius: 10px;
  padding-bottom: 5px;
  background-color: rgb(255, 255, 255);
  padding-top: 10px;
}

.value-details {
  width: 200px;
  text-align: center;
  font-family: var(--mainfont);
  padding-top: 9px;

}

.perks-data {
  text-align: center;
}

.logo-background {
  width: 55px;
  height: 55px;
  background-color: white;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}



.service-section {
  display: grid;
  grid-template-columns: minmax(200px, 480px) minmax(200px, 450px);
  justify-content: center;
  padding-top: 50px;
  grid-template-rows: 60px 400px;
  column-gap: 40px;
  grid-template-areas:
    "service-title service-title"
    "car-image service-info";
}

.car-image {
  width: 100%;
  border-radius: 10px;
}


.service-title-container {
  grid-area: service-title;
}


.car-container {
  grid-area: car-image;
}

.service-info {
  grid-area: service-info;
  font-family: var(--mainfont);
}


.orange-effect {
  color: rgb(219, 149, 18);
  display: inline;
}



.book-data {
  padding-bottom: 50px;
}

.space-between-text {
  padding-top: 10px;
}

.rent-btn {
  padding: 10px 15px;
  background-color: rgb(219, 149, 18);
  border: none;
  color: white;
  border-radius: 12px;
  margin-top: 70px;
  text-decoration: none;
}

.review {
  height: 380px;
  background-color: rgb(233, 231, 231);
  display: flex;
  justify-content: center;
  align-items: center;

}

.review-title {
  padding-top: 10px;
}

.review-grid {
  display: grid;
  grid-template-columns: 400px 500px;
  justify-content: center;
  outline: 1ps solid red;

}

.section-title {
  font-family: var(--mainfont);
  text-transform: uppercase;
}

.review-title {
  font-size: 40px;
  font-weight: 600;
  width: 500px;
}

.comment-box {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);

}

.comment-first {
  padding-bottom: 10px;
}

.last-comment {
  padding-top: 10px;
}

.name {
  padding-top: 20px;
  font-weight: 600;
}

.profile-picture {
  position: absolute;
  top: -30px;
  left: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  height: 40px;
  border-radius: 20px;
  width: 40px;
}

.review-icons {
  width: 20px;
}

.faqs-section {
  height: auto;
  /* outline: 1px solid red; */
  font-family: var(--mainfont);
  display: flex;
  justify-content: center;
  padding-top: 60px;

}

.faq-grid {
  display: grid;
  grid-template-columns: 500px 500px;
  gap: 60px;

}

.faq-title {
  padding-bottom: 20px;
  font-size: 33px;
  font-weight: 600;

}

.faq-question {
  font-weight: 600;
  font-size: 18px;
}

.faq-question-box {
  border: 1px solid rgb(204, 202, 202);
  padding: 15px;
  border-radius: 10px;
  margin-top: 15px;
  box-shadow: 0 0 5px rgba(209, 206, 206, 0.3);

}

.faq-answer {
  color: rgb(150, 149, 149);
  padding-top: 10px;
}


section::before {
  content: "";
  display: block;
  height: 40px;
  /* same height as your navbar */
  margin-top: -40px;
  /* same value but negative */
  visibility: hidden;
}


.a-navi-links {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.a-navi-links:active,
:visited,
:hover {
  text-decoration: none;

}

.ticker-container {
  width: 100%;
  overflow: hidden;
  background: #f8f8f8;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  font-family: Arial, sans-serif;
}

.ticker-text {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 15s linear infinite;
  font-size: 1.2rem;
  color: #333;
  padding: 10px 0;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}


footer {
  height: 240px;
  background-color: #333;
  display: grid;
  grid-template-columns: 800px 400px;
  justify-content: center;
  padding-top: 50px;
  color: white;
  margin-top: 70px
}

.footer-title {
  padding-bottom: 20px;
  font-size: 25px;
}

.footer-contact-btn {
  padding: 9px 20px;
  border-radius: 10px;
  background-color: rgb(219, 149, 18);
  /* font-size: 14px; */
  color: white;
  text-decoration: none;
  border: none;
}

.footer-contact-btn:hover {
  background-color: rgb(224, 164, 53);
  ;
}

.footer-links {
  display: flex;
  gap: 70px;
}

.links-title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 600;
  color: rgb(219, 149, 18);
  ;
}

.footer-ul {
  list-style: none;
  padding-top: 9px;
}

.footer-ul li {
  padding-top: 10px;
}


details {
  background: #f8f8f8;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  overflow: hidden;
}

.faq-question::marker {
  display: none;
}

details[open] {
  background: #fff;
  box-shadow: 0 2px 10px rgba(235, 230, 230, 0.1);
}

details[open] p {
  opacity: 1;
  max-height: 200px;
}

.modal {
  position: fixed;
  height: 100vh;
  width: 66vw;
  display: flex;
  right: 0px;
  justify-content: center;
  color: white;
  background-color: rgba(65, 64, 63, 0.986);
  z-index: 1100;
}

.modal-items {
  padding: 30%;
}

.modal-items ul {
  list-style: none;
  font-weight: bold;
}

.modal-items li {
  padding-bottom: 25px;
}

.harmburger-arrow {
  width: 20px;
  padding-bottom: 20px;
}

.display-none {
  display: none;
}

.overlay {
  position: fixed;
  height: 110vh;
  width: 100vw;
  background-color: rgba(3, 3, 3, 0.527);
  z-index: 1000;
}

.keyword-container {
  padding-top: 60px;
  display: flex;
  gap: 10px;
  margin-inline: auto;
  justify-content: center;
  /* background-color: red; */
  flex-wrap: wrap;
}

.keyword-header {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}


.keyword-section {
  padding-top: 50px;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  /* background-color: red; */
  margin-inline: auto;
  /* outline: 1px solid red; */
  justify-content: center;
}

.horizontal-line {
  min-width: 95%;
  height: 1px;
  margin-inline: auto;
  background-color: black;
  margin-bottom: 20px;
}

.keyword {
  background-color: rgb(231, 231, 231);
  border-radius: 10px;
  padding: 10px;
}

.whatsapp-float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 20%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
}