*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100vw;
  z-index: 9;
  background: linear-gradient(#252525, #3f3f3f);
}

header {
  z-index: 9999;
  width: 100%;
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17em;
}
header section {
  width: 350px;
  height: 10vh;
  /* Logo styles */
  /* Nav-menu styles */
  /* Hamburger menu icon styles */
  /* Hamburger bar styles */
}
header section img {
  width: auto;
  height: 100%;
  animation-name: slideInTop;
  animation-duration: 0.5s;
}
header section ul {
  padding: 0em 8em 0em 8em;
  left: -110%;
  top: 0;
  position: fixed;
  flex-direction: column;
  background-color: rgb(34, 34, 34);
  list-style: none;
  width: 100%;
  height: 100vw;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  transition: 0.7s ease-in-out;
  z-index: 9999;
}
header section ul li {
  margin-top: 1em;
  display: flex;
  width: 100%;
  height: 10.25vh;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: 85px;
}
header section ul li a {
  color: white;
  text-decoration: none;
}
header section ul .line {
  width: 100%;
  height: 3px;
  background-color: white;
}
header section ul p {
  color: white;
  font-style: italic;
  opacity: 0.4;
}
header section ul.active {
  left: 0;
}
header section .hamburger {
  top: 2.5em;
  right: 3em;
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  width: 45px;
  cursor: pointer;
  z-index: 99999;
  animation-name: slideInTop;
  animation-duration: 1.5s;
}
header section .hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
header section .hamburger.active .bar:nth-child(2) {
  transform: translateY(-8px) rotate(-45deg);
}
header section .bar {
  width: 45px;
  height: 3px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  background-color: white;
  z-index: 99;
}
header section:nth-child(2) {
  width: 100px;
}
header .sec-1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 60px;
  font-style: normal;
  display: flex;
  flex-direction: column;
  color: white;
  animation-name: slideInTop;
  animation-duration: 1s;
}
header .sec-1 h1 {
  margin-top: 2%;
  margin-left: 5%;
  font-size: 35px;
}
header .sec-1 span {
  margin-left: 6%;
  color: #ee0979;
}

main {
  position: absolute;
  top: 5.6em;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  z-index: 99;
  /* Main element styles */
  /* Hover element styles */
  /* Show the hover element when hovering over the main element */
}
main .hero {
  width: 100%;
  height: 825px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .hero img {
  width: 520px;
  z-index: -5;
  animation-name: slideInBottom;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
}
main .hero .hero-hello {
  font-family: "Cabin", sans-serif;
  color: white;
  font-size: 90px;
  z-index: -6;
  animation-name: slideInLeft;
  animation-duration: 1s;
}
main .hero .hero-text {
  display: flex;
  flex-direction: column;
  align-items: end;
  font-size: 40px;
  color: white;
  z-index: -6;
}
main .hero .hero-text .this {
  font-family: "Cabin", sans-serif;
  animation-name: slideInRight;
  animation-duration: 1s;
}
main .hero .hero-text .is {
  font-family: "Cabin", sans-serif;
  animation-name: slideInRight;
  animation-duration: 1.5s;
}
main .hero .hero-text .my {
  font-family: "Cabin", sans-serif;
  animation-name: slideInRight;
  animation-duration: 2s;
}
main .hero .hero-text .portfolio {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ee0979;
  animation-name: slideInRight;
  animation-duration: 2.6s;
  animation-timing-function: ease-in-out;
}
main .trans-page {
  width: 100%;
  height: auto;
  background-color: #6c6c6c;
  background: linear-gradient(#6c6c6c, #3f3f3f);
  z-index: 9999;
  position: relative;
}
main .trans-page .separator {
  width: 100%;
  height: 200px;
}
main .trans-page .contact-space {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
main .trans-page .contact-space ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .trans-page .contact-space ul li {
  font-size: 80px;
  font-weight: 400;
  color: white;
}
main .trans-page .contact-space a {
  font-size: 60px;
  text-decoration: none;
  font-weight: 300;
  color: yellow;
}
main .container-1 {
  color: white;
  position: relative;
  width: 100%;
  height: 140px; /* Adjust as needed */
  display: flex;
  justify-content: center;
  gap: 25em;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
main .main-element {
  cursor: pointer;
  width: 30%; /* Adjust as needed */
  height: auto;
  text-align: left;
  font-size: 90px;
  z-index: 9999;
}
main .hover-element {
  font-size: 30px;
  opacity: 0;
  transition: opacity 0.2s ease;
  width: 30%;
  height: auto;
  text-align: justify;
  z-index: 9999;
  border-radius: 20px;
}
main .main-element:hover + .hover-element {
  opacity: 1;
}

footer {
  top: 146rem;
  position: absolute;
  background: #444444;
  width: 100%;
  height: 200px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
footer section {
  width: 1000px;
  height: 100px;
  background-color: rgb(41, 41, 41);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  border-radius: 20px;
}
footer section .hover-effect {
  color: yellow;
  text-decoration: none;
  font-size: 25px;
  position: relative;
  transition: transform 0.2s ease-in-out;
}
footer section .hover-effect::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: yellow;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.2s ease-in-out;
}
footer section .hover-effect:hover {
  transform: scale(1.3);
}
footer section .hover-effect:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

/* Box styles (for SVG waves) */
.box {
  position: absolute;
  top: 24.8%;
  width: 100%;
  height: auto;
  z-index: 99999;
  animation-name: slideInBottom;
  animation-duration: 2.3s;
}

/* SVG waves styles */
.waves {
  width: 100%;
  height: 25vh;
  z-index: -1;
}

/* Parallax effect on waves */
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

/* Keyframes for wave movement */
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(-30px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-500px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideInTop {
  from {
    transform: translateY(-500px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideInBottom {
  from {
    transform: translateY(900px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translateX(700px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes slideInTop-menu {
  from {
    opacity: 0;
    transform: translateY(-500px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */