@font-face {
    font-family: 'OpenSans-Regular';
    src: url('/assets/fonts/OpenSans-Regular.ttf');
  }
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('/assets/fonts/OpenSans-Bold.ttf');
  }

.onboard-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slide-content {
    text-align: center;
    background: transparent !important;

}

.image1 {
    max-width: 100%;
    max-height: 40vh;
    margin-top: 15px;
}

.logo1 {
    max-width: 100%;
    max-height: 50px;
    margin-top: 80px;
    margin-bottom: 5px;
    width: auto;
}

.slide-buttons {
    display: flex;
    justify-content:space-between;
    margin: 20px;
}

p{
    font-size: 1.5rem;
    padding: 7px;
    font-family: 'OpenSans-Regular', Arial, Helvetica, sans-serif;
}
h1{
    font-size: 2rem !important;
    padding: 7px;
    font-family: 'OpenSans-Bold', Arial, Helvetica, sans-serif;
}

.swiper-pagination-bullet {
    width: 40px !important;
    height: 5px !important;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #7b0b0b;
    opacity: 1;
    background: rgba(207, 12, 12, 0.2);
  }
  
  .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
  }


