.footer {
  position: relative;
  padding: 0;
  background-image: none;
  p,
  a,
  h4,
  h5,
  h6 {
    margin: 0;
    padding: 0;
    line-height: normal;
  }
  h6 {
    font-family: Prompt;
    font-size: 18px;
    font-weight: 400;
    line-height: 27.22px;
    letter-spacing: 0.15em;
    @media (max-width: 798px) {
      font-family: Prompt;
      font-size: 14px;
      font-weight: 500;
      line-height: 21.17px;
      letter-spacing: 0.02em;
      text-align: left;
    }
  }
  .par-text {
    p {
      font-size: 16px;
      font-weight: 400;
      line-height: 24.19px;
      letter-spacing: 0.02em;
      @media (max-width: 798px) {
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0.02em;
        text-align: left;
      }
    }
  }

  .footer-wrapper {
    font-family: Prompt;
    background-image: none;
    width: 100%;
    margin: 0 auto;
    padding: 50px 72px;
    @media (max-width: 991px) {
      padding: 40px 32px;
    }
    @media (max-width: 798px) {
      padding: 40px 16px 0;
    }
    .footer-row {
      display: flex;
      flex-direction: row;
      max-width: 1233px;
      margin: 0 auto;
      &:not(:last-child):not(:first-child) {
        padding-bottom: 45px;
        border-bottom: 1px solid #8f6e5c;
        margin: 45px auto;
        @media (max-width: 798px) {
          margin: 40px auto;
          padding-bottom: 40px;
        }
      }
      @media (max-width: 798px) {
        &:not(:last-child) {
          margin-bottom: 40px;
        }
      }
      &.footer-newsletter {
        min-height: 236px;
        height: fit-content;
        box-sizing: border-box;
        border-radius: 30px;
        justify-content: space-between;
        align-items: center;
        position: relative;
        color: white;
        background-image: url("//oneempire.com.au/cdn/shop/files/ONE_EMPIRE_FOOTER_1400x.png?v=1744681100");
        background-size: cover;
        background-repeat: no-repeat;
        // backdrop-filter: brightness(0) saturate(50%) invert(47%) sepia(32%)
        //   saturate(331%) hue-rotate(337deg) brightness(91%) contrast(83%)
        //   opacity(50%);
        padding: 24px 88px;
        gap: 32px;
        background-position:center;
        > div {
          z-index: 1;
          position: relative;
        }
        @media (max-width: 991px) {
          padding: 24px 64px;
          background-position: 0 -235px;
        }
        margin-bottom: 45px;
        @media (max-width: 798px) {
          flex-direction: column;
          padding: 24px;
          background-position: center;
          margin-bottom: 40px;
        }
        .newsletter__info {
          flex: 0 1 469px;
          @media (max-width: 798px) {
            flex: 1 1 120px;
          }
          .info__title {
            h6 {
              font-size: 22px;
              font-weight: 400;
              line-height: 33.26px;
              letter-spacing: 0.02em;
              margin-bottom: 25px;
              color: white;
              @media (max-width: 798px) {
                font-family: Prompt;
                font-size: 14px;
                font-weight: 500;
                line-height: 21.17px;
                letter-spacing: 0.02em;
                text-align: left;
                margin-bottom: 15px;
              }
            }
          }
          .info__content {
          }
        }
        .newsletter__input-field {
          flex: 0 1 453px;
          height: 44px;
          @media (max-width: 798px) {
            width: 100%;
            flex: 1 1 auto;
          }
          .email-input {
            display: flex;
            align-items: center;
            flex-direction: row;
            gap: 0;
            .left-icon {
              border-top-left-radius: 4px;
              border-bottom-left-radius: 4px;
              padding: 14px 4px 6px 12px;
              background-color: white;
              margin: auto 0;
            }
            input.contact_email[type="email"] {
              width: 100%;
              border-top-right-radius: 4px;
              border-bottom-right-radius: 4px;
              outline: none;
              border: none;
              padding: 10px 12px 10px 4px;
              font-family: Public Sans;
              font-size: 16px;
              font-weight: 400;
              line-height: 24px;
              text-align: left;
              margin: 0;
              &::placeholder {
                color: #ccb3a5;
              }
            }
          }

          #contact_form .action_button.sign_up {
            display: none;
          }
        }
        &::before {
          content: "";
          background: #8d7263cc;
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: 0;
          top: 0;
          left: 0;
          border-radius: 30px;
          opacity: .5;
        }
      }
      &.footer-content {
        text-align: left;
        justify-content: space-between;
        gap: 35px;
        .content__text {
          flex: 0 1 471px;
          @media (max-width: 798px) {
            width: 100%;
            flex: 1 1 auto;
          }
          .text__title {
            font-size: 18px;
            font-weight: 400;
            line-height: 27.22px;
            letter-spacing: 0.15em;
            margin-bottom: 15px;
            @media (max-width: 798px) {
              margin-bottom: 12px;
            }
          }
          .text__content {
            font-size: 16px;
            font-weight: 400;
            line-height: 24.19px;
            letter-spacing: 0.02em;
          }
        }
        .content__menu {
          flex: 0 1 183px;
          @media (max-width: 798px) {
            display: none;
          }
          .menu__title {
            margin-bottom: 15px;
          }
          .menu__link-list {
            display: flex;
            gap: 16px;
            padding: 0;
            flex-direction: column;
            li {
              margin: 0;
              p {
                a {
                  text-transform: uppercase;
                  font-family: Prompt;
                  font-size: 14px;
                  font-weight: 500;
                  line-height: 24px;
                  letter-spacing: 0.05em;
                  margin: 0;
                  &.optional {
                    text-transform: none;
                  }
                }
              }
            }
          }
        }
      }
      &.footer-acknowledgement.footer-acknowledgement {
        margin-bottom: 0px;
        border-bottom: none;
        flex-direction: column;
        text-align: center;
        gap: 15px;
        @media (max-width: 798px) {
          gap: 12px;
          text-align: left;
        }
        .ack__content {
          font-size: 16px;
          font-weight: 400;
          line-height: 24.19px;
          letter-spacing: 0.02em;
          text-align: center;
        }
      }
      &.footer-copyright {
        justify-content: center;
        .copyright__text {
          display: flex;
          align-items: center;
          p {
            font-size: 12px;
            font-weight: 400;
            line-height: 24px;
          }
          @media (max-width: 798px) {
            p {
              line-height: 82px;
            }
          }
        }
      }
      &.footer-social-icons {
        justify-content: center;
        .social-icons__icons-list {
          display: flex;
          flex-direction: row;
          gap: 33.67px;
          padding-top: 0;
          li {
            margin-bottom: 0;
          }

          @media (max-width: 359px) {
            gap: 2%;
          }
        }
      }
      &.footer-mobile-menu {
        display: none;
        @media (max-width: 798px) {
          display: flex;
          flex-direction: row;
          justify-content: space-around;
          gap: 35px;
          .content__menu {
            .menu__title {
              h6 {
                font-size: 16px;
                font-weight: 500;
                line-height: 24.19px;
                letter-spacing: 0.15em;
                text-align: left;
              }
              margin-bottom: 24px;
            }
            .menu__link-list {
              flex: 0 1 155px;
              display: flex;
              gap: 16px;
              padding: 0;
              flex-direction: column;
              li {
                margin: 0;
                p {
                  a {
                    text-transform: uppercase;
                    font-family: Prompt;
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 24px;
                    letter-spacing: 0.05em;
                    margin: 0;
                    &.optional {
                      text-transform: none;
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
    .separator-line {
      border: 1px solid #8f6e5c;
      margin-bottom: 45px;
      &.mobile {
        display: none;
      }
      @media (max-width: 798px) {
        margin-bottom: 40px;
        &.mobile {
          display: block;
        }
      }
    }
  }
}
