:root {
  --bs-primary: $primary-color;
  --bs-primary-rgb: $primary-color-rgb;
  --btn-min-width: 200px;
}

.home-container .one-minute-intro .section-title {
  padding-top: 0;
}
@media screen and (max-width: 576px) {
  .home-container .one-minute-intro .section-body {
    padding: 0 12px;
  }
}
.home-container .home-service-section .image-caption.home-service-image-caption {
  text-align: center;
  top: 75%;
  font-size: 1rem;
}
.home-container .home-service-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  z-index: 1;
}
.home-container .home-service-section .home-service-card-container {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 40px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  padding: 5px 10px;
  top: 40%;
  z-index: 2;
}
.home-container .home-service-section .home-service-card-container .card {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  border: none;
  position: relative;
  max-width: 280px;
}
.home-container .home-service-section .home-service-card-container .card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 15px 10px -15px #111;
          box-shadow: 0px 15px 10px -15px #111;
  z-index: 2;
}
.home-container .home-service-section .home-service-card-container .card .content,
.home-container .home-service-section .home-service-card-container .card .count {
  padding-bottom: 5px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1100px) {
  .home-container .home-service-section .home-service-card-container .card .content,
  .home-container .home-service-section .home-service-card-container .card .count {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 576px) {
  .home-container .home-service-section {
    min-height: 600px;
  }
  .home-container .home-service-section img {
    min-height: inherit !important;
  }
  .home-container .home-service-section .image-caption.home-service-image-caption {
    top: 85%;
  }
  .home-container .home-service-section .home-service-card-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    top: 20%;
    gap: 55px;
  }
  .home-container .home-service-section .home-service-card-container .card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 50px;
  }
  .home-container .home-service-section .home-service-card-container .card .content,
  .home-container .home-service-section .home-service-card-container .card .count {
    font-size: 1.1rem;
  }
}
.home-container .news-section {
  padding: 20px 10px;
}
@media screen and (max-width: 576px) {
  .home-container .news-section {
    padding: 10px 5px;
  }
}
.home-container .news-section .news-list {
  margin: 20px auto;
}
.home-container .news-section .news-list div.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto;
  padding-bottom: 20px;
  border-bottom: 2px solid #dee2e6;
}
.home-container .news-section .news-list div.news-item:first-child {
  margin-top: 0;
}
.home-container .news-section .news-list div.news-item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home-container .news-section .news-list div.news-item .news-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-container .news-section .news-list div.news-item .news-image img {
  min-height: 120px;
  min-width: 120px;
  max-height: 120px;
  max-width: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.home-container .news-section .news-list div.news-item .news-info {
  padding-left: 20px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.home-container .news-section .news-list div.news-item .news-info .news-title h3 {
  font-size: 1rem;
  font-weight: bold;
}
.home-container .news-section .news-list div.news-item .news-info .news-date {
  font-size: 0.8rem;
  color: #6c757d;
}
.home-container .news-section .news-list div.news-item .news-info .news-content {
  max-width: 100%;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}/*# sourceMappingURL=home.css.map */