footer {
  overflow: hidden;
}
footer .footer-wrapper {
  border-radius: 100px 100px 0 0;
  padding: 3.22rem 3.88rem 0;
  background-color: #4f5576;
}
@media screen and (max-width: 1200px) {
  footer .footer-wrapper {
    padding: 2rem 2rem 0;
  }
}
footer .footer-wrapper .footer-newsletter {
  border-radius: 40px;
  padding: 3rem 0;
  background: url('../img/footer/newsletter-bg.png') no-repeat center center / cover;
}
footer .footer-wrapper .footer-newsletter .newsletter-title {
  margin-bottom: 1.22rem;
  font-size: 1.66rem;
  color: #505678;
}
footer .footer-wrapper .footer-newsletter .newsletter-desc {
  margin-bottom: 1.22rem;
  color: #707070;
  font-size: 1rem;
}
footer .footer-wrapper .footer-newsletter .newsletter-form {
  display: flex;
  gap: 0.77rem;
  width: 100%;
}
@media screen and (max-width: 576px) {
  footer .footer-wrapper .footer-newsletter .newsletter-form {
    flex-direction: column;
  }
}
footer .footer-wrapper .footer-newsletter .newsletter-form input {
  all: unset;
  border-radius: 10px;
  padding: 0 1.11rem;
  background-color: #fff;
  flex-grow: 1;
  font-size: 1rem;
  height: 2.55rem;
}
footer .footer-wrapper .footer-newsletter .newsletter-form .golbal-btn {
  flex-shrink: 0;
}
footer .footer-wrapper .footer-links {
  border-bottom: 1px solid #5d6575;
  padding: 3rem 0 1.88rem;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 1200px) {
  footer .footer-wrapper .footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-wrapper .footer-links {
    flex-direction: column;
  }
}
footer .footer-wrapper .footer-links .footer-col {
  flex-grow: 1;
  flex-shrink: 0;
}
footer .footer-wrapper .footer-links .footer-col .footer-col-title {
  margin-bottom: 3rem;
  font-size: 1.33rem;
  color: #fff;
  position: relative;
}
footer .footer-wrapper .footer-links .footer-col .footer-col-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.5rem;
  border-radius: 10px;
  width: 80px;
  height: 4px;
  background-color: #ffd181;
}
footer .footer-wrapper .footer-links .footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 1.11rem;
}
footer .footer-wrapper .footer-links .footer-col ul li {
  display: flex;
  align-items: center;
  gap: 0.66rem;
}
footer .footer-wrapper .footer-links .footer-col ul li .bi,
footer .footer-wrapper .footer-links .footer-col ul li span {
  color: #fff;
  font-size: 0.88rem;
}
footer .footer-wrapper .footer-links .footer-col ul li a {
  font-size: 0.88rem;
  color: #fff;
  transition: all 0.3s ease;
}
footer .footer-wrapper .footer-links .footer-col ul li a:hover {
  color: #F99B5E;
}
footer .footer-wrapper .footer-bottom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1.66rem;
}
@media screen and (max-width: 1200px) {
  footer .footer-wrapper .footer-bottom {
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .footer-wrapper .footer-bottom .footer-copyright {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  footer .footer-wrapper .footer-bottom .footer-copyright {
    width: 100%;
    text-align: center;
  }
}
footer .footer-wrapper .footer-bottom .footer-links-bottom {
  display: flex;
  align-items: center;
  gap: 1.66rem;
}
footer .footer-wrapper .footer-bottom .footer-links-bottom a {
  font-size: 0.88rem;
  color: #F99B5E;
}
footer .footer-wrapper .footer-bottom .footer-social {
  display: flex;
  gap: 0.88rem;
}
footer .footer-wrapper .footer-bottom .footer-social a {
  border-radius: 10px;
  width: 56px;
  height: 56px;
  background-color: #696E77;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  footer .footer-wrapper .footer-bottom .footer-social a {
    width: 40px;
    height: 40px;
  }
}
footer .footer-wrapper .footer-bottom .footer-social a .bi {
  color: #fff;
  font-size: 1.66rem;
}
@media screen and (max-width: 992px) {
  footer .footer-wrapper .footer-bottom .footer-social a .bi {
    font-size: 1rem;
  }
}
footer .footer-wrapper .footer-bottom .footer-social a:hover {
  background-color: #F99B5E;
}
