:root {
    --red: #ff2527;
    --white: #ffffff;
    --purple: #3d245f;
    --glow : #af93d6;
}

@font-face {
  font-family: "Replica Trial";
  src: url(./fonts/ReplicaTrial-Regular.otf);
  font-style: normal;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* reset done */
html {
    font-size: 16px;
    height: 100%;
    max-width: 100%;
    max-height: 100vh;
    overflow: hidden;
    /* overflow: visible; */
    background-color: #ff2527;
    background-image: url(./img/mnts.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

body {
    position: relative;
    /* background-color: #ff2527; */
    font-family: 'Replica Trial', Helvetica, Arial, sans-serif;
    font-style: normal;
    margin: 0 auto;
    /* padding: 48px; */
    max-width: 1920px;
    height: 100%;
    max-height: 100vh;
    overflow: visible;
    -webkit-text-size-adjust: none;
   -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
        text-size-adjust: none;
}

span.helvetica {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
}

.white{
    color: var(--white);
}

header {
    padding: 48px;
}

.title {
    display: flex;
    justify-content: space-between;

}

h1, h2, h3 {
    color: #3d245f;
    font-size: 4rem;
    font-weight: normal;
}

h2 {
    text-align: right;
}

h3 {
    width: max-content;
    position: relative;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 999;
}

h3:hover  .tooltip {
    display: block;
}

.tooltip {
    display: none;
    position: absolute;
    font-size: 1rem;
}

h3:hover{
    text-shadow: 0 0 1rem var(--glow); /* Set a transparent outline */
color:var(--purple);
}

h4 {
    color:var(--purple);
    font-size: 3.2rem;
    font-weight: normal;
}


.deco {
    position: fixed;
    top: 0;
    transform: translate(-50%, 0%);
    z-index: -3;
    pointer-events: none;
    /* background-image: url(./img/mtn_bottom.png);
    background-size: 1800px;
    background-repeat: no-repeat;
    background-position: -400px bottom; */
    /* height: calc(100vh + 220px); */
    /* height: 100%; */
    width: 100%;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.deco.left{
    left: -20%;
    top: -20%;
}

.deco.middle{
    left: 50%;
    
}

.deco.right{
    left: 50%;
    top: 20%;
}


/* .deco img {
    width: 100%;
    height: auto;
    margin-left: 12vw;
} */

/* .deco:nth-of-type(1) img{
    margin-left: -65vw;
} 

.deco:nth-of-type(1){
    bottom: -200px;
}

.deco:nth-of-type(3) img{
    margin-left: 80vw;
}

.deco:nth-of-type(3){
    bottom: -360px;
} */

.logo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* height: 100%; */
    max-height: 70vh;
}

.logo img {
    height: 100%;
    max-height: 70vh;
    width: auto;
    pointer-events: none;
    margin-top: -22px;
}

@media screen and (max-width: 800px) {
    .logo {
        max-height: auto;
        width: 100%;
    }

    .logo img {
        max-height: auto;
        width: 120%;
        height: auto;
    }
}

@media screen and (max-width: 400px) {
    .logo {
        height: 65vh;
        width: 100%;
        justify-content: start;
    }

    .logo img {
        position: absolute;
        bottom: 0;
    }
}

.cta {
    z-index: 10;
    text-align: center;
    cursor: pointer;
}

.cta form{
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    text-decoration: none;
    color: var(--white);
    border: none;
    border-radius: 12px;
    background-color: var(--white);
    padding: 13px 22px;
    margin-bottom: 18px;
    max-width: 50vw;
    box-shadow: 0px 0px 70px 30px var(--glow);

}

/*.cta :hover{*/
/*    background-color: var(--white);*/
/*    color: var(--purple);*/
/*    transition:  0.25s;*/
/*}*/

.cta p {
    color: var(--purple);
    font-size: 1rem;
    padding-top: 0.6rem;
}

.bg{
    height: 60vh;
    width: 100vw;
    position: absolute;
}


input{
    font-size: 1rem;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;

    background-color: var(--purple);
    color: var(--white);
    border: none;
    border-radius: 12px;
    min-height: 1.2rem;
    padding: 0.4em 1.2em 0.4em 1.2em;
    margin-bottom: 0.4em;
}

.email {
    margin-top: 0.2em;
    max-width: calc(100% - 2.4em);
}

input.button{
    cursor: pointer;
}

input p{
    font-size: 1rem;
}


.clear{
    line-height: 1rem;
}

footer {
    bottom: 0;
    padding: 0;
    margin: 0;
    position: fixed;
    width: calc(100vw);
    display: flex;
    justify-content: space-between;
    z-index: 999;
}

.footerborder{
    width: 100%;
    padding: 48px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

footer .logo{
    width: 48px;
    height: 48px;
    position: unset;
}

.right{
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    line-height: 2rem;
}

a {
    color: var(--white);
}

a:hover {
    color: var(--red);
}

@media screen and (max-width: 1200px) {
    h1, h2, h3 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 800px) {
    h1, h2, h3 {
        font-size: 2rem;
    }

    h4 {
    font-size: 1.8rem;
    }

    header, .footerborder {
        padding: 24px;
    }

    .right{
        flex-direction: row;
        align-items: end;
    }

    .right a {
        margin-left: 10px;
    }

    .left {
        display: flex;
        align-items: center;
    }

    .left span {
        margin-right: 10px;
    }
}