body, html {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif !important;
}
.hero-section {
    width: 100%;
    z-index: 1;
    padding: 20px;
    margin-top: 100px;

}
button, .btn{
    border-radius: 50px;
}
a{
    text-decoration: none;
    color: white;
    
}
.navbar-nav{
    gap: 20px;
}
.navbar-nav .nav-link{
    font-family: "Montserrat", sans-serif !important;
    font-weight: 200 !important;

}
.navbar-nav .nav-link:hover{
    text-decoration: underline;
}

.bg-dark{
    background-color: #0B0121 !important;
}
.lead{
    width: 60%;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 100 !important;
    margin: 0 auto;
}


body {
   background:
    /* subtle grid layer */
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.02) 0px,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 40px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.02) 0px,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 40px
    ),
    /* glowing shape */
    radial-gradient(
      circle at 50% 0%,
      rgba(255, 0, 128, 0.4) 0%,
      transparent 30%
    ),
    /* main gradient */
    linear-gradient(
      180deg,
      #2d0075 0%,
      #170041 50%,
      #0d0029 100%
    );
  background-blend-mode: screen, screen, normal, normal;; 
}


.img-fluid{
  border: 2px solid #444;
  background-color: #111;
  box-shadow:  0 -1px 25px rgba(248, 114, 237, 0.30), 
    -1px 0 25px rgba(253, 104, 241, 0.20), 
    1px 0 25px rgba(253, 104, 241, 0.20),  
    0 0 0 3px rgba(250, 2, 209, 0.08);  
  border-radius: 20px;
}
.video-thumbnail {
      position: relative;
      display: inline-block;
      max-width: 100%;
      
 }
 .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: rgba(0, 0, 0, 0.6);
      border: none;
      border-radius: 50%;
      padding: 20px 25px;
      font-size: 30px;
      color: white;
      cursor: pointer;
      opacity: 0;
      transition: opacity 0.3s ease;
 }

  .video-thumbnail:hover .play-button {
      opacity: 1;
    }

    .play-button:hover {
      background-color: rgba(0, 0, 0, 0.8);
    }





.galaxy-outline-btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: 1rem;
  color: #ffffff;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  background-image: 
    linear-gradient(#1c003f, #1c003f), /* button inner background (can adjust for darker look) */
    linear-gradient(90deg, #ff0080, #7928ca, #2d0075);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  text-decoration: none;
  transition: all 0.3s ease;
}

.galaxy-outline-btn:hover {
  color: #fff;
  background-image: 
    linear-gradient(#2d0075, #2d0075),
    linear-gradient(90deg, #ff0080, #7928ca, #2d0075);
  box-shadow: 0 0 10px rgba(255, 0, 128, 0.5),
              0 0 20px rgba(121, 40, 202, 0.3);
}


.display-1.fw-bold {
   font-family: "Montserrat", sans-serif !important;
  font-style: normal;
  font-weight: 500 !important;
  background: linear-gradient(185deg, #ECECEC, #60478d00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-align: center;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 10px;
        margin-top: 50px;
    }
    .lead {
        width: 90%;
        font-size: 0.9rem;
    }
    .video-box {
        margin: 20px;
    }
    .display-1.fw-bold {
        font-size: 3rem;
    }
  
}

hr {
  border: none;
  height: 2px;
  background-color: #ccc;
  box-shadow: 0 0 5px rgba(190, 183, 183, 0.2);
}

.store-card {
   border: 3px solid #0B0121
  transition: transform 0.3s ease;
}

.store-card:hover {
  box-shadow: 0 0 25px rgba(123, 90, 255, 0.2);
  transform: translateY(-4px);
}

.image-box img {
  border-radius: 25px;
  box-shadow:  0 -1px 25px rgba(248, 114, 237, 0.20), 
    -1px 0 25px rgba(253, 104, 241, 0.20), 
    1px 0 25px rgba(253, 104, 241, 0.20),  
    0 0 0 3px rgba(250, 2, 209, 0.08);  
  width: 100%;
  height: auto;
  object-fit: cover;
}

footer{
    text-decoration: none;
}
footer a:hover{
    text-decoration: underline;
}



 /*features page*/

    .section-title {
      text-align: center;
      margin-bottom: 2rem;
    }

    .card-custom {
  background-color: #1a1136;
  border: 2px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 1.5rem;
  transition: 0.3s ease;
 /* box-shadow: 0 0 40px rgba(123, 90, 255, 0.35);*/
      box-shadow:
    0 -1px 25px rgba(248, 114, 237, 0.30), 
    -1px 0 25px rgba(253, 104, 241, 0.20), 
    1px 0 25px rgba(253, 104, 241, 0.20),  
    0 0 0 3px rgba(250, 2, 209, 0.08);  
}

  


.card-custom:hover {
  
  box-shadow: 0 0 25px rgba(123, 90, 255, 0.2);
  transform: translateY(-4px);
}

    .icon-box1 {
      background-color: #782c96;
      color: white;
      width: 40px;
      height: 40px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1rem;
    }
      .icon-box2 {
      background-color: #a31f71;
      color: white;
      width: 40px;
      height: 40px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1rem;
    }

    .icon-box i {
      color: white;
      font-size: 18px;
    }

    .card-title {
      font-size: 1.2rem;
      font-weight: 600;
    }

    .card-text {
      font-size: 0.9rem;
      color: #ccc;
    }

    .card-link {
      font-weight: 500;
      display: inline-block;
      margin-top: 0.5rem;
      color: #b89df0;
      text-decoration: none;
    }

    .card-link:hover {
      text-decoration: underline;
    }

    .analytics-card{
        border: 2px solid rgba(255, 255, 255, 0.05);
        border-radius: 16px;
        box-shadow:  0 -1px 25px rgba(248, 114, 237, 0.30), 
    -1px 0 25px rgba(253, 104, 241, 0.20), 
    1px 0 25px rgba(253, 104, 241, 0.20),  
    0 0 0 3px rgba(250, 2, 209, 0.08);  
        
   
    }
    .analytics-card h1{
        font-weight: bold;
       
    }
    .analytics-card p{
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    /*pricing page*/

    .custom-btn {
    background: linear-gradient(to right, #e0089f, #ca02fc); 
    color: white;                         
    font-weight: bold;                   
    border-radius: 50px;                
    padding: 10px 30px;                  
    box-shadow: 0 4px 10px rgba(160, 68, 255, 0.4); 
    border: none;                       
    transition: 0.3s ease;
  }



.card{
    background-color: #10082e;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.05);
     box-shadow:
    0 -1px 25px rgba(248, 114, 237, 0.30), 
    -1px 0 25px rgba(253, 104, 241, 0.20), 
    1px 0 25px rgba(253, 104, 241, 0.20),  
    0 0 0 3px rgba(250, 2, 209, 0.08);  
    border-radius: 30;
    padding: 20px;
    transition: transform 0.3s;


}
.card:hover{
    transform: scale(1.03);
} 

.featured-card{
    min-height: 480px;
}


