* {
  margin: 0;
  padding: 0;
  font-family: "poppins", sans-serif;
  box-sizing: border-box;
}
*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.index {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(12, 3, 51, 0.3), rgba(12, 3, 51, 0.3));
  position: relative;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .nav {
  font-family: lato;
  font-size: 20px;
  color: blanchedalmond;
}

nav .logo {
  width: 120px;
}
nav ul li {
  margin-top: 2%;
  list-style: none;
  display: inline-block;
  margin-left: 10px;
  justify-content: left;
  font-family: "lato";
  color: #fff;
}*/
.nav ul li a {
  text-decoration: none;
  font-size: 25px;
  color: red;
}
/* .content {
  display: contents;
  justify-content: center;
  align-items: center;
  position: absolute;
} */
/* H1 hover start */
/* .content h2 {
  font-size: 80px;
  position: absolute;
   text-align: center; 
  transform: translate(-50%, -50%);
  margin-left: 50%;
}

.content h2:nth-child(1) {
  color: #c5aaaa;
  -webkit-text-stroke: 2px #ae4b4b;
}

.content h2:nth-child(2) {
  color: #a82c2c;
  animation: animate 4s ease-in-out infinite;
} 

@keyframes animate {
  0%,
  100% {
    clip-path: polygon(
      0% 45%,
      16% 44%,
      33% 50%,
      54% 60%,
      70% 61%,
      84% 59%,
      100% 52%,
      100% 100%,
      0% 100%
    );
  }
  50% {
    clip-path: polygon(
      0% 60%,
      15% 65%,
      34% 66%,
      51% 62%,
      67% 50%,
      84% 45%,
      100% 46%,
      100% 100%,
      0% 100%
    );
  }
} */

/* H1 hover end */
.content {
  text-align: center;
  height: 100vh;
}

.content h1 {
  font-size: 80px;
  color: rgb(169, 243, 49);
  font-weight: 800;
  line-height: 80px;
  transition: 0.3s;
  margin-top: 10px 0 30px;
  font-family: "lato";
}
.content h1:hover {
  -webkit-text-stroke: 2px #fff;
  color: transparent;
}
*/ .videoindex {
  position: absolute;
  height: 900px;
  width: 100%;
}
@media screen and (min-width: 567px) and (max-width: 768px) {
  .nav {
    height: 300px;
    width: 100%;
    position: absolute;
  }
  .content h1 {
    font-size: 70px;
  }
}
@media screen and (min-width: 567px) and (max-width: 768px) {
  .videoindex {
    height: 300px;
    width: 100%;
    position: absolute;
  }
  .content h1 {
    font-size: 70px;
  }
}
@media (min-width: 668px) {
  .videoindex {
    height: 900px;
    width: 100%;
    position: absolute;
  }
  .content h1 {
    font-size: 80px;
  }
}
@media (min-width: 729px) {
  .content h1 {
    font-size: 110px;
  }
}
@media (min-width: 730px) {
  .content h1 {
    font-size: 130px;
  }
}
@media (min-width: 900px) {
  .content h1 {
    font-size: 137px;
  }
}
@media (min-width: 901px) {
  .content h1 {
    font-size: 145px;
  }
}
@media (min-width: 1067px) {
  .content h1 {
    font-size: 150px;
  }
}
@media (min-width: 1068px) {
  .content h1 {
    font-size: 160px;
  }
}
@media (min-width: 1200px) {
  .content h1 {
    font-size: 170px;
  }
}

/* button hover start */

/* button hover end */
.back-video {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-aspect-ratio: 16/9) {
  .back-video {
    width: auto;
    height: 100%;
  }
}

@media (max-width: 998px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 45%;
  }
}

/* Contact us start */

.container form {
  width: 100%;
  max-width: 593px;
  padding: 50px 0px 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  position: relative;
}

.useful-links {
  position: absolute;
  top: 5%;
  right: 5%;
}
.useful-links a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.fa-paper-plane {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  font-size: 26px;
  padding: 20px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.input-group {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 10px 0;
  position: relative;
}
.input-group label {
  flex-basis: 28%;
  color: #0f0e0e;
}
.input-group input,
.input-group textarea {
  flex-basis: 68%;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 10px 0;
  /*border-bottom: 1px solid #999;*/
  color: #333;
  border: 1px solid black;
  font-size: 16px;
}
::placeholder {
  font-size: 14px;
}

form send_bt {
  background: #141a34;
  color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 10px 40px;
  outline: 0;
  cursor: pointer;
  display: block;
  margin: 30px auto 10px;
}
.input-group span {
  position: absolute;
  bottom: 12px;
  right: 17px;
  font-size: 14px;
  color: red;
}
#submit-error {
  color: red;
}

.input-group span i {
  color: seagreen;
}

/* Contact us end */
