/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
    font-family: "CarvedOutFont";
    src: url("WorcesterRegular.woff") format("woff"),
        url("WorcesterRegular.ttf") format("truetype");
}

body {
    margin: 0;
    padding: 0;
    font-family: "CarvedOutFont";
    font-size: 16px;
}

.preload-cover {
    display: none;
    background-image: url("./cover-image-230605.jpg");
}

.cover-container {
    position: relative;
    width: 100%;
    height: auto;
}

.cover-image {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

.link-steam {
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    cursor: pointer;
    position: absolute;
    width: calc(9% * 0.75);
    height: calc(16% * 0.75);
    right: 4.5%;
    bottom: 8%;
}

.link-steam > img {
 width: 80%;
 height: 80%;
 padding: 10%;
}

.link-steam:hover {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
}

.link-steam:active {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.119);
}

.link-epic {
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    cursor: pointer;
    position: absolute;
    width: calc(9% * 0.75);
    height: calc(16% * 0.75);
    left: 8.8%;
    bottom: 3.8%;
}

.link-epic:hover {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
}

.link-epic:active {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.119);
}

.fullscreen {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    z-index: -1;
}

.block-desc {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #a4a4a4;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 1.5em;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.block.blank {
    height: 100px;
}

.block-video {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.block-video video {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.block {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.block h1 {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
}

.block h2 {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
}

.block h3 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
}

.block p {
    font-size: 1.5em;
    line-height: 1.4;
    margin-bottom: 40px;
    text-align: justify;
}

.dark-bg {
    background-color: #161616;
}

.team {
    padding: 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 40px;
}

.person {
    margin: 0px 20px;
    max-width: 350px;
    width: 100%;
    text-align: center;
}

.person img {
    max-width: 100%;
    height: auto;
    margin-bottom: 24px;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.person h3 {
    color: #f7f7f7;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 16px;
}

.person img {
    max-width: 90%;
    height: auto;
    margin-bottom: 24px;
}

.person p {
    color: #a4a4a4;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 40px;
}

.divider {
    max-width: 90%;
    width: 1100px;
    margin: 0 auto;
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.divider-line {
    width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-weight: bold;
    color: #636363;
}

.divider-line::before,
.divider-line::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: calc(50%);
    height: 1px;
    background-color: #636363;
}

.divider-line::before {
    left: 0;
    margin-left: -10px;
}

.divider-line::after {
    right: 0;
    margin-right: -10px;
}

.divider-line span {
    position: absolute;
    background-color: #161616;
    z-index: 1;
    padding: 0 20px;
    font-size: 24px;
}

.block-line {
    width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-weight: bold;
}

.block-line::before,
.block-line::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 50%;
    height: 1px;
    background-color: #d6d6d6;
}

.block-line::before {
    left: 0;
}

.block-line::after {
    right: 0;
}

.footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 40px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-text {
    color: #a9a9a9;
    font-size: 1.25em;
}

@media (max-width: 768px) {
    .fullscreen-video {
        position: relative;
        height: 56.25vw;
        overflow: hidden;
    }
    .fullscreen-video video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%, -50%);
        -ms-transform: translateX(-50%, -50%);
        transform: translateX(-50%, -50%);
        width: 100%;
        z-index: -1;
    }
    .fullscreen-video img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-height: 70%;
        z-index: 1;
    }
    body {
        font-size: 12px;
    }
    .container {
        padding: 80px 20px;
        padding-top: 40px;
    }
    .link-steam {
        width: calc(9% * 1.5);
        height: calc(16% * 1.5);
        right: 4.5%;
        bottom: 8%;
    }
}

/* Blog */
.blog-list {
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 40px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
}

.blog-block {
    min-height: 600px;
    max-width: 40%;
    border: 1px solid white;
    width: 525px;
    background-color: white;
}

.blog-block img {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-info {
    padding: 20px;
    /* text-align: justify; */
}

.blog-info h2 {
    font-size: 24px;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 10px;
}

.blog-info .date {
    color: #aaa;
    margin-bottom: 5px;
}

.blog-info p {
    color: #5e5e5e;
    margin-top: 0;
}

.continue-reading {
    display: inline-block;
    margin-top: 10px;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 3px;
}

.blog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .blog-block {
        width: 90%;
        max-width: 90%;
        min-height: 400px;
    }

    .blog-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
    }
}

/* Count down */

.white-header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 40px;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #f7f7f7;
    font-size: 1.5em;
}

.countdown-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 40px;
    padding-top: 20px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    font-weight: 600;
}

.countdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.countdown-box:nth-last-child(1) {
    border-radius: 0px 10px 10px 0px;
}

.countdown-box:nth-child(1) {
    border-radius: 10px 0px 0px 10px;
}

.countdown-box {
    background-color: #fff;
    width: 70px;
    height: 70px;
    font-size: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.countdown-label {
    font-size: 1em;
    margin-top: 5px;
    text-align: center;
    color: #a4a4a4;
}

@media only screen and (max-width: 768px) {
    .countdown-container {
        gap: 0px;
    }
    .countdown-block:not(:last-child) {
        width: 100%;
        margin-bottom: 40px;
    }
    .person:not(:last-child) {
        margin-bottom: 40px;
    }
    .blog-block:not(:last-child) {
        margin-bottom: 40px;
    }
}

/* LINE */

.gray-line {
    width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-weight: bold;
}

.gray-line::before,
.gray-line::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 50%;
    height: 1px;
    background-color: #636363;
}

.gray-line::before {
    left: 0;
}

.gray-line::after {
    right: 0;
}

.discord-container {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.discord {
    width: 80px;
    height: 80px;
}