@font-face {
  font-family: "SF Pro Display";
  src: url("../../assets/fonts/SF-Pro-Display-Regular.woff") format("woff"), url("../../assets/fonts/SF-Pro-Display-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Industry-Black";
  src: url("../../assets/fonts/Industry-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Industry-Black";
  src: url("../../assets/fonts/Industry-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #213744;
  color: #A4A4A4;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 113px;
}

@media (max-width: 1599px) {
  .wrap {
    padding: 0 16px;
    max-width: 1406px;
  }
}

ul li {
  list-style: none;
}

.title {
  font-family: "Industry-Black", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .title {
    font-size: 26px;
    line-height: 34px;
  }
}

@media (max-width: 624px) {
  .title {
    font-size: 24px;
    line-height: 32px;
  }
}

.decription {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #A4A4A4;
}

@media (max-width: 478px) {
  .decription {
    font-size: 14px;
    line-height: 22px;
  }
}

a {
  color: #fff;
}

h1 {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
}

@media (max-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 624px) {
  h1 {
    font-size: 26px;
    line-height: 34px;
  }
}

h2 {
  font-family: "Industry-Black", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

@media (max-width: 624px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

h3 {
  font-family: "Industry-Black", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  color: #FFFFFF;
}

h4 {
  font-family: "Industry-Black", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
}

h5 {
  font-family: "Industry-Black", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF;
}

h6 {
  font-family: "Industry-Black", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
}

p {
  margin-top: 17px;
}

.wp-block-heading {
  padding-top: 18px;
}

ul.wp-block-list {
  padding-left: 16px;
}

ul.wp-block-list li {
  list-style: disc;
}

.wp-block-list,
.wp-block-footnotes {
  padding-left: 16px;
}

.wp-block-button__link {
  background: #f7c84a;
  color: #000;
  font-weight: 600;
  margin-top: 16px;
}

.wp-block-image {
  margin-top: 16px;
}

ul.wp-block-list li {
  margin-top: 10px;
}

.wp-block-table tr:nth-child(2n) {
  background: #1a2c38;
}

ol.wp-block-list {
  counter-reset: item;
  list-style: none;
  position: relative;
  padding-left: 38px;
}

ol li {
  counter-increment: item;
  margin-top: 12px;
}

ol li::before {
  content: counter(item) "";
  font-weight: bold;
  background: red;
  color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;


}


@media (max-width: 1024px) {
  .banner__link {
    margin: 0 auto;
    margin-top: 16px;
  }
}

.wp-block-table {
  overflow-x: auto
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%
}

.wp-block-table thead {
  border-bottom: 3px solid
}

.wp-block-table tfoot {
  border-top: 3px solid
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: .5em
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
  background-color: initial;
  border-collapse: inherit;
  border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: #0000
}

.wp-block-table.is-style-stripes {
  border-bottom: 1px solid #f0f0f0
}

.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr,
.wp-block-table .has-border-color>* {
  border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child,
.wp-block-table table[style*=border-top-color] tr:first-child td,
.wp-block-table table[style*=border-top-color] tr:first-child th,
.wp-block-table table[style*=border-top-color]>*,
.wp-block-table table[style*=border-top-color]>* td,
.wp-block-table table[style*=border-top-color]>* th {
  border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
  border-top-color: initial
}

.wp-block-table table[style*=border-right-color] td:last-child,
.wp-block-table table[style*=border-right-color] th,
.wp-block-table table[style*=border-right-color] tr,
.wp-block-table table[style*=border-right-color]>* {
  border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child,
.wp-block-table table[style*=border-bottom-color] tr:last-child td,
.wp-block-table table[style*=border-bottom-color] tr:last-child th,
.wp-block-table table[style*=border-bottom-color]>*,
.wp-block-table table[style*=border-bottom-color]>* td,
.wp-block-table table[style*=border-bottom-color]>* th {
  border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
  border-bottom-color: initial
}

.wp-block-table table[style*=border-left-color] td:first-child,
.wp-block-table table[style*=border-left-color] th,
.wp-block-table table[style*=border-left-color] tr,
.wp-block-table table[style*=border-left-color]>* {
  border-left-color: inherit
}

.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr,
.wp-block-table table[style*=border-style]>* {
  border-style: inherit
}

.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr,
.wp-block-table table[style*=border-width]>* {
  border-style: inherit;
  border-width: inherit
}

.wp-block-list li img {
  width: 100%;
  max-width: 760px;
  display: block;
  margin: 12px auto;

}

.banner__title h1 {
  font-family: "Industry-Black", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .banner__title h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 624px) {
  .banner__title h1 {
    font-size: 26px;
    line-height: 34px;
  }
}


/* slider-game start */

.slider-game {
  margin-top: 30px;
  margin-bottom: 45px;
}

.slider-game__between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}




.slider-game__description_tag {
  height: 32px;
  border-radius: 8px;
  padding: 0px;
  background-color: rgb(29, 35, 41);
  font-size: 14px;
  min-width: 64px;
  font-weight: 600;
  align-items: center;
  color: #fff;
  display: flex;
  padding: 0 20px;
}

.slider-game__description_tag span {
  margin-top: -2px;
  transition: all .3s ease;
}

.slider-game__arrow {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  padding: 0px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-color: rgb(29, 35, 41);
  transition: 0.5s ease-in-out;
}

.slider-game__prev svg {
  transform: rotate(180deg);
}

.slider-game__row {
  display: flex;
  align-items: center;
  gap: 16px;
}



.slider-game__title-icon {
  max-width: 32px;
  object-fit: contain;
  max-height: 35px;
}

.slider-game__title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.slider-game__slider {
  margin-top: 16px;
}

.slide-game {
  height: 132px;
  position: relative;
  margin-right: 12px;
}

.slider-game .slick-list {
  margin-right: -12px;
}

.slide-game__image {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  object-fit: cover;
  filter: grayscale(100%);
}

.color-image {
  filter: grayscale(0);
}

.slide-game-blur {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.slide-game-hover {
  position: relative;
  padding-top: 132px;
  transition: all .3s ease;
  border-radius: 8px;
}

.slide-game-play {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: all .3s ease;
  top: 50%;
  transform: translateY(-50%);
}

.slide-game__row {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 8px;
}

.slide-game-blur:hover .slide-game-hover {
  filter: blur(10px);
}

.slide-game-blur:hover .slide-game-play {
  opacity: 1;
}

.slide-game__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-top: 4px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}

.slider-game__description_tag:hover span {
  color: #00A92F;
}

.slide-game__subtitle {
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  color: rgb(187, 201, 208);
}

.slide-game__likes span {
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
  color: rgb(187, 201, 208);
}

.slide-game__likes {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slide-game__box {
  width: 75%;
}

.slide-game-tag {
  font-size: 12px;
  color: rgb(37, 44, 49);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 800;
  font-size: 8px;
  line-height: 12px;
  letter-spacing: 1px;
  position: absolute;
  top: 12px;
  left: 12px;
  text-transform: uppercase;
  z-index: 999;
  height: 24px;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  background-color: rgb(1, 211, 112);
  color: rgb(37, 44, 49);
}

@media (max-width: 424px) {
  .slider-game__row span {
    font-size: 8px;
  }
}


/* slider-geme end */


/* cases start  */

.cases {
  margin-top: 48px;
}

.cases__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 1024px) {
  .cases__grid {
    gap: 32px 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 624px) {
  .cases__grid {
    grid-template-columns: 1fr 1fr;
  }

}

.case-card {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}

.case-card__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  text-align: center;
}

.case-card__logo img {
  max-width: 100%;
}

.case-card__price {
  border: 2px solid #A04DE8;
  border-radius: 2px;
  width: 100%;
  max-width: 83px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  color: #fff;
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.01em;
}

.case-card__top {
  position: absolute;
  max-width: 42px;
  height: 23px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #35E4FF;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #13151D;
  top: 24px;
  right: 8px;
}

/* cases end  */

/* welcome start  */
.welcome {
  display: grid;
  border-radius: 16px;
  grid-template-columns: 1fr 0.82fr;
  min-height: 360px;
  overflow: hidden;
  background: #050b25;
  margin-top: 40px;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
}

.welcome__left {
  position: relative;
  padding: 22px 40px 32px 20px;
}

.welcome__line {
  display: block;
  width: 52px;
  height: 3px;
  margin-bottom: 10px;
  background: #b35cff;
  border-radius: 20px;
}

.welcome h1 {
  max-width: 650px;
  margin: 0 0 22px;
  font-size: 40px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.welcome p {
  max-width: 675px;
  margin: 0;
  font-size: 18px;
  line-height: 1.38;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}

.welcome__right {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-top: 22px;
  padding-right: 22px;

}

.welcome__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}


.welcome__price {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  color: #ffc400;
  letter-spacing: -0.04em;
  margin-top: 12px;
}

.welcome__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 245px;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffdc4a 0%, #ffbd00 100%);
  color: #07102d;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(255, 188, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.welcome__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(255, 188, 0, 0.35);
}

.welcome__flex {
  display: flex;
}

.welcome__gift {
  position: absolute;
  left: 32px;
  bottom: -38px;
  z-index: 1;
  width: 250px;
  max-width: 42%;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}

.welcome__title {
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .welcome {
    grid-template-columns: 1fr;
  }

  .welcome__right {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
  }

  .welcome__content {
    align-items: flex-start;
    max-width: 100%;
  }

  .welcome__gift {
    position: relative;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .welcome h1 {
    font-size: 34px;
  }

  .welcome p {
    font-size: 16px;
  }

  .welcome__content h2 {
    font-size: 28px;
  }

  .welcome__price {
    font-size: 36px;
  }

  .welcome__btn {
    width: 100%;
    max-width: 260px;
  }
}

/* welcome end  */