/*=======================================================
                       Footer
=========================================================*/
footer {
  padding-top: 200px;
}

footer::after {
  background: #0B1938B0;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

footer .gradient-text {
  font-style: normal;
  font-weight: bold;
  font-size: 120px;
  line-height: 146px;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(40, 86, 189, 0.5) 0%, rgba(14, 28, 58, 0) 118.84%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

ul.social-icons li i::before {
  background: linear-gradient(27.11deg, #74F2F8 8.71%, #1E4A97 83.24%);
  padding: 19px 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
}

.social-icons {
  list-style: none;
  display: inline-flex;
}

.social-icons li {
  padding: 15px;
  cursor: pointer;
}

.social-icons li:hover i::before {
  background: linear-gradient(55.35deg, #F3D75C 19.55%, #D88443 85.36%);
}

.block-social-icons {
  margin-top: -65px;
  display: flex;
  justify-content: center;
}

.row.logo-footer {
  text-align: center;
}

footer .navbar-brand {
  margin: 35px;
}

footer .footer-menu ul li a:hover {
  background: linear-gradient(55.35deg, #F3D75C 19.55%, #D88443 85.36%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.col.footer-menu ul {
  list-style: none;
  display: inline-flex;
}

.col.footer-menu ul li {
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat;
  padding: 0 15px;
  font-size: 16px;
}

.col.footer-menu ul li a {
  color: #fff;
}

.col.footer-menu {
  text-align: center;
}

.col.copyright {
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 15px 0 100px 0;
}

@media (max-width: 767px) {
  footer .gradient-text {
    font-size: 46px;
  }
  .col.footer-menu ul {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}

@media (min-width: 359px) and (max-width: 555px) {
  .container-map {
    padding-bottom: 400px;
  }
}

@media (max-width: 358px) {
  .container-map {
    padding-bottom: 650px;
  }
}

footer {
  position: relative;
  z-index: 1;
}