.thanks{
    background: url(../../assets/img/thanksbg.png) no-repeat center;
    background-size: cover;
    padding: 6rem 0;
}
.thanks .sectitle{
    font-family: var(--mont);
    padding: 0;
    border: none;
    margin-left: 0;
}
.thanks .sectitle::before{
    position: initial;
    bottom: unset;
    left: unset;
}
.thanks .col-lg-12 .content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.thanks .col-lg-12 .content .video{
    position: absolute;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    background-attachment: fixed;
}
.thanks .col-lg-12 .box{
    display: flex;
    padding: 10.59vh 11.40vw  10.70vh ;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 66px;
    background: var(--subtitle);
    z-index: 7;
    position: relative;
    border-width: 2px;
    border-style: solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right top,transparent,var(--beige),transparent);
}
.thanks .col-lg-12 .box .sectitle{
    display: flex;
    align-items: center;
    grid-gap:  1.875vw;
    color: var(--white);
    font-size: 34px;
   
}
.thanks .col-lg-12 .box .sectitle::before,
.thanks .col-lg-12 .box .sectitle::after{
    content: '';
    width: 5.26vw;
    height: 1px;
    background: var(--beige);
    display:inline-block;
}
.thanks .col-lg-12 .box .text{
    color: var(--white) !important;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    white-space: wrap;
}
.thanks .col-lg-12 .box .bt{
    display: flex;
    padding: 1.04vh 1.04vw;
    justify-content: center;
    align-items: center;
    gap: 14px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1.83px;
    color: var(--white);
    position: relative;
    background: var(--subtitle);
    border-width: 3px;
    border-style: solid;
    border-image-slice: 1;
    border-image-source:linear-gradient(to left,var(--beige), transparent);

}