:root {
  --primary: #472605;
  --bg: #010101;
}

body {
  background-color: #050505;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
}

.navbar {
  z-index: 3;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.navbar-color {
  background: rgba(0, 0, 0, 0.35);
  transition: all ease-in-out 0.3s;
}

.navbar .navbarlogo {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  font-style: italic;
  text-decoration: none;
}

.navbar .navbarlogo span {
  color: var(--primary);
}

.nav-link {
  font-weight: 600;
}

.card {
  height: 440px;
  border: none;
}

.card-body h4 {
  color: #000;
  font-weight: 600;
  font-size: 125%;
  line-height: 0.8rem;
}

.card-body p {
  color: #141414;
  font-weight: 400;
  font-size: 14px;
}

.card:hover {
  background: #ff9148;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  transition: all ease-in-out 0.2s;
}

.card:hover .card-body h4 {
  color: #fff;
  transition: all ease-in-out 0.2s;
}

.card:hover .card-body p {
  color: #fff;
  transition: all ease-in-out 0.2s;
}

footer {
  width: 100%;
  height: 100%;
  background: #000;
}

footer p {
  color: #fff;
}

.whatsapp {
  color: #fff;
  margin-left: 10px;
  text-decoration: none;
}
.email {
  color: #fff;
  margin-left: 10px;
  text-decoration: none;
}

.footer h6 {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  margin: 10px;
}

.vist us {
  color: #fff;
}

.copyright {
  color: #fff;
  bottom: 10%;
}

.maps {
  width: 100%;
  height: 510px;
}

.maps-wrap {
  max-width: 1400px;
  border: 1px solid #ff9148;
}

.videoyt {
  width: 100%;
  height: 400px;
}

.videoyt-wrap {
  max-width: 800px;
  border: 0px;
}
