body {
  scrollbar-color: #888 #f0f0f0;
  scrollbar-width: thin;
}        

#animated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; 
}


.home_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
  position: relative; 
  color: #ffffff;
  padding: 20px;
  gap: 20px;
  z-index: 1; 
}

.notification-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    color: white;
    padding: 10px 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    box-shadow: inset 0 0 10px rgb(255 255 255 / 62%), 0 4px 10px rgb(0 0 0 / 60%);
    width: fit-content;
    }
    
    .notification-bar .icon {
        margin-right: 10px;
    }
    
    .notification-bar a {
        text-decoration: none;
        color: #9e75f0;
        font-weight: bold;
        background-color: #00000000;
        padding: 6px 15px;
        border-radius: 12px;
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
        box-shadow: inset 0 0 8px rgba(158, 117, 240, 0.5); 
        margin: 0 10px;
    }
    
    .notification-bar a:hover {
        background-color: #9e75f0;
        color: #fff;
        box-shadow: 0 0 15px rgba(158, 117, 240, 0.8);
    }

    .home_title {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 15px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    }
    

    .home_description {
        font-size: 1.2rem;
        margin-bottom: 30px;
        line-height: 1.6;
        max-width: 1200px;
        text-align: center;
    }

    .home_buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin-top: 10px;
    }
    
    .home_buttons li {
        list-style: none;
    }
    
    .home_buttons li a {
        text-decoration: none;
        color: #000;
        font-size: 16px;
        font-weight: 600;
        border-radius: 5px;
        padding: 10px 20px;
        position: relative;
        background: linear-gradient(90deg, #ff90e8, #9e75f0);
        border: 2px solid transparent;
        background-origin: border-box;
        background-clip: padding-box, border-box;
        transition: all 0.3s ease;
    }
    
    .home_buttons li a i {
        margin-right: 8px;
    }
    
    .home_buttons li a:hover {
        color: #fff;
        background: linear-gradient(90deg, #9e75f0, #ff90e8);
        box-shadow: 0 0 10px rgba(255, 144, 232, 0.8);
    }
    
    .services-container {
        padding: 2.5rem;
        background-color: #000000;
        margin: 0 10%;
      }
    
      .services-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 2rem;
      }
    
      .service-card {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.5rem;


        background: linear-gradient(#000000, #09090a) padding-box,
         linear-gradient(to bottom, rgba(255, 255, 255, 0.14),
          rgba(255, 255, 255, 0.08)) border-box;

          box-shadow: 0 0 10px rgba(255, 144, 232, 0.8);
        border-radius: 22px;
        border: 2px solid transparent;
        transition: all 0.1s ease-in-out;
        border-radius: 1.25rem;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-decoration: none;
        color: #ffffff;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }
    
      .service-card:hover {
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
      }
    
      .service-content {
        max-width: 75%;
      }
    
      .service-title {
        font-size: 1.375rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
        color: #ffffff;
      }
    
      .service-description {
        font-size: 1rem;
        color: #6b7280;
      }
    

        .arrow-icon {
            display: inline-block;
            font-size: 1.75rem;
            font-weight: bold;
            color: #ffffff;
            border-radius: 50%;
            background-color: #101010;
            height: 50px;
            width: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            transform: rotate(-45deg);
            transition: 0.5s ease;
        }

        .arrow-icon:hover{
            transform: rotate(0deg);
            color: #fff;
            background: linear-gradient(90deg, #9e75f0, #ff90e8);

            border: 5px solid #101010;
        }

        .service-card:hover{
            box-shadow: 0 0 10px #9e75f0, 0 0 20px #ff90e8;

        }

/* ######
Features######### */

.features-container {
  padding: 4rem 2rem;
  background-color: #000000;
  text-align: center;
  margin: 0 10%;
}

.features-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.features-description {
  font-size: 1.2rem;
  color: transparent; 
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;

  background: linear-gradient(120deg, rgb(255, 194, 255), rgb(214, 2, 214)); 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
}




        @media screen and (max-width: 1118px) {
          .services-container , .features-container{
            margin: 0;
            
          }
          .home_title , .features-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 15px;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
        }
        .home_description , .features-description {
          font-size: 1rem;
          margin-bottom: 30px;
          line-height: 1.6;
          max-width: 1200px;
          text-align: center;
      }

      .notification-bar{
        font-size: 12px;
      }
            .home_container{
        height: 100vh;
      }
      .home_buttons li a{
      font-size: 15px;
      }
        }
        
        
        @media screen and (max-width: 768px) {
           .home_buttons li a{
      font-size: 12px;
      } 
            
        }
        
        
          @media screen and (max-width: 450px) {
           .home_buttons li a{
      font-size: 10px;
      } 
      
      .notification-bar{
          font-size:10px;
      }
            
        }
        
        

        

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  border: 2px solid #f0f0f0;
}



        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        