:root {
  --primary-color: #63b779;
}

body {
  font-family: "Karla", sans-serif;
  background-image: url("../images/bg-2.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  padding-bottom: 75px;
  position: relative;
}
@media (min-width: 768px) {
  body {
    padding-bottom: 110px;
  }
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-dark {
  padding-top: 35px;
  padding-bottom: 35px;
}
.navbar-dark .navbar-text {
  color: #ffffff;
  opacity: 1;
  padding: 0 20px;
  border-right: 1px solid #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.navbar-dark .navbar-text:last-child {
  border-right: 0;
}
@media (max-width: 767px) {
  .navbar-dark {
    padding-bottom: 0;
  }
}

.page-title {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 35px;
    margin-bottom: 14px;
  }
}

.page-description {
  max-width: 465px;
  font-size: 18px;
  margin-bottom: 59px;
}
@media (max-width: 767px) {
  .page-description {
    font-size: 14px;
  }
}

p {
  font-size: 14px;
  margin-bottom: 21px;
}

.contact-us {
  padding: 1rem;
  background-color: var(--primary-color);
}
.contact-us h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-us .contact-list {
  list-style: none;
  padding: 0;
}
.contact-us .contact-list .list-item {
  margin-bottom: 12px;
  font-size: 16px;
  display: flex;
  gap: 10px;
}
.contact-us .contact-list .list-item span {
  font-weight: bold;
}
.contact-us .contact-list .list-item a {
  color: #ffffff;
}

.footer-social-links .social-link {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  margin-right: 16px;
  transition: all 0.3s ease-in-out;
}
.footer-social-links .social-link:last-child {
  margin-right: 0;
}
.footer-social-links .social-link:hover {
  text-decoration: none;
  background-color: var(--primary-color);
  color: #ffffff;
}
/*# sourceMappingURL=bd-coming-soon.css.map */
