@font-face {
  font-family: new;
  src: url(Asset/NeueHaasDisplayMediu.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: new;
}

html,
body {
  height: 100%;
  width: 100%;
}

.main {
  position: relative;
  z-index: 10;
}

.page-1 {
  min-height: 100vh;
  width: 100%;
  background-color: #efeae3;
  position: relative;
  padding: 0 2vw;
}

.nav {
  padding: 2vw 0vw;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100666;
  justify-content: space-between;
}

.nav h3 {
  display: none;
}

.nav-text {
  display: flex;
  align-items: center;
  gap: 1vw;
}

.nav-text h4 {
  padding: 10px 20px;
  border: 1px solid #0000003c;
  border-radius: 50px;
  font-weight: 500;
  color: #000000bb;
  transition: all ease 0.4s;
  position: relative;
  font-size: 18px;
  overflow: hidden;
}

.nav-text h4::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: black;
  left: 0;
  bottom: -100%;
  border-radius: 50%;
  transition: all ease 0.4s;
}

.nav-text h4:hover::after {
  bottom: 0;
  border-radius: 0;
}

.nav-text h4 a {
  color: #000000bb;
  text-decoration: none;
  position: relative;
  z-index: 9;
}

.nav-text h4:hover a {
  color: #fe330a;
}

.center {
  height: 65vh;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #0000003c;
  padding-bottom: 2.5vw;
}

.left h3 {
  width: 25vw;
  font-size: 2vw;
}

.center h1 {
  font-size: 10vw;
  line-height: 8vw;
  text-align: right;
}

.page-1 video {
  width: 100%;
  border-radius: 20px;
  margin-top: 4vw;
  position: relative;
}

.hero-shape {
  position: absolute;
  width: 46vw;
  height: 36vw;

  right: 0;
  top: 75vh;
}

.hero1-shape {
  background-color: #fe330a;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  height: 100%;
  width: 100%;
  filter: blur(20px);
  position: absolute;
}

.hero2-shape {
  background-color: #fe330a;
  border-radius: 50%;
  height: 30vw;
  width: 30vw;
  filter: blur(20px);
  position: absolute;

  animation: anime2 3s linear infinite alternate;
}

.hero3-shape {
  background-color: #fe330a;
  border-radius: 50%;
  height: 30vw;
  width: 30vw;
  filter: blur(20px);
  position: absolute;
  animation: anime 3s linear infinite alternate;
}

@keyframes anime {
  from {
    transform: translate(-10%, 10%);
  }
  to {
    transform: translate(10%, -10%);
  }
}

@keyframes anime2 {
  from {
    transform: translate(-20%, 20%);
  }
  to {
    transform: translate(10%, -10%);
  }
}

.page-2 {
  min-height: 100vh;
  width: 100%;
  padding: 8vw 0;
  position: relative;
  background-color: #efeae3;
}

.moving-text {
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 4vw;
}

.moving-text::-webkit-scrollbar {
  display: none;
}

.con {
  white-space: nowrap;
  display: inline-block;
  animation-name: move;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.moving-text h1 {
  font-size: 9vw;
  display: inline-block;
}

.circle-shape {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #fe330a;
  display: inline-block;
  margin: 1vw 2vw;
}

@keyframes move {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.page-2-bottom {
  height: 80vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4vw;
  position: relative;
  z-index: 9;
}

.page-2-bottom h1 {
  font-size: 4vw;
  width: 60%;
  color: #0b0500;
  font-weight: 500;
  line-height: 1;
}

.bottom-part-2 {
  width: 25%;
  margin-top: 5vw;
}

.bottom-part-2 img {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 3vw;
}

.bottom-part-2 p {
  color: #0b0500;
  margin-bottom: 0;
  font-family: Neuehaasdisplay roman, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
}

.page-2 .page-2-shape {
  height: 38vw;
  width: 38vw;
  position: relative;
}

.page-2-shape .shape-2 {
  background-color: #fe940a;
  height: 100%;
  width: 100%;
  filter: blur(20px);
  border-radius: 50%;
  position: absolute;
  top: -40%;
  left: 35%;

  animation: page-2;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes page-2 {
  from {
    transform: translate(-10%, 10%) skew(0);
  }

  to {
    transform: translate(10%, -10%) skew(10deg);
  }
}

.page-3 {
  margin: -20vw 0 0 0;
  min-height: 100vh;
  width: 100%;
  background-color: #efeae3;
}

.elem {
  height: 150px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #38383864;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2vw;
}

.elem h2 {
  font-size: 3vw;
  position: relative;
  z-index: 9;
}

.elem h5 {
  font-size: 1.4vw;
  font-weight: 100;
  position: relative;
  z-index: 9;
}

.elem .overlay {
  height: 100%;
  width: 100%;
  background-color: orange;
  position: absolute;
  left: 0;
  top: -100%;
  transition: all ease 0.25s;
}

.elem:hover .overlay {
  top: 0;
}

.fixed-img {
  height: 29vw;
  width: 24vw;
  border-radius: 16px;
  position: fixed;
  z-index: 99;
  left: 50%;
  top: 25%;
  display: none;
  background-size: cover;
  background-position: center;
}

.page-4-part-1 {
  min-height: 35vh;
  width: 100%;
  background-color: #efeae3;
  padding: 3vw 2vw;
}

.project {
  width: 170px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.project h4 {
  padding: 10px 20px;
  border: 1px solid #0000003c;
  border-radius: 50px;
  font-weight: 500;
  color: #000000bb;
  transition: all ease 0.4s;
  position: relative;
  font-size: 18px;
  overflow: hidden;
}

.project h4::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: black;
  left: 0;
  bottom: -100%;
  border-radius: 50%;
  transition: all ease 0.4s;
}

.project h4:hover::after {
  bottom: 0;
  border-radius: 0;
}

.project h4 a {
  color: #000000bb;
  text-decoration: none;
  position: relative;
  z-index: 9;
}

.project h4:hover a {
  color: #fe330a;
}

.page-4-part-2 {
  min-height: 100vh;
  width: 100%;
  background-color: #efeae3;
  padding: 0 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-4-back {
  height: 100vh;
  width: 98%;
  background-color: #0b0500;
  border-radius: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.page-4-back .page-4-left {
  padding: 0 0 0 120px;
}

.page-4-back .head h2 {
  font-size: 5vw;
  line-height: 65px;
  color: #504a45;
  cursor: pointer;
}

.page-4-back .head-content {
  width: 320px;
  margin-top: 30px;
  font-size: 1.2vw;
  font-weight: normal;
}

.page-4-right {
  height: 100%;
  width: 60%;
  border-radius: 18px;
  background-image: url("https://assets-global.website-files.com/64d3dd9edfb41666c35b15b7/64d3dd9edfb41666c35b15e1_Project-p-800.jpg");
  transition: 1s ease;
  background-size: cover;
  background-position: center;
}

.page-5 {
  height: 90vh;
  width: 100%;
  background-color: #efeae3;
  padding: 8vw;
}

.page-5 .swiper {
  padding-top: 4vw;
  width: 100%;
  height: 100%;
}

.page-5 .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  border-left: 0.5px solid #00000083;
  width: 30%;
}

.page-5 .swiper-slide p {
  font-size: 15px;
  width: 80%;
  text-align: left;
}

.page-5 .p {
  display: flex;
  align-items: center;
  gap: 15px;
}
.page-5 p img {
  height: 10px;
}

.page-6 {
  height: 115vh;
  width: 100%;
  /* background-color: #0b0500; */
  color: #fff;
}

.footer {
  position: fixed;
  z-index: 9;
  bottom: 0;
  height: 105vh;
  width: 100%;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  /* align-items: flex-end; */
  /* justify-content: flex-end; */
  justify-content: space-around;
  flex-direction: column;
  padding: 0 1vw;
  padding-bottom: 1vw;
}

.footer h1 {
  font-size: 23.5vw;
  text-align: center;
  color: #fff;
  margin-bottom: -8vw;
}

.footer-lower {
  margin-bottom: -7vh;
  height: 10vh;
  width: 100%;
  border-top: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-lower a {
  text-decoration: none;
  font-size: 1.2vw;
  color: #fff;
}

.footer-upper {
  padding: 3vw 5vw 0 5vw;
  display: flex;
  justify-content: space-between;
  z-index: 9;
}

.footer-upper h3 {
  font-size: 2.5vw;
}

.footer-upper .footer-right p {
  width: 300px;
  font-weight: 100;
  font-size: 1.5vw;
}

.footer-shape-1 {
  height: 100vh;
  position: fixed;
  z-index: 6;
  top: -70%;
  left: -30%;
  width: 100%;
  background-color: #fe330a;
  border-radius: 50%;
  filter: blur(40px);
  animation: anime3 3s linear infinite alternate;
}

.footer-shape-2 {
  height: 100vh;
  position: fixed;
  z-index: 6;
  top: -50%;
  right: -30%;
  width: 100%;
  background-color: #fe330a;
  border-radius: 50%;
  filter: blur(50px);
  animation: anime 3s linear infinite alternate;
}

@keyframes anime3 {
  from {
    transform: translate(10%, 10%);
  }
  to {
    transform: translate(-20%, 10%);
  }
}

@media (max-width: 600px) {
  .page-1 {
    padding: 0 0vw;
    width: 100vw;
  }

  .nav {
    padding: 8vw 5vw;
    position: relative;
    z-index: 51;
    background-color: #efeae3;
  }

  .nav img {
    height: 9vh;
    transition: all ease 1s;
  }

  .nav-text {
    display: flex;
    align-items: center;
    gap: 1vw;
    display: none;
  }

  .nav h3 {
    display: block;
    padding: 4vw 5vw;
    border: 1px solid #ababab;
    border-radius: 50px;
    font-size: 4vw;
    font-weight: 200;
    padding-left: 5vw;
  }

  .full-scr {
    height: 100vh;
    width: 100%;
    background-color: #00000070;
    position: fixed;
    z-index: 50;
    top: -100%;
    transition: all ease 0.8s;
  }

  .full-part-1 {
    height: 50%;
    width: 100%;
    background-color: #efeae3;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .menu-text-part {
    position: relative;
    top: -30%;
    font-size: 5vw;
    text-align: right;
    right: 5%;
  }

  .center {
    height: 62vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #0000003c;
    padding-bottom: 2.5vw;
    flex-direction: column-reverse;
    padding: 9vw 5vw;
    position: relative;
    z-index: 9;
  }

  .left h3 {
    width: 80%;
    font-size: 5.8vw;
    line-height: 7vw;
  }

  .center h1 {
    font-size: 14vw;
    line-height: 16vw;
    text-align: right;
  }

  .page-1 video {
    width: 92%;
    border-radius: 20px;
    margin-left: 4%;
    margin-top: 4vw;
    position: relative;
    height: 70vh;
    object-fit: cover;
    object-position: center;
  }

  .hero-shape {
    position: absolute;
    width: 82vw;
    height: 76vw;

    right: 0;
    top: 65vh;
  }

  .page-2 {
    min-height: 100vh;
    width: 100%;
    padding: 8vw 0;
    position: relative;
    background-color: #efeae3;
  }

  .moving-text {
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 4vw;
  }

  .moving-text::-webkit-scrollbar {
    display: none;
  }

  .con {
    white-space: nowrap;
    display: inline-block;
    animation-name: move;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }

  .moving-text h1 {
    font-size: 9vw;
    display: inline-block;
  }

  .circle-shape {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #fe330a;
    display: inline-block;
    margin: 1vw 2vw;
  }

  @keyframes move {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

  .page-2-bottom {
    height: 80vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 4vw;
    gap: 30px;
    position: relative;
    z-index: 9;
    margin-top: 20px;
  }

  .page-2-bottom h1 {
    font-size: 7.7vw;
    width: 100%;
    color: #0b0500;
    font-weight: 500;
    line-height: 29px;
  }

  .bottom-part-2 {
    width: 80%;
    margin-top: 5vw;
  }

  .bottom-part-2 img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 3vw;
  }

  .bottom-part-2 p {
    color: #0b0500;
    margin-bottom: 0;
    font-family: Neuehaasdisplay roman, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4;
  }

  .page-2 .page-2-shape {
    height: 58vw;
    width: 58vw;
    position: relative;
  }

  .page-2-shape .shape-2 {
    background-color: #fe3b0a;
    height: 100%;
    width: 100%;
    filter: blur(20px);
    border-radius: 50%;
    position: absolute;
    top: -240%;
    left: 60%;
    animation: page-2;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }

  .loader h1 {
    font-size: 12vw;
  }

  .elem {
    height: 100px;
  }

  .elem h2 {
    font-size: 8vw;
  }

  .elem h5 {
    font-size: 4vw;
  }

  .fixed-img {
    height: 59vw;
    width: 44vw;
  }

  .page-4-part-2 {
    min-height: 100vh;
    width: 100%;
    background-color: #efeae3;
    padding: 0 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-4-back {
    height: 100vh;
    width: 98%;
    background-color: #0b0500;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .page-4-back .head h2 {
    font-size: 10vw;
  }

  .page-4-back .head-content {
    margin-bottom: 10px;
    font-size: 4vw;
    text-align: left;
  }

  .page-4-right {
    height: 50vh;
    width: 90%;
  }

  .page-5 .swiper {
    height: 80%;
  }

  .page-5 .swiper-slide {
    width: 100%;
  }

  .footer {
    position: fixed;
    z-index: 9;
    bottom: 0;
    height: 105vh;
    width: 100%;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding: 0 1vw;
    padding-bottom: 1vw;
  }

  .footer h1 {
    font-size: 23.5vw;
    text-align: center;
    color: #fff;
  }

  .footer-lower {
    margin-bottom: -7vh;
    height: 20vh;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
  }

  .footer-lower a {
    text-decoration: none;
    font-size: 3.2vw;
    color: #fff;
  }

  .footer-upper {
    padding: 3vw 5vw 0 5vw;
    display: flex;
    justify-content: space-between;
    z-index: 9;
  }

  .footer-upper h3 {
    font-size: 13.5vw;
  }

  .footer-upper .footer-right p {
    width: 100px;
    font-weight: 100;
    font-size: 3.5vw;
  }

  .page-4-back .page-4-left {
    padding: 0 0 0 10px;
}
}

.loader {
  height: 100%;
  width: 100%;
  background-color: #000;
  position: fixed;
  z-index: 999;
  top: 0;
  transition: all ease 0.5s;
  display: flex;

  align-items: center;
  justify-content: center;
}

.loader h1 {
  color: transparent;
  font-size: 4.5vw;
  background: linear-gradient(orange, orangered);

  -webkit-background-clip: text;
  position: absolute;
  opacity: 0;
  animation: load 1s linear 1s;
}


.loader h1:nth-child(2) {
  animation-delay: 2s;
}

.loader h1:nth-child(3) {
  animation-delay: 3s;
}








@keyframes load {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}