@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap");
.GT-footer {
  .footer {
    background-color: aliceblue;
    color: #10101c;
    padding-top: 30px;
    border-top: 6px solid red;

    /* box-shadow: 0px -3px 10px gray; */
  }
  h4 {
    color: #10101c;
    font-size: Clamp(30px, 2vw, 20px);
    font-family: "DM Serif Display";
  }
  span a {
    color: #10101c;
    font-size: 35px;
    margin-right: 20px;
  }
  .insta {
    background-image: linear-gradient(#8a3ab9, #bc2a8d, #fccc63, #fbad50);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
  .fb {
    background: #316ff6;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
  .youtube {
    background: #cd201f;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
  .linkedin {
    background: #0a66c2;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
  .twitter {
    background: #1da1f2;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
  span {
    font-size: 16px;
  }
  p a {
    color: #10101c;
    text-decoration: none;
  }
  p {
    font-size: 17px;
    margin-bottom: 0;
  }

  .footer-copyright p {
    padding: 10px 0px;
    text-align: center;
  }
}
