@import url("https://fonts.googleapis.com/css2?family=BenchNine&family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400&display=swap");

body {
  position: relative;
}

p,
li {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 900;
}

#menu a {
  font-family: "BenchNine", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
}

p {
  font-size: 1.3em;
  line-height: 1.5em;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}

h1 {
  font-size: 5em;
  margin: 0px 0px 0px 0px;
}

h2 {
  font-family: "BenchNine", sans-serif;
  text-transform: uppercase;
  font-size: 4em;
}

.fp-arrow.fp-prev {
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent rgb(0, 0, 0) transparent transparent;
}
.fp-arrow.fp-next {
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent rgb(0, 0, 0);
}

#logo {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%) scale(0.4);
  transform-origin: center center;
  z-index: 999;
  opacity: 1;
}

.fp-viewing-firstPage #logo {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2) rotate(2deg);
  background-color: #fff;
  opacity: 0;
  animation: slideinleft 400ms ease-in-out 700ms 1 forwards;
}

#email {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, 0%) scale(0.4);
  transform-origin: center center;
  z-index: 999;
  opacity: 1;
}

.fp-viewing-firstPage #email {
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2) rotate(2deg);
  background-color: #fff;
  opacity: 0;
  animation: slideinleft 400ms ease-in-out 1700ms 1 forwards;
}

#arrow-one {
  position: absolute;
  top: 85%;
  left: 50%;
  max-width: 100px;
  height: auto;
  transform: translate(-50%, 0%) scale(0.4);
  transform-origin: center center;
  z-index: 999;
  opacity: 0;
  animation: scaleup 400ms ease-in-out 1900ms 1 forwards;
}

#arrow-two {
  position: absolute;
  top: 85%;
  left: 50%;
  max-width: 100px;
  height: auto;
  transform: translate(-50%, 0%) scale(0.4);
  transform-origin: center center;
  z-index: 999;
  opacity: 0;
  animation: scaleup 400ms ease-in-out 1900ms 1 forwards;
}

@keyframes slideinleft {
  from {
    margin-left: 100%;
    opacity: 0;
  }

  to {
    margin-left: 0%;
    opacity: 1;
  }
}

@keyframes scaleup {
  from {
    opacity: 0;
    transform: translate(-50%, 0%) scale(0.4);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0%) scale(0.8);
  }
}

#menu li {
  display: inline-block;
  margin: 10px;
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#menu li.active {
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#menu li a {
  text-decoration: none;
  color: #000;
}
#menu li.active a:hover {
  color: #000;
}
#menu li:hover {
  background: rgba(255, 255, 255, 1);
}
#menu li a,
#menu li.active a {
  padding: 9px 18px;
  display: block;
}
#menu li.active a {
  color: #fff;
}
#menu {
  position: fixed;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  height: 40px;
  z-index: 70;
  width: auto;
  padding: 0;
  margin: 0;
  opacity: 1;
}

.fp-viewing-firstPage #menu {
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
  animation: fadein 400ms ease-in-out 2200ms 1 forwards;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.section {
  text-align: center;
}

.intro {
  padding: 0px 50px 0px 50px;
}

.img-responsive {
  width: 100%;
  height: auto;
}

/* #section0 {
  background: transparent url("../img/bg-simple-print.jpg") no-repeat center
    center;
  background-size: cover;
} */

/* #section0 .intro {
  padding-top: 220px;
} */

#section0 h2 {
  font-size: 3em;
}

#section0 #simple-print-bg {
  max-width: 66%;
  height: auto;
}

#section1 #slide1-1 {
  background: transparent url("../img/studio.jpg") no-repeat center center;
}

#section1 #slide1-2 {
  background: transparent url("../img/simple-print-studio.jpeg") no-repeat
    center center;
}

#section1 #slide1-3 {
  background: transparent url("../img/branded-box.jpg") no-repeat center center;
}

#section1 .about-info {
  position: absolute;
  top: 55%;
  right: 15%;
  background-color: white;
  max-width: 650px;
  padding: 20px;
  margin: auto;
}

#section1 .slide {
  position: relative;
}

#section1 .slide h2 {
  position: absolute;
  top: -100px;
  left: -100px;
  color: rgb(0, 0, 0);
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 2em;
  display: none;
  background-color: white;
}

#section1 .slide.active h2 {
  position: absolute;
  top: 35%;
  left: 15%;
  color: rgb(0, 0, 0);
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  font-size: 3em;
  display: inline-block;
}

/* Lazy loading background
    * --------------------------------------- */

#section2.load-background {
  background-image: url(imgs/bg2.jpg);
  background-size: cover;
}

#section2 img {
  width: 50%;
  height: auto;
}

.slide .about-info {
  opacity: 0;
}

.slide.active .about-info {
  animation: fadein 400ms ease-in-out 800ms 1 forwards;
}

.fp-watermark {
  display: none;
}

.order-info {
  max-width: 650px;
  margin: auto;
}

.order-info h2 {
  font-size: 3em;
}
