html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: rgb(0 0 0 / 92%);
}

.preloader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 92%);
    z-index: 9999;
}

.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preloader-img {
    animation: shrinkEnlarge 2s infinite ease-in-out;
}

@keyframes shrinkEnlarge {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.blackscreen {
    background-color: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
}

.full-screen-div {
    width: 100vw;
    height: 100vh;
    position: relative;
    background-color: #000000;
    background-size: cover;
    background-position: center 75%;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.inner-div {
    height: 80%;
    width: 100%;
    position: relative;
}

.bottom-div {
    display: flex;
    width: 100%;
    height: 20%;
    position: relative;
}

.top-inner {
    height: 55%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.bottom-inner {
    height: 40%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.top-inner-logo,
.top-inner-device,
.top-inner-text {
    height: auto;
    width: auto;
    object-fit: contain;
    position: absolute;
    transform: translateX(-50%);
}

.top-inner-logo {
    /* top: 0.3vh; */
    left: 50%;
    max-width: 52%;
}

.top-inner-text {
    top: 1.5vh;
    left: 50%;
    max-width: 26%;
}

.top-inner-device {
    bottom: 0;
    left: 51%;
    width: auto;
    height: auto;
    max-height: 50%;
}

.image-container {
    display: flex;
    flex-direction: column;
    margin-top: -8vh;
}

.bottom-desc {
    display: flex;
    margin-bottom: 6vh;
    margin-top: -2vh;
    justify-content: center;
}

.bottom-inner-desc {
    max-width: 88%;
}

.bottom-inner-img1,
.bottom-inner-img2 {
    max-width: 72vw;
    width: auto;
    height: auto;
    object-fit: contain;
}

.image-container a:last-child {
    /* margin-top: 4vh; */
}

.inner-bottom-logo {
    position: absolute;
    bottom: 2vh;
    left: 50%;
    transform: translateX(-50%);
    max-width: 38vw;
    width: auto;
    height: auto;
}

.bottom-left,
.bottom-right {
    flex: 1;
    height: 100%;
}

.bottom-left {
    position: relative;
}

.bottom-right {
    display: flex;
    align-items: center;
}

.game-icon {
    position: absolute;
    width: 37%;
    bottom: 4.5vh;
    right: 13vw;
    transform: translateY(0%);
}

.social-icons {
    display: flex;
    flex-direction: column;
    margin-left: 10vw;
    margin-top: 3.5vh;
    gap: 1vh;
}

.social-icons a {
    width: 23vw;
    cursor: pointer;
}

.s-icon-store {
    width: 23.5vw;
}

.s-icon-web {
    width: 23.5vw;
}

.store-icon,
.web-icon {
    width: 100%;
}

.text-image {
    position: absolute;
    top: 1.6vh;
    left: 50%;
    transform: translateX(-50%);
    width: 20vw;
}

.image-container a,
.image-container-l a {
    cursor: pointer;
}

/* landscape view */

.full-screen-div-l {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    background-size: cover;
    background-position: center 75%;
    background-repeat: no-repeat;
}

.inner-div-l {
    width: 100%;
    height: 80%;
}

.inner-div-sp-l {
    width: 100%;
    height: 68%;
    display: flex;
}

.bottom-div-l {
    display: flex;
    width: 100%;
    height: 20%;
    position: relative;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.bottom-left-l,
.bottom-right-l {
    height: 100%;
}

.bottom-left-l {
    width: 50%;
    display: flex;
    justify-content: center;
    margin-bottom: 1vh;
    align-items: center;
}

.bottom-right-l {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
}

.platform-icons-l {
    display: flex;
    /* flex-direction: column; */
    gap: 4vh;
}

.platform-icons-l a {
    width: 26vh;
    cursor: pointer;
}

.web-icon-l,
.playstore-icon-l,
.appstore-icon-l {
    width: 100%;
}

.game-icon-link-l {
    width: 18vh;
    height: 18vh;
    margin-right: 3vw;
    margin-left: -10vw;
}

.game-icon-l {
    width: 100%;
    height: 100%;
}

.text-image-l {
    align-self: center;
    width: 10vw;
    /* margin-left: 8vw; */
}

.bottom-logo-l {
    margin-right: auto;
    align-self: center;
    max-width: 10vw;
    margin-left: 17vw;
}

.top-inner-l {
    height: 100%;
    width: 100%;
    position: relative;
}

.bottom-inner-l {
    /* height: 2%; */
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.image-container-l {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.image-container-l a:last-child {
    margin-left: 2vw;
}

.bottom-inner-img1-l,
.bottom-inner-img2-l {
    width: 28vw;
    height: auto;
}

.top-inner-logo-l {
    max-height: 90%;
    width: auto;
}

.top-inner-welcome-l,
.top-inner-desc-l {
    max-height: 4vh;
}

.top-inner-device-l {
    position: absolute;
    top: 10vh;
    left: 52%;
    transform: translate(-50%, 0);
    max-height: 40vh;
    width: auto;
    height: auto;
}

.inner-div-l-part1 {
    width: 50%;
    height: 100%;
    position: relative;
}

.inner-div-l-part2 {
    width: 50%;
    height: 100%;
    justify-content: center;
    /* align-items: center; */
    display: flex;
    /* flex-direction: column; */
    margin-top: 1vh;
}

@media only screen and (min-device-width: 320px) and (max-device-height: 736px) and (orientation: portrait) {
    .top-inner-logo {
        max-width: 42%;
    }

    .game-icon {
        width: 32%;
    }

    .social-icons a {
        width: 19vw;
    }

    .top-inner-device {
        max-height: 52%;
    }

    .bottom-inner-img1,
    .bottom-inner-img2 {
        max-width: 64vw;
    }

    .inner-bottom-logo {}
}

@media only screen and (min-device-width: 768px) and (orientation: portrait) {
    .game-icon {
        width: 26%;
    }

    .social-icons a {
        width: 16vw;
    }

    .text-image {
        width: 18vw;
    }

    .top-inner-logo {
        max-width: 36%;
    }

    .top-inner-device {
        max-height: 50%;
    }

    .bottom-inner-img1,
    .bottom-inner-img2 {
        max-width: 39vw;
    }

    .inner-bottom-logo {}
}

@media only screen and (max-device-width: 720px) and (min-device-height: 320px) and (orientation: landscape) {
    .top-inner-logo-l {
        max-height: 40vh;
    }
}

@media only screen and (min-device-height: 768px) and (orientation: landscape) {
    .top-inner-logo-l {
        max-height: 30vw;
    }

    .bottom-div-l {}

    .platform-icons-l a {
        width: 16vh;
    }
}