@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:wght@300&family=Jost:wght@300&family=Major+Mono+Display&display=swap');


/*
    font-family: 'Averia Serif Libre', cursive;
    font-family: 'Jost', sans-serif;
    font-family: 'Major Mono Display', monospace;
*/

* {
    margin: 0;
    padding: 0;
}

.hex, .logo, .circle, .sign{
    opacity:0;
}

html,
body {
    scroll-behavior: smooth;
    width: 100%;
    width: 100vw;
    min-height: 100vh;
    background: #000;
    overflow-x: hidden;
}

header {
    width: 100%;
    height: 85px;
    background: #FFF;
    position:fixed;
    margin-top: -85px;
    top:0;
    z-index: 99999;
}

nav {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    column-gap: 50px;
}

nav>a {
    appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    color:#000;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    font-size:21px;
    height:35px;
    line-height:35px;
    border:1px solid #000;
    border-left:0;
    border-right:0;
    transition:all 0.1s;
}

nav>a:hover{
    height:45px;
    line-height:45px;
}

h2{
    font-family: 'Major Mono Display', monospace;
    font-size:38pt;
    text-transform: uppercase;
}

p{
    font-family: 'Averia Serif Libre', cursive;
    font-size: 28px;
}


#wrapper {
    width: 100%;
    width: 100vw;
    position: absolute;
    top:85px;
}

#head{
    width:100%;
    height: calc(100vh - 85px);
}

#headerimage{
    height:100vh;
    z-index:99997;
    position: absolute;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    filter: brightness(50%);
	opacity:0;
}

#head > #anim{
    position:absolute;
    width:100vw;
    height:100vh;
    z-index:99998;
    display:inline-block;
    align-items: center;
    justify-content: center;
}

#anim > img{
    position: absolute;
    left:0;
    right:0;
    top:-100px;
    bottom:0;
    margin:auto;
}

#main{
    width:100vw;
    height:auto;
    position: relative;
    z-index:99998;
    margin-top:500px;
}

.textfield{
    border:2px solid #FFF;
    max-width:700px;
    color:#FFF;
    padding:50px;
    text-align: center;
    margin:0px auto;
    position: relative;
}

.textfield::before {
	content: " ";
	position: absolute;
	z-index: 0;
	top: -10px;
	left: 8px;
	right: -10px;
	bottom: 8px;
	border: 2px solid #FFF;
    pointer-events: none;
}

.textfield a{
    color:#FFF;
}

.textfield h2 {
	display: inline-block;
	box-sizing: content-box;
	padding: 20px 35px;
	position: relative;
	top: -98px;
	border: 2px solid #FFF;
	border-radius: 100px;
	width: auto;
	background: #000;
	padding-top: 12px;
}

.textfield h2:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 0px;
    right: 0px;
    bottom: 5px;
	border-radius: 100px;
	border: 2px solid #FFF;
  }

.textfield.italic p{
    font-style: italic;
}

.textfield span{
    font-weight: bold;
    font-style: normal;
}

.textfield p{
    padding-bottom:50px;
    text-align: left;
}

.textfield.intro p{
    text-align: center;
}

.textfieldicon{
    margin-top:25px;
    height:125px;
}

#prices {
	width: 100%;
	height: 960px;
	background: url(../img/sfeer1.png);
	background-size: contain;
	background-position: center center;
	position: relative;
	display: flex;
	align-items: end;
    justify-content: center;
	margin-bottom: 100px;
    background-repeat:no-repeat;
}

.pricelist {
	display: flex;
	color: #FFF;
	align-items: end;
	justify-content: center;
    column-gap: 90px;
    row-gap:25px;
    flex-wrap: wrap; 
}

.pricetag{
    font-family: 'Averia Serif Libre', cursive;
    padding:25px;
}

.pricetag h4{
    font-size:24.3pt;
    text-align: center;
}

.pricetag h3{
    font-size:60pt;
}

.pricetag h3 span{
    font-size:28pt;
}

#difficulty{
    margin:100px;
}

#difficulty > h3{
    font-family: 'Averia Serif Libre', cursive;
    color:#FFF;
    text-align: center;
}

.circles{
    display: flex;
    justify-content: center;
    column-gap: 28px;
    margin-top:30px;
}

.circles > div{
    width:110px;
    height:110px;
    border-radius:55px;
    border:2px solid #FFF;
    background:#FFF;
    position: relative;
    overflow:hidden;
}

.moon{
    position: absolute;
    background:#232323;
    width:100%;
    height:100%;
    border-radius: 55px;
}

.fullwidthimage{
    width:100%;
}

.signs{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}

.sign{
    position: absolute;
    width:75px;
    height:60%;
    transform-origin: bottom center;
    top:-60%;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    animation-delay: 5s;
}

.sign > div{
    width:57px;
    height: 57px;
    background: url(../img/icons/All_logo_icons-01.svg);
    background-repeat:no-repeat;
}

.contactbuttons{
    display:flex;
    justify-content: center;
    column-gap: 115px;
    margin:65px;
}

.contactbuttons > div{
    width:250px;
    height:250px;
    position: relative;
    cursor:pointer;
}

.contactbuttons > div > img{
    display:block;
    position:absolute;
    left:0;
}

#foot{
    color:#222;
    text-align: center;
    margin-bottom: 65px;
}

#foot > p{
    color:#222 !important;
    font-family: 'Jost', sans-serif; 
    font-size:12pt;
}

#foot a{
    color:#222;
}

a{
    color:#FFF;
    text-decoration: none;
}

.hidedesktop{
    display:none;
}

.logoanim {
	position: absolute;
	left: 0;
	right: 0;
	top: -100px;
	bottom: 0;
	margin: auto;
}

.logoanim{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
}

.cryptexrow{
    background-repeat: no-repeat !important;
    background-position-y: 0 !important;
}

.cryptexrow:nth-child(odd){
    transform: translateY(28%);
}
.cryptexrow:nth-child(even){
    transform: translateY(-25%);
}


.anchor{
    display:absolute;
    width:10px;
    height:10px;
}

.priceanchor{
    position:relative;
    top:-95vh;
}


.infoanchor{
    position:relative;
    top:-200px;
}

.vergaderanchor{
    position:relative;
    top:-200px;
}

.vergaderanchor{
    position:relative;
    top:-225px;
}

.contactanchor{
    position:relative;
    top:-225px;
}

#anim > .contactbuttons{
    column-gap: calc(66.5vh + 250px);
    height:100%;
    align-items: center;
    margin-top:-62px;
    opacity:0;
}

#anim > .contactbuttons > div{
    height:200px !important;
    width:200px !important;
    text-align: center;
}

#anim > .contactbuttons > div > img{
    height:200px !important;
    width:200px !important;
}


.signs, .logoanim {
    pointer-events: none;
}

@keyframes rowUp{
    from{
        transform: translateY(-25%);
    }
    to{
        transform: translateY(28%);
    }
}

.cryptexrow > img{
    display: block;
    margin-bottom:25px;
}

/* 
.logoanim > *{
    outline:1px solid red;
} 
*/


@keyframes anim{
    from{
        transform: rotateZ(360deg);
    }
}

@keyframes animrev{
    to{
        transform: rotateZ(-360deg);
    }
}

@media screen and ( max-width:1366px ) {
    .pricelist{
        column-gap: 10px;
    }
    #headerimage, #fullwidthimage{
        height:auto;
        max-width:100vw !important;
    }

    #anim > .contactbuttons{
        display:none;
    }
}

@media screen and ( max-width:900px ) {

    #headerimage {
        width: 100vw;
        z-index: 99997;
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        margin: 0 auto;
        filter: brightness(50%);
    }
    nav {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
        column-gap: 23px;
    }
    nav > a{
        font-size:16px;
    }
    .pricelist{
        column-gap: 10px;
    }
    #anim{
        width:100%;
        height:95vw !important;
        top:calc(50vh - 47.5vw)
    }
}

@media screen and ( max-width:600px ) {

    header{
        width:60vw;
        min-width:200px;
        max-width:325px;
        height:100vh;
        position:fixed;
        left:-100%;
    }

    nav {
        display: flex;
        height: 100%;
        align-items: start;
        justify-content: start;
        row-gap: 23px;
        flex-direction: column;
        margin-top: 100px;
        margin-left:25px;
    }

    nav > a{
        border-top:0;
        height:auto;
        line-height: 22px;
    }
    
    .openmenu{
        background:url(../img/icons/Hamburger.svg) no-repeat;
        background-position: center center;
        width:0px;
        height:50px;
        appearance: none;
        border:0;
        position: absolute;
        top:25px;
        left:25px;
		overflow:hidden;
    }
    
    .closemenu{
        background:url(../img/icons/Hamburger_black.svg) no-repeat;
        background-position: center center;
        background-size:contain;
        width:26px;
        height:50px;
        appearance: none;
        border:0;
        position: absolute;
        top:25px;
        left:25px;
    }

    #anim{
        width:100%;
        height:95vw !important;
        top:10px;
    }

    #headerimage, #fullwidthimage{
        height:auto;
        max-width:100vw !important;
    }

    #head{
        height:56vh;
    }
    #anim{
        width:100%;
        height:60vh !important;
    }

    #anim > img{
        max-width:75% !important;
    }

    #anim > .logo{
        width:60%;
    }
    .signs{
        height:80vw !important;
    }

    .sign > div{
        width:35px;
        height:35px;
    }

    h2{
        font-size:20pt;
    }

    .textfield {
        max-width: calc(95vw - 58px);
        padding: 25px;
        transform: translateX(-4px);
    }

    .textfield p {
        font-size:19px;
    }

    .textfield h2{
        top:-79px;
        padding-top:20px;
    }

    #contact{
        margin-top:-50px !important;
    }

    #difficulty {
        margin: 52px 0px -25px 0px
    }

    .circles{
        column-gap: 5px;
    }

    .circles > div {
        width: 60px;
        height: 60px;
        border-radius: 55px;
        border: 2px solid #FFF;
        background: #FFF;
        position: relative;
        overflow: hidden;
    }

    #prices {
        width: 100%;
        height: 300px;
        background: url(../img/sfeer1.png);
        background-size: auto 100%;
        background-position: center top;
        position: relative;
        display: flex;
        align-items: end;
        justify-content: center;
        /* margin-bottom: 100px; */
        margin: 0px;
        margin-bottom: 100px;
    }

    .pricelist {
        display: flex;
        color: #FFF;
        align-items: end;
        justify-content: center;
        column-gap: 5px;
        row-gap: 25px;
        flex-wrap: wrap;
    }

    .pricetag{
        padding:5px;
    }

    .pricetag h4 {
        font-size: 17.3pt;
        text-align: center;
    }

    .pricetag h3 {
        font-size: 43pt;
    }

    .pricetag h3 span {
        font-size: 15pt;
    }

    #foot{
        margin-top:50px;
    }

    #foot p {
        font-size: 14px;
        margin: 0;
        padding-top: 35px;
    }

    .hidemobile{
        display: none;
		opacity:0;
    }
    .hidedesktop{
        display: block;
    }

    .contactbuttons {
        display: flex;
        justify-content: center;
        column-gap: 37px;
        margin: 49px 20px 35px 20px;
    }

    .contactbuttons > div {
        width: 250px;
        height: 30vw;
        position: relative;
        cursor: pointer;
    }

    .textfieldicon{
        margin-top:0;
    }

    .intro > h2{
        margin-top:0;
    }

    .textfield.italic.viewscroll > h2{
        margin-top:14px;
    }

    .vergaderen > h2{
        top:-77px !important;
        font-size:24px;
    }

    nav > a{
        font-size:22px !important;
        padding-bottom: 3px;
    }

    nav > a:hover{
        height:22px;
        line-height:22px;
    }

    .textfield > p:last-child{
        padding-bottom:60px;
    }

    .textfield:nth-child(1){
        padding-top:5px;
    }
}