@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* footer */
.footer-div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
  color: white;
  font-family: "Poppins";
  background: rgba(0, 0, 0, 0.638);
}

.socials {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem;
  width: 50%;
  /* background: #1e1; */
}

.socials a {
  position: relative;
  width: 2rem;
  height: 2rem;
  background: #ffffff;
  border-radius: 50%;
  margin: 1%;
  padding: 1%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease-in-out 0.3s;
}
.socials a:hover {
  background: #FFD700;
}

.socials img {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
}
.footmenu a{
  color: #ffffff;
  padding-left:15px;
  padding-top:15px;
}
.footmenu a:hover{
  color: #FFD700;
}


@media (max-width: 768px) {
  .footer-div p {
    text-align: center;
  }
}
