.private-section-video{
    margin-top: 115px;
    margin-bottom: 30px;
    margin-right: 10px;
    margin-left: 10px;
}
.private-section-video .banner-video{
    width: fit-content;
    margin: auto;
    background-color: #000;
}
.private-section-video .video-content{
    background-color: #000;
    padding: 15px;
}
.private-section-video .message-box{
    background-color: #858789;
    width: 100%;
    padding: 10px 10px;
}
.private-section-video .message-box img{
    max-height: 20px;
}
.private-section-video .message-box h3{
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    font-family: 'Apercu Pro Regular';
    margin-bottom: 0;
    text-align: left;
    letter-spacing: 0.2rem;
}
.private-section-video .message-box-input textarea{
    background-color: #858789;
    width: 100%;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Apercu Pro Regular';
    padding: 6px 10px;
    border: none;
    border-radius: 0;
    cursor: pointer;
}
.private-section-video .message-box input{
    background-color: transparent;
    width: 100%;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Apercu Pro Regular';
    height: 20px;
    border: none;
    padding: 0;
    cursor: pointer;
    border-radius: 0;
}
.private-section-video .message-box-input textarea:focus-visible,.private-section-video .message-box input{
    border: none;
    box-shadow: none;
    outline: none;
}
.private-section-video .message-box-input textarea::placeholder,.private-section-video .message-box input::placeholder{
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2rem;
    font-family: 'Apercu Pro Regular';
}
.private-section-video .message-box a{
    font-family: 'Apercu Pro Regular';
    margin-bottom: 0;
    color: #fff !important;
    font-size: 13px;
    font-weight: 200;
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
}
.banner-video .banner-img{
    max-height: 580px;
    width: 100%;
}
.video-btns{
    position: absolute;
    padding: 18px;
    top: 0px;
    right: 0;
    display: flex;
    gap: 16px;
    align-items: center;
}
.video-btns .live-btn{
    background-color: #E11C24;
    border: 1px solid #E11C24;
    padding: 9px 13px 9px 48px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 18px;
    position: relative;
    font-weight: 700;
    font-family: 'Apercu Pro Regular';
}
.video-btns .live-btn span{
    content: '';
    position: absolute;
    background-color: #fff;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 14px;
}
.video-btns .video-size-btn{
    background-color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    height: 37px;
    width: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-btns .video-size-btn img{
    max-height: 23px;
}
.video-slide {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.video-slide .single-thumb .range-slider__thumb[data-lower] {
    width: 0;
    visibility: hidden;
  }
  .video-slide  .single-thumb .range-slider__range {
    border-radius: 0px;
    background-color: #E11C24;
  }
.video-slide .range-slider{
    background-color: transparent;
    height: 5px;
}
.video-slide .range-slider .range-slider__thumb{
    background: #000;
    border: 2px solid #fff;
    height: 21px;
    width: 21px;
}
@media (max-width:768px){
    .video-btns{
        padding: 8px;
    }
    .video-btns .live-btn{
        padding: 6px 11px 6px 35px;
        font-size: 16px;
    }
    .video-slide .range-slider .range-slider__thumb{
        height: 16px;
        width: 16px;
    }
    .video-btns .video-size-btn{
        height: 32px;
        width: 32px;
    }
    .video-btns{
        gap: 10px;
    }
}
@media (max-width:576px){
    .message-box-input{
        margin-bottom: 10px;
    }
    .private-section-video .message-box h3{
        font-size: 14px;
    }
    .private-section-video .message-box a{
        font-size: 12px;
    }
    .private-section-video{
        margin-top: 90px;
        margin-bottom: 10px;
    }
    .private-section-video .video-content{
        padding: 10px;
    }
    .video-btns{
        padding: 8px;
    }
    .video-btns .live-btn{
        padding: 4px 11px 4px 35px;
        font-size: 14px;
    }
    .video-slide .range-slider .range-slider__thumb{
        height: 12px;
        width: 12px;
    }
    .video-btns .video-size-btn{
        height: 30px;
        width: 30px;
    }
    .video-btns{
        gap: 8px;
    }
    .video-slide .range-slider{
        height: 4px;
    }
}


/* scratch card css */
.scratch-card-container {
    text-align: center;
    margin-top: 50px;
  }
  
  .scratch-canvas {
    border: 2px solid #000;
    border-radius: 8px;
    cursor: pointer;
  }
  
  .scratched-content {
    margin-top: 20px;
  }
  
  /* Add additional styling as needed */
  