html,
body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.container {
  max-width: 1000px;
}

hr {
  margin: 3rem 0;
  border-bottom: 1px solid black;
}

.btn-moviter {
  background-color: #bc8d41 !important;
  border-color: #bc8d41 !important;
  border-radius: 0 !important;
  color: white;
}

.btn-moviter:hover {
  color: white;
}

#intro {
  overflow: hidden;
}

#intro .container-fluid {
  padding: 0 15%;
}

#intro .image {
  width: 100%;
  height: 70vh;
  background-position: center;
  background-size: cover;
}

#intro video {
  width: 600px;
  height: 600px;
  padding: 0 15px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  overflow: hidden;
}

#content .bg-custom {
  background-color: #bc8d4133;
}

#footer {
  margin-bottom: 3rem;
}

#footer h5,
#footer p {
  margin: 0;
}

#footer h5 {
  font-size: 16px;
  color: #bc8d41;
}

#footer .brands {
  width: 100%;
  height: 10vh;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  #intro .container-fluid {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  #intro video {
    width: 100%;
    height: 100%;
  }

  .container-600 {
    max-width: initial;
  }
}

