@media screen and (max-width: 991.98px) {
  .footer-m {
    display: block;
    background-color: #303220;
    text-align: center;
    padding: 40px 0px 0px 0px;
    position: relative;
    z-index: 2;
    /* z-index: 10000; */
  }

  .footer {
    display: none;
  }

  .footer-m .footer-logo {
    max-width: 150px;
  }

  .footer-m .icons-flex {
    display: flex;
    justify-content: center;
  }

  .footer-m .icons-flex a img {
    max-width: 50px;
  }

  .footer-m h2 {
    text-align: center;
    font: normal normal 500 23px/30px Accia Piano;
    letter-spacing: 0.5px;
    color: #a47745;
    text-transform: uppercase;
    padding: 40px 20px 0px 20px;
  }

  .footer-m p {
    text-align: center;
    font: normal normal 400 18px/30px Avenir;
    letter-spacing: 0.38px;
    color: #ffffff;
    padding: 20px 20px;
  }

  .footer-m .button {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font: normal normal 500 16px / 25px Accia Piano;
    letter-spacing: 0.5px;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 8px 5px;
    text-align: center;
    text-decoration: none;
    width: 300px;
    background: transparent;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    z-index: 1;
    border-radius: 10px;
    margin: 20px auto 0px auto;
  }

  .footer-m .contact-head {
    padding-top: 40px;
  }

  .footer-m .contact-btn-container {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 0px 30px 40px 30px;
  }

  .footer-m .contact-btn {
    padding: 30px 5px 15px 5px;
    border-bottom: 1px solid #fff;
    font: normal normal normal 20px/25px Accia Piano;
    letter-spacing: 0.34px;
    color: #ffffff;
    text-decoration: none;
  }

  .footer-m .copyright {
    font: normal normal 300 10px/40px Accia Piano;
    letter-spacing: 0px;
    color: #f3f1ea;
    padding: 70px 20px 20px 20px;
  }
}

@media screen and (min-width: 992px) {
  .footer-m {
    display: none;
  }

  footer {
    position: relative;
    background: #303220;
  }

  .footer-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 70px 50px;
  }

  .footer-flex .logo img {
    max-width: 250px;
  }

  .footer-flex h3 {
    font: normal normal 300 30px/40px Accia Piano;
    letter-spacing: 0px;
    color: #a47745;
    padding-bottom: 30px;
    text-transform: uppercase;
  }

  .footer-flex .location {
    padding: 0px 20px;
  }

  .footer-flex .contacts {
    text-align: center;
  }

  .footer-flex .button {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font: normal normal 500 20px / 27px Accia Piano;
    letter-spacing: 1.6px;
    color: #eae8e2;
    border: 1px solid #545745;
    padding: 10px 8px;
    text-align: center;
    text-decoration: none;
    width: 250px;
    background: #545745;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    z-index: 1;
    border-radius: 10px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    margin-bottom: 20px;
  }

  .footer-flex .button:hover {
    color: #303220;
    border: 1px solid #fff;
    background: #fff;
  }

  .footer-flex p {
    font: normal normal normal 18px/30px Avenir;
    letter-spacing: 0.45px;
    color: #e0dcd2;
    padding-bottom: 30px;
  }

  .footer-flex .visit-website {
    width: 35%;
  }

  .footer-flex .website-button {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font: normal normal 500 20px / 27px Accia Piano;
    letter-spacing: 1.6px;
    color: #eae8e2;
    border: 1px solid #eae8e1;
    padding: 10px 8px;
    text-align: center;
    text-decoration: none;
    width: 380px;
    background: transparent;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    z-index: 1;
    border-radius: 10px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
  }

  .footer-flex .website-button:hover {
    color: #303220;
    border: 1px solid #eae8e1;
    background: #eae8e1;
  }

  footer .contacts .icons-flex {
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }

  footer .contacts .icons-flex a img {
    max-width: 50px;
  }

  footer .copyright {
    font: normal normal 300 20px/40px Accia Piano;
    letter-spacing: 0px;
    color: #f3f1ea;
    text-align: center;
    width: 100%;
    padding: 60px 0px 10px 0px;
  }

  footer .footer-img {
    width: 100%;
  }

  footer .loc-flex {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }

  footer .loc-flex p {
    font: normal normal 400 16px/25px Avenir;
    padding: 0px 0px 0px 10px;
  }

  footer .loc-div-flex {
    display: flex;
  }

  footer .loc-text {
    padding-right: 30px;
  }
}
