@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    background-color: rgba(255,255,255,1);
    color: black;
    font-family: 'Poppins', sans-serif;
}

h3, li, ul, h2, p {
  background: none;
  color: white;
}

body {
    background-color: rgba(255,255,255,1);
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    scroll-behavior: smooth;
}

.top {
  --offset: 50px; 
  position: sticky;
  bottom: 2rem;      
  margin-right: -18em; 
  place-self: end;
  padding-bottom: 0.4rem;
  margin-top: 1em;
  /* visual styling */
  width: 4rem;
  background: #0084ff;
  border-radius: 0.4rem;

  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  color: white;
  scale: 125%;
  transition: 0.2s ease-in;
  box-shadow: 0px 2px 3px rgba(0,19,41,0.5);
}




.top:hover {
  box-shadow: 0px 2px 9px #001329;
}

.top:active {
  box-shadow: 0px 2px 5px #001329;
  scale: 120%;
  background: #0064c2;
}


.back-to-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  border-radius: 100%;
  background: #141c38;
  padding: 0.5rem;
  border: none;
  cursor: pointer;
  opacity: 100%;
  transition: opacity 0.5s;
}

.back-to-top:hover {
  opacity: 60%;
}

.hidden {
  opacity: 0%;
}

.back-to-top-icon {
  width: 1rem;
  height: 1rem;
  color: #7ac9f9;
}


.pricing-body {
  background: linear-gradient(to right bottom, #001329,#0058bc);
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  scroll-behavior: smooth;
}



html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}



.center-div {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: -1.5em;
    margin-top: 1em;
}


.center-div-pricing {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: -4em;
  background: none;
  margin-top: 1em;
}

/* Style the navbar */
#navbar {
    overflow: hidden;
    background-color: #001329;
    z-index: 1;
    width: 100%;
    min-height: 10%;
    display: block;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.39);
    z-index: 2;
  }


  .navbar-new {
    width: 100%;
    background-color: #0058bc;
    display: block;
    z-index: 1;

  }
  
  /* Navbar links */
  .head-link {
    float: inline-start;
    display: flexbox;
    flex-direction: column;
    color: white;
    background-color: #001329;
    text-align: center;
    padding: 0.8rem;
    text-decoration: none;
    margin: 0 auto;
  }
  
  /* Page content */
  .content {
    padding: 16px;
  }
  
  /* The sticky class is added to the navbar with JS when it reaches its scroll position */
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
 /* .sticky + .content {
    padding-top: 60px;
  }
*/
  .bar-logo {
    max-width: 50px;
    max-height: 90%;
    position: relative;
    margin: 0 31%;
    background-color: #001329;
    padding-top: 5px;
  }

  #navbar .logo-text {
    font-size: 25px;
    font-weight: bold;
    margin-top: 14px;
    background-color: #001329;
    color: white;
    position: absolute;
    left: 47.3%;
  }


  .embed-holder {
    margin: auto;
    margin-bottom: 2rem;
    margin-top: 1rem;
    width: 35%;
    padding: 1.5rem 1.5rem;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    transition: 0.3s;
    z-index: 0;
  }



  .embed {
    background-color: rgba(255,255,255,1);
  }

  .embed-holder{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 0px 20px 0 rgba(0, 0, 0, 0.1);
  }



  .cal-div {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    align-self: center;
    margin-bottom: 2em;
  }


  .cal-button {
    box-sizing: border-box;
    border-radius: 0.4em;
    border: none;
    padding: 0.2em 0.8em;
    font-size: 1.5em;
    background-color: #0058bc;
    color: white;
    box-shadow: 0em 0.1em 0.3em rgb(0,19,41,0.5);
    transition: 0.2s ease;
  }


  .cal-button:hover {
    border-radius: 0.4em;
    border: none;
    scale: 105%;
    background-image:none;
    background-color: rgb(4, 112, 236);
    box-shadow: 0em 0em 0.3em rgb(0,19,41,0.9);
    cursor: pointer;
  }


  .cal-button:active {
    
    box-shadow: 0px 1px 5px rgb(0,0,0,0.5);
    scale: 103%;
    background-color: rgb(8, 103, 211);
    
}

  .cal-span {
    color: white;
  }


  .form {
    align-items: center;
    align-self: center;
    align-content: center;
    max-width: 95%;
    margin-bottom: -12em;
  }


  .crop {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 300px;
    clip-path: inset(0px 0px 250px 0px);
    overflow: hidden;
    vertical-align: top;
  }


  .trust {
    display: flex;
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-bottom: 3em;
    margin-top: -3em;
    -webkit-font-smoothing: antialiased; 
    }


    /* .trust:hover {
      -webkit-animation: breathing 5s ease-out infinite normal;
      animation: breathing 5s ease-out infinite normal;
    } */

    
@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


  /* .trust:hover {
    scale: 102%;
    -webkit-font-smoothing: antialiased;
  } */

  .trust-text {
    font-style: oblique;
    -webkit-font-smoothing: antialiased;
    max-width: 90vw;
    text-align: center; 
    align-self: center;
    margin-top: 1.5em;
   }


  @media(max-width: 1070px) {
    .embed-holder {
        width: 60%;
}
    
}



@media(max-width: 870px) {
    .embed-holder {
        width: 70%;
}


@media(max-width: 525px) {
    .embed-holder {
        width: 80%;
}
    
}
    
}





  .highlight {
    /* color: #0058bc; */
    font-weight: 999; /*
    background: linear-gradient(120deg,#0084ff, #0062cc);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-size: 1.1em;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #0084ff, #3fc0f4, #209de5, #0084ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 300%;
    background-position: -100%;

    animation: animatedText 5s infinite alternate-reverse;

    transition: 0.2s ease-out;
  }

  .highlight:hover {
    animation: animatedText 1.5s infinite alternate-reverse;
    font-size: 1.15em;
    
  }


  .highlight-free {
    /* color: #0058bc; */
    font-weight: 999; /*
    background: linear-gradient(120deg,#0084ff, #0062cc);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-size: 1.1em;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #0084ff, #3fc0f4, #209de5, #0084ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 300%;
    background-position: -100%;

    animation: animatedText 4s infinite alternate-reverse;

    transition: 0.2s ease-out;
  }



  .highlight-small {
    /* color: #0058bc; */
    font-weight: 999; /*
    background: linear-gradient(120deg,#0084ff, #0062cc);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-size: 1em;

    background-image: linear-gradient(to right, #0084ff, #7956dc, #574dc7,#0084ff );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 300%;
    background-position: -100%;

    animation: animatedText 5s infinite alternate-reverse;

    transition: 0.2s ease-out;
  }


  @keyframes animatedTextControlled{
    from{
      background-position: 0%;
    }
    to{
      background-position: 100%;
    }
  }

  @keyframes animatedText{
    to{
      background-position: 100%;
    }
  }


  .highlight-pricing {
    color: #0084ff;
    font-weight: 999;
  }


  .above-form-header {
    margin: auto;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    line-height: 2.2rem;
    font-size: 2rem;
    font-weight: 800;
    max-width: 100%;
    color: #001329;
  }


  .above-form-header-free {
    margin: auto;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    line-height: 2.7rem;
    font-size: 2rem;
    font-weight: 800;
    max-width: 100%;
    color: #001329;
  }


  .above-form-header-pricing {
    margin: auto;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    line-height: 2.2rem;
    font-size: 2rem;
    font-weight: 800;
    width: 70%;
    background: none;
    color: white;
  }


  .center-desc {
    width: 100%;
    margin-top: 0px;
    margin-bottom: -1em;
    font-size: 1.2rem;
    font-style: italic;
    color: #001329;
  }

  .center-desc-free {
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    font-size: 1.2rem;
    font-style: italic;
    color: #001329;
    margin-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0em;
  }

  .center-desc-pricing {
    width: 100%;
    margin-top: -20px;
    font-size: 1.2rem;
    color: white;
    background: none;
    font-style: italic;
  }

  .logo-div {
    width: 300px;
    display: flex;
    justify-content: center;
    background-color: #001329;
    margin: auto;
    margin-top: 0.75rem;
    align-content: center;
    }

  .bar-logo-new {
    max-width: 70px;
    overflow: hidden;
    background-color: #001329;
  }

  .logo-text-new {
    font-size: 30px;
    font-weight: 700;
    margin: auto;
    margin-left: 0.5rem;
    color: white;
    background-color: #001329;
  }


  .no-style {
    text-decoration: none;
  }



  footer {
    background: #0058bc;
    color: white;
    padding: 3em;
    margin-top: auto;
    border-radius: 0rem 0rem 0 0;

  }

  .footer-pricing {
    background: none;
    color: white;
    padding: 3em;
    margin-top: auto;
    border-radius: 0rem 0rem 0 0;
  }

  .footer-col {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #0058bc;
    padding: 0 15px;
  }


  .footer-col-pricing {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: none;
    padding: 0 15px;

  }


  ul {
    list-style: none;
    flex-wrap: wrap;
  }

  .list {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    padding: 1rem;
    background-color: #0058bc;
  }

  .list-item {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    padding: 1rem;
    background-color: #0058bc;
    text-decoration: none;
  }

  .list-a {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    padding: 1rem;
    background-color: #0058bc;
    text-decoration: none;
    color: white;
  }

  .footer-logo {
    max-width: 7rem;
    background-color: #0058bc;
  }

  .footer-logo-top {
    display: flex;
    max-width: 7rem;
    background-color: #0058bc;
    margin: 0 auto;
  }

  .footer-logo-top-pricing {
    display: flex;
    max-width: 7rem;
    background: none;
    margin: 0 auto;
  }

  .row {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #0058bc;
  }

  .row-pricing {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: none;
  }

  .container {
    width: 100%;
    background-color: #0058bc;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }


  .container-pricing {
    width: 100%;
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer ul li a {
    transition: 0.2s ease-out;
  }

  .footer ul li a:hover{
    padding-bottom: 12px;
    text-decoration: overline;
  }


  .ft-con {
    background-color: #0058bc;
    margin-bottom: -2.5em;
  }

  .ft-con-pricing {
    background: none;
    margin-bottom: -2.5em;
  }

  .footer-text {
    background-color: #0058bc;
    color: white;
    text-align: center;
    font-size: 14px;
  }

  .footer-text-pricing {
    background: none;
    color: white;
    text-align: center;
    font-size: 14px;
  }

  .footer-text-terms {
    background-color: #0058bc;
    color: white;
    text-align: center;
    font-size: 14px;
    color: #001329;
  }

  .footer-text-terms-pricing {
    background: none;
    color: white;
    text-align: center;
    font-size: 14px;
    color: #001329;
  }

  .footer-text-link {
    background-color: #0058bc;
    text-decoration:none;
    color: white;
    text-align: center;
    font-size: 14px;
    color: #001329;
  }

  .footer-text-link-pricing {
    background: none;
    text-decoration:none;
    color: white;
    text-align: center;
    font-size: 14px;
    color: #001329;
  }

  .plans {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: self-start;
    justify-content: space-evenly; /* Or use space-between if you prefer */
    background: none;
    margin-top: 5em;

}

  .step-1 {
    position: relative;
    bottom: 11.3em;
    left: 10.8em;
    background: none;
    color: white;
    font-size: 1.5em;
  }


  .step-2 {
    position: relative;
    bottom: 9.3em;
    left: 8.3em;
    background: none;
    color: white;
    font-size: 2em;
  }


  .step-3 {
    position: relative;
    bottom: 8.1em;
    left: 6.8em;
    background: none;
    color: white;
    font-size: 2.5em;
  }



  .pricing-plan {
    display: flex;
    flex-direction: column;
    margin: 0;
    border-color: #0058bc;
    border-radius: 2em;
    border-width: 2px;
    background: linear-gradient(to right bottom, #0084ff,#0058bc);
    padding: 0em 1.5em 1.5em 1.5em;
    transition: 0.3s ease-out;
    box-shadow: #001329 0px 0px 10px;
    text-align: center;
    overflow: hidden;
    color: #001329;
    margin-bottom: 3em;
  }


  .pricing-plan:hover {
    box-shadow: #001329 0px 0px 25px;
    scale: 101%;
  }

  .pricing-plan:active {
    box-shadow: #001329 0px 0px 25px;
    scale: 101%;
  }


  .pricing-plan-star {
    display: flex;
    flex-direction: column;
    align-self: top;
    align-items: center;
    margin: 0;
    padding: 0;
    border-color: #0058bc;
    border-radius: 2em;
    border-width: 2px;
    background: linear-gradient(to right bottom, #0084ff,#0058bc);
    padding: 0em 1.5em 1.5em 1.5em;
    transition: 0.3s ease-out;
    box-shadow: #001329 0px 0px 10px;
    text-align: center;
    overflow: hidden;
    scale: 90%;
  }


  .pricing-plan-star:hover {
    box-shadow: #001329 0px 0px 25px;
    scale: 91%;
  }

  .pricing-plan-star:active {
    box-shadow: #001329 0px 0px 25px;
    scale: 91%;
  }



  .pricing-plan-steady {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: top;
    margin: 0;
    padding: 0;
    border-color: #0058bc;
    border-radius: 2em;
    border-width: 2px;
    background: linear-gradient(to right bottom, #0084ff,#0058bc);
    padding: 0em 1.5em 1.5em 1.5em;
    transition: 0.3s ease-out;
    box-shadow: #001329 0px 0px 10px;
    text-align: center;
    overflow: hidden;
    scale: 90%;
  }


  .pricing-plan-steady:hover {
    box-shadow: #001329 0px 0px 25px;
    scale: 91%;
  }

  .pricing-plan-steady:active {
    box-shadow: #001329 0px 0px 25px;
    scale: 91%;
  }


  .p-name {
    color: #001329;
    font-size: 1.8em;
    margin-top: 1em;
    margin-bottom: 0.3em;
    background: none;
    color: white;
  }

  .p-name-star {
    color: #001329;
    font-size: 1.8em;
    margin-top: 1em;
    margin-bottom: 0.3em;
    background: none;
    color: white;
    text-shadow: rgb(230,230,230,0.8) 0px 0px 25px;
  }

  .p-price {
    color: #001329;
    font-size: 1.2em;
    margin: 0 0 0.3em 0;
    background: none;
    color: white;
  }


  .sys-button {
    border-radius: 8px;
    scale: 190%;
    background: #0084ffa8;
    color: white;
    border-color: rgb(230,230,230);
    border-width: 1px;
    border-style: solid;
    margin-top: 3em;
    margin-bottom: 1em;
    box-shadow: rgb(230,230,230, 0.3) 0px 0px 20px;
    transition: 0.3s ease-out;
    padding: 0.4em 0.8em 0.4em 0.8em;
    font-weight: 800;
    font-size: 0.8em;

  }



  .sys-button:hover {
    border-radius: 8px;
    background: white;
    color: #0084ff;
    border-color: rgb(230,230,230);
    border-style: solid;
    margin-top: 3em;
    box-shadow: rgb(230,230,230, 1) 0px 0px 30px;
    cursor: pointer;

  }


  .sys-button:active {
    scale: 185%;
    box-shadow: rgb(230,230,230, 1) 0px 0px 20px;
  }


  .sys-button-star {
    border-radius: 8px;
    scale: 190%;
    background: #0084ff;
    color: white;
    border-color: rgb(230,230,230);
    border-width: 1px;
    border-style: solid;
    margin-top: 3em;
    margin-bottom: 1em;
    box-shadow: rgb(230,230,230, 0.5) 0px 0px 20px;
    transition: 0.3s ease-out;
    padding: 0.4em 0.8em 0.4em 0.8em;
    font-weight: 800;
    font-size: 0.8em;

  }



  .sys-button-star:hover {
    border-radius: 8px;
    background: white;
    color: #0084ff;
    border-color: rgb(230,230,230);
    border-style: solid;
    margin-top: 3em;
    box-shadow: rgb(230,230,230, 1) 0px 0px 30px;
    cursor: pointer;

  }


  .sys-button-star:active {
    scale: 185%;
    box-shadow: rgb(230,230,230, 1) 0px 0px 20px;
  }


  .button-link-sys {
    background: none;
    color: white;
  }

  .button-link-sys:hover {
    background: none;
    color: #0084ff;
  }


  .button-link {
    background: none;
    color: white;
    text-decoration: none;
    margin-bottom: -0.1em;
    transition: 0.3s ease-out;
  }


  .button-link:hover {
    text-shadow: #001329 0px 0px 20px, #001329 0px 0px 15px, rgb(0,19,41,0.5) 0px 0px 10px;
  }


  .button-link:active {
    text-shadow: #001329 0px 0px 10px, #001329 0px 0px 5px;
  }


  .check {
    display: inline-block;
    background: none;
    color: #00d632;
    font-size: 1.7em;
    position: relative;
    top: 0.1em;
  }


  .x {
    background: none;
    color: rgb(236, 95, 95);
    font-size: 1.5em;
    position: relative;
    top: 0.1em;
  }


  .button-link-red {
    background: none;
    color: rgb(236, 95, 95);
    text-decoration: none;
    margin-bottom: -0.1em;
    transition: 0.3s ease-out;
  }


  .button-link-red:hover {
    text-shadow: rgb(255, 0, 0) 0px 0px 20px, rgb(255, 0, 0)  0px 0px 15px, rgb(255, 0, 0, 0.5) 0px 0px 10px;
  }


  .button-link-red:active {
    text-shadow: rgb(255, 0, 0) 0px 0px 10px, rgb(255, 0, 0) 0px 0px 5px;
  }


  .bold-item {
    font-weight: 700;
    background: none;
    color: white;
  }


  .break-line {
    width: 10em;
    border-color: white;
    margin-bottom: -0.5em;
  }


  .services-header {
    background: none;
    margin-top: 2em;
    font-size: 23px;
    text-align: center;
    max-width: 90vw;
  }

  .services {

    margin: auto;
    background: none;
    text-align: left;
    color: white;
    max-width: 100vh;
    align-content: center;
    line-height: 2rem;
  }


  .service {
    background: none;
    padding: 5em 0em 5em 0em;
    font-size: 25px;
    margin-bottom: -5em;
    max-width: 90vw;
    justify-content: center;
    margin: 0 auto;
  }

  .service p {
    background: none;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;
  }

  .btt-link {
    background: none;
  }


  .btt-button {
    border-radius: 8px;
    background: none;
    color: white;
    border-color: rgb(230,230,230);
    border-width: 1px;
    border-style: solid;
    transition: 0.3s ease-out;
    padding: 0.4em 0.8em 0.4em 0.8em;
    scale: 100%;
  }


  .btt-button:hover {
    border-radius: 8px;
    background: rgba(0,0,0,0.3);
    color: white;
    border-color: rgb(230,230,230);
    border-style: solid;
    cursor: pointer;
  }


  .btt-button:active {
    background: rgba(0,0,0,0.5);

  }


  @media(max-width: 831px) {
    .list-item {
        margin-top: -2rem;
      }
}
    


@media(max-width: 430px) {
    .above-form-header {
       width: 90%;
    }

    .embed {
        padding-top: -100px;
    }

    .embed-holder {
        margin-bottom: 2rem;
        margin-top: 1rem;
    }
}
    
@media(max-width: 375px) {
    .above-form-header {
       width: 100%;
    }

    .embed {
        padding-top: -100px;
        padding: 0;
        overflow: hidden;
        border-radius: 25px;
    }

    .embed-holder {
        margin-bottom: 2rem;
        margin-top: 1rem;
        padding: 0;
        width: 85%;
    }
}

@media(max-width: 1450px) {

    .embed-holder {
        margin-bottom: 2rem;
    }
}





    
