.bd-placeholder-img {
      font-size: 1.125rem;
      text-anchor: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
    }

    @media (min-width: 768px) {
      .bd-placeholder-img-lg {
        font-size: 3.5rem;
      }
    }

    .bg-blue {
      background-color: #0000ff;
    }

    .bg-aqua {
      background-color: #00ffff;
    }

    .bg-pink-50 {
      background-color: #ffebcd;
    }

    .bg-primary-50 {
      background-color: rgb(red, green, blue);
    }

    .bg-primary-50 {
      --tw-bg-opacity: 1;
      background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }

    #video-section {
      position: relative;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
    }

    .video-wrapper {
      position: relative;
      overflow: hidden;
    }

    video {
      position: relative;
      width: 100%;
      height: auto;
      display: block;
    }

    .video-caption {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #fff;
    }

    .embed-responsive-item {
      width: 100%;
      height: 350px;
    }
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.feature-col {
  border: 1px solid #ccc; /* Add border */
  padding: 10px; /* Add padding for spacing */
  margin-bottom: 10px; /* Add margin for spacing */
  height: 300px; /* Set a fixed height */
  overflow: auto; /* Add overflow to enable scrolling if content exceeds fixed height */
}
@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
