﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family: "Dosis";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0px;
}

img {
  max-width: 100%;
}

.text-info {
  color: #9cc7c0 !important;
}

.top-bar {
  background-color: #9cc7c0;
  padding: 5px 0;
  font-size: 14px;
}

.top-bar a {
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
}

.navbar-brand img {
  height: 40px;
}

.btn-custom {
  background-color: #9cc7c0;
  border-radius: 20px;
  padding: 8px 15px;
  color: white;
  text-decoration: none;
}

.btn-custom:hover {
  background-color: #86b0a9;
}

.step-box {
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.step-box span {
  position: absolute;
  top: -10px;
  left: -10px;
  background: white;
  color: black;
  font-weight: bold;
  border: 2px solid #ddd;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-register {
  background-color: #9cc7c0;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: bold;
}

.btn-register:hover {
  background-color: #9cc7c0;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: bold;
}

.bg-box-1 {
  background-color: #ff6582 !important;
}

.bg-box-2 {
  background-color: #9ace40 !important;
}

.bg-box-3 {
  background-color: #e35fde !important;
}

h5 {
  font-size: 18px;
  color: #666666;
  line-height: 24px;
  text-align: left;
}

h1 {
  font-weight: bold;
}

.course-badge {
  position: absolute;
  background: #17a2b8;
  width: 130px;
  top: 210px;
  right: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
  border-radius: 30px 0px 0px 30px;
  text-transform: uppercase;
  text-align: center;
}

.free {
  background-color: #94cac5 !important;
}

.testimonial {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  color: white;
  max-width: 600px;
  margin: auto;
}

.testimonial img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid white;
}

.carousel-control-prev,
.carousel-control-next {
  filter: invert(1);
}

.media-gallery {
  padding: 1rem;
}
.media-gallery .item {
  padding: 0.25rem;
  border: 1px solid;
  height: 100%;
  border-radius: 0.25rem !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.media-gallery .item .bg-image {
  height: 125px;
  border-radius: 0.25rem !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.media-gallery .item .file-name {
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
