* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "B Yekan";
  direction: rtl;
}

@font-face {
  font-family: "B Yekan";
  src: url("./assets/BYekan+_0.ttf") format("TrueType");
  font-weight: 400;
}
@font-face {
  font-family: "B Yekan";
  src: url("./assets/BYekan+\ Bold.ttf") format("TrueType");
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
}
body {
  background-color: #1c181d;
  color: var(--white-text);
  position: relative;
  overflow-x: hidden;
}

:root {
  --active-color: #f14141;
  --active-color-darken: #d13737;
  --dark-color: #222627;
  --white-text: #fff;
  --white-text-darken: #e4dada;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style-type: none;
}
.part-container {
  padding: 0 64px;
  max-width: 1920px;
  margin-left: auto !important;
  margin-right: auto !important;
}
mark {
  color: var(--active-text);
  background-color: transparent;
}

input,
button {
  font-family: inherit;
  background-color: transparent;
  border: none;
}
.has-clamp {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.has-clamp-3 {
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.section-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 24px auto;
  width: 100%;
  gap: 10px;
}
.section-header h2 {
  color: var(--white-text);
  position: relative;
  width: fit-content;
  font-size: 34px;
  font-weight: 600;
}
.section-header h2 img {
  position: absolute;
  top: 9.6px;
  right: -13px;
  width: fit-content;
  transform: translate(100%);
}
.section-header h2 img:nth-child(2) {
  right: unset;
  left: -13px;
  transform: translate(-100%) rotateY(0.5turn);
}
.section-header .section-header__link {
  font-weight: bold;
  font-size: 20px;
  color: var(--white-text);
  cursor: pointer;
}
.section-header .section-header__link:hover {
  opacity: 0.65;
}
/* Hero Part  */
.main-header {
  padding-top: 57px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.main-header :is(.close, .hamburger) {
  display: none;
}
.main-header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  position: relative;
  gap: 10px;
}
.main-header .spacer {
  width: 2px;
  height: 32px;
  background-color: var(--active-color);
  border-radius: 10px;
}
.main-header nav .menu {
  display: flex;
  align-items: baseline;
  gap: 26px;
  padding-right: 14px;
}
.main-header nav .menu a {
  font-size: 18px;
  color: var(--white-text);
  font-weight: 500;
}
.main-header nav .menu a:hover {
  color: var(--active-color);
}
.main-header form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  transition: flex-grow 0.45s ease;
  width: 230px;
}
.main-header form:focus-within {
  flex-grow: 1;
}
.main-header form:focus-within input {
  border-radius: 8px !important;
}
.link {
  background-color: var(--white-text);
  color: var(--dark-color);
  border-radius: 80px;
  padding: 8px;
  width: 84px;
  cursor: pointer;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  flex-shrink: 0;
}
.link:hover {
  background-color: var(--white-text-darken);
}
.link.red {
  background-color: var(--active-color);
  color: var(--white-text);
}
.link.red:hover {
  background-color: var(--active-color-darken);
}
.main-header label.search {
  position: relative;
  width: 100%;
  height: 42px;
  cursor: pointer;
}
.main-header label.search button {
  width: fit-content;
  top: 9px;
  left: 9px;
  position: absolute;
  pointer-events: none;
  background-color: var(--white-text);
  border-radius: 50%;
}
.main-header label.search input {
  background-color: var(--white-text);
  border: 0;
  width: 100%;
  height: 100%;
  outline: none;
  transition: 0.45s ease;
  border-radius: 50px;
  font-size: 16px;
}
.main-header label.search input:focus {
  border-radius: 8px;
  padding-right: 10px;
  padding-left: 50px;
}
.main-header label.search input:focus + button {
  pointer-events: all;
  cursor: pointer;
}
.hero-part {
  margin: 0 auto 70px;
  max-width: 1920px;
}

.hero-part .content {
  position: relative;
  padding: 75px 64px;
  border-radius: 0 0 76px 76px;
  background: url("assets/hero-bg-gradient.png") bottom right / auto
      calc(100% - 44px) no-repeat,
    url("assets/hero-bg-pure.png") 0 0 / cover;
}
.hero-part .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 19px;
  z-index: 2;
}
.hero-part .text h1 {
  font-size: 71.5px;
  color: var(--white-text);
  font-weight: 900;
}
.hero-part .text h1 span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 10px);
  top: 5px;
  left: 0px;
  border-radius: 13px;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0.78) 57%,
    rgba(0, 0, 0, 0) 88%
  );
  z-index: -1;
  opacity: 0.78;
}
.hero-part .text h1 span {
  display: block;
  position: relative;
  z-index: 1;
}
.hero-part .text h1 span.red {
  color: var(--active-color);
}
.hero-part .text p {
  font-size: 22px;
  color: var(--white-text);
  font-weight: 500;
  text-align: justify;
  width: 100%;
  max-width: 448px;
}
.goToBottom img {
  max-width: 100%;
  border: 1px solid transparent;
  border-radius: 50%;
}
.goToBottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.goToBottom:hover img {
  border-color: var(--active-color);
}
/* Hero Part  */

/* Category  */
.category-list {
  margin-bottom: 43px;
}
.category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  min-width: 230px;
}
.category-item h3 {
  font-size: 30px;
  font-weight: 500;
  color: var(--white-text);
}
.category-item .image-container {
  width: 100%;
  background: url("assets/category-casino.png") 0 0 / cover;
  border-radius: 29px;
  height: 143px;
  border: 1px solid #49454a;
  background-color: #262128 !important;
}
.category-item .image-container.betting {
  background: url("assets/category-betting.png") 0 0 / cover;
}
.category-item .image-container.games {
  background: url("assets/category-games.png") 0 0 / cover;
}
.category-item .image-container.slot {
  background: url("assets/category-slot.png") 0 0 / cover;
}
/* Category  */

/* Cites  */
.cites {
  margin-top: 24px;
  margin-bottom: 90px;
}
.cites .owl-stage {
  padding-top: 45px;
}
.cites .owl-item {
  transition: 0.4s ease;
}
@media screen and (min-width: 570px) {
  .cites .owl-item:not(.center) {
    transform: scale(0.85);
  }
}
.cite-item {
  padding: 20px 24px 20px 0;
  border-radius: 24px;
  border: 1px solid #49454a;
  background-color: #262128;
  display: flex;
  align-items: center;
  gap: 15px;
  overflow: hidden;
  min-width: 364px;
}
.cite-item > img.logo {
  max-width: 90px;
}
.cite-item .spacer {
  width: 0.7px;
  height: 87px;
  background-color: #cdcdcd;
}
.cite-item .col {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  color: var(--white-text);
}
.cite-item strong {
  font-size: 20px;
}
.cite-item span img {
  width: 23px !important;
}
.cite-item span {
  display: inline-flex;
  font-size: 16px;
  align-items: flex-start;
  gap: 5px;
  font-weight: 500;
}
.cite-item .open {
  background-color: var(--active-color);
  color: var(--white-text);
  padding: 11px 13px 11px 12px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: bold;
  font-size: 15px;
  flex-shrink: 0;
  margin-right: auto;
  margin-bottom: -8px;
  align-self: flex-end;
}
.cite-item .open img {
  width: fit-content !important;
}
.cite-item .open:hover {
  background-color: var(--active-color-darken);
}
.cite-item .neshon {
  width: fit-content !important;
  position: absolute;
  left: 11px;
  top: 0;
  transform: translateY(-50%);
}

.owl-carousel.cites-list .owl-dots,
.owl-carousel.comments-list .owl-dots {
  display: flex !important;
  gap: 4.5px;
  width: fit-content;
  margin: 40px auto 0;
}
.owl-carousel.cites-list .owl-dots .owl-dot,
.owl-carousel.comments-list .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cecece;
  transition: 0.3s ease;
}
.owl-carousel.comments-list .owl-dots .owl-dot.active,
.owl-carousel.cites-list .owl-dots .owl-dot.active {
  border-radius: 4px;
  width: 18px;
  background-color: var(--active-color);
}
/* Cites  */
/* About */
.about {
  display: flex;
  align-items: center;
  width: 100%;
  height: 500px;
  padding-right: 100px;
  background: url("assets/about-bg.png") 0 0 / cover;
  margin: auto;
  max-width: 1920px;
}
.about .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 27px;
  width: 50%;
  max-width: 668px;
}
.about strong {
  color: var(--white-text);
  font-size: 32px;
  font-weight: 600;
}
.about p {
  max-width: 668px;
  width: 100%;
  font-size: 22px;
  color: #c4c4c6;
  text-align: justify;
}
.about footer {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-end;
}
.about .link {
  width: fit-content;
  padding: 7px 28px;
  background-color: transparent;
  border: 1.5px solid currentColor;
  color: var(--white-text);
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.about .link:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
.about .link.white {
  background-color: var(--white-text);
  color: #000;
}
.about .link.white:hover {
  background-color: var(--white-text-darken);
}
/* About */
/* Comments */
.comments {
  margin-top: 70px;
}
.comments .owl-stage {
  padding-top: 45px;
}
.comments-list {
  margin-top: 28px;
}
.comment-item {
  min-width: 270px;
  max-width: unset;
  height: 161px;
  padding: 0 25px 27px;
  border-radius: 14px;
  background-color: #312c33;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  gap: 14px;
}
.comment-item .profile {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  transform: translate(-50%, -50%);
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background-color: #1c181d;
}
.comment-item .profile img {
  width: 68px !important;
  height: 68px !important;
  padding: 3px;
  border: 2px solid var(--active-color);
  border-radius: 50%;
  object-fit: cover;
}
.comment-item h4 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 19px;
  color: var(--white-text);
  font-weight: 400;
}
.comment-item p {
  max-width: 100%;
  color: #c4c4c6;
  font-size: 16px;
  font-weight: 500;
}
.comment-item h4 img {
  width: fit-content !important;
}
.con {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  width: calc(100% - 150px);
  margin: auto;
}
.con .navButtons {
  position: absolute;
  top: 0;
  left: -75px;
  width: calc(100% + 150px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
:is(.comments-prevBtn, .comments-nextBtn) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  background-color: var(--active-color);
  border-radius: 13px;
  cursor: pointer;
}
:is(.comments-prevBtn, .comments-nextBtn):hover {
  background-color: var(--active-color-darken);
}
:is(.comments-prevBtn, .comments-nextBtn) img {
  width: fit-content;
}
.comments :is(.owl-prev, .owl-next) {
  position: relative;
  top: 32px;
}
.comments-prevBtn img {
  transform: rotate(180deg);
}

/* Comments */
/* Weblog  */
.weblog {
  margin-top: 90px;
  margin-bottom: 50px;
}
.articles-list {
  margin-top: 42px;
}
.article-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 13px;
  color: var(--white-text);
  display: block;
}
.article-image {
  width: 100% !important;
  height: 210px !important;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
}
.article-item .details {
  display: flex;
  flex-direction: column;
  padding: 10px 30px 23px;
}
.article-item h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.article-item p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 11px;
  max-width: 100%;
}
.article-item .article-footer {
  border-top: 1px solid #d9d9d9;
  padding-top: 13.5px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}
.article-item .article-footer small {
  font-size: 11px;
  /* word-break: break-all; */
}
.article-item .read img {
  width: fit-content !important;
}
.article-item .read {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background-color: var(--active-color);
  margin-right: auto;
}
/* Weblog  */
/* Gifts */
.gifts {
  margin-top: 130px;
  margin-bottom: 90px;
}
.gifts .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 19px;
  padding: 4px 50px;
  height: 135px;
  color: var(--white-text);
  background: #81080e;
  border: 1px solid #f14141;
}
.gifts .content > img {
  width: fit-content;
  position: relative;
  object-fit: cover;
  bottom: 43px;
  margin-right: 30px;
}
.gifts .content h4 {
  font-size: 36px;
  flex-grow: 1;
  color: #e8e8e8;
  font-weight: 300;
}
.gifts .content h4 strong {
  font-size: 36px;
  font-weight: 700;
}
.gifts .content .go img,
.gifts .content .go span {
  z-index: 1;
}
.gifts .content .go img {
  position: relative;
  top: 3px;
}

.gifts .content .go {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 53px;
  color: var(--white-text);
  font-size: 24px;
  font-weight: 700;
  padding: 0 30px;
  position: relative;
  border-radius: 8px;
  background: transparent;
  border: 1px solid var(--white-text);
}
/* Gifts */
/* Faq */
.faq {
  margin-bottom: 66px;
}
.faq .list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 48px;
}
.faq .faq-item {
  display: flex;
  flex-direction: column;
}
.faq .faq-item .item-header {
  padding: 10px 18px 10px 10px;
  border-radius: 14px;
  background-color: #262128;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
  cursor: pointer;
}
.faq .faq-item .item-header button {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  transition: 0.3s ease;
  border-radius: 8px;
  cursor: pointer;
}

.faq .faq-item img.active {
  width: 23px;
  height: 23px;
  opacity: 1;
  margin-left: 1px;
}
.faq .faq-item img {
  width: 0;
  height: 0;
  opacity: 0;
  transition: 0.3s ease;
}
.faq .faq-item .item-body {
  font-size: 21px;
  color: var(--white-text);
  text-align: justify;
  border-radius: 20px;
  transition: 0.3s ease;
  max-height: 0;
  overflow: hidden;
  padding: 0 19px;
  border: 0;
  font-weight: 200;
}
.faq .faq-item.active .item-body {
  border: 1px solid #dcdcdc;
  margin: 28px 0 14px;
  max-height: 600px;
  overflow: visible;
  padding: 15px 19px;
  font-weight: 200;
}
.faq .faq-item h5 {
  font-size: 23px;
  color: #cdcdcd;
  font-weight: 500;
  max-width: calc(100%-60px);
}
/* Faq */
/* Interest  */
.interest header {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 30px;
  color: var(--white-text);
  font-weight: 600;
  margin-bottom: 45px;
}
.interest .part-body {
  padding: 0 3px;
  max-height: 175px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.interest .part-body.expand {
  max-height: 800px;
}
.interest .part-body p {
  max-width: 100%;
  font-size: 23px;
  color: #c4c4c6;
  line-height: 34px;
  text-align: justify;
  margin-bottom: 30px;
}
.interest .link.red {
  margin: 25px auto;
  display: block;
}
/* Interest  */
/* Main Footer  */
.main-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #262128;
  padding: 40px 64px;
  margin: auto;
  max-width: 1920px;
}
.main-footer .menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
.main-footer .menu a {
  font-size: 19px;
  color: #AEAEAE;
  font-weight: 500;
}
.main-footer .menu a:hover {
  color: var(--white-text);
}
.main-footer .social {
  display: flex;
  align-items: center;
  gap: 13px;
}
.main-footer .social a {
  width: 51px;
  height: 51px;
  border: 1px solid #777379;
  border-radius: 9.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-footer .social a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* Main Footer  */
