@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap");
.swiper {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #101012;
  background-image: url(img/bg_blure_02.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #efedeb;
}

a {
  text-decoration: none;
  color: #efedeb;
  cursor: pointer !important;
  transition: all 0.3s;
}
a:hover {
  color: red;
}

.button_rotate_index {
  transform: rotate(180deg);
}

.scroll-up.index_up {
  display: block;
  position: absolute;
  top: unset;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, -700%);
  z-index: 10;
  border: 1.88px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.6431372549);
}

.back_btn {
  display: none;
}

header {
  color: #ffffff;
  text-align: center;
  height: 100vh;
  display: block;
  position: relative;
}
header h1 {
  font-size: 10vw;
  font-size: 6em;
  line-height: 0;
  padding-top: 40vh;
  margin: 0;
}
header h2 {
  padding-top: 0.5em;
  font-size: 3em;
  line-height: 0.5em;
  font-weight: 200;
}
header h3 {
  font-size: 2em;
  font-weight: 100;
  line-height: 0;
}
header h4 {
  margin-top: 0;
  font-size: 1.5em;
  line-height: 0;
  font-weight: 50;
  margin-top: 2em;
}
header h4 a {
  padding: 0.2%;
  border: solid 1.88px #ffffff;
}
header h4 a:hover {
  background-color: #efedeb;
  mix-blend-mode: normal !important;
  color: #101012;
}

.moving-bg {
  position: relative;
  height: 90vh;
  overflow: hidden;
}

.slider_01, .slider_02, .slider_03 {
  position: fixed;
  z-index: -10;
  width: 120vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: space-around;
  align-content: space-around;
  transform: rotate(-20deg);
  filter: brightness(0.8);
}
.slider_01:hover, .slider_02:hover, .slider_03:hover {
  filter: brightness(1);
}

.slider_01 {
  top: -9vh;
  left: -10vw;
}

.slider_02 {
  top: -55vh;
  left: -15vw;
}

.slider_03 {
  top: 40vh;
  left: 10vw;
}

.slide-track {
  display: flex;
  width: 700vh;
  animation: scroll 40s linear infinite;
}

.slide {
  width: 35vh;
  display: flex;
  align-items: center;
  margin: 5vw;
}
.slide img {
  width: 100%;
  box-shadow: 9px 9px 34px 0px #000000;
}

#index_main {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(img/bg_blure_02.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 9px 9px 34px 0px #000000;
}
#index_main #video_index {
  width: 40vw;
  height: 40vw;
  margin-top: 7vh;
}
#index_main #video_index iframe {
  width: 100%;
  height: 56.25%;
  box-shadow: 9px 9px 34px 0px #000000;
}
#index_main #projects {
  margin-top: -18vw;
  width: 90%;
  padding: 5%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-around;
}
#index_main #projects h2 {
  position: absolute;
  top: 3%;
  left: 3%;
  font-size: 3em;
  color: #efedeb;
}
#index_main #projects span {
  background-color: #efedeb;
  position: absolute;
  height: 0.2vh;
  top: 18%;
  width: 90%;
}
#index_main #projects article {
  width: 30%;
  position: relative;
  transition-duration: 0.3s;
}
#index_main #projects article:hover {
  transform: scale(1.05);
}
#index_main #projects article:hover h2 {
  background-color: white;
  color: #101012;
}
#index_main #projects article h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  top: unset;
  font-size: 2em;
  line-height: 1.5;
  margin: 0;
  color: #ffffff;
  background: rgb(16, 16, 18);
  transition-duration: 0.6s;
}
#index_main #projects article img {
  width: 100%;
  opacity: 1;
  box-shadow: 9px 9px 34px 0px #000000;
}
#index_main #about {
  width: 100vw;
  display: flex;
  justify-content: center;
  margin-bottom: 10vh;
}
#index_main #about .text-img {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  padding: 0 3vw;
}
#index_main #about .text-img img {
  width: 30%;
  padding: 0 0 7vh 0;
}
#index_main #about .text-img p {
  width: 60%;
}
#index_main #about h2 {
  font-size: 3em;
  padding: 0 5vw;
}

.bg-card {
  width: 87%;
  background-color: rgba(16, 16, 18, 0.8);
  box-shadow: 9px 9px 34px 0px #000000;
}

footer {
  background-color: #101012;
  width: 100vw;
  height: 20vh;
}

.is_not_in_view {
  display: none;
}

.is_in_view {
  display: block;
}

#video, #photo {
  width: 100vw;
}
#video h3, #photo h3 {
  line-height: 1em;
}
#video .photo_container, #photo .photo_container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 80vw;
  margin: auto;
}
#video .photo_container .photo_child_container, #photo .photo_container .photo_child_container {
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
  position: relative;
}
#video .photo_container .photo_child_container .photo_element, #photo .photo_container .photo_child_container .photo_element {
  display: block;
  text-decoration: none;
  color: #efedeb;
  position: relative;
  padding: 4px 0;
  transition: all 0.5s;
}
#video .photo_container .photo_child_container .photo_element h2, #photo .photo_container .photo_child_container .photo_element h2 {
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 1%;
  font-size: 2.5em;
  line-height: 1;
  margin: 0;
  background-color: white;
  color: #101012;
  padding: 1.5%;
  margin: 1.5%;
}
#video .photo_container .photo_child_container .photo_element img, #photo .photo_container .photo_child_container .photo_element img {
  display: block;
  width: 100%;
  transition: 0.3s;
}
#video a img:hover, #photo a img:hover {
  filter: brightness(1.1);
}
#video .video_container, #photo .video_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
#video .video_container section, #photo .video_container section {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 87vw;
}
#video .video_container section article, #photo .video_container section article {
  background-color: rgba(16, 16, 18, 0.5);
  width: 27vw;
  margin: 1vw;
}
#video .video_container section article div, #photo .video_container section article div {
  position: relative;
  transition: all 0.3s;
  filter: saturate(0);
}
#video .video_container section article div:hover, #photo .video_container section article div:hover {
  color: red;
  filter: saturate(1) !important;
}
#video .video_container section article div:hover img, #photo .video_container section article div:hover img {
  filter: saturate(1) !important;
}
#video .video_container section article img, #photo .video_container section article img {
  width: 100%;
  transition: all 0.3s;
}
#video .video_container section article h2, #photo .video_container section article h2 {
  margin-left: 2%;
}
#video .video_container section article p, #photo .video_container section article p {
  margin-left: 2%;
}
#video .video_container section article a, #photo .video_container section article a {
  text-decoration: none;
  color: #efedeb;
}
#video header, #photo header {
  position: relative;
  height: unset;
}
#video header h1, #photo header h1 {
  position: relative;
  text-align: center;
  margin: unset;
  padding: unset;
  font-size: 3em;
  line-height: normal;
  top: 3vh;
}

.scroll-up {
  height: 40px;
  width: 40px;
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 100;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
}

.scroll-up svg line {
  stroke-width: 2;
  stroke: #aaa;
  fill: none;
  stroke-dasharray: 20;
  transition: all 0.4s ease;
}

.scroll-up:hover svg line.top {
  transform: translateX(-40px);
}

.scroll-up:hover svg line.bottom {
  transform: translateX(40px);
}

.scroll-up:hover svg line.left {
  transform: translateY(40px);
}

.scroll-up:hover svg line.right {
  transform: translateY(-40px);
}

.scroll-up {
  position: fixed;
  top: 2em;
  left: 2em;
  transform: rotate(-90deg);
}

.scroll-up .left-bar {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  top: 19px;
  left: 5px;
  width: 18px;
  display: block;
  transform: rotate(-45deg);
}

.scroll-up .left-bar:after {
  content: "";
  background-color: white;
  width: 18px;
  height: 2px;
  display: block;
  border-radius: 1px;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
  transform-origin: right center;
  z-index: -1;
}

.scroll-up .right-bar {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  top: 19px;
  left: 17px;
  width: 18px;
  display: block;
  transform: rotate(45deg);
  border-radius: 2px;
}

.scroll-up .right-bar:after {
  content: "";
  background-color: white;
  width: 18px;
  height: 2px;
  display: block;
  border-radius: 1px;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
  transform-origin: left center;
  z-index: -1;
}

.scroll-up:hover {
  transition: all 0.1s;
}

.scroll-up:hover .left-bar:after {
  transform: rotate(-10deg);
}

.scroll-up:hover .right-bar:after {
  transform: rotate(10deg);
}

@keyframes scroll {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@media (max-aspect-ratio: 4/3) {
  header h1 {
    font-size: 9vw;
    line-height: 0;
    padding-top: 40vh;
    margin: 0;
  }
  header h2 {
    padding-top: 0.3em;
    font-size: 2.5em;
    line-height: 0.5em;
    font-weight: 200;
  }
  header h3 {
    line-height: 0.5em;
    font-size: 2em;
    font-weight: 100;
  }
  #video .photo_container, #photo .photo_container {
    width: 95vw;
  }
  #video .video_container section, #photo .video_container section {
    width: 98vw;
  }
  #video .video_container section article, #photo .video_container section article {
    width: 47vw;
    margin: 1vw;
  }
}
@media (max-aspect-ratio: 1/1) {
  .slider_01, .slider_02, .slider_03 {
    left: -40vw;
    width: 180vw;
    height: 100vh;
    transform: rotate(-27deg);
  }
  .slider_01 .slide, .slider_02 .slide, .slider_03 .slide {
    width: 35vh;
    display: flex;
    align-items: center;
    margin: 5vw;
  }
  .slider_01 .slide img, .slider_02 .slide img, .slider_03 .slide img {
    width: 90%;
    box-shadow: 9px 9px 34px 0px #000000;
  }
  .slider_03 {
    top: 48vh;
  }
  #projects {
    overflow: hidden;
    height: 120vw;
    max-height: 75vh;
  }
  #index_main #video_index {
    width: 80vw;
    height: 80vw;
    margin-top: 7vh;
  }
  #index_main #projects {
    margin-top: -40vw;
  }
  header h4 {
    margin-top: 2vw;
  }
  header h4 a {
    font-size: 0.7em;
  }
  #projects article {
    display: none;
  }
  .swiper {
    display: block;
    position: absolute;
    overflow: visible;
    top: 50%;
    left: 46.5%;
    transform: translate(-50%, -50%);
    width: 100vw;
  }
  .card__container {
    position: relative;
    width: 50%;
    height: auto;
    margin: 1em;
  }
  .card__container .card__img {
    width: 100%;
    box-shadow: 0px 0px 10px #000000;
  }
  .card__container .card__img_hz {
    position: absolute;
    left: -38%;
    height: 100%;
    box-shadow: 0px 0px 10px #000000;
  }
  .card__container p {
    position: absolute;
    left: 7%;
    bottom: 0%;
    font-size: 1.9em;
    color: #ffffff;
    text-decoration: none;
  }
  .button_rotate_under {
    position: relative;
    transform: rotate(-90deg);
    z-index: 100;
    width: 100vw;
  }
  .scroll-up {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    top: unset;
    bottom: 8%;
    left: 45.5%;
    transform: translate(-50%, -50%);
    z-index: 10;
    border: 1.88px solid #ffffff;
    box-shadow: 0px 0px 10px #000000;
    background-color: rgba(0, 0, 0, 0.6431372549);
  }
  .back_btn {
    display: block;
    position: fixed;
    bottom: 4%;
    left: 50%;
    transform: translate(-50%, 50%);
    border: solid 1.88px #efedeb;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6431372549);
    padding: 0.4em;
  }
  .back_btn a {
    font-size: 1em;
  }
}
@media (max-aspect-ratio: 3/4) {
  .slider_01, .slider_02, .slider_03 {
    left: -40vw;
    width: 180vw;
    height: 100vh;
    transform: rotate(-27deg);
  }
  .slider_01 .slide, .slider_02 .slide, .slider_03 .slide {
    width: 35vh;
    display: flex;
    align-items: center;
    margin: 5vw;
  }
  .slider_01 .slide img, .slider_02 .slide img, .slider_03 .slide img {
    width: 90%;
    box-shadow: 9px 9px 34px 0px #000000;
  }
  header h1 {
    font-size: 9vw;
    line-height: 0;
    padding-top: 40vh;
    margin: 0;
  }
  header h2 {
    padding-top: 0.3em;
    font-size: 5vw;
    line-height: 0.5em;
    font-weight: 200;
  }
  header h3 {
    line-height: 1vw;
    font-size: 4vw;
    font-weight: 100;
  }
  header h4 {
    margin-top: 1em;
  }
  .card__container {
    position: relative;
    width: 73%;
    height: auto;
    margin: 1em;
  }
  #index_main #about {
    width: 100vw;
    display: flex;
    justify-content: center;
    margin-bottom: 10vh;
  }
  #index_main #about .text-img {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-direction: column;
    padding: 0 3vw;
  }
  #index_main #about .text-img img {
    width: 100%;
    padding: 0 0 7vh 0;
  }
  #index_main #about .text-img p {
    width: 100%;
  }
  #index_main #about h2 {
    font-size: 2em;
    padding: 0 5vw;
  }
  .bg-card {
    width: 100%;
    background-color: rgba(16, 16, 18, 0.8);
    box-shadow: 9px 9px 34px 0px #000000;
  }
  #video header, #photo header {
    left: 0;
  }
  #video header h1, #photo header h1 {
    font-size: 9vw;
    text-align: center;
    margin: 2vw;
  }
  #video header h3, #photo header h3 {
    font-size: 130%;
    line-height: 200%;
  }
  #video .photo_container, #photo .photo_container {
    display: block;
    width: 80vw;
    margin: auto;
  }
  #video .photo_container .photo_child_container, #photo .photo_container .photo_child_container {
    max-width: 100%;
    width: 100%;
    padding: 0 4px;
    position: relative;
  }
  #video .photo_container .photo_child_container a h2, #photo .photo_container .photo_child_container a h2 {
    font-size: 2rem;
  }
  #video .video_container section, #photo .video_container section {
    width: 99vw;
  }
  #video .video_container section article, #photo .video_container section article {
    width: 97vw;
    margin: 1vw;
  }
}/*# sourceMappingURL=main.css.map */