* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: #005c83;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  position: relative;
}
main {
  position: absolute;
}
footer {
  color: white;
  padding: 1rem;
  text-align: center;
}
#logo {
  color: white;
  font-family: 'Urbanist', sans-serif;
  font-size: 2.6rem;
  text-decoration: none;
}
.nav-header {
  min-height: 7vh;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  width: 80%;
  margin: auto;
  padding: 2rem 0;
  z-index: 2;
  position: relative;
}
.line1, .line2 {
  width: 3rem;
  height: 0.2rem;
  margin: 0.4rem;
  background: white;
  pointer-events: none;
}
/* clicked after hamberger  */.nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 1;
  opacity: 1;
  clip-path: circle(50px at 100% -10%);
  -webkit-clip-path: circle(50px at 100% -10%);
  overflow: scroll;
}
.nav-bar .container {
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.burger {
  cursor: pointer;
}
.nav-links {
  font-size: 3rem;
  flex-basis: 30rem;
}
.nav-links a {
  color: #000;
  text-decoration: none;
}
.nav-links a:hover {
  color: saddlebrown;
}
.nav-links h3 {
  padding: 3rem 0rem;
}
.band-link img {
  width: 260px;
  margin-left: 10px;
}
.contact {
  flex-basis: 30rem;
}
.contact h2 {
  font-size: 3rem;
  padding: 2rem 0rem;
}
.contact p {
  font-size: 1.5rem;
  line-height: 2rem;
}
.form form {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.form form input {
  margin-bottom: 1rem;
  height: 2rem;
}
.form form textarea {
  resize: none;
}
.submit-btn {
  margin-left: auto;
  width: 5.4rem;
}
.submit-btn button {
  font-size: 1.5rem;
  border: none;
  background: burlywood;
  color: white;
  padding: 0.3rem 0.5rem;
  margin-top: 0.5rem;
}
.submit-btn button:hover {
  cursor: pointer;
}
.error-list {
  color: red;
  margin-bottom: 1rem;
}
.lang-btn {
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ja-btn, .en-btn {
  color: rgba(0, 0, 0, 0.6);
}
.ja-btn:hover, .en-btn:hover {
  color: #fff;
}
.line__lang-btn {
  margin: 0.25rem 0;
  color: rgba(0, 0, 0, 0.6);
}
.active__lang-btn {
  color: #fff;
}
.dots {
  position: fixed;
  right: 5%;
  top: 45%;
  transform: translateY(-50%);
  z-index: 1;
}
.nav-dots {
  width: 100%;
  bottom: 9px;
  height: 11px;
  display: block;
  position: absolute;
  text-align: center;
}
.nav-dots .nav-dot {
  top: -5px;
  width: 11px;
  height: 11px;
  margin-bottom: 15px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
}
.nav-dots .active {
  background-color: #fff;
}
.nav-dots .nav-dot:hover {
  cursor: pointer;
  background-color: #e6f4f5;
}
.slide {
  min-height: 100vh;
  margin: 0 auto 0 auto;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  background: #005c83;
}
.slide-1 {
  margin-top: -5rem;
}
.hero-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  flex-basis: 25rem;
  padding-left: 5rem;
  position: relative;
}
.hero-img {
  position: relative;
  flex: 1;
  flex-basis: 25rem;
  overflow: hidden;
}
.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mountain-span {
  color: #fff;
}
.fashion-span {
  color: #f7b977;
}
.hike-span {
  color: #71c299;
}
.hero-desc h2 {
  font-family: "Raleway", sans-serif;
  font-size: 3.6vw;
}
.hero-desc p {
  padding: 3rem 0rem;
  font-size: 1.5rem;
  color: #dfdfdf;
}
.hero-desc .ja-text {
  font-size: 1rem;
}
.explore {
  padding: 1rem 1.8rem;
  background: none;
  color: white;
  border: 1px solid white;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
}
.reveal-img, .reveal-text {
  position: absolute;
  width: 100%;
  height: 150%;
  background: #005c83;
  left: 0;
  top: -15%;
}
.title {
  position: relative;
  overflow: hidden;
}
.title-swipe {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  mix-blend-mode: darken;
}
.t-swipe1 {
  background: linear-gradient(to right, #00a2af, #00b3af, #71c299);
}
.t-swipe2 {
  background: #71c299;
}
.t-swipe3 {
  background: #f7b977;
}
.t-swipe4 {
  background: #a66ee7;
}
.main-buttons-box {
  display: flex;
  margin-right: auto;
  width: 70%;
  max-width: 34rem;
  min-width: 20rem;
  justify-content: space-between;
  align-items: center;
}
.swipe {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
.swipe1 {
  background: #f7b977;
  z-index: 5;
}
.swipe2 {
  background: #00a2af;
  z-index: 4;
}
.swipe3 {
  background: #71c299;
  z-index: 3;
}
.colorful-bar {
  min-height: 3vh;
  background: linear-gradient(to right, #00b3af, #00a2af, #71c299);
}
.cursor {
  width: 3rem;
  height: 3rem;
  border: 2px solid #e6f4f5;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  transition-property: background, transform;
  transform-origin: 75% 75%;
}
.cursor-text {
  position: absolute;
  color: #005c83;
  top: 50%;
  left: 50%;
  font-size: 0.5rem;
  transform: translate(-50%, -50%);
}
.nav-active {
  background: #567ce4;
  transform: scale(3);
}
.explore-active {
  background: #e6f4f5;
  transform: scale(3);
}
.scrollmagic-pin-spacer {
  position: static !important;
}
.hide {
  overflow: hidden;
}
main {
  position: relative;
  width: 100%;
}
.atelier-title {
  width: 80%;
  margin: 2rem auto;
  text-align: center;
}
.atelier-title h2 {
  font-size: 6rem;
  text-transform: uppercase;
  background: -webkit-linear-gradient(270deg, #008a96, #008a96 50%, transparent 50%), -webkit-repeating-linear-gradient(90deg, transparent, transparent 3%, white 3%, white 6%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 6px 6px rgba(0, 0, 0, 0.4);
}
.atelier-pages {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 3rem;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 5vw);
  grid-gap: 15px;
}
.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 6;
}
.gallery__item--2 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 4;
}
.gallery__item--3 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 4;
  grid-row-end: 9;
}
.gallery__item--4 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 6;
  grid-row-end: 9;
}
.gallery__item--5 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 6;
  grid-row-end: 9;
}
.atelierpage-container {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 2rem;
  color: white;
}
.atelierpage-container .atelierpage-title {
  margin: 2rem 0 1rem 0;
  text-align: center;
}
.atelierpage-container .atelierpage-title h2 {
  font-size: 2.8rem;
}
.atelierpage-container .main-picture {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: center;
  margin-bottom: 2rem;
}
.atelierpage-container .main-picture img {
  width: 100%;
  height: auto;
  max-width: 1000px;
  object-fit: cover;
}
.atelierpage-container .text-area h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.works-header {
  width: 80%;
  margin: 0 auto;
}
.works-title {
  text-align: center;
  margin: 3rem 0rem;
  font-family: "Raleway", sans-serif;
  color: white;
}
.works-title h2 {
  font-size: 4vw;
}
.works-pages {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  justify-content: space-between;
}
.works-pages .gallery__item {
  flex: 1 1 30rem;
  color: white;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  margin-bottom: 4rem;
}
.works-pages .gallery__item:nth-of-type(even) {
  padding-left: 2rem;
}
.works-pages .gallery__item:nth-of-type(odd) {
  padding-right: 2rem;
}
.works-pages .gallery__item .content-image img {
  width: 100%;
}
.works-pages .gallery__item .title {
  margin: 0.5rem 0;
  align-self: flex-start;
}
.works-pages .gallery__item .title h3 {
  font-size: 1.6rem;
}
.works-pages .gallery__item .title p {
  margin-top: 0.5rem;
}
.works-pages .gallery__item .desc {
  margin: 0.5rem 0 1rem 0;
}
.works-pages .gallery__item .site-link-btn {
  align-self: flex-end;
}
.works-pages .gallery__item .site-link-btn a {
  color: wheat;
}
.breadcrumbs-list {
  color: white;
  margin-bottom: 1rem;
}
.breadcrumbs-list a {
  color: white;
  text-decoration: none;
}
.breadcrumbs-list a:hover {
  color: yellow;
}
.breadcrumbs-list .current-page {
  color: wheat;
}
.lang-text-disactive {
  display: none;
}
/* responsive */@media screen and (max-width: 1500px) {
  .hero-img {
    height: 50vh;
  }
  .fashion-text h1 {
    font-size: 2rem;
    padding: 1rem 0rem;
  }
  .fashion-text p {
    font-size: 1.2rem;
  }
  .fashion-img img {
    height: 50vh;
    object-position: top;
  }
}
@media screen and (max-width: 1024px) {
  main {
    width: 100%;
    margin: 0;
  }
  .slide {
    display: block;
    width: 100%;
    text-align: center;
  }
  .hero-img {
    padding-top: 4rem;
  }
  .hero-desc {
    padding: 0;
    align-items: center;
  }
  .hero-desc h2 {
    font-size: 1.6rem;
    padding: 1rem 0rem;
  }
  .hero-desc p {
    padding: 2rem 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
  }
  .main-buttons-box {
    margin: 0;
    width: 90%;
    justify-content: space-around;
  }
  .main-buttons-box .explore {
    margin: 0.4rem;
    padding: 0.5rem 1rem;
  }
  .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;
  }
  .nav-bar {
    display: block;
  }
  .nav-bar .container {
    display: block;
  }
  .nav-links {
    margin-top: 10rem;
    font-size: 2rem;
    text-align: center;
  }
  .contact h2 {
    font-size: 3rem;
    text-align: center;
  }
  .contact p {
    font-size: 1.2rem;
    padding: 2rem;
    text-align: center;
  }
  .works-pages .gallery__item:nth-of-type(even) {
    padding-left: 0rem;
  }
  .works-pages .gallery__item:nth-of-type(odd) {
    padding-right: 0rem;
  }
}
@media screen and (max-width: 500px) {
  #logo {
    font-size: 1.5rem;
  }
  .reveal-text {
    display: none;
  }
  .dots {
    right: 3%;
  }
  .t-swipe2, .t-swipe3, .t-swipe4 {
    display: none;
  }
  .hero-desc .ja-text {
    padding: 1.5rem 1rem;
    font-size: 0.8rem;
  }
  .atelier-title h2 {
    font-size: 3.7rem;
  }
  .atelier-pages {
    display: block;
  }
  .works-title h2 {
    font-size: 2.5rem;
  }
  .works-pages .gallery__item .title h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .hero-img {
    padding-top: 0rem;
  }
  .top-img {
    padding-top: 3.3rem;
  }
  .hero-desc p {
    padding: 0.5rem 1rem;
  }
  .atelier-title h2 {
    font-size: 3.4rem;
  }
}
