
.hero-roadMap {
  width: 100%;
  background-image: url(../img/roadmap/5472922.jpg);
  background-size: cover;
  height: 890px;
  background-attachment: fixed;
}

.cotainer-hero-roadMap {
  width: 1200px;
  margin: auto;

}

.text-hero-roadMap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  height:80vh;
}

.text-hero-roadMap>h1 {
  font-size: 70px;
  color: #3c2c4b;
  font-weight: bold;
}

.text-hero-roadMap>h1>span {
  color: #354bf3;
}


.h2-road-map .mg-auto{
  margin: auto!important;
}

.h2-road-map>h2 {
  font-size: 42px;
  color: rgb(110, 95, 34);
  font-weight: 900;
  margin-bottom: 10px;
}

.btn-roadMap>button {
  width: 190px;
  height: 50px;
  border-radius: 40px;
  border: none;
  background-color: rgb(185, 0, 0);
  color: white;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

/* =================== road map course ===================*/
.cotainer-course-roadMap {
  width: 1200px;
  margin: auto;
}

.title-course-roadMap {
  text-align: center;
  font-size: 50px;
  margin-top: 70px;
  color: dodgerblue;
}

.row-roadMap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.col-4-roadMap {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin: 0 10px;
  margin-top: 40px;
  width: 33%;
  border: 1px solid rgb(189, 189, 189);
  border-radius: 10px;
  background-color:#fff;
  overflow: hidden;
}

.col-4-roadMap:hover{
  box-shadow: 0 0 0 1px #354bf3;
}

.col-4-roadMap:hover img{
  transform: scale(1.05);
}


.header-card-roadMap {
  background-color: rgb(145, 50, 234);
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 70px;
  display: flex;
  align-items: center;
  color: white;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-family: monospace;
}

.img-course-roadMap{
  width:100%;
  height:273px;
  overflow: hidden;
}

.img-course-roadMap>img {
  width: 100%;
  height: 273px;
  object-fit: cover;
  transition: 0.5s;
}

.detail-course-roadMap {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 18px;
  color: rgb(99, 99, 99);
}

.level-course-roadMap{
  display: flex;
  border-top: 1px solid #ddd;

}

.level-course-roadMap > a{
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#3c2c4b;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  gap: 10px;
  transition: 0.5s;
}

.level-course-roadMap > a:hover{
  background-color: #354bf3;
  color: #fff;
}

.fa-circle-info{
  font-size: 25px;
  margin-top: -2px;
}

/* ========== Hover ========== */

