@font-face {
  font-family: 'F1.8';
  src: url('F1.8-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'title';
  src: url('title.otf') format('opentype');
}

@font-face {
  font-family: 'pona';
  src: url('pona.otf') format('opentype');
}



@font-face {
  font-family: 'Flix';
  src: url('Flix-Outline.otf') format('opentype');
}

@font-face {
  font-family: 'Route159';
  src: url('Route159-Regular.otf') format('opentype');
}


@font-face {
  font-family: 'F5.6';
  src: url('F5.6-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'FA-1';
  src: url('FA-1-Regular.otf') format('opentype');
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  

  #text-container {
    position: fixed;
    width: 120%;
    height: 120vh;
    background: #000000;
    z-index: 4;
    background-color: #000000;
  }
  

  .link{
    color: black;
    margin-left: 40px;
    text-decoration: none;
    font-family: 'F1.8';
    font-weight: bolder;
  }

  #links{
    z-index: 1;
    position: fixed;
    top: 3vh;
    left: -2vh;
    z-index: 2;
    font-weight: lighter;
  }

  .link {
    background-image: linear-gradient(
      to right,
      #ffffff,
      #ffffff 50%,
      #000000 50%
    );
    background-size: 200% 100%;
    background-position: 100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.1s ease-in-out;
  }
  
  .link::before {
    background: hsl(0, 0%, 0%);
    content: "";
    inset: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.1s ease-in-out;
    z-index: -1;
  }

  .link:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  
  .link:hover {
   background-position: 0;

  }
  
  .link:hover::before{
    width: 100%;
  }

  

#img{
  width: 70%;
  height: auto;
  margin-top: -60%;
  padding-top: 55vh;
  margin-left: 17%;
  visibility: visible;
}

#load{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 10%;
}

.cover{
  width: 120%;
  height: 120vh;
  position: fixed;
  left: 50%;
  visibility: visible;
  z-index: 100;
}

.loading{
  position: fixed;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -50px;
  color: #ffffff;
  font-family: 'F1.8';
  font-size: larger;
}

.titleText{
  font-family: 'Bungee Shade', cursive;
  font-size: 600%;
  text-align: center;
}

.titleContainer{
  margin-top: 3vh;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.subTitle {
  margin-top: -25px;
}

.subTitleText{
  margin:auto;
  font-family: 'F1.8';
  white-space: nowrap;
  width: fit-content;
  padding-top: 6px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  color: #000000;
  background-color: #ffffff;
  outline: 1px solid black;
  font-size: 1.4vw;
  z-index: 0;
}



.subTitleText:hover{
  color: #ffffff;
  background-color: #000000;
}

.letter{
  font-family:'title';
  margin-left: -5px;
  font-size: 5vw;
  display: inline-block;
  vertical-align: top;
  line-height: 60px;
  height: 60px;
}

.line1{
  margin-bottom: 5%;
}
.line2{
}



@keyframes letter {
  16.65% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-4px);
  }
  33.3% {
    -webkit-transform: translateY(6px);
    transform: translateY(3px);
  }
  49.95% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-2px);
  }
  66.6% {
    -webkit-transform: translateY(2px);
    transform: translateY(1px);
  }
  83.25% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-0.5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.letter {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.letter:hover,
.letter:focus,
.letter:active {
  -webkit-animation-name: letter;
  animation-name: letter;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.byMe{
  font-family: 'Special Elite', cursive;
  font-size: smaller;
  color: #000000;
  letter-spacing: 5px;
  z-index: -3;
  align-self: center;
  font-weight: bolder;
}

.typewriter{
  position:fixed;
  align-self: center;
  font-family: 'Special Elite', cursive;
  font-size: smaller;
  letter-spacing: 5px;
  height: 20px;
  color:  #ffffff;
  background-color: #ffffff;
  outline: 1px solid rgb(255, 255, 255);
  z-index: -2;
  animation: m1 3s steps(14, start) 1s 1 forwards;
}

@keyframes m1 {
  to {
    transform: translateX(167px);
  }
}

#right1{
  width: 50%;
  margin-left: 50%;
}

#right{
  width: 50%;
  margin-left: 50%;
  background-color: black;
}

#imageContainer{
  height: 100vh;
}

#imageContainer2{
  height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  background-color:rgb(250, 244, 230);
}

#footer {
  display: flex;
  flex-direction: column;
  margin-top:auto;
  margin-bottom: 10px;
}


#left{
  width: 50%;
  height: 100vh;
  float: left;
  flex-direction: column;
  display: flex; /* Center children horizontally and vertically */
  justify-content: center; /* Center children horizontally */
  align-items: center; /* Center children vertically */
}

#left1{
  width: 50%;
  height: 100vh;
  display: grid;
  float: left;
}


#home{
  color: aqua !important;
}

#footer {
  margin-top: auto;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#footer a {
  font-size: 24px;
  color: black;
  text-decoration: none;
  margin-bottom: 5px;
  margin-right: 10px;
  display: inline-block;
}

#footer a:hover {
  transform: scale(1.05); /* Adjust the scaling factor for desired bulging effect */
}
form {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: 0 auto;
}

label {
  font-family: 'pona';
  margin-bottom: 5px;
}

input,
textarea {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid rgb(150, 150, 150); /* Black outline */
  border-radius: 0px; /* Sharp corners */
  background-color: #f5f5f5; /* Slightly grey inside */
}

textarea {
  resize: vertical;
}

button {
  padding: 10px 15px;
  width: 60px;
  background-color: #000000;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: 'title';
}

button:hover {
  background-color: #0056b3;
}

.required {
  font-weight: normal;
  color: #777; /* Lighter color (adjust as needed) */
}

#smallLetter{
  font-size: 3vw;
}

.infoText{
  max-width: 30vw;
  font-family: 'pona';
  font-size: 1.4vw;
  margin-left: -5px;
}

#personalImg{
  height: 45vw;
  width: auto;
}

body{
  overflow: hidden;
}