@media only screen and (max-width: 979px) and (min-width: 480px) {
  .container {
    width: 100%;
  }
  .hero {
    width: 90%;
    margin: 0;
    padding-top: 58px;
    padding-left: 6%;
    padding-right: 6%;
  }
  .hero .hero__menu {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .hero .hero__menu .hero__navbar {
    width: 100%;
  }
  .hero .hero__menu .logo-search__box {
    width: 100%;
  }
  .hero .hero__menu .logo-search__box .search__box {
    width: 60%;
  }
  .hero .hero__menu .logo-search__box .search__box svg {
    width: 24px;
    height: 24px;
  }
  .hero .hero__menu .logo-search__box .search__box input {
    width: 100%;
    padding-left: 10%;
  }
  .hero .hero__images-text {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .hero .hero__images-text .hero__text {
    margin: 0;
    margin-top: 22px;
  }
  .hero .hero__images-text .hero__text .hero__text-heading {
    font-size: 32px;
    position: relative;
    height: auto;
    line-height: 36px;
  }
  .hero__images-text .hero__text .hero__text-heading img {
    position: absolute;
    bottom: 0;
    right: -16px;
    width: 30px;
    height: 30px;
  }
  .hero__images-text .hero__text .hero__text-content {
    font-size: 16px;
  }
  .hero__images-text
    .hero__text
    .hero__text-actions
    .hero__text-actions-watch-text {
    position: relative;
    margin-left: 10%;
  }
  .hero__images-text .hero__text .hero__text-actions .btn {
    width: 132px;
    height: 54px;
    border-radius: 27px;
  }
  .destination {
    /* display: none; */
    text-align: center;
    margin: 0;
    margin-top: 32px;
  }
  .destination::after {
    display: none;
  }
  .destination::before {
    display: none;
  }
  .destination .destination__heading {
    flex-direction: column;
    padding: 0;
  }
  .destination .destination__heading h1 {
    margin-right: 0;
    text-align: center;
  }
  .package {
    text-align: center;
    margin: 0;
    margin-top: 32px;
    padding: 0;
  }
  .package .package__cards {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  .package .package__heading p {
    height: auto;
    width: 100%;
    padding: 0 32px;
  }
  .package .package__cards .package__card {
    width: 100%;
    text-align: left;
  }
  .package .package__cards .package__card img {
    width: 100%;
  }
  .gallery {
    width: 90%;
    margin: 0;
    padding-top: 28px;
    padding-left: 6%;
    padding-right: 6%;
    margin-bottom: 46px;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .gallery .gallery__images {
    margin-right: 0;
    align-self: flex-end;
    width: 80%;
    margin-right: 10%;
  }
  .gallery .gallery__images .gallery__images-left {
    width: 50%;
    justify-content: center;
    display: flex;
  }
  .gallery .gallery__images .gallery__images-right {
    width: 100%;
  }
  .gallery .gallery__text {
    width: 100%;
  }
  .gallery .gallery__text .gallery__text-heading {
    font-size: 30px;
    width: 80%;
  }
  .gallery .gallery__text .gallery__text-content {
    width: 80%;
    height: auto;
  }
  .gallery .gallery__text .btn {
    width: 140px;
    height: 48px;
    border-radius: 23px;
  }

  .newsletter {
    padding-top: 48px;
    padding-bottom: 48px;
    flex-direction: column;
  }
  .newsletter .newsletter__content .newsletter__content-header {
    font-size: 32px;
  }
  .newsletter .newsletter__input {
    align-self: flex-end;
    width: 100%;
    height: 42px;
  }
  .newsletter .newsletter__input input {
    font-size: 14px;
  }
  .newsletter .newsletter__input .btn {
    height: 42px;
    width: 112px;
    font-size: 14px;
  }
  .footer {
    padding: 6%;
  }
  .footer .footer__content-wrapper {
    flex-direction: column;
    margin: 0;
  }
  .footer .footer__content-wrapper .footer__contact {
    margin-bottom: 18px;
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 1px solid #394659;
    justify-content: center;
  }
  .footer .footer__list .footer__heading {
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .footer .footer__content-wrapper .footer__list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 14px;
  }
  .footer .footer__contact .footer__contact-logo {
    width: 276px;
  }
}
