html[lang="vi"] .thanks__btn .general-title .right{
    font-family: "Montserrat";
    font-weight: 600;
}

.footer {
    display: none;
}

.thanks {
    position: relative;
    height: calc(100vh - 80px);
    overflow: hidden;
}

.thanks__img {
    width: 100%;
    height: 100%;
}

section {
    position: relative;
    width   : 100%;
    height  : 100vh;
    overflow: hidden;
}

.thanks_bubble span {
    position      : absolute;
    top           : -220px;
    background    : transparent;
    border-radius : 50%;
    pointer-events: none;
    background    : linear-gradient(180deg, #A738FF 0%, #2889FC 100%);
    animation     : animate 15s linear infinite;
    display: block;
} 

 @keyframes animate {
    0% {
        transform: translateY(0%) translateX(0%);
        opacity  : 1;
    }

    20% {
        transform: translateY(200%) translateX(30%);
    }

    50% {
        transform: translateY(500%) translateX(-30%);
    }

    70% {
        transform: translateY(700%) translateX(-30%);
    }

    90% {
        transform: translateY(900%) translateX(-30%);
    }

    99% {
    }

    100% {
        transform: translateY(1000%);
        opacity  : 0;
    }
} 

/* 15px 8.3px */
/* .thanks_bubble img:nth-child(1) {
    position: absolute;
    top: 12%;
    right: 100%;
    translate: 100%;
}

.thanks_bubble img:nth-child(2) {
    position: absolute;
    top: 8%;
    left: 22%;
}

.thanks_bubble img:nth-child(3) {
    position: absolute;
    top: 37%;
    left: 16%;
}

.thanks_bubble img:nth-child(4) {
    position: absolute;
    top: 60%;
    left: 6%;
}

.thanks_bubble img:nth-child(5) {
    position: absolute;
    top: 3%;
    left: 38%;
}

.thanks_bubble img:nth-child(6) {
    position: absolute;
    top: 7%;
    left: 61%;
}

.thanks_bubble img:nth-child(7) {
    position: absolute;
    top: 6%;
    left: 84%;
}

.thanks_bubble img:nth-child(8) {
    position: absolute;
    top: 47%;
    left: 86%;
}

.thanks_bubble img:nth-child(9) {
    position: absolute;
    top: 74%;
    left: 60%;
}

.thanks_bubble img:nth-child(10) {
    position: absolute;
    top: 90%;
    left: 77%;
}

.thanks_bubble img:nth-child(11) {
    position: absolute;
    top: 66%;
    right: 0;
}


.thanks_bubble img {
    animation: bubble 3s linear infinite;
} */

.thanks__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thanks__img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: #020202;
    mix-blend-mode: soft-light;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.thanks__content {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    color: var(--white);
}

.thanks__title {
    color: #F9F9F9;
    text-shadow: 2px 7px 7px rgba(0, 0, 0, 0.25);
    font-family: 'Renogare';
    font-size: 80px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 22px;
    text-align: center;
}

.thanks__text {
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.thanks__line {
    width: 36px;
    height: 4px;
    background-color: #2091FF;
    margin: 29px 0;
}

.thanks__email,
.thanks__phone {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.thanks__email strong {
    font-weight: 600;
    text-decoration: underline;
}

.thanks__phone {
    padding-bottom: 40px;
}

.thanks__phone strong {
    font-weight: 600;
}

.thanks__btn .general-title .right {
    width: 205px;
    height: 52px;
    z-index: 2;
    padding: 16px 25px;
}

@keyframes bubble {

    0%,
    100% {
        margin-top: -20px;
        margin-left: -10px;
    }

    25% {
        margin-left: 10px;
    }

    50% {
        margin-top: 20px;
    }
}



@media only screen and (max-width: 991px) {
    .thanks__btn .general-title .right {
        display: flex;
        max-width: 200px;
        padding: 24px;
    }

    .general-title .right {
        display: flex !important;
    }


}


@media only screen and (max-width: 576px) {
    .thanks {
        height: calc(100vh - 54px);
    }

    .thanks_bubble img:nth-child(1) {
        max-width: 50px;
        top: 3%;
        opacity: 0.75;
    }

    .thanks_bubble img:nth-child(2) {
        top: 1%;
        left: 30%;
        max-width: 24px;
        opacity: 0.6;
    }


    .thanks_bubble img:nth-child(3) {
        max-width: 9px;
        top: 49%;
        left: 7%;
    }

    .thanks_bubble img:nth-child(4) {
        max-width: 62px;
        top: 31%;
        left: 9%;
        opacity: 0.7;
    }

    .thanks_bubble img:nth-child(5) {
        max-width: 12px;
        opacity: 0.6;
        top: 9%;
        left: 55%;
    }

    .thanks_bubble img:nth-child(6) {
        max-width: 31px;
        top: 34%;
        left: 90%;
    }

    .thanks_bubble img:nth-child(7) {
        max-width: 66px;
        top: 2%;
        left: 78%;
        opacity: 0.7;
    }

    .thanks_bubble img:nth-child(8) {
        max-width: 22px;
        top: 68%;
        left: 10%;
    }

    .thanks_bubble img:nth-child(9) {
        max-width: 33px;
        top: 83%;
        left: 71%;
        opacity: 0.5;
    }

    .thanks_bubble img:nth-child(10) {
        display: none;
    }

    .thanks_bubble img:nth-child(11) {
        max-width: 44px;
    }

    .thanks__content {
        top: 47%;
    }

    .thanks__title {
        font-size: 64px;
        padding: 0;
        margin-bottom: 39px;
        text-align: center;
    }

    .thanks__text {
        font-size: 14px;
        max-width: 270px;
    }

    .thanks__line {
        width: 20px;
        height: 3px;
        margin: 13px 0;
    }

    .thanks__phone {
        padding-bottom: 36px;
    }

    .thanks__phone strong {
        font-weight: 600;
    }

    .general-title .right {
        padding: 16px 25px;
    }

    .general-title {
        padding: 0px 32px 0px;
    }

    .thanks__btn .general-title .right {
        padding: 20px;
    }
}