/* *************************************** */
/* 1152px */
/* *************************************** */
@media only screen and (max-width: 72em) {
  .link-2 {
    display: none;
  }

  .link__more--2 {
    display: block;
  }
}

/* *************************************** */
/* 1064px */
/* *************************************** */
@media only screen and (max-width: 66.5em) {
  .link-3 {
    display: none;
  }

  .link__more--3 {
    display: block;
  }
}
/* *************************************** */
/* 992px */
/* *************************************** */
@media only screen and (max-width: 62em) {
  .header__inner__container {
    display: none;
  }

  .mobile__nav-btn {
    display: flex;
  }

  .nav-btn {
    display: block;
  }

  .header__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header__logo {
    max-height: 44px;
  }

  .header.shrink .header__logo {
    max-height: 44px;
  }

  .header.shrink {
    height: 72px;
  }

  .heading__primary__main {
    font-size: 4.8rem;
    line-height: 1.18;
  }

  .heading__primary__sub {
    font-size: 2.8rem;
    line-height: 1.45;
  }

  .heading__secondary {
    font-size: 2.8rem;
    line-height: 1.45;
  }
  .heading__secondary--white {
    font-size: 2.8rem;
    line-height: 1.45;
  }

  /* .tour {
    height: 100%;
  } */

  /* .tour__text__box {
    height: 100%;
  } */

  /* .btn__tour {
    margin-top: 6rem;
  } */

  .catagory__grid--2 {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 4rem;
  }

  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
  }
}

/* *************************************** */
/* 992px */
/* *************************************** */
@media only screen and (min-width: 62em) {
  .nav__checkbox:checked ~ .mobile__nav {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}

/* *************************************** */
/* 768px */
/* *************************************** */
@media only screen and (max-width: 48em) {
  .header {
    background-color: rgba(145, 31, 16, 0.9);
    height: 72px;
    backface-visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .section__hero {
    padding: 16.3rem 0 4rem 0;
  }

  .heading__primary__main {
    font-size: 3.2rem;
    line-height: 1.25;
  }

  .heading__primary__sub {
    font-size: 2.4rem;
    line-height: 1.25;
  }

  .hero__text {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 2.3rem;
  }

  .tour__img__box:link,
  .tour__img__box:visited {
    height: 16rem;
  }

  .section__tours {
    padding: 6.6rem 0 1rem;
  }

  .swiper-box {
    padding: 0 0rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    height: 3.6rem !important;
    width: 3.8rem !important;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 1.2rem !important;
  }

  .mg__bottom-1 {
    margin-bottom: 5.8rem;
  }

  .swiper-pagination {
    display: none !important;
  }
  .cta__content__box {
    padding: 6.4rem 0 4rem;
  }

  .heading__secondary {
    font-size: 2.4rem;
    line-height: 1.25;
  }
  .heading__secondary--white {
    font-size: 2.4rem;
    line-height: 1.25;
  }

  .catagory__container {
    margin-top: 2.5rem;
  }

  .section__catagory {
    padding: 6.4rem 0 6.4rem;
  }

  .catagory__block:link {
    height: 21.5rem;
    padding: 2rem;
  }

  .catagory__grid--1,
  .catagory__grid--2:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .catagory__grid--1,
  .catagory__grid--2 {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }

  .footer {
    padding: 6rem 0 4rem;
  }

  .footer__grid {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }

  .footer__form {
    margin: 2.4rem 0 0.4rem;
  }

  .cookies__link__container {
    column-gap: 1.22rem;
    row-gap: 0rem;
  }
}

/* *************************************** */
/* 544px */
/* *************************************** */
@media only screen and (max-width: 34em) {
  .btn.btn__hero {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero__text__box {
    justify-content: center;
  }

  .catagory__block:link {
    height: 19rem;
  }

  .catagory__heading {
    font-size: 1.8rem;
  }

  .cookies__link__container {
    display: block;
    column-gap: 0.4rem;
    row-gap: 0rem;
  }

  .cookies__link__container span {
    display: none;
  }
}

/* *************************************** */
/* 400px */
/* *************************************** */
@media only screen and (max-width: 25em) {
  .tours-slide {
    min-height: 670px;
  }

  .tour__text__box {
    height: 420px;
  }
}
