@import url('reset.css');
@import url('swiper-bundle.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/*  font-family: "Roboto Condensed", sans-serif; */

html {
    height: 100%;
}
 
body {
    height: 100%;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    line-height: 28px;
    min-height: 100%;
    overflow-x: hidden;
    background: #260C0C;
	color: #ffffff;
}
.container {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.dg7hd34voi-button {
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    background: #D42020;
    border: 2px solid #D42020;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 10px;
    outline: 0;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dg7hd34voi-button:hover {
    background: transparent;
    color: #D42020;
}

/* Header */
.dg7hd34voi-identifier {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #ffffff;
    transition: .3s;
    background: linear-gradient(90.23deg, #451414 0.15%, #000000 100.25%);
    box-shadow: 0px 4px 25px 0px #000000BF;
}
.dg7hd34voi-identifier--logo {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #D42020;
}
.dg7hd34voi-identifier--case {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dg7hd34voi-identifier--table {
	display: flex;
	align-items: center;
}
.dg7hd34voi-identifier--part {
    text-align: center;
	padding: 4px;
    transition: .3s;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.dg7hd34voi-identifier--part.active {
    color: #D42020;
}
.dg7hd34voi-identifier--part + .dg7hd34voi-identifier--part {
    margin-left: 40px;
}
.dg7hd34voi-identifier--part:hover {
    color: #D42020;
}

.dg7hd34voi-burger {
    display: none;
    position: absolute;
    z-index: 8;
    right: 20px;
    width: 22px;
    height: 16px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
.dg7hd34voi-burger .dg7hd34voi-wing {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    transition: transform 0.2s ease-out;
}
.toggle .wing1 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(-44deg) translate(-5px, 2.6px);
}
.toggle .wing2 {
    display: none;
}
.toggle .wing3 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(45deg) translate(-8.9px, -6px);
}


/* Content */
.dg7hd34voi-pattern {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 74px;
}
.dg7hd34voi-titel {
    font-family: "Roboto Condensed", sans-serif;

    font-size: 60px;
    line-height: 68px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
	text-align: center;
}
.dg7hd34voi-titel span {
    color: #D42020;
}
.dg7hd34voi-subtitel {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* board */
.dg7hd34voi-board {
    background-image: url(../shots/board-dg7hd34voi.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    padding: 0 20px 40px;
	color: #ffffff;
}
.dg7hd34voi-board--case {
    height: 100%;
    position: relative;
    z-index: 5;
}
.dg7hd34voi-board--knowledge {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.dg7hd34voi-board .dg7hd34voi-subtext {
	text-align: center;
}



/* saga */
.dg7hd34voi-saga {
    padding: 60px 20px;
}
.dg7hd34voi-saga--case {
    display: grid;
    grid-template-columns: 380px 1fr;
    grid-gap: 20px;
    align-items: center;
}
.dg7hd34voi-saga .dg7hd34voi-subtext {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dg7hd34voi-page--saga {
    padding: 60px 20px;
}
.dg7hd34voi-page--saga-box {
    padding: 40px 60px;
    background: #170707;
    border: 1px solid #D42020;
    box-shadow: 0px 10px 30px 0px #8C161940;
}
.dg7hd34voi-page--saga-box p {
    margin-bottom: 20px;
}
.dg7hd34voi-saga--link {
    color: #D42020;
}
.dg7hd34voi-page--saga-image {
    margin-top: 30px;
}
.dg7hd34voi-page--saga-image img {
    width: 100%;
    height: 100%;
}

/* samples */
.dg7hd34voi-samples {
    padding: 60px 20px;
}
.dg7hd34voi-samples--knowledge {
    position: relative;
}
.swiper-pagination-bullet {
    background: #ffffff;
    border: 1px solid #000000;
    width: 14px;
    height: 14px;
}
.swiper-pagination-bullet-active {
    background: #000000;
}
.dg7hd34voi-samples--link {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #D42020;
    margin-bottom: 30px;
}
.dg7hd34voi-samples--image img {
    width: 100%;
    height: 100%;
}
.dg7hd34voi-page--samples {
    padding: 60px 20px;
}
.dg7hd34voi-page--samples-box {
    padding: 40px 60px;
    background: #170707;
    border: 1px solid #D42020;
    box-shadow: 0px 10px 30px 0px #8C161940;
}
.dg7hd34voi-page--samples-box p {
    margin-bottom: 20px;
}
.dg7hd34voi-page--samples-box i {
    color: #D42020;
}
.dg7hd34voi-samples--case .swiper-slide {
    display: grid;
    grid-template-columns: 270px 1fr;
    grid-gap: 30px;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.33);
    padding-right: 64px;
}
.dg7hd34voi-samples--date {
    font-size: 16px;
    line-height: 22px;
}
.dg7hd34voi-samples .dg7hd34voi-subtitel {
    margin-bottom: 40px;
}
.dg7hd34voi-button--arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
}
.swiper-button-prev, .swiper-button-next {
    position: relative;
    z-index: 2;
    right: auto;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    margin: 0;
    padding: 4px
}

.dg7hd34voi-page--samples-img {
    float: left;
    margin: 0 24px 24px 0;
    max-width: 350px;
    height: auto;
}
.dg7hd34voi-page--samples-img img {
    width: 100%;
    height: 100%;
}


/* Game */
.dg7hd34voi-upward {
    padding: 60px 20px 120px;
}
.dg7hd34voi-upward .dg7hd34voi-subtitel {
    margin-bottom: 40px;
}
.dg7hd34voi-upward--item {
    display: grid;
    grid-template-columns: 1fr;
    border-right: 1px solid rgba(255, 255, 255, 0.33);
    padding-right: 40px;
}
.dg7hd34voi-upward--item:nth-child(2n) {
    border-right: none;
    padding-left: 40px;
    padding-right: 0;
}
.dg7hd34voi-upward--item .topic {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
.dg7hd34voi-upward--item span {
    color: #D42020;
}
.dg7hd34voi-upward--item i {
    color: #8b8383;
}
.dg7hd34voi-upward--list {
    padding: 60px;
    background: #170707;
    border: 1px solid #D42020;
    box-shadow: 0px 10px 30px 0px #8C161940;
}
.dg7hd34voi-upward--union {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}
.dg7hd34voi-upward--union:first-child {
    padding-top: 0;
}
.dg7hd34voi-upward--union:last-child {
    border: none;
    padding-bottom: 0;
}
.dg7hd34voi-upward--item ul li {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    align-items: center;
    font-size: 18px;
    line-height: 28px;
}
.dg7hd34voi-upward--item ul li b {
    font-weight: 700;
}

/* arcade */
.dg7hd34voi-arcade {
    padding: 60px 20px;
}

/* Footer */
.dg7hd34voi-expiry {
    padding: 20px;
    background: #170707;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}
.dg7hd34voi-expiry--case {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dg7hd34voi-expiry--table {
    display: flex;
    align-items: center;
}
.dg7hd34voi-expiry--part {
    text-align: center;
    transition: .3s;
    padding: 4px;
}
.dg7hd34voi-expiry--part + .dg7hd34voi-expiry--part {
    margin-left: 40px;
}
.dg7hd34voi-expiry--part:hover {
    color: #D42020;
}


/* Info */
.dg7hd34voi-information {
    padding: 40px 20px;
}
.dg7hd34voi-information--case h1 {
    font-family: "Roboto Condensed", sans-serif;

    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 20px;
}
.dg7hd34voi-information--case h2 {
    font-weight: 700;
    margin-bottom: 16px;
}
.dg7hd34voi-information--case p {
    margin-bottom: 16px;
}
.dg7hd34voi-information--case ul {
    list-style-type: disc;
    padding-left: 20px;
}
.dg7hd34voi-information--case li {
    margin-bottom: 16px;
}
.dg7hd34voi-information--case a {
    display: inline-block;
    font-weight: 700;
    color: #D42020;
}


/* Popup */
.dg7hd34voi-push {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.dg7hd34voi-push::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
}
.dg7hd34voi-push--case {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
.dg7hd34voi-push--content {
    position: relative;
    z-index: 9;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px 60px;
    color: #260C0C;
}
.dg7hd34voi-push--content h2 {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}
.dg7hd34voi-push--content h3 {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 32px;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
}
.dg7hd34voi-push--content p {
    text-align: center;
}
.dg7hd34voi-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 40px;
}
.dg7hd34voi-form--item {
    position: relative;
}
.dg7hd34voi-form--item-text {
    grid-column: 1/3;
}
.dg7hd34voi-form--label {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}
.dg7hd34voi-form--input {
    font-family: "Roboto Condensed", sans-serif;
    color: #151414;
    height: 50px;
    padding: 5px 0;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    outline: none;
    background: #ffffff;
    border: none;
    border-bottom: 2px solid #747D7F;
    vertical-align: middle;
}
.dg7hd34voi-form--input.error {
    border-color: #D42020;
}
label.error {
    font-size: 14px;
    line-height: 18px;
    color: #D42020;
    display: none !important;
    margin-top: 2px;
}
.dg7hd34voi-buttons--case {
    grid-column: 1/3;
    margin-top: 40px;
}
.dg7hd34voi-push--close {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 4px;
}

/* table */
.dg7hd34voi-table--container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
    margin: 30px 0 10px;
    box-shadow: 0px 10px 30px 0px #8C161940;
}
.dg7hd34voi-players--table {
    width: 100%;
    border-collapse: collapse;
    background: #170707;
    border: 1px solid #460D0E;
}

.dg7hd34voi-players--table thead {
    color: #170707;
    background: #D42020;
}

.dg7hd34voi-players--table th, .dg7hd34voi-players--table td {
    padding: 12px 20px;
    text-align: left;
    border: 1px solid #460D0E;
}

.dg7hd34voi-players--table tbody tr {
    background: #170707;
}

.dg7hd34voi-players--table th {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    vertical-align: middle;
}

.dg7hd34voi-players--table td {
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
}

.dg7hd34voi-players--table td:last-child {
    color: #D42020;
    font-weight: 700;
}
.dg7hd34voi-player--info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dg7hd34voi-player--info img {
    width: 36px;
    height: 36px;
    object-fit: cover;
}
.dg7hd34voi-player--info span {
    font-weight: 700;
    color: #D42020;
}

.dg7hd34voi-players--table th:first-child,
.dg7hd34voi-players--table td:first-child {
    min-width: 180px;
}


@media (max-width: 920px) {
    body {
        font-size: 16px;
        line-height: 26px;
    }
    .dg7hd34voi-burger {
        display: flex;
    }
    .dg7hd34voi-identifier.scroll .dg7hd34voi-burger .dg7hd34voi-wing {
        background: #ffffff;
    }
    .dg7hd34voi-identifier .dg7hd34voi-burger.toggle .dg7hd34voi-wing {
        background: #ffffff;
    }
    .dg7hd34voi-identifier--panel {
        display: none;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        color: #ffffff;
        background: linear-gradient(90deg, #142327 0%, #031316 100%);
    }
    .dg7hd34voi-identifier--table {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 66px;
    }
    .dg7hd34voi-identifier--part {
        width: 100%;
        padding: 10px 46px;
    }
    .dg7hd34voi-identifier--part + .dg7hd34voi-identifier--part {
        margin-left: 0;
    }
    .dg7hd34voi-titel {
        font-size: 36px;
        line-height: 44px;
    }
    .dg7hd34voi-subtitel {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .dg7hd34voi-board {
        height: auto;
        padding: 100px 20px;
    }
    .dg7hd34voi-board .dg7hd34voi-subtext {
        font-size: 18px;
        line-height: 28px;
    }
    .dg7hd34voi-samples--link {
        font-size: 18px;
        line-height: 24px;
    }
    .dg7hd34voi-upward--list {
        padding: 24px;
    }
    .dg7hd34voi-expiry--table {
        flex-direction: column;
    }
    .dg7hd34voi-expiry--part + .dg7hd34voi-expiry--part {
        margin-top: 10px;
    }
    .dg7hd34voi-expiry--case {
        flex-direction: column-reverse;
    }
    .dg7hd34voi-expiry--part + .dg7hd34voi-expiry--part {
        margin-left: 0;
    }
    .dg7hd34voi-expiry--copywrite {
        opacity: .6;
        margin-top: 24px;
    }
    .dg7hd34voi-page--saga-box {
        padding: 24px;
    }
    .dg7hd34voi-page--samples {
        padding: 40px 20px;
    }
    .dg7hd34voi-page--saga {
        padding: 40px 20px;
    }
    .dg7hd34voi-page--samples-box {
        padding: 24px; 
    }
    .dg7hd34voi-saga {
        padding: 40px 20px;
    }
    .dg7hd34voi-saga--case {
        grid-template-columns: 1fr;
    }
    .dg7hd34voi-saga--images {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }
    .dg7hd34voi-samples--case .swiper-slide {
        grid-template-columns: 180px 1fr;
        grid-gap: 20px;
        padding-right: 20px;
    }
    .swiper-button-prev img , .swiper-button-next img {
        width: 30px;
    }
    .dg7hd34voi-button--arrow {
        top: -3px;
    }
    .dg7hd34voi-upward {
        padding: 40px 20px;
    }
    .dg7hd34voi-samples {
        padding: 40px 20px;
    }
    .dg7hd34voi-arcade {
        padding: 40px 20px;
    }
    .dg7hd34voi-samples .dg7hd34voi-subtitel {
        margin-bottom: 20px;
    }
    .dg7hd34voi-upward--union {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .dg7hd34voi-upward--item {
        padding-right: 0;
        border: none;
    }
    .dg7hd34voi-upward--item:nth-child(2n) {
        padding-left: 0;
    }
    .dg7hd34voi-upward--item .topic {
        font-size: 24px;
        line-height: 30px;
    }
    .dg7hd34voi-upward .dg7hd34voi-subtitel {
        margin-bottom: 20px;
    }
    .dg7hd34voi-upward--item ul li {
        font-size: 16px;
        line-height: 26px;
    }
    .dg7hd34voi-information--case h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .dg7hd34voi-page--samples-img {
        float: none;
        margin: 0 0 24px 0;
    }
    .dg7hd34voi-players--table th, .dg7hd34voi-players--table td {
        padding: 12px;
    }

    .dg7hd34voi-push--content {
        padding: 40px 20px;
    }
    .dg7hd34voi-form {
        grid-template-columns: 1fr;
    }
    .dg7hd34voi-form--item-text {
        grid-column: auto;
    }
    .dg7hd34voi-buttons--case {
        grid-column: auto;
        margin-top: 24px;
    }
    .dg7hd34voi-push--content h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .dg7hd34voi-button {
        font-size: 18px;
        line-height: 26px;
    }
}