.bg {
    background-image: url(../image/homepage\ image.jpg);
    background-size: cover;
    background-position: 75% center;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.modal {
    padding: 0px !important;
    max-width: 70% !important;
    background: none !important;
    z-index: 10 !important;
}

.jquery-modal.blocker.current {
    z-index: 20;
}

.modal a.close-modal {
    background-image: url(../image/close\ icon.png) !important;
}

.video {
    max-width: 100%;
    height: 100%;
}

.banner {
    display: flex;
    width: 85%;
}

.banner h1 {
    width: 35%;
}

.banner h4 {
    width: 50%;
}

.button {
    display: flex;
    font-family: 'Cormorant Infant', serif;
    color: white;
    gap: 15px;
    align-items: center;
    background-color: #C1182B;
    border-radius: 50px;
    padding: 20px;
    width: 15%;
    height: 2%;
    justify-content: center;
    cursor: pointer;
}

.button:hover {
    background-color: #7F8487;
}

.social_media {
    display: flex;
    flex-direction: column;
    gap: 5%;
    opacity: 0.7;
}

.social_media div:hover {
    transform: scale(1.2);
}

.social_media img {
    width: 40px;
    height: auto;
    border-radius: 50%;
}

.social_media img:hover {
    box-shadow: 0 0 10px #FFFFFF;
}

.game_intro {
    display: flex;
    width: 100%;
    gap: 50px;
    align-items: center;
    justify-content: center;
    margin: 125px 0px;
    flex-wrap: wrap;
}

.game_intro div {
    width: 33%;
}

.game_intro h2 {
    line-height: normal;
}

.story_img {
    background-image: url(../image/story\ intro\ img.jpg);
    background-size: cover;
    background-position: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10%;
}

.story_img div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.story_intro {
    margin: 125px 0px;
    align-items: center;
    text-align: center;
}

.story_summary {
    background-color: #1E201E;
    opacity: 0.7;
    width: 40%;
    padding: 60px 40px;
}

.previous-page {
    display: none;
}

.next-page {
    position: absolute;
    bottom: 10%;
    gap: 40px;
}

/*laptop*/
@media screen and (max-width:1130px) {

    .banner h1 {
        width: 50%;
    }

    .button {
        width: 18%;
    }
}

@media screen and (max-width:1024px) {

    .game_intro div {
        width: 40%;
    }

    .social_media img {
        width: 35px;
    }
}

@media screen and (max-width:900px) {
    .banner h1 {
        width: 40%;
    }
}

@media screen and (max-width: 800px) {
    .button {
        width: 25%;
    }
}

/*Tablet*/
@media screen and (max-width:797px) {

    .modal {
        max-width: 80% !important;
    }

    .banner {
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 300px;
        width: 90%;
    }

    .banner h1 {
        width: 100%;
    }

    .banner h4 {
        width: 50%;
        margin-top: 0%;
    }

    .button {
        padding: 1.5% 1%;
        height: 7%;
        width: 30%;
    }

    .social_media {
        flex-direction: row;
        display: flex;
    }

    .game_intro {
        display: flex;
        flex-direction: column;
        gap: 0px;
        text-align: center;
        margin: 5% 0%;
    }

    .game_intro div {
        width: 80%;
    }

    .game_intro h2 {
        margin-bottom: 3%;
    }

    .story_intro div {
        gap: 0px;
    }

    .story_intro h1 {
        font-size: 56px;
    }

    .story_summary {
        background-color: #1E201E;
        opacity: 0.7;
        width: 50%;
        padding: 30px;
    }

    .story_summary div {
        gap: 0px;
    }
}

@media screen and (max-width:700px) {

    .button {
        width: 30%;
    }
}

@media screen and (max-width:550px) {

    .button {
        width: 35%;
    }
}

@media screen and (max-width:500px) {

    .button {
        width: 40%;
    }
}

/*Moblie*/
@media screen and (max-width: 414px) {
    .bg {
        background-image: url(../image/homepage\ image\ mobile.jpg);
        min-height: 400px;
        padding: 10px 0px;
    }

    .modal {
        max-width: 90% !important;
    }

    .banner {
        gap: 220px;
    }

    .banner h4 {
        width: 55%;
        margin-top: 0%;
        font-size: 12px;
    }

    .banner h1 {
        width: 100%;
    }

    .button {
        font-size: 10px;
        padding: 5px 10px;
        width: 30%;
    }

    .social_media img {
        width: 30px;
    }

    .game_intro {
        margin: 0px
    }

    .game_intro div {
        width: 90%;
    }

    .game_intro h2 {
        margin-bottom: 0px;
    }

    .story_intro h1 {
        font-size: 48px;
    }

    .story_summary {
        width: 65%;
    }
}