@font-face {
    font-family: "Salesforce";
    src: url("./SalesforceSans-Light.ttf");
    font-weight: 300;
}

body{
    font-family: "Salesforce";
}

@font-face {
    font-family: "Salesforce";
    src: url("./SalesforceSans-Regular.ttf");
    font-weight: 500;
}

body{
    font-family: "Salesforce";
}

.error{
    color: red;
    font-size: 13px;
}
/* statistics */
.statistics-container{
    padding: 50px 0;
    /*overflow: hidden;*/
    position: relative;
    width: 100%;
    height: 100%;
}

.statistics-image{
    position: absolute;
    bottom: 0;
    z-index: 1;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
}

.statistics-sub-container{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
}

.statistics-heading-container{
    margin: 0;
}

.statistics-heading{
    font-weight: 700;
    font-size: 32px;
    border: none;
    width: 524px;
}

.statistics-sub-heading{
    font-size: 20px;
    /* margin-left: 33px; */
    color: #0075EB;
}

.statistics-content-container{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 100px 50px;
    margin: 0 0 0 auto;
}

.statistics-body{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    max-width: 300px;
    gap: 15px;
}

.statistics-number{
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 0;
    color: #0075EB;
}

.statistics-text{
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 19px;
}

.extra-section{
    margin: 50px 0;
    background-color: #0075EB;
    color: #fff;
}


/* @media (max-device-width: 1400px) {
    .hero-img{
        height: 50%;
    }
    .hero-heading{
        font-size: 2rem;
    }
    .hero-sub-container{
        gap: 20px;
    }
    .date-time-text{
        font-size: 24px;
    }
    .date-icon, .time-icon{
        width: 30px;
        height: 30px;
    }
} */

@media (max-device-width: 1100px) {
    .statistics-content-container{
        flex-direction: column;
        gap: 15px;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .statistics-body{
        align-items: center;
        justify-content: flex-end;
    }
}

@media (max-device-width: 992px) {
    .hero-sub-content-container{
        grid-template-columns: repeat(1,1fr);
    }
    .hero-img-container{
        display: none;
    }
    .hero-sub-container{
        align-items: center;
    }
    .hero-content-container{
        background-image: url('../assets/images/hero-main.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .hero-content-container::after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #00000050;
        z-index: 1;
    }
    .input-sub-data{
        flex-direction: column;
    }
    /* .agenda-td,
    .input-data > label{
        font-size: 1rem;
    } */
    .statistics-sub-container{
        flex-direction: column;
        justify-content: flex-start;
    }
    .statistics-heading,
    .statistics-sub-heading{
        text-align: center;
        width: 100%;
        font-size: 32px;
    }
    .statistics-number{
        font-size: 24px;
        line-height: 32px;
    }
    .statistics-sub-heading{
        font-size: 20px;
    }
    .statistics-content-container {
        flex-direction: row;
        margin: 40px auto 0;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 40px 70px;
    }
    .statistics-body{
        width: fit-content;
        justify-content: center;
        align-items: flex-end;
    }
}

@media (max-device-width: 768px) {
    .agenda-tr{
        flex-direction: column;
    }
    .agenda-td:nth-child(1),
    .agenda-th:nth-child(1){
        margin: 0;
    }
}

@media (max-device-width: 576px) {
    .hero-phone-heading{
        font-size: 1.8rem;
        font-weight: 500;
    }
    .statistics-heading{
        font-size: 1.8rem;
        font-weight: 700;
        text-align: center;
        padding: 20px 0;
    }
    .statistics-sub-heading{
        color: #000;
        font-size: 24px;
    }
}