.hero-bg-grading{
    background-image: url('../assets/images/background-image.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	/* background-size: 200% 200%; */
	/* animation: gradient 10s ease infinite; */
}

/*.awards-bg{*/
/*    background-image: url('../assets/images/awards-bg.webp');*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-attachment: fixed;*/
	/* background-size: 200% 200%; */
	/* animation: gradient 10s ease infinite; */
/*}*/

/* @keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
} */

.attend-border{
	clip-path: polygon(50% 0, 100% 35%, 100% 65%, 50% 100%, 0 65%, 0 35%);
}

/* statistics */
.statistics-container{
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}

.statistics-image{
    position: absolute;
    bottom: 0;
    z-index: 1;
    opacity: 0.1;
}

.statistics-sub-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
}

.statistics-heading-container{
    margin: 0;
}

.statistics-heading{
    font-weight: 700;
    font-size: 60px;
    border: none;
    width: 524px;
}

.statistics-sub-heading{
    font-size: 20px;
    /* margin-left: 33px; */
    color: #5f5fff;
	font-weight: 500;
}

.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: 25px;
}

.statistics-number{
    font-size: 80px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 0;
    color: #5f5fff;
}

.statistics-text{
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 19px;
	/* min-width: 246px;	 */
}

@media (max-device-width: 1500px){
	.statistics-content-container{
        flex-direction: column;
        gap: 30px;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .statistics-body{
        align-items: center;
        justify-content: flex-end;
    }
}

@media (max-device-width: 992px){
	.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: 48px;
        line-height: 42px;
    }
    .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;
		flex-direction: column;
        align-items: center;
		gap: 10px;
    }
}

@media (max-device-width: 576px){
	.statistics-heading{
        color: #5f5fff;
        font-size: 1.8rem;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        padding: 20px 0;
    }
    .statistics-sub-heading{
        color: #000;
        font-size: 24px;
    }
	.statistics-text{
		min-width: unset;
		margin-top: 12px;
		text-align: center;
	}
	.statistics-number{
		font-size: 2.8rem;
	}
}