body {
    font-family: poppins;
}

.header-section {
    background: #f7cc4a;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.navbar-brand .img-fluid {
    width: 130px;
}

.header-section .navbar-brand {
    flex: 2;
}

.offcanvas-body .nav-item {
    padding-left: 10px;
    font-weight: 550;
    font-size: 17px;
    padding: 0px 25px;
}


.offcanvas-body .nav-item a {
    color: #000;
}

.offcanvas-body .nav-item a:hover {
    color: #e96108;
}

.header-section .offcanvas-body .navbar-nav .nav-link.active {
    color: #033556;
}

.offcanvas-end {
   
}

.header-section .offcanvas-title img {
    width: 150px;
}

/*hero section*/

.hero-section  {
    background: #f7cc4a;
    width: 100%;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    margin-top: 70px;
    position: relative;
}

.hero-section .row {
   align-self: center;
}

.hero-section .hero-content {
   padding-top: 100px;
   line-height: 1;
   display: flex;
   flex-direction: column;
   row-gap: 20px;
}

.hero-section .hero-content h1 {
    font-size: 40px;
    font-weight: bold;
    text-transform: capitalize;
}

.hero-section .hero-content h1 {
     font-family: poppins;
}

.hero-section .hero-content span {
    color: #e96108;
}

.hero-section .hero-content p {
    font-family: poppins; 
    line-height: 1.6;
}

.hero-section .hero-img {
    object-fit: cover;
    position: absolute;
    bottom: 0;
    right: 220px;
}

.hero-section .downloads-img .play-store{
    width: 150px;
}

.hero-section .downloads-img .app-store {
    width: 130px;
}

.hero-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

/*about section*/

.about-section {
    padding: 60px 0px;
}

.about-section .about-content {
    font-family: poppins;
}

.about-section .about-content span {
    
    padding: 4px 20px;
    border-radius: 25px;
     background-color: #ffb482;
}

.about-section .about-content h2 {
    font-weight: bold;
    font-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;   
}

.about-img img {
    width: 100%;
    height:auto;
    border-radius: 10px;
}

.row-one {
    display: flex;
    column-gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}

 .service-img {
    background-color: #033556;
    border-radius: 100px;
    padding: 10px;
}

.service-type {
    display: flex;
    column-gap: 15px;
    align-items: center;
    padding-bottom: 20px;
}

.service-type img {
    width: 30px;
}

/*how-it-works*/

.how-it-works {
    padding: 60px 0px;
    background-image: linear-gradient( #000 );
}

.how-it-works  .title {
    text-align: center;
}

.steps {
    background-color: #ffb482;
    width: 160px;
    border-radius: 25px;
    border: none;
    padding: 4px 20px;
    display: inline-block;
    font-size: 14px;
    font-family: poppins;
    margin-bottom: 15px;
}

.how-it-works .title p {
    color: #fff;
    padding-bottom: 20px;
    font-size: 17px;
    font-family: poppins;
}

.how-it-works h2 {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    font-family: poppins;
}

.how-it-works .card {
    text-align: center;
    border: none;
    background-color: rgb(57, 56, 56);
    padding: 50px 20px;
    row-gap: 20px;
    font-family: poppins;
    align-items: center;
}

.how-it-works .card:hover {
    border: 2px solid #e96108;
    transition: 0.3s;
}

.how-it-works .card .card-img { 
    text-align: center;
    
}

/*.how-it-works .fa-mobile-screen-button {
    font-size: 30px;
    color: #e96108;
    background-color: white;
   padding: 20px 17px;
    border-radius: 100px;
    width: 70px;  
}

.how-it-works .fa-map-location-dot {
    font-size: 30px;
    color: #e96108;
    background-color: white;
   padding: 20px 17px;
    border-radius: 100px;
    width: 70px;
}*/

.how-it-works .card-img .fa-solid {
    font-size: 30px;
    color: #e96108;
    background-color: white;
   padding: 20px 17px;
    border-radius: 100px;
    width: 70px;
}

.how-it-works .card h5 {
    color: #fff;
}

.how-it-works .card p {
    color: #fff;
}

.how-it-works .count {
   color: #e96108;
    font-size: 20px;
    font-weight: 550;

}

/*download section*/

.app-download {
    padding: 120px 0px;
    position: relative;
}

.app-download .left-img {
    object-fit: cover;
    position: absolute;
    bottom: 0;
}

.app-download .left-img .img-fluid {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.app-download .download-title {
    font-family: poppins;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.app-download .download-title h2 {
    font-size: 40px;
    font-weight: bold;
}

.app-download .download-title p {
    font-size: 18px;
}

.download-title .download-img {
    display: flex;
    column-gap: 15px;
}

.download-title .download-img .play-store {
    width: 150px;
}

.download-title .download-img .app-store {
    width: 130px;
}

/*why choose section*/

.why-choose {
    padding: 60px 0px;
    background: #000;
}

.why-choose .col-12 {
    text-align: center;
    padding-bottom: 20px;
    color: #fff;
    font-family: poppins;
}

.why-choose .col-12 h2 {
    padding-bottom: 10px;
    font-size: 40px;
    font-weight: bold;
}

.why-choose .card {
    text-align: center;
    row-gap: 10px;
    border: none;
     background: #fff;
    color: #000;
    font-family: poppins;
    align-items: center;
    padding: 20px 0px;
   
}

.why-choose .card:hover {
   background: #f7cc4a;
    color: #fff;
}

.why-choose .card:hover .card-img {
   background: #033556;  
}

.why-choose .card .card-img {
    background: #e96108;
    border-radius: 100px;
    width: 80px;
    text-align: center;
   padding: 19px 0px;
}

.why-choose .card-body {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.why-choose .card-img-top {
    width: 40px;
}

/*contact section*/

.contact-section {
    padding: 60px 0px;
    font-family: poppins;
}

.contact-section .left-section {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    padding-top: 30px;
    
    padding: 95px 20px;
}

.contact-title {
    text-align: center;
}

.contact-title h2 {
    color: #e96108;
    font-weight: bold;
    font-size: 40px;
}

.contact-title h3 {
    font-weight: bold;
}

.contact-section .location {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.contact-section .fa-location-dot {
    font-size: 25px;
    color: #e96108;
    background: rgb(0, 0, 33);
    padding: 17px 20px;
    border-radius: 100px;
}

.contact-section .address,
.contact-section .mail-id,
.contact-section .numbers {
    font-size: 17px;
}

.contact-section .contact {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.contact-section .fa-phone {
    font-size: 22px;
     color: #e96108;
    background: rgb(0, 0, 33);
    padding: 19px 20px;
    border-radius: 100px;
}

.contact-section .mail{
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.contact-section .fa-envelope {
    font-size: 22px;
     color: #e96108;
    background: rgb(0, 0, 33);
    padding: 19px 20px;
    border-radius: 100px;
}

.contact-forms {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 40px 25px;
}

.contact-form-title {
    text-align: center;
}

.contact-forms .first-row {
  padding-bottom: 15px;
}

.contact-forms .second-row {
   padding-bottom: 15px;
}

.contact-forms .input {
    height: 50px;
    width: 49%;
   border-radius: 20px;
   padding-left: 10px;
   border: 1px solid #e1e1e1;
}

.contact-forms .text {
    height: 140px;
    width: 100%;
    border-radius: 10px;
     border: 1px solid #e1e1e1;
     padding: 15px 20px;
}


/*footer logo*/

.footer-section {
    padding: 60px 0px;
    background-color: #f7cc4a;
    font-family: poppins;
}

.logo-section {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.footer-logo img {
    width: 160px;
}

.footer-section .download-img .play-store {
    width: 160px;
}

.footer-section .download-img .app-store {
    width: 140px;
}

.footer-section .quick-link h3 {
    font-weight: bold;
}

.footer-section .quick-link ul {
    margin: 0;
    padding: 0;
}

.footer-section .quick-link li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-bottom: 10px;
}

.footer-section .quick-link li:hover {
    margin-left: 10px;
    transition: 0.5s;
}

.footer-section .quick-link a {
    text-decoration: none;
    color: #28322d;
    font-size: 17px;
    font-weight: 550;
}

.footer-section .support ul {
    margin: 0;
    padding: 0;
}

.footer-section .support li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-bottom: 10px;
}

.footer-section .support li:hover {
    margin-left: 10px;
    transition: 0.5s;
}

.footer-section .support a {
    text-decoration: none;
    color: #28322d;
    font-size: 17px;
    font-weight: 550;
}

.footer-section .contact-info {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.footer-section .contact {
    display: flex;
    column-gap: 15px;  
}

.footer-section .contact .fa-solid {
    font-size: 20px;
}

.footer-section .contact-info h3 {
    font-weight: bold;
}

/*copy rights section*/

.copy-rights {
    background: #f7cc4a;
    font-family: poppins;
}

.copy-rights .col-12 {
    text-align: center;
}

.copy-rights .col-12 a {
    color: #28322d;
    
}

/*bred crumb*/

.terms-conditions {
    font-family: poppins;
    padding-bottom: 40px;
}

.terms-conditions .bread-crumb {
    padding: 60px 0px;
    margin-top: 50px;
    text-align: center;
    font-family: poppins;
}

.terms-conditions .bread-crumb h3 {
    font-size: 40px;
    font-weight: bold;
}

.terms-conditions .bread-crumb a {
    color: #000;
    text-decoration: none;
}

.terms-conditions .bread-crumb span {
    font-size: 18px;
    font-weight: 550;
}

.terms-conditions .contacts .mail {
    display: flex;
    column-gap: 20px;
    padding-bottom: 15px;
}

.terms-conditions .contacts .mail .fa-solid {
    font-size: 20px;
    color: #e96108;
}

.terms-conditions .d-flex {
    display: flex;
    column-gap: 15px;
    align-items: center;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
}

.terms-conditions .d-flex img {
    width: 30px;
}

.terms-conditions .card {
    align-items: center;
    padding: 13px ;
}

.terms-conditions .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.terms-conditions .card .card-img-top {
    width: 50px;
}