:root {
    --font-Playfair: "Playfair Display", serif;
    --font-Manrope: "Manrope", sans-serif;
    --bg: #0b0f14;
    --panel: rgba(255, 255, 255, 0.06);
    --text: #e8edf2;
    --muted: #aab9c6;
    --brand: #7c3aed;
    --brand2: #06b6d4;
    --radius: 18px;
}

html,
body {
    background: #000 url(/img/bg2.png) 0 50%;
    height: auto;
    overflow-x: hidden;
}

.uk-section {
    overflow-x: hidden;
    position: relative;
}

#star-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.star {
    position: absolute;
    background: white;
    border-radius: 50%;
    opacity: 0.8;
    animation: twinkle var(--duration, 3s) infinite ease-in-out;
    will-change: transform, opacity;
}

@keyframes twinkle {

    0%,
    100% {
        opacity: 0.3;
        transform: scale(0.8);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

.star0 {
    opacity: 1;
    animation: star0 4s infinite ease-in-out;
    position: absolute;
    z-index: 1;
}

@keyframes star0 {

    0%,
    100% {
        opacity: 0.1;
    }

    50% {
        opacity: 1;
    }
}

.star1 {
    opacity: 1;
    animation: star1 6s infinite ease-in-out;
    position: absolute;
    z-index: 1;
}

@keyframes star1 {

    0%,
    100% {
        opacity: 0.1;
    }

    50% {
        opacity: 1;
    }
}

.star2 {
    opacity: 1;
    animation: star2 8s infinite ease-in-out;
    position: absolute;
    z-index: 1;
}

@keyframes star2 {

    0%,
    100% {
        opacity: 0.1;
    }

    50% {
        opacity: 1;
    }
}

.star3 {
    opacity: 1;
    animation: star3 10s infinite ease-in-out;
    position: absolute;
    z-index: 1;
}

@keyframes star3 {

    0%,
    100% {
        opacity: 0.1;
    }

    50% {
        opacity: 1;
    }
}

.star-small {
    max-width: 160px;
}

h1 {
    font-family: var(--font-Manrope);
    font-size: 90px;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff;

    & b {
        font-size: 100px;
    }

    & span {
        font-family: "Playfair Display", serif;
        text-transform: lowercase;
        font-size: 70px;
        font-style: italic;
    }
}

.eh {
    font-family: "Playfair Display", serif;
    font-size: 60px;
    font-style: italic;
    color: #fff;
}

.coright {
    font-family: var(--font-Manrope);
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 40px;
}

.heading-m {
    font-family: var(--font-Manrope);
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
}

.heading-l {
    font-family: var(--font-Manrope);
    font-size: 70px;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff;

    & b {
        font-weight: 600;
    }
}

.uk-button-default {
    background: #fff;
    color: #000;
    font-family: var(--font-Manrope);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 40px;
    line-height: 50px;
    margin-top: 20px;

    & img {
        width: 22px;
        margin-left: 10px;
    }
}

.uk-button-default:hover {
    background: none;
    color: #fff;
    box-shadow: 0 0 0 1px #fff;

    & img {
        filter: invert(1);
    }
}

.chevron {
    color: #fff;
    transform: rotate(90deg);
}

.sign {
    position: relative;
    z-index: 2;
}

.uk-container {
    z-index: 2;
}

.s001 {
    right: 54%;
    top: 0;
}

.s002 {
    left: 58%;
    top: 173px;
}

.s003 {
    right: 70%;
    bottom: 0;

}

.s004 {
    left: 70%;
    bottom: 0;
}

.s005 {
    left: calc(50% - 160px);
    top: 0;
    bottom: 0;
}

.s006 {
    bottom: -15%;
    right: 74%;
}

.s007 {
    bottom: 27%;
    left: 82%;
}

.s008 {
    right: 78%;
    bottom: 0;
}

.s009 {
    bottom: 0;
    left: 87%;
}

.s010 {
    top: 0;
    left: 69%;
}

.s011 {
    right: 67%;
}

.s012 {
    left: 70%;
}

.s013 {
    left: 88%;
    bottom: 0;
}

.coright-logo {
    height: 140px;
}

@media only screen and (max-device-width: 1199px) {
    h1 {
        font-size: 8vw;

        & b {
            font-size: 9vw;
        }
    }
}

@media only screen and (max-device-width: 959px) {
    h1 {
        font-size: 8vw;

        & b {
            font-size: 9vw;
        }

        & span {
            font-size: 7vw;
        }
    }

    .heading-l {
        font-size: 10vw;
        line-height: 12vw;
    }
}

@media only screen and (max-device-width: 639px) {
    h1 {
        font-size: 10vw;

        & b {
            font-size: 14vw;
        }

        & span {
            font-size: 7vw;
        }
    }

    .heading-m {
        font-size: 5vw;
    }

    .heading-l {
        font-size: 10vw;
        line-height: 12vw;
    }

    .s001 {
        right: 39%;
        top: 0;
    }

    .s006 {
        bottom: -15%;
        right: 50%;
    }

    .s007 {
        bottom: 45%;
        left: 71%;
    }

    .s008 {
        right: 32%;
        top: 14%;
    }

    .s009 {
        bottom: 0;
        left: 61%;
    }

    .s011 {
        right: 48%;
    }

    .s013 {
        left: 75%;
        bottom: 0;
    }

    .coright-logo {
        height: 100px;
    }

    .eh {
        font-size: 40px;
    }

    .coright {
        margin-bottom: 80px;
    }
}