
/*  */
.ar-landing {
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
}


/* overlay */
.ar-landing .overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.ar-landing .overlay .content {
    font-size: 15px;
    position: absolute;
    width: 80%;
    top: 50%;
    transform: translate(10%, -50%);
    text-align: center;
}


/*  */
.ar-landing-hero {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    overflow: visible;
}
#ar-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    cursor: url('../media/dot.png'), auto !important;
}
.ar-hero__title {
    position: relative;
    margin: 0 auto;
    font-size: 100px;
    font-weight: 700;
    max-width: 80%;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    font-family: "Space Grotesk", sans-serif;
}
.ar-hero__subtitle {
    position: relative;
    margin: 24px auto;
}
.ar-hero-action {
    width: 85%;
    display: flex;
    justify-content: space-between;
}
.ar-hero-action button {
    
}
