html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
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;
}

input {
    background: none;
    border: none;
    outline: none;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-style: italic;
    background: #000 url(images/supercards_bg.png);
    color: #fff;
}

a, a:visited {
    color: rgb(252, 237, 161);
}

/* buttons, links */

.button {
    display: inline-block;
    padding: 20px;
    background: #E50022;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
    transform: skewX(-10deg) scale(1);
    box-shadow: 6px 6px 16px rgb(11 11 11 / 61%);
    transition: all .5s cubic-bezier(.5, -0.5, .5, 1.5);
    text-transform: uppercase;
    position: relative;
}

/*
.button::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: contrast(120%) brightness(100%) invert(1);
    background:
        radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)),
        url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.37' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    mix-blend-mode: darken;
    opacity: .6;
}
*/

.button span {
    display: inline-block;
    transform: skewX(10deg);
    color: white;
    text-align: center;
    letter-spacing: 2px;
}

.button:hover {
    box-shadow: 3px 3px 5px rgb(41 41 41 / 60%);
    transform: skewX(-10deg) scale(.9);
}

.button.gray {
    background: #626262;
    padding: 15px;
    font-size: 90%;
}
.button.buy {
    font-size: 150%;
    margin: 40px 0;
}

/* cards */
.card_cont {
    width: 315px;
    height: 450px;
    /*perspective: 350px;*/
    display: inline-block;
    margin: 20px;
}
.card_cont a {
    
}


.card {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transition: all .3s cubic-bezier(.5, -0.2, .5, 1.2);
    transform-style: preserve-3d;
    box-shadow: 20px 20px 40px rgb(11 11 11 / 61%);
    border-radius: 30px;
    color: #fff !important;
}

.card div img {
    width: 100%;
    margin-bottom: 10px;
}
.card div {
    position: absolute;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
}

.card div:last-child {
    transform: rotateY(180deg);
}

.card:hover {
    /*transform: rotateY(-180deg) scale(1.2);*/
    transform: scale(.95);
    box-shadow: 5px 5px 20px rgb(11 11 11 / 61%);
}

.iteminfo .card:hover {
    /*transform: none;*/
}
.iteminfo .card {
    /*animation: rotate 23s linear infinite;*/
}

@keyframes rotate {
    0%   {
        transform: rotateY(0deg)
    }
    100% {
        transform: rotateY(-360deg)
    }
  }

/* layout */
#sc {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}
.section {
    width: 100%;
    min-height: 500px;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
}

.hero {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
#ratio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.videobg {
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#headeranim, #first, #second, #third {
    position: absolute;
    width: 100%;
    height: 100%;
}
.himage {
    position: absolute;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 100%;
}
.htext {
    width: 100%;
    height: 50%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    font-size: 60px;
    color: white;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    backdrop-filter: none;
}
.htext span {
    font-size: 100px;
}
.left {
    position: absolute;
    left: 30px;
    bottom: 60px;
}
.right {
    position: absolute;
    right: 30px;
    bottom: 60px;
    text-align: right;
}

.htext .button {
	font-size: 16px;
}
#first {
    animation: firstanim 10s linear infinite;
}
@keyframes firstanim {
    0% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    34% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    91% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
#second {
    animation: secondanim 10s linear infinite;
}
@keyframes secondanim {
    0% {
        opacity: 0;
    }
    28% {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    66% {
        opacity: 1;
    }
    67% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
#third {
    animation: thirdanim 10s linear infinite;
}
@keyframes thirdanim {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    66% {
        opacity: 1;
    }
    97% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
#first .himage {
    animation: firstanim2 10s linear infinite;
}
@keyframes firstanim2 {
    0% {
        transform:scale(1.0);
    }
    34% {
        transform:scale(1.05);
    }
    35% {
        transform:scale(1.0);
    }
    100% {
        transform:scale(1.0);
    }
}
#second .himage {
    animation: secondanim2 10s linear infinite;
}
@keyframes secondanim2 {
    0% {
        transform:scale(1.0);
    }
    27% {
        transform:scale(1.0);
    }
    67% {
        transform:scale(1.05);
    }
    68% {
        transform:scale(1.0);
    }
    100% {
        transform:scale(1.0);
    }
}
#third .himage {
    animation: thirdanim2 10s linear infinite;
}
@keyframes thirdanim2 {
    0% {
        transform:scale(1.0);
    }
    64% {
        transform:scale(1.0);
    }
    100% {
        transform:scale(1.05);
    }
    101% {
        transform:scale(1.0);
    }
}

header {
    background:rgba(0, 0, 0, .5);
    backdrop-filter: blur(10px);
    padding: 20px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
}

.hero header {
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    backdrop-filter: none;
    padding: 40px;
}

h1 {
    height: 50px;
}
.hero header h1 {
    height: 70px;
}
h1 img {
    height: 100%;
}
nav {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 50px;
}
.hero nav {
    height: 70px;
}
nav a {
    line-height: 50px;
    margin-left: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    color: #fff !important;
    font-weight: 800;
}
nav a::after {
    content: "";
    display: block;
    position: relative;
    top: -12px;
    width: 100%;
    height: 2px;
    background: rgb(226,13,43);
    background: linear-gradient(90deg, rgba(226,13,43,1) 0%, rgba(49,0,231,1) 100%);
    opacity: 0;
    transition: opacity .5s;
}
.hero nav a {
    line-height: 70px;
}

nav a:hover::after {
    opacity: 1;
}

nav #menu_login {
	border-left: 1px solid white;
    padding-left: 40px;
    background: url(images/person.png) 16px 14px / 20px no-repeat;
}

nav #menu_connect {
	background: url(images/wallet.png) 0px 14px / 20px no-repeat;
    padding-left: 24px;
}

.hero nav #menu_login {
	background-position: 16px 24px;
}

.hero nav #menu_connect {
	background-position: 0 24px;
}

.diagonal {
    padding: 3vw;
    clip-path: polygon(0 2vw, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(-2.1vw);
    margin-bottom: -2.1vw;
}

.centered {
    text-align: center;
}

.section1 {
    background-image: url(images/first_founders.jpg);
}
.section2 {
    background-image: url(images/hoffmann_bg.jpg);
}
.section3 {
    background-image: url(images/section3.jpg);
}

/* item */

.iteminfo {
    position: relative;
    padding: 20px 20px 60px 20px;
}
.col1 {
    float: left;
    width: 66%;
}
.col2 {
    float: right;
    text-align: right;
    width: 34%;
}
.item .card_cont {
    width: 460px;
    height: 655px;
    perspective: 655px;
}
h2, h3 {
    font-size: 36px;
    margin-bottom: 23px;
}
h3 {
    font-size: 26px;
}
h2::after,
h3::after {
    content: "";
    display: block;
    position: relative;
    top: 10px;
    width: 100%;
    height: 3px;
    background: rgb(226,13,43);
    background: linear-gradient(90deg, rgba(226,13,43,1) 0%, rgba(49,0,231,1) 100%);
}

.subtitle,
.details,
.smaller,
.person {
    font-weight: 400;
    font-style: normal;
    line-height: 135%;
}

b {
    font-weight: 800;
    font-style: italic;
}

.smaller {
    font-size: 80%;
}

.details a,
.person a,
.text_text a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    color: rgb(252, 237, 161);
    font-weight: 800;
}
.details a::after,
.person a::after,
.text_text a::after {
    content: "";
    display: block;
    position: relative;
    top: 0px;
    width: 100%;
    height: 2px;
    background: rgb(226,13,43);
    background: linear-gradient(90deg, rgba(226,13,43,1) 0%, rgba(49,0,231,1) 100%);
    opacity: 0;
    transition: opacity .5s;
}

.details a:hover::after,
.person a:hover::after,
.text_text a:hover::after {
    opacity: 1;
}

.person {
    font-size: 80%;
    position: absolute;
    bottom: 94px;
    width: 60%;
    display: flex;
    align-items: center;
}

.profile_image {
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}

/* explore */
.explore {
    background: #111;
}

.explore_list {
    padding: 20px;
}

/* text */
.text {
    background: #111;
}

.text_text {
    padding: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 200%;
}
/* forms */

form input, form label {
	display: block;
}
form input {
	border-radius: 3px;
	border: 1px solid white;
	color: white;
	padding: 10px;
}


/* footer */

footer {
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, .2);
    padding: 0;
    height: auto;
    position: relative;
}

#social {
    background: rgba(255, 255, 255, .1);
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;  
    gap: 5px;
}

#social > div {
    align-self:auto;
    width: 50%;
}

#social #follow_us {
    padding-left: 20px;
}

#social #subscribe {
    text-align: right;
}

#social form {
    display: inline-block
}

#social input[type=text] {
    border-bottom: 1px solid white;
    padding-bottom: 3px;
    color: white;
    margin: 0 10px;
}

#social input[type=submit] {
    cursor: pointer;
    margin: 10px;
    padding: 12px 12px 10px 12px;
}

footer h1 {
    position: absolute;
    display: block;
    bottom: 17px;
    right: 14px;
}

footer nav {
    position: relative;
    right: auto;
    top: auto;
    height: auto;
}

footer nav hr {
    background: gray;
    height: 1px;
    border: 0;
    margin: 10px;
}
footer nav span a {
    font-size: 14px;
}

footer #copyright {
    color: gray;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    padding: 5px 20px 20px 20px
}

@media screen and (max-width: 1560px) {
	.card_cont {
    width: 250px;
    height: 337px;
	}
}

@media screen and (max-width: 1280px) {
	.card_cont {
    width: 200px;
    height: 286px;
	}
}

@media screen and (max-width: 767px) { 
    .hero {
        aspect-ratio: 9/16;
    }
    h1 {
        text-align: center;
    }
    nav {
        text-align: center;
        position: relative;
        right: auto;
        top: auto;
    }
    nav a {
        margin: 10px;
    }
    .htext {
        font-size: 23px;
    }
    .htext span {
        font-size: 40px;
    }
    footer h1 {
        display: none;
    }
    #social {
        display: block;
        padding: 10px;
    }
    #social > div {
        width: 100%;
        text-align: center !important;
    }
    #social #follow_us {
        padding: 0;
        margin-bottom: 40px;
    }
    footer nav a {
        line-height: 20px;
    }
    #copyright {
        text-align: center;
    }
    .col1, .col2 {
        float: none;
        width: 100%;
    }
    .person {
        position: relative;
        bottom: auto;
        width: 100%;
    display: block;
    margin: 50px 0;
    }
    .item video {
        display: none;
    }
    h2 {
        font-size: 18px;
    }
    .button.buy {
        font-size: 100%;
        margin: 20px 0;
    }
    .item + .section {
        display: none;
    }
	.card_cont {
		width: 150px;
    height: 215px;
	margin: 10px;
	}
	.button {
		padding: 10px;
    font-size: 13px;
	}
	.left {
    position: absolute;
    left: 0;
    bottom: 140px;
    width: 100%;
    text-align: center;
	}
	.right {
    position: absolute;
    right: auto;
    width: 100%;
    bottom: 60px;
    text-align: center;
	}
}