@font-face {
  font-family: 'neontubes';
  src: url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.eot");
  src: url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.eot?#iefix") format("embedded-opentype"), url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.woff2") format("woff2"), url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.woff") format("woff"), url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
} 

body{
    font-family: "neontubes";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url('/assets/WebsiteImageTest.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #030c1c;
    margin: 0;
    padding: 0;
    height: 100vh;
    color: white;
    overflow: hidden;
}

.wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 10vh 1fr;
  height: 100%;
  gap: 2rem;
}

.contact-container {
  grid-row: 2;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.main-header{
  height: 10vh;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  background-color: #030c1c9f;
  width: 100%;
  padding: 3%;
  position: fixed;
  top: 0;
  backdrop-filter: blur(3px);
  align-items: center;
}

.home-button a {
  display: flex;
  flex-direction: row;
  width: fit-content;
  height: fit-content;
  border-radius: 15px;
  background: linear-gradient(270deg, #ff003c, #2695ff);
  height: fit-content;
  align-items: center;
  font-size: calc(1vw + 1vh);
  gap: 1rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
  padding: 10%;
}

.home-button img {
  height: 5vh;
  margin: 0;
  padding: 0;
}

.main-title h1 {
  font-size: calc(1.2vw + 1.2vh);
}

.boxes, .contact-right {
  background-color: #030c1c;
  border-radius: 25px;
  padding: 3%;
  width: 40%;
}

.boxes {
  height: fit-content;
  padding: calc(1.5vw + 1.5vh);
}

/* #030c1c */

.contact-left{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  height: 100%;
}

.contact-left label {
  font-size : calc(0.7vw + 0.7vh);
}

.contact-left-title h2{
  font-weight: 600;
  color: #ffd9e2;
  font-size: calc(2vw + 2vh);
  margin-bottom: 10px;
}

.contact-left-title hr{
  border: none;
  width: 40%;
  height: 5px;
  background-color: #2695ff;
  border-radius: 10px;
  margin-bottom: 7%;
}

.contact-right-title h2{
  font-weight: 600;
  color: #ffd9e2;
  font-size: 2.3vw;
  margin-bottom: 10px;
}

.contact-right-title hr{
  border: none;
  width: 30%;
  height: 5px;
  background-color: #2695ff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.social {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 20px 0;
  overflow: auto;
}

.social .glow-on-hover {
  margin: 0 10px;
  width: fit-content;
}

.contact-inputs{
  width: 100%;
  height: 5vh;
  border: none;
  outline: none;
  padding-left: 25px;
  font: 500;
  color: #1d1e1f;
  border-radius: 50px;
}

.contact-left textarea{
 height: 14vh;
 padding-top: 2vh;
 border-radius: 20px;
}

.contact-inputs:focus{
  border: 2px solid #2695ff;
}

.contact-inputs::placeholder{
  color: #64696e;
}
.contact-left button{
 display: flex;
 align-items: center;
 padding: 3% 4%;
 font-family: "neontubes";
 color: white;
 font-size: calc(0.6vw + 0.6vh);
 gap: 10px;
 border: none;
 border-radius: 25px;
 background: linear-gradient(270deg, #ff003c, #2695ff);
 cursor: pointer;
}
.contact-left button img{
  height: 3vh;
}
@media (max-width: 800px){
  .contact-right{
    display: none;
  }

  .home-button a {
    gap: 0.5rem;
    font-size: calc(1.2vw + 1.2vh);
  }

  .main-title h1 {
    font-size: calc(1.7vw + 1.7vh);
  }

  .boxes {
    width: 85%;
  }

  .contact-left button {
    font-size: calc(1.5vw + 1.5vh);
  }

  .contact-left button img{
  height: 5vh;
  }
}

.webdev {
  color: #ffd9e2;
  text-shadow: 0 0 0 transparent, 0 0 10px #ff003c, 0 0 20px rgba(255, 0, 60, 0.5), 0 0 40px #ff003c, 0 0 100px #ff003c, 0 0 200px #ff003c, 0 0 300px #ff003c, 0 0 500px #ff003c, 0 0 1000px #ff003c;
  -webkit-animation: blink 4s infinite alternate;
          animation: blink 4s infinite alternate;
}

.socod {
  font-size: 4vw;
  color: #d4eaff;
  text-shadow: 0 0 0 transparent, 0 0 10px #2695ff, 0 0 20px rgba(38, 149, 255, 0.5), 0 0 40px #2695ff, 0 0 100px #2695ff, 0 0 200px #2695ff, 0 0 300px #2695ff, 0 0 500px #2695ff;
  -webkit-animation: buzz 0.01s infinite alternate;
          animation: buzz 0.01s infinite alternate;
}

.glow-on-hover {
    width: fit-content;
    height: fit-content;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    font-family: 'neontubes', sans-serif;
    font-size: 1vw;
    display: flex;
}

.glow-on-hover svg {
  vertical-align: middle;
  margin: calc(0.2vw + 0.2vh);
  width: 3vw;
  height: auto;
  fill: white;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff003c, #2695ff, #ff003c, #2695ff, #ff003c, #2695ff, #ff003c, #2695ff, #ff003c);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000;
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #ff003c, #2695ff);
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

@-webkit-keyframes buzz {
  70% {
    opacity: 0.80;
  }
}

@keyframes buzz {
  70% {
    opacity: 0.80;
  }
}

@-webkit-keyframes blink {
  40% {
    opacity: 1;
  }
  42% {
    opacity: 0.8;
  }
  43% {
    opacity: 1;
  }
  45% {
    opacity: 0.2;
  }
  46% {
    opacity: 1;
  }
}

@keyframes blink {
  40% {
    opacity: 1;
  }
  42% {
    opacity: 0.8;
  }
  43% {
    opacity: 1;
  }
  45% {
    opacity: 0.2;
  }
  46% {
    opacity: 1;
  }
}
