@media screen and (max-width: 500px) {.layout{display:none!important;} .conejo{left:60%!important;} .lema{width:60%!important;top:2.5%!important;}.three-words{font-size: clamp(30px, 5vw, 48px)!important;} .secondary.caption{position:relative;top:-22px!important;}}

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap");

body {
    overflow: hidden;
    font-family: 'Roboto', serif;
    background: linear-gradient(135deg, black, #220033);
    font-size: 10px;
}

.main.caption {
    font-size: clamp(1.1rem, 1.5vw + .5rem, 1.5rem);
    text-align: center;
}

.secondary.caption {
    font-size: clamp(.7rem, 2vw + .5rem, 1rem);
}

.caption,
.main-caption {
    color: white;
    padding: clamp(20.5%, 2vw, 22%);
    display: none;
    margin-top: clamp(20px, 8vw, 22px);
    margin-bottom: clamp(10vh, 8vw, 15vh);
}

.light-blue {
    color: #aed2ff !important
}

.ligther-blue {
    color: #e4f1ff !important;
    z-index: 6;
    position: relative;
}

.open {
    display: inline-block !important;
}

.title.decoration:hover {
    color: #BFA7C5;
    cursor: pointer;
}

.right-arrow-size {
    font-size: 12px;
}

.right-arrow {
    color: white;
    position: relative;
    z-index: 5;
}

.right-arrow:hover {
    cursor: pointer;
    pointer-events: all;
}

h3 {
    display: flex;
    position: absolute;
    color: #fff;
    opacity: .7;
    font-size: 14px;
    z-index: 2;
    top: 15px;
    right: 85px;
    width: 30px;
    height: 30px;
    font-family: 'Cormorant Garamond', serif;
    cursor: default;
}

.carousel {
    position: relative;
    z-index: 1;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
}

.scale {
    width: 100%;
    display: block;
}

.scale-1 {
    width: 150%;
    display: block;
}

.scale-2 {
    width: 210%;
    display: block;
    position: relative;
    left: -100px;
}

.agenda {
    /*background:white; padding:50px;*/
    display: block;
    width: clamp(100px, 20vw, 160px) !important;
    /*border-radius:50px;*/
    position: relative;
    left: -20px;
}

.agenda-1 {
    display: block;
    width: clamp(100px, 20vw, 130px);
    position: relative;
    top: -15px;
}

.agenda-bg {
    background: #e4f1ff;
    padding: 50px;
    display: block;
    width: clamp(60px, 20vw, 100px);
    height: clamp(60px, 20vw, 100px);
    border-radius: 100px;
    position: relative;
    left: 80px;
    top: 80px;
}


.carousel-item {
    --items: 10;
    --width: clamp(250px, 30vw, 300px);
    --height: clamp(350px, 40vw, 400px);
    --x: calc(var(--active) * 800%);
    --y: calc(var(--active) * 200%);
    --rot: calc(var(--active) * 120deg);
    --opacity: calc(var(--zIndex) / var(--items) * 3 - 2);
    overflow: hidden;
    position: absolute;
    z-index: var(--zIndex);
    width: var(--width);
    height: var(--height);
    margin: calc(var(--height) * -0.5) 0 0 calc(var(--width) * -0.5);
    border-radius: 10px;
    top: 50%;
    left: 50%;
    user-select: none;
    transform-origin: 0% 100%;
    box-shadow: 0 10px 50px 10px rgba(0, 0, 0, .5);
    background: #1B0028;
    /*original is "black"*/
    pointer-events: all;
    transform: translate(var(--x), var(--y)) rotate(var(--rot));
    transition: transform .8s cubic-bezier(0, 0.02, 0, 1);

    .carousel-box {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: opacity .8s cubic-bezier(0, 0.02, 0, 1);
        opacity: var(--opacity);
        font-family: 'Cormorant Garamond', serif;

        &:before {
            content: '';
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 95%;
            /*chance to 100% if border style is removed*/
            height: 96.50%;
            /*chance to 100% if border style is removed*/
            background: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .5));
            /*border style added*/
            margin: 5px;
            border: solid 2px #fff;
            border-radius: 10px;
        }

        &.active:before {
            z-index: 20;
            position: absolute;
            background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.5) 50%, transparent 55%);
            background-size: 300% 100%;
            background-position: -100% 0;
            animation: shine 30s;
            cursor: pointer;
        }

        
        &:hover {cursor: pointer;}
    }
    
    .cta-link{font-size:clamp(1.2rem, 2vw + .5rem, 1.5rem);}


    .title {
        position: absolute;
        z-index: 1;
        color: #fff;
        bottom: 20px;
        left: 20px;
        transition: opacity .8s cubic-bezier(0, 0.02, 0, 1);
        font-size: clamp(20px, 3vw, 28px);
        text-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    }

    .title a {
        color: white;
    }

    .title a:hover {
        color: #BFA7C5;
    }

    .num {
        position: absolute;
        z-index: 1;
        color: #fff;
        top: 10px;
        /* 10px original value*/
        left: 20px;
        transition: opacity .8s cubic-bezier(0, 0.02, 0, 1);
        font-size: clamp(20px, 10vw, 60px);
    }

    .heart {
        font-size: clamp(10px, 5vw, 30px) !important;
        position: absolute;
        margin-top: -1vh;
        color: white !important;
    }

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        pointer-events: none;
    }
}

.layout {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;

    &:before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 90px;
        width: 10px;
        height: 100%;
        border: 1px solid #fff;
        border-top: none;
        border-bottom: none;
        opacity: .15;
    }

    .box {
        position: absolute;
        bottom: 0;
        left: 30px;
        color: #fff;
        transform-origin: 0% 10%;
        transform: rotate(-90deg);
        font-size: 9px;
        line-height: 1.4;
        text-transform: uppercase;
        opacity: .4;
    }
}

.logo {
    position: absolute;
    z-index: 2;
    top: 28px;
    right: 28px;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    opacity: .7;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    color: black;
    text-decoration: none;
    font-size: 20px;
    overflow: hidden;
    padding-bottom: .1em;
}

.logo-2 {
    display: flex;
    width: clamp(41px, 3vw, 40px) !important;
    height: clamp(58px, 3vw, 98px) !important;
    position: relative;
    top: 3vh;
    left: -1vh;
    z-index: 5;
}

.a{
    width: clamp(48px, 8vw, 60px) !important;
    height: clamp(50px, 8vw, 95px) !important;
}

.social {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    right: 25px;
    color: #fff;
    opacity: .4;

    a {
        display: inline-block;
        margin-left: 3px;
    }

    svg {
        --fill: #fff;
        width: 35px;
        height: 35px;
    }
}

.cursor {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    --size: 40px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2);
    margin: calc(var(--size) * -0.5) 0 0 calc(var(--size) * -0.5);
    transition: transform .85s cubic-bezier(0, 0.02, 0, 1);
    display: none;
    pointer-events: none;

    @media (pointer: fine) {
        display: block;
    }
}

.cursor2 {
    --size: 2px;
    transition-duration: .7s;
}

.scale.first-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(101, 9, 121, 0.49343487394957986) 35%, rgba(0, 212, 255, 1) 100%);
}

.cta-link:hover {
    cursor: pointer;
}


@keyframes shine {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.lema {
    position: absolute;
    top: 20vh;
    left: 5vw;
    width: 35%;
    height: 50%;
    display: block;
    z-index: 0;
    overflow: hidden;
    text-align: center;
}

.three-words {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #e4f1ff !important;
    z-index: 0;
    font-size: clamp(50px, 5vw, 150px);
    opacity: .2;
    font-family: 'Cormorant Garamond', serif
}

svg {
    display: inline-block;
    width: 250px;
    margin: 3% auto;
    padding: 0px 100px;
}

.conejo {
    position: absolute;
    top: 20vh;
    left: 50%;
    width: 80px;
    height: 80px;
    display: none;
    z-index: 10;
    overflow: visible;
}

.conejo-2 {
    position: absolute;
    top: 80vh;
    left: 48%;
    width: 90px;
    height: 90px;
    display: none;
    z-index: 10;
    overflow: visible;
}



/* ANIMATION KEYFRAMES */
@keyframes tap-double {
    0% {
        transform: rotateX(0deg);
    }

    10% {
        transform: rotateX(12.5deg);
    }

    25% {
        transform: rotateX(25deg);
    }

    35% {
        transform: rotateX(10deg);
    }

    50% {
        transform: rotateX(25deg);
    }
}

@keyframes tap {
    0% {
        transform: rotateX(0deg);
    }

    10% {
        transform: rotateX(12.5deg);
    }

    25% {
        transform: rotateX(25deg);
    }
}

@keyframes tap-circle {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    75% {
        transform: scale(1.05);
        opacity: .6;
    }

    80% {
        transform: scale(1);
        opacity: .5;
    }
}

@keyframes hold {
    0% {
        transform: rotateX(0deg);
    }

    10% {
        transform: rotateX(12.5deg);
    }

    30% {
        transform: rotateX(25deg);
    }

    80% {
        transform: rotateX(25deg);
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    30% {
        opacity: .75
    }

    80% {
        opacity: .75;
    }
}

@keyframes swipe-x {
    0% {
        transform: translateX(0px);
    }

    25% {
        transform: translateX(50px) rotateZ(10deg);
    }

    50% {
        transform: translateX(0px);
    }

    75% {
        transform: translateX(-50px) rotateZ(-10deg);
    }
}

@keyframes swipe-y {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(50px) rotateZ(-10deg);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(-50px) rotateZ(10deg);
    }
}

@keyframes flick-fade {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }
}

@keyframes flick {
    0% {
        transform: rotateZ(0deg);
    }

    10% {
        transform: translateY(-12px) rotateZ(50deg);
    }

    25% {
        transform: rotateZ(5deg);
    }
}

@keyframes spin {
    0% {
        transform: rotateZ(0deg);
    }

    10% {
        transform: translateY(-10deg) rotateZ(-20deg);
    }

    50% {
        transform: rotateZ(45deg);
    }
}

@keyframes rock-on {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }
}

@keyframes note {
    0% {
        transform: scale(0) rotateZ(0deg);
        opacity: 0;
    }

    20% {
        transform: scale(1.1) rotateZ(10deg);
    }

    40% {
        transform: scale(0.9) rotateZ(-10deg);
    }

    50% {
        opacity: .75;
    }

    60% {
        transform: scale(1.1) rotateZ(10deg);
    }

    80% {
        transform: scale(0.9) rotateZ(-10deg);
    }
}

