.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;
}

h1,
h2,
h3 {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 900;
}

.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
}

.cta,
.loginBtn,
.signinBtn {
    border-radius: 9999px !important;
}

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%)
} */

body {
    background: linear-gradient(180deg, #0d359d 0%, #37ae7c 100%);
    background: linear-gradient(180deg, oklch(0.3813 0.1739 263.78) 35%, oklch(0.6722 0.1293 161.31) 100%);
}

.loader {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgb(13, 53, 157);
    background: oklch(0.3813 0.1739 263.78);
}

.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: #022251;
    padding: 1rem 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, #007D80 0, #0036A5 100%);
    background: linear-gradient(90deg, oklch(0.5351 0.091 197.74) 0%, oklch(0.3888 0.185 262.36) 100%);
}

.cta,
.signinBtn,
.loginBtn {
    background: linear-gradient(165deg, oklch(0.6296 0.2037 144.03) 0%, oklch(0.6296 0.2037 144.03) 20%, oklch(36.879% 0.11685 144.117) 100%);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    position: relative;
}

.cta {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
}

.box,
.cta-rainbow {
    background: rgba(0, 0, 0, 1)
}

.logo {
    width: 150px;
}

.loginBtn {
    font-size: 1.2rem;
    margin-right: 2rem;
}

.signinBtn,
.loginBtn {
    font-size: 1.35rem;
    border-radius: 8px;
    padding: 1rem 2.5rem;
    padding-top: 0.2rem;
    text-transform: uppercase;
}

.signinBtn::after {
    font-size: 0.65rem !important;
    bottom: -0.15rem !important;
    text-transform: capitalize;
    font-variation-settings: "wdth" 77, "wght" 280;
}

.loginBtn {
    padding: 0.6rem 2rem;
    background: linear-gradient(165deg, oklch(0.4267 0.1973 262) 0%, oklch(0.4267 0.1973 262) 20%, oklch(0.3044 0.1616 263.46) 100%);
}

section {
    overflow: hidden;
    padding-bottom: 1rem;
}

.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
}

.section1 .container {
    background: linear-gradient(-90deg, #FBD618 0%, #008A1E 50%);
    background: linear-gradient(-90deg, oklch(0.8814 0.1779 96.06) 0%, oklch(0.5501 0.176178 144.3983) 50%);
    border-radius: 2rem;
    border-top: 0.5rem solid #FBD618;
    box-shadow: 0px 5px 1rem rgba(0, 0, 0, 0.25);
}

.section1 .imageContainer,
.section1 .textContainer {
    width: 50%
}

.section5 .imageContainer {
    width: 60%;
}

.section5 .textContainer {
    width: 40%;
    padding-left: 5rem;
}

.section1 .imageContainer,
.section5 .imageContainer {
    position: relative;
    height: 100%;
}

.section1 .textContainer {
    padding-left: 3rem;
}

.section1 .textContainer h1 {
    color: #FBD618;
    font-size: 4rem;
    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;
    filter: drop-shadow(0px 3px 0px rgba(0, 0, 0, 0.25));
}

.section1 .textContainer h1 span {
    font-size: 2.5rem;
    text-transform: uppercase;
}

.section5 .textContainer h2 {
    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;
    margin-top: 0rem !important;
    text-align: center;
}

.section5 .textContainer h2 {
    font-family: tt-commons-pro;
    text-transform: uppercase;
    text-align: center;
    line-height: 1 !important;
}

.section5 .textContainer h2 span {
    font-family: tt-commons-pro, sans-serif;
    text-transform: uppercase;
}

.section5 .textContainer h1 {
    font-size: 12rem;
    margin-top: -3rem;
    line-height: 1.25;
    text-align: center;
    background: linear-gradient(180deg, #4ff767 0%, #3ab64c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section5 .textContainer h2:nth-of-type(2) {
    font-size: 4.5rem;
    background: linear-gradient(180deg, #4ff767 0%, #3ab64c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: tt-commons-pro, sans-serif;
    text-transform: uppercase;
    margin-top: -2.5rem !important;
}

.section5 .textContainer h1,
.section5 .textContainer h2 {
    margin-left: -4rem;
    filter: drop-shadow(0px 3px 0px rgba(0, 0, 0, 0.25));
}

.section5 .textContainer h3 {
    text-transform: uppercase;
    color: #FFF !important;
    font-size: 2rem !important;
    text-align: center;
    margin-left: -4rem;
}

.section5 .textContainer p {
    padding-right: 0 !important;
    font-family: tt-commons-pro, sans-serif;
}

@keyframes heartbeat {

    0%,
    100% {
        transform: scale(1) translateX(0px);
    }

    50% {
        transform: scale(1.1) translateX(1rem);
    }
}

@keyframes scale {

    0%,
    25%,
    100% {
        transform: scale(1);
    }

    12.5% {
        transform: scale(1.05);
    }
}


.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.75rem;
    border-radius: .7rem;
    padding: .5rem 2rem;
    z-index: 1;
    min-width: 12rem;
    text-align: center;
    display: inline-block;
    padding-top: .2rem;
    padding-bottom: 1.2rem;
}

.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: 600;
    font-size: 0.6rem;
    bottom: -0.1rem;
    text-align: center;
    left: 0;
    width: 100%;
}

.section1 .cta::after,
.section5 .cta::after {
    font-size: 0.8rem !important;
}

.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.1;
    margin-top: 2.5rem;
    position: relative;
    z-index: 1
}

.section1 .textContainer h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.section1 .textContainer h2,
.section5 .textContainer h2 {
    font-size: 2.3rem
}

.section1 .textContainer h2 span,
.section5 .textContainer h2 span {
    font-size: 3.6rem;
    color: #f7d74d
}

.section5 .textContainer h2 span {
    display: block;
    animation: 3s ease 0s infinite normal forwards running scale;
}

.section5 .textContainer h1 {
    animation: 3s ease 1.5s infinite normal forwards running scale;
}

.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
}

.section1 .textContainer p {
    margin-top: 1.5rem;
}

.section2 .container,
.section3 .container {
    box-shadow: 0px 5px 1rem rgba(0, 0, 0, 0.25);
}

.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: rgb(255, 255, 255);
    text-shadow: rgb(0, 54, 165) 2px 4px 0px;
    font-size: 3.5rem;
    line-height: 1;
    z-index: 1;
    text-transform: uppercase;
}

.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: 27rem;
    top: 7.5rem;
    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: -0.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: 9rem;
    top: 4rem;
    right: 20rem
}

.section1 .star-green-2 {
    width: 10.5rem;
    top: 0.5rem;
    right: 2rem;
}

.section1 .star-yellow {
    width: 7rem;
    top: 12rem;
    right: 3rem;
}

@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;
    gap: 3rem;
}

.section3 .container {
    height: 15.2rem;
}

.section2 .container {
    border-radius: 2rem;
    border-top: 0.5rem solid #f42abb;
    background: linear-gradient(180deg, #FBD618 0%, #008A1E 60%);
    background: linear-gradient(180deg, oklch(0.8814 0.1779 96.06) 0%, oklch(0.5501 0.176178 144.3983) 60%);

}

/* 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: 2.25rem;
    z-index: 1;
    color: #FFFFFF;
    /* text-shadow: 0px 1.5px 0px #A50077, 0px 9.95336px 34.8368px #FBD618, 0px 9.95336px 34.8368px #FBD618, 0px 9.95336px 35.3344px #FBD618; */
}

.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; */
    background: linear-gradient(to right, rgba(114, 8, 183, 1), rgba(251, 214, 24, 1), rgba(255, 131, 205, 1), rgba(114, 8, 183, 1)) 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;
    filter: drop-shadow(0px 3.83984px 3.83984px rgba(0, 0, 0, 0.25));
}

.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: 700;
    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 #50F968;
    border-left: 1.479px solid #50F968;
    background: #008A1E;
    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: 2.8rem;
    margin-left: -0.3rem;
    margin-bottom: -1rem;
    margin-top: -0.5rem;
}

.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,
.footer p b,
.section2 .contentCont div div p {
    font-family: proxima-nova, sans-serif;
    font-weight: 700
}

.section2 .contentCont div div a {
    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 .container {
    background: linear-gradient(18deg, #FBD618 10%, #00891D 80%);
    background: linear-gradient(18deg, oklch(0.8814 0.1779 96.06) 10%, oklch(0.5472 0.1756 144.32) 80%);
    border-radius: 2rem;
    border-top: 0.5rem solid #fbd618;
}

.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 3.5rem;
    background-repeat: repeat-x;
    background-position: -2rem 11rem;
    animation-name: colorfull-lines-anim;
    animation-duration: 10s;
    z-index: 1
} */

/* @keyframes colorfull-lines-anim {
    0% {
        background-position: -2rem 11rem;
    }

    100% {
        background-position: 55.5rem 11rem;
    }
} */

/* 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: 8.7rem;
    z-index: 2;
    animation-name: section3-icon-anim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    transform: translate(0%, 0%) rotate(-20deg);
}

.section3 .imageContainer .section3-icon1 {
    bottom: -4rem;
    left: 4rem;
    animation: section3-icon-anim1 4s ease-in-out infinite;

}

.section3 .imageContainer .section3-icon2 {
    right: 2rem;
    bottom: -3.9rem;
    animation: section3-icon-anim2 4s ease-in-out infinite;
}

.section3 .imageContainer .section3-icon3 {
    left: 10rem;
    top: -4.5rem;
    animation: section3-icon-anim3 3.5s ease-in-out infinite;
}

.section3 .imageContainer .section3-icon4 {
    right: 10rem;
    top: -5rem;
    animation: section3-icon-anim4 4.5s ease-in-out infinite;
}

@keyframes section3-icon-anim {
    0% {
        transform: rotate(-20deg);
    }

    50% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(-20deg);
    }
}

@keyframes section3-icon-anim1 {
    0% {
        transform: translate(0%, 0%) rotate(-20deg);
    }

    20% {
        transform: translate(4px, 4px) rotate(-18deg);
    }

    40% {
        transform: translate(12px, 6px) rotate(-16deg);
    }

    60% {
        transform: translate(8px, 4px) rotate(-23deg);
    }

    80% {
        transform: translate(12px, 6px) rotate(-25deg);
    }

    100% {
        transform: translate(0%, 0%) rotate(-20deg);
    }
}

@keyframes section3-icon-anim2 {
    0% {
        transform: translate(0%, 0%) rotate(-20deg);
    }

    25% {
        transform: translate(5px, 10px) rotate(-18deg);
    }

    50% {
        transform: translate(6px, 6px) rotate(-22deg);
    }

    75% {
        transform: translate(4px, 8px) rotate(-19deg);
    }

    100% {
        transform: translate(0%, 0%) rotate(-20deg);
    }
}

@keyframes section3-icon-anim3 {
    0% {
        transform: translate(0%, 0%) rotate(-20deg);
    }

    25% {
        transform: translate(4px, 8px) rotate(-19deg);
    }

    50% {
        transform: translate(5px, 10px) rotate(-18deg);
    }

    75% {
        transform: translate(6px, 6px) rotate(-22deg);
    }

    100% {
        transform: translate(0%, 0%) rotate(-20deg);
    }

}

@keyframes section3-icon-anim4 {
    0% {
        transform: translate(0%, -0%) rotate(-20deg);
    }

    20% {
        transform: translate(12px, 6px) rotate(-30deg);
    }

    40% {
        transform: translate(8px, 4px) rotate(-23deg);
    }

    60% {
        transform: translate(6px, 6px) rotate(-16deg);
    }

    80% {
        transform: translate(10px, 4px) rotate(-18deg);
    }

    100% {
        transform: translate(0%, 0%) 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: rgb(255, 255, 255);
    font-size: 3rem;
    font-style: normal;
    line-height: 139.829%;
    padding: 0 10rem;
    text-shadow: rgb(0, 54, 165) 2px 4px 0px;
    text-transform: uppercase;
}

.section3 .contentCont {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative
}

.section3 .container p {
    color: #FFFFFF;
    text-align: center;
    font-family: tt-commons-pro, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    z-index: 1;
    margin-top: 0rem;
}

.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
    }
}

.section5 .container {
    background: linear-gradient(90.42deg, #008A1E 11.7%, #FBD618 88.3%);
    background: linear-gradient(90.42deg, oklch(0.5501 0.176178 144.3983) 11.7%, oklch(0.8814 0.1779 96.06) 88.3%);
    border-radius: 2rem;
    box-shadow: 0px 5px 1rem rgba(0, 0, 0, 0.25);
    border-top: 0.5rem solid #f42abb;
}

/* 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: 40rem;
    bottom: 2.5rem;
    right: -1.5rem;
}

.section5 .imageContainer .dice1 {
    width: 18.5rem;
    right: 13.5rem;
    top: -2rem;
    animation-name: dice-anim;
    animation-duration: 3s
}

@keyframes dice-anim {

    0%,
    100% {
        transform: rotateZ(0)
    }

    50% {
        transform: rotateZ(180deg)
    }
}

.section5 .imageContainer .dice2 {
    width: 18.5rem;
    right: 7rem;
    top: 5rem;
    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: 10rem;
    top: 1rem;
    right: 28rem;
}

.section5 .imageContainer .star-green-2 {
    width: 11rem;
    top: 0rem;
    right: 2rem;
}

.section5 .imageContainer .star-blue {
    width: 3rem;
    right: 3rem;
    top: 15rem;
}

.section5 .imageContainer .star-yellow {
    width: 12.5rem;
    right: 32rem;
    top: 14rem;
}

.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 a,
.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: #022251;
    align-items: center;
    padding: 9rem 1rem
}

.footer p {
    color: #fff;
    font-size: 1.2rem
}

.footer .logo {
    width: 9rem;
}

.footer .right-side {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5rem;
}

.footer .right-side img {
    width: 1.7rem;
    margin-top: .19rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem
}

.footer .right-side a,
.footer .right-side b {
    display: block;
    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 4vw;
        padding-bottom: 4vw;
        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;
        text-transform: uppercase;
    }

    .stickyBottom .textContainer h1 {
        font-size: 4.5vw;
        background: linear-gradient(180deg, #4ff767 0%, #3ab64c 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: scale 2s ease infinite normal forwards running;
        text-transform: uppercase;
        line-height: 1;
    }

    .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: 30vw;
    }

    .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 !important;
        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;
    }

    .section1 .popup-container {
        background: #0036A5;
    }

    /*  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: 10vw;
        position: relative;
        width: 80vw;
        height: 115vw;
        background-size: cover;
        background-position: center;
        margin-top: 33vw;
        border-top: 2vw solid #f42abb;
    }

    .section1 .popup-container img {
        width: 72vw;
        position: absolute;
        top: -27vw;
        left: 16vw
    }

    .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 .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
    }

    .section5 .textContainer h3 {
        padding: 0;
    }

    .section1 .textContainer h2,
    .section1 .textContainer h3 {
        margin-top: 4vw;
    }

    .section1 .popupModal .cta {
        margin-top: 6vw;
    }

    .section1 .popupModal .close-modal {
        position: absolute;
        width: 8vw;
        top: 6vw;
        right: 8vw;
        cursor: pointer;
        z-index: 1;
        left: auto
    }

    .section1 .popupModal h2 {
        color: #fff7e4;
        font-style: normal;
        font-weight: 800;
        font-size: 6vw;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
        text-align: center;
        line-height: 1.25;
    }

    .section1 .popupModal h2 span {
        font-size: 8.5vw;
        display: block;
        color: #f7d74d;
        font-family: tt-commons-pro, sans-serif;
        animation: 3s ease 0s infinite normal forwards running scale;
    }

    .section1 .popupModal h1 {
        font-size: 27.5vw;
        text-align: center;
        background: linear-gradient(180deg, #4ff767 0%, #3ab64c 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: -3rem;
        animation: 3s ease 1.5s infinite normal forwards running scale;
        line-height: 1.2;
    }

    .section1 .popupModal h2:nth-of-type(2) {
        font-size: 10.5vw;
        margin-top: -2.5rem !important;
    }

    .section1,
    .section2,
    .section3,
    .section5 {
        padding: 3vw 8vw;
    }

    .section1 .container {
        height: 230vw;
        flex-direction: column;
        border-radius: 10vw;
        border-top: 2vw solid #FBD618;
    }

    /* 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 {
        font-size: 10vw;
        /* text-shadow: 0px 2px 0px #A50077; */
    }

    .section1 .textContainer h2 {
        font-size: 6vw;
    }

    .section1 .textContainer p {
        padding: 0 3vw !important;
    }

    @keyframes heartbeat {

        0%,
        100% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.1);
        }
    }

    .section5 .textContainer h1 {
        font-size: 7.5vw
    }

    .section1 .textContainer h2 span,
    .section5 .textContainer h2 span {
        font-size: 8vw
    }

    .section5 .textContainer h2 span {
        display: block;
    }

    .section5 .textContainer h2 {
        font-size: 8vw;
        margin-top: 4vw;
        margin-left: 0;
    }

    .section5 .textContainer h3 {
        margin-left: 0;
    }

    .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: 6vw;
        border-radius: 2vw;
        padding: 1.5vw 7vw;
        min-width: 30vw;
        padding-top: 0;
        padding-bottom: 2.5vw;
    }

    .cta::after {
        font-size: 2.5vw !important;
        bottom: -1.75vw !important;
        font-weight: 400 !important;
    }

    .section1 .slot-machine {
        width: 60vw;
        top: 5vw;
        right: 11vw;
    }

    .section1 .coins {
        width: 53vw;
        top: 65vw;
        right: 15vw
    }

    .section1 .cat {
        width: 38vw;
        top: 36vw;
        right: -4vw
    }

    .section1 .mouse {
        width: 19vw;
        bottom: 22vw;
        right: 7vw
    }

    .section1 .necromancer {
        width: 31vw;
        top: 20vw;
        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: 18vw;
        top: 17vw;
        right: 0vw;
    }

    .section1 .star-green-2 {
        width: 20vw;
        top: -2vw;
        right: 2vw;
    }

    .section1 .star-blue {
        width: 5vw;
        top: 29vw;
        right: 5vw
    }

    .section1 .star-green-1 {
        width: 25vw;
        top: -4vw;
        left: 0vw
    }

    .section2 .container {
        background-position: center;
        height: 168vw;
        border-top: 2vw solid #f42abb;
        border-radius: 10vw;
    }

    /* 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: 7vw;
        line-height: 1.2;
        margin-bottom: 10vw;
        padding: 0 4vw;
        /* text-shadow: 0 1vw 5vw var(--F7D74D, #f7d74d), 0 1vw 5vw var(--F7D74D, #f7d74d), 0 1vw 27.038px var(--F7D74D, #f7d74d); */
        text-shadow: rgb(0, 54, 165) 2px 3px 0px;
    }

    .section2 .container h3 {
        font-size: 7vw;
        padding: 0 2vw;
        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: 5vw;
        padding-bottom: 5vw;
        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;
        border-radius: 10vw;
        border-top: 2vw solid #fbd618;
    }

    .section3 .container::before {
        content: "";
        width: 88.5vw;
        background-size: auto 13vw;
        background-position: -10vw 60vw;
    }

    @keyframes colorfull-lines-anim {
        0% {
            background-position: -10vw 60vw;
        }

        100% {
            background-position: 203.3vw 60vw;
        }
    }

    .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;
    }

    .section3 .imageContainer img {
        width: 27vw;
    }

    .section3 .imageContainer .section3-icon1 {
        bottom: -9vw;
        left: -11vw;
    }

    .section3 .imageContainer .section3-icon2 {
        right: -12vw;
        bottom: 4vw;
    }

    .section3 .imageContainer .section3-icon3 {
        left: -11vw;
        top: 9vw;
    }

    .section3 .imageContainer .section3-icon4 {
        right: -10vw;
        top: 0vw;
    }

    .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: 90rem;
        flex-direction: column;
        border-radius: 10vw;
        border-top: 2vw solid #f42abb;
    }

    @media (max-height: 780px) {
        .section5 .container {
            height: 85rem;
        }
    }

    /* 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: 6vw;
        margin-top: 1vw;
    }

    .section5 .textContainer h2 span {
        font-size: 8.5vw;
    }

    .section5 .textContainer h1 {
        font-size: 27.5vw;
        margin-left: 0;
    }

    .section5 .textContainer h2:nth-of-type(2) {
        font-size: 10.5vw;
    }

    .section5 .textContainer h3 {
        margin-top: 3vw;
    }

    .textContainer h1 {
        font-size: 7vw;
    }

    .section1 .textContainer p,
    .section5 .textContainer p {
        font-size: 3.5vw;
        bottom: 9vw;
        margin-top: 2vw;
        padding: 0 12vw;
    }

    .section5 .textContainer p {
        width: 100%;
        padding: 0 !important;
        text-align: center;
        bottom: 3vw;
    }

    .section5 .cta {
        margin-top: 2vw;
    }

    .section5 .imageContainer .casino-table {
        width: 71vw;
        bottom: 16vw;
        right: 6vw;
    }

    .section5 .imageContainer .dice2 {
        width: 30vw;
        right: 18.5vw;
        top: 0vw;
    }

    .section5 .imageContainer .dice1 {
        width: 30vw;
        right: 35vw;
        top: -3.5vw;
    }

    .section5 .imageContainer .star-green-1 {
        width: 18vw;
        top: 14vw;
        left: 7vw;
        right: auto;
    }

    .section5 .imageContainer .star-blue {
        width: 7vw;
        right: 14vw;
        top: 30vw;
    }

    .section5 .imageContainer .star-yellow {
        width: 27vw;
        right: auto;
        top: 38vw;
        left: 5vw;
    }

    .section5 .imageContainer .star-green-2 {
        display: block;
        width: 17vw;
        top: 20vw;
        right: 4vw;
    }

    .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;
        font-weight: 400;
    }

    .footer .right-side img {
        width: 6vw;
        margin-top: .2vw;
        margin-left: 5vw;
        margin-right: 5vw
    }

    .gradientBorder {
        height: 3vw
    }
}