.thankyou_background{
    background: url("/wp-content/uploads/2024/02/thankyou-scaled.webp");
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    z-index: 1;
    background-size: cover;
    width: 80%;
    padding: 30px;
    position: relative;
}

.popup-thankyou{
    justify-content: center;
    align-items: center;
}

.thankyou_left{
    max-width: 60%;
}

.thankyou_right {
    max-width: 40%;
}

.thankyou_title{
    font-family: Rubik;
    font-weight: 800;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #1C1E22;
    margin-bottom: 15px;
}

.thankyou_subtitle{
    font-family: Rubik;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #1C1E22;
    margin-bottom: 41px;
}

.thankyou_text{
    font-family: Rubik;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #1C1E22;
    margin-bottom: 48px;
}

.thankyou_social {
    display: flex;
    gap: 40px;
}

.thankyou_social_logo{
    width: 70px;
    height: 70px;
}

.thankyou_background_mobile {
    background: url("/wp-content/uploads/2024/02/backgroundmob.webp");
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    z-index: 1;
    background-size: cover;
    width: 90%;
    padding: 20px;
    position: relative;
}

.popup-thankyou_mobile{
    justify-content: center;
    align-items: center;
}

.thankyou_title_wrap_mobile {
    display: flex;
    align-items: center;
}

.thankyou_left_mobile {
    padding: 50px 0;
}

.thankyou_right_mobile {
    width: 50%;
}

.thankyou_title_mobile {
    font-family: Rubik;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #1C1E22;
    margin-bottom: 17px;
    text-align: left;
    width: 50%;
    position: relative;
}

.thankyou_image_w_mobile img{
    width: 168px;
    height: 174px;
}

.thankyou_image_w_mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
}

.thankyou_subtitle_mobile {
    font-family: Rubik;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
    color: #1C1E22;
    margin-bottom: 12px;
}

.thankyou_text_mobile {
    font-family: Rubik;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
    color: #1C1E22;
    margin-bottom: 17px;
}

.thankyou_social_mobile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 28px;
}

.thankyou_social_logo_mobile {
    width: 50px;
    height: 50px;
}

.thankyou_title_hr{
    border-top: 2px solid #2B7AE9;
    width: 52px;
    position: absolute;
    top: -8px;
    margin: 0;
}