.cta,
.loginBtn,
.signinBtn {
    color: #fff;
    text-decoration: none
}
a{
    text-decoration: none;
}
img{
    user-select: none;
}
.section2 .contentCont div div h3,
.section2 .contentCont div div p {
    text-shadow: .919px .919px 0 rgba(0, 0, 0, .5);
    line-height: 150%;
    font-style: normal
}

.box::before {
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0)
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: organetto-variable, sans-serif;
    font-variation-settings: 'wdth' 77, 'wght' 280
}

.cta,
.loginBtn,
.cta::after,
.section1 .textContainer p,
.section2 .container h3,
.section2 .cta span,
.section5 .textContainer p,
.signinBtn,
.signinBtn::after {
    font-family: proxima-nova, sans-serif
}

html {
    font-size: 16px
}

body {
    background-size: 100%, contain;
    background-position: center 25rem, center;
    background-repeat: repeat-y, no-repeat
}

body.webp-support {
    background-image: url(../images/body-bg.webp), linear-gradient(180deg, #325b9f 22.36%, #1a212a 122.42%)
}

body.webp-not-support {
    background-image: url(../images/body-bg.png), linear-gradient(180deg, #325b9f 22.36%, #1a212a 122.42%)
}

.loader {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #121512
}

.loader::before {
    content: "";
    position: static;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid;
    border-top-color: rgb(255 255 255 / .5);
    animation: .5s linear infinite preloader
}

.loader.hidden,
.section1 .popupModal,
.section4 .container .textCont .mobile-text,
.section4 .section4-flow2 {
    display: none;
}

.loader.hidden::before {
    animation: unset
}

.box::before,
.section3 .container::before,
.section6 .circle,
.section6 .zeus-shine {
    animation-timing-function: linear
}

.section2 .container::after,
.section2 .container::before {
    top: 1.1rem;
    height: 43rem;
    background-repeat: no-repeat;
    background-size: 87rem;
    background-position: 0 0;
    z-index: 0;
    animation-duration: 3s;
    content: ""
}

@keyframes preloader {
    100% {
        transform: rotate(360deg)
    }
}

nav {
    position: sticky;
    top: 0;
    z-index: 100
}

.navbar {
    background: #000;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center
}
.nav-btn-cont{
    display: flex;
    align-items: center;
}
.stickyBottom {
    position: fixed;
    bottom: 0;
    display: none
}

.container {
    width: 69rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.gradientBorder {
    width: 100%;
    height: 1rem;
    background: linear-gradient(90deg, #009334 0, #2278e1 100%)
}

.cta,
.signinBtn {
    background: linear-gradient(0deg, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%), #2278e1;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    position: relative;
}

.box,
.cta-rainbow {
    background: rgba(0, 0, 0, .8)
}

.logo {
    width: 230px
}

.loginBtn {
    font-size: 1.2rem;
    margin-right: 2rem;
}

.signinBtn {
    font-size: 1.2rem;
    border-radius: 8px;
    border: 2px solid #73bcff;
    padding: 0.8rem 2rem;
    padding-top: 0;
    text-transform: uppercase;
}
.signinBtn::after {
    font-size: 0.65rem !important;
    bottom: -0.3rem !important;
    text-transform: capitalize;
}
section {
    overflow: hidden
}

.section1 {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    padding-bottom: 1.5rem
}

.rainbow-left {
    position: absolute;
    width: 50%;
    left: -8%
}

.rainbow-right {
    position: absolute;
    width: 50%;
    right: -20%
}

@keyframes rainbow-bg-anim {
    0% {
        background-position: 0 center
    }

    100% {
        background-position: 2000px center
    }
}

.section1 .container,
.section5 .container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 48.5rem
}

body.webp-support .section1 .container {
    background-image: url(../images/section1-container-bg.webp)
}

body.webp-not-support .section1 .container {
    background-image: url(../images/section1-container-bg.png)
}

.section1 .imageContainer,
.section1 .textContainer,
.section5 .imageContainer,
.section5 .textContainer {
    width: 50%
}

.section1 .imageContainer,
.section5 .imageContainer {
    width: 50%;
    position: relative;
    height: 100%
}

.section1 .textContainer,
.section5 .textContainer {
    padding-left: 3rem
}

.section1 .textContainer h1,
.section5 .textContainer h1 {
    color: #009334;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    animation-name: heartbeat;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    z-index: 1;
    position: relative
}

@keyframes heartbeat {

    0%,
    100% {
        transform: scale(1);
        color: #009334;
    }

    50% {
        transform: scale(1.1);
        color: #52FA8D;
    }
}

.section1 .textContainer h1:nth-child(6),
.section5 .textContainer h1:nth-child(6) {
    color: #2278e1;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: .2rem;
    margin-bottom: 3rem
}

.section1 .textContainer h1:nth-child(6) span,
.section5 .textContainer h1:nth-child(6) span {
    font-size: 4rem;
    font-weight: 800
}

.cta {
    font-size: 1.5rem;
    border-radius: .7rem;
    border: 2px solid #73bcff;
    padding: .5rem 2rem;
    z-index: 1;
    min-width: 12rem;
    text-align: center;
    display: inline-block;
    padding-top: 0rem;
    padding-bottom: 1rem;
}

.box,
.box::before {
    border-radius: 1.5rem
}

.section1 .cta,
.section5 .cta {
    margin-top: 3rem;
    position: relative
}

.section1 .cta::after,
.section5 .cta::after,
.stickyBottom .cta::after,
.signinBtn::after {
    content: "Takes less than a minute";
    position: absolute;
    font-weight: 500;
    font-size: 0.8rem;
    bottom: -0.2rem;
    text-align: center;
    left: 0;
    width: 100%;
}

.section1 .textContainer h2,
.section1 .textContainer h3,
.section5 .textContainer h2,
.section5 .textContainer h3 {
    color: #fff7e4;
    font-size: 1.35rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.4;
    margin-top: 2.5rem;
    position: relative;
    z-index: 1
}

.section1 .textContainer h2,
.section5 .textContainer h2 {
    font-size: 2.3rem
}

.section1 .textContainer h2 span,
.section5 .textContainer h2 span {
    font-size: 3.6rem;
    color: #f7d74d
}

.section1 .textContainer p,
.section5 .textContainer p {
    color: #fff;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 4rem;
    padding-right: 5rem
}

.section2 .container h1,
.section3 .container h1 {
    font-weight: 800;
    padding: 0 14rem;
    font-style: normal;
    text-align: center
}

.section2 .container h1 {
    padding: 0 11rem;
    color: #f45;
    text-shadow: 0 8px 28px var(--F7D74D, #f7d74d), 0 8px 28px var(--F7D74D, #f7d74d), 0 8px 28.4px var(--F7D74D, #f7d74d);
    font-size: 3rem;
    line-height: 1;
    z-index: 1
}

.section3 .container h1,
.section3 .container h2 {
    text-shadow: 0 4px 18.1px rgba(0, 0, 0, .4);
    z-index: 1;
    font-weight: 800;
    text-align: center
}

.section1 .imageContainer img,
.section3 .imageContainer img,
.section5 .imageContainer img {
    position: absolute
}

.ref {
    width: 45rem;
    top: 1rem;
    right: -4rem
}

.section1 .slot-machine {
    position: absolute;
    width: 30rem;
    top: 10rem;
    right: 3rem;
    z-index: 1;
}

.box,
.cta-rainbow {
    position: relative
}

.section2,
.section2 .box,
.section3,
.section4 {
    position: relative;
    display: flex
}

.section1 .coins {
    width: 25rem;
    top: 37.5rem;
    right: 5rem;
    z-index: 1
}

.section1 .necromancer {
    width: 16.5rem;
    top: 12rem;
    left: -5rem;
    z-index: 1
}

.section1 .lightning {
    width: 14rem;
    top: 5rem;
    left: -10rem;
    animation-name: light-anim;
    animation-duration: 2s;
    animation-iteration-count: infinite
}

@keyframes light-anim {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

.section1 .cat {
    width: 22rem;
    top: 20.5rem;
    right: -4rem;
    transform: translateX(-5rem);
    animation-name: cat-enter-anim, cat-jump-anim;
    animation-duration: 1s, 4s;
    animation-iteration-count: 1, 2;
    animation-delay: 0s, 2.5s;
    animation-fill-mode: forwards, forwards
}

@keyframes cat-enter-anim {
    0% {
        transform: translateX(-10rem)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes cat-jump-anim {

    0%,
    100%,
    20%,
    40%,
    60% {
        transform: translateY(0)
    }

    30%,
    50% {
        transform: translateY(-3rem)
    }
}

.section1 .mouse {
    width: 10rem;
    bottom: .5rem;
    right: 1rem;
    z-index: 1;
    animation-name: cat-jump-anim;
    animation-duration: 4s;
    animation-iteration-count: 2;
    animation-delay: 3s
}

.box::before,
.section1 .star-blue,
.section1 .star-green-1,
.section1 .star-green-2,
.section1 .star-yellow,
.section2 .container::after,
.section2 .container::before,
.section3 .container .box svg,
.section3 .container::before,
.section5 .imageContainer .dice1,
.section5 .imageContainer .dice2,
.section6 .circle,
.section6 .racoon,
.section6 .zeus-shine,
.section7 .container .bgAnimCont {
    animation-iteration-count: infinite
}

.section1 .star-blue,
.section1 .star-green-1,
.section1 .star-green-2,
.section1 .star-yellow {
    animation-name: star-anim;
    animation-duration: 1s
}

.section1 .star-blue {
    width: 2.3rem;
    top: 6.2rem;
    right: 17.2rem
}

.section1 .star-green-1 {
    width: 5.5rem;
    top: 4.5rem;
    right: 25rem
}

.section1 .star-green-2 {
    width: 4.5rem;
    top: 2.5rem;
    right: 10rem
}

.section1 .star-yellow {
    width: 3.5rem;
    top: 12rem;
    right: 7rem
}

@keyframes star-anim {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(.9)
    }
}

.section2 {
    justify-content: center;
    align-items: center;
    margin-top: 3rem
}

.section2 .container,
.section3 .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.section2 .container {
    height: 46rem
}

.section3 .container {
    height: 16.8rem;
}

body.webp-support .section2 .container {
    background-image: url(../images/section2-container-bg.webp)
}

body.webp-not-support .section2 .container {
    background-image: url(../images/section2-container-bg.png)
}

.section2 .container::before {
    position: absolute;
    width: 100%;
    animation-name: pattern-anim
}

body.webp-support .section2 .container::before {
    background-image: url(../images/section2-pattern-bg-1.webp)
}

body.webp-not-support .section2 .container::before {
    background-image: url(../images/section2-pattern-bg-1.png)
}

.section2 .container::after {
    position: absolute;
    width: 100%;
    animation-name: pattern-anim2
}

body.webp-support .section2 .container::after {
    background-image: url(../images/section2-pattern-bg-2.webp)
}

body.webp-not-support .section2 .container::after {
    background-image: url(../images/section2-pattern-bg-2.png)
}

@keyframes pattern-anim {

    0%,
    100% {
        background-position: 0 0
    }

    50% {
        background-position: 3rem 6rem
    }
}

@keyframes pattern-anim2 {

    0%,
    100% {
        background-position: 0 0
    }

    50% {
        background-position: -3rem -6rem
    }
}

.section2 .container h3 {
    font-weight: 800;
    font-size: 1.75rem;
    z-index: 1
}

.box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 4rem;
    z-index: 2
}

.section2 .longBox {
    width: 62rem
}

.box::before {
    content: "";
    position: absolute;
    top: 0;
    border: 5px solid transparent;
    background: linear-gradient(to right, #f45, #ff830a, #f7d74d, #f582d0, #009620, #f45) border-box;
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    animation-name: border-anim;
    animation-duration: 30s
}

@keyframes border-anim {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 3000px 0
    }
}

.section2 .box-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
    /* gap: 2rem */
}

.section2 .box-container .box:nth-child(2)::before {
    border: 14px solid transparent
}

.section2 .box-container .box {
    width: 19.5rem;
    padding: 0 0 1rem;
    margin: 0 1rem;
}

.section2 .box-container .box img {
    width: 100%
}

.section2 .box-container .box .textCont {
    display: flex;
    flex-direction: column;
    align-items: center
}

.section2 .box-container .box .textCont h2 {
    color: #fff;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 100;
    line-height: 150%;
    text-transform: capitalize;
    margin-top: .5rem
}

.section2 .box-container .box .textCont .point-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11.83px;
    border-bottom: 1.479px solid var(--Brand-Green, #009334);
    border-left: 1.479px solid var(--Brand-Green, #009334);
    background: #0e4321;
    padding: 5px;
    margin-bottom: .5rem
}

.section2 .box-container .box .textCont .point-button span {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%
}

.section2 .box-container .box .textCont .point-button img {
    width: 1.8rem;
    margin-left: .3rem
}

.section2 .box-container .box .badge {
    position: absolute;
    width: 6.5rem;
    left: 6.5rem;
    top: -3rem
}

.section2 .cta span {
    text-decoration: line-through;
    text-decoration-color: #F45;
    text-decoration-thickness: 3px;
    font-size: 1.1rem;
    margin-right: .3rem
}

.cta-rainbow {
    border-radius: 1.5rem;
    padding: 1rem 4rem;
    margin-top: 2.5rem;
    z-index: 2;
    border: none
}

.section2 .contentCont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 2;
    margin-bottom: 1.5rem
}

.section2 .contentCont div {
    display: flex;
    justify-content: center
}

.section2 .contentCont div div,
.section4 .container {
    flex-direction: column
}

.section2 .contentCont div img {
    width: 6rem;
    height: 6rem;
    margin-right: 1.6rem
}

.section2 .contentCont div div h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 100;
    text-transform: capitalize
}

.footer p b,
.section2 .contentCont div div p {
    font-family: proxima-nova, sans-serif;
    font-weight: 700
}

.section2 .contentCont div div p {
    color: #fff;
    font-size: .8rem
}

.section3,
.section4 {
    justify-content: center;
    align-items: center;
}
.section3{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
body.webp-support .section3 .container {
    background-image: url(../images/section3-container-bg.webp)
}

body.webp-not-support .section3 .container {
    background-image: url(../images/section3-container-bg.png)
}

.section3 .lottieCont {
    position: absolute;
    width: 69rem;
    height: 14rem;
    top: 1.1rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2.5rem;
}

.section3 .container::before {
    content: "";
    width: 99.7%;
    height: 100%;
    position: absolute;
    top: 0;
    background-size: auto 3rem;
    background-repeat: repeat-x;
    background-position: -2rem 9rem;
    animation-name: colorfull-lines-anim;
    animation-duration: 10s;
    z-index: 1
}

@keyframes colorfull-lines-anim {
    0% {
        background-position: -2rem 9rem;
    }

    100% {
        background-position: 47rem 9rem;
    }
}

body.webp-support .section3 .container::before {
    background-image: url(../images/colorfull-lines-2.webp)
}

body.webp-not-support .section3 .container::before {
    background-image: url(../images/colorfull-lines-2.png)
}

.section3 .section3-bg {
    position: absolute;
    width: 72rem;
    height: auto;
    opacity: .2;
    filter: invert(1);
}
.section3 .imageContainer{
    display: flex;
    justify-content: center;
}
.section3 .imageContainer img{
    width: 4.7rem;
    z-index: 2;
    animation-name: section3-icon-anim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform: rotate(-20deg);
}
.section3 .imageContainer .section3-icon1{
    bottom: -1.7rem;
    left: 4rem;
}
.section3 .imageContainer .section3-icon2{
    right: 2rem;
    bottom: 0rem;
}
.section3 .imageContainer .section3-icon3{
    left: 10rem;
    top: -1rem;
}
.section3 .imageContainer .section3-icon4{
    right: 10rem;
    top: -2rem;
}
@keyframes section3-icon-anim {
    0%{
        transform: rotate(-20deg);
    }
    50%{
        transform: rotate(20deg);
    }
    100%{
        transform: rotate(-20deg);
    }
}

.section3 .slot-icons-cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 15.5rem;
    height: 4rem;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.section3 .slot-box{
    width: 4.7rem;
    height: 4.7rem;
    background-repeat: repeat-y;
    background-size: 4.7rem;
    background-position: center  0rem;
    animation-name: slot-anim;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
.section3 .slot-icons-cont .slot-box:nth-child(2){
    animation-delay: 0.3s;
}
.section3 .slot-icons-cont .slot-box:nth-child(3){
    animation-delay: 0.6s;
}
body.webp-support .section3 .slot-box{
    background-image: url(../images/section3-icon5.webp);
}
body.webp-not-support .section3 .slot-box{
    background-image: url(../images/section3-icon5.png);
}
@keyframes slot-anim {
    0%{
        background-position: center 150rem;
    }
    50%,100%{
        background-position: center 0rem;
    }
}
.section3 .textBox {
    border-radius: .7rem;
    background: #fff7e4;
    box-shadow: -27px 15px 4px 0 rgba(0, 0, 0, .25);
    width: 31rem
}

.section4 .container,
.section6 .container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.section3 .box-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 2.6rem;
    z-index: 2;
    position: relative;
    margin-left: 0rem
}

.section3 .container h1 {
    color: #f7d74d;
    font-size: 2.5rem;
    font-style: normal;
    line-height: 139.829%;
    padding: 0 10rem;
}

.section3 .contentCont {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative
}

.section3 .container p {
    color: #000;
    text-align: center;
    font-family: proxima-nova, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    z-index: 1;
    margin-top: 0rem;
    margin-bottom: 6rem;
}

.section3 .container .box h2,
.section3 .container h2,
.section4 .container .textCont h1,
.section4 .container .textCont p {
    color: #fff7e4;
    line-height: normal;
    font-style: normal
}

.section3 .container h2 {
    font-size: 2.5rem;
    margin-top: 8rem
}

.section3 .container .payments {
    height: 5.6rem;
    margin-top: 1.5rem;
    z-index: 1;
    position: relative
}

.section3 .container .box {
    border-radius: 31px;
    background: #009334;
    width: 13.2rem;
    height: 7.4rem;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: -11px 11px 4px 0 rgba(0, 0, 0, .25)
}

.section3 .box-container .box:first-child,
.section3 .box-container .box:nth-child(2) {
    background-color: #004719
}

.section3 .box-container .box:nth-child(3) {
    background-color: #006524
}

.section3 .box-container .box:nth-child(4) {
    background-color: #007429
}

.section3 .box-container .box:nth-child(5) {
    background-color: #008930
}

.section3 .box-container .box:nth-child(6) {
    background-color: #00a33a
}

.section3 .box-container .box:nth-child(7) {
    background-color: #00b440
}

.section3 .box-container .box:nth-child(8) {
    background-color: #00d34b
}

.section3 .box-container .box:nth-child(9) {
    background-color: #23bd59
}

.section3 .box-container .box:nth-child(10) {
    background-color: #45d97a
}

.section3 .container .box h2 {
    text-align: center;
    font-size: 1rem;
    font-weight: 800;
    margin-top: .7rem
}

.section3 .container .box svg {
    width: 2.3rem;
    height: 2.3rem;
    animation-name: icon-anim;
    animation-duration: 6s
}

@keyframes icon-anim {

    0%,
    100%,
    50% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(360deg)
    }
}

.section4 .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 69.2rem;
    position: relative
}

body.webp-support .section4 .container {
    background-image: url(../images/section4-container-bg.webp)
}

body.webp-not-support .section4 .container {
    background-image: url(../images/section4-container-bg.png)
}

.section4 .section4-flow {
    width: 30.5rem;
    position: absolute;
    top: -.3rem;
    z-index: 0;
    opacity: .7
}

@keyframes rainbow-anim-up-to-down {
    0% {
        background-position: 3rem 0
    }

    100% {
        background-position: 3rem 1000px
    }
}

.section4 .container .imageContainer {
    display: flex;
    z-index: 1;
    margin-right: 2rem
}

.section4 .container .imageContainer img {
    width: 33rem;
    z-index: 1;
    position: relative
}

.section4 .container .textCont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.footer,
.section4 .box-container,
.section5,
.section6 .imageCont {
    justify-content: center;
    display: flex
}

.section4 .container .textCont h1 {
    font-size: 2.8rem;
    font-weight: 500
}

.section4 .container .textCont h1 span {
    color: #f7d74d
}

.section4 .container .textCont p {
    text-align: center;
    text-shadow: 0 3px 0 #000;
    font-family: proxima-nova, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 4.5rem 0
}

.section4 .box-container {
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    gap: 1rem;
    z-index: 1
}

.section4 .box-container .box {
    width: 21rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 1.5rem;
    background: rgba(0, 0, 0, .5);
    padding: 1rem
}

.section4 .box-container .box::before {
    content: "";
    position: absolute;
    top: 0;
    border-radius: 1.5rem;
    border: 4px solid transparent;
    background: linear-gradient(#009334, #f7d74d) border-box;
    -webkit-mask-composite: destination-out;
    mask-composite: exclude
}

.section4 .box-container .box img {
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: .6rem
}

.section4 .box-container .box h2 {
    color: #fff;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 100;
    line-height: 150%;
    text-transform: capitalize
}

.section5 {
    position: relative;
    width: 100%;
    padding-bottom: 1rem
}

.section5 .rainbow-left,
.section5 .rainbow-right {
    bottom: -5rem
}

@keyframes rainbow-bg-anim-2 {
    0% {
        background-position: 0 22rem
    }

    100% {
        background-position: 2000px 22rem
    }
}

body.webp-support .section5 .container {
    background-image: url(../images/section5-container-bg.webp)
}

body.webp-not-support .section5 .container {
    background-image: url(../images/section5-container-bg.png)
}

.section5 .imageContainer .casino-table {
    width: 37rem;
    bottom: 2.5rem;
    right: .5rem
}

.section5 .imageContainer .dice1 {
    width: 10rem;
    right: 14rem;
    top: 0;
    animation-name: dice-anim;
    animation-duration: 3s
}

@keyframes dice-anim {

    0%,
    100% {
        transform: rotateZ(0)
    }

    50% {
        transform: rotateZ(180deg)
    }
}

.section5 .imageContainer .dice2 {
    width: 10rem;
    right: 10rem;
    top: 8rem;
    z-index: 1;
    animation-name: dice-anim;
    animation-duration: 3s
}

.section5 .imageContainer .star-blue,
.section5 .imageContainer .star-green-1,
.section5 .imageContainer .star-green-2,
.section5 .imageContainer .star-yellow {
    animation-name: star-anim;
    animation-duration: 1s;
    animation-iteration-count: infinite
}

.section5 .imageContainer .star-green-1 {
    width: 7rem;
    top: 11rem;
    right: 23rem
}

.section5 .imageContainer .star-green-2 {
    width: 6rem;
    top: 0rem;
    right: 2rem;
}

.section5 .imageContainer .star-blue {
    width: 3rem;
    right: 3rem;
    top: 15rem;
}

.section5 .imageContainer .star-yellow {
    width: 3.5rem;
    right: 31rem;
    top: 30rem;
}

.section6,
.section7 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem
}

.section6 .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 58rem
}

body.webp-support .section6 .container {
    background-image: url(../images/section6-container-bg.webp)
}

body.webp-not-support .section6 .container {
    background-image: url(../images/section6-container-bg.png)
}

.section6 .circleContainer {
    width: 100%;
    height: 55.2rem;
    top: 1.1rem;
    overflow: hidden;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center
}

.section6 .circle {
    position: relative;
    width: auto;
    height: 78.2rem;
    z-index: 0;
    animation-name: circle-anim;
    animation-duration: 20s;
    transform-origin: center
}

.section6 .zeus,
.section6 .zeus-shine {
    right: -13.5rem;
    width: 33rem;
    bottom: 4rem;
    position: absolute
}

@keyframes circle-anim {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.section6 .container .textContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 13rem;
    z-index: 1
}

.section6 .container h1 {
    color: #f7d74d;
    text-align: center;
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 2.5rem
}

.footer p,
.section6 .container p {
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: proxima-nova, sans-serif
}

.section6 .container p {
    color: #fff7e4;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
    padding: 0 10rem
}

.section6 .imageCont {
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 4.8rem
}

.footer .left-side p:not(:last-of-type),
.footer .logo {
    margin-bottom: 2rem
}

.section6 .imageCont img {
    width: 15rem
}

.section6 .zeus-shine {
    animation-name: zeus-anim;
    animation-duration: 3s
}

@keyframes zeus-anim {

    0%,
    100% {
        filter: drop-shadow(0) brightness(1)
    }

    50% {
        filter: drop-shadow(5px 5px 20px #fff) brightness(2)
    }
}

.section6 .racoon {
    position: absolute;
    right: 4rem;
    width: 18rem;
    bottom: 3.5rem;
    z-index: 2;
    animation-name: cat-jump-anim;
    animation-duration: 4s
}

.section7 .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 28.5rem;
    background-size: cover;
    background-position: center
}

body.webp-support .section7 .container {
    background-image: url(../images/section7-container-bg.webp)
}

body.webp-not-support .section7 .container {
    background-image: url(../images/section7-container-bg.png)
}

body.webp-support .section7 .container .bgAnimCont {
    background-image: url(../images/section7-anim-bg.webp)
}

body.webp-not-support .section7 .container .bgAnimCont {
    background-image: url(../images/section7-anim-bg.png)
}

.section7 .container .bgAnimCont {
    top: 1.1rem;
    position: absolute;
    width: 99%;
    animation-name: bg-anim-section7;
    height: 25.7rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
    z-index: 0;
    animation-duration: 10s;
    border-radius: 2.5rem
}

@keyframes bg-anim-section7 {

    0%,
    100% {
        background-position: 0 top
    }

    50% {
        background-position: 0 bottom
    }
}

.section7 .container h1 {
    color: #009334;
    text-align: center;
    text-shadow: 0 1vw 5vw var(--F7D74D, #f7d74d), 0 1vw 5vw var(--F7D74D, #f7d74d), 0 1vw 27.038px var(--F7D74D, #f7d74d);
    font-size: 2rem;
    font-style: normal;
    font-weight: 800;
    line-height: 139.829%;
    margin-bottom: .6rem;
    z-index: 1
}

.section7 .container p {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: .5rem;
    z-index: 1
}

.section7 .container .imageCont {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: .5rem; */
    z-index: 1
}

.section7 .container .imageCont img {
    width: 10rem;
    margin: 0 0.3rem;
}

.section7 .cta-rainbow {
    margin-top: 1rem;
    margin-bottom: .5rem
}

footer {
    margin-top: 3rem
}

.footer {
    background-color: #000;
    align-items: center;
    padding: 9rem 1rem
}

.footer p {
    color: #fff;
    font-size: 1.2rem
}

.footer .logo {
    width: 17rem
}

.footer .right-side {
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.footer .right-side img {
    width: 1.7rem;
    margin-top: .19rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem
}

.footer .right-side a p ,.footer .right-side p {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

@media (max-width:1600px) {
    html {
        font-size: 13px
    }
}

@media (max-width:1400px) {
    html {
        font-size: 12px
    }
}

@media (max-width:1100px) {
    html {
        font-size: 11px
    }
}

@media (max-width:1000px) {
    html {
        font-size: 10px
    }
}

@media (max-width:900px) {
    html {
        font-size: 9px
    }
}

@media (max-width:800px) {
    html {
        font-size: 8px
    }
}

@media (max-width:700px) {

    .loginBtn,
    .signinBtn{
        font-size: 2.5vw;
        line-height: 1;
    }

    .section1 .popupModal h1,
    .stickyBottom .textContainer h1 {
        animation-name: heartbeat;
        animation-duration: 1s;
        animation-iteration-count: infinite
    }

    .navbar .loginBtn,
    .navbar .signinBtn,
    .rainbow-right,
    .section5 .imageContainer .star-green-2 {
        display: none
    }

    .navbar .container {
        justify-content: center
    }

    .stickyBottom {
        display: flex;
        background: #000;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding: 4vw 5vw;
        padding-bottom: 6vw;
        transition: transform .3s;
        transform: translateY(100%)
    }

    .stickyBottom.show {
        transform: translateY(0)
    }

    .stickyBottom .textContainer {
        display: flex;
        justify-content: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff7e4;
        text-align: center
    }
    .stickyBottom .ctaContainer{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .stickyBottom .ctaContainer p{
        font-family: proxima-nova, sans-serif;
        color: #fff7e4;
        font-size: 2.4vw;
        margin-top: 1vw;
    }
    .stickyBottom .textContainer h2{
        font-size: 4.5vw;
    }

    .stickyBottom .textContainer h1 {
        font-size: 4.5vw;
        color: #009334;
        animation-name: heartbeat;
        animation-duration: 1s;
        animation-iteration-count: infinite;
    }

    .stickyBottom .cta{
        position: relative;
        padding: 1.5vw 5.5vw;
        padding-top: 0;
        padding-bottom: 2.5vw;
    }

    .section1,
    .section5 {
        background-position: 0 68vw;
        background-size: 193vw
    }

    .logo,
    .section6 .imageCont img {
        width: 40vw
    }

    .loginBtn {
        margin-right: 5vw
    }

    .signinBtn {
        padding: 1vw 3vw
    }

    .container,
    .section5 .imageContainer,
    .section5 .textContainer {
        width: 100%
    }

    .section1 {
        padding-bottom: 0;
        margin-top: 3vw
    }

    @keyframes rainbow-bg-anim {
        0% {
            background-position: 0 68vw
        }

        100% {
            background-position: 2000px 68vw
        }
    }

    .section1 .cta::after,
    .section5 .cta::after,
    .stickyBottom .cta::after {
        font-size: 2.5vw;
        bottom: -1vw;
    }

    .section1 .popupModal {
        width: 100%;
        height: calc(100vh + 3vw);
        top: 0;
        position: fixed;
        z-index: 20;
        background-color: rgba(0, 0, 0, .75);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.5s ease;
        z-index: -10;
    }
    .section1 .popupModal.show{
        opacity: 1;
        z-index: 10;
    }
    body.show{
        overflow: hidden;
    }
    body.webp-support .section1 .popup-container {
        background-image: url(../images/popup-bg.webp)
    }

    body.webp-not-support .section1 .popup-container {
        background-image: url(../images/popup-bg.png)
    }

    .section1 .popup-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 15vw 5vw;
        border-radius: 2vw;
        position: relative;
        width: 90vw;
        height: 115vw;
        background-size: cover;
        background-position: center;
        margin-top: 33vw
    }

    .section1 .popup-container img {
        width: 72vw;
        position: absolute;
        top: -27vw;
        left: 16vw
    }

    .section1 .popupModal h2,
    .section1 .textContainer h2,
    .section5 .textContainer h2 {
        color: #fff7e4;
        font-size: 5vw;
        font-style: normal;
        font-weight: 800;
        line-height: 1.4;
        margin-top: 6vw;
        z-index: 1;
        text-align: center
    }

    .section1 .popupModal h2 span {
        color: #f7d74d;
        font-size: 7.8vw
    }

    .section1 .popupModal h3,
    .section1 .textContainer h3,
    .section5 .textContainer h3 {
        color: #fff7e4;
        font-size: 4vw;
        font-style: normal;
        font-weight: 800;
        line-height: 1.4;
        margin-top: 6vw;
        z-index: 1;
        text-align: center;
        padding: 0 11vw
    }

    .section1 .popupModal .cta {
        margin-top: 6vw;
    }

    .section1 .popupModal h3 span {
        font-size: 8vw;
        color: #2278e1;
        z-index: 1
    }

    .section1 .popupModal h1 {
        color: #009334;
        font-size: 7.3vw;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        z-index: 1
    }

    .section1 .popupModal .close-modal {
        position: absolute;
        width: 8vw;
        top: 6vw;
        right: 8vw;
        cursor: pointer;
        z-index: 1;
        left: auto
    }

    .section1 .container {
        height: 193vw;
        flex-direction: column;
        padding: 7vw 8vw
    }

    body.webp-support .section1 .container {
        background-image: url(../images/section1-container-bg-mobile.webp)
    }

    body.webp-not-support .section1 .container {
        background-image: url(../images/section1-container-bg-mobile.png)
    }

    .section1 .imageContainer,
    .section1 .textContainer {
        width: 100%;
        text-align: center;
        padding-left: 0
    }

    .section1 .cta,
    .section2,
    .section4,
    .section5 .cta {
        margin-top: 5vw
    }

    .section1 .textContainer h1,
    .section5 .textContainer h1 {
        font-size: 7.5vw
    }

    .section1 .textContainer h2 span,
    .section5 .textContainer h2 span {
        font-size: 8vw
    }

    .section1 .textContainer h2,
    .section5 .textContainer h2 {
        font-size: 5.5vw;
        margin-top: 4vw
    }

    .section1 .textContainer h2:first-child,
    .section5 .textContainer h2:first-child {
        margin-top: 0
    }

    .section1 .textContainer h1:nth-child(6) {
        font-size: 5vw;
        margin-top: .5vw;
        margin-bottom: 5vw
    }

    .cta {
        font-size: 5vw;
        border-radius: 2vw;
        padding: 1.5vw 7vw;
        min-width: 30vw;
        padding-top: 0;
        padding-bottom: 2.5vw;
    }

    .section1 .slot-machine {
        width: 65vw;
        top: 5vw;
        right: 9vw;
    }

    .section1 .coins {
        width: 53vw;
        top: 65vw;
        right: 15vw
    }

    .section1 .cat {
        width: 38vw;
        top: 36vw;
        right: -4vw
    }

    .section1 .mouse {
        width: 19vw;
        bottom: 23vw;
        right: 7vw
    }

    .section1 .necromancer {
        width: 31vw;
        top: 12vw;
        left: -2vw
    }

    .section1 .lightning {
        width: 23vw;
        top: 1vw;
        left: -14vw
    }

    .rainbow-left {
        position: absolute;
        width: 230vw;
        left: -89vw;
        bottom: -20vw
    }

    .section5 .rainbow-left {
        bottom: -20vw
    }

    .section1 .textContainer p,
    .section5 .textContainer p {
        font-size: 4vw;
        bottom: 8vw;
        position: absolute;
        text-align: center;
        left: 0;
        margin-top: 2vw;
        padding: 0 21vw
    }

    .section1 .star-yellow {
        width: 9vw;
        top: 13vw;
        right: 11vw
    }

    .section1 .star-green-2 {
        width: 8vw;
        top: 2vw;
        right: 2vw
    }

    .section1 .star-blue {
        width: 5vw;
        top: 29vw;
        right: 5vw
    }

    .section1 .star-green-1 {
        width: 10vw;
        top: -4vw;
        left: -5vw
    }

    .section2 .container {
        background-position: center;
        height: 236vw
    }

    body.webp-support .section2 .container {
        background-image: url(../images/section2-container-bg-mobile.webp)
    }

    body.webp-not-support .section2 .container {
        background-image: url(../images/section2-container-bg-mobile.png)
    }

    .section2 .container::after,
    .section2 .container::before {
        content: "";
        top: 3.5vw;
        width: 88vw;
        height: 226vw;
        background-size: 190vw
    }
    body.webp-support .section2 .container::before {
        background-image: url(../images/section2-pattern-bg-1-mobile.webp)
    }
    
    body.webp-not-support .section2 .container::before {
        background-image: url(../images/section2-pattern-bg-1-mobile.png)
    }

    body.webp-support .section2 .container::after {
        background-image: url(../images/section2-pattern-bg-2-mobile.webp)
    }
    
    body.webp-not-support .section2 .container::after {
        background-image: url(../images/section2-pattern-bg-2-mobile.png)
    }
    .section2 .container::before{
        animation-name: pattern-anim2;
    }
    .section2 .container::after{
        animation-name: pattern-anim;
    }
    .section2 .contentCont {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        z-index: 2;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0
    }

    .section2 .container h1 {
        font-size: 8vw;
        line-height: 1.2;
        margin-bottom: 10vw;
        padding: 0 8vw;
        text-shadow: 0 1vw 5vw var(--F7D74D, #f7d74d), 0 1vw 5vw var(--F7D74D, #f7d74d), 0 1vw 27.038px var(--F7D74D, #f7d74d);
    }

    .section2 .container h3 {
        font-size: 8vw;
        padding: 0 11vw;
        text-align: center
    }

    .footer .container .left-side,
    .section2 .box-border {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .section2 .longBox {
        width: 66vw;
        padding: 7vw;
        border-radius: 3vw
    }

    .section2 .contentCont div {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .section2 .contentCont div img {
        width: 18vw;
        height: 18vw;
        margin-right: 0;
        margin-bottom: 5vw
    }

    .section2 .contentCont div div h3 {
        font-size: 5vw;
        margin-bottom: 2vw
    }

    .section2 .contentCont div div p {
        font-size: 3.5vw;
        margin-bottom: 10vw
    }

    .section2 .longBox:before {
        border-radius: 9vw
    }

    .cta-rainbow,
    .section2 .box::before,
    .section7 .box::before {
        border-radius: 3vw
    }

    .section2 .box-container {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-top: 10vw;
        overflow-x: scroll;
        position: relative;
        width: 100vw;
        /* gap: 4vw */
    }

    .section2 .box-container .box {
        min-width: 61vw;
        padding: 0 0 5vw;
        border-radius: 3vw;
        width: 61vw;
        margin: 0 2vw;
    }

    .section2 .box-container .box img {
        width: 60vw
    }

    .section2 .box-container .box .textCont .point-button img {
        width: 7vw;
        margin-left: 2vw
    }

    .section2 .box-container .box .badge {
        position: absolute;
        width: 20vw;
        left: 21vw;
        top: -9vw
    }

    .section2 .box-container .box .textCont h2 {
        font-size: 5vw;
        margin-top: 2vw
    }

    .section2 .box-container .box .textCont .point-button {
        margin-top: 2vw
    }

    .cta-rainbow {
        padding: 3.5vw 12vw;
        z-index: 2;
        border: none;
        position: relative
    }

    .footer .right-side,
    .section2 .cta-rainbow {
        margin-top: 10vw
    }

    .section2 .box-container .box .textCont .point-button span,
    .section2 .cta span,
    .section4 .box-container .box h2 {
        font-size: 5vw
    }
    .section3{
        padding-top: 5vw;
        padding-bottom: 10vw;
    }
    .section3 .container {
        height: 89vw;
    }

    body.webp-support .section3 .container {
        background-image: url(../images/section3-container-bg-mobile.webp)
    }

    body.webp-not-support .section3 .container {
        background-image: url(../images/section3-container-bg-mobile.png)
    }

    .section3 .container::before {
        content: "";
        width: 88.5vw;
        background-size: auto 13vw;
        background-position: -10vw 51vw;
    }

    @keyframes colorfull-lines-anim {
        0% {
            background-position: -10vw 51vw;
        }

        100% {
            background-position: 236vw 51vw;
        }
    }

    .section3 .lottieCont {
        position: absolute;
        width: 88vw;
        height: 76vw;
        top: 5.2vw;
        border-radius: 10vw
    }

    .section3 .section3-bg {
        width: 282vw;
        height: auto;
        top: -1vw;
    }

    .section3 .contentCont {
        flex-direction: column
    }

    .section3 .container h1,
    .section3 .container h2 {
        font-size: 7.5vw;
        line-height: 1.4;
        padding: 0 8vw
    }

    .section3 .container h2 {
        margin-top: 30vw
    }

    .section3 .container .payments {
        height: 8.5vw;
        margin-top: 4vw
    }

    .section3 .textBox {
        box-shadow: -11px 12px 4px 0 rgba(0, 0, 0, .25);
        width: 68vw
    }
    .section3 .slot-icons-cont {
        width: 50vw;
        height: 15vw;
    }
    .section3 .slot-box {
        width: 15vw;
        height: 15vw;
        background-size: 15vw;
    }
    .section3 .container p {
        font-size: 6.5vw;
        padding: 0 9vw;
        line-height: 1;
        margin-top: 5vw;
        margin-bottom: 30vw;
    }
    .section3 .imageContainer img {
        width: 14vw;
    }
    .section3 .imageContainer .section3-icon1 {
        bottom: 11vw;
        left: -1vw;
    }
    .section3 .imageContainer .section3-icon2 {
        right: 0vw;
        bottom: 11vw;
    }
    .section3 .imageContainer .section3-icon3 {
        left: -2vw;
        top: 19vw;
    }
    .section3 .imageContainer .section3-icon4 {
        right: -2vw;
        top: 5vw;
    }
    .section3 .box-container {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: center;
        /* gap: 2vw; */
        width: 96vw;
        margin-top: 9vw;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-left: 0;
        padding: 3vw 7vw
    }

    .section3 .container .box {
        border-radius: 2vw;
        width: 40vw;
        height: 23vw;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 2vw;
    }

    .section3 .container .box svg {
        width: 7vw;
        height: 7vw
    }

    .section3 .container .box h2 {
        font-size: 3.2vw;
        margin-top: 3vw;
        line-height: 1.3
    }

    .section4 .container {
        height: 347vw;
        padding-bottom: 13vw
    }

    body.webp-support .section4 .container {
        background-image: url(../images/section4-container-bg-mobile.webp)
    }

    body.webp-not-support .section4 .container {
        background-image: url(../images/section4-container-bg-mobile.png)
    }

    @keyframes rainbow-anim-up-to-down {
        0% {
            background-position: center 0
        }

        100% {
            background-position: center 1000px
        }
    }

    .section4 .container .imageContainer {
        display: flex;
        margin-right: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative
    }

    .section4 .section4-flow {
        width: 49vw;
        top: -57vw
    }

    .section4 .section4-flow2 {
        width: 54vw;
        top: auto;
        bottom: -170.4vw;
        display: block
    }

    .section4 .box-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        margin-bottom: 0;
        gap: 4vw;
        flex-direction: column;
        z-index: 2
    }

    .footer .logo,
    .section4 .container .textCont .mobile-text {
        display: block
    }

    .section4 .container .imageContainer img {
        width: 70vw
    }

    .section4 .container .textCont h1 {
        font-size: 7.5vw;
        line-height: 1.2;
        margin-top: 10vw
    }

    .section4 .container .textCont p {
        font-size: 4.5vw;
        margin: 5vw 0;
        padding: 0 16vw
    }

    .section4 .box-container .box {
        width: 70vw;
        border-radius: 3vw;
        padding: 5vw 3vw
    }

    .section4 .box-container .box img {
        width: 13vw;
        height: 13vw;
        margin-bottom: 4vw;
    }

    .section5 .container {
        height: 145vw;
        flex-direction: column;
    }

    body.webp-support .section5 .container {
        background-image: url(../images/section5-container-bg-mobile.webp)
    }

    body.webp-not-support .section5 .container {
        background-image: url(../images/section5-container-bg-mobile.png)
    }

    .section5 .textContainer {
        padding: 6vw 10vw 0;
        text-align: center
    }
    .section5 .textContainer h2 {
        font-size: 4.5vw;
        margin-top: 2vw;
    }
    .section5 .textContainer h2 span {
        font-size: 6.5vw;
    }
    .section5 .textContainer h1 {
        font-size: 6.5vw;
    }
    .textContainer h1 {
        font-size: 7vw;
    }
    .section1 .textContainer p, .section5 .textContainer p {
        font-size: 3.5vw;
        bottom: 9vw;
        margin-top: 2vw;
        padding: 0 12vw;
    }
    .section5 .cta {
        margin-top: 2vw;
    }
    .section5 .imageContainer .casino-table {
        width: 71vw;
        bottom: 16vw;
        right: 14vw;
    }

    .section5 .imageContainer .dice2 {
        width: 15vw;
        right: 27vw;
        top: 2vw;
    }

    .section5 .imageContainer .dice1 {
        width: 15vw;
        right: 41vw;
        top: 5vw;
    }

    .section5 .imageContainer .star-green-1 {
        width: 14vw;
        top: -1vw;
        left: 17vw;
        right: auto;
    }

    .section5 .imageContainer .star-blue {
        width: 7vw;
        right: 14vw;
        top: 30vw;
    }

    .section5 .imageContainer .star-yellow {
        width: 7vw;
        right: auto;
        top: 38vw;
        left: 15vw
    }

    .section6 .container {
        height: 207vw
    }

    body.webp-support .section6 .container {
        background-image: url(../images/section6-container-bg-mobile.webp)
    }

    body.webp-not-support .section6 .container {
        background-image: url(../images/section6-container-bg-mobile.png)
    }

    .section7 .container {
        height: 163vw
    }

    .section7 .container .bgAnimCont {
        top: 2.7vw;
        position: absolute;
        width: 88vw;
        height: 155vw;
        background-repeat: no-repeat;
        background-size: 230%;
        background-position: right 0;
        z-index: 0;
        animation-duration: 10s;
        border-radius: 12vw;
        animation-iteration-count: infinite
    }

    body.webp-support .section7 .container {
        background-image: url(../images/section7-container-bg-mobile.webp)
    }

    body.webp-not-support .section7 .container {
        background-image: url(../images/section7-container-bg-mobile.png)
    }

    .section7 .container h1 {
        font-size: 7vw;
        line-height: 1.2;
        margin-bottom: 10vw;
        padding: 0 8vw
    }

    .section7 .container .imageCont {
        justify-content: flex-start;
        /* gap: 2vw; */
        overflow-x: scroll;
        width: 100vw
    }

    .section7 .container .imageCont img {
        width: 46vw;
        margin: 0 1vw;
    }

    .section7 .cta-rainbow {
        margin-top: 11vw
    }

    .section7 .container p {
        font-size: 4vw;
        margin-bottom: 0
    }

    .section6 .circleContainer {
        height: 200vw;
        top: 2vw;
        border-radius: 11vw;
        width: 88vw
    }

    .section6 .circle {
        top: -30vw;
        width: auto;
        height: 257vw;
        position: relative
    }

    .section6 .container .textContainer {
        padding-right: 0;
        margin-top: 125vw
    }

    .section6 .imageCont {
        gap: 4vw;
        margin-bottom: 0;
        position: absolute;
        top: 85vw;
        overflow-x: scroll;
        width: 100vw;
        justify-content: flex-start
    }

    .section6 .zeus,
    .section6 .zeus-shine {
        position: absolute;
        right: -16vw;
        width: 100vw;
        bottom: 79vw
    }

    .section6 .racoon {
        position: absolute;
        right: auto;
        left: 10vw;
        width: 47vw;
        bottom: auto;
        top: 47vw;
        z-index: 0
    }

    .section6 .container h1 {
        font-size: 8vw;
        margin-bottom: 3vw
    }

    .section6 .container p {
        font-size: 4.5vw;
        margin-bottom: 6vw;
        padding: 0 21vw
    }

    .footer .container {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .footer {
        padding: 12vw 3vw 35vw
    }

    .footer .logo {
        width: 50vw;
        margin-bottom: 5vw
    }

    .footer .left-side p {
        font-size: 4vw;
        margin-bottom: 5vw
    }

    .footer .right-side div:first-child {
        text-align: right
    }

    .footer .right-side p {
        font-size: 4vw;
        max-width: 32vw;
    }

    .footer .right-side img {
        width: 6vw;
        margin-top: .2vw;
        margin-left: 5vw;
        margin-right: 5vw
    }

    .gradientBorder {
        height: 3vw
    }
}