@font-face {
    font-family: 'Marck Script';
    src: url( "/wp-content/themes/new-landing/assets/fonts/MarckScript-Regular.ttf" );
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans';
    src: url( "/wp-content/themes/new-landing/assets/fonts/NotoSans-Regular.ttf" );
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans';
    src: url( "/wp-content/themes/new-landing/assets/fonts/NotoSans-SemiBold.ttf" );
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url( "/wp-content/themes/new-landing/assets/fonts/SourceSerifPro-SemiBold.ttf" );
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url( "/wp-content/themes/new-landing/assets/fonts/Montserrat-SemiBold.ttf" );
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Great Vibes';
    src: url( "/wp-content/themes/new-landing/assets/fonts/GreatVibes-Regular.ttf" );
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}








* {
    box-sizing: border-box;
}
body {
    width: 100%;
    height: 100%;
    min-height: 100svh;
    margin: 0;
    padding: 0;
}

.choise-roles-modal {
    display: none;
}

.livemoment {
    width: 100%;
    height: 100%;
    min-height: 100svh;
}

.main {
    width: 100%;
    min-height: 100svh;
    height: 100%;
    background-image: url('/wp-content/themes/new-landing/create-congratsnew/assets/images/bg-1920.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-left: 10%;
    padding-top: 33px;
    padding-bottom: 120px;
}

.main__content {
    margin-top: 100px;
    max-width: 634px;
}
.main__content .title {
    color: #343434;
    font-family: "Source Serif Pro";
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.main__content .title span{
    color: var(--green, #326E5B);
    text-align: center;
    font-family: "Great Vibes";
    font-size: 78px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.56px;
}

.main__content .text {
    max-width: 492px;
    color: var(--black, #444);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    margin: 0;
}

.main__content button {
    display: flex;
    height: 45px;
    padding: 16px 32px;
    margin: 32px 0 40px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: linear-gradient(0deg, #326E5B 0%, #44947B 100%);
    box-shadow: 0 2px 0 0 #0D4634;
    border: none;
    cursor: pointer;

    color: var(--white, #FFF);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.main__content button:hover {
    background: linear-gradient(0deg, #44947B 0%, #44947B 100%);
}

.main__content button:active {
    outline: 1px solid #367C66;
    background: linear-gradient(0deg, #44947B 0%, #44947B 100%);
}

.main__content button:disabled {
    opacity: 0.5;
    background: linear-gradient(0deg, #326E5B 0%, #44947B 100%);
    box-shadow: 0 2px 0 0 #0D4634;
}


.main__content ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main__content ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--black, #444);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.main__content ul img {

}

.main__content ul p {

}



.create_success_wrap {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 253px;
}
div.create_success_wrap,
div.header_info_wrap {
    padding: 0;
    width: fit-content;
    gap:16px;
}

div.create_success_wrap {
    gap: 32px;
    /* margin-top: 38px; */
    justify-content: flex-start;
    width: 100%;
}
.one-moment div.create_success_wrap {
    justify-content: center;
}
.process_create {
    width: 100%;
    height: 30px;
    padding: 2px;

    border-radius: 100px;
    border: 1px solid rgba(50, 110, 91, 0.30);
    background: rgba(255, 255, 255, 0.50);
}

.progress_words {
    color: #326E5B;
    text-align: right;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: auto;
}
.progress_wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 6px;
    align-items: center;
    border-radius: 40px;
    max-width: 550px;
    width: 100%;

    margin: 32px 0 40px;


}

.progress_bar {
    min-width: 7%;
    border-radius: 100px;
    background: linear-gradient(90deg, #326E5B 0%, #44947B 100%);
    height: 100%;
    display: flex;
    align-items: center;
}

.progress_persent {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    margin-right: 16px;
    margin-left: auto;
}










.one-moment {

    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    border-radius: 30px;
    position: relative;
    top: -15px;
    z-index: 5;
    background: #FFF;




}
.one-moment .one-moment__title {
    margin: 0;
    padding: 0;
    color: var(--Black, #444);
    text-align: center;
    font-family: "Source Serif Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.one-moment .one-moment__text {
    max-width: 618px;
    margin: 16px 0 40px;
    color: var(--Black, #444);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}
.one-moment .images {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.one-moment .images .images__block {
    position: relative;
}
.one-moment .images .images__block {
    border-radius: 15px;
}
.one-moment .images .images__block::after {
    content: attr(data-hover-text);
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);

    width: 100%;
    color: var(--Black, #444);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 22.4px */
}
.one-moment .images .images__block::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: linear-gradient(0deg, #FBF4EA 40.38%, rgba(251, 244, 234, 0.00) 90.97%);
    border-radius: 15px;

}


.one-moment button {
    display: flex;
    height: 45px;
    padding: 16px 32px;
    margin: 32px 0 40px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: linear-gradient(0deg, #326E5B 0%, #44947B 100%);
    box-shadow: 0 2px 0 0 #0D4634;
    border: none;
    cursor: pointer;

    color: var(--white, #FFF);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.one-moment button:hover {
    background: linear-gradient(0deg, #44947B 0%, #44947B 100%);
}

.one-moment button:active {
    outline: 1px solid #367C66;
    background: linear-gradient(0deg, #44947B 0%, #44947B 100%);
}

.one-moment button:disabled {
    opacity: 0.5;
    background: linear-gradient(0deg, #326E5B 0%, #44947B 100%);
    box-shadow: 0 2px 0 0 #0D4634;
}


/* .one-moment .images .images__block::after { */
    /* content: attr(data-hover-text);
}
.one-moment .images .images__block:first-child {
    content: attr(data-hover-text);
}
.one-moment .images .images__block:last-child {
    content: attr(data-hover-text);
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);

    width: 90%;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    pointer-events: none;
}
 */

.main__content ul li p {
    margin: 0;
}








@media ( width <= 1920px ) {
    .main {
        background-image: url('/wp-content/themes/new-landing/create-congratsnew/assets/images/bg-1920.jpg');
    }
}
@media ( width <= 1440px ) {
    .main {
        background-image: url('/wp-content/themes/new-landing/create-congratsnew/assets/images/bg-1440.jpg');
    }
}
@media ( width <= 1024px ) {
    .main {
        background-image: url('/wp-content/themes/new-landing/create-congratsnew/assets/images/bg-1024.jpg');
    }
}
@media ( width <= 960px ) {
    .main__logo {
        text-align: center;
        max-width: 168px;
        width: max-content;
        margin: 0 auto;
    }
    .main__logo svg {
        width: 100%;
    }
    .main {
        padding-top: 30%;
        padding-left: 0;
        padding-bottom: 0;
        background-image: url('/wp-content/themes/new-landing/create-congratsnew/assets/images/bg-720.jpg');
        background-position: top;
        background-size: contain;
        display: flex;
        justify-content: center;
        /* background-color: #FBF4EA; */
    }
    .main__content .title {
        font-size: 44px;
        text-align: center;

    }
    .main__content .text {
        font-size: 14px;
        text-align: center;
        max-width: 355px;
        margin: 0 auto;

    }
    .main__content ul {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 auto;
        padding-bottom: 40px;
        width: max-content;
    }
    .main__content button {
        margin: 24px auto 24px;
    }
    .main__content ul li p {
        font-size: 14px;
    }
    .create_success_wrap {
        margin: 0 auto;
    }

    .one-moment {
        /* margin-top: 20px; */
    }
    .one-moment .images {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .one-moment .one-moment__title {
        font-size: 24px;
    }
    .one-moment .one-moment__text {
        max-width: 340px;
        font-size: 14px;
    }
    .one-moment .images .images__block {
        max-width: 340px;
    }
    .one-moment .images .images__block img {
        width: 100%;
    }

}
@media ( width <= 770px ) {
    .main__content {
        margin: 0;
        padding-top: 280px;
    }
    .main__content .title {
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "Source Serif Pro";
        font-size: 56px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .main__content .title span {
        color: var(--green, #326E5B);
        text-align: center;
        font-family: "Great Vibes";
        font-size: 78px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1.56px;
    }
}

@media ( width <= 480px ) {
    .main {
        background-image: url('/wp-content/themes/new-landing/create-congratsnew/assets/images/bg-375.jpg');
        background-size: cover;
        padding: 0px 20px;

    }
    .main__content {
        margin: 0;
        padding-top: 85%;
    }
    .main__content .title {
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "Source Serif Pro";
        font-size: 34px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .main__content .title span {
        color: var(--green, #326E5B);
        text-align: center;
        font-family: "Great Vibes";
        font-size: 48px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1.56px;
    }
}

@media ( width <= 425px ) {
    .main {
        padding-top: 25px;
    }
}
@media ( width <= 380px ) {
    .main {
        padding: 0px 15px;
        padding-top: 20px;

    }
    .main__content {
        margin: 0;
        /* padding-top: 240px; */
    }
    .main__content .title {
        text-align: center;
        margin: 0 0 12px;

    }
}

@media ( width <= 350px ) {
    .main {
        padding: 0px 10px;
        padding-top: 15px;
    }
    .main__content {
        margin: 0;
        /* padding-top: 200px; */
    }
}