/* ---------------------------------------------------------------- */
@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/iransans.eot);
  src: url(../font/iransans.eot?#iefix) format("embedded-opentype"),
    url(../font/iransans.woff2) format("woff2"),
    url(../font/iransans.woff) format("woff");
}

/* ---------------------------------------------------------------- */

* {
  margin: 0;
  font-family: "iransans", Arial, sans-serif;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

html{
   scroll-behavior: smooth;
}

body {
  color: #333;
  line-height: 1.6;
  margin: 0 auto;
  scroll-behavior: smooth;
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

/* HERO */
.hero {
  min-height: 400px;
  max-width: 1600px;
  position: relative;
  background-image: url(https://www.shatel.ir/wp-content/themes/shatel/winter-festival/assets/img/section1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 5%;
}

/* لایه مشکی */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.hero > * {
  position: relative;
  z-index: 1;
}

.navbar {
  display: flex;
  justify-content: space-between;
  padding: 10px 5%;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.nav-links {
  display: flex;
  list-style: none;
  width: 33%;
  justify-content: space-between;
  align-items: center;
}

.nav-links li {
  cursor: pointer;
}

.hero-text {
  text-align: center;
  margin-top: 50px;
  color: white;
  width: fit-content;
  margin: 50px auto;
}

.quote {
  font-weight: bold;
  font-size: 20px;
  width: fit-content;
  margin: 0 auto;
  border-radius: 10px !important;
  padding: 10px;
}

.quoteText {
  line-height: 40px;
  font-size: 16px;
  width: fit-content;
  border-radius: 10px !important;
}

.logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

/* features */

.featuresSection {
  background-image: url(https://www.shatel.ir/wp-content/themes/shatel/winter-festival/assets/img/section3.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 400px;
  padding: 10px 5%;
  display: flex;
  align-items: center;
}
.features {
  display: flex;
  width: 100%;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}

.feature {
  background: rgba(255, 255, 255, 0.7); /* رنگ سفید با شفافیت */
  border-radius: 10px; /* گوشه‌های گرد */
  backdrop-filter: blur(0.5px); /* ایجاد افکت محوشدگی در پس‌زمینه */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* سایه نرم */
  padding: 15px 15px;
  border-radius: 8px;
  width: 22%;
  text-align: center;
  color: #002c61;
  min-height: 210px;
  max-width: 250px;
}

.feature img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.feature h4 {
  font-size: 16px;
  margin-top: 10px;
}

.feature p {
  font-size: 14px;
  margin-top: 10px;
}

/* card */
.about {
  padding: 10px 5%;
  /* background: #f4f7f8; */
  background-image: url(https://www.shatel.ir/wp-content/themes/shatel/winter-festival/assets/img/section2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #002c61;
  position: relative;
}

.about h2 {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 2px;
}

.blog-grid {
  gap: 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 100%;
}

.card {
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  width: 30%;
  min-height: 200px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  max-width: 300px;
  min-width: 280px;
  height: fit-content;
  color: white;
  background: #2e365b;

  /* گلس خیلی ملایم */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.card img {
  width: 40%;
  height: 100%;
  object-fit: fill;
}

.cardDiv {
  width: 100%;
  padding: 20px 10px;
  position: relative;
}

.cardDiv .img {
  position: absolute;
  top: -5px;
  left: -24px;
  width: 100px;
  height: 100px;
  opacity: 0.3;
  rotate: 45deg;
  object-fit: contain;
  z-index: -10;
}

.cardDiv .image2 {
  position: absolute;
  bottom: -5px;
  right: -24px;
  width: 111px;
  height: 138px;
  opacity: 0.3;
  rotate: 45deg;
  object-fit: contain;
  z-index: -10;
}

.card h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 20px;
}

.card h4 span {
  font-size: 16px;
  font-weight: lighter;
}

.card p {
  font-size: 14px;
  font-weight: lighter;
}
.card del {
  font-size: 16px;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.281);
}

.pay {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem;
  padding-top: 10px;
}
.containPay {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
.gigContain {
  text-align: center;
}
.cardVizhegi {
  margin-bottom: 10px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  flex-wrap: wrap;
}

.cardVizhegi p {
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  text-align: center;
  border-radius: 20px;
  color: #002c61;
  background-color: #ffffff;
  text-wrap: nowrap;
}

.cardVizhegi p:last-child {
  color: #f1612d;
  background-color: rgb(255, 233, 212);
}

.card button {
  padding: 10px 0px;
  width: 70%;
  border: none;
  background: #f1612d;
  color: white;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
}

.divbutton {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.divbutton p {
  font-size: 12px;
  font-weight: bold;
}

/* form */
.hiking {
  background: url("https://www.shatel.ir/wp-content/themes/shatel/winter-festival/assets/img/section41.webp") center/cover no-repeat;
  padding: 10px 5%;
  color: white;
  display: flex;
  justify-content: end;
  width: 100%;
}

.hiking-content {
  max-width: 600px;
  width: 60%;
  min-height: 550px;
  background: rgba(255, 255, 255, 0.7); /* رنگ سفید با شفافیت */
  backdrop-filter: blur(10px); /* ایجاد افکت محوشدگی در پس‌زمینه */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* سایه نرم */
  border-radius: 15px;
  color: #002c61;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
}

/* FOOTER */
.footer {
  background: url("https://www.shatel.ir/wp-content/themes/shatel/winter-festival/assets/img/section5.png") center/cover no-repeat;
  color: white;
  padding: 10px 5%;
  padding-bottom: 30px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
}

.footer-grid h4 {
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
}

.footer-grid p {
  font-size: 14px;
  font-weight: lighter;
  display: flex;
  gap: 0.5rem;
}

.footer-grid p i {
  font-size: 25px;
}
.footer-grid a i {
  font-size: 25px;
}

.footer-grid div {
  width: 20%;
}

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

.socialcontainer {
  width: 20%;
  gap: 1.5rem;
  display: flex;
  align-items: center;
}

.social {
  font-size: 25px;
  color: white;
}

.logofootertitle {
  width: 74%;
  font-size: 24px;
  font-weight: bold;
}

.footer-grid a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: lighter;
  text-align: justify;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* snow */
.snow-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
}

.z {
  z-index: 1000000;
}

.snowflake {
  position: absolute;
  top: -40px;
  color: #fff;
  font-size: 1em;
  opacity: 0.8;
  animation-name: fall;
  animation-timing-function: linear;
}

.glass {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.1)
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.glass2 {
  background: rgba(0, 43, 75, 0.466);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}
.box {
  position: relative;
}

.box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* میزان تیرگی */
}

@keyframes fall {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(110vh);
  }
}

/* RESPONSIVE */

@media (max-width: 1200px) {
  .card {
    width: 49%;
  }
  .feature {
    width: 22%;
  }
}
@media (max-width: 1000px) {
  .navbar {
    font-size: 12px;
    padding: 5px 2%;
  }
  .logo {
    width: 50px;
    height: 50px;
  }

  .quote {
    font-size: 20px;
  }

  .quoteText {
    font-size: 16px;
  }

  .hero-text {
    padding: 5px 2%;
    margin: 10px auto;
  }

  .about h2 {
    font-size: 20px;
  }

  .blog h2 {
    font-size: 16px;
  }
  .card {
    width: 49%;
  }

  .about {
    padding: 5px 2%;
  }

  .featuresSection {
    padding: 5px 2%;
  }
  .feature {
    width: 48%;
  }
  .features {
    width: 100%;
    gap: 0.5rem;
  }
  .hiking {
    padding: 5px 2%;
  }
  .footer {
    padding: 5px 10%;
    padding-bottom: 30px;
    min-height: 280px;
    background: url("https://www.shatel.ir/wp-content/themes/shatel/winter-festival/assets/img/section5mobile.png") center/cover no-repeat;
  }
  .hero {
    padding-bottom: 0px;
  }
  .about {
    background-image: url(https://www.shatel.ir/wp-content/themes/shatel/winter-festival/assets/img/section2mobil.webp);
  }
  .featuresSection {
    background-image: url(https://www.shatel.ir/wp-content/themes/shatel/winter-festival/assets/img/section3mobile.webp);
  }
}

@media (max-width: 768px) {
  .about h2 {
    font-size: 16px;
    margin-top: 10px;
  }
  .card {
    width: 100%;
  }
  .divbutton {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .feature {
    width: 100%;
  }
  .feature h4 {
    font-size: 14px;
  }
  .feature p {
    font-size: 12px;
  }
  .hiking {
    justify-content: center;
    background: url(https://www.shatel.ir/wp-content/themes/shatel/winter-festival/assets/img/section4mobile.webp) center / contain no-repeat;
  }

  .hero {
    background-image: url(https://www.shatel.ir/wp-content/themes/shatel/winter-festival/assets/img/section1mobile.webp);
    padding-bottom: 100px;
  }
  .hiking-content {
    padding: 5px 10px;
    width: 100%;
    font-size: 16px;
  }

  .footer-grid div {
    width: 45%;
  }
  .footer-grid {
    row-gap: 2rem;
  }
  .logofootertitle {
    width: 45%;
    font-size: 20px;
  }
  .socialcontainer {
    width: 45%;
    gap: 1rem;
  }

  .footer-grid h4 {
    font-size: 14px;
  }
  .footer-grid a {
    font-size: 12px;
  }
  .footer-grid p {
    font-size: 12px;
  }

  .footer-grid a i {
    font-size: 20px;
  }
  .footer-grid a p {
    font-size: 20px;
  }
}
