/* @import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css); */
 :root{
      --bg:#0b0d12;
      --surface:#121622;
      --muted:#8a94a7;
      --text:#e9ecf1;
      --brand:#6ea8fe;
      --brand-2:#7bdebd;
      --radius:22px;
    }

    /*body*/
    body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background: linear-gradient(to right, #1e1e2f, #2e2e48);
      background: var(--bg);
      color: #fff;
      overflow-x: hidden;
    }
/*header*/
    .navbar {
      width: 100%;
      background-color: #0f0f1e;
      position: fixed;
      z-index: 500;
    }

    .navbar-brand {
      color: #00ffe7 !important;
      font-weight: bold;
    }

    .nav-link {
      color: #ccc !important;
      transition: color 0.3s;

    }

    .nav-link:hover {
      color: #00ffe7 !important;
    }

    header {
      height: 100vh;
      background: url('images/bg.jpeg') no-repeat center center/cover;
      padding: 300px 0;
      text-align: center;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
      position: relative;
    }

    header::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      z-index: 1;
    }

    header h1,
    header p,a {
      position: relative;
      z-index: 2;
    }


    header h1 {
      font-size: 3rem;
      color: white;
    }
    header button{
      z-index: 1000;
    }

@media (max-width:768px) {

  .hero{
    position: relative;
    top: -180px;
  }
  #about{
    margin-top: 0px;
  }
  
}
.wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.single-card{
    position: relative;
    width: 280px;
    height: 400px;
    margin: 15px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.5);
    transition: box-shadow 0.3s ease;
    overflow: hidden;
    background-color: #414852;
    border-radius: 15px;
    transition: all 0.8s  ease-in-out;
}

.single-card:hover{
    transform: translateY(-10px);

}
.img-area{
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.img-area img{
    width: 100%;
    height: 100%;
    object-fit: cov;
    transition: transform 0.3s ease;
}

.img-area:hover img{
    transform: scale(1.1);
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,174,255,0.8);
    opacity: 0;
    transition: opacity 0.3s ease;

}
.single-card:hover .overlay{
    opacity: 1;
}
.add-to-cart, .view-demo{
    background: white;
    color: #000;
    padding: 10px 15px;
    border: none;
    outline: none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-bottom: 10px;
}
.add-to-cart:hover, .view-demo:hover{
    background-color: orangered;
    color: #fff;
    border: none;
}
.info{
    padding: 10px;
    text-align: center;
    color: #ddd;
}
.info h3{
    margin: 15px 0 10px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.info .price{
    margin: 0;
    font-size: 20px;
    color:rgb(0, 0, 0);
    font-weight: 400;
    background: var(--brand);
    border-radius: 20px;
    width: 100px;
    padding: 5px 2px;
    margin: auto;
    letter-spacing: 2px;
    
}

figure.snip1390 {
  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 280px;
  height: 520px;
  width: 100%;
  color: #000000;
  text-align: center;
  font-size: 16px;
  background-color: #2C3447;
  padding: 30px;
  background-image: linear-gradient(-25deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
        figure.snip1390 *,
figure.snip1390 *:before,
figure.snip1390 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1390 figcaption {
  width: 100%;
}
figure.snip1390 h2,
figure.snip1390 h4,
figure.snip1390 blockquote {
  margin: 0;
}
figure.snip1390 h2,
figure.snip1390 h4 {
  font-weight: 300;
}
figure.snip1390 h4 {
  color: #ffffff;
}
figure.snip1390 h6 {
  color: #a6a6a6;
}
figure.snip1390 blockquote {
  font-size: 1em;
  padding: 45px 20px 40px 50px;
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: inset -1.4px -1.4px 2px rgba(0, 0, 0, 0.3);
  text-align: left;
  position: relative;
}
figure.snip1390 blockquote:before {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 70px;
  opacity: 0.25;
  font-style: normal;
  top: 0px;
  left: 20px;
}
figure.snip1390 .profile {
  width: 100px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  border: solid 5px #A6A57A;
}


 /* Feature Card*/
   /* .feature-card {
  background: url("images/card-bg.jpeg");
  border-radius: 15px;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.1);
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 25px rgba(0, 255, 255, 0.5);
  border-color: #00ffe7;
} */

 /* footer section*/
  #contact::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('images/contact.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
    z-index: -1;
  }

  .contact-box {
    background: var(--bg);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  }

  .form-control {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .form-control:focus {
    border-color: #0ff;
    box-shadow: 0 0 10px #0ff;
  }

  .btn-success {
    background: linear-gradient(to right, #00f7ff, #00d0ff);
    border: none;
    font-weight: bold;
    transition: 0.3s ease;
  }

  .btn-success:hover {
    background: linear-gradient(to right, #00d0ff, #00f7ff);
    box-shadow: 0 0 15px #00f7ff;
    color: #000;
  }

  .contact-info p i {
    color: #00f7ff;
    margin-right: 10px;
  }

  .contact-info a {
    transition: 0.3s;
  }

  .contact-info a:hover {
    color: #00f7ff !important;
  }

  .section-title {
    color: #00f7ff;
  }

  .text-muted {
    color: rgba(255, 255, 255, 0.7) !important;
  }
 
.footer {
  background: #111;
  color: #ccc;
  font-family: Arial, sans-serif;
  margin-top: 40px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  padding: 50px 20px;
}

.footer h2 {
  color: #00ffe7;
  font-size: 24px;
  margin-bottom: 15px;
}

.footer h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
}

.footer p {
  font-size: 14px;
  line-height: 1.6;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin: 8px 0;
}

.footer ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer ul li a:hover {
  color: #00ffe7;
}

.social-icons {
  margin-top: 15px;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  color: #ccc;
  font-size: 18px;
  transition: color 0.3s, transform 0.3s;
}

.social-icons a:hover {
  color: #00ffe7;
  transform: scale(1.1);
}

.footer-bottom {
  text-align: center;
  padding: 15px;
  background: #0a0a0a;
  font-size: 14px;
  border-top: 1px solid #222;
}

    /*section*/


    @media (max-width: 768px) {
      .card {
        width: 100%;
        max-width: 350px;
      }
    }
     #contact {
    background: --bg;
    color: #fff;
    position: relative;
    z-index: 1;
  }

 
  .feature-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.1);
  border-image: linear-gradient(45deg, #00ffe7, #00aaff) 1;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 25px rgba(0, 255, 255, 0.5);
  border-color: #00ffe7;
}


/* Custom css */
section {
  margin-top: 75px;
}
.neon-text {
  color: #00ffe7;
}
.lead{
  margin:20px auto; max-width:640px; color:var(--muted)
}
.btn-primary{background:linear-gradient(135deg, var(--brand), var(--brand-2)); color:#0a1020}
.btn{padding:14px 22px; border-radius:12px; font-weight:600; cursor:pointer; border:1px solid transparent; transition:.2s}


    .section-title {
      font-size: 2rem;
      color: #00ffe7;
      text-align: center;
      margin-bottom: 40px;
      
    }

 /*Card*/

    .card {
      background-color: #29293d;
      border: none;
      border-radius: 15px;
      transition: transform 0.4s, box-shadow 0.4s;
      box-shadow: 0 8px 15px rgba(0, 255, 231, 0.1);
    }

    .card:hover {
      transform: translateY(-10px) scale(1.03);
      box-shadow: 0 15px 30px rgba(0, 255, 231, 0.2);
    }

    .feature-box {
      background: linear-gradient(135deg, #111122, #222244);
      border-radius: 15px;
      padding: 30px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
      transition: all 0.4s;
    }

    .feature-box:hover {
      transform: scale(1.05);
      box-shadow: 0 15px 30px rgba(0, 255, 231, 0.2);
    }


    
    .social-icons a {
      color: #00ffe7;
      margin: 0 10px;
      font-size: 1.5rem;
      transition: transform 0.3s;
    }

    .social-icons a:hover {
      transform: scale(1.2);
    }

    .animate-fade {
      opacity: 0;
      transform: translateY(30px);
      transition: all 1s ease-out;
    }

    .animate-fade.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .card {
      color: white;
    }
    .flex{
      display: flex;
      padding: 20px 10px;

    }
    .about-img{
      width: 1500px;
      height: 500px;
      padding: 10px;
    }

    
    .pricing-section {
      text-align: center;
    }

    .pricing-title {
      font-size: 2.5em;
      margin-bottom: 40px;
      color: #0ff;
    }

    .pricing-cards {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: center;
    }

    .card {
      position: relative;
      background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
      padding: 30px;
      border-radius: 15px;
      width: 300px;
      overflow: hidden;
      box-shadow: 0 0 10px rgba(0, 255, 255, 0.1);
    }

    .card::before {
      content: '';
      position: absolute;
      top: -2px;
      left: -2px;
      right: -2px;
      bottom: -2px;
      background: linear-gradient(135deg, var(--brand), var(--brand-2));
      z-index: -1;
      border-radius: 18px;
      filter: blur(5px);
      color: #0a1020;
      transform: rotateZ('120deg');
    }
    .card::before p,h4{
      color: #0a0a0a;
    }

    .card h3 {
      font-size: 1.8em;
      color: #0ff;
      margin-bottom: 15px;
    }

    .card .price {
      font-size: 2em;
      font-weight: bold;
      color: #fff;
      margin-bottom: 20px;
    }
    .bg-dark{
      background: #000;
    }

    .card ul {
      list-style: none;
      text-align: left;
      margin-bottom: 20px;
    }

    .card ul li {
      margin-bottom: 10px;
      padding-left: 15px;
      position: relative;
    }

    .card ul li::before {
      content: '✔';
      position: absolute;
      left: 0;
      color: #0ff;
    }

    .card button {
      background: transparent;
      border: 2px solid #0ff;
      color: #0ff;
      padding: 10px 25px;
      border-radius: 25px;
      cursor: pointer;
      transition: 0.3s ease;
    }

    .neon-text {
      color: #00f7ff;
    }

    .price-tag {
      font-size: 1.2rem;
      font-weight: bold;
      background: linear-gradient(90deg, #00f7ff, #ff00ff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 10px;
    }

    .btn-outline-light:hover {
      color: #000;
      background: #fff;
    }

    a.btn {
      text-decoration: none;
    }

    .product-card p {
      font-size: 0.95rem;
    }

    .feature-card{
      background: url("images/card-bg.jpeg");
      background-size: cover;
    }
