@font-face {
  font-family: "Ruigslay";
  src: url("fonts/Ruigslay.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  /* min-height: 100vh; */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  background: #72aeff;
  overflow-x: hidden;
}

/* NAVBAR */
nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: transparent;
}

.logo {
  font-family: "Style Script", cursive;
  font-size: 48px;
  font-weight: 400;
  color: #ffffff;
}

.menu {
  flex: 1;
  display: flex;
  justify-content: center;
}

.menu ul {
  list-style: none;
  display: flex;
  gap: 25px;
}

.menu ul li a {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid transparent;
  border-radius: 50px;
  font-family: "Ruigslay", cursive;
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  position: relative;
}

.menu ul li a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 1px;
  background: linear-gradient(90deg, #d9d9d9, #d7ace1, #e6a4f6);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.menu ul li a:hover {
  background: #ffffff;
  color: #4704ff;
}

/* COVER */
.home {
  height: calc(100vh - 140px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  background-image: url("image/Cover.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
}
.glass-box {
  margin-top: 45px;
  position: relative;
  width: 800px;
  height: 400px;
  /* border-radius: 67px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  left: 22px;
}

/* .glass-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 67px;
  padding: 1px;
  background: linear-gradient(90deg, #d9d9d9, #d7ace1, #ecc0f7);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
} */

.kotakHi {
  top: 11%;
  left: 83px;
  width: 172px;
  height: 85px;
  position: absolute;
}
.small-text {
  position: absolute;
  top: 8%;
  left: 10%;
  /* background-image: url('image/kotakHi.png');
  background-repeat: no-repeat;
  background-size: 172px 80px; */
  font-family: "Ruigslay", cursive;
  font-size: 68px;
  font-weight: 600;
  color: #406aff;
  padding: 18px 45px;
  z-index: 10;
}

.very-small-text {
  position: absolute;
  top: 32%;
  left: 15%;
  font-family: "Ruigslay", cursive;
  font-size: 22px;
  font-weight: 600;
  color: #070b92;
  z-index: 11;
}

.big-text {
  position: absolute;
  top: 18%;
  left: 28%;
  text-align: center;
  font-family: "Style Script", cursive;
  font-size: 185px;
  font-weight: 400;
  color: #f3e9e9;
  line-height: 0.9;
  z-index: -5;
}

/* .hurufP {
  top: 45%;
  left: 8%;
  position: absolute;
} */

.mid-text {
  position: absolute;
  top: 45%;
  /* left: 22%; */
  font-family: "Ruigslay", cursive;
  font-size: 155px;
  font-weight: 700;
  color: #1c5ff1;
  text-shadow: 0 3px 0 #64a4fc, 3px 0 0 #64a4fc, 3px 0 0 #64a4fc,
    0 3px 0 #64a4fc;
}
.mid-text .first-letter {
  font-family: "Sail", cursive;
  font-size: 190px;
  color: #1c5ff1;
  font-weight: lighter;
}

/* PROFILE */
.profile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 1478px;
  background-image: url("image/Profile.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
}

.name h1 {
  font-family: "Style Script", cursive;
  font-weight: lighter;
  text-align: right;
  font-size: 80px;
  line-height: 89%;
  color: transparent;
  position: relative;
  top: -385px;
  left: -80px;
}

.penjelasan {
  font-family: "Grandstander", cursive;
  font-size: 19px;
  color: transparent;
  width: 600px;
  position: relative;
  top: -423px;
  left: 115px;
}

.penjelasan .pen {
  color: transparent;
  font-family: "Grandstander", cursive;
}

.project {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 9284px;
  background-image: url("image/visualidentity.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
}

.poster {
  color: transparent;
}

.kontak1 {
  color: transparent;
  top: 650vh;
  position: relative;
}

.gallery-wrapper {
  position: relative;
  width: 1250px;
  margin: auto;
  overflow: hidden;
  z-index: 5;
  /* top: 550px; */
  top: 90vh;
  left: 2%;
  z-index: 10;
}

.gallery-container {
  overflow: hidden;
  cursor: grab;
}

.gallery {
  display: flex;
  gap: 25px;
  transition: transform 0.3s ease;
  padding: 20px 0;
}

.gallery img {
  height: 380px;
  width: 480px;
  /* max-height: 300px; */
  transition: transform 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.1);
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  /* background: rgba(0,0,0,0.3); */
  color: white;
  border: none;
  font-size: 50px;
  cursor: pointer;
  padding: 5px 10px;
  z-index: 10;
}

.arrow.left {
  left: 0;
}

.arrow.right {
  right: 0;
}

.boxL {
  position: relative;
  font-size: 100px;
  color: transparent;
  width: 300px;
  top: 710vh;
  right: 180px;
  height: 200px;
}

.boxL a {
  color: transparent;
}

@media (min-width: 1400px) {
  .profile {
    min-height: 1800px;
  }
  .project {
    min-height: 10900px;
  }
  .gallery-wrapper {
    width: 1800px;
    top: 93vh;
  }
  .gallery img {
  height: 430px;
  width: 530px;
  /* max-height: 300px; */
  transition: transform 0.3s ease;
}
}
