* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}
#video{
  filter: brightness(50%);

}
.all,
#video {
  
  width: 100%;
  pointer-events: none;
  touch-action: none;
  user-select: none;
}
.all {
  touch-action: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.all-contact {
  max-width: 750px;
  margin: auto;
}

.contactForm {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.495);
  transform: translate(-50%, -25%);
  z-index: 1;
  height: 570px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.support {
  display: flex;
  flex-direction: column;
  color: white;
}

.header h1 {
  color: white;
  padding-left: 30px;
  padding-top: 45px;
}
.support h1 {
  padding-top: 10px;
  padding-left: 30px;
  color: white;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.support p {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin-top: 10px;
  padding-left: 30px;
}
.namePhone {
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  gap: 15px;
}
.email {
  margin-top: 20px;
}
.name input,
.phone input {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 10px;
  padding-left: 0%;
  width: 350px;
  display: flex;
  flex-direction: column;
  color: white;
}
.contact label {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}
.email input,
.textarea textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  padding: 10px;
  padding-left: 0%;
  color: white;
  width: 710px;
}

.emailTextarea {
  display: flex;
  flex-direction: column;
  gap: 20px;

  padding: 30px;
}
.contactForm button {
  margin-top: 10px;
  padding: 10px;

  width: 150px;
  margin-left: 302.5px;
  border: none;
  color: white;
  background-color: rgba(114, 10, 10, 0.587);
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.contactForm button a {
  color: white;
  text-decoration: none;
}
.menubar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  padding: 10px 50px;
  width: 100%;
}
.menubar h1 {
  color: white;
  font-size: 25px;
  font-family: "Inter", serif;
}
.menubar input {
  padding: 10px;
  background-color: black;
  border: white 1px solid;
  color: white;
}
.search {
  display: flex;
  align-items: center;
  gap: 15px;
}
.links a {
  color: white;
  text-decoration: none;
  font-family: "Inter", serif;
  font-weight: 700;
  transition: color 0.2s ease-in-out;
}
.links a:hover {
  color: rgba(255, 0, 0, 0.55);
  text-decoration: underline;
}
.links {
  display: flex;
  gap: 20px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-links {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-links a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-links a:hover {
  color: black;
}
.dropdown:hover .dropdown-links {
  display: block;
}

.menubar i {
  color: white;
  display: none;
}
.all1 {
  display: none;
}
#mobile {
  display: none;
}
html,
body {
  overflow-x: hidden;
}

@media screen and (min-width: 360px) and (max-width: 640px) {
  .button {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .support h1 {
    margin-top: 30px;
  }
  .contactForm button {
    margin-left: unset;
  }
  #mobile {
    display: block;
  }
  .menubar {
    width: 100%;
  }
  .search {
    display: none;
  }
  .links {
    display: none;
  }
  .menubar img {
    width: 60px;
  }
  .menubar i {
    display: block;
    font-size: 22px;
  }
  #mobile {
    display: block;
  }

  #video {
    position: fixed;
    top: 0;
    left: 0;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
       filter: brightness(50%);
  }
  .all,
  #video {
 
    width: 100%;
    pointer-events: none;
    touch-action: none;
    user-select: none;
  }
  .all {
    touch-action: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }

  .all-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 30px 0;
  }

  .contactForm {
    position: relative;
    height: auto;
    width: 90%;
    padding-bottom: 30px;
    transform: none;
    top: unset;
    left: unset;
  }

  .namePhone,
  .emailTextarea {
    display: flex;
    flex-direction: column;
    padding-right: unset;
  }
  .name input,
  .phone input {
    width: 100%;
  }
  .email input {
    width: 100%;
  }
  .textarea textarea {
    width: 100%;
  }
  .support {
    width: 90%;
    height: auto;
  }
  .all-text {
    height: 700px;
  }
}
