
#get-started {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 1rem;
    border-radius: 2.75rem;
    overflow: hidden;
    -webkit-box-shadow: 0.438rem 0.625rem 0.938rem 0.125rem rgb(255 255 255) !important;
    box-shadow: 0.438rem 0.625rem 0.938rem 0.125rem rgb(255 255 255 / 68%) !important;
}
.bg-transparent-1 {
     background-image:url('../images/loan.webp');
     background-size: contain;
  animation: gradient 15s ease infinite;
/*  height: 100vh;*/
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.card-animated {
  margin: auto;
 padding: 2rem 1rem;
/*  font-size: 1.19rem;*/
/*  width: 40vw;
  height: 40vh;*/
  /*outline: 1px solid red;*/
  border: 10px solid transparent;
  box-sizing: border-box;
 /* text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", "Source Sans Pro", Helvetica, sans-serif;
  font-size: 1em;
  letter-spacing: 1em;*/
/*  padding: 1rem;*/
/*  display: flex;*/
/*  justify-content: center;*/
  align-items: center;
}
.card-animated .card-header {
    background-color: transparent;
    border: none;
    font-weight: 700;
    font-family: var(--sgn-header-font);
    font-size: 28px;
}
.card-animated .card-body {
    border: none;
    font-size: 1.19rem;
}
.card-animated .card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}

.demo {
  /*background-image:
        linear-gradient(white, white),
        linear-gradient(180deg, cornflowerblue, purple);*/

  background-image: linear-gradient(white, white),
    linear-gradient(180deg, #00d7b9, #b95dd7 50%, #ffb367 100%);

  background-repeat: no-repeat;
  background-origin: padding-box, border-box;
/*  text-align: center;*/
}

.animated {
/*  background-image: linear-gradient(white, white), linear-gradient(180deg, #ed64e9, #a1aae2 50%, cornflowerblue);*/

  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 200%;
  background-position: 0 0, 0 100%;
  background-origin: padding-box, border-box;
  animation: highlight 1s infinite alternate;
  border-radius: 10px;
}

@keyframes highlight {
  100% {
    background-position: 0 0, 0 0;
  }
}
.card-animated-2 {
  margin: auto;
 padding: 2rem 1rem;
  border: 10px solid transparent;
  box-sizing: border-box;
  align-items: center;
}

.demo-2 {
  /*background-image:
        linear-gradient(white, white),
        linear-gradient(180deg, cornflowerblue, purple);*/

  background-image: linear-gradient(white, white),
    linear-gradient(270deg, #00d7b9, #b95dd7 50%, #ffb367 100%);

  background-repeat: no-repeat;
  background-origin: padding-box, border-box;
/*  text-align: center;*/
}

.animated-2 {
  background-image: linear-gradient(white, white),
    linear-gradient(180deg, cornflowerblue, purple 50%, cornflowerblue);

  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 200%;
  background-position: 0 0, 0 100%;
  background-origin: padding-box, border-box;
  animation: highlight1 1s infinite alternate;
  border-radius: 10px;
}

@keyframes highlight1 {
  100% {
    background-position: 0 0, 0 0;
  }
}


/*-----------------type------------------------*/

/*.type {*/
/*  color: white;*/
/*  background: -webkit-linear-gradient(25deg, #eee, #fdfdfd);*/
/*  -webkit-background-clip: text;*/
/*  -webkit-text-fill-color: transparent;*/
/*  font-size: 3rem;*/
/*  font-weight: 500;*/
/*  overflow: hidden;*/
/*  white-space: nowrap;*/
/*  border-right: 2px solid;*/
/*  animation: type 1.5s steps(80) 1s 1 normal both, cursor 1.5s step-end infinite;*/
/*  position: relative;*/
/*}*/

/*@keyframes type {*/
/*  from {*/
/*    width: 0;*/
/*  }*/

/*  to {*/
/*    width: 90%;*/
/*  }*/
/*}*/

/*@keyframes cursor {*/
/*  50% {*/
/*    border-color: transparent;*/
/*  }*/
/*}*/

#advantages{
  position: relative;
}
/*.context {
  width: 100%;
  position: absolute;
  top: 50vh;
}*/

.context  , .context  .card-header , .context  .card-body{
  color: white;
}

.context .section-header {
  text-align: center;
  color: #fff;
  font-size: 50px;
}
.context .card.sgn-card {
    border-radius: var(--bs-border-radius);
    /* background-color: rgba(var(--bs-light-rgb), .75); */
    background-color: transparent;
    border-width: 0.125rem;
    border-color: #eeeeee;
    overflow: hidden;
    -webkit-box-shadow: 0.188rem 0.25rem 0.188rem -0.125rem #097c9d;
    box-shadow: 0.188rem 0.25rem 0.188rem -0.125rem #030404;
    padding: 2rem 1rem;
    height: 301px;
    left: 79px;
}
.area {
  background: #d76565;
  background: -webkit-linear-gradient(to left, #8f94fb, #d76565);
/*  width: 100%;*/
  height:100%;
  padding-bottom: 60px;
}

/*.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
*/
.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
.black {
/*    position: absolute;*/
    background-color: #fff;
    border-radius: 50%;
    border: 0.25rem solid #097c9d;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12.25rem;
    height: 12.25rem;
    margin: auto;
}

.eclipse-border {
  position: absolute;
  z-index: -1;
  background: var(--gradient);
  background-size: 350%;
  filter: blur(5px);
  animation: fade 10s infinite alternate ease-out;
}

.eclipse-border::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  content: "";
  background: var(--gradient2);
  background-size: 350%;
  filter: blur(20px);
  animation: fade 5s infinite alternate ease-out;
}

@keyframes fade {
  form {
    background-position: 0;
  }

  to {
    background-position: 256px;
  }
}
:root {
  --gradient: repeating-linear-gradient(
    90deg,
    #ffff00 0%,
    #00000000 50%,
    #00000000 75%,
    #ffff00 100%
  );
  --gradient2: repeating-linear-gradient(
    90deg,
     rgb(97 201 245) 0 0%,
      #00000000 50%,
       #00000000 75%,
        rgb(9 93 132) 0 100%
      );
}

@media only screen and (max-width: 600px) {
  section#form .form-header {
    padding: 25px 0 25px 0;
}
#myParagraph{
    top: 25pximportant;
    left: 38px;
}
.circles li {
  animation: animate 25s linear infinite;
  bottom: 0px;
}
.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
  top: 50%;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
  top: 30%;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 6s;
  top: 60%;
}

.circles li:nth-child(4) {
  left: 14%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 12s;
  top: 40%;
}

.circles li:nth-child(5) {
  left: 12%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
  animation-duration:10s;
  top: 50%;
}

.circles li:nth-child(6) {
  left: 30%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 15%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 12%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 8%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes animate {
  30% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
.navbar{
    padding-bottom: 0px;
}
.navbar-brand{
      padding-left: 10px;
}
 .navbar-toggler{
    margin-right: 12px;
}
.navbar.navbar-expand-lg .container{
  padding: 0px;
}
.navbar-nav {
    width: 100%;
    background-color: #9d6c89;
    border-radius: 0px;
}
.nav-item {
    border-bottom: 2px solid white;
    width: 100%;
    margin-left: 0px !important;
}
.nav-link {
    color: white !important;
    padding: 10px 5px 15px 20px;
}
#form .form-container .certificates {
    margin-bottom: 1rem;
}
section#form .form-header {
    font-size: 36px;
    text-align: center;
}
.progress-container{
    left: 110px;
    padding-top: 15px;
    padding-bottom: 113px;
}


}

.trustpilot-section {
      border: 3px solid #7d0000;
      padding: 20px;
      border-radius: 10px;
      max-width: 1200px;
      margin: auto;
    }

    .heading {
      display: flex;
    align-items: center;
    justifyap: wrap;
    margin-bottom: 20px;
    align-content: center;
    flex-direction: column;
    }-content: space-between;
      flex-wr

    .stars {
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .stars img {
      height: 20px;
    }

    .reviews {
      display: flex;
      gap: 20px;
      overflow-x: auto;
    }

    .review-card {
      border: 1px solid #a39d9d;
      border-radius: 10px;
      padding: 15px;
      min-width: 260px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
          margin-bottom: 26px;
    }

    .review-card h4 {
      margin: 10px 0 5px;
    }

    .review-card p {
      font-size: 14px;
      color: #444;
    }

    .reviewer {
      margin-top: 10px;
      font-size: 13px;
      color: gray;
    }

.section-header{
  font-size: 43px;
    font-weight: 700;
}
.menu{
 margin-left: 44px;
}
.mobile2{
        display: flex;
    margin-top: 14px;
  }
  .mobile3{
    padding: 61px;
  }
  .mobile4{
  width: 22%;
}


