@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

/* CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: sans-serif;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  cursor: pointer;
}

:focus {
  outline: none;
}

body {
  font-family: "Manrope", sans-serif;
  line-height: 1.4;
  font-style: normal;

  background-color: #141414;
}

.menu-toggle {
  display: none;
}

.side-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 250px;
  height: 100%;
  background-color: #fff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  transition: left 0.3s ease;
  z-index: 1000;
}

.side-menu__close {
  font-size: 24px;
  cursor: pointer;
  display: block;
  padding: 10px;
  text-align: right;
}

.side-menu__nav {
  padding: 20px;
}

.side-menu__link {
  display: block;
  padding: 10px 0;
  color: #333;
  text-decoration: none;
  font-size: 18px;
}

.menu-toggle:checked + .side-menu {
  left: 0;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 6px;
}
.header {
  position: fixed;
  display: flex;
  width: 98%;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #ffffff17;
  border-radius: 16px;
}

.header__menu-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.header__menu-icon::before {
  content: "≡";
  font-size: 24px;
  margin-right: 5px;
}

.header__menu-text {
  font-size: 14px;
}

.header__logo {
  font-weight: 900;
  color: #ff0000;
  font-size: 40px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 9px;
}

.header__nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.header__link {
  color: #ff0000;
  text-decoration: none;
  font-size: 16px;
}
.header__link:hover {
  color: #b80404;
}

.header__icons {
  display: flex;
  gap: 15px;
}
.favorite__inner-card-left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.favorite__inner-card-date-title{
  color: #ff0000;
  font-size: 150%;
  font-weight: bold;
}
.header__icon {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
}
.header__icon:hover {
  color: #fff;
  text-decoration: underline;
}
.mt-16{
  margin-top: 16px;
}
.hero {
  padding-top: 20vh;
  background-image: url('../img/bg-hero.webp');
  background-size: cover;
  background-repeat: no-repeat;
/* background-attachment: fixed; */
  /* background-position: top center; */
  /* background-color: #ff60b0; */
}
a:hover{
  transform: scale(0.9);}
.hero__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  h1 {
    text-transform: uppercase;
    font-weight: 900;
    color: #ff0000;
    text-align: center;
    font-size: 62px;
    span {
      color: white;
    }
  }
}
.btn-register {

display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 8px 16px;

background: #ff6060;
border-radius: 6px;

  color: white;
  /* border: 2px solid #ff60b0; */
  /* border-radius: 100%;
  padding: 15px 10px; */
  font-weight: 700;
  margin-top: 32px;
  transition: all 0.3s ease;
}
.btn-register:hover {
  background-color:  #ff0000;
}
.btn-go{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 16px;
  
  background: #ff0000;
  border-radius: 6px;
  transition: all 0.3s ease;
  margin-bottom: 20vh;
  svg{
    width: 50px;
    fill: #fff;
  }
}
.btn-go:hover{
  background-color: #000000;
}
.hero__trusted {
  margin-top: 32px;
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30vh;
}
.hero__content-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__content-right-img {
  width: 50%;
}
.hero__title {
  font-size: 64px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.hero__subtitle {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.hero__button {
  display: inline-flex;
  background-color: #fc723b;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 16px;
  align-items: center;
}
.hero__button-white {
  display: inline-flex;
  background-color: #ffffff;
  border-radius: 6px;
  color: #1292bd;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 16px;
  align-items: center;
}
section {
  padding-bottom: 24px;
}
.section-title {
  display: flex;
  padding: 6px 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.section-title-h2 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}
.section-title-link {
  color: #1292bd;
}
.section-title-link:hover {
  text-decoration: underline;
}
.favorite__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.favorite__inner-card {
  padding: 16px 33px;
  width: 33%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  color: white;
  font-size: 14px;
  transition: all 0.3s linear;
}
.favorite__inner-card-img {
  width: 150px;
}
.favorite__inner-card-right {
  width: 150px;
}
.favorite__inner-card:hover {
  transform: scale(0.9);
}
.favorite__inner-card-blue-bg {
  transition: all .3s ease;
  background: linear-gradient(25deg, #c57070 5.75%, #520b0b 94.25%);
}
.favorite__inner-card-blue-bg:hover {
  background: linear-gradient(25deg, #8d3636 5.75%, #8d1414 94.25%);
}
.favorite__inner-card-green-bg {
  background: linear-gradient(315deg, #5de427 5.75%, #285713 94.25%);
}
.favorite__inner-card-violet-bg {
  background: linear-gradient(315deg, #be27e4 5.75%, #471357 94.25%);
}
.prizes__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mt32{
  margin-top: 32px;
}
.flex-center{
  flex-flow: column;
    place-content: center flex-start;
    align-items: center;
    display: flex;
}
.payment_wrap{

  display: flex;
  /* align-items: center; */
  gap: 16px;
  flex-wrap: wrap;
margin-left: auto;
  svg{
    width: 60px;
  }
}
.prizes__inner-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 360px;
  max-width: 340px;
  text-align: center;
  border-top: 1px solid #333;
  border-radius: 16px;
  overflow: hidden;
}

.prizes__inner-card-title {
  text-align: center;
  font-size: 16px;
}
.prizes__inner-card-left {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  height: 80px;
}
.playonline__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.playonline__card{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  padding: 16px;
  background: linear-gradient(15deg, #7c2121 5.75%, #571313 94.25%);
  /* border:2px solid #ff60b0; */
height: 250px;
width: 50%;
}
.top img {
  margin: 0 auto;
  width: 150px;
  height: 150px;
}
.bottom {
  padding: 16px;
  /* font-weight: 700; */
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: white;
}
.payonline__text{
  text-align: center;
  color: white;
}
.title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
.playonline__title{
  color:#ff0000;
  text-align: center;
  font-size: 24px;
font-weight: 700;
}
.playonline {
  padding: 24px 0;
  /* background-color: #f5f5f5; */
}
.contacts__inner {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.fw-700 {
  font-weight: 700;
}
.contacts__card {
  width: 50%;
}
.btn-mail {
  display: inline-flex;
  background-color: #ffffff;
  align-items: center;
  border-radius: 6px;
  color: #1292bd;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 16px;
  border: 1px solid #1292bd;
  margin-top: 16px;
}
.py24 {
  padding: 24px 0;
}
.banner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  border: 1px solid #3333335e;
  border-radius: 16px;
}

.payment-inner {
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-top: 1px solid #3333335e;
  border-bottom: 1px solid #3333335e;
}
.payment-imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 16px;
}
.footer {
  /* background-color: #f5f5f5; */
  padding: 24px 0;
}
.footer__content {
  display: flex;
  justify-content: space-between;
}
.footer__text {
  max-width: 40%;
}
.footer-nav {
  display: flex;
  gap: 36px;
}
.login__right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.login-line {
  display: flex;
  align-items: center;
  gap: 16px;
  color: white;
}
.login__right h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
.form {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 16px;
}
.form input {
  border-radius: 6px;
  width: 300px;
  font-size: 24px;
  padding: 5px;
}
.payment-links {
  text-decoration: underline;
}
.pt24 {
  padding-top: 24px;
}
.login-flex {
  gap: 22px;
  padding: 24px;
}
.payment-links-inner {
  display: flex;

  justify-content: space-around;
  width: 100%;
  align-items: center;
}
img,
video {
  max-width: 100%;
  height: auto;
}
.flex-section{
  display: flex;
  justify-content: space-between;

}
.left-section{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  h2{
    font-size: 24px;
    color:#ff0000;
    margin-bottom: 16px;
    font-weight: 900;
  }
  p{
    text-align: center;
    color:white;
  }
}
.responsible-img {
  width: 120px;
}
.footer__responsible {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.section-border{
  /* border: 4px solid #be27e45e; */
  background-color: #050505;
  padding: 0 20px;
  border-radius: 16px;
}
section{
  margin-top: 20px;
}
.no-padding{
  overflow: hidden;
  padding: 0;
}
.text-white{
  color: white;
}
.footer__text{
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
.provider{
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-nav__item{
  color: white;
}

@media screen and (max-width: 550px) {
  .flex-section{
    flex-wrap: wrap;
  }
  .payment_wrap{
    flex-direction: column;
    margin-left: 0;
    align-items: center;
  }
  .hero__content{
    h1{
      font-size: 24px;
    }
  }
  .hero__trusted{
    flex-direction: column;
    margin-bottom: 25vh;
  }
  .playonline__card{
    width: 100%;
    height: 300px;
  }
  .payment-links-inner {
    flex-direction: column;
    gap: 16px;
  }
  .mobile-col {
    flex-direction: column;
  }
  .form {
    justify-content: center;
    align-items: center;
  }
  .footer-nav {
    flex-direction: column;
    gap: 16px;
  }
  .header__logo {
    font-size: 24px;
    /* display: none; */
  }
  .header__nav {
    display: none;
  }
  .favorite__inner,
  .prizes__inner,
  .contacts__inner {
    flex-direction: column;
  }
  .favorite__inner-card {
    width: 100%;
  }
  .prizes__inner-card {
    margin-bottom: 16px;
  }
  .playonline__inner {
    flex-direction: column;
  }
  .contacts__card {
    width: 100%;
  }
  .footer__content {
    flex-direction: column;
  }
  .footer-nav__list {
    margin-bottom: 16px;
  }

  .footer-nav__item {
    text-align: center;
   
  }
  .footer__text {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .hero__content {
    flex-direction: column;
  }
  .hero__title {
    font-size: 24px;
  }
  .hero__subtitle {
    font-size: 18px;
  }
  .hero__content-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
  }
  .section-title-h2 {
    font-size: 18px;
  }
}
