@font-face {
  font-family: 'Aeonik-Regular';
  src: url(../fonts/Aeonik-Regular.woff2) format("woff2"),
  url(../fonts/Aeonik-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Aeonik-Light';
  src: url(../fonts/Aeonik-Light.woff2) format("woff2"),
  url(../fonts/Aeonik-Light.woff) format("woff");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Aeonik-Medium';
  src: url(../fonts/Aeonik-Medium.woff2) format("woff2"),
  url(../fonts/Aeonik-Medium.woff) format("woff");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Aeonik-Bold';
  src: url(../fonts/Aeonik-Bold.woff2) format("woff2"),
  url(../fonts/Aeonik-Bold.woff) format("woff");
  font-weight: normal;
  font-style: normal
}


body {

  padding: 0;
  margin: 0;
  font-family: 'Aeonik-Regular';
  font-size: 20px;
  overflow-x: hidden;
}

.grid-container {
  max-width: 2560px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 2

}
.logo {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2
}

.left-box {
  padding: 40px;
  margin-top: 100px
}

.logo img {
  width: 300px;

}

h2 {
  font-family: 'Aeonik-Bold';
  font-size: 30px;
  color: #95E4AC;
  line-height: 1.4
}

h3 {
  font-family: 'Aeonik-Bold';
  font-size: 22px;
  color: #95E4AC;
  line-height: 1.4
}

p {
  font-family: 'Aeonik-Regular';
  font-size: 18px;
  color: #95E4AC;
  line-height: 1.4
}

#home {
  position: relative;
  min-height: 689px;
  background: rgba(10, 83, 107, 0.95);
}


.video-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.video-container video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
  height: 100%;
  width: 100%

}

.contact-form h2 {
  margin-top: 40px;
  margin-bottom: 1em
}

.contact-form [type='text'], .contact-form textarea {
  background: rgba(16, 159, 172, 0.2);
  border: none;
  box-shadow: none;
  color: #95E4AC
}
.arrow {
  display: none
}


.contact-form ::placeholder {
  font-family: 'Aeonik-Regular';
  font-size: 18px;
  color: #95E4AC;
}
.contact-form button {
  font-family: 'Aeonik-Bold';
  font-size: 24px;
  color: #095B72;
  transition: all .5s ease-in-out;
}

.contact-form button:hover {
  color: #95E4AC;
}
@media screen and (max-width:1023px) {
  .video-container {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    min-height: 100vh
  }
  .video-container video {
  height: 100%;

  }
  #home {
    height: unset
  }
  .left-box {
    margin-top: 0;

  }
  .arrow {
    position: absolute;
      z-index: 2;
      bottom: 20px;
      left: 0;
      right: 0;
      text-align: center;
      max-width: 90px;
      margin: 0 auto;
      display: block

  }
}

@media screen and (max-width:768px) {
  .logo img {
    width: 200px
  }
  h2 {
    font-size: 28px
  }

  h3 {
    font-size: 20px
  }
  p {
    font-size: 16px
  }
}
