

  /*FOOTER*/
  footer {
    
    background-color: #000000;
    color: #FFFFFF;
    padding: 50px 0;
    background-image: linear-gradient(to bottom, #000000, #1a1a1a);
  }
  
  
  footer h4 {
    color: #FFFFFF;
    font-weight: bold;
  }
  
  footer ul {
    list-style: none;
    padding: 0;
  }
  
  footer ul li {
    margin-bottom: 10px;
  }
  
  .social-icons li {
    display: inline-block;
    margin-right: 10px;
  }
  
  .social-icons li:last-child {
    margin-right: 0;
  }
  
  .social-icons a {
    color: #FFFFFF;
  }
  
  .social-icons i {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #333333;
    transition: all 0.2s ease-in-out;
  }
  
  .social-icons i:hover {
    background-color: #FFFFFF;
    color: #000000;
  }

  footer a{
    font-family: url("../fonts/Techovier\ .ttf") !important;
    text-decoration: none !important;
    color: white !important;
    transition: letter-spacing 0.3s ease-in-out;
  }
  footer a:hover{
    letter-spacing: 2px;
    transition: letter-spacing 0.3s ease-in-out;
  }