/* Story - Kooverse */
#main strong {
    font-weight: bolder !important;
}

.section-banner {
    font-family: Saira, EnterSansman, 'Courier New', Courier, monospace;
    color: #fff;
    font-size: 3rem;
    font-style: italic;
    font-weight: bold;
}

.section-description {
    font-family: Nunito, 'Courier New', Courier, monospace;
    color: #5B4DBB;
    font-style: normal;
    font-weight: bold;
    font-size: 1.1rem;
}

.main-content {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
}

#kooverse {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
}

#kooverseContent {
    position: relative;
    width: calc(100% - 160px);
    min-height: 600px;
    height: 100%;
}

#kooverseContent .top-section {
    height: 600px;
    background-image: url(../design/story/kooverse/bg_kooverse.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
}

.no-webp #kooverseContent .top-section {
    background-image: url(../design/story/kooverse/bg_kooverse.png);
}

#kooverseContent .top-section::after {
    content: "";
    display: block;
    clear: both;
}

#kooverseSnakes {
    position: absolute;
    width: 50%;
    max-width: 561px;
    top: 0;
    left: 0;
}

#kooverseDescription {
    width: 50%;
    position: absolute;
    font-size: 1.5rem;
    font-weight: 450 !important;
    padding: 3.5rem 1rem 1rem 1rem;
    top: 0;
    right: 0;
    color: #fff;
}

#kooverseBanner {
    position: absolute;
    background: linear-gradient(90.05deg, #A1A0E3 24.57%, rgba(146, 147, 255, 0) 120.79%);
    color: #fff;
    bottom: 25%;
    text-indent: 2rem;
    right: 0;
    width: 60%;
    padding: 1rem;
    clip-path: polygon(2% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* Story - Biomes */
#biomes {
    position: relative;
    width: 95%;
    margin-left: 5%;
    max-width: 1920px;
}

#biomesBanner {
    padding: 1rem;
    text-indent: 2rem;
    background: linear-gradient(90.01deg, #5354C0 58.76%, rgba(179, 179, 255, 0) 112.89%);
    border-top-left-radius: 4.5rem;
}

#biomesDescription {
    background: #D1E2FF;
    padding: 2rem 0 2rem 2rem;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 3% 100%, 0 75%);
}

#biomesDescription p {
    position: relative;
    width: 50%;
}

#biomesVisual {
    width: 100%;
    padding: 1rem;
    display: flex;
}

#biomesPlay {
    position: relative;
    display: block;
    margin: 0 auto;
    background-image: url(../design/story/biomes/btn_play.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 158px;
    height: 158px;
    text-align: center;
    top: -3rem;
    cursor: pointer;
}

#biomesPlay span {
    display: block;
    font-style: normal;
    width: 100%;
    position: absolute;
    text-decoration: none;
    color: #fff;
    font-size: 1.8rem;
    bottom: 1.1rem;
}

#biomeSnakes {
    width: 50%;
    display: block;
}

#biomeSnakes img {
    position: absolute;
    top: 4rem;
    right: 0;
    width: auto;
    max-width: 689px;
}

/* Story - Live Events */
#liveEvents {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 600px;
    background-image: url(../design/story/live_events/bg_live-events.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.no-webp #liveEvents {
    background-image: url(../design/story/live_events/bg_live-events.png);
}

#liveEventsBanner {
    position: absolute;
    bottom: 0;
    left: 2rem;
    width: 100%;
    padding: 1rem;
    text-indent: 2rem;
    background: linear-gradient(90.02deg, #8053E0 24.28%, rgba(240, 146, 255, 0) 88.18%);
    clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 0% 100%);
}

#liveEvents .among-us-img {
    position: absolute;
    z-index: 5;
}

#amongUs1 {
    top: 0;
    left: 0;
}

#amongUs2 {
    top: 0;
    left: 8rem;
}

#amongUs3 {
    bottom: 0;
    right: 2rem;
}

#amongUs4 {
    bottom: 0;
    right: 0;
}

#liveEventsDescription {
    position: absolute;
    width: 45%;
    top: 1.5em;
    right: 5rem;
    padding: 1rem;
    color: #fff;
    z-index: 10;
}

#playWithFriends {
    position: relative;
    margin-left: 3%;
    margin-top: 2rem;
    width: 97%;
}

#pwfBanner {
    display: block;
    color: #fff;
    padding: 1rem 2rem;
    background: linear-gradient(89.95deg, #5354C0 24.28%, rgba(179, 179, 255, 0.42) 97.13%);
    text-indent: 2rem;
    border-top-left-radius: 4.5rem;
}

#pwfDescription {
    color: #5354c0;
    background: #E4EEFF;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 3% 100%, 0 75%);
}

#pwfDescription p {
    padding: 2rem 3rem;
    width: 55%;
}

#pwfChatBox {
    position: absolute;
    top: -28%;
    left: -35%;
    font-style: italic;
    font-family: Saira, EnterSansman, 'Courier New', Courier, monospace;
    font-weight: bold;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    text-indent: 0.85rem;
    width: 250px;
    height: 100px;
    padding-top: 1rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
    background: linear-gradient(135.13deg, #255DC4 -5.33%, rgba(165, 165, 228, 0.39) 96.21%);
}

.orange-snake {
    margin: 0;
    padding: 0;
}

#orangeSnake1stContainer {
    position: relative;
    left: -3%;
    top: -2rem;
}

#orangeSnake2ndContainer {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/* Story - Battle in Style */
#battleInStyle {
    position: relative;
    width: 97%;
    margin: 0;
    padding: 0;
}

#battleInStyle .content-section {
    position: relative;
    min-height: unset;
    top: 0;
    left: 0;
    width: calc(100% - 160px);
}

#battleInStyleBanner {
    position: relative;
    top: 0;
    padding-left: 4rem;
    width: 70%;
    padding: 1rem;
    text-indent: 2rem;
    background: linear-gradient(90.01deg, #8053E0 24.66%, rgba(240, 146, 255, 0.29) 111.24%);
    clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 0% 100%);
}

#koomics {
    width: 100%;
    padding-top: 1rem;
    background-color: #d1e2ff;
}

#koomicsBanner {
    position: relative;
    top: 0;
    right: 0;
    width: 95%;
    padding: 0.85rem;
    text-indent: 2rem;
    background: linear-gradient(90.01deg, #8053E0 24.66%, rgba(240, 146, 255, 0.29) 111.24%);
    clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 0% 100%);
}

#koomicsContent {
    width: 95%;
    padding: 2rem;
    margin: 0 auto;
    text-align: center;
}

#battleInStyleContent {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
}

#battleInStyleDescription {
    position: relative;
    width: 55%;
    height: auto;
    min-width: 480px;
    max-width: 700px;
    color: #6656bf;
    padding: 2rem;
    z-index: 15;
}

#battleInStyleSnakes {
    position: relative;
    width: 45%;
    padding: 1rem;
}

.battleInStyle-Snake {
    position: relative;
    display: block;
    left: 15%;
    width: 90%;
    max-width: 480px;
    margin-bottom: 1rem;
}

#cow {
    left: 5%;
}

#surviveKill {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
}

#surviveKillBanner {
    position: relative;
    padding: 1rem;
    background: linear-gradient(270.01deg, rgba(165, 165, 228, 0.39) -6.79%, #255DC4 94.96%);
    clip-path: polygon(0 0, 99% 0, 100% 100%, 0 100%);
}

#surviveKill .content-section {
    position: relative;
    top: 0;
    left: 0;
    width: calc(100% - 160px);
}


#surviveAndKillContent {
    font-family: Nunito, 'Courier New', Courier, monospace;
    display: flex;
    flex-direction: row;
}

#surviveAndKillContent .child {
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

#surviveAndKillContent .child:first-child {
    width: 65% !important;
}

#surviveAndKillContent p {
    width: 100%;
    color: #6656bf;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0;
}

#surviveAndKillSnakes {
    position: relative;
    top: -1rem;
    width: calc(100vw - 50%);
    max-width: 525px;
    max-height: 561px;
    margin: 0;
}

#battleInStyle .inline-ads-160x600,
#surviveKill .inline-ads-160x600 {
    float: right;
}

@media screen and (min-width: 1920px) {
    .section-description {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 1440px) {
    #amongUs1 {
        width: 320px;
    }

    #amongUs2 {
        width: 420px;
    }

    #amongUs3 {
        width: 380px;
    }

    #amongUs4 {
        width: 200px;
    }
}

@media screen and (max-width: 1024px) {
    #koomics {
        background-color: #fff;
    }

    #kooverse {
        display: block;
    }

    #kooverseContent {
        width: 100%;
    }

    #kooverseBanner {
        bottom: 10%;
    }

    #biomeSnakes img {
        width: 50%;
    }

    #liveEventsDescription {
        right: 1rem;
        padding: 1rem 0 1rem 1rem;
    }

    #amongUs1 {
        width: 250px;
    }

    #amongUs2 {
        width: 280px;
    }

    #amongUs3 {
        width: 300px;
    }

    #amongUs4 {
        width: 180px;
    }

    #surviveKill .content-section {
        width: 100%;
    }

    #koomicsContent {
        padding: 2rem 0;
    }

    #koomicsReadNowBtn {
        float: unset !important;
        top: unset !important;
        right: unset !important;
    }
}

@media screen and (max-width: 912px) {
    #battleInStyle .content-section {
        width: 100%;
    }

    #surviveKill .content-section p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
    #surviveKill {
        height: 50vh;
    }
}

@media screen and (max-width: 760px) {
    #koomicsBanner {
        width: 95%;
        padding: 0.5rem;
    }

    #koomicsBanner .section-banner {
        font-size: 1.3rem !important;
    }

    #kooverseContent {
        min-height: unset;
    }

    #kooverseContent .top-section {
        height: 480px;
    }

    #kooverseSnakes {
        width: 60%;
    }

    #kooverseDescription {
        width: 70%;
        padding: 1rem;
        font-size: unset;
        top: 30%;
        right: 0;
    }

    #kooverseBanner {
        width: 90%;
        text-indent: 1.5rem;
        right: 0;
        bottom: 0;
        padding: 0.5rem;
    }

    #biomes {
        width: 100%;
    }

    #biomesBanner {
        text-indent: 1rem;
    }

    .section-banner {
        font-size: 1.5rem;
    }

    #biomesDescription {
        padding: 0.5rem 1rem 0 1rem;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%, 0 90%);
        height: 400px;
    }

    #biomesDescription .section-banner {
        font-size: 1rem;
    }

    #biomesDescription p {
        width: 100%;
        margin-bottom: unset;
        font-size: 1rem;
    }

    #biomesVisual {
        position: absolute;
        bottom: 0;
    }

    #biomesPlay {
        width: 100px;
        height: 100px
    }

    #biomesPlay span {
        font-size: 1rem;
    }

    #biomeSnakes {
        width: 75%;
    }

    #biomeSnakes img {
        top: unset;
        bottom: 0;
        width: inherit;
    }

    #liveEvents {
        height: 480px;
    }

    #liveEventsDescription {
        position: relative;
        font-size: 1rem;
        width: 85%;
        max-width: 420px;
        margin: 0 auto;
        top: 50%;
        right: unset;
        bottom: unset;
        transform: translateY(-50%);
    }

    #liveEventsDescription p {
        margin-bottom: unset;
    }

    #liveEventsBanner {
        padding: unset;
    }

    .among-us-img {
        max-width: 200px;
    }

    #amongUs1 {
        width: 40%;
    }

    #amongUs2 {
        width: 50%;
        left: 5rem;
    }

    #amongUs3 {
        width: 50%;
    }

    #amongUs4 {
        width: 25%;
    }

    #playWithFriends {
        margin-top: unset;
        margin-bottom: 2rem;
    }

    #pwfBanner {
        padding: 1rem;
    }

    #pwfDescription {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 5% 100%, 0 90%);
        height: 280px;
        font-size: 1rem;
    }

    #pwfDescription p {
        padding: 1rem;
        width: 95%;
        margin: unset !important;
    }

    #orangeSnake1stContainer {
        position: absolute;
        bottom: 0;
        left: 0;
        top: unset;
    }

    #orangeSnake2ndContainer {
        top: unset;
        transform: unset;
        bottom: 0;
    }

    #pwfChatBox {
        left: 25%;
        top: -50%;
        width: 150px;
        height: 67px;
        font-size: 1rem;
        padding-top: 0.75rem;
        text-indent: unset;
    }

    .orange-snake.second,
    .orange-snake.first {
        width: 50%;
    }

    .orange-snake.second {
        position: relative;
        right: -50%;
    }

    #battleInStyle .content-section {
        position: relative;
    }

    #battleInStyleBanner {
        width: 95%;
    }

    #battleInStyleContent {
        flex-direction: column;
    }

    #battleInStyleDescription {
        padding: 1rem;
        width: 100%;
        min-width: unset;
        font-size: 1.15rem;
    }

    #battleInStyleSnakes {
        left: 20%;
        width: 85%;
    }

    #surviveKill {
        height: unset;
    }

    #surviveKill .content-section {
        min-height: unset;
    }
}

@media screen and (max-width: 520px) {
    #surviveAndKillContent {
        align-items: center;
        justify-content: center;
    }
}