* {
  scroll-behavior: smooth;

  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(./assets/background.png);
}

@font-face {
  font-family: "Inter";
  src: url(./fonts/Inter.ttf);
}

@font-face {
  font-family: "Poppins:Light";
  src: url(./fonts/Poppins-Light.woff2);
}

@font-face {
  font-family: "Poppins:Regular";
  src: url(./fonts/Poppins-Regular.woff2);
}

@font-face {
  font-family: "Poppins:Bold";
  src: url(./fonts/Poppins-Bold.woff2);
}

/* header-start */
header {
  width: 100%;
  padding: 24px 64px;
  background: rgb(13, 19, 41);
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.logo {
  width: 191px;
  height: 45px;
}

.logoDark {
  width: 127px;
  height: 30px;
}

.nav-container {
  display: flex;
  gap: 40px;
}

.nav-item {
  font-family: "Poppins:Regular";
  font-size: 16px;
  list-style: none;
  letter-spacing: -0.08px;
}
.nav-item a {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
}
/* header-finish */

/* aboutUs-start */

.aboutUs-section {
  margin-top: 93px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgb(13, 19, 41);
  display: flex;
  justify-content: center;
}

.aboutUs-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 41px 71px;
  width: 882px;
  text-align: center;
}

.aboutUs-content-top-text {
  font-family: "Poppins:Regular";
  font-size: 15px;
  line-height: 1.1;
}

.aboutUs-content-bottom {
  font-family: "Poppins:Bold";
  font-size: 15px;
  color: rgb(115, 115, 115);
  --letter-spacing: -0.3px;
  line-height: 1.1;
}

.red {
  color: rgb(255, 69, 0);
}

.black {
  font-family: "Poppins:Bold";
}

/* aboutUs-finish */

/*games-start*/

.games-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: rgb(13, 19, 41);
}

.games-list {
  padding: 35px 0;
  max-width: 1312px;
  width: 100%;
  scroll-behavior: smooth;
  overflow-x: auto;
  scrollbar-width: none;
}

.game-list-innerWrapper {
  display: flex;
  width: max-content;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin: auto;
}

.games-list-arrowLeft,
.games-list-arrowRight {
  position: absolute;
  display: none;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  top: 55%;
  background-color: rgba(218, 0, 4, 1);
  width: 65px;
  height: 65px;
  border-radius: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}

.games-list-arrowLeft {
  left: -19px;
}

.games-list-arrowRight {
  right: -19px;
}

.games-item {
  display: flex;
  width: 388px;
  padding: 20px;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  border-radius: 20px;
  background-color: rgb(215, 253, 3);
}

.games-img {
  width: 348px;
  height: 463px;
  border-radius: 16px;
  background-color: gray;
}

.games-item-description-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.games-item-header {
  font-family: "Inter";
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  color: #0d1329;
  letter-spacing: -0.48px;
}

.games-item-description {
  font-family: "Inter";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #0d132980;
  letter-spacing: -0.09px;
}

.games-item-button {
  width: 156px;
  height: 47px;
  background-color: #ff4500;
  border-radius: 10px;
  border: none;
  font-family: Helvetica;
  font-size: 20px;
  color: white;
  line-height: 29px;
  letter-spacing: -0.1px;
  cursor: pointer;
}
/*games-end*/

/*certifications-start*/

.certifications-section {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);
}

.certifications-content {
  max-width: 916px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  padding: 21px 51px 30px;
}

.certifications-text {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  font-family: "Poppins:Regular";
  word-break: break-word;
  font-size: 15px;
  letter-spacing: -0.3px;
  line-height: 1.1;
  color: rgb(13, 19, 41);
}

.certifications-header {
  font-family: "Poppins:Bold";
}

/*certifications-end*/

/*currencies-start*/

.currencies-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 21px 51px 30px;
  text-align: center;
  background-color: rgb(13, 19, 41);
  color: rgb(213, 213, 213);
}

.currencies-content {
  font-family: "Poppins:Light";
  font-size: 13px;
  line-height: 1.1;
}

.currencies-content-header {
  color: rgb(215, 253, 3);
  font-family: "Poppins:Regular";
}
/*currencies-end*/

/* footer-start */
footer {
  height: max-content;
  display: flex;
  justify-content: space-between;
  padding: 64px;
  background: radial-gradient(100% 312.14% at 0% 50%, #ffffff 0%, #e7e7e7 100%);
  width: 100%;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 32px;
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-item-footer {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.08px;
  list-style: none;
}

.nav-item-footer a {
  text-decoration: none;
  color: #0000008c;
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
/* footer-finish */

/*media-start*/

@media (max-width: 480px) {
  header {
    flex-direction: column;
    row-gap: 16px;
    padding: 24px;
    height: 132px;
  }

  .aboutUs-section {
    margin-top: 132px;
  }

  .aboutUs-content {
    padding: 30px 19px ;
  }

  .games-item {
    width: calc(100vw - 40px);
    gap: 14px;
    justify-content: space-between;
  }

  .games-item-header {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.3px;
  }

  .games-item-button {
    width: 81px;
    height: 32px;
  }

  .certifications-content{
    flex-direction: column;
    text-align: center;
  }

  footer {
    flex-direction: column-reverse;
    row-gap: 56px;
    padding: 64px 24px;
  }

  .footer-left {
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: 56px;
  }

  .footer-nav {
    width: 100%;
    justify-content: space-between;
  }
}
