/* * {
  border: 1px hotpink solid !important;
} */

body,
html {
  overflow-x: hidden !important;
}

[data-aos="fade-right"] {
  transition-property: transform, opacity;
  transition-timing-function: ease-out;
  transition-duration: 1s;
  opacity: 0;
  transform: translate3d(100px, 0, 0);
}

[data-aos="fade-right"].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.page-title img {
  object-fit: cover;
  object-position: 0 35%;
}

.page-title p {
  color: #fdfdfd;
  text-align: right;
  font-family: Ubuntu;
  font-size: 7.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.greet {
  color: #e38800;
  font-size: 2.375rem;
  font-weight: 500;
}

.yb-title {
  color: #222121;
  font-size: 2rem;
  font-weight: 500;
}

.yb-name {
  color: #222121;
  font-size: 3rem;
  font-weight: 500;
}

.divider {
  border-bottom: 1px solid #e38800;
}

.yb-position,
.yb-mayor,
.yb-detail,
.yb-detail a {
  color: #222121;
  font-weight: 500;
  font-size: 1.5rem;
}

.ws-btn {
  background-color: #4b9f3e;
  border: 0;
}

.ws-btn:hover {
  filter: brightness(110%);
}

.wa:hover {
  filter: brightness(110%);
}

.ws-btn span {
  color: #fcfcfc;
  font-size: 1rem;
  font-weight: 500;
}

.table-org {
  /* border-bottom: 1px solid #e38800 !important; */
  position: relative;
}

.table-org::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 1px;
  margin-left: 3rem;
  background-color: #e38800;
}

.table {
  opacity: 95%;
}

.table th,
.table td {
  color: #222121;
  font-size: 24px;
  font-weight: 400;
}

.aboutme-title {
  color: #222121;
  font-size: 24px;
  font-weight: 400;
}

.aboutme-content {
  color: #464646;
  font-family: Ubuntu;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
}

.aboutme-img {
  object-position: 0 30%;
}

.card {
  width: 298px !important;
  height: 375px !important;
  background: rgba(245, 247, 248, 0.95) !important;
  transition: 0.3s ease;
}

.card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
  translate: 0 -3px;
}

.card-img-top path {
  transition: 0.3s ease;
}
.card:hover .card-img-top path {
  filter: brightness(130%);
}
.card-title {
  color: #222121;
  text-align: center;
  font-family: Ubuntu;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card-text {
  color: #750202;
  text-align: center;
  font-family: Ubuntu;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.svg-triangle-small {
  display: none;
}

.activity-photos .object-fit-cover {
  object-fit: cover !important;
  min-width: 300px !important;
  min-height: 300px;
}

.activity-photos {
  margin-left: -12px !important;
}

.owl-stage-outer {
  width: 100vw !important;
}

@media (max-width: 576px) {
  .page-title img {
    object-position: 70% 35%;
  }

  .page-title p {
    font-size: 3rem;
  }

  .cutout {
    width: 100%;
  }

  .svg-triangle {
    display: none !important;
  }

  .svg-triangle-small {
    display: block;
  }

  table {
    margin-top: 1rem;
  }

  table th,
  table td {
    font-size: 1.25rem !important;
  }

  .table-org::after {
    width: 100%;
    margin-left: 0;
  }

}

.achievements-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.achievements-carousel .owl-prev,
.achievements-carousel .owl-next {
    position: absolute;
    font-size: 24px !important;
}

.achievements-carousel .owl-prev {
    left: -40px;
}

.achievements-carousel .owl-next {
    right: -40px;
}

.achievements-carousel .owl-dots {
    margin-top: 20px;
    text-align: center;
}
