@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&amp;display=swap");
* {
  font-family: "Poppins", sans-serif;
}

.logo img {
  height: auto;
  top: 2rem;
  right: 3rem;
  width: 100%;
}
.header-social-icon {
  background: #0d0925;
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
  transition: 0.5s all;
}

.header-social-icon:hover {
  background: #fff;
  color: #0d0925;
}

.banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: url("../../janKalyan-images/img8.jpeg"); */
  /* background: url(../images/banner-img.png) center center no-repeat; */
  background: none;
  background-size: cover;
  z-index: -1;
}

.banner .banner-txt {
  padding: 4rem 0;
}

.contact .boxes .single-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact .boxes {
  padding-top: 2rem;
}

.contact .boxes .contact-card-child {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 12rem;
}

.contact .boxes .add-child {
  padding: 0.5rem;
}

.contact .boxes .contact-card-child .icon {
  padding-bottom: 1rem;
}

.contact .boxes .contact-card-child i {
  border: 1px solid #0d0925;
  background-color: #0d0925;
  height: 2.5rem;
  width: 2.5rem;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}

.contact .boxes .contact-card-child .title {
  text-align: center;
}

.contact .boxes .contact-card-child .title h1 {
  font-size: 1.3rem;
  font-weight: bold;
}

.contact .boxes .contact-card-child .title h5 {
  font-size: 1.1rem;
}

.about .why-choose-us-img {
  padding-top: 3rem;
}
.about .image-box1 .image-box {
  margin-top: 0;
}

.about .image-box .part-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: -1;
  height: auto;
}

/* Carousel */

.carousel-section {
  height: 80vh;
  overflow: hidden;
}

.carousel-item:before {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}

.carousel-section .carousel-inner {
  height: 80vh;
}

.carousel-section .carousel-inner .carousel-item {
  height: 80vh;
}

.carousel-section .carousel-inner .carousel-item img {
  height: 80vh;
  object-fit: cover;
}

.carousel-section .carousel-caption {
  position: absolute;
  bottom: 4rem;
}

.carousel-section .carousel-caption h1 {
  font-size: 3rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.carousel-section .carousel-caption h1 span {
  color: rgb(231, 176, 60);
}

.carousel-section .carousel-caption p {
  font-size: 1.2rem;
  padding: 1rem 8rem 2rem 8rem;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

.carousel-section .carousel-caption .left-btn {
  font-family: "Poppins", sans-serif;
  background: rgb(231, 176, 60);
  text-decoration: none;
  color: #000;
  font-size: 1.1rem;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  transition: 0.5s all;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.carousel-section .carousel-caption .left-btn:active {
  transform: scale(0.9);
}

.carousel-section .carousel-caption .right-btn {
  font-family: "Poppins", sans-serif;
  background: #0d0925;
  text-decoration: none;
  color: #fff;
  font-size: 1.1rem;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  transition: 0.5s all;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.carousel-section .carousel-caption .right-btn:active {
  transform: scale(0.9);
}
.service .bg .part-img img {
  height: 27rem;
}
.error {
  padding-top: 120px;
  padding-bottom: 50px;
}
.lessPading {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .auth-btn {
    margin-top: 0.2rem;
  }
  .desktop-auth {
    display: none;
  }
  .header .bottom-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 35px;
    /* background: #0d0925; */
    z-index: -1;
  }
  .header .bottom-header:after {
    top: 0;
    left: auto;
    right: -10%;
    width: 0;
    height: 100%;
    -webkit-transform: skew(35deg);
    transform: skew(35deg);
    border-radius: 0 0 0 15px;
  }
  .contact .boxes .contact-card-child {
    margin-bottom: 2rem;
  }

  .carousel-section {
    height: 20rem;
  }

  .carousel-section .carousel-inner {
    height: 20rem;
  }

  .carousel-section .carousel-inner .carousel-item {
    height: 20rem;
  }

  .carousel-section .carousel-inner .carousel-item img {
    height: 20rem;
    object-fit: cover;
  }

  .carousel-section .carousel-caption {
    bottom: 0;
    right: 0;
    left: 0;
  }

  .carousel-section .carousel-caption h1 {
    font-size: 1.3rem;
  }

  .carousel-section .carousel-caption h1 span {
    color: rgb(231, 176, 60);
  }

  .carousel-section .carousel-caption p {
    font-size: 0.9rem;
    padding: 1rem 0;
  }
  .carousel-section .carousel-caption .left-btn,
  .carousel-section .carousel-caption .right-btn {
    font-size: 0.9rem;
    padding: 0.3rem 0.8rem;
  }
  .about .image-box {
    margin-top: 0;
  }
  .about .image-box .part-img {
    padding-top: 10px !important;
  }
  .breadcrumb {
    height: 200px;
  }

  .logo img {
    height: auto;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 100%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .header .bottom-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 35px;
    /* background: #0d0925; */
    z-index: -1;
  }
  .header .bottom-header:after {
    top: 0;
    left: auto;
    right: -10%;
    width: 0;
    height: 100%;
    -webkit-transform: skew(35deg);
    transform: skew(35deg);
    border-radius: 0 0 0 15px;
  }
  .header .bottom-header {
  }
  .header .bottom-header .bg .bg-2 .bg-3 .navbar {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f6f6f6;
    -webkit-box-shadow: 0 10px 20px 0 rgba(51, 51, 51, 0.1);
    box-shadow: 0 10px 20px 0 rgba(51, 51, 51, 0.1);
    padding: 0;
  }
  .auth-btn {
    margin-top: 0;
  }
  .header .bottom-header .bg .bg-2 .bg-3 .logo img {
    width: 18rem;
  }

  .contact .boxes .contact-card-child {
    margin-bottom: 2rem;
  }

  .carousel-section {
    height: 30rem;
  }

  .carousel-section .carousel-inner {
    height: 30rem;
  }

  .carousel-section .carousel-inner .carousel-item {
    height: 30rem;
  }

  .carousel-section .carousel-inner .carousel-item img {
    height: 30rem;
    object-fit: cover;
  }

  .carousel-section .carousel-caption {
    bottom: 6rem;
    left: 5%;
    right: 5%;
  }

  .carousel-section .carousel-caption h1 {
    font-size: 2.4rem;
  }

  .carousel-section .carousel-caption h1 span {
    color: rgb(231, 176, 60);
  }

  .carousel-section .carousel-caption p {
    font-size: 1.2rem;
    padding: 1rem 4rem 2rem 4rem;
  }
  .carousel-section .carousel-caption .left-btn,
  .carousel-section .carousel-caption .right-btn {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .about.about-inner {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about.about-inner {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .bottom-header .bg .bg-2 .bg-3 .logo img {
    width: 4rem !important;
    top: 0.5rem;
  }
}

a {
  text-decoration: none;
}
.top-header a {
  text-decoration: none;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header .bottom-header .bg .bg-2 .bg-3 .logo img {
    width: 5rem;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .header .bottom-header .bg .bg-2 .bg-3 .logo img {
    width: 3rem;
    margin-left: 5rem;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .auth-btn {
    display: none;
  }
  .desktop-auth {
    display: flex;
  }
  .logo img {
    height: auto;
    position: static;
  }
  .header
    .bottom-header
    .bg
    .bg-2
    .bg-3
    .navbar
    .navbar-nav
    .nav-item
    .nav-link {
    font-size: 0.8rem;
  }
  .header .bottom-header .bg .bg-2 .bg-3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    width: 78%;
    height: 100%;
    background: #0d0925;
    -webkit-transform: skew(37deg);
    transform: skew(37deg);
    border-radius: 0 30px 0 35px;
    z-index: -1;
  }
  .auth-btn .btn-1 {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .auth-btn {
    display: none;
  }
  .desktop-auth {
    display: flex;
  }
  .logo img {
    top: 2rem;
    right: 1.5rem;
    width: 6rem;
  }
}

@media only screen and (min-width: 1400px) {
  .auth-btn {
    display: none;
  }
  .desktop-auth {
    display: flex;
  }
}

/* Personal Loan CSS Start */
.personal-loan-page {
  padding: 2rem 0;
}

.personal-loan {
  width: 100%;
}
.personal-loan .card {
  background: #fff;
  padding: 15px 30px 30px 30px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem;
}
.personal-loan .card .top {
  color: #fff;
  padding: 12px;
  display: flex;
  justify-content: space-between;
}

.personal-loan .card .top .title {
  font-size: 20px;
  font-weight: 600;
}
.personal-loan .card .top .price-sec {
  font-weight: 600;
  display: flex;
  align-items: center;
}
.personal-loan .card .top .price {
  font-size: 20px;
}
.personal-loan .card .info {
  font-size: 16px;
  margin-top: 20px;
}
.personal-loan .card .details .one {
  margin-top: 25px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.personal-loan .card .details .one::before {
  position: absolute;
  content: "";
  width: 100%;
  background: #ddd;
  height: 1px;
  left: 0;
  top: -12px;
  border-radius: 25px;
}
.personal-loan .card .details .one i {
  color: #e7b03c;
}
.personal-loan .card .details i.fa-times {
  color: #cd3241;
}
.personal-loan .card button {
  outline: none;
  border: none;
  height: 42px;
  color: #fff;
  border-radius: 3px;
  font-size: 18px;
  width: 50%;
  margin: 20px auto auto auto;
  display: block;
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 1px;
}
.personal-loan .one .top,
.personal-loan .one button {
  background: #e7b03c;
}

.personal-loan button:hover {
  filter: brightness(90%);
}
.personal-loan .one ::selection {
  background: #e7b03c;
}

@media (max-width: 1000px) {
  .personal-loan .card {
    background: #fff;
    margin-bottom: 30px;
  }
}
@media (max-width: 715px) {
  .personal-loan .card {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .personal-loan-page {
    padding: 2rem 0 0 0;
  }
}

@media only screen and (min-width: 992px) and (max-wdith: 1200px) {
  .personal-loan .card button {
    width: 60%;
  }
}
/* Personal Loan CSS End */

.registration-success {
  padding: 3rem 0;
}

.registration-success .card {
  padding: 1rem;
  width: 60%;
  margin: auto;
}

.registration-success .card .title h1 {
  font-size: 2.5rem;
  text-align: center;
  color: forestgreen;
  text-decoration: underline;
}

.registration-success .qr-image img {
  width: 100%;
  height: 100%;
}

.registration-success .details {
  padding: 1rem;
}
.registration-success .processing-fee {
  display: flex;
  justify-content: space-between;
}
.registration-success .processing-fee h1 {
  font-size: 2rem;
}
.registration-success .processing-form .form-control {
  border: 1px solid #e7b03c;
}

.registration-success .processing-form .form-control:focus {
  box-shadow: none;
}

.registration-success .processing-form button {
  background-color: #e7b03c;
  border: none;
  color: #fff;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}

.registration-success .user-detail-content p {
  margin-bottom: 0;
}

.registration-success .user-detail-content li {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .registration-success .card {
    width: 100%;
  }
  .registration-success .card .title h1 {
    font-size: 1.6rem;
  }
  .registration-success .processing-fee h1 {
    font-size: 1.4rem;
  }
  .accordion-body {
    padding: 0 !important;
  }
  .registration-success .user-detail-content p {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .registration-success .card {
    width: 80%;
  }
}

.about .image-box .part-img img {
  width: 100%;
  height: 400px;
}
.img-wrapper {
  border: 2px solid #007bff; /* Blue border color */
  border-radius: 10px; /* Rounded corners */
  overflow: hidden; /* Ensures the image doesn't overflow the border */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for transform and shadow */
}

.img-wrapper:hover {
  transform: scale(1.05); /* Slightly enlarges the image on hover */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Adds shadow on hover */
}
