.inter-semibold {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }
  

  .glass-effect {
    background: linear-gradient(135deg, rgba(17, 71, 123, 0.8) 0%, rgba(52, 152, 219, 0.6) 100%);
    border-radius: 15px;
    padding: 30px;
    backdrop-filter: blur(100px); /* تأثير التمويه */
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2); /* ظل ناعم */
    transition: all .3s ease-in-out;
    color: white;
}





