/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #202020;
}

::-webkit-scrollbar {
  background: transparent;
  height: 8px;
  width: 8px;
}

/* Track */

::-webkit-scrollbar-track {
  margin: 3px 0;
}

/* Handle */

::-webkit-scrollbar-thumb {
  border: none;
  box-shadow: none;
  background: #ff7300;
  opacity: 0.8;
  border-radius: 4px;
  min-height: 40px;
}

/* Handle on hover */

:hover::-webkit-scrollbar-thumb {
  background: #ff7300;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

p {
  font-family: "Plus Jakarta Sans";
  color: #bfbfbf;
  margin-bottom: 0;
}

::placeholder {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 14px;
  color: #bfbfbf;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 14px;
  color: #bfbfbf;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 14px;
  color: #bfbfbf;
}

/* Navbar CSS */

.nav-item-container {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  gap: 30px;
  padding: 0;
  margin-bottom: 0;
  transition: all 0.25s ease;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 3px 34px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(34px);
  width: 100%;
  z-index: 100;
}

.nav-item a,
.nav-item div {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.16px;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
}

.nav-item.active-nav-item {
  position: relative;
}

.nav-item.active-nav-item a {
  font-weight: 800;
}

.nav-active-img {
  display: none;
  transition: all 0.25s ease;
}

.active-nav-item .nav-active-img {
  display: block !important;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translate(-50%, 0);
}

.main-header {
  position: absolute;
  top: 0;
  left: 126px;
  right: 126px;
  z-index: 100;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}

.new-superscript {
  position: relative;
}

.new-nav-text {
  position: absolute;
  top: -14px;
  width: 45px;
  height: 16px;
  right: 0;
}

.toggle-nav-btn {
  display: none;
}

.nav-item-logo {
  position: relative;
}

.nav-item-logo::before {
  content: "";
  position: absolute;
  background-color: #202020;
  height: 4px;
  left: 50%;
  width: 92px;
  border-radius: 2px;
  top: -2px;
  transform: translate(-50%, 0);
}

.nav-item-logo::after {
  content: "";
  position: absolute;
  background-color: #202020;
  height: 2px;
  left: 50%;
  width: 90px;
  border-radius: 2px;
  bottom: -1px;
  transform: translate(-50%, 0);
}

.menu-button {
  background-color: transparent;
  border: none;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.navbar-show-logo {
  display: none;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  background-color: #ffffff;
  width: 30px;
  height: 2px;
  border-radius: 5px;
  position: absolute;
  transition: all 0.5s;
}

.menu-icon::before,
.menu-icon::after {
  content: "";
}

.menu-icon::before {
  transform: translate(-20px, -10px);
}

.menu-icon::after {
  transform: translate(-20px, 10px);
}

/* Main Section CSS */

/* Hero Section */

.hero-section {
  background: url(../images/hero-sec-bg.png);
  background-position: top left;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-section-img {
  max-width: 591px;
  width: 100%;
}

.hero-sec-img-1 {
  /* max-width: 500px; */
  position: relative;
  top: 60px;
}

.new-text-container {
  border-radius: 25px;
  background: #ff7300;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 3px;
  color: #fff;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 4px 15px;
}

.new-service-container {
  display: flex;
  align-items: center;
  justify-content: start;
  width: fit-content;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 3px 34px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(17px);
  padding: 6px;
}

.hero-sec-btn-container {
  margin-top: 36px;
}

.orange-line-parent {
  position: relative;
}

.hero-orange-line-img {
  position: absolute;
  height: unset !important;
  width: 289px !important;
  top: -10px;
  left: -30px;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.hero-sec-sub-text {
  color: #bfbfbf;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 25px;
}

marquee {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.hero-section-title-text {
  color: #fff;
  font-family: "Playfair Display";
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.star-icon {
  width: 17px !important;
  height: 17px !important;
}

.hero-section-swiper {
  position: relative;
}

.hero-section-swiper-item-container {
  height: 100%;
  padding-left: 111px;
  padding-right: 111px;
}

.hero-section-swiper-item-container .row {
  min-height: 100vh;
  height: 100%;
}

.hero-section-swiper-item-container .col-md-6 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section-swiper-footer {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-section-swiper-btn-container {
  display: flex;
  align-items: end;
  /* justify-content: center; */
  gap: 90px;
  width: fit-content;
  position: relative;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
}

.bottom-img-container {
  /* position: absolute;
  bottom: 0;
  left: 0;
  right: 0; */
  overflow: hidden;
  height: 100px;
  width: 100%;
  background: url(../images/hero-btn-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Home Page: Credit Card and Loans Services Section */

.section-header-text {
  color: #fff;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.section-header-text span {
  color: var(--ff-7300, #ff7300);
  text-align: center;
  font-family: "Playfair Display";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.section {
  margin: 50px 111px 50px 111px;
  /* padding-top: 50px; */
}

.credit-card-section {
  margin-bottom: 90px;
  padding-top: 50px;
}

.section-header-subtext {
  color: var(--bfbfbf, #bfbfbf);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 0;
}

.max-width-1010 {
  max-width: 1010px;
}

.max-width-1228 {
  max-width: 1228px;
}

.credit-card-service-card-body {
  margin-top: 20px;
}

.credit-card-service-card-footer {
  margin-top: 34px;
}

.credit-card-service-card-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.credit-card-service-card-img {
  margin-top: -2.2px;
  width: 91px;
  height: 98px;
}

.credit-card-service-card {
  max-width: 282px;
  width: 100%;
  padding: 0px 20px 36px 20px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: url(../images/credit-cards-servies-img/credit-card-service-card-bg.png)
    lightgray;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  transition: all 0.25s ease;
  cursor: pointer;
}

.credit-card-service-card:hover {
  box-shadow: 14px 24px 27px 0px rgba(0, 0, 0, 0.33);
  border-color: #ff7300;
}

.credit-card-service-card-active {
  box-shadow: 14px 24px 27px 0px rgba(0, 0, 0, 0.33);
  border-color: #ff7300;
}

.no-hover:hover {
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.8);
}

.credit-card-service-card-grid {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.credit-card-service-card-body-header {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.credit-card-service-card-body-text {
  color: #bfbfbf;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-top: 5px;
  line-height: normal;
}

/* Credit Card Service Card Button */

.btn-default {
  margin-top: 31px;
  margin-left: 15.5px;
}

.btn-default a,
.btn-default2 p {
  text-decoration: none;
  color: inherit;
  font-family: "Louis-George-Cafe-Bold.ttf";
}

.btn-default a.cta,
.btn-default2 p.cta {
  position: relative;
  margin: auto;
  padding: 14px 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn-default a.cta:hover::before,
.btn-default2 p.cta:hover::before {
  width: 108% !important;
  background: #ff7300;
}

.insurance-card-arrow {
  top: -15px !important;
}

.btn-default a.cta:hover svg,
.btn-default2 p.cta:hover svg {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  stroke: #ffffff;
  fill: #ffffff;
}

.btn-default a.cta:hover span,
.btn-default2 p.cta:hover span {
  color: #fcfaff !important;
}

.btn-default a.cta::before,
.btn-default2 p.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  display: block;
  border-radius: 30px;
  background: rgba(255, 73, 82, 0);
  border: 2px solid #ff7300;
  border-right: 1px solid transparent;
  border-width: 2px 2px 2px 2px;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-default a.cta span,
.btn-default2 p.cta span {
  position: relative;
  color: #fff;
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.p-left-12 {
  padding-left: 12px;
}

.insurance-services-section .btn-default a.cta::before,
.btn-default2 p.cta::before {
  content: "";
  width: 62px;
  height: 62px;
  top: 5px;
}

.btn-default a.cta svg,
.btn-default2 p.cta svg {
  position: relative;
  top: 0px;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #ff7300;
  stroke-width: 1;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-default a.cta:active,
.btn-default2 p.cta:active {
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
}

/* Home Page: Insurance Services Section */

.insurance-services-section {
  padding-top: 90px;
  margin-bottom: 0;
  padding-bottom: 172px;
}

.insurance-services-section .credit-card-service-card-grid {
  justify-content: space-between;
}

.insurance-services-section .credit-card-service-card {
  max-width: 342px;
}

.insurance-services-section
  .credit-card-service-card
  .credit-card-service-card-footer {
  margin-top: 29px;
}

.noise-bg {
  background-image: url(../images/noise-bg.png);
}

/* 

    Home Page: About FundMint Section 

*/

.section-title-container {
  display: flex;
  padding: 5px 10px;
  width: fit-content;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--ff-7300, #ff7300);
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.11);
}

.margin-top-4 {
  margin-top: 4px;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.section-para {
  color: #bfbfbf;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.section-para span {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
}

.about-fundmint-section {
  margin-top: 0;
  padding-top: 180px;
  padding-bottom: 86px;
  margin-bottom: 0;
}

/* 

  About Card CSS

*/

.about-card-img-container {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.about-card-title {
  color: var(--bfbfbf, #bfbfbf);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.about-card-img {
  width: 72px;
  height: 72px;
}

.about-card-number {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
  margin-top: 11px;
}

.about-card-line {
  margin-top: 20px;
  border-radius: 18.5px;
  background: rgba(255, 255, 255, 0.2);
  height: 11px;
}

.about-card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.max-width-190 {
  max-width: 190px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-10 {
  margin-top: 10px;
}

.form-input-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-41 {
  margin-top: 41px;
}

.form-input-wrapper {
  width: 100%;
  flex-grow: 1;
}

.form-input {
  width: 100%;
  padding: 12px 15px;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0px 3px 34px 0px rgba(0, 0, 0, 0.25);
  color:white;
}

.form-input::placeholder {
  color: #bfbfbf;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px; /* 135.714% */
  opacity: 1; /* Firefox */
}

.form-input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #bfbfbf;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px; /* 135.714% */
}

.form-custom-checkbox {
  display: none;
}

.join-now-form-checkbox-lable {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  color: #bfbfbf;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px; /* 135.714% */
}

.join-now-form-checkbox-lable a {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  text-decoration-line: underline;
}

.active-custom-checkbox {
  position: relative;
  width: 19px;
  height: 19px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.active-custom-checkbox::before {
  content: "";
  /* display: none; */
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #ff7300;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-custom-checkbox:not(:checked)
  ~ .join-now-form-checkbox-lable
  > .active-custom-checkbox::before {
  display: none;
}

.join-now-form-container {
  padding: 30px;
  padding-bottom: 44px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(5.5px);
}

.section-img {
  width: 100%;
}

.loan-distributor-section {
  padding-bottom: 180px;
  padding-top: 86px;
  margin-bottom: 0;
  margin-top: 0;
}

/* 

    FAQ Section

*/

.faq-section {
  padding-top: 168px;
  margin-bottom: 0;
  padding-bottom: 90px;
}

.accordion {
  position: relative;
  z-index: 15;
}

.accordion-item {
  margin-top: 25px;
  border: none !important;
  overflow: hidden;
  background-color: transparent !important;
  border-radius: 15px !important;
}

.accordion-header {
  width: 100%;
  background-color: transparent !important;
  border-radius: 15px !important;
}

.accordion-button {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(17px);
  padding: 10px !important;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  color: #fff !important;
  font-family: "Plus Jakarta Sans" !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
}

.accordion-body {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(17px);
  margin-top: 10px;
  color: var(--bfbfbf, #bfbfbf);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 181.25% */
}

.accordion-button:not(.collapsed) {
  border-radius: 15px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  box-shadow: none !important;
  backdrop-filter: blur(17px) !important;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-left: auto;
  content: "";
  background-image: url("../images/arrow-up-icon.svg") !important;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out;
  background-position: center;
  border-radius: 50%;
  transform: rotate(-180deg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/arrow-up-icon.svg") !important;
  transform: rotate(0);
}

.accordion-button:focus {
  box-shadow: none !important;
}

/* 

  Partner Section

*/

.ms-me-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner-card-img {
  width: 100%;
  max-width: 128px;
}

.partner-slider-card {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: url(../images/paper-bg.png) lightgray 3.449px -87.348px / 120.563%
    189.16% no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 30px;
  cursor: pointer;
}

.partner-section {
  padding-bottom: 68px;
  margin-bottom: 0;
}

/* Home Page Last Section */

.last-section-header {
  position: relative;
}

.last-section-header div {
  color: #fff;
  font-family: "Playfair Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  letter-spacing: -0.48px;
}

.last-section-sub-text {
  color: var(--bfbfbf, #bfbfbf);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 20px;
}

.orange-line-img {
  max-width: 289px;
  width: 100%;
  position: absolute;
  left: -40px;
  top: 56px;
}

.download-app-container {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 32px;
  gap: 25px;
}

.download-app-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 7px 8px 17px 0px rgba(0, 0, 0, 0.25);
}

/*


    Testomonial Section


*/

.testomonial-section {
  position: relative;
  background-image: url("../images/chart-section-bg.png");
  background-size: cover;
  background-position: center;
  padding-top: 70px;
  padding-bottom: 130px;
  /* padding-left: 70px;
  padding-right: 70px; */
}

.testomonial-message {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  line-height: 42px; /* 182.609% */
}

.testomonial-profile {
  margin-top: 40px;
}

.testomonial-profile-name {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 100% */
  text-transform: capitalize;
}

.testomonial-profile-post {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
  text-transform: uppercase;
  margin-top: 5px;
}

.testomonial-profile-img {
  padding: 5px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 70px;
  height: 70px;
}

.testomonial-card-container {
  padding-left: 250px;
  padding-top: 60px;
  position: relative;
  padding-right: 100px;
}

.testomonial-bg-img {
  width: 200px !important;
  height: 200px !important;
  position: absolute;
  top: 0;
  left: 74px;
}

.testomonial-profile {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.testomonial-img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
  box-shadow: 1px 7px 8px 0px rgba(0, 0, 0, 0.31);
}

.swiper-button-next,
.swiper-button-prev {
  width: 62px !important;
  height: 62px !important;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(
    337deg,
    rgb(255 93 0) -22%,
    rgb(15 13 13 / 41%) 50%
  ) !important;

  position: static !important;
  transition: all 0.25s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #ff7300 !important;
  transition: all 0.25s ease;
}

.swiper-button-next::after {
  content: "" !important;
}

.swiper-button-prev::after {
  content: "" !important;
}

.next-prev-container {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
  padding-right: 137px;
  margin-top: 40px;
}

/* Chart Section CSS */
.chart-section {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  background-image: url(../images/chart-section-bg.png);
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 148px;
}

.chart-card-container {
  margin-top: 60px;
  padding: 20px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(5.5px);
  margin-left: 111px;
  margin-right: 111px;
}

.chart-card-wrapper {
  border-radius: 20px;
  border: 1px solid #fff;
  background: #343434;
  box-shadow: 10px 14px 14px 0px rgba(0, 0, 0, 0.15);
  padding: 15px;
}

.chart-title-text {
  color: var(--bfbfbf, #bfbfbf);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.chart-score {
  padding: 10px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: auto;
  margin-top: 10px;
  width: fit-content;
}

.chart-wrapper {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chart-details-light {
  color: var(--bfbfbf, #bfbfbf);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
}

.chart-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.chart-color-indicator {
  display: flex;
  width: 18px;
  height: 18px;
  padding: 3px;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  border: 1px solid #fff;
}

.chart-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.chart-color-indicator.color-blue::after {
  background: #06f;
}

.chart-details-wrapper {
  display: flex;
  /* align-items: center; */
  padding: 9px 15px;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 3px 34px 0px rgba(0, 0, 0, 0.25);
  flex-direction: column;
  gap: 10px;
}

.saperate-line {
  height: 1px;
  opacity: 0.1;
  background: #bfbfbf;
}

.chart-color-indicator.color-red::after {
  background: #f00;
}

.chart-color-indicator::after {
  content: "";
  border-radius: 5px;
  border: 1px solid #fff;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.45);
  min-width: 12px;
  width: 100%;
  min-height: 12px;
  height: 100%;
}

.chart-details-bold {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 135.714% */
}

.insurance-amt-chart {
  /* width: 100%; */
  /* max-width: 235px; */
}

.bold-700 {
  font-weight: 700 !important;
}

.range-bar-title {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.range-bar-val-input {
  padding: 9px 15px;
  border-radius: 11px;
  width: 223px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 3px 34px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin-top: 10px;
  line-height: 19px; /* 135.714% */
}

.rangebar-input-wrapper {
  margin-top: 10px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

input[type="range"] {
  -webkit-appearance: none;
  height: 6px;
  background: transparent;
  width: 100%;
  border-radius: 10px;
  outline: none;
  opacity: 0.9;

  position: relative;
  z-index: 2;
  transition: opacity 0.15s ease-in-out;
}

.rangebar-input-wrapper {
  border-radius: 250px;
  height: 14px;

  background: #696969;
  width: 100%;
  padding: 3px 5px;
  position: relative;
}

.rangebar-input-wrapper > div {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100%;
  width: 100%;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff7300;
  border: 3px solid #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.custom-slider-line {
  border-radius: 250px;
  background: linear-gradient(90deg, #ff7300 0%, #ffdec3 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 6px;
  position: absolute;
  /* width: 100%; */
  left: 0;
  z-index: 1;
}

input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #000;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.range-input-indicators {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 11px;
  position: relative;
}

.range-bar-container {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
  max-width: 736px;
  width: 100%;
}

.range-input-indicators-val {
  color: #bfbfbf;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 37px;
}

.chart-section-radio-input-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 30px;
}

.last-section {
  padding-bottom: 120px;
}

/* 

  About Page CSS Start


*/

.about-page-hero-sec {
  padding-top: 165px;
  background-image: url(../images/hero-sec-bg.png);
  background-size: cover;
  background-position: top left;
}

.title-sub-text {
  color: #bfbfbf;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 25px;
}

.hero-title-2-text {
  color: #fff;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.hero-title-2-text span {
  color: var(--ff-7300, #ff7300);
  font-family: "Playfair Display";
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about-page-bottom-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 70px;
}

.about-page-bottom-img {
  width: 100%;
}

.art-work-img {
  width: 100%;
  max-width: 591px;
}

.about-faq-section {
  padding-bottom: 120px;
}

.about-page-features-card {
  padding-top: 50px;
  /* padding-bottom: 90px; */
}

.about-page-feature-card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.about-page-feature-card-wrapper .about-card-container {
  max-width: 275px;
  width: 100%;
}

.certificate-section {
  padding-top: 160px;
  padding-bottom: 168px;
}

.certificate-card {
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.09);
  padding: 10px;
  max-width: 292px;
}

.certificate-img-container {
  border-radius: 10px;
  border: 2px solid #fff;
  opacity: 0.95;
  overflow: hidden;
  box-shadow: 2px 4px 13px 0px rgba(0, 0, 0, 0.35);
}

.certificate-card-img {
  object-position: center;
  object-fit: cover;
  max-width: 272px;
}

.certificate-details-container {
  padding: 5px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}

.certificate-from {
  color: var(--bfbfbf, #bfbfbf);
  font-family: "Plus Jakarta Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.certificate-name {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.certificate-card-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px 15px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.about-page-about-section {
  padding-top: 50px !important;
}

/* 

  About Page CSS End


*/

/* 

    Loan Page CSS Start

*/

.loan-credi-card-section {
  margin-bottom: 155px;
}

.tab-nav-bar {
  padding-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
}

.tab-nav-item-container {
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  overflow: scroll;
  flex-wrap: nowrap !important;
}

.tab-nav-item-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* Track */

.tab-nav-item-container::-webkit-scrollbar-track {
  width: 0;
  height: 0;
}

/* Handle */

.tab-nav-item-container::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
}

.overview-section {
  padding-top: 150px;
}

.tab-nav-item {
  border-radius: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(2px) !important;
  padding: 10px 15px !important;
  color: #fff !important;
  text-align: right !important;
  font-family: "Plus Jakarta Sans" !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  white-space: nowrap !important;
  line-height: normal !important;
  cursor: pointer !important;
}

.tab-nav-item-active {
  border-radius: 14px !important;
  border: 1px solid #fff !important;
  background: var(--ff-7300, #ff7300) !important;
  box-shadow: 10px 9px 9px 0px rgba(0, 0, 0, 0.19) !important;
}

.tab-nav-item.active {
  border-radius: 14px !important;
  border: 1px solid #fff !important;
  background: var(--ff-7300, #ff7300) !important;
  box-shadow: 10px 9px 9px 0px rgba(0, 0, 0, 0.19) !important;
}

.personal-loan-eligibility-sec {
  padding-bottom: 140px;
  padding-top: 150px;
}

.features-section {
  padding-top: 150px;
  padding-bottom: 140px;
}

.benifit-card-container {
  margin-top: 60px;
}

.benifit-card {
  padding: 20px;
  min-height: 175px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: url(../images/features-card-bg.png);
  background-position: center;
  height: 100%;
  transition: all 0.25s ease;
  cursor: pointer;
}

.benifit-card:hover {
  border: 1px solid #ff7300 !important;
  box-shadow: 14px 24px 27px 0px rgba(0, 0, 0, 0.33) !important;
}

.benifit-card-header {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.benifit-card-body {
  color: #bfbfbf;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
}

.documents-required-header {
  margin-top: 20px;
  color: #f4f4f4;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.documents-list {
  margin-bottom: 0;
  color: #bfbfbf;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  list-style-type: none;
  padding: 9px 5px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 15px;
  padding-left: 30px;
  position: relative;
}

.documents-list::before {
  content: "";
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  left: 15px;
  top: 15px;
}

.benifits-n-perks-card-container .documents-list::before {
  height: 20px;
  width: 18px;
  background-color: transparent;
  background-image: url(../images/dsa-page/benifits-n-perks-bullet.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translate(0, -50%);
  left: 10px;
}

.benifits-n-perks-card-container .documents-list {
  padding-left: 40px;
}

.documents-list span {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.table-container {
  margin-top: 50px;
}

.table-head-data {
  background: rgba(255, 255, 255, 0.1) !important;
  padding: 0 !important;
}

.table-body-data {
  padding: 0 !important;
  background-color: transparent !important;
}

.table-head-data div {
  padding: 11px 15px !important;
}

.table-body-data div {
  padding: 11px 15px !important;
  background: rgba(255, 255, 255, 0.02) !important;
}

.table-body-data {
  padding-top: 15px !important;
}

.table-body-data.first-row {
  padding-top: 30px !important;
}

.table-head-row {
  box-shadow: 0px 3px 34px 0px rgba(0, 0, 0, 0.25) !important;
}

.first-element {
  border-radius: 11px 0 0 11px !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right: none;
}

.last-element {
  border-radius: 0 11px 11px 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: none;
}

.charges-data-text {
  color: var(--bfbfbf, #bfbfbf) !important;
  font-family: "Plus Jakarta Sans" !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 19px !important; /* 105.556% */
}

.particulars-data-text {
  color: #ffffff !important;
  font-family: "Plus Jakarta Sans" !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 19px !important; /* 105.556% */
}

.table-head-text {
  color: #ffffff !important;
  font-family: "Plus Jakarta Sans" !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 19px !important; /* 105.556% */
}

.table-wrapper {
  padding: 20px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(5.5px);
}

/* Modal CSS */

.modal-header-title {
  color: #fff;
  font-family: "Playfair Display";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.modal-header-title span {
  color: var(--ff-7300, #ff7300);
  font-family: "Playfair Display";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.modal-close-btn {
  background: none !important;
  width: 20px !important;
  height: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.modal-content {
  position: relative;
  font-family: "Playfair Display";
  background-color: transparent;
  border: none;
}

.modal-footer {
  border: none !important;
}

.modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6) !important;
  padding-bottom: 20px !important;
}

.modal-body {
  padding: 20px 0 20px 0 !important;
}

.pop-up-form-input-container {
  gap: 20px;
}

.custom-select {
  padding: 12px 15px;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(17px);
  margin-top: 15px;
  width: 100%;

  color: #bfbfbf;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px; /* 135.714% */

  -webkit-appearance: none;
  background-image: url(../images/drop-down-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 14px;
  background-position: 97.5% 50% !important;
  outline: none;
}

.custom-textarea {
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(17px);
  padding: 12px 15px;
  width: 100%;
  color: #bfbfbf;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px; /* 135.714% */
  margin-top: 15px;
}

.popup-btn-default {
  margin-top: 25px;
}

.popup-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.modal-content-container {
  padding: 55px 95px 90px 60px;
}

/* 

    Loan Page CSS End

*/

/* 

    DSA Page CSS Start

*/

.dsa-card-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 60px;
}

.dsa-card {
  padding: 10px 15px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  width: 178px;
  height: 132px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.dsa-card:hover {
  box-shadow: 10px 9px 9px 0px rgba(0, 0, 0, 0.19);
  border: 1px solid #ff7300;
}

.dsa-card-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dsa-card-img {
  width: 62px;
  height: 62px;
}

.dsa-card-title {
  color: #fff;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 10px;
}

.help-finance-list-container {
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 15px;
}

.help-finance-list-container li {
  width: 50%;
}

.help-finance-container {
  margin-top: 60px;
}

.registration-card-header {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.registration-card-header-text {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.registration-card-body {
  color: var(--bfbfbf, #bfbfbf);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
}

.registration-card {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: url(../images/dsa-page/regi-card-bg.png) lightgray;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  background-position: center;
  width: 50%;
}

.registration-card-wrapper {
  display: flex;
  align-items: stretch;
  min-height: 95px;
  justify-content: start;
  gap: 15px;
}

.eligibility-document-card-body {
  color: var(--bfbfbf, #bfbfbf);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-top: 11px;
}

.eligibility-document-card-header-no {
  color: rgba(255, 255, 255, 0.1);
  font-family: "Plus Jakarta Sans";
  font-size: 76px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -1px;
  position: relative;
  bottom: -36px;
  left: -13px;
}

.eligibility-document-card-header-title {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.eligibility-document-card {
  /* height: 100%; */
}

.benifits-n-perks-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.benifits-n-perks-card-container {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
}

.benifits-n-perks-card-container .documents-lists-container {
  width: 100%;
}

.dsa-program-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dsa-program-img {
  width: 80px;
  height: 80px;
}

.dsa-program-title {
  color: #fff;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
  margin-top: 11px;
}

.dsa-program-card-container {
  margin-top: 60px;
}

.dsa-program-card {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

/* 

    DSA Page CSS End

*/

/* 


  Blog Page CSS Start


*/

.share-btn {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  padding: 4.5px 10px;
  border-radius: 11px 0px 0px 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: -2px 4.709px 11.8px 0px rgba(0, 0, 0, 0.11);
  width: fit-content;
}

.share-btn-container {
  position: absolute;
  right: 0;
  z-index: 30;
  top: 180px;
}

.share-icon {
  width: 18px;
  height: 18px;
}

.share-btn-text {
  color: #fff;
  font-family: Jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.eye-icon,
.plan-icon {
  width: 28px;
  height: 28px;
}

.blog-details-card {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.09);
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  color: var(--bfbfbf, #bfbfbf);
  font-family: Jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.54px;
  width: fit-content;
}

.blog-details-card-container {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-top: 10.5px;
  flex-wrap: wrap;
}

.blog-title {
  color: #fff;
  font-family: Jost;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 65px; /* 116.071% */
}

.single-blog-section {
  padding-top: 163px;
  padding-bottom: 100px;
}

.blog-hero-img-container {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-hero-img-wrapper {
  border-radius: 39px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  overflow: hidden;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-blog-img {
  border-radius: 39px;
  overflow: hidden;
  max-width: 1010px;
  width: 100%;
}

.blog-para {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}

.blog-card {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: url(../images/blog-img/blog-card-bg.png) lightgray;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px;
  display: block;
  margin-left: 15px;
  margin-right: 15px;
}

.blog-card-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 40px;
  column-gap: 30px;
}

.blog-card-img {
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  /* overflow: hidden; */
}

.blog-card-img-container {
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
}

.blog-card-title {
  margin-top: 20px;

  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.blog-card-info {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.09);
  margin-top: 5px;
  padding: 0px 9px;
  color: #bfbfbf;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  width: fit-content;
  font-weight: 400;
  line-height: 25px; /* 208.333% */
}

.blog-card-body {
  margin-top: 10px;
  height: 125px;
}

.blog-card-body-text {
  color: #bfbfbf;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Number of lines to show */
  -webkit-box-orient: vertical;
}

.blogs-section {
  padding-top: 50px;
  padding-bottom: 150px;
}

.contact-details-body-text {
  color: #bfbfbf;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact-details-body-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.contact-details-header-img {
  width: 30px;
  height: 30px;
}

.contact-details-header {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-bottom: 10px;
}

.contact-details-header-text {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact-details-card-wrapper {
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  padding: 10px;
  height: 100%;
}

.contact-details-card {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 10px 24px 23px 0px rgba(0, 0, 0, 0.13);
  padding: 15px;
  height: 100%;
}

.contact-section {
  padding-top: 160px;
  padding-bottom: 160px;
}

.contact-form-section {
  margin-top: 110px;
}

input {
  outline: none;
}

.contact-map {
  width: 100%;
  height: 100%;
  border-radius: 26px;
  box-shadow: 3px 7px 14px 0px rgba(0, 0, 0, 0.28);
}

.map-wrapper {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
}

/* 


  Blog Page CSS End


*/

/* 

    Credit Card Page CSS Start

*/

.credit-card-page-img {
  max-width: 488px;
  width: 100%;
}

.credit-card-hero-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.credi-card-page-hero-section .row {
  height: 100%;
  min-height: unset;
}

.credi-card-overview-section {
  padding-bottom: 150px;
}

.credit-card-overview-list div {
  margin-top: 10px;
  margin-left: -20px;
}

.types-of-cards-card-title {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.features-section-2 {
  padding-bottom: 130px;
}

/* 

    Credit Card Page CSS End

*/

/* 

    Insurance Page CSS Start

*/

.custom-width {
  max-width: 307px;
}

.get-quote-img {
  max-width: 490px;
  width: 100%;
}

.get-quote-container {
  margin-top: 60px;
}

.playfair-display {
  font-family: "Playfair Display";
}

.playfair-display span {
  font-family: "Playfair Display";
}

.inportant-aspects-card-container {
  gap: 30px;
  margin-top: 50px;
}

.inportant-aspects-card-container .documents-lists-container {
  display: flex;
  align-items: stretch;
  justify-content: start;
  gap: 30px;
  margin-top: 30px;
}

.inportant-aspects-card-container
  .documents-lists-container
  .credit-card-overview-list {
  width: 50%;
  margin-top: 0;
}

.insurance-faq-section {
  padding-bottom: 150px;
}

.types-of-insurance-section {
  padding-bottom: 150px;
}

.max-width-626 {
  max-width: 626px;
  margin-left: auto;
  margin-right: auto;
}

.card-title {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  position: relative;
  width: fit-content;
}

.card-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 100%;
  height: 4px;
  border-radius: 18.5px;
  background: var(--ff-7300, #ff7300);
}

.card-info {
  color: #bfbfbf;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 24px;
}

.insurance-sub-type-card {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: url(../images/insurance-img/insurance-card-bg.png) lightgray;
  background-position: center;
  background-size: cover;
  padding: 20px;
}

.insurance-sub-type-card-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: start;
  gap: 30px;
  margin-top: 40px;
}

.insurance-sub-type-card {
  width: 50%;
}

.types-of-insurance-type {
  margin-top: 100px;
}

.insurance-type-card {
  margin-top: 60px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.03);
  padding: 30px;
}

.insurance-type-name {
  color: #fff;
  font-family: "Playfair Display";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.insurance-type-details {
  color: #bfbfbf;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 156.25% */
  margin-top: 20px;
}

.insurance-tab-menu {
  padding-top: 60px;
  position: static;
}

/* 

    Insurance Page CSS End

*/

/* 


    footer CSS


*/

.footer {
  padding: 90px 111px 46px 111px;
  position: relative;
  background-image: url(../images/paper-bg.png);
  background-size: cover;
  background-position: top;
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  margin-top: 15px;
}

.footer-logo-text {
  margin-top: 24px;
  color: #bfbfbf;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 178.571% */
  letter-spacing: 0.28px;
}

.footer-link-text {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer-link-items a {
  color: #bfbfbf;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-links-container {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
  margin-top: 15px;
}

.usefull-link-container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.top-section-break-img-container {
  position: absolute;
  left: 0;
  top: -10px;
  overflow: hidden;
  width: 100%;
}

.bottom-section-break-img-container {
  position: absolute;
  left: 0;
  bottom: -10px;
  overflow: hidden;
  width: 100%;
}

.footer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-footer-text {
  color: #bfbfbf;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}

.footer-line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 60px;
  margin-bottom: 30px;
}

#back-to-top {
  cursor: pointer;
}

/* Responsive CSS */

@media screen and (min-width: 1600px) {
  .blog-card-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1440px) {
  .top-section-break-img {
    width: 100%;
  }

  .bottom-section-break-img {
    width: 100%;
  }
}

@media screen and (max-width: 1412px) {
  .about-page-features-card {
    margin-left: 100px;
    margin-right: 100px;
  }
}

@media screen and (max-width: 1400px) {
  .hero-section-swiper-btn-container {
    gap: 70px;
  }
}

@media screen and (max-width: 1390px) {
  .about-page-features-card {
    margin-left: 80px;
    margin-right: 80px;
  }
}

@media screen and (max-width: 1350px) {
  .main-header {
    left: 100px;
    right: 100px;
  }

  .nav-item-container {
    gap: 25px;
  }

  .insurance-services-section .credit-card-service-card-grid {
    justify-content: center;
  }

  .section,
  .chart-card-container {
    margin-left: 100px;
    margin-right: 100px;
  }

  .hero-section-swiper-item-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .about-page-features-card {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 1300px) {
  .about-page-feature-card-wrapper .about-card-container {
    max-width: 230px;
  }

  .blog-card-container {
    gap: 30px;
  }

  .blog-card {
    margin: 0;
  }
}

@media screen and (max-width: 1271px) {
  .orange-line-img {
    left: 40px;
    top: 56px;
  }
}

@media screen and (max-width: 1250px) {
  .main-header {
    left: 80px;
    right: 80px;
  }

  .nav-item-container {
    gap: 20px;
  }

  .hero-section-swiper-btn-container {
    gap: 55px;
    bottom: -45px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    height: 55px !important;
    width: 55px !important;
  }

  .nav-logo {
    width: 100px;
  }

  .nav-item-logo::before,
  .nav-item-logo::after {
    width: 68px;
  }
}

@media screen and (max-width: 1150px) {
  .main-header {
    left: 50px;
    right: 50px;
  }

  .nav-item-container {
    gap: 18px;
  }

  .section,
  .chart-card-container {
    margin-left: 50px;
    margin-right: 50px;
  }

  .hero-section-swiper-item-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-fundmint-section {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1050px) {
  .main-header {
    left: 50px;
    right: 50px;
  }

  .chart-score {
    font-size: 26px;
  }

  .main-header {
    top: 25px;
  }

  .nav-item-container {
    gap: 18px;
  }

  .nav-item-logo {
    display: none;
  }

  .toggle-nav-btn,
  .navbar-show-logo {
    display: block;
  }

  .navbar-show {
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100% !important;
    visibility: visible !important;
  }

  .nav-toggler-btn-container {
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 3px 34px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(34px);
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
  }

  .nav-item-container {
    width: 0;
    visibility: hidden;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 3px 34px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(34px);
  }

  .footer {
    padding: 90px 80px 46px 80px;
  }

  .insurance-services-section {
    padding-bottom: 100px;
    padding-top: 50px;
    margin-top: 0;
  }

  .credit-card-section {
    margin-bottom: 50px;
  }

  .benifits-n-perks-section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 992px) {
  .orange-line-img {
    left: 460px;
    top: -5px;
  }

  .chart-details-container {
    margin-top: -60px;
  }

  .chart-score {
    font-size: 30px;
  }

  .testomonial-card-container {
    padding-left: 150px;
    padding-right: 60px;
  }

  .testomonial-bg-img {
    left: 5px;
  }

  .hero-section-title-text {
    font-size: 45px;
  }

  .hero-orange-line-img {
    width: 240px !important;
    top: -5px;
    left: -30px;
  }

  marquee {
    font-size: 12px;
  }

  .hero-sec-sub-text {
    font-size: 16px;
  }

  .range-bar-container {
    max-width: unset !important;
  }

  .blog-card-container {
    grid-template-columns: 1fr 1fr;
  }

  .get-quote-img {
    max-width: 430px;
    width: 100%;
  }
}

@media screen and (max-width: 798px) {
  .orange-line-img {
    left: -40px;
    top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 41px 50px 46px 50px;
  }

  .section,
  .chart-card-container {
    margin-left: 50px;
    margin-right: 50px;
  }

  .chart-card-container {
    margin-top: 40px;
  }

  .chart-wrapper {
    margin-top: 20px;
  }

  .section-para,
  .about-card-title,
  .section-para span {
    font-size: 14px;
  }

  .about-card-number {
    font-size: 22px;
  }

  .about-fundmint-section {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .loan-distributor-section {
    padding-bottom: 80px;
    padding-top: 40px;
  }

  .last-section-header div {
    font-size: 35px;
  }

  .orange-line-img {
    left: 340px;
    top: 5px;
    max-width: 230px;
  }

  .insurance-services-section {
    padding-bottom: 50px;
  }

  .faq-section {
    padding-top: 50px;
  }

  .last-section {
    padding-bottom: 80px;
  }

  .navbar-show-logo {
    max-width: 100px;
  }

  .menu-icon,
  .menu-icon::before,
  .menu-icon::after {
    height: 2px;
    width: 30px;
  }

  .testomonial-card-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .testomonial-bg-img {
    left: 5px;
  }

  .testomonial-message {
    font-size: 20px;
    line-height: 32px;
  }

  .testomonial-profile-name {
    font-size: 22px;
  }

  .testomonial-profile-post {
    font-size: 12px;
  }

  .hero-sec-img-1 {
    top: 0;
    z-index: 1;
  }

  .hero-sec-content-col {
    align-items: start !important;
  }

  .hero-section-swiper-item-container .row {
    min-height: unset;
    height: 100%;
  }

  .hero-section-swiper-footer {
    position: relative;
    z-index: 2;
    margin-top: 20px;
  }

  .hero-section-swiper .swiper-wrapper {
    height: 760px !important;
  }

  .hero-section-swiper {
    padding-top: 120px !important;
  }

  .section-header-text {
    font-size: 30px;
  }

  .section-header-text span {
    font-size: 30px;
  }

  .section-header-subtext {
    font-size: 14px;
    margin-top: 10px;
  }

  .footer {
    padding-top: 100px !important;
  }

  .hero-title-2-text,
  .hero-title-2-text span {
    font-size: 45px;
    line-height: 45px;
  }

  .title-sub-text {
    font-size: 16px;
  }

  .certificate-section {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .font-size-22 {
    font-size: 19px !important;
  }

  .benifit-card-container {
    margin-top: 40px;
  }

  .scroll-to-section {
    padding-top: 130px;
  }

  .dsa-program-card-container {
    margin-top: 40px;
  }

  .dsa-program-title {
    font-size: 18px;
  }

  .blog-title {
    font-size: 45px;
    line-height: 50px;
  }
  .blog-details-card {
    font-size: 16px;
  }
  .blog-para {
    font-size: 16px;
    line-height: 26px;
  }

  .blogs-section {
    padding-bottom: 100px;
  }

  .map-wrapper {
    height: 500px;
  }

  .get-quote-container {
    margin-top: 40px;
  }

  .insurance-sub-type-card-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: start;
    flex-direction: column;
  }

  .insurance-sub-type-card {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .benifits-n-perks-card-container {
    flex-direction: column;
  }

  .share-btn-container {
    top: 120px;
  }
}

@media screen and (max-width: 650px) {
  .swiper-button-next,
  .swiper-button-prev {
    height: 50px !important;
    width: 50px !important;
  }

  .star-icon {
    width: 12px !important;
    height: 12px !important;
  }

  .new-text-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .range-bar-container {
    padding-bottom: 10px;
  }

  .new-text-container {
    font-size: 12px;
  }
}

@media screen and (max-width: 625px) {
  .orange-line-img {
    left: 300px;
    top: 5px;
    max-width: 230px;
  }

  .testomonial-card-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .main-header {
    left: 25px;
    right: 25px;
  }

  .section,
  .chart-card-container {
    margin-left: 25px;
    margin-right: 25px;
  }

  .hero-section-swiper-item-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 605px) {
  .orange-line-img {
    left: -40px;
    top: 56px;
    max-width: 230px;
  }

  .registration-card {
    width: 100%;
  }
  .registration-card-wrapper {
    flex-direction: column;
  }

  .blog-title {
    font-size: 35px;
    line-height: 40px;
  }
  .blog-hero-img-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .blog-card-container {
    grid-template-columns: 1fr;
  }

  .contact-section {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 575px) {
  .inportant-aspects-card-container
    .documents-lists-container
    .credit-card-overview-list {
    width: 100%;
  }

  .blog-details-card {
    font-size: 14px;
  }

  .form-input-container {
    flex-direction: column;
  }

  .help-finance-list-container {
    flex-direction: column;
  }

  .help-finance-list-container li {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .insurance-services-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .download-app-btn {
    padding: 12px;
  }

  .download-app-btn-img {
    max-width: 100px;
  }

  .join-now-form-checkbox-lable,
  .join-now-form-checkbox-lable a {
    font-size: 12px;
  }

  .loan-distributor-section .row {
    margin-top: 40px;
  }

  .last-section {
    margin-top: 0;
  }

  .partner-section {
    padding-bottom: 50px;
  }

  .chart-details-container {
    margin-top: -10px;
  }

  .hero-section-swiper {
    padding-top: 180px !important;
  }

  .hero-title-2-text,
  .hero-title-2-text span {
    font-size: 35px;
    line-height: 35px;
  }

  .title-sub-text {
    font-size: 14px;
  }

  .modal-content-container {
    padding: 55px 70px 90px 40px;
  }
}

@media screen and (max-width: 425px) {
  .footer {
    padding: 70px 25px 46px 25px;
  }

  .faq-section {
    padding-bottom: 30px;
  }

  .hero-section-swiper-btn-container {
    left: 45.5%;
  }

  .form-input-container {
    flex-direction: column;
  }

  .join-now-form-container {
    padding: 20px;
    padding-bottom: 50px;
  }

  .chart-details-container {
    margin-top: 0;
  }

  .about-faq-section {
    padding-bottom: 100px;
  }
}
