@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Montserrat", sans-serif;
}

body {
    color: white;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}

.top {
    background: rgba(5,13,33,0.35);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    padding-top: 20px !important;
    padding:20px;
    text-align: center;
    border-bottom: 1px solid #2e3c56;
    position: sticky;
    top: 0;
    z-index: 99;
}

h1 {
    color: white;
    font-size: 30pt;
    font-family: "Cal Sans", sans-serif;
}

h2, h3 {
    font-family: "Cal Sans", sans-serif;
}

header p {
    text-align: center;
    margin: 20px 0;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    font-size: 11pt;
}


header .iconsList {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

header .item  {
    font-size: 10pt;
    display: flex;
    gap: 5px;
    color: rgba(255, 255, 255, 0.99);
}

header .item img {
    width: 20px;
}


.brands {
    margin-top: 50px;
    margin-bottom: 60px;
}

.places{
    position: absolute;
    display: flex;
    justify-content: start;
    gap: 2px;
    align-self: flex-start;
}

.place {
    display: block;
    position: absolute;
    left: -30px;
    top: -25px;
    font-size: 10pt;
    color: black;
    padding: 2px 10px;
    font-weight: 800;
    border-radius: 10px;
    background: #FF9359;
    background: linear-gradient(0deg, rgba(255, 147, 89, 1) 0%, rgba(255, 212, 143, 1) 100%);
}

.tag {
    display: block;
    position: relative;
    top: -25px;
    font-size: 10pt;
    color: black;
    padding: 2px 10px;
    font-weight: 500;
    border-radius: 10px;
    text-transform: capitalize !important;
    background: #FF9359;
    background: linear-gradient(0deg, rgba(255, 147, 89, 1) 0%, rgba(255, 212, 143, 1) 100%);
}

.brandItem {
    display: flex;
    justify-content:space-between;
    padding: 16px;
    border: 1px solid #273248;
    padding: 16px;
    border-radius: 10px;
    background: rgba(5,13,33,0.6);
    margin-bottom: 30px;
    align-items: center;
}

.brandItem:hover {
    border: 1px solid #485878;
}

.brands .brandItem .brandImage{
    display: block;
    padding: 10px;
    object-fit: cover;
    width: 20%;
}

.brands .brandItem .brandImage img{
    max-width: 200px;
    max-height: 80px;
    width: 100%;
    object-fit: contain;
}

.brands .brandItem .bonuses{
    text-align: center;
    width: 30%;
}

.brands .brandItem .bonuses h2{
    font-size: 20pt;
    font-family: "Cal Sans", sans-serif;
}

.brands .brandItem .bonuses span{
    font-size: 12pt;
    font-weight: 200;
    font-family: "Cal Sans", sans-serif;
}

.bonuses {
    text-align: center;
}

.bonuses p {
    margin-bottom: 0;
}

.brands .brandItem .rating {
    max-width: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Cal Sans", sans-serif;
    width: 15%;
}

.brands .brandItem .rating img{
    width: 80px;
    margin-bottom: 10px;
}

.brands .brandItem .rating p{
    font-size: 9pt;
}

.brands .brandItem .paymentsMethods {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
    max-width: 100px;
    height: max-content;
    width: 10%;
}

.brands .brandItem .paymentsMethods img{
    width: 30px;
}

.desktop{
    display: block;
}

.mobile{
    display: none;
}

.claimButton {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    width: 20%;
}

 .claimButton .btn-redirect{
    display: block;
    font-family: "Cal Sans", sans-serif;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 10px;
    background: #FF9359;
    margin-right: 20px;
    background: linear-gradient(0deg, rgba(255, 147, 89, 1) 0%, rgba(255, 212, 143, 1) 100%);
    text-decoration: none;
    color: #000;
    text-align: center;
    min-width: 10rem;
}

.btn-redirect {
    font-size: 1.2rem;
    background-color: #FF9359;
    background: linear-gradient(0deg, rgba(255, 147, 89, 1) 0%, rgba(255, 212, 143, 1) 100%);
    padding: .8em 1.4em;
    position: relative;
    border: none;
    outline: none;
    border-radius: 0.66em;
    font-family: "Cal Sans", sans-serif;
    font-weight: 700;
    height: fit-content;
    text-decoration: none;
    text-transform: capitalize;
  }

  .btn-redirect:active {
    transform: scale(0.96);
  }

  /*.btn-redirect:before,*/
  /*.btn-redirect:after {*/
  /*  position: absolute;*/
  /*  content: "";*/
  /*  width: 150%;*/
  /*  left: 50%;*/
  /*  height: 100%;*/
  /*  transform: translateX(-50%);*/
  /*  z-index: -1000;*/
  /*  background-repeat: no-repeat;*/
  /*}*/

  .btn-redirect:hover:before {
    top: -70%;
    background-image: radial-gradient(circle, #FF9359 20%, transparent 20%),
      radial-gradient(circle, transparent 20%, #FF9359 20%, transparent 30%),
      radial-gradient(circle, #FF9359 20%, transparent 20%),
      radial-gradient(circle, #FF9359 20%, transparent 20%),
      radial-gradient(circle, transparent 10%, #FF9359 15%, transparent 20%),
      radial-gradient(circle, #FF9359 20%, transparent 20%),
      radial-gradient(circle, #FF9359 20%, transparent 20%),
      radial-gradient(circle, #FF9359 20%, transparent 20%),
      radial-gradient(circle, #FF9359 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
      10% 10%, 18% 18%;
    background-position: 50% 120%;
    animation: greentopBubbles 0.6s ease;
  }

  .btn-redirect:hover::after {
    bottom: -70%;
    background-image: radial-gradient(circle, #FF9359 20%, transparent 20%),
      radial-gradient(circle, #FF9359 20%, transparent 20%),
      radial-gradient(circle, transparent 10%, #FF9359 15%, transparent 20%),
      radial-gradient(circle, #FF9359 20%, transparent 20%),
      radial-gradient(circle, #FF9359 20%, transparent 20%),
      radial-gradient(circle, #FF9359 20%, transparent 20%),
      radial-gradient(circle, #FF9359 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
    background-position: 50% 0%;
    animation: greenbottomBubbles 0.6s ease;
  }

  .faqBox {
    margin-bottom: 90px;
  }

  .fqa {
    text-align: center;
  }

  .fqaBox {
    background: rgba(5,13,33,0.35);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    padding:20px;
    border-radius: 10px;
    text-align: left;
    border: 1px solid #3e4a62;
    margin: 20px 0;
  }

  .playSafe {
    text-align: center;
    margin-bottom: 20px;
  }

  .safeBrands {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 80px;
  }

  @keyframes greentopBubbles {
    0% {
      background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
        40% 90%, 55% 90%, 70% 90%;
    }

    50% {
      background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
        50% 50%, 65% 20%, 90% 30%;
    }

    100% {
      background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
        50% 40%, 65% 10%, 90% 20%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }

  /*.btn-redirect:hover::after {*/
  /*  bottom: -70%;*/
  /*  background-image: radial-gradient(circle, #FF9359 20%, transparent 20%),*/
  /*    radial-gradient(circle, #FF9359 20%, transparent 20%),*/
  /*    radial-gradient(circle, transparent 10%, #FF9359 15%, transparent 20%),*/
  /*    radial-gradient(circle, #FF9359 20%, transparent 20%),*/
  /*    radial-gradient(circle, #FF9359 20%, transparent 20%),*/
  /*    radial-gradient(circle, #FF9359 20%, transparent 20%),*/
  /*    radial-gradient(circle, #FF9359 20%, transparent 20%);*/
  /*  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;*/
  /*  background-position: 50% 0%;*/
  /*  animation: greenbottomBubbles 0.6s ease;*/
  /*}*/

  @keyframes greenbottomBubbles {
    0% {
      background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
        70% -10%, 70% 0%;
    }

    50% {
      background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
        105% 0%;
    }

    100% {
      background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
        110% 10%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }

  .coprights {
    text-align: center;
    background: rgba(5,13,33,0.6);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    padding:30px;
    text-align: center;
    border-top: 1px solid #2e3c56;
  }


@media screen and (max-width: 768px) {
    .desktop{
        display: none;
    }

    .mobile{
        display: block;
    }
    .top {
        padding: 0 2px;
    }

    .top h1{
        margin-bottom: 0;
    }

    h1 {
        font-size: 14pt;
    }

    header p {
        display: none;
    }

    header .iconsList {
        padding: 0;
        display: flex;
        justify-content: space-between;
        gap: 5px;
        align-items: center;
        background: rgba(5,13,33,0.35);
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        border-top: none;
        border-bottom: none;
    }

    .brands{
        margin-top: 30px;
    }

    header .item  {
        font-size: 0.6em;
        padding: 10px;
        display: block;
    }

    header .item img {
        width: 16px;
        margin-right: 5px;
    }

    .brandItemMobile {
        background: linear-gradient(to top, rgba(255, 147, 89, 1), rgba(255, 212, 143, 1));
        padding: 2px;
        position: relative;
        border-radius: 10px;
    }

    .brandItemMobile .box {
        background: #0b172e;
        border-radius: 10px;
        padding: 0px;
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .brandItemMobile .place  {
        display: block;
        position: absolute;
        left: -10px;
        top: -10px;
        font-size: 9pt;
        color: black;
        padding: 2px 10px;
        font-weight: 800;
        border-radius: 10px;
        background: #FF9359;
        background: linear-gradient(0deg, rgba(255, 147, 89, 1) 0%, rgba(255, 212, 143, 1) 100%);
    }

    .brandItemMobile .tag  {
        display: block;
        position: relative;
        left: 20px;
        top: -10px;
        font-size: 9pt;
        color: black;
        padding: 2px 10px;
        font-weight: 500;
        border-radius: 10px;
        text-transform: capitalize !important;
        background: #FF9359;
        background: linear-gradient(0deg, rgba(255, 147, 89, 1) 0%, rgba(255, 212, 143, 1) 100%);
    }


    .brandItemMobile .right {
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: black;
        border-right: 1.5px solid rgba(255, 147, 89, 1);
        background: linear-gradient(0deg, rgba(255, 147, 89, 0.2) 0%, rgba(255, 212, 143, 0.2) 100%);
    }

    .brandItemMobile .right .brandLogo{
        margin-top: 6px;
        max-width: 180px;
        padding: 0 14px;
        height: 4rem;
        object-fit: contain;
    }

    .brandItemMobile .right .rating{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;

    }

    .brandItemMobile .right h2{
        margin-top: 15px;
        margin-left: 10px;
        font-size: 12pt;

    }

    .brandItemMobile .right .stars{
        width: 70px;
        display: block;
    }

    .brandItemMobile .paymentsMethods  {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2px;
        flex-wrap: wrap;
    }

    .brandItemMobile .paymentsMethods  img{
        max-width: 30px;
    }

    .brandItemMobile .left {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        /*gap: 1rem;*/
    }

    .brandItemMobile .bonuses{
        height: 70%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .brandItemMobile .claimBtn{
        height: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 15px;
    }

    .brandItemMobile .bonuses h2{
        font-size: 18pt;
        line-height: 1.2;
        text-align: center;
    }

    .brandItemMobile .bonuses span{
        font-size: 12pt;
        font-weight: 400;
        text-align: center;
    }

    .brandItemMobile .claimButton {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 20px;
        margin-bottom: 10px;
    }

    .brandItemMobile .claimButton .btn-redirect{
        padding: 10px 18px;
        font-weight: 700;
        font-size: 10pt;
        border-radius: 10px;
        background: #FF9359;
        background: linear-gradient(0deg, rgba(255, 147, 89, 1) 0%, rgba(255, 212, 143, 1) 100%);
    }

    .brands .mobile .box:not(:first-of-type) {
        border: none;
        background-color: transparent;
    }

    .brandItemMobile:first-of-type {
        margin-top: -30px;
    }

    .brandItemMobile:not(:first-of-type) {
        background: linear-gradient(to top, #b8b8b8ab, #b8b8b8ab);
        padding: 1px;
        position: relative;
        border-radius: 10px;
    }

    .brandItemMobile:not(:first-of-type).brandItemMobile .right {
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: black;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        background: linear-gradient(0deg, rgba(82, 82, 82, 0.207) 0%, rgba(206, 206, 206, 0.2) 100%);
    }

    .btn-redirect{
        font-size: 10pt;
    }

    .disclaimer {
        font-size: 7.4pt;
        opacity: 0.6;
        text-align: center;
        margin-bottom: 20px;
    }

    .fqaBox h3 {
        font-size: 16pt;
    }

    .fqaBox p {
        font-size: 11pt;
    }
  }

:root {
    --shimmer-hue-1: 213deg;
    --shimmer-sat-1: 95%;
    --shimmer-lit-1: 91%;
    --shimmer-hue-2: 248deg;
}

@property --mask {
    syntax: "<angle>";
    inherits: false;
    initial-value: 33deg;
}

@keyframes spin {
    0% {
        --mask: 0deg;
    }
    100% {
        --mask: 360deg;
    }
}

@keyframes text {
    0% {
        background-position: 100% center;
    }
    100% {
        background-position: -100% center;
    }
}

.shimmer {
    position: absolute;
    inset: -40px;
    border-radius: inherit;
    mix-blend-mode: color-dodge;
    mix-blend-mode: plus-lighter;
    pointer-events: none;
}

.shimmer::before,
.shimmer::after {
    transition: all 0.5s ease;
    opacity: 0;
    content: "";
    border-radius: inherit;
    position: absolute;
    inset: 40px;
}
.shimmer::before {
    box-shadow: 0 0 3px 2px hsl(var(--shimmer-hue-1) 20% 95%),
        0 0 7px 4px hsl(var(--shimmer-hue-1) 20% 80%),
        0 0 13px 8px hsl(var(--shimmer-hue-2) 40% 60%),
        0 0 22px 6px hsl(var(--shimmer-hue-2) 20% 40%);
    z-index: -1;
}
.shimmer::after {
    box-shadow: inset 0 0 0 1px hsl(var(--shimmer-hue-2) 70% 95%),
        inset 0 0 3px 1px hsl(var(--shimmer-hue-2) 100% 80%),
        inset 0 0 9px 1px hsl(var(--shimmer-hue-2) 100% 70%);
    z-index: 2;
}


.btn-redirect:focus .shimmer,
.btn-redirect:active .shimmer {
    animation-play-state: paused!important;
    mask-image: none!important;
}
.btn-redirect:hover,
.btn-redirect:hover .shimmer::before,
.btn-redirect:hover .shimmer::after {
    opacity: 1;
}


.btn-redirect .text {
    color: transparent;
    background-clip: text;
    background-color: black;
    background-image: linear-gradient(120deg, transparent, hsla(var(--shimmer-hue-1), 100%, 80%, 0.66) 40%, hsla(var(--shimmer-hue-2), 100%, 90%, .9) 50%, transparent 52%);
    background-repeat: no-repeat;
    background-size: 300% 300%;
    background-position: center 200%;
}

.btn-redirect:hover .text {
    animation: text .66s ease-in-out 1;
}

.shimmer::before,
.shimmer::after {
    opacity: 1;
}
.shimmer {
    mask-image: conic-gradient(
        from var(--mask, 0deg),
        transparent 0%,
        transparent 10%,
        black 36%,
        black 45%,
        transparent 50%,
        transparent 60%,
        black 85%,
        black 95%,
        transparent 100%
    );
    mask-size: cover;
    animation: spin 3s linear infinite both -0.5s;
}
