.video-banner-btn-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    left: 10%;
    top: 0;
    left: 10%;
    height: 100%;
}
.video-overlay{
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.50);
}
.video-banner-btn {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 38px;
    border-radius: 102px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.21);    
}
.video-banner-btn::before,
.video-banner-btn::after {
    content: '';
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.50);
    position: absolute;
    z-index: 0;
    height: 40%; /* Set height to 100% */
}

.video-banner-btn::before {
    width: 1px;
    top: 0;
    left: 50%;
}

.video-banner-btn::after {
    width: 1px;
    bottom: 0;
    left: 50%;
}
.video-banner-svg{
    position: absolute;
    z-index: 1;
    bottom: -95px;
    right: 350px;
}
.full-width {
    width: 100vw; /* full width of the viewport */
    position: relative;
    left: 50%; /* shift the div 50% to the right */
    margin-left: -50vw; /* adjust for full width */
    
  }
.lqd-bnr-bnns-h-wrap{
    flex-direction: column;
}
.lqd-bnr-bnns-h-wrap a{
    color: #FFF;
    border-color: #FFF;
    padding: 20px 40px;
    margin-bottom: 150px;
}
.lqd-bnr-bnns-h-wrap a i{
    margin-left: 10px;
}
.custom-btn:hover{
    background-color: #c4a169 !important;
}
h1.lqd-bnr-bnns-h-inner {
    font-size: 68px;
    font-weight: 600;
    max-width: 1000px;
}
.lqd-bnr-bnns-h-inner p{
    margin-bottom: 25px;
}
.video-wrap{
    height: calc(100% - 20px);
    overflow: hidden;
}
.lqd-bnr-bnns-media video {
    margin-top: -10px;
    margin-bottom: -10px;
}

.lqd-bnr-bnns-h-inner .lqd-highlight-txt::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #c4a169;
    animation: underlineOnLoad 1s ease-in-out forwards;
    animation-delay: 0.5s; /* Delay in seconds */
}
      
@keyframes underlineOnLoad {
    0% {
      width: 0%;
    }
    100% {
      width: 100%;
    }
  }
@media only screen and (max-width: 600px) {
    h1.lqd-bnr-bnns-h-inner{
        font-size:25px;
    }
}