@keyframes moveInLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  80% {
    opacity: 0.2;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes moveInRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  80% {
    opacity: 0.2;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mjnjnjjight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  80% {
    opacity: 0.2;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes navLink {
  0% {
    background-image: linear-gradient(120deg, transparent 0%, transparent 50%, white 50%);
  }
  25% {
    background-image: linear-gradient(120deg, transparent 0%, transparent 25%, white 25, white 50%);
  }
  50% {
    background-image: linear-gradient(120deg, transparent 0%, white 25%, white 25, white 50%);
  }
  75% {
    background-image: linear-gradient(120deg, transparent 0%, white 50%, white 50%);
  }
  100% {
    background-image: linear-gradient(120deg, white 0%, white 50%, white 50%);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
}

@media (min-width: 44em) {
  body {
    padding: 2rem;
  }
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
}

button {
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  display: inline-block;
}

ul {
  list-style: none;
}

strong {
  text-transform: capitalize;
}

.heading--primary--main, .heading--primary--sub {
  text-align: center;
  text-transform: uppercase;
  display: block;
}
.heading--primary--main {
  font-size: 2.8rem;
  letter-spacing: 1rem;
  font-weight: 400;
  animation: moveInLeft 1s linear;
}
.heading--primary--sub {
  font-size: 1.6rem;
  letter-spacing: 1.2rem;
  font-weight: 700;
  animation: moveInRight 1s linear;
}

.heading--secondary {
  font-size: 2.4rem;
  text-transform: capitalize;
  font-weight: 700;
  display: inline-block;
  margin-inline: auto;
  background-image: linear-gradient(to right, #7ed567, #28b485);
  color: transparent;
  -webkit-background-clip: text;
  transition: all 0.6s;
}
.heading--secondary:hover {
  transform: scaleX(1.1) skewX(10deg);
}

.heading--tertiary {
  font-size: 1.8rem;
  text-transform: capitalize;
  letter-spacing: 0.1rem;
}

.paragraph {
  font-size: 1.4rem;
}
.paragraph:not(:last-child) {
  margin-bottom: 3rem;
}

.txt {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: 1.4rem;
}

@media (min-width: 44em) {
  .heading--primary--main {
    font-size: 4rem;
  }
  .heading--primary--sub {
    font-size: 2.2rem;
  }
  .heading--secondary {
    font-size: 3rem;
  }
  .heading--tertiary {
    font-size: 2rem;
    line-height: 1.3;
  }
  .txt {
    font-size: 1.6rem;
  }
}
@media (min-width: 87em) {
  .heading--primary--main {
    font-size: 6rem;
  }
  .heading--primary--sub {
    font-size: 2.2rem;
    letter-spacing: 1.4rem;
  }
  .heading--secondary {
    font-size: 3.4rem;
  }
}
.center-txt {
  text-align: center;
}

.margin-bt-l {
  margin-bottom: 6rem;
}

.margin-bt-m {
  margin-bottom: 4rem;
}

.margin-bt-xs {
  margin-bottom: 0.5rem;
}

.margin-tp-sm {
  margin-top: 2rem;
}

.margin-tp-m {
  margin-top: 4rem;
}

.margin-tp-l {
  margin-top: 6rem;
}

.header {
  background-image: linear-gradient(to right bottom, rgba(126, 213, 111, 0.8), rgba(40, 180, 133, 0.8)), url("/hero.3ad8264a.jpg");
  background-size: cover;
  background-position: center;
  height: 97vh;
  clip-path: polygon(0 0, 100% 0, 100% 80vh, 0 100%);
  color: #fff;
}
.header__logo-box {
  padding: 3rem;
}
.header__logo {
  height: 3.5rem;
}
.header__hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  height: 60%;
  padding: 0 0.5rem;
}

.col-1-of-2 {
  background-color: rgb(246, 245, 245);
}

.row {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 5rem;
  max-width: 114rem;
  margin-inline: auto;
}

.frow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5rem;
  flex-wrap: wrap;
}
.frow__item {
  width: 30rem;
}

.footer {
  padding: 5rem 2rem;
  background-color: #333;
}
.footer__logo-box {
  height: 7rem;
  width: 7rem;
}
.footer__logo {
  max-width: 100%;
  height: 100%;
}
.footer__navigation {
  width: 32rem;
}
.footer__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__copyright {
  font-size: 1.4rem;
  color: #f1f1f1;
}
.footer__link:link, .footer__link:visited {
  color: #f1f1f1;
  transition: all 0.5s;
  font-size: 1.2rem;
  padding: 0 0.5rem;
}
.footer__link:hover, .footer__link:active {
  color: #55c57a;
  box-shadow: 0 4px 2px -2px #55c57a;
}

.footer .frow {
  align-items: flex-end;
}

.copyright__link:link, .copyright__link:visited {
  color: #55c57a;
  box-shadow: 0 4px 2px -2px #55c57a;
  padding: 0 0.5rem;
  transition: all 0.5s;
}
.copyright__link:hover, .copyright__link:active {
  transform: translateY(-1rem);
}

.nav {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav__button {
  display: block;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  height: 6rem;
  width: 6rem;
  position: fixed;
  top: 3rem;
  right: 3rem;
  z-index: 8;
  cursor: pointer;
  box-shadow: 0 1rem 3rem #000;
}
.nav__icon {
  width: 4rem;
  height: 4rem;
}
.nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  z-index: 10;
}
.nav__link:link, .nav__link:visited {
  font-size: 2.4rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  padding: 0 2rem;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #fff 50%);
  background-size: 220%;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.nav__link:hover, .nav__link:active {
  background-position: 100%;
  color: #28b485;
}

.nav-wrapper {
  display: none;
  height: 100vh;
  width: 100%;
  background-image: radial-gradient(#7ed567, #28b485);
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
}

.open-nav {
  display: block;
}

.overflowHide {
  overflow-y: hidden;
}

.section-about, .section-tours {
  background-color: #f1f1f1;
  margin-top: -20rem;
  padding: 30rem 0 10rem 0;
}

.section-about {
  background-color: #f1f1f1;
  margin-top: -20rem;
  padding: 30rem 0;
}

.section-features {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -20rem;
  padding: 20rem 0;
  background-image: linear-gradient(to right bottom, rgba(126, 213, 111, 0.8), rgba(40, 180, 133, 0.8)), url("/nat-4.e9f66017.jpg");
  background-position: center;
  background-size: cover;
  clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
}

.section-stories {
  padding: 20rem 0;
}

.section-book {
  padding: 20rem 0;
  margin-top: 10rem;
  background-image: linear-gradient(to right, rgba(126, 213, 111, 0.8), rgba(40, 180, 133, 0.8));
}

.book {
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)), url("/nat-10.d60a0d0b.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 70vh;
  width: 90%;
  max-width: 90rem;
  border-radius: 0.5rem;
  box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
  position: relative;
}
.book__form {
  width: 50%;
  min-width: 29rem;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 44em) {
  .book {
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.8) 50%, transparent 50%), url("/nat-10.d60a0d0b.jpg");
  }
  .book__form {
    width: 50%;
    min-width: 29rem;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}
.btn, .btn:link, .btn:visited {
  text-transform: uppercase;
  padding: 1rem 4rem;
  border-radius: 2rem;
  font-weight: 600;
  display: inline-block;
  transition: all 0.5s;
}
.btn:hover {
  transform: translateY(-1rem);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}
.btn:active {
  transform: translateY(-0.5rem);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.btn--white {
  background-color: #fff;
  color: #777;
}
.btn--green {
  background-color: #55c57a;
  color: #fff;
}

.btn--txt:link, .btn--txt:visited {
  color: #28b485;
  border-bottom: 1px solid #28b485;
  font-size: 1.6rem;
  padding: 0.3rem;
  transition: all 0.3s;
}
.btn--txt:hover {
  transform: translateY(-1rem);
  color: #fff;
  background-color: #55c57a;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.btn--txt:active {
  transform: translateY(0);
}

@media (min-width: 44em) {
  .btn, .btn:link, .btn:visited {
    font-size: 1.4rem;
  }
  .btn--txt, .btn--txt:link, .btn--txt:visited {
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.composition {
  position: relative;
  width: 100%;
  height: 50vh;
}
.composition__img {
  position: absolute;
  width: 70%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.composition__img--1 {
  left: 0;
  top: -2rem;
  z-index: 1;
}
.composition__img--2 {
  right: -10rem;
  top: 2rem;
  z-index: 1;
}
.composition__img--3 {
  top: 10rem;
  left: 20%;
  z-index: 3;
}
.composition__img:hover {
  transform: scale(1.07);
  z-index: 5;
  outline: 1rem solid #55c57a;
  outline-offset: 1rem;
}
.composition:hover .composition__img:not(:hover) {
  transform: scale(0.8);
}

.feature {
  background-color: rgba(255, 255, 255, 0.9);
  color: #28b485;
  padding: 2rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
  transition: all 0.5s;
}
.feature__icon {
  height: 5.4rem;
}
.feature__txt {
  text-align: center;
  font-size: 1.6rem;
}
.feature:hover {
  transform: translateY(-1rem);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.card {
  perspective: 100rem;
  -moz-perspective: 150rem;
  height: 45rem;
  max-width: 100%;
  position: relative;
}
.card__side {
  transition: all 1s ease;
  height: 100%;
  width: 100%;
  color: #000;
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  border-radius: 0.5rem;
  overflow: hidden;
}
.card__side--front {
  background-color: #fff;
}
.card__side--back {
  background-color: rgb(56, 5, 56);
  transform: rotateY(180deg);
  box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
}
.card__side--back-1 {
  background-image: linear-gradient(to left top, #ff7730, #ffb900);
}
.card__side--back-3 {
  background-image: linear-gradient(to left top, #5643fa, #2998ff);
}
.card__side--back-2 {
  background-image: linear-gradient(to left top, #28b485, #7ed567);
}
.card:hover .card__side--front {
  transform: rotateY(-180deg);
}
.card:hover .card__side--back {
  transform: rotateY(0deg);
}
.card__img {
  background-position: center;
  background-size: cover;
  height: 40%;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
.card__img--1 {
  background-image: linear-gradient(to left top, rgba(255, 119, 48, 0.5), rgba(255, 185, 0, 0.3)), url("/nat-5.702c9da2.jpg");
}
.card__img--3 {
  background-image: linear-gradient(to left top, rgba(86, 67, 250, 0.5), rgba(41, 152, 255, 0.3)), url("/nat-6.c1e75b1b.jpg");
}
.card__img--2 {
  background-image: linear-gradient(to left top, rgba(85, 197, 122, 0.5), rgba(126, 213, 103, 0.3)), url("/nat-7.500005ac.jpg");
}
.card__heading {
  font-size: 2.4rem;
  font-weight: 300;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 12rem;
  right: 1rem;
  width: 55%;
}
.card__heading-span {
  padding: 0.5rem 2rem;
  -webkit-box-decoration-break: clone;
}
.card__heading-span--1 {
  background-image: linear-gradient(to left top, #ff7730, rgba(255, 185, 0, 0.8));
}
.card__heading-span--2 {
  background-image: linear-gradient(to left top, #55c57a, #7ed567);
}
.card__heading-span--3 {
  background-image: linear-gradient(to left, #5643fa, #2998ff);
}
.card__details ul {
  width: 80%;
  margin-top: 3rem;
  margin-inline: auto;
  text-align: center;
  font-size: 1.6rem;
}
.card__details ul li:not(:last-child) {
  padding: 1rem 0;
  border-bottom: 1px solid gray;
}
.card__cta {
  height: 100%;
  text-align: center;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.card__price-box {
  height: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 4rem;
  color: #fff;
}
.card__price-value {
  font-weight: 100;
  font-size: 6rem;
}
.card__price-only {
  font-size: 1.6rem;
  text-transform: uppercase;
}

.story {
  width: 80%;
  max-width: 60rem;
  padding: 1rem 2rem;
  box-shadow: rgba(0, 0, 0, 0.54) 0px 3px 8px;
  text-align: center;
  background-color: #fff;
}
.story__shape {
  width: 15rem;
  height: 15rem;
  margin-inline: auto;
  shape-outside: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  transform: translateX(0);
  position: relative;
}
.story__img {
  height: 100%;
  transform: scale(1.3);
  transition: all 0.5s;
}
.story__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  font-size: 1.6rem;
  text-align: center;
  opacity: 0;
  transition: all 0.5s;
  backface-visibility: hidden;
}
.story:hover .story__caption {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.story:hover .story__img {
  filter: blur(4px) brightness(50%);
  transform: scale(1);
}

@media (min-width: 44em) {
  .story {
    padding: 1rem 4rem;
    text-align: left;
    transform: skewX(-5deg);
  }
  .story > * {
    transform: skewX(5deg);
  }
  .story__shape {
    width: 15rem;
    height: 15rem;
    float: left;
    shape-outside: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    transform: translateX(-2rem) skewX(5deg);
    position: relative;
  }
}
.form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3rem;
  padding: 1rem;
}
.form__group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
  width: 90%;
}
.form__input {
  font-family: inherit;
  font-size: 1.6rem;
  padding: 0.8rem 2rem;
  border: none;
  width: 100%;
  border-bottom: 3px solid transparent;
  color: inherit;
}
.form__input:focus {
  outline: none;
  border-bottom: 3px solid #55c57a;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3);
}
.form__input:focus:invalid {
  border-bottom: 3px solid rgb(255, 55, 0);
}
.form__input::placeholder {
  text-transform: capitalize;
  color: #999;
}
.form__label {
  padding: 0 2rem;
  text-transform: capitalize;
  font-size: 1.2rem;
  font-weight: 700;
  transition: all 0.5s;
}
.form__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem);
}
.form__radio-label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.form__radio-input {
  display: none;
}
.form__radio-btn {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  outline: 3px solid #55c57a;
  outline-offset: 0.3rem;
}
.form__radio-label {
  font-size: 1.6rem;
  cursor: pointer;
  color: #28b485;
}

.form__radio-input:checked ~ .form__radio-label .form__radio-btn {
  background-color: #55c57a;
  box-shadow: rgba(255, 255, 255, 0.7) 2px 7px 29px 4px;
}

@media (min-width: 44em) {
  .form__group {
    align-items: flex-start;
  }
}
.popup {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.popup__close {
  position: absolute;
  top: 0;
  right: 0rem;
  font-size: 5rem;
  padding: 1rem;
  color: #000;
}
.popup__close:active, .popup__close:hover {
  color: #7ed567;
}
.popup__img {
  display: block;
}
.popup__content {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  width: 85%;
  padding: 4rem;
  background-color: #fff;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.8);
  border-radius: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  transition: all 1s 0.3s;
}
.popup:target .popup__content {
  transform: translate(-50%, -50%) scale(1);
}
.popup__right {
  text-align: center;
}

.popup img {
  max-width: 100%;
}

@media (min-width: 44em) {
  .popup__content {
    width: 120rem;
    padding: 2rem;
    flex-direction: column;
  }
  .popup__left {
    width: 45%;
  }
  .popup__right {
    width: 50%;
    text-align: center;
  }
  .popup__txt {
    font-size: 2.4rem;
  }
  .popup__btn {
    font-size: 2.4rem !important;
  }
  .popup__close {
    right: 1rem;
  }
  .popup__right .heading--secondary {
    font-size: 4rem;
  }
  .popup__right .heading--tertiary {
    font-size: 4rem;
  }
}
.hide {
  display: none;
}

.about__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.about__txt {
  padding: 0 1.5rem;
  max-width: 60rem;
}

@media (min-width: 44em) {
  .about__content {
    text-align: left;
    gap: 4rem;
  }
  .about__txt {
    width: 50%;
  }
}
.about__gallery {
  display: none;
}

.gallery__img {
  max-width: 100%;
  display: block;
}

@media (min-width: 44em) {
  .about__gallery {
    width: 30%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/*# sourceMappingURL=/main.77bb5cfd.css.map */