.all-footer {
  padding: 4rem 0 2rem;
}
.footer-main {
  border-bottom: 1px solid #1d293d;
  padding-bottom: 2.9375rem;
}
.footer-inner-sec {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.footer-left-div{
    width: 31%;
}
.footer-left-div p {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5938rem;
  color: #6c6c6c;
  margin-top: 1.5rem;
}
.social-icons-div {
  display: flex;
  align-items: center;
  gap: 0.6875rem;
  margin-top: 1.5rem;
}
.social-icons-div img {
  width: 41px;
  height: 41px;
}

.footer-right-div {
  display: flex;
  flex-direction: column;
}
.footer-right-div h3 {
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: black;
}
.footer-right-div ul {
  list-style: disc;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-top: 0.5rem;
  padding-left: 1.25rem;
}
.footer-right-div li a {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.4063rem;
  color: #6c6c6c;
  transition: 0.3s all ease-in-out;
  position: relative;
  padding-bottom: 0.55rem;
}
.footer-right-div li::marker {
  color: #86dbdc;
}
.footer-right-div li a:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #ff9b63;
  border-radius: 3px;
}

.copy-right-heading p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #90a1b9;
  font-family: "Open Sans", sans-serif;
}
.copy-right-text {
  padding-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copy-right-bottom {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.copy-right-bottom p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #90a1b9;
  font-family: "Open Sans", sans-serif;
}
.copy-right-bottom img {
  width: 16px;
  height: 16px;
}
