/* <!-- Footer Section Start --> */

.footer-container {
  /* height: 615px; */
  display: flex;
  background: var(--Solids-Mulberry, #632240);
  /* margin-top: -212px; */
  flex-direction: column;
  justify-content: flex-end;
}

.footer-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 25px 0px 0px 0px;
  align-items: center;
}

.footer {
  display: flex;
  gap: 30px;
  padding: 40px 0px 25px 0px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  /* text-decoration-line: underline; */
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-text a,
.footer-content a {
  color: #fff !important;
}

.social-icon {
  display: flex;
  gap: 16px;
}

.social-m-icon {
  display: flex;
  gap: 10px;
}

.f-h-line {
  width: 40px;
  background-color: #fff;
  height: 2px;
  margin: 25px 0px;
}

.footer-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 15px;
}

.payment-img {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.payment-img img {
  width: 50px;
}

.sub-footer {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: var(
    --gradients-mulberry-gradient,
    linear-gradient(225deg, #953561 0%, #6a0031 100%)
  );
}

.sub-footer p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  opacity: 0.8;
}

.footer-text a {
  color: #fff;
}

footer ul li a {
  list-style: none;
}
/* <!-- Footer Section End -->  */
