.footer {
  background-color: transparent;
  padding: 40px 0;
}
.footer p {
  font-size: 14px;
}
.footer {
  margin-top: 30px;
}
.footer .footer-logo {
  width: 80px;
}
@media (max-width: 767px) {
  .footer {
    margin-top: 0;
    padding: 40px 0 20px 0;
  }
}
.footer .fw-bold {
  color: #fff;
  font-weight: 800;
  font-size: 15px !important;
}
@media (max-width: 767px) {
  .footer .fw-bold {
    text-align: left;
    font-size: 14px !important;
  }
}
.footer .text-reset {
  color: #F3C7A0 !important;
  text-decoration: none;
  font-size: 14px;
}
.footer .social-icons-container {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer .social-icons-container {
    justify-content: space-between;
  }
}
.footer .social-icons-container .social-icons {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #151c44;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background-color: #180A01;
  margin-bottom: 10px;
}
.footer .inc-logo {
  background-color: #140B05;
  border-radius: 20px;
}
.footer .section-1 p {
  color: #C49F88 !important;
}
@media (max-width: 767px) {
  .footer .section-1 {
    text-align: left;
  }
}
.footer .section-1 p {
  font-size: 14px;
  line-height: 24.2px;
}
.footer .paragraph-main-regular {
  color: #f9f9fb;
  font-size: 16px;
}
.footer .copyright {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .footer .copyright {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .footer .footer-last-child {
    margin-top: -70px;
  }
}
.footer .links {
  list-style-type: none;
  padding: 0;
}
.footer .links li {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .footer .links {
    text-align: left;
  }
}
.footer .inc-logo {
  padding: 20px 15px;
  border-radius: 20px;
}
.footer .inc {
  position: absolute;
  width: 150px;
  height: 150px;
  background: linear-gradient(233.75deg, #ff8f51 -25.03%, rgba(255, 81, 81, 0.96) 111.57%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  right: -15px;
  top: -40px;
  z-index: 10000;
}
.footer .inc .inc-logo {
  left: -22px;
  position: relative;
}
/*# sourceMappingURL=footer_v2.css.map */