.footer-container {
  background-color: #1e1e1e;
  background-image: url("../img/bg_footer_lg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-container-links {
  > div {
    padding-top: 35px;
    padding-right: 25px;
    position: relative;
    /* &::before {
      content: "";
      position: absolute;
      width: calc(100% - 35px);
      height: 1px;
      background-color: #ffffff;
      top: 0;
      left: 0;
      opacity: 0.8;
    } */
  }
}

.footer-container-slegon {
  background: rgb(93, 63, 133);
  background: linear-gradient(
    186deg,
    rgba(93, 63, 133, 1) 0%,
    rgba(103, 42, 138, 1) 52%,
    rgba(148, 34, 214, 1) 100%
  );
  color: #fff;
  font-size: 36px;
  .explore-btn{
    border: none;
    outline: none;
    padding: .5rem 1.875rem;
    font-size: 14px;
    border-radius: 10px;
    background-color: var(--br-third-color);
    color: #fff;
  }
}

.news-letter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.left-drower {
  position: relative;
  width: 10rem;
}

.right-drower {
  > span {
    max-width: 250px;
    display: block;
  }

  .input-with-button {
    position: relative;
    margin-top: 8px;
    input {
      background-color: rgb(214, 214, 214);
      border-radius: 10px;
      padding: 8px 120px 8px 10px;
      border: none;
      color: #000 !important;
      outline: none;
      border: none;
      ::placeholder {
        color: #fff;
      }
    }

    button {
      background-color: #1e1e1e;
      border-radius: 10px;
      color: #fff;
      font-size: 14px;
      padding: 3px 8px;
      position: absolute;
      right: 7px;
      top: 6px;
    }
  }
}

.hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer-container {
    background-position: 20%;
  }

  .footer-container-links {
    text-align: start;
    padding-bottom: 50px;
  }


  .news-letter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 45px;
    padding-bottom: 25px;
    .right-drower {
      text-align: center;
      margin-top: 25px;
      > span {
        font-size: 19px;
        margin-bottom: 40px;
        text-align: start;
        width: 100vw;
        font-weight: bold;
      }
    }
  }
  .call {
    font-size: 21px;
    text-align: start;
    width: 100vw;
    font-weight: bold;
    margin-top: 60px;
    padding-inline: 10px;
  }
  .footer-container__col-1 p {
    text-align: start;
  }


  .footer-container-slegon {
    font-size: 24px;
     .explore-btn{
      font-size: 12px;
     }
   }

  .fs-96 {
    line-height: 50px !important;
    font-size: 60px !important;
    font-weight: 600;
    width: fit-content;
    margin-inline: auto;
  }
}
