@font-face {
  font-family: Merriweather;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Merriweather-Regular.woff2) format('woff2');
}

@font-face {
  font-family: Merriweather;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Merriweather-Medium.woff2) format('woff2');
}

@font-face {
  font-family: Merriweather;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Merriweather-SemiBold.woff2) format('woff2');
}

@font-face {
  font-family: Merriweather;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Merriweather-Bold.woff2) format('woff2');
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Raleway-Regular.woff2) format('woff2');
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Raleway-Medium.woff2) format('woff2');
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Raleway-SemiBold.woff2) format('woff2');
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Raleway-Bold.woff2) format('woff2');
}

:root {
  --font-main: 'Merriweather', sans-serif;
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-tablet: 18px;
  --container-step-mobile: 16px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
}

body {
  font-family: var(--font-main);
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
}

@media (max-width: 991px) {
  .container {
    padding: 0 var(--container-step-tablet);
  }
}

@media (max-width: 600px) {
  .container {
    padding: 0 var(--container-step-mobile);
  }
}

/* start terms */

.meilleurcasinotop5-terms {
  background: linear-gradient(180deg, #05239d 24.03%, #0a0a0a 100%);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.meilleurcasinotop5-terms.home {
  background: transparent;
}

.meilleurcasinotop5-terms > .container {
  display: flex;
}

.meilleurcasinotop5-terms > .container > .image-container {
  width: 550px;
}

.meilleurcasinotop5-terms > .container > .image-container > .bg {
  background-image: url(../images/background/terms-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 650px;
  height: 529px;
  position: absolute;
  top: 40px;
  right: 0;
}

.meilleurcasinotop5-terms > .container > .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 690px;
  width: 100%;
  position: relative;
  z-index: 10;
}

.meilleurcasinotop5-terms > .container > .content > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.meilleurcasinotop5-terms > .container > .content h1,
.meilleurcasinotop5-terms > .container > .content h2 {
  color: #ef3030;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.meilleurcasinotop5-terms > .container > .content ul li,
.meilleurcasinotop5-terms > .container > .content p {
  color: #fcfcfc;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 750px) {
  .meilleurcasinotop5-terms.home > .container {
    flex-direction: column;
  }
  .meilleurcasinotop5-terms {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .meilleurcasinotop5-terms > .container > .image-container {
    display: none;
  }

  .meilleurcasinotop5-terms > .container > .content {
    max-width: 100%;
    gap: 10px;
  }

  .meilleurcasinotop5-terms > .container > .content h1,
  .meilleurcasinotop5-terms > .container > .content h2 {
    font-size: 14px;
  }

  .meilleurcasinotop5-terms > .container > .image-container.home {
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  .meilleurcasinotop5-terms > .container > .image-container.home > .bg {
    position: static;
    width: 100%;
    background-size: contain;
    height: 220px;
  }
}

/* end terms */

/* start header */

.meilleurcasinotop5-header {
  background: linear-gradient(180deg, #05239d 0%, #0a0a0a 100%);
  display: flex;
  justify-content: center;
}

.meilleurcasinotop5-header > .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-align: center;
  font-family: Raleway;
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
  text-transform: uppercase;
}

.meilleurcasinotop5-header > .logo > img {
  width: 24px;
  height: 24px;
}

@media (max-width: 750px) {
  .meilleurcasinotop5-header > .logo {
    font-size: 14px;
  }
}
/* end header */

/* start footer */

.meilleurcasinotop5-footer {
  background: #fcfcfc;
  backdrop-filter: blur(15px);
  padding-top: 40px;
  padding-bottom: 40px;
}

.meilleurcasinotop5-footer > .container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.meilleurcasinotop5-footer > .container > .partners {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
  flex-wrap: wrap;
}

.meilleurcasinotop5-footer > .container > .partners > li.mob {
  display: none;
  color: #ef3030;
  font-size: 30px;
  font-weight: 700;
}

.meilleurcasinotop5-footer > .container > .desc {
  color: #122d2a;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.meilleurcasinotop5-footer > .container > .desc > span {
  display: none;
}

.meilleurcasinotop5-footer > .container > .content {
  grid-gap: 20px 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.meilleurcasinotop5-footer > .container > .content > div > .title {
  color: #ef3030;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 10px;
}

.meilleurcasinotop5-footer > .container > .content > div > .desc {
  color: #122d2a;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.meilleurcasinotop5-footer > .container > .contacts > .title {
  color: #ef3030;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 10px;
}

.meilleurcasinotop5-footer > .container > .contacts > ul > li {
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.meilleurcasinotop5-footer > .container > .contacts > ul > li > a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.meilleurcasinotop5-footer > .container > .nav > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.meilleurcasinotop5-footer > .container > .nav > ul > li.eighteen {
  color: #ef3030;
  font-size: 60px;
  font-weight: 400;
  line-height: 130%;
}

.meilleurcasinotop5-footer > .container > .nav > ul > li > a {
  color: #122d2a;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

@media (max-width: 850px) {
  .meilleurcasinotop5-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .meilleurcasinotop5-footer > .container {
    gap: 20px;
  }

  .meilleurcasinotop5-footer > .container > .partners {
    justify-content: flex-start;
  }

  .meilleurcasinotop5-footer > .container > .partners > li:nth-child(1) {
    order: 1;
  }
  .meilleurcasinotop5-footer > .container > .partners > li:nth-child(2) {
    order: 2;
  }
  .meilleurcasinotop5-footer > .container > .partners > li:nth-child(3) {
    order: 3;
  }
  .meilleurcasinotop5-footer > .container > .partners > li:nth-child(4) {
    order: 6;
  }
  .meilleurcasinotop5-footer
    > .container
    > .partners
    > li:nth-child(4)
    > a
    > img {
    width: 47.498px;
    height: 40px;
  }
  .meilleurcasinotop5-footer > .container > .partners > li:nth-child(5) {
    order: 7;
  }
  .meilleurcasinotop5-footer > .container > .partners > li:nth-child(6) {
    order: 8;
  }
  .meilleurcasinotop5-footer > .container > .partners > li:nth-child(7) {
    order: 4;
  }
  .meilleurcasinotop5-footer > .container > .partners > li:nth-child(8) {
    order: 5;
  }
  .meilleurcasinotop5-footer > .container > .partners > li:nth-child(9) {
    order: 9;
  }

  .meilleurcasinotop5-footer > .container > .partners > li.mob {
    display: block;
  }

  .meilleurcasinotop5-footer > .container > .desc {
    font-size: 14px;
    color: #0a0a0a;
  }

  .meilleurcasinotop5-footer > .container > .desc > span {
    display: block;
  }

  .meilleurcasinotop5-footer > .container > .content {
    grid-template-columns: 1fr;
  }

  .meilleurcasinotop5-footer > .container > .content > div > .title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .meilleurcasinotop5-footer > .container > .content > div > .desc {
    color: #0a0a0a;
  }

  .meilleurcasinotop5-footer > .container > .contacts {
    display: none;
  }

  .meilleurcasinotop5-footer > .container > .nav > ul {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .meilleurcasinotop5-footer > .container > .nav > ul > li.eighteen {
    display: none;
  }

  .meilleurcasinotop5-footer > .container > .nav > ul > li > a {
    color: #0a0a0a;
    font-size: 14px;
  }
}
/* end footer */

/* start hero */

.meilleurcasinotop5-hero {
  height: 720px;
  background-image: url(../images/background/hero-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.meilleurcasinotop5-hero > .container > .content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.meilleurcasinotop5-hero > .container > .content > .flag {
  background-image: url(../images/svg/flag.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin: 0 auto 30px;
}

.meilleurcasinotop5-hero > .container > .content > .title {
  color: #fcfcfc;
  font-family: Raleway;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.meilleurcasinotop5-hero > .container > .content > .desc {
  color: #fcfcfc;
  font-family: Raleway;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  max-width: 923px;
  width: 100%;
}

.meilleurcasinotop5-hero > .container > .content > .list {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 42px;
}

.meilleurcasinotop5-hero > .container > .content > .list > li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.meilleurcasinotop5-hero
  > .container
  > .content
  > .list
  > li
  > span:first-child {
  width: 24px;
  height: 24px;
  background-image: url(../images/svg/star.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.meilleurcasinotop5-hero
  > .container
  > .content
  > .list
  > li
  > span:last-child {
  color: #fcfcfc;
  text-align: center;
  font-family: Raleway;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 750px) {
  .meilleurcasinotop5-hero {
    height: 188px;
    background-position: center;
    background-image: url(../images/background/mob-hero-bg.webp);
  }

  .meilleurcasinotop5-hero > .container > .content {
    padding-top: 10px;
  }

  .meilleurcasinotop5-hero > .container > .content > .flag {
    display: none;
  }

  .meilleurcasinotop5-hero > .container > .content > .title {
    text-align: center;
    font-size: 14px;
    text-transform: lowercase;
    margin-bottom: 10px;
  }

  .meilleurcasinotop5-hero > .container > .content > .desc {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .meilleurcasinotop5-hero > .container > .content > .list {
    margin-bottom: 0;
    justify-content: space-between;
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
    gap: 0;
  }

  .meilleurcasinotop5-hero
    > .container
    > .content
    > .list
    > li
    > span:first-child {
    width: 16px;
    height: 16px;
  }

  .meilleurcasinotop5-hero
    > .container
    > .content
    > .list
    > li
    > span:last-child {
    font-size: 12px;
    font-weight: 600;
  }
}

@media (max-width: 600px) {
  .meilleurcasinotop5-hero {
    background-position: top;
  }
}
/* end hero */

/* start popup */

.popup {
  position: fixed;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  max-width: 500px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 4px 4px 4.2px 4px #75b1d2;
  backdrop-filter: blur(7.5px);
  background: #8080cc;
  padding: 20px;
  z-index: 1000;
}

.popup.disabled {
  display: none;
}

.popup.popup-cookie {
  right: 0;
  bottom: 0;
  transform: translate(0, 0);
}

.popup > .title {
  color: #fff;
  text-align: center;
  font-family: Raleway;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.popup > .desc {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}

.popup .btn-container {
  display: flex;
  gap: 10px;
}

.popup .btn--primary {
  border-radius: 6px;
  background: linear-gradient(270deg, #05239d 0%, #0a0a0a 100%);
  color: #fcfcfc;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 29px;
  display: block;
}

.popup > .btn-container .btn--secondary.mob {
  display: none;
}

.popup .btn--secondary {
  border-radius: 6px;
  background: #fcfcfc;
  color: #063055;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  padding: 10px;
  display: block;
  text-align: center;
}

@media (max-width: 750px) {
  .popup {
    max-width: 360px;
  }

  .popup > .title {
    font-size: 16px;
  }

  .popup.popup-cookie > .title {
    font-size: 24px;
  }

  .popup > .desc {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .popup > .btn-container > .btn--secondary {
    display: none;
  }

  .popup > .btn-container > .btn--secondary.mob {
    display: block;
  }
}
/* end popup */

/* start cards */

.meilleurcasinotop5-cards {
  margin-top: -273px;
}

.meilleurcasinotop5-cards > .container > .date {
  color: #fcfcfc;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}
.meilleurcasinotop5-cards > .container > .mob-date {
  display: none;
}

.meilleurcasinotop5-cards > .container > .cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.meilleurcasinotop5-cards > .container > .cards > .card {
  border-radius: 10px;
  background: rgba(252, 252, 252, 0.34);
  box-shadow: 4px 4px 4.2px 4px #00a5ff;
  backdrop-filter: blur(7.5px);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 170px;
  min-height: 226px;
}

.meilleurcasinotop5-cards > .container > .cards > .card > .logo {
  margin: 43px 25px;
  width: 435.35px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.meilleurcasinotop5-cards > .container > .cards > .card > .logo > a {
  display: block;
}

.meilleurcasinotop5-cards > .container > .cards > .card > .logo > a,
.meilleurcasinotop5-cards
  > .container
  > .date
  > .cards
  > .card
  > .logo
  > a
  > img {
  width: 100%;
}

.meilleurcasinotop5-cards > .container > .cards > .card > .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.meilleurcasinotop5-cards > .container > .cards > .card > .right > .left {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
}

.meilleurcasinotop5-cards
  > .container
  > .cards
  > .card
  > .right
  > .left
  > .rating {
  display: flex;
  align-items: center;
}

.meilleurcasinotop5-cards
  > .container
  > .cards
  > .card
  > .right
  > .left
  > .name {
  color: #fcfcfc;
  font-family: Raleway;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.meilleurcasinotop5-cards
  > .container
  > .cards
  > .card
  > .right
  > .left
  > .rating
  > p {
  margin-right: 10px;
  color: #fcfcfc;
  font-size: 12px;
  font-weight: 400;
}

.meilleurcasinotop5-cards
  > .container
  > .cards
  > .card
  > .right
  > .left
  > .rating
  > .num {
  color: #fcfcfc;
  font-family: Raleway;
  font-size: 24px;
  font-weight: 700;
  margin-right: 5px;
}

.meilleurcasinotop5-cards
  > .container
  > .cards
  > .card
  > .right
  > .left
  > .rating
  > .stars {
  width: 134px;
  height: 26.9px;
}

.meilleurcasinotop5-cards
  > .container
  > .cards
  > .card
  > .right
  > .left
  > .bonus {
  color: #fcfcfc;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.meilleurcasinotop5-cards > .container > .cards > .card > .right > .right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.meilleurcasinotop5-cards > .container > .cards > .card > .right > .right > a {
  padding: 10px 26.5px;
  border-radius: 6px;
  background: linear-gradient(270deg, #05239d 0%, #0a0a0a 100%);
  color: #fcfcfc;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.meilleurcasinotop5-cards
  > .container
  > .cards
  > .card
  > .right
  > .right
  > a
  > .glare {
  opacity: 0.8;
  position: absolute;
  top: -100px;
  left: -100px;
  display: block;
  background: #fff;
  width: 40px;
  height: 300px;
  transition: all 0.1s;
  transform: rotate(45deg);
  animation-delay: 0.05s;
  animation-timing-function: ease-in-out;
  animation-name: slide;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@keyframes slide {
  0% {
    transform: translateX(0) rotate(45deg);
  }

  30%,
  100% {
    transform: translateX(350px) rotate(45deg);
  }
}

.meilleurcasinotop5-cards
  > .container
  > .cards
  > .card
  > .right
  > .right
  > .pay {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

@media (max-width: 1250px) {
  .meilleurcasinotop5-cards > .container > .cards > .card {
    gap: 0;
    justify-content: space-between;
  }

  .meilleurcasinotop5-cards > .container > .cards > .card > .logo {
    width: 250.35px;
  }

  .meilleurcasinotop5-cards > .container > .cards > .card > .right {
    width: calc(100% - 370px);
  }
}

@media (max-width: 991px) {
  .meilleurcasinotop5-cards > .container > .cards > .card > .right {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .meilleurcasinotop5-cards {
    margin-top: -40px;
  }

  .meilleurcasinotop5-cards > .container > .date {
    display: none;
  }

  .meilleurcasinotop5-cards > .container > .mob-date {
    display: block;
    color: #fcfcfc;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    margin: 0 auto 4px;
    max-width: 340px;
  }

  .meilleurcasinotop5-cards > .container > .cards {
    gap: 10px;
  }

  .meilleurcasinotop5-cards > .container > .cards > .card {
    min-height: 162px;
    padding: 10px;
    gap: 20px;
    justify-content: space-between;
    max-width: 340px;
    width: 100%;
    margin: auto;
  }

  .meilleurcasinotop5-cards > .container > .cards > .card > .logo {
    margin: 10px;
    width: 120px;
    height: 60px;
  }

  .meilleurcasinotop5-cards > .container > .cards > .card > .right {
    flex-direction: column;
    gap: 4px;
    width: fit-content;
  }

  .meilleurcasinotop5-cards > .container > .cards > .card > .right > .left {
    align-items: center;
    gap: 4px;
  }

  .meilleurcasinotop5-cards
    > .container
    > .cards
    > .card
    > .right
    > .left
    > .name {
    font-size: 14px;
  }

  .meilleurcasinotop5-cards
    > .container
    > .cards
    > .card
    > .right
    > .left
    > .rating
    > p {
    display: none;
  }

  .meilleurcasinotop5-cards
    > .container
    > .cards
    > .card
    > .right
    > .left
    > .rating
    > .num {
    font-size: 14px;
    margin-right: 4px;
  }

  .meilleurcasinotop5-cards
    > .container
    > .cards
    > .card
    > .right
    > .left
    > .rating
    > img {
    height: 16px;
  }

  .meilleurcasinotop5-cards
    > .container
    > .cards
    > .card
    > .right
    > .left
    > .bonus {
    text-align: center;
    font-size: 12px;
  }

  .meilleurcasinotop5-cards
    > .container
    > .cards
    > .card
    > .right
    > .right
    > a {
    font-size: 14px;
    padding: 10px 15px;
  }
}
/* end cards */

main.home {
  background: linear-gradient(180deg, #05239d 24.03%, #0a0a0a 100%);
}

.w-100 {
  width: 100%;
}
