body{
    background-color: #091a22;
    max-width: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}


.home_nav{
    text-decoration: none;
    color: white;
    position: relative;
    left: 300px;
    bottom: 150px;
    font-family: Poppins;
    display: inline-block;

}
  
  .home_nav::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #49faaa;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .home_nav:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

  
    
.about_nav{
    text-decoration: none;
    color: white;
    position: relative;
    left: 480px;
    bottom: 150px;
    font-family: Poppins;
    display: inline-block;
}

.about_nav::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #49faaa;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .about_nav:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

.projects_nav{
    text-decoration: none;
    color: white;
    position: relative;
    left: 700px;
    bottom: 150px;
    font-family: Poppins;
    display: inline-block;
}

.projects_nav::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #49faaa;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
.projects_nav:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

.contact_nav{
    text-decoration: none;
    color: white;
    position: relative;
    left: 900px;
    bottom: 150px;
    font-family: Poppins;
    display: inline-block;
}

.contact_nav::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #49faaa;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
.contact_nav:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

.nav_bar{
    position: relative;
    top: 50px;
}

.typing-demo {
  width: 22ch;
  animation: typing 2s steps(22), blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
  font-family: Poppins;
  font-size: 2em;
  color: white;
  font-size: 40px;
  position: relative;
  left: 200px;
  top: 100px;
}

@keyframes typing {
  from {
    width: 0
  }
}
    
@keyframes blink {
  50% {
    border-color: transparent
  }
}


.me {
    position: relative;
    left: 1002px;
    bottom: 100px;
    
  }

.para{
    position: relative;
    left: 756px;
    bottom: 345px;
    color: white;
    max-width: 520px;
    font-family: "Nanum Gothic Coding", monospace;
    font-weight: 400;
    font-style: normal;
  }

.para_python{
    text-decoration: none;
    color: #49faaa;
}

.para_unity{
    text-decoration: none;
    color: #49faaa;
}

.para_vs_code{
    text-decoration: none;
    color: #49faaa;
}

.para_vs_19{
    text-decoration: none;
    color: #49faaa;
}

.y2023{
    font-family: "Nanum Gothic Coding", monospace;
    color: #49faaa;
    position: relative;
    bottom: 260px;
    left: 1130px;
}

.bor_me{
    border-radius: 3px;
}

.line1{
    border-top: 5px dashed #49faaa;
    width: 1800px;
    position: relative;
    bottom: 200px;
}

.logo{
    position: relative;
    left: 10px;

}

.about_h1{
    color: white;
    font-family: Poppins;
    position: relative;
    bottom: 200px;
    left: 700px;
}

.about_para{
    color: white;
    font-family: "Nanum Gothic Coding", monospace;
    text-align: right;
    position: relative;
    bottom: 100px;
}

.iit{
    text-decoration: none;
    color: #49faaa;
}

.krm{
    text-decoration: none;
    color: #49faaa;
}

.yt{
    text-decoration: none;
    color: #49faaa;
}

    .iit_button {
        align-items: center;
        background-color: #091a22;
        border: 0;
        border-radius: 8px;
        box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
        box-sizing: border-box;
        color: #FFFFFF;
        display: flex;
        font-family: Phantomsans, sans-serif;
        font-size: 20px;
        justify-content: center;
        line-height: 1em;
        max-width: 100%;
        min-width: 140px;
        padding: 3px;
        text-decoration: none;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        white-space: nowrap;
        cursor: pointer;
        width: 206px;
        height: 200px;
      }
      
      .iit_button:active,
      .iit_button:hover {
        outline: 0;
        background-color: #49faaa;
      }
      
      .iit_button span {
        background-color: rgb(5, 6, 45);
        padding: 16px 24px;
        border-radius: 6px;
        width: 100%;
        height: 100%;
        transition: 300ms;
      }
      
      .iit_button:hover span {
        background: none;
      }
      
      @media (min-width: 768px) {
        .iit_button {
          font-size: 24px;
          min-width: 196px;
        }
}

.krm_button {
    align-items: center;
    background-color: #091a22;
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-family: Phantomsans, sans-serif;
    font-size: 20px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    width: 206px;
    height: 200px;
  }
  
  .krm_button:active,
  .krm_button:hover {
    outline: 0;
    background-color: #49faaa;
  }
  
  .krm_button span {
    background-color: rgb(5, 6, 45);
    padding: 16px 24px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
  }
  
  .krm_button:hover span {
    background: none;
  }
  
  @media (min-width: 768px) {
    .krm_button {
      font-size: 24px;
      min-width: 196px;
    }
}

.yt_button {
    align-items: center;
    background-color: #091a22;
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-family: Phantomsans, sans-serif;
    font-size: 20px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    width: 206px;
    height: 200px;
  }
  
  .yt_button:active,
  .yt_button:hover {
    outline: 0;
    background-color: #49faaa;
  }
  
  .yt_button span {
    background-color: rgb(5, 6, 45);
    padding: 16px 24px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
  }
  
  .yt_button:hover span {
    background: none;
  }
  
  @media (min-width: 768px) {
    .yt_button {
      font-size: 24px;
      min-width: 196px;
    }
}

.iit_div{
    position: relative;
    bottom: 330px;
    left: 600px;
}

.krm_div{
    position: relative;
    bottom: 530px;
    left: 900px;
}

.yt_div{
    position: relative;
    bottom: 730px;
    left: 1200px;
}

.line2{
    border-top: 5px dashed #49faaa;
    width: 1800px;
    position: relative;
    bottom: 600px;
}

.projects_h1{
    font-family: Poppins;
    color: white;
    position: relative;
    bottom: 600px;
    left: 700px;
}

.morse {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    bottom: 500px;
    left: 10px;
    overflow: hidden;
    z-index: 1;
    color: white;
    padding: 0.7em 1.7em;
    cursor: pointer;
    font-size: 18px;
    font-family: "Nanum Gothic Coding", monospace;
    border-radius: 0.5em;
    background: #091a22;
    border: 1px solid #e8e8e8;
    box-shadow: 6px 6px 12px #000000, -6px -6px 12px #000000;
  }
  
  .morse:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  }
  
  .morse:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .morse:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #49faaa;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .morse:hover {
    color: #ffffff;
    border: 1px solid #49faaa;
  }
  
  .morse:hover:before {
    top: -35%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  
  .morse:hover:after {
    top: -45%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  
  .frecipe {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    bottom: 498px;
    left: 100px;
    overflow: hidden;
    z-index: 1;
    color: white;
    padding: 0.7em 1.7em;
    cursor: pointer;
    font-size: 18px;
    font-family: "Nanum Gothic Coding", monospace;
    border-radius: 0.5em;
    background: #091a22;
    border: 1px solid #e8e8e8;
    box-shadow: 6px 6px 12px #000000, -6px -6px 12px #000000;
    width: 220px;
  }
  
  .frecipe:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  }
  
  .frecipe:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .frecipe:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #49faaa;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .frecipe:hover {
    color: #ffffff;
    border: 1px solid #49faaa;
  }
  
  .frecipe:hover:before {
    top: -35%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  
  .frecipe:hover:after {
    top: -45%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }

  .fred {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    bottom: 542px;
    left: 640px;
    overflow: hidden;
    z-index: 1;
    color: white;
    padding: 0.7em 1.7em;
    cursor: pointer;
    font-size: 18px;
    font-family: "Nanum Gothic Coding", monospace;
    border-radius: 0.5em;
    background: #091a22;
    border: 1px solid #e8e8e8;
    box-shadow: 6px 6px 12px #000000, -6px -6px 12px #000000;
    width: 220px;
  }
  
  .fred:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  }
  
  .fred:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .fred:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #49faaa;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .fred:hover {
    color: #ffffff;
    border: 1px solid #49faaa;
  }
  
  .fred:hover:before {
    top: -35%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  
  .fred:hover:after {
    top: -45%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }

  .nuker {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    bottom: 540px;
    left: 740px;
    overflow: hidden;
    z-index: 1;
    color: white;
    padding: 0.7em 1.7em;
    cursor: pointer;
    font-size: 18px;
    font-family: "Nanum Gothic Coding", monospace;
    border-radius: 0.5em;
    background: #091a22;
    border: 1px solid #e8e8e8;
    box-shadow: 6px 6px 12px #000000, -6px -6px 12px #000000;
    width: 220px;
  }
  
  .nuker:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  }
  
  .nuker:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .nuker:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #49faaa;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .nuker:hover {
    color: #ffffff;
    border: 1px solid #49faaa;
  }
  
  .nuker:hover:before {
    top: -35%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  
  .nuker:hover:after {
    top: -45%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }

  .airflow {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    bottom: 585px;
    left: 1275px;
    overflow: hidden;
    z-index: 1;
    color: white;
    padding: 0.7em 1.7em;
    cursor: pointer;
    font-size: 18px;
    font-family: "Nanum Gothic Coding", monospace;
    border-radius: 0.5em;
    background: #091a22;
    border: 1px solid #e8e8e8;
    box-shadow: 6px 6px 12px #000000, -6px -6px 12px #000000;
    width: 220px;
  }
  
  .airflow:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  }
  
  .airflow:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .airflow:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #49faaa;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .airflow:hover {
    color: #ffffff;
    border: 1px solid #49faaa;
  }
  
  .airflow:hover:before {
    top: -35%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  
  .airflow:hover:after {
    top: -45%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }

  .airflowa {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    bottom: 500px;
    right: 215px;
    overflow: hidden;
    z-index: 1;
    color: white;
    padding: 0.7em 1.7em;
    cursor: pointer;
    font-size: 18px;
    font-family: "Nanum Gothic Coding", monospace;
    border-radius: 0.5em;
    background: #091a22;
    border: 1px solid #e8e8e8;
    box-shadow: 6px 6px 12px #000000, -6px -6px 12px #000000;
    width: 220px;
  }
  
  .airflowa:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  }
  
  .airflowa:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .airflowa:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #49faaa;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .airflowa:hover {
    color: #ffffff;
    border: 1px solid #49faaa;
  }
  
  .airflowa:hover:before {
    top: -35%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  
  .airflowa:hover:after {
    top: -45%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }


  .why7 {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    bottom: 545px;
    left: 320px;
    overflow: hidden;
    z-index: 1;
    color: white;
    padding: 0.7em 1.7em;
    cursor: pointer;
    font-size: 18px;
    font-family: "Nanum Gothic Coding", monospace;
    border-radius: 0.5em;
    background: #091a22;
    border: 1px solid #e8e8e8;
    box-shadow: 6px 6px 12px #000000, -6px -6px 12px #000000;
    width: 220px;
  }
  
  .why7:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  }
  
  .why7:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .why7:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #49faaa;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .why7:hover {
    color: #ffffff;
    border: 1px solid #49faaa;
  }
  
  .why7:hover:before {
    top: -35%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  
  .why7:hover:after {
    top: -45%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }

  .quakes {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    bottom: 545px;
    left: 415px;
    overflow: hidden;
    z-index: 1;
    color: white;
    padding: 0.7em 1.7em;
    cursor: pointer;
    font-size: 16px;
    font-family: "Nanum Gothic Coding", monospace;
    border-radius: 0.5em;
    background: #091a22;
    border: 1px solid #e8e8e8;
    box-shadow: 6px 6px 12px #000000, -6px -6px 12px #000000;
    width: 220px;
    height: 45px;
  }
  
  .quakes:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  }
  
  .quakes:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .quakes:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #49faaa;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .quakes:hover {
    color: #ffffff;
    border: 1px solid #49faaa;
  }
  
  .quakes:hover:before {
    top: -35%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  
  .quakes:hover:after {
    top: -45%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }

  .ai {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    bottom: 590px;
    left: 965px;
    overflow: hidden;
    z-index: 1;
    color: white;
    padding: 0.7em 1.7em;
    cursor: pointer;
    font-size: 18px;
    font-family: "Nanum Gothic Coding", monospace;
    border-radius: 0.5em;
    background: #091a22;
    border: 1px solid #e8e8e8;
    box-shadow: 6px 6px 12px #000000, -6px -6px 12px #000000;
    width: 220px;
  }
  
  .ai:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  }
  
  .ai:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .ai:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #49faaa;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .ai:hover {
    color: #ffffff;
    border: 1px solid #49faaa;
  }
  
  .ai:hover:before {
    top: -35%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  
  .ai:hover:after {
    top: -45%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }


  .eternity {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    bottom: 590px;
    left: 1050px;
    overflow: hidden;
    z-index: 1;
    color: white;
    padding: 0.7em 1.7em;
    cursor: pointer;
    font-size: 18px;
    font-family: "Nanum Gothic Coding", monospace;
    border-radius: 0.5em;
    background: #091a22;
    border: 1px solid #e8e8e8;
    box-shadow: 6px 6px 12px #000000, -6px -6px 12px #000000;
    width: 220px;
  }
  
  .eternity:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  }
  
  .eternity:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .eternity:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #49faaa;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .eternity:hover {
    color: #ffffff;
    border: 1px solid #49faaa;
  }
  
  .eternity:hover:before {
    top: -35%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  
  .eternity:hover:after {
    top: -45%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }

  .hawk {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    bottom: 535px;
    left: 160px;
    overflow: hidden;
    z-index: 1;
    color: white;
    padding: 0.7em 1.7em;
    cursor: pointer;
    font-size: 18px;
    font-family: "Nanum Gothic Coding", monospace;
    border-radius: 0.5em;
    background: #091a22;
    border: 1px solid #e8e8e8;
    box-shadow: 6px 6px 12px #000000, -6px -6px 12px #000000;
    width: 220px;
  }
  
  .hawk:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  }
  
  .hawk:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .hawk:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #49faaa;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .hawk:hover {
    color: #ffffff;
    border: 1px solid #49faaa;
  }
  
  .hawk:hover:before {
    top: -35%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  
  .hawk:hover:after {
    top: -45%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }

  .ina {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    bottom: 535px;
    left: 245px;
    overflow: hidden;
    z-index: 1;
    color: white;
    padding: 0.7em 1.7em;
    cursor: pointer;
    font-size: 18px;
    font-family: "Nanum Gothic Coding", monospace;
    border-radius: 0.5em;
    background: #091a22;
    border: 1px solid #e8e8e8;
    box-shadow: 6px 6px 12px #000000, -6px -6px 12px #000000;
    width: 220px;
  }
  
  .ina:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  }
  
  .ina:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .ina:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #49faaa;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .ina:hover {
    color: #ffffff;
    border: 1px solid #49faaa;
  }
  
  .ina:hover:before {
    top: -35%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  
  .ina:hover:after {
    top: -45%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }

  .vb {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    bottom: 580px;
    left: 785px;
    overflow: hidden;
    z-index: 1;
    color: white;
    padding: 0.7em 1.7em;
    cursor: pointer;
    font-size: 18px;
    font-family: "Nanum Gothic Coding", monospace;
    border-radius: 0.5em;
    background: #091a22;
    border: 1px solid #e8e8e8;
    box-shadow: 6px 6px 12px #000000, -6px -6px 12px #000000;
    width: 220px;
  }
  
  .vb:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  }
  
  .vb:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .vb:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #49faaa;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .vb:hover {
    color: #ffffff;
    border: 1px solid #49faaa;
  }
  
  .vb:hover:before {
    top: -35%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  
  .vb:hover:after {
    top: -45%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }

  .confine {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    bottom: 580px;
    left: 880px;
    overflow: hidden;
    z-index: 1;
    color: white;
    padding: 0.7em 1.7em;
    cursor: pointer;
    font-size: 17px;
    font-family: "Nanum Gothic Coding", monospace;
    border-radius: 0.5em;
    background: #091a22;
    border: 1px solid #e8e8e8;
    box-shadow: 6px 6px 12px #000000, -6px -6px 12px #000000;
    width: 220px;
    height: 45px;
  }
  
  .confine:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  }
  
  .confine:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .confine:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #49faaa;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .confine:hover {
    color: #ffffff;
    border: 1px solid #49faaa;
  }
  
  .confine:hover:before {
    top: -35%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  
  .confine:hover:after {
    top: -45%;
    background-color: #49faaa;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }


.line3{
    border-top: 5px dashed #49faaa;
    width: 1800px;
    position: relative;
    bottom: 500px;
}

.contact_h1{
    color: white;
    font-family: Poppins;
    position: relative;
    bottom: 500px;
    left: 700px;
}

.white_box{
    background-color: rgb(228, 225, 225);
    width: 700px;
    height: 450px;
    position: relative;
    bottom: 500px;
    left: 10px;
    border: 15px solid #49faaa;
    padding: 50px;
    margin: 20px;
}

.color_box{
    background-color: #49faaa;
    width: 500px;
    height: 450px;
    position: relative;
    bottom: 1099px;
    left: 800px;
    border: 15px solid #49faaa;
    padding: 50px;
    margin: 20px;
}

.triangle{
    width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-right: 50px solid #49faaa;
	border-bottom: 25px solid transparent;
    position: relative;
    bottom: 1500px;
    left: 780px;
}

.whatsapp{
  position: relative;
  top: 82px;
  right: 65px;
}

.mail{
  position: relative;
  top: 20px;
  right: 12px;
}

.git{
  font-family: Poppins;

}

.label_name{
  font-family: Poppins;
  font-size: 18px;
}

.label_email{
  font-family: Poppins;
}

.label_message{
  font-family: Poppins;
}

.input_name{
  width: 200px;
  height: 30px;
  font-family: Poppins;
  border: #49faaa solid 1px;
}

.input_mail{
  width: 200px;
  height: 30px;
  font-family: Poppins;
  border: #49faaa solid 1px;
}

.message{
  width: 500px;
  height: 200px;
  font-family: Poppins;
  border: #49faaa solid 1px;
}

.mobileno{
  position: relative;
  left: 100px;
  top: 10px;
  font-family: "Nanum Gothic Coding", monospace;
}

.mymail{
  position: relative;
  left: 100px;
  bottom: 60px;
  font-family: "Nanum Gothic Coding", monospace;
}

.rmh{
  font-family: Poppins;
}

.insta{
  filter: drop-shadow(20px 20px 10px solid rgb(0, 0, 0));
}

.button {
  width: 90px;
  height: 40px;
  position: relative;
  top: 40px;
  right: 500px;
  font-family: var(--font);
  color: #3b82f6;
  font-weight: 600;
  background-color: #fff;
  border: none;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  transition: all ease 100ms;
}

button:hover {
  background-color: #cbdcf8;
}

button:focus {
  background-color: #cbdcf8;
}

button::before {
  content: 'done✅';
  position: absolute;
  color: #091a22;
  left: 0;
  top: -14px;
  right: 0;
  transition: all ease 300ms;
  opacity: 0%;
}

button:focus::before {
  opacity: 100%;
  transform: translatey(26px);
}

.submit {
  transition: all ease 100ms;
  opacity: 100%;
}

button:focus > .submit {
  opacity: 0%;
}

