* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "BYekan";
  direction: rtl;
  position: relative;
}

body {
  background-color: rgb(26, 20, 8);
  color: #fff;
  position: relative;
  overflow-x: hidden;
}

:root {
  --active-text: #fa7020;
  --white-text: rgba(255, 255, 255, 0.75);
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style-type: none;
}

.part-container {
  padding: 0 10vw;
}

mark {
  color: var(--active-text);
  background-color: transparent;
}

.curveline {
  width: fit-content;
  height: auto;
  position: absolute;
  z-index: -1 !important;
  pointer-events: none;
}
.curveline:nth-of-type(1) {
  top: 0;
  right: 0;
}
.curveline:nth-of-type(2) {
  top: 0;
  left: 0;
}

.blur-circle {
  background-color: rgba(252, 201, 0, 0.15);
  width: 800px;
  height: 800px;
  position: absolute;
  top: -35vh;
  right: -30vw;
  border-radius: 50%;
  filter: blur(830.33px);
}

.section-header {
  text-align: center;
  max-width: 767px;
  margin: auto;
}
.section-header > h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 12px;
  font-weight: 900;
  text-align: center;
}
.section-header > p {
  font-size: 16px;
  margin: 0 auto 38px;
  color: rgba(255, 255, 255, 0.8);
}

a.start-link {
  color: #fff;
  font-size: 16px;
  background-image: linear-gradient(45deg, #ff7a2e, #e95500);
  border-radius: 30px 2px 30px 2px;
  padding: 14px 17px;
  font-weight: 700;
  width: fit-content;
  transition: 0.25s ease;
  display: block;
}
a.start-link:hover {
  border-radius: 2px;
}

.hero-part .hero-header {
  height: 136px;
  padding: 24px 10vw;
  display: flex;
  align-items: center;
  gap: 7.5vw;
  border-bottom: 0.33px solid rgba(255, 255, 255, 0.25);
}
.hero-part .hero-header .hamburger,
.hero-part .hero-header .close {
  display: none;
}
.hero-part .hero-header nav {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
.hero-part .hero-header nav .login {
  font-size: 16px;
  padding: 12px 18.5px;
  background-color: rgba(250, 112, 32, 0.3);
  -webkit-text-stroke: 0.5px rgb(155, 70, 18);
  border-radius: 30px 2px 30px 2px;
  backdrop-filter: blur(3px);
  border: 1px solid rgba(250, 112, 32, 0.5);
}
.hero-part .hero-header nav ul {
  display: inline-flex;
  align-items: center;
  gap: max(34px, 4vw);
}
.hero-part .hero-header nav ul li.active a {
  color: var(--active-text);
  font-weight: 600;
}
.hero-part .hero-header nav ul li a {
  font-weight: 400;
  padding: 5px;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.25s ease;
}
.hero-part .hero-header nav ul li a:hover {
  color: var(--active-text);
}
.hero-part .hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(100dvh - 136px);
  min-height: 520px;
  padding: 35px 10vw;
  gap: max(7vw, 45px);
}
.hero-part .hero-content .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 23px;
  width: 35vw;
  min-width: 450px;
}
.hero-part .hero-content .container h1 {
  font-size: 43px;
}
.hero-part .hero-content .container p {
  font-size: 16px;
  color: var(--white-text);
  line-height: 26px;
  text-align: justify;
}
.hero-part .hero-content .container .options {
  background-color: rgba(107, 107, 107, 0.13);
  border-radius: 10px;
  padding: 36px 26px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5vw;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero-part .hero-content .container .options::after {
  position: absolute;
  content: "";
  display: block;
  width: 137px;
  height: 137px;
  border-radius: 50%;
  background-color: #da8f4d;
  opacity: 10%;
  position: absolute;
  bottom: -80px;
  right: 40px;
}
.hero-part .hero-content .container .options span {
  font-size: 20px;
  font-weight: 900;
  display: block;
  margin-bottom: 4px;
}
.hero-part .hero-content .container .options small {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
.hero-part .hero-content > img {
  width: clamp(300px, 28vw, 520px);
  position: relative;
  left: -35px;
}

.services {
  margin: 142px 0;
  position: relative;
  z-index: -1;
}
.services .curve-img {
  position: absolute;
  top: -100px;
  right: 0;
  pointer-events: none;
  max-width: 100%;
}
.services .services-list {
  display: flex;
  flex-direction: column;
  text-align: right;
  width: 100%;
  position: relative;
  max-width: 1055px;
  margin: auto;
}
.services .services-list .stepper-line {
  position: absolute;
  top: 76px;
  right: calc(45% + 30px);
  width: fit-content;
}
.services .services-list li:not(.stepper-line) {
  padding: 24px 20px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.05);
  align-items: flex-start;
  width: 45%;
  position: relative;
}
.services .services-list li:not(.stepper-line)::after, .services .services-list li:not(.stepper-line)::before {
  content: "";
  width: 82px;
  height: 66px;
  display: block;
  position: absolute;
  left: -1.5px;
  top: -1.5px;
  filter: drop-shadow(0 0 10px var(--active-text));
  background-image: url("assets/serviceItem-gradient-topleft.webp");
}
.services .services-list li:not(.stepper-line)::after {
  left: unset;
  top: unset;
  right: -1.5px;
  bottom: -1.5px;
  background-image: url("assets/serviceItem-gradient-bottomright.webp");
}
.services .services-list li:not(.stepper-line):nth-child(odd) {
  align-self: flex-end;
}
.services .services-list li:not(.stepper-line) span {
  font-size: 20px;
  color: var(--active-text);
  margin-bottom: 7px;
  font-weight: 800;
}
.services .services-list li:not(.stepper-line) p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.75);
}

.bet-part {
  display: flex;
  align-items: center;
  gap: 48px;
  justify-content: center;
  margin: 24px auto 204px;
  position: relative;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0) 30%);
  padding: 58px 0;
}
.bet-part > img.for-content {
  max-width: 477px;
  width: 32vw;
}
.bet-part img.blur {
  z-index: -1;
  position: absolute;
  top: -387px;
  left: 0px;
  pointer-events: none;
}
.bet-part img.web {
  position: absolute;
  top: -88px;
  right: 0;
  width: fit-content;
  z-index: -1;
  pointer-events: none;
  max-width: 100%;
}
.bet-part .content {
  max-width: 550px;
  flex-grow: 1;
}
.bet-part .content h3 {
  font-size: 32px;
  margin-bottom: 18px;
  font-weight: 900;
}
.bet-part .content h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30.7px;
  margin-bottom: 14px;
  max-width: 92%;
}
.bet-part .content p {
  font-size: 16px;
  line-height: 30.7px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 22px;
}

.features {
  background: url("assets/features-bg.png") 0 50%/contain no-repeat;
  padding-bottom: 55px;
  margin-bottom: 86px;
  mix-blend-mode: lighten;
}
.features .section-header {
  max-width: 670px !important;
}
.features .content {
  display: flex;
  gap: 24px;
  max-width: 1155px;
  margin: auto;
}
.features .content > img {
  width: fit-content;
}
.features .content .features-list {
  max-width: 524px;
  min-width: 500px;
  flex-grow: 1;
  background-color: rgba(236, 90, 6, 0.06);
  border-radius: 8px;
  padding: 40px 50px;
  position: relative;
  backdrop-filter: blur(10px);
}
.features .content .features-list .shadow {
  width: 82px;
  height: 66px;
  display: block;
  position: absolute;
  left: -1.5px;
  top: -1.5px;
  filter: drop-shadow(0 0 10px var(--active-text));
}
.features .content .features-list .shadow:nth-of-type(2) {
  left: unset;
  right: -1.5px;
  transform: rotateY(180deg);
}
.features .content .features-list .shadow:nth-of-type(3) {
  left: unset;
  top: unset;
  right: -1.5px;
  bottom: -1.5px;
}
.features .content .features-list .shadow:nth-of-type(4) {
  top: unset;
  bottom: -1.5px;
  transform: rotateY(180deg);
}
.features .content .features-list ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
  gap: 30px;
  margin-top: 50px;
}
.features .content .features-list ul li {
  font-size: 20px;
  padding: 4px 0;
}
.features .content .features-list ul li::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 7px;
  background: url("assets/tick-circle.webp") 0 0/cover;
}
.features .content .betvictor {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 24px;
}
.features .content .betvictor .grid-item {
  width: calc(50% - 12px);
  flex-grow: 1;
  min-width: 240px;
  border: 1px #353535 solid;
  padding: 18px 20px;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
}
.features .content .betvictor .grid-item > img {
  width: fit-content;
  margin-bottom: 47px;
  display: block;
}
.features .content .betvictor .grid-item ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  white-space: nowrap;
}
.features .content .betvictor .grid-item ul li {
  font-size: 14px;
  padding: 4px 0;
}
.features .content .betvictor .grid-item ul li::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 4px;
  background: url("assets/tick-circle.webp") 0 0/cover;
}
.features .content .betvictor .grid-item ul li.not::before {
  background: url("assets/times-circle.webp") 0 0/cover;
}

.news .news-list {
  max-width: 1152px;
  margin: 0 auto 57px;
  display: flex;
  gap: 18.7px;
}
.news .news-list figure {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.news .news-list figure::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.5;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.news .news-list figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news .news-list figure figcaption {
  z-index: 3;
  position: absolute;
  bottom: 12px;
  left: 9px;
  border-radius: 10px;
  background-color: rgba(217, 217, 217, 0.22);
  backdrop-filter: blur(7px);
  width: calc(100% - 18px);
  color: #fff;
  padding: 12px 8px 15px;
}
.news .news-list figure figcaption div {
  font-size: 10.5px;
  margin-top: 3px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}
.news .news-list figure figcaption div .spacer {
  color: #21ca54;
}
.news .news-list figure figcaption h3 {
  font-size: 15px;
  line-height: 24px;
}