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

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

body {
  font-family: Poppins;
  background: #050505;
  color: #fff;
}

.body__container {
  padding-left: 160px;
  padding-right: 160px;
}

.header {
  padding-top: 25px;
  position: relative;
}

.header__nav {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 40px;
}

.header__logo {
  color: #f5b3ed;
  font-size: 0.9rem;
  font-weight: 700;
}

.header__title {
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
  color: #fefefe;
  font-size: 30px;
  font-weight: 500;
}

.header__subtitle {
  margin: 0;
  text-align: center;
  margin-bottom: 40px;
  max-width: 964px;
  color: #fefefe;
  font-size: 18px;
  font-weight: 400;
}

.header__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header__items {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 85px;
  margin-bottom: 100px;
}

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

.header__circle {
  width: 24px;
  height: 24px;
  border-radius: 180px;
  margin-bottom: 30px;
}

.header__nav {
  position: relative;
}

.header__nav {
  position: relative;
  background-color: #6572eb;
  padding: 10px;
  display: flex;
  justify-content: center;
}

.burger-menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.burger-menu .line {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 4px 0;
}

.nav-links {
  display: flex;
  flex-direction: row;
}

.nav-links a {
  margin: 0 10px;
  text-decoration: none;
  color: #fff;
}

.mt-2 {
  margin-top: 2rem !important;
}

/* Ğ¡Ñ‚Ğ¸Ğ»ÑŒ Ğ´Ğ»Ñ Ğ¼Ğ¾Ğ±Ğ¸Ğ»ÑŒĞ½Ñ‹Ñ… ÑƒÑÑ‚Ñ€Ğ¾Ğ¹ÑÑ‚Ğ² */
@media (max-width: 1035px) {
  .burger-menu {
    display: flex;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 50px; /* Ñ€Ğ°ÑÑÑ‚Ğ¾ÑĞ½Ğ¸Ğµ Ğ¾Ñ‚ Ğ±ÑƒÑ€Ğ³ĞµÑ€-Ğ¼ĞµĞ½Ñ */
    left: 0;
    background-color: #6572eb;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000; /* Ñ‡Ñ‚Ğ¾Ğ±Ñ‹ Ğ¼ĞµĞ½Ñ Ğ¾Ñ‚Ğ¾Ğ±Ñ€Ğ°Ğ¶Ğ°Ğ»Ğ¾ÑÑŒ Ğ¿Ğ¾Ğ²ĞµÑ€Ñ… Ğ´Ñ€ÑƒĞ³Ğ¸Ñ… ÑĞ»ĞµĞ¼ĞµĞ½Ñ‚Ğ¾Ğ² */
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links a {
    padding: 10px;
    border-bottom: 1px solid #ddd; /* Ñ€Ğ°Ğ·Ğ´ĞµĞ»ĞµĞ½Ğ¸Ğµ Ğ¼ĞµĞ¶Ğ´Ñƒ Ğ¿ÑƒĞ½ĞºÑ‚Ğ°Ğ¼Ğ¸ */
  }
}

.circle__1 {
  background: #6572eb;
}

.circle__1::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 3px;
  background: #7681e4;
  left: 98px;
  top: 11px;
}

.circle__2 {
  background: #9289e1;
}

.circle__2::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 3px;
  background: #7681e4;
  left: 61px;
  top: 11px;
}

.circle__3 {
  background: #b995dc;
}

.circle__3::after {
  content: "";
  position: absolute;
  width: 232px;
  height: 3px;
  background: #7681e4;
  left: 98px;
  top: 11px;
}

.circle__4 {
  background: #d99fd9;
}

.header__text {
  margin: 0;
  max-width: 173px;
  text-align: center;
  color: #fefefe;
  font-size: 18px;
  font-weight: 400;
}

.casion__title {
  margin: 0;
  text-align: center;
  margin-bottom: 50px;
  color: #fefefe;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.casion__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.casion__items {
  display: flex;
  min-height: 194px;
  max-width: 1120px;
  padding-left: 30px;
  padding-right: 35px;
  margin-bottom: 25px;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #7681e4;
  background: linear-gradient(90deg, #da9fd9 0%, #7581e4 100%);
}

.casion__head {
  margin: 0;
  color: #f3f4fb;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.casion__text {
  margin: 0;
  max-width: 227px;
  color: #f7f3f1;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.casion__rating {
  width: 124px;
  height: 124px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 5px solid #f5b3ed;
}

.casion__images {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 150px;
}

.casion__list {
  padding-left: 20px;
  list-style-type: none;
}

.casion__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 196px;
  margin-right: 40px;
}

.casion__number {
  margin: 0;
  color: #f5b3ed;
  font-size: 22px;
  font-weight: 700;
}

.casion__info {
  margin: 0;
  color: #f7f3f1;
  font-size: 15px;
  font-weight: 500;
}

.casion__item {
  color: #f3f4fb;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 1.5em;
}

.casion__item::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 3em;
  transform: translateY(-55%);
  color: #6572eb;
}

.casino__wrap {
  display: flex;
}

.casino__wrapper {
  display: flex;
  gap: 40px;
}

.casion__btn {
  width: 124px;
  height: 124px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50%;
  background-color: #f5b3ed;
  border: none;
  color: #0a0d2f;
  font-size: 22px;
  font-weight: 500;
  transition: 0.4s;
}

.casion__btn:hover {
  background-color: #6572eb;
  color: #fefefe;
  transition: 0.4s;
}

.info__box {
  padding-bottom: 100px;
  padding-top: 100px;
  display: flex;
  justify-content: center;
}

.info__wrap {
  max-width: 1120px;
  padding: 50px 59px;
  border-radius: 30px;
  border: 1px solid #122134;
  background: rgba(101, 114, 235, 0.3);
}

.info__title {
  margin: 0;
  color: #fefefe;
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #122134;
}

.info__text {
  margin: 0;

  color: #f3f4fb;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
}

.info__subtitle {
  margin: 0;
  color: #f3f4fb;
  font-size: 18px;
  font-weight: 400;
}
.info__item {
  color: #f3f4fb;
  font-size: 18px;
  font-weight: 400;
}

.info__list {
  margin: 0;
  margin-bottom: 50px;
}

.footer {
  background: #9289e1;
}

.footer__box {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer__text {
  margin: 0;
  color: #fefefe;
  font-size: 15px;
  font-weight: 500;
  max-width: 344px;
}

.footer__top {
  display: flex;
  justify-content: center;
  gap: 117px;
  margin-bottom: 50px;
}

.footer__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  margin-bottom: 50px;
}

.footer__information {
  display: flex;
  justify-content: center;
  gap: 100px;
}

.footer__info {
  color: #fefefe;
  font-size: 18px;
  font-weight: 500;
}

.list__mob {
  display: none;
}
.terms__subtitle,
.info__head {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 0;
  margin-bottom: 8px;
}

.content__title,
.info__title {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 16px;
}

.terms__text,
.terms__text {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 16px;
}

.terms {
  padding-bottom: 50px;
}

.header__burger {
  display: none;
}

.modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal__content {
  position: relative;
  top: 20%;
  border-radius: 20px;
  background: #fefefe;
  box-shadow: 0px 30px 40px 0px rgba(37, 45, 53, 0.22);
  padding: 102px 68px 102px 67px;
  margin: 15% auto;
  padding: 10px;
  height: 268px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 10px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
}

.modal__close:hover,
.modal__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal__subtitle {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  max-width: 539px;
}

.modal__btn {
  display: flex;
  padding: 19px 10px;
  justify-content: center;
  align-items: center;
  width: 200px;
  border-radius: 30px;
  background: linear-gradient(90deg, #a684c2 0%, #7681e4 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border: none;
  cursor: pointer;
  transition: 0.4s;
  margin-top: 20px;
}

.modal__btn:hover {
  background: #fff;
  color: #e1881f;
  transition: 0.4s;
}

@media (max-width: 1312px) {
  .body__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1033px) {
  .casion__list {
    display: none;
  }

  .list__mob {
    display: block;
  }

  .casino__wrap {
    flex-direction: column;
    align-items: center;
  }

  .casion__content {
    margin-right: 0;
  }

  .casion__list {
    padding-left: 0;
  }

  .casion__items {
    padding-right: 0;
    border-radius: 50px;
  }

  .casion__items {
    gap: 50px;
  }

  .casion__head {
    margin-bottom: 5px;
  }

  .casino__wrapper {
    flex-direction: column;
    border-radius: 50px;
    border: 1px solid #d99fd9;
    background: #7681e4;
    padding: 26.559px 25.83px 20.441px 24.17px;
  }

  .casion__images {
    margin-bottom: 10px;
  }

  .footer__top {
    flex-wrap: wrap;
    gap: 50px;
  }

  .footer__box {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer__information {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
  }

  .footer__links {
    flex-wrap: wrap;
    gap: 20px;
  }

  .footer__text {
    max-width: 100%;
  }

  .header__items {
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .header__item {
    flex-direction: row;
  }

  .header__circle {
    margin-bottom: 0;
    margin-right: 50px;
  }

  .header__text {
    text-align: left;
  }

  .circle__1::after {
    width: 3px;
    height: 100px;
    left: 10px;
    top: 28px;
  }

  .circle__2::after {
    width: 3px;
    height: 90px;
    left: 10px;
    top: 24px;
  }

  .circle__3::after {
    width: 3px;
    height: 100px;
    left: 10px;
    top: 23px;
  }
}

@media (max-width: 575px) {
  .header__title {
    font-size: 20px;
  }

  .header__subtitle {
    font-size: 15px;
  }

  .casion__title {
    font-size: 13px;
    margin-bottom: 25px;
  }

  .casion__head {
    font-size: 10px;
  }

  .casion__text {
    font-size: 10px;
    max-width: 120px;
  }

  .casion__item {
    font-size: 10px;
  }

  .casion__items {
    gap: 20px;
    padding-left: 20px;
  }

  .casion__number {
    font-size: 13px;
  }

  .casion__info {
    font-size: 8px;
  }

  .casion__rating {
    width: 67px;
    height: 67px;
  }

  .casion__btn {
    width: 67px;
    height: 67px;
    font-size: 13px;
  }

  .casion__arrow {
    width: 10px;
  }

  .casion__images {
    max-width: 80px;
  }

  .casino__wrapper {
    padding: 26.559px 25.83px 20.441px 24.17px;
  }

  .info__box {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .info__wrap {
    padding: 25px 10px;
  }

  .info__title {
    font-size: 15px;
    padding-bottom: 7px;
  }

  .info__text {
    font-size: 13px;
    padding-top: 7px;
    margin-bottom: 25px;
  }

  .info__subtitle {
    font-size: 13px;
  }

  .info__item {
    font-size: 13px;
  }

  .info__list {
    padding-left: 20px;
  }

  .footer__text {
    font-size: 13px;
  }

  .footer__top {
    gap: 25px;
  }

  .footer__links {
    justify-content: flex-start;
  }

  .footer__info {
    font-size: 15px;
  }

  .header__text {
    font-size: 13px;
  }

  .header__circle {
    width: 16px;
    height: 16px;
  }

  .header__items {
    gap: 38px;
  }

  .circle__1::after {
    width: 3px;
    height: 50px;
    left: 7px;
    top: 20px;
  }

  .circle__2::after {
    width: 3px;
    height: 50px;
    left: 7px;
    top: 16px;
  }

  .circle__3::after {
    width: 3px;
    height: 50px;
    left: 7px;
    top: 16px;
  }
}

.games__container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.text__center {
  text-align: center;
}

.games__cards {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.games__cards--items {
  padding: 1rem;
  border: 1px solid #6572eb;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.games__cards--items--title {
  font-size: 1.5rem;
  text-align: center;
}

.games__cards--items--text {
  font-size: 1rem;
  text-align: center;
}

.games__cards--items--image {
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
