/* ---------------------------------------------------------------- */
@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");
}

/* ---------------------------------------------------------------- */

* {
  font-family: "iransans", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  color: black;
  margin: 0 auto;
  position: relative;
}

a {
  text-decoration: none;
  color: black;
}

section {
  scroll-margin-top: 100px;
}

.button {
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 50px;
  display: inline-block;
  background-color: #ff8300;
  color: white;
  text-align: center;
}

.underline {
  width: 120px;
  height: 1.5px;
  background-color: #ff8300;
  margin: 10px auto;
}

/* ------------------------ header ------------------------- */

.headerContainer {
  position: fixed !important;
  margin: 0 auto;
  display: flex;
  min-height: 80px;
  justify-content: center;
  width: 100%;
  right: 0;
  top: 0;
  background-color: white;
    z-index: 90000000000000000 !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 60px;
}














.header {
  padding: 10px 10px;
  max-width: 1100px;
  width: 90%;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.menus {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 16px;
  font-weight: bold;
}

.logo {
  width: 100px;
  height: 60px;
  object-fit: contain;
}

.hamburgercontain {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: #000;
  border-radius: 2px;
}

/* overlay */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 998;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* side menu */
.side-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 350px;
  height: 100vh;
  background: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  transition: right 0.3s ease;
  z-index: 100000000000000000000000000000;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.side-menu .underline {
  margin-right: 0 !important;
  height: 2px !important;
  margin-top: 5px !important;
  width: 30px !important;
}

.side-menu .logo {
  margin: 0 auto;
}

.side-menu.active {
  right: 0;
}

.side-menu a {
  margin-top: 20px;
}

.close-btn {
  align-self: flex-end;
  font-size: 32px;
  background: none;
  border: none;
  cursor: pointer;
}

/* ------------------------ land ------------------------- */

.landcontainer {
  position: relative;
  margin-top: 80px;
  width: 100%;
  aspect-ratio: 1900 / 500;
  min-height: 320px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  top: 0;
  right: 0;
  z-index: 0;
}

.bgmobile {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  right: 0;
  z-index: 0;
}

.land {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 900px;
  padding: 20px;
}

.land h1 {
  border-radius: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;

  margin: 0 auto;
}

.land h2 {
  font-size: 18px;
  text-align: center;
  margin: 30px auto 0px;
  max-width: 500px;
  line-height: 35px;
  font-weight: 400;
}

.buttonLand {
  margin-top: 20px;
  width: fit-content !important;
}

/* ------------------------ special-offers ------------------------- */

.special-offers-contain {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #0086f8;
  color: white;
  border-radius: 20px;
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 500;
}

.bg-img2 {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 10;
}

.bg-img2mobile {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  right: 0;
  z-index: 0;
}

.bg-img2laptop{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    right: 0;
    z-index: 0;
}

.special-offers {
  max-width: 1100px;
  width: 100%;
  position: relative;
  z-index: 20;
}

.special-offers h3 {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.offers {
  display: flex;
  margin-top: 50px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 2rem;
  column-gap: 1rem;
  perspective: 2500px;
}

.offer {
  width: 20%;
  min-width: 150px;
  min-height: 140px;
  background-color: white;
  font-weight: bold;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 15px 10px;
  font-size: 14px;
  text-align: center;

  opacity: 0;
  transform-origin: bottom center;
  transform: perspective(2500px) rotateX(-100deg) translateY(40px);
}

.offer .takhfif {
  color: #ff8300;
}

.offer.show {
  opacity: 1;
  animation: flipUp 0.5s cubic-bezier(0.25, 1.4, 0.4, 1) forwards;
}

@keyframes flipUp {
  0% {
    opacity: 0;
    transform: perspective(2500px) rotateX(-100deg) translateY(40px);
  }
  65% {
    opacity: 1;
    transform: perspective(2500px) rotateX(15deg) translateY(-10px);
  }
  100% {
    transform: perspective(2500px) rotateX(0deg) translateY(0);
  }
}

.off {
  padding: 5px;
  font-size: 13px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #0086f854;
  width: 90%;
  color: black;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-end-start-radius: 5px;
  border-end-end-radius: 5px;
  font-weight: 400;
}

.CertifyContain {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 1rem;
  font-weight: bold;
}

.certify {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}

/* ------------------------ aboutUs ------------------------- */

.aboutUsContainer {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px !important;
  padding-bottom: 30px !important;
  padding: 10px 10px;
  background-color: white;
}

.aboutUs {
  width: 100%;
  max-width: 1400px;
}

.aboutUs h3 {
  font-size: 16px;
  line-height: 0;
  text-align: center;
  font-weight: bold;
}

.aboutUs p {
  font-size: 14px;
  text-align: center;
}

/* ------------------------ form ------------------------- */
.formContainer {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  background-color: white;
  padding: 10px 10px;
}

.formDiv {
  width: 100%;
  max-width: 1400px;
}

.form {
  width: 100%;
  max-width: 350px;
  min-height: 600px;
  margin: 0 auto;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
}

.formText h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 0;
  text-align: center;
}

.formText p {
  font-size: 14px;
  text-align: center;
}

/* ------------------------ footer ------------------------- */

.footerContainer {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #0086f8;
  color: white;
  padding: 10px 10px;
  border-radius: 20px 20px 0 0;
}

.footer {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.footer .img {
  width: 8% !important;
  object-position: right;
}

.footerCol {
  width: 15%;
}

.adress {
  width: 35%;
}

.footerCol h4 {
  font-size: 14px;
  line-height: 0px;
  font-weight: 400;
}

.footerCol p {
  font-weight: bold;
  font-size: 14px;
  text-align: justify;
}

.footerCol a {
  font-weight: bold;
  font-size: 14px;
  text-align: justify;
  color: white;
}

.social {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  border-top: 2px solid rgba(255, 255, 255, 0.445);
  padding-top: 10px;
}

.social a img {
  border-radius: 5px;
  padding: 5px;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.social p {
  font-size: 12px;
}

.footerContainer .underline {
  margin-top: 5px !important;
  margin-right: 0 !important;
  width: 40px !important;
}

/* ------------------------ 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;
  position: relative;
}

.snowflake {
  position: absolute;
  top: -40px;
  color: #fff;
  font-size: 1em;
  opacity: 0.8;
  animation-name: fall;
  animation-timing-function: linear;
}

@keyframes fall {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(110vh);
  }
}

/* ------------------------ responsive ------------------------- */

@media (max-width: 1300px) {
    .special-offers-contain {
        aspect-ratio: 1300 / 640;
    }
    .bg-img2 {
        display: none;
    }

    .bg-img2mobile {
        display: none;
    }

    .bg-img2laptop{
        display: block;
    }
}
@media (max-width: 768px) {
  .menus {
    gap: 1rem;
    font-size: 14px;
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .button {
    font-size: 14px;
    padding: 10px 15px;
  }

  .logo {
    width: 70px;
    height: 60px;
  }

  .bg-img {
    display: none;
  }

  .bgmobile {
    display: block;
  }

  .landcontainer {
    aspect-ratio: 480 / 320;
  }

  .land h1 {
    font-size: 18px;
  }

  .land h2 {
    font-size: 16px;
    line-height: 30px;
  }

  .off {
    min-height: 40px;
  }

  .special-offers-contain {
    aspect-ratio: 480 / 842;
  }

  .bg-img2 {
    display: none;
  }

  .bg-img2mobile {
    display: block;
  }

  .bg-img2laptop{
      display: none;
  }

  .form {
    width: 100%;
    max-width: 250px;
  }

  .footer {
    gap: 0rem;
  }

  .footer .img {
    width: 30% !important;
  }

  .footerCol h4 {
    font-size: 12px;
  }

  .footerCol p {
    font-weight: bold;
    font-size: 14px;
  }

  .footerCol {
    width: 48%;
  }

  .adress {
    width: 48%;
  }
}

.quform .quform-field-captcha,
.quform .quform-field-date,
.quform .quform-field-email,
.quform .quform-field-file,
.quform .quform-field-multiselect,
.quform .quform-field-password,
.quform .quform-field-select,
.quform .quform-field-text,
.quform .quform-field-textarea,
.quform .quform-field-time,
.quform .select2-container--quform .select2-selection {
  display: block;
  margin: 0;
  min-width: 10px;
  max-width: 100%;
  width: 100%;
  padding: 8px;
  height: auto;
  line-height: 1.5;
  font-size: 1em;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
}
