.nav-link.active {
  color: hsl(0, 0%, 0%) !important;
}
.nav-link {
  color: hsl(215, 42%, 52%) !important;
}
.hero {
  position: relative;
  background-image: url(../images/6530de6f8bce4.jpg),
    linear-gradient(to bottom right, #aa96da, #118df0) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: multiply;
}
.hero-mid {
  position: relative;
  background-image: url(../images/6868768.jpg),
    linear-gradient(to bottom right, #2f2f2f, #516bff) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: multiply;
}
.top-hero{
  position: relative;
  background-image: url(../images/149614986.jpg),
    linear-gradient(to bottom right, #aa96da, #118df0) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: multiply;
  background-position: center;
}
p{
  font-size:18px;
}
li{
  font-size:18px;
}
.card{
  height:100%;
}

a {
  transition: .3s;
  text-decoration-line: none;
}

a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #ffc107;
}

.footer {
  position: relative;
  padding-top: 45px;
  background: #121518;
}

.footer .footer-about,
.footer .footer-contact,
.footer .footer-links,
.footer .footer-project {
  position: relative;
  margin-bottom: 45px;
  color: #999999;
}

.footer .footer-about h3,
.footer .footer-contact h3,
.footer .footer-links h3,
.footer .footer-project h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #ffc107;
}

.footer .footer-about h3::after,
.footer .footer-contact h3::after,
.footer .footer-links h3::after,
.footer .footer-project h3::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #eeeeee;
}

.footer .footer-social {
  position: relative;
  margin-top: 20px;
}

.footer .footer-social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 6px 0;
  text-align: center;
  color: #ffc107;
  font-size: 14px;
  border: 1px solid #ffc107;
  border-radius: 35px;
}

.footer .footer-social a:hover {
  color: #ffffff;
  background: #ffc107;
  border-color: #ffc107;
}

.footer .footer-contact p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #999999;
}

.footer .footer-contact i {
  margin-right: 10px;
  font-size: 16px;
  color: #ffc107;
}

.footer .footer-contact a:last-child i {
  margin: 0;
}

.footer .footer-contact a:hover i {
  color: #0085ff;
}

.footer .footer-links a {
  display: block;
  margin-bottom: 6px;
  padding-left: 15px;
  color: #999999;
}

.footer .footer-links a:last-child {
  margin: 0;
}

.footer .footer-links a:hover {
  color: #ffc107;
}

.footer .footer-links a::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  color:#ffc107;
}

.footer .footer-project {
  float: left;
  font-size: 0;
}

.footer .footer-project a {
  padding: 0 8px 8px 0;
  display: block;
  width: 33.33%;
  float: left;
}

.footer .footer-project a img {
  width: 100%;
}

.footer .footer-newsletter {
  margin-bottom: 35px;
  max-width: 700px;
  text-align: center;
  color: #999999;
}

.footer .footer-newsletter input {
  height: 35px;
  border: 2px solid #ffc107;
  border-radius: 5px;
  background: rgba(256, 256, 256, .15);
  margin-bottom: 15px;
  color: #ffffff;
}

.footer .footer-newsletter input::placeholder {
  color: #ffc107;
  opacity: 1; /* Firefox */
}

.footer .footer-newsletter input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ffc107;
}

.footer .footer-newsletter .btn {
  display: block;
  width: 100%;
  height: 35px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  background: #ffc107;
  border-radius: 5px;
  border: none;
  transition: .3s;
}

.footer .footer-newsletter .btn:hover {
  color: #000000;
  background: #ffffff;
}

.footer .footer-newsletter .btn:focus {
  box-shadow: none;
}


.footer .copyright {
  position: relative;
  padding: 25px 0;
  background: #000000;
}

.footer .copyright .copy-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.footer .copyright .copy-text p a {
  color: #ffc107;
  text-decoration: none;
}

.footer .copyright .copy-text p a:hover {
  color: #ffc107;
}

.footer .copyright .copy-menu {
  position: relative;
  font-size: 0;
  text-align: right;
}

.footer .copyright .copy-menu a {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .copyright .copy-menu a:hover {
  color: #ffc107;
}

.footer .copyright .copy-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

@media (max-width: 767.98px) {
  .footer .copyright .copy-text,
  .footer .copyright .copy-menu {
      text-align: center;
  }
  
  .footer .copyright .copy-text p {
      margin-bottom: 5px;
  }
  
}