.footerwraper {
  background-color: #333333;
  color: #fff;
  padding: 0px 0px 0px 0px;
}
.footer-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.footer-links li {
  margin: 0 40px;
}
.footer-links li a {
  text-decoration: none;
  color: #fff;
  font-family: var(--font-family-inter);
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}
.footer-links li a:hover {
  text-decoration: underline;
  color: #ecf0ee;
}
.social-links {
  list-style: none;
  padding: 0px;
  margin-bottom: 10px;
  margin-top: 43px;
  display: flex;
  justify-content: center;
}
.social-links li {
  display: inline-block;
  padding: 0px 0px 0px 16px;
}
.copyright {
  font-family: var(--font-family-inter);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #fafafa;
}
.ftrbottom {
  background-color: #414141;
  color: #fff;
  padding: 20px 0 20px 0px;
  width: 100%;
}
.ftrtextbtm {
  color: #fff;
  font-family: var(--font-family-inter);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.ftrtextbtm span {
  color: #fff;
  font-family: var(--font-family-inter);
  font-size: 16px;
  font-weight: 400;
}
.ftrtextbtm a {
  color: #fff;
  font-family: var(--font-family-inter);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.mobile-break {
  display: none;
}

.ftrtxtmidle {
  font-size: 14px;
  font-family: var(--font-family-inter);
  font-weight: 400;
  color: #fff;
  padding-top: 31px;
  text-align: center;
}
/* Media Query for Mobile Devices */
@media (max-width: 769px) {
  .footer-links li {
    margin: 0 10px;
  }
}
@media (max-width: 600px) {
  .hide-on-mobile {
    display: none !important;
  }
  .footer-links li a {
    font-size: 12px;
  }
  .ftrtxtmidle {
    font-size: 12px;
  }
  .footer-links {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  .footer-links li {
    margin: 4px 0;
  }
  .ftrtextbtm {
    line-height: 20px;
  }
  .ftrtextbtm span,
  .ftrtextbtm a {
    display: block;
    margin-top: 0px;
  }
  .copyright,
  .ftrtextbtm,
  .ftrtextbtm span,
  .ftrtextbtm a {
    font-size: 12px;
  }
}
