:root {
    --font-heading: 'DD';
    --font-main: "Montserrat", sans-serif;
    --color-black: #181818;
    --color-white: #ffffff;
    --color-gray: #A3A3A3;
}

.color-gray {
    color: var(--color-gray);
}

@font-face {
    font-family: 'DD';
    src: url('../fonts/DietDidotTitleW03-Italic.ttf');
    font-weight: normal;
    font-style: normal;
}

.uk-totop {
    position: fixed;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-white);
    color: var(--color-black);
    z-index: 99;
    right: 20px;
    bottom: 20px;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: none;
}

.uk-sticky {
    background: rgb(255 255 255 / 60%);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}

.uk-navbar-nav>li>a {
    font-family: var(--font-main);
    color: var(--color-black);
    font-size: 16px;
    text-transform: uppercase;
}

.uk-navbar-dropdown-nav>li>a {
    font-family: var(--font-main);
    color: var(--color-black);
    font-size: 16px;
    text-transform: uppercase;
}

.uk-navbar-dropdown {
    width: 300px;
}

.uk-slider-items img {
    max-height: 400px;
    transform: scale(0.9);
}

.uk-slider-items>* {
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.uk-slider-items>*.active-nth {
    opacity: 1;
    transform: scale(1.1);
}

.uk-slider-items div {
    text-align: center;
    padding: 40px;
}

.l20::before {
    content: '2';
    position: absolute;
    right: 50%;
    color: black;
    text-align: right;
    z-index: 1;
    font-family: 'DD';
    font-size: 500px;
    line-height: 400px;
}

.l20::after {
    content: '0';
    position: absolute;
    left: calc(50% - 60px);
    color: black;
    text-align: left;
    z-index: -1;
    font-family: 'DD';
    font-size: 500px;
    line-height: 400px;
    top: 0;
}

.heading-dd {
    font-family: var(--font-heading);
    font-size: 100px;
    line-height: normal;
    color: var(--color-black);
}

.heading-intro {
    font-family: var(--font-main);
    font-size: 38px;
    line-height: normal;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-black);
    padding-left: 190px;
}

p {
    font-family: var(--font-main);
    color: var(--color-black);
    font-size: 18px;
    line-height: normal;
    text-align: justify;

    & a {
        color: var(--color-black);
        text-decoration: underline;
        font-weight: 600;
    }

    & a:hover {
        color: var(--color-black);
        text-decoration: none;
    }
}

.black_box {
    aspect-ratio: 16/9;
    position: relative;
}

.bg_q {
    background-color: var(--color-black);
    background-image: url(/img/q.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -70vw;
    background-position-x: 8vw;
}

.bg_q_heading_box_left,
.bg_q_heading_box_right {
    font-family: var(--font-main);
    color: var(--color-white);
    font-size: 60px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
}

.bg_q_heading_box_left {
    margin-top: 14vw;
}

.bg_q_heading_box_right {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.txt001 {
    position: absolute;
    left: 60vw;
    bottom: 8vw;
    width: 18vw;
}

.qi {
    position: absolute;
    left: 50vw;
    width: 10vw;
    bottom: -8vw;
}

.bg_d {
    background-color: var(--color-black);
    background-image: url(/img/d.svg);
    background-repeat: no-repeat;
    background-size: 110vw;
    background-position-y: 50%;
    background-position-x: -20vw;
}

.bg_d_box {
    width: 460px;
}

.bg_d p {
    color: var(--color-white);
}

.bg_d_heading {
    font-family: var(--font-main);
    color: var(--color-white);
    font-size: 60px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.product_title {
    font-family: var(--font-main);
    color: var(--color-black);
    font-size: 36px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
}

.margin-remove-top {
    margin-top: 0 !important;
}

.white_box_q {
    background-image: url(/img/qb.svg);
    background-repeat: no-repeat;
    background-size: 96vw;
    background-position-y: -44vw;
    background-position-x: 7vw;
}

.white_box_q p {
    width: 460px;
    margin: 40px auto;
}

.footer {
    background: #000;
}

.footer p {
    color: var(--color-white);
    text-align: center;
}

@media only screen and (max-device-width: 1599px) {

    .bg_q_heading_box_left {
        text-align: center;
    }

    .bg_q_heading_box_right {
        justify-content: center;
    }

    .white_box_q {
        background-size: 106vw;
        background-position-y: -37vw;
        background-position-x: 0;
    }
}

@media only screen and (max-device-width: 1199px) {

    .bg_q_heading_box_left,
    .bg_q_heading_box_right,
    .bg_d_heading {
        font-size: 40px;
    }

    .bg_q_heading_box_right img {
        width: 180px;
    }

    .bg_d_box {
        width: 30vw;
    }

    .white_box_q {
        background-size: 133vw;
        background-position-y: -52vw;
        background-position-x: -13vw;
    }
}

@media only screen and (max-device-width: 959px) {

    .heading-dd,
    .heading-intro {
        text-align: center;
        padding: 0;
    }

    .black_box {
        aspect-ratio: 3 / 4;
    }

    .bg_q {
        background-size: 120vw;
        background-position-y: -32vw;
        background-position-x: -10vw;
    }

    .bg_q_heading_box_left,
    .bg_q_heading_box_right {
        font-size: 8vw;
        width: 80vw;
        margin: 0 auto;
    }

    .bg_d_heading {
        font-size: 8vw;
    }

    .bg_q_heading_box_left {
        margin-top: 24vw;
    }

    .bg_q_heading_box_right img {
        width: 36vw;
    }

    .bg_q_heading_box_right {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .txt001 {
        bottom: 18vw;
        width: 30vw;
    }

    .qi {
        left: 14vw;
        width: 20vw;
        bottom: -12vw;
    }

    .bg_q_heading_box_left span {
        width: 100%;
        display: block;
    }

    .bg_q_heading_box_left span:after {
        content: '-';
    }

    .bg_d {
        background-size: 190vw;
        background-position-x: -65vw;
    }

    .bg_d_box {
        width: 70vw;
    }

    .margin-remove-top {
        margin-top: 40px !important;
    }

    .white_box_q .heading-dd {
        line-height: 100px;
        margin-bottom: 40px;
    }

    .white_box_q {
        padding-bottom: 300px;
        background-size: 1400px;
        background-position-y: 59%;
        background-position-x: 34%;
    }

}

@media only screen and (max-device-width: 639px) {
    .uk-slider-items img {
        max-height: 300px;
        height: 260px;
    }

    .l20::before,
    .l20::after {
        font-size: 400px;
        line-height: 300px;
    }

    .heading-dd {
        font-size: 15vw;
    }

    .heading-intro {
        font-size: 6vw;
    }

    .qi {
        width: 28vw;
        left: 6vw;
    }

    .bg_d {
        background-size: 200vw;
        background-position-x: -72vw;
    }

    .product_title {
        font-size: 30px;
    }

    .white_box_q p {
        width: auto;
    }

    .white_box_q .heading-dd {
        line-height: 14vw;
        margin-bottom: 40px;
    }

    .footer img {
        height: 30px;
    }
}

@media only screen and (max-device-width: 424px) {
    p {
        font-size: 16px;
    }

    .product_title {
        font-size: 24px;
    }

    .uk-slider-items img {
        max-height: 300px;
        height: 260px;
    }

    .l20::before,
    .l20::after {
        font-size: 300px;
        line-height: 300px;
    }

    .l20::after {
        left: calc(50% - 40px);
    }

    .uk-slider-items div {
        padding: 20px;
    }

    .bg_d_box {
        width: 70vw;
        margin-top: 20vw;
        margin-bottom: 20vw;
    }

    .bg_d {
        aspect-ratio: auto;
        background-size: 240vw;
        background-position-x: -97vw;
    }

    .white_box_q {
        padding-bottom: 100px;
        background-size: 1100px;
        background-position-y: 46%;
        background-position-x: 34%;
    }

    .uk-navbar-center img {
        height: 22px;
    }

    .uk-navbar-center span svg {
        height: 16px;
    }

    .w80 {
        width: 80%;
    }
}