@font-face {
  font-family: IRANSansX;
  src: url(./fonts/IRANSansX/IRANSansX-Light.woff);
}

html {
  font-size: 62.5%;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

/* nav */
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

.nav__logo {
  /* logo-fa 1 */
  width: 114px;
  height: 45px;
  margin-right: 15vw;
  top: 18px;
}

.nav__call {
  margin-left: 15vw;
  border-radius: 110px;
}

.nav__item > img {
  padding: 1rem;
}

.nav__item {
  margin-right: 4rem;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 165.3%;
  /* or 23px */
  color: #727272;
  display: flex;
  align-items: center;
  font-family: IRANSansX;
}

.nav__list {
  display: flex;
}

@media screen and (max-width: 840px) {
  .nav__item {
    display: none;
  }

  .nav__call {
    margin-left: 0;
  }
  ..nav__logo {
      margin-right: 0;
  }

  .nav {
    margin-bottom: 2.5rem;
  }
}

/* header */

.header {
  width: 100vw;
  height: fit-content;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header__img {
  width: 100vw;
  height: auto;
  max-height: 740px;
}

.header__content {
  margin-left: 20vw;
  margin-right: 20vw;

  position: absolute;
  z-index: 5;
  justify-self: center;
  text-align: center;
}

.header__content > h2 {
  font-size: 4vw;
  color: #ffff;

  margin-bottom: 0;
}

.header__content > h3 {
  font-size: 3vw;
  color: #ffff;
  font-weight: 400;
  margin-top: 0;
}

.header__but {
  border-radius: 100px;

  background-color: transparent;
  color: #ffff;
  border: 3px solid #ffff;
  font-size: 2rem;
  padding: 1.2rem 2.5rem;
  margin-top: 1.5rem;
}

.header__but > img {
  padding-right: 2rem;
}

@media screen and (max-width: 500px) {
  .header__content {
    margin: 2rem 5rem;
  }

  .header__img {
    object-fit: cover;
    height: 400px;
  }

  .header__but {
    border: 2px solid #ffff;
    font-size: 1.5rem;
    padding: 1rem 2rem;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
  }

  .header__but > img {
    padding-right: 1rem;
  }
}

/*contact */

.contact {
  width: 100vw;
  height: fit-content;
  position: relative;
  padding: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  background: #0C4DA2;
}

.contact__filter {
  position: absolute;
  right: 0px;
  z-index: 3;
  width: 100vw;
  height: 100%;  
  background-color: #082e5f;
  opacity: 0.8;
}

.contact__img {
  padding-left: 15vw;
  padding-right: 15vw;
  height: 100%;
  width: auto;
}

.contact__content {
  column-gap: 12rem;
  margin-left: 17vw;
  margin-right: 17vw;
  position: absolute;
  z-index: 5;
  align-items: center;
  justify-content: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contact__form {
  border: 2px solid #24cb5d;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  border-radius: 10px;
  padding-bottom: 7rem;
}

.contact__input {
  text-align: center;
  border: 0;
  font-size: larger;
  border-radius: 10px;
  width: 30rem;
  height: 5rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

.contact__form > p {
  color: #ffff;
  margin-top: 6rem;
  margin-bottom: 3.5rem;
}

.contact__item {
  display: block;
}

.contact__but {
  background-color: #24cb5d;
  border: 0;
  border-radius: 0 20px 0 9px;
  color: #ffff;
  bottom: 0;
  left: 0;
  position: fixed;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.contact__but > img {
  width: 1.5rem;
  height: auto;
  margin-right: 0.5rem;
}

.contact__text > p {
  color: #ffff;
  text-align: right;
}

.contact__text > h3 {
  color: #ffff;
}

.contact__text {
  width: 32rem;
}

@media screen and (max-width: 1150px) and (min-width: 800px) {
  .contact__content {
    column-gap: normal;
    margin-left: 20vw;
    margin-right: 20vw;
  }

  .contact__input {
    width: 20rem;
    height: 3rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .contact__form > p {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }

  .contact__form {
    justify-self: center;
    align-self: center;
  }
}

@media screen and (max-width: 800px) {
  .contact__content {
    display: block;
    align-self: center;
    position: relative;
    padding: 2rem;
    background-image: url(./images/header-bpo-contact-center\1\(1\).png);
    text-align: center;
  }

  .contact__img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .contact__content {

    padding: 0;

  }

  .contact__img {
    display: none;
  }
}
/* info */

.info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #082e5f;
  padding-left: 18vw;
  padding-right: 18vw;
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 100vw;
  column-gap: 2rem;
}

.info__call {
  display: flex;
  align-items: center;
  color: #ffff;
  margin-top: 0.5rem;
  font-family: IRANSansX;
}

.info__phoneCall {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  padding: 0.5rem 1rem;
  margin-left: 1rem;
  color: #fff;
}

.info__call > img {
  width: 1.5rem;
  margin-left: 2rem;
}
.info__call a img {
  margin-left: 2rem;
}

.info__call p {
  color: #fff;
  margin-bottom: 0;
}

.info__add {
  margin-bottom: 0;
  text-align: right;
}

.info__logo {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.info__social a img {
  padding-left: 1rem;
  padding-top: 1.5rem;
}

.info__map_container {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info__map {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 800px) {
  .info {
    display: block;
  }

  .info__social {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
  }

  .info__logo_container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* footer */
.footer {
  background: #24cb5d;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  width: 100vw;
}

.footer > img {
  height: 2rem;
  width: auto;
}

/* tour list */

.tour__package {
  margin-bottom: 10rem;
  width: 100%;
}

.tour__list {
  margin-left: 15vw;
  margin-right: 15vw;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-template-rows: auto;
  column-gap: 4rem;
  row-gap: 4rem;
}

.tour__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.tour__title_group {
  display: flex;
  position: absolute;
  z-index: 2;
  justify-content: center;
  align-items: center;
}

.tour__title_circle {
  margin-right: 2rem;
  margin-left: 2rem;
}

.tour__title_line {
  width: 12rem;
  border-radius: 30px;
  border: 3px solid #0c4da2;
}

.tour__title_text {
  margin-bottom: 0;
  text-align: center;
}

.tour__title_map {
}

.tour {
  border-radius: 10px;
  border: 1px solid #cecece;
  width: fit-content;
  position: relative;
  align-self: center;
  justify-self: center;
}

.tour > h4 {
  margin-bottom: 0.2rem;
  margin-right: 1.5rem;
  margin-left: 0.5rem;
  font-size: 1.8rem;
}

.tour__img {
  border-radius: 10px 10px 0 0;
  margin-bottom: 4rem;
}

.tour__content {
  margin-right: 1.5rem;
  display: flex;
}

.tour__price_grey {
  text-align-last: right;
  font-size: 1rem;
  color: #9b9b9b;

  margin-right: 1.5rem;

  margin-bottom: 0.5rem;
}

.tour__des_grey {
  color: #9b9b9b;
  font-size: 1.2rem;
}

.tour__price {
  bottom: 0.7rem;
  margin-top: 3rem;
  margin-left: 0.3rem;
}

.tour__price > img {
  width: 25px;
  height: 25px;
}

.tour__price > p {
  font-weight: 800;
  font-size: 1.3rem;
  margin-right: 0.3rem;
  margin-bottom: 0;
}

.tour__text {
  margin-right: 1rem;
  margin-bottom: 0;
  margin-left: 1rem;
  text-align: start;
  font-size: 1.2rem;
}

.tour__airplane {
  width: 20px;
  height: 15px;
  align-self: center;
}

.tour__sale {
  border: 0;
  border-radius: 0 10px 0 10px;
  color: #ffff;
  background: #c82171;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1rem 1rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.tour__but {
  border: 0;
  border-radius: 0 20px 0 10px;
  color: #ffff;
  background: #0c4da2;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem 1.7rem;
  font-size: 1.1rem;
  font-weight: 600;
  box-shadow: 8px 3px 0 -3px #99ca3c;
}

.tour__but_vector {
  border-radius: 50%;
  margin-right: 1rem;
  padding: 0.5rem;
  border: 1px solid #ffffff;
}

@media screen and (max-width: 500px) {
  .tour__content {
    margin-right: 1rem;
  }

  .tour__list {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

/* advertisement sticky */
.ad {
  position: fixed;
  padding: 1rem;
  top: 30rem;
  color: #ffffff;
  z-index: 7;
  left: 0;
  text-align: center;
  width: 17rem;
  border-radius: 0 10px 10px 0px;
  background: linear-gradient(180deg, #3da62c 0%, #15665c 100%);
}

.ad > img {
  margin-bottom: 1rem;
}

.ad__close {
  font-size: 45px;
  font-weight: 600;
  display: inline-block;

  font-size: 20px;
  position: absolute;
  top: 0;
  right: 10px;
}

@media screen and (max-width: 750px) {
  .ad {
    display: none;
  }
}

.swiper {
  width: 100vw;
  height: auto;
}
.tour_box {
    margin-bottom: 2rem;
}