/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&family=Roboto+Flex:opsz,wght@8..144,300;8..144,600&display=swap");
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; }

/* HTML5 display-role reset for older browsers */
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; }

/*variables*/
* {
  box-sizing: border-box; }

*, img {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Edge, Opera and Firefox */
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

/*---typo--*/
h1, h2, h3, h4, h5, h6, p, a, ul li {
  font-family: 'Roboto Flex', Helvetica Neue, Helvetica, Arial, "sans-serif";
  
  font-weight: 300;
  color: black;
  line-height: 1.7em;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum"; }

h1 {
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: -.07em;
  font-size: 8vw;
  line-height: 1em;
  font-kerning: normal; }

h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4em;
  line-height: 1.3em;
  letter-spacing: -.05em; }

h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2em;
  line-height: 1.3em;
  letter-spacing: -.05em;
  margin-bottom: 1em; }

p {
  margin-bottom: .9em; }

p:last-child {
  padding-bottom: .9em; }

a {
  color: red;
  text-transform: uppercase;
  cursor: url("../img/cursor2.png") 15 15, auto;
  text-decoration: none;
  letter-spacing: .1em; }

.blocks {
  display: block;
  color: red;
  padding: 2vh;
  text-align: center;
  cursor: url("../img/cursor2.png") 15 15, auto;
  text-decoration: none;
  font-family: 'Roboto Flex', Helvetica Neue, Helvetica, Arial, "sans-serif";
  font-weight: 300; 
    width: auto;
}

a:hover {
  background: red;
  color: white; }

.blocks:hover {
  background: black;
  color: red; }

sup {
  font-size: 50%; }

.blur {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(20px);
  -webkit-filter: saturate(400%);
  filter: saturate(400%); }

/*time snippet*/
.timeel {
  display: inline; }

.countup {
  display: flex; }

#countup1 h1 {
  font-size: 25vw;
  position: relative;
  top: -10vh; }

.mega {
  font-size: 30VW;
  position: relative;
  bottom: 20vh;
  margin-bottom: 0;
  font-weight: 300; }

#typewriter {
  color: black; }

/*layout*/
.control {
  z-index: 1000;
  width: 100%; }
  .control ul li p {
    margin: 0; }

#wrapper {
  position: relative;
  margin-bottom: 10vh;
  background: none; }

#intro {
  z-index: 0;
  padding: 15vh;
  padding-top: 20vh; }
  #intro h1 {
    position: reltive; }
  #intro h1, #intro #timer {
    text-align: center; }

#badge {
  width: 45%;
  position: relative;
  display: block;
  top: -10vh; }

.button {
  border: 1px solid red; }

.full {
  padding: 10vw;
  width: 100%;
  padding-bottom: 0; }

.sw {
  min-width: 64px;
  overflow: hidden;
  line-height: 0;
  display: inline-block;
  margin: 0;
  padding: 0; }

.sw:hover {
  text-decoration: none;
  background: none;
  /*border: 2px solid red;*/
    box-shadow: 0px 0px 0px 2px red;
}

footer {
  position: relative;
  bottom: 0;
  padding: 5vh 10vh; }

#qr, #qr2:hover, img, img:hover {
  background: none; }

.micro {
  display: block; }

.ghost {
  display: none; }

/*vertical*/
@media screen and (orientation: portrait) {
  .micro {
    display: none; }

  .full {
    padding-top: 30vw; }

  .ghost {
    display: block; }

  #badge {
    width: 50%;
    top: 0; }
    
    #hero {
  height: 30vh; }
    
  

}
