#footer {
  margin-top: 50px;
}

#footer #footer-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

#footer #footer-header1 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#footer #logos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: min(50vw, 350px);
}

#footer .logo-assets {
  width: min(120px, 20vw);
}

#footer #social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin: 20px 0;
}

#footer .social-container {
  margin: 4%;
}

#footer .fa {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: var(--blue1);
  height: 1.9em;
  width: 1.9em;
  font-size: max(24px, 2.2vw);
  text-decoration: none;
  transition-duration: 0.4s;
  z-index: 10;
}

#footer .fa:hover {
  border-color: var(--purple2);
  background-color: var(--purple2);
  box-shadow: 0 0 25px var(--purple2);
}

@media only screen and (max-width: 420px) {
  #footer {
    position: relative;
    cursor: default;
    height: min(500px, 100vh);
    width: 100%;
    overflow: hidden;
  }

  #footer #logos,
  #footer #social {
    padding-top: 5%;
  }

  .ellipse3 {
    border-radius: 50%;
    background: linear-gradient(
      75.96deg,
      #9e0f82 13.64%,
      #ff008a 46.53%,
      #6100ff 78.88%
    );
    width: 600px;
    height: 305px;
    z-index: 2;
    bottom: -60%;
    right: 20%;
    position: absolute;
    filter: blur(100px);
  }
  .ellipse4 {
    border-radius: 50%;
    background: linear-gradient(94.74deg, #0075ff 8.97%, #3fd6ff 94.65%);
    width: 600px;
    height: 305px;
    z-index: 1;
    bottom: -60%;
    left: 20%;
    position: absolute;
    filter: blur(100px);
  }
}
@media only screen and (min-width: 420px) and (max-width: 480px) {
  #footer {
    position: relative;
    cursor: default;
    height: min(600px, 100vh);
    width: 100%;
    overflow: hidden;
  }

  .ellipse3 {
    border-radius: 50%;
    background: linear-gradient(
      75.96deg,
      #9e0f82 13.64%,
      #ff008a 46.53%,
      #6100ff 78.88%
    );
    width: 200px;
    height: 300px;
    z-index: 2;
    bottom: -35%;
    left: 10%;
    position: absolute;
    filter: blur(100px);
  }
  .ellipse4 {
    border-radius: 50%;
    background: linear-gradient(94.74deg, #0075ff 8.97%, #3fd6ff 94.65%);
    width: 200px;
    height: 300px;
    z-index: 1;
    bottom: -35%;
    right: 10%;
    position: absolute;
    filter: blur(100px);
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  #footer {
    position: relative;
    cursor: default;
    height: min(680px, 100vh);
    width: 100%;
    overflow: hidden;
  }

  .ellipse3 {
    border-radius: 50%;
    background: linear-gradient(
      75.96deg,
      #9e0f82 13.64%,
      #ff008a 46.53%,
      #6100ff 78.88%
    );
    width: 600px;
    height: 305px;
    z-index: 2;
    bottom: -40%;
    right: 20%;
    position: absolute;
    filter: blur(100px);
  }
  .ellipse4 {
    border-radius: 50%;
    background: linear-gradient(94.74deg, #0075ff 8.97%, #3fd6ff 94.65%);
    width: 600px;
    height: 305px;
    z-index: 1;
    bottom: -40%;
    left: 20%;
    position: absolute;
    filter: blur(100px);
  }
}
@media only screen and (min-width: 601px) and (max-width: 700px) {
  #footer {
    position: relative;
    cursor: default;
    height: min(720px, 100vh);
    width: 100%;
    overflow: hidden;
  }

  .ellipse3 {
    border-radius: 50%;
    background: linear-gradient(
      75.96deg,
      #9e0f82 13.64%,
      #ff008a 46.53%,
      #6100ff 78.88%
    );
    width: 600px;
    height: 305px;
    z-index: 2;
    bottom: -40%;
    right: 20%;
    position: absolute;
    filter: blur(100px);
  }
  .ellipse4 {
    border-radius: 50%;
    background: linear-gradient(94.74deg, #0075ff 8.97%, #3fd6ff 94.65%);
    width: 600px;
    height: 305px;
    z-index: 1;
    bottom: -40%;
    left: 20%;
    position: absolute;
    filter: blur(100px);
  }
}

@media only screen and (min-width: 700px) and (max-width: 768px) {
  #footer {
    position: relative;
    cursor: default;
    height: min(800px, 100vh);
    width: 100%;
    overflow: hidden;
  }

  .ellipse3 {
    border-radius: 50%;
    background: linear-gradient(
      75.96deg,
      #9e0f82 13.64%,
      #ff008a 46.53%,
      #6100ff 78.88%
    );
    width: 600px;
    height: 305px;
    z-index: 2;
    bottom: -35%;
    right: 20%;
    position: absolute;
    filter: blur(100px);
  }
  .ellipse4 {
    border-radius: 50%;
    background: linear-gradient(94.74deg, #0075ff 8.97%, #3fd6ff 94.65%);
    width: 600px;
    height: 305px;
    z-index: 1;
    bottom: -35%;
    left: 20%;
    position: absolute;
    filter: blur(100px);
  }
}
@media screen and (min-width: 768px) {
  #footer {
    position: relative;
    cursor: default;
    height: min(600px, 100vh);
    width: 100%;
    overflow: hidden;
  }
  .ellipse3 {
    border-radius: 50%;
    background: linear-gradient(
      75.96deg,
      #9e0f82 13.64%,
      #ff008a 46.53%,
      #6100ff 78.88%
    );
    width: 600px;
    height: 305px;
    z-index: 2;
    bottom: -45%;
    left: 15%;
    position: absolute;
    filter: blur(150px);
  }
  .ellipse4 {
    border-radius: 50%;
    background: linear-gradient(94.74deg, #0075ff 8.97%, #3fd6ff 94.65%);
    width: 600px;
    height: 305px;
    z-index: 1;
    bottom: -45%;
    left: 40%;
    position: absolute;
    filter: blur(150px);
  }
}
