/* 
| Customize your website 
| Enter you CSS codes here
*/
body {
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", Roboto, Almarai, "Helvetica Neue", sans-serif !important;
}
.lead {
    font-size: 1.2rem !important;
    font-weight: 500 !important;
}
.bg-white {
    --bs-bg-opacity: 0;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.header .header-content .header-content-icon {
    color: #f1d8ff !important;
    -webkit-animation: bounce 2.5s infinite;
    animation: bounce 2.5s infinite;
}