/* Color root */ /* Typografy root */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;800&display=swap");
/* Reset */
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}

body {
  background-color: #1f0232;
  height: auto;
  padding: 20px;
}

h1 {
  font-size: 42px;
  color: #ffb335;
}

h2,
h3 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
}

li,
a {
  color: #ffffff;
}

li {
  list-style: none;
}

p {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}

span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #ffb335;
  margin-top: 25px;
  text-align: right;
}

span.title1 {
  font-size: 14px !important;
  font-weight: 300;
  margin-top: 25px;
  margin-bottom: 0px;
  text-align: left;
}

/* layaut style */
.main {
  height: auto;
  position: relative;
  height: 84vh;
}
.main__abaut {
  overflow: hidden;
}
@media (max-width: 480px) {
  .main__abaut {
    overflow: visible;
    margin-bottom: 50px;
  }
}
.main__portfolio {
  overflow: hidden;
}
@media (max-width: 480px) {
  .main__portfolio {
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
}

.content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 84%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 480px) {
  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
}

#bgVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 480px) {
  header img {
    width: 70%;
  }
}

footer {
  bottom: 20px;
  display: block;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 480px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  display: block;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  color: #ffb335;
  text-decoration: none;
}
.footer__socialBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__socialBox li {
  margin: 10px;
  list-style: none;
  cursor: pointer;
}
.footer__infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 300;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__infoBox li {
  margin: 10px 5px;
  list-style: none;
  cursor: pointer;
}
.footer__infoBox a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.footer__infoBox img {
  width: 55px;
}

.textLogo {
  position: relative;
  color: #fff;
  top: -25px;
}

/* menu style */
.menu-wrap {
  z-index: 3;
}

.menu-wrap .toggler {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}

.menu-wrap .hamburger {
  z-index: 0;
  width: 60px;
  height: 60px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Hamburger Line */
.menu-wrap .hamburger > div {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  height: 2px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 3;
}

/* Hamburger Lines - Top & Bottom */
.menu-wrap .hamburger > div::before,
.menu-wrap .hamburger > div::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  width: 100%;
  height: 2px;
  background: inherit;
}

/* Moves Line Down */
.menu-wrap .hamburger > div::after {
  top: 10px;
}

.menu-wrap .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-wrap .menu > div {
  background: rgb(59, 11, 92);
  background: linear-gradient(150deg, rgb(59, 11, 92) 0%, rgb(0, 0, 0) 100%);
  border-radius: 50%;
  width: 300vw;
  height: 300vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -20;
}

.menu-wrap .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.menu-wrap .menu > div > div > ul > li {
  list-style: none;
  color: #fff;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 900;
  padding: 1rem;
  text-align: left;
}

.menu-wrap .menu > div > div > ul > li :hover {
  color: transparent;
  text-shadow: 0 0 5px #463832;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu-wrap .menu > div > div > ul > li > a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

/* Toggler Animation */
.menu-wrap .toggler:checked + .hamburger > div {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* Turns Lines Into X */
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* Rotate On Hover When Checked */
.menu-wrap .toggler:checked:hover + .hamburger > div {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

/* Show Menu */
.menu-wrap .toggler:checked ~ .menu {
  visibility: visible;
}

.menu-wrap .toggler:checked ~ .menu > div {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.menu-wrap .toggler:checked ~ .menu > div > div {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}

.menu__space {
  -webkit-transform: matrix(0, -1, 1, 0, 0, 0);
          transform: matrix(0, -1, 1, 0, 0, 0);
  letter-spacing: 5.51px;
  -webkit-text-stroke: 1px #ffb335;
  -webkit-text-fill-color: transparent;
  font-size: 41px;
  font-weight: 900;
  text-decoration: line-through;
}
@media (max-width: 960px) {
  .menu__space {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.menu__contact a {
  display: block;
  color: #fff;
  font-size: 31px;
  font-weight: 900;
  text-decoration: none;
  line-height: 68px;
  text-align: left;
}
.menu__contact a:hover {
  color: transparent;
  text-shadow: 0 0 5px #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.menu__portfolio a {
  font: normal normal normal 22px/38px Montserrat;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}
.menu__portfolio a:hover {
  color: transparent;
  text-shadow: 0 0 5px #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.menu__portfolio li {
  text-align: left;
  text-decoration: none;
  font-style: unset;
  list-style: none;
  line-height: 47px;
}
.menu__portfolio li.active > a:before, .menu__portfolio li > a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.menu__portfolio li a:after {
  display: none;
}
.menu__portfolio li a:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: attr(data-hover);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(2);
          transform: scale(2);
  opacity: 0;
  pointer-events: none;
}

@media only screen and (max-width: 750px) {
  .menu-wrap .menu > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navSpace {
    -webkit-transform: none;
            transform: none;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .menuPort li {
    text-align: center;
  }
  .menu-wrap .menu > div > div > ul > li {
    text-align: center;
  }
}
.cursor {
  pointer-events: none;
  position: fixed;
  padding: 0.3rem;
  background-color: #463832;
  border-radius: 50%;
  mix-blend-mode: difference;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.hamburger:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; /* Animation */
}

/* anime bagreand */
.animation-area {
  width: 100%;
  height: 100vh;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}
.animation-area .box-area {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.animation-area .box-area li p {
  font-weight: 900;
  color: #fff;
}
.animation-area .box-area li {
  position: absolute;
  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;
  list-style: none;
  -webkit-animation: animate 20s linear infinite;
          animation: animate 20s linear infinite;
  bottom: -50px;
  border-radius: 100%;
}
.animation-area .box-area li:nth-child(1) {
  left: 86%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  background: rgb(255, 179, 53);
}
.animation-area .box-area li:nth-child(2) {
  left: 12%;
  width: 60px;
  height: 60px;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
  -webkit-animation-direction: 10s;
          animation-direction: 10s;
  background: rgb(255, 179, 53);
}
.animation-area .box-area li:nth-child(3) {
  left: 25%;
  width: 245px;
  height: 245px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-direction: 20s;
          animation-direction: 20s;
  border: 10px rgba(255, 179, 53, 0.1) solid;
}
.animation-area .box-area li:nth-child(4) {
  left: 18%;
  width: 50px;
  height: 50px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-direction: 30s;
          animation-direction: 30s;
  border: 10px rgba(255, 179, 53, 0.1) solid;
}
.animation-area .box-area li:nth-child(5) {
  left: 68%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-direction: 30s;
          animation-direction: 30s;
  border: 15px rgba(255, 179, 53, 0.5) solid;
}
@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-900px);
            transform: translateY(-900px);
    opacity: 0;
  }
}
@keyframes animate {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-900px);
            transform: translateY(-900px);
    opacity: 0;
  }
}

.content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content__abaut {
  position: relative;
  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;
  gap: 50px;
  height: 84vh;
}
@media (max-width: 480px) {
  .content__abaut {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin-bottom: 50px;
  }
}
.content__abaut .colCont {
  width: 100%;
}
.content__abaut .colSlide {
  width: 650px;
  margin-right: -27px;
}
@media (max-width: 960px) {
  .content__abaut .colSlide {
    max-width: 650px;
  }
}
@media (max-width: 480px) {
  .content__abaut .colSlide {
    width: 360px;
  }
}
.content__abaut h3 {
  font-size: 28px;
  position: relative;
  margin-left: 120px;
  margin-bottom: 50px;
}
.content__abaut h3:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  top: 50%;
  left: -120px;
  background: #ffb335;
}
.content__abaut .glide__box {
  position: relative;
  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;
  background: linear-gradient(6deg, rgb(59, 11, 92) 0%, rgb(30, 2, 48) 100%);
  border-radius: 25px;
  width: 250px;
  height: 325px;
}
@media (max-width: 480px) {
  .content__abaut .glide__box {
    width: 250px;
  }
}
.content__abaut .glide button {
  background-color: transparent;
  border: 0px;
  height: 10px;
  width: 100px;
  cursor: pointer;
  margin: 0 5px;
}
.content__abaut .glide__slides {
  margin-left: -35px;
}
@media (max-width: 960px) {
  .content__abaut .glide__slides {
    margin-left: 0px;
  }
}
.content__abaut .glide__arrow--left, .content__abaut .glide__arrow--right {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.content__abaut .glide__arrow--right {
  background-image: url(.././assets/icons/icon-arrow-next.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.content__abaut .glide__arrow--left {
  background-image: url(.././assets/icons/icon-arrow-prev.svg);
}
.content__abaut .glide__arrows {
  margin-top: 35px;
  margin-left: 6px;
  position: relative;
  width: 280px;
}
@media (max-width: 480px) {
  .content__abaut .glide__arrows {
    margin-left: 0px;
  }
}
.content__abaut .glide__data {
  position: absolute;
  top: 5px;
  left: -25px;
}
.content__abaut .glide__data h4 {
  font-size: 12px;
}
.content__abaut .glide__data h5 {
  font-size: 28px;
}
.content__abaut .glide__slide {
  opacity: 0.8;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.content__abaut .glide__slide--active {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.content__abaut .glide__content {
  padding: 20px;
  margin-top: 30px;
}
.content__abaut .glide__content p {
  font-size: 12px;
  line-height: 16px;
}

/* contact page style */
.content__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 84vh;
}
@media (max-width: 960px) {
  .content__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 480px) {
  .content__contact {
    height: auto;
  }
}
.content__contact .colSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30%;
}
@media (max-width: 480px) {
  .content__contact .colSocial {
    display: none;
  }
}
.content__contact .colSocial a {
  font-size: 22px;
  font-weight: 800;
  line-height: 46px;
  text-decoration: none;
}
.content__contact .colSocial a:hover::after {
  width: 100%;
}
.content__contact .colSocial a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #ffb335;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.content__contact .colContact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 41px;
  width: 65%;
}
@media (max-width: 480px) {
  .content__contact .colContact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .content__contact .colContact .title1 {
    margin-bottom: 10px;
  }
  .content__contact .colContact .text {
    display: block;
    width: 100%;
  }
  .content__contact .colContact .text p {
    font-size: 14px;
  }
  .content__contact .colContact img {
    width: 70%;
  }
  .content__contact .colContact h1 {
    font-size: 28px;
  }
}

/* home page  style */
.content {
  height: 84vh;
}
@media (max-width: 480px) {
  .content {
    height: auto;
  }
}
.content__home {
  position: absolute;
  right: 10px;
  width: 50%;
}
@media (max-width: 960px) {
  .content__home {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .content__home {
    width: 98%;
  }
}
.content .rotate-words {
  display: inline;
  color: #fff;
}
.content .rotate-words span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  background-color: #ffb335;
  color: #ffffff;
  font-size: 28px;
  padding-inline: 10px;
  opacity: 0;
  -webkit-transform-origin: 10% 75%;
          transform-origin: 10% 75%;
  -webkit-animation: rotateWords 12s var(--d) linear infinite;
          animation: rotateWords 12s var(--d) linear infinite;
}
@-webkit-keyframes rotateWords {
  5% {
    opacity: 1;
  }
  10%, 20% {
    opacity: 1;
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  15% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateY(90px) rotate(10deg);
            transform: translateY(90px) rotate(10deg);
  }
}
@keyframes rotateWords {
  5% {
    opacity: 1;
  }
  10%, 20% {
    opacity: 1;
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  15% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateY(90px) rotate(10deg);
            transform: translateY(90px) rotate(10deg);
  }
}

/* pop up style */
.port {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding-top: 50px;
  background-color: #1f0232;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  border-bottom: 3px solid #ffb335;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 103;
  overflow: auto;
}
@media (max-width: 480px) {
  .port {
    position: fixed;
  }
}

.port img {
  width: 50%;
}

.port video {
  width: 50%;
}

.port iframe {
  width: 50%;
}

.port .description {
  float: left;
  width: 50%;
  max-height: 100%;
  padding: 0 40px 40px;
  position: sticky;
  top: 100px;
}
@media (max-width: 960px) {
  .port .description {
    position: static;
  }
}

.port h1 {
  font-size: 2em;
  padding: 0;
  line-height: 41px;
  color: #ffb335;
}

.port h2 {
  font-size: 14px;
  line-height: 2.1;
  padding: 0;
  color: #ffb335;
  margin-bottom: 0px;
}

.port p {
  font-size: 14px;
  line-height: 18px;
  padding: 0;
}

.port ul li {
  font-size: 12px;
  line-height: 20px;
}

.port > * {
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.port.item_open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 100vh;
}

.port > * {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.foto-projects {
  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;
}

.foto-projects img {
  width: 100%;
  margin-top: 15px;
}

.close {
  width: 50px;
  height: 50px;
  background: url(../assets/icon-clos.svg) no-repeat;
  position: absolute;
  right: 30px;
  top: -210px;
  opacity: 1;
  z-index: 1004;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.item_open .close {
  opacity: 1;
  top: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
}

.port .logo-apss img {
  height: 20px;
  width: auto;
  opacity: 0.3;
}

.logo-apss li {
  display: inline;
}

.link-portfolio {
  position: absolute;
  display: block;
  right: 20px;
  bottom: 0px;
}

.link-portfolio:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: #ffb335;
  border-radius: 50%;
  left: -38px;
  position: absolute;
  z-index: 0;
}

.port ul.logo-apss {
  float: left;
}

@media (max-width: 960px) {
  .column-left h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 50px;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 960px) {
  .port video,
  .port img {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .port .description {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .port .description h2,
  h1 {
    margin-top: 10px;
  }
}
@media (max-width: 960px) {
  .port .description h1 {
    margin-bottom: 10px;
    line-height: 1em;
    font-size: 18px;
  }
}
.description__content {
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 31px;
}

@media (max-width: 480px) {
  .column-left h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .content {
    padding-left: 0px;
  }
  port .description {
    padding: 10px 10px;
  }
}
/* sroll icon */
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}

.icon-scroll {
  width: 30px;
  height: 50px;
  margin-left: -20px;
  bottom: 10px;
  margin-top: -213px;
  border: 2px solid #ffb335;
  border-radius: 25px;
  position: sticky;
  background: #ffb335;
}
@media (max-width: 480px) {
  .icon-scroll {
    display: none;
  }
}
@media (max-width: 960px) {
  .icon-scroll {
    display: none;
  }
}

.icon-scroll:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(26px);
            transform: translateY(26px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(26px);
            transform: translateY(26px);
  }
}
.museIco {
  position: relative;
  top: 0px;
  left: 76px;
}

@media (max-width: 767px) {
  .content {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 80vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  white-space: nowrap;
  height: 80vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  -webkit-transform: scaleX(1.45);
          transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  -webkit-transform: scaleY(1.3);
          transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

.bgPort {
  background-image: url(../assets/bg/tlo_maiki.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: -1;
}

main .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
}
@media (max-width: 480px) {
  main .gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main .gallery__item {
  margin: 0 5vw;
  display: grid;
  grid-template-areas: "... ..." "... gallery-image" "... ...";
  grid-template-columns: 8rem 21vmax;
  grid-template-rows: 8rem 28vmax 3rem;
  will-change: transform;
}
main .gallery__item:nth-child(even) {
  padding-top: 10vh;
}
main .gallery__item-img {
  grid-area: gallery-image;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 11px;
  -webkit-box-shadow: 20px 20px 60px #211823, -20px -20px 60px #341f39;
          box-shadow: 20px 20px 60px #211823, -20px -20px 60px #341f39;
  will-change: transform;
}
main .gallery__item-imginner {
  background-size: cover;
  background-position: 50% 0;
  width: 100%;
  height: calc(100% + 14vh);
  margin-top: -7vh;
  will-change: transform;
}
main .gallery__item-caption {
  grid-area: 1/1/4/3;
  display: grid;
  grid-template-areas: "gallery-number gallery-title" "gallery-link ..." "gallery-link gallery-tags";
  grid-template-columns: 8rem auto;
  grid-template-rows: 8rem auto 3rem;
}
main .gallery__item-number {
  grid-area: gallery-number;
  font-size: 52px;
  justify-self: end;
  padding-right: 2rem;
  color: #ffb335;
}
main .gallery__item-title {
  grid-area: gallery-title;
  margin: 0;
  font-size: 14px;
  color: #fff;
  white-space: normal;
}
main .gallery__item-number, main .gallery__item-title, main .gallery__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: italic;
  -ms-flex-item-align: center;
      align-self: center;
}
main .gallery__item-link {
  grid-area: gallery-link;
  align-self: end;
  font-size: 1.5rem;
  background: #000;
  color: #ffb335;
  text-decoration: underline;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  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;
  margin-left: 70px;
  cursor: pointer;
}
main .gallery__item-link:focus, main .gallery__item-link:hover {
  background: #ffb335;
  color: #fff;
  text-decoration: none;
}
main .gallery__item-tags {
  grid-area: gallery-tags;
  justify-self: end;
  font-size: 1.5rem;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 1rem;
  cursor: pointer;
}
main .gallery__text {
  font-size: 20vw;
  line-height: 0.8;
  margin: 0 10vw 0 14vw;
  text-transform: lowercase;
  color: #ffb335;
  color: transparent;
}
@media (max-width: 480px) {
  main .gallery__text {
    margin-top: 44px;
  }
}
main .gallery__text-inner {
  display: block;
  font-size: 81px;
  line-height: 11px;
  font-weight: 900;
  margin-top: -49px;
}
@media (max-width: 480px) {
  main .gallery__text-inner {
    font-size: 59px;
    line-height: 49px;
    margin-top: 0px;
  }
}
@media (any-pointer: fine) {
  main .cursor {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    pointer-events: none;
  }
  main .cursor__inner {
    fill: #592c76;
    stroke: #ffb335;
    stroke-width: 20px;
    opacity: 0.7;
  }
  main .no-js .cursor {
    display: none;
  }
}

.header__logo {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header__logo:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.wrapper__cookis {
  margin-top: 50px;
  padding: 0 50px;
  font-size: 14px;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .wrapper__cookis {
    padding: 0 5px;
  }
}
.wrapper__cookis h1 {
  margin-bottom: 20px;
}