section.tours-slider {
  margin-top: 0;
  padding: 1vw;
  width: 100%;
  min-height: 26vw;
  color: var(--dark-font) !important;
  position: relative;
  transition: all 0.5s;
}

.tours-slider-top-bar {
  width: 85%;
  padding: 1vw;
  justify-content: space-between !important;
  font-family: Kalameh, sans-serif !important;
}

.tours-slider-top-bar h1 {
  font-family: Kalameh, sans-serif !important;
  font-size: 1.5vw;
  font-weight: bold;
  color: var(--dark-font);
}

.tours-slider-top-bar a {
  color: var(--blue2) !important;
  font-size: 0.9vw;
  font-weight: 500;
  gap: 0.5vw;
}

.tours-slider-top-bar a span {
  transform: translateY(-0.07vw);
}

.tours-slider-top-bar a:hover {
  color: var(--dark-blue);
}

section.tours-slider .swiper {
  width: 85%;
  padding: 2vw 1vw !important;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  justify-content: start !important;
}

main.view-tour section.tours-slider .swiper {
  width: 100%;
  padding: 0;
}

section.tours-slider .swiper-wrapper {
  width: 100% !important;
  height: 100%;
}

section.tours-slider .swiper-button-prev {
  display: none;
}

section.tours-slider .swiper-button-next {
  width: 5vw;
  height: 5vw;
  background-color: rgba(26, 27, 29, 0.75);
  border-radius: 100%;
  transform: scale(0.5);
  position: absolute;
  left: -1vw;
  transition: all 0.2s;
  box-shadow: 0 0 0.8vw rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: center;
}

body.dark section.tours-slider .swiper-button-next {
  box-shadow: 0 0 0.8vw rgba(0, 0, 0, 0.8);
  background-color: rgba(220, 224, 236, 0.75);
}

section.tours-slider .swiper-button-next:hover {
  background-color: rgba(26, 27, 29, 1);
}

section.tours-slider .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 18vw !important;
  height: 22vw !important;
  border-radius: 1vw;
  position: relative;
  box-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.25);
  background-color: var(--light-bg);
}

body.dark section.tours-slider .swiper-slide {
  box-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.75);
  background-color: var(--dark-bg) !important;
}

section.tours-slider .swiper-slide a {
  width: 100%;
  height: 100%;
  justify-content: start !important;
  align-items: start !important;
  gap: 0.5vw;
  position: relative;
}

section.tours-slider .swiper-slide a .tours-details-texts {
  width: 100%;
  height: 11vw;
  position: relative;
  z-index: 3;
  padding: 0.5vw 1vw;
  gap: 0.3vw;
  align-items: start !important;
  justify-content: start !important;
}

section.tours-slider .swiper-slide a .tours-details-texts > h4 {
  min-height: 2.9vw;
  color: var(--dark-font);
  font-size: 1.1vw;
  font-weight: 600;
  font-family: Kalameh, sans-serif;
  overflow: hidden;
}

section.tours-slider .swiper-slide a .tours-details-texts h5 {
  color: var(--dark-font);
  font-size: 0.8vw;
  font-family: Kalameh, sans-serif;
  gap: 0.25vw;
  font-weight: normal;
}

section.tours-slider .swiper-slide a .tours-details-texts h5 svg {
  width: 1.5vw;
}

section.tours-slider .swiper-slide a .score-tour {
  width: 100%;
  justify-content: start !important;
  gap: 0.25vw;
  font-family: Kalameh, sans-serif;
  font-size: 0.8vw;
  position: relative;
  color: var(--dark-font);
}

section.tours-slider .swiper-slide a .score-tour svg {
  width: 1.5vw;
  height: 1.5vw;
}

section.tours-slider .swiper-slide a .score-tour span {
  padding: 0.1vw 0.5vw;
  border-radius: 0.5vw;
  color: var(--light-bg);
  font-weight: 300;
}

section.tours-slider .swiper-slide a .score-tour span.easy {
  background-color: #00c900;
}

section.tours-slider .swiper-slide a .score-tour span.medium {
  background-color: #ffa600;
}

section.tours-slider .swiper-slide a .score-tour span.hard {
  background-color: #ff0000;
}

section.tours-slider .swiper-slide a .price {
  margin-top: 1vw;
  gap: 1.4vw;
}

section.tours-slider .swiper-slide a .price h4 {
  font-family: Kalameh, sans-serif;
  font-size: 1.6vw;
  color: var(--blue2);
  gap: 0.25vw;
  transform: translateY(-0.5vw);
}

section.tours-slider .swiper-slide a .price s {
  font-family: Kalameh, sans-serif;
  opacity: 0.75;
  font-weight: 300;
}

section.tours-slider .swiper-slide a .price h4 div.toman {
  width: 1.5vw;
  height: 1.5vw;
  transform: scale(0.9);
}

section.tours-slider .swiper-slide a .price h4 svg.toman {
  fill: var(--blue2);
}

section.tours-slider .swiper-slide .medal-container {
  position: absolute;
  bottom: 1vw;
  left: 1vw;
  width: 3.25vw;
}

section.tours-slider .swiper-slide .medal-container img {
  width: 100%;
}

section.tours-slider .swiper-slide figure {
  margin: 0 !important;
  position: relative;
  width: 100%;
  height: 11vw !important;
  overflow: hidden;
  z-index: 1;
  border-radius: 0.8vw;
  background-size: cover;
  background-position: center;
}

section.tours-slider .swiper-slide figure .tours-details-layer {
  width: 100%;
  height: 100%;
  transition: all 0.25s;
  background-color: rgba(33, 33, 33, 0.6);
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}

section.tours-slider .swiper-slide figure:hover .tours-details-layer {
  visibility: visible;
}

section.tours-slider .swiper-slide figure .tours-details-layer ul {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 60%;
}

section.tours-slider .swiper-slide figure .tours-details-layer ul li {
  padding: 1vw;
  font-size: 0.85vw;
  color: white;
  font-family: Kalameh, sans-serif;
  text-align: center;
}

section.tours-slider .swiper-slide figure .tours-details-layer ul li i {
  font-size: 3vw;
}

section.tours-slider .swiper-slide div.special-offer-label {
  position: absolute;
  top: -1.2%;
  right: -1.6%;
  width: 40%;
  height: 25%;
  z-index: 10;
}
section.tours-slider .swiper-slide div.special-offer-label img {
  width: 100%;
  height: 100%;
}

section.tours-slider .swiper-slide div.special-offer-label span {
  color: var(--light-font);
  position: absolute;
  top: 18%;
  right: 9%;
  font-family: Kalameh, sans-serif;
  transform: rotate(36deg);
  font-weight: 500;
  font-size: 0.9vw;
}

@media screen and (max-width: 450px) {
  section.tours-slider {
    margin-top: 10vw;
    margin-bottom: 10vw;
    padding: 1vw;
    width: 100% !important;
    min-height: 26vw;
  }

  .tours-slider-top-bar {
    width: 95%;
    padding: 2vw;
  }

  .tours-slider-top-bar h1 {
    font-size: 3.6vw;
  }

  .tours-slider-top-bar a {
    font-size: 2.9vw;
  }

  section.tours-slider .swiper {
    width: 140%;
    padding: 2vw !important;
    transform: translateX(1.4vw);
  }

  section.tours-slider .swiper-button-next {
    width: 18vw;
    height: 18vw;
    transform: scale(0.5);
    position: absolute;
    left: 34vw;
    box-shadow: 0 0 2.8vw rgba(0, 0, 0, 0.7);
  }

  body.dark section.tours-slider .swiper-button-next {
    box-shadow: 0 0 2.8vw rgba(0, 0, 0, 0.8);
  }

  section.tours-slider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 43vw !important;
    height: 65vw !important;
    border-radius: 2.5vw;
    box-shadow: 0 0 1vw rgba(0, 0, 0, 0.15);
  }

  body.dark section.tours-slider .swiper-slide {
    box-shadow: 0 0 1vw rgba(0, 0, 0, 0.55);
  }

  section.tours-slider .swiper-slide a {
    gap: 1.5vw;
  }

  section.tours-slider .swiper-slide a .tours-details-texts {
    height: 38vw;
    padding: 2vw;
    gap: 1.3vw;
  }

  section.tours-slider .swiper-slide a .tours-details-texts > h4 {
    width: 100%;
    margin-bottom: 1vw;
    height: 6.5vw;
    font-size: 3.4vw;
    text-align: right;
  }

  section.tours-slider .swiper-slide a .tours-details-texts h5 {
    font-size: 2.8vw;
    gap: 1.25vw;
  }

  section.tours-slider .swiper-slide a .score-tour {
    font-size: 2.8vw;
    gap: 1.32vw;
  }

  section.tours-slider .swiper-slide a .score-tour span:first-child {
    gap: 1.25vw;
  }

  section.tours-slider .swiper-slide a .score-tour div {
    gap: 0.25vw;
    direction: ltr !important;
  }

  section.tours-slider .swiper-slide a .score-tour div span {
    font-weight: bold;
    font-family: Kalameh, sans-serif;
    font-size: 3.2vw;
  }

  section.tours-slider .swiper-slide a .score-tour div i {
    font-size: 2.3vw;
  }

  section.tours-slider .swiper-slide a .price {
    margin-top: 2vw;
    gap: 3.4vw;
  }

  section.tours-slider .swiper-slide a .price h4 {
    font-size: 4vw;
    gap: 1.7vw;
  }

  section.tours-slider .swiper-slide a .price s {
    font-size: 3.5vw;
  }

  section.tours-slider .swiper-slide a .price h4 div.toman {
    transform: scale(2.5);
  }

  section.tours-slider .swiper-slide figure {
    height: 28vw !important;
    border-radius: 2.5vw;
  }

  section.tours-slider .swiper-slide figure .tours-details-layer {
    display: none;
  }

  section.tours-slider .swiper-slide div.special-offer-label span {
    color: var(--light-font);
    position: absolute;
    top: 18%;
    right: 3%;
    font-family: Kalameh, sans-serif;
    transform: rotate(45deg);
    font-weight: 500;
    font-size: 2.7vw;
  }
  section.tours-slider .swiper-slide a .tours-details-texts h5 svg {
    width: 3.95vw;
  }
  section.tours-slider .swiper-slide a .score-tour svg {
    width: 3.95vw;
    height: 3.95vw;
  }
  section.tours-slider .swiper-slide a .score-tour span {
    padding: 1.1vw 1.5vw;
    border-radius: 2vw;
    color: var(--light-bg);
    font-weight: 300;
  }
  section.tours-slider .swiper-slide .medal-container {
    position: absolute;
    bottom: 1.5vw;
    left: 1.5vw;
    width: 5.25vw;
  }
}
