body {
    margin: 0;
    padding: 0 10%;
    background-color: #1f1f1f;
}

/* Font style */
p {
    color: rgb(219, 219, 219);
}

h3 {
    margin: 0;
}

/* landing style */
.landing {
    width: 100%;
    height: 700px;
    background-image: url('../image/lake.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.landing-container {
    height: 100%;
    background-color: rgba(3, 3, 3, 0.279);
    padding: 0 28%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.landing-container h2 {
    color: aliceblue;
    margin-bottom: 60px;
    font-family: "LXGW Marker Gothic";
}

.landing-container button {
    color: rgb(3, 2, 0);
    background-color: rgb(234, 140, 0);
    height: 60px;
    width: 40%;
    border: 2px solid rgb(234, 140, 0);
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    /* height: 200px; */
    padding: 10px 0;
}

.text-logo a {
    text-decoration: none;
}

.pages-tabs {
    display: flex;
    gap: 20px;
    color: white;
    align-items: center;
}

.tab {
    font-family: "LXGW Marker Gothic";
    cursor: pointer;
    color: white;
    text-decoration: none;
}

.tab:hover {
    color: aqua;
}

/* overview style */

.about-game {
    background-color: #273562;
    position: relative;
}

.horizental-line {
    position: absolute;
    height: 6px;
    width: 100%;
    left: 0;
    top: 35px;
    background: linear-gradient(90deg, rgba(248, 172, 120, 0.3), rgba(0, 0, 0, 0));
}

.vertical-line {
    position: absolute;
    height: 100%;
    width: 6px;
    top: 0;
    left: 35px;
    background: linear-gradient(180deg, rgba(248, 172, 120, 0.3), rgba(0, 0, 0, 0));
}

.h-sub {
    height: 2px;
    top: 43px;
    left: 5px;
}

.v-sub {
    width: 2px;
    left: 43px;
    top: 5px;
}

.horizental-line-bottom {
    position: absolute;
    height: 6px;
    width: 100%;
    bottom: 35px;
    left: 0;
    background: linear-gradient(270deg, rgba(248, 172, 120, 0.3), rgba(0, 0, 0, 0));
}

.h-sub-bottom {
    height: 2px;
    bottom: 43px;
    right: 5px;
}

.vertical-line-bottom {
    position: absolute;
    height: 100%;
    width: 6px;
    bottom: 0;
    right: 35px;
    background: linear-gradient(0deg, rgba(248, 172, 120, 0.3), rgba(0, 0, 0, 0));
}

.v-sub-bottom {
    width: 2px;
    right: 43px;
    bottom: 5px;
}




.main-overview {
    display: flex;
    color: burlywood;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 4% 10%;
}

.game-intros {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 4%;
    /* padding: 4% 0; */
    /* padding-bottom: 82px; */
}

.check {
    padding: 17px;
    text-align: center;
}

.check svg {
    width: 20%;
    height: auto;
    padding: 17px;
    background: linear-gradient(181deg, rgba(248, 172, 120, 0.3), rgba(0, 0, 0, 0));
    border-radius: 50%;
}

.intro-detail {
    /* border-top: 4px solid #d4d4d4; */
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3%;
}

.intro-detail h3 {
    text-align: center;
    width: 100%;
    color: burlywood;
}

.intro-detail p {
    text-align: center;
}

/* Game-gatewary style */
.game-area {
    background-color: #273562;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    gap: 40px;
    position: relative;
}

.game-image-container {
    width: 60%;
}

.game-image-container img {
    width: 100%;
    object-fit: cover;
}

.start {
    width: 20%;
    background: none;
    color: burlywood;
    padding: 15px;
    font-size: 18px;
    border: 1px solid burlywood;
}

.start:hover {
    background-color: rgb(206 163 76);
    color: black;
}

/* company section style */
.about-company {
    position: relative;
    background-image: url('../image/background4.jpg');
    background-size: cover;
    background-position: center;
}

.co-introductions {
    background: linear-gradient(181deg, rgb(39 53 98), rgb(39 53 98 / 18%));
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 5%;
    position: relative;
}

.intro-block h2 {
    color: burlywood;
    z-index: 1;
}

/* disclaimer & license style */
.disclaimer-license {
    /* text-align: center; */
    background-color: #273562;
    position: relative;
}

.disclaimer-container {
    width: 55%;
    padding: 4%;
    background-color: #00002d1f;
}

.disclaimer-license h2 {
    color: #ba3a3a;
}

.cutoff {
    margin: 0;
    height: 3px;
    /* color: red; */
    background-color: #080b08;
    border: none;
}

/* badge style */
.badges {
    padding: 30px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #2735628a;
    position: relative;
}

.badge {
    padding: 0 10px;
    z-index: 1;
}

.badge img {
    width: 100%;
    object-fit: cover;
}

/* contact us style */
.contact-us {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #273562;
    color: azure;
    position: relative;
}

.contact-us form {
    background-color: #00002d1f;
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 15px;
    align-items: center;
    padding: 4%;
    width: 55%;
}

.h-70 {
    height: 70% !important;
}

.h-120 {
    height: 170%;
}

.h-50 {
    height: 50%;
}

form input {
    height: 40px;
    width: 45%;
    border: 1px solid burlywood;
}

textarea {
    height: 107px;
    width: 100%;
}

form * {
    background: none;
    color: burlywood;
}

.input-box {
    width: 100%;
    gap: 10%;
    display: flex;
    justify-content: space-between;
}

form h2 {
    border: none;
}

form button {
    padding: 15px;
    width: 67%;
    font-size: 18px;
    border: 1px solid burlywood;
}

form textarea {
    border: 1px solid burlywood;
}

form button:hover {
    background-color: rgb(206 163 76);
    color: black;
}

/* footer style */
.footer {
    display: flex;
    flex-direction: column;
    /* padding: 40px 0; */
    background-color: #273562;
}

.footer-links {
    display: flex;
    justify-content: center;
    width: 100%;
    /* padding: 0 30px; */
    gap: 20px;
    color: #ffffff;
    z-index: 2;
    padding: 20px;
}

.footer-links a {
    padding-left: 10px;
    cursor: pointer;
    text-decoration: none;
    color: burlywood;
}

.footer-links a:hover {
    color: #51c3fc;
}

.footer-disclaimer {
    text-align: center;
}

.copywrite {
    color: white;
    background-color: #1c2543;
    margin: 0;
    padding: 10px;
}

@media only screen and (max-width:850px) {
    .game-intros {
        flex-direction: column;
        padding: 0 10%;
    }

    .intro-detail {
        width: 100%;
    }

    .intro-detail img {
        width: 7%;
    }

    .co-introductions {
        width: 100%;
        left: 0;
        width: auto;
        padding: 0 10%;
        background-color: whitee6;
    }

    .contact-us {
        flex-direction: column;
        gap: 30px;
    }

    .contact-title {
        position: static;
        width: 80%;
    }

    .contact-us form {
        width: 80%
    }

    .footer {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .footer-links {
        flex-direction: row;
    }

    .header {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .disclaimer-container {
        width: 80%;
    }
}

/* Terms page */
.container {
    background-color:#273562;
    padding: 40px 10%;
    position: relative;
}

.container-block {
    z-index: 2;
    position: relative;
}

.container-block h2 {
    color: #00ffe7;
}

.container-block p,
ul {
    color: white;
}

.play-ground-area {
    position: relative;
    padding: 2rem;
    background:#273562;
}

.play-game {
    max-width: 940px;
    margin: 0 auto;
    position: relative;
}

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

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

.soumi-logo {
    font-size: 26px;
    text-transform: lowercase;
    color: #ffb347;
    text-shadow:
        0 0 5px #ff7f50,
        0 0 10px #ff6347,
        0 0 20px #ff4500,
        0 0 40px #ff8c00,
        0 0 60px #ffa500;
    letter-spacing: 2px;
    animation: pulseWarm 3s ease-in-out infinite;
}

@keyframes pulseWarm {
    0%, 100% {
        text-shadow:
            0 0 5px #ff7f50,
            0 0 10px #ff6347,
            0 0 20px #ff4500,
            0 0 40px #ff8c00,
            0 0 60px #ffa500;
    }
    50% {
        text-shadow:
            0 0 10px #ff7f50,
            0 0 20px #ff6347,
            0 0 30px #ff4500,
            0 0 50px #ff8c00,
            0 0 80px #ffa500;
    }
}
.z-2 {
    z-index: 2;
}

.z-0 {
    z-index: 0;
}

strong {
    color: rgb(132, 34, 34);
}