section.main-page-banner-bg {
        background: linear-gradient(to right, #000000 0%, #0e0909 60%, #b00000 100%);
        padding:50px 0;
    }
    .video-thumbnail {
      position: relative;
      overflow: hidden;
      border-radius: 16px;
      cursor: pointer;
      /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);*/
  }

  .video-thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
  }

  .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, rgb(0 0 0 / 82%) 0%, rgb(14 9 9 / 79%) 60%, rgb(176 0 0 / 80%) 100%);
      opacity: 0;
      transition: opacity 0.3s ease;
  }

  .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 60px;
      height: 60px;
      background: transparent;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transition: opacity 0.3s ease;
      border: 4px solid #fff;
  }

  .play-button::before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-left: 20px solid #fff;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
  }

  .video-thumbnail:hover .overlay,
  .video-thumbnail:hover .play-button {
      opacity: 1;
  }
  .event_banner_content h3 {
    font-size: 45px;
}
.event-wrapper {
    border-radius: 10px;
    overflow: hidden;
}
.event-formats .inner_content{
    min-height: 500px;
}
.title-web {
    font-size: 30px;
}
.event-wrapper {
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(to right, #000000 0%, #0e0909 60%, #b00000 100%);
    min-height: 300px;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.form_areas {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
section.get-touch-section.mb-5 {
    display: none;
}
.event_banner_content p {
    font-size: 20px;
}
.form-head h3{
    font-size:30px;
}
section.counter-cio-section {
    background: #fff;
}
.register-btn
{
    background-color: #1a1a1a;
    padding:5px 30px;
    border: none;
    border-radius: 30px;
    font-weight: 500;
    box-shadow: rgb(0 0 0 / 47%) 0px 3px 10px;
    width: 100%;
}
.register-btn:hover {
    background: #fc3031;
}
.event_banner_content {
    padding-left: 20px;
}
.key-title
{
    padding: 20px 0;
}
.akbox11 img {
    position: relative;
    right: -70px;
    z-index: 9;
}
.divider-box.ffgg {
    position: absolute;
    right: -15px !important;
    left: auto;
    top: 80px;
    z-index: 99;
}

.akbox11 {
    position: relative;
}
.key-title p {
    text-align: center;
    font-size: 22px;
    color: #e40013;
    margin-bottom: 0;
}
.subheading {
    font-size: 27px;
    font-weight: 500;
}
.head-divider {
    background: #ffffff82;
    height: 1px;
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ml-0 {
    margin-left: 0;
}
.webinar-formats .inner_content {
    min-height: 335px;
}
.akbox11:before {
    content: "";
    background: #f9f9fe;
    width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (max-width: 767px){
.akbox11 img {
    right: 0;
}
.akbox11:before{
    display: none;
}
.divider-box.ffgg {
    display: none;
}
.startup-content-box h4 br {
    display: none;
}
.divider-box.d-none
 {
    display: block !important;
}
}
