@font-face {
  font-family: Morabba;
  src: url('../fonts/Morabba-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Morabba;
  src: url('../fonts/Morabba-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Iransansx;
  src: url('../fonts/IRANSansX-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Iransansx;
  src: url('../fonts/IRANSansX-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Iransansx;
  src: url('../fonts/IRANSansX-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Iransansx;
  src: url('../fonts/IRANSansX-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --_color---primary: #e74b46;
  --_color---secondary: #dca352;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: underline;
}

.container {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block {
  cursor: pointer;
  background-color: #ff8585;
  border: 2px solid #000;
  padding: 10px;
}

.image {
  width: 100px;
}

.container-2 {
  width: auto;
}

.section-2 {
  background-color: #b87676;
  height: 100vh;
}

.section-3 {
  text-align: center;
  background-color: #72b2ff;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.text-block {
  text-align: center;
  padding: 20px;
  font-size: 22px;
}

.section-4 {
  height: 200vh;
}

.section-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  display: flex;
}

.div-block-2 {
  flex: 1;
  width: 200px;
  height: auto;
  position: fixed;
  inset: 25% auto auto 0%;
}

.section-6 {
  height: 50vh;
}

.row {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  justify-content: flex-end;
  display: flex;
}

.framed-img {
  border: 30px solid #363636;
}

.section-7 {
  height: 50vh;
}

.section-8 {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  flex-flow: column;
  display: flex;
}

.section-9 {
  background-color: #590000;
  height: 100vh;
  margin-top: 0;
}

.section-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
  display: flex;
}

.text-block-2 {
  font-size: 30px;
  display: block;
  position: absolute;
}

.text-block-3 {
  font-size: 30px;
  display: none;
  position: absolute;
}

.body {
  text-align: right;
  background-color: #504d4e;
  font-family: Iransansx, Arial, sans-serif;
}

.hero-section {
  color: #fff0;
  background-color: #4f4d4e00;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: auto;
  overflow: visible;
}

.intro-section-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #504d4e00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 15vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-section {
  background-color: #504d4e00;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.numbers {
  background-color: #dca352;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
}

.timeline-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #9dbdbb;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: block;
  position: relative;
}

.people-section {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-3 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  justify-content: center;
  align-items: stretch;
  padding: 28px;
  display: flex;
}

.div-block-3.about-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
}

.about-image {
  width: 50%;
}

.about-description {
  direction: rtl;
  color: #000;
  text-align: justify;
  justify-content: center;
  align-items: center;
  font-family: Iransansx, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6rem;
  display: flex;
}

.horizontal-scroll {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  aspect-ratio: auto;
  cursor: grab;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 18px;
  display: flex;
  overflow: auto;
}

.about-layout {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  text-align: center;
  justify-content: space-between;
  align-items: stretch;
  width: 900px;
  padding: 0;
  display: flex;
}

.gallery-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #504d4e;
  border: 1px solid #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  min-width: 200px;
  min-height: auto;
  padding: 1rem;
  display: flex;
}

.cta-section {
  background-color: #fac45f;
  min-height: 0;
  padding-top: 1rem;
  padding-bottom: .5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px 8px #00000021;
}

.about-quote {
  direction: rtl;
  color: #f7c769;
  text-align: right;
  font-family: Iransansx, Arial, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 4rem;
}

.about-text {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  display: block;
}

.cta-content {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 50px 100px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-text {
  direction: rtl;
  color: #504d4e;
  padding: 1rem;
  font-family: Morabba, Arial, sans-serif;
  font-size: 54px;
  font-weight: 900;
}

.cta-button {
  -webkit-text-fill-color: inherit;
  background-color: #016463;
  background-clip: border-box;
  border: 1px solid #000;
  border-width: 1px 1px 2px 2px;
  border-radius: 13px;
  padding: 20px 40px;
  font-family: Iransansx, Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.hero-lottie {
  z-index: 1;
  object-fit: cover;
  background-color: #4f4d4e;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: auto;
}

.hero-text {
  z-index: 2;
  clear: none;
  direction: rtl;
  color: #000;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-family: Morabba, Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  display: block;
  position: absolute;
  inset: 50% 25% auto auto;
}

.hero-lottie-wrapper {
  z-index: 1;
  text-align: justify;
  background-color: #0000;
  flex-flow: column;
  width: 100vw;
  height: 100vh;
  display: block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.hero-text-container {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.challenge-section {
  z-index: 3;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #504d4e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding: 2rem 1rem;
  display: flex;
  position: relative;
}

.challenge-text {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  justify-content: space-between;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.challenge-describtion {
  direction: rtl;
  color: #fff;
  text-align: justify;
  border: 0 solid #000;
  font-family: Iransansx, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6rem;
}

.challenge-quote {
  direction: rtl;
  color: #fff;
  text-shadow: 2px 1px 1px #0003;
  font-family: Iransansx, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.intro-text-swap {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
  position: sticky;
  top: auto;
}

.prize-text {
  direction: rtl;
  color: #504d4e;
  text-align: center;
  padding: 10px;
  font-family: Iransansx, Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
  position: static;
}

.intro-text {
  direction: rtl;
  color: #504d4e;
  letter-spacing: normal;
  white-space: normal;
  word-break: normal;
  padding: 10px;
  font-family: Iransansx, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.video-layout {
  display: block;
}

.intro-section-1 {
  background-color: #dca35200;
  justify-content: center;
  align-items: center;
  height: 15vh;
  margin-top: 0;
  display: flex;
  position: relative;
}

.switch-color-yello {
  background-color: #dca352;
  position: absolute;
  inset: 0%;
}

.switch-color-yello.gray {
  background-color: #4f4d4e;
}

.switch-color-gray {
  background-color: #f3bf5d;
  position: absolute;
  inset: 0%;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.about-row {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.about-img {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  height: 100vh;
  padding: 2rem;
  display: block;
  overflow: auto;
}

.about-describtion {
  direction: rtl;
  color: #fff;
  text-align: justify;
  -webkit-text-stroke-color: #000;
  padding-left: 1rem;
  font-family: Iransansx, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.3rem;
}

.about-images {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: auto;
  border-radius: 20px;
  display: block;
}

.splash-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.gif {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.scroll-button {
  cursor: pointer;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 10px 20px;
  position: absolute;
  inset: auto 3rem 3rem auto;
}

.image-3 {
  position: absolute;
}

.scroll-down-icon {
  height: 50px;
}

.people-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: static;
}

.people-quote {
  direction: rtl;
  color: #fff;
  flex: 0 auto;
  margin: 0;
  padding: 0;
  font-family: Iransansx, Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  display: block;
}

.slider {
  position: relative;
  overflow: visible;
}

.carousel-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #484848;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.carousel-track {
  justify-content: space-between;
  align-items: stretch;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
  transition: transform .5s;
  display: flex;
}

.carousel-item {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 13%;
  min-width: 160px;
  display: flex;
}

.winner-pic {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: auto;
}

.people-text {
  background-color: #e74b46;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.my-carousel-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.my-carousel-container.reverse-carousel {
  direction: rtl;
}

.logo-container {
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.logo-container.revers-carousel {
  direction: rtl;
  text-align: left;
  flex-flow: row-reverse;
  padding-top: 10px;
}

.logo-container.carousel {
  padding-bottom: 10px;
}

.img {
  object-fit: fill;
  height: 220px;
  margin: .5rem;
  overflow: clip;
}

.test-carousel {
  background-color: #6d6363;
  height: 40vh;
  display: flex;
}

.flip-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.card-wrapper {
  margin-left: 10px;
  margin-right: 10px;
}

.section-11 {
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.body-2 {
  perspective: 1000px;
  font-family: Iransansx, Arial, sans-serif;
}

.card {
  cursor: grab;
  width: 250px;
  height: 350px;
  position: relative;
  box-shadow: -3px 0 3px #0000003b;
}

.card.test {
  position: relative;
}

.card-front {
  background-color: #dca352;
  border: 2px solid #040404;
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-back {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  backface-visibility: hidden;
  text-align: justify;
  transform-style: preserve-3d;
  background-color: #9dbdbb;
  border-radius: 2px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 1rem 1rem 1.5rem;
  line-height: 23px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.paragraph {
  direction: rtl;
  color: #121212;
  text-align: justify;
  margin: 0 10px 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
}

.heading {
  direction: rtl;
  color: #504d4e;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
}

.section-12 {
  background-color: #f06464;
  height: 50vh;
}

.navbar {
  position: absolute;
}

.navbar-2 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.container-3 {
  direction: rtl;
  text-align: center;
  background-color: #fff0;
  position: static;
}

.nav-menu {
  background-color: #952626;
  position: absolute;
}

.nav-item {
  direction: rtl;
  width: 40%;
  font-family: Morabba, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.nav-link-2, .nav-link-3 {
  direction: rtl;
}

.container-4 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-3 {
  flex-flow: row;
  flex: 0 auto;
  width: 100%;
  position: relative;
}

.container-5 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
  overflow: visible;
}

.nav-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.menu-button, .menu-button.w--open {
  display: block;
}

.faq-section {
  background-color: #9dbdbb;
  border-top: 1px solid #000;
  padding-bottom: 3rem;
}

.faq-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  direction: rtl;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  padding: 1rem;
  display: grid;
}

.faq-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  direction: rtl;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  flex-flow: column;
  padding: 1rem 2rem;
  font-family: Iransansx, Arial, sans-serif;
  display: flex;
}

.faq-item:hover {
  transform: scale(1.01);
}

.faq-question {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  direction: rtl;
  color: #504d4e;
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  font-family: Iransansx, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  display: flex;
}

.faq-dropdown {
  width: 20px;
}

.drop-down-animation {
  direction: rtl;
}

.faq-layout {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobile-gif {
  display: none;
}

.heading-2 {
  color: #000;
  -webkit-text-stroke-color: #fff;
  font-family: Iransansx, Arial, sans-serif;
  font-size: 24px;
}

.timeline-tabs {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 25vh;
  padding: 3rem 3rem 2rem;
  position: sticky;
  top: 40px;
}

.timeline-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  direction: rtl;
  text-align: left;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
  overflow: auto;
}

.timeline-step {
  direction: rtl;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #3d3b3c;
  border: 1px solid #504d4e;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 1.5rem;
  font-weight: 700;
  display: flex;
}

.timeline-step:hover {
  background-color: #333232;
  border-width: 3px;
  border-color: #f3bf5d;
}

.timeline-step.w--current {
  direction: rtl;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #4e4b4b;
  border: 8px solid #f3bf5d;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.timeline-dot {
  background-color: #504d4e;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  margin-bottom: .5rem;
}

.timeline-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin: 3rem;
  display: flex;
}

.timeline-img {
  width: 40%;
}

.timeline-text {
  direction: rtl;
  color: #121212;
  text-align: justify;
  width: 50%;
  padding: 0 1rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 2rem;
}

.timeline-line {
  z-index: 0;
  direction: rtl;
  text-align: right;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5vh;
  position: sticky;
  top: 0;
  transform: translate(0, 500%);
}

.progress-bar-bg {
  text-align: justify;
  background-color: #ccc;
  width: 100%;
  height: 20px;
  position: relative;
}

.progress-bar-fill {
  background-color: #f3bf5d;
  width: 0%;
  height: 100%;
  transition: width .3s;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-4 {
  font-family: Iransansx, Arial, sans-serif;
  font-weight: 900;
}

.text-block-5 {
  font-weight: 900;
}

.navbar-4 {
  direction: rtl;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.nav-link-4 {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.container-6 {
  direction: rtl;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding: 1rem;
  position: absolute;
  overflow: visible;
}

.custom-horizontal-menu {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
}

.menu-link {
  color: #fff;
  text-align: center;
  cursor: pointer;
  flex-flow: row;
  min-width: 180px;
  font-size: 12px;
  font-weight: 700;
  display: block;
  position: relative;
}

.nav-link-6 {
  position: relative;
}

.icon {
  color: #fff;
}

.horizontal-menu {
  direction: rtl;
  color: #fff;
  background-color: #c8c8c800;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.menu-items {
  color: #fff;
  text-align: center;
  display: inline-flex;
}

.menu-items:hover {
  color: #f7c763;
}

.nav-link-8, .nav-link-9 {
  display: inline-flex;
}

.brand {
  pointer-events: none;
  background-color: #da181800;
  border: 1px solid #fff;
  border-radius: 2%;
  order: 0;
  width: 100px;
  padding: .5rem;
}

.menu-hamburger {
  z-index: 10;
  color: #fff;
  border: 0 solid #fff;
  border-radius: 100%;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  font-weight: 400;
}

.menu-hamburger.w--open {
  background-color: #c8c8c800;
  border: 1px solid #fff;
  border-radius: 100%;
}

.custom-navbar {
  z-index: 5;
  direction: rtl;
  background-color: #ddd0;
  background-image: linear-gradient(#504d4edb, #504d4edb);
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: -10vh;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
  overflow: visible;
}

.nav-link-10 {
  display: inline-flex;
}

.icon-2 {
  font-size: 40px;
}

.horizontal-nav-menu {
  text-align: right;
  background-color: #fff0;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  max-height: 60px;
  margin-left: 28px;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.horizontal-nav-menu:hover {
  color: #f7c763;
}

.nav-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  direction: rtl;
  justify-content: flex-start;
  align-items: center;
  margin-left: 18px;
  margin-right: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lottie-animation {
  width: 80px;
}

.title {
  direction: rtl;
  color: #000;
  font-size: 20px;
  font-weight: 900;
}

.timeline-title {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.extra-cards {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.show-more {
  color: #000;
  background-color: #f3bf5d;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Morabba, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.footer-section {
  margin-top: -30vh;
}

.footer-spacer {
  height: 30vh;
}

.footer-wrap {
  background-color: #504d4e;
  position: sticky;
  bottom: 0;
}

.container-7 {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

.footer-inner {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-5 {
  object-fit: fill;
  width: 250px;
}

.image-6 {
  width: 200px;
}

.footer-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.footer-list {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.heading-3 {
  direction: rtl;
  color: #f3bf5d;
  border-bottom: 2px solid #fff;
  margin-top: 0;
  font-size: 16px;
  font-weight: 900;
}

.link {
  direction: rtl;
  color: #fff;
  text-decoration: none;
}

.flipping-cards {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.section-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.cta-confetti {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.cta-cover {
  z-index: 1;
  background-color: var(--_color---primary);
  pointer-events: none;
  border-radius: 50%;
  width: 200%;
  height: 200%;
  position: absolute;
  inset: 50% 0% 0% 50%;
}

.btn-anchor {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 167px;
}

.toggle-switch {
  border: 2px solid #dca352;
  border-radius: 50vh;
  justify-content: space-between;
  width: 150px;
  height: 56px;
  display: flex;
  position: relative;
}

.toggle-switch.more {
  cursor: pointer;
  background-color: #f3bf5de0;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
}

.toggle-switch.less {
  cursor: pointer;
  background-color: #e0b15beb;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
}

.text-toggle {
  z-index: 1;
  color: #000;
  cursor: pointer;
  border-radius: 50vh;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  font-weight: 700;
  display: flex;
  position: relative;
}

.text-toggle.open-toggle {
  color: #000;
  width: 100%;
}

.text-toggle.close-toggle {
  width: 100%;
}

.toggle-button {
  background-color: #dca352;
  border-radius: 50vh;
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
}

.scroll-up {
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 5px 15px;
  position: absolute;
  inset: auto 10% 10% auto;
}

.scroll-up-icon {
  transform-style: preserve-3d;
  height: 35px;
  display: inline-block;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.button {
  color: #fff;
  background-color: #dca352;
  border: 1px solid #dca352;
  border-radius: 2vh;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 17px;
  font-weight: 500;
  position: absolute;
  bottom: 38%;
  left: 35%;
}

.button:hover {
  color: #363636;
  background-color: #dca352;
  background-image: linear-gradient(101deg, #dca352 28%, #f3bf5d 61%);
  font-weight: 900;
}

.button.login {
  color: #dca352;
  background-color: #dca35200;
  border-color: #dca352;
  padding-left: 1rem;
  padding-right: 1rem;
  bottom: 38%;
  left: 17%;
}

.button.login:hover {
  color: #fff;
  font-weight: 700;
}

.sticky {
  height: 100vh;
  position: sticky;
  top: 0;
}

.section-14 {
  background-color: #a46a6a;
  height: 500vh;
  position: relative;
}

.grid-2 {
  grid-template-rows: auto;
  height: 100%;
}

.viewport {
  height: 100%;
  overflow: hidden;
}

.image-7 {
  object-fit: fill;
}

.slide {
  object-fit: cover;
  height: 100vh;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.about-section-sticky {
  background-color: #4b4b4b;
  display: flex;
  position: relative;
}

.content-sticky-column {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.image-column {
  flex: 1;
  padding: 2rem;
}

.div-block-6 {
  height: 500px;
}

.div-block-6._1 {
  background-image: url('../images/IMG_5282.webp');
  background-position: 0 0;
  background-size: cover;
}

.div-block-6._2 {
  background-image: url('../images/IMG_5281.webp');
  background-position: 0 0;
  background-size: cover;
}

.div-block-6._3 {
  background-image: url('../images/IMG_5280.webp');
  background-position: 0 0;
  background-size: cover;
}

.div-block-6._4 {
  background-image: url('../images/IMG_5279.webp');
  background-position: 0 0;
  background-size: cover;
}

.div-block-6._5 {
  background-image: url('../images/IMG_5278.webp');
  background-position: 0 0;
  background-size: cover;
}

.image-8 {
  object-fit: fill;
  border-radius: 8%;
  width: 100%;
  margin: .5rem;
  box-shadow: 0 2px 10px #feffc133;
}

.navbarmobile {
  display: none;
}

.timeline-sentinels {
  position: relative;
  overflow: visible;
}

.timeline-sentinel {
  height: 40vh;
}

.timeline-sticky {
  z-index: 2;
  position: sticky;
  top: 20px;
  overflow: visible;
}

.line-scope {
  height: 20vh;
  position: relative;
}

.counter-ikon {
  width: 150px;
}

.counter-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  direction: rtl;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ikon-title {
  color: #9dbdbb;
  font-size: 16px;
  font-weight: 900;
}

.col-1, .col-2 {
  pointer-events: none;
  border: 1px solid #9dbdbb;
  border-radius: 16px;
}

.year-title {
  color: #000;
  text-align: center;
  background-color: #ffbf60;
  border: 0 solid #9dbdbb;
  border-bottom-width: 1px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 1rem 2rem .5rem;
  font-size: 14px;
  font-weight: 900;
}

.counter-num {
  color: #fff;
  text-align: center;
  padding: 1rem 2rem;
  font-size: 16px;
  font-weight: 700;
}

.text-span {
  font-size: 58px;
  font-weight: 900;
}

.card-titles {
  direction: rtl;
  color: #000;
  text-align: center;
  font-family: Iransansx, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
}

.image-10 {
  width: 400px;
}

.video-section {
  height: auto;
  padding: 2rem;
}

.chalengicon {
  min-width: 100%;
  max-width: 50%;
}

.button-2 {
  display: none;
}

.drop-down-icon {
  height: 10px;
}

.drop-down-icon.close-icon {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.faq-answer-paragraph {
  text-align: justify;
}

.grid-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  .intro-section-2 {
    height: 15vh;
  }

  .horizontal-scroll {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about-quote {
    font-size: 18px;
  }

  .about-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .challenge-describtion {
    font-size: 15px;
  }

  .intro-section-1 {
    height: 15vh;
  }

  .about-describtion {
    font-size: 15px;
  }

  .splash-section {
    height: auto;
  }

  .gif {
    object-fit: fill;
    height: auto;
  }

  .flip-card {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .card {
    width: 500px;
    height: 200px;
  }

  .card-front {
    display: none;
  }

  .card-back {
    transform: none;
  }

  .heading {
    font-size: 20px;
  }

  .faq-wrapper {
    padding: 1rem;
  }

  .mobile-gif {
    display: none;
    position: absolute;
  }

  .timeline-content {
    margin: auto 0 auto 0;
    padding: 2rem;
  }

  .timeline-text {
    font-size: 14px;
  }

  .title {
    font-size: 20px;
  }

  .footer-inner, .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .flipping-cards {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .button {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 15px;
    bottom: 35%;
    left: 38%;
  }

  .button.login {
    color: #fffc;
    border-color: #fffc;
    bottom: 35%;
    left: 16%;
  }

  .container-8 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .intro-section-2 {
    height: 10vh;
  }

  .timeline-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .horizontal-scroll {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .about-quote {
    font-size: 16px;
  }

  .about-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta-content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .prize-text, .intro-text {
    font-size: 20px;
  }

  .intro-section-1 {
    height: 10vh;
  }

  .about-describtion {
    text-align: justify;
    font-size: 14px;
  }

  .gif {
    object-fit: contain;
  }

  .flip-card {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
  }

  .card-back {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    transform: none;
  }

  .heading {
    font-size: 19px;
  }

  .faq-wrapper {
    padding: 0;
  }

  .timeline-tabs {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .timeline-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .timeline-step {
    width: 300px;
    height: 130px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .timeline-content {
    padding: .5rem;
  }

  .custom-navbar {
    display: none;
  }

  .title {
    text-align: center;
    font-size: 16px;
  }

  .timeline-title {
    padding: 0;
  }

  .button {
    font-size: 15px;
  }

  .button.login {
    left: 9%;
  }

  .navbarmobile {
    background-color: #ddd0;
    display: block;
  }

  .nav-menue-mobile {
    color: #eaeaea;
  }

  .menue-item-mobile {
    -webkit-text-stroke-color: #eaeaea;
    background-color: #504d4eb8;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .intro-section-2 {
    height: 10vh;
  }

  .numbers {
    height: auto;
  }

  .timeline-section {
    position: relative;
    overflow: visible;
  }

  .people-section {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }

  .horizontal-scroll {
    flex-flow: column;
    padding: .5rem;
    overflow: visible;
  }

  .gallery-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 250px;
  }

  .about-quote {
    text-align: center;
    font-size: 19px;
  }

  .about-text {
    flex: 0 auto;
    order: -1;
    width: 100%;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .cta-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 2rem;
  }

  .cta-text {
    text-align: center;
    font-size: 28px;
  }

  .challenge-text {
    padding: 1rem;
  }

  .challenge-describtion {
    font-size: 15px;
  }

  .challenge-quote {
    text-align: center;
    font-size: 24px;
    line-height: 33px;
  }

  .prize-text {
    font-size: 24px;
  }

  .intro-text {
    font-size: 14px;
  }

  .intro-section-1 {
    height: 10vh;
  }

  .about-row {
    flex-flow: column;
  }

  .about-img {
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .about-describtion {
    text-align: justify;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 0;
    font-size: 15px;
  }

  .splash-section {
    height: 90vh;
  }

  .gif {
    object-fit: fill;
    height: auto;
    display: none;
  }

  .scroll-button {
    padding-left: 15px;
    padding-right: 15px;
    bottom: 3.6rem;
  }

  .scroll-down-icon {
    height: 25px;
  }

  .people-text {
    width: 100%;
    height: 20%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .my-carousel-container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
    overflow: hidden;
  }

  .logo-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .logo-container.revers-carousel {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .logo-container.carousel {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    display: grid;
  }

  .img {
    height: 200px;
    margin: 0;
  }

  .flip-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card {
    width: 300px;
    height: 270px;
  }

  .card-back {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    transform: none;
  }

  .paragraph {
    margin-top: 0;
    font-size: 13px;
  }

  .heading {
    color: #504d4e;
    margin-bottom: 0;
    font-size: 16px;
  }

  .faq-wrapper {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding: 0;
  }

  .faq-item {
    padding: 1rem;
  }

  .mobile-gif {
    flex-flow: column;
    width: 100%;
    height: 100%;
    display: block;
    position: static;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .timeline-tabs {
    height: auto;
    padding-left: .5rem;
    padding-right: .5rem;
    position: static;
  }

  .timeline-menu {
    clear: none;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    overflow: auto;
  }

  .timeline-step {
    width: 100%;
  }

  .timeline-content {
    flex-flow: column;
    margin: 1rem;
    padding: 1rem 0 0;
  }

  .timeline-img {
    direction: rtl;
    order: -1;
    width: auto;
  }

  .timeline-text {
    text-align: justify;
    width: auto;
    font-size: 13px;
  }

  .timeline-line {
    width: 3%;
    height: auto;
    display: none;
    position: relative;
  }

  .custom-navbar {
    cursor: pointer;
    display: none;
  }

  .horizontal-nav-menu {
    flex-flow: column;
    margin-left: 0;
    display: flex;
  }

  .nav-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .title {
    font-size: 17px;
    line-height: 26px;
  }

  .extra-cards {
    justify-content: flex-start;
    align-items: stretch;
    display: none;
  }

  .footer-section {
    margin-top: -5vh;
  }

  .footer-inner {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-right {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .image-5 {
    width: 150px;
  }

  .image-6 {
    width: 100px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .flipping-cards {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .toggle-switch {
    width: 150px;
  }

  .text-toggle.open-toggle, .text-toggle.close-toggle {
    width: 100%;
  }

  .toggle-button {
    width: 0%;
  }

  .scroll-up {
    display: none;
    position: relative;
    bottom: 2%;
    right: 2%;
  }

  .button {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 16px;
    bottom: 45%;
    left: 13%;
  }

  .button:hover {
    font-weight: 700;
  }

  .button.login {
    bottom: 38%;
    left: 7%;
  }

  .about-section-sticky {
    flex-flow: column;
  }

  .content-sticky-column {
    order: -1;
    position: relative;
  }

  .image-column {
    padding: 1rem;
  }

  .div-block-7 {
    flex-flow: column;
    display: flex;
  }

  .navbarmobile {
    background-color: #504d4ea1;
    display: block;
    position: sticky;
    top: 0;
  }

  .nav-menu-3 {
    display: block;
  }

  .nav-menue-mobile {
    background-color: #c8c8c800;
    display: none;
  }

  .menue-item-mobile {
    color: #fff;
    background-color: #504d4e7d;
    border-radius: 0;
  }

  .timeline-sentinels {
    display: none;
  }

  .container-8 {
    max-width: none;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .year-title {
    padding: .5rem;
  }

  .counter-num {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .text-span {
    text-overflow: clip;
    font-size: 34px;
  }

  .image-9 {
    width: 100%;
    height: 100%;
  }

  .tabikon {
    width: 80px;
  }

  .video-section {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .image-11 {
    max-width: 50%;
  }

  .chalengicon {
    width: 50%;
    min-width: auto;
    max-width: none;
  }

  .button-2 {
    cursor: pointer;
    background-color: #dca352;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    padding: 12px 16px;
    font-weight: 900;
    display: block;
  }

  .button-2:hover {
    font-size: 16px;
    box-shadow: 0 2px 3px 1px #fff3;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }
}


@font-face {
  font-family: 'Morabba';
  src: url('../fonts/Morabba-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morabba';
  src: url('../fonts/Morabba-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Iransansx';
  src: url('../fonts/IRANSansX-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Iransansx';
  src: url('../fonts/IRANSansX-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Iransansx';
  src: url('../fonts/IRANSansX-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Iransansx';
  src: url('../fonts/IRANSansX-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}