@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
 

body::-webkit-scrollbar{display: none;}
  
.one{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: linear-gradient(137deg, #FFA000, #FF6F00);
}
#fanta {width: 35%; 
z-index: 2;
position: absolute;
transition:all cubic-bezier(0.19, 1, 0.165, 1);
}

#cut-fruit {
    width: 15%;
    position: absolute;
    top:10%;
    left:32%;
    z-index: 1;
}

#oranges {
    width: 20%;
    position: absolute;
    z-index: 3;
    top:55%;
    right:30%;
}

.one h1 {
    font-size: 25vw;
    font-family: "Poppins", sans-serif;
    color: #fff;
}

#leaf1 {
    width: 20%;
    position: absolute;
    top: 10%;
    left:0%;
    transform: rotate(60deg);
    

}

#leaf2 {
   top:60%;
   left: 75%;
   transform: rotate(-45deg);
   position: absolute;
   width: 20%;
}

#leaf3 {
    width: 15%;
    position: absolute;
    top:0;
    right:0;
}

.two {
    display: flex;
    width: 100%;
    height: 100vh;
    background-color: #673200;
}

.lft-two {
width: 50%;
height: 100%;
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
gap: 5vh;
 

}

.lft-two svg {
    transform: rotateX(50deg);
    width: 70%;
    margin-top: 50px;
}

.rgst-two {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: flex-start;
justify-content: center;
flex-direction: column;
gap: 5vh;
    
}

.rgst-two h1{
    color:  #fff;
    font-size: 5vw;
    font-family:inherit ;
}

.rgst-two p{
    color:  #fff;
    font-size: 1vw;
    font-family:inherit ;
    width: 80%;
}

.needloan {

    display: flex;
    align-items: center;
    justify-content: center;
    
    width: 100%;
    height:70vh;
    background: url(../imgs/template/why-us-bg.png) center;
    background-size: cover;
    border-radius: 40px;
}

.three {
     display: flex;
    align-items: center;
    justify-content: center;
    gap: 5vw;
    width: 100%;
    height: 69vh;
    background: url(../imgs/template/faq-bg.png) center;
    background-size: cover;
}

.card {
    position: relative;
   
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 25vw;
    gap: 2vh;
    height: 70vh;
  
    border-radius: 20px;
  
}


 

.card h1 {font-size:3vw ;
    margin-top: 40vh;
}

 
.card-img-sprite {
    top: 0%;
    position: absolute;
    width: 100%;
}

 


.lemon {
    width: 15vw;
    top:-7vw;
    position: absolute;
    transition:all cubic-bezier(0.19, 1, 0.165, 1);
}

.lemon1 {
    width: 30%;
     top:55%;
     left:47%;
     position: absolute;
     transition:all cubic-bezier(0.19, 1, 0.165, 1);
     z-index: 999;
 }




 .faq-logo{
    width: 30%;
     top:20%;
     left:47%;
     position: absolute;
     transition:all cubic-bezier(0.19, 1, 0.165, 1);
     z-index: 999;
 }


 .main-hed {
    display: flex;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    position: relative;
    background-color: #1a200e;
    color: oldlace;
}

.main-hed > h1 {
    font-size: 200px;
    padding: 50px 0;
}

.slider-container {
    position: absolute;
    display: flex;
    overflow: hidden;
    height:100vh;
    gap: 30px;
    min-width: 100%;
    width: fit-content;
    align-items: flex-start;
}

#slider-container .card {display: flex;
gap: 30px;}

.slider-container > div {
    width: 600px;
    height: 100%;
     
    overflow: hidden;
    position: relative;
    display: flex;
  
    align-items: center;
    justify-content: center;
    color: #b0eb19;
    
}

  

.card__photo img{
    width: 17rem;
    height: 21.3rem;
    border-radius: 1.5rem;
    isolation: isolate;
    margin-left: auto;
    overflow: hidden;
    
}
#main-slider-container {background-color: #1a200e;}
.card__letter {
    font-feature-settings: "pnum" on, "lnum" on;
    color: #000;
    font-family: inherit;
    font-size: 12rem;
    line-height: .85;
    text-transform: capitalize;
}

.card-text p {font-size: 17px;line-height: 1.3;}
.cardheading h5 {font-size: 20px;
margin-bottom: 10px;}

.card-btn a{padding: 5px 10px;
background-color: #FF6F00;
border: 1px solid #fff;}

@media (max-width: 1439px) {
    .card__photo {
        --width: 16rem;
        --height: 20rem;
        --border-radius: 1.2rem;
    }
    .card__letter {
        font-size: 10.8rem;
    }
}

@media (max-width: 1023px) {
    .card__photo {
        --width: 19.2rem;
        --height: 24rem;
    }

    .card__letter {
        font-size: 9.6rem;
    }
}

@media (max-width: 1023px) {
    .card__photo {
        --width: 19.2rem;
        --height: 24rem;
    }

 

     .why-us-bg {
        background: url(../imgs/template/why-us-bg.png) center;
        background-size: cover;
        height: 21vh;
        width: 100%;
    }

    .why-girl img {
        transition-duration: 0.2s;
        border-radius: 32px;
        width: 100%;
        top: 18px;
        position: relative;
    }

    .whycontent img {
        transition-duration: 0.2s;
        border-radius: 32px;
        width: 76%;
        position: relative;
        top: 44px;
    }
    .lemon1 {
        width: 30%;
        top: 65% !important;
        left: 47%;
        position: absolute;
        transition: all cubic-bezier(0.19, 1, 0.165, 1);
        z-index: 999;
    }
    .card-img-sprite {
        top: 21% !important;
        position: absolute;
        width: 100%;
    }
    .text-banner {
        font-size: 41px !important;
        line-height: 63px !important;
        font-weight: 400 !important;
        font-family: "Urbanist", sans-serif !important;
    }
    .display-2 {
        font-size: 47px;
        line-height: 62px;
    }
    .faq-logo {
        width: 30%;
        top: 39% !important;
        left: 47%;
        position: absolute;
        transition: all cubic-bezier(0.19, 1, 0.165, 1);
        z-index: 999;
    }

}

 
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 100%;
    word-wrap: break-word;
    background-color:transparent!important;
    background-clip: border-box;
    border: none!important;
    border-radius: 0!important;
}