
    body {
      margin: 0%;
      padding: 0%;
      box-sizing: border-box;
      background: linear-gradient(to right, rgb(0, 0, 1),rgb(1, 4, 59));
    }

    @media (max-width: 768px) {
  .navbar {
    padding: 10px 15px !important;
    margin-top: 10px !important;
    justify-content: center !important;
  }
  .navbar-nav {
    text-align: center;
  }
  .nav-link {
    padding: 10px 5px !important;
    font-size: 16px;
  }
  .section-1 {
    padding: 40px 20px !important;
    text-align: center;
  }
  .orginal {
    padding: 10px !important;
    height: auto;
  }
}

    .orginal{
      position: relative;
      background-image: url(image/backgt.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      padding: 20px;
      height: 90vh;
    }
     .overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 1, 0.751),rgba(2, 11, 181, 0.336));
  z-index: 1;
}
   .content {
  z-index: 2;
}


    .navbar {
      background-color: rgb(0, 0, 0);
      border: 2px solid #007fd485 ;
      color: #ede4e4;
      border-radius: 40px;
      margin-top: 20px;
      padding: 10px 60px;
    }
   .nav-link {
  color: #ffffff !important;
  transition: all 0.3s ease;
}
.nav-link:hover {
  color: #408fde !important;
  padding: 5px 15px;
}   
    .section-1 {
      text-align: center;
      padding: 100px 0 60px;
    }
    .section-1 h1 {
      font-weight: 300;
      color: #ffffffba;
    
     
    }
    .section-1 h1 strong {
      font-weight: 700;
      color: #ffffff;
    }
    .section-1 p {
        color: #ffffff  ;
      max-width: 600px;
      margin: 40px auto;
    
    }
    .btn-discover {
       background: linear-gradient(to right,rgb(0, 34, 71),rgb(3, 3, 45));
       box-shadow: #7e93f8 0px 2px 6px;
      color: white;
      padding: 10px 25px;
      border-radius: 20px;
      border: none;
    }

    .btn-discover:hover{
        background: linear-gradient(to right, rgb(10, 0, 71),rgb(0, 34, 71));
        color: #004f77;
    }

.feature-card {
 
  margin-bottom: 50px;
    background: transparent;
      border-radius: 15px;
      box-shadow: 3px 4px 18px rgb(27, 61, 174);
      transition: all 0.3s ease;
      padding: 25px 20px;
      text-align: center;
    }



@media (max-width: 500px) {
  .feature-card {
    margin: 0 auto 20px auto;
  }
}

    .feature-card:hover {
      transform: translateY(-7px);
      box-shadow: #0a0039 2px 3px 5px;

    }

    .feature-card img {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      box-shadow: 2px 3px 10px rgb(41, 47, 83);
      background-color: #0000005a;
      padding: 10px;
      margin-bottom: 15px;
    }
     .feature-card img:hover{
      background-color: #2f4c6a91;
      
     }

    .feature-card h5 {
      font-weight: 600;
      color: #f8f9fa;
    }

    .feature-card p {
      font-size: 0.9rem;
      color: #b6b5b5;
    }



    .work-process {
  position: relative;
  background-image: url(image/background-work\ process.jpg);
  box-shadow: rgb(1, 1, 170) 3px 3px 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px;
  height: 60vh;
  color: #888888;
}

.work-card {
  border: 3px solid rgba(5, 5, 107, 0.541);
  transition: all 0.3s ease;
  border-radius: 28px;
  padding: 3px;
  box-shadow: 0 0 10px rgb(1, 60, 128);
  background-color: rgb(0, 0, 0);
  color: rgb(223, 210, 210);
}

.work-card:hover {
  transform: translateY(-8px);
  box-shadow: 1px 8px 20px rgb(1, 70, 97);
}

.work-img {
  background: transparent;
  border: 1px solid rgb(0, 75, 137);
  box-shadow: rgb(0, 117, 176) 2px 2px 3px;
  margin-top: 20px;
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .work-process {
    height: auto; 
    padding: 20px 15px;
  }
  
  .work-process .col-md-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .work-process .col-md-2.d-flex {
    display: block !important;
  }
}




    .testimonial{
      background: linear-gradient(to right, rgb(0, 0, 1),rgba(1, 5, 64, 0.772));
    }


     .card-custom {
      
     background: transparent;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(18, 0, 154, 0.788);
      transition: 0.3s ease;
      color: aliceblue;
    }

    .img-icon {
      background-color: black;
   
      border-radius: 50%;
      width: 60px;
      height:60px;
      margin-bottom: 15px;
      object-fit: contain;
    }

    .card-custom .name,
    .card-custom .role {
      transition: color 0.4s ease, transform 0.3s ease;
      color: #f8f9fa;
    }

    .card-custom:hover .name,
    .card-custom:hover .role {
      color: rgba(86, 0, 192, 0.712);
      transform: scale(1.05);
    }


     .pricing-card {
   background: transparent;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 3px solid rgb(3, 3, 71);
    border-radius: 15px;
    box-shadow: rgb(69, 1, 188) 0px 3px 3px;
  }

   .pricing-card h3{
    color: #ffffff;
    line-height: 60px;
   }
  .pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  }
  .price-box {
    
    font-size: 24px;
    font-weight: bold;
    color: white;
    border-radius: 8px;
    padding: 10px 10px;
    display: inline-block;
    margin-bottom: 15px;
  }

  .list-unstyled{
    line-height: 20px;
  }
  .btn-purchase {
     background: linear-gradient(to right,rgb(0, 0, 32), rgb(16, 2, 101));
    color: #fff;
    border-radius: 30px;
    padding: 8px 25px;
    font-weight: 500;
  }


  .btn-purchase:hover{

    background: linear-gradient(to right,rgb(0, 0, 65), rgb(62, 52, 125));
    color: rgb(255, 255, 255);
  }


  .blog .img-fluid{
    width: 100%;
    height: 200px;
  }
  .blog .btn{
   background: linear-gradient(to right, rgb(4, 72, 87), rgba(61, 0, 48, 0.313));
   color: #ffffff;
   border-radius: 30px;
   box-shadow: rgba(1, 67, 61, 0.671) 0px 3px 2px;
  }

  .blog .btn:hover{
   background: linear-gradient(to right,rgb(0, 59, 61), rgb(47, 35, 126));
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 255, 0.822) 0px 3px 2px;
  }


.btn-color{
  background: linear-gradient(to right,rgb(13, 0, 52), rgb(2, 48, 116));
    color: rgb(255, 255, 255);
    box-shadow: rgb(1, 1, 132) 0px 3px 2px;
    border-radius: 30px;

}

 .btn-color:hover {
    background: linear-gradient(to right,rgb(26, 0, 79), rgb(7, 1, 49));
    color: #fff;
    
  }

  ::placeholder {
    color: rgb(206, 205, 219) !important;
    opacity: 0.8;
  }


  
   .counter {
    transition: all 0.3s ease;
    display: inline-block;
    
  }

  .counter:hover {
    transform: translateY(-10px);
    color: #005a8a;
  }


.fab{
  transition: all 0.5s ease-in-out;
  font-size: 20px;
}

  .footer .fab:hover{
    color: #032c94;
    transform: translateY(-10px);
  }
