@font-face {
  font-family: "Iran1";
  src: url("./webfonts/IRANSansWeb_UltraLight_FaNum.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("./webfonts/IRANSansWeb_Light_FaNum.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("./webfonts/IRANSansWeb_FaNum.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("./webfonts/IRANSansWeb_Medium_FaNum.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("./webfonts/IRANSansWeb_Bold_FaNum.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("./webfonts/IRANSansWeb_Black_FaNum.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  margin: 0;
  padding: 0;
  direction: rtl;
  display: block;
  line-height: 1.5;
  text-align: right;
  min-height: 100vh;
  overflow-x: hidden;
  color: #272525;
  font-family: "Iran1";
  background-color: #f7f7f7;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  text-wrap: balance;
  line-height: 1.1;
}

p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  text-wrap: pretty;
  overflow-wrap: break-word;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul[role=list],
ol[role=list] {
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
a:not([class]) {
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  outline: none;
}

input {
  font-family: "Iran1" !important;
}

button,
input,
label {
  line-height: 1.1;
}

textarea:not([rows]) {
  min-height: 10em;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: rgb(0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background: radial-gradient(circle, #ecc3ba 0%, rgba(0, 0, 0, 0) 100%);
}
::-webkit-scrollbar-thumb:hover {
  background: radial-gradient(circle, #ecc3ba 0%, rgba(0, 0, 0, 0.493) 100%);
}

:target {
  scroll-margin-block: 5ex;
}

.container {
  width: 100%;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  gap: 12px;
  transition: all 0.3s ease;
}
.button--primary {
  background-color: #1a1a1a;
  color: #ffffff;
}
.button--primary:hover {
  opacity: 0.9;
}
.button--secondary {
  background-color: #e2a496;
  color: #272525;
}
.button--secondary:hover {
  opacity: 0.9;
}
.button--outline {
  background-color: transparent;
  border: 1.5px solid #1a1a1a;
  color: #1a1a1a;
}
.button--outline:hover {
  background-color: rgba(26, 26, 26, 0.05);
}
.button--text {
  background-color: transparent;
  color: #666666;
}
.button--text:hover {
  opacity: 0.7;
}
.button--map {
  background-color: #e2a496;
  color: #272525;
  width: 100%;
  gap: 8px;
}
.button--map:hover {
  opacity: 0.9;
}
.button__icon {
  width: auto;
  height: auto;
}

.section-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.section-bg__image {
  width: 100%;
  height: 100%;
}

.section-bg--top {
  top: -201px;
  left: -76px;
}
.section-bg--top img {
  width: 450px;
}

.section-bg--bottom {
  bottom: -3px;
  left: 0;
  overflow: hidden;
}
.section-bg--bottom img {
  width: 100% !important;
}

.hero {
  position: relative;
  height: 522px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #ffffff;
  text-align: right;
  overflow: visible;
  margin-top: 151px;
}
@media (max-width: 992px) {
  .hero {
    height: 550px;
    padding-bottom: 0;
    justify-content: center;
    align-items: flex-end;
    margin-top: 110px;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 480px;
    padding-bottom: 0;
    justify-content: center;
    align-items: flex-end;
    margin-top: 81px;
  }
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url("../../images/Rules/bg-hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top !important;
}
@media (max-width: 760px) {
  .hero__background {
    background-position: center left;
  }
}
@media (max-width: 992px) {
  .hero__background {
    background-position: left;
  }
}
.hero__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(32, 32, 32, 0) 29.42%, rgba(32, 32, 32, 0.78) 63.49%);
}
.hero__content {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .hero__content {
    position: absolute;
    bottom: 270px;
    padding: 0 24px;
    text-align: right;
    margin-top: 0;
    z-index: 3;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .hero__content {
    position: absolute;
    top: 190px;
    padding: 0 24px;
    text-align: center;
    margin-top: 0;
    z-index: 3;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 992px) {
  .hero__title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 36px;
    line-height: 42px;
  }
}
.hero__subtitle {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  line-height: 150%;
  text-align: center;
}
@media (max-width: 992px) {
  .hero__subtitle {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  .hero__subtitle {
    font-size: 18px;
    line-height: 30px;
  }
}

.swiper {
  overflow: visible;
}
.swiper-wrapper {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
.swiper-slide {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.swiper-button-next, .swiper-button-prev {
  background: none;
  border: none;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: none;
}
.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.introduction {
  padding: 32px 0;
  position: relative;
  background-color: rgba(26, 26, 26, 0.02);
  overflow: hidden;
}
.introduction .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.introduction p {
  margin: 0;
  max-width: 900px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 190%;
  text-align: center;
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .introduction p {
    font-size: 16px;
    padding: 0 16px;
  }
}

.rules {
  padding: 48px 0;
  position: relative;
}
.rules .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rules__content {
  width: 100%;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
  overflow: hidden;
}
.rules__nav {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #e5e5e5;
  background-color: #ffffff;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 80%;
  margin: 0 auto;
}
.rules__nav::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .rules__nav {
    width: 100%;
  }
}
.rules__tab {
  flex: 1;
  min-width: 200px;
  padding: 16px;
  border-bottom: 3px solid transparent;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  background-color: rgba(26, 26, 26, 0.02);
  border-radius: 0 0 5px 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .rules__tab {
    min-width: 120px;
    padding: 12px;
  }
}
.rules__tab h3 {
  font-size: 16px;
  font-weight: 700;
  color: #272525;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .rules__tab h3 {
    font-size: 14px;
  }
}
.rules__tab:hover {
  background-color: rgba(26, 26, 26, 0.05);
}
.rules__tab--active {
  background-color: #f3f4f6;
  border-bottom-color: #1a1a1a;
}
.rules__tab--active h3 {
  color: #446c6c;
}
.rules__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 32px;
}
@media (max-width: 768px) {
  .rules__list {
    padding: 16px;
  }
}
.rules__section {
  display: none;
  animation: fadeInSection 0.3s ease;
}
.rules__section--active {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.rules__item {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  border: none;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
.rules__item:last-child {
  border-bottom: none;
}
.rules__item-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  background-color: rgba(26, 26, 26, 0.02);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.rules__item-header:hover {
  background-color: rgba(26, 26, 26, 0.05);
}
.rules__item-header h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.2;
  flex: 1;
}
@media (max-width: 768px) {
  .rules__item-header h4 {
    font-size: 16px;
  }
}
.rules__item-chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.rules__item-chevron--rotated {
  transform: rotate(90deg);
}
.rules__item-description {
  max-height: 1000px;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 16px;
  padding-right: 0;
  padding-left: 0;
  background-color: #ffffff;
  margin: 0;
  padding-right: 40px;
  margin-left: 16px;
}
@media (max-width: 768px) {
  .rules__item-description {
    margin-right: 0;
    margin-left: 16px;
  }
}
.rules__item-description p {
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
  margin: 0 0 12px 0;
  position: relative;
}
.rules__item-description p::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -15px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: rgba(26, 26, 26, 0.46);
}
@media (max-width: 768px) {
  .rules__item-description p {
    font-size: 14px;
  }
}
.rules__item-description p:last-child {
  margin-bottom: 0;
}
.rules__item-description p:last-child::after {
  display: none;
}
.rules__item-description--collapsed {
  max-height: 0;
  padding: 0 16px;
  margin: 0;
}
.rules__item-description--collapsed p {
  margin: 0;
}

@keyframes fadeInSection {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.closing-cta {
  padding: 0 0 140px;
  position: relative;
}
.closing-cta .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .closing-cta .container {
    flex-direction: column-reverse;
  }
}

.closing-cta__message {
  width: 100%;
  max-width: 900px;
  padding: 24px;
  border-block: 4px solid #1a1a1a;
  border-radius: 3px;
  text-align: right;
  margin-top: 108px;
}
@media (max-width: 768px) {
  .closing-cta__message {
    margin-top: 0;
  }
}
.closing-cta__message p {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  line-height: 150%;
  text-align: right;
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .closing-cta__message p {
    font-size: 18px;
    text-align: center;
  }
}

.closing-cta__image {
  min-width: 420px;
  width: 420px;
}
@media (max-width: 768px) {
  .closing-cta__image {
    min-width: 290px;
    width: 290px;
  }
}
.closing-cta__image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}/*# sourceMappingURL=Rules.css.map */