* {
    font-family: "Inter", system-ui;
}

body {
    font-family: "Inter", system-ui;
    margin: 0;
    padding: 0;
    border: none;
}

button {
    font-family: "Inter", system-ui;
}

.grid-bg {
    z-index: -2;
    position: absolute;
}

.linear-gradient-1 {
    z-index: -1;
    position: absolute;
}

.flex {
    display: flex;
}

.space-bt {
    justify-content: space-between;
}

.flex-col {
    flex-direction: column;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: start;
}

.vertical-line {
    height: 24px;
    border: 1px solid rgb(0, 0, 0, 0.1);
}

.gap-02 {
    gap: 0.2rem;
}

.gap-05 {
    gap: 0.5rem;
}

.gap-1 {
    gap: 1rem;
}

.gap-2 {
    gap: 2rem;
}

.gap-3 {
    gap: 3rem;
}

.icon-1 {
    width: 10rem;
}

.icon-2 {
    width: 3rem;
}

.icon-3 {
    width: 2rem;
}

.icon-4 {
    width: 1rem;
}

.system-img {
    width: 30rem;
    height: 35rem;
    object-fit: cover;
    object-position: left;
    margin: 1rem 0 1rem 1rem;
    padding: 1rem 0rem 1rem 0.5rem;
    background-color: #f6f9fc;
    border-radius: 0.75rem 0 0 0.75rem;
}

.hero-box-text {
    max-width: 500px;
    margin: 0 auto;
}

#hero-h1, #hero-sub-text {
    margin: 0;
}

#hero-sub-text {
    font-weight: 400;
    letter-spacing: 1px;
}

.system-mobile {
    position: relative;
    right: -10rem;
    bottom: -7rem;
    height: 30rem;
    border-radius: 1.2rem;
    padding: 1rem 0.5rem;
    background-color: #f6f9fc;
}

.shadow-2 {
    box-shadow: inset 0 1px 1px 0 hsla(0,0%,100%,.1),0 50px 100px -20px rgba(50,50,93,.25),0 30px 60px -30px rgba(0,0,0,.3);
}

#system-gif {
    border-radius: 0.75rem;
    width: 70rem;
    margin-bottom: 5rem;
    /* mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1.0) 50%, transparent 100%); */
}

.color-black {
    color: rgb(15, 23, 42);
}

#div-system-img {
    border-radius: 0.75rem 0 0 0.75rem;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* inset: 0; */
    transition: background-color 200ms linear;

    /* backdrop-filter: blur(10px); */
    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index: 2;
    /* border-bottom: 1px solid rgb(0, 0, 0, 0.1); */
}

.absolute {
    position: absolute;
}

.-z-index-1 {
    z-index: -1;
}

.-z-index-2 {
    z-index: -2;
}

.z-index-1 {
    z-index: 1;
}

.container {
    margin: 0 auto;
    max-width: 1280px;
}

h1 {
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -2px;
}

h2 {
    font-size: 2rem;
    font-weight: 800;
}

.span-orange {
    font-weight: 800;
    color: #ff9100;
    font-size: large;
}

.hero-link {
    font-weight: 600;
}

section p, a, button {
    font-size: 1rem;
    font-weight: 600;
    color: rgb(87, 87, 87);
}

a {
    text-decoration: none;
}

.span-orange, .section-title {
    margin: 0;
}

.linear-gradient-1, .grid-bg, .colored-bg {
    width: 100%;
    height: 100vh;
    object-fit:cover;
    object-position: center;
}

.padding-tb-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.extra-padding {
    padding-top: 10rem;
}


.padding-t-section-3 {
    padding-top: 5rem;
}

.padding-t-section-2 {
    padding-top: 8rem;
    padding-bottom: 0;
}

.font-size-09 {
    font-size: 0.9rem;
}

.font-size-1 {
    font-size: 1rem;
}

.font-size-1-2 {
    font-size: 1.2rem;
}


.btn {
    padding: 1rem 0.75rem;
    border-radius: 2rem;
}

.btn-primary {
    background-color: rgb(15, 23, 42);
    color: white;
    border: 0;
}

.whatsapp-icon {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
}

#contact-modal {
    z-index: 2;
    height: fit-content;
    border-radius: 0.75rem;
}

input, textarea {
    border-radius: 0.75rem;
    padding: 0.75rem;
    border: 1px solid rgba(128, 128, 128, 0.33);
    font-family: "Inter", system-ui;
}

.entire-modal-page {
    visibility: hidden;
    position: fixed;
    inset: 0;
    background-color: rgb(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    z-index: 10;
}

#contact-form {
    padding: 0 1rem;
}

.contact-modal-header {
    padding: 0 1rem;
}

.contact-modal-header p {
    color: white;
}

#send-form-btn {
    border-radius: 0.5rem;
    text-transform: uppercase;
    background-color: #ff9100;
    color: white;
    padding: 0.5rem;
    border: 0;
    width: 100%;
}

.hr-modal {
    width: 5rem;
}

.sm-padding {
    padding: 1rem;
}
.sm-padding-lr {
    padding: 0 1rem;
}

#callback-modal, #check-modal {
    visibility: hidden;
}

.text-center {
    text-align: center;
}

.span-orange, .companies-title {
    letter-spacing: 1.2px;
}

.companies-title {
    padding-top: 1rem;
}

.section-title {
    letter-spacing: 1px;
}

.sub-section-title {
    font-size: large;
    padding-bottom: 1rem;
    letter-spacing: 1px;
}

.icon-with-back {
    background-color: #ff9100;
    padding: 1rem;
    border-radius: 0.75rem;
}

.features-grid { 
    padding-top: 5rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.app-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.app-features-grid p {
    margin-top: 0;
}


.shape-divider {
    height: 80vh;
    width: 100%;
    position: absolute;
    z-index: -1;
    background-image: url('../images/backgrounds/slant-divider.svg'), url("../images/backgrounds/radiant-gradient.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.stats-box {
    border-left: 1px solid rgb(0, 0, 0, 0.2);
    padding-left: 1rem;
}

.vertical-line-100 {
    padding: 0;
    height: 100%;
}

.stats {
    display: grid;
    border-radius: 0.75rem;
    grid-template-columns: 1fr 1fr 1fr;
}

.stats-start {
    border-radius: 0.75rem 0 0 0.75rem;
}

.stats-end {
    border-radius: 0 0.75rem 0.75rem 0;
}

.stats-box-1 {
    border: 1px solid rgb(0, 0, 0, 0.1);
}

.stats-box-1 > div {
    padding: 1rem;
}

.stats-box-1 p {
    margin: 0.5rem;
}

.stats-box-1 h2 {
    margin: 0.5rem;
}

.text-box {
    max-width: 64rem;
}

.text-box-2 {
    max-width: 45rem;
}

.font-bold {
    font-weight: 800;
    color: rgb(15, 23, 42);
}

.space-around {
    justify-content: space-around;
}

#companies-caroussel {
    padding: 5rem 0;
    gap: 10rem;
    overflow-x: scroll;
}

/* for chrome */
#companies-caroussel .testimonial-section::-webkit-scrollbar {
    display: none;
}

/* for firefox */
#companies-caroussel, .testimonial-section {
    scrollbar-width: none;
}

#companies-caroussel img {
    height: 50px;
}

.small-circle {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: rgb(15, 23, 42);
}

.testimonial-client {
    height: 60px;
    width: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-card {
    border-radius: 0.75rem;
    padding: 2rem;
    min-width: 400px;
    background-color: white;
}

.testimonial-section {
    overflow-x: scroll;
}

 .justify-self-end {
    justify-self: flex-end;
 }

.testimonial-arrows {
    padding-bottom: 0.5rem;
}

.icon-h {
    height: 2rem;
}

.quotation-mark-up {
    position: relative;
    left: -18rem;
    display: inline;
}

.quotation-mark-down {
    position: relative;
    right: -18rem;
    display: inline;
}

.testimonial-card h3 {
    font-weight: 600;
}

.justify-end {
    justify-content: flex-end;
}

.left-arrow-testimonial, .right-arrow-testimonial {
    background-color: #ff9100;
    padding: 5px;
    /* border-radius: 0.75rem; */
}

.left-arrow-testimonial {
    border-radius: 0.3rem 0 0 0.3rem;
}


.right-arrow-testimonial {
    border-radius: 0 0.3rem 0.3rem 0;
}

.yt-videos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.yt-videos > div {
    box-shadow: 0px 20px 25px -5px rgb(0, 0, 0, 0.1);
    border: 1px solid rgb(0, 0, 0, 0.1);
    height: 20rem;
    background-color: #f6f9fc;
}

.cases-link {
    color: rgb(0, 91, 176);
}

.card-yt-text {
    padding: 0 1rem 1rem 1rem;
}

.case-card {
    border-radius: 0.75rem;
}

.case-card iframe {
    border-radius: 0.75rem 0.75rem 0 0;
}

.small-chevron {
    height: 1.1rem;
}

#confirm-btn, #approve-btn, #request-btn {
    background-color: unset;
    border-bottom: 5px solid grey;
    border-top: none;
    border-left: none;
    border-right: none;
    cursor: pointer;
    width: 7rem;
}

#request-btn {
    border-color: #ff9100;
}

.imageChooseUs {
    border-radius: 0.75rem 0 0 0.75rem;
    height: 70vh;
    width: 50%;
    object-fit: cover;
}

.chooseUsBoxText {
    border-radius: 0.75rem;
    /* background: url("../images/backgrounds/pattern-randomized.svg"); */
    background-size: cover;
    /* padding-left: 2rem; */
    /* width: 50%; */
}

footer {
    padding-top: 2rem;
    padding-bottom: 1rem;
    color: white;
    background-color: rgb(15, 23, 42);
}

.contact-info-footer, .footer-link {
    color: rgb(162, 162, 162);
}

.footer-section-top {
    font-weight: 600;
}

.footer-link {
    font-weight: 500;
    font-size: 0.9rem;
}

.footer-divisor {
    border: 1px solid rgba(255, 255, 255, 0.392);

}

.menu-for-phone {
    background-color: white;
    left: 0;
    right: 0;
    position: absolute;
    padding: 1rem;
    z-index: 2;
    top: 5rem;
}

.menu-for-phone, .menu-items {
    display: none;
}

.menu-for-phone a {
    display: flex;
    align-items: center;
    color: rgb(87, 87, 87);
}

.chooseUsCard {
    max-width: 200px;
}

.let-us-start {
    max-width: 500px;
}

.contact-btn-2 {
    background-color: #ff9100;
}

.contact-btn-from-header {
    background-color: #ff9100;
    padding: 0.7rem 1rem;
    border: unset;
    /* box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.171); */
    color: #f6f9fc;
}

header.scrolled {
    background-color: rgb(15, 23, 42);
}