* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #000;
  position: relative;
}
.top-ellipse {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.central-ellipse {
  position: absolute;
  max-width: 50%;
  left: 0;
  top: 1048px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.75;
}
:root {
  --active-color: #ec6fd6;
  --active-color-hover: #da0c93;
  --white-color: #fff;
  --white-color-hover: #eeebeb;
  --dark-color: #2f2f2f;
}
@font-face {
  font-family: "Retro-S";
  src: url("assets/Retro.otf") format("otf");
}

.inter-500 {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.inter-500 {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.inter-600 {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.inter-700 {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

a {
  font-family: inherit;
  text-decoration: none;
}
mark {
  background-color: transparent;
  color: var(--active-color);
}
ul {
  list-style-type: none;
}
.part-container {
  margin: auto;
  width: calc(100% - 180px);
  max-width: 1440px;
  position: relative;
  z-index: 1;
}
.max-screen {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.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;
}

.gradient-style {
  position: relative;
}
.gradient-style::before {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  z-index: -1;
  background-image: linear-gradient(to right, #3f0af0, #820bb0 47%, #d80273);
  border-radius: inherit;
}
.link {
  padding: 15px 20px;
  border-radius: 50px;
  background-color: var(--active-color);
  cursor: pointer;
  color: #000;
  font-size: 17px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.link:hover {
  background-color: var(--active-color-hover);
}
.section-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 32px;
}
.section-header h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  width: 9px;
  height: 28px;
  transform: translateY(-50%);
  background-color: var(--white-color);
  border-radius: 20px;
}
.section-header h2 {
  position: relative;
  color: var(--active-color);
  font-size: 30px;
  font-weight: 800;
  padding-inline-start: 25px;
}
.section-header a:hover {
  opacity: 0.75;
}
.section-header a {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.section-header a img {
  transform: rotate(180deg);
}

.main-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 55px 0;
}
.main-header .nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}
.main-header nav {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 34px;
  flex-grow: 1;
}
.main-header .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  gap: 26px;
}

.main-header .menu a {
  color: var(--white-color);
  font-size: 16px;
  position: relative;
  border-radius: 5px;
  padding: 2px 5px;
}
.main-header .menu a:hover {
  background-color: rgba(217, 217, 217, 0.12);
}
.main-header .login.link {
  height: 44px;
  padding: 10px 24px;
  border-radius: 99px;
  background-image: linear-gradient(
    to bottom,
    rgba(218, 12, 146, 0.1),
    #da0c93
  );
  font-size: 14px;
  background-color: transparent !important;
  gap: 5px;
  color: var(--white-color);
}
.main-header .login.link:hover {
  background-image: linear-gradient(to top, rgba(218, 12, 146, 0.1), #da0c93);
}
.main-header .right-part {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-header form input {
  background-color: transparent;
  font-size: 14px;
  color: var(--white-color);
  font-weight: 500;
  padding-left: 31px;
  border-radius: 6px;
  padding-right: 6px;
  border: none;
  width: 41px;
  height: 41px;
}
.main-header form {
  position: relative;
  border-radius: 6px;
}
.main-header form img {
  position: absolute;
  top: 11px;
  left: 11px;
  cursor: pointer;
}
.main-header :is(.close, .hamburger-container) {
  display: none;
}
.hero-part {
  height: 400px;
  background: url("assets/hero-bg.png") center / cover no-repeat;
}
/* Hero Content  */
.hero-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 24px 24px;
  gap: 45px;
  height: 100%;
}
.hero-content .text {
  width: 100%;
  max-width: 700px;
  color: var(--white-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
  flex-grow: 1;
}
.hero-content .text h1 {
  font-size: 59px;
  line-height: 73px;
  color: var(--white-color);
  max-width: 370px;
  font-weight: 800;
}
.hero-content .text h1 span {
  color: #ffa5fb;
}
.hero-content .text p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24.8px;
  color: #eeeeee;
  width: min(100%, 667px);
}
.hero-content .text .link {
  margin-top: 10px;
  min-width: 135px;
  background-image: linear-gradient(to right, #f7befe, #de0ea5);
}
.hero-content .text .link:hover {
  background-image: linear-gradient(to left, #f7befe, #de0ea5);
}
.hero-content .text .link.has-border {
  border: 2px solid currentColor;
  background-image: none;
  color: var(--white-color);
  background-color: transparent;
}
.hero-content .text .link.has-border:hover {
  color: var(--active-color);
}
.hero-content .links-container {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  width: 100%;
}
.features {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px 14px;
  gap: 10px;
  width: min(100%, 1250px);
  margin: 79px auto 0;
}
.features .spacer {
  width: 1px;
  height: 34px;
  background-color: #f2f2f2;
}
.features .item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
}
.features .col {
  display: flex;
  flex-direction: column;
}
.features .col strong {
  font-size: 15px;
  font-weight: 800;
  color: var(--active-color);
}
.features .col span {
  font-size: 12px;
  font-weight: 200;
  color: #cbcbcb;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Hero content  */
/* About */
.about {
  width: 100%;
  margin: 100px auto;
  padding: 38px 0;
  position: relative;
}
.about::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 20%;
  right: 0;
  height: 320px;
  background-image: linear-gradient(
    to left,
    rgba(187, 39, 160, 0.05) 35%,
    rgba(236, 111, 213, 0)
  );
}
.about .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.about .section-header {
  margin-bottom: 0;
}
.about .content > img {
  max-width: 50%;
}
.about .content .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  max-width: 600px;
}
.about .content p {
  width: 100%;
  color: #cbcbcb;
  font-weight: 200;
  font-size: 19px;
  line-height: 28px;
  text-align: justify;
}
.links {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.about .link {
  margin-top: 20px;
  align-self: flex-end;
}
.about .link.outline {
  border: 1px solid currentColor;
  background-color: transparent;
  color: var(--white-color);
}
.about .link.outline:hover {
  color: var(--active-color);
}
/* About */
/* Games  */
.games-slider {
  padding: 44px 0;
}
.games-slider .owl-stage,
.games-slider .owl-stage-outer {
  max-height: 340px;
}
.games-slider .item {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  gap: 7px;
  padding: 20px 17px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: rgba(14, 14, 14, 0.77);
  color: #fff;
}
.games-slider .item > img {
  width: 100%;
  height: 196px;
  border-radius: 14px;
}
.games-slider .item .name {
  color: var(--white-color);
  font-size: 14.85px;
  font-weight: 500;
}
.games-slider .item .detail {
  font-size: 11px;
  font-weight: 200;
  color: #cbcbcb;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.games-slider .item a {
  background-color: #ec6fd6;
  font-size: 14.8px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 5px 10px;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  color: #000;
}
.games-slider .item a:hover {
  background-color: #c76db6;
}
.games-slider .owl-item:nth-child(2n) .item a {
  background-color: #b59cff;
}
.games-slider .owl-item:nth-child(2n) .item a:hover {
  background-color: #9a86d4;
}
/* Games  */
/* Services */
.services {
  margin: 60px auto 80px;
  background: #08050b;
  padding: 25px 0 50px;
  position: relative;
}
.services img.ellipse {
  max-width: 80%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  opacity: 0.5;
}
.services-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 18px;
  padding-top: 20px;
}
.services-list .owl-stage {
  padding-top: 28px;
}
.services-list .service-item {
  display: flex;
  align-items: center;
  flex-grow: 1;
  min-width: 250px;
  gap: 9px;
  position: relative;
  padding: 43px 24px 24px;
  border-radius: 14px;
  background-color: rgba(217, 217, 217, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.services-list .service-item > img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: fit-content !important;
}
.services-list .service-item p {
  width: 100%;
  color: #cbcbcb;
  font-weight: 200;
  font-size: 15px;
}
.services-list .service-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* Services */
/* Article  */
.article {
  margin: 70px auto;
}
.article .content {
  width: 100%;
  padding: 0 44px 44px;
  background-color: rgba(217, 217, 217, 0.08);
  border-radius: 15px;
  margin-top: 130px;
  backdrop-filter: blur(40px);
}
.article .content .image-container {
  position: relative;
  width: 100%;
  height: 240px;
}
.article .content .image-container img {
  position: absolute;
  width: 100%;
  height: calc(100% + 80px);
  left: 0;
  bottom: 0;
  border-radius: 20px;
  object-fit: cover;
  object-position: top;
}
.article .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 14px 0;
}
.article .date span {
  font-size: 17px;
  font-weight: 200;
  color: var(--active-color);
}
.article .name {
  font-size: 24px;
  font-weight: 700;
  color: var(--white-color);
  text-transform: uppercase;
  margin-top: 5px;
}
.article p {
  width: 100%;
  text-align: justify;
  line-height: 28px;
  font-size: 17px;
  color: #cbcbcb;
  font-weight: 200;
  margin-top: 10px;
}
/* Article  */
/* Comments */
.comments {
  margin: 70px auto 100px;
  background: #08050b;
  padding: 25px 0 50px;
  position: relative;
}
.comments img.ellipse {
  max-width: 80%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  opacity: 0.5;
}
.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: #1e1e1f81;
  backdrop-filter: blur(10px);
  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: #0f0f10;
}
.comment-item .profile img {
  width: 68px !important;
  height: 68px !important;
  padding: 3px;
  border: 2px solid #ec6fd6;
  border-radius: 50%;
  object-fit: cover;
}
.comment-item h4 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 17px;
  color: var(--white-color);
  font-weight: 400;
  text-transform: uppercase;
}
.comment-item p {
  max-width: 100%;
  color: #cbcbcb;
  font-size: 16px;
  font-weight: 200;
  line-height: 28px;
}
.comment-item h4 img {
  width: fit-content !important;
}
.con {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  width: calc(100% - 80px);
  margin: auto;
}
.con .navButtons {
  position: absolute;
  top: 0;
  left: -40px;
  width: calc(100% + 80px);
  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: 21px;
  height: 21px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
:is(.comments-prevBtn, .comments-nextBtn):hover {
  opacity: 0.6;
}
:is(.comments-prevBtn, .comments-nextBtn) img {
  width: fit-content;
}
.comments :is(.owl-prev, .owl-next) {
  position: relative;
  top: 32px;
  background: none;
  border: 0;
}
.comments-nextBtn img {
  transform: rotate(180deg);
}
.owl-carousel.comments-list .owl-dots {
  display: flex !important;
  gap: 4.5px;
  width: fit-content;
  margin: 40px auto 0;
}
.owl-carousel.comments-list .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4d4d4d;
  transition: 0.3s ease;
}
.owl-carousel.comments-list .owl-dots .owl-dot.active {
  border-radius: 4px;
  width: 18px;
  background-color: var(--active-color);
}

/* Comments */
/* Faq */
.faq {
  margin-bottom: 106px;
}

.faq .list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq .faq-item {
  display: flex;
  flex-direction: column;
}
.faq .faq-item .item-header {
  padding: 10px 10px 10px 18px;
  border-radius: 14px;
  background-color: #1e1e1f;
  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;
  justify-content: center;
  transition: 0.3s ease;
  border-radius: 8px;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

.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: 15px;
  color: var(--white-color);
  line-height: 28px;
  text-align: justify;
  border-radius: 18px;
  transition: 0.3s ease;
  max-height: 0;
  overflow: hidden;
  padding: 0 19px;
  border: 0;
  background-color: #000;
  font-weight: 300;
  border: 1px solid transparent;
}
.faq .faq-item.active .item-body {
  margin: 22px 0 14px;
  max-height: 600px;
  overflow: visible;
  padding: 15px 19px;
  border-color: #797979;
}
.faq .faq-item h5 {
  font-size: 18px;
  color: #cdcdcd;
  font-weight: 500;
  max-width: calc(100%-60px);
}
/* Faq */
/* Main Footer  */
.main-footer {
  background-color: rgba(15, 15, 16, 0.2);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 73px 0 55px;
  margin-bottom: 25px;
}
.main-footer .grid-container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.main-footer .about-text {
  display: flex;
  flex-direction: column;
  gap: 22px;
  flex-grow: 1;
}
.main-footer .about-text .logo {
  width: 140px;
}
.main-footer .about-text p {
  width: 100%;
  max-width: 426px;
  font-size: 16px;
  color: #cbcbcb;
  font-weight: 200;
  line-height: 28px;
  text-align: justify;
}
.main-footer .menu {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}
.main-footer .menu a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
}
.main-footer .menu a:hover {
  color: var(--active-color);
}
.main-footer .back-to-top {
  padding: 15px 64px;
  font-weight: 500;
  font-size: 12px;
  color: var(--white-color);
  background-color: #2A051F;
  border: 1px solid #e16f91;
  border-radius: 10px;
  cursor: pointer;
}
.main-footer .back-to-top:hover {
  background-color: #470935;
}
.main-footer .social-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin: 26px 0 5px;
  color: var(--white-color);
}
.main-footer .col.social {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-footer .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-footer .social-links li:hover{
  opacity: .7;
}
img.ellipse-bottom {
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 80%;
  z-index: -1;
}
.copyright {
  text-align: center;
  width: 100%;
  margin-bottom: 38px;
  font-size: 16px;
  font-weight: 200;
  text-transform: uppercase;
  color: var(--white-color);
}
/* Main Footer  */
