a {
    text-decoration:none;
}

/* Media query for screens smaller than 768px */
@media (max-width: 768px) {

  .footer-link span,
  .footer-link a {
    font-size: 10px;
  }
  
  /* Additional adjustments for smaller screens */
  .small-footer {
    font-size: 8px; /* Adjust font size for smaller screens */
    padding: 10px; /* Modify padding for better spacing */
    /* Add any other necessary adjustments */
  }
}

 .small-section {
    text-align: center;
    padding: 20px; 
  }

  /* Adjust the size of the image and text on smaller screens*/
  @media (max-width: 768px) {
    .small-section h1 img {
      width: 30px; 
      height: 30px; 
    }
    
    .small-section h1 a {
      font-size: 14px; 
    }
  }


.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #0D0E0D 0%,
    #0D0E0D 29%,
    #f2db18  67%,
    yellow 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 26px;
}

@keyframes textclip {
  to {
    background-position: 100% center;
  }
}

/*for fone screen*/
a {
    text-decoration:none;
}

@media (max-width: 767px) {
  .footer-link span,
  .footer-link a {
    font-size: 12px; /* Adjust this to your desired smaller font size */
  }
}
.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #0D0E0D 0%,
    #0D0E0D 29%,
    #f2db18  67%,
    yellow 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 26px;
}

@keyframes textclip {
  to {
    background-position: 100% center;
  }
}
 
 