.footer_wrapper {
  background-color: var(--main-color);
  padding: 50px 25px;
}

.footer_logo img {
  width: 90px;
  background-color: #fff;
}

.footer_logo p {
  font-size: 14px;
  color: var(--white-color);
  margin-top: 16px;
}

.footer_box {
  padding-left: 2rem;
}

.footer_box h3 {
  color: var(--white-color);
  text-transform: capitalize;
  font-size: 28px;
  font-weight: bold;
}

.footer_links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.footer_links a {
  color: #fff;
  display: flex;
  gap: 3px;
  font-size: 16px;
  font-weight: 400;
  gap: 10px;
  text-transform: capitalize;
}

.footer_links a i {
  margin-top: 3px;
  color: var(--white-color);
  background-color: var(--blue-color);
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
  padding: 2px;
}

.footer_links a:hover {
  color: var(--blue-color);
}

.copyright {
  color: var(--white-color);
  background-color: var(--blue-color);
}

.copyright_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}
.copyright_content p,
.copyright_content p a {
  color: var(--white-color);
  text-transform: capitalize;
}

.fixed_btn {
  position: fixed;
  bottom: 2rem;
  z-index: 999;
}
.fixed_btn img {
  width: 65px;
}
.whatsapp {
  right: 2rem;
}
.call {
  left: 2rem;
}

.footer_left .social-icons {
  margin-top: 1.5rem;
}

@media (max-width: 1200px) {
  .footer_box {
    padding-left: 0;
    margin-top: 3rem;
  }
}

@media (max-width: 992px) {
  .newslatter_content {
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .fixed_btn img {
    width: 35px;
  }
  .fixed_btn {
    bottom: 1rem;
  }
  .whatsapp {
    right: 12px;
  }
  .call {
    left: 12px;
  }
  .newslatter_left h3 {
    font-size: 22px;
  }
  .newslatter_right {
    width: 100%;
  }
  .footer_wrapper {
    padding: 30px 0;
  }
  .footer_logo img {
    width: 100px;
  }
  .footer_box {
    margin-top: 1rem;
  }
  .footer_links {
    margin-top: 1rem;
  }
  .footer_links a {
    font-size: 15px;
  }
  .footer_box h3 {
    font-size: 24px;
  }
  .copyright p {
    font-size: 14px;
    padding: 5px 0;
  }
}
