
/* heading Nunito family font libary start*/
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Prosto+One&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
/* heading Nunito family font libary end*/


/* subheading inter family font libary start*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Prosto+One&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
/* subheading inter family font libary end*/

.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 500px) {
  .leftPadding{
    left:333px !important
  }
 
}
@media (min-width: 600px) {
  /* .leftPadding{
    left:333px !important
  } */

}
@media screen and (max-width: 600px) {
  /* .leftPadding{
    left:333px !important
  } */

}
@media only screen and (min-width: 768px) and (max-width: 900px) {

}
@media (min-width: 280px) and (max-width: 653px) {

}
.Heading{
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}
.subHeading{
  font-family: "Inter", sans-serif;
  font-weight: 500;

}

.login-header {
      background: #ffe6f2;
      text-align: center;
      padding: 15px;
      margin-bottom: 30px;
      border-radius: 6px;
    }

    .login-header h4 {
      color: #ff3399;
      margin-bottom: 5px;
      font-weight: bold;
    }

    .login-header small {
      color: #ff3399;
    }

    .login-card {
      border: none;
      box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
      border-radius: 8px;
    }

    .login-card .btn-primary{
      background-color: #ff3399;
      border: none;
    }

    .login-card .btn-primary:hover {
      background-color: #e60073;
    }

    .features-list i {
      color: #28a745;
      margin-right: 10px;
    }
    .features-list li {
      margin-bottom: 10px;
    }

    .footer {
      background: #fff;
      padding: 20px 0;
      border-top: 1px solid #eee;
      margin-top: 50px;
    }

    .footer .social-icons a {
      color: #ff3399;
      margin: 0 8px;
      font-size: 18px;
    }

    .security-box {
      background: #ffe6f2;
      color: #ff3399;
      padding: 8px;
      font-size: 14px;
      border-radius: 4px;
      margin-top: 10px;
    }
    .css-cyqh1t-MuiPaper-root-MuiDrawer-paper{
        border-radius:0px 20px 20px 0px !important;
    }


    
.card {
  /* width: 274px; */
  width: 310px;
  padding: 10px;
  margin: 20px 10px;
  background-color: white;
  display: inline-block;
  box-shadow: 0px 0px 4px 0px lightgray;
  border-radius: 5px;
  cursor: pointer;
  
}

.profile {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(to bottom right, #EC0043 40%, #E60075 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-align: center;
}

.profile-info {
  text-align: start;
  margin-left: 10px;
  line-height: 0px;
}
.profileDes{
      align-items: center;
    justify-content: center;
    display: grid;
    margin-left: 10px;

}
.homeFirstBack {
  background-image: url("../images/homeFirstBack.png") ;
  background-repeat: no-repeat;
  background-size: cover; /* instead of cover */
  background-position: center bottom;
  width: 100%;
  aspect-ratio: 1440 / 500; 
}
.homeSecondBack{
  background-image: url("../images/homeBack2Img.png") ;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center; */
  width: 100%;
}

.SuccessStoryBack{
   background-image: url("../images/SuccessStoryBack.png") ;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center; */
  width: 100%;

}
.faqBack{
   background-image: url("../images/faqBack.png") ;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center; */
  width: 100%;

}
.CreditFuture{
   background-image: url("../images/CreditFuture.png") ;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center; */
  width: 100%;

}
.homeFirstBackMob {
  background-image: url("../images/homeBackMob.png") ;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center; */
  width: 100%;
}
.homeSecondBackMob {
  background-image: url("../images/homeBMob2.png") ;
  /* background-size: cover; */
  background-repeat: no-repeat;
  /* background-position: center; */
  width: 100%;
}
.SuccessStoryBackMob{
   background-image: url("../images/SuccessStoryBackMob.png") ;
  /* background-size: cover; */
  background-repeat: no-repeat;
  /* background-position: center; */
  width: 100%;

}
.faqBackMob{
   background-image: url("../images/faqMob.png") ;
  /* background-size: cover; */
  background-repeat: no-repeat;
  /* background-position: center; */
  width: 100%;

}
.CreditFutureMob{
   background-image: url("../images/CreditFutureMob.png") ;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center; */
  width: 100%;

}
.css-3ufol-MuiTableCell-root {
  padding: 9px !important;
  }
  .css-1dc80h3-MuiTableCell-root {
     padding: 9px !important;
  }
  .css-122jq7f-MuiStepLabel-root {
    padding: 0px !important;
  }
