* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  font-family: "Monument Extended", sans-serif;
  background: #262625;
  white-space: nowrap;
}

a {
  color: #cdc6be;
  text-decoration: none;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Monument Extended", sans-serif;
}



.contact-container{
  grid-template-columns: repeat(2,1fr);
  bottom: 0;
}
.form-container{
  margin: auto;
  width: 100%;
  flex-direction: column;
  background-color: transparent;
  display:flex;
  align-items: center;
  margin-top: 5%;
  font-size: 30px;
  overflow: hidden;
}
.contact-form{
  width:100%;
  color: white;
  width: 800px;
  padding: 10px;
  display: grid;
  row-gap: 1rem;
  margin-top: 10px;
}
.contact-form input,
.contact-form textarea{
  width: 100%;
  border: none;
  outline: none;
  padding: 0px;
  font-size: 0.9rem;
  border-radius: 0.5rem;
  padding: 18px;
  background-color: aliceblue;
}

.contact-form .send-botton{
  border: none;
  outline: none;
  background: black;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  color: #eae9e4;
  width: 100px;
  text-align: center;
  transition: all 0.3s;
}
.contact-form .send-botton:hover{
  background: hsla(0, 0%, 2%, 0.245);
}
.Contact-Video{
  z-index: -2;
  width: 100%;
  align-items: center;
  box-shadow: 0 0 1rem hsla(0 0 0/16%);
  border-radius: 0.50rem;
  position: absolute;
}
.form-container h3{
  color: #eae9e4;
  font-size: 45px;
}
.form-container h5{
  color: #eae9e4;
  font-size: 20px;
}

il{
  color: red;
}

label{
  font-size: 22px;
  margin-bottom: -10px;
}

@media(max-width:964px){
  .contact-container{
    margin: 0 auto;
    width: 90%;
    margin-top: 8%;
  }
  .contact-form{
    margin: 0 auto;
    width: 90%;
  }
  .form-container h5{
    font-size: 10px;
  }
  .form-container h3{
    font-size: 20px;
  }
  .form-container label{
    font-size: 15px;
  }
  .contact-form .send-botton{
    outline: none;
    background: black;
    font-size: 10px;
    font-weight: 500;
    cursor: pointer;
    color: #eae9e4;
    width: 100px;
    text-align: center;
  }
}
#back4 a{
  cursor: pointer;
  font-size: 15px;
  margin: 2em 3em;
  position: relative;
  text-shadow: 0 0 10px blue ;
  text-transform: uppercase;
  position: absolute;
  color: white;
  font-family: "DotGothic16", sans-serif;
  text-decoration: underline;
}
@media (min-width: 960px){
  #back4 a{
    font-size: 25px;
  }
}