body {
  font-family: "Montserrat", sans-serif !important;
}

#myVideo::-webkit-media-controls {
  display: none !important;
}

#myVideo::-webkit-media-controls-enclosure {
  display: none !important;
}

#myVideo::-webkit-media-controls-panel {
  display: none !important;
}

.mainvideo {
  width: 100%;
  height: 100%;
}

.start {
  display: flex;
}

.logo {
  width: 230px;
}

@media (max-width: 768px) {
  .logo {
    width: 130px;
  }

  h1 {
    font-size: 20px !important;
  }
  p {
    font-size: 16px !important;
  }
  .footer {
    font-size: 12px !important;
  }
  .formBtn {
    position: absolute;
    top: 90% !important;
    left: 50%;
  }
  .about {
    padding-top: 20px !important;
  }
}

@media (max-width: 992px) {
  .navbar-nav {
    text-align: center;
  }

  .about-p {
    text-align: start !important;
  }
}

.navbar {
  color: white;
  background-color: rgb(0, 0, 0) !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8) !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255) !important;
}

.about {
  display: flex;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: black !important;
  font-size: 20px;
}

.about-p {
  text-align: justify;
}

.title p {
  font-size: 18px;
  font-weight: 600;
}

.form {
  background-color: black;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 150px;
  position: relative;
}

input {
  background-color: #262626 !important;
  border: none !important;
  color: #fff !important;
}

.form-control:focus {
  box-shadow: none !important;
}

textarea {
  background-color: #262626 !important;
  border: none !important;
  color: #fff !important;
}

.textArea {
  margin-top: 1px !important;
}

select {
  background-color: #262626 !important;
  border: none !important;
  color: #fff !important;
}

.check {
  text-transform: uppercase;
}

.title {
  color: #fff;
  text-align: center;
  margin-bottom: 20px !important;
}

.footer {
  background-color: #262626;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.formBtn {
  padding: 10px 50px !important;
  position: absolute;
  top: 86%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #262626;
  color: #fff;
  border: none;
  border-radius: 5px;
  width: auto !important;
}

.formBtn:hover {
  background-color: #141414;
}

.col-md-2 {
  margin-top: 3px !important;
}
