@font-face {
  font-family: cabinet-regular;
  src: url(./ASSETS/FONTS/CabinetGrotesk-Regular.otf);
}

@font-face {
  font-family: cabinet-bold;
  src: url(./ASSETS/FONTS/CabinetGrotesk-Bold.otf);
}

@font-face {
  font-family: cabinet-light;
  src: url(./ASSETS/FONTS/CabinetGrotesk-Light.otf);
}

* {
  margin: 0;
  padding: 0;
  font-family: cabinet-regular;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  cursor: none;
  scrollbar-width: none;
}

/* .cursor {
  position: fixed;
  width: 15px;
  height: 15px;
  background-color: black;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  mix-blend-mode: difference;
} */

.cursor {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: fixed;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  pointer-events: none;
  mix-blend-mode: difference;
  z-index: 2;
}

.cursor h3 {
  font-size: 30px;
  color: white;
  display: none;
}




.full {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: -200%;
  left: 0%;
  /* background: rgb(133, 0, 0); */
  background: black;
  padding: 20px 10px;
  z-index: 11;
}

.full ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-direction: column;
  position: absolute;
  top: 10%;
  left: 6%;
}

.full ul a {
  font-size: 50px;
  /* color: #FDCD61; */
  color: white;
  text-decoration: none;
  text-transform: uppercase;

}

.full i {
  font-size: 20px;
  font-weight: 900;
  color: black;
  /* background: #FDCD61; */
  background: white;
  padding: 15px 15px;
  border-radius: 50%;
  position: absolute;
  top: 10%;
  right: 6%;
  cursor: pointer;
}

.full h3 {
  font-size: 20px;
  position: absolute;
  right: 1%;
  bottom: 8%;
  transform: translate(-50%, -50%);
  filter: invert(1);
}




.nav {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.nav img {
  width: 150px;
}


.nav .menu {
  width: 100px;
  mix-blend-mode: difference;
}





.header {
  width: 100%;
  height: 91vh;
  position: relative;
  padding: 20px 50px;
}

.header img {
  width: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header .text1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.header .text1 .text {
  overflow: hidden;
}

.header .text1 .text h1 {
  font-size: 100px;
  text-transform: uppercase;
  font-family: cabinet-bold;
}

.header .text1 .text .mid {
  -webkit-text-stroke: 2px black;
  color: transparent;
}




.sec1 {
  width: 100%;
  height: 100vh;
  position: relative;
  /* background: black; */
}

.sec1 .text2 {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  padding: 20px 50px;
}


.sec1 .text2 h4 {
  font-size: 85px;
  color: white;
  font-family: cabinet-light;
  width: 84%;
  font-weight: 500;
  line-height: 90px;
}



.sec2 {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 20px 50px;

}

.sec2 h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-family: cabinet-bold;
  font-weight: 800;
  text-align: center;
  overflow: hidden;
}




.sec2 .flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 50px;
  /* background: red; */
}


/* .sec2 .flex .left{
  width: 50%;
  background: black;
} */

.sec2 .flex .left img {
  width: 450px;
  border-radius: 8px;
}

/* .sec2 .flex .right {
  width: 50%;
  background: white;
} */

.sec2 .flex .right h2 {
  font-size: 30px;
  margin-bottom: 25px;
}

.sec2 .flex .right p {
  font-size: 18px;
  font-family: cabinet-light;
  font-weight: 200;
}

.sec2 .flex .right p:nth-child(2) {
  margin-bottom: 20px;
}


.sec3 {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 20px 50px;
}

.sec3 .flex2 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 10%;
}

.sec3 .flex2 .left h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.sec3 .flex2 .left p {
  font-size: 18px;
  width: 40%;
  font-family: cabinet-light;
  font-weight: 200;
}

.sec3 .flex2 .right {
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 18px;
  flex-wrap: wrap;
}

.sec3 .flex2 .right h3 {
  font-size: 35px;

}

.sec3 .flex3 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  /* margin-top: 12%; */
}

.sec3 .flex3 .left h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.sec3 .flex3 .left p {
  font-size: 18px;
  width: 40%;
  font-family: cabinet-light;
  font-weight: 200;
}

.sec3 .flex3 .right {
  width: 450px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 18px;
  flex-wrap: wrap;
}

.sec3 .flex3 .right h3 {
  font-size: 35px;

}


.sec3 .line {
  width: 100%;
  height: 4px;
  background: black;
  display: none;
  /* margin: 15px 0; */
}



/* 
.sec4 {
  width: 100%;
  height: 170vh;
  position: relative;
  padding: 20px 50px;
  color: white;
  overflow: hidden;
}



.sec4 h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-family: cabinet-bold;
  font-weight: 800;
  text-align: center;
}

.sec4 .mock {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.sec4 .mock img {
  width: 350px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.sec4 .mock .info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.sec4 .mock .info h4 {
  font-size: 16px;
  border: 1px solid white;
  padding: 6px 12px;
  border-radius: 30px;
  font-family: cabinet-light;
  font-weight: 300;
  margin-bottom: 20px;
}

.sec4 .mock h2 {
  font-size: 25px;
  font-family: cabinet-light;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.sec4 .mock h3 {
  font-size: 18px;
  font-family: cabinet-light;
  font-weight: 300;
  text-transform: capitalize;
  color: rgb(172, 171, 171);
}

.sec4 .mock .mock-full {
  display: none;
}

.sec4 .mock-1 {
  position: absolute;
  top: 12%;
  left: 5%
}

.sec4 .mock-2 {
  position: absolute;
  top: 12%;
  right: 20%;
}

.sec4 .mock-3 {
  position: absolute;
  bottom: 8%;
  right: 7%;
}

.sec4 .mock-4 {
  position: absolute;
  bottom: 3%;
  left: 20%;
} */


.sec4 {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  padding: 20px 30px;
}

.sec4 .text3 {
  width: 100%;

}

.sec4 .text3 a {
  text-decoration: none;
}

.sec4 .text3 a h2 {
  font-size: 60px;
  text-transform: uppercase;
  font-family: 'Trebuchet MS';
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  color: white;
  /* width: 100%; */

}



.sec4 .text3 h2:hover {
  background: white;
  color: black;
  transition: all 0.2s;
  cursor: pointer;
}


.sec4 .image-container {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 400px;
  height: 300px;
  overflow: hidden;
  display: none;
  z-index: 4;
}

.sec4 .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  ;
}


.sec4 .hover-container img {
  width: 100%;
  height: auto;
  display: block;
}






.sec5 {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 20px 50px;
}


.sec5 h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-family: cabinet-bold;
  font-weight: 800;
  text-align: center;
}


.sec5 .text3 {
  margin-top: 3%;
}

.sec5 .text3 h2 {
  font-size: 30px;
  margin-bottom: 10px;
  width: 25%;
}

.sec5 .text3 p {
  font-size: 18px;
  font-family: cabinet-light;
  font-weight: 200;
  width: 30%;
}


.sec5 form {
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
  padding: 10px 0;
  margin-top: 10%;
}

.sec5 form input {
  font-size: 20px;
  outline: none;
  background: none;
  border-bottom: 2px solid black;
  color: black;
  border-left: none;
  border-top: none;
  border-right: none;
}

.sec5 form .flex4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.sec5 form .flex4 {
  width: 100%;
  text-align: left;
}

.sec5 form .name,
.sec5 form .email {
  width: 100%;
}

.sec5 form .message {
  width: 100%;
}


.sec5 form .btn2 {
  font-size: 18px;
  color: white;
  background: black;
  padding: 6px 12px;
  border-radius: 30px;
  text-decoration: none;
  font-family: cabinet-light;
  font-weight: 200;
}


.sec5 .flex5 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 3%;
  padding: 20px 50px;
}


.sec5 .flex5 p {
  font-size: 20px;
  text-transform: uppercase;
  font-family: cabinet-light;
  font-weight: 200;
}

.sec5 .flex5 .socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  display: none;
}

.sec5 .flex5 .socials a {
  text-decoration: none;
  color: black;
}

.sec5 .flex5 .socials a i {
  font-size: 20px;
  font-weight: 500;
  color: black;
}

.sec5 .flex5 .scroll-top-btn {
  text-decoration: none;
  color: black;
}

.sec5 .flex5 .scroll-top-btn i {
  font-size: 25px;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid black;
  padding: 5px 5px;
  border-radius: 50%;
}


.sec5 .contactinfo {
  position: absolute;
  top: 20%;
  right: 7%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-direction: column;
}

.sec5 .contactinfo .personal h3 {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sec5 .contactinfo .personal a {
  font-size: 20px;
  font-family: cabinet-light;
  font-weight: 200;
  text-decoration: underline;
  color: black;
}


.sec5 .contactinfo .socials h3 {
  font-size: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.sec5 .contactinfo .socials a {
  text-decoration: none;
  color: black;
}

.sec5 .contactinfo .socials a h4 {
  font-size: 20px;
  font-family: cabinet-light;
  font-weight: 200;
  color: black;
  margin-bottom: 10px;
}


.sec5 .contactinfo .location h3 {
  font-size: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.sec5 .contactinfo .location p {
  font-size: 20px;
}





@media (max-width: 1075px) {
  .header .text1 .text h1 {
    font-size: 80px;
  }

  .header img {
    width: 350px;
  }

  .sec1 .text2 h4 {
    font-size: 70px;
  }

  .sec2 .flex .left img {
    width: 320px;
  }

  .sec3 .flex2 {
    margin-bottom: 6%;
  }

  .sec3 .flex2 .right h3 {
    font-size: 25px;
  }

  .sec3 .flex3 .right h3 {
    font-size: 25px;
  }



  .sec5 .flex5 {
    position: absolute;
    left: 0;
    bottom: 1%;
    margin-top: 10px;
  }

}


@media (max-width: 970px) {
  .cursor {
    display: none;
  }


  .header img {
    width: 280px;
  }

  .header .text1 .text h1 {
    font-size: 60px;
  }

  .sec1 .text2 h4 {
    font-size: 60px;
    width: 100%;
    line-height: 70px;
  }

  .sec2 .flex {
    gap: 10%;
  }

  .sec5 .contactinfo {
    display: none;
  }

  .sec5 form {
    position: absolute;
    bottom: 20%;
    padding: 0 0;
  }

  .sec5 .flex5 .socials {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  .sec5 .text3 h2 {
    width: 45%;
  }

  .sec5 .text3 p {
    width: 60%;
  }
}



@media (max-width: 850px) {
  .sec4 .image-container {
    display: none;
    pointer-events: none;
  }

  .sec4 .image-container img {
    display: none;
    pointer-events: none;
  }
}

@media (max-width: 833px) {
  .sec2 .flex {
    gap: 6%;
  }

  .sec2 .flex .left img {
    width: 250px;
  }

  .sec2 .flex .right h2 {
    font-size: 24px;
  }

  .sec2 .flex .right p {
    font-size: 15px;
  }

  .sec5 .text3 h2 {
    font-size: 25px;
    width: 50%;
  }

  .sec5 .text3 p {
    font-size: 17px;
    width: 60%;
  }

  .sec5 .flex5 p {
    font-size: 16px;
  }

  .sec5 .flex5 .media a i {
    font-size: 16px;
  }

  .sec5 .flex5 .btn3 {
    font-size: 16px;
  }
}

@media (max-width: 717px) {
  .header img {
    width: 270px;
  }

  .header .text1 .text h1 {
    font-size: 50px;
  }

  .sec3 .flex2 .left p {
    font-size: 16px;
    width: 70%;
  }

  .sec3 .flex2 .right h3 {
    font-size: 22px;
  }

  .sec3 .flex3 .left p {
    font-size: 16px;
    width: 70%;
  }

  .sec3 .flex3 .right h3 {
    font-size: 22px;
  }

  .sec4 .text3 a h2 {
    font-size: 45px;
  }
}


@media (max-width: 675px) {
  .sec5 .text3 h2 {
    width: 55%;
  }

  .sec5 .text3 p {
    width: 80%;
  }

  .sec5 form {
    width: 500px;

  }

  .sec5 form input {
    font-size: 16px;
  }
}


@media (max-width: 627px) {

  .sec3 .heading,
  .sec5 .heading {
    font-size: 45px;
  }

  .header img {
    width: 220px;
  }

  .header .text1 .text h1 {
    font-size: 40px;
  }

  .sec1 .text2 h4 {
    font-size: 50px;
  }

  .sec2 .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    margin-top: 5%;
  }

  .sec2 .flex .right h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .sec2 .flex .right p:nth-child(2) {
    font-size: 14px;
    margin-bottom: 6px;
  }


  .sec5 .text3 h2 {
    font-size: 20px;
  }

  .sec5 .text3 p {
    font-size: 14px;
  }

  .sec5 form {
    width: 400px;
  }

  .sec5 .flex5 .btn3 i {
    font-size: 16px;
  }



}



@media (max-width: 500px) {
  .header .text1 {
    width: 100%;
  }

  .header .text1 .text h1 {
    font-size: 55px;
  }

  .header img {
    width: 250px;
  }

  .sec1 .text2 h4 {
    font-size: 45px;
    width: 100%;
  }

  .sec3 .flex2 {
    flex-direction: column;
    gap: 25px;
    width: 100%;
  }

  .sec3 .flex2 .left p {
    width: 95%;
  }

  .sec3 .flex2 .right {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 15px;
  }

  .sec3 .flex2 .right h3 {
    font-size: 20px;
  }

  .sec3 .flex3 {
    flex-direction: column;
    gap: 25px;
    width: 100%;
  }

  .sec3 .flex3 .left p {
    width: 95%;
  }

  .sec3 .flex3 .right {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 15px;
  }

  .sec3 .flex3 .right h3 {
    font-size: 20px;
  }


  .sec3 .line {
    display: block;
    margin: 30px 0;
  }


  .sec5 .text3 {
    margin-top: 10%;
    /* text-align: center; */
  }

  .sec5 .text3 h2 {
    width: 80%;
  }

  .sec5 .text3 p {
    width: 90%;
  }

  .sec5 form {
    width: 300px;
    position: absolute;
    bottom: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sec5 .flex5 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}