/**
 * demo.css
 * https://coidea.website
 *
 * Licensed under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * Copyright 2018, COIDEA
 * https://coidea.website
 */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400|Old+Standard+TT:400,700|Teko:400,600,700|Archivo+Black|Elsie+Swash+Caps:400,900|Arapey:400,400i');
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* section - shared */

body section {
  position: relative;
  display: block;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  overflow: hidden;
}

body section .content {
  position: relative;
  display: block;
  width: 100%;
  max-width: 992px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0;
}

/* section - header */

body section.section-header {
  background-color: #009688;
  color: #FAFAFA;
}

body section.section-header .mouse {
  width: 26px;
  height: 42px;
  border: 2px solid #FAFAFA;
  border-radius: 24px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
body section.section-header .mouse:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -2px;
  background-color: #FAFAFA;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  opacity: 1;
  -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  -webkit-animation: scroll 1.5s -1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
  animation: scroll 1.5s -1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
}

body section.section-header .content h1 {
  position: relative;
  font-family: 'Old Standard TT', serif;
  padding: 0;
  margin: 0;
  color: #212121;
  font-size: 10vw;
  line-height: 125%;
}

body section.section-header .content p {
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  margin: 0;
  color: #FAFAFA;
  font-size: 16px;
  line-height: 100%;
  font-weight: 300;
  letter-spacing: 2px;
}

/* section - section 1st */

body section.section-1st {
  background-color: #FAFAFA;
  background: url(../img/section-1-bcg.jpg) no-repeat center center fixed;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  color: #212121;
}

body section.section-1st .content {
  text-align: left;
  opacity: 1;
}

body section.section-1st .content p {
  font-family: 'Old Standard TT', serif;
  padding: 0 16px;
  margin: 0;
  color: #212121;
  font-size: 64px;
  line-height: 72px;
  font-weight: 400;
  letter-spacing: 2px;
  max-width: 570px;
}

body section.section-1st .content p .example-1 {
  color: #212121;
  font-weight: 700;
}

body section.section-1st .content p .example-1 .letter {
  display: inline-block;
  line-height: 72px;
}


/* section - section 2nd */

body section.section-2nd {
  background-color: #212121;
  color: #FAFAFA;
}

body section.section-2nd .content {
  overflow: visible;
  text-align: left;
  opacity: 1;
}

body section.section-2nd .content p {
  font-family: 'Teko', sans-serif;
  padding: 0 16px;
  margin: 0;
  color: #FAFAFA;
  font-size: 80px;
  line-height: 72px;
  font-weight: 600;
  letter-spacing: 2px;
  max-width: 520px;
}

body section.section-2nd .content p .link-holder {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0.2em;
  margin-bottom: -0.4em;
}

body section.section-2nd .content p .link-holder a.example-2 {
  color: #FAFAFA;
  text-decoration: none;
  overflow: hidden;
  letter-spacing: 2px;
}

body section.section-2nd .content p .link-holder .line {
  opacity: 1;
  position: absolute;
  left: 0em;
  bottom: -2px;
  height: 4px;
  width: 100%;
  background-color: #FAFAFA;
  transform-origin: 100% 100%;
}

body section.section-2nd .content p .link-holder .example-2 {
  color: #212121;
  font-weight: 700;
}

body section.section-2nd .content p .link-holder .example-2 .letter {
  display: inline-block;
  line-height: 72px;
}


/* section - section 3rd */

body section.section-3rd {
  background-color: #FAFAFA;
  background: url(../img/section-3-bcg.jpg) no-repeat center center fixed;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  color: #212121;
}

body section.section-3rd .content {
  overflow: visible;
  text-align: left;
  opacity: 1;
}

body section.section-3rd .content p {
  font-family: 'Archivo Black', sans-serif;
  padding: 0 16px;
  margin: 0;
  color: #212121;
  font-size: 72px;
  line-height: 80px;
  font-weight: 400;
  letter-spacing: 2px;
  max-width: 640px;
}

body section.section-3rd .content p .link-holder {
  position: relative;
  display: inline-block;
  padding: 0em;
  bottom: -0.2em;
}

body section.section-3rd .content p .link-holder a.example-3 .letter {
  display: inline-block;
  color: #212121;
  text-decoration: none;
  overflow: hidden;
  letter-spacing: 2px;
}

body section.section-3rd .content p .link-holder .line {
  opacity: 1;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #212121;
  transform-origin: 0 0;
}

body section.section-3rd .content p .link-holder .line-1 { bottom: 10px; }
body section.section-3rd .content p .link-holder .line-2 { bottom: 10px; }


/* section - section 4th */

body section.section-4th {
  background-color: #212121;
  color: #FAFAFA;
}

body section.section-4th .content {
  overflow: visible;
  text-align: left;
  opacity: 1;
}

body section.section-4th .content p {
  font-family: 'Elsie Swash Caps', cursive;
  padding: 0 16px;
  margin: 0;
  color: #FAFAFA;
  font-size: 80px;
  line-height: 88px;
  font-weight: 400;
  letter-spacing: 2px;
  max-width: 580px;
}

body section.section-4th .content p a.example-4 {
  color: #FAFAFA;
  text-decoration: none;
  overflow: hidden;
  letter-spacing: 2px;
  font-weight: 900;
}

body section.section-4th .content p .example-4 .letter {
  display: inline-block;
  line-height: 72px;
}


/* section - section 5th */

body section.section-5th {
  background-color: #FAFAFA;
  background: url(../img/section-1-bcg.jpg) no-repeat center center fixed;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  color: #212121;
}

body section.section-5th .content {
  text-align: left;
  opacity: 1;
}

body section.section-5th .content p {
  font-family: 'Arapey', serif;
  padding: 0 16px;
  margin: 0;
  color: #212121;
  font-size: 64px;
  line-height: 72px;
  font-weight: 400;
  letter-spacing: 2px;
  max-width: 570px;
}

body section.section-5th .content p a.example-5 {
  color: #212121;
  text-decoration: none;
  overflow: hidden;
  letter-spacing: 2px;
  font-weight: 700;
}

body section.section-5th .content p a.example-5 .letter {
  display: inline-block;
  line-height: 72px;
}


/* section - section 6th */

body section.section-6th {
  background-color: #212121;
  color: #FAFAFA;
}

body section.section-6th .content {
  overflow: visible;
  text-align: left;
  opacity: 1;
}

body section.section-6th .content p {
  font-family: 'Arapey', serif;
  padding: 0 16px;
  margin: 0;
  color: #FAFAFA;
  font-size: 80px;
  line-height: 88px;
  font-weight: 400;
  letter-spacing: 2px;
  max-width: 580px;
}

body section.section-6th .content p a.example-6 {
  color: #FAFAFA;
  text-decoration: none;
  overflow: hidden;
  letter-spacing: 2px;
  font-weight: 700;
}

body section.section-6th .content p .example-6 .letter {
  display: inline-block;
  line-height: 72px;
}

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

  body section .content {
    max-width: 300px;
  }

  body section.section-1st .content p {
    font-size: 36px;
    line-height: 42px;
  }

  body section.section-2nd .content p {
    font-size: 32px;
    line-height: 40px;
  }

  body section.section-2nd .content p .link-holder {
    height: 60px;
    padding: 0 8px;
    margin-bottom: -14px;
  }

  body section.section-3rd .content p {
    font-size: 48px;
    line-height: 56px;
  }

  body section.section-4th .content p {
    font-size: 48px;
    line-height: 56px;
  }

  body section.section-4th .content p a.example-4 {
    display: block;
  }

  body section.section-5th .content p {
    font-size: 48px;
    line-height: 56px;
  }

  body section.section-5th .content p a.example-5 {
    display: block;
  }

  body section.section-6th .content p {
    font-size: 48px;
    line-height: 56px;
  }

}


/* mouse - scrolling effect */

@-webkit-keyframes scroll {
  0%, 20% {
    -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
    transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  }
  10% {
    -webkit-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
    transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
    transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
    opacity: 0.01;
  }
}
@keyframes scroll {
  0%, 20% {
    -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
    transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  }
  10% {
    -webkit-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
    transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
    transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
    opacity: 0.01;
  }
}