body {
    font-family: "Galada", cursive;
    font-family: "Roboto", sans-serif;
}
.my-r-title-box {
    padding: 1rem 0;
}
.my-register-box {
    border-radius: 30px;
    background: #9181676b;
}
.register-logo {
    margin: 25px auto;
}
.my-mx-register {
    /* max-width: 100%; */
}
.register-title h2 {
    font-size: 17px;
    color: #ffffff;
    font-family: "Playfair Display";
    letter-spacing: 1px;
    font-style: normal;
    font-weight: normal;
}
.register-title h2 span {
    font-size: 22px;
    color: #dab674;
    font-family: "Playfair Display";
}
.register-title p {
    display: inline;
    font-size: 40px;
    font-family: Galada;
    font-weight: bold;
    color: #ef3842;
}
.register-title {
    margin: auto;
    text-align: center;
    width: 95%;
    margin-bottom: 20px;
}
.btn-register1 {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 25px auto 0px;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.my-mx-auto {
    margin-left: auto;
    display: inline-flex;
}
.my-r-pr {
    padding-right: 30px;
}
.r-btn {
    background: linear-gradient(114.95deg, #e6bb7a 15.88%, #ffdd9c 57.46%);
    box-shadow: 0px -3px 4px 1px rgba(170, 170, 170, 0.3), 0px 4px 6px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    min-width: 100px;
    padding: 8px 15px;
    color: #202020;
    text-align: center;
    font-weight: 100;
}
.r-btn.landing {
    background: rgba(89, 81, 68, 0.3);
    mix-blend-mode: screen;
    box-shadow: 0px 4px 9px 3px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px) contrast(100%);
    -webkit-backdrop-filter: blur(3px) contrast(100%);
    border-radius: 161px;
    color: #fff;
    border: 1px solid #dab674;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: normal;
    font-weight: lighter;
}
.my-pb-12 {
    padding-bottom: 12em;
}
.my-register-box h5 {
    text-align: center;
    color: #dab674;
}
.my-r-nav .nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: 600;
}
.r-subt-box h5 {
    color: #dab674;
    padding: 0.5rem;
    /* background: linear-gradient(180deg, #ef3842 0%, #fd5b64 100%); */
    border-radius: 30px;
    font-weight: bold;
    font-size: 24px;
}
.r-color-btn {
    background: #ef3842;
    background: linear-gradient(180deg, #ef3842 0%, #fd5b64 100%);
    color: #fff;
}
.r-next-btn {
    text-align: right;
}
.r-next-btn a:not([href]):not([tabindex]),
.btn.r-color-btn,
.btn.btn-outline-secondary {
    width: 100%;
    padding: 10px 5%;
    height: 40px;
    font-size: 16px;
    background: rgba(89, 81, 68, 0.3);
    mix-blend-mode: screen;
    box-shadow: 0px 4px 9px 3px rgb(0 0 0 / 30%);
    backdrop-filter: blur(3px) contrast(100%);
    -webkit-backdrop-filter: blur(3px) contrast(100%);
    border-radius: 161px;
    color: #fff;
    border: 1px solid #dab674;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: normal;
    font-weight: lighter;
}
.btn.btn-outline-secondary {
    width: 90px;
}
.r-inner-box {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 20px;
}
.r-form-color {
    background: #fbfbfb;
    border: 1px solid #d9d9d9;
    box-shadow: 3px 3px 14px -3px rgb(0 0 0 / 10%);
    border-radius: 30px;
}
.register-info .form-control {
    background: #fbfbfb;
    border: 1px solid #e6bb7a;
    box-shadow: 3px 3px 14px -3px rgb(0 0 0 / 10%);
    border-radius: 30px;
    font-size: 15px;
    font-weight: 300;
}
.r-f-logo {
    width: 80%;
}

.r-3d-bg {
    background: url(../assets/molarisa/img/mnlsbg.jpg) no-repeat center bottom;
    background-size: cover;
    background-repeat: repeat-y;
    min-height: 100vh;
}
.testing .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #d9d9d9;
    border-color: #fbfbfb;
    box-shadow: 0px -3px 3px 1px rgb(7 9 21 / 20%);
}
.r-bckhome-btn-top {
    margin: 0;
    min-height: 70px;
    background-color: #ffffff;
}
.ri-btn {
    text-align: right;
}
.ri-btn .r-color-btn {
    background: linear-gradient(114.95deg, #e6bb7a 15.88%, #ffdd9c 57.46%);
    box-shadow: 0px -3px 4px 1px rgb(170 170 170 / 30%), 0px 4px 6px rgb(0 0 0 / 25%);
    border-radius: 100px;
    color: #000;
    margin: 0 5%;
    height: 36px;
    font-size: 16px;
    width: fit-content;
    padding: 4px 5%;
}
.my-guests-card {
    max-width: 410px;
    margin: 0 auto;
}

/* Style error validation message*/
.error {
    color: red;
}

.agreement {
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
    padding: 0.75rem;
    max-height: 85vh;
}

.header {
    font-weight: 700;
    text-decoration: underline;
}

.paragraph {
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.5;
    font-weight: 450;
}

.sub-list {
    counter-reset: list;
}

.sub-list > li {
    list-style: none;
    position: relative;
}

.sub-list > li:before {
    counter-increment: list;
    content: "(" counter(list, lower-alpha) ") ";
    position: absolute;
    left: -1.7em;
}

.display-block {
    display: block;
}

.signature-pad {
    width: 100%;
    border: 1px solid #e5e5e5;
}

.nav-fill .nav-link.active.register-tab-active {
    font-weight: 600;
}
.my-pt-3 {
    padding-top: 30px;
}
.btn-submit {
    color: black;
    border-radius: 10px;
    background-color: #fbcc34;
    border-color: #8b878d;
}
.logo-register {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logo-register img {
    /* width: 300px; */
}
#rtab-opt .nav-item {
    width: fit-content;
    flex: inherit;
    padding: 0 5px;
}
#rtab-opt .nav-item a {
    opacity: 0.5;
    width: 175px;
    padding: 10px 0px;
    margin: 10px 0;
    background: rgba(89, 81, 68, 0.3);
    mix-blend-mode: screen;
    box-shadow: 0px 4px 9px 3px rgb(0 0 0 / 30%);
    backdrop-filter: blur(3px) contrast(100%);
    -webkit-backdrop-filter: blur(3px) contrast(100%);
    border-radius: 161px;
    color: #fff;
    border: 1px solid #dab674;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: normal;
    font-weight: lighter;
}
#rtab-opt .nav-item a.active {
    opacity: 1;
    color: #fff;
}
.my-register-box .tab-content {
    background: none;
    border: none;
}
.my-register-box .card-body {
    color: #fff;
    padding: 20px 20px;
}
.hr-gold-line {
    margin: 0 15px;
    border: 1px solid #ffffff;
    margin-bottom: 20px;
}
.tab-content .r-subt-box.tab-pane {
    padding: 0;
}
.card-paper {
    position: absolute;
    z-index: 2;
    margin: 10% auto;
    /* background: rgba(89, 81, 68, 0.3); */
    /* box-shadow: 0px 4px 9px 12px rgba(0, 0, 0, 0.3); */
    /* backdrop-filter: blur(3px) contrast(100%); */
    /* -webkit-backdrop-filter: blur(3px) contrast(100%); */
    /* border-radius: 30px; */
    /* padding: 15px; */
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    justify-content: space-evenly;
    /* border: 1px solid; */
}
.myboat-layer {
    position: absolute;
    bottom: 14%;
    left: 28%;
    z-index: 2;
}
.bird-layer {
    position: absolute;
    bottom: -118px;
    right: 20%;
    z-index: 2;
}
.leaf-layer {
    position: absolute;
    top: -149px;
    left: -274px;
    z-index: 1;
}
.card-paper .top-border,
.card-paper-bg .top-border {
    position: absolute;
    top: -11px;
    left: -11px;
    z-index: 1;
}
.card-paper .bottom-border,
.card-paper-bg .bottom-border {
    position: absolute;
    bottom: -11px;
    right: -11px;
    z-index: 1;
}
.myboat-layer img,
.bird-layer img,
.leaf-layer img {
    width: 100%;
}
.gradian-line {
    background: linear-gradient(
        #d9be8d 0% rgba(50, 40, 21, 0.6) 20.83% rgba(0, 0, 0, 0) 50.52% rgba(50, 40, 21, 0.75) 72.92%
            rgba(217, 190, 141, 0.86) 100%
    );
}
.card-paper-bg {
    position: absolute;
    z-index: 1;
    margin: 9% auto;
    background: rgba(89, 81, 68, 0.3);
    box-shadow: 0px 4px 9px 12px rgb(0 0 0 / 30%);
    backdrop-filter: blur(3px) contrast(100%);
    -webkit-backdrop-filter: blur(3px) contrast(100%);
    border-radius: 30px;
    padding: 15px;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 39%;
    justify-content: space-evenly;
    border: 1px solid;
}
@media screen and (max-width: 1500px) {
    .r-3d-bg {
        background: url(../assets/molarisa/img/mnlsbg.jpg) no-repeat center bottom;
        background-size: cover;
    }
    .leaf-layer {
        top: -146px;
        left: -169px;
        width: 32%;
    }
    .myboat-layer {
        bottom: 180px;
        left: 24%;
    }
    .bird-layer {
        bottom: -50px;
        right: 18%;
    }
    .card-paper {
        width: 40%;
    }
}
@media screen and (max-width: 1366px) {
    .leaf-layer {
        top: -86px;
        left: -139px;
        width: 28%;
    }
    .myboat-layer {
        bottom: 13%;
        left: 14%;
        /* width: 11%; */
    }
    .bird-layer {
        bottom: -161px;
        right: 2%;
    }
    .card-paper {
        width: 40%;
    }
}
@media (max-width: 1024px) {
    .leaf-layer {
        top: -86px;
        left: -116px;
        width: 31%;
    }
    .myboat-layer {
        bottom: 11%;
        left: 18%;
        /* width: 11%; */
    }
    .bird-layer {
        bottom: -68px;
        right: 6%;
    }
    .card-paper,
    .card-paper-bg {
        width: 54%;
        min-height: 320px;
        /* z-index: 9; */
    }
}

@media (max-width: 768px) {
    .leaf-layer {
        top: -91px;
        left: -144px;
        width: 50%;
    }
    .myboat-layer {
        bottom: 20%;
        left: 9%;
        /* width: 11%; */
    }
    .bird-layer {
        bottom: -75px;
        right: -4%;
    }
    .card-paper,
    .card-paper-bg {
        width: 69%;
        margin: 13% auto;
    }
    .card-paper-bg {
        margin: 10% auto;
        /* z-index: 1; */
    }
    .myfooter-login {
        padding: 20px 15px !important;
        width: auto !important;
    }
    .myfooter-login .leaf-footer {
        left: 10% !important;
    }
}
@media (max-width: 600px) {
    .logo-register {
    }
    .logo-register {
        margin-top: 22px;
    }
    .logo-register img {
        /* width: 200px; */
    }
    .leaf-layer {
        top: -91px;
        left: -144px;
        width: 50%;
    }
    .myboat-layer {
        bottom: 20%;
        left: 9%;
        /* width: 11%; */
    }
    .bird-layer {
        bottom: -75px;
        right: -4%;
    }
    .card-paper,
    .card-paper-bg {
        width: 80%;
        margin: 35% auto;
    }
}
@media (max-width: 540px) {
    .card-paper,
    .card-paper-bg {
        margin: 20% auto;
        min-height: 380px;
        width: 80%;
    }
    .card-paper .top-border img,
    .card-paper .bottom-border img {
        width: 80%;
    }
    .card-paper .top-border {
        position: absolute;
        top: -11px;
        left: -20px;
        z-index: 1;
    }
    .card-paper .bottom-border {
        position: absolute;
        right: -21px;
        z-index: 1;
    }
    .myfooter-login .leaf-footer {
        left: 2% !important;
    }
    .leaf-layer {
        top: -91px;
        left: -144px;
        width: 50%;
    }
    .myboat-layer {
        bottom: 20%;
        left: 9%;
        /* width: 11%; */
    }
    .bird-layer {
        bottom: -75px;
        right: -4%;
    }
    .card-paper,
    .card-paper-bg {
        width: 80%;
        margin: 34% auto;
    }
}
@media (max-width: 458px) {
    .leaf-layer {
        top: -75px;
        left: -116px;
        width: 64%;
        z-index: 17;
    }
    .myboat-layer {
        bottom: 23%;
        left: 10%;
        width: 25%;
    }
    .bird-layer {
        bottom: 21px;
        right: -18%;
        width: 85%;
    }
    .card-paper {
        width: 80%;
        margin: 32% auto;
        z-index: 9;
        padding: 35px 10px;
    }
    .register-title {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
    .my-mx-register {
        max-width: 70%;
    }
    .register-title h2 {
        font-size: 14px;
        line-height: 23px;
        margin-top: 20px;
    }
    .register-title h2 span {
        font-size: 23px;
        color: #dab674;
        font-family: "Playfair Display";
    }
    .register-title p {
        font-size: 30px;
    }
    .r-btn {
        margin-left: 0px;
        margin-bottom: 20px;
        width: 121px;
        font-size: 13px;
    }

    .btn-register1 {
        display: flex;
        flex-direction: column;
    }
    .r-wlc-text .my-mb-3 {
        margin-bottom: 0px;
    }
    .r-3d-bg div[class^="col-"] {
        margin-bottom: 0px;
    }
}
@media (max-width: 414px) {
    .leaf-layer {
        top: -94px;
        left: -111px;
        width: 71%;
    }
    .myboat-layer {
        bottom: 33%;
        left: 9%;
        /* width: 11%; */
    }
    .bird-layer {
        bottom: 136px;
        right: -4%;
        width: 73%;
    }
    .card-paper,
    .card-paper-bg {
        width: 80%;
        margin: 30% auto;
        /* z-index: 30; */
    }
}
@media (max-width: 412px) {
    .my-pb-12 {
        padding-bottom: 8em;
    }
    .leaf-layer {
        top: -94px;
        left: -111px;
        width: 71%;
    }
    .myboat-layer {
        bottom: 33%;
        left: 9%;
        /* width: 11%; */
    }
    .bird-layer {
        bottom: 139px;
        right: -4%;
        width: 73%;
    }
    .card-paper,
    .card-paper-bg {
        width: 80%;
        margin: 25% auto;
    }
    .card-paper-bg {
        /* width: 80%; */
        /* margin: 35% auto; */
        height: 50%;
    }
    .register-title h2 {
        font-size: 14px;
        line-height: 27px;
    }
    .register-title h2 span {
        font-size: 22px;
    }
}

@media (max-width: 400px) {
    .my-pb-12 {
        padding-bottom: 4em;
    }
}
@media (max-width: 375px) {
    .leaf-layer {
        top: -94px;
        left: -111px;
        width: 71%;
    }
    .myboat-layer {
        bottom: 30%;
        left: 9%;
        /* width: 11%; */
    }
    .bird-layer {
        bottom: 62px;
        right: -4%;
        width: 73%;
    }
    .card-paper,
    .card-paper-bg {
        width: 80%;
        margin: 21% auto;
        min-height: 357px;
        /* padding: 22px 10px 16px 10px; */
    }
    .register-title h2 {
        font-size: 13px;
        line-height: 22px;
    }
    .register-title h2 span {
        font-size: 18px;
    }
    .register-logo {
        margin: 10px auto;
    }
}
@media (max-width: 330px) {
    .my-pb-12 {
        padding-bottom: 6em;
    }
    .card-paper,
    .card-paper-bg {
        width: 80%;
        margin: 14% auto;
        min-height: 386px;
        /* padding: 22px 10px 16px 10px; */
    }
}
