.container-fluid {
  padding: 0;
}
.preLoader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
}
.preLoader .logo img {
  width: 80px;
}
.box {
  width: 160px;
  height: 160px;
  border: 5px solid #ffffff;
  border-top: 5px solid #5668ba;
  border-bottom: 5px solid #5668ba;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bgForName {
  background-image: url("./assests/coverBG.jpg");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
.bgForName h1 {
  color: #021a47;
  font-family: "Rufina";
  text-align: center;
  font-size: 64px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.callAction {
  position: fixed;
  z-index: 99999;
  bottom: 10%;
  right: 2%;
  background-color: #f9b900;
  height: 65px;
  width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.callAction i {
  color: #021a47;
}
.navContainer.active {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: #5668ba;
  transition: 2s ease-in-out;
}
.navBar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0;
  background-color: #ffffff;
}

.logo img {
  width: 100px;
}

.navBarList ul {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.navBarList ul li {
  list-style-type: none;
  padding: 0px 15px;
  font-weight: 600;
  font-family: "Rubik";
  position: relative;
  color: #021a47;
}

.navBarList ul li a {
  text-decoration: none;
  letter-spacing: 1;
  color: inherit;
}

.navBarList ul li a::after {
  position: absolute;
  z-index: 1;
  background-color: #f9b900;
  top: 150%;
  left: 30%;
  content: "";
  height: 2px;
  width: 0%;
}

.navBarList ul li a:hover::after {
  width: 40%;
  transition: 0.5s ease-in-out;
}

.navBarList ul .call {
  background-color: transparent;
  text-decoration: none;
  padding: 15px 30px;
  background-color: transparent;
  color: #5668ba;
  font-weight: 600;
  font-family: "Rubik";
  letter-spacing: 1;
  position: relative;
  z-index: 5;
  border: 1px solid #5668ba;
}
.navBarList ul .call::before {
  background-color: #5668ba;
  top: 0;
  left: 0;
  height: 0px;
  width: 100%;
  position: absolute;
  z-index: -2;
  content: "";
}
.navBarList ul .call::after {
  background-color: #5668ba;
  bottom: 0;
  left: 0;
  height: 0px;
  width: 100%;
  position: absolute;
  z-index: -2;
  content: "";
}
.navBarList ul .call:hover::after {
  height: 100%;
  transition: 0.5s ease-in-out;
}
.navBarList ul .call:hover::before {
  height: 100%;
  transition: 0.5s ease-in-out;
}
.navBarList ul .call:hover {
  color: #ffffff;
}
.toggleBars {
  display: none;
}
.toggleBars i {
  transform: scale(1.5);
  color: #f9b900;
}
.mobileNavBarList {
  position: absolute;
  z-index: 9999;
  top: 16%;
  left: -100%;
  background-color: #f9f9f9;
  width: 100%;
}
.mobileNavBarList.active {
  left: 0;
  transition: left 2s ease-in-out;
}

.mobileNavBarList ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
  padding: 20px 0;
}
.mobileNavBarList ul li {
  list-style-type: none;
  padding: 20px 0;
}
.mobileNavBarList ul li a {
  font-weight: 600;
  font-family: "Rubik";
  position: relative;
  color: #021a47;
  text-decoration: none;
}
/* slider */
.slideData .data .mobileHead {
  display: none;
}
.slideData {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slideData .data {
  padding-left: 150px;
}
.slideData .data p {
  color: #5668ba;
  padding-left: 5px;
  font-weight: 600;
  font-family: "Rubik";
  font-size: 18px;
  margin-bottom: 20px;
  animation: comeOut 1s linear forwards;
}
@keyframes comeOut {
  0% {
    transform: translateX(-500px);
    opacity: 0;
  }
  50% {
    transform: translateX(50px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
.slideData .data h1 {
  color: #021a47;
  font-weight: 600;
  font-family: "Rufina";
  font-size: 70px;
  margin-bottom: 50px;
  animation: comeOut1 1.5s linear forwards;
}
@keyframes comeOut1 {
  0% {
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
/* .slideData .data a {
  text-decoration: none;
  background-color: #021a47;
  color: #ffffff;
  padding: 20px 40px;
  font-weight: 600;
  font-family: "Rubik";
  border-radius: 5px;
}
.slideData .data a:hover {
  color: #5668ba;
  cursor: pointer;
} */
.dataImg {
  position: relative;
  z-index: 1;
}
.incrBtn {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100px;
  border: none;
  border-top-right-radius: 50%;
}
.decrBtn {
  width: 100px;
  border: none;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  height: 100px;
  border-top-left-radius: 50%;
}
.incrBtn i,
.decrBtn i {
  color: #f9b900;
  transform: scale(1.5);
}
.slideData .dataImg {
  width: 50%;
}
.slideData .dataImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.detailsBg {
  background-image: url("./assests/coverBG.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}
.detailsBg::after {
  position: absolute;
  z-index: 1;
  background-color: #5668baea;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.details {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  z-index: 2;
}
.details .detailBox {
  padding: 60px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.details .detailBox h5 {
  color: #ffffff;
  font-family: "Rubik";
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.details .detailBox i {
  color: #f9b900;
  transform: scale(3);
}
/* slider */
/* about */
.call {
  background-color: transparent;
  text-decoration: none;
  padding: 15px 30px;
  background-color: transparent;
  color: #5668ba;
  font-weight: 600;
  font-family: "Rubik";
  letter-spacing: 1;
  position: relative;
  z-index: 5;
  border: 1px solid #5668ba;
}
.call::before {
  background-color: #5668ba;
  top: 0;
  left: 0;
  height: 0px;
  width: 100%;
  position: absolute;
  z-index: -2;
  content: "";
}
.call::after {
  background-color: #5668ba;
  bottom: 0;
  left: 0;
  height: 0px;
  width: 100%;
  position: absolute;
  z-index: -2;
  content: "";
}
.call:hover::after {
  height: 100%;
  transition: 0.5s ease-in-out;
}
.call:hover::before {
  height: 100%;
  transition: 0.5s ease-in-out;
}
.call:hover {
  color: #ffffff;
}
.abtDetails h6 {
  color: #5668ba;
  font-family: "Rubik";
  margin-bottom: 30px;
}
.abtDetails h1 {
  color: #021a47;
  margin-bottom: 40px;
  font-family: "Rufina";
  font-weight: 700;
  font-size: 45px;
}
.abtDetails p {
  color: #333333;
  font-family: "Rubik";
  margin-bottom: 40px;
}
.abtDetails {
  position: relative;
}

.abtDetails .img1 {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0px;
  width: 40%;
  border-radius: 20px;
}
.abtDetails .img2 {
  border-radius: 20px;
}
/* about */
/* loanTypesSection */
.loanTypesSection h6 {
  color: #5668ba;
  text-align: center;
  font-family: "Rubik";
}
.loanTypesSection h2 {
  color: #021a47;
  text-align: center;
  font-family: "Rufina";
  font-weight: 700;
  font-size: 45px;
}
.loanBox {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  position: relative;
  padding: 50px 10px;
}
.loanBox::before {
  width: 70%;
  height: 3px;
  position: absolute;
  z-index: 1;
  content: "";
  bottom: 0;
  left: 15%;
  background-color: #5668ba6b;
}
.loanBox::after {
  width: 0%;
  height: 3px;
  position: absolute;
  z-index: 2;
  content: "";
  bottom: 0;
  left: 15%;
  background-color: #5668ba;
}
.loanBox:hover::after {
  width: 70%;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
}
.loanBox:hover {
  transform: translateY(-10px);
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 2s;
}
.loanBox img {
  width: 100%;
}
.loanBox h5 {
  text-align: center;
  font-family: "Rufina";
  color: #021a47;
  font-weight: 500;
}
.loanBox p {
  font-family: "Rubik";
  color: #021a47;
  font-weight: 500;
}
.loanBox h5 a {
  text-align: center;
  text-decoration: none;
  border: none;
}
.loanBox h5 a:hover {
  background-color: transparent;
  color: #5668ba;
}
.loanBox a {
  font-family: "Rubik";
  color: #021a47;
  font-weight: 500;
  border: 2px solid #021a47;
  text-decoration: none;
  text-align: center;
  padding: 10px;
}
.loanBox a:hover {
  background-color: #021a47;
  color: #ffffff;
  transition: 0.5s ease-in-out;
}
/* loanTypesSection */
/* sectionIMG */
.sectionIMG {
  background-image: url("./assests/detailsBg.jpg");
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  position: relative;
}
.sectionIMG::after {
  position: absolute;
  z-index: 1;
  background-color: #5668baea;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sectionIMG h6 {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  font-family: "Rubik";
  text-transform: capitalize;
}
.sectionIMG h1 {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  font-family: "Rufina";
  text-transform: capitalize;
  margin-bottom: 40px;
}
.call1 {
  background-color: transparent;
  text-decoration: none;
  padding: 15px 30px;
  background-color: transparent;
  color: #ffffff;
  font-weight: 600;
  font-family: "Rubik";
  letter-spacing: 1;
  position: relative;
  z-index: 5;
  border: 1px solid #ffffff;
}
.call1::before {
  background-color: #ffffff;
  top: 0;
  left: 0;
  height: 0px;
  width: 100%;
  position: absolute;
  z-index: -2;
  content: "";
}
.call1::after {
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  height: 0px;
  width: 100%;
  position: absolute;
  z-index: -2;
  content: "";
}
.call1:hover::after {
  height: 100%;
  transition: 0.5s ease-in-out;
}
.call1:hover::before {
  height: 100%;
  transition: 0.5s ease-in-out;
}
.call1:hover {
  color: #021a47;
}
/* sectionIMG */
/* radioBtns */
.radioDetails h6 {
  color: #5668ba;
  font-family: "Rubik";
  margin-bottom: 30px;
}
.radioDetails h1 {
  color: #021a47;
  margin-bottom: 40px;
  font-family: "Rufina";
  font-weight: 700;
  font-size: 45px;
}
.radioDetails p {
  color: #333333;
  font-family: "Rubik";
  margin-bottom: 40px;
}
.radioBtns .radio1 {
  margin-bottom: 20px;
}
.radioBtns .radio1 label {
  font-family: "Rubik";
  font-weight: 600;
  color: #021a47;
  padding-left: 20px;
  font-size: 18px;
}
.radioBtns .radio1 i {
  color: #5668ba;
}
.radioDetails .img2 {
  width: 100%;
  border-radius: 20px;
}
/* radioBtns */
/* footer */
.footer {
  background-image: url("./assests/footer_bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
.footerBox {
  margin-top: 20px;
  margin-bottom: 20px;
}
.footerBox p {
  color: #ffffff;
  font-family: "Rubik";
}
.footerBox h3 {
  font-family: "Rubik";
  color: #ffffff;
}
.footerBox ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footerBox ul li {
  font-family: "Rubik";
  color: #ffffffb0;
  list-style-type: none;
  padding: 15px 0;
  font-weight: 400;
}
.footerBox ul li a {
  text-decoration: none;
  color: inherit;
}
.footerBox ul li:hover {
  padding-left: 20px;
  transition: 0.5s ease-in-out;
  color: #5668ba;
}
.line {
  width: 70%;
  margin: 20px auto;
  background-color: #f9b90050;
  height: 1px;
}
.subFooter {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
/* footer */
/* otherPages */
.media-body h3 {
  font-family: "Rubik";
  color: #021a47;
}
.media-body p {
  font-family: "Rubik";
  color: #021a47;
}
.contact-title {
  font-family: "Rufina";
  color: #021a47;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
textarea {
  margin-bottom: 20px;
  border: 1px solid #021a47 !important;
  font-family: "Rubik";
}

input {
  border: 1px solid #021a47 !important;
  margin-bottom: 20px;
  font-family: "Rubik";
}
textarea::placeholder {
  color: #021a47 !important;
  font-family: "Rubik";
}
input::placeholder {
  color: #021a47 !important;
  font-family: "Rubik";
}
.boxed-btn {
  margin-bottom: 20px;
  padding: 10px 50px;
  background-color: #021a47 !important;
  color: #f9b900 !important;
  border: 2px solid #021a47 !important;
  font-family: "Rubik";
}
.boxed-btn:hover {
  margin-left: 20px;
  transition: 0.5s ease-in-out;
}
.testimonialBg {
  background-color: #021a47;
  padding: 100px 0;
}
.testBox p {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #f9f9f9;
  font-size: 25px;
}

.testBox h3 {
  font-family: "Rufina", serif;
  font-weight: 700;
  text-align: center;
  color: #f9f9f9;
}

/* otherPages */
@media (max-width: 1560px) {
  .slideData .data h1 {
    font-size: 60px;
  }
}
@media (max-width: 1440px) {
  .slideData .data h1 {
    font-size: 50px;
  }
  .bgForName h1 {
    font-size: 50px;
  }
}
@media (max-width: 1280px) {
  .details .detailBox h5 {
    font-size: 20px;
  }
  .details .detailBox i {
    transform: scale(2);
  }
  .slideData .data {
    padding-left: 50px;
  }
  .slideData .data h1 {
    font-size: 40px;
  }
  .bgForName h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .img1,
  .img2 {
    width: 100%;
  }
  .details .detailBox h5 {
    font-size: 16px;
  }
  .mobileHead {
    display: block;
  }
  .slideData .dataImg img {
    border-radius: 0;
  }
  .slideData {
    flex-direction: column-reverse;
  }
  .slideData .dataImg {
    width: 100%;
  }
  .slideData .dataImg img {
    filter: brightness(0.4);
  }
  .slideData .data {
    position: absolute;
    z-index: 5;
    top: 30%;
    padding-left: 0;
  }
  .slideData .data h2 {
    font-size: 50px;
    color: #ffffff;
    font-family: "Rufina";
    font-weight: 700;
  }
  .slideData .data h1 {
    font-size: 50px;
    color: #ffffff;
    display: none;
  }
  .slideData .data p {
    display: none;
  }
  .slideData .data a {
    display: none;
  }
  .navBarList {
    display: none;
  }
  .toggleBars {
    display: block;
  }
  .testBox p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .testBox p {
    font-size: 16px;
  }
  .loanBox p {
    text-align: center;
  }
  .subFooter {
    flex-direction: column;
    gap: 20px;
  }
  .subFooter p {
    text-align: center;
  }
  .loanTypesSection h2 {
    font-size: 30px;
  }
  .details .detailBox h5 {
    font-size: 14px;
  }
  .decrBtn,
  .incrBtn {
    width: 50px;
    height: 50px;
  }
  .navBar .logo img {
    width: 80px;
  }
  .toggleBars i {
    transform: scale(1.2);
  }
}
@media (max-width: 650px) {
  .details {
    display: none;
  }
  .mobileNavBarList {
    top: 13%;
  }
}
@media (max-width: 569px) {
  .navBar .logo img {
    width: 50px;
  }
}
