.footer {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="254" viewBox="0 0 1440 254" fill="none"><path d="M333.5 13.4952C153 0 72.1667 22.3285 0 31.4952V254.5H1440V0C1187.5 0 1047 46.9952 864.5 46.9952C590.5 46.9952 555.381 30.0843 333.5 13.4952Z" fill="%23FF99C8"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10vh;
  position: relative;
}

.footer__container {
  text-align: center;
  background: #ff99c8;
  position: relative;
}
.footer__socials {
  display: flex;
  gap: 25px;
  justify-content: center;
  margin-bottom: 50px;
}
.footer__menu {
  margin-bottom: 20px;
}
.footer__menu .menu {
  display: flex;
  justify-content: center;
  gap: 20px 40px;
  flex-wrap: wrap;
}
.footer__menu .menu a {
  transition-duration: 0.2s;
  font-family: "Plus Jakarta Sans";
  color: #fff;
  font-size: 14px;
}
.footer__menu .menu a:hover {
  color: #fcf6bd;
}
.footer__service {
  padding-bottom: 50px;
}
@media (max-width: 1150px) {
  .footer__service {
    padding-bottom: 20px;
  }
}
.footer__service .menu {
  display: flex;
  justify-content: center;
  gap: 20px 40px;
  flex-wrap: wrap;
}
.footer__service .menu a {
  transition-duration: 0.2s;
  font-family: "Plus Jakarta Sans";
  color: #fff;
  font-size: 10px;
  opacity: 0.7;
}
.footer__service .menu a:hover {
  opacity: 1;
}
.footer__logo {
  position: absolute;
  background-color: #ffffff;
  padding: 30px 35px;
  border-radius: 0px 50px 50px 0px;
  top: 50px;
  z-index: 1;
  width: calc(50vw - 590px + 200px);
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1170px) {
  .footer__logo {
    width: 200px;
  }
}
.footer__mlogo {
  display: none;
}
.footer__copyright {
  position: absolute;
  bottom: 45%;
  text-align: left;
  display: flex;
  flex-direction: column;
  font-family: "Plus Jakarta Sans";
  color: #fff;
  font-size: 10px;
}
@media (max-width: 1150px) {
  .footer__copyright {
    position: static;
    text-align: center;
    justify-content: center;
    padding-bottom: 50px;
  }
}
.footer__copyright p {
  margin-bottom: 5px;
}
.footer__copyright p:last-child {
  margin-left: 10px;
}

.footer__line {
  position: absolute;
  height: auto;
  top: 100px;
  z-index: 2;
}
@media (max-width: 767px) {
  .footer__line {
    display: none;
  }
}
