/*
Theme Name: Luckyparty
Theme URI: https://Luckyparty.com/
Author: Luck Party
Description: A custom WordPress theme for Luckyparty promotions.
Version: 1.0.3
Tags: casino, gaming, luckparty
Text Domain: luckyparty
*/
:root {
    --font-inter: "Inter", sans-serif;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}
.container {
    width: min(95%, 87.9375rem);
    margin: 0 auto;
}
body,html {
    max-width: 100vw;
    overflow-x: hidden;
    font-family: var(--font-inter);
}
a {
    color: inherit;
    text-decoration: none
}
img {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none
}
.close-popup-button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    width: 1.5625rem;
    height: 1.5625rem;
    cursor: pointer
}
.main-background,.main-background-shapes {
    position: fixed;
    z-index: -2
}
.main-background, .main-background-shapes {
    width: 100vw;
    height: 100vh;
}
.main-background {
    background-color: #18181b
}
.main-background-shapes {
    z-index: -1;
    background-color: #252528;
    -webkit-mask-image: url(images/background-shapes.d0d60328.svg);
    mask-image: url(images/background-shapes.d0d60328.svg)
}

.hamburger-container {
    position: relative;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer
}
.hamburger-container .hamburger {
    height: 2.815rem;
    width: 2.815rem;
    background-color: #fff;
    -webkit-mask-image: url(images/hamburger-menu.a5976029.svg);
    mask-image: url(images/hamburger-menu.a5976029.svg)
}
.hamburger-container .notification-dot {
    position: absolute;
    top: 0;
    right: 0;
    width: 1rem;
    height: 1rem;
    background: #f31260;
    border-radius: 50%
}
.login-button {
    text-transform: uppercase;
    background: none;
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 24px;
    cursor: pointer;

    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.25rem;
    border-radius: 25px
}
.login-button:hover {
    background: #fff3
}
.signup-btn {
    text-transform: uppercase;
    background: #ff00b7;
    border: none;
    color: #fff;
    padding: 8px 24px;
    cursor: pointer;

    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 24px;
    border-radius: 1.5625rem;
    position: relative;
    z-index: 1
}
.signup-btn:hover {
    background: #e60073
}
.signup-btn .signup-icon {
    margin-right: 8px
}
.drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100dvh;
    background-color: #3f3f46;
    color: #fff;
    transition: right .3s ease;
    z-index: 999999;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 1rem
}
.drawer.open {
    right: 0
}
.drawer .close-popup-button {
    position: relative;
    top: -1rem;
    left: -1.75rem
}
.drawer .drawer-sections {
    flex: 1 1;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}
.drawer .drawer-sections::-webkit-scrollbar {
    display: none
}
.drawer .drawer-section {
    border-top: 1px solid #ffffff1a;
    padding-top: 1rem;
    margin-top: 1rem
}
.drawer .drawer-item {
    display: flex;
    align-items: center;
    padding: .75rem 0;
    position: relative
}
.drawer .drawer-item .icon {
    width: 24px;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    font-size: 1rem
}
.drawer .drawer-item .label {
    cursor: pointer;
    flex: 1 1
}
.drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0000004d;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
    z-index: 999999
}
.drawer-overlay.visible {
    opacity: 1;
    pointer-events: all
}
.top-text .welcome {
    font-weight: 900;
    font-size: 20px
}
.top-text .claim,.top-text .welcome {

    line-height: normal;
    text-transform: uppercase;
    font-style: italic
}
.top-text .claim {
    font-weight: 400;
    font-size: 12px
}
.welcome-join-btn .light-btn {
    width: 100%;
    background-color: #ff00b7;
    padding: 8px 16px!important
}
.hey-guest-box {
    background: #71717a;
    position: relative;
    border-radius: 20px;
    min-height: 140px;
    display: flex;
    align-items: center
}
.hey-guest-box .guest-image {
    position: absolute;
    bottom: 0;
    object-position: -35px 0;
    border-bottom-left-radius: 20px
}
.hey-guest-box .hey-guest {
    margin-left: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 22px 0
}
.light-btn-container {
    min-width: 100px;
    display: flex;
    justify-content: center;
    position: relative
}
.light-btn-container--disabled {
    opacity: .6;
    pointer-events: none;
    cursor: not-allowed
}
.light-btn-container .light-container {
    position: absolute
}
.light-btn-container .light-container .light {
    position: absolute;
    z-index: 1;
    transform: translate(-50%,-50%)
}
.light-btn-container .light-btn {
    text-transform: uppercase;
    background: #ff72d759;
    border: none;
    color: #fff;
    padding: 8px 54px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 22.4px #00000029;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 24px
}
.light-btn-container .light-btn:hover {
    background: #e60073
}
.light-btn-container .light-btn .arrow-right {
    margin-left: 8px
}
.light-btn-container .light-btn:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: .125rem;
    border-radius: inherit;
    background: linear-gradient(0deg,#ff00b7,#fff 72%,#fff);
    -webkit-mask: linear-gradient(#000,#000) content-box,linear-gradient(#000,#000);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude
}
.light-btn-container .light-btn .light-icon {
    margin-right: 8px
}
.full-width,.header-container {
    width: 100%;
}
@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}
.header-container {
    z-index: 6000;
    position: fixed;
    height: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;

}
.header {
    position: relative;
    width: 100%;
    height: 100%;
    padding: .625rem 1.25rem;
    background-color: #3f3f46;
    border-radius: 3.125rem;
    animation: slideDown 1s cubic-bezier(.1,0,1,1);
     display: flex;
    justify-content: space-between;
    align-items: center
}
.header .logo {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-left: -.9375rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer
}
.header .logo img {
    width: auto;
    height: 4rem;
    object-fit: contain;
    display: block;
    margin-right: .625rem
}
.nav {
    display: flex;
    align-items: center;
    gap: .625rem
}
.nav,.nav button {
    height: 100%
}
.footer,.footer .footer-mobile,.full-width {
    width: 100vw
}
.footer .footer-mobile {
    position: fixed;
    bottom: 0;
    height: 4rem;
    background-color: #2c2c34;
    transition: transform 1s cubic-bezier(.1,0,1,1),opacity 1s ease;
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.0625rem;
    z-index: 5000;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    box-shadow: .6875rem .4375rem .8125rem -.3125rem #00000040;
    color: #fff
}
.footer .footer-mobile .nav-item,.footer .footer-mobile .nav-item.with-auth {
    display: flex;
    align-items: center;
    justify-content: center
}
.footer .footer-mobile .nav-item.with-auth {
    flex-direction: column
}
.footer .footer-mobile .nav-item.with-auth .nav-item-text {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin-top: .125rem;
    text-transform: uppercase
}
.footer .footer-mobile .signup-btn {
    padding-left: 2.6875rem;
    padding-right: 2.6875rem
}
.footer .footer-desktop {
    display: block;
    position: absolute;
    background-color: #3f3f46;
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
    color: #fff;
    margin-top: 15.625rem;
    width: 100vw;
    left: 0
}
.footer .footer-desktop .footer-cat {
    z-index: -1;
    left: 50%;
    top: -16rem;
    position: absolute;
    width: 10.0625rem;
    height: 17.5625rem;
    background-image: url(images/footer-cat.6083ed7f.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: translate(-50%)
}
.footer .footer-desktop .bottom {
    padding: 4.375rem 4.375rem 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center
}
.footer .footer-desktop .bottom .text {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px
}
.footer .footer-desktop .border {
    width: 100%;
    margin-top: 1.25rem;
    border-bottom: 1px solid #fff3
}
.footer .footer-desktop .top-container {
    width: 100%;
    padding: 4.375rem 4.375rem 0
}
.footer .footer-desktop .top-container .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}
.footer .footer-desktop .top-container .top img {
    object-fit: scale-down;
    width: 5.625rem;
    height: 2.375rem;
    transform: scale(1.5)
}
.footer .footer-desktop .top-container .top .social {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 2rem
}
.footer .footer-desktop .top-container .top .social li {
    display: inline-block
}
.footer .footer-desktop .top-container .top .social .icon {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 50%;
    cursor: pointer;
    transition: opacity .2s ease
}
.footer .footer-desktop .top-container .top .social .icon:hover {
    opacity: .8
}
.footer .footer-desktop .top-container .top .social .icon.fb {
    background-image: url(images/facebook.a2774937.svg);
    scale: 2
}
.footer .footer-desktop .top-container .top .social .icon.ig {
    background-image: url(images/instagram.922df46e.svg);
    scale: 2
}
.footer .footer-desktop .top-container .top .social .icon.x {
    background-image: url(images/x.d28b95df.svg);
    scale: 2
}
.footer .footer-desktop .top-container .top .social .icon.tiktok {
    background-image: url(images/tiktok.40d0c896.svg);
    scale: 2
}
.footer .footer-desktop .center {
    padding: 1.25rem 4.375rem 0
}
.footer .footer-desktop .center .content {
    display: flex;
    justify-content: space-between;
    gap: 4rem
}
.footer .footer-desktop .center .content .left {
    max-width: 27.5rem
}
.footer .footer-desktop .center .content .left .proofs {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    list-style: none;
    padding: 0;
    margin-left: 0
}
.footer .footer-desktop .center .content .left .proofs li {
    display: inline-block
}
.footer .footer-desktop .center .content .left .proofs span {
    display: inline-block;
    cursor: pointer;
    transition: opacity .2s ease
}
.footer .footer-desktop .center .content .left .proofs span:hover {
    opacity: .8
}
.footer .footer-desktop .center .content .left .proofs .dmca {
    width: 7.5625rem;
    height: 1.5rem;
    background-image: url(images/dmca.988367f6.webp)
}
.footer .footer-desktop .center .content .left .proofs .cent-os {
    width: 3.3125rem;
    height: 3.3125rem;
    background-image: url(images/cent-os.412b8527.webp)
}
.footer .footer-desktop .center .content .left .proofs .player-safety {
    width: 8.5625rem;
    height: 2rem;
    background-image: url(images/player-safety.22ab80b8.svg)
}
.footer .footer-desktop .center .content .left .age {
    display: inline-block;
    margin-left: .3125rem;
    margin-right: .3125rem;
    width: 1.375rem;
    height: 1.375rem;
    background-image: url(images/age.1b43b9b5.webp);
    cursor: pointer;
    transition: opacity .2s ease
}
.footer .footer-desktop .center .content .left .age:hover {
    opacity: .8
}
.footer .footer-desktop .center .content .left .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #ffffffa6
}
.footer .footer-desktop .center .content .left .text .sweepstakes-disclaimer {
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #ffffffa6;
    margin-bottom: 1.25rem
}
.footer .footer-desktop .center .content .left .text .sweepstakes-disclaimer .sweeps-link {
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    transition: color .2s ease
}
.footer .footer-desktop .center .content .left .text .sweepstakes-disclaimer .sweeps-link:hover {
    color: #ffffffe6
}
.footer .footer-desktop .center .content .left .adult-only {
    display: flex
}
.footer .footer-desktop .center .content .right {
    flex: 1 1
}
.footer .footer-desktop .center .content .right .footer-links-sections {
    display: flex;
    justify-content: space-between;
    gap: 1rem
}
.footer .footer-desktop .center .content .right .footer-links-sections .footer-section .title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.25rem
}
.footer .footer-desktop .center .content .right .footer-links-sections .footer-section .links {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0
}
.footer .footer-desktop .center .content .right .footer-links-sections .footer-section .links li {
    margin-top: .75rem
}
.footer .footer-desktop .center .content .right .footer-links-sections .footer-section .links li:first-child {
    margin-top: 0
}
.footer .footer-desktop .center .content .right .footer-links-sections .footer-section .links .link {
    font-weight: 500;
    font-size: .75rem;
    line-height: 1.25rem;
    color: #ffffffa6;
    cursor: pointer
}
.footer .footer-desktop .center .content .right .footer-links-sections .footer-section .links .link:hover {
    color: #ffffffe6
}
.footer .footer-desktop .center .content .right .footer-links-sections .footer-section .links-container {
    display: flex;
    gap: 4rem
}
.footer .footer-desktop .center .content .right .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1.25rem
}
.footer .footer-desktop .center .content .right .border.mobile-only {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    width: calc(100% - 2.5rem)
}
.footer .footer-desktop .center .content .right .partners {
    display: flex;
    gap: .625rem;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 3.75rem;
    flex-direction: column
}
.footer .footer-desktop .center .content .right .partners .priority-play-container {
    display: flex;
    align-items: center;
    gap: .625rem
}
.footer .footer-desktop .center .content .right .partners .priority-play-container .brought-to-you {
    font-size: .75rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: .05em;
    margin-right: 1.5rem;
    white-space: nowrap
}
.footer .footer-desktop .center .content .right .partners .priority-play-container .priority-play {
    width: 7.5rem;
    height: 3.625rem;
    background-image: url(images/priority-play.b8731337.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    transform: scale(2);
    margin-right: 4rem;
    margin-left: 2rem
}
.footer .footer-desktop .center .content .right .partners .brands {
    display: flex;
    gap: .75rem;
    align-items: center;
    justify-content: center
}
.footer .footer-desktop .center .content .right .partners .zula {
    width: 3.625rem;
    height: 2.1875rem;
    background-image: url(images/zula-casino.cd0fcf67.webp);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}
.footer .footer-desktop .center .content .right .partners .fortune-coins {
    width: 5.5rem;
    height: 1.5rem;
    background-image: url(images/fc.3c34139e.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}
.footer .footer-desktop .center .content .right .partners .sportzino {
    width: 5rem;
    height: 1.0625rem;
    background-image: url(images/sportzino.bc3e90b2.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}
.footer .footer-desktop .center .content .right .partners .american-luck {
    width: 2.25rem;
    height: 1.0625rem;
    background-image: url(images/american-luck.c94b937d.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    transform: scale(1.5)
}
.footer .footer-desktop .center .content .right .partners .yay {
    width: 3.1rem;
    height: 1.9375rem;
    background-image: url(images/yay-casino.69252045.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}
.footer .footer-desktop .center .content .right .partners .luck-party {
    width: 4.5rem;
    height: 2.75rem;
    background-image: url(images/logo.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}
.footer .footer-desktop .center .content .right .links-container {
    display: flex;
    gap: 4.375rem
}
.footer .footer-desktop .center .content .right .links-container .links {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0
}
.footer .footer-desktop .center .content .right .links-container .links li {
    margin-top: .75rem
}
.footer .footer-desktop .center .content .right .links-container .links li:first-child {
    margin-top: 0
}
.footer .footer-desktop .center .content .right .links-container .links .link {

    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ffffffa6;
    cursor: pointer
}
.footer .footer-desktop .center .content .right .links-container .links .link:hover {
    color: #ffffffe6
}
.footer .footer-desktop .center .content .right .links-container .links .link.privacy-choices {
    display: flex;
    align-items: center;
    gap: .5rem
}
.footer .mobile-only {
    display: none
}
/* Heading styles */
h1, h2, h3 {
    font-weight: 900;
    line-height: normal;
    font-size:30px;
}

.content-area {
    padding:100px  0 50px;
}
/* Regional Restriction Popup Styles */
#regional-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

#regional-popup-modal {
    font-family: Inter, sans-serif;
    color: #fff;
    border-radius: 2.5rem;
    border: 1px solid #52525b;
    position: relative;
    inline-size: min(32.9375rem, 100%);
    background-color: #27272a;
}

#regional-popup-heading {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    border-radius: 2.5rem 2.5rem 0 0;
    pointer-events: none;
    align-items: center;
    justify-content: flex-end;
    height: 13.375rem;
}

.app-dialog__icon-container {
    display: flex;
    justify-content: center;
    position: absolute;
    inset: -2rem 0 0;
    block-size: fit-content;
}

.graphic {
    inline-size: fit-content;
    block-size: fit-content;
}

#regional-popup-icon {
    block-size: 13.5625rem;
    inline-size: auto;
    color: transparent;
}

#regional-popup-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 2.5rem;
    text-align: center;
    font-size: 0.875rem;
    padding-block-start: 0.5rem;
}

#regional-popup-title {
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin: 0;
}

.location-blocked-dialog__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.location-blocked-dialog__content p {
    margin: 0;
}

.location-blocked-dialog__content a {
    color: #ff1493;
    text-decoration: underline;
}
@media (min-width:1024px) {
    h1,h2,h3 {
        font-size:48px;
    }
}