.mySticalMainLayout {
    position: relative;
    width: 100%;
    height: 100dvh;

    background: #020a24;
    background: url("https://img.gnjoy.in.th/2026/13/mySticalPass_bgMain.png");
    background-position: center;
    background-size: cover;
}

.mySticalObjectMainLayout {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    overflow: hidden;
}

.myStical_object01 {
    position: relative;
    z-index: 1;
    width: 100%;
}

.myStical_object02 {
    position: absolute;
    z-index: 2;
    top: -133px;
    left: -230px;

    width: 500px;
}

.myStical_object03 {
    position: absolute;
    z-index: 2;
    bottom: -133px;
    left: -69px;

    width: 400px;
}

.myStical_object04 {
    position: absolute;
    z-index: 2;
    top: -40px;
    right: -90px;

    width: 400px;
}

.mySticalContentMainLayout {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 60px 50px 10px;

    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;

    color: #fff;
}

.mySticalContent_logoLayout {
    position: relative;
    z-index: 4;
    width: 900px;
    height: 700px;
    /* margin-left: 100px; */

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mySticalLogo_img {
    width: 700px;
}

.mySticalLogo_dateTimeLayout {
    color: #12225b;
    font-size: 15px;
    font-weight: 700;

    width: 480px;
    height: 40px;
    padding: 5px 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    background: url("../images/landingpage/dateTimeLayout.png");
    background-position: center;
    background-size: cover;
}

.mySticalLogo_item {
    position: absolute;
    width: 130px;
    height: 130px;
}

.mySticalLogo_item.item01 {
    bottom: 120px;
    left: 10px;
}

.mySticalLogo_item.item02 {
    top: 100px;
    left: 50px;
}

.mySticalLogo_item.item03 {
    top: 0px;
    width: 100px;
}

.mySticalLogo_item.item04 {
    top: 100px;
    right: 50px;
}

.mySticalLogo_item.item05 {
    bottom: 160px;
    right: 60px;
}

.mySticalContentFooterLayout {
    position: relative;
    z-index: 3;
    width: 100%;
    min-height: 120px;
    padding: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.btn-primary {
    width: 180px;
    height: 60px;
    border: 0px solid transparent;

    background: url("../images/landingpage/button.png");
    background-position: center;
    background-size: cover;

    font-size: 14px;
    line-height: 16px;
    font-weight: 800;
    color: #12225b;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    filter: drop-shadow(0 0 4px #ffffff88) drop-shadow(0 0 8px #0f4fd688);

    transition:
        transform 0.25s ease,
        filter 0.25s ease;
}

.btn-primary:hover {
    width: 180px;
    height: 60px;
    border: 0px solid transparent;

    background: url("../images/landingpage/button.png");
    background-position: center;
    background-size: cover;
    transition: all 0.5s;

    font-size: 14px;
    line-height: 16px;
    font-weight: 800;
    color: #12225b;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    filter: drop-shadow(1px 1px 10px #166ad8);
    transform: translateY(-3px) scale(1.03);
}

.btn-primary:active {
    transform: translateY(1px) scale(0.96);

    filter: drop-shadow(0 0 4px #0c3f8f);
}

.characterMainLayout {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
}

.characterImg {
    width: 800px;
}

.characterImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Character layers */
.character-base {
    position: relative;
}

.character-eyes {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.1s ease-in-out;
}

/* Blink animation */
.character-eyes.blink {
    opacity: 0;
}

.float-banner {
    z-index: 5;
}

.float-banner .btn-side {
    background: transparent;
    border: 0px solid transparent;
    width: 140px !important;
    height: 140px !important;
}

.side-menu2 {
    right: 20px !important;
    top: 240px !important;
    position: absolute;
}

.float-banner .side-menu {
    right: 20px !important;
    top: 90px !important;
    position: absolute;
}

@media (max-width: 1450px) {
    .mySticalContent_logoLayout {
        width: 750px;
    }

    .characterImg {
        width: 700px;
    }

    .mySticalLogo_item {
        position: absolute;
        width: 100px;
        height: 100px;
    }

    .mySticalLogo_img {
        width: 650px;
    }
}

/* xl */
@media (max-width: 1200px) {
    .mySticalContent_logoLayout {
        width: 650px;
    }

    .mySticalLogo_item {
        position: absolute;
        width: 80px;
        height: 80px;
    }

    .mySticalLogo_img {
        width: 500px;
    }

    .mySticalLogo_item.item01 {
        bottom: 180px;
        left: 10px;
    }

    .mySticalLogo_item.item02 {
        top: 150px;
        left: 50px;
    }

    .mySticalLogo_item.item03 {
        top: 80px;
    }

    .mySticalLogo_item.item04 {
        top: 150px;
        right: 60px;
    }

    .mySticalLogo_item.item05 {
        bottom: 220px;
        right: 60px;
    }

    .characterMainLayout {
        right: -100px;
    }
}

/* lg */
@media (max-width: 992px) {
    .mySticalContent_logoLayout {
        width: 100%;
    }

    .mySticalLogo_item.item01 {
        bottom: 20px;
        left: 100px;
    }

    .mySticalLogo_item.item02 {
        top: auto;
        bottom: 250px;
        left: 100px;
    }

    .mySticalLogo_item.item03 {
        top: 250px;
    }

    .mySticalLogo_item.item04 {
        top: auto;
        bottom: 250px;
        right: 90px;
    }

    .mySticalLogo_item.item05 {
        bottom: 20px;
        right: 100px;
    }

    .mySticalContent_logoLayout {
        justify-content: end;
    }

    .characterMainLayout {
        position: absolute;
        z-index: 2;
        bottom: 0;
        right: 50%;
        transform: translateX(50%) !important;
    }

    .characterImg {
        width: 840px;
    }

    .mySticalContentFooterLayout {
        gap: 10px;
    }
}

/* md */
@media (max-width: 768px) {
    .mySticalLogo_item.item01 {
        bottom: 20px;
        left: 0px;
    }

    .mySticalLogo_item.item02 {
        top: auto;
        bottom: 250px;
        left: 0px;
    }

    .mySticalLogo_item.item03 {
        top: 250px;
    }

    .mySticalLogo_item.item04 {
        top: auto;
        bottom: 250px;
        right: 0px;
    }

    .mySticalLogo_item.item05 {
        bottom: 20px;
        right: 0px;
    }

    .mySticalContentFooterLayout {
        flex-wrap: wrap;
    }

    .mySticalMainLayout {
        height: 100%;
        min-height: 100dvh;
    }
}

/* sm */
@media (max-width: 576px) {
    .mySticalContentMainLayout {
        padding: 60px 30px 10px;
    }

    .float-banner .btn-side {
        background: transparent;
        border: 0px solid transparent;
        width: 110px !important;
        height: 110px !important;
    }

    .float-banner .side-menu {
        right: 10px !important;
    }

    .side-menu2 {
        right: 10px !important;
        top: 210px !important;
        position: absolute;

        line-height: 15px;
    }

    .mySticalLogo_item {
        position: absolute;
        width: 70px;
        height: 70px;
    }

    .mySticalLogo_img {
        width: 450px;
    }

    .mySticalLogo_item.item03 {
        top: 300px;
    }

    .characterImg {
        width: 800px;
    }

    .characterMainLayout {
        transform: translateX(55%) !important;
    }
}

@media (max-width: 465px) {
    .mySticalLogo_item {
        display: none;
    }

    .btn-primary {
        width: 150px;
    }

    .mySticalLogo_img {
        width: 380px;
    }

    .characterMainLayout,
    .myStical_object02,
    .myStical_object03,
    .myStical_object04 {
        display: none;
    }

    .mySticalContent_logoLayout {
        justify-content: center;
        height: 100%;
    }

    .mySticalMainLayout {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .myStical_object01 {
        height: 100%;
    }

    .myStical_object01 img {
        object-fit: cover !important;
    }

    .mySticalLogo_dateTimeLayout {
        color: #12225b;
        font-size: 13px;
        font-weight: 700;
        width: 400px;
        height: 35px;
    }
}

@media (max-width: 415px) {
    .mySticalLogo_img {
        width: 100%;
    }

    .mySticalContentMainLayout {
        padding: 10px;
    }

    .mySticalLogo_dateTimeLayout {
        color: #12225b;
        font-size: 13px;
        font-weight: 700;
        width: 340px;
        height: 30px;
    }

    .float-banner .btn-side {
        background: transparent;
        border: 0px solid transparent;
        width: 90px !important;
        height: 90px !important;
        line-height: 15px;
        text-align: center;
        padding: 10px;
    }

    .float-banner .side-menu {
        top: 70px !important;
        right: 10px !important;
    }

    .side-menu2 {
        right: 10px !important;
        top: 165px !important;
        text-align: center !important;
        padding: 10px !important;
    }

    .mySticalMainLayout {
        height: 100%;
        min-height: calc(100dvh - 171px);
    }

    .mySticalContentMainLayout {
        padding-top: 100px;
    }
}

@media (max-width: 350px) {
    .mySticalLogo_dateTimeLayout {
        line-height: 17px;
        color: #12225b;
        font-size: 13px;
        font-weight: 700;
        width: 270px;
        min-height: 30px;
        height: 100%;
        padding: 5px 10px;
    }
}

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