*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #17181a;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  position: relative;
  font-size: 62.5%;
}

main {
  position: absolute;
}

#github,
#linkedin,
#instagram,
#twitter,
#youtube {
  width: 2.7rem;
  height: 2.7rem;
  -o-object-fit: cover;
     object-fit: cover;
}

#logo {
  color: white;
  font-family: "Abril Fatface";
}

.nav-header {
  min-height: 10vh;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  width: 80%;
  margin: auto;
  padding: 2rem 0rem;
  z-index: 2;
  position: relative;
}

.line1,
.line2 {
  width: 3rem;
  height: 0.2rem;
  margin: 0.4rem;
  background: white;
  pointer-events: none;
}

.nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  opacity: 1;
  clip-path: circle(50px at 100% -10%);
  -webkit-clip-path: circle(50px at 100% -10%);
}

.nav-bar .nav-links {
  font-size: 4rem;
  -ms-flex-preferred-size: 30rem;
      flex-basis: 30rem;
}

.nav-bar .nav-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  list-style: none;
}

.nav-bar .nav-links li #a-text {
  color: black;
  text-decoration: none;
}

.nav-bar .nav-links li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  list-style: none;
  font-size: 2rem;
}

.nav-bar .contact {
  -ms-flex-preferred-size: 25rem;
      flex-basis: 25rem;
}

.nav-bar .contact h2 {
  font-size: 4rem;
}

.nav-bar .contact .form-section {
  width: 100%;
}

.nav-bar .contact .form-section form {
  width: 100%;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-bar .contact .form-section label {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.nav-bar .contact .form-section textarea {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}

.nav-bar .contact .form-section textarea:focus {
  outline: 2px solid black;
}

.nav-bar .contact .form-section button {
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  background: #17181a;
  color: white;
}

.burger {
  cursor: pointer;
}

.slide {
  min-height: 100vh;
  margin: 0 auto 0 auto;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  background: #17181a;
}

.hero-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 25rem;
      flex-basis: 25rem;
  padding-left: 5rem;
  position: relative;
}

.hero-img {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 25rem;
      flex-basis: 25rem;
  overflow: hidden;
}

.hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fashion-span {
  color: #ff8b5d;
}

.forest-span {
  color: #567ce4;
}

.hike-span {
  color: #a76ee7;
}

.hero-desc h2 {
  font-family: "Abril Fatface";
  font-size: 3rem;
}

.hero-desc p {
  padding: 3rem 0rem;
  font-size: 1.5rem;
  color: #dfdfdf;
}

.explore {
  padding: 1rem 2rem;
  color: white;
  background: none;
  border: none;
  border: 1px solid white;
  font-size: 1rem;
  text-decoration: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
  cursor: pointer;
}

.reveal-img,
.reveal-text {
  position: absolute;
  width: 100%;
  height: 150%;
  background: #17181a;
  left: 0;
  top: -15%;
}

.cursor {
  width: 3rem;
  height: 3rem;
  border: 2px solid white;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-property: background, -webkit-transform;
  transition-property: background, -webkit-transform;
  transition-property: background, transform;
  transition-property: background, transform, -webkit-transform;
  -webkit-transform-origin: 75% 75%;
          transform-origin: 75% 75%;
}

.cursor.nav-active {
  background: #567ce4;
  -webkit-transform: scale(3);
          transform: scale(3);
}

.cursor.explore-active {
  background: white;
  -webkit-transform: scale(3);
          transform: scale(3);
}

.cursor-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.5rem;
  font-weight: bolder;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.title-swipe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  mix-blend-mode: darken;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.title {
  position: relative;
  overflow: hidden;
}

.t-swipe1 {
  background: #567ce4;
}

.t-swipe2 {
  background: #a76ee7;
}

.t-swipe3 {
  background: #ff8b5d;
}

.scrollmagic-pin-spacer {
  position: static !important;
}

body.hide {
  overflow: hidden;
}

.fashion1,
.fashion2,
.fashion3 {
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  margin: auto;
  color: white;
  margin-top: 5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.fashion-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -ms-flex-preferred-size: 25.2rem;
      flex-basis: 25.2rem;
}

.fashion-text h1 {
  font-size: 6rem;
  padding: 1rem 0rem;
}

.fashion-text p {
  font-size: 1.6rem;
  padding: 2rem 2rem 0rem 0rem;
  margin-bottom: 10rem;
}

.fashion-img {
  height: 70vh;
  -ms-flex-preferred-size: 27rem;
      flex-basis: 27rem;
}

.fashion-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

#elena-joy {
  -o-object-position: center !important;
     object-position: center !important;
}

.fashion1 h1 {
  color: #ff8b5d;
}

.fashion2 h1 {
  color: #a76ee7;
}

.fashion3 h1 {
  color: #567ce4;
}

.fashion-nr {
  font-size: 6rem;
  font-weight: bold;
  position: absolute;
  left: 45%;
  bottom: 12%;
  color: white;
  opacity: 0.8;
}

.swipe {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.swipe1 {
  background: #a76ee7;
  z-index: 5;
}

.swipe2 {
  background: #567ce4;
  z-index: 4;
}

.swipe3 {
  background: #ff8b5d;
  z-index: 3;
}

.painting1,
.painting2,
.painting3 {
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  margin: auto;
  color: white;
  margin-top: 5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.painting-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -ms-flex-preferred-size: 25.2rem;
      flex-basis: 25.2rem;
}

.painting-text h1 {
  font-size: 7rem;
  padding: 1rem 0rem;
}

.painting-text p {
  font-size: 1.4rem;
  padding: 2rem 2rem 0rem 0rem;
  margin-bottom: 10rem;
}

.painting-img {
  height: 70vh;
  -ms-flex-preferred-size: 27rem;
      flex-basis: 27rem;
}

.painting-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.painting1 h1 {
  color: #3f922a;
}

.painting2 h1 {
  color: #da1919;
}

.painting3 h1 {
  color: #567ce4;
}

.painting-nr {
  font-size: 6rem;
  font-weight: bold;
  position: absolute;
  left: 37%;
  bottom: 8%;
  color: white;
  opacity: 0.4;
}

.swipe {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.swipe1 {
  background: #a76ee7;
  z-index: 5;
}

.swipe2 {
  background: #567ce4;
  z-index: 4;
}

.swipe3 {
  background: #ff8b5d;
  z-index: 3;
}

.sport1,
.sport2,
.sport3 {
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  margin: auto;
  color: white;
  margin-top: 5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.sport-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -ms-flex-preferred-size: 25.2rem;
      flex-basis: 25.2rem;
}

.sport-text h1 {
  font-size: 7rem;
  padding: 1rem 0rem;
}

.sport-text p {
  font-size: 1.4rem;
  padding: 2rem 2rem 0rem 0rem;
  margin-bottom: 10rem;
}

.sport-img {
  height: 60vh;
  -ms-flex-preferred-size: 27rem;
      flex-basis: 27rem;
}

.sport-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.sport-img #sport-img1 {
  -o-object-position: center !important;
     object-position: center !important;
}

.sport1 h1 {
  color: #1a8a8a;
}

.sport2 h1 {
  color: #da1919;
}

.sport3 h1 {
  color: #dbcf2a;
}

.sport-nr {
  font-size: 6rem;
  font-weight: bold;
  position: absolute;
  left: 37%;
  bottom: 8%;
  color: white;
  opacity: 0.4;
}

.swipe {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.swipe1 {
  background: #a76ee7;
  z-index: 5;
}

.swipe2 {
  background: #567ce4;
  z-index: 4;
}

.swipe3 {
  background: #ff8b5d;
  z-index: 3;
}

/*Media Queries */
@media screen and (max-width: 1500px) {
  .hero-img {
    height: 50vh;
  }
  .fashion-text h1 {
    font-size: 6rem;
    padding: 1rem 0rem;
  }
  .fashion-text p {
    font-size: 1.4rem;
  }
  .fashion-img img {
    height: 60vh;
    -o-object-position: top;
       object-position: top;
  }
  .painting-text h1 {
    font-size: 6rem;
    padding: 1rem 0rem;
  }
  .painting-text p {
    font-size: 1.4rem;
  }
  .painting-img img {
    height: 60vh;
    -o-object-position: top;
       object-position: top;
  }
  .sport-text h1 {
    font-size: 6rem;
    padding: 1rem 0rem;
  }
  .sport-text p {
    font-size: 1.4rem;
  }
  .sport-img img {
    height: 60vh;
    -o-object-position: top;
       object-position: top;
  }
}

@media screen and (max-width: 1024px) {
  main {
    overflow-y: visible;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
  }
  .slide {
    display: block;
    width: 100%;
    text-align: center;
  }
  .hero-desc {
    padding: 0;
  }
  .hero-img {
    padding-top: 4rem;
  }
  .hero-desc h2 {
    font-size: 1.6rem;
    padding: 1rem 0rem;
  }
  .hero-desc p {
    padding: 2rem 0rem;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
  }
  .explore {
    width: 60%;
    margin: auto;
  }
  .detail-slide {
    width: 100%;
    text-align: center;
  }
  .fashion-text p {
    margin-bottom: 2rem;
    padding: 0;
    font-size: 1.4rem;
  }
  .fashion-text h1 {
    font-size: 4rem;
    margin: 1rem 0rem;
  }
  .fashion-nr {
    display: none;
  }
  .fashion-img img {
    height: 40vh;
    -o-object-position: top;
       object-position: top;
  }
  .painting-text p {
    margin-bottom: 2rem;
    padding: 0;
    font-size: 1.4rem;
  }
  .painting-text h1 {
    margin: 1rem 0rem;
    font-size: 4rem;
  }
  .painting-nr {
    display: none;
  }
  .painting-img img {
    height: 40vh;
    -o-object-position: top;
       object-position: top;
  }
  .sport-text p {
    margin-bottom: 2rem;
    padding: 0;
    font-size: 1.4rem;
  }
  .sport-text h1 {
    font-size: 4rem;
    margin: 1rem 0rem;
  }
  .sport-nr {
    display: none;
  }
  .sport-img img {
    height: 40vh;
    -o-object-position: top;
       object-position: top;
  }
  .nav-bar {
    display: block;
  }
  .nav-links {
    font-size: 2rem;
    text-align: center;
  }
  .contact h2 {
    font-size: 3rem;
    text-align: center;
  }
  .contact p {
    font-size: 1.2rem;
    padding: 3rem;
    text-align: center;
  }
}

@media screen and (max-width: 754px) {
  main {
    width: 100%;
    margin: 0;
  }
  .slide {
    display: block;
    width: 100%;
    text-align: center;
  }
  .hero-desc {
    padding: 0;
  }
  .hero-img {
    padding-top: 4rem;
  }
  .hero-desc h2 {
    font-size: 1.6rem;
    padding: 1rem 1rem;
  }
  .hero-desc p {
    padding: 2rem 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
  }
  .explore {
    width: 60%;
    margin: auto;
  }
  .detail-slide {
    width: 100%;
    text-align: center;
  }
  .fashion-text p {
    margin-bottom: 5rem;
    padding: 0;
  }
  .fashion-text h1 {
    margin: 2rem 0rem;
  }
  .fashion-nr {
    font-size: 8rem;
  }
  .painting-text p {
    margin-bottom: 5rem;
    padding: 0;
  }
  .painting-text h1 {
    margin: 2rem 0rem;
  }
  .painting-nr {
    font-size: 8rem;
  }
  .sport-text p {
    margin-bottom: 5rem;
    padding: 0;
  }
  .sport-text h1 {
    margin: 2rem 0rem;
  }
  .sport-nr {
    font-size: 8rem;
  }
  .nav-bar {
    display: block;
    width: 100%;
    margin: 0;
  }
  .nav-links {
    width: 100%;
    margin: 0;
    font-size: 2rem;
    text-align: center;
    padding-top: 5rem;
  }
  .nav-links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact .form-section label {
    margin: 2rem;
  }
  .contact .form-section input {
    margin-left: 2rem;
    width: 20rem;
  }
  .contact h2 {
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*# sourceMappingURL=styles.css.map */