/* Your custom CSS */

.navbar-inner {
  background-color: transparent;
}
.nav-item a {
  color: #000;
  font-weight: 500;
}
.nav-item a:hover {
  color: #fdce0d;
}
.dropdown button {
  color: #fff;
}
.dropdown button:hover {
  color: #fdce0d;
}
.dropdown-menu .dropdown-item {
  background-color: transparent;
  color: #fff; /* 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 */
}
.navbar-collapse {
  justify-content: end !important;
}
.nav-item .dropdown-menu .dropdown-item {
  color: #fff; /* Color for the nav items */
}
.nav-item a {
  color: #fff;
}
.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: 5px;
  margin-bottom: 0;
  height: 7vh; /* For demonstration purposes */
}
@media (max-width: 768px) {
  .imgTitle {
    display: none; /* Font size for mobile view */
  }
}

.savingLine {
  color: #333333;
  margin-top: 58vh;
  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 */
}

@media (max-width: 767px) {
  .savingLine {
    margin-top: 0px;
  }
  .savingLine h4 p {
    text-align: center;
  }
}

.savingLine h4 {
  border-radius: 25px;

  padding: 15px;
  margin: auto;
}

/* .contactUs {
  background: linear-gradient(
    180deg,
    #fffcdb -1.66%,
    rgba(255, 252, 219, 0) 106.13%
  );
} */
.container {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  width: 412px;
  height: 1090px;
  /* border: 1px solid #abb2b9; */
  border-radius: 10px;
  padding-top: 5px;
  border-top: 5px solid orange;
  /* margin: 0 auto; */
  display: flex;
  flex-direction: column;
  /* align-items: center;  */
  /* justify-content: center;  */
}

* {
  font-family: "Josefin Sans", sans-serif;
}
input[type="number"] {
  width: 90%;
  border: none;
  color: #000;
  font-weight: 600;
  color: #000000;

  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  border-radius: 10px;
  margin-bottom: 8px;
  text-align: end;
  margin-right: 30px;

  /* padding: 6px 4px; */
  font-size: 16px;

  align-items: end;
  box-sizing: border-box;
}
input {
  align-items: end;
}
#dynamicParagraph {
  margin: auto;
  background-color: #fffcdb;
  padding: 10px;
  border-radius: 10px;
  font-size: 32px; /* Default font size */
}

/* Media query for smaller screens (e.g., mobile devices) */
@media (max-width: 768px) {
  #dynamicParagraph {
    font-size: 16px; /* Font size for mobile view */
  }
}

.dynamicNum {
  color: #f2a82a;
}
input::placeholder {
  opacity: 0.5;
  text-align: center;
  font-size: 16px;
}
label {
  color: #000;
  font-weight: bold;
  align-items: start;
  justify-self: center;
  font-size: 16px;
}
h4 {
  text-align: left;
}
.form-group {
  /* margin-top: 5px; */
  margin-left: 8px;
  display: flex;
  justify-content: space-between;
  margin-bottom: auto;
}

.form-group label {
  color: #8d8c8c;
  font-size: 14px;
  align-self: flex-start;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .form-group label {
    font-size: 11px;
  }
}
.form-group input {
  background-color: #eee;
  /* font-size: 8px; */
}
option {
  font-size: 20px;
}
.options h3 {
  margin-top: 10px;
}
/* .changeLife {
          padding-top: 16px;
        } */
.options {
  /* border: 1px solid orange; */

  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  /* width: 90%; */
  /* padding-top: 10px; */
  padding: 5px 7px;
  border-radius: 10px;
  margin: 10px;
}
.calculateEmi {
  margin-bottom: 10px;
  background-color: orange;
  color: #fff;
  padding: 10px;
  margin: auto;
  margin-top: 0;
  border-radius: 10px;
  border: none;
}
.calculateEmi:hover {
  border: none;
  color: #fff;
}
#calculator {
  max-width: 600px;
  /* border: 1px solid #999; */
  border-radius: 10px;
  padding-top: 5px;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);

  margin: auto;
}
.urPrms {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.infoType {
  margin: auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 10px;
  width: 512px;
  margin-top: 25px;
}
.infoType1 {
  margin: auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 10px;
  /* width: 512px; */
  margin-top: 25px;
}

.ourPro {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.ProdDis {
  color: #8d8c8c;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.LoanTitle {
  color: #000;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.container2 {
  max-width: 90%;
  /* width: 1353px; */
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  border-radius: 45px;
  align-self: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 10px;
}
.container1 {
  max-width: 90%;
  /* width: 1353px; */
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  border-radius: 45px;
  background: #fffcdb;
  align-self: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 10px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.ProdDis {
  width: 90%;
  padding: 10px;
  font-size: 16px;
}
.card img {
  height: 200px;
}
.card-img-top {
  border-radius: 10px;
}
.card {
  margin: auto;
  max-width: 300px;
  border-radius: 15px;
  border: none;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s;
  &:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    background: linear-gradient(
      180deg,
      #fffcdb -1.66%,
      rgba(255, 252, 219, 0) 106.13%
    );
    opacity: 1;
    transform: scale(1.01);
  }
}
.card1 {
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  margin: auto;
  max-width: 300px;
  /* height: 100px; */

  border-radius: 15px;
  border: none;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
.card-text .cardDis {
}
.cardDis {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  text-align: justify !important;
  font-style: normal;
  font-weight: 400;
  margin-top: 10px;
  /* line-height: 30px; */
}
.cardDis1 {
  color: #000;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1px;
}
.readMore {
  color: #f2a82a;
  font-family: Montserrat;
  font-size: 14px;

  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.resFor {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.whyChooseUs {
  color: #f2a82a;
  text-align: center;
  font-family: Inter;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.optionsForUs {
  color: #f2a82a;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.optionDisc {
  color: #8d8c8c;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.bestDeal {
  width: 90%;
  margin: auto;
  color: #f2a82a;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  line-height: normal;
}
.dealPara {
  width: 80%;
  margin: auto;
  /* padding: 30px; */
  /* height: 58px; */
  /* flex-shrink: 0; */
  color: #8d8c8c;
  font-family: Inter;
  text-align: justify;
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.completeDeal {
  /* height: 250px; */
  max-height: 600px;
  max-width: 700px;
  display: flex;
  border-radius: 20px;
  margin: auto;
  margin-top: 10px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.completeDeal:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  background: linear-gradient(
    180deg,
    #fffcdb -1.66%,
    rgba(255, 252, 219, 0) 106.13%
  );
  transform: scale(1.01);
  transition: transform 0.3s; /* 1 second duration for the transform property */
}

.content {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  background: #030303;
}

.value {
  justify-content: center;
  display: flex;
  color: #f9bf29;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* padding-left: 160px; */
}
.counter {
  padding: 30px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  background: linear-gradient(
    180deg,
    #fffcdb -1.66%,
    rgba(255, 252, 219, 0) 106.13%
  );
  margin: auto;
  justify-content: space-around;
  width: 90%;
  align-items: center;
  border-radius: 6px;
  background: #fffcdb;
}
.text1 {
  display: flex;
  justify-content: center;

  color: #424242;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  /* padding-left: 160px; */
  /* line-height: normal; */
}
.num {
  margin-top: 22px;
  margin-bottom: 22px;
}
.cal3 {
  /* max-width: 450px; */
  margin-top: 10px;
  display: block;
  justify-content: center;
  align-items: center;
}
.moreBtn {
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 150px;
  height: 50px;
  flex-shrink: 0;

  border-radius: 7px;
  background: #f9bf29;
}
.ourPromise {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.allSteps {
  margin: auto;
}
.stepsTitle {
  margin: auto;
  color: #f2a82a;
  text-align: center;
  font-family: Inter;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.listPromise {
  /* height: 300px; */
  /* margin: auto;
   */
  margin: auto;
  width: 75%;
  height: 50vh;
}
.loanReq {
  color: #fac639;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.fa-solid1 {
  border-radius: 50%;
  padding: 25px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  background: linear-gradient(
    180deg,
    #000 -1.66%,
    rgba(255, 252, 219, 0) 106.13%
  );
}

.reqDetails {
  color: #8d8c8c;
  font-family: Inter;
  margin-top: 10px;
  font-size: 16px;
  text-align: justify;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.reqLogo {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reqTitle {
  color: #f2a82a;
  /* text-align: center; */
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 5px;
}
.requirement {
  max-width: 400px;
  /* border: 1px #000 solid; */
  padding: 10px;
  height: auto;
  margin-top: 10px;
  border-radius: 20px;
  font-size: 16px;

  margin: auto;
  transition: opacity 0.3s, transform 0.3s;
}

.requirement:hover {
  /* Add a smooth transition effect */

  /* Hover effect for .requirement */
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  background: linear-gradient(
    180deg,
    #fffcdb -1.66%,
    rgba(255, 252, 219, 0) 106.13%
  );
  opacity: 1;
  transform: scale(1.01);
}

.allReq {
  /* margin-top: 20px; */
  display: flex;
  /* justify-content: center;
  align-items: center; */
  width: 100%;
  margin: auto;
}
.testimonyImg {
  border-radius: 50%;
  width: 76px;
  height: 76px;
  flex-shrink: 0;
}
.testimonyDesignation {
  color: #f2a82a;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.socialMedia {
  width: 27.68px;
  height: 27.68px;
  flex-shrink: 0;
}
.sendOtpBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.form-label {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  /* margin: auto; */
  font-size: 20px;
  display: block;
}
.btn-primary {
  width: 100%;
}
.btn {
  font-size: 20px;
}
.choice {
  margin: auto;
}
.serv1 {
  height: 354px;
  width: auto;

  position: relative;
  border-radius: 8.402px;
  background: #d9d9d9;
}
.serv2 {
  position: absolute;

  width: 220.334px;
  height: 101.761px;
  justify-content: center;
  align-items: center;
  top: 83%;
  border-radius: 8.402px;
  background: #fff;
  box-shadow: 0px 3.73434px 14.00377px 0px rgba(0, 0, 0, 0.1);
}
.Kray {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 22.406px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.ceo {
  color: #f2a82a;
  text-align: center;
  font-family: Inter;
  font-size: 14.004px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.clentTestimony {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.foot1 {
  background: #fffcdb;
  /* height: 435px; */
}
.foot2 {
  width: 100%;
  height: 70px;
  background: #fac639;
  margin-top: 50px;
}
.head1 {
  color: #f2a82a;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.head2 {
  color: #6a6a6a;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.decoration {
  list-style-type: none;
}
.copy {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-top: 28px;
}
.row {
  position: relative;
  display: flex;
}
.bgImg {
  display: flex;
  margin: auto;
}
.overlay {
  /* position: absolute; */
  top: 10;
  left: 50;
  margin: auto;
  width: 90%;
  height: -10%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 33; /* Place the overlay above the background image */
}

.label {
  width: 210px;
  /* height: 0px; */
  /* margin: auto; */
  overflow: initial;
  color: white;
  /* Set text color */
}
@media (max-width: 767px) {
  .label {
    display: none;
  }
}

.we-shall-listen-to {
  transform: skew(5deg);
  /* background: red; */
  position: absolute;
  top: 20%;

  display: flexbox;
  white-space: wrap;
  overflow: hidden;
  opacity: 0.7;
  animation: fadeIn 1s ease-in-out 2ms;
  transition: opacity 0.3s, transform 0.3s;
  &:hover {
    opacity: 1;
    transform: scale(1.1);
  }
}

@keyframes expand {
  from {
    width: 1px;
    height: 1px;
  }

  to {
    width: 100px;
    height: 100px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.7;
  }
}
@keyframes moveLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(20%);
  }
}

@keyframes moveRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-20%);
  }
}

body {
  margin: auto;
  /* overflow: hidden; */
}

.svg-container svg {
  width: 25vw;
  padding: 10px;
  height: auto;
}

svg.left {
  animation: moveLeft 0.5s ease-out forwards;
}

svg.right {
  animation: moveRight 0.5s ease-out forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav-item.active .nav-link {
  color: orange !important;
}
.resFor {
  opacity: 1; /* Initially set opacity to 0 */
}

.resFor.animate {
  animation: fadeInUp 1s ease-out; /* Adjust the duration and timing function as needed */
}

/* Additional styling for demonstration purposes */
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.mt-5 {
  margin-top: 5rem;
}
.imgSec1 {
  height: 160px;
  width: 95%;
  background-image: url(assets/img/images/Untitled-06.jpg);
  background-size: cover;
  border-radius: 100px 10px 100px 10px;
}

.imgSec2 {
  border-radius: 100px 10px 100px 10px;
  height: 160px;
  width: 95%;
  background-image: url(assets/img/images/Untitled-04.jpg);
  background-size: cover;
}
.imgSec3 {
  border-radius: 100px 10px 100px 10px;
  height: 160px;
  width: 95%;
  background-image: url(assets/img/images/Untitled-02.jpg);
  background-size: cover;
}
.imgSec4 {
  border-radius: 100px 10px 100px 10px;
  height: 160px;
  width: 95%;
  background-image: url(assets/img/images/Untitled-05.jpg);
  background-size: cover;
}
.imgSec5 {
  border-radius: 100px 10px 100px 10px;
  height: 160px;
  width: 95%;
  background-image: url(assets/img/images/Untitled-03.jpg);
  background-size: cover;
}
.imgSec6 {
  border-radius: 100px 10px 100px 10px;
  height: 160px;
  width: 95%;
  background-image: url(assets/img/images/Untitled-01.jpg);
  background-size: cover;
}
@keyframes blink {
  0% {
    border-color: transparent;
  }
  50% {
    border-color: #f2a82a; /* Change this color to the desired border color */
  }
  100% {
    border-color: transparent;
  }
}
.CntBtn .btn {
  color: #f2a82a;
  border-radius: 10px;
  width: 100px;
  background-color: #000;
  position: fixed;
  bottom: 50%;
  right: -40px;
  z-index: 1000;
  text-align: left;
  transition: right 0.5s;
  border: 3px solid transparent;
  animation: blink 3s infinite;
  &:hover {
    right: 0;
  }
}
.CntBtn button:hover {
  color: #f2a82a;
}

.CntBtn button {
  color: #fff;
  border-radius: 10px;
  /* Set the initial border style */
  /* Adjust the animation duration as needed */
}
.whyPay {
  /* padding-bottom: 3px; */
  text-align: center;
  color: orange;
  font-weight: bold;
}
.btn {
  margin: auto;
}
