* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    height: 100vh;
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");
    color: #2e2e2e;
}

html {
    background: #fff;
}

@font-face {
    font-family: "CodeNextRegular";
    src: url('../fonts/Fontfabric-CodeNext-Regular.otf');
}

@font-face {
    font-family: "CodeNextThin";
    src: url('../fonts/Fontfabric-CodeNext-Thin.otf');
}

@font-face {
    font-family: "CodeNextSemi";
    src: url('../fonts/Fontfabric-CodeNext-SemiBold.otf');
}

@font-face {
    font-family: "CodeNextBold";
    src: url('../fonts/Fontfabric-CodeNext-Bold.otf');
}

@font-face {
    font-family: "CodeNextExtra";
    src: url('../fonts/Fontfabric-CodeNext-ExtraBold.otf');
}

@font-face {
    font-family: "CodeNextBook";
    src: url('../fonts/Fontfabric-CodeNext-Book.otf');
}



body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #2e2e2e;
}


h1 {
    font-family: "CodeNextBold";
    font-size: 47px;
}


h2 {
    font-family: "CodeNextSemi";
    font-size: 40px;
    margin-top: 0px;
    color: #fff;
}



h3 {
    font-size: 34px;
    font-family: "CodeNextSemi";
}

h4 {
    font-size: 26px;
    font-family: "CodeNextSemi";
}


h5 {
    font-size: 22px;
    font-family: "CodeNextSemi";
}



h6 {
    font-weight: 700;
    font-size: 16px;
}

p {
    font-size: 16px;
    text-align: justify;
}


.common-stroke-title {

    line-height: 54px;
    color: transparent;
    z-index: -1;
    -webkit-text-stroke: 1px var(--secondary-color);
    padding: 0px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.common-stroke-title span {

    color: var(--secondary-color);
}

.common-title h5 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.common-title h5:before {
    position: absolute;
    content: '';
    width: 40%;
    height: 3px;
    background-color: var(--secondary-color);
    bottom: 8px;

}


ul {
    list-style: none;
}

.container {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}

.wrapper {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow: hidden;
    border-radius: 0px;
    position: relative;
    background: #f0f0f0;
}

.bkg {
    width: 100%;
    height: 100%;
    background: #a4a4a4;
    background: #232831;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-clip-path: url("#wrapMask");
    clip-path: url("#wrapMask");
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    padding: 1.5em;
    display: grid;
    grid-template-columns: 1fr 16%;
}

.header svg {
    width: 18px;
    stroke: #f0f0f0;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
}

.header svg:nth-child(1) {
    transform: rotateZ(90deg);
}

.header div {
    text-align: right;
}

.header div svg {
    margin-left: 20px;
}

.panel {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    position: relative;
}

.panel img#wolfPlus {
    width: 76%;
    position: absolute;
    z-index: 10;
    left: 46%;
    bottom: -376px;
    transform: translateX(-50%);
}


.panel img#wolfPlus {
    width: 76%;
    position: absolute;
    z-index: 10;
    left: 46%;
    bottom: -376px;
    transform: translateX(-50%);

}

.panel h1#panel-h1 {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 9;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
}

.intro {
    z-index: 6;
    text-align: center;
    transform: translateY(-30px);
}



.intro h3 {
    margin-top: -16px;
}

.intro img {
    width: 300px;
    opacity: 1;
}

.models {
    position: absolute;
    top: 50%;
    left: 2em;
    z-index: 11;
}

.models li {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    list-style-type: square;
    border-bottom: 1px dashed;
    margin-bottom: 10px;
    padding-bottom: 5px;
}



.rotator {
    position: absolute;
    top: 45%;
    right: 2em;
    z-index: 12;
}

.rotator p {
    text-align: center;
    color: #a4a4a4;
    text-transform: uppercase;
    padding: 5px 0;
}

.specs,
.chars {
    position: absolute;
    top: 20%;
    width: 50%;
    z-index: 20;
    padding: 1em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 10% 1fr;
}

.specs h1,
.chars h2 {
    grid-column: 1/3;
    grid-row: 1/2;
    color: #4b4b4b;
    text-shadow: none;
    line-height: 54px;
    font-weight: bold;
    color: transparent;
    z-index: -1;
    -webkit-text-stroke: 1px #59ab97;
    padding: 0px;
    margin-bottom: 15px;
    text-transform: capitalize;
    margin-bottom: 150px;
}

.specs_inner {
    transform: translate(0px, 0px);
    opacity: 1;
    position: absolute;
    top: 20%;
    width: 100%;
    z-index: 20;
    padding: 1em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 10% 1fr;
}

.specs dl {
    padding: 0px 20px 0px 0px;
}

.specs dl:nth-child(0),
.chars dl:nth-child(0) {
    grid-column: 1/2;
    grid-row: 2/3;
}

.specs dl:nth-child(1),
.chars dl:nth-child(1) {
    grid-column: 2/3;
    grid-row: 2/3;
}

.specs dl dt,
.chars dl dt {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
}

.specs dl dd,
.chars dl dd {
    margin-bottom: 10px;
    font-size: 16px;
    color: #2e2e2e;
}

.outro {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
    text-align: center;
    padding: 1em;
}




.outro p {
    color: #f0f0f0;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.outro button {
    margin: 20px 0;
    border: 1px solid #9b9b9b;
    background: #646464;
    padding: 5px 10px;
    outline: none;
    cursor: pointer;
    color: #d7d7d7;

}

footer {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 1em;
    text-align: center;
}



footer p a {
    text-decoration: none;
    color: orangered;
}

#mask {
    display: block;
    position: absolute;
    z-index: 40;
}

@-moz-document url-prefix() {
    .rotator svg {
        width: 100%;
        height: 60px;
    }
}



@media screen and (min-width : 100px) and (max-width : 575px) {

    .panel img#wolfPlus {
        width: 100%;
        left: 12%;
        bottom: unset;
        top: 100%;
    }

    .models {
        top: 25%;
    }


    .specs,
    .chars {
        width: 100%;
        transform: translate(0px, 0px) !important;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 34px;
    }


    h6 {
        font-size: 16px;
    }

    .models li {
        font-size: 18px;
    }

    .specs dl dt,
    .specs dl dd {
        font-size: 14px;
    }


}

@media screen and (min-width : 576px) and (max-width : 767px) {
    .models li {
        font-size: 18px;
    }

    h1 {
        font-size: 34px;
    }

    h6 {
        font-size: 18px;
    }

    .specs dl dt,
    .specs dl dd {
        font-size: 12px;
    }

    .specs {
        top: 13%;
    }

    .specs_inner {
        padding-left: 40px;
        width: 158%;
        top: 0;
    }


}

@media screen and (min-width : 767px) and (max-width : 994px) {
    .models li {
        font-size: 14px;
    }

    h1 {
        font-size: 28px;
    }

    h6 {
        font-size: 14px;
    }

    .specs dl dt,
    .specs dl dd {
        font-size: 14px;
        text-align: justify;
    }

}

@media screen and (min-width : 995px) and (max-width : 1198px) {
    h1 {
        font-size: 28px;
    }

    .models li {
        font-size: 16px;
    }

    h6 {
        font-size: 15px;
    }

    .specs dl dt,
    .specs dl dd {
        font-size: 13px;
        text-align: justify;
    }
}
