*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 70%; }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 81.125%; } }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 62.5%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 50%; } }

body {
  box-sizing: border-box;
  padding: 3rem; }
  @media only screen and (max-width: 56.25em) {
    body {
      padding: 0; } }

section {
  background-color: rgba(119, 119, 119, 0.1); }

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem); }
  80% {
    opacity: 0.8;
    transform: translateX(0.1rem); }
  95% {
    opacity: 1; }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem); }
  80% {
    opacity: 0.8;
    transform: translateX(-0.2rem); }
  95% {
    opacity: 1;
    transform: translateX(0.25); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveInUp {
  0% {
    transform: translateY(4.5rem);
    opacity: 0; }
  100% {
    transform: translateY(0); } }

.sub-heading {
  background-image: linear-gradient(to right, #7ed56f, #28b485);
  -webkit-background-clip: text;
  color: transparent;
  transition: all 0.2s; }
  .sub-heading:hover {
    transform: skewX(10deg) skewY(3deg) scale(1.1);
    text-shadow: 8px 16px 32px rgba(0, 0, 0, 0.6); }

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

.header-title {
  color: white;
  text-transform: uppercase; }
  .header-title--main {
    font-size: 5.5rem;
    font-weight: 400;
    letter-spacing: 4rem; }
    @media only screen and (max-width: 37.5em) {
      .header-title--main {
        letter-spacing: 0.5rem;
        font-size: 5rem; } }
  .header-title--secondary {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 2rem; }
    @media only screen and (max-width: 37.5em) {
      .header-title--secondary {
        letter-spacing: 0.5rem;
        text-align: center; } }

.btn {
  color: #777;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.063rem; }

.sub-heading {
  text-transform: uppercase;
  font-size: 3rem;
  letter-spacing: 0.2rem; }
  @media only screen and (max-width: 56.25em) {
    .sub-heading {
      font-size: 3rem; } }
  @media only screen and (max-width: 37.5em) {
    .sub-heading {
      font-size: 2.5rem; } }

.description-box--first {
  margin-bottom: 3rem; }
  .description-box--first .description-heading h3 {
    color: #777;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 1rem; }
  .description-box--first .description-text {
    margin-top: 4rem;
    font-size: 1.5rem;
    color: #777; }

.description-box--second {
  margin-bottom: 3rem; }
  .description-box--second .description-heading h3 {
    color: #777;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 1rem; }
  .description-box--second .description-text {
    margin-top: 4rem;
    font-size: 1.5rem;
    color: #777; }

.description-box a {
  text-decoration: none;
  color: #28b485;
  font-size: 1.5rem;
  font-weight: 700; }

.feature__item {
  color: #777;
  text-align: center; }
  .feature__item svg {
    font-size: 10rem; }
  .feature__item--heading {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 56.25em) {
      .feature__item--heading {
        font-size: 2rem; } }
  .feature__item--description {
    font-size: 1.2rem; }
    @media only screen and (max-width: 56.25em) {
      .feature__item--description {
        font-size: 2rem; } }

.card__heading {
  font-size: 2rem;
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase; }
  .card__heading h3 {
    font-weight: 300; }

.card__packages {
  color: #777;
  font-size: 1.5rem;
  text-align: center; }
  @media only screen and (max-width: 56.25em) {
    .card__packages {
      font-size: 2rem; } }

.card__price {
  font-size: 2rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8); }
  .card__price span:last-child {
    font-size: 8rem;
    font-weight: 100; }
    @media only screen and (max-width: 56.25em) {
      .card__price span:last-child {
        font-size: 5rem; } }

.btn {
  border-radius: 6.25rem;
  border: none;
  transition: all 0.2s;
  position: relative;
  padding: 1rem 2.5rem; }
  .btn__header {
    background-color: white;
    padding: 1.5rem 4rem;
    animation: moveInUp 1s ease-out 0.75s;
    animation-fill-mode: backwards; }
    .btn__header::after {
      background-color: white; }
  .btn__tours {
    background-color: #28b485;
    width: max-content;
    margin: 10rem auto 5rem;
    color: white; }
    .btn__tours::after {
      background-color: #28b485; }
  .btn__plan {
    color: rgba(0, 0, 0, 0.774);
    background-color: white;
    padding: 1.5rem 3rem; }
  .btn__popup {
    background-color: #55c57a;
    color: white;
    padding: 1.5rem 3rem; }
  .btn:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.329);
    cursor: pointer; }
    .btn:hover::after {
      transform: scaleX(1.5) scaleY(2.5);
      opacity: 0; }
  .btn:active {
    transform: translateY(0.19rem);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.24); }
  .btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 6.25rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s; }

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95vh;
  background-image: linear-gradient(to right bottom, rgba(126, 213, 111, 0.8), rgba(40, 180, 133, 0.8)), url(../img/hero.jpg);
  background-size: cover;
  background-position: top;
  clip-path: polygon(0 0, 100% 0, 100% 75vh, 0 100%);
  position: relative; }
  @media only screen and (max-width: 37.5em) {
    .header {
      clip-path: polygon(0 0, 100% 0, 100% 90vh, 0 100%);
      height: 100vh; } }
  .header__logo-box {
    position: absolute;
    top: 4.5rem;
    left: 4.5rem;
    height: 3.7rem; }
  .header__logo {
    height: 100%; }
  .header .header__text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    transform: translateY(-9rem); }
  .header-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .header-title--main {
      animation: moveInLeft 2s ease-in-out; }
    .header-title--secondary {
      animation: moveInRight 2s ease-in-out; }

.about {
  margin-top: -20vh;
  padding: 20rem 0 20rem; }
  .about__heading {
    max-width: max-content;
    text-align: center;
    margin: 0 auto 8rem; }
    @media only screen and (max-width: 37.5em) {
      .about__heading {
        margin: 0 auto 4rem; } }
  .about__description {
    max-width: 100rem;
    margin: 0 auto;
    display: flex; }
    @media only screen and (max-width: 75em) {
      .about__description {
        padding-left: 2rem; } }
    @media only screen and (max-width: 56.25em) {
      .about__description {
        flex-direction: column;
        padding-left: 0;
        max-width: 50rem; } }
  .about .description-box {
    width: 50%;
    margin-right: 12rem;
    margin-top: 2rem; }
    @media only screen and (max-width: 75em) {
      .about .description-box {
        padding-left: 2rem;
        margin-right: 6rem; } }
    @media only screen and (max-width: 56.25em) {
      .about .description-box {
        margin: 0 auto 10rem;
        padding: 0 3rem;
        width: 100%; } }
    .about .description-box a {
      padding-bottom: 7px;
      padding: 0.8rem 0.2rem;
      border-bottom: 2.5px solid #28b485;
      transition: all 0.2s; }
      .about .description-box a:hover {
        background-color: #28b485;
        color: white;
        box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.5);
        border-radius: 0.5rem;
        transform: translateY(-2rem); }
      .about .description-box a:active {
        transform: translateY(4rem);
        box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.4); }
  .about__image {
    width: 50%; }
    @media only screen and (max-width: 56.25em) {
      .about__image {
        width: 100%;
        margin: 0 auto; } }
    .about__image .composition {
      position: relative;
      height: 50%; }
      .about__image .composition__image {
        width: 55%;
        position: absolute;
        box-shadow: 0 1rem 30px rgba(0, 0, 0, 0.6);
        z-index: 2;
        transition: all 0.2s;
        outline-offset: 2rem; }
        @media only screen and (max-width: 56.25em) {
          .about__image .composition__image {
            width: 32%;
            position: relative; } }
        .about__image .composition__image:hover {
          transform: scale(1.1);
          z-index: 3;
          box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.8);
          outline: 1.5rem solid #28b485;
          border-radius: 1.5px; }
        .about__image .composition__image--middle {
          top: 20%;
          right: 10%; }
          @media only screen and (max-width: 56.25em) {
            .about__image .composition__image--middle {
              top: -2rem;
              right: 0;
              transform: scale(1.2); } }
        .about__image .composition__image--top {
          top: 55%;
          left: 20%; }
          @media only screen and (max-width: 56.25em) {
            .about__image .composition__image--top {
              top: 1rem;
              left: 0;
              z-index: 1; } }
      .about__image .composition:hover img:not(:hover) {
        transform: scale(0.9); }

.feature {
  background-image: linear-gradient(to right bottom, rgba(126, 213, 111, 0.8), rgba(40, 180, 133, 0.8)), url(../../img/nat-4.jpg);
  background-position: top;
  background-size: cover;
  margin: -10rem 0 0;
  padding: 20rem 0;
  transform: skewY(-7deg); }
  .feature__items {
    max-width: 100rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5rem;
    transform: skewY(7deg); }
    @media only screen and (max-width: 56.25em) {
      .feature__items {
        flex-direction: column;
        max-width: 50rem;
        margin: 0 auto;
        padding: 0 3rem; } }
    .feature__items .feature__item {
      width: 30rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-color: rgba(255, 255, 255, 0.75);
      padding: 3rem 1rem;
      border-radius: 5px;
      box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.35);
      transition: all 0.3s; }
      @media only screen and (max-width: 56.25em) {
        .feature__items .feature__item {
          width: 100%;
          padding: 3rem 1.5rem; } }
      .feature__items .feature__item--heading {
        margin-top: 2rem; }
      .feature__items .feature__item:hover {
        transform: translateY(-1.3rem) scale(1.03); }
      .feature__items .feature__item .feather {
        color: #7ed56f; }

.tours {
  padding: 25rem 0 3rem;
  margin-top: -10rem; }
  .tours__heading {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: 0 auto 8rem; }
  .tours__plans {
    height: 50rem;
    max-width: 100rem;
    margin: 5rem auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .tours__plans--item {
      height: 100%;
      width: 30%;
      perspective: 140rem; }
      .tours__plans--item:hover > .card {
        transform: rotateY(-180deg); }
      .tours__plans--item .card {
        height: 100%;
        width: 100%;
        position: absolute;
        transform-style: preserve-3d;
        transition: all 0.8s ease-in; }
        .tours__plans--item .card__item--front {
          width: 100%;
          height: 100%;
          position: absolute;
          backface-visibility: hidden;
          display: flex;
          flex-direction: column;
          align-items: center;
          background-color: white;
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.35);
          border-radius: 10px;
          overflow: hidden; }
        .tours__plans--item .card__item--back {
          width: 100%;
          height: 100%;
          position: absolute;
          backface-visibility: hidden;
          transform: rotateY(180deg);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.35);
          border-radius: 10px; }
        .tours__plans--item .card__image {
          height: 45%;
          width: 100%;
          background-position: top;
          background-size: cover;
          background-blend-mode: screen;
          clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%); }
          .tours__plans--item .card__image--1 {
            background-image: linear-gradient(to right bottom, #c9c969, #b68323), url(../../img/nat-5.jpg); }
          .tours__plans--item .card__image--2 {
            background-image: linear-gradient(to right bottom, #7ed56f, #28b485), url(../../img/nat-6.jpg); }
          .tours__plans--item .card__image--3 {
            background-image: linear-gradient(to right bottom, #6969ca, #1f1fb6), url(../../img/nat-7.jpg); }
        .tours__plans--item .card__heading h3 {
          display: flex;
          flex-direction: column;
          align-items: end;
          position: absolute;
          top: 25%;
          right: 0;
          padding: 2rem; }
          .tours__plans--item .card__heading h3 span {
            width: max-content;
            padding: 0 1rem; }
        .tours__plans--item .card__heading--1 span {
          background-image: linear-gradient(to right bottom, #c9c969, #b68323);
          color: white; }
        .tours__plans--item .card__heading--2 span {
          background-image: linear-gradient(to right bottom, #7ed56f, #28b485);
          color: white; }
        .tours__plans--item .card__heading--3 span {
          background-image: linear-gradient(to right bottom, #6969ca, #1f1fb6);
          color: white; }
        .tours__plans--item .card__packages {
          display: flex;
          flex-direction: column;
          align-items: center;
          width: 70%;
          padding: 4rem 0 2rem; }
          .tours__plans--item .card__packages span {
            width: 100%;
            padding: 0.8rem 0;
            border-bottom: 2px solid rgba(119, 119, 119, 0.15); }
            .tours__plans--item .card__packages span:last-child {
              border-bottom: none; }
        .tours__plans--item .card__item--back {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: space-between;
          padding: 12rem 0; }
          .tours__plans--item .card__item--back--1 {
            background-image: linear-gradient(to right bottom, #c9c969, #b68323); }
          .tours__plans--item .card__item--back--2 {
            background-image: linear-gradient(to right bottom, #7ed56f, #28b485); }
          .tours__plans--item .card__item--back--3 {
            background-image: linear-gradient(to right bottom, #6969ca, #1f1fb6); }
        .tours__plans--item .card__price {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          gap: 2rem; }
  @media only screen and (max-width: 56.25em), only screen and (hover: none) {
    .tours__plans {
      height: auto;
      max-width: 50rem;
      display: flex;
      flex-direction: column;
      gap: 5rem; }
      .tours__plans--item {
        height: auto;
        width: 100%;
        padding: 0 1rem; }
        .tours__plans--item:hover > .card {
          transform: rotateY(0deg); }
        .tours__plans--item .card {
          height: auto;
          position: relative;
          background-color: white;
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.35);
          border-radius: 10px;
          overflow: hidden; }
          .tours__plans--item .card__item--front {
            height: 60rem;
            position: relative;
            border-radius: 0;
            box-shadow: none; }
          .tours__plans--item .card__item--back {
            border-radius: 0;
            height: 30rem;
            position: relative;
            transform: rotateY(0deg);
            clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
            box-shadow: none; }
          .tours__plans--item .card__image {
            height: 75%;
            width: 100%;
            background-position: top;
            background-size: cover;
            background-blend-mode: screen;
            clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%); }
            .tours__plans--item .card__image--1 {
              background-image: linear-gradient(to right bottom, #c9c969, #b68323), url(../../img/nat-5.jpg); }
            .tours__plans--item .card__image--2 {
              background-image: linear-gradient(to right bottom, #7ed56f, #28b485), url(../../img/nat-6.jpg); }
            .tours__plans--item .card__image--3 {
              background-image: linear-gradient(to right bottom, #6969ca, #1f1fb6), url(../../img/nat-7.jpg); }
          .tours__plans--item .card__heading h3 {
            top: 30%; }
          .tours__plans--item .card__item--back {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            padding: 4rem 0; }
          .tours__plans--item .card__price {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 2rem; } }

.stories {
  margin: 0 auto;
  padding: 2rem 0;
  position: relative; }
  .stories .bg-video {
    position: absolute;
    top: 0;
    opacity: 0.2;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1; }
    .stories .bg-video__content {
      height: 100%;
      width: 100%;
      object-fit: cover; }

.stories__heading {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 3rem auto 10rem; }

.story {
  width: 75%;
  margin: 0 auto 13rem;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  padding: 10rem;
  padding-left: 9rem;
  font-size: 1.5rem;
  transform: skewX(-12deg); }
  @media only screen and (max-width: 37.5em) {
    .story {
      transform: skewX(0);
      padding: 3rem 1.5rem; } }
  .story__image {
    width: 15rem;
    height: 15rem;
    float: left;
    shape-outside: circle(50%);
    transform: translateY(-1rem) translateX(-2rem) skewX(12deg);
    position: relative;
    overflow: hidden;
    border-radius: 50%; }
    @media only screen and (max-width: 37.5em) {
      .story__image {
        transform: translateY(-1rem) translateX(-2rem) skewX(0);
        float: none;
        margin: 0 auto; } }
  .story__img {
    height: 100%;
    transform: translate(-4rem) scale(1.4);
    backface-visibility: hidden;
    transition: all 0.5s; }
  .story__text {
    transform: skewX(12deg); }
    @media only screen and (max-width: 37.5em) {
      .story__text {
        transform: skewX(0); } }
    .story__text--heading {
      text-transform: uppercase;
      padding: 0 0 2rem; }
  .story__caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 20%);
    color: white;
    text-transform: uppercase;
    font-size: 1.7rem;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
    backface-visibility: hidden; }
  .story__btn {
    width: max-content;
    margin: 1rem auto 6rem; }
    .story__btn a {
      padding: 0.8rem 0.2rem;
      border-bottom: 2.5px solid #28b485;
      transition: all 0.2s;
      text-decoration: none;
      color: #28b485;
      font-size: 1.5rem; }
      .story__btn a:hover {
        background-color: #28b485;
        color: white;
        box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.5);
        border-radius: 0.5rem;
        transform: translateY(-2rem); }
      .story__btn a:active {
        transform: translateY(4rem);
        box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.4); }
  .story:hover .story__caption {
    opacity: 1;
    transform: translate(-50%, -50%); }
  .story:hover .story__img {
    transform: translateX(-4rem) scale(1);
    filter: blur(3px) brightness(80%); }

.booking {
  padding: 15rem 0;
  background-image: linear-gradient(to right bottom, #7ed56f, #28b485); }
  @media only screen and (max-width: 56.25em) {
    .booking {
      padding: 5rem 0; } }
  .booking .book {
    background-image: linear-gradient(105deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, transparent 50%), url(../../img/nat-10.jpg);
    background-size: cover;
    background-position: top;
    height: 50rem;
    max-width: 100rem;
    margin: 0 auto;
    border-radius: 3px;
    box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.4); }
    @media only screen and (max-width: 75em) {
      .booking .book {
        background-image: linear-gradient(105deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 70%, transparent 30%), url(../../img/nat-10.jpg);
        width: 80%; } }
    @media only screen and (max-width: 56.25em) {
      .booking .book {
        background-image: linear-gradient(105deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 80%, transparent 10%), url(../../img/nat-10.jpg);
        width: 90%; } }
    @media only screen and (max-width: 37.5em) {
      .booking .book {
        background-image: linear-gradient(105deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../../img/nat-10.jpg);
        width: 90%; } }
    .booking .book .form {
      width: 50%;
      padding: 4.5rem;
      display: flex;
      flex-direction: column; }
      .booking .book .form__heading {
        margin-bottom: 2.5rem;
        width: -moz-fit-content;
        width: fit-content;
        text-align: center; }
        @media only screen and (max-width: 75em) {
          .booking .book .form__heading {
            margin: 0 auto 2.5rem; } }
      .booking .book .form__group {
        display: flex;
        flex-direction: column;
        padding: 1.5rem 1rem; }
        @media only screen and (max-width: 37.5em) {
          .booking .book .form__group {
            padding: 1rem 0.8rem;
            width: 100%; } }
        .booking .book .form__group--radio {
          display: flex;
          gap: 2rem; }
          @media only screen and (max-width: 37.5em) {
            .booking .book .form__group--radio {
              flex-direction: column; } }
      .booking .book .form__input {
        padding: 1.5rem 2rem;
        width: 90%;
        border: none;
        border-radius: 3px;
        background-color: rgba(255, 255, 255, 0.5);
        font-size: 1.2rem;
        font-family: inherit;
        border-bottom: 3px solid transparent; }
        @media only screen and (max-width: 37.5em) {
          .booking .book .form__input {
            width: 100%;
            padding: 1rem 2rem; } }
        .booking .book .form__input:focus {
          outline: none;
          border-bottom: 3px solid #28b485; }
          .booking .book .form__input:focus:invalid {
            border-bottom: 3px solid #b68323; }
      .booking .book .form__label {
        padding: 1rem 0 0 2rem;
        transition: all 0.3s; }
        @media only screen and (max-width: 37.5em) {
          .booking .book .form__label {
            padding: 0rem 0 0 2rem; } }
      .booking .book .form input:placeholder-shown + label {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-4rem); }
      .booking .book .form__radio-group {
        width: 100%; }
        @media only screen and (max-width: 37.5em) {
          .booking .book .form__radio-group {
            margin-bottom: 2rem; } }
      .booking .book .form__radio-input {
        display: none; }
      .booking .book .form__radio-label {
        font-size: 1.5rem;
        cursor: pointer;
        position: relative;
        padding-left: 4rem; }
      .booking .book .form__radio-button {
        height: 3rem;
        width: 3rem;
        border: 5px solid #28b485;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        left: 0;
        top: -0.4rem; }
        .booking .book .form__radio-button::after {
          content: "";
          display: block;
          height: 1.3rem;
          width: 1.3rem;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: #28b485;
          opacity: 0;
          transition: opacity 0.2s; }
      .booking .book .form .form__radio-input:checked
~ .form__radio-label
.form__radio-button::after {
        opacity: 1; }
      .booking .book .form__btn {
        width: max-content;
        margin-top: 3rem;
        background-color: #28b485;
        color: white; }
        @media only screen and (max-width: 37.5em) {
          .booking .book .form__btn {
            width: max-content;
            margin-top: 3rem auto; } }
      @media only screen and (max-width: 75em) {
        .booking .book .form {
          width: 70%;
          padding: 3.5rem; } }
      @media only screen and (max-width: 56.25em) {
        .booking .book .form {
          width: 80%;
          padding: 3rem; } }
      @media only screen and (max-width: 37.5em) {
        .booking .book .form {
          width: 100%;
          padding: 3rem; } }

.footer {
  background-color: #333;
  padding: 10rem 0;
  font-size: 1.4rem;
  color: #777; }
  @media only screen and (max-width: 37.5em) {
    .footer {
      font-size: 1.2rem; } }
  .footer__logo-box {
    text-align: center;
    margin-bottom: 8rem; }
  .footer__logo {
    width: 15rem;
    height: auto; }
  .footer .nav {
    display: flex;
    justify-content: space-between;
    max-width: 100rem;
    margin: 0 auto; }
    @media only screen and (max-width: 56.25em) {
      .footer .nav {
        flex-direction: column;
        align-items: center;
        gap: 7rem; } }
  .footer__navigation {
    border-top: 1px solid #777;
    padding-top: 2rem;
    text-align: center; }
    @media only screen and (max-width: 56.25em) {
      .footer__navigation {
        width: 70%; } }
    @media only screen and (max-width: 37.5em) {
      .footer__navigation {
        width: 90%; } }
  .footer__list {
    list-style: none;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center; }
  .footer__item:not(:last-child) {
    margin-right: 1.5rem; }
  .footer__link:link, .footer__link:visited {
    color: #f7f7f7;
    background-color: #333;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.2s; }
  .footer__link:hover, .footer__link:active {
    color: #55c57a;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
    transform: rotate(5deg) scale(1.3); }
  .footer__copyright {
    width: 40%; }
    .footer__copyright-description {
      border-top: 1px solid #777;
      padding-top: 2rem;
      color: white; }
    @media only screen and (max-width: 56.25em) {
      .footer__copyright {
        width: 80%; } }

.navigation__checkbox {
  display: none; }

.navigation__button {
  background-color: white;
  height: 7rem;
  width: 7rem;
  position: fixed;
  top: 6rem;
  right: 6rem;
  border-radius: 50%;
  z-index: 2000;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer; }
  @media only screen and (max-width: 37.5em) {
    .navigation__button {
      top: 4rem;
      right: 4rem; } }

.navigation__background {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  position: fixed;
  top: 6.5rem;
  right: 6.5rem;
  background-image: radial-gradient(#7ed56f, #28b485);
  z-index: 1000;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1); }
  @media only screen and (max-width: 37.5em) {
    .navigation__background {
      top: 4.5rem;
      right: 4.5rem; } }

.navigation__nav {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  opacity: 0;
  width: 0;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.navigation__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 100%; }

.navigation__item {
  margin: 1rem; }

.navigation__link:link, .navigation__link:visited {
  display: inline-block;
  font-size: 3rem;
  font-weight: 300;
  padding: 1rem 2rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, white 50%);
  background-size: 220%;
  transition: all 0.4s; }
  .navigation__link:link span, .navigation__link:visited span {
    margin-right: 1.5rem;
    display: inline-block; }

.navigation__link:hover, .navigation__link:active {
  background-position: 100%;
  color: #55c57a;
  transform: translateX(1rem); }

.navigation__checkbox:checked ~ .navigation__background {
  transform: scale(80); }

.navigation__checkbox:checked ~ .navigation__nav {
  opacity: 1;
  width: 100%; }

.navigation__icon {
  position: relative;
  margin-top: 3.5rem; }
  .navigation__icon, .navigation__icon::before, .navigation__icon::after {
    width: 3rem;
    height: 2px;
    background-color: #333;
    display: inline-block; }
  .navigation__icon::before, .navigation__icon::after {
    content: "";
    position: absolute;
    left: 0;
    transition: all 0.2s; }
  .navigation__icon::before {
    top: -0.8rem; }
  .navigation__icon::after {
    top: 0.8rem; }

.navigation__button:hover .navigation__icon::before {
  top: -1rem; }

.navigation__button:hover .navigation__icon::after {
  top: 1rem; }

.navigation__checkbox:checked + .navigation__button .navigation__icon {
  background-color: transparent; }

.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
  top: 0;
  transform: rotate(135deg); }

.navigation__checkbox:checked + .navigation__button .navigation__icon::after {
  top: 0;
  transform: rotate(-135deg); }

.popup {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s; }
  @supports (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px)) {
    .popup {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background-color: rgba(0, 0, 0, 0.3); } }
  .popup__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    background-color: white;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    display: flex;
    overflow: hidden;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.25);
    transition: all 0.5s 0.2s; }
    @media only screen and (max-width: 75em) {
      .popup__content {
        flex-direction: column; } }
  .popup__left {
    width: 33.333333%;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 75em) {
      .popup__left {
        flex-direction: row;
        width: 50%; } }
  .popup__right {
    width: 66.6666667%;
    display: table-cell;
    vertical-align: middle;
    padding: 3rem 5rem; }
    @media only screen and (max-width: 75em) {
      .popup__right {
        width: 100%; } }
    @media only screen and (max-width: 37.5em) {
      .popup__right {
        padding: 1rem 0; } }
  .popup__img {
    display: block;
    width: 100%; }
  .popup__text {
    font-size: 1.4rem;
    margin-bottom: 4rem;
    -moz-column-count: 2;
    -moz-column-gap: 4rem;
    -moz-column-rule: 1px solid #eee;
    column-count: 2;
    column-gap: 4rem;
    column-rule: 1px solid #eee;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
  .popup:target {
    opacity: 1;
    visibility: visible; }
  .popup:target .popup__content {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); }
  .popup__close:link, .popup__close:visited {
    color: #777;
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    font-size: 3rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s;
    line-height: 1; }
  .popup__close:hover {
    color: #55c57a; }
