* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "BYekan";
  direction: rtl;
}
body {
  background-color: rgb(1, 5, 14);
}
:root {
  --active-text: rgba(236, 109, 255, 1);
  --gray-text: rgba(148, 148, 148, 1);
}
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}
.part-container {
  padding: 0 10vw;
}
.hero-part::after {
  content: "";
  height: 256px;
  background-image: url("assets/hero-shadow.png");
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.hero-part {
  width: 100%;
  min-height: max(100dvh, 580px);
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  background-image: url("assets/delbet-hero-bg.jpg");
}
.hero-part .hero-header .close {
    display: none;
}
.hero-part .hero-header nav {
    display: flex;
    gap: inherit;
    align-items: inherit;
}
.hero-part .hero-header button {
  background-color: transparent;
  border: 0;
}
.hero-part .hero-header .login {
  color: rgb(36, 11, 32);
  font-size: 12px;
  font-weight: 600;
  background: rgba(236, 109, 255, 1);
  border-radius: 8px;
  padding: 10px 8px;
}
.hero-part .hamburger {
    display: none;
}
.hero-part .hero-header {
  display: flex;
  align-items: center;
  gap: clamp(64px, 8vw, 84px);
  width: fit-content;
  border-radius: 55px;
  padding: 15px 43px 15px 23px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.hero-part .hero-header::before,
.hero-part .content a::before,
.bonus a::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  background: linear-gradient(
    to bottom,
    rgba(236, 109, 255, 0.5),
    rgba(236, 109, 255, 0)
  );
  z-index: -1;
  display: block;
  border-radius: inherit;
}
.hero-part .hero-header::after,
.hero-part .content a::after,
.bonus a::after {
  width: calc(100%);
  height: calc(100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
  background-color: rgba(29, 17, 31, 0.9);
}
.hero-part .hero-header ul {
  display: flex;
  align-items: center;
  gap: max(32px, 4vw);
}
.hero-part .hero-header a {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
.hero-part .hero-header li.active a {
  color: var(--active-text);
  font-size: 18px;
  font-weight: 600;
}
.hero-part .content {
  flex-grow: 1;
  width: 45vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 10vw 0 0;
  row-gap: 27px;
}
mark {
  background-color: transparent;
  color: var(--active-text);
}
.hero-part .content h1 {
  font-size: max(24px, 3vw);
  font-weight: 900;
  color: #fff;
}
.hero-part .content p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 23.09px;
}
.hero-part .content a,
.bonus a {
  border-radius: 35px;
  color: #fff;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 16px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 16px 0px rgba(218, 38, 222, 0.22);
}
.hero-part .content a::after {
  background-color: rgb(22, 12, 24);
}
.hero-part .content button img {
  width: fit-content;
  margin-right: 6.5px;
}
.hero-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12vh;
}

.hero-footer .ul-container {
  height: 185px;
  overflow: hidden;
  position: relative;
}
.hero-footer ul li > * {
  display: block;
  text-align: center;
  color: #fff;
}
.hero-footer ul {
  display: flex;
  align-items: center;
  padding: 18px;
  justify-content: center;
  gap: 5vw;
  border: 1px solid rgba(111, 111, 111, 1);
  backdrop-filter: blur(10px);
  transform: translateY(-50%) rotate(-3deg);
  background-color: rgba(22, 22, 22, 0.47);
  width: 110%;
  position: relative;
  left: 5%;
  top: 50%;
}
.hero-footer ul span {
  font-size: 24px;
  font-weight: 900;
}
.hero-footer ul small {
  font-size: 14px;
  font-weight: 400;
}
.hero-footer .like-ul {
  background-color: rgba(123, 44, 127, 1);
  position: absolute;
  height: 106.5px;
  width: 110%;
  top: 50%;
  left: -5%;
  transform: translateY(-50%) rotate(3deg);
  background-image: linear-gradient(
      to right,
      rgba(236, 109, 255, 1) 50%,
      transparent 0%
    ),
    linear-gradient(to right, rgba(236, 109, 255, 1) 50%, transparent 0%);
  background-position: bottom, top;
  background-size: 50px 5px, 50px 5px;
  background-repeat: repeat-x, repeat-x;
  background-origin: border-box;
}
.options {
  padding: 8vw 10vw 2vw;
}
.options-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 35px;
  margin-top: 30px;
  padding: 58px 2px 30px;
  background-color: rgba(9, 9, 11, 1);
}

.options-header h2 {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}
.options-header p {
  color: var(--gray-text);
  font-size: 15px;
  font-weight: 400;
  max-width: 550px;
  line-height: 30px;
}
.options-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14.7px;
  max-width: 1152px;
  width: fit-content;
  background-color: rgba(9, 9, 11, 1);
}
.options-grid .item {
  flex-grow: 1;
  width: 48%;
  padding: 22.1px;
  background: rgb(32, 21, 34);
  border: 0.92px solid rgba(236, 109, 255, 0.21);
  border-radius: 11px;
  min-width: 340px;
}
.options-grid .item:nth-child(2),
.options-grid .item:nth-child(3) {
  width: 44%;
}
.options-grid .item:nth-child(1),
.options-grid .item:nth-child(4) {
  width: 54%;
}
.options-grid .item h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8.3px;
}
.options-grid .item p {
  font-size: 14.7px;
  color: var(--gray-text);
  margin-bottom: 35px;
}
.options-grid .item img {
  width: fit-content;
  margin: auto;
  mix-blend-mode: lighten;
  display: block;
  max-width: 70%;
}

.bonus {
  margin: 120px auto 150px;
  border-radius: 65px;
  padding: 40px 65px 100px;
  color: #fff;
  position: relative;
  border: 3px solid var(--active-text);
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px rgba(236, 109, 255, 1),
    0px 0px 11px 11px rgba(236, 109, 255, 0.6),
    inset 0px 0px 9px 6px rgba(236, 109, 255, 0.6);
  max-width: 940px;
}
.badge {
  padding: 8px 10px;
  background-color: rgba(236, 109, 255, 0.25);
  border-radius: 12px;
  color: var(--active-text);
  font-size: 14px;
  font-weight: 400;
  display: block;
  width: fit-content;
  margin: 4px auto 17px;
}
.bonus h3 {
  font-size: 32.76px;
  text-align: center;
  font-weight: 900;
}
.bonus p {
  max-width: 576px;
  font-size: 17.4px;
  font-weight: 400;
  margin: 24.57px auto;
  line-height: 30.72px;
}
.bonus a {
  margin: 25px auto;
  display: block;
}
.bonus .symbolic-images::before {
  content: "";
  height: 65px;
  background-color: rgb(1, 5, 14);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 40px;
}
.bonus .symbolic-images {
  display: flex;
  align-items: center;
  gap: 22px;
  position: absolute;
  width: 45vw;
  top: unset;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}

.bonus .symbolic-images img {
  max-width: 100%;
  min-width: 100px;
  border-radius: 50%;
  filter: drop-shadow(0px 0px 3px var(--active-text))
    drop-shadow(3px 3px 5px var(--active-text))
    drop-shadow(-3px -3px 5px var(--active-text));
}
.our-features {
  margin: 45px auto;
  color: #fff;
}
.section-header {
    max-width: 680px;
    margin: 0 auto;
 }
.section-heading {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 24px;
}
.section-desc{
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
}
.other-websites {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin: 45px auto 0;
    max-width: 1200px;
    justify-content: center;
}
.other-websites > li {
    border: 1px solid rgb(223, 223, 223, 0.23);
    border-radius: 9px;
    background-color: rgb(10, 9, 23);
    padding: 17px 34px;
}
.other-websites > li span {
    display: flex;
    align-items: center;
    gap: 24px;
}
.other-websites > li small {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.other-websites ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 296px;
    gap: 22px 45px;
    margin-top: 36px;
}
.other-websites ul li {
    min-width: 120px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.other-websites ul li::before ,
.delbet-features .items li::before{
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: text-top;
    margin-left: 7px;
    background: url("assets/tick-circle.svg") 0 0 / cover;
}
.other-websites ul li.not::before {
    background: url("assets/times-circle.svg") 0 0 / cover;
}
.path-rect {
    width: 50vw;
    height: 218px;
    margin: 0 auto 10px;
    width: fit-content;
    display: block;
}

.delbet-features {
    padding: 43px 32px 48px;
    border: 1px solid rgba(223, 223, 223, 0.23);
    border-radius: 18px;
    box-shadow: 0px 0px 18.8px 0px rgba(236, 109, 255, 1) inset;
    background-color: rgb(14, 6, 25);
    width: 80vw;
    margin: 0 auto 138px;
}
.delbet-features > img {
    width: fit-content;
    margin: auto;
    display: block;
}
.delbet-features .items {
    margin: 50px auto 0;
    width: 70vw;
    max-width: 910px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 38px;
    justify-content: center;
}
.delbet-features .items li {
    font-size: 14px;
    justify-self: center;
}
.news {
    color: #fff;
    margin: 0 auto 62px;
    max-width: 80vw;
}
.news-list {
    height: 385px;
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    gap: 24px;
    margin-top: 24px;
    max-width: 1152px;
}
.news-list .news-item {
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    width: calc(30% - 12px);
    height: calc(50% - 12px);
    flex-grow: 1;
    min-width: 240px;
}
.news-list .news-item:nth-child(3) {
    width: calc(40% - 24px);
    height: 100%;
}
.news-list .news-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.news-list .news-item::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -20.61%, rgba(0, 0, 0, 0.85) 97.8%);
}
.news-list .news-item figcaption {
    position: absolute;
    bottom: 27px;
    left: 24px;
    right: 24px;
    z-index: 2;
}
.news-list .news-item figcaption h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.news-list .news-item figcaption p{
    white-space: nowrap;
    font-size: 11px;
    font-weight: 300;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list .news-item:nth-child(3) figcaption p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    white-space: unset;
}