.title {
  margin-top: 8rem;
  color: #fff;
}

.title .container {
  padding: 0 3em;
}

.title h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2px;
}

.title hr {
  margin: 1.5rem 0;
  width: 25%;
  height: 0.4vh;
  background: #ff0051;
}

.title p {
  font-size: 1.15rem;
  line-height: 1.5;
}

/* vision section */
.vision {
  margin-top: 2rem;
  color: #fff;
  text-align: center;
  padding: 2rem 0;
  margin-bottom: 2rem;
}

.ourVision {
  background-color: rgba(47, 132, 151, 0.5);
  border-radius: 20px;
  padding-top: 2em;
  padding-bottom: 3em;
  padding-left: 10em;
}

.column-about .textDescription h2 {
  margin-top: 1rem;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.column-about .textDescription hr {
  margin: 1rem 0;
  width: 40%;
  height: 0.4vh;
  background: #ff0051;
}

.column-about .textDescription p {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 1rem;
}

.column-about .textDescription ul {
  padding-left: 0;
  list-style: none;
  font-size: 1.15rem;
  line-height: 2;
}

.column-about .textDescription ul li {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
}

.column-about .textDescription ul li span {
  margin-right: 1rem;
}

.column-about .textDescription .btn {
  background: #7b153f;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  transition: 0.3s;
}

/* mission section */
.mission {
  color: #fff;
  padding: 2rem 0;
  text-align: center;
}

.ourMission {
  background-color: rgba(56, 0, 41, 0.5);
  border-radius: 20px;
  padding-top: 2em;
  padding-bottom: 3em;
  padding-right: 2.5em;
}

/* connect us */
.connect {
  color: #fff;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.connectUs {
  border-radius: 20px;
  padding: 3em 1em;
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
}

.connectUs::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: #fff;
  z-index: -1;
}

.connectUs::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: #fff;
  z-index: -2;
  filter: blur(40px);
}

.connectUs::before,
.connectUs::after {
  border-radius: 20px;
  background: linear-gradient(235deg, #fee440, #060c21, #00bcd4);
}

.connectUs .column-about hr {
  position: relative;
  z-index: 10;
  margin-top: 2rem;
  margin-bottom: 3rem;
  width: 40%;
  height: 0.4vh;
  background: #ff0051;
}

.connectUs .column-about h2 {
  position: relative;
  z-index: 10;
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 1rem;
}

.icon-connect .card {
  width: 18rem;
}
.icon-connect .card > a {
  text-decoration: none;
}

.icon-connect .card > a .icon-text {
  color: #fff;
}
.icon-connect .fa-brands {
  font-size: 7rem;
}

.icon-connect .card-body {
  margin-bottom: 2rem;
}

.icon-text {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 1rem;
  font-weight: 700;
}

/* staff */
.staff {
  color: #fff;
  text-align: center;
  padding: 2rem 1rem;
}

.dot {
  height: 15px;
  width: 15px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.ourStaff {
  background: rgba(56, 0, 41, 0.5);
  padding: 2rem 1rem;
  border-radius: 20px;
}

.staffList .card {
  position: relative;
  padding: 0;
  margin: 0 !important;
  border-radius: 20px;
  overflow: hidden;
  max-width: 280px;
  max-height: 340px;
  cursor: pointer;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.staffList .card .card-image {
  width: 100%;
  max-height: 340px;
}

.staffList .card .card-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  position: relative;
  left: 0;
  bottom: 20px;
}

.staffList .card .card-content {
  position: absolute;
  bottom: -180px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  min-height: 140px;
  width: 100%;
  transition: bottom 0.4s ease-in;
  box-shadow: 0 -10px 10px rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.staffList .card:hover .card-content {
  bottom: 0px;
}

.staffList .card:hover .card-content h4,
.staffList .card:hover .card-content h5 {
  transform: translateY(10px);
  opacity: 1;
}

.staffList .card .card-content h4,
.staffList .card .card-content h5 {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  transition: 0.8s;
  font-weight: 500;
  opacity: 0;
  transform: translateY(-40px);
  transition-delay: 0.2s;
}

.staffList .card .card-content h5 {
  transition: 0.5s;
  font-weight: 200;
  font-size: 0.8rem;
  letter-spacing: 2px;
}

.staffList .card .card-content .social-icons {
  list-style: none;
  padding: 0;
}

.staffList .card .card-content .social-icons li {
  margin: 10px;
  transition: 0.5s;
  transition-delay: calc(0.15s * var(--i));
  transform: translateY(50px);
}

.staffList .card:hover .card-content .social-icons li {
  transform: translateY(20px);
}

.staffList .card .card-content .social-icons li a {
  color: #fff;
}

.staffList .card .card-content .social-icons li a span {
  font-size: 1.3rem;
}

/* Swiper */

.swiper {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
}

.swiper-slide {
  text-align: justify;
  font-size: 1.15rem;
  padding-bottom: 2.2em;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide span {
  padding: 1em 2.5em;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

.swiper-button-next,
.swiper-button-prev {
  top: 45% !important;
}

.card-chooser {
  display: inline-block;
  position: relative;
  margin: 0px 100px;
}

.card-chooser::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.card-chooser:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -28px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-decoration: unset;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.prev {
  left: 0;
}

.car-fade {
  animation-name: car-fade;
  animation-duration: 1.5s;
}

@keyframes car-fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@supports (backdrop-filter: blur(5.5px)) {
  .ourVision {
    background: rgba(47, 132, 151, 0.45);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.5px);
    border: 1px solid rgba(47, 132, 151, 0.3);
  }

  .ourMission {
    background: rgba(56, 0, 41, 0.45);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.5px);
    border: 1px solid rgba(56, 0, 41, 0.3);
  }

  .staffList .card .card-content {
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 1199.98px) {
  .swiper-slide span {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .vision,
  .mission {
    margin-bottom: 0rem;
  }
  .ourVision {
    padding-left: 0;
  }
  .ourMission {
    padding-right: 0;
  }

  .column-about .textDescription p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .column-about .textDescription h2 {
    font-size: 2rem;
  }

  .connect {
    padding-top: 2.5rem;
  }

  .connect .column-about hr {
    margin: 2rem 0;
  }

  .container .row .col-lg-4 {
    margin: 20px 0px;
  }
  .swiper-slide span {
    padding: 1em 5em;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 35% !important;
  }
}

@media screen and (max-width: 767.98px) {
  .title p {
    font-size: 1.15rem;
  }
  .vision {
    padding: 3em 1em;
  }
  .mission {
    padding: 3em 1em;
  }

  .column-about .textDescription p {
    font-size: 1rem;
  }

  .column-about .textDescription h2 {
    font-size: 2rem;
  }

  .column-about .textDescription .btn {
    font-size: 18px;
    padding: 0.5rem 1rem;
    margin-top: 1.5rem;
  }

  .icon-connect .fa-brands {
    font-size: 5em;
  }

  .connect .column-about h2 {
    font-size: 2rem;
  }

  .connect .column-about hr {
    margin: 1.5rem 0 2rem 0;
  }
  .icon-connect .card {
    width: 12rem;
  }
  .icon-connect .icon-text {
    font-size: 1rem;
  }
  .icon-connect .fa-brands {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 575.98px) {
  .icon-connect .card {
    width: 8rem;
  }
  .connectUs {
    width: 90%;
  }
  .vision {
    padding: 1.5em 1em;
  }
  .mission {
    padding: 1.5em 1em;
  }
  .ourVision {
    padding-bottom: 1.5em;
  }
  .title p {
    font-size: 1.05rem;
  }
}
