@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@400;700&display=swap');
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Oswald:200");

:root{
--color: #333; 
}

body {
  font-family: 'Red Hat Text', sans-serif;
}

.container {
  text-align: center;
  color: var(--color);
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(https://images.unsplash.com/photo-1519120944692-1a8d8cfc107f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=872&q=80);
  background-size: cover;
  background-position: center;
  
/*  this is where the magic happens:  */
  background-attachment: fixed;
}

h1 {
  font-weight: 700;
  font-size: 3rem;
}

p {
  max-width: 52ch;
  line-height: 1.5;
  padding: 1em;
}

a {
  display: inline-block;
  padding: 1em 3.5em;
  background-color: var(--color);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0.3em;
  font-weight: 700;
  letter-spacing: .5px;
  font-size: .875rem;
}

.blank,
.other {
  width: 100%;
  min-height: 60vh;
  background-color: var(--color);
}

.second {
  background-image:url(https://images.unsplash.com/photo-1514496959998-c01c40915c5f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1740&q=80);
  background-attachment: fixed;
  height: 1200px;
}

h3 {
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 1em;
}

.card > a {
  margin-bottom: 2em;
}

.item {
  display: flex;
  max-width: 320px;
  background-color: white;;
  flex-direction: column;
  align-items: center;
  border-radius: .5em;
  -webkit-box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
  -moz-box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
  box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
}

.img {
  width: 90%;
  height: 200px;
  background-color: lightgrey;
  background-size: cover;
  background-position: center;
  margin-top: 20px;
  border-radius: .3em;;
}

.img-first {
  background-image: url(https://images.unsplash.com/photo-1522163182402-834f871fd851?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1606&q=80);
}

.img-second {
  background-image: url(https://images.unsplash.com/photo-1628746404106-4d3843b231b3?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2F2aW5nfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=900&q=60);
}

.img-third {
  background-image: url(https://images.unsplash.com/photo-1632853073412-782bf0279d65?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80);
}

.second {
  flex-direction: row;
  gap: 1.6em;
}





/* hide scrollbar */
.external ::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}

.external ::-webkit-scrollbar-button {
  width: 1px;
  height: 1px;
}
.external {
  overflow: hidden;
  height: 100vh;
  background: #efecdb;
  position: relative;
}

.external .horizontal-scroll-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vh;
  transform: rotate(-90deg) translate3d(0,-100vh,0);
  transform-origin: right top;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  height: 100vw;
  perspective: 1px;
  transform-style: preserve-3d;
  padding-bottom: 10rem;
}
.external .img-wrapper {
  transform: rotate(90deg);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40vh;
  transform-origin: 50% 50%;
  transform: rotate(90deg) translateZ(.1px) scale(0.9) translateX(0px) translateY(-3vh);
  transition: 1s;
}

.external .img-wrapper:hover {
 min-height: 65vh;
}

.external .slower {
  transform: rotate(90deg) translateZ(-.2px) scale(1.1) translateX(0%) translateY(-10vh);
}
.external .slower1 {
  transform: rotate(90deg) translateZ(-.25px) scale(1.05) translateX(0%) translateY(8vh);
}
.external .slower2 {
  transform: rotate(90deg) translateZ(-.3px) scale(1.3) translateX(0%) translateY(2vh);
}
.external .slower-down {
  transform: rotate(90deg) translateZ(-.2px) scale(1.1) translateX(0%) translateY(16vh) ;
}
.external .faster {
  transform: rotate(90deg) translateZ(.15px) scale(0.8) translateX(0%) translateY(14vh) ;
}
.external .faster1 {
  transform: rotate(90deg) translateZ(.05px) scale(0.8) translateX(0%) translateY(10vh) ;
}
.external .fastest {
  transform: rotate(90deg) translateZ(.22px) scale(0.7) translateX(-10vh) translateY(-15vh) ;
}
.external .vertical {
   transform: rotate(90deg) translateZ(-.15px) scale(1.15) translateX(0%) translateY(0%) ;
}
.external .last {
  transform: rotate(90deg) translateZ(-.2px) scale(1.1) translateX(25vh) translateY(-8vh) ;
}
.external .scroll-info, .external header {
  position: absolute;
  left: 1rem;
}


.external header {
  bottom: 1rem;
}
.external .scroll-info {
  top: 1rem;
}
.external a {
  color: inherit;
  font-weight: 500;
  
}
.external h1 {
  font-weight: 300;
  font-size: 1rem;
}

.external .img-wrapper a {
  overflow: hidden;
  display: block;
  padding: 1vh ;
  background: #efecdb;
  box-shadow: 0 10px 50px #5f2f1182;
}
.external img {
  max-width: 45vh;
  max-height: 50vh;
  transition: .5s;
  vertical-align: top;
  filter: saturate(40%) sepia(30%) hue-rotate(5deg);
}
.external a:hover img {
  filter: none;
}
.external p {
  margin: 0;
}
.external .scroll-info {
  display: flex;
  align-items: center;
}
.external .icon svg {
    width: 50px;
    fill: currentcolor;
}





.parallax {
  position: relative;
  width: 100vw;
  height: 50vw;
  transform-origin: bottom center;
  will-change: transform;
  transform: translate3d(0, calc(var(--pct) * 35%), 0) scale3d(calc(var(--pct)/2 + 1), calc(var(--pct)/2 + 1), 1);
}
.parallax div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  transform-origin: bottom center;
  transform: translate3d(0, 0, 0);
}
.parallax div.p1 {
  transform: translate3d(0, calc(var(--pct) * -20.0%), 0);
}
.parallax div.p2 {
  transform: translate3d(0, calc(var(--pct) * -17.5%), 0);
}
.parallax div.p3 {
  transform: translate3d(0, calc(var(--pct) * -15.0%), 0);
}
.parallax div.p4 {
  transform: translate3d(0, calc(var(--pct) * -12.5%), 0);
}
.parallax div.p5 {
  transform: translate3d(0, calc(var(--pct) * -10.0%), 0);
}
.parallax div.p6 {
  transform: translate3d(0, calc(var(--pct) * -7.5%), 0);
}
.parallax div.p7 {
  transform: translate3d(0, calc(var(--pct) * -5.0%), 0);
}
.parallax div.p8 {
  transform: translate3d(0, calc(var(--pct) * -2.5%), 0);
}

html, body {
  margin: 0;
  background-color: #2b110e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page header {
  overflow: hidden;
  box-shadow: inset 0 -4em 4em -4em #2b110e;
}

.page main {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  border-top: 1px solid #3e1914;
  padding: 2em 1em 4em;
  max-width: 580px;
  margin: 0 auto;
}

.page .logo {
  fill: rgba(255, 255, 255, 0.3);
  width: 0.72em;
  vertical-align: top;
  margin: 0.15em 0.15em 0.15em 0;
}

.page .separator {
  fill: rgba(255, 255, 255, 0.1);
  height: 2em;
  vertical-align: top;
  margin: 1em 0 0;
  width: 100%;
}

.page h1 {
  margin: 0;
  font-family: Oswald;
  font-size: 2em;
  line-height: 1;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.7);
}

.page h2 {
  margin: 2em 0 0;
  font-family: Oswald;
  font-size: 1.6em;
  line-height: 1;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.7);
}

.page p, .page a {
  font-family: Open Sans;
  color: rgba(255, 255, 255, 0.7);
}

.page .no-iframe {
  position: absolute;
  top: 2em;
  right: 1em;
  display: none;
  transition: 200ms;
  z-index: 1;
  font-size: 0.7em;
  padding: 0.5em;
  text-decoration: none;
  background-color: #2b110e;
  opacity: 0.5;
}
.page .no-iframe:hover {
  opacity: 0.7;
}


.cards-parallax {
  align-items: center;
  background: #642B73;
  background: linear-gradient(to bottom, #C6426E, #642B73);
  display: flex;
  font-family: 'Open Sans', sans;
  justify-content: center;
  overflow: hidden;
  perspective: 1800px;
  text-align: center;
  margin:0;
  padding: 70px 15px;
}
.cards-parallax .cards h1 {
  color: #3e3e42;
  font-size:32px;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 30px;
  transform: translateZ(35px);
}

.cards-parallax .cards h3 {
  color: #eb285d;
  font-size: 16px;
  margin-bottom: 6px;
  transform: translateZ(25px);
}

.cards-parallax .cards {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 10px 20px 20px rgba(0,0,0,0.17);
  display: inline-block;
  padding: 30px 35px;
  perspective: 1800px;
  text-align: left;
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  transform: rotateX(11deg) rotateY(16.5deg);
  min-width: 595px;
}

.cards-parallax .card {
  border-radius: 15px;
  box-shadow: 5px 5px 20px -5px rgba(0,0,0,0.6);
  // cursor: pointer;
  display: inline-block;
  height: 250px;
  overflow: hidden;
  perspective: 1200px;
  position: relative;
  transform-style: preserve-3d;
  transform: translatez(35px);
  transition: transform 200ms ease-out;
  width: 175px;
  text-align: center;
  
  // &:hover {
  //   box-shadow: 5px 5px 20px -7px rgba(0,0,0,0.5);
  //   transform: translatez(60px);
  // }
  
  &:not(:last-child) {
    margin-right: 30px;
  }
}

.cards-parallax .card__img {
  position: relative;
  height: 100%;
}

.cards-parallax .card__bg {
  bottom: -50px;
  left: -50px;
  position: absolute;
  right: -50px;
  top: -50px;
  transform-origin: 50% 50%;
  transform: translateZ(-50px);
  z-index: 0;
}

.cards-parallax .card__one {
  .card__img {
    top: 14px;
    right: -10px;
    height: 110%;
  }
  .card__bg {
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/62105/3dr_monobg.jpg') center / cover no-repeat;
  }
  .card__text {
    //background-color: #254b60;
  }
}

.cards-parallax .card__two {
  .card__img {
    top: 25px;
  }
  .card__bg {
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/62105/3dr_spirited.jpg') center / cover no-repeat;
  }
  .card__text {
    //background-color: #274a2e;
  }
}

.cards-parallax .card__three {
  .card__img {
    top: 5px;
    left: -4px;
    height: 110%;
  }
  .card__bg {
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/62105/3dr_howlbg.jpg') center / cover no-repeat;
  }
  .card__text {
    //background-color: #3e2222;
  }
}

.cards-parallax .card__text {
  align-items: center;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%);
  bottom: 0;
  display: flex;
  flex-direction: column; 
  height: 70px;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.cards-parallax .card__title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 0 10px;
  margin-bottom: 3px;
}

.notice {
  background: gold;
  border-top-left-radius: 6px;
  bottom: 0;
  font-family: monospace;
  font-size: 14px;
  padding: 8px 10px;
  position: absolute;
  right: -20px;
}

.twitter__link {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: 12px;
  z-index: -1;
  background: #00aced;
  border-radius: 20px;
  height: 30px;
  text-decoration: none;
  padding-right: 10px;
  justify-content: space-between;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  width: 74px;
  opacity: 0.4;
  
  &:hover {
    opacity: 1;
  }
}

.twitter__icon {
  height: 30px;
}



.page2 {
  margin: 0 auto;
  width: 100%;
  font-family: "Nunito", sans-serif;
  background:#fff;
  text-align: center;
}
.page2 .content {
  width: 33.33%;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  height: 100vh;
  max-width: 300px;
}
.page2 .circle_inner__layer {
  width: 600px;
  height: 200px;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: -200px;
  text-align:left;
}
.page2 .circle_inner__layer img {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.page2 .circle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  width: 200px;
  transform: translateY(-50%);
  transition: all 0.5s;
  cursor: pointer;
}
.page2 .circle:hover .circle_shine {
  top: 330px;
  left: -200px;
}
.page2 .circle_shine {
  background: white;
  width: 600px;
  transition: 0.3s;
  height: 200px;
  opacity: 0.2;
  top: -10px;
  left: -90px;
  transform: rotate(45deg);
  position: absolute;
  z-index: 2;
}
.page2 .circle:hover h2, .page2 .circle:hover h3 {
  opacity: 1;
  top: -36px;
}
.page2 .circle:hover .content_shadow {
  transform: scale(1.1);
  top: -22px;
}
.page2 .circle:hover h3 {
  transition: all 0.2s 0.04s;
}
.page2 .circle:hover h2 {
  transition: all 0.2s;
}
.page2 .circle .circle_inner__layer:nth-of-type(1) {
  top: 0px;
  left: 0px;
}
.page2 .circle .circle_inner__layer:nth-of-type(2) {
  top: 0px;
  left: -210px;
}
.page2 .circle .circle_inner__layer:nth-of-type(3) {
  top: 0px;
  left: -440px;
}
.page2 .circle_title {
  text-align: center;
}
.page2 .circle_title h2, .page2 .circle_title h3 {
  opacity: 0;
  color: #4A7479;
  margin: 0;
  transition: all 0.2s 0.04s;
  position: relative;
  top: -10px;
}
.page2 .circle_title h3 {
  transition: all 0.2s;
  color: #B0D5D6;
  font-size: 15px;
}
.page2 .circle_inner {
  border-radius: 200px;
  background: #B0D5D6;
  overflow: hidden;
  margin: auto;
  width: 200px;
  z-index: 1;
  transition: all 0.3s;
  height: 200px;
  position: relative;
}
.page2 .circle_inner:hover {
  transform: scale(1.1);
}
.page2 .circle_inner:hover .circle_inner__layer:nth-of-type(1) {
  left: -80px;
  transition: all 4s linear;
}
.page2 .circle_inner:hover .circle_inner__layer:nth-of-type(2) {
  left: -400px;
  transition: all 4s linear;
}
.page2 .circle_inner:hover .circle_inner__layer:nth-of-type(3) {
  left: -140px;
  transition: all 4s linear;
}
.page2 .content_shadow {
  width: 200px;
  box-shadow: 0px 31px 19px -2px #E0E8F9;
  height: 20px;
  border-radius: 70%;
  position: relative;
  top: -44px;
  transition: all 0.3s;
  z-index: 0;
}


.background-parallax{
	position: relative;
	font-family: "Sintony", sans-serif;
	text-transform: uppercase;
}
.parallax-section {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100vh;
  letter-spacing: 4px;
  overflow: hidden;
  clip: rect(0, auto, auto, 0);
}
.parallax-section .fixed {
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  line-height: 27px;
}
.parallax-section .white {
  color: #fff;
}

.parallax-section:nth-child(1) {
  background-color: #fff;
  color: #000;
  top: 0;
  z-index: 1;
}
.parallax-section:nth-child(1) .fixed {
  transform: translate(-50%, -50%);
}

.parallax-section:nth-child(2) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #c2850a;
  color: #fff;
  top: 100vh;
  z-index: 2;
}
.parallax-section:nth-child(2) .fixed {
  transform: translate(-50%, -50%);
}

.parallax-section:nth-child(3) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #0a0ac2;
  color: #fff;
  top: 200vh;
  z-index: 3;
}
.parallax-section:nth-child(3) .fixed {
  transform: translate(-50%, -50%);
}

.parallax-section:nth-child(4) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #85c20a;
  color: #fff;
  top: 300vh;
  z-index: 4;
}
.parallax-section:nth-child(4) .fixed {
  transform: translate(-50%, -50%);
}

.parallax-section:nth-child(5) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #850ac2;
  color: #fff;
  top: 400vh;
  z-index: 5;
}
.parallax-section:nth-child(5) .fixed {
  transform: translate(-50%, -50%);
}

.parallax-section:nth-child(6) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #0ac20a;
  color: #fff;
  top: 500vh;
  z-index: 6;
}
.parallax-section:nth-child(6) .fixed {
  transform: translate(-50%, -50%);
}

.parallax-section:nth-child(7) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #c20a85;
  color: #fff;
  top: 600vh;
  z-index: 7;
}
.parallax-section:nth-child(7) .fixed {
  transform: translate(-50%, -50%);
}

.parallax-section:nth-child(8) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #0ac285;
  color: #fff;
  top: 700vh;
  z-index: 8;
}
.parallax-section:nth-child(8) .fixed {
  transform: translate(-50%, -50%);
}

.parallax-section:nth-child(9) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #c20a0a;
  color: #fff;
  top: 800vh;
  z-index: 9;
}
.parallax-section:nth-child(9) .fixed {
  transform: translate(-50%, -50%);
}

.parallax-section:nth-child(10) {
  background-color: #000;
  color: #fff;
  top: 900vh;
  z-index: 10;
}
.parallax-section:nth-child(10) .fixed {
  transform: translate(-50%, -50%);
}
.parallax-section h1{
	font-size: 1.5rem;
}
.parallax-section .oop {
  position: relative;
  z-index: auto;
  height: 10px;
  background: linear-gradient(141deg, #48ded4 0%, #a026bf 51%, #e82c75 75%);
}