
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');


:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #FAF606;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #172742ec;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --roboto-font: 'Nunito', sans-serif;
    --poppins-font:'Poppins', sans-serif;

  
}






.about-heading-img{
   background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url('../images/about-pic/client-2.png');
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   height: calc(50vh - 100px);
   color:var(--bs-white);
   display: flex;
   flex-direction: column;
   justify-content:center;
   align-items: flex-start;
   padding-left: 8rem;
  
}

.about-heading-img h1{
  font-family: var(--roboto-font);
}
.about-heading-img P{
    font-family: var(--roboto-font);
    font-weight:normal;
    font-size: 18px;
}

.regular-section{
    padding: 4rem 8rem;
}

.regular-section-text{
     background-color:#edf0f3e5;
}
.regular-section-text p{
    font-family: var(--roboto-font);
    font-weight:normal;
    font-size: 18px ;
}

.requirement-text ul {
    list-style-image: url('../images/download.png');
  }

.requirement-text ul li{
 
    margin-top: 12px;
    font-family:var(--roboto-font); 
}



.services-section{
    padding: 4rem 7rem;
    background-color:#edf0f3e5 ;
}

.card-title{
    font-size: 18px;
}
.service-title h3{
    font-family: 5px !important;
}

.service-title,h3 p{
    text-align: center;
    font-family: var(--roboto-font);
}

.services-section .card-icon i{
    font-size: 3rem !important;
    color:var(--bs-primary)
}

.services{
    display: flex;
    justify-content: center;
    align-items: center;
}

.services .card{
    padding-bottom: 3rem;
}

.services .card p{
    font-family: var(--roboto-font);
    color:var(--bs-secondary);
    font-size: 16px;
    line-height: 30px;
    text-align: left !important;
}




.card {
    cursor:default !important;
}


.card.hover,
.card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2)
}

.img {
    margin-bottom: 35px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222)
}

.card-title {
    font-weight: 600
}


/*special loan styling */

.special-heading-img{
    background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url('../images/agric.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(50vh - 100px);
    color:var(--bs-white);
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: flex-start;
    padding-left: 8rem;

   
 }
 .special-heading-img h1{
    font-family: var(--roboto-font);
  }
  .special-heading-img P{
      font-family: var(--roboto-font);
      font-weight:normal;
      font-size: 18px;
  }



/*asset loan styling */
  .asset-heading-img{
    background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url('../images/meet_slider_2.JPG');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(50vh - 100px);
    color:var(--bs-white);
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: flex-start;
    padding-left: 8rem;
  }


  .asset-heading-img h1{
    font-family: var(--roboto-font);
  }
  .asset-heading-img P{
      font-family: var(--roboto-font);
      font-weight:normal;
      font-size: 18px;
  }


  .loan-heading-img{
    background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url('../images/fruit.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(50vh - 100px);
    color:var(--bs-white);
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: flex-start;
    padding-left: 8rem;
  }

  .loan-heading-img h1{
    font-family: var(--roboto-font);
  }
  .loan-heading-img P{
      font-family: var(--roboto-font);
      font-weight:normal;
      font-size: 18px;
  }
  
  .med-heading-img{
    background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url('../images/about-pic/med.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(50vh - 100px);
    color:var(--bs-white);
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: flex-start;
    padding-left: 8rem;
  }

  .med-heading-img h1{
    font-family: var(--roboto-font);
  }
  .med-heading-img p{
      font-family: var(--roboto-font);
      font-weight:normal;
      font-size: 18px;
  }

  .rebate-heading-img{
    background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url('../images/payday-loan.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(50vh - 100px);
    color:var(--bs-white);
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: flex-start;
    padding-left: 8rem;
  }

  .rebate-heading-img h1{
    font-family: var(--roboto-font);
  }
  .rebate-heading-img p{
      font-family: var(--roboto-font);
      font-size: 18px;
  }

  .golden-heading-img{
    background-image:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),url('../images/loans.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(50vh - 100px);
    color:var(--bs-white);
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: flex-start;
    padding-left: 8rem;

  }

   
  .golden-heading-img h1{
    font-family: var(--roboto-font);
  }

  .golden-heading-img p{
    
    font-weight:normal;
    font-size: 18px;
  }

  .regular-section-text p{
      font-family:'Roboto', sans-serif;
  }




@media screen and (max-width:768px){
    .social-navigation{
        padding: 7px 3rem;
        height:auto;
       
    }

    .navbar{
        padding: 5px 2rem !important;
       
    }
    
}


@media screen and (max-width:576px){

   
    .regular-section{
        padding: 4rem 2rem;
}

.services-section{
    padding: 4rem 2rem;
    background-color:#edf0f3e5 ;
}


.about-heading-img{
  
    padding-left: 2rem;
   
 }

 .special-heading-img{
  
  padding-left: 2rem !important;
 
}


.asset-heading-img{

  padding-left: 2rem;
}

.med-heading-img{
  padding-left: 2rem;
}

.rebate-heading-img{
 
  padding-left: 2rem;
}

.golden-heading-img{
  padding-left: 2rem !important;

}

 
}

@media screen and (max-width:450px){

  .special-heading-img{
    padding-left: rem;
  }

  .regular-section{
    padding: 4rem 1rem !important;
}

.regular-section-text{
     padding-left: 1rem !important;
}


}








