.navbar-inner {
  background-color: transparent;
}
body {
  overflow-x: hidden;
}
.navbar-inner {
  background-color: transparent;
}
.nav-item a {
  color: #000;

  font-weight: 500;
}
.nav-item a:hover {
  color: #fdce0d !important;
}
.dropdown button {
  color: #fff;
}
.dropdown button:hover {
  color: #fdce0d;
}
.navbar-collapse {
  justify-content: end !important;
}
.nav-item.active .nav-link {
  color: orange !important;
}
.dropdown-menu .dropdown-item {
  background-color: transparent;
  color: #000; /* text color */
}
.dropdown-menu .dropdown-item:hover {
  background-color: transparent; /* hover background color */
}
.navbar-toggler-icon {
  background-color: transparent; /* Default color for the toggler icon */
}

.nav-item .dropdown-menu .dropdown-item {
  color: #000; /* Color for the nav items */
}
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
  color: #fdce0d;
  /* Color for the active or hovered nav items */
}
.navbar-nav {
  text-align: end;

  z-index: 111111;
}
.imgTitle {
  color: rgba(255, 255, 255, 0.83);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;

  text-align: center;
  display: flex;
  justify-content: center; /* Aligns flex content horizontally in the center */
  padding-top: 150px;
  height: 100vh; /* For demonstration purposes */
}

.title {
  color: #000;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.titleDesc {
  color: #8d8c8c;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.button1 a {
  width: 241px;
  height: 50px;
  color: #fff;
  font-weight: 900;
  flex-shrink: 0;
}
.homeLoanBtn {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.victorImg {
  width: 651px;
  height: 240px;
  flex-shrink: 0;
  /* border: 1px solid #000; */
}
.cardTitle {
  color: #000;

  font-family: Inter;
  font-size: 20.289px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cardDesc {
  color: #8d8c8c;
  font-family: Inter;
  font-size: 15.217px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.loanCard {
  height: 250px;
  margin: auto;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0px 3.3815px 12.68064px 0px rgba(0, 0, 0, 0.1);
}
.loanCard2 {
  margin: auto;
  max-width: 345px;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0px 3.3815px 12.68064px 0px rgba(0, 0, 0, 0.1);
}
.title1 {
  color: #f2a82a;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.leaseCards {
  margin: auto;
}
.leaseLogo {
  display: flex;
  justify-content: center;
  align-self: center;
  margin: auto;
  flex-shrink: 0;
}

.leaseTitle {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.leaseDesc {
  text-align: justify;
  color: #8d8c8c;

  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.title2 {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.unsecLoanDesc {
  width: 90%;
  margin: auto;
  color: #8d8c8c;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.svgLogo {
  margin-top: 30px;
  font-weight: 600;
}
svg {
  margin-right: 10px;
}
.loanTitle {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 20.352px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.loanDesc {
  color: #8d8c8c;
  font-family: Inter;
  font-size: 15.264px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: justify;
}

.loanImg {
  margin: auto;
}
.loanImg img {
  max-width: 100%;
  height: 211px;
  flex-shrink: 0;

  border-radius: 7px;
}
.readMore {
  color: #f2a82a;
  font-family: Montserrat;
  font-size: 17.649px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.typeOfLoanImg {
  height: 584px;
  display: flex;
  flex-shrink: 0;
  margin: auto;
}
body {
  background: linear-gradient(
    180deg,
    #fff 7.04%,
    #fffcdb 49.76%,
    rgba(255, 255, 255, 0) 106.13%
  );
}
.ourServicesBtn {
  color: #f2a82a;
  font-family: inter;

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 767px) {
  .typeOfLoanImg {
    display: none;
  }

  .victorImg {
    display: none;
  }
}
