* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  background-image: linear-gradient(
    to right,
    #232524,
    #262e31 15%,
    #264043 31%,
    #2d5579 61%,
    #245e64 73%,
    #14191a
  );
}

:root {
  --active-color: #32d596;
  --active-color-hover: #2dbe87;
  --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% - 20vw);
  /* padding: 0 clamp(45px, 10vw, 150px); */
}
.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: #383838;
  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: 0;
  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: 23px;
}
.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: 70px 0 20px;
}
.main-header .nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.37);
  padding: 21px 8px;
}
.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: 41px;
  padding: 10px 14px;
  border-radius: 6px;
  background-color: #235a60;
  font-size: 12px;
  gap: 5px;
  color: var(--white-color);
}
.main-header .login.link:hover {
  background-color: var(--active-color);
}
.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: 2px solid #235a60;
  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: 600px;
  min-height: 450px;
  background: url("assets/hero-bg.png") right top / auto 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 {
  max-width: 500px;
  width: 100%;
  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: 71px;
  line-height: 65px;
  color: var(--active-color);
}
.hero-content .text h1 span {
  margin-left: 120px;
  color: var(--white-color);
}
.hero-content .text p {
  font-size: 16px;
  font-weight: 200;
  line-height: 28px;
  color: #eeeeee;
  width: min(100%, 473px);
}
.hero-content .text .link.gradient-style {
  background: #4b3572;
}
.hero-content .text .link.gradient-style:hover {
  background: rgba(75, 53, 114, 0.719);
}
.hero-content .text .link {
  margin-top: 10px;
  min-width: 135px;
}
.hero-content .text .link.has-border {
  border: 2px solid var(--active-color);
  background-color: #405558;
  color: var(--white-color);
}
.hero-content .text .link.has-border:hover {
  background-color: var(--active-color);
  color: #383838;
}
.hero-content .links-container {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  width: 100%;
}
.hero-part .options {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px 14px;
  gap: 10px;
  width: min(100%, 1033px);
  border-radius: 15px;
  background-color: rgba(217, 217, 217, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.hero-part .options .spacer {
  width: 1px;
  height: 34px;
  background-color: #f2f2f2;
}
.hero-part .options .item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
}
.hero-part .options .col {
  display: flex;
  flex-direction: column;
}
.hero-part .options .col strong {
  font-size: 15px;
  font-weight: 800;
  color: var(--active-color);
}
.hero-part .options .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;
  height: 453px;
  /* max-width: 1440px; */
  padding: 38px 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: 480px;
}
.about .content p {
  width: 100%;
  color: #cbcbcb;
  font-weight: 200;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
.about .link {
  margin-top: 20px;
  align-self: flex-end;
}
/* About */
/* Games  */
.games-slider {
  background-color: rgba(23, 39, 42, 0.52);
  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: 230px;
  gap: 7px;
  padding: 20px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #203f4c;
}
.games-slider .item > img {
  width: 100%;
  height: 200px;
  border-radius: 15px;
}
.games-slider .item .name {
  color: var(--white-color);
  font-size: 14.85px;
  font-weight: 500;
}
.games-slider .item .detail {
  font-size: 11.8px;
  font-weight: 200;
  color: #cbcbcb;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.games-slider .item a {
  background-color: #32d596;
  font-size: 14.8px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 5px 10px;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  color: #2c2c2c;
}
.games-slider .item a:hover {
  background-color: var(--active-color-hover);
}
/* Games  */
/* Services */
.services {
  margin: 55px auto 74px;
}
.services-list .service-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 15px 28px 15px 15px;
  border-radius: 15px;
  background-color: rgba(217, 217, 217, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.services-list .service-item p {
  width: 100%;
  color: #cbcbcb;
  font-weight: 200;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.services-list .service-item:nth-child(2n) {
  background-color: #203f4c;
}
.services-list .service-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.services-list .service-item + .service-item {
  margin-top: 10px;
}
/* Services */
/* Article  */
.article {
  margin: 20px auto 70px;
}
.article .content {
  width: 100%;
  background-color: rgba(217, 217, 217, 0.08);
  border-radius: 15px;
  backdrop-filter: blur(40px);
  overflow: hidden;
}
.article .detail-part {
  padding: 0 44px 44px;
}
.article .content .image-container {
  position: relative;
  width: 100%;
  height: 308px;
}
.article .content .image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  object-fit: cover;
  object-position: top;
}
.article .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.article .date span {
  font-size: 17px;
  font-weight: 200;
  color: #b3b3b3;
}
.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;
}
/* Comments  */
.comments {
  margin: 70px auto 120px;
}
.comment {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 17px;
  background-color: #3d6383;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  padding: 24px 22px;
  direction: ltr;
}
.comments .owl-item:nth-child(2n) .comment {
  background-color: #203f4c;
}
.comment .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
}
.comment .header > img {
  width: 54px !important;
  height: 54px !important;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.comment .detail {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.comment .detail:nth-of-type(2) {
  align-items: flex-end;
  gap: 0;
}
.comment .name img {
  width: fit-content !important;
}
.comment .name {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: bold;
  color: var(--white-color);
}
.comment .joined {
  font-size: 10px;
  color: #9c9c9c;
}
.comment .votes {
  display: flex;
  align-items: center;
  gap: 1px;
  margin-bottom: 12px;
}
.comment .vote {
  font-size: 11px;
  font-weight: bold;
  color: #e1e1e1;
}
.comment .comment-text {
  font-size: 11px;
  font-weight: 500;
  color: #b7b7b7;
  text-align: justify;
  max-width: 330px;
}

.owl-carousel.comments-list .owl-dots {
  display: flex !important;
  gap: 11px;
  width: fit-content;
  margin: 20px auto 0;
}
.owl-carousel.comments-list .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #477f85;
  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: 136px;
}

.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: rgba(217, 217, 217, 0.08);
  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: #203f4c;
  font-weight: 300;
}
.faq .faq-item.active .item-body {
  margin: 22px 0 14px;
  max-height: 600px;
  overflow: visible;
  padding: 15px 19px;
}
.faq .faq-item h5 {
  font-size: 18px;
  color: #cdcdcd;
  font-weight: 500;
  max-width: calc(100%-60px);
}
/* Faq */
/* Main Footer  */
.main-footer {
  margin-bottom: 15px;
  position: relative;
  background-color: #203f4c;
  padding: 48px 40px 17px;
  border-radius: 65px;
}

.main-footer .line {
  width: 100%;
  height: 0.82px;
  background-color: #ffd0f4;
  margin-bottom: 19px;
  margin-top: 14px;
  position: relative;
}
.main-footer .back-to-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.main-footer .back-to-top img {
  border-radius: 50%;
}
.main-footer p.text {
  font-size: 15px;
  color: #cbcbcb;
  width: 100%;
  max-width: 866px;
  margin: auto;
  line-height: 27px;
}
.main-footer p {
  font-size: 12px;
  color: #ddd;
  width: 100%;
  text-align: center;
}
/* Main Footer  */
