.r-img {
  height: 100%;
  display: block;
  width: -webkit-fill-available;
}

html {
  background: #000;
}

.no-padding {
  padding: 0 !important;
}

.top {
  margin-top: 50px !important;
  margin-top: 150px !important;
}

.box-content {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);

}

.columns {
  margin: 0 !important;
}

.social-links a i {
  font-size: 27px !important;
  padding: 4px;
}

span i {
  padding: 10px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/loaders/rings.svg);
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}



html,
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
}

.navbar.is-white {
  background: #f0f2f4;
}

.navbar-brand .brand-text {
  font-size: 1.11rem;
  font-weight: bold;
}

.hero-body {
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/f/f6/Plum_trees_Kitano_Tenmangu.jpg/1200px-Plum_trees_Kitano_Tenmangu.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}

.articles {
  margin: 5rem 0;
  margin-top: -200px;
}

.articles .content p {
  line-height: 1.9;
  margin: 15px 0;
}

.author-image {
  position: absolute;
  top: -83px;
  left: 41%;
  width: 150px;
  height: 150px;
  margin-left: -30px;
  border: 3px solid #ccc;
  border-radius: 50%;
}

.media-center {
  display: block;
  margin-bottom: 1rem;
}

.media-content {
  margin-top: 3rem;
}

.article,
.promo-block {
  margin-top: 6rem;
}

div.column.is-8:first-child {
  padding-top: 0;
  margin-top: 0;
}

.article-title {
  font-size: 2rem;
  font-weight: lighter;
  line-height: 2;
}

.article-subtitle {
  color: #909aa0;
  margin-bottom: 3rem;
}

.promo-block .container {
  margin: 1rem 5rem;
}

.info_contact {
  position: absolute;
  margin-top: -236px;
  padding: 7px;
  color: #fff;
  font-weight: bold;
}

.highlight__panel.js-actions-panel {
  display: none;
}

.content.article-body {
  text-align: center;
}

.main-container {
  max-width: 40%;
  margin: 0 auto;

}

@media screen and (max-width: 768px) {
  .main-container {
    max-width: 100%;
    margin: 0 auto;

  }
}



.projects .swiper {
  width: 100%;
  padding: 20px 0;
}

.projects .swiper-slide {
  display: flex;
  justify-content: center;
}

.projects .card {
  width: 400px;
  /* height: 150px; */
  /* Fixed height */
  display: flex;
  align-items: center;
  padding: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: white;
}

.projects .card-image {
  flex: 0 0 100px;
  /* Fixed image size */
}

.projects .card-image img {
  width: 100%;
}

.projects .card-content {
  flex: 1;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.projects .title {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.projects .subtitle {
  font-size: 0.9rem;
  color: gray;
  margin-bottom: 5px;
}

.projects .content {
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
}



/* Custom Arrow Colors */
.swiper-button-next,
.swiper-button-prev {
  color: #00947e !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.8;
}

/* Custom Pagination Dots */
.swiper-pagination-bullet {
  background: #00947e !important;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: #00947e !important;
  opacity: 1;
}