* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-style: normal;
}

.back-home{
    margin-bottom:24px;
    display:block;
color:  #030304;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 133.333% */
}
.thanks-banner {
    padding-top: 186px;
    height: 110vh;
    min-height: 650px;
    background-image: url(../images/thanksbanner.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.thanks-banner-2 {
    background-image: url(../images/thanksbanner-2.png);
}


.thanks-banner-container {
    margin: 0 auto;
    width: 100%;
    max-width: 620px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.thanks-banner-container h5 {
    margin-bottom: 16px;
    padding: 12px 40px;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 7.68px;
    position: relative;
    z-index: 3;
}

.thanks-banner-container h5 span {
    position: relative;
    z-index: 1;
}

.thanks-banner-container h5::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-element.svg);
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.thanks-banner-container h1 {
    margin-bottom: 24px;
    color: var(--neutral-normal, #030304);
    font-family: Bubblegum Sans;
    font-size: 126px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.thanks-banner-container p {
    margin-bottom: 40px;
    color: var(--neutral-normal, #030304);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}



/* Award container */

.thansk-award {
    padding: 124px 0px;
    background-image: url(../images/award-bg.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.thansk-award-2 {
    background-image: none;
}

.thansk-award .Title-small {
    margin-bottom: 56px;
    color: #030304;
    text-align: center;
}

.thansk-awards-images,
.thansk-logo-images {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.thansk-awards-images {
    margin-bottom: 24px;
}

.award-img-content {
    max-width: 240px;
    width: 100%;
    height: 100%;
}

.award-img-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Offer sections */

.thanks-offers {
    padding: 124px 0;
}

.text-content {
    width: 100%;
    max-width: 620px;
    margin: 0 auto 56px;
}

.text-content.center {
    text-align: center;
}

.text-content h6 {
    margin-bottom: 20px;
    background: linear-gradient(180deg, #FFCC59 24.36%, #FF8841 80.13%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
t
.text-content h3 {
    margin-bottom: 24px;
    color: #030304;
}

.text-content p {
    color: #636363;
}

.thanks-offer-card-container {
    margin-bottom: 64px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.thanks-offer-cards {
    width: 100%;
    max-width: 396px;
    border-radius: 16px;
    border: 1px solid var(--neutral-light, #F0F0F0);
    background: var(--neutral-white, #FFF);
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.card-content h6 {
    color: #030304;
}

.card-content p {
    color: #636363;
}

.thanks-offers .button-sec {
    text-align: center;
}

/* Discount */
.thanks-discount-sec {
    padding-top: 88px;
    background-image: url(../images/discount-banner.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.thanks-discount-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.discount-img,
.thanks-heading-sec {
    width: 48%;
}

.thanks-heading-sec {
    padding-left: 92px;
}

.thanks-heading-sec.text-content p {
    color: #030304;
    margin-bottom: 40px;
}


/* MLM software */
.thanks-software {
    padding: 124px 0;
}

.thanks-software-cards,
.software-card-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}

.software-card-content {
    position: relative;
    width: 100%;
    max-width: 622px;
    padding: 24px;
    border-radius: 16px;
    overflow: hidden;
    background: url(../images/bg-small.png);
    background-size: cover;
    background-position: center;
}

.software-card-content::before {
    content: "";
    position: absolute;
    background: url(../images/image-element.png);
    width: 116px;
    height: 155px;
    right: 10px;
    background-size: cover;
    bottom: -10px;
}

.software-card-content p {
    color: #030304;
}


/* thanks-timer */

.thanks-timer {
    padding: 16px 0 88px;
    position: relative;
}

.thanks-timer::before {
    content: "";
    position: absolute;
    width: 100%;
    background-image: url(../images/offerbg.svg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    bottom: 20px;
}

.thanks-timer-sec {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}

.timer-container {
    display: flex;
    align-self: center;
    width: 100%;
}

.timer-inner {
    width: 25%;
    text-align: center;
    padding: 0 16px;
    color: #030304;
}

.timer-inner span {
    display: block;
    color: #030304;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}
.thanks-timer-sec p {
    font-size: 62px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.64px;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    color: #ff0000;
}


/* Contact us  */

.thanks-shedule-area {
    padding: 80px 0;
    display: flex;
    align-items: center;
    width: 100%;
}

.thanks-schedule-details {
    padding: 64px 48px 56px;
    border-radius: 24px;
    background-image: url(../images/bg-small.png);
    background-repeat: repeat;
    background-position: center;
    max-width: 584px;
    width: 100%;
    position: relative;
}

.thanks-schedule-details::before {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 0;
    background-image: url(../images/elment-img.png);
    background-repeat: no-repeat;
    width: 247px;
    height: 182px;
}

.schedule-heading p {
    color: #FFBD09;
    margin-bottom: 32px;
    text-align: center;
}

.schedule-heading h2 {
    text-align: center;
}

.schedule-heading {
    margin-bottom: 32px;

}

.join-now {
    margin-bottom: 40px;
    padding: 32px 0 32px 32px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 8px 16px 48px 0px rgba(36, 36, 36, 0.02);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.join-button {
    padding: 13px 17px 13px 24px;
    border-radius: 30px 0px 0px 30px;
    background: #03B8FF;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.join-button img {
    margin-left: 8px;
}


.join-for-details {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.join-card {
    display: flex;
    align-items: center;
    gap: 12px;
}


.join-details p,
.join-details a {
    color: #030304;
}

.join-details p {
    margin-bottom: 4px;
}

.thanks-form-div {
    width: 100%;
    padding-left: 62px;
}

.thanks-form-div h4 {
    color: #030304;
    margin-bottom: 32px;
}

.thanks-form-row {
    display: flex;
    width: 100%;
    gap: 24px;
    margin-bottom: 24px;
}

.thanks-form-row .form-fields {
    width: 100%;
}

.thanks-form-row .form-fields.two {
    width: calc(50% - 12px);
}

.form-fields input,
.form-fields select,
.thanks-form-row .form-fields textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #c1c1c1;
    background: #FFF;
    padding: 15px 24px;
    color: #030304;
}

.thanks-form-row .form-fields textarea {
    height: 120px;
}



.form-fields input::placeholder {
    color: #636363;
}

.form-fields input:focus,
.form-fields input:visited,
.form-fields select:focus,
.form-fields select:visited {
    border: 1px solid #303030;
}


/* Model  */
.is-body-overflow {
    overflow: hidden;
    padding-right: 17px;
}

.modal {
    position: absolute;
    z-index: 10000;
    /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible-model {
    visibility: visible;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible-model .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    position: fixed;
    z-index: 11;
    height: 100%;
    width: 100%;
}

.model-container {
    margin: auto;
    max-width: 1050px !important;
    width: calc(100% - 32px);
    height:100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.model-inner {
    position: relative;
    width: 100%;
    pointer-events: auto;
    background-color: #fffdf8;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    max-height: calc(100% - 68px);
    display: flex;
    align-items: center;
}
.model-inner-form {
    padding: 32px;
    max-width: calc(100% - 440px);
    width: 100%;
}
.model-inner-form .thanks-form-div {
    width: 100%;
    padding-left: 0;
}

.model-bg-img{
    height:100%;
    max-width: 440px;
    width: 100%;
}
.model-bg-img img {
    width: 100%;
    height: 100%;
    border-left: 1px solid #fdd36b;
}
.modal-toggle.close {
    position: absolute;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: 1;
    right: 16px;
    top: 16px;

}

@media (max-width:1440px) {

    .thansk-award,
    .thanks-offers,
    .thanks-software {
        padding: 96px 0px;
    }

    .thanks-offer-cards {
        max-width: 30%;
    }
}


@media (max-width:1200px) {
    .thansk-award .Title-small {
        margin: 0 auto 24px;
        max-width: 480px;
    }

    .award-img-content {
        max-width: 180px;
    }

    .thansk-awards-images {
        justify-content: center;
        gap: 48px;
    }

    .thanks-offer-card-container {
        margin-bottom: 48px;
    }

    .text-content {
        margin: 0 auto 48px;
    }

    .thanks-offer-cards {
        max-width: 30%;
    }

    .card-content {
        gap: 12px;
    }

    .thanks-schedule-details {
        padding: 48px 48px 48px;
    }

    .schedule-heading p {
        margin-bottom: 24px;
    }

    .schedule-heading .Title-large {
        font-size: 32px;
        line-height: 44px;
    }

    .join-now {
        margin-bottom: 40px;
        padding: 24px;
        flex-direction: column;
        gap: 36px;
    }

    .join-button {
        border-radius: 30px;
    }

}

@media (max-width:1024px) {

    .thansk-award,
    .thanks-offers,
    .thanks-software {
        padding: 72px 0px;
    }

    .text-content h3 {
        margin-bottom: 16px;
        color: #030304;
    }

    .thanks-timer::before {
        background-size: contain;
    }

    .thanks-discount-sec {
        padding-top: 64px;
    }

    .thanks-timer-sec {
        margin: 48px auto;
    }

    .text-content {
        max-width: 560px;
    }

}

@media (max-width:1023.98px) {
    .thanks-shedule-area {
        padding: 50px 0;
        flex-direction: column;
        gap: 64px;
    }

    .thanks-shedule-area {
        padding: 80px 0;
        flex-direction: column;
        gap: 64px;
    }

    .thanks-form-div {
        margin: auto;
        padding-left: 0;
        max-width: 584px;
    }
    .thanks-timer-sec p {
    font-size: 40px;
}
}


@media (max-width:768px) {
    .thanks-banner-container h5 {
        margin-bottom: 16px;
        padding: 5px 24px;
        font-size: 16px;
        line-height: 20px;
    }

    .thanks-banner-container h1 {
        font-size: 96px;
        font-weight: 400;
    }

    .thanks-banner-container p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 32px;
    }

    .thanks-offer-cards {
        max-width: 48%;
    }

    .discount-img {
        display: none;
    }

    .thanks-heading-sec.text-content {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .software-card-content {
        flex-direction: column;
        gap: 24px;
        align-items: start;
    }

    .software-card-content img {
        width: 80px;
    }

    .thanks-timer {
        padding: 16px 0 64px;
        position: relative;
    }
    .model-inner-form {
        padding: 24px;
        max-width: calc(100% - 310px);
        width: 100%;
    }
    .model-bg-img {
        max-width: 310px;
    }
    .thanks-timer-sec p {
    font-size: 32px;
}
}

@media (max-width:575.98px) {
    .thanks-banner {
        padding: 136px 0px 200px 0px;
        height: auto;
        min-height: auto;
    }

        .thanks-banner-container h1 {
        font-size: 48px !important;
    }

    .thanks-banner-container p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .thansk-award .Title-small {
        margin-bottom: 32px;
    }

    .thansk-awards-images,
    .thansk-logo-images {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px 20px;
    }

    .award-img-content {
        max-width: 140px;
    }

    .logo-img-content {
        max-width: 160px;
    }

    .thansk-award,
    .thanks-offers,
    .thanks-software {
        padding: 56px 0px;
    }

    .thanks-offer-cards {
        max-width: 100%;
    }

    .thanks-software-cards,
    .software-card-content {
        flex-direction: column;
    }

    .software-card-content img {
        width: 64px;
    }

    .timer-container {
        flex-wrap: wrap;
    }

    .timer-inner {
        width: 50%;
        padding: 0 16px 16px;
    }

    .thanks-shedule-area {
        padding: 0 0 80px;
        flex-direction: column;
        gap: 64px;
    }

    .thanks-schedule-details {
        padding: 32px;
    }

    .thanks-form-div h4 {
        color: #030304;
        margin-bottom: 18px;
    }

    .join-card .body-small-bold {
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    .thanks-form-row {
        display: flex;
        width: 100%;
        gap: 24px;
        margin-bottom: 24px;
        flex-direction: column;
    }

    .thanks-form-row .form-fields.two,
    .thanks-form-row .form-fields {
        width: 100%;
        display: block;
    }
    .model-inner-form {
    max-width: 100%;
}
    .model-bg-img {
       display:none;
    }
.is-body-overflow {
     padding-right: 0px; 
}
.modal-toggle.close {
    width: 24px;
    height: 24px;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.8em auto no-repeat;
    border: 0;
    right: 8px;
    top: 8px;
}

  
}

.loader {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background: url(../../../img/rosary_spinner.gif) 50% 50% no-repeat rgba(255, 255, 255, 0.4);
  background-size: 100px;
}