.landing-page {
    background: #ED1112;
    background: radial-gradient(circle,rgba(237, 17, 18, 1) 0%, rgba(188, 4, 5, 1) 50%, rgba(161, 0, 1, 1) 90%);
}

.campain-main-logo {
    position: absolute;
    z-index: 10;
    width: 0;
    max-width: 550px;
    left: 48.5%;
    top: 47.5%;
    transform: translateX(-45%) translateY(-50%) scale(0);
    transition: 0.4s all cubic-bezier(.28,1.92,.57,.67);
}

.campain-main-logo.animation {
    width: 95%;
    transform: translateX(-45%) translateY(-50%) scale(1);
    transition: 0.4s all cubic-bezier(.28,1.92,.57,.67);
}

.campain-main-logo img {
    width: 100%;
    height: 100%;
}

.landing-page .btn-cta {
    position: absolute;
    border: none;
    background-color: transparent;
    z-index: 10;
    width: 0;
    height: 50px;
    max-width: 250px;
    left: 50%;
    top: 90%;
    transform: translateY(-300%) translateX(-50%) scale(0);
    transition: 0.4s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
    cursor: pointer;
}

.landing-page .btn-cta.animation {
    width: 90%;
    transform: translateY(-300%) translateX(-50%) scale(1);
    transition: 0.4s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.landing-page .condition-cta {
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translateY(-300%) translateX(-50%) scale(0);
    text-decoration: underline;
    border: none;
    background-color: transparent;
    font-size: 18px;
    color: white;
    transition: 0.4s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.landing-page .condition-cta.animation {
    transform: translateY(-300%) translateX(-50%) scale(1);
    transition: 0.4s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


.landing-page .btn-cta.animation:active {
    transform: translateY(-300%) translateX(-50%) scale(0.95);
    transition: 0.1s all linear;
}

.landing-page .btn-cta img {
    width: 100%;
    height: 100%;
}

.landing-page .btn-cta p {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 24px;
    color: black;
    font-weight: bold;
}

.landing-page .btn-cta:active {
    transform: translateY(-300%) translateX(-50%) scale(0.95);
    transition: 0.1s all linear;
}

.um-rt {
    position: absolute;
    right: -5vw;
    top: 12.5%;
    width: 30vw;
    max-width: 250px;
    height: auto;
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
}

.um-rt img {
    position: absolute;
    width: 100%;
    animation: spin-reverse 10s linear infinite;
}

.horse-t {
    position: absolute;
    left: -2.5%;
    top: 5px;
    width: 25vw;
    max-width: 200px;
    height: auto;
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
}

.horse-t img {
    width: 100%;
    animation: slide-t 5s linear infinite;
}

.horse-b {
    position: absolute;
    right: -5%;
    bottom: -3.5%;
    width: 20vw;
    max-width: 200px;
    height: auto;
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
}

.horse-b img {
    width: 100%;
    animation: slide-t 3s linear infinite;
}

.um-lt {
    position: absolute;
    left: -10vw;
    top: 2.5%;
    width: 45vw;
    max-width: 360px;
    height: auto;
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
}

.um-lt img {
    position: absolute;
    width: 100%;
    animation: spin 20s linear infinite;
}

.cloud-t {
    position: absolute;
    z-index: 10;
    width: 15vw;
    max-width: 220px;
    height: auto;
    right: calc(6.5% + 80px);
    top: calc(7.5% + 100px);
    transform: scale(0);
}

.um-lt-small {
    position: absolute;
    left: -5%;
    top: calc(5vw + 190px);
    width: 15vw;
    max-width: 150px;
    height: auto;
    z-index: 12;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
}

.um-lt-small img {
    position: absolute;
    width: 100%;
    animation: spin-reverse 15s linear infinite;
}

.um-rb {
    position: absolute;
    right: -5vw;
    bottom: -2.5vw;
    width: 23vw;
    max-width: 280px;
    height: auto;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
}

.um-rb img {
    width: 100%;
    animation: spin-reverse 15s linear infinite;
}

.um-lb {
    position: absolute;
    left: -10%;
    bottom: -2.5%;
    width: 200vw;
    max-width: 220px;
    height: auto;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
}

.um-lb img {
    width: 100%;
    animation: spin 15s linear infinite;
}

.cloud-b {
    position: absolute;
    z-index: 8;
    width: 120px;
    height: auto;
    left: calc(6.5% + 80px);
    bottom: calc(2.5% + 50px);
    /* animation: slide-lr 5s linear infinite; */
    transform: scale(0);
}

.cloud-lb {
    position: absolute;
    z-index: 8;
    width: 120px;
    height: auto;
    left: -2.5vw;
    bottom: calc(20% + 50px);
    /* animation: slide-rl 5s linear infinite; */
    transform: scale(0);
}

.um-rt-circle-shadow {
    height: 85px;
    width: 85px;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: -2px 42px 90px 22px rgba(0,0,0,0.75);
        -webkit-box-shadow: -2px 42px 90px 22px rgba(0,0,0,0.75);
        -moz-box-shadow: -2px 42px 90px 22px rgba(0,0,0,0.75);
}

.um-lt-circle-shadow {
    height: 140px;
    width: 140px;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: -2px 42px 90px 22px rgba(0,0,0,0.75);
        -webkit-box-shadow: -2px 42px 90px 22px rgba(0,0,0,0.75);
        -moz-box-shadow: -2px 42px 90px 22px rgba(0,0,0,0.75);
}

.um-lt-small-circle-shadow {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: -2px 12px 30px 7px rgba(0,0,0,0.75);
        -webkit-box-shadow: -2px 12px 30px 7px rgba(0,0,0,0.75);
        -moz-box-shadow: -2px 12px 30px 7px rgba(0,0,0,0.75);
}



.campain-main-logo.animation {
    transform: translateX(-45%) translateY(-50%) scale(1);
    transition: 0.4s all cubic-bezier(.28,1.92,.57,.67);
}

.landing-page .btn-cta.animation {
    transform: translateY(-300%) translateX(-50%) scale(1);
    transition: 0.1s all linear;
}

.landing-page .condition-cta.animation {
    transform: translateY(-300%) translateX(-50%) scale(1);
    transition: 0.1s all linear;
}

.tricker-img.animation {
    transform: scale(1);
    transition: 0.3s all ease-in-out;
}

.tricker-img.animation {
    transform: scale(1);
    transition: 0.3s all ease-in-out;
}
.horse-b.tricker-img.animation {
    transform: rotate(20deg) scale(1);
    transition: 0.3s all ease-in-out;
}

.slide-lr {
    animation: slide-lr 5s linear infinite;
}

.slide-rl {
    animation: slide-rl 10s linear infinite;
}

.slide-rll {
    animation: slide-rl 15s linear infinite;
}

/* term popup */
.term-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    z-index: -5;
    width: 100%;
    background-color: #ED1112;
    transition: 0.3s all cubic-bezier(.28,1.92,.57,.67);
}

.term-popup.show {
    z-index: 100;
    transform: scale(1);
    transition: 0.3s all cubic-bezier(.28,1.92,.57,.67);
}

.term-popup .scroll-frame {
    top: 160px;
}

.term-popup .close-popup-btn-cta {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    position: relative;
    /* bottom: 7.5%; */
    left: 50%;
    width: 230px;
    transform: translateX(-50%);
    background-color: transparent;
    border: none;
    z-index: 10;
    top: 200px;
}

.term-popup .close-popup-btn-cta img {
    width: 100%;
    height: 100%;
}

.term-popup .close-popup-btn-cta p {
    font-size: 24px;
    font-weight: bold;
    position: absolute;
}

.term-popup .how-to-play-scroll-block {
    min-height: unset !important;
    max-height: 60vh !important;
}


/* @media only screen and (max-height: 1000px) {
    .landing-page .btn-cta.animation {
        top: 88.5%;
        transform: translateY(-50%) translateX(-50%) scale(1) ;
        transition: 0.4s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    .landing-page .condition-cta.animation {
        top: 90.5%;
        transform: translateY(100%) translateX(-50%) scale(1) ;
        transition: 0.4s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
} */


@media only screen and (max-height: 768px) {
    .campain-main-logo.animation {
        width: 350px;
    }
} 

@media only screen and (max-width: 991px) {
    .landing-page .btn-cta.animation {
        top: 88.5%;
        transform: translateY(-200%) translateX(-50%) scale(1) ;
        transition: 0.4s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    .landing-page .condition-cta.animation {
        top: 90.5%;
        transform: translateY(-200%) translateX(-50%) scale(1) ;
        transition: 0.4s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .campain-main-logo {
        max-width: 500px;
    }

    .um-rb {
        right: -10%;
        bottom: -5%;
        width: 230px;
    }

    .um-lb {
        left: -10%;
        bottom: -2.5%;
        width: 160px;
    }

    .cloud-b {
        left: 20px;
        bottom: calc(2.5% + 50px);
        width: 120px;
    }

    .cloud-lb {
        left: -10%;
        bottom: calc(20% + 50px);
        width: 120px;
    }

}

@media only screen and (max-width: 768px) {
    .campain-main-logo.animation {
        width: 55%;
        min-width: 370px;
    }
    
}

@media only screen and (max-width: 768px) { 
    .campain-main-logo.animation {
        width: 100%;
    }
}


@media only screen and (max-width: 460px) {
    .btn-cta {
        top: 87.5%;
        transform: translateY(-300%) translateX(-50%) scale(0);
        transition: 0.4s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    .btn-cta.animation {
        width: 90%;
        transform: translateY(-300%) translateX(-50%) scale(1);
        transition: 0.4s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .landing-page .condition-cta {
        transform: translateY(-300%) translateX(-50%) scale(0);
        transition: 0.4s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .landing-page .condition-cta.animation {
        top: 87.5%;
        transform: translateY(-300%) translateX(-50%) scale(1);
        transition: 0.4s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .landing-page .btn-cta.animation {
        top: 88.5%;
        transform: translateY(-300%) translateX(-50%) scale(1);
        transition: 0.4s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .um-rt {
        right: -10%;
        top: 12.5%;
        width: 190px;
    }

    .horse-t {
        left: -2.5%;
        top: 5px;
        width: 160px;
    }

    .horse-b {
        right: -5%;
        bottom: -5.5%;
        width: 140px;
    }

    .um-lt {
        left: -15%;
        top: 2.5%;
        width: 260px;
    }

    .cloud-t {
        right: calc(6.5% + 80px);
        top: calc(7.5% + 100px);
        width: 150px;
    }

    .um-lt-small {
        left: -5%;
        top: calc(7.5% + 145px);
        width: 100px;
    }

    .um-rb {
        right: -10%;
        bottom: -5%;
        width: 230px;
    }

    .um-lb {
        left: -10%;
        bottom: -2.5%;
        width: 160px;
    }

    .cloud-b {
        left: 20px;
        bottom: calc(2.5% + 50px);
        width: 120px;
    }

    .cloud-lb {
        left: -10%;
        bottom: calc(20% + 50px);
        width: 120px;
    }

}

@media only screen and (max-width: 400px) {
    .campain-main-logo {
        z-index: 13;
        left: 47.5%;
        top: 42.5%;
        transform: translateX(-45%) translateY(-50%) scale(0);
    }

    .campain-main-logo.animation {
        width: 65%;
        min-width: unset;
        transform: translateX(-45%) translateY(-50%) scale(1);
        transition: 0.4s all cubic-bezier(.28,1.92,.57,.67);
    }

    .landing-page .btn-cta {
        top: 95.5%;
        transform: translateY(-300%) translateX(-50%) scale(0);
        transition: 0.4s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .landing-page .btn-cta.animation {
        width: 100%;
        transform: translateY(-200%) translateX(-50%) scale(1);
        transition: 0.4s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .landing-page .condition-cta {
        top: 86.5%;
        transform: translateY(-300%) translateX(-50%) scale(0);
        transition: 0.4s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .landing-page .condition-cta.animation {
        transform: translateY(-130%) translateX(-50%) scale(1);
        transition: 0.4s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .cloud-t {
        width: 100px;
        right: calc(6.5% + 80px);
        top: calc(0% + 100px);
    }

    .um-rt {
        right: -10%;
        top: 12.5%;
        width: 150px;
    }

    .um-lt {
        left: -15%;
        top: 2.5%;
        width: 200px;
    }

    .um-lt-small {
        top: calc(5% + 145px);
        width: 70px;
    }

    .horse-t {
        top: 5px;
        width: 120px;
    }

    .cloud-b {
        width: 80px;
        bottom: calc(2.5% + 5px);
    }

    .um-lb {
        bottom: -2.5%;
        width: 140px;
    }

    .um-rb {
        width: 180px;
        bottom: -7.5%;
    }

    .cloud-lb {
        width: 100px;
    }

    .condition-cta {
        font-size: 17px;
    }

    .landing-page .btn-cta.animation {
        top: 85%;
    }

    .landing-page .condition-cta.animation {
        top: 86.5%;
    }

    .cloud-b {
        left: 20px;
    }
}

@media only screen and (max-height: 1024px) and (orientation: landscape) {

    .campain-main-logo.animation {
        top: 28.5%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
}

@media only screen and (max-height: 991px) {
    .term-popup .how-to-play-scroll-block {
        max-height: 50vh !important;
    }

    .cloud-t {
        right: calc(6.5% + 120px);
        top: calc(7.5% + 50px);
        width: 100px;
    }

    .um-rb {
        width: 200px;
    }

    .campain-main-logo.animation {
        width: 85%;
    }
}

@media only screen and (max-height: 991px) and (orientation: landscape) {

    .campain-main-logo.animation {
        top: 28.5%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }

    .term-popup .how-to-play-scroll-block {
        max-height: 55vh !important;
    }
}

@media only screen and (max-height: 768px) {
    .term-popup .how-to-play-scroll-block {
        max-height: 45vh !important;
    }

    .landing-page .btn-cta.animation {
        top: 88.5%;
        transform: translateY(-220%) translateX(-50%) scale(1);;
    }
    .landing-page .condition-cta.animation {
        top: 90.5%;
        transform: translateY(-220%) translateX(-50%) scale(1);;
    }

    .um-rb {
        max-width: 180px;
    }

    .um-rt {
        width: 150px;
    }

    .cloud-t {
        right: calc(6.5% + 120px);
        top: calc(7.5% + 20px);
        width: 100px;
    }

    .horse-t {
        width: 110px;
    }

    .um-lt {
        width: 200px;
    }

    .um-lb {
        width: 120px;
    }

    .cloud-b {
        width: 80px;
    }

    .campain-main-logo.animation {
        width: 85%;
    }

}


@media only screen and (max-height: 768px) and (orientation: landscape) {

    .campain-main-logo.animation {
        top: 28%;
        left: 50%;
        width: 35%;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }

    .term-popup .close-popup-btn-cta {
        bottom: 10%;
    }

    .term-popup .how-to-play-scroll-block {
        max-height: 32vh !important;
    }

}

@media only screen and (max-height: 600px) {
    .term-popup .how-to-play-scroll-block {
        max-height: 40vh !important;
    }
}

@media only screen and (max-height: 560px) {
    .term-popup .how-to-play-scroll-block {
        max-height: 35vh !important;
    } 
}

@media only screen and (max-height: 460px) {
    .term-popup .how-to-play-scroll-block {
        max-height: 25vh !important;
    } 
}

@media only screen and (max-height: 460px) and (orientation: landscape) {
    .campain-main-logo.animation {
        width: 30%;
        min-width: 250px;
        max-width: 270px;
        left: 50%;
        top: 0;
        transform: translateX(-50%) scale(1);
    }

    .horse-b {
        right: -4.5%;
        bottom: 0;
    }

    .horse-t {
        width: 130px;
    }

    .um-l,
    .um-rt {
        width: 170px;
    }

    .um-lt {
        width: 200px;
    }

    .um-rb {
        width: 190px;
    }

    .landing-page .btn-cta.animation {
        top: 95.5%;
        max-width: 200px;
        height: 40px;
    }

    .landing-page .condition-cta.animation {
        top: 100%;
    }

    .logo-header {
        top: 30px;
        width: 140px;
    }

    .frame-wrapper {
        top: 50px;
    }

    .term-popup .scroll-frame {
        top: 120px;
    }

    .scroll-frame-header.termfirst {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
        
    }

    .rule-title {
        font-size: 20px;
    }

    .rule-title-small {
        font-size: 18px;
    }

    .rule-details {
        font-size: 16px;
    }

    .how-to-play-scroll-block {
        min-height: 120px;
        height: 120px;
    }

    .term-popup .close-popup-btn-cta {
        height: 40px !important;
        width: 200px !important;
        top: 150px !important;
    }

    .term-popup .how-to-play-scroll-block {
        max-height: 30vh !important;
    }
}

@media only screen and (max-height: 400px) {
    .campain-main-logo.animation {
        width: 65%;
    }
}

@media only screen and (max-height: 400px) and (orientation: landscape) { 
    .term-popup .scroll-frame {
        top: 140px;
    }
}



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

  to {
    transform: rotate(360deg);
  }
}

@keyframes spin-reverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes slide-lr {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(15px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slide-rl {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slide-t {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0px);
    }
}


#home_start img,
#home_start p {
  pointer-events: none;
}
