/* .horizontal-scroll {
  position: absolute;
  transform: rotate(-90deg) translate(-50%, -50%);
  transform-origin: center;
  overflow: scroll;
  width: 80vh;
  height: 100vw;
  left: 50%;
} */


.horizontal-scroll {
  /* position: absolute; */
  /* transform: translate(-50%, -50%); */
  /* transform-origin: center; */
  /* overflow: scroll; */
  /* width: 80vh; */
  /* height: 100vw; */
  /* top: 50%; */
  /* left: 50%; */
  /* display: inline-block; */
  display: flex;
  scroll-behavior: smooth;
  align-items: center;
  /* overflow: scroll; */
}

.horizontal-scroll .item {
  flex: 0 0 40%;
  flex-wrap: wrap;
  display: flex;
  padding-left: 10%;
  margin: 0;
}

.horizontal-scroll {
  transition: all 500ms ease-out;
}

.scene-scroll {
  /* position: fixed; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  /* padding-bottom: 100px; */
  max-width: 100vw;
  overflow: scroll;
}


/* .horizontal-scroll .item:nth-child(even) {
  margin-top:4%;
} */
.horizontal-scroll .item:nth-child(odd) {
  margin-top:20px;

}


.progress-container {
  width: 400px;
  max-width: 90%;
  height: 2px;
  background: #ffffff54;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.progress-bar {
  height: 2px;
  background: #FFF;
  width: 0%;
  transition: all 400ms ease-out;
}
body.home {
  transition: background-position 400ms ease-out;
}

.title {
  line-height: .95;
}
.horizontal-scroll .entry-section .main-title{
  font-size: 140px;
  max-width: 100%;
  text-align: left;
  margin-bottom: 60px;
  font-weight: 200;
}
  .horizontal-scroll .entry-section {
  min-width: 50vw;
  max-width: 100%;
  padding: 0 40px;
  padding-left: 8vw;
  text-align: left;
}
.suggestaction {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.6px;
}
.scene-scroll::-webkit-scrollbar {
  width: 10px;
  position: fixed;
  right: 0;
  top: 0;
  display: none;
}

#gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	z-index: -1;
}

#gradient2 {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	z-index: -2;
	background-image:-webkit-radial-gradient(80% 10%, circle, rgb(27,186,135), transparent),
   -webkit-radial-gradient(80% 50%, circle, rgb(58,164,178), transparent),
   -webkit-radial-gradient(20% 80%, 40em 40em, rgb(14,4,56), transparent),
   -webkit-radial-gradient(10% 10%, circle, rgb(68,242,215), transparent);
}
@media (max-width: 1440px) {
  .horizontal-scroll .entry-section .main-title {
    font-size: 100px;
  }
}
@media (max-width: 1365px) {
  .horizontal-scroll .entry-section .main-title {
    font-size: 90px;
  }
  .work-item img {
    object-fit: cover;
    width: 34vh;
    height: 34vh;
  }
}
@media (max-width: 1025px) {
  .scene-scroll {
      overflow: hidden;
  }
  .horizontal-scroll .work-item {
    margin: 0px;
  }
  .horizontal-scroll .entry-section {
    min-width: 66%;
    padding-right: 0;
}
  .horizontal-scroll .entry-section .main-title {
    font-size: 80px;
  }
  .horizontal-scroll .item {
    flex: 0 0 66%;
    justify-content: center;
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (max-width:767px) and (orientation: landscape) {
  /* .horizontal-scroll .entry-section,
  .horizontal-scroll .entry-section .main-title {
    display: none;
  } */
  .horizontal-scroll .entry-section .main-title {
    font-size: 55px;
  }
  .horizontal-scroll .item {
    flex: 0 0 50%;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }
  .horizontal-scroll .item:nth-child(odd) {
    margin-top: 5vh;
  }
  .progress-container {
    width: 400px;
    max-width: 40%;
    bottom: 0px;
  }
  .scene-scroll {
    padding-bottom: 30px;
  }
  .work-item img {
    object-fit: cover;
    width: 35vh;
    height: 35vh;
  }

}
@media (max-width:767px) and (orientation: portrait) {
  /* .horizontal-scroll .entry-section,
  .horizontal-scroll .entry-section .main-title {
    display: none;

  } */

  .horizontal-scroll .work-item {
    text-align: center;
  }
.scene-scroll {
    position: fixed;
    top: 80px;
}
body.home {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* footer {
  display: none;
} */
.horizontal-scroll .entry-section {
  min-width: 100vw;
  margin-top: -50px;
}
.horizontal-scroll .entry-section .main-title {
  font-size: 62px;
}
.horizontal-scroll .item {
  flex: 0 0 100vw;
  flex-wrap: wrap;
  display: flex;
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
  margin: 0;
}
.work-item img {
  object-fit: cover;
  width: 34vh;
  height: 34vh;
}
.horizontal-scroll .item:nth-child(odd) {
  margin-top: 4vh;
}
.progress-container {
  width: 400px;
  max-width: 40%;
}
.progress-container {
  bottom: 0;
}
}