*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}



/* font */
@font-face {
    font-family: 'BR Firma Light';
    src: url('../fonts/BR\ Firma\ Light.otf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'BR Firma Regular';
    src: url('../fonts/BR\ Firma\ Regular.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'BR Firma Bold';
    src: url('../fonts/BR\ Firma\ Bold.otf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  
/* fonts */





/* typograpy */
p{
    font-family: 'BR Firma Light';
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
}

h1{
    font-family: 'BR Firma Bold';
    font-size: 96px;
    font-weight: 700;
    line-height: 85px;
    color: #14274A;
    color: #14274A;
    letter-spacing: 0;
    letter-spacing: 0;

}

h2{
    font-family: 'BR Firma Bold';
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    color: #14274A;
    letter-spacing: 0;
}


h3{
    font-family: 'BR Firma Bold';
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #14274A;
    letter-spacing: 0;
}

h4{
    font-family: 'BR Firma Bold';
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #14274A;
    letter-spacing: 0;
}

h5{
    font-family: 'BR Firma Bold';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #14274A;
    letter-spacing: 0;
}

a{
   
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}
/* typography */







/* header */
.nav-link{
    color: #14274A;
}

.btn1 {
    padding: .375rem 1.75rem;
}





/* Default button styling */

.btn-group {
    display: flex;
    align-items: center;
  }
  
  .btn {
    margin-right: 10px;
  }
  
  /* Media query for small screens */
  
  @media (max-width: 767px) {
    .d-flex {
      flex-direction: column;
    }
  
    .btn-group {
      margin-top: 10px;
      flex-direction: row;
    }
    
    .btn {
      margin-right: 0;
      margin-bottom: 10px;
      width: 100%;
    }
  }
  






/* header */





/* hero */
.hero{
    padding-top: 5%;
    padding-bottom: 3%;
}

.hero-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-right{
    text-align: right;
    background-image: url('../images/Background.png');
    background-position: right;
    background-repeat: no-repeat;
    padding: 100px 0;
}


.spn-bg{
    background-image: url('../images/Ellipse\ 4.png');
    background-position: center;
    background-size: cover;
    padding: 2.4%;
}

.custom-margin1{
    margin-left: -2.5%;
}

.custom-margin2{
    margin-left: -2.5%;
}

.custom-text1{
    font-family: 'BR Firma Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.hero-btn1{
        padding: .6rem 3.5rem;
}




@media (max-width: 767px){

    h1{
        font-size: 70px;
        line-height: 70px;
    }
    h2{
        font-size: 40px;
        line-height: 50px;
    }

    h3{
        font-size: 30px;
        line-height: 50px;
    }

    .hero{
        padding-top: 7%;
    }

    .hero-right{
        margin-top: 10%;
    }

    p{
        font-size: 15px;
    }
    
}

@media (max-width: 575px){

    h1{
        font-size: 60px;
        line-height: 60px;
    }
    h2{
        font-size: 35px;
        line-height: 45px;
    }

    h3{
        font-size: 28px;
        line-height: 50px;
    }

    .hero{
        padding-top: 11%;
        margin-top: 10%;
    }
    
}

@media (max-width: 400px){
    h1{
        font-size: 50px;
        line-height: 50px;
    }
    h2{
        font-size: 30px;
        line-height: 40px;
    }

    h3{
        font-size: 17px;
        line-height: 30px;
    }

    p{
        font-size: 9px;
    }

    .hero{
        padding-top: 10%;
    }

    
} 

/* hero */







/* journey container */
.journey{
   padding: 2% 0;
   background-color: #F2F4F5;
}

.journey-container {
    background-image: linear-gradient(#2b53e5bd, #2b53e5a6), url('../images/journey-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
  }
  

  @media (max-width: 767px){
    .journey-container{
        padding: 0 90px;
    }
  }
/* journey container */






/* build */
.buld{
    padding: 4% 0;
    background-color: #F2F4F5;
}

.buld .btn{
    font-family: 'BR Firma Regular';
    font-weight: 400;
}

.build-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10%;
}

.build-btn2{
    background-color: #C9F0FF!important;
    color: #2B53E5;
    padding: .375rem 1rem!important;
}

.build-btn3{
    background-color: #E3E5E5!important;
    color:#14274A;
    padding: .375rem 1rem!important;
    position: relative;
}

.build-btn3::before{
    content: 'Coming Soon';
    position: absolute;
    top: -50%;
    left: 7%;
    width: 80%;
    height: 70%;
    background-color: bisque;
    font-size: 10px;
    line-height: 30px;
    border-radius: 10px;
}


@media (max-width: 767px){
    .build-image{
        margin-bottom: 20px;
    }


    .buld{
        text-align: center;
    }

    .build-right{
        padding-right: 0%;
    }
  }
/* build */









/* why */
.why{
    padding: 4% 0;
    background-image: url('../images/why-use.png');
    background-position: right;
    background-repeat: no-repeat;
}

.custom-para{
    padding-left: 9%;
    padding-right: 15%;
}


@media (max-width: 767px) {
    .why {
      background-image: none;
    }

}
/* why */








/* agent */

.agent {
  background-color: #2B53E5;
}

.agent .image-container {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.agent img {
  width: 100%;
  object-fit: cover;
}




.agent-right p{
font-family: 'BR Firma Regular';
font-family: BR Firma;
font-size: 18px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: #F7F9FA;
}


.agent-right h1{
font-family: 'BR Firma Bold';
font-size: 40px;
font-weight: 700;
line-height: 48px;
letter-spacing: 0em;
text-align: left;
color: #F7F9FA;
}



@media (max-width: 575px){
  .agent-right h1{
    font-size: 25px;
    line-height: 35px;
  }
 }


.agent-right-inside h2{
font-family: 'BR Firma Bold';
font-size: 24px;
font-weight: 700;
line-height: 32px;
letter-spacing: 0em;
text-align: left;
color: #F7F9FA;
}


@media (max-width: 575px){
  .agent-right-inside h2{
    font-size: 19px;
  }
 }



.agent-right-inside p{
font-family: 'BR Firma Light';
font-size: 16px;
font-weight: 300;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: #F7F9FA;
}


.agent-right-inside .btn{
font-family: 'BR Firma Bold';
font-size: 16px;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: center;
color: #2B53E5;
}
/* end of agent */





/* spend */
.spend{
    padding: 5% 0;
}

.spend-container{
    background-image: url('../images/spend.jpg');
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    padding: 3% 0;
    overflow: hidden;
}

.spend p{
    color: #2B53E5;
}

.spend h2{
    color: #2B53E5;
}

.spend-left, .spend-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.spent-custom-text{
    color: #14274A!important;
    font-size: 16px;
}


@media (max-width: 991px){

    .spend{
        background-image: url('../images/spend.jpg');
        background-position: center;
        background-size:cover;
        background-repeat: no-repeat;
        text-align: center;
    }

    .spend-container{
        background-image:none;
    }

    .spend h2{
        padding-bottom: 2rem;
    }

    .mobile-breakpoint{
        text-align: center;
    }

    
}


@media (max-width: 400px){
    .store{
        width: 35%;
    }
}

/* spend */







/* footer */

footer{
    background-color: #F2F4F5;
    padding: 5% 0;
}

.footer-customtext1{
    font-family: 'BR Firma Bold';
    color: #14274A;
    padding-top: 15%;
}

.footer-customtext2{
    font-family: 'BR Firma Bold';
}

.social-icons i{
    font-size: 2rem;
    margin-right:.5rem;
}




@media (max-width: 991px){
    .custom-gap{
        margin-bottom: 3rem;
    }

    .custom-input{
        width: 50%;
    }
}
/* footer */

