.Footer {
  background: #fff;
  padding: 80px 80px 0px;
}

.Footer .top_footer_div {
  border-top: 2px solid #F5F5F5;
  padding-top: 60px;
}

.Footer .footer-brand .footer-logo h2 {
  text-align: center;
  font-size: 26px;
  color: #7c0000;
  font-weight: 600;
  font-family: "Philosopher";
  margin-bottom: 0px;
  width: fit-content;
}

.Footer .logo_text {
  font-size: 16px;
  margin: 10px 0px;
  font-weight: 500;
  color: #000;
}

.Footer .social-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  /* margin-top: 50px; */
}

.Footer .social-icons .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  aspect-ratio: 1/1;
}

.Footer .social-icons .social-icon .social_icon_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  object-fit: contain;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.Footer .app-buttons {
  display: flex;
  gap: 0.5rem;
}

.Footer .app-buttons .app-button img {
  width: 100%;
  height: 100%;
}

.Footer .footer-links h3 {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #000;
}

.Footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.Footer .footer-links li {
  margin-bottom: 0.75rem;
}

.Footer .footer-links li a {
  text-decoration: none;
}

.Footer .footer-links p {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  transition: color 0.3s ease;
  margin-bottom: 0px;
}

.Footer .footer-links .contact-section p:hover {
  text-decoration: none;
  font-weight: 500;
}

.Footer .footer-links p:hover {
  font-weight: 400;
  transition: color 0.3s ease;
  cursor: pointer;
}

.Footer .footer-links h4 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.Footer .footer-links .contact-section {
  margin-bottom: 20px;
}

.Footer .footer-links .contact-section a {
  text-decoration: none;
}

.Footer .logo_holder {
  width: 80px;
  height: 80px;
  /* aspect-ratio: 1/1; */
  /* border-radius: 50%; */
  /* background: #f6eedc; */
}

.Footer .logo_holder .logo_img {
  /* width: auto; */
  /* height: 70px; */
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.Footer .copyright {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  margin-top: 20px;
  padding: 20px 0px;
  border-top: 2px solid #F5F5F5;
}

.Footer .copyright p {
  margin-bottom: 0px;
}

.Footer .copyright p a {
  font-weight: 500;
  color: #000;
}

.social_links {
  width: 100%;
  height: 100%;
}

@media (min-width: 0px) and (max-width: 485px) {

  .Footer .logo_holder .logo_img {
    width: auto;
    height: 50px;
  }

  .Footer .footer-brand .footer-logo h2 {
    font-size: 11px;
  }

  .Footer .footer-brand {
    margin-bottom: 5%;
  }

  .Footer .app-buttons .app-button {
    margin-bottom: 5px;
  }

  .Footer .footer-links h3 {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .Footer .footer-links h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
  }

  .Footer .footer-links p {
    font-size: 13px;
  }

  .Footer .footer-logo-image .footer_logo {
    width: 50px;
    height: 50px;
  }

  .Footer .social-icons .social-icon {
    width: 30px;
    height: 30px;
    /* font-size: 12px; */
  }

  .Footer .social-icons {
    margin-top: 20px;
    justify-content: center;
  }

  .Footer .logo_text {
    text-align: center;
  }

  .Footer .top_footer_div {
    padding-top: 20px;
  }

  .Footer .social-icons {
    margin-top: 20px;
    justify-content: center;
  }

  .Footer .logo_text {
    text-align: center;
    font-size: 14px;
  }

  .Footer .footer-links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .Footer {
    padding: 40px 10px 0px;
  }
}

@media (min-width: 485px) and (max-width: 991px) {


  .Footer .logo_holder .logo_img {
    width: auto;
    height: 50px;
  }

  .Footer .footer-brand .footer-logo h2 {
    font-size: 18px;
  }

  .Footer .footer-brand {
    margin-bottom: 5%;
  }

  .Footer .footer-links h3 {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .Footer .footer-links h4 {
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 5px;
  }

  .Footer .footer-links p {
    font-size: 13px;
  }

  .Footer .footer-logo-image .footer_logo {
    width: 50px;
    height: 50px;
  }

  .Footer .social-icons .social-icon {
    width: 30px;
    height: 30px;
    /* font-size: 12px; */
  }

  .Footer .top_footer_div {
    padding-top: 20px;
  }

  .Footer .social-icons {
    margin-top: 20px;
    justify-content: center;
  }

  .Footer .logo_text {
    text-align: center;
    font-size: 14px;
  }

  .Footer {
    padding: 40px 20px 0px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .Footer .logo_holder {
    margin: 0 auto;
  }



  .Footer .logo_holder {
    width: 70px;
    height: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .Footer .logo_holder .logo_img {
    width: auto;
    height: 60px;
  }

  .Footer .footer-brand .footer-logo h2 {
    font-size: 18px;
  }

  .Footer .footer-links h3 {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .Footer .footer-links h4 {
    font-size: 14px;
  }

  .Footer {
    padding: 80px 0px 0px;
  }

  .Footer .logo_text {
    font-size: 15px;
  }

  .Footer .footer-links p {
    font-size: 13px;
  }

  .Footer .logo_holder {
    width: 70px;
    height: 70px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {

  .Footer .logo_text {
    font-size: 15px;
  }

  .Footer .logo_holder .logo_img {
    width: auto;
    height: 60px;
  }
}