@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Poppins: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");
/* Reset and Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

body {
  background-color: #F2FFEC;
  padding-top: 75px;
}

a {
  text-decoration: none;
  color: inherit;
}

a, p, span {
  color: #707B82;
}

h1,
h2,
h3,
h4 {
  font-family: "Bitter", serif;
  font-weight: 600;
  color: #2a3f3d;
}

@media (max-width: 767px) {
  .ff-only-mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  .ff-only-mobile {
    display: none;
  }
}

@media (min-width: 1024px) {
  .ff-only-desktop {
    display: block;
  }
}
@media (max-width: 767px) {
  .ff-only-desktop {
    display: none;
  }
}

.ff-w70 {
  width: 70%;
}
@media (max-width: 767px) {
  .ff-w70 {
    width: 100% !important;
  }
}

.ff-w100 {
  width: 100%;
}

.ff-w50 {
  width: 50%;
}
@media (max-width: 767px) {
  .ff-w50 {
    width: 100% !important;
  }
}

.ff-w30 {
  width: 30%;
}
@media (max-width: 767px) {
  .ff-w30 {
    width: 100% !important;
  }
}

.ff-w33 {
  width: 33.333%;
}
@media (max-width: 767px) {
  .ff-w33 {
    width: 100% !important;
  }
}

.ff-w25 {
  width: 25%;
}
@media (max-width: 767px) {
  .ff-w25 {
    width: 100% !important;
  }
}

.ff-w20 {
  width: 20%;
}
@media (max-width: 767px) {
  .ff-w20 {
    width: 100% !important;
  }
}

.ff-w10 {
  width: 10%;
}
@media (max-width: 767px) {
  .ff-w10 {
    width: 100%;
  }
}

.ff-w15 {
  width: 15%;
}
@media (max-width: 767px) {
  .ff-w15 {
    width: 100%;
  }
}

.ff-w5 {
  width: 5%;
}
@media (max-width: 767px) {
  .ff-w5 {
    width: 100%;
  }
}

.ff-w40 {
  width: 40%;
}
@media (max-width: 767px) {
  .ff-w40 {
    width: 100%;
  }
}

.ff-w60 {
  width: 60%;
}
@media (max-width: 767px) {
  .ff-w60 {
    width: 100%;
  }
}

.ff-w80 {
  width: 80%;
}
@media (max-width: 767px) {
  .ff-w80 {
    width: 100%;
  }
}

.ff-w90 {
  width: 90%;
}
@media (max-width: 767px) {
  .ff-w90 {
    width: 100%;
  }
}

h2.ff-h2 {
  font-size: 36px;
}

[data-animation=true] {
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}

[data-animation=true].in-view {
  opacity: 1;
  transform: translateY(0);
}

.ff-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .ff-container {
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  .ff-container {
    padding: 0 15px;
  }
}

.ff-btn {
  display: inline-block;
  padding: 16px 30px;
  background-color: #7ba7b6;
  color: #1f4b47;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  font-family: "Bitter", serif;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.ff-btn:hover {
  background-color: #2a3f3d;
  color: #ffffff;
}
.ff-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(123, 167, 182, 0.5);
}
.ff-btn--secondary {
  background-color: transparent;
  border: 1px solid #1f4b47;
  color: #1f4b47;
}
.ff-btn--secondary:hover {
  background-color: #afc7c2;
  color: #ffffff;
}
.ff-btn--secondary-white {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.ff-btn--secondary-white:hover {
  background-color: #7ba7b6;
  color: #1f4b47;
}
.ff-btn--secondary-white:hover {
  background-color: #ffffff;
  color: #1f4b47;
}
.ff-btn--primary {
  background-color: #1f4b47;
  color: #ffffff;
}
.ff-btn--primary:hover {
  background-color: #2a3f3d;
  color: #ffffff;
}
.ff-btn--primary-white {
  background-color: #ffffff;
  color: #1f4b47;
}
.ff-btn--primary-white:hover {
  background-color: #7ba7b6;
  color: #1f4b47;
}
.ff-btn-wrapper {
  width: 100%;
  display: inline-flex;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
}
.ff-btn--line {
  padding: 10px 0;
  background-color: transparent;
  border: 0;
  color: #7ba7b6;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  margin-top: 8px;
  display: flex;
  align-content: center;
}
.ff-btn--line svg {
  width: 20px;
  height: 20px;
  align-items: center;
  margin-left: 4px;
}
.ff-btn--line:hover {
  background-color: transparent;
  color: #7ba7b6;
}

.ff-tag {
  display: inline-block;
  padding: 5px 10px;
  background-color: #e5ecf1;
  color: #1f4b47;
  border-radius: 3px;
  font-size: 12px;
  font-family: "Bitter", serif;
  margin-right: 2px;
  margin-bottom: 10px;
}
.ff-tag:last-child {
  margin-right: 0;
}

.ff-label-wrap {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  padding: 0 10px;
}
.ff-label-wrap .ff-label {
  display: block;
  font-size: 12px;
  background-color: #7ba7b6;
  color: #ffffff;
  padding: 2px 10px;
}

.ff-list li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}
.ff-list li::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #D5E5E1;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50px;
}
.ff-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #7BA7B6;
  position: absolute;
  left: 3px;
  top: 9px;
  border-radius: 50px;
  z-index: 1;
}

.ff-column {
  display: flex;
  justify-content: center;
  column-gap: 16px;
  row-gap: 16px;
  flex-wrap: wrap;
}
.ff-column--horizontal .ff-column-item {
  display: flex;
  flex-direction: row;
  min-height: 250px;
}
.ff-column--two .ff-column-item {
  width: calc(50% - 8px);
}
.ff-column--three .ff-column-item {
  width: calc(33.333% - 11px);
  border: 1px solid #dadada;
}
@media (max-width: 767px) {
  .ff-column {
    flex-direction: column;
  }
}
.ff-column-item {
  border: 1px solid #dadada;
}
@media (max-width: 767px) {
  .ff-column-item {
    width: 100% !important;
  }
}

.ff-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .ff-row {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .ff-row {
    flex-direction: column;
  }
}

.ff-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.ff-header * {
  transition: all 0.3s ease;
}
.ff-header .ff-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ff-header .ff-logo {
  display: block;
}
.ff-header .ff-logo img {
  display: block;
  width: 150px;
  height: auto;
}
.ff-header .ff-nav {
  display: flex;
}
@media (max-width: 767px) {
  .ff-header .ff-nav {
    width: 90%;
    height: 90%;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    padding: 34px;
    background-color: #ffffff;
    overflow: auto;
  }
}
.ff-header .ff-dropdown {
  display: none;
  position: absolute;
  left: 0;
  background-color: #f3f0eb;
  min-width: 300px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .ff-header .ff-dropdown {
    position: relative;
    display: block;
  }
  .ff-header .ff-dropdown li:last-child {
    margin-bottom: 30px;
  }
  .ff-header .ff-dropdown a {
    padding: 10px 26px;
    font-size: 14px;
  }
}
.ff-header ul li {
  list-style: none;
  position: relative;
}
.ff-header ul li:hover .ff-dropdown {
  display: block;
}
.ff-header ul li a {
  display: block;
  padding: 22px 26px;
  color: #1f4b47;
  font-size: 14px;
  font-family: "Bitter", serif;
  transition: color 0.3s ease;
}
.ff-header ul li a:hover {
  color: #7ba7b6;
}
@media (max-width: 767px) {
  .ff-header ul li a {
    font-size: 18px;
  }
}
.ff-header ul li.active a {
  color: #7ba7b6;
  font-weight: bold;
}
.ff-header__right {
  display: flex;
  align-items: center;
  position: relative;
}
.ff-header__item {
  background-color: #f3f0eb;
}
.ff-header__item:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .ff-header__item:not(:last-child) {
    position: relative;
    top: -9px;
  }
}
.ff-header__item-whatsapp {
  display: block;
  padding: 20px 26px;
  color: #1f4b47;
  display: flex;
  align-items: center;
}
.ff-header__item-whatsapp svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .ff-header__nav {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.67);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  .ff-header__nav--active {
    display: block;
  }
}
.ff-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-color: #f3f0eb;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
  box-shadow: -1px 4px 9px 5px rgba(0, 0, 0, 0.11);
}
.ff-header--scroll .ff-logo img, .ff-header--new .ff-logo img {
  width: 100px;
}
@media (min-width: 1024px) {
  .ff-header--scroll .ff-logo img, .ff-header--new .ff-logo img {
    width: 140px;
  }
}
.ff-header--scroll ul li a, .ff-header--new ul li a {
  padding: 16px 12px;
}
.ff-header--scroll .ff-header__item-whatsapp, .ff-header--new .ff-header__item-whatsapp {
  padding: 14px 8px;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .ff-header--scroll .ff-header__right, .ff-header--new .ff-header__right {
    top: -33px !important;
  }
}
@media (min-width: 768px) {
  .ff-header--scroll .ff-header__right, .ff-header--new .ff-header__right {
    top: -14px;
  }
}
.ff-header--scroll::after, .ff-header--new::after {
  opacity: 1;
}
.ff-header__mob-btn {
  display: none;
}
@media (max-width: 767px) {
  .ff-header__mob-btn {
    display: block;
    z-index: 1001;
    width: 40px;
    height: 40px;
    display: flex;
    cursor: pointer;
  }
}
.ff-header__mob-btn svg {
  width: 24px;
  height: 24px;
}
.ff-header__mob-btn-close {
  display: none;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 26px;
  right: 34px;
  cursor: pointer;
}
.ff-header__mob-btn-close svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .ff-header__mob-btn-close {
    display: block;
  }
}

.ff-banner {
  height: 85vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ff-banner {
    height: 50vh;
  }
}
.ff-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0.8;
}
.ff-banner__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ff-banner .ff-container, .ff-banner__content {
  height: 100%;
}
.ff-banner .ff-container {
  padding-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.ff-banner h1,
.ff-banner p {
  color: #ffffff;
}
.ff-banner h1 {
  margin-bottom: 12px;
  font-size: 22px;
}
@media (min-width: 1024px) {
  .ff-banner h1 {
    font-size: 42px;
  }
}
.ff-banner p {
  margin-bottom: 22px;
  font-family: "Bitter", serif;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .ff-banner p {
    font-size: 22px;
  }
}
.ff-banner__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.ff-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}
.ff-banner--inner {
  height: 450px;
}
@media (max-width: 767px) {
  .ff-banner--inner {
    height: 250px;
  }
}
@media (min-width: 1024px) {
  .ff-banner--inner h1 {
    font-size: 32px;
  }
}
.ff-banner--inner .ff-banner__overlay {
  width: 70%;
}
@media (max-width: 767px) {
  .ff-banner--inner .ff-banner__overlay {
    width: 100%;
  }
}

.ff-home-about {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .ff-home-about {
    padding: 20px 0;
  }
}
.ff-home-about .ff-container {
  display: flex;
}
@media (max-width: 767px) {
  .ff-home-about .ff-container {
    flex-direction: column;
    align-items: center;
    flex-direction: column-reverse;
  }
}
.ff-home-about__left {
  width: 60%;
  padding-right: 40px;
}
@media (min-width: 1024px) {
  .ff-home-about__left {
    padding-right: 20%;
  }
}
@media (max-width: 767px) {
  .ff-home-about__left {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
.ff-home-about__right {
  width: 40%;
}
.ff-home-about__right img {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .ff-home-about__right img {
    margin-top: -120px;
  }
}
@media (max-width: 767px) {
  .ff-home-about__right {
    width: 100%;
    max-width: 380px;
  }
}
.ff-home-about h2 {
  margin-bottom: 20px;
  font-size: 28px;
}
@media (min-width: 1024px) {
  .ff-home-about h2 {
    font-size: 36px;
  }
}
.ff-home-about p {
  margin-bottom: 30px;
  font-size: 1rem;
}
.ff-home-about .ff-btn {
  margin-top: 20px;
}
.ff-home-about .ff-about-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin-top: 30px;
}
.ff-home-about .ff-about-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.ff-tour-packages {
  padding: 40px 0;
  background: linear-gradient(252.38deg, rgba(206, 255, 171, 0.6) 0.45%, rgba(114, 218, 130, 0.6) 65.32%, rgba(220, 220, 220, 0.6) 97.73%);
}
.ff-tour-packages h2 {
  margin-bottom: 38px;
  font-size: 28px;
  text-align: center;
}
@media (min-width: 1024px) {
  .ff-tour-packages h2 {
    font-size: 36px;
  }
}
.ff-tour-packages__list {
  background-color: #ffffff;
}
.ff-tour-packages__list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ff-tour-packages__list-img {
  height: 240px;
  overflow: hidden;
}
.ff-tour-packages__list-content {
  padding: 18px;
  position: relative;
  min-height: 190px;
}
.ff-tour-packages__list-content h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
.ff-tour-packages__list .ff-location {
  display: flex;
  margin-top: 8px;
  font-size: 14px;
}
.ff-tour-packages__list .ff-location svg {
  width: 20px;
  flex-shrink: 0;
  margin-right: 8px;
}
.ff-tour-packages--services {
  background: transparent !important;
}

.ff-tour-experiences {
  padding: 40px 0;
}
.ff-tour-experiences__list-img {
  width: 200px;
  overflow: hidden;
  flex-shrink: 0;
}
.ff-tour-experiences__list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ff-tour-experiences__list-content {
  padding: 18px;
  background-color: #ffffff;
}
.ff-tour-experiences__list-content h4 {
  margin-bottom: 15px;
}
.ff-tour-experiences__list-content .ff-list {
  list-style: none;
}
.ff-tour-experiences h2 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 30px;
}

.ff-enq-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #1f4b47;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px 0;
}
.ff-enq-strip .ff-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ff-enq-strip .ff-container {
    flex-direction: column;
    text-align: center;
    row-gap: 20px;
  }
}
.ff-enq-strip h3 {
  margin-bottom: 8px;
}
.ff-enq-strip h3, .ff-enq-strip p {
  color: #ffffff;
}

.ff-tour-promise h2 {
  text-align: center;
  margin-bottom: 30px;
}
.ff-tour-promise .ff-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10px;
  row-gap: 10px;
}
@media (max-width: 767px) {
  .ff-tour-promise .ff-container {
    flex-direction: column;
    align-items: center;
  }
}
.ff-tour-promise .ff-container .ff-w70 {
  width: calc(70% - 5px);
}
.ff-tour-promise .ff-container .ff-w30 {
  width: calc(30% - 5px);
}
.ff-tour-promise__item {
  position: relative;
  max-height: 310px;
}
.ff-tour-promise__item::after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 4.47%, #000000 100%);
  z-index: 1;
}
.ff-tour-promise__img {
  width: 100%;
  height: 100%;
}
.ff-tour-promise__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ff-tour-promise__content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 16px;
}
.ff-tour-promise__content h3, .ff-tour-promise__content p {
  color: #ffffff;
}
.ff-tour-promise--no-space {
  padding: 40px 0;
  margin-top: 40px;
}
.ff-tour-promise--no-space .ff-container {
  column-gap: 0;
  row-gap: 0;
}
.ff-tour-promise--no-space .ff-tour-promise__item::after {
  height: 100%;
}
.ff-tour-promise--green-bg {
  background: linear-gradient(252.38deg, rgba(206, 255, 171, 0.6) 0.45%, rgba(114, 218, 130, 0.6) 65.32%, rgba(220, 220, 220, 0.6) 97.73%);
}

.ff-form {
  margin-bottom: 100px;
}
.ff-form__wrap {
  display: flex;
  background-color: #7ba7b6;
  padding: 40px;
}
@media (max-width: 767px) {
  .ff-form__wrap {
    display: block;
  }
}
.ff-form__wrap h2, .ff-form__wrap p {
  width: 40%;
}
@media (max-width: 767px) {
  .ff-form__wrap h2, .ff-form__wrap p {
    width: 100%;
  }
}
.ff-form__wrap h2 {
  font-size: 36px;
  margin-bottom: 14px;
  color: #ffffff;
}
.ff-form__wrap p {
  color: #ffffff;
  margin-bottom: 30px;
}
.ff-form__wrap img {
  max-width: 450px;
  position: absolute;
}
@media (max-width: 767px) {
  .ff-form__wrap img {
    display: none;
  }
}
.ff-form__img-wrap {
  position: relative;
}
.ff-form__inputs {
  width: 100%;
  display: block;
}
.ff-form__inputs input, .ff-form__inputs textarea {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #7ba7b6;
  border-radius: 5px;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
}
.ff-form__inputs input:focus, .ff-form__inputs textarea:focus {
  outline: none;
  border-color: #2a3f3d;
}
.ff-form__inputs textarea {
  height: 90px;
  resize: vertical;
}

.ff-footer {
  background-color: #46545E;
}
.ff-footer .ff-container {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .ff-footer .ff-container {
    display: block;
  }
}
.ff-footer__item:not(:last-child) {
  padding-right: 20px;
}
.ff-footer__item * {
  color: #ffffff;
  line-height: 1.6;
}
.ff-footer__item li {
  list-style: none;
}
.ff-footer__item h4 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .ff-footer__item {
    margin-bottom: 20px;
    padding: 0 15px;
  }
}
.ff-footer__contact li:not(:last-child) {
  margin-bottom: 10px;
}
.ff-footer__contact a {
  display: flex;
  align-items: center;
}
.ff-footer__contact a svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.ff-tour-timeline {
  padding-left: 90px;
  margin: 40px 0;
  position: relative;
}
@media (max-width: 767px) {
  .ff-tour-timeline {
    padding-left: 0;
    margin: 20px 0;
  }
}
.ff-tour-timeline::after {
  content: "";
  position: absolute;
  top: 127px;
  left: 50px;
  width: 1px;
  height: calc(100% - 243px);
  background-color: #7ba7b6;
  z-index: 1;
}
@media (max-width: 767px) {
  .ff-tour-timeline::after {
    display: none;
  }
}
.ff-tour-timeline__item {
  border: 1px solid #7ba7b6;
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 250px;
}
@media (max-width: 767px) {
  .ff-tour-timeline__item {
    flex-direction: column;
    padding-left: 0;
    margin-left: 0;
  }
}
.ff-tour-timeline__item:not(:last-child) {
  margin-bottom: 20px;
}
.ff-tour-timeline__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -41px;
  width: 60px;
  height: 1px;
  background-color: #7ba7b6;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .ff-tour-timeline__item::before {
    display: none;
  }
}
.ff-tour-timeline__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -51px;
  width: 20px;
  height: 20px;
  background-color: #7ba7b6;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .ff-tour-timeline__item::after {
    display: none;
  }
}
.ff-tour-timeline__day, .ff-tour-timeline__content, .ff-tour-timeline__content-slider {
  flex-shrink: 0;
}
.ff-tour-timeline__day {
  width: 300px;
  background-color: #7ba7b6;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .ff-tour-timeline__day {
    width: 100%;
  }
}
.ff-tour-timeline__day h4 {
  font-size: 28px;
  margin-bottom: 14px;
}
.ff-tour-timeline__day h3 {
  font-size: 18px;
}
.ff-tour-timeline__content-slider {
  width: 200px;
}
@media (max-width: 767px) {
  .ff-tour-timeline__content-slider {
    width: 100%;
  }
}
.ff-tour-timeline__content {
  padding: 20px;
  width: calc(100% - 300px - 200px);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .ff-tour-timeline__content {
    width: 100%;
  }
}
.ff-tour-timeline__content h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .ff-tour-timeline__content h3 {
    font-size: 28px;
  }
}
.ff-tour-timeline__content p {
  margin-bottom: 20px;
  font-size: 1rem;
}
.ff-tour-timeline__content .ff-btn {
  margin-top: 10px;
}
.ff-tour-timeline__list li {
  font-size: 18px;
  list-style: none;
  position: relative;
  padding-left: 24px;
  margin-bottom: 15px;
  color: #707B82;
}
.ff-tour-timeline__list li::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #D5E5E1;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50px;
}
.ff-tour-timeline__list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #7BA7B6;
  position: absolute;
  left: 3px;
  top: 9px;
  border-radius: 50px;
  z-index: 1;
}

.ff-slider {
  display: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 960px; /* Example: adjust as needed */
  margin: 0 auto;
  /* When using display: none/block, the parent flex/grid might need adjustment
     if it's not a single-item-at-a-time slider. */
}
.ff-slider__item {
  display: none;
  width: 100%;
  flex-shrink: 0;
  /* Transitioning display properties directly isn't smooth.
     If you want transitions, consider using opacity/visibility with absolute positioning. */
}
.ff-slider__item img {
  width: 100%;
  height: auto;
  display: block;
}
.ff-slider__item--active {
  display: block;
  /* If you want fades or other transitions, you'd use absolute positioning here
     and transition opacity/visibility. Example:
     position: absolute;
     top: 0;
     left: 0;
     opacity: 1;
     visibility: visible;
     transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  */
}
.ff-slider__navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  box-sizing: border-box;
}
.ff-slider__navigation button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 1.2em;
  border-radius: 5px;
}
.ff-slider__pagination {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.ff-slider__pagination-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.ff-slider__pagination-dot.active {
  background-color: rgba(0, 0, 0, 0.8);
}

.ff-accordion {
  background-color: #afc7c2;
  border-radius: 4px;
  overflow: hidden;
  padding: 60px 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
.ff-accordion h1 {
  margin-bottom: 24px;
}
.ff-accordion__item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 4px;
}
.ff-accordion__item:last-child {
  border-bottom: none;
}
.ff-accordion__label {
  display: block;
  padding: 1rem;
  cursor: pointer;
  background: #f5f5f5;
  font-weight: bold;
  transition: background 0.3s;
}
.ff-accordion__label:hover {
  background: #e9e9e9;
}
.ff-accordion__input {
  display: none;
}
.ff-accordion__input:checked + .ff-accordion__label {
  background: #dcdcdc;
}
.ff-accordion__input:checked ~ .ff-accordion__content {
  max-height: 500px;
  padding: 1rem;
}
.ff-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: #fff;
  padding: 0 1rem;
}

.ff-inner-about {
  padding: 60px 0;
}
.ff-inner-about .ff-container {
  display: flex;
}
@media (max-width: 767px) {
  .ff-inner-about .ff-container {
    flex-direction: column;
    align-items: center;
  }
}
.ff-inner-about .ff-container h3 {
  margin-bottom: 12px;
}
.ff-inner-about .ff-container h4 {
  margin-bottom: 14px;
}
.ff-inner-about .ff-container .ff-list {
  margin-bottom: 18px;
}
.ff-inner-about .ff-container .ff-list li {
  list-style: none;
}
.ff-inner-about--rotate {
  padding-top: 0;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .ff-inner-about--rotate .ff-container {
    flex-direction: row-reverse;
  }
}
.ff-inner-about--rotate .ff-container .ff-inner-about__content {
  padding-left: 0;
  padding-right: 40px;
}
.ff-inner-about__image {
  width: 40%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .ff-inner-about__image {
    width: 100%;
    margin-bottom: 30px;
  }
}
.ff-inner-about__image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.ff-inner-about__content {
  width: 60%;
  padding-left: 40px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .ff-inner-about__content {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.ff-inner-about__content p {
  margin-bottom: 30px;
  font-size: 1rem;
}
.ff-inner-about h2 {
  margin-bottom: 20px;
  font-size: 28px;
}
@media (min-width: 1024px) {
  .ff-inner-about h2 {
    font-size: 36px;
  }
}

.ff-partners-list {
  padding: 60px 0;
  text-align: center;
}
.ff-partners-list h2 {
  margin-bottom: 12px;
}

.ff-partners {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 15px;
}
@media (max-width: 767px) {
  .ff-partners {
    flex-wrap: wrap;
  }
}
.ff-partners li {
  width: 150px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ff-partners li img {
  width: 100%;
  height: auto;
}

.ff-contact {
  padding: 60px 0;
}
.ff-contact .ff-container {
  display: flex;
}
@media (max-width: 767px) {
  .ff-contact .ff-container {
    flex-direction: column;
    align-items: center;
  }
}
.ff-contact h2 {
  margin-bottom: 20px;
}
.ff-contact__left {
  width: 50%;
  padding-right: 40px;
}
@media (min-width: 1024px) {
  .ff-contact__left {
    padding-right: 20%;
  }
}
@media (max-width: 767px) {
  .ff-contact__left {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
.ff-contact__right {
  width: 50%;
}
.ff-contact__right img {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .ff-contact__right img {
    margin-top: -120px;
  }
}
@media (max-width: 767px) {
  .ff-contact__right {
    width: 100%;
    max-width: 380px;
  }
}
.ff-contact__item {
  display: block;
  margin-bottom: 18px;
  font-size: 16px;
  color: #1f4b47;
}
.ff-contact__item span {
  display: block;
  color: #707B82;
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */
