/* START BANNER */

main {
    margin-top: -88px !important;
    max-width: 1700px;
    margin: auto;
}

#home-banner {
    background-color: none;
    position: relative;
    /* clip-path: inset(0); */
    /* margin-top: -89px; */
    /* padding-bottom: 11rem; */
}

.home-banner-desktop {
    position: relative;
    /* clip-path: inset(0); */
    background-color: var(--background-primary);
    min-height: 550px;
    /* padding-bottom: 1rem; */
}

    .home-banner-desktop-main {
        padding-top: 0rem;
        padding-bottom: 0rem;
        height: 1750px;
    }

@media (max-width: 1400px) {
    .home-banner-desktop-main {
        /* padding-top: 4.5rem; */
    }
    .home-banner-desktop-main img {
        /* transform: scale(120%); */
    }
}

.banner_main_desktop-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.banner_main_desktop-2 img {
    position: relative;
    z-index: 1;
    /* object-fit: fill !important; */
    /* height: auto; */
    /* width: auto !important; */
    height: 750px;
}

.banner_main_desktop-2:after {
    content: "";
    width: 200px;
    height: 50px;
    /* background: red; */
    display: block;
    position: absolute;
    top: 20%;
    right: 0%;
    z-index: -1;
    border-radius: 50px;
    box-shadow: 0px -10px 30px rgba(148, 201, 60, 0.7);
    animation: shadowPulse 1.5s infinite;
}

@keyframes shadowPulse {
    0% {
        transform: rotate(0deg) translateX(0vw) translateY(0vh);
    }
    40% {
        transform: rotate(0deg) translateX(-18vw) translateY(0vw);
    }
    /* 41% {
        box-shadow: 0px -30px 150px rgba(148, 201, 60, 1);
        transform: rotate(-45deg) translateX(-20vw) translateY(-24vh);
    } */
    50% {
        box-shadow: 0px -30px 100px rgba(148, 201, 60, 1);
        transform: rotate(0deg) translateX(-40vw) translateY(10vh);
    }
    /* 55% {
        transform: rotate(-45deg) translateX(-40vw) translateY(-35vh);
    } */
    60% {
        transform: rotate(0deg) translateX(-60vw) translateY(30vh);
    }
    /* 70% {
        transform: rotate(45deg) translateX(-35vw) translateY(65vh);
    } */
    80% {
        transform: rotate(0deg) translateX(-70vw) translateY(22vh);
    }
    /* 90% {
        transform: rotate(-45deg) translateX(-70vw) translateY(-40vh);
    } */
    100% {
        transform: rotate(0deg) translateX(-120vw) translateY(45vh);
    }
}


@keyframes shadowPulseMobile {
    50% {
        transform: translateX(-40vw);
    }
    /* 60% {
        transform: rotate(-45deg) translateX(-45vw) translateY(-37vw);
    } */
    /* 80% {
        transform: rotate(-5deg) translateX(-75vw) translateY(4vw);
    } */
    100% {
        transform: rotate(-45deg) translateX(-85vw) translateY(-53vw);
    }
}


.home-banner-desktop .home-banner-main img {
    object-fit: cover;
}

.home-banner-desktop-item {
    position: absolute;
}

.home-banner-desktop-item-title {
    width: 55%;
    left: -8%;
    bottom: 41%;
    z-index: 2;
}

.home-banner-desktop-item-decord-frame {
    top: 5rem;   
}

.home-banner-desktop-item-1 {
    width: 74%;
    left: 15%;
    top: 6.5rem;
    z-index: 2;
}

.home-banner-desktop-item-decord-left {
    width: 40%;
    left: 0%;
    top: 10%;
    z-index: 2;
}

.home-banner-desktop-item-decord-right {
    width: 35%;
    right: 0%;
    top: 9%;
    z-index: 2;
}

.home-banner-desktop-item-2 {
    width: 100%;
    left: 0%;
    bottom: 540px;
    z-index: 0;
    /* animation: moto2 8s infinite; */
    /* overflow: hidden; */
    /* border-radius: 125% 105% 58% 50%; */
    /* background: red; */
    padding: 0.5rem;
}

.home-banner-desktop-item-2:before {
    display: block;
    content: "";
    width: 85%;
    height: 70%;
    z-index: -1;
    position: absolute;
    left: 8%;
    top: 28%;
    background: red;
    animation: shadowPulse2 2.8s infinite;
    border-radius: 100%;
}

.home-banner-desktop-item-2.shine-active:before {
/* .home-banner-desktop-item-2:before { */
    position: absolute;
    top: 0px;
    left: -70%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgb(2 3 2 / 0%) 0%, rgb(242 255 241 / 30%) 100%);
    transform: skewX(-35deg);
    animation: shine2 1.15s infinite;
    opacity: 100%;
    /* background: red; */
    opacity: 0%;
}

@keyframes moto2 {
  /* 100% {
      transform: translateX(-25px) translateY(5px) scale(1.05);
  } */
}

@keyframes shadowPulse2 {
  0% {
    box-shadow: 0px 0px 100px rgba(148, 201, 60, 0);
  }
  50% {
    box-shadow: 0px 0px 200px rgba(148, 201, 60, 1);
  }
  100% {
    box-shadow: 0px 0px 100px rgba(148, 201, 60, 0);
  }
}


@keyframes shadowPulse2small {
    0% {
      box-shadow: 0px 0px 0px rgba(148, 201, 60, 0);
    }
    50% {
      box-shadow: 0px 0px 100px rgba(148, 201, 60, 0.9);
    }
    100% {
      box-shadow: 0px 0px 0px rgba(148, 201, 60, 0);
    }
}
  

.home-banner-desktop-item-3 {
    width: 40%;
    left: 26%;
    bottom: calc(150px - 2rem);
    z-index: 2;
    overflow: hidden;
    /* padding-top: 10rem; */
}

.home-banner-desktop-item-4 {
    width: 35%;
    left: 65%;
    bottom: calc(150px + 2rem);
    z-index: 2;
}

.home-banner-desktop-item-4-decord {
    width: 100%;
    left: 0%;
    bottom: -30%;
    z-index: 1;
}

.home-banner-desktop-item-4:before {
    content: "";
    position: absolute;
    top: 2%;
    left: 2%;
    display: block;
    width: 43%;
    height: 95%;
    z-index: -1;
    animation: shadowPulse4 2s infinite;
    /* background: red; */
    border-radius: 50px;
}

.home-banner-desktop-item-4:after {
    content: "";
    position: absolute;
    top: 3%;
    right: 1%;
    display: block;
    width: 45%;
    height: 94%;
    z-index: -1;
    /* background: red; */
    animation: shadowPulse5 2s ease-in-out 1.75s infinite;
    border-radius: 50px;
}

@keyframes shadowPulse4 {
  0% {
    box-shadow: 0px 0px 0px 8px rgb(0 0 0 / 10%);
  }
  50% {
    box-shadow: 0px 0px 35px 8px rgb(0 0 0 / 45%);
  }
  100% {
    box-shadow: 0px 0px 0px 8px rgb(0 0 0 / 10%);
  }
}

@keyframes shadowPulse5 {
  0% {
    box-shadow: 0px 0px 0px 8px rgba(232, 76, 94, 0.1);
  }
  50% {
    box-shadow: 0px 0px 25px 8px rgba(232, 76, 94, 0.6);
  }
  100% {
    box-shadow: 0px 0px 0px 8px rgba(232, 76, 94, 0.1);
  }
}



.home-banner-desktop-item-5 {
    width: 30%;
    left: 5%;
    bottom: calc(150px + 1rem);
    z-index: 2;
    /* padding-top: 20rem; */
}

.home-banner-desktop-item-6 {
    width: 25%;
    left: 44%;
    top: 50%;
    z-index: 2;
}

.home-banner-desktop-item-7 {
    width: 26%;
    left: -5%;
    top: 9%;
    z-index: 2;
    padding-top: 10rem;
}


@media (min-width: 1300px) {
    .home-banner-desktop-item-1 {
    }
    .home-banner-desktop-item-2 {
    }
    .home-banner-desktop-item-7 {
    }
    .home-banner-desktop-item-3 {
        /* bottom: -3%; */
    }
    
    .home-banner-desktop-item-5 {
        /* bottom: -3%; */
    }

    .home-banner-desktop-item-4 {
        /* bottom: 18%; */
    }
    .banner-bottom {
    }
}


@media (min-width: 1400px) {
    .home-banner-desktop-item-1 {
        
    }
    .home-banner-desktop-item-2 {
    }
    .home-banner-desktop-item-7 {
    }
    .home-banner-desktop-item-3 {
    }
    .home-banner-desktop-item-6 {
    }
    .home-banner-desktop-item-5 {
    }
    .home-banner-desktop-item-4 {
    }
    .home-banner-desktop-item-1 {
    }

    .banner-bottom {
        
    }

    .home-tutorial-decorate-left {
    }
}

@media (min-width: 1500px) {
    .home-banner-desktop-item-1 {
        
    }
    .home-banner-desktop-item-2 {
    }
    .home-banner-desktop-item-7 {
        
    }
    .home-banner-desktop-item-6 {
        
    }
    .banner_main_desktop-2 {
        /* bottom: 4%; */
    }
    #home-banner {
        /* padding-bottom: 6rem; */
    }
    .home-banner-desktop-item-3 {
        /* bottom: 10%; */
        /* right: 76%; */
    }
    
    .home-banner-desktop-item-5 {
        /* bottom: 10%; */
    }
    .home-banner-desktop-item-4 {
        /* bottom: 10%; */
    }

    .banner-bottom {
    }

    .banner-bottom {
    }
}


@media (min-width: 1600px) {
    .home-banner-desktop-item-1 {
    }
    .home-banner-desktop-item-2 {
    }
    .home-banner-desktop-item-7 {
    }
    .home-banner-desktop-item-6 {
    }
    .banner_main_desktop-2 {
    }
    #home-banner {
    }
    .home-banner-desktop-item-3 {
    }
    
    .home-banner-desktop-item-5 {
    }
    .home-banner-desktop-item-4 {
    }

    .banner-bottom {
    }

    .home-tutorial-decorate-left {
    }
}

@media (min-width: 2000px) {
    .banner_main_desktop-2 {
        /* display: none; */
    }

    #home-banner {
        padding-bottom: 0rem;
    }
}

.home-banner-mobile {
    /* background-color: var(--background-primary); */
    height: calc(100vh - 0rem);
    position: relative;
    /* clip-path: inset(0); */
    /* height: 680px; */
    z-index: 1;
    /* margin-top: 5rem; */
    /* max-height: 1000px; */
    /* min-height: 500px; */
    height: 600px;
}

.home-banner-mobile-item {
    position: absolute;
}

.home-banner-mobile-0 {
    width: 100%;
    height: 100%;
}

.home-banner-mobile-0 img {
    object-fit: cover;
    object-position: center top;
}

.home-banner-mobile-1 {
    width: 74%;
    left: 15%;
    top: 90px;
    z-index: 9;
}

.home-banner-mobile-item-decord-frame {
    top: 82px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.home-banner-mobile-2 {
    width: 95%;
    top: 28%;
    left: 3%;
    z-index: 5;
    /* animation: moto2 8s infinite; */
    /* overflow: hidden; */
    /* border-radius: 125% 90% 40% 50%; */
    /* background: red; */
    padding: 0.25rem;
}

.home-banner-mobile-2:before {
    display: block;
    content: "";
    width: 85%;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 8%;
    top: 30%;
    border-radius: 50%;
    /* background: red; */
    animation: shadowPulse2small 2.8s infinite;
}

.home-banner-mobile-2.shine-active:before {
    position: absolute;
    top: 0px;
    left: -70%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgb(2 3 2 / 0%) 0%, rgb(242 255 241 / 30%) 100%);
    transform: skewX(-35deg);
    animation: shine2 1.15s infinite;
    opacity: 100%;
    /* background: red; */
    opacity: 0%;
}

.home-banner-mobile-3 {
    width: 39%;
    top: 66%;
    left: 27%;
    z-index: 9;
}

.home-banner-mobile-4 {
    width: 33%;
    top: 62%;
    left: 64%;
    z-index: 7;
}


.home-banner-mobile-4:before {
    content: "";
    position: absolute;
    top: 3%;
    left: 3%;
    display: block;
    width: 42%;
    height: 94%;
    z-index: -1;
    /* background: yellow; */
    animation: shadowPulse4 2s infinite;
    border-radius: 15px;
}

.home-banner-mobile-4:after {
    content: "";
    position: absolute;
    top: 3%;
    right: 3%;
    display: block;
    width: 42%;
    height: 94%;
    z-index: -1;
    /* background: yellow; */
    animation: shadowPulse5 2s infinite;
    border-radius: 15px;
}


.home-banner-mobile-5 {
    width: 30%;
    top: 24%;
    left: 5%;
    z-index: 9;
    padding-top: 300px;
}

.home-banner-mobile-6 {
    width: 100%;
    bottom: 0%;
    left: 0%;
    z-index: 5;
    height: 40%;
}

.home-banner-mobile-6:before {
    /* content: "";
    width: 50px;
    height: 1px; */
    /* background: red; */
    /* display: block;
    position: absolute;
    top: 12%;
    right: 0%;
    z-index: 99999;
    z-index: -1;
    border-radius: 50px;
    animation: shadowPulseMobile 1.5s infinite;
    box-shadow: 0px -10px 30px 20px rgb(148,215,54,0.3); */
    /* transition: all ease-in-out 0.3s; */
}

.home-banner-mobile-7 {
    top: 25%;
    z-index: 8;
    width: 43%;
    left: 5%;
}

.home-banner-background {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 10rem;
    position: relative;
}

.banner-bottom {
    position: relative;
    padding-bottom: 0rem;
    position: relative;
    padding-top: 0;
    /* margin-top: -10px; */
    margin-top: 0;
    z-index: 1;
    margin-top: -150px;
    height: 150px;
}

.banner-bottom .container {
    margin-top: 0rem;
}

a.home-banner__logo.partnerlogo {
    /* padding-right: 1rem; */
    /* border-right: 1px solid black; */
    width: 65%;
}

a.home-banner__logo.monster {
    width: 11rem;
    position: relative;
    padding-left: 1rem;
}

a.home-banner__logo.monster::before {
    content: "";
    width: 1px;
    height: 3.2rem;
    background-color: white;
    position: absolute;
    left: 0;
    top: 4px;
}

.home-banner__logo-wrap {
    /* padding-bottom: 0.5rem; */
    position: relative;
    z-index: 9;
}

.home-banner__time {
    text-transform: uppercase;
    font-size: 1.45rem;
    line-height: 1.3;
    /* margin-top: 1rem; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400 !important;
}

.home-banner__time img {
    object-fit: contain;
    width: 12rem;
    margin-left: auto;
    margin-bottom: 1.5rem;
}

.home-banner__time a {
    color: white;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.5px;
}

.home-banner__time strong {
    font-family: "Montserrat", sans-serif;
    font-size: 2.1rem;
    font-weight: 500;
    padding-left: 0.5rem;
    margin-bottom: -0.2rem;
}

.home-banner__info {
    /* text-align: right; */
    font-family: "Montserrat", sans-serif;
    /* text-transform: uppercase; */
    /* font-size: 1.2rem; */
    /* line-height: 1.1; */
    /* letter-spacing: 0.5px; */
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    /* background: red; */
    text-align: left;
}

.home-banner__info a {
    color: var(--text-1);
    line-height: 1.25;
    font-size: 1.1rem;
}

.home-banner__info strong {
    font-size: 1.8rem;
    font-family: "Montserrat", sans-serif;
}

.home-banner__info img {
    object-fit: contain;
}

@media (min-width: 1100px) {
    .home-banner__info img {
        /* transform: scale(0.65); */
        /* margin-right: 0rem; */
        width: 16rem;
        margin-bottom: 1.75rem;
    }
}
.home-banner-button {
    z-index: 9;
    line-height: 1;
    animation-name: bannerButtonRegisterSmall2_img;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transition: all ease-in-out 0.3s;
    background: rgba(0, 0, 0, 0);
    outline: none;
    border: none;
    text-transform: uppercase;
    font-size: 2.2rem;
    width: 380px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.6rem;
    border-radius: 0;
    height: 100px;
    box-shadow: none;
    background-image: url('');
    background-position: center center;
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    border: 0;
    color: var(--text-2);
    text-shadow: 0px 1px var(--text-1);
    font-weight: 500;
    padding-top: 1rem; */
    width: calc(100% + 4rem);
    margin-bottom: 0rem;
    /* max-width: 130%; */
    margin-left: -2rem;
}

.home-banner-button:hover,
.home-banner-button:focus,
.home-banner-button:active {
    /* color: #000000 !important; */
    /* background-color: var(--active); */
    /* filter: grayscale(1) invert(1); */
    filter: saturate(1.3);
    /* background-blend-mode: luminosity; */
    text-shadow: 0 2px var(--text-1);
    /* box-shadow: 0px 0px 15px var(--active); */
    border-width: 4px;
}

.wrap-button-kv {
    position: relative;
    z-index: 9;
    margin-top: 0rem;
}

.wrap-button-kv::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 15%;
    width: 70%;
    height: 41%;
    background: rgb(141, 198, 63, 0.8);
    border-radius: 30px 00px 30px 0px;
    box-shadow: 0px 0px 30px #8dc63f;
    transition: all ease-in-out 0.3s;
    display: none;
}

.wrap-button-kv:hover:before {
    box-shadow: 0px 0px 50px #93ff00;
}

@media screen and (min-width: 980px) and (min-height: 690px) {}

@media screen and (min-width: 1480px) and (min-height: 690px) {}

@media screen and (min-width: 1680px) and (min-height: 690px) {}

@media(max-width: 980px) {
    .wrap-button-kv::before {
        /* box-shadow: 0px 0px 15px #8dc63f; */
        /* left: 5%; */
        /* top: 70%; */
        width: 108%;
        left: -5%;
        top: 45%;
        height: 40%;
    }
    .wrap-button-kv:hover:before {
        box-shadow: 0px 0px 20px #93ff00;
    }
    .banner-bottom {
        padding-bottom: 0;
        margin-top: 0px;
        position: absolute;
        /* top: -3rem; */
        width: 100%;
        height: auto;
    }
    .home-tutorial-main {
        padding-top: 0 !important;
    }
    .wrap-button-kv {
        width: 100%;
        display: block;
        margin-top: -0.5rem;
    }
    .home-banner-button {
        /* font-size: 1.8rem; */
        /* margin-top: 1rem; */
        /* margin-bottom: 1rem; */
        /* width: 260px; */
        /* height: 3rem; */
        width: 100%;
        margin: 0;
    }
    .home-banner__info {
    width: 90%;
    margin-top: 0.25rem;
    }
        .home-banner-button img {
        /* width: 190%; */
        /* margin-left: -0.5rem; */
        /* margin-bottom: -3rem; */
        position: absolute;
        top: 20%;
        left: -25%;
        width: 150%;
    }
    a.home-banner__info-hotline {
        /* color: white; */
        /* font-size: 0.9rem; */
        /* margin-left: -1rem; */
        margin-top: 0.5rem;
    }
    .home-banner__info-hotline img {
        width: 90%;
        margin-bottom: 1rem;
    }
    .home-banner__time {
        font-size: 0.7rem;
        text-align: right;
    }
    .home-banner__time strong {
        font-size: 1rem;
        text-align: revert;
    }
    a.home-banner__logo.monster::before {
        height: 1.4rem;
        top: 2px;
    }
    .home-banner__logo-wrap {
        padding-bottom: 0;
    }
    .home-banner__info a strong {
        font-size: 1.2rem;
        padding-left: 0.35rem;
    }
    .home-store_content-line1 {
        width: 90%;
        margin-left: 10%;
        margin-top: 2.5rem;
        margin-bottom: 1rem;
    }
    .home-store_content-line2 {
        width: 100%;
        margin-top: -1em;
    }

    .home-store-top img {
        /* transform: scale(2); */
        /* object-fit: cover; */
        /* margin-left: revert-layer; */
        /* margin-left: -2rem; */
    }

    .home-banner-desktop-item-decord-left {
        top: 75px;
        left: 0.5rem;
        width: 70%;
    }

    .home-banner-desktop-item-decord-right {
        top: 75px;
        right: 0.25rem;
        width: 70%;
    }
}

/* Tablet here */
@media(min-width: 700px) and (max-width: 980px) {
    section#home-banner {
        padding: 0;
    }
    
    .home-banner-mobile {
        max-height: fit-content;
        min-height: fit-content;
    }

    .home-banner__info-hotline img {
        width: 80%;
    }
    
    .home-banner__info img {
        width: 80%;
    }
    
    .home-banner-button img {
        width: 120%;
        left: -10%;
        top: -80%;
    }
    
    .wrap-button-kv::before {
        width: 100%;
        left: 0%;
        height: 40px;
        top: -30%;
    }
    
    .home-store-top img {
        transform: scale(1);
    }
    
    .home-tutorial__heading {
        margin-bottom: 5rem;
    }
}


@media(min-width: 350px) {
    .home-banner-mobile {
        height: 600px;
    }
}

@media(min-width: 360px) {
    .home-banner-mobile {
    }
}

@media(min-width: 370px) {
    .home-banner-mobile {
    }
}

@media(min-width: 380px) {
    .home-banner-mobile {
        height: 590px;
    }
}

@media(min-width: 390px) {
    .home-banner-mobile {
        height: 610px;
    }
    .home-banner-mobile-5 {
        top: 25%;
    }
}

@media(min-width: 400px) {
    .home-banner-mobile {
    }
}

@media(min-width: 410px) {
    .home-banner-mobile {
        height: 620px;
    }

    .home-banner-mobile-5 {
        top: 25%;
    }
    
    .home-banner-mobile-4 {
        top: 63%;
    }

    .home-banner-mobile-3 {
        top: 67%;
    }

}

@media(min-width: 420px) {
    .home-banner-mobile {
        height: 630px;
    }

    .home-banner-mobile-5 {
        top: 28%;
    }
    
    .home-banner-mobile-4 {
        top: 63%;
    }

    .home-banner-mobile-3 {
        top: 68%;
    }

}

@media(min-width: 430px) {
    .home-banner-mobile {
    }
}
@media(min-width: 440px) {
    .home-banner-mobile {
        height: 650px;
    }

    .home-banner-mobile-5 {
        top: 30%;
    }
    
    .home-banner-mobile-4 {
        top: 64%;
    }

    .home-banner-mobile-3 {
        top: 68%;
    }

}
@media(min-width: 450px) {
    .home-banner-mobile {
    }
}
@media(min-width: 460px) {
    .home-banner-mobile {
    }
}
@media(min-width: 470px) {
    .home-banner-mobile {
        height: 670px;
    }

    .home-banner-mobile-5 {
        top: 32%;
    }
    
    .home-banner-mobile-4 {
        top: 64%;
    }

    .home-banner-mobile-3 {
        top: 67%;
    }

}
@media(min-width: 480px) {
    .home-banner-mobile {
    }
}
@media(min-width: 490px) {
    .home-banner-mobile {
        height: 710px;
    }
    .home-banner-mobile-5 {
        top: 34%;
    }
}
@media(min-width: 500px) {
    .home-banner-mobile {
    }
}
@media(min-width: 510px) {
    .home-banner-mobile {
    }
}
@media(min-width: 520px) {
    .home-banner-mobile {
        height: 780px;
    }
    .home-banner-mobile-5 {
        top: 38%;
    }
}



@keyframes bannerButtonRegisterSmall2 {
    0% {
        transform: rotate(0) scale(1) skew(0deg);
    }
    10% {
        transform: rotate(-2deg) scale(1) skew(0deg);
    }
    20% {
        transform: rotate(2deg) scale(1) skew(0deg);
    }
    30% {
        transform: rotate(-2deg) scale(1) skew(0deg);
    }
    40% {
        box-shadow: 0 0 15px rgba(251, 247, 45, 0.8);
        transform: rotate(1deg) scale(1.02) skew(0deg);
    }
    50% {
        box-shadow: 0 0 25px #FBF92D;
        transform: rotate(0) scale(1.02) skew(0deg);
    }
    60% {
        box-shadow: 0 0 15px rgba(251, 247, 45, 0.8);
        transform: rotate(-1deg) scale(1.02) skew(0deg);
    }
    80% {
        transform: rotate(2deg) scale(1) skew(0deg);
    }
    90% {
        transform: rotate(-2deg) scale(1) skew(0deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(0deg);
    }
}

@keyframes bannerButtonRegisterSmall2_img {
    0% {
        transform: rotate(0) scale(1) skew(0deg);
    }
    10% {
        transform: rotate(-2deg) scale(1) skew(0deg);
    }
    20% {
        transform: rotate(2deg) scale(1) skew(0deg);
    }
    30% {
        transform: rotate(-2deg) scale(1) skew(0deg);
    }
    40% {
        /* box-shadow: 0 0 15px rgba(153, 229, 24, 0.8); */
        transform: rotate(1deg) scale(1.02) skew(0deg);
    }
    50% {
        /* box-shadow: 0 0 20px rgb(153, 229, 24); */
        transform: rotate(0) scale(1.02) skew(0deg);
    }
    60% {
        /* box-shadow: 0 0 15px rgba(153, 229, 24, 0.8); */
        transform: rotate(-1deg) scale(1.02) skew(0deg);
    }
    80% {
        transform: rotate(2deg) scale(1) skew(0deg);
    }
    90% {
        transform: rotate(-2deg) scale(1) skew(0deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(0deg);
    }
}

@keyframes bigPrize {
    0% {
        transform: rotate(0) scale(1) skew(0deg);
    }
    10% {
        transform: rotate(-2deg) scale(1) skew(0deg);
    }
    20% {
        transform: rotate(2deg) scale(1) skew(0deg);
    }
    30% {
        transform: rotate(-2deg) scale(1) skew(0deg);
    }
    40% {
        /* box-shadow: 0 0 15px rgba(251, 247, 45, 0.8); */
        transform: rotate(1deg) scale(1.05) skew(0deg);
    }
    50% {
        /* box-shadow: 0 0 25px #FBF92D; */
        transform: rotate(0) scale(1.05) skew(0deg);
    }
    60% {
        /* box-shadow: 0 0 15px rgba(251, 247, 45, 0.8); */
        transform: rotate(-1deg) scale(1.05) skew(0deg);
    }
    80% {
        transform: rotate(2deg) scale(1) skew(0deg);
    }
    90% {
        transform: rotate(-2deg) scale(1) skew(0deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(0deg);
    }
}


/* END BANNER */


/* START TUTORIAL */

.home-tutorial {

    /* padding: 0rem 0 16rem; */
    /* background-color: var(--background-primary); */
    /* position: relative; */
    /* clip-path: inset(0); */
    /* margin-top: 0rem; */
    /* z-index: 9; */
    /* padding-bottom: 3rem; */
    /* position: relative; */
    /* background: red; */
}

.home-tutorial-main {
    background-image: url("/v7/assets/images/202510/home-tutorial-desktop-background-2.webp");
    background-size: cover;
    background-repeat: no-repeat;
    height: 1200px;
    /* background-color: red; */
    position: relative;
    z-index: 1;
    padding-top: 2rem;
}

.home-tutorial-decorate-left {
    position: absolute;
    bottom: -12%;
    left: 0;
    z-index: 0;
    /* background: yellow; */
    width: 35%;
}

.home-tutorial-decorate-right {
    position: absolute;
    top: 2%;
    right: 0;
    z-index: 0;
    transform: rotate(180deg);
    width: 56%;
    z-index: 0;
}

@media (min-width: 2000px) {
    /* .home-tutorial-decorate-left,
    .home-tutorial-decorate-right {
        display: none;
    } */
    .home-tutorial {
        /* margin-top: 0; */
    }

    .banner-bottom {
        /* margin-top: -8%;
        padding-top: 0;
        margin-bottom: 4%; */
    }
}

@media(max-width: 1400px) {
    .home-tutorial {
        /* margin-top: 1rem; */
    }
}

@media (max-width: 600px) {
    .home-tutorial-main {
        background-image: url("/v7/assets/images/202510/home-tutorial-mobile-background.webp");
        background-position: bottom center;
        height: 1000px;
    }
    .home-tutorial-decorate-left {
        bottom: 4%;
        left: 0%;
        width: 45%;
    }
    .home-tutorial-decorate-right {
        top: 5%;
        width: 70%;
    }
    #home-banner {
        padding-bottom: 0rem;
    }
    
    .home-tutorial {
        /* background-image: url("/v7/assets/images/202510/guide-mobile-background.jpg"); */
        margin-top: 0;
    }
    .banner-bottom {
        margin-top: 0;
        /* padding-top: 0.5rem; */
        /* top: -1.75rem; */
        position: relative;
    }
    .home-banner-button {
        /* width: 100%; */
        /* font-size: 0.85rem; */
        /* height: auto; */
        /* display: flex; */
        /* justify-content: center; */
        /* align-items: center; */
        /* line-height: 1; */
        /* margin-top: -18px; */
        /* margin-left: -2rem; */
    }
    .home-banner-button img {
        /* width: 190%; */
        /* margin-left: -0.5rem; */
        /* margin-bottom: -3rem; */
        position: absolute;
        top: 38%;
        left: -25%;
        width: 150%;
    }
    .home-banner__time {
        font-size: 0.56rem;
        margin-top: 0.75rem;
    }
    .home-banner__time strong {
        font-size: 0.8rem;
    }
    a.home-banner__logo.partnerlogo {
        padding-right: 0;
        width: 75%;
        border-right: none;
        margin-left: -10px;
    }
    a.home-banner__logo.partnerlogo.gs25 {
        padding-right: 8px;
        width: calc(70%/2);
        margin-bottom: 0.25rem;
    }
    a.home-banner__logo.monster {
        padding-left: 0.3rem;
        padding-right: 0.8rem;
    }
}

.home-tutorial .decorate {
    position: absolute;
    bottom: 0;
}

.home-tutorial .decorate-left {
    width: 18vw;
    left: 0;
    position: absolute;
    bottom: 6vh;
}

.home-tutorial .decorate-right {
    width: 20vw;
    right: 0;
    bottom: 2.5rem;
}

.home-tutorial__heading {
    position: relative;
    margin-bottom: 2.5rem;
}

.home-tutorial__heading h2 {
    visibility: hidden;
    font-family: "Montserrat", sans-serif;
    color: var(--text-1);
    text-align: center;
    font-size: 2.8rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    /* width: 300px; */
    margin: auto;
    text-shadow: -1px 3px 2px var(--primary);
    position: relative;
    z-index: 0;
}

.home-tutorial__heading img {
    position: absolute;
    width: 320px !important;
    top: 0;
    left: calc(50% - 320px / 2);
}

.home-tutorial__block {
    text-align: center;
}

.home-tutorial__block.bg {
    position: relative;
}

.home-tutorial__block.bg::before {
    content: "";
    position: absolute;
    top: 20%;
    left: -1rem;
    height: 85%;
    width: 18px;
    display: block;
    background-image: url(/v7/assets/images/20240317/guide-desktop-decord-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.home-tutorial__block.bg::after {
    content: "";
    position: absolute;
    top: 20%;
    right: -1rem;
    height: 85%;
    width: 18px;
    display: block;
    background-image: url(/v7/assets/images/20240317/guide-desktop-decord-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.home-tutorial__block-number {
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    /* font-size: 5rem; */
    position: relative;
    margin-bottom: 1.2rem;
    margin-top: -3rem;
}

.home-tutorial__block-number img {
    width: 31%;
    /* left: calc(50% - 120px / 2); */
    z-index: 1;
    margin: auto;
}

.home-tutorial__block-number1 img {
    /* left: calc(55% - 120px / 2); */
}

.home-tutorial__block-number2 img {
    left: calc(58% - 120px / 2);
}

.home-tutorial__block-number3 img {
    left: calc(57% - 120px / 2);
}

.home-tutorial__block-number span {
    position: relative;
    z-index: 10;
    text-shadow: -4px 4px black, 4px -4px black, 4px 4px black, -4px -4px black;
}

.home-tutorial__block-number span.last {
    margin-left: -2px;
}

.home-tutorial__block-number2 {
    margin-top: 4rem;
}

.home-tutorial__block-image1 {
    margin-top: 0rem;
    width: 100%;
    margin-left: 0rem;
}

.home-tutorial__block-image1 img {
    margin-left: 0rem;
    width: 85%;
}

.home-tutorial__block-image2 {
    margin-top: 7rem;
    z-index: 9;
    position: relative;
}

.home-tutorial__block-image3 {
    padding: 0;
    margin-top: 0rem;
    /* margin: auto; */
    /* animation-name: bigPrize; */
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    width: 110%;
    position: relative;
    z-index: 9;
    margin-top: 0rem;
    margin-left: 0%;
    animation: moto1 8s infinite;
    z-index: -1;
    margin-left: 0rem;
}


@keyframes moto1 {
  /* 100% {
      transform: translateX(-15px) translateY(5px) scale(1.05);
  } */
}


.home-tutorial__block-image3-2-1 {
    position: absolute;
    bottom: -20%;
    left: -1rem;
    width: 130%;
    padding-top: 10rem;
}

.home-tutorial__block-image3-2 {
    padding: 0;
    margin-top: 0rem;
    /* margin: auto; */
    /* animation-name: bigPrize; */
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    width: 75%;
    position: relative;
    z-index: 9;
    margin-top: -8rem;
    margin-left: 10%;
    padding-top: 10rem;
}

.home-tutorial__block-image3-1 {
    position: absolute;
    top: 0%;
    left: -1rem;
    width: 110%;
}

.home-tutorial__block-title {
    /* font-style: italic; */
    /* color: var(--text-1); */
    /* font-size: 1.6rem; */
    /* text-transform: uppercase; */
    /* line-height: 1.5; */
    margin-bottom: 0rem;
    /* font-weight: 400; */
    /* letter-spacing: 0.5px; */
    background: content-box;
}

.home-tutorial__block-title.strong {
    /* font-weight: 500; */
}
.home-tutorial__block-title strong {
    color: #ffffff;
}

.home-tutorial__block-title3 {
    line-height: 1.2;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
}

.home-tutorial__block-title3 strong {
    color: var(--primary);
    margin-bottom: 0.3rem;
    display: inline-block;
}

.home-tutorial__block-detail {
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    margin-bottom: 0rem;
    line-height: 1.3;
    font-size: 1.5rem;
    /* letter-spacing: 0.5px; */
    text-transform: uppercase;
    color: var(--primary);
}

.home-tutorial__block-detail span {
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 1rem;
}

.home-tutorial__noted {
    text-align: center;
    font-size: 0.85rem;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    /* border: 2px solid; */
    max-width: 650px;
    margin: auto;
    margin-top: 1rem;
    padding: 0.5rem;
    display: none;
}

.home-tutorial__noted span {
    color: var(--text-1);
    font-family: "Montserrat", sans-serif;
}

.home-tutorial-background {
    background-size: 90% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 7px;
    position: relative;
    margin-bottom: 4rem;
}

.home-tutorial-background2 {
    background-size: 90% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 7px;
    position: relative;
    margin-bottom: 0rem;
    opacity: 0;
    padding-top: 5rem;
}

img.home-tutorial__block-content-3_text {
    width: calc(100% - 4rem);
}

.home-tutorial__block-title2 strong {
    font-size: 1.2rem;
}

.home-tutorial__block-title2 {
    font-size: 1.35rem;
    font-weight: 400;
}

.home-tutorial__block-content-1 .home-tutorial__block-title img {
    /* font-size: 1.25rem; */
    width: 80%
}

p.home-tutorial__block-image1-note {
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 0.7rem;
    line-height: 1.3;
    padding-top: 5rem;
    margin-top: -5rem;
    /* letter-spacing: 0.5px; */
    width: 65%;
    margin-left: 15%;
}

.home-tutorial__block-image3:before {
    content: "";
    width: 33%;
    height: 44%;
    display: block;
    /* background: red; */
    position: absolute;
    top: 17%;
    left: 29%;
    z-index: -1;
    animation: shadowPulseblock3 2s infinite;
    border-radius: 10% 30% 50% 50%;
}

@keyframes shadowPulseblock3 {
  0% {
    box-shadow: 0px 0px 0px rgba(148, 201, 60, 0.3);
  }
  50% {
    box-shadow: 0px 0px 100px rgb(150 221 114 / 70%);
  }
  100% {
    box-shadow: 0px 0px 0px rgba(148, 201, 60, 0.3);
  }
}


@media (max-width: 980px) {
    img.home-tutorial__block-content-3_text {
        width: calc(100% - 1rem);
        margin-top: 1rem;
    }
    .home-tutorial__block-title3 strong tspan {
        font-size: 0.8rem
    }
    .home-tutorial__heading img {
        width: 35% !important;
        left: 33%;
    }
    .home-tutorial .decorate {
        display: none;
    }
    .home-tutorial {
        padding: 0rem 0 1rem;
        background-size: cover;
        margin-top: 0px;
        padding-top: 0rem;
    }
    .home-tutorial__heading {
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
    }
    .home-tutorial__heading h2 {
        font-size: 2rem;
        margin-top: 0;
    }
    .home-tutorial__block-image1 img {
        padding: 0;
        width: 120%;
        margin-left: 0rem;
    }
    .home-tutorial__block-image1 {
        width: 115%;
        margin-left: -1rem;
    }
    .home-tutorial__block {
        margin-bottom: 2rem;
    }
    .home-tutorial__block-image1-note {
        margin-bottom: 0;
    }
    .home-tutorial__block-number {
        /* font-size: 3rem; */
    }
    .home-tutorial__block-number2 {
        margin-top: 0;
        margin-bottom: 1rem;
    }
    .home-tutorial__block-title {
        font-size: 1rem;
    }
    .home-tutorial__block-content-1 .home-tutorial__block-title {
        margin-right: -0.5rem;
        font-size: 0.9rem !important;
    }
    .home-tutorial__block-content-1 .home-tutorial__block-title.mb-md-1 {
        margin-top: -0.2rem;
        font-size: 0.8rem !important;
        font-weight: 400;
    }
    .home-tutorial__block-title span {
        font-size: 0.55rem;
    }
    .home-tutorial__block-title2 span {
        font-size: 0.55rem;
    }
    .home-tutorial__block-image2 {
        margin-top: 4rem;
        width: 100%;
        margin-left: auto;
        margin-left: 0%;
    }
    .home-tutorial__block-image3 {
        margin-left: 0rem;
        width: 140%;
        margin-top: 0rem;
    }
    .home-tutorial__block-image3-1 {
        left: -30%;
        top: -3%;
        width: 155%;
        transform: scalex(-1) !important;
    }
    .home-tutorial__block-image3-1 img {
        transform: scaleX(-1);
    }
    .home-tutorial__block-detail {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    .home-tutorial__block::after,
    .home-tutorial__block::before {
        display: none !important;
    }
    .home-tutorial__noted {
        font-size: 0.42rem;
        margin-top: -2rem;
        width: 100%;
        border-width: 1px;
    }
    .home-tutorial__block-title {
        margin-bottom: 0.25rem;
        font-size: 0.7rem !important;
        /* letter-spacing: 0.1px; */
    }
    .home-tutorial__block-title-2 {
        font-size: 0.7rem !important;
    }
    .home-tutorial__block-title-2-2 {
        font-size: 1.35rem;
        font-weight: 400;
    }
    .home-tutorial__block-title2 strong {
        font-size: 0.9rem !important;
    }
    .home-tutorial__block-detail span {
        font-size: 0.7rem;
    }
    .home-tutorial__block-title3 {
        font-size: 0.8rem !important;
        line-height: 1.3 !important;
        /* margin-bottom: 0.75rem; */
        /* margin-top: 1.25rem; */
        font-weight: 400;
    }
    .home-tutorial__block-title3_1 {
        font-size: 0.65rem !important;
        font-weight: 400;
    }
    .home-tutorial__block-title3 span {
        font-size: 0.5rem;
    }
    .home-tutorial__block-number {
        margin-top: 4rem;
        margin-bottom: 1.rem;
    }
    .home-tutorial__block-number3 {
        margin-top: 0rem;
        margin-bottom: 1.5rem;
    }
    .home-tutorial__block-number img {
        /* position: absolute; */
        width: 60px;
        /* left: calc(50% - 75px / 2); */
        z-index: 1;
    }
    .home-tutorial__block-number1 img {
        /* left: calc(55% - 75px / 2); */
    }
    .home-tutorial__block-number2 img {
        /*         left: calc(63% - 75px / 2); */
    }
    .home-tutorial__block-number3 img {
        /*         left: calc(57% - 60px / 2); */
    }
    .home-tutorial__block-number1 {
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }
    .home-tutorial-background {
        height: 3px;
        background-size: 95% 100%;
        margin-bottom: 2rem;
        opacity: 1;
        padding-top: 0;
    }
    .home-tutorial-background2 {
        margin-top: 6rem;
    }
    .home-tutorial__block-image3-1-2 {
        padding-top: 4rem !important;
        padding-bottom: 1rem;
        margin-top: -2rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .home-tutorial__block-image3-2-2 {
        padding-top: 5rem !important;
        margin-top: 0rem;
    }
    .home-tutorial__block-image3 {
        width: 125%;
        padding-left: 0;
        margin-left: -1rem;
        margin-top: -0.5rem;
        margin-bottom: 2rem;
    }
    .home-tutorial__block-image3-2-1 {
        bottom: -25%;
        width: 220%;
        left: -20%;
    }
    .home-tutorial__block-image3-2 {
        margin-left: 20%;
        width: 65%;
    }
    .home-tutorial {
        /* background-image: url(/v7/assets/images/202510/home-tutorial-bg.webp); */
        margin-top: 0rem;
        padding-top: 0rem;
    }
    
}

@media (min-width: 992px) {
    .home-tutorial__block-content-1 {
        margin-bottom: 4rem;
    }

    .home-tutorial__block-content-1 .home-tutorial__block-title {
        /* font-size: 1.25rem; */
        width: 80%;
        margin-left: 10%;
    }

    .home-tutorial__block-content-1 .home-tutorial__block-title:nth-child(2) {
        font-size: 1.25rem;
    }

    .home-tutorial__block-title2 {
        /* font-size: 1.25rem; */
        width: 92%;
        margin-left: 4%;
    }

    .home-tutorial__block-title3 {
        /* font-size: 1.25rem; */
        width: 85%;
        margin-left: 8%;
    }

    .home-tutorial__block-title-2-2 {
        font-size: 1rem;
        /* margin-top: 0.75rem; */
    }

    .home-tutorial__block-image2 {
        margin-top: 9rem;
        width: 100%;
        margin-left: 0%;
    }

    .home-tutorial__block-title3_1 {
        font-size: 0.95rem;
        margin-top: 0.75rem;
    }

    .home-tutorial__block-content-1 .home-tutorial__block-title.mb-md-1 {
        font-weight: 400;
    }
}

@media (max-width: 600px) {
    .home-tutorial__heading img {
        width: 50% !important;
        left: 25% !important;
    }
    .home-tutorial {
        /* background-image: url(/v7/assets/images/202510/guide-mobile-background.webp); */
        /* padding-top: 0rem; */
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .home-tutorial__heading {
        margin-bottom: 2rem;
        margin-top: 2rem;
        z-index: 9;
    }

    .home-tutorial__block-image1 img {
        width: 130%;
        margin-left: 1rem;
    }
    .home-tutorial__block-content-1 .home-tutorial__block-title {
        margin-right: -0.5rem;
        font-size: 0.7rem !important;
    }
    .home-tutorial__block-image1-note {
        width: 85% !important;
        margin-left: 9% !important;
    }
    .home-tutorial__block-number1 {
        margin-top: 2.5rem;
    }
    .home-tutorial__block-title-2-2 {
        font-size: 0.6rem !important;
    }
    .home-tutorial__block-title2 {
    }
    .home-tutorial__block-title2 strong {
        margin-left: -0.75rem;
    }
    .home-tutorial__block-image2 {
        margin-top: 0.5rem;
    }
    .home-tutorial__block-number3 {
        margin-top: 4rem;
    }
    .home-tutorial__block-image3 {
        margin: 0;
        width: 130%;
        margin-left: -2rem;
        margin-top: 0rem;
    }
    .home-tutorial__block-content-3 .home-tutorial__block-detail {
        font-size: 0.8rem;
    }
    .home-tutorial__block-title3 {
        /* font-size: 0.7rem !important; */
        width: 80%;
        margin-left: 10%;
    }
    .home-tutorial__block-image1 {
        width: 85%;
    }
    .home-tutorial__block-number2 {
        margin-top: 0rem !important;
    }
}


/* END TUTORIAL */


/* START STORE */

.home-store-background {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 7rem;
    position: relative;
    transform: rotate(180deg);
    margin-top: -1px;
}

.home-store-input {
    background-color: var(--text-1);
    color: white;
    border: none;
    border-radius: 0;
    max-width: 550px;
}

.home-store {
    /* background-image: url("/v7/assets/images/202510/hoadon-desktop-background.webp");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat; */
    /* background-color: var(--background-primary); */
    padding: 0rem 0 2rem;
    position: relative;
    /* clip-path: inset(0); */
    /* margin-top: -15rem; */
    margin-top: 0rem;
    z-index: 10;
}

.home-store .decorate {
    position: fixed;
}

.home-store .decorate-left {
    left: 0;
    width: 15vw;
    bottom: 20%;
}

.home-store .decorate-right {
    right: 0;
    width: 20vw;
    bottom: 25%;
}

.home-store__heading h3 {
    font-family: "Montserrat", sans-serif;
    color: var(--text-1);
    text-align: center;
    font-size: 2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    /* width: 300px; */
    margin: auto;
    /* text-shadow: 0px 2px 1px var(--primary); */
}

section.home-store p {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 400 !important;
    text-align: left !important;
}

.home-store .select2.select2-container.select2-container--default {
    /* max-width: 550px; */
}

#home-store__bill {
    /* min-height: 400px; */
    /* width: 100%;
    background: #ffffff; */
}

.home-store__bill-image .decorate {
    position: absolute;
    z-index: 1;
}

.home-store__bill-image--wrap {
    position: relative;
    z-index: 10;
    border: 2px solid #353535;
}

.home-store__bill-image .decorate-left {
    left: -20%;
    bottom: -15%;
    width: 70%;
}

.home-store__bill-image .decorate-right {
    right: -25%;
    bottom: -10%;
    width: 70%;
}

.select2-container--default .select2-selection--single {
    background: #ffffff;
    /* border: none; */
    border-radius: 0;
    padding: 0.25rem 0.5rem;
    height: 50px;
    font-size: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-1);
    font-family: "Montserrat", sans-serif;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--text-1);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    top: 0;
    right: 1rem;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000000 transparent !important;
}

span.select2-selection__arrow b {
    transform: scale(3);
    border-color: #000000 transparent transparent transparent !important;
}

span.select2-dropdown.select2-dropdown--below,
span.select2-dropdown.select2-dropdown--above {
    background: rgba(0, 0, 0, 1);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #a9d83d;
    background: rgba(0, 0, 0, 1);
    color: white;
    outline: 0;
    padding: 0.5rem;
}

.select2-dropdown {
    border: 1px solid #ffffff;
}

.home-store_content {
    position: relative;
    z-index: 9;
}

.home-store_content-line-1 {
    width: 100%;
    margin-top: 4rem;
}

.home-store_content-line-2 {
    margin-top: -1.5rem;
}

.home-store_content img {
    width: 90%;
}

.fakebill {
    height: 600px;
    background: white;
}

@media (max-width: 980px) {
    .fakebill {
        width: 60%;
        margin: auto;
        height: 300px
    }
    .home-store {
        padding: 0rem 0;
        /* background-size: cover; */
        /* background-position: 100% 0%; */
        padding-top: 0rem;
        margin-top: 0rem;
        padding-bottom: 4rem;
        /* background-image: url(/v7/assets/images/202510/hoadon-mobile-background.jpg); */
    }
    .home-store_content {
        margin-top: 1rem !important;
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .home-store__heading h3 {
        font-size: 1.2rem;
        line-height: 1.2;
        max-width: 250px;
        margin: auto;
    }
    #home-store__bill {
        min-height: 2rem;
        width: 80%;
        margin: auto;
        /* display: none; */
    }
    .home-store__bill-image {
        width: auto !important;
    }
    #home-store__bill img {
        width: 100%;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px;
    }
    .select2-container--default .select2-selection--single {
        height: 40px;
        font-size: 1rem;
        padding-top: 0.rem;
    }
    span.select2-selection__arrow b {
        transform: scale(2);
    }
    section.home-store p {
        font-size: 0.8rem;
        padding-top: 0.75rem !important;
        margin-bottom: 0;
        text-align: center !important;
        margin-top: -0.5rem;
        margin-bottom: 1rem;
    }
    .home-store__bill-image .decorate-left {
        left: -15%;
        bottom: -15%;
        width: 60%;
    }
    .home-store__bill-image .decorate-right {
        right: -18%;
        bottom: -10%;
        width: 60%;
    }
}

.home-store__bill-image {
    position: relative;
    width: 400px;
    /* display: flex; */
    /* justify-content: center; */
    m: center;
    margin: auto;
}

.home-store__bill-image--zoom {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}


/* END STORE */


/* START PRIZE */
.home-prize-top {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    /* display: none; */
}

.home-prize {
    /* background-color: var(--primary); */
    /* background-size: 100% 100%; */
    background-position: 0% 0%;
    background-repeat: no-repeat;
    padding: 2rem 0 3rem;
    /* background-attachment: fixed; */
    margin-top: 0rem;
    position: relative;
    z-index: 50;
    margin-top: 0rem;
    background-size: 105% 105%;
}

.home-prize__heading {
    width: 25%;
    margin: auto;
    z-index: 2;
    position: relative;
    margin-top: 3rem;
}

.home-prize__heading h2 {
    color: var(--text-1);
    text-align: center;
    font-size: 2.8rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    /* width: 300px; */
    margin: auto;
    /* margin-top: -1.5rem; */
    text-shadow: 0px 2px 1px var(--primary);
}

.home-prize .container {
    position: relative;
    height: 900px;
    /* min-height: 900px; */
    /* max-height: 900px; */
    /* background: red; */
}

.prize-wrap {
    position: absolute;
}

.prize-wrap.prize-wrap-1 {
    width: calc(50% + 1rem);
    left: 0%;
    top: 33%;
    z-index: 1;
    /* overflow: hidden; */
    /* border-radius: 125% 105% 50% 50%; */
    /* background: red; */
    padding: 0.5rem;
}


.prize-wrap.prize-wrap-1:before {
    /* content: "";
    display: block;
    width: 57%;
    height: 40%;
    position: absolute;
    top: 30%;
    left: 24%;
    z-index: -1;
    animation: prize1 1.5s infinite; */
    /* background: red; */
    /* border-radius: 200px; */
}

.prize-wrap.prize-wrap-1.shine-active:before {
    position: absolute;
    top: 0px;
    left: -70%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgb(2 3 2 / 0%) 0%, rgb(242 255 241 / 30%) 100%);
    transform: skewX(-35deg);
    animation: shine2 1.15s infinite;
    opacity: 100%;
    /* background: red; */
    opacity: 0%;
}

.prize-wrap.prize-wrap-2 {
    width: 33%;
    left: 0;
    top: 35%;
    z-index: 0;
}

.prize-wrap.prize-wrap-2:before {
    content: "";
    display: block;
    width: 118px;
    height: 215px;
    position: absolute;
    top: 14%;
    left: 32%;
    z-index: -1;
    animation: prize1 1.5s infinite;
    /* background: red; */
    border-radius: 10% 10% 10% 10%;
    opacity: 1;
}


.prize-wrap.prize-wrap-2:after {
    content: "";
    display: block;
    width: 40px;
    height: 145px;
    position: absolute;
    top: 46%;
    left: 49%;
    z-index: -1;
    animation: prize1 1.5s infinite;
    /* background: red; */
    border-radius: 10% 10% 10% 10%;
    opacity: 1;
}


@keyframes prize2 {
  /* 100% {
      transform: translateX(-25px) translateY(10px) scale(1.05);
  } */
}

@keyframes prize1 {
  0% {
    box-shadow: 0px 0px 0px rgba(148, 201, 60, 0.3);
  }
  50% {
    box-shadow: 0px 0px 80px rgba(148, 201, 60, 0.8);
  }
  100% {
    box-shadow: 0px 0px 0px rgba(148, 201, 60, 0.3);
  }
}


.prize-wrap.prize-wrap-3 {
    width: 32%;
    left: -2%;
    top: 30%;
    z-index: 1;
}

.prize-wrap.prize-wrap-4 {
    width: 25%;
    left: 75%;
    top: 24%;
    z-index: 1;
}

.prize-wrap.prize-wrap-5 {
    width: 30%;
    left: 70%;
    top: 59%;
    z-index: 1;
}

.prize-wrap.prize-wrap-6 {
    width: 32%;
    left: 68%;
    top: 15%;
    z-index: 1;
}

.prize-wrap.prize-wrap-7 {
    width: 32%;
    left: 68%;
    top: 52%;
    z-index: 1;
}

.prize-wrap.prize-wrap-8 {
    width: 35%;
    right: 0%;
    top: 76%;
    z-index: 1;
}

.prize-wrap.prize-wrap-9 {
    width: 32%;
    right: 16%;
    top: 100%;
    z-index: 1;
}

.prize-wrap.prize-wrap-10 {
    left: 50%;
    top: 21%;
    width: 3.75px;
}

.prize-wrap.prize-wrap-10 img {
    object-fit: cover;
    object-position: center center;
}

.prize-mobile {
    display: none;
}

@media (min-width: 1300px) {
    .home-prize__heading {
    }
    .home-prize {
        
    }
    .home-prize .container {
        
    }
    .home-question {
        
    }
}

@media (min-width: 1400px) {
    .home-prize-top {
    }
    .home-prize {
        
    }
    .home-prize .container {
        
    }
    .home-prize {
        background-size: 100% 100%;
    }
    .home-question {
        
    }
}


@media (min-width: 1500px) {
    .home-prize-top {
    }
    .home-prize {
        background-size: 100% 100%;
    }
    .home-prize .container {
        height: 980px;
    }
    .home-question {
        margin-top: -6rem !important;
    }
}

@media (min-width: 1600px) {
    .home-prize-top {
    }
    .home-prize {
    background-size: 96% 100%;
    }
    .home-prize .container {
    }
    .home-question {
        /* margin-top: -6rem !important; */
    }
}

@media (min-width: 1700px) {
    .home-prize .container {
        height: 1000px;
    }
    .home-prize {
        background-size: 100% 100%;
    }
    .home-prize {
        background-size: 95% 100%;
    }
    .home-question {
        margin-top: -6rem !important;
    }
    .home-prize-top {
    }

    .home-prize__heading {
    }
    
    .prize-wrap.prize-wrap-1 {
    }

    .prize-wrap.prize-wrap-2 {
    }

    .prize-wrap.prize-wrap-3 {
    }

    .prize-wrap.prize-wrap-4 {
    }
}


@media (max-width: 1000px) {
    .home-prize {
        /* background-image: url('/v7/assets/images/202510/giaithuong-mobi-background-1.webp') !important; */
        height: 630px;
        /* z-index: 15; */
        /* padding: 0; */
        /* margin: 0; */
        /* background-position-y: 0; */
        /* background-position-x: 0; */
        /* background-size: 100% 100%; */
        /* margin-top: -5rem; */
        /* z-index: 0; */
        padding-bottom: 0;
    }
    .home-prize-background-mobile {}
    .home-prize-background-mobile img {
        object-fit: cover;
        object-position: top;
    }
    .home-prize__heading {
        width: 35%;
    }
    .home-prize .container {
        /* margin-bottom: 0; */
        /* height: 100%; */
        /* min-height: 0; */
        /* position: absolute; */
        /* top: 0; */
        /* width: 100%; */
        /* z-index: 99; */
    }
    .home-prize__heading h2 {
        font-size: 2rem;
        margin-top: 4rem;
        position: absolute;
        top: 0;
        z-index: 99;
        width: 80%;
        text-align: center;
        left: 10%;
    }
    .prize-mobile {
        display: block;
        margin-top: -1px;
    }
    .home-prize__heading {
        /* padding-top: 10%; */
        margin-top: 6%;
    }
    .prize-wrap.prize-wrap-1 {
        /* top: 20%; */
        /* width: 70%; */
        /* left: -10%; */
        width: 100%;
        left: 0%;
        top: 2%;
        /* padding: 0.25rem; */
    }
    .prize-wrap.prize-wrap-2 {
        width: 80%;
        left: 10%;
        top: 24%;
        z-index: 1;
    }
    .prize-wrap.prize-wrap-3 {
        /* width: 94%; */
        /* right: 6%; */
        /* top: 54%; */
    }
    .prize-wrap.prize-wrap-4 {
        /* width: 88%; */
        top: 52%;
        /* right: 10%; */
        padding-top: 300px;
        margin-top: -300px;
    }
    .prize-wrap.prize-wrap-5 {
        /* width: 92%; */
        /* left: 5%; */
        top: 52%;
        padding-top: 300px;
        margin-top: -300px;
    }
    .prize-wrap.prize-wrap-6 {
        width: 46%;
        left: 2%;
        top: 33%;
    }
    .prize-wrap.prize-wrap-7 {
        width: 45%;
        left: 52%;
        top: 33%;
    }
    .prize-wrap.prize-wrap-8 {
        width: 40%;
        top: 63%;
    }
    .prize-wrap.prize-wrap-9 {
        width: 42%;
        right: 3%;
        top: 84%;
    }
    .prize-wrap.prize-wrap-10 {
        width: 2.9px;
    }
    .prize-wrap.prize-wrap-11 {}
}

@media(max-width: 410px) {}

@media(max-width: 390px) {}


/* END PRIZE */


/* START QUESTION */

.home-question {
    position: relative;
    padding: 4rem 0rem 4rem 0;
    /* clip-path: inset(0); */
    z-index: 0;
    margin-top: 0rem;
    background-size: cover;
    background-repeat: no-repeat;
    background: black;
    background-image: url('/v7/assets/images/202510/hoidap-desktop-background.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 700px;
    margin-top: -400px !important;
    padding-top: 350px;
    height: 950px;
}

.home-question__heading {
    width: 18%;
    margin: auto;
    margin-top: -2rem;
    margin-bottom: 2rem;
}

.home-question .decorate {
    position: absolute;
}

.home-question .decorate img {
    height: auto;
    width: 100%;
}

.home-question .decorate.decorate-left {
    bottom: 0;
    left: 0;
    width: 15vw;
}

.home-question .decorate.decorate-right {
    bottom: 0;
    right: 0;
    width: 15vw;
    position: absolute;
}

.home-question__heading h2 {
    font-family: "Montserrat", sans-serif;
    color: var(--text-1);
    text-align: center;
    font-size: 2.8rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    /* width: 300px; */
    margin: auto;
    text-shadow: 0px 2px 1px var(--primary);
}

.home-question .list-question:first-child {
    margin-top: 1rem;
}

.home-question .list-question {
    margin-bottom: 2rem;
}

.home-question .question {
    cursor: pointer;
    color: var(--text-1);
    font-family: "Montserrat", sans-serif;
    font-size: 1.35rem;
    text-transform: uppercase;
}

.home-question .question img {
    width: 31px;
    margin-left: 1rem;
    transition: all ease-in-out 0.3s;
    /* filter: brightness(0%); */
}

.home-question .question.active img {
    transform: rotate(180deg);
    /* filter: brightness(0%); */
}

.home-question .answer {
    padding-top: 0.5rem;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    font-family: "Montserrat", sans-serif;
}

.home-question .answer * {
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.home-question .answer.active {
    max-height: 12rem;
    transition: max-height 1s ease-in-out;
}

.home-question .link {
    color: #ffffff;
    font-weight: bold;
}

@media (max-width: 1200px) {
    .home-question {
        /* background-image: url("/v3/assets/images/background-store-list.jpg");
        background-color: var(--text-1);
        background-size: cover; */
        /* background-position: center center;
        background-repeat: no-repeat; */
        /* margin-top: 0rem; */
        /* background-image: none !important; */
        /* z-index: 0; */
        /* background-image: url(/v7/assets/images/202510/hoidap-mobile-background.jpg) !important; */
        /* background-repeat: no-repeat; */
        /* background-position: center top; */
        /* background-size: 100%; */
        /* background: black; */
        /* background: transparent; */
        /* padding-top: 0rem; */
    }
    .home-question .decorate {
        display: none;
    }
    .home-question__heading h2 {
        font-size: 2rem;
    }
    .home-question .question {
        font-size: 0.9rem;
        letter-spacing: 0.1px;
    }
    .home-question .question img {
        width: 20px
    }
    .home-question .list-question {
        margin-bottom: 1.5rem;
    }
    .home-question .answer.active {
        padding-top: 0.5rem;
    }
    .home-question .answer.active {
        max-height: 24rem;
        transition: max-height 1s ease-in-out;
    }
    .home-question__heading {
        /* width: 26%; */
        /* margin-top: 0rem; */
        /* margin-bottom: 0; */
        z-index: 12;
    }
}


/* END QUESTION */

#myBtn-202510 {
    /* font-size: 1.4rem; */
    width: 200px;
    height: 53px;
    position: fixed;
    bottom: 10rem;
    right: 2rem;
    border: none;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    /* line-height: 1; */
    animation-name: bannerButtonRegisterSmall2_img;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transition: all ease-in-out 0.3s;
    padding-bottom: 0.4rem;
    border-radius: 0;
    box-shadow: none;
    background-image: url('/v7/assets/images/202510/CTA.png');
    background-position: center center;
    background-color: rgba(0, 0, 0, 0);
    background-size: 100% 100%;
    border: none;
    color: var(--text-2);
    text-shadow: 0px 1px var(--text-1);
    padding-top: 0.6rem;
    background-repeat: no-repeat;
    cursor: pointer;
}

#myBtn-202510:hover,
#myBtn-202510:focus,
#myBtn-202510:active {
    /* color: #000000 !important;
    background-color: #ffffff; */
    /* filter: grayscale(1) invert(1); */
    /* color: #000000 !important; */
    /* background-color: var(--active); */
    /* filter: grayscale(1) invert(1); */
    filter: saturate(1.5);
    /* background-blend-mode: luminosity; */
    text-shadow: 0 2px var(--text-1);
    /* box-shadow: 0px 0px 15px var(--active); */
    border-width: 2px;
}

@media(max-width: 980px) {
    #myBtn-202510 {
        font-size: 1.2rem;
        width: 170px;
        bottom: 5.5rem;
        right: 1rem;
        height: 45px;
        z-index: 99;
        padding-bottom: 0.35rem;
    }
}

@keyframes bannerButtonRegisterSmall3 {
    0% {
        transform: rotate(0) scale(1) skew(0deg);
    }
    10% {
        transform: rotate(-6deg) scale(1) skew(0deg);
    }
    20% {
        transform: rotate(6deg) scale(1) skew(0deg);
    }
    30% {
        transform: rotate(-6deg) scale(1) skew(0deg);
    }
    40% {
        box-shadow: 0 0 15px rgba(251, 247, 45, 0.8);
        transform: rotate(3deg) scale(1.02) skew(0deg);
    }
    50% {
        box-shadow: 0 0 25px #FBF92D;
        transform: rotate(0) scale(1.02) skew(0deg);
    }
    60% {
        box-shadow: 0 0 15px rgba(251, 247, 45, 0.8);
        transform: rotate(-3deg) scale(1.02) skew(0deg);
    }
    80% {
        transform: rotate(6deg) scale(1) skew(0deg);
    }
    90% {
        transform: rotate(-6deg) scale(1) skew(0deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(0deg);
    }
}

@keyframes bannerButtonRegisterSmall3_img {
    0% {
        transform: rotate(0) scale(1) skew(0deg);
    }
    10% {
        transform: rotate(-6deg) scale(1) skew(0deg);
    }
    20% {
        transform: rotate(6deg) scale(1) skew(0deg);
    }
    30% {
        transform: rotate(-6deg) scale(1) skew(0deg);
    }
    40% {
        /* box-shadow: 0 0 15px rgba(251, 247, 45, 0.8); */
        transform: rotate(3deg) scale(1.02) skew(0deg);
    }
    50% {
        /* box-shadow: 0 0 25px #FBF92D; */
        transform: rotate(0) scale(1.02) skew(0deg);
    }
    60% {
        /* box-shadow: 0 0 15px rgba(251, 247, 45, 0.8); */
        transform: rotate(-3deg) scale(1.02) skew(0deg);
    }
    80% {
        transform: rotate(6deg) scale(1) skew(0deg);
    }
    90% {
        transform: rotate(-6deg) scale(1) skew(0deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(0deg);
    }
}

.select2-container--default .select2-selection--single {
    background-color: #000000 !important;
}

.prize-wrap.prize-wrap-9.d-block.d-lg-none.aos-init.aos-animate {
    width: calc(96%);
    left: 2%;
    bottom: 16%;
}

.home-store__heading {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    position: relative;
    z-index: 11;
}

@media (max-width: 1024px) {
    .home-store__heading {
        width: 70%;
        margin-top: 4rem;
    }
}

.home-question .question {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500;
    font-size: 1.2rem;
}

.home-question .answer b {
    font-weight: 500;
}

.home-question .question span {
    letter-spacing: 0.5px;;
}

.home-prize-bottom {
    position: absolute;
    bottom: 11%;
    right: 0%;
    width: 40%;
    /* display: none; */
}


.home-prize-top:before {
    content: "";
    width: 30vw;
    height: 50px;
    /* background: red; */
    display: block;
    position: absolute;
    top: 0%;
    right: 0;
    z-index: -1;
    animation: shadowPulse10 1.5s infinite;
    
    box-shadow: 0px -30px 100px rgba(148, 201, 60, 1);
    /* transform: rotate(0deg) translateX(0vw) translateY(5vw);
    
    transform: rotate(0deg) translateX(-30vw) translateY(5vw);

    transform: rotate(-10deg) translateX(-50vw) translateY(8vw);

    transform: rotate(0deg) translateX(-90vw) translateY(25vw); */

}


@keyframes shadowPulse10 {
    0% {
        transform: rotate(0deg) translateX(0vw) translateY(5vw);
    }

    10% {
        transform: rotate(0deg) translateX(-30vw) translateY(5vw);
    }

    30% {
        transform: rotate(-10deg) translateX(-50vw) translateY(8vw);
    }
    
    60% {
        transform: rotate(0deg) translateX(-90vw) translateY(25vw);
        opacity: 0.1;
    }

    100% {
        transform: rotate(0deg) translateX(-200vw) translateY(25vw);
        opacity: 0;
    }
}

.home-store-top:before {
    /* transform: rotate(-7deg);
    content: "";
    width: 150vw;
    height: 100px; */
    /* background: #93ca39; */
    /* display: block;
    position: absolute;
    top: 15%;
    right: -20%;
    z-index: 0;
    animation: shadowPulse20 1.5s infinite;
    animation-delay: 0.5s; */
    /* box-shadow: 0px 0px 350px rgba(148, 201, 60, 1); */
}

.home-store-top {
    position: absolute;
    width: 100%;
}

.home-store-top img {
    position: relative;
    z-index: 10;
}

section.home-store .container {
    position: relative;
    z-index: 15;
}


@media (max-width: 1400px) {
    .home-store-top:before {
        top: 10%;
    }
}
@keyframes shadowPulse20 {
  0% {
    box-shadow: 0px -30px 100px rgba(148, 201, 60, 0.4);
    transform: rotate(6deg) translateX(-200vw);
  }
  100% {
    box-shadow: 0px -30px 50px rgba(148, 201, 60, 0.5);
    transform: rotate(3deg) translateX(200vw);
    height: 20px;
    top: 28%;
  }
}

.home-prize-bottom:before {
    transform: rotate(-11deg);
    content: "";
    width: 150vw;
    height: 20px;
    /* background: #93ca39; */
    display: block;
    position: absolute;
    top: 50%;
    left: -20%;
    z-index: -1;
    /* animation: shadowPulse30 1.5s infinite; */
    /* animation-delay: 0.5s; */
    /* box-shadow: 0px 0px 350px rgba(148, 201, 60, 1); */
    display: none;
}


@keyframes shadowPulse30 {
  0% {
    box-shadow: 0px 0px 0px rgba(148, 201, 60, 0.3);
    transform: rotate(-11deg) translateX(200vw);
  }
  100% {
    box-shadow: 0px 0px 40px rgba(148, 201, 60, 1);
    transform: rotate(-11deg) translateX(-200vw);
  }
}

.daiko-text-init {
   text-transform: initial !important; 
}

@media(max-width: 900px) {
    .home-prize-top {
        /* top: -8%; */
        /* transform: scale(1.5); */
    }
    
    .home-store-top:before {
        top: 3%;
        z-index: 20;
        height: 15px;
    }
    
    .home-store-top img {
        z-index: 0;
        position: relative;
    }
    
    .home-prize-top:before {
        height: 12px;
        z-index: 10;
        top: 53%;
        display: none;
    }
    
    .home-prize-top img {
        position: relative;
        z-index: 1;
    }
    
    .home-prize-bottom img {
        /* position: relative; */
        /* z-index: 1; */
        /* transform: scale(1.5); */
    }
    
    .home-prize-bottom:before {
        z-index: 1;
        height: 20px;
        top: 45%;
    }
}

.grid-wrap-item {
    display: grid;
    gap: 2rem 1rem;
    grid-template-columns: repeat(5, 1fr);
    max-height: 520px;
    overflow-y: scroll;
}

.grid-wrap-item .wrap-item .item {
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}

.grid-wrap-item .wrap-item .item .title {
    padding-left: 1.5rem;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    margin-top: 0.75rem;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.grid-wrap-item .wrap-item .item .avatar {
    position: relative;
    width: 103px;
    height: 103px;
    overflow: hidden;
    margin-bottom: 0;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.grid-wrap-item .wrap-item .item .avatar img {
    object-fit: cover;
    object-position: center center;
    /* width: auto; */
    /* height: auto; */
}

.grid-wrap-item .wrap-item .item::after {
    content: "";
    position: absolute;
    top: calc(50% - 17px/2);
    left: calc(103px - 1px);
    background-image: url('/v7/assets/images/202510/icon-arrow-right.png');
    width: 17px;
    height: 30px;
    background-repeat: no-repeat;
}

/* Tùy chỉnh thanh cuộn */
.grid-wrap-item::-webkit-scrollbar {
    width: 4px;
}

.grid-wrap-item::-webkit-scrollbar-track {
    background: #4d4e4f;
    border-radius: 10px;
}

.grid-wrap-item::-webkit-scrollbar-thumb {
    /* background-image: url('/v7/assets/images/202510/icon-arrow-right.png'); */
    background: #8cc33e;
    border-radius: 10px; /* Bo góc thanh cuộn */
    transition: all ease-in-out 0.3s;
    background-repeat: no-repeat;
    height: 50px;
    display: block;
}

.grid-wrap-item::-webkit-scrollbar-thumb:hover {
    background: #94e127;
}

.WINMART .avatar {
    background: #ea2729 !important;
}

.AEON .avatar {
    background: #b32180 !important;
}

.LOTTE .avatar {
    background: #ed1a25 !important;
}

.WINMARTP .avatar {
    background: #ea272a !important;
}

.BHX .avatar {
    background: #008846 !important;
}

.COOPFOOD .avatar {
    background: #057c4c !important;
}

.LANCHI .avatar {
    background: #fe0103 !important;
}


@media (max-width:900px) {
    .grid-wrap-item {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width:600px) {
    .grid-wrap-item {
        grid-template-columns: repeat(3, 1fr);
        max-height: 300px;
        gap: 1rem 0.5rem;
    }

    .grid-wrap-item .avatar {
        width: 50px !important;
        height: 50px !important;
    }

    .grid-wrap-item .wrap-item .item {
    }

    .grid-wrap-item .wrap-item .item::after {
        left: 50px;
        width: 10px;
        height: 20px;
        background-size: cover;
    }

    .grid-wrap-item .wrap-item .item .title {
        font-size: 0.7rem;
        margin-top: 0;
    }
}


@media (max-width:510px) {
    .grid-wrap-item {
        
    }
    .grid-wrap-item .avatar {
        width: 35px !important;
        height: 35px !important;
    }

    .grid-wrap-item .wrap-item .item::after {
        left: 35px;
        width: 8px;
        height: 15px;
        background-size: cover;
    }

    .grid-wrap-item .wrap-item .item .title {
        font-size: 0.6rem;
    }
}


@media (max-width:410px) {
    .grid-wrap-item {
        max-height: 230px;
    }
    .grid-wrap-item .avatar {
        width: 30px !important;
        height: 30px !important;
    }

    .grid-wrap-item .wrap-item .item::after {
        left: 30px;
        width: 8px;
        height: 15px;
        background-size: cover;
    }

    .grid-wrap-item .wrap-item .item .title {
        font-size: 0.5rem;
    }
}


.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

.hover14 figure img {
    transition: all ease-in-out 0.3s;
    /* filter: brightness(110%) contrast(115%) saturate(130%); */
}

.hover14 figure:hover img {
    filter: brightness(101%) contrast(102%) saturate(110%);
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine2 {
	45% {
		opacity: 100%;
	}
	100% {
		left: 90%;
		opacity: 0%;
		width: 55%;
	}
}


.home-question .list-question {
    margin-top: -300px !important;
    padding-top: 300px;
}

@media (max-width: 600px) {
    .home-store .home-store-top {
        top: -4rem;
    }

    .home-store__heading {
        margin-top: -2rem !important;
        width: 90%;
    }
    .home-prize {
        /* background-image: url('/v7/assets/images/202510/giaithuong-mobi-background-1.webp') !important; */
        background-repeat: no-repeat !important;
        background: black;
        /* background-image: none !important; */
        height: 900px;
        background-size: 100% auto;
        margin-top: -4rem;
    }
    .home-store {
        /* background-image: url('/v7/assets/images/202510/hoadon-mobile-background.webp') !important; */
        padding-bottom: 3.5rem;
        margin-top: 2rem;
    }

    .home-prize-top {
        margin-top: -4rem;
        /* width: calc(100% + 8rem); */
        /* left: -8rem; */
        width: 100%;
    }

    .prize-wrap.prize-wrap-2:before {
        width: 100px !important;
    }

    .home-prize__heading {
        width: 50%;
        margin-top: -3.5rem;
    }

    .prize-wrap.prize-wrap-3 {
        top: 68%;
        left: 0%;
        width: 50%;
    }

    .prize-wrap.prize-wrap-4 {
        width: 50%;
        left: 50%;
        top: 73%;
    }

    .prize-wrap.prize-wrap-5 {
        top: 39%;
        left: 47%;
        width: 56%;
    }

    .home-question .question {
        font-size: 1rem;
    }

    .home-question__heading {
        width: 30%;
        margin-top: -5rem;
        margin-bottom: -1.5rem;
        padding-top: 5rem;
    }

    .home-question {
        /* background-image: url('/v7/assets/images/202510/hoidap-mobile-background.webp') !important; */
        /* background-size: 100% 100%; */
        padding: 0;
        z-index: 100;
        margin-top: 0 !important;
        height: 600px;
    }

    .home-question-top {
        width: 200%;
        margin-left: -50%;
    }
}

@media(min-width: 350px) {
	.home-prize {
		
	}
    .home-prize-bottom {

    }
    .prize-wrap.prize-wrap-1 {

    }
    .prize-wrap.prize-wrap-2 {

    }
    .prize-wrap.prize-wrap-3 {}
    .prize-wrap.prize-wrap-4 {

    }
    .prize-wrap.prize-wrap-5 {

    }
    .prize-wrap.prize-wrap-6 {

    }
    .prize-wrap.prize-wrap-7 {

    }
}

@media(min-width: 360px) {
	.home-prize {
	
	}
    .home-prize-bottom {

    }
    .prize-wrap.prize-wrap-1 {

    }
    .prize-wrap.prize-wrap-2 {

    }
    .prize-wrap.prize-wrap-3 {}
    .prize-wrap.prize-wrap-4 {

    }
    .prize-wrap.prize-wrap-5 {

    }
    .prize-wrap.prize-wrap-6 {

    }
    .prize-wrap.prize-wrap-7 {

    }
}

@media(min-width: 370px) {
	
}

@media(min-width: 380px) {
	
}

@media(min-width: 390px) {
	.home-prize {
	/* height: 680px; */
	}
    
}

@media(min-width: 400px) {
	.home-prize {
	
	}
}

@media(min-width: 410px) {
	.home-prize {
	/* height: 700px; */
	}
}

@media(min-width: 420px) {
	.home-prize {
	/* height: 740px; */
	}
}

@media(min-width: 430px) {
	.home-prize {
	
	}
    .home-prize-bottom {

    }
    .prize-wrap.prize-wrap-1 {

    }
    .prize-wrap.prize-wrap-2 {

    }
    .prize-wrap.prize-wrap-3 {}
    .prize-wrap.prize-wrap-4 {

    }
    .prize-wrap.prize-wrap-5 {

    }
    .prize-wrap.prize-wrap-6 {

    }
    .prize-wrap.prize-wrap-7 {

    }
}
@media(min-width: 440px) {
	.home-prize {
	height: 750px;
	}
    
}
@media(min-width: 450px) {
	
}
@media(min-width: 460px) {
	
}
@media(min-width: 470px) {
	
}
@media(min-width: 480px) {
	
}
@media(min-width: 490px) {
	
}
@media(min-width: 500px) {
	
}
@media(min-width: 510px) {
	
}
@media(min-width: 520px) {
	
}

@media (min-width: 1000px) {
    .home-prize {
        /* background-color: var(--primary); */
        /* background-size: 100% 100%; */
        /* background-position: 0% 0%; */
        /* background-repeat: no-repeat; */
        /* padding: 2rem 0 3rem; */
        /* background-attachment: fixed; */
        /* margin-top: 0rem; */
        position: relative;
        z-index: 50;
        margin-top: 0rem;
        /* background-size: 105% 105%; */
        height: auto;
        margin-top: -400px;
    }

    .prize-wrap.prize-wrap-1 {
        width: 95%;
        left: 5%;
        top: 17%;
        z-index: 1;
        /* overflow: hidden; */
        /* border-radius: 125% 105% 50% 50%; */
        /* background: red; */
        /* padding: 0.5rem; */
    }
    

    .prize-wrap.prize-wrap-3 {
        width: 33%;
        left: 33%;
        top: 55%;
        z-index: 1;
    }
    
    .prize-wrap.prize-wrap-4 {
        width: 33%;
        left: 66%;
        top: 58%;
        z-index: 1;
    }
    
    .prize-wrap.prize-wrap-5 {
        width: 30%;
        left: 70%;
        top: 59%;
        z-index: 1;
    }
    
    .prize-wrap.prize-wrap-6 {
        width: 32%;
        left: 68%;
        top: 15%;
        z-index: 1;
    }
    
    .prize-wrap.prize-wrap-7 {
        width: 32%;
        left: 68%;
        top: 52% !important;
        z-index: 1;
    }
    
    .prize-wrap.prize-wrap-8 {
        width: 35%;
        right: 0%;
        top: 76%;
        z-index: 1;
    }
    
    .prize-wrap.prize-wrap-9 {
        width: 32%;
        right: 16%;
        top: 100%;
        z-index: 1;
    }
    
    .prize-wrap.prize-wrap-10 {
        left: 50%;
        top: 21%;
        width: 3.75px;
    }
    
    .prize-wrap.prize-wrap-10 img {
        object-fit: cover;
        object-position: center center;
    }

}

.home-question-top {
    position: absolute;
}