.m-footer-container {
  width: 100%;
  /* background-color: rgba(0, 0, 0, 0.584); */
  padding-block: calc(var(--resp) * 80px);
  margin-top: 70px;
  position: relative;
  overflow: hidden;
}
footer .footer-top {
  margin-bottom: 35px;
}
footer .footer-top .footer-logo {
  width: 160px;
  margin-bottom: 10px;
}
footer .footer-top p {
  color: white;
  text-transform: capitalize;
}
footer .footer-top-right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}
footer .footer-top-right img {
  width: 45px;
}
footer .footer-bottom-1 {
  display: flex;
}
footer .footer-bottom .title-section h4 {
  font-family: "BebasNeue";
  color: #dcb7bc;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
footer .footer-box {
  display: flex;
  align-items: center;
  border: 1px solid #5a5a5a;
  position: relative;
}
footer .footer-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 70px;
  width: 1px;
  height: 100%;
  background: #5a5a5a;
}
footer .footer-bottom-1 .footer-box {
  width: 33.33%;
}
footer .footer-bottom .title-section {
  width: 70px;
  padding-left: 16px;
}
footer .footer-bottom .menu-section {
  padding: 25px 40px;
  width: calc(100% - 70px);
}
footer .footer-bottom .menu-section ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer .footer-bottom .menu-section ul li a {
  color: #f2edff;
  font-weight: 400;
  display: inline-block;
  padding: 7px 10px;
  transition: all ease 0.3s;
}
footer .footer-bottom .menu-section ul li a:hover {
  color: #93f2ff;
}
footer .footer-bottom-2 {
  padding: 20px 0;
}
footer .footer-bottom-2 img {
  width: 100%;
}
footer .footer-bottom-3 {
  display: flex;
}
footer .footer-bottom-3 > div {
  width: 33.33%;
}
footer .footer-last-middle-box {
  border-top: 1px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}
.footer-last-middle-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-last-middle-box ul li {
  font-family: "BebasNeue";
  color: #dcb7bc;
  padding: 15px 20px;
  border-bottom: 1px solid #5a5a5a;
}
.footer-last-middle-box ul li a {
  color: #dcb7bc;
  transition: all ease 0.3s;
}
.footer-last-middle-box ul li a:hover {
  color: #d3c2ff;
}
.footer-last-middle-box ul li:last-of-type {
  border-bottom: none;
}
footer .footer-box .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 0;
}
footer .footer-box .icon-box {
  width: 50px;
  height: 50px;
  font-size: 27px;
  display: grid;
  place-content: center;
}
footer .footer-box .icon-box img {
  width: 30px;
}
footer .footer-box .icon-box.discord {
  background: #dcb7bc;
}
footer .footer-box .icon-box.telegram {
  background: #93f2ff;
}
footer .footer-box .icon-box.github {
  background: #fbdb86;
}
footer .footer-box .icon-box.twitter {
  background: #eeeeee;
}
footer .footer-box .icon-box.meta {
  background: #d3c2ff;
}
footer .footer-bottom .menu-section.totally-last {
  padding-right: 0;
  padding-left: 0;
}
footer .subscribe {
  font-family: "BebasNeue";
  color: #dcb7bc;
  padding: 15px 20px;
  border-bottom: 1px solid #5a5a5a;
  border-top: 1px solid #5a5a5a;
  text-align: center;
}
footer .subscribe-input {
  padding: 20px 15px;
}
footer .subscribe-input .subscribe-input-inner {
  position: relative;
  height: 50px;
  border-bottom: 1px solid #5a5a5a;
  padding-bottom: 7px;
  display: flex;
}
footer .subscribe-input-inner input {
  width: calc(100% - 70px);
  background: transparent;
  border: none;
  font-size: 16px;
  color: white;
}
footer .subscribe-input-inner input::placeholder {
  color: #cecece;
}
footer .subscribe-input-inner input:focus,
footer .subscribe-input-inner input:focus-visible {
  box-shadow: none;
  outline: none;
}
footer .subscribe-input-inner button {
  width: 70px;
  background: #fbdb86;
  color: black;
}

@media (max-width: 1200px) {
  footer .footer-top-right {
    gap: 15px;
  }
  footer .footer-top-right img {
    width: 25px;
  }

 

  .page-aboutus .why-us {
    padding-top: 100px !important;
  }
}

@media (max-width: 768px) {
  footer .footer-top .footer-logo {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer-top p {
    text-align: center;
  }
  footer .footer-top-right {
    gap: 15px;
    justify-content: center;
  }
  .footer-bottom-1 {
    flex-wrap: wrap;
  }
  footer .footer-bottom-1 .footer-box,
  footer .footer-bottom-3 > div {
    width: 50%;
  }
  footer .footer-bottom-1 .footer-box.full-w,
  footer .footer-bottom-3 > div.full-w {
    width: 100%;
  }
  footer .footer-bottom-3 {
    flex-wrap: wrap;
  }
  footer .footer-box .social-icons {
    padding: 20px;
    justify-content: center;
  }
  footer .footer-bottom .menu-section {
    padding: 20px 0;
    width: calc(100% - 40px);
  }
  footer .footer-bottom .title-section {
    width: 40px;
    padding-left: 6px;
  }
  footer .footer-box::after {
    left: 35px;
  }
  .footer-last-middle-box ul li {
    padding: 17px 12px;
    font-size: 20px !important;
  }
  footer .footer-box .icon-box {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  footer .footer-box .icon-box img {
    width: 20px;
  }
  footer .footer-bottom-2 {
    padding: 15px 0;
  }

  /* .section-title {
    font-size: 30px;
    line-height: 1.3;
  } */
  .btn-transparent,
  .btn-black {
    font-size: 16px;
    padding: 10px 20px;
  }

  /* Why Us Section START */
  .why-us .why-us-card img {
    width: 120px;
    top: -30px;
    right: -45px;
  }
  .why-us .why-us-card {
    padding: 20px;
    padding-top: 35px;
  }

  .our-members .black-bg {
    padding: 50px 20px;
    height: unset;
    background-size: cover;
  }
  .our-members .our-team-title {
    margin-bottom: 15px;
  }
  .our-members .social-icons .icon-box {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .our-members .social-icons .icon-box img {
    width: 22px;
  }
  .our-members .social-icons {
    gap: 10px;
    margin-bottom: 25px;
  }
  .our-members .our-members-card-holder {
    flex-direction: column;
  }
  .our-members .our-team-card .card-icon {
    width: 60px;
    height: 60px;
    font-size: 25px;
    line-height: 1;
    margin: 0 auto 20px;
  }
  .our-members .our-team-card {
    padding: 30px 20px;
  }
  .our-members .our-members-card-holder {
    gap: 20px;
  }
  .our-members .our-team-card .card-title {
    font-size: 35px;
  }
  .our-members .our-team-card p {
    font-size: 14px;
  }
  .our-members .our-team-card.twitter-card {
    background-position: 210px -245px;
  }
  .our-members .our-team-card.discord-card {
    background-position: -175px -157px;
  }
  .our-members .our-team-card.github-card {
    background-position: -385px -175px;
  }
  .our-members .our-team-card .btn-black {
    font-size: 14px;
  }
}
