:root {
    --gold-color: #D2AB67;
}

/*
RESET CSS
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ul, li {
    list-style: none;
}

a,
a *,
a > *,
a:before,
a:after {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

a:hover, a {
    text-decoration: none;
    text-underline: none;
}

body {
    font-family: 'Founders Grotesk'  !important;
    font-weight: 300;
    color: #474342;
}

h1,h2,h3,h4,h5 {
    font-family: 'Founders Grotesk X-Condensed' !important;
    font-weight: 700;
}

h2 {
    font-size: 80px;
    text-transform: uppercase;
    line-height: 100%;
}

/* Header */

header nav ul {
    display: flex;
    align-items: center;
}

header nav .row {
    justify-content: flex-end;
    align-items: center;
}

.primary-menu-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

header {
    padding: 30px 80px;
    background-color: #474342;
    border-image-source: linear-gradient(90deg, #C9A766 0%, #7A5E32 14%, #A38856 22%, #AD935F 23%, #D9C085 26%, #F4DC9D 29%, #FFE7A6 31%, #F8DE9D 34%, #E5C887 38%, #C9A766 43%, #C9A766 55%, #7A5E32 77%, #7E6235 79%, #8A6E40 81%, #9E8351 83%, #BBA06A 84%, #DFC68A 86%, #FFE7A6 88%, #E3C584 93%, #CFAF6E 97%, #C9A766 100%);
    border-style: solid;
    border-image-slice: 1;
    border-width: 4px;
}

header ul li a {
    color: var(--gold-color);
    font-family: "Playfair Display", serif  !important;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.header-logo {
    margin-inline: 30px;
}

header .menu-cart {
    -webkit-mask: url('/wp-content/uploads/2025/11/shop-icon.svg');
    display: inline-block;
    width: 34px;
    height: 29px;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--gold-color);
    transition: 0.3s all ease-in-out;
}

header ul li a:hover {
    color: #ffffff;
}

header .menu-cart:hover {
    background-color: #ffffff;
}

/* End header */

/* Thank you section */
#thank-you-section {
    background-image: url('/wp-content/uploads/2025/12/thank-you-hero-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 190px 390px;
    position: relative;
    overflow: hidden;
}

html body.page-template-page-thankyou header, html body.page-template-page-thankyou .site-footer {
    display: none !important;
}

#thank-you-section .container {
    position: relative; 
    z-index: 1;
}

#thank-you-section .container h1 {
    color: #474342;
    font-family: "Founders Grotesk X-Condensed" !important;
    font-size: 220px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 70%;
    margin: 0;
}

#thank-you-section .container h1 span:first-child {
    color: #D2AB67;
    font-family: "Founders Grotesk X-Condensed" !important;
    font-size: 230px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

#thank-you-section .container h1 span:last-child {
    color: #D2AB67; 
    font-family: "Founders Grotesk X-Condensed" !important;
    font-size: 160px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    position: relative;
    margin-top: -10px;
}

#thank-you-section .container p {
    color: #474342;
    font-family: "Founders Grotesk";
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 45px;
}

#thank-you-section .container p:nth-of-type(1) {
    margin-bottom: 20px;
}

#thank-you-section .container p span {
    font-weight: 700;
}

#thank-you-section::before {
    content: '';
    position: absolute;
    z-index: 0;
    background-size: 100% 50%;
    background-image: url('/wp-content/uploads/2025/12/thank-you-hero-vector-12.png');
    background-repeat: no-repeat;
    background-position: center center;
    bottom: -70px;
    left: 0;
    width: 1386.674px;
    height: 1271.208px;
    transform: rotate(0.023deg);
    top: -317px;
}

#thank-you-section::after {
    content: '';
    position: absolute;
    z-index: 0;
    background-size: 100% 50%;
    background-image: url('/wp-content/uploads/2025/12/thank-you-hero-vector-11.png');
    background-repeat: no-repeat;
    background-position: center center;
    bottom: -143px;
    left: 0;
    width: 1402px;
    height: 600px;
    transform: rotate(0.017deg);
}
/* Thank you section ends */

/* Drawing section starts */
#drawing-section h2 {
    color: #474342;
    font-family: "Founders Grotesk X-Condensed";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px; 
    text-transform: uppercase;
    margin-bottom: 57px;
}

#drawing-section h2 span {
    color: #D2AB67;
    font-family: "Founders Grotesk X-Condensed";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
}

#drawing-section p {
    color: #474342;
    font-family: "Founders Grotesk";
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px; 
    text-transform: uppercase;
}

#drawing-section .container-fluid {
    padding-left: 0px; 
    padding-right: 0px;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch; 
}

.drawing-left {
    background-image: url('/wp-content/uploads/2025/12/thank-you-drawing-left-frame.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover; 
    flex: 0 0 78%;
    padding-top: 104px;
    padding-right: 174px;
    padding-left: 129px;
    padding-bottom: 83px;
    margin-right: -20px;
    z-index: 1;
    position: relative;
}

.drawing-right {
    background-color: #FAF4EC;
    background-image: url('/wp-content/uploads/2025/12/thank-you-drawing-noise-and-texture.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
    flex: 0 0 28%;
}
/* Drawing section ends */

/* Gift section starts */
#gift-section {
    padding-top: 70px;
    padding-bottom: 70px;
    margin: 0 auto; 
}

#gift-section h2 {
    color: #474342;
    font-family: "Founders Grotesk X-Condensed" !important;
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

#gift-section h2 span {
    color: #D2AB67;
    font-family: "Founders Grotesk X-Condensed" !important;
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
}

#gift-section .gift-image {
    background-image: url("/wp-content/uploads/2025/12/thank-you-gift-krug.png");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 540px;
    height: 540px;
    max-width: 100%;
    margin: 80px auto;
}
#gift-section .gift-info {
    background-color: #F2F3F5;
    border-radius: 10px;
    padding: 12px 24px; 
}

#gift-section .gift-info p:first-child {
    color: #D2AB67;
    text-align: center;
    font-family: "Founders Grotesk" !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
    font-variant: small-caps;
    margin-bottom: 20px;
}

#gift-section .gift-info p:last-child {
    color: rgba(71, 67, 66, 0.80);
    text-align: center;
    font-family: "Founders Grotesk" !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; 
    text-transform: uppercase;
}
/* Gift section ends */

/* Highlights section starts */
#highlights-section {
    position: relative;
    z-index: 1;
    background-color: #FAF4EC;
    padding-top: 121px;
    padding-bottom: 52px;
    overflow: hidden;
}

#highlights-section::before {
    content: '';
    position: absolute;
    z-index: -1;
    background-size: 100% 50%;
    background-image: url('/wp-content/uploads/2025/12/thank-you-highlighst-vector.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 482.263px;
    height: 808.784px;
    transform: rotate(-1.664deg);
    top: -255px;
    left: -133px;
}

#highlights-section::after {
    content: '';
    position: absolute;
    z-index: -1;
    background-size: 100% 50%;
    background-image: url('/wp-content/uploads/2025/12/thank-you-highlights-vector-2.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 937.603px;
    height: 859.53px;
    bottom: -247px;
    transform: rotate(-3.24deg);
    left: 882px;
}

#highlights-section .container h2 {
    color: #474342;
    font-family: "Founders Grotesk X-Condensed" !important;
    font-size: 250px;
    font-style: normal;
    font-weight: 700;
    line-height: 70%;
    text-transform: uppercase;
    margin: 0 auto;
}

#highlights-section .container h2 span {
    color: #E21836;
    font-family: "Founders Grotesk X-Condensed" !important;
    font-size: 250px;
    font-style: normal;
    font-weight: 700;
    line-height: 250px;
    text-transform: uppercase;
}

#highlights-section .container h3 {
    color: #474342;
    font-family: Comforter !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    margin-top: 50px;
}

#highlights-section ul {
    color: #474342; 
    font-family: "Founders Grotesk" !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    text-transform: capitalize;
    list-style-type: disc !important;
    list-style-position: outside !important;
    padding-left: 20px !important;
    margin-top: 82px;
}

#highlights-section ul li {
    color: #474342;
    font-family: "Founders Grotesk" !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    text-transform: capitalize;
    display: list-item !important;
    list-style-type: disc !important;
    color: #474342;
    margin-bottom: 50px;
}
/* Highlights section ends */

/* Ritual section starts */
#ritual-section {
    background-image: url('/wp-content/uploads/2025/12/thank-you-ritual-background.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%; 
    padding-top: 119px;
    padding-bottom: 88px;
    text-align: center;
}

#ritual-section .container h2 {
    color: #474342;
    font-family: "Founders Grotesk X-Condensed" !important;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    text-transform: uppercase;
}

#ritual-section .container .ritual-image {
    margin-top: 45px;
    margin-bottom: 45px;
}

.gold-button {
    padding: 24px 10px;
    background-color: var(--gold-color);
    color: #000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    min-width: 285px;
    font-size: 24px;
    line-height: 16px;
    height: 68px;
    width: 40%;
}

.gold-button:hover {
    background-color: #000000;
    color: var(--gold-color);
}

.gold-button:hover span, #ritual-section .section-button a:hover span {
    background-color: var(--gold-color);
}

#ritual-section a:hover {
    color: var(--gold-color);
}

#ritual-section .section-button {
    margin-top: 25px;
    text-align: center;
}

#ritual-section .section-button a span {
    -webkit-mask: url('/wp-content/uploads/2025/11/solar_eye-bold.svg');
    width: 24px;
    height: 24px;
    -webkit-mask-repeat: no-repeat;
    background-color: #000000;
    -webkit-mask-size: contain;
}
/* Ritual section ends */

/* Footer */

footer {
    background-color: #474342;
    color: #ffffff;
}

.footer-top-part {
    padding: 80px 0 130px;
}

.footer-bottom-row {
    padding-block: 16px;
    background-color: #000000;
}

.footer-bottom-row .row {
    justify-content: center;
    align-items: center;
    column-gap: 15px;
}

.footer-top-part p {
    font-family: 'Founders Grotesk X-Condensed' !important;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 5px;
}

.footer-top-part ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.footer-top-part ul li {
    font-size: 16px;
}

.copyright-wrapper, .person-info {
    width: fit-content;
    padding-inline: 0;
}

.person-info {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

#footer-social-menu {
    display: flex;
    align-items: center;
    flex-direction: row;
    column-gap: 24px;
    margin-top: 24px;
}

#footer-social-menu a {
    font-size: 24px;
    color: #ffffff;
}

#footer-social-menu i {
    display: flex;
}

.person-image img {
    width: 40px;
}

footer a:hover, #footer-social-menu a:hover {
    color: var(--gold-color);
}

/* Footer ends */

/* Media query */
@media(max-width: 1350px) {
    #thank-you-section {
        padding: 190px 250px;
    }
}

@media(max-width: 1339px) {
    .drawing-left h2 span {
        display: block;
    }
}

@media(max-width: 1280px) {
    #highlights-section .container h2 {
        font-size: 150px;
        line-height: 150px;
        text-align: center;
        left: 882px;
    }

    #highlights-section .container h2 span {
        font-size: 150px;
        line-height: 150px;
    }
}

@media(max-width: 1199px) {
    #highlights-section::after {
        left: 694px;
    }
}

@media(max-width: 1139px) {
    #thank-you-section {
        padding: 190px 150px;
    }
}

@media(max-width: 1100px) {
    #highlights-section ul li {
        font-size: 28px;
        line-height: 24px;
    }

    #highlights-section::after {
        left: 557px;   
    }
}

@media(max-width: 991px) {
    #highlights-section .container {
        margin: 0px 40px;
    }

    #highlights-section::after {
        left: 433px;
    }

    #ritual-section .gold-button {
        width: 57%;
    }
}

@media(max-width: 900px) {
    #thank-you-section {
        padding-top: 190px;
        padding-bottom: 190px;
        padding-left: 100px;
        padding-right: 100px;
    }

    #thank-you-section::after {
        bottom: -146px;
    }

    #thank-you-section .container h1 {
        font-size: 100px;
        line-height: 84%;
        margin-bottom: 30px;
    }
    
    #thank-you-section .container h1 span:first-child {
        font-size: 100px;
    }

    #thank-you-section .container h1 span:last-child {
        font-size: 70px;
    }

    #thank-you-section .container p {
        font-size: 25px; 
        line-height: 28px;
    }
    
    #thank-you-section .container p span {
        font-size: 30px; 
    }
}

@media(max-width: 866px) {
    .drawing-left {
        padding-right: 80px;
        padding-left: 75px;
    }
}

@media(max-width: 767px) {
    #thank-you-section {
        padding-right: 40px;
        padding-left: 40px;
        text-align: center;
    }

    #thank-you-section .container h1 {
        font-size: 80px;
        line-height: 84%;
        margin-bottom: 30px;
    }
    
    #thank-you-section .container h1 span:first-child {
        font-size: 80px;
    }

    #thank-you-section .container h1 span:last-child {
        font-size: 55px;
    }

    #thank-you-section .container p {
        font-size: 22px; 
        line-height: 28px;
    }
    
    #thank-you-section .container p span {
        font-size: 22px; 
    }

    #gift-section .gift-image {
        background: unset;
        margin: 0px auto;
        width: unset;
        height: unset;
    }

    #highlights-section .container h2 {
        font-size: 100px;
        line-height: 100px;
    }

    #highlights-section .container h2 span {
        font-size: 100px;
        line-height: 100px;
    }

    #highlights-section .container h3 {
        font-size: 30px;
        line-height: 30px;
    }

    #highlights-section ul li {
        font-size: 26px;
        line-height: 22px;
    }

    #highlights-section::after {
        left: 305px;
    }

    #ritual-section .container h2 {
        font-size: 60px;
        line-height: 60px;
    }

    #ritual-section .gold-button {
        width: 85%;
    }
}   

@media(max-width: 730px) {
    #thank-you-section {
        padding-left: 87px;
    }
}

@media(max-width: 685px) {
    #thank-you-section::before {
        left: -161px;
    }

    #highlights-section::after {
        left: 176px;
    }

    #thank-you-section {
        padding-left: 40px;
    }

    #highlights-section .container {
        margin: unset;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media(max-width: 676px) {
    .drawing-left {
        padding-top: 80px;
        padding-left: 60px;
        padding-right: 60px;
    }

    #drawing-section .drawing-left h2 {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 40px;
    }

    #drawing-section .drawing-left h2 span {
        font-size: 60px;
        line-height: 60px;
    }

    #drawing-section .drawing-left p {
        font-size: 28px;
        line-height: 34px; 
    }
}

@media(max-width: 576px) {
    #thank-you-section {
        padding-left: 34px;
        padding-top: 119px;
        padding-right: 34px;
        padding-bottom: 171px;
        text-align: left;
    }

    #thank-you-section .container h1 {
        font-size: 96px;
        line-height: 70%;
    }

    #thank-you-section .container h1 span {
        font-size: 100px;
        line-height: 100%;
    }

    #thank-you-section .container p {
        font-size: 24px;
        line-height: 28px; 
    }

    #thank-you-section::after {
        bottom: -145px;
        left: -296px;
        transform: rotate(0.017deg);
    }

    #drawing-section .container-fluid {
        flex-direction: column;
    }

    #drawing-section .drawing-left h2 {
        font-size: 40px;
        line-height: 36px; 
    }

    #drawing-section .drawing-left h2 span {
        font-size: 40px;
        line-height: 36px;
    }

    #drawing-section .drawing-left p {
        font-size: 16px;
        line-height: 19px; 
    }

    .drawing-left {
        margin-right: 0; 
        padding-right: 33px;
        padding-left: 33px;
        padding-top: 51px;
        padding-bottom: 20px;
        background-image: url('/wp-content/uploads/2025/12/thank-you-drawing-left-frame-mobile.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%; 
        margin-bottom: -10px;  
        z-index: 1;       
        position: relative;
    }

    .drawing-right {
        flex: 0 0 28%;
        position: relative;
        min-height: 115px;
    }

    #gift-section {
        padding-bottom: 92px;
    }

    #gift-section .container h2 {
        font-size: 40px;
        line-height: 40px;
    }

    #gift-section .container h2 span {
        font-size: 40px;
        line-height: 40px; 
    }

    #gift-section .container .gift-image img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    #gift-section .gift-info p:first-child {
        font-size: 20px;
        line-height: 110%; 
        font-variant: none;
    }

    #gift-section .gift-info {
        margin-left: 34px;
        margin-right: 34px;
    }

    #gift-section .gift-info p:last-child {
        font-size: 16px;
        line-height: 18px; 
    }

    #highlights-section {
        padding: 173px 34px;
    }

    #highlights-section::before {
        width: 1200px;
        height: 834.784px;
        transform: rotate(10.336deg);
        top: -240px;
        left: -371px;
    }

    #highlights-section::after {
        width: 1500px;
        height: 827.53px;
        bottom: -365px;
        transform: rotate(0.76deg);
        left: -186px;
    }

    #highlights-section .container h2 {
        font-size: 40px;
        line-height: 40px;
    }

    #highlights-section .container h2 span {
        font-size: 40px;
        line-height: 40px;
    }

    #highlights-section .container h3 {
        font-size: 20px;
        line-height: 26px;
        margin-top: 60px;
    }

    #highlights-section .container ul {
        margin-top: 30px;
    }

    #highlights-section .container ul li {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 25px;
    }

    #ritual-section {
        background-image: url('/wp-content/uploads/2025/12/thank-you-ritual-background-mobile.png');
        padding-left: 34px;
        padding-right: 34px;
        padding-top: 99px;
        padding-bottom: 72px;
    }

    #ritual-section .container {
        padding: 0px; 
    }

    #ritual-section .container h2 {
        font-size: 40px;
        line-height: 40px;
        text-align: left;
    }

    #ritual-section .container .ritual-image img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    #ritual-section .gold-button {
        font-size: 20px;
        line-height: 20px;
        width: 98%;
    }
}

@media(max-width: 480px) {
    #highlights-section .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    #highlights-section::after {
        left: -315px;
    }
}

@media(max-width: 380px) {
    .gold-button {
        padding: unset;
    }
}

@media(max-width: 360px) {
    #thank-you-section {
        padding-left: 33px;
        padding-right: 33px;
    }

    #thank-you-section .container h1 {
        font-size: 96px; 
        line-height: 96px;
    }

    #thank-you-section .container h1 span:first-child {
        font-size: 100px;
        line-height: 100px;
    }

    #thank-you-section .container h1 span:last-child {
        font-size: 67px;
        line-height: 67px;
        margin-top: 11px;
    }

    #highlights-section::after {
        left: -349px;
    }

    #ritual-section .gold-button {
        width: 100%;
    }
}

@media(max-width: 358px) {
    #thank-you-section {
        padding-left: 30px;
        padding-right: 30px;
    }

    #thank-you-section .container h1 {
        font-size: 60px; 
        line-height: 60px;
    }

    #thank-you-section .container h1 span:first-child {
        font-size: 60px;
        line-height: 60px;
    }

    #thank-you-section .container h1 span:last-child {
        font-size: 50px;
        line-height: 50px;
        margin-top: 11px;
    }

    #ritual-section .section-button a span {
        margin-left: 10px;
    }

    #ritual-section .gold-button {
        min-width: unset;
    }
}


@media (min-width: 1441px) {
    #thank-you-section::after {
        width: 2000px;
        bottom: -149px;
    }
}