:root {
  --light: #faf8f4;
  --font-main: Montserrat, sans-serif;
  --d-green: #14281c;
  --golden: #be8c29;
  --headline-font: "Arimo Variablefont Wght", Verdana, sans-serif;
  --dark: #3a443e;
  --gray: #c7c4c0;
  --yellow: #ebe3d4;
  --green: #153421;
  --black-gradient: linear-gradient(180deg, #0300053f 0%, #03000577 40%, #030005bd 60%, #030005d8 75%, #030005c4 85%);
}
*{
  transition: all .3s ease-in-out;
}
::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: var(--light); /* or add it to the track */
}
::-webkit-scrollbar-thumb {
  background: var(--golden);
}
.body {
  background-color: var(--light);
  font-family: var(--font-main);
  color: var(--d-green);
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

.page-wrapper {
  flex-flow: column;
  width: 100vw;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}
.page-wrapper>*{
  width: 100%;
}

.logo {
  width: 187px;
}

.logo.logo-f {
  width: 300px;
}

.nav-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar {
  width: 100%;
  display: block;
}

.header {
  z-index: 11;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.contain {
  width: 90%;
  max-width: 1280px;
  height: 100%;
}

.contain.light-bg {
  background-color: var(--light);
}

.contain.footer-contain {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contain.b2b-wr {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.contain.slid-contain {
  padding-left: 0;
  overflow: visible;
}

.contain.hero-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: flex;
}

.head-link {
  color: var(--d-green);
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}

.head-link.light-text {
  color: var(--light);
  font-size: 16px;
  font-weight: 600;
}

.btn {
  color: var(--light);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  display: flex;
}

.btn.primary-btn {
  background-color: var(--golden);
  text-align: center;
  cursor: pointer;
  z-index: 2;
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.btn.outlined-btn {
  border: 1px solid var(--light);
  cursor: pointer;
  background-color: #0000001a;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.hero {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.h1 {
  font-family: var(--headline-font);
  color: var(--dark);
  letter-spacing: 0;
  text-transform: uppercase;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  position: relative;
}

.h1.light-text {
  color: var(--light);
}

.h1.light-text.text-c {
  font-size: 64px;
  line-height: 70px;
}

.h1.light-text.text-c._w-60 {
  font-family: var(--headline-font);
  text-align: center;
  width: 60%;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

.h1.center {
  text-align: center;
}

.h1.center._10w {
  color: var(--dark);
  width: 70%;
}

.background-video {
  z-index: -2;
  height: 100%;
  position: fixed;
  inset: 0%;
  background-size: cover;
  background-position: center;
  background-image: url(../videos/150929.webp);
}

.dark-div {
  z-index: -1;
  background-color: #0000;
  background: linear-gradient(180deg, #03000500 0%, #0300053a 40%, #0300054d 60%, #0300056b 75%, #03000581 85%);
  position: absolute;
  inset: 0%;
}

.dark-div.ind {
  z-index: 2;
  background-color: #00000042;
  background-image: linear-gradient(#0000, #0009);
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.logo-link {
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
  overflow: clip;
}

.logo-link.logo-f {
  height: 80px;
  display: none;
}

.main-headline {
  background-image: url('../images/Group-6-min.png');
  background-position: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.blocks-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--light);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.headline {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.paragraph {
  color: var(--d-green);
  z-index: 1;
  width: auto;
  margin-bottom: 0;
  font-weight: 500;
}

.paragraph._70w {
  width: 70%;
}

.paragraph._70w.center {
  text-align: center;
}

.paragraph.light-tetx {
  color: var(--light);
  text-decoration: none;
}

.paragraph.light-tetx._w-60 {
  width: 60%;
}

.paragraph.light-tetx.center {
  text-align: center;
}

.paragraph.gray {
  color: var(--gray);
}

.paragraph.yellow {
  color: var(--yellow);
}

.paragraph.yellow.center {
  text-align: center;
  width: 80%;
}

.golden {
  color: var(--golden);
  text-align: left;
}

.italic {
  font-family: var(--headline-font);
  letter-spacing: 0;
  font-style: italic;
  font-weight: 400;
}
i{
  font-weight: 400;
  color: var(--golden);
}

.naprvl {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  z-index: 1;
  flex-flow: column;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.nap-blocks {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  display: flex;
  position: relative;
}

.nap-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--yellow);
  flex-flow: column;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

.img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 40vh;
}

.img.img-1 {
  background-image: url('../images/6023703027644481490_11zon.webp');
  background-position: 50% 60%;
  background-size: cover;
}

.img.img-2 {
  background-image: url('../images/593818564_11zon.webp');
  background-position: 50% 70%;
  background-size: cover;
}

.img.img-3 {
  background-image: url('../images/communication-concept_11zon.webp');
  background-position: 50%;
  background-size: cover;
}

.nap-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.h3 {
  border: 0px solid var(--dark);
  font-family: var(--headline-font);
  color: var(--dark);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.h3._w-60 {
  width: auto;
}

.h3.golden {
  color: var(--golden);
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

.h3.center {
  text-align: center;
}

.h3.gray {
  color: var(--gray);
}

.link-all {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.h2 {
  font-family: var(--headline-font);
  color: var(--golden);
  text-transform: uppercase;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

.h2._w-60 {
  width: auto;
}

.h2.light-text {
  color: var(--light);
}

.h2.light-text.text-c {
  text-align: center;
}

.link-warp {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-warp.link-c {
  justify-content: center;
  align-items: center;
}

.link-warp.link-l {
  justify-content: flex-start;
  align-items: center;
}

.tours {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.rours-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
  position: relative;
}

.tour-img {
  width: 100%;
  height: 70vh;
}

.tour-img.img-1 {
  background-image: url('../images/3811.jpg');
  background-position: 50%;
  background-size: cover;
}

.tour-img.img-2 {
  background-image: url('../images/2151690208.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.tour-img.img-3 {
  background-image: url('../images/1180.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.tour-img.img-4 {
  background-image: url('../images/951.jpg');
  background-position: 50%;
  background-size: cover;
}

.tours-col {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.tour-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--light);
  flex-flow: column;
  width: 50%;
  max-width: 530px;
  padding: 40px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.tour-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.tour-wrap.txt-top {
  inset: 0% 0% auto;
}

.experts {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  z-index: 2;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.exp-images {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  height: 60vh;
  display: flex;
}

.experts-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 40.9509%;
  display: flex;
}

.exp-img {
  width: 100%;
  height: 100%;
}

.exp-img.exp-1 {
  background-image: url('../images/IMG_2680_11zon.webp');
  background-position: 0 0;
  background-size: cover;
}

.exp-img.exp-2 {
  background-image: url('../images/IMG_2683_11zon.webp');
  background-position: 0 0;
  background-size: cover;
  position: static;
}

.b2b {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.background-video-2 {
  z-index: 1;
  height: 80vh;
  position: absolute;
  inset: 0%;
}

.vid-wrap {
  height: 80vh;
  position: relative;
}

.b2b-text {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.gallery {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.gall-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.row-1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.gal-img.gal-img1 {
  background-image: url('../images/babd0627ef78de280e644fe1fdb81596_11zon.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 80vh;
}

.col-1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.gal-img-2 {
  background-image: url('../images/Machu-Picchu_11zon.webp');
  background-position: 0 0;
  background-size: cover;
  height: 100%;
}

.div-block {
  display: block;
}

.gal-img-3 {
  background-image: url('../images/19953_11zon-1.webp');
  background-position: 0 0;
  background-size: cover;
  height: 100%;
}

.full-w-img {
  background-image: url('../images/very-beautiful-landscape-peru-travel-latin-america-min.jpg');
  background-position: 0%;
  background-size: cover;
  height: 60vh;
}

.row-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.gal-img-4 {
  background-image: url('../images/closeup-shot-cute-white-llama-with-ocean-mountains-sunrise_11zon.webp');
  background-position: 0 0;
  background-size: cover;
  width: 40%;
  height: 40vh;
}

.gal-img-5 {
  background-image: url('../images/1845_11zon-1.webp');
  background-position: 0 0;
  background-size: cover;
  width: 60%;
  height: 40vh;
}

.footer {
  background-image: linear-gradient(#000000bf, #000000bf);
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.image {
  opacity: .6;
  z-index: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 15%;
  left: -13.75px;
  overflow: visible;
}

.image-2 {
  opacity: .5;
  z-index: 0;
  position: absolute;
  inset: auto auto -38% -50%;
}

.image-2.top {
  opacity: .5;
  inset: -46% -49% auto auto;
}

.italic {
  font-style: normal;
  font-weight: 400;
  text-decoration-style: solid;
}

.footer-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.contact-form-modal {
  clear: none;
  opacity: 1;
  background-color: #0006;
  width: 45%;
  height: 100%;
  padding: 60px;
}

.f-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-links {
  border-top: 1px solid var(--light);
  border-bottom: 0px none var(--light);
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.f-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.f-socials {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.h2-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.form-block {
  width: 100%;
  height: 100%;
}

.field-label {
  color: var(--light);
  margin-bottom: 0;
  padding-left: 10px;
  line-height: 21px;
}

.text-field {
  border: 1px solid var(--light);
  color: var(--light);
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 10px 30px;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-4 {
  background-color: var(--yellow);
  width: 100%;
  height: 120%;
  position: absolute;
  inset: auto 0% 0%;
}

.tour-slider {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  display: flex;
  overflow: hidden;
}

.ind-tours {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.slider-headline {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-btns {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: static;
}

.swiper-button-prev, .swiper-button-next {
  width: auto;
  height: auto;
  position: absolute;
  width: 68px !important;
  height: 68px !important;
  margin: 0 !important;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--golden);
  border-radius: 100%;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "" !important;
}
.swiper-button-prev{
  top: 0;
  bottom: 0;
  left: 100px !important;
  z-index: 5;
}

.swiper-button-next{
  top: 0;
  bottom: 0;
  right: 100px !important;
  z-index: 5;
}

.swiper {
  z-index: 1;
  width: 100%;
  height: 600px;
  padding-right: 0;
}

.swiper-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.swiper-wrapper.wpar-b2b {
  height: 60vh;
}

.swiper-slide {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.swiper-slide.sw-b2b {
  background-color: var(--yellow);
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.swiper-slide.sw-b2b.swb2b-1 {
  background-image: linear-gradient(#0000, #000000c2 90%), url('../images/111.jpg');
  background-position: 0 0, 20% 0;
  background-size: auto, cover;
  position: static;
}

.swiper-slide.sw-b2b.swb2b-2 {
  background-image: linear-gradient(#0000, #000000bf 82%), url('../images/1707.jpg');
  background-position: 0 0, 70%;
  background-size: auto, cover;
}

.swiper-slide.sw-b2b.swb2b-3 {
  background-image: linear-gradient(#0000, #000000bd 84%), url('../images/11878826.jpg');
  background-position: 0 0, 20%;
  background-size: auto, cover;
}

.swiper-slide.sw-b2b.swb2b-4 {
  background-image: linear-gradient(#0000, #000000c2 90%), url('../images/3267.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.swiper-slide.sw-b2b.swb2b-3-copy {
  background-image: linear-gradient(#0000, #000000bd 84%), url('../images/11878826.jpg');
  background-position: 0 0, 20%;
  background-size: auto, cover;
}

.swiper-slide.sw-b2b.swb2b-5 {
  background-image: linear-gradient(#0000, #000000bf 88%), url('../images/23899.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.swiper-slide.end-cl {
  display: none;
}

.swiper-slide.com-slider {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--yellow);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--yellow);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--yellow);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--yellow);
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 40px;
}

.swiper-slide.com-slider.left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/Group-3-min.png');
  background-position: 50% 10%;
  background-size: 250%;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: 20px;
}

.swiper-slide.end-comp {
  opacity: 0;
}

.image-3 {
  display: none;
}

.image-4 {
  width: 30px;
}

.image-4.im-l {
  transform-style: preserve-3d;
  width: 30px;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.image-5 {
  opacity: .5;
  z-index: -1;
  width: 70%;
  position: absolute;
  inset: -34% -25% auto auto;
}

.image-5.c {
  inset: -9% 0% 0% 20%;
}

.image-5.art-img {
  opacity: 100;
  z-index: 0;
  width: auto;
  height: 100%;
  inset: 0% -20% 0% auto;
}

.image-6 {
  opacity: .5;
  z-index: -1;
  width: 70%;
  position: absolute;
  inset: auto auto -41% -25%;
}

.span-bg {
  background-image: linear-gradient(180deg, #ebe3d400, var(--yellow));
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
}

.founders {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  margin-top: 100px;
  display: flex;
}

.found-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.founder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.f-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  display: flex;
  position: relative;
}

.image-7 {
  z-index: 1;
  width: auto;
  height: 100%;
  overflow: visible;
}

.f-btm {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  z-index: 1;
  flex-flow: column;
  display: flex;
}

.image-8 {
  opacity: 1;
  z-index: 0;
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.dark-bg {
  background-image: linear-gradient(#0000, #0009);
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.link {
  color: var(--d-green);
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.article {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.art-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.art-right {
  z-index: 2;
  width: 100%;
  height: 70vh;
  position: relative;
  overflow: clip;
}

.h-art {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.image-9 {
  z-index: 2;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.div-block-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.b2b-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.b2b-left {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  z-index: 2;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.b2b-right {
  width: 60%;
  height: 60vh;
}

.b2b-right.swiper-b2b {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  height: auto;
  display: flex;
  overflow: hidden;
}

.slider-nav {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-10, .image-11 {
  border: 2px solid var(--yellow);
  padding: 10px;
  display: block;
}

.image-11.swiper-button-next-b2b, .image-11.swiper-button-prev.swiper-button-prev-b2b {
  border-width: 0;
  padding: 0;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dark-bg-mod {
  opacity: 1;
  z-index: 1000;
  background-color: #000c;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.div-block-8 {
  border: 2px solid var(--yellow);
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.def-blcok {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  display: flex;
  position: relative;
}

.def-blcok.col {
  flex-flow: column;
  justify-content: flex-start;
}

.left-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.left-block._w-40 {
  justify-content: flex-start;
  width: 40%;
}

.lef-headline {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  z-index: 2;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.num {
  border: 1px solid var(--yellow);
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  padding: 0 10px;
  display: flex;
}

.righ-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  z-index: 2;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.righ-block.blocks-square {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  z-index: 2;
}

.righ-block._w-60 {
  width: 60%;
}

.right-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-9 {
  display: flex;
}

.div-block-9.reverse {
  justify-content: flex-end;
  align-items: center;
}

.naprvl-swiper {
  height: 60vh;
}

.block-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.block-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--yellow);
  flex-flow: column;
  width: 50%;
  padding: 40px;
  display: flex;
}

.block-text.card-bg {
  background-color: var(--yellow);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-width: 0;
}

.comp-swiper {
  height: auto;
  overflow: visible;
}

.com-img {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  padding: 40px 10px;
  display: flex;
}

.com-img.img-1 {
  background-image: url('../images/google-search-logo-b.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.image-12 {
  width: 100%;
  height: auto;
}

.div-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.image-13 {
  opacity: .5;
  width: auto;
  height: 200%;
  position: absolute;
  inset: auto auto -54% -30%;
}

.image-13.img-3 {
  width: auto;
  height: 200%;
  bottom: -70%;
  left: -22%;
}

.image-13.right-img {
  inset: -14% -50% 0% auto;
}

.image-13.img-5 {
  height: 300%;
  bottom: -100%;
  left: -11%;
}

.card-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.hero-btm {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.h-btm-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-name {
  background-color: #ffffff1a;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  display: flex;
}

.c-name.blur.outlined {
  border: 1px solid var(--light);
  background-color: #fff0;
}

.it-20 {
  font-family: var(--headline-font);
  color: var(--light);
  text-transform: uppercase;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.it-20.center {
  text-align: center;
}

.d-20 {
  color: var(--gray);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.mon-it {
  font-style: italic;
  font-weight: 400;
}

.btn-text {
  color: var(--light);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.gray {
  color: var(--gray);
}

.text-div {
  background-image: url('../images/Group-6-min.png');
  background-position: 50%;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.text-24 {
  text-align: center;
  width: 60%;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.locations {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.location {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--d-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 220px 100px;
  display: flex;
}

.location.f-loc {
  background-image: radial-gradient(circle at 50% 60%, #0006, #0000), url('../images/977i.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 250px;
  padding-bottom: 250px;
}

.location.sec-loc {
  background-image: radial-gradient(circle at 50% 60%, #00000080, #0000), url('../images/0403.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.gallery-full{
  width: 100%;
}

.gallery-swiper {
  width: 100%;
  height: 100vh;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.gallery-item {
  text-align: center;
  font-size: 18px;
  background: #575757;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: calc((100% - 30px) / 2) !important;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.gallery-item:hover{
  transform: scale(1.02);
}
.gallery-1{
  background-image: url("../images/j8678.webp");
}
.gallery-2{
  background-image: url("../images/1356464.webp");
}
.gallery-3{
  background-image: url("../images/67867.webp");
}
.gallery-4{
  background-image: url("../images/98768.webp");
}
.gallery-5{
  background-image: url("../images/3546.webp");
}
.gallery-6{
  background-image: url("../images/07878.webp");
}
.modal-img-props{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 90vh;
  width: 90%;
}
.modal-img-wrap{
  display: none;
  opacity: 0;
  position: fixed;
  background: var(--black-gradient-2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  align-items: center;
  justify-content: center;
}
.visible{
  display: flex !important;
  opacity: 100% !important;
}

html, body{
  overflow-x: hidden !important;
}
.activities-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 140px;
}
.act-item{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
.act-text{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.act-item .btn{
  width: fit-content;
}
.act-right{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
}
.act-swiper .swiper-slide-active{
  filter: blur(0px) !important;
}
.circle{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30px;
  right: 200px;
}
.act-swiper {
  width: 100vw;
  min-height: 100vh;
  position: relative;
}
.act-swiper .contain {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
}
.act-swiper .swiper-slide {
  height: 100%;
  background: #000;
  display: flex;
  border-radius: 0px;
  color: var(--light);
  filter: blur(6px);
}
.prog-head{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.prog-head .h3{
  color: var(--light);
}
.prog-slide p{
  color: var(--yellow);
}
.prog-slide{
  width: 100%;
  padding: 40px;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  gap: 30px;
  z-index: 4;
}
.price-block{
  width: 100%;
  padding: 200px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-wrap{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.price-row{
  display: flex;
  align-items: stretch;
  height: 100%;
  gap: 30px;
}

.price{
  padding: 40px;
  /* border-radius: 40px; */
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  background: url(../images/Group-6-min.png);
  background-size: cover;
  background-position: center;
  border: 1px solid var(--yellow);
}
.in-price{
  width: 100%;
  /* border-radius: 40px; */
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.in-price:nth-child(1){
  background: var(--yellow);
}
.in-price:nth-child(2){
  border: 1px solid var(--yellow);
}
.swiper-pagination-progressbar-fill{
  background: var(--golden) !important;
}

.act-swiper .swiper-slide{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.act-swiper .swiper-slide:nth-child(1){
  background-position: 50% 50% !important;
  background: url(../images/k768.webp);
}

.act-swiper .swiper-slide:nth-child(2){
  background-position: 50% 50% !important;
  background: url(../images/646.webp);
}

.act-swiper .swiper-slide:nth-child(3){
  background-position: 50% 50% !important;
  background: url(../images/11.webp);
}

.act-swiper .swiper-slide:nth-child(4){
  background-position: 50% 50% !important;
  background: url(../images/07898.webp);
}
.act-swiper .swiper-slide:nth-child(5){
  background-position: 50% 50% !important;
  background: url(../images/6464.webp);
}

.act-swiper .swiper-slide:nth-child(6){
  background-position: 50% 50% !important;
  background: url(../images/87.webp);
}

.act-swiper .swiper-slide:nth-child(7){
  background-position: 50% 50% !important;
  background: url(../images/p0.webp);
}

.act-swiper .swiper-slide:nth-child(8){
  background-position: 50% 50% !important;
  background: url(../images/76.webp);
}

.dark-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--black-gradient);
  z-index: 2;
}

.main-swiper{
  overflow: visible !important;
  min-height: 500px;
}
.main-swiper .swiper-slide{
  /* border: 1px solid var(--yellow); */
  box-shadow: 10px 20px 40px var(--yellow);
  background: url(../images/Group-3-min.png);
}
.image-ab{
  background: #000;
  height: 75%;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
}
.ab-1{
  background: url(../images/d66y54u.webp);
}
.ab-2{
  background: url(../images/987.webp);
}
.ab-4{
  background: url(../images/34.webp);
}
.ab-5{
  background: url(../images/1333.webp);
}
.ab-6{
  background: url(../images/78675.webp);
}

.text-ab{
  padding: 20px 40px;
}

.abs{
  position: absolute;
  top: 100px;
  left: 5%;
  z-index: 5;
}

.faq{
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.map{
  position: absolute;
  right: -10%;
  bottom: 0px;
  width: auto;
  height: 100%;
  z-index: 0;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 2;
}

.accordion__item {
  /* margin-bottom: 20px; */
  cursor: pointer;
}

.accordion__btn {
  padding: 20px;
  border-bottom: 1px solid var(--golden);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.accordion__btn>*>*{
  font-weight: 400 !important;
}

.accordion__content {
  overflow: hidden;
  padding: 0 20px;
  /* border-bottom: 1px solid var(--golden); */
  border-top: none;
  max-height: 0;
  transition: all 0.5s;
}

.active .accordion__content {
  max-height: 1000px;
  transition: all 2s;
}

.active .plus{
  transform: rotateZ(45deg);
  transition: all .5s;
}

/* .sms{
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 7;
  border: 1px solid var(--golden);
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--golden);
  font-size: 24px;
  cursor: pointer;
}
.sms:hover{
  background: var(--yellow);
  border: 0px;
}

.sms-active{
  background: var(--yellow);
  border-radius: 40px;
  border: 0px;
}

.hidden{
  opacity: 0%;
  display: none;
} */

@media screen and (max-width: 1020px) {
  .abs{
    top: 40px;
  }
  .swiper-button-prev, .swiper-button-next {
    width: auto;
    height: auto;
    position: absolute;
    width: 45px !important;
    height: 45px !important;
    padding: 5px;
    /* border: 0px; */
  }
  .prog-slide, .swiper-button-next, .swiper-button-prev{
    filter: blur(0px) !important;
    backdrop-filter: blur(0px) !important;
  }
  .prog-head{
    gap: 5px;
  }
  .prog-slide{
    gap: 10px;
    border-radius: 0px;
  }
  .swiper-button-prev{
    top: 0;
    bottom: 0;
    left: 20px !important;
    z-index: 5;
  }
  .swiper-button-next{
    top: 0;
    bottom: 0;
    right: 20px !important;
    z-index: 5;
  }
  .act-swiper{
    min-height: 800px;
  }
  .price-row{
    flex-direction: column;
    gap: 10px;
  }  
  .price-wrap{
    flex-direction: column;
    gap: 10px;
  }
  .activities-wrap{
    flex-direction: column;
    gap: 30px;
  }
  .act-left{
    align-items: center;
  }
  .contain.slid-contain {
    width: 100%;
    padding-left: 5%;
  }

  .head-link.light-text {
    display: none;
  }

  .btn.primary-btn {
    display: flex;
  }

  .h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .h1.light-text {
    font-size: 32px;
    line-height: 34px;
  }

  .h1.light-text.text-c {
    font-size: 48px !important;
    line-height: 50px !important;
  }

  .h1.light-text.text-c._w-60 {
    font-size: 32px;
    line-height: 36px;
  }

  .h1.center._10w {
    font-size: 46px;
    line-height: 48px;
  }

  .blocks-wrap {
    padding-bottom: 60px;
  }

  .headline {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph.light-tetx {
    font-size: 16px;
  }

  .naprvl {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 60px;
  }

  .nap-blocks {
    flex-flow: column;
  }

  .h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .h3._w-60 {
    font-size: 18px;
  }

  .link-all {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h2 {
    word-break: normal;
    width: auto;
    font-size: 28px;
    line-height: 34px;
  }

  .h2._w-60 {
    font-size: 24px;
    line-height: 30px;
  }

  .tours {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
  }

  .rours-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .tours-col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tour-wrap, .tour-wrap.txt-top {
    inset: 0%;
  }

  .experts {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .experts-text {
    width: 100%;
  }

  .gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
  }

  .gall-grid, .row-1, .col-1, .row-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image {
    top: 26%;
  }

  .image-2 {
    bottom: -34%;
    left: -47%;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .contact-form-modal {
    width: 80%;
    height: 100%;
    padding: 40px;
  }

  .text-field {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-4 {
    height: 140%;
  }

  .tour-slider {
    margin-top: 60px;
  }

  .ind-tours {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .slider-btns {
    display: none;
  }

  .swiper-wrapper.wpar-b2b {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 70vh;
  }

  .swiper-slide.sl-b2b {
    display: none;
  }

  .swiper-slide.end-cl {
    opacity: 0;
    display: block;
  }

  .image-3 {
    display: block;
  }

  .image-4, .image-4.im-l {
    width: 20px;
  }

  .text-block {
    font-size: 16px;
    line-height: 32px;
  }

  .founders {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
  }

  .f-top {
    height: 30vh;
  }

  .article {
    margin-top: 60px;
  }

  .art-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .art-right {
    height: 70vh;
  }

  .h-art {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-9 {
    width: 100%;
    height: auto;
  }

  .b2b-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .b2b-left, .b2b-right.swiper-b2b {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .slider-nav {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-11.swiper-button-next-b2b.swiper-button-next, .image-11.swiper-button-prev.swiper-button-prev-b2b {
    width: 30px;
  }

  .def-blcok {
    flex-flow: column;
  }

  .left-block, .righ-block {
    width: 100%;
  }

  .naprvl-swiper {
    height: 80vh;
  }

  .image-13 {
    bottom: -62%;
    left: 60%;
  }

  .image-13.img-3 {
    opacity: .3;
    width: 100%;
    height: auto;
    inset: 0%;
  }

  .c-name.blur {
    padding: 5px 20px;
  }

  .text-24 {
    width: 80%;
  }

  .locations {
    flex-flow: column;
  }
  .hero{
    height: 860px;
  }
}

@media screen and (max-width: 780px) {
  .hero{
    height: 750px;
  }
  .hero .c-name{
    width: 100%;
  }
  .btm-fl{
    width: 100%;
  }
  .d-20{
    text-align: center;
  }
  .logo {
    width: 140px;
  }

  .contain.b2b-wr, .contain.hero-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .btn.primary-btn {
    justify-content: center;
    align-items: center;
  }

  .btn.outlined-btn {
    font-size: 14px;
    line-height: 18px;
  }

  .h1, .h1.light-text {
    font-size: 32px;
    line-height: 34px;
  }

  .h1.light-text.text-c {
    text-align: center;
  }

  .h1.center._10w {
    font-size: 32px;
    line-height: 34px;
  }

  .logo-link {
    height: 30px;
  }

  .blocks-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 40px;
  }

  .paragraph, .paragraph._70w.center {
    font-size: 14px;
    line-height: 26px;
  }

  .naprvl {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .h3, .h3._w-60 {
    font-size: 16px;
    line-height: 24px;
  }

  .link-all {
    word-break: normal;
  }

  .link-all.rev {
    justify-content: flex-end;
    align-items: center;
  }

  .h2 {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    width: auto;
    font-size: 24px;
    line-height: 30px;
  }

  .tour-text {
    width: 75%;
  }

  .exp-images {
    height: 30vh;
  }

  .gall-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .row-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .gal-img.gal-img1 {
    background-position: 0%;
    height: 60vh;
  }

  .col-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    height: 30vh;
  }

  .gal-img-2, .gal-img-3 {
    width: 100%;
  }

  .row-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 30vh;
  }

  .gal-img-4 {
    background-position: 50%;
    width: 100%;
    height: auto;
  }

  .gal-img-5 {
    width: 100%;
    height: auto;
  }

  .footer-left {
    display: flex;
  }

  .contact-form-modal {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .form-block {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .field-label {
    font-size: 14px;
  }

  .div-block-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .form {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .swiper {
    height: 500px;
  }

  .swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100%;
  }

  .swiper-wrapper.wpar-b2b {
    height: 80vh;
  }

  .swiper-slide.slide-1 {
    height: 40vh;
  }

  .swiper-slide.end-cl {
    display: none;
  }

  .swiper-slide.com-slider {
    padding: 60px 10px 20px;
  }

  .swiper-slide.end-comp {
    display: none;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 30px;
  }

  .image-5.art-img {
    display: none;
  }

  .found-div {
    flex-flow: column;
  }

  .founder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .f-top {
    height: 40vh;
  }

  .f-btm {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .link {
    font-size: 18px;
  }

  .article {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
  }

  .art-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .art-right {
    height: 70vh;
  }

  .h-art {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-9 {
    width: auto;
    height: auto;
  }

  .div-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .b2b-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .b2b-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .b2b-right.swiper-b2b {
    width: 100%;
  }

  .div-block-6 {
    display: block;
  }

  .div-block-7, .lef-headline {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .num {
    margin-top: 0;
  }

  .com-img {
    height: 130px;
    padding: 0 40px;
  }

  .image-13.img-3 {
    inset: 20% 0% 0%;
  }

  .hero-btm {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .text-div {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-24 {
    width: 90%;
    font-size: 20px;
    line-height: 38px;
  }

  .location.f-loc, .location.sec-loc {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  .hero{
    height: 660px;
  }
  .act-left .btn{
    width: 100%;
  }
  .logo {
    width: 100px;
  }

  .contain.hero-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .btn {
    padding: 10px;
  }

  .btn.primary-btn {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn.outlined-btn {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .h1 {
    font-size: 20px;
    line-height: 26px;
  }

  .h1.light-text.text-c {
    font-size: 24px !important;
    line-height: 26px !important;
  }

  .h1.light-text.text-c {
    text-align: center;
  }

  .h1.light-text.text-c._w-60 {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .h1.center._10w {
    font-size: 26px;
  }

  .logo-link {
    height: 20px;
  }

  .naprvl {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .h3, .h3.golden {
    font-size: 15px;
  }

  .h2 {
    font-size: 17px;
  }

  .h2._w-60 {
    font-size: 20px;
  }

  .tour-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 90%;
    padding: 20px 10px;
  }

  .gal-img.gal-img1 {
    height: 50vh;
  }

  .full-w-img {
    background-position: 50%;
    height: 50vh;
  }

  .contact-form-modal {
    width: 100%;
    padding: 10px;
  }

  .f-links {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .f-nav {
    width: 40%;
  }

  .h2-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .swiper-slide {
    width: 20%;
  }

  .swiper-slide.end-cl {
    display: none;
  }

  .founder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column-reverse;
  }

  .f-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .image-7 {
    height: 100%;
  }

  .f-btm {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .link {
    font-size: 16px;
  }

  .art-right {
    height: 50vh;
  }

  .div-block-7 {
    flex-flow: column;
    width: 100%;
  }

  .def-blcok, .righ-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .right-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .block-row {
    flex-flow: column;
  }

  .block-row.rev {
    flex-flow: column-reverse;
  }

  .block-text {
    width: 100%;
  }

  .image-13.img-3 {
    opacity: 1;
    width: auto;
    height: auto;
    display: none;
    top: 8%;
    overflow: hidden;
  }

  .h-btm-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .h-btm-item.btm-fl {
    flex-flow: row;
  }

  .text-24 {
    font-size: 18px;
    line-height: 34px;
  }

  .location.f-loc, .location.sec-loc {
    padding: 60px 10px;
  }
}


@font-face {
  font-family: 'Arimo Variablefont Wght';
  src: url('../fonts/Arimo-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arimo Variablefont Wght';
  src: url('../fonts/Arimo-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}


.message{
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
  z-index: 1202;
}
.message-link{
  border-radius: 100%;
  background: var(--golden);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: fit-content;
}
.message-link:hover{
  transform: scale(1.05);
}
.message-link>img{
  width: 30px;
}

@media (max-width: 870px) {
  .message-link{
    padding: 10px;
  }
  .message-link>img{
    width: 20px;
  }
  .message-text{
    margin-right: 30px;
    padding: 20px;
    font-size: 12px;
  }
}

.swiper-scrollbar-drag{
  background: var(--golden) !important;
}

a{
  text-decoration: none;
  color: var(--d-green);
}


.afisha{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.af-head{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.af-body{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.dark-it{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black-gradient);
}

.af-item{
  height: 500px;
  background: #000;
  background-position: bottom;
  background-size: cover;
  padding: 30px;
  position: relative;
}

.tour-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  height: 100%;
  gap: 10px;
  z-index: 2;
}
.tour-item>*{
  z-index: 2;
}

.tour-item>h3{
  color: var(--yellow);
}

.breadcrumb{
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}
.breadcrumb>:last-child{
  color: var(--golden);
}

.madeira{
  background-image: url(../images/76.webp);
}

.malta{
  background-image: url(../images/4656.webp);
}

.japan{
  background-image: url(../images/155152.webp);
}

.iceland{
  background-image: url(../images/1506961.webp);
}

@media (max-width: 870px) {
  .af-body{
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 490px) {
  .af-body{
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .af-item{
    height: 300px;
    padding: 20px;
  }
  .tour-item{
    gap: 0;
  }
}
