@font-face {
    font-family: Poppins;
    src: url("../betandcasino-uk-assets/betandcasino-uk-fonts/betandcasino-uk-Poppins-Regular.woff2");
    font-weight: 400;

}

@font-face {
    font-family: Poppins;
    src: url("../betandcasino-uk-assets/betandcasino-uk-fonts/betandcasino-uk-Poppins-Medium.woff2");
    font-weight: 500;
}

@font-face {
    font-family: Poppins;
    src: url("../betandcasino-uk-assets/betandcasino-uk-fonts/betandcasino-uk-Poppins-Bold.woff2");
    font-weight: 700;
}

@keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

:root {
    --font-family: "Poppins", sans-serif;
    --container-width: 1196px;
    --container-step: 20px;
    --container-step-tablet: 15px;
    --container-step-mobile: 12px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
}

body{
    margin: 0px;
    background: url(../betandcasino-uk-assets/betandcasino-uk-img/betandcasino-uk-main-bg.webp);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.betandcasino-uk-container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--container-step);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
  }
  
  @media (max-width:991px) {
    .betandcasino-uk-container {
      padding: 0 var(--container-step-tablet)
    }
  }
  
  @media (max-width:600px) {
    .betandcasino-uk-container {
      padding: 0 var(--container-step-mobile)
    }
  }

h1{
    margin-top: 11px;
    margin-bottom: 2px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

@media (max-width: 1440px) {
    h1{
        font-size: calc(16px + (40 - 16) * ((100vw - 360px) / (1440 - 360)));
    }
}

h3{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #f4c76c;
    margin: 0px;
    margin-bottom: 10px;
}

p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    margin: 0px;
    color: #fff;
}

a{
    text-decoration: none;
}

li{
    list-style: none;
}

.betandcasino-uk-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

.betandcasino-uk-hero{
    padding-top: 20px;
    padding-bottom: 30px;
}

.betandcasino-uk-hero a{
    width: 100%;
    max-width: 827px;
}

.betandcasino-uk-hero img{
    position: absolute;
    z-index: 1;
    width: 20.436%;
    animation: spin 6s linear infinite;
    transform-origin: center center;
}

.betandcasino-uk-hero-content{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 827px;
}


.betandcasino-uk-hero .betandcasino-uk-text-content{
    aspect-ratio: 827/152;
    max-width: 827px;
    width: 100%;
    background: url("../betandcasino-uk-assets/betandcasino-uk-img/betandcasino-uk-image.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 9.553%;
    z-index: 2;
}

.betandcasino-uk-hero .betandcasino-uk-text-content p{
    font-size: 16px;
}

@media (max-width: 1440px) {
    .betandcasino-uk-hero .betandcasino-uk-text-content p{
        font-size: calc(7px + (16 - 7) * ((100vw - 360px) / (1440 - 360)));
    }
}

.betandcasino-uk-wrapper{
    max-width: 100%;
}

.betandcasino-uk-banner{
    background: #003318;
    color: white;
}

.betandcasino-uk-ticker {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
}

.betandcasino-uk-ticker ul {
    display: flex;
    max-width: 100%;
    animation: ticker 20s linear infinite;
    width: fit-content;
    margin: 6px;
}

.betandcasino-uk-ticker ul li {
    padding: 0 6em;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

@media (hover: hover) {
    .betandcasino-uk-ticker ul:hover {
        animation-play-state: paused;
    }
}

@media (max-width: 820px) {
    .betandcasino-uk-ticker ul li {
        gap: 8px;
    }
}

@media (max-width: 600px) {
    .betandcasino-uk-ticker ul li {
        padding: 0 3em;
    }
}

@media (max-width: 500px) {
    .betandcasino-uk-ticker ul li {
        padding: 0 2em;
        font-size: 8px;
    }
}

@media (max-width: 400px) {
    .betandcasino-uk-ticker ul li {
        padding: 0 1em;
    }
}

.betandcasino-uk-ticker ul li::before {
    content: "";
    width: clamp(0.75rem, 0.4903846154rem + 1.1538461538vw, 1.5rem);
    aspect-ratio: 1/1;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.betandcasino-uk-ticker ul li:nth-child(4n+1)::before {
    background-image: url("../betandcasino-uk-assets/betandcasino-uk-img/betandcasino-uk-check-mark.webp");
}

.betandcasino-uk-ticker ul li:nth-child(4n+2)::before {
    background-image: url("../betandcasino-uk-assets/betandcasino-uk-img/betandcasino-uk-check-mark.webp");
}

.betandcasino-uk-ticker ul li:nth-child(4n+3)::before {
    background-image: url("../betandcasino-uk-assets/betandcasino-uk-img/betandcasino-uk-check-mark.webp");
}

.betandcasino-uk-ticker ul li:nth-child(4n+4)::before {
    background-image: url("../betandcasino-uk-assets/betandcasino-uk-img/betandcasino-uk-check-mark.webp");
}

@keyframes ticker {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.betandcasino-uk-brand_cards{
    padding: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.betandcasino-uk-brand_card{
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.25);
    background: rgba(26, 26, 26, 0.8);
    border: 1px solid #1a1919;
    border-radius: 5px;
    overflow: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
}

.betandcasino-uk-Rating a{
    max-width: 310px;
    width: 100%;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    color: #f4c76c;
}

.betandcasino-uk-stars{
    display: flex;
    align-items: normal;
    gap: 10px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.betandcasino-uk-advantages_list {
    padding: 0px;
    margin: 0px;
    max-width: 180px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.betandcasino-uk-advantages_list li{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    list-style: none;
    display: flex;
}

.betandcasino-uk-advantages_list li::before{
    content: '';
    aspect-ratio: 1/1;
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("../betandcasino-uk-assets/betandcasino-uk-img/betandcasino-uk-check-mark.webp");
    display: block;
    margin-right: 5px;
    background-size: cover;
}

.betandcasino-uk-ClaimBonus{
    max-width: 220px;
    width: 100%;
}

.betandcasino-uk-ClaimBonus .betandcasino-uk-ClaimBonusButton{
    position: relative;
    display: flex;
    width: 100%;
    padding: 14px 0px;
    justify-content: center;
    box-shadow: 0 0 10px 0 #01d464;
    background: #01d464;
    border-radius: 20px;
    margin-bottom: 10px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #1a1a1a;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.betandcasino-uk-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(400px) rotate(45deg);
    }
}
  
.betandcasino-uk-BankLogos{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.betandcasino-uk-brand_logotype{
    max-width: 300px;
    width: 100%;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    background-color: black;
    align-items: center;
    padding-bottom: 28px;
}

.betandcasino-uk-brand_logotype .betandcasino-uk-head{
    width: 100%;
    background: linear-gradient(90deg, #01d464 0%, rgba(1, 212, 100, 0) 100%);
    margin-bottom: 13px;
    padding: 5px 0px;
    padding-left: 20px;
    box-sizing: border-box;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 10px;
    line-height: 130%;
    color: #1a1a1a;
}

.betandcasino-uk-brand_logotype a{
    height: 92px;
    max-height: 92px;
}

.betandcasino-uk-brand_logotype a img{
    width: 100%;
    height: 100%;
    display: block;
}

.betandcasino-uk-casino-logo{
    aspect-ratio: 200 / 92;
    height: auto;
}

.betandcasino-uk-WhyChooseUs{
    padding: 40px 0px;
}

.betandcasino-uk-advantageBlock{
    background: rgba(26, 26, 26, 0.8);
    padding: 10px;
    box-sizing: border-box;
}

.betandcasino-uk-advantageBlock .betandcasino-uk-text-content{
    display: flex;
    justify-content: space-around;
}

.betandcasino-uk-advantages{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0px;
    padding: 0px;
}


footer{
    background-color: black;
    padding: 30px 0px;
}

.betandcasino-uk-compliance-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.betandcasino-uk-compliance-section .betandcasino-uk-text-content{
    max-width: 583px;
    width: 100%;
}

footer .betandcasino-uk-container{
    gap: 30px;
}

footer .betandcasino-uk-logos{
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    padding: 0px;
    align-items: center;
    margin: 0px;
}

.betandcasino-uk-footer-bottom{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.betandcasino-uk-footer-bottom .betandcasino-uk-text-content{
    display: flex;
    justify-content: space-between;
    max-width: 714px;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px;
}

.betandcasino-uk-mobile{
    display: none;
}

nav{
    max-width: 714px;
    width: 100%;
}



@media screen and (max-width: 1050px) {
    .betandcasino-uk-brand_cards{
        display: none;
    }

    .betandcasino-uk-brand_card{
        max-width: 606px;
        width: 100%;
        margin: auto;
        box-sizing: border-box;
        padding: 0px;
        gap: 8px;
        padding-right: 8px;
    }

    .betandcasino-uk-mobile{
        display: flex;
    }

    .betandcasino-uk-brand_logotype {
        padding-bottom: 6.5px;
        /* max-width: 170px; */
    }

    .betandcasino-uk-brand_logotype a{
        height: 50px;
        max-height: 50px;
    }

    .betandcasino-uk-brand_logotype img{
        max-width: 110px;
    }

    .betandcasino-uk-stars{
        flex-direction: column;
        align-items: center;
        margin-top: 15px;
        gap: 5px;
        font-size: 16px;
    }

    .betandcasino-uk-ClaimBonus{
        max-width: unset;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .betandcasino-uk-ClaimBonus a{
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 12px;
        color: #f4c76c;
        text-align: center;
        margin-bottom: 20px;
    }

    .betandcasino-uk-ClaimBonus .betandcasino-uk-ClaimBonusButton{
        font-size: 14px;
        padding: 8px 0px;
    }
}

@media screen and (max-width: 400px){

    .betandcasino-uk-ClaimBonus{
        max-width: 220px;
    }

    h3{
        font-size: 14px;
    }

    p{
        font-size: 12px;
    }
    .betandcasino-uk-container{
        max-width: 336px;
    }

    .betandcasino-uk-ticker ul{
        font-size: 8px;
    }

    .betandcasino-uk-ClaimBonus{
        max-width: 150px;
    }

    .betandcasino-uk-WhyChooseUs {
        padding: 20px 0px;
    }

    .betandcasino-uk-footer-bottom .betandcasino-uk-text-content{
        flex-direction: column;
    }

    .betandcasino-uk-footer-bottom{
        flex-direction: column;
        align-items: center;
    }
}

.betandcasino-uk-terms{
    color: white;
    padding: 40px 0px;
}

.betandcasino-uk-terms ul li{
    list-style: outside;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    margin: 0px;
    color: #fff;
}

.betandcasino-uk-terms h1{
    font-size: 30px;
    color: #f4c76c;
}

.betandcasino-uk-terms h2{
    font-size: 20px;
    color: #f4c76c;
    font-family: var(--font-family);
}

.betandcasino-uk-terms h3{
    font-size: 14px;
    color: #f4c76c;
}

.age_acceptible{
    height: 48px;
}