.subtitle {
    background-color: transparent;
    color: black;
    font-size: 15px;
    font-family: "Audiowide", sans-serif;
    text-align: center;
  }
  .footer-text {
    font-size: 16px;
    color: #555;
    border-top: 1px solid rgba(0, 255, 255, 0.07); /* Aqua rengi ve %70 transparanlık */
    padding-top: 0px; /* İsteğe bağlı: çizgiyle metin arasında boşluk bırakmak için */
  }

  .footer-text .icon {
      font-size: 20px;
      margin-right: 5px;
  }

  .footer-text a {
      color: #007bff; /* Link rengi */
      text-decoration: none; /* Altı çizili olmayacak */
  }

  .footer-text a:hover {
      text-decoration: underline; /* Fare üzerine geldiğinde altı çizili olacak */
  }



  .col-md-3.brdr {
    transform: scale(1);
    transition: transform 0.5s ease;
    max-width: 100%;
}
.col-md-3.brdr:hover {
    transform: scale(1.1);
}
.brdr2 {
    transform: scale(1);
    transition: transform 0.5s ease;
    max-width: 100%;
}
.brdr2:hover {
    transform: scale(1.1);
}

  @media (max-width: 500px) {
    .text-center i {
      font-size: 30px;
    }  
    .text-center h5 {
      font-size: 14px;
    }  
    .text-center p {
      font-size: 12px;
    }



    .footer-text .icon,
    .footer-text a {
      font-size: 7px; 
    } 
    
  }

  @media (min-width: 501px) and (max-width: 767px) {
    .text-center i {
      font-size: 32px;
    }  
    .text-center h5 {
      font-size: 16px;
    }  
    .text-center p {
      font-size: 13px;
    }

    .footer-text .icon,
    .footer-text a {
      font-size: 8px; 
    } 

  }

  @media (min-width: 768px) and (max-width: 1024px) {
    .text-center i {
      font-size: 34px;
    }  
    .text-center h5 {
      font-size: 18px;
    }  
    .text-center p {
      font-size: 12px;
    }
    .brdrright{
      border-right-style: solid;
      border-width: 1px;
      border-color: aqua;
    }



    .footer-text .icon,
    .footer-text a {
      font-size: 10px; 
    } 

  }

  @media (min-width: 1025px) and (max-width: 1280px) {
    .text-center i {
      font-size: 36px;
    }  
    .text-center h5 {
      font-size: 20px;
    }  
    .text-center p {
      font-size: 12px;
    }
    .brdrright{
      border-right-style: solid;
      border-width: 1px;
      border-color: aqua;
    }



    .footer-text .icon,
    .footer-text a {
      font-size: 12px; 
    } 

  }

  @media (min-width: 1281px) and (max-width: 1440px) {
    .text-center i {
      font-size: 38px;
    }  
    .text-center h5 {
      font-size: 22px;
    }  
    .text-center p {
      font-size: 16px;
    }
    .brdrright{
      border-right-style: solid;
      border-width: 1px;
      border-color: aqua;
    }


    .footer-text .icon,
    .footer-text a {
      font-size: 14px; 
    } 
  }

  @media (min-width: 1441px) {
    .text-center i {
      font-size: 40px;
    }  
    .text-center h5 {
      font-size: 24px;
    }  
    .text-center p {
      font-size: 17px;
    }
    .brdrright{
      border-right-style: solid;
      border-width: 1px;
      border-color: aqua;
    }


    .footer-text .icon,
    .footer-text a {
      font-size: 16px; 
    } 
  }
