.best__selling--section,
.travel__destination--section,
.exclusive__offers--section {
  position: relative;
  overflow: hidden;
}

.best__selling--section > div,
.travel__destination--section > div,
.exclusive__offers--section > div {
  position: relative;
  z-index: 1;
}

.best__selling--section::before,
.best__selling--section::after,
.travel__destination--section::before,
.travel__destination--section::after,
.exclusive__offers--section::before,
.exclusive__offers--section::after {
  content: "";
  position: absolute;
  mix-blend-mode: darken;
  opacity: 0.05;
  width: 100%;
}

.best__selling--section::before,
.travel__destination--section::before,
.exclusive__offers--section::before {
  right: -170px;
  top: 0;
  background: url("../img/bg-art-1.png") 0 0 no-repeat;
  max-width: 360px;
  height: 572px;
}

.travel__destination--section::before {
  background-image: url("../img/bg-art3.png");
  height: 380px;
  max-width: 541px;
  top: 50%;
  transform: translateY(-50%);
  right: -250px;
}

.travel__destination--section .trip__card {
  background: #fff;
  height: 100%;
}

.best__selling--section::after,
.exclusive__offers--section::after {
  left: -190px;
  bottom: 0;
  background: url("../img/bg-art-2.png") 0 0 no-repeat;
  max-width: 408px;
  height: 418px;
}

.exclusive__offers--section::before {
  top: auto;
  bottom: -170px;
}

.exclusive__offers--section::after {
  background-image: url("../img/bg-art4.png");
  left: -170px;
  right: auto;
  top: 0;
  bottom: auto;
  max-width: 384px;
  height: 456px;
}

.exclusive__offers--content {
  padding: 15px 0 0 0;
  /* background: #fff; */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.exclusive__offers--section .heading-wrap p {
  width: 100%;
}

.exclusive__offers--content .trip__card--content {
  padding: 0;
  width: 100%;
  border: none !important;
}

.exclusive__offers--img > a {
  display: block;
  width: 100%;
  height: 100%;
}

.exclusive__offers--img > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}

.exclusive__offers--slider .owl-nav {
  top: 50%;
}

.banner__section .owl-nav .owl-next,
.banner__section .owl-nav .owl-prev {
  bottom: 0;
  outline: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 101%;
  top: 0;
  white-space: nowrap;
  width: 20%;
  z-index: 4;
}
.banner__section .owl-nav .owl-prev {
  cursor: url("../img/icon-prev.png") 0 0, pointer;
  left: 0;
}
.banner__section .owl-nav .owl-next {
  cursor: url("../img/icon-next.png") 0 0, pointer;
  right: 0;
}

.welcome__text {
  background: #fff;
}

.welcome__text .heading-wrap {
  margin: 0;
}

.welcome__text .heading-wrap h2 {
  font-size: 32px;
  line-height: 100%;
  font-family: "Solitreo", cursive;
}

.welcome__text {
  padding-bottom: 20px;
}

.welcome__text .heading-wrap p {
  width: 100%;
  margin-bottom: 0;
}

.about__section .card__img img {
  aspect-ratio: 1/1;
}

.about__section .trip__card {
  background: #f9f9f9;
  height: 100%;
}

.best__selling--slider .trip__card {
  height: 100%;
}

.about__section .trip__card .trip__card--content,
.best__selling--slider .trip__card .trip__card--content {
  background: transparent;
}

.best__selling--slider .trip__card .trip__price {
  text-align: right;
  font-size: 20px;
}

.best__selling--slider .trip__card .trip__price span {
  font-size: 14px;
}

.shop__card {
  height: 100%;
  background: #fff;
  border: 1px solid #eee;
}

.best__selling--slider .owl-stage,
.shop__section--container .owl-stage {
  display: flex;
}

.best__selling--slider .owl-item,
.shop__section--container .owl-item {
  display: flex;
  flex: 1 0 auto;
  min-height: inherit;
}

.best__selling--slider .owl-item .item,
.shop__section--container .owl-item .item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* 
.about__imgs > a:nth-child(6) {
  position: relative;
}

.about__imgs > a:nth-child(6)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.about__imgs > a:nth-child(6) span {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 15px;
  font-weight: 900;
  line-height: 26px;
  color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-transform: uppercase;
  letter-spacing: 1px;
} */

.exclusive__offers--content .trip__card--title {
  font-size: 20px;
  font-weight: 600;
}

.owl-nav {
  display: none;
}

@media (min-width: 768px) {
  .owl-nav button.owl-prev,
  .owl-nav button.owl-next {
    margin-right: 0;
  }

  /* .about__imgs > a {
    flex: 1 0 33%;
    min-width: 33%;
    width: 33%;
    margin-right: 0;
  } */

  /* .about__section .grid > div {
    grid-column: span 6;
  } */
}

@media (min-width: 834px) {
  .shop__section--container .grid .column-4,
  .travel__destination--section .grid .column-4 {
    grid-column: span 4;
  }

  .exclusive__offers--content {
    padding: 30px;
    background: #fff;
  }

  .welcome__text .heading-wrap h2 {
    font-size: 40px;
  }
}

@media (min-width: 1170px) {
  .owl-nav {
    position: static;
    text-align: center;
  }
  .owl-nav button.owl-prev,
  .owl-nav button.owl-next {
    position: static;
  }
}

@media (min-width: 1280px) {
  .owl-nav button.owl-prev {
    left: -35px;
  }

  .owl-nav button.owl-next {
    left: auto;
    right: -35px;
  }
  .owl-nav button.owl-prev,
  .owl-nav button.owl-next {
    margin-right: 12px;
  }

  .exclusive__offers--content .trip__card--title {
    font-size: 24px;
  }
}

@media (min-width: 1366px) {
  .banner__section .owl-nav {
    position: static;
    opacity: 1;
  }
  .owl-nav {
    text-align: center;
    margin-top: 0;
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    display: block;
    height: 0;
    opacity: 0.8;
  }

  .banner__section .owl-nav {
    position: static;
    opacity: 1;
  }

  .owl-nav button.owl-prev,
  .owl-nav button.owl-next {
    position: absolute;
  }

  .owl-nav button.owl-prev {
    left: -75px;
  }

  .owl-nav .prev-slide,
  .owl-nav .next-slide {
    width: 48px;
    background-size: 48px;
    height: 48px;
  }

  .owl-nav button.owl-next {
    left: auto;
    right: -75px;
  }

  .owl-nav button.owl-prev,
  .owl-nav button.owl-next {
    margin-right: 0;
  }
}
