/**
* Template Name: Learner
* Template URL: https://bootstrapmade.com/learner-bootstrap-course-template/
* Updated: Jul 08 2025 with Bootstrap v5.3.7
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@charset "UTF-8";

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/

#stats-block h2{
  
  color: #ffb92a !important;
  
}


#stats-block {
  background: url('../../images/techno.jpg') fixed center center;
	background-size: auto;
  background-size: auto, auto;
  background-size: cover;
  color: #ffb92a !important;
  text-align: center;
  padding: 250px 0;
  font-size: 5rem;
}

.stats-title {
  font-family: Nanami-Book;
  font-size: 5rem;
  line-height: 1.33;
}

.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../../images/cta-bg.jpg") fixed center center;
    background-size: auto, auto;
  background-size: cover;
  padding: 200px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}