@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;800&family=Work+Sans:wght@200&display=swap");
* {
    margin: 0;
    padding: 0;
    font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif, Tahoma, Geneva, Verdana, sans-serif;
}
body {
    background-color: white;
    /* background: rgb(77, 97, 167); */
    /* background: linear-gradient(
      90deg,
      rgba(77, 97, 167, 1) 0%,
      rgba(56, 127, 167, 1) 35%,
      rgba(62, 96, 144, 1) 100%
    ); */
    background-size: 100%;
    background-repeat: repeat-y;
    width: auto;
    display: flex;
    flex-direction: column;
    /* row-gap: 20px; */
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}
header{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    position: fixed;
    z-index: 1000;
    width: 100%;
}
.branding{
    display: flex;
    align-items: center;
    width: 28%;
    justify-content: space-around;
    color: rgb(77, 97, 167);
    font-weight: 600;
}
.logo{
    max-width: 90px;
}
.nav-links{
    display: flex;
    width: 50%;
    align-items: center;
}
.nav-links ul{
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.nav-links ul li{
    list-style: none;
    color: rgb(77, 97, 167);
    font-weight: 600;
}
.nav-links ul li a{
    color: rgb(77, 97, 167);
    text-decoration: none;
}
.hero {
    backdrop-filter: blur(150px);
  /* background-color: white; */
    color: white;
    padding: 50px;
    /* width: 100vw; */
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    height: 95vh;
    align-items: center;
    justify-content: center;
    /* justify-content: space-between; */
}
.perks {
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  flex-shrink: 1;
  /* padding-bottom: 100vh; */
  justify-content: space-between;
  /* width: 90%; */
  margin: 90px auto 0 auto;
}
.perkswc {
  padding: 20px 0;
  /* width: 90%; */
  margin: auto;
}
.perk-he {
  font-size: 32px;
  color: rgb(77, 97, 167);
}
.perk-ho {
  font-size: 48px;
  /* color: black; */
  color: rgb(77, 97, 167);
}
.mp-card {
  display: flex;
  background-color: white;

  justify-content: space-between;
}
.mp-cards {
  padding: 20px;
  min-height: 450px;
  width: 200px;
  display: flex;
  border-radius: 12px;
  flex-direction: column;
  /* justify-content: center; */
  /* align-items: center; */
  row-gap: 20px;
  /* text-align: center; */
}
.mp-num {
  color: #ffbb64;
  font-size: 48px;
  font-weight: 800;
}
.odmp {
  width: 80px;
}
.perk-small {
  color: rgb(77, 97, 167);
}
header.scrolled {
  /* background-color: blue; */
  transition: background-color 0.5s ease-in;

  backdrop-filter: blur(90px);
  -webkit-backdrop-filter: blur(9.6px);
  /* background-color: white; */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* background: linear-gradient(112.1deg, rgb(77, 238, 253) 0.7%, rgb(3, 151, 232) 26.1%, rgb(47, 31, 116) 95.7%); */
}
.mp-cards ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.mp-cards ul li {
  list-style: none;
  /* gap: 10px; */
}
.stack1{
  position: sticky;
  padding: 60px ;
  background-color: white;
  z-index: 5;
  top: 0;
}
.stack2{
  position: sticky;
  /* padding: 60px ; */
  height: 100vh;
  /* background-color: rgb(82, 82, 82); */
  z-index: 50;
  top: 0;
}
.stack3{
  position: sticky;
  /* padding: 60px ; */
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1c1b1b;
  z-index: 60;
  top: 0;
  /* width: 100%; */
}
.stack4{
  position: sticky;
  /* padding: 60px ; */
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  z-index: 70;
  top: 0;
  /* width: 100%; */
}
/* header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #333;
  padding: 10px 20px;
  color: #fff;
} */

.branding {
  display: flex;
  align-items: center;
}

.branding .logo {
  width: 80px;
  /* margin-right: 10px; */
}

.nav-links {
  position: relative;
}

.nav-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.nav-links ul li {
  margin-left: 20px;
}

.nav-links ul li a {
  text-decoration: none;
  color: rgb(77, 97, 167);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #444;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #555;
}

/* Mobile view */
.menu-icon {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {



  .nav-links ul {
      display: none;
      flex-direction: column;
      background-color: #333;
      width: 100%;
      position: absolute;
      top: 60px;
      left: 0;
      padding: 0;
  }

  .nav-links ul li {
      margin: 0;
  }

  .nav-links ul li a {
      padding: 10px;
      display: block;
      width: 100%;
  }

  .menu-icon {
      display: block;
  }
}
.heros {
  /* height: 440px; */
  /* background-image: url(./assets/Background.jpg); */
  /* background: linear-gradient(112.1deg, rgb(77, 238, 253) 0.7%, rgb(3, 151, 232) 26.1%, rgb(47, 31, 116) 95.7%); */
  /* background: linear-gradient(109.6deg, rgb(62, 161, 219) 11.2%, rgb(93, 52, 236) 100.2%); */
  border-radius: 30px;
  color: white;
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: row;
  /* flex-shrink: 1; */
  /* height: 80vh; */
  /* border: 2px solid white; */
  align-items: center;

  /* column-gap: 10px; */
  justify-content: space-between;
  /* flex-wrap: wrap; */
}
.hero-banner {
  font-weight: 300;

  /* color: white; */
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  /* width: 47%; */
}
.h-quality {
  display: flex;
  flex-direction: column;
  color: white;
  row-gap: 20px;
}
.btn {
  margin: auto;
  border: transparent;
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  color: #ffffff;
  width: 70%;
  background: #34d952;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.form-dd {
  margin: auto;
  width: 70%;
}
footer {
  width: 100%;
  /* background-color: white; */
}

.logo-d {
  padding: 30px 0;
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: rgb(77, 97, 167);
  font-size: 24px;
}
.f-logo {
  width: 80px;
}
.footer-body {
  margin: auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.footerinfo {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.para {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 37%;
}
.para h1 {
  color: rgb(77, 97, 167);
}
.para p {
  line-height: 25px;
}
.footer-socials {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.sooocials {
  display: flex;
  justify-content: space-around;
}
.useful-link {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.useful-link ul {
  display: flex;
  column-gap: 10px;
}
.useful-link ul li {
  list-style: none;
}
.useful-link ul li a {
  color: black;
  text-decoration: none;
}
.contact-us {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.call-cu {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
/* Custom CSS */
.single-process-box {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 20px;
  margin-bottom: 20px;
}
.step-number {
  font-size: 32px;
  color: #007bff;
}
.step-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.step-description {
  font-size: 16px;
  margin-bottom: 15px;
}
.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.formheading {
  /* background-color: orange; */
  text-align: center;
  color: rgb(77, 97, 167);
  /* background-color: #ffbb64; */
  padding: 27px;
  width: 80%;
  margin: auto;
  /* color: white; */
  border-radius: 20px 20px 0 0;
  border-bottom:  1px solid black;
}
.h-quality li {
  display: flex;
  align-items: center;
}
.hero-form {
  /* box-shadow: rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */

  /* box-shadow: rgba(0, 0, 0, 1) 0px 0px 0px 0px; */
  /* color: white; */
  background-color: #FAF9F6;
  margin-top: 30px;
  /* border: 1px solid white; */
  border-radius: 20px;
  width: 35%;
  height: max-content;
  /* padding: 0 0  20px 0; */
}
form {
  /* background: rgba(255, 255, 255, 0); */
  /* border-radius: 16px; */
  padding: 20px;
  margin: auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  justify-content: center;
  text-align: center;
}
form input {
  width: 60%;
  margin: auto;
  background-color: transparent;
  text-align: center;
  border: transparent;
  border-bottom: 1px solid black;
  /* border-radius: 12px; */
  /* color: red; */
  background: rgba(255, 255, 255, 0);
  /* border-radius: 16px; */
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
  backdrop-filter: blur(100px);
  /* color: white; */

  -webkit-backdrop-filter: blur(9.6px);
  /* border: 1px solid white; */
  /* background-color: white; */
  height: 40px;
}
.client {
  /* height: 500px; */
  border-radius: 30px;
  /* width: 89%; */
  margin: auto;
  /* margin-top: 20px; */
  background-color: white;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 40px;
}
.c-heading{
  font-size: 42px;
}
.profile{
  display: flex;
  /* width: 10px; */
}
.item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* column-gap: 10px; */
}
.item img{
  width: 150px;
  /* width: 100%; */
}
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 180px;
    text-align: center;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a p{
    color :  black; 
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: 400;
  }
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: #3e8e41;}
  
.bouncing-blob {
    width: 32vw;
    aspect-ratio: 1;
    border-radius: 50%;
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transform-origin: left top;
  }
  
  .bouncing-blob--blue {
    background-color: blue;
  }
  
  .bouncing-blob--grey {
    background-color: grey;
    z-index: 2;
    width: 15vw;
  }
  
  .bouncing-blob--purple {
    background-color: purple;
  }
  
  .bouncing-blob--pink {
    background-color: pink;
  }
  
  .bouncing-blobs-container {
    position: fixed;
    /* z-index: -1; */
    top: 0;
    left: 0;
    width: 100vw
    /* height: 100%; */
  }
  
  .bouncing-blobs-glass {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(140px);
    -webkit-backdrop-filter: blur(140px);
    pointer-events: none;
  }
  
  .bouncing-blobs {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .line-1{
    position: relative;
    /* top: 5%;   */
    /* color: rgb(77, 97, 167); */
    font-weight: 600;
    z-index: 2;
    width: 24em;
    margin: 0 auto;
    border-right: 2px solid rgb(255, 255, 255);
    font-size: 48px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
}

/* Animation */
.anim-typewriter{
  animation: typewriter 4s steps(44) 1s 1 normal both,
             blinkTextCursor 500ms steps(40) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 24em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgb(255, 255, 255);}
  to{border-right-color: transparent;}
}
.slide-bottom{-webkit-animation:slide-bottom 3.5s linear infinite alternate both;animation:slide-bottom 2.5s linear infinite alternate both}
@-webkit-keyframes slide-bottom{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(100px);transform:translateY(100px)}}@keyframes slide-bottom{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(100px);transform:translateY(100px)}}
.client-upper{
  top: 0; z-index: 3000; position: sticky; display: flex; justify-content: center; align-items: center; height: 100vh; background-color: white; 
}
.line-1 {
  font-size: 2rem; /* Responsive font size */
  text-align: center; /* Center align text */
  margin: 0 auto; /* Center align content */
  word-wrap: break-word; /* Break long words to prevent overflow */
}
@media screen and (max-width: 768px){
  header{
    flex-direction: row-reverse;
    /* column-gap: 30px; */
    height: 80px;
  }
  #nav-menu, .dropdown-content{
    margin-top: 10px;
    width: 100px;
    padding:  0 40px;
    background-color: rgb(77, 97, 167);
    color: white;
    border-radius: 8px;
  }
  #nav-menu a{
    color: white;

    width: 100%;
  }
  .branding{
    width: 85%;
    column-gap: 10px;
    flex-direction: row;
    justify-content: flex-start;
  }
  .nav-links{
    width: 15%;
    overflow: visible;
  }
  .branding h1{
    font-size: 22px;
    /* margin-left: 10px; */
  }
  .hero{
    display: none ;
    width: 99%;
    /* margin: 0; */
    /* justify-content: left; */
    padding: 0;
    /* overflow: hidden; */
    z-index: 0;
  }

  .line-1, .slide-bottom {
    float: left;
    font-size: 20px;
    width: 50%; /* Adjust font size for smaller screens */
}
  
  .stack3{
    height: 100%;
    top: auto;
    position: relative;
    z-index: 0;
    /* width: 98%; */
  }
  .stack2 , .stack1, .stack4{
    height: 100%;
    top: auto;
    position: relative;
    z-index: 0;
    background-color: white;
  }
  .client-upper{
    top: auto;
    height: 100%;
    padding-bottom: 10px;
  }
  .profile{
    flex-direction: column;
  }
  .perkswc {
    width: 95%;
    height: max-content;
    flex-direction: column;
    padding: 20px 0;
  }
  .mp-card{
    flex-direction: column;
  }
  .line1{
    text-wrap: wrap;
  }
  .hero-banner {
    width: 99%;
  }
  .hero-form {
    width: 99%;
  }
  .heros{
    width: 90%;
    flex-direction: column;
    justify-content: center;
    margin: 50px 0;
  }
  .footerinfo{
    flex-direction: column;
    row-gap: 20px;
  }
  .logo-d{
    flex-direction: column;
    width: 75%;
    row-gap: 10px;
    margin: auto;
  }
  .para{
    width: 95%;
  }
}