@font-face {
    font-family: 'Puma B';
    src: url(/fonts/FFDINFORPUMA-BOLD.TTF);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Puma C2';
    src: url(/fonts/FFDINFORPUMA-CONDBOLD2.TTF);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Puma C';
    src: url(/fonts/FFDINFORPUMA-CONDBOLD.TTF);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Puma L';
    src: url(/fonts/FFDINFORPUMA-LIGHT.TTF);
    font-weight: 350;
    font-style: normal;
}

@font-face {
    font-family: 'Puma R';
    src: url(/fonts/FFDINFORPUMA-REGULAR.TTF);
    font-weight: 400;
    font-style: normal;
}

:root {
    --color-orange-bg: #CF631F;
    --color-orange-txt: #F17418;
    --color-white: #F0EFEB;
    --color-black: #1A1A18;
}

body {
    background: var(--color-white)
}

.uk-totop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: var(--color-orange-bg);
    color: var(--color-white);
    width: 20px;
    height: 20px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro {
    position: relative;
    z-index: 1;
    margin-left: 50%;
    height: 100vh;
    display: flex;
    padding: 0 80px;
    flex-direction: column;
    justify-content: center;
}

.intro-logo {
    gap: 30px;
}

.intro-logo-devider {
    width: 1px;
    height: 30px;
    background: var(--color-white);
}

.intro-logo-devider-black {
    width: 1px;
    height: 30px;
    background: var(--color-black);
}

.heading-xxl {
    font-family: 'Puma B';
    color: var(--color-white);
    font-size: 100px;
    text-transform: uppercase;
    line-height: 90px;
    letter-spacing: -6%;
}

.heading-xl {
    font-family: 'Puma B';
    color: var(--color-white);
    font-size: 75px;
    text-transform: uppercase;
    line-height: 75px;
    letter-spacing: -6%;
}

.heading-l {
    font-family: 'Puma B';
    color: var(--color-black);
    font-size: 56px;
    text-transform: uppercase;
    line-height: 54px;
    letter-spacing: -5%;
}

.hl2 {
    margin-left: 214px;
}

.heading-m {
    font-family: 'Puma B';
    color: var(--color-black);
    font-size: 46px;
    text-transform: uppercase;
    line-height: 54px;
    letter-spacing: -5%;
}

.heading-s {
    font-family: 'Puma B';
    color: var(--color-white);
    font-size: 32px;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: -5%;

    & span {
        font-family: 'Puma R';
    }
}

p {
    font-family: 'Puma R';
    color: var(--color-black);
    font-size: 20px;
    letter-spacing: -5%;
}

.uk-icon-image {
    opacity: 0;
    transition: .2s;
}

.uk-button-default:hover .uk-icon-image {
    opacity: 1;
    padding-left: 20px;
}

.uk-button-default {
    font-family: 'Puma R';
    color: var(--color-white);
    padding-right: 10px;

    &:hover {
        background: var(--color-white);
        color: var(--color-black);
        border-color: var(--color-white);
    }
}

.cw {
    color: var(--color-white);
}

.cb {
    color: var(--color-black);

    & span {
        color: var(--color-orange-txt);
        font-family: 'Puma B';
    }
}

.hero .uk-button-default {
    margin-bottom: 40px;
}

.bg-or {
    background: var(--color-orange-bg);
    color: var(--color-white);

    & .heading-m {
        color: var(--color-white);
    }

    & p {
        color: var(--color-white);
    }
}

.s1 {
    margin: 0 auto;
    display: block;
    margin-top: -400px;
}

.prz2 {
    position: relative;
    z-index: 2;
}

.hero-title {
    position: absolute;
    left: 0;
    bottom: 40px;
    right: 0;
    z-index: 1;
}

.bgb {
    background: var(--color-black);
    color: var(--color-white);
}

.black-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

    & p {
        color: var(--color-white);
    }

    & div {
        max-width: 600px;
    }
}

.sho {
    text-align: right;

    & img {
        width: 400px;
        margin-top: -200px;
    }
}

.p2b {
    background: var(--color-orange-bg) url(/img/p2.svg) 50%;
    background-repeat: no-repeat;
    background-size: 46%;
}

.p2 {
    display: none;
}

.bgb2 {
    background: linear-gradient(to right, #f0efeb 19%, #CF631F 21%);
}

.bgb3 {
    background: linear-gradient(to right, #f0efeb 19%, #1a1a18 21%);
}

.p1600 {
    padding-left: 160px;
}

.credits a {
    color: var(--color-black);
    text-decoration: underline;
}

.credits p {
    font-size: 16px;
}

@media only screen and (max-device-width: 1599px) {
    .heading-xxl {
        font-size: 90px;
        line-height: 80px;
    }

    .heading-xl {
        font-size: 70px;
        line-height: 70px;
    }

    .heading-s {
        font-size: 30px;
        line-height: 40px;
    }

    .intro {
        padding: 0 40px;
    }

    .sho {

        & img {
            margin-top: -100px;
        }
    }

    .p1600 {
        padding-left: 70px;
    }
}

@media only screen and (max-device-width: 1199px) {
    .heading-xxl {
        font-size: 80px;
        line-height: 70px;
    }

    .heading-xl {
        font-size: 60px;
        line-height: 60px;
    }

    .heading-m {
        font-size: 40px;
        line-height: 40px;
    }

    .heading-s {
        font-size: 28px;
        line-height: 40px;
    }

    .intro {
        padding: 0 30px 0 0;
    }

    .sho {
        & img {
            margin-top: 0;
            width: 300px;
        }
    }

    .p2b {
        background-size: 52%;
    }

    .heading-l {
        font-size: 46px;
        line-height: 46px;
    }

    .hl2 {
        margin-left: 177px;
    }

    .bgb2 {
        background: var(--color-orange-bg);

        & .uk-container {
            padding: 0;
        }
    }

    .bgb3 {
        background: var(--color-black);

        & .uk-container {
            padding: 0;
        }
    }

    .p1600 {
        padding-left: 40px;
    }
}

@media only screen and (max-device-width: 959px) {
    .intro {
        padding: 0 20px 0;
        width: calc(100% - 40px);
        margin: 0;
        justify-content: space-between;
        align-items: center;

        & .heading-s {
            text-align: center;
        }
    }

    .heading-xxl {
        text-align: center;
    }

    .s1 {
        margin-top: -200px;
    }

    .sho {
        text-align: left;

        & img {
            width: 50%;
        }

        & div {
            display: flex;
            gap: 20px;
            align-items: end;
        }
    }

    .p2b {
        background-size: 52%;
    }

    .heading-l {
        font-size: 40px;
        line-height: 42px;
    }

    .hl2 {
        margin-left: 154px;
    }

    .sho3 {
        text-align: right;

        & img {
            width: 70%;
        }
    }
}

@media only screen and (max-device-width: 639px) {
    .heading-xxl {
        font-size: 60px;
        line-height: 50px;
    }

    .heading-xl {
        font-size: 40px;
        line-height: 40px;
    }

    .heading-m {
        font-size: 36px;
        line-height: 36px;
    }

    .heading-s {
        font-size: 24px;
        line-height: 30px;
    }

    .hero .uk-button-default {
        margin-bottom: 20px;
    }

    .s1 {
        margin-top: 0;
    }

    .p2b {
        background-image: none;
        flex-direction: column;
    }

    .p2 {
        display: block;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .heading-l {
        font-size: 30px;
        line-height: 34px;
    }

    .hl2 {
        margin-left: 116px;
    }
}

@media only screen and (max-device-width: 425px) {
    .intro-logo {
        gap: 10px;

        & img {
            transform: scale(.7);
        }
    }

    .intro-logo-devider,
    .intro-logo-devider-black {
        height: 20px;
    }

    .heading-m {
        font-size: 30px;
        line-height: 30px;
    }

    .txts {
        text-shadow: 0 0 50px black;
    }
}