@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fira+Code:wght@300&family=Inter:wght@600&family=Lato:wght@300&family=Open+Sans:wght@600&family=Raleway:wght@300;400&family=Roboto:wght@300&display=swap');


body {
    font-family: 'Bebas Neue', sans-serif;
    font-family: 'Fira Code', monospace;
    font-family: 'Inter', sans-serif;
    font-family: 'Lato', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1078px;
}

.position-fixed{
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3 !important;
    border-radius: 6px;
    padding: 5px;

}
.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  .dropbtn .fa-solid {
    position: relative;
    top: -3px;
    left: 2px;
  }

  /* .dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
  } */

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown a:hover {background-color: #ddd;}


.navbar-dropdwon-css button{
    position: relative ! IMPORTANT;
    font-weight: 600 !IMPORTANT;
    background: transparent;
    border: none;
    color: #303030 ! IMPORTANT;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 0px !important;
    position: relative ! IMPORTANT;
    top: 7px;
    margin-right: 11px;
}


.get-in-touch{
padding: 8px 20px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(180deg, #3DA4FE 0%, #0F3F94 100%);
}
.navbar-dropdwon-css ul{
    text-decoration: none;
    list-style: none;
    background: #fff;
    padding: 12px;
    border-radius: 12px;
}
.nav-item .nav-link {
    color: #303030 !IMPORTANT;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.book-demo {
    border-radius: 32px;
    font-size: 14px;
    padding: 12px 30px;
    font-weight: 500;
    background: #fff;
    color: #2563eb;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bg-dark-blue {
    position: absolute;
    height: 100%;
    width: 20%;
    background: #2563EB;
    top: -42px;
    right: 0;
    z-index: 1;
    border-bottom-left-radius: 34px;
}

.navbar {
    z-index: 2;
}
.carousle-client-logo{
     /* filter: grayscale(100%); */
     width: 15%;
     object-fit: contain;
     aspect-ratio: 3/2;
}
.carousle-client-logo-2{
    width: 25%;
    object-fit: contain;

}
.carousle-client-logo-maruti{
    width: 150px;
   }
.audit-section {
    position: relative;
    z-index: 2;
    padding-top: 40px;

}
#myModal{
    opacity: 1;
}
.modal-content{
    width: 50%;
    margin: 40px auto;
}
.close{
    display: none;
}
.pattern-img {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: -7%;
    top: 35%;
}

.audit-section .row {
    position: relative;
    z-index: 2;
    margin-top: 105px

}
.iti {
    width: 100%;
}
/* .carousel-indicators csss */
.carousel-indicators{
    top: 70px;
}
 .carousel-indicators [data-bs-target]{
    background: #808080bf  !important;
    width: 10px !important;
    border-radius: 50% !important;
    height: 10px !important;
    margin-top: 12px !important;
    border-top: 0px;
    border-bottom: 0px;
}
/* .audit-img {
    width: 630px;
} */

.audit-img img {
    width: 100%;
}

.btn-orange-light {
    font-weight: 500;
    background-color: #FFF3E1;
    border-color: #FFF3E1;
    color: #E2992B;
    border-radius: 16px;
    font-size: 14px;
    padding: 7px 23px;
    letter-spacing: 0.5px;
}

.btn-orange-light:hover {
    background-color: #FFF3E1;
    border-color: #FFF3E1;
    color: #E2992B;
}

.audit-sec-text {
    margin-top: 75px;
}

.audit-sec-text h6 {
    font-size: 42px;
    font-weight: bolder;
}

.audit-sec-text p {
    color: #4E4E4E;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.audit-sec-text .btn-primary {
    font-size: 14px;
    border-radius: 37px;
    padding: 14px 20px;
    font-weight: bold;
}

.client-section {
    margin: 50px 0px;
}

.clients-img {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.clients-img img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    width: 100px;
}

.audit-process {
    background-color: #F1F5F9;
    padding: 12px;
}

.audit-process-text h4 {
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    font-size: 40px;
    font-weight: bolder;
    margin-bottom: 20px
}

/* .audit-process-text {
    position: relative;
    left: 50px;
} */

.audit-process-text p {
    text-align: justify;
    color:  #23262C;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.process-audit {
    background-image: linear-gradient(#F1F5F9, #fff);
    padding: 10px 0px
}

.process-audit h4 {
    font-size: 30px;
}

.percen-audit h5 {
    font-size: 30px;
    font-weight: bolder;
}

.percen-audit p {
    font-size: 20px;
    font-weight: bold;
}

.features {
    padding: 80px 0px 80px;
}
.border-right{
    border: 1px solid;
}
.feature-heading h3 {
    margin-bottom: 15px;
    font-size: 40px;
}

.feature-heading p {
    font-size: 13px;
    font-weight: 500;
}

 .features img {
    width: 100%;
}

.feature-sub-heading h4 {
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: bold;

}
.feature-sub-heading ul li{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #0f172ac4;
}
.reports-dashboard{
    padding: 80px 0px 0px;
}
.report-das-chart3{
    width: 400px;
}
/* .feature-sub-heading h4 span{
    position: relative;
    left: -15px;

} */
.list-style-none {
    list-style: none;
}

.book-demo-section {

    background-position: center;
    background-size: cover;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.book-demo-section p {
    font-size: 45px;
    width: 74%;
    font-weight: bolder;
}

.book-demo-section .btn-primary {
    background: #fff;
    padding: 8px 27px;
    font-weight: bold;
    color: #2563eb;
    font-size: 13px;
    margin-bottom: 9px;
}

 /* .form-detail {
    margin-bottom: 80px;
} */

.form-detail h4 {
    color: #0F172A;
    font-size: 32px;
    font-weight: bold;
}

.form-detail label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
}

.form-detail .dropdown-toggle {
    background: #fff;
    border: 1px solid #8080804f;
    font-size: 14px;
}

.form-detail input {
    font-size: 14px;
}

/* .form-deatail-img {
    width: 450px;
    margin: auto;
} */

footer {
    padding: 10px;
    background: #fff;
    color: #000;
    text-align: center;
}

.footer-detail h4 {
    font-size: 18px;
    margin-bottom: 1px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-detail ul li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
    list-style: none;
}

.right-reservd {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.modal-body label {
    font-size: 13px !important;
    font-weight: 500;
    margin-bottom: 2px;
}

.modal-body .dropdown-toggle {
    font-size: 13px !important;
    background: #fff;
    border: 1px solid #8080804f;
}

.modal-body .form-control {
    font-size: 13px !important;
}

.social-media-icons a {
    color: #000;
    margin-right: 10px;
    font-weight: bold;
    text-decoration: none;

}

.social-media-icons .good-firm img {
    width: 16px;
}


.w-18{
    width: 18%;
}
.w-12{
    width: 12%;
}
@media only screen and (max-width: 768px) {
    .heigh-100vh{
        height: auto;
    }
    .audit-img {
        width: 100%;
    }
    .media-py-5{
        padding: 0px  !important;
    }
    .navbar-toggler {
        background-color: #fff;
    }

    .audit-sec-text {
        margin: 20px 8px 0px;

    }

    .audit-process-text {
        position: relative;
        left: 0px;
    }

    .audit-sec-text p {
        color: #4E4E4E;
        width: 100%;

    }

    .pattern-img {
        display: none;
    }

    .clients-img {
        width: 100%;
        overflow-x: scroll;
    }

    .clients-img img {
        padding: 10px;
    }

    .audit-process-text p {
        width: 100%;

    }
.percen-audit{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}
    .features img {
        width: 100%;
margin: 50px 0px;
    }

    /* .feature-sub-heading h4 span {
        position: relative;
     left: 0px
    } */
    .book-demo-section {
        height: 100% !important;
        font-size: 20px;

    }
    .book-demo-section p {
        width: 100% !important;
        font-size: 20px;


    }

    .form-deatail-img {
        width: 100%;
        margin: auto;
    }

    footer {
        padding: 10px;

    }

    .footer-detail {
        background: aliceblue;
        padding: 10px;
        margin: 20px 0px;
    }

    .footer-detail h4 {
        text-align: center;
    }

    .footer-detail ul {
        display: flex;
        width: 100%;
        overflow-x: scroll;
    }

    .footer-detail ul li {
        margin-right: 14px;
        font-size: 13px;
    }
    .carousle-client-logo{
        /* filter: grayscale(100%); */
       width: 70px;
       object-fit: contain;
   }
   .carousle-client-logo-2{
       width: 100px;
       object-fit: contain;
   }
   .carousle-client-logo-maruti{
    width: 50px;
   }
   .carousel-indicators {
    top: 70px;
}
.w-18{
    width: 100px;
}
.w-12{
    width: 70px;
}
.audit-process{
    margin-top: 100px;
}
}

