@font-face {
  font-family: "Sintony";
  src: url("Sintony-Regular.ttf");
}

@font-face {
  font-family: "Ruda";
  src: url("Ruda-VariableFont_wght.ttf");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Sintony;
  /* font-family: Ruda; */
  font-size: 16px;
  background-color: white;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
  padding: 0 4px 0 4px;
  color: black;
  font-family: inherit;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border: 6px double #ffe000;
  background: inherit;
  font-size: 1.3em;
}

.create-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.create-selfie-loader {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.close-create {
  cursor: pointer;
  position: absolute;
  padding: 20px;
  left: 0;
  z-index: 99;
  color: black;
  font-size: 1.5em;
}

.sm-button {
  cursor: pointer;
  padding: 0 4px 0 4px;
  color: black;
  font-family: inherit;
  letter-spacing: 2px;
  text-decoration: none;
  border: 1px dotted #ffe000;
  border-radius: 10px;
  background: inherit;
  text-transform: unset;
  font-size: 19px;
}

/* How do I get BUTTON to inherit?*/
.button {
  cursor: pointer;
  padding: 0 4px 0 4px;
  color: black;
  font-family: inherit;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border: 6px double #ffe000;
  background: inherit;
  font-size: 1.3em;
}

.link-button {
  color: black;
  cursor: pointer;
  padding: unset;
  letter-spacing: unset;
  border: 0;
  font-family: inherit;
  text-decoration: underline;
  font-size: inherit;
}

h2 {
  text-align: center;
  letter-spacing: 5px;
}

a {
  text-decoration: underline;
  color: rgb(0, 0, 0);
  cursor: pointer;
  background-color: transparent;
}

a:visited {
  color: rgb(0, 0, 0);
  cursor: pointer;
  background-color: transparent;
}

a:hover {
  color: rgb(0, 0, 0);
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: rgb(0, 0, 0);
  background-color: transparent;
}

.menu-li {
  list-style-type: none;
  line-height: 2em;
  background-color: rgb(0, 0, 0);
  padding: 0 0.2em 0 0.2em;
  color: white;
}

.menu-li a,
.menu-li a:visited,
.menu-li a:hover,
.menu-li a:active {
  text-decoration: none;
  color: inherit;
}

.terminal {
  color: #121212;
  text-shadow: 1px 1px white;
}

.nav-container {
  font-family: "Courier New", Courier, monospace;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 1.4em;
  margin: 5px;
  position: fixed;
  z-index: 999;
  text-transform: lowercase;
  cursor: pointer;
  outline: none;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
.blink {
  display: inline-block;
  margin-left: 2px;
  font-family: "Sintony";
  animation: blink 1s step-start 0s infinite;
}

.header-clip {
  height: 4vh;
  -webkit-clip-path: polygon(0% 0%, 100% 96%, 100% 100%, 0 100%);
  clip-path: polygon(0% 0%, 100% 96%, 100% 100%, 0 100%);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ffffff;
  color: rgb(112, 0, 62);
  height: 100vh;
  margin-top: -4vh;
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  -webkit-clip-path: polygon(0% 0%, 100% 4%, 100% 100%, 0 100%);
  clip-path: polygon(0% 0%, 100% 4%, 100% 100%, 0 100%);
}

@media (orientation: landscape) {
  .footer a img {
    width: 50vh;
  }
}

.section {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-clip-path: polygon(0% 0%, 100% 4%, 100% 100%, 0 100%);
  clip-path: polygon(0% 0%, 100% 4%, 100% 100%, 0 100%);
  /* box-shadow: inset 0 1px 80px rgba(255, 0, 0, 0.14); */
}

.section .fixed {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
}

.title {
  top: 0;
  z-index: 1;
  box-shadow: none;
}

.gif {
  background: url("gif.gif") center no-repeat;
  background-color: white;
  background-size: 72vh;
  top: 191vh;
  z-index: 3;
}

.text-a {
  font-size: 1.2rem;
  background-color: #ffcf00;
  color: rgb(61, 61, 61);
  top: 96vh;
  z-index: 2;
}

.text-b {
  background-color: #850ac2;
  color: #fff;
  top: 287vh;
  z-index: 4;
}

.text-c {
  background-color: #cf930c;
  color: #fff;
  top: 383vh;
  z-index: 5;
}

.img-a {
  background: url("o-12.png") center no-repeat;
  background-size: contain;
  background-color: #c20a0a;
  top: 479vh;
  z-index: 6;
}

.img-a .fixed {
  background: url("x2.png") center no-repeat;
  background-size: contain;
  height: 100vh;
  width: 100%;
}

.text-d {
  background-color: #0a4ec2;
  color: white;
  top: 575vh;
  z-index: 7;
}

.text-e {
  background-color: #069b69;
  color: #fff;
  top: 671vh;
  z-index: 8;
}

.img-b {
  background: url("x1.png") center center no-repeat;
  background-size: contain;
  background-color: #85c20a;
  top: 767vh;
  z-index: 10;
}

.img-b .fixed {
  background: url("o-1.png") center center no-repeat;
  opacity: 0.75;
  background-size: contain;
  height: 100vh;
  width: 100%;
}

.text-f {
  background-color: #000000;
  color: #fff;
  top: 863vh;
  z-index: 11;
}

.text-g {
  background-color: #000000;
  color: #fff;
  top: 959vh;
  z-index: 12;
}

.demo-1 {
  background-color: #ffffff;
  color: rgb(26, 26, 26);
  top: 1055vh;
  z-index: 13;
}

.demo-1 .fixed {
  background: url("demo01.jpg") center no-repeat;
  background-size: contain;
  height: 100vh;
  width: 100%;
}

.demo-2 {
  background-color: #ffffff;
  color: rgb(26, 26, 26);
  top: 1151vh;
  z-index: 14;
}
.demo-2 .fixed {
  background: url("demo02.jpg") center no-repeat;
  background-size: contain;
  height: 100vh;
  width: 100%;
}

.demo-3 {
  background-color: #ffffff;
  color: rgb(26, 26, 26);
  top: 1247vh;
  z-index: 15;
}

.demo-3 .fixed {
  background: url("demo03.jpg") center no-repeat;
  background-size: contain;
  height: 100vh;
  width: 100%;
}

.demo-4 {
  background-color: #ffffff;
  color: rgb(26, 26, 26);
  top: 1343vh;
  z-index: 15;
}

.demo-4 .fixed {
  background: url("demo04.jpg") center no-repeat;
  background-size: contain;
  height: 100vh;
  width: 100%;
}

.create {
  background-color: #ffffff;
  color: rgb(26, 26, 26);
  top: 1439vh;
  z-index: 16;
}

.section-faq {
  width: 100%;
  position: absolute;
  color: rgb(26, 26, 26);
  top: 1631vh;
  top: 1535vh;
  z-index: 17;
  height: auto;
  /* -webkit-clip-path: polygon(0% 0%, 100% 4%, 100% 100%, 0 100%);
  clip-path: polygon(0% 0%, 100% 4%, 100% 100%, 0 100%); */
}

.melm {
  width: 50vw;
  margin-bottom: 10px;
  filter: invert(100%);
}

.divider {
  box-sizing: inherit;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  text-align: center;
  border: 0px;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding: 16px 0px;
}

.divider::before,
.divider::after {
  position: relative;
  width: 100%;
  border-top: thin solid rgba(0, 0, 0, 0.12);
  top: 50%;
  content: "";
  transform: translateY(50%);
}

.divider::before {
  width: 10%;
}

input[type="text"] {
  width: 100%;
  border: 0;
  font-family: inherit;
  letter-spacing: -1px;
  color: black;
  background-color: white;
  font-size: large;
  border-radius: 0;
  padding: 10px;
  outline: none;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

.busy::after {
  content: "\00a0\00a0\00a0";
  animation: progress-ellipsis 1s linear infinite;
}

@keyframes progress-ellipsis {
  0% {
    content: "\00a0\00a0\00a0";
  }
  25% {
    content: ".\00a0\00a0";
  }
  50% {
    content: "..\00a0";
  }
  75% {
    content: "...";
  }
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 101;
  top: 0;
  left: -100%;
  color: wheat;
  background-color: #9f008e;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay button {
  color: wheat;
}

.create-overlay {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 100%;
  background-color: #ff006f;
  /* background-color: #e98200; */
  transition: 0.5s;
}

.create-content {
  max-width: 800px;
  color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 20px 20px 20px;
}

.create-content-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
}

.product-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.product {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 65%;
  padding: 15px 0;
}

.zoom {
  cursor: pointer;
  background-position: center left;
  background-image: url(zoom-in.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 40px;
  font-size: 2em;
  text-align: right;
  margin: 15px;
}

.overlay-content {
  color: white;
  position: relative;
  width: 100%;
  padding: 20px;
}

/* Customize the label (the container) */
.cb-container {
  display: inline;
  position: relative;
  margin-left: 10px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cb-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cb-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid rgb(0, 0, 0);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.connect-wallet-content {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 30px;
}

.hamburger {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: url("hamburger.svg") no-repeat center;
  background-size: contain;
}

.rotate {
  animation: rotation 3s infinite;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotate2 {
  animation: rotation2 4s infinite;
}

@keyframes rotation2 {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.skew {
  animation: skew 2s alternate infinite;
}

@keyframes skew {
  form {
    transform: skew(180deg, 180deg);
  }
  to {
    transform: skew(-180deg, -180deg);
  }
}

.skew2 {
  animation: skew2 2s alternate infinite;
}

@keyframes skew2 {
  form {
    transform: skew(-180deg, -180deg);
  }
  to {
    transform: skew(180deg, 180deg);
  }
}

/* .product {
  background: url("o-12.png") no-repeat center;
  background-size: contain;
  height: 100%;
  width: 80%;
}

.product2 {
  background: url("x2.png") no-repeat center;
  background-size: contain;
  height: 100%;
  width: 100%;
} */
