.thank_you_section:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #0f0f0fbd;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.thank_you_des_inr {
    padding: 10px 0
}

.thank_you_ttl_inr {
    padding-top: 80px;
    text-align: center;
    font-size: 100px;
    font-weight: 600;
    animation-delay: 4s!important;
}

.thank_you_ttl_inr span {
    background: linear-gradient(120deg, #176C4A 0%, #92C904 23.71%, #afc86d 33%, #368439 48%, #abdf5b 66.82%, #91c804 104.58%, #c6e96c 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text;
    background-size: 180% auto;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    font-family: auto;
    animation: 8s fade-in-out infinite
}

@keyframes fade-in-out {
    0% {
        letter-spacing: 2px;
    }
    30% {
        letter-spacing: 0;
        filter: blur(0) opacity(1)
    }
    70% {
        letter-spacing: 0;
        filter: blur(0) opacity(1)
    }
    100% {
        letter-spacing: 2px;
    }
}

.thank_you_btn_inr {
    padding-top: 20px;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .thank_you_ttl_inr {
        font-size: 40px;
        padding-top: 10px;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .thank_you_ttl_inr {
        font-size: 50px;
        padding-top: 10px;
    }
}

@media all and (min-width: 981px) and (max-width: 1024px) {
    .thank_you_ttl_inr {
        font-size: 60px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .thank_you_ttl_inr {
        font-size: 70px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .thank_you_ttl_inr {
        font-size: 80px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}