.Footer {
  background-image: url("/assets/images/footer/bg.png");
  padding-top: 120px;
  padding-bottom: 1%;
  text-transform: uppercase;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* background: url("/assets/images/footer/bg.png"); */
}

.Footer .footer_holder {
  width: 83%;
  margin: 0px auto;
}

.Footer .logo_holder .logo_img {
  width: 100%;
  height: 100%;
}

.Footer .footer_text_div_holder {
  display: flex;
  align-items: center;
  gap: 5px;
}

.Footer .footer_text_div_holder:after {
  content: "";
  border: 1px solid #ffffff9e;
  width: 50%;
  height: 1px;
}

.Footer .footer_text_div_holder:before {
  content: "";
  border: 1px solid #ffffff9e;
  width: 50%;
  height: 1px;
}

.Footer .footer_text_div {
  background: #14141480 0% 0% no-repeat padding-box;
  mix-blend-mode: hard-light;
  text-align: center;
  color: #ffffff9e;
  font-size: 14px;
  padding: 6px 26px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto;
  border-radius: 50px;
  text-transform: uppercase;
  width: 100%;
}

.Footer .footer_text {
  margin: 0;
}

.Footer .link_text {
  color: #ffffff9e;
}

.Footer .footer_icon_holder {
  display: flex;
  align-items: center;
}

.Footer .footer_icon_holder .footer_links {
  display: block;
  align-items: center;
}

.Footer .footer_icon_holder .follow_title {
  font-size: 16px;
  margin: 0;
  color: #fff;
}

.Footer .footer_icon_holder .footer_link {
  background: #fff;
  border-radius: 3px;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 9px 0px;
  aspect-ratio: 1/1;
}

.Footer .footer_icon_holder .icon_holder {
  background: #00648b;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.Footer .quick_text {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.Footer .quick_text:hover,
.Footer .quick_text:focus {
  color: #fff;
}

.Footer .logo_holder {
  width: 250px;
  opacity: 1;
}

.Footer .footer_section_title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.Footer .logo_text_holder {
  margin: 15px 0;
}

.Footer .email_title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.Footer .email_text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.Footer .logo_text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.Footer .address {
  font-size: 18px;
}

.Footer .quick_links .links {
  display: flex;
  flex-direction: column;
}

/* ================ Media Queries ================ */
@media (min-width: 0px) and (max-width: 574px) {
  .Footer .footer_holder {
    width: 100%;
  }

  .Footer {
    padding-top: 50px;
  }

  .Footer .footer_holder {
    width: 100%;
  }

  .Footer .footer_text_div_holder:before {
    display: none;
  }

  .Footer .footer_text_div_holder:after {
    display: none;
  }

  .Footer .footer_text_div {
    font-size: 8px;
    padding: 4px 8px;
    width: 100%;
  }

  .Footer .footer_icon_holder .footer_links {
    display: flex;
    gap: 5px;
  }

  .Footer .logo_holder {
    width: 150px;
  }

  .Footer .logo_text_holder {
    font-size: 14px;
  }

  .Footer .footer_icon_holder .follow_title {
    font-size: 14px;
  }

  .Footer .footer_section_title {
    font-size: 15px;
  }

  .Footer .quick_text {
    font-size: 14px;
  }

  .Footer .email_title {
    font-size: 14px;
    margin: 0;
  }

  .Footer .email_text {
    font-size: 13px;
  }

  .Footer .address {
    font-size: 14px;
  }
}

@media (min-width: 575px) and (max-width: 767.98px) {
  .Footer .footer_holder {
    width: 100%;
  }

  .Footer {
    padding-top: 50px;
  }

  .Footer .logo_holder {
    width: 150px;
  }

  .Footer .footer_icon_holder .footer_links {
    display: flex;
    gap: 5px;
  }

  .Footer .footer_text_div_holder:before {
    display: none;
  }

  .Footer .footer_text_div_holder:after {
    display: none;
  }

  .Footer .logo_text_holder {
    font-size: 15px;
  }

  .Footer .footer_icon_holder .follow_title {
    font-size: 15px;
  }

  .Footer .footer_section_title {
    font-size: 16px;
  }

  .Footer .quick_text {
    font-size: 15px;
  }

  .Footer .email_title {
    font-size: 15px;
    margin: 0;
  }

  .Footer .email_text {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .Footer .logo_holder {
    width: 150px;
  }

  .Footer .footer_text_div_holder:before {
    display: none;
  }

  .Footer .footer_text_div_holder:after {
    display: none;
  }

  .Footer .footer_icon_holder .footer_links {
    display: flex;
    gap: 5px;
  }

  .Footer .footer_section_title {
    font-size: 16px;
  }

  .Footer .email_title {
    font-size: 16px;
    margin: 0;
  }

  .Footer .address {
    font-size: 14px;
  }
}