@font-face {
  font-family: Sansita One;
  src: url("./fonts/SansitaOne.ttf");
  font-display: swap
}
@font-face {
  font-family: Seymour One;
  src: url("./fonts/SeymourOne-Regular.ttf");
  font-display: swap
}

html {
  background: white;
}
body {
  max-width: 1024px;
  margin: auto;
  background: #3439e3;
}
header {
  height: 77px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: center/ cover no-repeat url(./img/bg/head-bg.webp);
}
.logo-block {
  height: 37px;
}
.name-category {
  height: 44px;
  background: #9f3bfa;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
h1 {
  font-family: "Seymour One";
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
}

.header-btn {
  width: 133px;
  height: 36px;
  /*background: #93fa3f;
  */border: 1px solid #3439e3;
  box-sizing: border-box;
  /*Shadow2*/text-align: end;
  padding: 0px 10px;
  background: 10px/ 21px no-repeat url(./img/Support.svg), #93fa3f;
  transition: all 0.3s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 6px 0px #4d2bd6;
  border-radius: 15px;
  font-family: "Sarpanch", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.more-btn {
  width: 82px;
  height: 24px;
  border: 0px solid #3439e3;
  box-sizing: border-box;
  /*Shadow2*/text-align: start;
  padding: 0px 10px;
  background: 52px/ 17px no-repeat url(./img/Arrow\ 1.svg), #93fa3f;
  transition: all 0.3s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  font-family: Sarpanch;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.header-btn:active,
.footer-btn:active,
.more-btn:active {
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  
}

.header-btn:hover,

.more-btn:hover {
  cursor: pointer;
}

.block-game {
  background: linear-gradient(180deg, rgba(26, 27, 29, 0) 55.73%, #1a1b1d 100%),
    url("./img/game12.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 156px;
  margin: auto;
  height: 111px;
  border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -ms-border-radius: 20px 20px 20px 20px;
  -o-border-radius: 20px 20px 20px 20px;

  margin-bottom: 2px;
  display: flex;
  align-items: flex-end;
  color: white;
  justify-content: center;
  filter: drop-shadow(4px -3px 0px #51ef61);
}
.block-game-wrapper{
  margin: 0 5px;
  flex-basis: 210px;
}

.reating-block {
  width: 132px;
  height: 14px;
  margin-bottom: 6px;
  display: flex;
  justify-content: space-around;
  font-size: 9px;
  align-items: center;
}

.category-game-block-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 11px;
  justify-content: space-around;
}
.star-block-wrapper > img {
  margin-right: 5px;
}
.heart-block {
  display: flex;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.heart-block > img {
  margin-right: 5px;
}

.name-game {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: -0.015em;
  color: #ffffff;
  width: 55%;
  margin: 0 auto;
  margin-bottom: 16px;
}
.name-game a {
  color: white;
  text-decoration: none;
}

.bg-1 {
  background: linear-gradient(180deg, rgba(26, 27, 29, 0) 55.73%, #1a1b1d 100%),
    url(./img/game_1.webp);
}

.bg-2 {
  background: linear-gradient(180deg, rgba(26, 27, 29, 0) 55.73%, #1a1b1d 100%),
    url(./img/game_2.webp);
}
.bg-3 {
  background: linear-gradient(180deg, rgba(26, 27, 29, 0) 55.73%, #1a1b1d 100%),
    url(./img/game_3.webp);
}

.bg-4 {
  background: linear-gradient(180deg, rgba(26, 27, 29, 0) 55.73%, #1a1b1d 100%),
    url(./img/game_4.webp);
}

.bg-5 {
  background: linear-gradient(180deg, rgba(26, 27, 29, 0) 55.73%, #1a1b1d 100%),
    url(./img/game_5.webp);
}
.bg-6 {
  background: linear-gradient(180deg, rgba(26, 27, 29, 0) 55.73%, #1a1b1d 100%),
    url(./img/game_6.webp);
}
.bg-7 {
  background: linear-gradient(180deg, rgba(26, 27, 29, 0) 55.73%, #1a1b1d 100%),
    url(./img/game_7.webp);
}
.bg-8 {
  background: linear-gradient(180deg, rgba(26, 27, 29, 0) 55.73%, #1a1b1d 100%),
    url(./img/game_8.webp);
}
.bg-9 {
  background: linear-gradient(180deg, rgba(26, 27, 29, 0) 55.73%, #1a1b1d 100%),
    url(./img/game_9.webp);
}
.bg-10 {
  background: linear-gradient(180deg, rgba(26, 27, 29, 0) 55.73%, #1a1b1d 100%),
    url(./img/game10.webp);
}

.bg-1,
.bg-2,
.bg-3,
.bg-4,
.bg-4,
.bg-5,
.bg-6,
.bg-8,
.bg-7,
.bg-9,
.bg-10 {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-wr-1 {
  background: center / cover no-repeat url(./img/bg/bg.webp);
}

.bg-wr-2 {
  background: center / cover no-repeat url(./img/bg/bg1.webp);
}

.bg-wr-3 {
  background: center / cover no-repeat url(./img/bg/bg2.webp);
}

.bg-wr-4 {
  background: center / cover no-repeat url(./img/bg/bg4-big.webp);
}

.bg-wr-5 {
  background: center / cover no-repeat url(./img/bg/bg4.webp);
}

.footer-hr {
  height: 21px;
  width: 100%;
  background: #4d2bd6;
}

footer {
  height: 239px;
  display: flex;
  align-items: center;
  background: center/ 145% no-repeat url(./img/bg/head-bg.webp);
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-foot-wrap {
  width: 147px;
}

.footer-btn {
  width: 145px;
  height: 36px;
  background: #93fa3f;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  margin-bottom: 17px;
  font-family: Seymour One;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  position: relative;
  line-height: 23px;
  color: #93fa3f;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: none;
  outline: none;
    cursor: pointer;
    z-index: 0;
}

.header-btn:hover {
  background: 10px/ 21px no-repeat url(./img/Support.svg), #70c72a;
}
.more-btn:hover {
  background: 52px/ 17px no-repeat url(./img/Arrow\ 1.svg), #70c72a;
}


button:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.footer-btn:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

.footer-btn:active {
  color: #000
}

.footer-btn:active:after {
  background: transparent;
}

.footer-btn:hover:before {
  opacity: 1;
}

.footer-btn:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}