.bg_bottom_inside_divider {
    background-image: url(/static/assets/images/bgdown.svg);
    background-size: 100% 100px;
    bottom: 0;
    height: 100px;
    z-index: 1;
    transform: scale(1,1);
    margin-top: -100px;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
  }

.background-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  #bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-55%) translateY(-50%);
  }
  
  .vd-content {
    position: absolute;
    top: 70%;
    left: 30%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    color: #fff;
    z-index: 1;
  }
  
  .vd-content h1 {
    font-size: 3em;
  }
  
  .vd-content p {
    font-size: 1.5em;
  }

  .video-overlay{

    background-color: rgba(0, 0, 0, 0.5);
    height: inherit;
  }

  .video-overlay .btn-success{
    background-color: #01A5D6;
  }

  .video-overlay .btn-success:hover{
    background-color: #000;
  }

  #image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the container */
    z-index: -10; /* Ensure the image is above the video */
}

.card-title{
  border-bottom: 1px solid rgba(0, 0, 0, 0.175) !important;
  padding-bottom: 10px !important;
}

.tox-promotion {
  display: none !important;
}