/*<palette >
<color name='Old-vintage-paper-with-a-glowing-center-and-grunge-vignette.-1' rgb='F2E4BB' r='242' g='228' b='186' / >
<color name='Old-vintage-paper-with-a-glowing-center-and-grunge-vignette.-2' rgb='D9C2A7' r='216' g='194' b='166' / >
<color name='Old-vintage-paper-with-a-glowing-center-and-grunge-vignette.-3' rgb='F2E2CE' r='242' g='225' b='205' / >
<color name='Old-vintage-paper-with-a-glowing-center-and-grunge-vignette.-4' rgb='F2ECE4' r='242' g='235' b='227' / >
<color name='Old-vintage-paper-with-a-glowing-center-and-grunge-vignette.-5' rgb='594A3C' r='89' g='73' b='59' / >
</palette >*/


@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');
@import url('https://fonts.cdnfonts.com/css/letter-gothic-std-2');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Lato:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Inter'); 



{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    scroll-behavior: smooth;
}

html {
    background-color: #f2ece4;
    background-image: url(../img/bg_pattern_opti.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

/*MasterHead*/

.masthead {
    min-height: 30rem;
    position: relative;
    display: table;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .masthead h1, .masthead .h1 {
        font-size: 5rem;
        margin: 0;
        padding: 0;
        font-family: 'Abril Fatface';
        text-transform: uppercase;
        letter-spacing: 5px;
        color: #594a3c;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .masthead p, .masthead .p {
        font-size: 2rem;
        margin: 0;
        padding: 0;
        font-family: 'Abril Fatface';
        text-transform: uppercase;
        color: #615142;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

@media (max-width: 576px) {
    .masthead h1, .masthead .h1 {
        font-size: 3.5rem;
        margin: 0;
        padding: 0;
        font-family: 'Abril Fatface';
    }

    .masthead p, .masthead .p {
        font-size: 2rem;
        margin: 0;
        padding: 0;
        font-family: 'Abril Fatface';
    }
}

@media (max-width: 375px) {
    .masthead h1, .masthead .h1 {
        font-size: 2.5rem;
        margin: 0;
        padding: 0;
        font-family: 'Abril Fatface';
    }

    .masthead p, .masthead .p {
        font-size: 2rem;
        margin: 0;
        padding: 0;
        font-family: 'Abril Fatface';
    }
}


/*CONTAINER*/

.container-100 {
    height: 100%;
    margin-top:15vh;
    margin-bottom: 15vh;
}

.h-75 {
    height: 75% !important;
}

.h-25 {
    height: 25% !important;
}

/*#background*/

.bg-image {
    position: fixed;
    z-index: -1;
    height: 100%;
    left: 0;
    right: 0;
    background-image: url(../../img/world_bg.png);
    background-size: 992px;
    background-repeat: repeat-x;
    background-position-y: center;
    background-attachment: fixed;
    animation: scroll 30s linear infinite;
    filter: blur(1px) brightness(90%);
}

@keyframes scroll {
    to {
        background-position: 992px, 0;
    }
}

@media (min-width: 1200px) {
    .bg-image {
        background-size: 1200px 675px;
        animation: scroll 30s linear infinite;
    }

    @keyframes scroll {
        to {
            background-position: 1200px;
        }
    }
}

@media (min-width: 1400px) {
    .bg-image {
        background-size: 1400px 788px;
        animation: scroll 30s linear infinite;
    }

    @keyframes scroll {
        to {
            background-position: 1400px;
        }
    }
}


.menu-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(217,194,167,.75);
    line-height: 50px;
    z-index: 999;
    font-size: 20px;
}

    .menu-toggle:focus, .menu-toggle:hover {
        color: #fff
    }

    .menu-toggle:hover {
        background: rgba(217,194,167,1);
    }


/*PASSPORT-CARD*/

.passport-card {
    background-image: url(../../img/passport_background_card.svg);
    border-bottom: 10px solid pink;
    border-image-source: url(../../img/passport_footer_card.svg);
    border-image-slice: 10 0;
    border-image-repeat: round;
}

.passport-card, table {
    width: 100%;
    table-layout: fixed;
}

.passport-card, table {
    width: 100%;
    table-layout: fixed;
}

    .passport-card h1 {
        font-family: 'Abril Fatface';
        font-size: 48px;
        color: #d4b863;
        text-align: center;
    }

    .passport-card h2 {
        font-family: 'Letter Gothic Std', sans-serif;
        font-size: 18px;
        color: #40475b;
        text-align: left;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        font-weight: 100;
    }

    .passport-card h3 {
        font-family: 'Letter Gothic Std', sans-serif;
        font-size: 14px;
        color: #d4b863;
        text-align: left;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        font-weight: 100;
        letter-spacing: 0px;
    }

.passport-card-divider {
    border-top: 3px solid #d4b863;
    opacity: 100;
    border-bottom: 0;
}

.passport-card-img {
    border: 5px solid #d4b863;
    margin: 15px;
}

.passport-card-img img{
    padding: 10px;
    width: 100%;
}

@media (max-width: 786px) {
    .passport-card h1 {
        font-size: 38px;
    }
}

@media (max-width: 576px) {
    .passport-card h1 {
        font-size: 32px;
    }
}

/*TIMELINE*/

.timeline {
    display: flex;
    flex-direction: column;
    width: 50vw;
    margin: 5% auto;
    margin-top:0;
}

.timeline-event {
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}

.timeline-event-title {
    font-size: 1.2rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600;
    color: #615142;
    letter-spacing: 1.5px;
    font-family: 'Abril Fatface';
}

.timeline-event-content {
    padding: 20px;
    background-image: url(../../img/passport_background_card.svg);
    background-size: cover;
}

.timeline-event-date {
    color: #f6a4ec;
    font-size: 1.25rem;
    font-weight: 600;
    white-space: nowrap;
}

    .timeline-event-date img {
        filter: invert(27%) sepia(16%) saturate(660%) hue-rotate(348deg) brightness(98%) contrast(90%);
        height: 75px;
    }

.timeline-event-icon {
    border-radius: 8px 0 0 8px;
    background: #d4b863;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 40%;
    font-size: 2rem;
    color: #9251ac;
    padding: 20px;
}

    .timeline-event-icon i {
        position: absolute;
        top: 50%;
        left: -65px;
        font-size: 2.5rem;
        transform: translateY(-50%);
    }

.timeline-event-description {
    flex-basis: 60%;
}

    .timeline-event-description p {
        font-family: 'Letter Gothic Std', sans-serif;
        color: #40475b;
        text-align: center;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        font-weight: 100;
    }

.timeline-event:after {
    content: "";
    width: 4px;
    height: 105%;
    background: #594a3c;
    position: absolute;
    top: 65%;
    left: -30px;
    z-index: -1;
}

.timeline-event:before {
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    background: #615142;
    border-radius: 100%;
    left: -3rem;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #594a3c;
}

.timeline-event:last-child:after {
    content: none;
}

@media (max-width: 786px) {
    .timeline-event {
        flex-direction: column;
    }

    .timeline-event-icon {
        border-radius: 4px 4px 0 0;
    }

    .timeline-event:after {
        top: 53%;
    }
}

/*Section-Header*/

.section-title {
    padding-top: 5%;
}

    .section-title h1 {
        font-size: 3rem;
        margin: 0;
        padding: 0;
        font-family: 'Abril Fatface';
        text-transform: uppercase;
        letter-spacing: 5px;
        color: #594a3c;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    /*https://isotropic.co/tool/hex-color-to-css-filter/
*/
    .section-title img {
        filter: invert(27%) sepia(16%) saturate(660%) hue-rotate(348deg) brightness(98%) contrast(90%);
        height: 75px;
    }

.section-title-image {
    padding-top: 1%;
}

    .section-title-image h1 {
        font-size: 3rem;
        margin: 0;
        padding: 0;
        font-family: 'Abril Fatface';
        text-transform: uppercase;
        letter-spacing: 5px;
        color: #594a3c;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-bottom: 2rem;
    }

    .section-title-image img {
        filter: invert(27%) sepia(16%) saturate(660%) hue-rotate(348deg) brightness(98%) contrast(90%);
        height: 100px;
        margin-bottom: 20px;
    }

@media (min-width: 576px) {
    .section-title h1, .section-title .h1 {
        font-size: 3.5rem;
    }

    .section-title-image h1, .section-title-image h1 {
        font-size: 2rem;
    }
}

@media (min-width: 375px) {
    .section-title h1, .section-title .h1 {
        font-size: 2.5rem;
    }

    .section-title-image h1, .section-title-image h1 {
        font-size: 2rem;
    }
}


/*MAPS*/
.map-card {
    border: 3px solid;
    border-color: #d4b863;
    padding-block: 1.5rem;
}
.map-overlay {
    top: calc(50% - 110.5px);
    left: calc(50% - 150px);
    position: absolute;
    z-index: 999;
}

    .map-overlay h3 {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #474747;
        padding-inline: 40px;
    }

.mt-n5 {
    margin-top: -3rem !important;
    border-top: 0px !important;
}

.close {
    font-size: 1rem;
    justify-content: end;
}

.close-button {
    z-index: 999;
}

    .close-button:focus {
        box-shadow: none !important;
        z-index: 999;
    }

.h-map-body {
    max-height: calc(100% - 230px);
    height: 600px;
}
}

.h-map-header {
    max-height: 230px;

}

/*RSVP-Bording-Pass*/

.boarding-card {
    border: 0px;
    box-shadow: 5px 5px 10px rgba(89, 74, 60, 1);
    /*    background: #fefef3;*/
    padding-block: 1.5rem;
    background-image: url(../../img/passport_background_card.svg);
    border-bottom: 10px solid;
    border-top: 10px solid;
    border-image-source: url(../../img/passport_footer_card.svg);
    border-image-slice: 10 0;
    border-image-repeat: round;
}

.boarding-card-header {
    border-bottom: 0px;
    background-color: transparent;
}

    .boarding-card-header h1 {
        font-family: lato;
        text-transform: uppercase;
        font-size: 2rem;
        margin-bottom: 0px;
        font-weight: 800;
        line-height: 1.5;
        color: #384056
    }

    .boarding-card-header img {
        filter: invert(21%) sepia(7%) saturate(2484%) hue-rotate(186deg) brightness(97%) contrast(86%);
    }


@media (max-width: 992px) {
    .boarding-card-header h1 {
        font-size: 1.5rem;
    }
}


.boarding-card-header img {
    margin-right: 25px;
}

.boarding-card-body {
    border-top: 0 !important;
}

    .boarding-card-body h1 {
        font-family: lato;
        font-size: 1.75rem;
        margin-bottom: 0px;
        font-weight: 800;
        line-height: 1.5;
        color: #384056
    }

    .boarding-card-body h3 {
        font-family: lato;
        font-size: 15px;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 0px;
        line-height: 30px;
        padding-top: 0px;
        margin-bottom: 0px;
        color: #474747;
    }

.boarding-card-body-form:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: rgba(89, 74, 60,.25);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(89, 74, 60,.25);
}

.boarding-card-body-form {
    font-family: lato;
    font-size: 13px;
    text-transform: uppercase;
}

.boarding-card-divider {
    background-image: linear-gradient(to right, #333 50%, rgba(255, 255, 255, 0) 20%);
    background-size: 21px 2px;
    background-position: bottom;
    background-repeat: repeat-x;
    height: 1.5rem;
}

/*LOG-IN*/

.login {
    height: 100vh;
}

.login img {
    height: 150px;
}


/*RSVP*/

.rsvp-card-header {
    background-color: #fff;
    border-bottom-width: 0;
    display: inline-block;
    position: relative;
}

    .rsvp-card-header:after {
        position: absolute;
        content: '';
        border-bottom: 1px solid #d2d7da;
        width: 90%;
        transform: translateX(-50%);
        bottom: -10px;
        left: 50%;
    }

.rsvp-card-body {
    background-color: #fff;
}

rsvp-card-body-row {
    display: inline-block;
    position: relative;
    padding:10px;
}


.rsvp-card-body-row + *:before {
    position: relative;
    content: '';
    border-bottom: 1px dashed #d2d7da;
    width: 80%;
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    margin-block: 10px;
}

.rsvp-card-header + .rsvp-card-body{
    border-top: 0;
}

.rsvp-card h1 {
    font-family: lato;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 0px;
    font-weight: 800;
    line-height: 1.5;
    color: #594a3c;
}
.rsvp-card h2 {
    font-family: lato;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: normal;
    line-height: 1.5;
    color: #594a3c;
}

.rsvp-card h5 {
    font-family: 'Inter';
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #594a3c;
    margin-top: 8px;
    margin-bottom: 2px;
}

.rsvp-card-badge h5 {
    margin-top: 2px;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .rsvp-card h5 {
        text-align: center;
    }
    .rsvp-card-badge h5 {
        text-align: center;
    }
}

.rsvp-card-question {
    font-family: 'Inter';
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #594a3c;
    margin-top: 5px;
    margin-bottom: 5px;
}


    .rsvp-card p {
        margin-top: 0;
        margin-bottom: 0;
    }

    .rsvp-card-divider {
        margin-top: .75rem;
    }

.rsvp-answer-wrapper {
    width: 100%;
    padding: 20px 15px;
}
/*RSVP-Radiobutton*/

.rsvp-radio-button-wrapper {
    display: inline-flex;
    background: #fff;
    height: 85px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
}

    .rsvp-radio-button-wrapper .option {
        background: #fff;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin: 0 10px;
        border-radius: 5px;
        cursor: pointer;
        padding: 0 10px;
        border: 2px solid rgba(97, 81, 66, 0.75);
        transition: all 0.3s ease;
    }

        .rsvp-radio-button-wrapper .option .dot {
            height: 20px;
            width: 20px;
            background: #d9d9d9;
            border-radius: 50%;
            position: relative;
        }

            .rsvp-radio-button-wrapper .option .dot::before {
                position: absolute;
                content: "";
                top: 4px;
                left: 4px;
                width: 12px;
                height: 12px;
                background: #d4b863;
                border-radius: 50%;
                opacity: 0;
                transform: scale(1.5);
                transition: all 0.3s ease;
            }

input[type="radio"] {
    display: none;
}

.rsvp-radio-button-wrapper .option span {
    font-size: 14px;
    color: #808080;
    font-family: 'Inter';
    text-transform: uppercase;
    font-weight: 500;
    color: #594a3c;
}

#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2 {
    border-color: #d4b863;
    background: #d4b863;
}

    #option-1:checked:checked ~ .option-1 .dot,
    #option-2:checked:checked ~ .option-2 .dot {
        background: #fff;
    }

        #option-1:checked:checked ~ .option-1 .dot::before,
        #option-2:checked:checked ~ .option-2 .dot::before {
            opacity: 1;
            transform: scale(1);
        }


#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span {
    color: #fff;
}

/*aaa*/

#PlusOneYes:checked:checked ~ .PlusOneYes,
#PlusOneNo:checked:checked ~ .PlusOneNo {
    border-color: #d4b863;
    background: #d4b863;
}

    #PlusOneYes:checked:checked ~ .PlusOneYes .dot,
    #PlusOneNo:checked:checked ~ .PlusOneNo .dot {
        background: #fff;
    }

        #PlusOneYes:checked:checked ~ .PlusOneYes .dot::before,
        #PlusOneNo:checked:checked ~ .PlusOneNo .dot::before {
            opacity: 1;
            transform: scale(1);
        }

#PlusOneYes:checked:checked ~ .PlusOneYes span,
#PlusOneNo:checked:checked ~ .PlusOneNo span {
    color: #fff;
}


#NeedsHotelYes:checked:checked ~ .NeedsHotelYes,
#NeedsHotelNo:checked:checked ~ .NeedsHotelNo {
    border-color: #d4b863;
    background: #d4b863;
}

    #NeedsHotelYes:checked:checked ~ .NeedsHotelYes .dot,
    #NeedsHotelNo:checked:checked ~ .NeedsHotelNo .dot {
        background: #fff;
    }

        #NeedsHotelYes:checked:checked ~ .NeedsHotelYes .dot::before,
        #NeedsHotelNo:checked:checked ~ .NeedsHotelNo .dot::before {
            opacity: 1;
            transform: scale(1);
        }

#NeedsHotelYes:checked:checked ~ .NeedsHotelYes span,
#NeedsHotelNo:checked:checked ~ .NeedsHotelNo span {
    color: #fff;
}
/*RSVP-FROM*/

.rsvp-form:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: rgba(89, 74, 60,.25);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(89, 74, 60,.25);
}

.rsvp-form {
    font-family: 'Inter';
    font-size: 14px;
    text-transform: uppercase;
    color: #594a3c;
}

    .rsvp-form option {
        font-family: 'Inter';
        font-size: 14px;
    }

    .invalid {
        outline: 2px solid #e50000 !important;
    }

        .invalid:focus {
            color: var(--bs-body-color);
            background-color: var(--bs-body-bg);
            border-color: rgba(89, 74, 60,.25);
            outline: 0 !important;
            box-shadow: 0 0 0 .25rem rgba(229, 0, 0, .5);
        }

.validation-message {
    padding-block: 5px;
    color: #e50000;
}

.rsvp-drawer-header {
    font-family: 'Inter';
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #594a3c;
    margin-top: 5px;
}

.rsvp-drawer-body {
    font-family: 'Inter';
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #594a3c;
}

.step .step-header .step-item-header .step-line {
    background-color: lightgray;
}

    .step .step-header .step-item-header .step-line::after {
        background-color: var(--bb-step-item-line-bg);
    }
.step {
    --bb-step-item-header-height: 20px;
}

/*NAVMENU-OFFCANVAS*/

.nav-offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 1rem 1rem;
}

.nav-offcanvas-btn {
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(217,194,167,.75);
    line-height: 50px;
    z-index: 999;
    font-size: 20px;
}


.nav-offcanvas .drawer-body {
    background: #594a3c;
    opacity: 0.95;
}

.nav-sidebar {
    overflow: hidden;
    transition: all .3s;
    display: flex;
}

.nav-menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 2rem;
}

    .nav-menu li {
        color: rgba(255,255,255,0.75);
        display: flex;
        align-items: center;
        flex: 1 0 auto;
/*        padding-block: 1.5rem;
*/        border-top: 1px solid rgb(255, 255, 255,0.75);
        font-size: 1rem;
    }

    .nav-menu li:focus {
        background:red;
    }
    
    .nav-menu li:first-child {
        border-top: 0px solid;
    }

.nav-link {
    padding-block: 1.5rem;
    width: 100%;
}

    .nav-link:focus {
        
    }

    .nav-link:hover {
        color: #d4b863;
    }


 /*Gallery*/

/* Style the Image Used to Trigger the Modal */
.gallery-img {
    border-radius: 2px;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
}

    .gallery-img:hover {
        opacity: 0.75;
    }

/* The Modal (background) */
.gallery-modal {
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.show-gallery-modal {
    display: block;
}

.hide-gallery-modal {
    display: none; /* Hidden by default */
}

/* Modal Content (Image) */
.gallery-modal-content {
    margin: auto;
    display: block;
    padding: 1rem;
    max-height: 75vh;
    max-width: 100vw;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.gallery-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .gallery-close:hover,
    .gallery-close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .gallery-modal-content {
        width: 100%;
    }
} 

/*Footer*/

/*.footer {
    margin-top: 5rem;
    display: block;
}
*/
.layout-gotop {
    --bb-gotop-widht: 50px;
    --bb-gotop-height: 50px;
    font-size: xx-large;
    color: #d4b863;
    text-decoration: none;
    z-index: 999;
    --bb-gotop-bg: rgb(255, 255, 255);
    border: 3px solid;
}

    .layout-gotop:hover {
        color: #594a3c;
    }

    footer .container-fluid {
        padding-inline: 5rem;
    }

footer {
    padding-top: 5rem;
    padding-bottom: 1rem;
}


footer span.fa-heart {
    color: #ff415c;
    font-size: 18px;
    margin: 0 2px;
}

footer p {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 200;
    color: #594a3c;
}