.header .logo,
a,
ul {
  text-decoration: none;
}

.pop-up-age__list p,
.pop-up-age__list ul li:not(:last-child),
.terms__article ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.card-list__item,
.cookie,
.copy,
.footer__center,
.gambling,
h1 {
  text-align: center;
}

.card-list__item:hover,
.cookie {
  box-shadow: 1px 0 13px rgba(0, 0, 0, 0.4);
}

:root {
  --clr-accent-1: #316ff2;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 520px) {
  html {
    font-size: 1.923vw;
  }
}

body,
html {
  height: 100%;
}

.container {
  max-width: 158rem;
  padding: 0 1rem;
  margin: 0 auto;
}

.clr1 {
  color: var(--clr-accent-1);
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

img {
  display: block;
  max-width: 100%;
  border-style: none;
}

ul {
  list-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  appearance: button;
  -webkit-appearance: button;
  outline: 0;
  border: none;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

body {
  box-sizing: border-box;
  font-family: Inter, sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 2rem;
  line-height: normal;
  background-color: #eef4fb;
  cursor: default;
  display: flex;
  flex-direction: column;
}

.footer__center span,
a {
  font-weight: 600;
}

a {
  background-color: transparent;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

* {
  transition: 0.3s;
}

h1 {
  font-size: 4rem;
  line-height: 6rem;
  margin-bottom: 2rem;
}

.pop-up-age {
  display: none;
  padding: 1rem;
}

.pop-up-age--active {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9998;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-animation: 0.4s forwards pop-up--in;
  animation: 0.4s forwards pop-up--in;
}

.pop-up-age__title {
  color: #fff;
  background: #f01a1a;
  border-radius: 1rem;
  text-align: center;
  line-height: 7rem;
  font-size: 6.2rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1rem 2.5rem;
  width: fit-content;
  margin: 0 auto 1rem;
}

.pop-up-age__modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
  padding: 3rem 5rem;
  border-radius: 2.5rem;
  background: #fff;
  color: #474747;
  max-width: 74rem;
  width: 100%;
  line-height: 2.6rem;
  font-size: 2rem;
  -webkit-animation: 0.4s forwards pop-up__modal--in;
  animation: 0.4s forwards pop-up__modal--in;
}

@media (max-width: 767px) {
  .pop-up-age__modal {
    padding: 2rem 3rem;
  }
}

.pop-up-age__list p {
  font-weight: 600;
}

.pop-up-age__list ul {
  margin-left: 2rem;
}

.pop-up-age__list ul li {
  list-style: disc;
}

.pop-up-age__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.pop-up-age__buttons .btn {
  font-size: 2rem;
  line-height: 3rem;
  text-transform: capitalize;
  padding: 1.2rem 1rem;
  border-radius: 1rem;
  color: #fff;
  max-width: unset;
  font-weight: 700;
  cursor: pointer;
}

.pop-up-age__buttons .pop-up-age__btn--yes {
  background: #15d525;
}

.pop-up-age__buttons .pop-up-age__btn--yes:hover {
  background: #10a31c;
}

.pop-up-age__buttons .pop-up-age__btn--no {
  background: #f01a1a;
}

.pop-up-age__buttons .pop-up-age__btn--no:hover {
  background: #bb1515;
}

.pop-up-restrict {
  display: none;
}

.pop-up-restrict--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation: 0.4s forwards pop-up--in;
  animation: 0.4s forwards pop-up--in;
}

.pop-up-restrict__desc {
  font-size: 3.2rem;
  padding: 5rem;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #fff;
  white-space: nowrap;
  -webkit-animation: 0.4s forwards pop-up__modal--in;
  animation: 0.4s forwards pop-up__modal--in;
}

@-webkit-keyframes pop-up--in {
  0% {
    -webkit-backdrop-filter: blur(0) opacity(0);
    backdrop-filter: blur(0) opacity(0);
  }

  100% {
    -webkit-backdrop-filter: blur(1rem) opacity(1);
    backdrop-filter: blur(1rem) opacity(1);
  }
}

@keyframes pop-up--in {
  0% {
    -webkit-backdrop-filter: blur(0) opacity(0);
    background: 0 0;
    backdrop-filter: blur(0) opacity(0);
  }

  100% {
    -webkit-backdrop-filter: blur(1rem) opacity(1);
    backdrop-filter: blur(1rem) opacity(1);
    background: rgba(0, 0, 0, 0.6);
  }
}

@-webkit-keyframes pop-up--out {
  0% {
    -webkit-backdrop-filter: blur(1rem) opacity(1);
    backdrop-filter: blur(1rem) opacity(1);
    background: rgba(0, 0, 0, 0.6);
  }

  100% {
    -webkit-backdrop-filter: blur(0) opacity(0);
    backdrop-filter: blur(0) opacity(0);
    background: 0 0;
    display: none;
  }
}

@keyframes pop-up--out {
  0% {
    -webkit-backdrop-filter: blur(1rem) opacity(1);
    backdrop-filter: blur(1rem) opacity(1);
  }

  100% {
    -webkit-backdrop-filter: blur(0) opacity(0);
    backdrop-filter: blur(0) opacity(0);
    display: none;
  }
}

@-webkit-keyframes pop-up__modal--in {
  0% {
    scale: 0;
  }

  100% {
    scale: 1;
  }
}

@keyframes pop-up__modal--in {
  0% {
    scale: 0;
  }

  100% {
    scale: 1;
  }
}

@-webkit-keyframes pop-up__modal--out {
  0% {
    scale: 1;
    opacity: 1;
  }

  100% {
    scale: 0;
    opacity: 0;
  }
}

@keyframes pop-up__modal--out {
  0% {
    scale: 1;
    opacity: 1;
  }

  100% {
    scale: 0;
    opacity: 0;
  }
}

.body--scroll-disabled {
  overflow: hidden;
}

.pop-up--out {
  -webkit-animation: 0.2s forwards pop-up--out;
  animation: 0.2s forwards pop-up--out;
}

.pop-up__modal--out {
  -webkit-animation: 0.2s forwards pop-up__modal--out;
  animation: 0.2s forwards pop-up__modal--out;
}

.cookie {
  position: fixed;
  max-width: 50rem;
  right: -100%;
  bottom: 3rem;
  background: #fff;
  border-radius: 2rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0 auto;
  padding: 2rem 4rem;
  opacity: 0;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #474747;
}

.cookie--visible {
  animation: 0.6s ease-out 0.5s forwards cookie-show;
}

@media screen and (max-width: 820px) {
  .cookie--visible {
    animation: 0.5s ease-out forwards cookie-show--mobile;
  }
}

.cookie--hidden {
  animation: 0.5s ease-out forwards cookie-hide;
}

.cookie__buttons {
  display: flex;
  gap: 1.5rem;
}

.cookie__btn {
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 500;
  max-width: unset;
  width: 100%;
  background: 0 0;
  border: 0.2rem solid #eef4fb;
  text-transform: none;
  cursor: pointer;
  border-radius: 0.8rem;
  color: #11111d;
}

.header__nav .nav__link,
.logo {
  font-weight: 500;
  line-height: 2.8rem;
}

.cookie__btn--Aceitar,
.cookie__btn:active,
.cookie__btn:hover {
  background: #eef4fb;
}

.cookie__btn--Aceitar:active,
.cookie__btn--Aceitar:hover {
  background: inherit;
  color: #11111d;
}

.cookie__desc a {
  color: #5a6df6;
}

@keyframes cookie-show {
  0% {
    right: -100%;
    opacity: 0;
  }

  100% {
    right: 2rem;
    opacity: 1;
  }
}

@keyframes cookie-show--mobile {
  0% {
    right: -100%;
    opacity: 0;
  }

  100% {
    right: 0;
    opacity: 1;
  }
}

@keyframes cookie-hide {
  0% {
    right: 2rem;
    opacity: 1;
  }

  100% {
    right: -100%;
    opacity: 0;
  }
}

@keyframes cookie-hide--mobile {
  0% {
    right: 0;
    opacity: 1;
  }

  100% {
    right: -100%;
    opacity: 0;
  }
}

.logo {
  font-size: 2.2rem;
  color: #000;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media screen and (max-width: 640px) {
  .logo {
    width: 105px;
  }
}

.header,
.header::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header {
  z-index: 100;
  right: 0;
  background: #fff;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 15px;
}

.header--gradient .container {
  display: flex;
  column-gap: 326px;
  justify-content: flex-start;
}

@media screen and (max-width: 1200px) {
  .header--gradient .container {
    column-gap: 0;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .header .container {
    max-width: 100%;
    display: flex;
    align-items: center;
    padding: 0 1rem;
  }
}

.header::before {
  content: "";
  visibility: hidden;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  transition: 0.2s;
}

.header--active::before {
  visibility: visible;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3px);
  z-index: 99;
}

.header--active .logo {
  color: #fff;
}

.header--active .logo span {
  color: #000;
  background: #fff;
}

.header--active .container {
  justify-content: flex-end;
}

.header .logo {
  z-index: 999;
  font-size: 2rem;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}

@media screen and (max-width: 980px) {
  .header__nav {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
    background: #191919;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  .header__nav .nav__link {
    color: #fff;
  }

  .header__nav--active {
    max-height: 60rem;
    height: fit-content;
    padding: 8rem 1rem 4rem;
  }

  .header--active a.logo {
    display: none;
  }
}

.header__nav .nav__link {
  display: block;
  font-size: 1.8rem;
  padding: 4px 26px;
  border-radius: 1.2rem;
  white-space: nowrap;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #85dcd0;
}

.header__nav .nav__link--active,
.header__nav .nav__link:hover {
  background-color: #6aaba2;
  color: #000;
}

.gambling {
  margin-top: 94px;
  padding-top: 56px;
  background: #fff;
  padding-bottom: 20px;
}

.gambling__title {
  max-width: 1128px;
  margin-inline: auto;
  font-weight: 700;
  font-size: 6rem;
  line-height: 6.8rem;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .gambling__title {
    font-size: 4rem;
    line-height: 5rem;
  }
  .gambling {
    padding-top: 30px;
  }
}

.gambling__subtitle {
  max-width: 1036px;
  font-size: 2rem;
  line-height: 3rem;
  margin-inline: auto;
  color: #5a5a5a;
  margin-bottom: 10px;
}

.burger {
  display: none;
  z-index: 100;
}

@media screen and (max-width: 980px) {
  .burger {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0.4rem;
    cursor: pointer;
  }
}

.burger__bottom,
.burger__middle,
.burger__top {
  width: 100%;
  height: 0.4rem;
  background-color: #000;
  border-radius: 1rem;
  transition: 0.2s;
  position: relative;
}

.burger.burger--active {
  align-items: center;
}

.burger.burger--active * {
  background-color: #fff;
}

.burger.burger--active .burger__top {
  rotate: 45deg;
  top: 0.4rem;
}

.burger.burger--active .burger__bottom {
  rotate: -45deg;
  bottom: 0.4rem;
}

.burger.burger--active .burger__middle {
  scale: 0;
}

.footer {
  padding: 25px;
  background-color: #b8d3cf;
}

.footer__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 30px;
  margin-bottom: 18px;
  line-height: 3.6rem;
  font-size: 1.6rem;
  font-weight: 700;
}

.footer__center {
  padding-block: 0px 36px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 auto 12px;
  width: max-content;
  padding: 8px 60px;
}

.footer__center p {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

@media screen and (max-width: 940px) {
  .footer__center {
    width: auto;
    padding: 8px 30px;
  }
}

@media screen and (max-width: 460px) {
  .footer__center {
    padding: 8px 14px;
  }
}

.copy {
  font-size: 1.8rem;
}

.terms {
  margin-top: 82px;
  padding-top: 64px;
}

.terms__container {
  border-radius: 0.7rem;
}

.terms__article {
  padding: 54px;
  border-radius: 38px;
  background-color: #fff;
}

@media screen and (max-width: 780px) {
  .terms__article {
    padding: 30px;
  }
}

@media screen and (max-width: 560px) {
  .cookie--hidden {
    animation: 0.5s ease-out forwards cookie-hide--mobile;
  }

  .terms__article {
    padding: 18px;
  }
}

.terms__article h3 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 3.8rem;
}

.about__item-text a,
.terms__item a {
  font-weight: 400;
}

.terms__article * {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.terms__item:not(:last-child) {
  margin-bottom: 34px;
}

.terms__item a {
  border-bottom: 1px solid #000;
}

.terms__item-alert {
  color: #ffe100;
  margin-top: 40px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 3.4rem;
    line-height: 4rem;
  }

  .header {
    padding: 1.5rem 0;
    position: fixed;
    top: 0;
    width: 100%;
    /* background-color: #eef4fb; */
  }

  .terms {
    padding-top: 4rem;
  }

  .terms__article {
    line-height: 2.8rem;
    border-radius: 16px;
  }

  .terms__article h3 {
    line-height: 4rem;
  }
}

@media (max-width: 540px) {
  .terms__article {
    padding: 1rem;
  }

  .terms {
    margin-top: 40px;
  }

  .terms__item:not(:last-child) {
    margin-bottom: 24px;
  }

  .terms__article h3 {
    font-size: 16px;
  }

  .terms__article p,
  .terms__item {
    font-size: 14px;
  }
}

.terms__article a {
  word-break: break-word;
}

.terms__article ul {
  margin-left: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.terms__article ul li {
  list-style-type: disc;
}

.casino {
  padding-top: 36px;
  padding-bottom: 38px;
  background-color: #b8d3cf;
}

.card-list {
  display: flex;
  flex-direction: column;
  row-gap: 26px;
}

.card-list__item {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 22px;
  flex-grow: 1;
}

.card-list__image {
  user-select: none;
  pointer-events: none;
}

.card-list__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-list__body {
  padding: 14px 40px 14px 30px;
  background-color: #fff;
  width: 100%;
}

@media screen and (max-width: 620px) {
  .card-list__body {
    padding: 18px;
  }
}

.card-list__number {
  background-color: #8cbaee;
  min-height: 100%;
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.4rem;
}

.card-list__text {
  background-color: #eef4fb;
  border-radius: 34px;
  margin-top: 18px;
}

.card-list__text p {
  max-width: 1000px;
  margin-inline: auto;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #686868;
  padding: 0.5rem;
}

.card-list__paymenst {
  margin-left: 102px;
  display: flex;
  column-gap: 18px;
}

@media screen and (max-width: 1400px) {
  .card-list__paymenst {
    margin-left: 50px;
  }

  .card-list__logo {
    width: 200px;
  }
}

@media screen and (max-width: 1250px) {
  .card-list__top {
    flex-direction: column;
    row-gap: 8px;
  }
}

@media screen and (max-width: 990px) {
  .footer {
    padding-block: 30px;
  }

  .casino {
    padding: 26px 0 30px;
  }

  .card-list__left {
    flex-direction: column;
    row-gap: 10px;
  }

  .card-list__paymenst {
    margin-left: 0;
  }
}

.card-list__payment {
  padding: 16px;
  background-color: #b8d3cf;
  border-radius: 10px;
}

.card-list__left {
  display: flex;
  align-items: center;
}

.card-list__title {
  font-size: 2.6rem;
  line-height: 2.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}

.card-list__info {
  display: flex;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.6rem;
  column-gap: 26px;
}

.card-list__info li {
  display: inline-flex;
  flex-direction: column;
  text-align: left;
}

.card-list__info span {
  color: #747474;
  margin-bottom: 8px;
}

.article__item h1,
.article__text p:not(:last-child) {
  margin-bottom: 10px;
}

.card-list__center {
  margin-left: 44px;
}

.card-list__link {
  background-color: #85dcd0;
  padding: 6px 52px;
  border-radius: 12px;
}

.card-list__link:hover {
  text-decoration: none;
  background-color: #ceb308;
}

@media screen and (max-width: 760px) {
  .card-list__info {
    column-gap: 0;
    justify-content: space-between;
  }
}

@media screen and (max-width: 480px) {
  .card-list__info {
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
  }

  .card-list__info li {
    text-align: center;
  }
}

.article {
  padding-block: 54px 76px;
  text-align: center;
  color: #000;
  background: #fff;
}

.article__item {
  font-size: 2rem;
  line-height: 3rem;
}

.about__title,
.article__item h1 {
  font-size: 3.4rem;
  line-height: 4.2rem;
}

.article__item p {
  color: #686868;
}

.article__item:not(:last-child) {
  margin-bottom: 46px;
}

.article__text {
  padding: 0 116px;
  border-radius: 22px;
}

@media screen and (max-width: 990px) {
  .card-list__center {
    margin-left: 0;
  }

  .article__text {
    padding: 20px 40px;
  }

  .article__item h1 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .logo img {
    /* width:100px; */
  }

  .article__text {
    padding: 10px 16px;
  }

  .article__item h1 {
    line-height: 4.2rem;
  }
}

@media screen and (max-width: 580px) {
  .article {
    padding-block: 18px 26px;
  }
}

.note {
  color: red;
}

.about {
  padding: 20px 0;
  background: #fff;
}

.about__title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.about__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
  column-gap: 26px;
  row-gap: 66px;
}

@media screen and (max-width: 720px) {
  .about__list {
    row-gap: 24px;
  }
}

.about__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 30px;
  background: #b8d3cf;
  padding: 24px 56px;
  text-align: center;
}

.about__item-title {
  margin-top: 18px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 4.8rem;
  margin-bottom: 10px;
}

.about__item-text {
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #686868;
}

.about__item-text span {
  font-weight: 600;
  color: #686868;
}

@media screen and (max-width: 780px) {
  .about__list-item img {
    width: auto;
    height: 50px;
  }

  .about__list-item {
    padding: 16px 30px;
  }

  .about__title {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 540px) {
  .gambling {
    margin-top: 55px;
  }

  .about__item-title,
  .copy,
  .footer__center,
  .footer__center p,
  .footer__links {
    font-size: 16px;
  }

  .article__item p,
  .card-list__info,
  .card-list__text,
  .card-list__text p,
  .gambling__subtitle {
    font-size: 16px;
  }

  .card-list__text p {
    line-height: 2.3rem;
  }

  .about__title {
    line-height: 3.8rem;
  }

  .about__item-text {
    font-size: 14px;
    line-height: 2rem;
  }
}
