footer {
  position: relativep;
}

footer .footer-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 400px;
  height: 300px;
  object-fit: cover;
}

footer .social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

footer .iata-logo {
  width: 100px;
}

footer p {
  color: #666666;
}

footer .social-icons a {
  background-color: var(--brown-color);
  border-radius: 35px;
  width: 40px;
  height: 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .social-icons a:hover {
  background-color: #65081ed6;
}

footer ul {
  padding: 0;
}

footer ul li {
  margin-bottom: 10px;
}

footer .link-head {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  color: #222222;
}

footer ul li a {
  color: #666666;
  font-size: var(--paragraph-font-size);
}

footer ul li a:hover {
  color: var(--blue-color);
}

footer .copy-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  overflow: hidden;
}

footer .copy-right p,
footer .copy-right a {
  color: #666666;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

footer {
  padding-top: 90px;
}

/*  */