h1, h2 {
    font-family: "ZB Zanutura", sans-serif;
    font-weight: bold;
    font-size: calc(4rem + 4.5vw);
    color: #FF7800;
    margin: 0;
    padding: 0;
    text-shadow: rgb(178, 30, 14) 5px 5px;
}

.nbs-text {
    font-family: "ZB Zanutura", sans-serif;
    font-weight: normal;
    font-size: calc(1rem + 1.5vw);
    color: white;
    margin: 0;
    padding: 0;
}

@media (min-width: 1200px) {
    h1, h2 {
        font-size: 7rem;
    }

    .nbs-text {
        font-size: 2rem;
    }
}


body {
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
}

#part11 {
    min-height: 94vh;
    max-width: 100%;
    clip-path: polygon(
            0 0, /* left top */ 100% 0, /* right top */ 100% calc(100% - 9vw), /* right bottom */ 0 calc(100% - 3vw) /* left bottom */
    );
    position: relative;
    overflow: hidden;
}

#part11-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: brightness(0.75);
}

#part1 {
    min-height: 94vh;
    clip-path: polygon(
            0 0, /* left top */ 100% 0, /* right top */ 100% calc(100% - 6vw), /* right bottom */ 0 100% /* left bottom */
    );
    background: black;
}

#part1ct {
    background-color: #FF7800;
}

#part2 {
    min-height: 94vh;
    clip-path: polygon(
            0 0, /* left top */ 100% 0, /* right top */ 100% 100%, /* right bottom */ 0 calc(100% - 6vw) /* left bottom */
    );
    background-image: url("../imgs/CBCPromoRenderPossum.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .45);
    background-blend-mode: darken;
    text-align: center;
}

@media (min-width: 1200px) {
    #part2 {
        text-align: start;
    }

    #p2title {
        font-size: calc(4rem + 4.5vw);
    }
}

#p2title {
    font-size: calc(1.5rem + 3vw);
}

#footer {
    min-height: 30vh;
    background-image: url("../imgs/footer_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pane-ct {
    background: white;
    border-color: white;
    border-width: 9px;
    border-radius: 0.375rem;
    border-style: solid;
    margin: auto;
    width: fit-content;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}

.pane {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    shape-margin: 20px;
    background: #0B65C5;
}

.pane-inner {
    padding: 1rem 3rem;
}


.pane-title {
    text-transform: uppercase;
    font-family: "ZB Zanutura", sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 0;
}

.pane-text {
    text-align: center;
    font-family: "ZB Zanutura", sans-serif;
    font-weight: normal;
    font-size: 2rem;
}

.pane-link-ct {
    text-align: center;
}

.pane-link {
    color: white;
    text-decoration: none;
    padding: 0.25rem;
}

.language_switcher_img {
    width: 30px;
    height: 30px;
    margin: 0 0.5rem;
}

.icon {
    font-size: 5.5rem;
}

.ps-icon{
   vertical-align:top;
}

.eg-icon{
    vertical-align:top;
    width: 78px;
    height: 78px;
}

#playstation-verbiage {
    max-width: 36vw;
}

#playstation-verbiage p {
    font-size: 1.25vh;
    margin-top: 10px;
    text-align: center;
}

#icon-steam-container {
    Width: 90px;
    Height: 90px;
}

#icon-playstation-container {
    Width: 90px;
    Height: 90px;
    padding-right: 5px;
}

#icon-epic-container {
    Width: 90px;
    Height: 90px;
}

.platform-icon {
    align-items: center;
    border: 2px solid white;
    display: block;
    justify-content: center;
    margin: 5px;
}

.main-logo {
    padding-right: 5rem;
}