/*
phone : 0-600px 
tab-vert : 600-900px
tab-land : 900px-1080
big-screen : 1080 - ...
*/
@import url("https://fonts.googleapis.com/css2?family=Splash&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@keyframes header-text-up {
  0% {
    transform: translateX(-500px);
    opacity: 0; }
  80% {
    transform: translateX(10px);
    opacity: 0.8; }
  100% {
    transform: translate(0);
    opacity: 1; } }

@keyframes header-text-down {
  0% {
    transform: translateX(500px);
    opacity: 0; }
  80% {
    transform: translateX(-10px);
    opacity: 0.8; }
  100% {
    transform: translate(0);
    opacity: 1; } }

@keyframes header-btn {
  from {
    opacity: 0;
    transform: translateY(500px); }
  to {
    opacity: 1;
    transform: translate(0); } }

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

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

html {
  font-size: 62.5%; }
  @media (max-width: 56.25em) {
    html {
      font-size: 56.2%; } }
  @media (max-width: 37.5em) {
    html {
      font-size: 50%; } }
  @media (max-width: 31.25em) {
    html {
      font-size: 45%; } }
  @media (min-width: 75em) {
    html {
      font-size: 90%; } }

::selection {
  background-color: #00b09b;
  color: #fff; }

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

.heading-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }
  .heading-text-up, .heading-text-down {
    display: block;
    text-transform: uppercase;
    text-align: center;
    color: #000; }
  .heading-text-up {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 8rem;
    letter-spacing: 1.7rem;
    animation: header-text-up 2s; }
  .heading-text-down {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 3rem;
    letter-spacing: 0.5rem;
    margin-bottom: 7rem;
    animation: header-text-down 2s; }

.about-heading {
  font-family: "Pacifico", cursive;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.5rem;
  letter-spacing: 0.5rem;
  background-image: linear-gradient(to right, #4f52ffe0, #52ff4fe0);
  display: inline-block;
  -webkit-background-clip: text;
  color: transparent;
  transition: all 0.2s; }
  @media (max-width: 37.5em) {
    .about-heading {
      font-size: 3.5rem; } }
  .about-heading:hover {
    transform: skewY(2deg) skewX(15deg) scale(1.1);
    text-shadow: 0rem 1.7rem 2rem rgba(0, 0, 0, 0.8);
    letter-spacing: 1rem; }

.story-heading {
  font-family: "Pacifico", cursive;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.5rem;
  letter-spacing: 0.5rem;
  background-color: #fff;
  display: inline-block;
  -webkit-background-clip: text;
  color: transparent;
  transition: all 0.2s; }
  @media (max-width: 37.5em) {
    .story-heading {
      font-size: 3rem; } }
  @media (max-width: 31.25em) {
    .story-heading {
      font-size: 3rem; } }
  .story-heading:hover {
    transform: skewY(2deg) skewX(15deg) scale(1.1);
    text-shadow: 0rem 1.7rem 2rem rgba(0, 0, 0, 0.8);
    letter-spacing: 1rem; }

.popup-heading {
  font-family: "Pacifico", cursive;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  padding: 2rem;
  letter-spacing: 0.5rem;
  background-image: linear-gradient(to right, #4f52ffe0, #52ff4fe0);
  display: inline-block;
  -webkit-background-clip: text;
  color: transparent;
  transition: all 0.2s; }
  @media (max-width: 56.25em) {
    .popup-heading {
      font-size: 1.9rem; } }
  @media (max-width: 37.5em) {
    .popup-heading {
      font-size: 1.7rem; } }
  .popup-heading:hover {
    transform: skewY(2deg) skewX(15deg) scale(1.1);
    text-shadow: 0rem 1.7rem 2rem rgba(0, 0, 0, 0.8);
    letter-spacing: 1rem; }

.form-heading {
  width: 127%;
  font-family: "Pacifico", cursive;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.5rem;
  background-image: linear-gradient(to right, #4f52ffe0, #52ff4fe0);
  display: inline-block;
  -webkit-background-clip: text;
  color: transparent;
  transition: all 0.2s; }
  @media (max-width: 56.25em) {
    .form-heading {
      font-size: 3.5rem; } }
  @media (max-width: 37.5em) {
    .form-heading {
      font-size: 2.2rem; } }
  @media (max-width: 31.25em) {
    .form-heading {
      font-size: 2.5rem; } }
  .form-heading:hover {
    transform: skewY(2deg) skewX(15deg) scale(1.1);
    text-shadow: 0rem 1.7rem 2rem rgba(0, 0, 0, 0.8);
    letter-spacing: 1rem; }

.about-title {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Lato", sans-serif; }

.about-text {
  text-transform: capitalize;
  letter-spacing: 0.05rem;
  font-size: 1rem;
  font-family: "Courier New", Courier, monospace;
  font-weight: 500; }
  @media (max-width: 37.5em) {
    .about-text {
      font-size: 1.2rem; } }
  .about-text:not(:last-child) {
    margin-bottom: 1.3rem; }

.foss {
  text-transform: uppercase;
  font-weight: 800; }

.center {
  text-align: center; }

.margin-bottom-small {
  margin-bottom: 6rem; }

.margin-bottom-very-small {
  margin-bottom: 0.5rem; }

.margin-bottom-medium {
  margin-bottom: 3rem; }

.padding-left-medium {
  padding-left: 8rem; }

.padding-left-right-medium {
  padding-left: 8rem;
  padding-right: 8rem; }

.padding-top-medium {
  padding-top: 10rem; }

.about {
  background-color: #f7f7f7;
  height: 95vh;
  width: 100%;
  margin-top: -30vh;
  padding-top: 30vh;
  padding-bottom: 30vh;
  box-sizing: content-box; }
  @media (max-width: 56.25em) {
    .about {
      margin-bottom: -45vh;
      padding-bottom: 0vh; } }
  @media (max-width: 37.5em) {
    .about {
      margin-bottom: 0vh;
      padding-bottom: 0vh; } }
  @media (min-width: 75em) {
    .about {
      padding-bottom: 10vh; } }

.feature {
  background-image: linear-gradient(to right bottom, #4eb9dde0, #52ff4fe0), url(./img/social.jpg);
  background-size: cover;
  height: 95vh;
  width: 100%;
  padding-top: 30vh;
  box-sizing: content-box;
  margin-top: -25vh;
  transform: skewY(-7deg); }
  .feature > * {
    transform: skewY(7deg); }
  @media (max-width: 56.25em) {
    .feature {
      padding-top: 13vh;
      padding-bottom: 43vh; }
      .feature > * {
        transform: skewY(14deg); } }
  @media (max-width: 37.5em) {
    .feature {
      padding-top: 10vh;
      padding-bottom: 30vh; }
      .feature > * {
        transform: skewY(14deg); } }
  @media (max-width: 31.25em) {
    .feature {
      padding-bottom: 15vh; } }
  @media (min-width: 75em) {
    .feature {
      padding-top: 17vh; } }

.section-tours {
  height: 95vh;
  width: 100%;
  padding: 20rem 0 50rem 0;
  margin-top: -12rem;
  position: relative; }
  @media (max-width: 56.25em) {
    .section-tours {
      padding-bottom: 195vh; } }
  @media (max-width: 37.5em) {
    .section-tours {
      padding-bottom: 185vh; } }
  @media (max-width: 31.25em) {
    .section-tours {
      padding-bottom: 165vh; } }
  .section-tours-btn {
    position: absolute;
    bottom: -6rem;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 56.25em) {
      .section-tours-btn {
        bottom: -3rem; } }
    @media (max-width: 31.25em) {
      .section-tours-btn {
        bottom: -6rem; } }

.btn,
.btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Pacifico", cursive;
  display: inline-block;
  border-radius: 100px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
  animation: header-btn 2s ease-out 0.5s;
  animation-fill-mode: backwards;
  background-color: #000;
  padding: 15px 45px;
  color: #fff;
  position: relative; }
  @media (max-width: 56.25em) {
    .btn,
    .btn:visited {
      padding: 10px 35px; } }
  @media (max-width: 37.5em) {
    .btn,
    .btn:visited {
      padding: 10px 35px; } }
  @media (max-width: 31.25em) {
    .btn,
    .btn:visited {
      padding: 5px 20px; } }

.btn:hover {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.6);
  transform: translateY(-3px); }
  .btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0; }

.btn:active {
  transform: translateY(3px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.6); }

.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
  background: #000; }

.about-btn:link, .about-btn:visited {
  text-transform: capitalize;
  text-decoration: none;
  font-size: 1.2rem;
  color: #04d500;
  font-family: "Lato", sans-serif;
  border-bottom: 1px solid #04d500;
  padding: 0.5rem;
  transition: all 0.2s; }

.about-btn:hover {
  background-color: #04d500;
  color: #fff;
  border-radius: 1rem;
  transform: translateY(-20px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.6); }

.about-btn:active {
  transform: translateY(0);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.6); }

.card-btn {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Pacifico", cursive;
  display: inline-block;
  border-radius: 100px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
  animation-fill-mode: backwards;
  background-color: #000;
  padding: 15px 45px;
  color: #fff;
  position: relative; }
  @media (max-width: 56.25em) {
    .card-btn {
      padding: 2.5px 25px; } }
  .card-btn:hover {
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.6); }
    .card-btn:hover::after {
      transform: scaleX(1.4) scaleY(1.6);
      opacity: 0; }
  .card-btn:active {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.6); }
  .card-btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s;
    background: #000; }

.section-tours-btn {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Pacifico", cursive;
  display: inline-block;
  border-radius: 100px;
  box-shadow: 0 10px 20px rgba(4, 213, 0, 0.3);
  transition: all 0.2s;
  animation-fill-mode: backwards;
  background-color: #04d500;
  padding: 15px 45px;
  color: #fff;
  position: relative; }
  @media (max-width: 56.25em) {
    .section-tours-btn {
      padding: 7px 27px; } }
  .section-tours-btn:hover {
    box-shadow: 0 1rem 2rem rgba(4, 213, 0, 0.6); }
    .section-tours-btn:hover::after {
      transform: scaleX(1.4) scaleY(1.6);
      opacity: 0; }
  .section-tours-btn:active {
    box-shadow: 0 0.5rem 1rem rgba(4, 213, 0, 0.6); }
  .section-tours-btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s;
    background: #04d500; }

.story-btn {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Pacifico", cursive;
  display: inline-block;
  border-radius: 100px;
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.3);
  transition: all 0.2s;
  animation-fill-mode: backwards;
  background-color: #fff;
  padding: 15px 45px;
  color: #000;
  position: relative; }
  .story-btn:hover {
    box-shadow: 0 1rem 2rem rgba(255, 255, 255, 0.6); }
    .story-btn:hover::after {
      transform: scaleX(1.4) scaleY(1.6);
      opacity: 0; }
  .story-btn:active {
    box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.6); }
  .story-btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s;
    background: #fff; }

.form-btn {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Pacifico", cursive;
  display: inline-block;
  border-radius: 100px;
  box-shadow: 0 10px 20px rgba(0, 176, 155, 0.3);
  transition: all 0.2s;
  animation-fill-mode: backwards;
  background-color: #00b09b;
  padding: 15px 45px;
  color: #000;
  position: absolute;
  left: 45%;
  top: 0;
  transform: translate(-50%, -50%);
  border: none; }
  @media (max-width: 56.25em) {
    .form-btn {
      padding: 10px 40px;
      top: 4.5rem;
      left: 50%; } }
  @media (max-width: 37.5em) {
    .form-btn {
      padding: 10px 25px;
      top: 3rem;
      left: 50%; } }
  @media (max-width: 31.25em) {
    .form-btn {
      padding: 10px 20px;
      top: 3.5rem; } }
  .form-btn:hover {
    box-shadow: 0 1rem 2rem rgba(0, 176, 155, 0.6); }
    .form-btn:hover::after {
      transform: scaleX(1.4) scaleY(1.6);
      opacity: 0; }
  .form-btn:active {
    box-shadow: 0 0.5rem 1rem rgba(0, 176, 155, 0.6); }
  .form-btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s;
    background: #00b09b; }

.popup-btn {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Pacifico", cursive;
  display: inline-block;
  border-radius: 100px;
  box-shadow: 0 10px 20px rgba(0, 176, 155, 0.3);
  transition: all 0.2s;
  animation-fill-mode: backwards;
  background-color: #00b09b;
  padding: 7px 30px;
  color: #000;
  position: absolute;
  left: 67%;
  top: 92%;
  transform: translate(-50%, -50%);
  border: none; }
  @media (max-width: 56.25em) {
    .popup-btn {
      padding: 1px 30px;
      left: 67%;
      top: 93%; } }
  @media (max-width: 37.5em) {
    .popup-btn {
      padding: 1px 30px;
      left: 67%;
      top: 93%; } }
  @media (max-width: 31.25em) {
    .popup-btn {
      padding: 1px 30px;
      left: 67%;
      top: 93%; } }
  .popup-btn:hover {
    box-shadow: 0 1rem 2rem rgba(0, 176, 155, 0.6); }
    .popup-btn:hover::after {
      transform: scaleX(1.4) scaleY(1.6);
      opacity: 0; }
  .popup-btn:active {
    box-shadow: 0 0.5rem 1rem rgba(0, 176, 155, 0.6); }
  .popup-btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s;
    background: #00b09b; }

.composite {
  position: absolute; }
  .composite--photo {
    width: 27%;
    height: 27%;
    position: relative;
    z-index: 10;
    transition: all 0.2s;
    border-radius: 1rem; }
  .composite--photo-1 {
    top: 0;
    left: 20%;
    z-index: 15; }
  .composite--photo-2 {
    top: -5rem;
    left: 10%;
    z-index: 1; }
  .composite--photo-3 {
    right: 4rem;
    top: 6rem; }
  .composite--photo:hover {
    transform: scale(1.2);
    z-index: 20; }

.single-card {
  background-color: #fff;
  padding: 5rem 2rem;
  border-radius: 1rem;
  box-shadow: 1rem 1.5rem 2rem rgba(0, 0, 0, 0.25);
  max-height: 20rem;
  transition: all 0.3s; }
  @media (max-width: 56.25em) {
    .single-card {
      padding: 3rem 10rem;
      width: 65%;
      height: 30rem;
      transform: skewY(-7deg); } }
  @media (max-width: 31.25em) {
    .single-card {
      padding: 3rem 10rem;
      width: 65%;
      height: 30rem; } }
  .single-card-logo {
    font-size: 5rem;
    display: inline-block;
    background: linear-gradient(to right, #4f52ffe0, #52ff4fe0);
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 1rem; }
  .single-card-title {
    margin-bottom: 1.5rem;
    font-family: "Lato", sans-serif;
    text-transform: uppercase; }
  .single-card-text {
    font-family: "Courier New", Courier, monospace;
    font-size: 0.75rem;
    font-weight: 500; }
  .single-card:hover {
    box-shadow: 1.5rem 2rem 2rem rgba(0, 0, 0, 0.5);
    transform: translateY(-1rem); }
    @media (max-width: 56.25em) {
      .single-card:hover {
        transform: skewY(-7deg); } }

.card-tours {
  perspective: 1500rem;
  -moz-perspective: 150rem;
  position: relative;
  transition: all 1s ease;
  height: 30rem;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
  backface-visibility: hidden; }
  .card-tours-slide {
    border-radius: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30rem;
    backface-visibility: hidden; }
    .card-tours-slide-front {
      background-color: #fff; }
    .card-tours-slide-back {
      transform: rotateY(180deg); }
      .card-tours-slide-back-1 {
        background-image: linear-gradient(to right bottom, #fdc830, #f37335); }
      .card-tours-slide-back-2 {
        background-image: linear-gradient(to right bottom, #fc5c7d, #6a82fb); }
      .card-tours-slide-back-3 {
        background-image: linear-gradient(to right bottom, #00b09b, #96c93d); }
  .card-tours:hover .card-tours-slide-front {
    transform: rotateY(-180deg);
    backface-visibility: hidden; }
  .card-tours:hover .card-tours-slide-back {
    transform: rotateY(0deg); }
  .card-tours-picture {
    height: 13rem;
    background-size: cover;
    background-position: center;
    background-blend-mode: screen;
    clip-path: polygon(0 0, 100% 0, 100% 87%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0 100%);
    position: relative; }
    .card-tours-picture-1 {
      background-image: url(../../img/card-1.jpg), linear-gradient(to right bottom, #fdc830, #f37335); }
    .card-tours-picture-2 {
      background-image: url(../../img/card-2.jpg), linear-gradient(to right bottom, #fc5c7d, #6a82fb); }
    .card-tours-picture-3 {
      background-image: url(../../img/card-3.jpg), linear-gradient(to right bottom, #00b09b, #96c93d); }
  .card-tours-header {
    font-size: 2.2rem;
    font-weight: 300;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
    position: absolute;
    top: 7rem;
    right: 2rem; }
    .card-tours-header-1 {
      width: 80%; }
    .card-tours-header-2 {
      width: 75%; }
    .card-tours-header-3 {
      width: 75%; }
    .card-tours-header-span {
      padding: 0.5rem 2rem;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone; }
      .card-tours-header-span-1 {
        background-image: linear-gradient(to right bottom, #fdc830, #f37335); }
      .card-tours-header-span-2 {
        background-image: linear-gradient(to right bottom, #fc5c7d, #6a82fb); }
      .card-tours-header-span-3 {
        background-image: linear-gradient(to right bottom, #00b09b, #96c93d); }
  .card-tours-detail {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    text-transform: capitalize;
    padding: 0 2rem;
    margin-top: 4rem; }
  .card-tours-detailBox {
    text-align: center;
    margin-bottom: 5rem;
    margin-top: 5rem; }
    .card-tours-detailBox-text {
      font-weight: 700;
      font-size: 1.4rem;
      padding-bottom: 2rem; }
    .card-tours-detailBox-img {
      height: 10rem;
      width: 10rem; }
    .card-tours-detailBox-btn {
      position: absolute;
      top: 85%;
      left: 50%;
      transform: translate(-50%, -50%); }
  @media (max-width: 56.25em) {
    .card-tours {
      margin: 0 auto;
      width: 75%;
      height: auto;
      box-shadow: none; } }
  @media (max-width: 56.25em) and (max-width: 31.25em) {
    .card-tours {
      width: 85%; } }
  @media (max-width: 56.25em) {
      .card-tours-slide {
        background-color: #fff;
        position: relative;
        height: auto; }
        .card-tours-slide-front {
          padding-bottom: 5rem;
          margin-bottom: -5rem; }
        .card-tours-slide-back {
          border-radius: 0 0 1rem 1rem;
          transform: rotateY(0);
          clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
          padding-bottom: 2.5rem; }
          .card-tours-slide-back-1 {
            background-image: linear-gradient(to right bottom, #fdc830, #f37335); }
          .card-tours-slide-back-2 {
            background-image: linear-gradient(to right bottom, #fc5c7d, #6a82fb); }
          .card-tours-slide-back-3 {
            background-image: linear-gradient(to right bottom, #00b09b, #96c93d); }
      .card-tours:hover .card-tours-slide-front {
        transform: rotateY(0); }
      .card-tours:hover .card-tours-slide-back {
        transform: rotateY(0); }
      .card-tours-picture {
        height: 13rem;
        background-size: cover;
        background-position: center;
        background-blend-mode: screen;
        clip-path: polygon(0 0, 100% 0, 100% 87%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0 100%);
        position: relative; }
        .card-tours-picture-1 {
          background-image: url(../../img/card-1.jpg), linear-gradient(to right bottom, #fdc830, #f37335); }
        .card-tours-picture-2 {
          background-image: url(../../img/card-2.jpg), linear-gradient(to right bottom, #fc5c7d, #6a82fb); }
        .card-tours-picture-3 {
          background-image: url(../../img/card-3.jpg), linear-gradient(to right bottom, #00b09b, #96c93d); }
      .card-tours-header {
        font-size: 2.2rem;
        font-weight: 300;
        text-transform: uppercase;
        text-align: right;
        color: #fff;
        position: absolute;
        top: 7rem;
        right: 2rem; }
        .card-tours-header-1 {
          width: 80%; }
        .card-tours-header-2 {
          width: 75%; }
        .card-tours-header-3 {
          width: 75%; }
        .card-tours-header-span {
          padding: 0.5rem 2rem;
          -webkit-box-decoration-break: clone;
          box-decoration-break: clone; }
          .card-tours-header-span-1 {
            background-image: linear-gradient(to right bottom, #fdc830, #f37335); }
          .card-tours-header-span-2 {
            background-image: linear-gradient(to right bottom, #fc5c7d, #6a82fb); }
          .card-tours-header-span-3 {
            background-image: linear-gradient(to right bottom, #00b09b, #96c93d); }
      .card-tours-detail {
        text-align: center;
        font-size: 1.3rem;
        letter-spacing: 0.1rem;
        font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
        text-transform: capitalize;
        padding: 0 2rem;
        margin-top: 4rem; }
      .card-tours-detailBox {
        text-align: center;
        margin-bottom: 5rem;
        margin-top: 5rem; }
        .card-tours-detailBox-text {
          font-weight: 700;
          font-size: 1.4rem;
          padding-bottom: 2rem; }
        .card-tours-detailBox-img {
          height: 10rem;
          width: 10rem; } }
      @media (max-width: 56.25em) and (max-width: 56.25em) {
        .card-tours-detailBox-img {
          height: 7rem;
          width: 7rem; } }
  @media (max-width: 56.25em) {
        .card-tours-detailBox-btn {
          position: absolute;
          top: 87%;
          left: 50%;
          transform: translate(-50%, -50%); } }

.story {
  position: relative;
  padding-bottom: 10rem; }
  @media (max-width: 37.5em) {
    .story {
      padding-bottom: 20rem; } }
  @media (max-width: 31.25em) {
    .story {
      padding-bottom: 20rem; } }
  .story-box {
    margin: 0 auto;
    height: 15rem;
    width: 75%;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.3);
    padding: 2rem 2rem 2rem 0;
    transform: skewX(-12deg);
    margin-bottom: 5rem; }
    @media (max-width: 37.5em) {
      .story-box {
        height: 23rem;
        padding: 1rem 3rem 2rem 0rem; } }
    @media (max-width: 31.25em) {
      .story-box {
        height: 23rem;
        padding: 1rem 3rem 2rem 0rem; } }
    .story-box-img {
      height: 7rem;
      width: 7rem;
      float: left;
      margin: 2.5rem 3rem;
      -webkit-shape-outside: circle(41% at 50% 50%);
      shape-outside: circle(35% at 50% 50%);
      clip-path: circle(50% at 50% 50%);
      backface-visibility: hidden;
      transform: translateX(-0.5rem) skewX(12deg);
      transition: all 0.5s; }
      @media (max-width: 37.5em) {
        .story-box-img {
          shape-outside: circle(39% at 50% 50%);
          height: 12rem;
          width: 12rem; } }
      @media (max-width: 31.25em) {
        .story-box-img {
          shape-outside: circle(39% at 50% 50%);
          height: 9rem;
          width: 9rem; } }
      .story-box-img-size {
        height: 7rem;
        position: relative;
        transform: scale(1);
        transition: all 0.5s; }
        @media (max-width: 37.5em) {
          .story-box-img-size {
            height: 12rem; } }
        @media (max-width: 31.25em) {
          .story-box-img-size {
            height: 9rem; } }
      .story-box-img-caption {
        font-size: 1.1rem;
        font-weight: 800;
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        transform: translate(-50%, -10%);
        text-align: center;
        transition: all 0.5s;
        opacity: 0; }
        @media (max-width: 37.5em) {
          .story-box-img-caption {
            font-size: 1.7rem; } }
        @media (max-width: 31.25em) {
          .story-box-img-caption {
            font-size: 1.3rem; } }
    .story-box-detail {
      font-size: 1rem;
      letter-spacing: 0.1rem;
      font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
      text-transform: capitalize;
      transform: skewX(12deg);
      hyphens: auto; }
      @media (max-width: 37.5em) {
        .story-box-detail {
          font-size: 1.4rem; } }
      @media (max-width: 31.25em) {
        .story-box-detail {
          font-size: 1.35rem;
          width: 100%; } }
    .story-box:hover .story-box-img-caption {
      opacity: 1;
      transform: translate(-50%, -50%); }
    .story-box:hover .story-box-img-size {
      transform: scale(1.1);
      filter: blur(3px); }
  .story-btn {
    position: absolute;
    bottom: 5.5rem;
    left: 50%;
    transform: translate(-50%); }
    @media (max-width: 37.5em) {
      .story-btn {
        bottom: 10rem; } }

.story {
  position: relative;
  overflow: hidden; }

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100rem;
  z-index: -1;
  opacity: 0.5; }

.section-form {
  margin-top: -2.8rem;
  padding: 15rem 0;
  background-image: linear-gradient(to right bottom, #96c93d, #00b09b);
  height: 60rem; }
  @media (max-width: 56.25em) {
    .section-form {
      padding-bottom: 72vh; } }
  @media (max-width: 37.5em) {
    .section-form {
      padding-bottom: 63vh; } }
  @media (max-width: 31.25em) {
    .section-form {
      padding-bottom: 55vh; } }
  .section-form-box {
    background-image: linear-gradient(105deg, #fff 50%, transparent 50.15%), url("../../img/desk.jpg");
    background-size: cover;
    background-position: center;
    height: 36.5rem;
    width: 80%;
    margin: 0 auto;
    border-radius: 1rem;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4); }
    @media (max-width: 56.25em) {
      .section-form-box {
        height: 50rem;
        width: 95%;
        background-image: linear-gradient(105deg, #fff 57%, transparent 50.15%), url("../../img/desk.jpg"); } }
  .section-form-group {
    width: 50%;
    padding: 1rem 4.6rem;
    position: relative; }
    @media (max-width: 31.25em) {
      .section-form-group {
        padding: 1rem 3rem; } }
    .section-form-group-input {
      display: block;
      border: none;
      font-family: inherit;
      padding: 1.5rem 2rem;
      background-color: rgba(255, 255, 255, 0.5);
      box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
      border-radius: 1rem;
      width: 90%;
      margin-bottom: 1.5rem;
      border-bottom: 4px solid transparent; }
      @media (max-width: 56.25em) {
        .section-form-group-input {
          width: 125%; } }
      @media (max-width: 31.25em) {
        .section-form-group-input {
          width: 117%; } }
      .section-form-group-input:focus:invalid {
        border-bottom: 4px solid orangered; }
      .section-form-group-input:focus {
        outline: none;
        box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
        border-bottom: 4px solid #00b09b; }
      .section-form-group-input::-webkit-input-placeholder {
        color: #999; }
    .section-form-group-label {
      font-size: 1.5rem;
      font-weight: 600s;
      padding: 0.5rem 0;
      display: block; }
      @media (max-width: 56.25em) {
        .section-form-group-label {
          font-size: 1.7rem; } }
      @media (max-width: 37.5em) {
        .section-form-group-label {
          font-size: 1.5rem; } }
      @media (max-width: 31.25em) {
        .section-form-group-label {
          font-size: 1.7rem; } }

.form--radio {
  width: 100%;
  display: inline-block;
  margin-bottom: 2.4rem; }
  .form--radio-input {
    display: none; }
  .form--radio-label {
    margin-right: 3rem;
    font-size: 1.2rem;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
    padding-left: 2.5rem; }
    @media (max-width: 56.25em) {
      .form--radio-label {
        font-size: 1.5rem; } }
    @media (max-width: 37.5em) {
      .form--radio-label {
        font-size: 1.25rem; } }
    @media (max-width: 31.25em) {
      .form--radio-label {
        font-size: 1.4rem; } }
  .form--radio-btn {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    border: 5px solid #00b09b;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -0.2rem; }
    .form--radio-btn::after {
      content: "";
      height: 0.85rem;
      width: 0.85rem;
      display: block;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #00b09b;
      opacity: 0;
      transition: all 0.2s; }

.form--radio-input:checked + .form--radio-label .form--radio-btn::after {
  opacity: 1; }

.header {
  background-image: linear-gradient(to right bottom, #4eb9dde0, #52ff4fe0), url(./img/foss.jpg);
  height: 95vh;
  position: relative;
  border-radius: 1rem 1rem 0 0;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%); }
  @media (max-width: 56.25em) {
    .header {
      height: 75vh;
      clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%); } }
  @media (max-width: 37.5em) {
    .header {
      border-radius: 0;
      height: 75vh;
      clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%); } }
  @media (max-width: 31.25em) {
    .header {
      clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); } }
  .header-img-logo {
    position: absolute;
    top: 30px;
    left: 40px; }
  .header-logo {
    height: 3rem;
    width: 3rem;
    transition: all 2s; }
    .header-logo:hover {
      opacity: 0; }

.row {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 37.5em) {
    .row {
      grid-template-rows: 1fr;
      grid-template-columns: 0.75fr 1fr; } }

.row-feature {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3rem; }
  @media (max-width: 56.25em) {
    .row-feature {
      grid-template-rows: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr;
      gap: 3rem; } }

.row-tours {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem; }
  @media (max-width: 56.25em) {
    .row-tours {
      grid-template-rows: 1fr 1fr 1fr;
      grid-template-columns: 1fr;
      gap: 2rem; } }
  @media (max-width: 37.5em) {
    .row-tours {
      grid-template-rows: 1fr 1fr 1fr;
      grid-template-columns: 1fr;
      gap: 4rem; } }

.footer-row {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 56.25em) {
    .footer-row {
      grid-template-rows: 1fr 1fr;
      grid-template-columns: 1fr;
      gap: 10rem; } }

.footer {
  padding: 5rem 0;
  background-color: #333;
  position: relative; }
  .footer-row {
    margin-top: 13rem; }
    @media (max-width: 56.25em) {
      .footer-row {
        margin-top: 20rem; } }
  .footer-1-of-2 {
    border-top: 2px solid white;
    width: 60%;
    margin-left: 4rem;
    display: inline-block;
    padding-top: 0.5rem; }
    @media (max-width: 56.25em) {
      .footer-1-of-2 {
        margin: 0 auto; } }
  .footer-logo {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%); }
    .footer-logo-img {
      height: 10rem;
      width: 10rem; }
  .footer-links {
    display: flex;
    justify-content: center; }
  .footer-link {
    list-style: none;
    padding-right: 1rem;
    transition: all 0.3s; }
    .footer-link:hover, .footer-link:visited {
      transform: rotate(-5deg);
      text-shadow: 4px 4px #000; }
    .footer-link-content {
      color: wheat;
      text-decoration: none;
      transition: all 0.3s; }
      .footer-link-content:hover {
        color: #00b09b; }
  .footer-copyright {
    margin-top: -0.7rem;
    color: wheat;
    font-size: 1rem;
    width: 92%;
    font-family: "Courier New", Courier, monospace;
    letter-spacing: 0.1rem; }
    @media (max-width: 56.25em) {
      .footer-copyright {
        font-size: 1.5rem;
        width: 95%;
        margin: -2rem auto; } }
    @media (max-width: 37.5em) {
      .footer-copyright {
        font-size: 1.7rem;
        width: 95%;
        margin: -4rem auto; } }
  .footer-writter {
    text-decoration: none;
    color: #00b09b; }

.nav-background {
  display: block;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  background-image: radial-gradient(#96c93d, #00b09b);
  position: fixed;
  top: 6.5rem;
  right: 4rem;
  transition: all 0.3s;
  z-index: 500; }
  @media (max-width: 56.25em) {
    .nav-background {
      top: 5.75rem;
      right: 4.75rem; } }
  @media (max-width: 37.5em) {
    .nav-background {
      top: 4.5rem;
      right: 3rem; } }
  @media (max-width: 31.25em) {
    .nav-background {
      top: 5rem;
      right: 2rem; } }

.nav-links {
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2000;
  transition: opacity 0.3s;
  transition: width 0.001s;
  opacity: 0;
  width: 0;
  display: none; }
  @media (max-width: 56.25em) {
    .nav-links {
      top: 40%; } }

.nav-link {
  list-style: none;
  margin: 1.5rem; }
  @media (max-width: 56.25em) {
    .nav-link {
      margin: 1.5rem auto;
      text-align: center; } }
  .nav-link-text {
    padding: 0.5rem 3rem;
    transition: all 0.6s;
    display: block;
    border-radius: 10px;
    font-size: 1.6rem; }
    @media (max-width: 56.25em) {
      .nav-link-text {
        font-size: 2.5rem; } }
    .nav-link-text:link, .nav-link-text:visited {
      text-decoration: none;
      font-family: "Courier New", Courier, monospace;
      color: #fff;
      background-size: 100%; }
    @media only screen and (max-width: 56.25em), only screen and (hover: none) {
      .nav-link-text:active {
        color: #000;
        transform: scale(1.5); } }
    @media only screen and (min-width: 56.25em), only screen and (hover: fine) {
      .nav-link-text:hover {
        background-image: linear-gradient(-120deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
        background-size: 250%;
        color: #00b09b;
        transform: translateX(3px); } }

.nav-input {
  display: none; }
  .nav-input:checked ~ .nav-background {
    transform: scale(80); }
  .nav-input:checked ~ .nav-links {
    opacity: 1;
    width: 23%;
    z-index: 2000;
    display: block; }
    @media (max-width: 37.5em) {
      .nav-input:checked ~ .nav-links {
        width: 37%; } }
    @media (max-width: 31.25em) {
      .nav-input:checked ~ .nav-links {
        width: 33%; } }
  .nav-input:checked + .nav-label .nav-icon {
    background-color: transparent; }
  .nav-input:checked + .nav-label .nav-icon::after {
    top: 0;
    transform: rotate(45deg); }
  .nav-input:checked + .nav-label .nav-icon::before {
    top: 0;
    transform: rotate(-45deg); }

.nav-label {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  position: fixed;
  top: 6rem;
  right: 3.5rem;
  background-color: #fff;
  z-index: 1000;
  cursor: pointer;
  box-shadow: 1.5rem 1.5rem 4rem rgba(0, 0, 0, 0.4); }
  @media (max-width: 56.25em) {
    .nav-label {
      height: 5rem;
      width: 5rem;
      top: 5rem;
      right: 4rem; } }
  @media (max-width: 37.5em) {
    .nav-label {
      height: 5rem;
      width: 5rem;
      top: 4rem;
      right: 2rem; } }
  @media (max-width: 31.25em) {
    .nav-label {
      height: 5rem;
      width: 5rem;
      top: 3rem;
      right: 1rem; } }
  .nav-label:hover .nav-icon::after {
    top: -0.72rem; }
  .nav-label:hover .nav-icon::before {
    top: 0.72rem; }

.nav-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute; }
  .nav-icon, .nav-icon::before, .nav-icon::after {
    width: 2.25rem;
    height: 2px;
    background-color: black;
    display: inline-block; }
  .nav-icon::after, .nav-icon::before {
    content: "";
    transition: all 0.3s ease-out; }
  .nav-icon::after {
    position: absolute;
    top: -0.6rem;
    left: 0; }
  .nav-icon::before {
    position: absolute;
    left: 0;
    top: 0.6rem; }

.popup {
  background-color: rgba(0, 0, 0, 0.45);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 5000;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden; }
  .popup:target {
    opacity: 1;
    visibility: visible; }
  .popup-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 5.5rem 0;
    background-color: #fff;
    width: 80%;
    border-radius: 15px;
    overflow: hidden;
    display: table; }
    @media (max-width: 56.25em) {
      .popup-box {
        position: absolute;
        top: 37%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        height: 50vh;
        margin: 0; } }
    @media (max-width: 37.5em) {
      .popup-box {
        position: absolute;
        top: 37%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        height: 45vh;
        margin: 0; } }
    @media (max-width: 31.25em) {
      .popup-box {
        position: absolute;
        top: 37%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        height: 45vh;
        margin: 0; } }
    @media (min-width: 75em) {
      .popup-box {
        position: absolute;
        top: 37%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        height: 30vh;
        margin: 0; } }
    .popup-box-left {
      display: table-cell;
      width: 33.33333333%; }
    .popup-box-img {
      display: block;
      width: 100%; }
      @media (max-width: 56.25em) {
        .popup-box-img {
          height: 25vh; } }
    .popup-box-right {
      display: table-cell;
      width: 66.6666667%;
      vertical-align: top;
      padding: 2rem 5rem; }
      .popup-box-right-text {
        font-size: 1rem;
        font-family: "Courier New", Courier, monospace;
        column-count: 2;
        column-gap: 4rem;
        column-rule: 2px solid #999;
        hyphens: auto; }
        @media (max-width: 56.25em) {
          .popup-box-right-text {
            font-size: 1.5rem; } }
        @media (max-width: 37.5em) {
          .popup-box-right-text {
            font-size: 1.3rem; } }
  .popup-close {
    position: absolute;
    top: 1.75rem;
    right: 1.25rem;
    text-decoration: none;
    font-size: 2.25rem;
    line-height: 0rem;
    color: #000;
    transition: all 0.3s; }
    .popup-close:hover {
      color: #00b09b; }
