@import url('https://fonts.cdnfonts.com/css/recoleta');

/* .container {
    width: 100%;
    height: 100vh;
    background: #121212;
} */

.lang {
    position: absolute;
    text-transform: uppercase;
    font-size: 20px;
    margin: 1.2em;
}

/* .logo {
    color: white;
    font-family: "Cinzel";
} */

.lang {
    right: 0;
    font-family: Arial;
    color: #646464;
}

.container-left {
    position: absolute;
    width: 50%;
    height: 100vh;
}

.container-right {
    position: absolute;
    width: 50%;
    height: 100vh;
    left: 50%;
    background: url(img-right.jpeg) no-repeat 50% 50%;
    background-size: 110%;
    animation: animatedBackground1 6s cubic-bezier(0.19, 1, 0.22, 1);
    animation-delay: 5s;
}

@keyframes animatedBackground1 {
    from {
        background-size: 460%;
    }
    to {
        background-size: 110%;
    }
}

.container-left-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 400px;
    background: url(img-left.jpeg) no-repeat 50% 50%;
    background-size: 210%;
    animation: animatedBackground2 6s cubic-bezier(0.19, 1, 0.22, 1);
    animation-delay: 5s;
}

@keyframes animatedBackground2 {
    from {
        background-size: 760%;
    }
    to {
        background-size: 210%;
    }
}

.left-img-cap {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* color: white; */
    text-align: center;
    font-family: "Arial";
    text-transform: uppercase;
    color: #646464;
    line-height: 24px;
}

.left-img-cap span {
    font-style: italic;
}

.left-img-btn {
    position: absolute;
    top: 40%;
    left: 70%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Cinzel";
    background: #8f8776;
}

.social-media {
    position: absolute;
    bottom: 0;
}

.social-media ul {
    list-style: none;
    padding: 0;
    margin: 2em;
}

.social-media ul li {
    padding: 10px 0;
}

.social-media ul li a {
    color: #8f8776;
}

.left-bottom-text {
    position: absolute;
    color: grey;
    font-size: 48px;
    font-family: "Cinzel";
    text-transform: uppercase;
    font-weight: 400;
    padding: 20px;
    bottom: 0;
    right: 0;
}

.right-upper-text {
    position: absolute;
    color: red;
    font-size: 48px;
    font-family: "Arial";
    text-transform: uppercase;
    font-weight: lighter;
    padding: 18px;
    opacity: 0;
    animation: blinker 1s linear infinite;
    animation-delay: 10s;
}

@keyframes blinker {
    50% {
        opacity: 1;
    }
}

.right-upper-text span {
    font-style: italic;
}

.right-bottom-text {
    position: absolute;
    color: white;
    font-size: 48px;
    font-family: "Arial";
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: lighter;
    padding: 26px;
    bottom: 0;
}

@media (max-width: 990px) {
    .container-left,
    .container-right {
        width: 100%;
        height: 100vh;
    }

    .container-right {
        top: 100vh;
        left: 0;
    }

    .left-img-btn,
    .social-media {
        display: none;
    }
}

.loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgb(70, 70, 70);
    z-index: 2;
    overflow: hidden;
}

.loader marquee {
    opacity: 0.2;
    text-transform: uppercase;
    line-height: 160px;
    margin: 0;
    padding: 0;
    color: black;
    font-size: 120px;
    font-family: 'Recoleta', sans-serif;
}

.loader .intro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.loader .intro h1 {
    font-size: 100px;
    /* text-transform: lowercase; */
    font-weight: 700;
    color: var(--white);
    font-family: 'Recoleta','Belanosima', sans-serif;
    display: flex;
}

.intro-title .letter {
    display: inline-block;
    line-height: 1em;
}
