@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* Affiliate Program Template Styles */
.content.affiliate {
    padding-top: 64px;
    padding-bottom: 64px;
    color: #431aa2;
    background-color: #eef4ff;
    background-image: linear-gradient(to bottom, #edf4ff 71%, #8cb1f4 128%);
    overflow: hidden;
}

.lbv .content.affiliate {
    color: white;
    background-color: unset;
    background-image: unset;
}

.affiliate .slider-block {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
}

.affiliate .content-section {
    padding-top: 64px;
}

@media (max-width: 767px) {
    .affiliate .slider-block {
        width: 100% !important;
        height: 100% !important;
    }
}

@media (max-width: 767px) {
    .affiliate .content-section {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.affiliate p {
    max-width: 700px;
    margin: 0 auto;
}

/* Top Navigation Bar */
.top-nav {
    display: flex;
    position: fixed;
    z-index: 2;
    justify-content: center;
    width: 100%;
    min-width: 64rem;
    height: 4rem;
    margin: 0;
    background-color: #25056b;
}

.top-nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 79.25rem;
}

.top-nav .h5c-logo {
    width: 10.125rem;
    height: 2.625rem;
    margin-left: 4.625rem;
    background-image: url('../images/header-logo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5rem;
}

.nav-btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 4.625rem;
    width: 14.063rem;
}

.nav-btns button {
    padding: 0;
}

.nav-btns.with-menu {
    width: 16.8125rem;
}

.signup-btn,
.login-btn {
    color: white;
    height: 1.875rem;
    border-radius: 0.938rem;
    font-size: 0.75rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.33;
    font-family: 'Noto Sans', 'Roboto', sans-serif;
}

.signup-btn,
.contact-btn {
    width: 7.188rem;
    background-color: #ff7b1b;
}

.login-btn {
    width: 5.625rem;
    background-color: #ac1eff;
}

.menu-btn {
    width: 1.5rem;
    background-color: transparent;
    cursor: pointer;
}

.menu-btn img {
    width: 100%;
}

footer#main-footer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 64rem;
    height: 18.4375rem;
    margin: 0;
    background-color: #25056b;
}

.footer {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 67%;
    margin-top: 1.25rem;
}

footer .links-container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 79.2rem;
    height: 5.3125rem;
}

footer .nav-links {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 60%;
}

footer .h5c-logo {
    min-width: 12.5rem;
    width: 15.5625rem;
    height: 5.3125rem;
    background-image: url('../images/h5c-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-icons {
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
    align-items: center;
    width: 10rem;
}

.age-rating-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.9375rem;
    height: 1.9375rem;
    border-radius: 50%;
    border: solid 0.125rem rgb(255, 255, 255);
    background-color: #25056b;
    color: rgb(255, 255, 255);
    font-family: 'Noto Sans', 'Roboto', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
}

.rgf-icon {
    display: flex;
    justify-content: center;
    width: 2.1875rem;
    height: 2.1875rem;
    align-items: center;
    background-image: url('../images/rgf-logo.webp');
    background-size: contain;
    background-repeat: no-repeat;
}

.age-rating a,
.rgf-icon a {
    margin-top: 0;
}

footer a {
    text-align: center;
    color: white;
    opacity: 0.7;
    width: 6.75rem;
    height: 2.0625rem;
    margin-top: 1.125rem;
    font-family: 'Noto Sans', 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 0.0275rem;
    text-decoration: none;
}

footer .terms {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    max-width: 79.2rem;
    height: 9.1875rem;
}

footer .terms p,
footer .terms a {
    text-align: left;
    opacity: 0.7;
    font-family: 'Noto Sans', 'Robot', sans-serif;
    font-size: 0.625rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
}

footer .terms a {
    opacity: 1;
    color: white;
    text-decoration: underline;
}

/* Switch to mobile view when width is equal to or less than 1024px (64rem) */
@media (max-width: 64rem) {
    /* Top Navigation Bar */
    .top-nav {
        width: 100%;
        min-width: 23.4375rem;
    }

    .top-nav .h5c-logo {
        width: 7.25rem;
        height: 1.875rem;
        margin-left: 0.9375rem;
        margin-bottom: 0.8125rem;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 0.5rem;
    }

    .nav-btns {
        margin-right: 1rem;
        width: 11rem;
    }

    .nav-btns.with-menu {
        width: 13rem;
    }

    .signup-btn,
    .login-btn {
        font-size: 0.75rem;
        width: 5rem;
        height: 1.875rem;
    }

    footer#main-footer {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        min-width: 0;
        height: 45rem;
        margin: 0;
        background-color: #25056b;
    }

    .footer {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 86%;
        margin-top: 1.25rem;
    }

    footer .links-container {
        flex-direction: column;
        justify-content: center;
        height: 7rem;
        margin-bottom: 1.5rem;
    }

    footer .nav-links {
        flex-flow: wrap;
        width: 18rem;
    }

    footer .h5c-logo {
        width: 100%;
        height: 4.3125rem;
        background-position: center;
        margin-bottom: 3rem;
    }

    .footer-icons {
        position: absolute;
        display: flex;
        flex-flow: row;
        justify-content: space-evenly;
        align-items: center;
        top: 110%;
        width: 27rem;
        max-width: 100%;
    }

    .age-rating-icon {
        width: 5.75rem;
        height: 5.75rem;
        border-radius: 50%;
        border: solid 0.3125rem rgb(255, 255, 255);
        font-size: 2.375rem;
        margin: 0;
        padding: 0;
    }

    .rgf-icon {
        width: 6.5625rem;
        height: 6.5625rem;
        margin: 0;
        padding: 0;
    }

    footer a {
        margin-top: 0.5rem;
    }

    footer .terms {
        top: 21%;
        width: 22rem;
        max-width: 100%;
        height: 25rem;
    }

    footer .terms p,
    footer .terms a {
        text-align: center;
        font-size: 0.75rem;
    }
}

.sweeps-menu {
    grid-gap: 1rem;
    display: grid;
    grid-template-areas: 'logo resources legal connect question' '. . . casino .';
    grid-template-columns: repeat(5, 1fr);
}

@media (min-width: 48rem) {
    .sweeps-menu {
        grid-gap: 1.5rem;
    }
}

@media (max-width: 60rem) {
    .sweeps-menu {
        max-width: 22rem;
    }
}

@media (min-width: 60rem) {
    .sweeps-menu {
        height: 15rem;
    }
}

@media (min-width: 775px) {
    .sweeps-menu {
        height: auto;
    }
}

@media (min-width: 87.5625rem) {
    .sweeps-menu {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

@media (max-width: 87.5625rem) {
    .sweeps-menu {
        margin: 0 auto;
        width: 85%;
    }
}

@media (max-width: 47.9375rem) and (orientation: portrait) {
    .sweeps-menu {
        width: 100%;
    }
}

@media (max-height: 47.9375rem) and (orientation: landscape) {
    .sweeps-menu {
        min-width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 775px) {
    .sweeps-menu {
        grid-template-areas: 'logo resources legal' '. connect question';
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 87.5625rem) {
    .sweeps-menu {
        grid-template-areas: 'logo resources legal connect question' '. . . casino .';
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 48rem) {
    .sweeps-menu {
        grid-template-areas: 'logo logo logo resources' '. legal connect question' '. . casino .';
        grid-template-columns: auto 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 60rem) {
    .sweeps-menu {
        grid-template-areas: 'logo logo' 'question question' 'resources legal' 'connect casino';
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 47.9375rem) and (orientation: portrait) {
    .sweeps-menu {
        grid-template-areas: 'logo logo' 'question question' 'resources legal' 'connect casino';
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 47.9375rem) and (orientation: landscape) {
    .sweeps-menu {
        grid-template-areas: 'logo question' 'resources legal' 'connect .';
        grid-template-columns: repeat(2, 1fr);
    }
}

.sweeps-menu .contactus {
    border-radius: 20rem;
}

@media (min-width: 775px) {
    .sweeps-menu .contactus {
        width: 15rem;
    }
}

@media (min-width: 87.5625rem) {
    .sweeps-menu .contactus {
        width: 17rem;
    }
}

@media (max-width: 60rem) {
    .sweeps-menu .contactus {
        width: 22rem;
    }
}

@media (max-height: 47.9375rem) and (orientation: landscape) {
    .sweeps-menu .contactus {
        width: 15rem;
    }
}

@media (max-width: 47.9375rem) {
    .sweeps-menu .question-language {
        width: 80% !important;
    }
}

@media (min-width: 775px) {
    .sweeps-menu .question-language {
        padding-bottom: 3rem;
    }
}

@media (max-width: 60rem) {
    .sweeps-menu .logo {
        margin-left: 3rem;
    }

    .sweeps-menu .resources,
    .sweeps-menu .sweeps-social-connect {
        padding-left: 1rem;
    }
}

/* Hero Block */

.main-slider {
    line-height: 0;
    position: relative;
    padding: 0;
    overflow: hidden;
}

@media all and (max-width: 767px) {
    .main-slider {
        z-index: 0;
    }
}

.main-slider__slides .swiper-slide {
    position: relative;
    height: 439px !important;
}

.hero-video {
    position: relative;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}

@media all and (max-width: 767px) {
    .main-slider__slides .swiper-slide {
        height: 100% !important;
        max-height: 370px !important;
        overflow: hidden;
    }
}

.main-slider__slides .swiper-slide img {
    height: 100%;
    width: 100%;
    max-width: 100% !important;
}

.desktop-image {
    object-fit: cover;
}

.mobile-secondary-banner {
    width: 100%;
    height: 100%;
}

.desktop-secondary-banner {
    width: 100%;
}

/* @media all and (max-width: 1600px) {
  .main-slider__slides .swiper-slide img {
    right: -420px;
  }
} */

@media all and (max-width: 767px) {
    .main-slider__slides .swiper-slide img {
        width: 100%;
        height: auto;
        position: initial;
    }
}

.main-slider__slides .swiper-slide .slider-container {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 1150px;
    top: 0%;
    left: 40%;
    z-index: 1;
    background: none;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-40%, 0);
}

.mobile-hero-content {
    margin: 0 auto;
    text-align: center;
}

.main-slider__slides .swiper-slide .slider-block {
    border-radius: 16px;
    max-width: 500px;
    color: #fff;
    margin-top: 30px !important;
    margin-left: 15px;
    padding: 14px 39px 16px 23px;
}

@media all and (max-width: 767px) {
    .main-slider__slides .swiper-slide .slider-block {
        margin: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 90%;
        max-width: 335px;
        top: auto;
        bottom: 18px;
        text-align: center;
        padding: 6px 22px 15px 23px;
    }
}

.main-slider__slides .swiper-slide .slider-block__title {
    margin-bottom: 8px;
    text-align: left;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.18;
}

.main-slider__slides .swiper-slide .slider-block__second-title {
    margin-bottom: 8px;
    text-align: left;
    color: #fff;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.14;
}

@media all and (max-width: 767px) {
    .main-slider__slides .swiper-slide .slider-block__title {
        font-size: 12px;
        line-height: 1.33;
        margin: 0;
        text-align: center;
    }

    .main-slider__slides .swiper-slide .slider-block__second-title {
        font-size: 18px;
        font-weight: 800;
        line-height: 1.06;
        margin: 0;
        text-align: center;
    }
}

.main-slider__slides .swiper-slide .slider-block__description {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.41;
    letter-spacing: 0.45px;
}

.main-slider__slides .swiper-slide .slider-block__button {
    width: 324px;
    height: 46px;
    margin: 20px 40px 0 0;
    padding: 8.5px 44px 8.5px 45px;
    border-radius: 23px;
    background-color: #ff7b1b;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.71;
    letter-spacing: 0.45px;
}

@media (min-width: 767px) {
    .slider-block {
        background-color: unset !important;
    }
}

@media all and (max-width: 767px) {
    .main-slider__slides .swiper-slide .slider-block__description {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.44px;
        margin: 0;
    }

    .main-slider__slides .swiper-slide .slider-block__button {
        width: 182px;
        height: 25px;
        margin: 12px 13px 0 0;
        padding: 4.1px 2px 4.9px 0;
        border-radius: 43px;
        box-shadow: 0 8px 5px 0 rgba(0, 37, 78, 0.17);
        font-size: 12px;
        line-height: 1.33;
        letter-spacing: normal;
    }
}

/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
}

.main-content {
    max-width: 1150px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.33;
}

.main-content img {
    width: auto;
    height: auto;
    max-height: 224px;
    max-width: 100%;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media all and (max-width: 767px) {
    .container {
        padding: 0 20px !important;
    }
}

.navigationButtons {
    align-items: center;
    display: flex;
    flex-shrink: 1;
    flex-wrap: nowrap;
    font-size: 0;
}

.navigationButtons > button {
    flex-shrink: 0;
    white-space: nowrap;
}

.navigationButtons.logged-in {
    display: none;
}

.navigationButtons.logged-out {
    justify-content: flex-end;
}

.navigationButtons.logged-out .login {
    background-color: #ac1eff;
    border: 2px solid #ac1eff;
    color: #fff;
    min-width: 8.75rem;
}

.navigationButtons.logged-out .login:hover {
    background-color: #ac1eff;
    color: #fff;
}

.sweeps-top-bar-icon {
    border-style: none;
    height: 1.875rem !important;
    margin-left: 0 !important;
    width: 1.875rem !important;
    font-size: 16px;
    font-weight: 400;
}

.sweeps-top-bar-icon img,
.sweeps-top-bar-icon svg {
    margin-left: 0.45rem !important;
    width: 1.25rem !important;
}

@media (max-width: 24.375rem) {
    .sweeps-top-bar-icon img,
    .sweeps-top-bar-icon svg {
        margin-left: 0.2rem !important;
    }
}

.sweeps-top-bar-button {
    border-radius: 0.9375rem;
    border-style: none;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    height: 1.875rem;
    width: 5.625rem;
    padding: 0;
}

.sweeps-top-bar-button.narrow {
    width: 1.875rem;
}

.sweeps-login-button.narrow,
.sweeps-register-button.narrow {
    width: 5rem;
}

.sweeps-login-button,
.sweeps-login-button:hover {
    background-color: #ac1eff;
    color: #fff;
}

.sweeps-login-button.webview,
.sweeps-login-button.webview:hover,
.sweeps-register-button {
    background-color: #ff7b1b;
    color: #fff;
}

.sweeps-register-button:hover {
    background-color: #ff994e;
}

.sweeps-mr {
    margin-right: 1.25rem;
}

@media (max-width: 50rem) {
    .sweeps-mr {
        margin-right: 0.938rem;
    }
}

@media (max-width: 44rem) {
    .sweeps-mr {
        margin-right: 0.75rem;
    }
}

.sweeps-mr.narrow {
    margin-right: 0.5rem;
}

@media (max-width: 48rem) and (orientation: landscape) {
    .sweeps-mr.narrow {
        margin-right: 1.938rem;
    }
}

@media (max-width: 23rem) {
    .sweeps-mr.narrow {
        margin-right: 0.25rem;
    }
}

@media (max-width: 22rem) {
    .sweeps-mr.narrow {
        margin-right: 0.1875rem;
    }
}

@media (max-width: 768px) {
    .slider-item {
        flex: 0 0 33.33%; /* For 3 items visible */
        max-width: 33.33%;
        padding: 7px;
    }
}

.content {
    width: 100%;
}

/* Video Section */
.video-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.video-item {
    width: 350px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(172, 30, 255);
    color: white;
    font-size: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    padding-left: 5px;
}

.video-thumbnail-container:hover {
    opacity: 0.9;
}

.video-pagination {
    margin-top: 10px;
    text-align: center;
    background-color: unset !important;
}

.video-pagination-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
    background-color: rgba(67, 26, 162, 0.57);
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.video-pagination-dot:hover {
    opacity: 0.9;
}

.video-pagination-dot.active {
    background-color: #25056b;
}

/* Banners w/ Animation */
.desktop-overlay {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 1591px;
    height: 323px;
}

.mobile-overlay {
    position: absolute !important;
    top: 5%;
    width: 471px;
    height: 262px;
}
