header {
  box-shadow: 0 0.2vw 0.7vw rgba(0, 0, 0, 0.2) !important;
}
main.tour-archive-results {
  padding: 2vw 8vw;
  position: relative;
  z-index: 2;
  justify-content: end !important;
  align-items: start !important;
  gap: 1vw;
  width: 100%;
}
main.tour-archive-results section.flex-hz {
  width: 100%;
  align-items: start;
  gap: 1vw;
}
.tour-archive-results-main-content {
  width: calc(100% - 21.5vw);
  min-height: 20vw;
  position: relative;
  justify-content: start !important;
  gap: 1vw;
}
.tour-title {
  font-size: 1.6vw;
  width: 100%;
  font-weight: 600;
  text-align: right;
  padding: 2vw 0;
}
.tour-card-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
  row-gap: 2.4vw;
}
.tour-card-container a.tour-card {
  width: 96%;
  height: 100%;
  justify-content: start !important;
  align-items: start !important;
  gap: 0.5vw;
  position: relative;
  box-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.25);
  border-radius: 1vw;
}
.tour-card-container 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;
}
.tour-card-container 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;
}
.tour-card-container a .tours-details-texts h5 {
  color: var(--dark-font);
  font-size: 0.8vw;
  font-family: Kalameh, sans-serif;
  gap: 0.25vw;
  font-weight: normal;
}
.tour-card-container a .tours-details-texts h5 svg {
  width: 1.5vw;
}
.tour-card-container 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);
}
.tour-card-container a .score-tour svg {
  width: 1.5vw;
  height: 1.5vw;
}

.tour-card-container a .score-tour span.easy {
  background-color: #00c900;
}

.tour-card-container a .score-tour span.medium {
  background-color: #ffa600;
}

.tour-card-container a .score-tour span.hard {
  background-color: #ff0000;
}

.tour-card-container a .price {
  margin-top: 1vw;
  gap: 1.4vw;
}

.tour-card-container a .price h4 {
  font-family: Kalameh, sans-serif;
  font-size: 1.6vw;
  color: var(--blue2);
  gap: 0.25vw;
  transform: translateY(-0.5vw);
}

.tour-card-container a .price s {
  font-family: Kalameh, sans-serif;
  opacity: 0.75;
  font-weight: 300;
}

.tour-card-container a .price h4 div.toman {
  width: 1.5vw;
  height: 1.5vw;
  transform: scale(0.9);
}

.tour-card-container a .price h4 svg.toman {
  fill: var(--blue2);
}

.tour-card-container .medal-container {
  position: absolute;
  bottom: 1vw;
  left: 1vw;
  width: 3.25vw;
}

.tour-card-container .medal-container img {
  width: 100%;
}

.tour-card-container 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;
}

.tour-card-container 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;
}

.tour-card-container figure:hover .tours-details-layer {
  visibility: visible;
}

.tour-card-container figure .tours-details-layer ul {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 60%;
}

.tour-card-container figure .tours-details-layer ul li {
  padding: 1vw;
  font-size: 0.85vw;
  color: white;
  font-family: Kalameh, sans-serif;
  text-align: center;
}

.tour-card-container figure .tours-details-layer ul li i {
  font-size: 3vw;
}

.tour-card-container div.special-offer-label {
  position: absolute;
  top: -1.2%;
  right: -1.6%;
  width: 40%;
  height: 25%;
  z-index: 10;
}
.tour-card-container div.special-offer-label img {
  width: 100%;
  height: 100%;
}

.tour-card-container 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;
}
.tour-card-container a .score-tour span {
  padding: 0.1vw 0.5vw;
  border-radius: 0.5vw;
  color: var(--light-bg);
  font-weight: 300;
}
.tour-titles {
  font-size: 1.6vw;
  width: 100%;
  font-weight: 700;
  text-align: right;
  padding-right: 8vw;
  padding-top: 2vw;
}

.tour-titles span {
  color: var(--blue2) !important;
  font-size: 1.9vw;
}
@media screen and (max-width: 450px) {
  header {
    box-shadow: 0 1vw 1vw rgba(0, 0, 0, 0.2) !important;
  }

  main.tour-archive-results {
    padding: 2vw 4vw;
    position: relative;
    z-index: 2;
    justify-content: end !important;
    align-items: start !important;
    gap: 1vw;
    width: 100%;
  }
  aside.tour-search-results-sidebar > h1 {
    margin-top: 48vw !important;
  }
  .tour-archive-results-main-content {
    width: 100% !important;
    min-height: 20vw;
    position: relative;
    justify-content: start !important;
    gap: 1vw;
  }
  .tour-card-container {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
    margin-top: 7vw;
  }

  .tour-card-container a.tour-card {
    gap: 1.5vw;
    border-radius: 2.5vw;
    box-shadow: 0 0 2.5vw rgba(0, 0, 0, 0.25);
    height: 100%;
    width: 100%;
  }

  .tour-card-container a .tours-details-texts {
    height: 38vw;
    padding: 2vw;
    gap: 1.3vw;
  }

  .tour-card-container a .tours-details-texts > h4 {
    width: 100%;
    margin-bottom: 1vw;
    height: 6.5vw;
    font-size: 3.4vw;
    text-align: right;
  }

  .tour-card-container a .tours-details-texts h5 {
    font-size: 2.8vw;
    gap: 1.25vw;
  }

  .tour-card-container a .score-tour {
    font-size: 2.8vw;
    gap: 1.32vw;
  }

  .tour-card-container a .score-tour span:first-child {
    gap: 1.25vw;
  }

  .tour-card-container a .score-tour div {
    gap: 0.25vw;
    direction: ltr !important;
  }

  .tour-card-container a .score-tour div span {
    font-weight: bold;
    font-family: Kalameh, sans-serif;
    font-size: 3.2vw;
  }

  .tour-card-container a .score-tour div i {
    font-size: 2.3vw;
  }

  .tour-card-container a .price {
    margin-top: 2vw;
    gap: 3.4vw;
  }

  .tour-card-container a .price h4 {
    font-size: 4vw;
    gap: 1.7vw;
  }

  .tour-card-container a .price s {
    font-size: 3.5vw;
  }

  .tour-card-container a .price h4 div.toman {
    transform: scale(2.5);
  }

  .tour-card-container figure {
    height: 28vw !important;
    border-radius: 2.5vw;
  }

  .tour-card-container figure .tours-details-layer {
    display: none;
  }

  .tour-card-container 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;
  }
  .tour-card-container a .tours-details-texts h5 svg {
    width: 3.95vw;
  }
  .tour-card-container a .score-tour svg {
    width: 3.95vw;
    height: 3.95vw;
  }
  .tour-card-container a .score-tour span {
    padding: 1.1vw 1.5vw;
    border-radius: 2vw;
    color: var(--light-bg);
    font-weight: 300;
  }
  .tour-card-container .medal-container {
    position: absolute;
    bottom: 1.5vw;
    left: 1.5vw;
    width: 5.25vw;
  }
  .tour-titles {
    font-size: 4.86vw;
    width: 100%;
    font-weight: 700;
    text-align: center;
    padding-right: 0vw;
    padding-top: 4vw;
  }
  .tour-titles span {
    color: var(--blue2) !important;
    font-size: 5vw;
  }
}
