@import url(reset.css);
@import url(choice.css);
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

body {
  font-family: "Inter", sans-serif;
  color: #202336;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  background-color: #fff;
}
html,
body {
  overflow-x: hidden;
}
.page {
  flex-grow: 1;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container {
  max-width: 1445px;
  margin: 0 auto;
  padding: 0 15px;
}
.main_btn {
  border-radius: 8px;
  min-width: 132px;
  padding: 16px 32px;
  background: #fb8f1d;
  color: #fff;
  outline: 1px solid #fb8f1d;
  transition: 0.3s ease-in-out;
}
.main_btn:hover {
  background-color: #fff;
  color: #fb8f1d;
}
.section_title {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 36px;
  line-height: 139%;
  color: #000;
}
.btn_view-all {
  font-weight: 600;
  font-size: 17px;
  line-height: 353%;
  color: #fb8f1d;
  position: relative;
  padding-right: 15px;
}
.btn_view-all::after {
  content: "";
  position: absolute;
  height: 9px;
  width: 9px;
  top: 50%;
  right: 0;
  border: 2px solid #fb8f1d;
  border-width: 0 0 2px 2px;
  transform: rotate(-135deg) translate(50%, 50%);
  transition: right 0.3s ease-in-out;
}
.btn_view-all:hover.btn_view-all::after {
  right: -5px;
  transform: rotate(-135deg) translate(50%, 50%) scale(1.1);
}
h1 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 64px;
  line-height: 125%;
  color: #202336;
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 56px;
  }
  .section_title {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 48px;
  }
  .main_btn {
    width: 100%;
  }
  .section_title {
    font-size: 24px;
  }
}
/* ------------------ */
.header {
  padding: 35px 0;
}
.header .container {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header_logo {
  min-width: 48px;
}
.header_nav {
  margin-left: auto;
}
.nav_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 35px;
}
.nav_link {
  color: #b8becd;
  transition: color 0.3s ease-in-out;
}
.nav_link:hover {
  color: #fb8f1d;
}
.nav_link-active {
  color: #202336;
  font-weight: 500;
}
.header_btns {
  display: inline-flex;
  gap: 18px;
}
.btn_login {
  border: 1px solid #fb8f1d;
  border-radius: 8px;
  width: 132px;
  height: 44px;
  min-width: 132px;
  font-weight: 500;
  font-size: 15px;
  color: #fb8f1d;
  transition: all 0.3s ease-in-out;
}
.btn_login:hover {
  background-color: #fb8f1d;
  color: #fff;
}
.btn_register {
  padding: 12px 32px;
}
@media (max-width: 820px) {
  .header {
    padding: 20px 0;
  }
  .header_nav {
    display: none;
  }
  .nav_link {
    color: #fff;
    font-size: 18px;
  }
  .nav_link-active {
    color: #202336;
  }
}
/* -------------- */
.main {
  padding: 35px 0 135px;
  background-image: url(/image/main/element1.svg), url(/image/main/element2.svg),
    url(/image/main/element3.svg);
  background-repeat: no-repeat;
  background-position: 40% 10%, 5% 45%, 45% 80%;
}
.main .container {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  position: relative;
}
.main_content {
  width: 100%;
}
.main_title {
  max-width: 360px;
}
.main_text {
  font-weight: 600;
  font-size: 22px;
  color: #202336;
  margin: 75px 0 20px;
}
.main_line {
  border-radius: 4px;
  width: 32px;
  height: 2px;
  background: #202336;
}
.main_menu {
  margin: 48px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 35px;
  width: 100%;
}
.main_menu select {
  padding: 21px 31px;
  border: 0.8px solid #afb0b9;
  border-radius: 6px;
  color: #4a4c53;
}
.main_img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .main {
    padding-bottom: 80px;
  }
  .main_img {
    width: 500px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
@media (max-width: 600px) {
  .main {
    padding-bottom: 50px;
  }
  .main_menu {
    grid-template-columns: auto;
  }
  .main_img {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .main_img {
    display: none;
  }
}
/* ---------------------- */
.new-way {
  padding: 135px 0;
  background-repeat: no-repeat;
  background-image: url(/image/new-way/element1.svg),
    url(/image/new-way/element2.svg);
  background-position: 50% 12%, 80% 60%;
}
.new-way .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
.new-way_img {
  width: 100%;
}
.new-way_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.new-way_text {
  margin: 20px 0 33px;
  font-family: "Mulish";
  font-weight: 300;
  font-size: 17px;
  line-height: 176%;
  color: #7d7987;
  display: grid;
  gap: 5px;
}
@media (max-width: 991.98px) {
  .new-way .container {
    flex-direction: column-reverse;
  }
  .new-way_img img {
    width: 100%;
  }
}
/* -------------------- */
.destinations {
  padding: 135px 0 115px;
  background-repeat: no-repeat;
  background-image: url(/image/destination/element1.svg),
    url(/image/destination/element2.svg), url(/image/destination/element3.svg);
  background-position: 75% 15%, 10% 65%, 45% 95%;
}
.destinations_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
  align-items: start;
}
.destinations_cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  gap: 25px;
}
.destinations_card {
  position: relative;
}
.card_img img {
  width: 100%;
}
.card_description {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 6px 0 0;
  background-color: #fff;
  padding: 11px 22px 0 0;
}
.card_name {
  font-weight: 600;
  font-size: 17px;
  line-height: 147%;
  color: #042521;
}
.card_country {
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  color: #80918e;
}
@media (max-width: 560px) {
  .destinations_top {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
/* -------------------- */
.guides {
  padding: 115px 0;
}
.guides .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  background-repeat: no-repeat;
  background-image: url(/image/guides/element1.svg),
    url(/image/guides/element2.svg), url(/image/guides/element3.svg);
  background-position: 100% 10%, 10% 20%, 45% 70%;
}
.guides_content {
  max-width: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.guides_text {
  margin: 20px 0 33px;
  font-family: "Mulish";
  font-weight: 300;
  font-size: 17px;
  line-height: 176%;
  color: #7d7987;
}
.guides_img img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .guides .container {
    flex-direction: column;
  }
  .guides_content {
    max-width: none;
  }
}
/* --------------------- */
.testimonials {
  padding: 115px 0;
}
.testimonials .container {
  background-repeat: no-repeat;
  background-image: url(/image/testimonials/element1.svg),
    url(/image/testimonials/element2.svg), url(/image/testimonials/element3.svg);
  background-position: 100% 14%, 0% 40%, 72% 100%;
}
.testimonials_title {
  margin-bottom: 45px;
}
.swiper-slide {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}
.user_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  max-width: 500px;
}
.user_coment {
  margin: 30px 0 40px;
  font-family: "Mulish";
  font-size: 24px;
  line-height: 150%;
  color: #000;
}
.user_name {
  font-weight: 700;
  font-size: 22px;
  line-height: 218%;
  color: #000;
}
.user_info {
  font-size: 18px;
  line-height: 167%;
  color: rgba(0, 0, 0, 0.85);
}
.user_photo {
  margin-top: auto;
  height: 100%;
  min-width: 300px;
}
.user_photo img {
  width: 100%;
  height: 100%;
}
.swiper_btns {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 20px 0 0 30px;
  border-radius: 16px 0 0 0;
  z-index: 20;
  display: flex;
  gap: 22px;
}
.swiper-button-prev,
.swiper-button-next {
  position: relative;
  z-index: 30;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  transition: background-color 0.5s ease;
  margin: 0;
  border: 2px solid #000;
  right: 0;
  left: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  position: absolute;
  height: 9px;
  width: 9px;
  top: 50%;
  left: 45%;
  border: 2px solid #000;
  border-width: 0 0 2px 2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.swiper-button-prev::after {
  left: 53%;
  transform: translate(-40%, -45%) rotate(45deg);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  border-radius: 100%;
  border: 2px solid #000;
  opacity: 0.3;
}
@media (max-width: 700px) {
  .swiper-slide {
    flex-direction: column-reverse;
  }
  .user_content {
    max-width: none;
  }
  .user_coment {
    order: 1;
  }
  .user_rating {
    order: 2;
    padding-bottom: 10px;
    width: 155px;
  }
  .user_photo {
    max-width: 400px;
  }
}
/* ------------------------------- */
.stories {
  padding: 115px 0 135px;
}
.stories_top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 56px;
}
.stories_cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px 25px;
}
.stories_card {
  display: flex;
  flex-direction: column;
}
.card_img img {
  border-radius: 8px 8px 0 0;
}
.card_title {
  margin: 13px 0;
}
.card_title a {
  font-weight: 700;
  font-size: 19px;
  line-height: 158%;
  color: #000;
}
.card_text {
  margin-bottom: 23px;
  font-weight: 400;
  font-size: 15px;
  line-height: 173%;
  color: #7d7987;
}
.card_read-more {
  margin-top: auto;
  font-weight: 600;
  font-size: 15px;
  line-height: 187%;
  color: #fb8f1d;
}
@media (max-width: 560px) {
  .stories_top {
    flex-direction: column;
    gap: 0;
    align-items: start;
    margin-bottom: 10px;
  }
  .card_text {
    margin-bottom: 12px;
  }
}
/* ----------------------------------- */
.footer {
  background-color: #f9f9fb;
  font-family: "Mulish";
}
.footer_content {
  padding: 78px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px 60px;
  flex-direction: row;
}
.footer_info {
  display: flex;
  flex-direction: column;
  max-width: 380px;
}
.footer_logo {
  width: 44px;
  height: 44px;
}
.footer_text {
  font-weight: 300;
  font-size: 18px;
  line-height: 156%;
  color: #848484;
  margin: 26px 0;
}
.footer_copy {
  margin-top: auto;
  font-weight: 300;
  font-size: 17px;
  line-height: 165%;
  color: #848484;
}
.footer_menu {
  width: 100%;
}
.menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.list_item {
  display: grid;
  gap: 36px;
}
.item_title-link {
  font-weight: 700;
  font-size: 19px;
  color: #000;
}
.item_list {
  display: grid;
  gap: 20px;
}
.item_link {
  font-weight: 300;
  font-size: 18px;
  color: #848484;
}
.footer_socials {
  border-top: 1px solid #c4c4c4;
  padding: 32px 0;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 35px;
}
.socials_link {
  transition: 0.3s ease-in-out;
}
.socials_link:hover {
  transform: scale(1.1);
}
@media (max-width: 991.98px) {
  .footer_content {
    flex-direction: column-reverse;
  }
  .footer_info {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .footer_content {
    padding: 50px 0;
  }
}
@media (max-width: 400px) {
  .menu_list {
    flex-direction: column;
    text-align: center;
  }
  .list_item {
    gap: 24px;
  }
  .item_list {
    gap: 12px;
  }
}
/* ----------------- */
@media (max-width: 991.98px) {
  .new-way,
  .destinations,
  .guides,
  .testimonials,
  .stories {
    padding: 80px 0;
  }
}
@media (max-width: 767.98px) {
  .new-way,
  .destinations,
  .guides,
  .testimonials,
  .stories {
    padding: 50px 0;
  }
}
@media (max-width: 560px) {
  .new-way,
  .destinations,
  .guides,
  .testimonials,
  .stories {
    padding: 30px 0;
  }
}
/* --------------- Humburger ------------- */
.hamburger {
  display: none;
  cursor: pointer;
  font-size: 36px;
  margin-left: 14px;
  border-radius: 10px;
}
.hamburger_exit {
  position: absolute;
  right: 15px;
  top: 25px;
  cursor: pointer;
}
.hamburger_exit img {
  max-width: 30px;
}
.header_mobile {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  padding: 100px 25px;
  max-width: 300px;
  width: 100%;
  background-color: #1abe84;
  border-left: 2px solid #fff;
  height: 100%;
  text-align: center;
  transition: transform 0.5s ease;
}
.header_mobile_nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 820px) {
  .btn_register {
    display: none;
  }
  .btn_register_mobile {
    display: block;
  }
  .header .container {
    gap: 0;
  }
  .header_btns {
    margin-left: auto;
  }
  .hamburger {
    display: block;
  }
  .header_mobile {
    display: block;
    transform: translateX(110%);
  }
  .header_mobile .nav_list {
    display: grid;
  }
  .header_mobile.is-active {
    transform: none;
  }
}
