body{

  background-color: black;
}

.left_50 {
  width: 750px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 10%;
  border-radius: 20px;
  border-color: brown;
}
 

.owl-nav {
  position: absolute;
  top: calc(50% - 21px);
  width: 107%;
  left: -21px;
}

.owl-nav div {
  position: absolute;
  top: 50%;
  border: 1px solid #512da8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.owl-prev {
  left: 0;
  display: flex;
  background: #fff;
}

.owl-next {
  right: 0;
  display: flex;
  background: #fff;
}

.owl-prev i,
.owl-next i {
  margin: auto;
}

#owl-example .owl-item {
  box-sizing: border-box;
 /* padding: 40px; */
  text-align: center;
}

#owl-example .owl-item p {
  font-size: 16px;
} 

.mt-20{
  margin-top:10px;
}

.name{
      font-size: 16px;
          color: #5130a8;
}
 

.css-3d-text {
  font-size: 35px;
  color: #db7c00;
  font-family: "Arial Black", Gadget, sans-serif;
  text-shadow: 0px 0px 0 rgb(209,114,0),
               0px 1px 0 rgb(199,104,0),
               0px 2px 0 rgb(189,94,0),
               0px 3px 0 rgb(179,84,0),
               0px 4px 0 rgb(170,75,0),
               0px 5px 0 rgb(160,65,0),
               0px 6px 0 rgb(150,55,0),
               0px 7px 0 rgb(140,45,0),
               0px 8px 0 rgb(130,35,0),
               0px 9px 0 rgb(120,25,0),
               0px 10px  0 rgb(110,15,0),
               0px 11px 10px rgba(0,0,0,0.78),
               0px 11px 1px rgba(0,0,0,0.5),
               0px 0px 10px rgba(0,0,0,.2);
}
 

     .video-card {
      width: 320px;
      background-color: white;
      border-radius: 16px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      transition: transform 0.2s;
      text-align: center;
    }

    .video-card:hover {
      transform: scale(1.03);
    }

    .video-card video {
      width: 100%;
      height: 180px; /* Reduced height */
      object-fit: cover; /* Maintains crop */
      display: block;
    }

    .video-card .content {
      padding: 16px;
    }

    .video-card .title {
      font-size: 18px;
      font-weight: bold;
      margin: 0 0 8px;
    }

    .video-card .description {
      font-size: 14px;
      color: #555;
    }

     .large-video {
    width: 1000px;
    height: 3o00px;
  }

  

 .video-container {
    width: 100%; 
    max-width: 740px; 
}

.video-container video {
    width: 100%;
    width:500px;
    height: 500px;
}