@import url('../../../assets/css/fontscollection.css');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Doodle+Shadow&family=Rubik+Moonrocks&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

html,
body {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

}

body {
    background-color: #F5F1EB;
    background-image: url('../images/natal01/bg.png');
}

section {
    margin-bottom: 30px;
}

h1 {
    font-family: "Rubik Moonrocks", sans-serif;
}

h2,
h3 {
    font-family: "Rubik Doodle Shadow", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
}



.inviter {
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
}

.btn-primary {
    color: #fff;
    background-color: #717070;
    border-color: #717070;
}

.bg-warning,
.btn-warning {
    background-color: #808080 !important;
    border-color: #9b9b9b !important;
    color: #fff;
}

.bg-primary {
    background-color: #f7f7f7 !important;
    color: #000;
    font-weight: 400;
}

.form-group {
    margin-top: 15px;
}

.mobile-bottom-nav {
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 1000;
    will-change: transform;
    transform: translateZ(0);
    display: flex;
    height: 60px;
    box-shadow: 0 -2px 5px -2px #d5d3d8;
    background-color: #013932;
    border-radius: 10px;
}

.mobile-bottom-nav__item {
    flex-grow: 1;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 0;
    border-radius: 1px;
    padding-top: 10px;
}

.mobile-bottom-nav__item a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

.mobile-bottom-nav__item.mobile-bottom-nav__item--active a {
    color: #fff;
}

.mobile-bottom-nav__item--active {
    color: var(--bs-white);
    background: #ecb65f;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #c7812c;
    border-color: #c7812c;
}

.mobile-bottom-nav__item-content {
    display: flex;
    flex-direction: column;
}

.mobile-bottom-nav__item i {
    font-size: 16px;
    margin-bottom: 8px;
}

.hero {
    height: 90%;
}

.hero .banner {
    height: 100vh;
    background-size: cover;
    background-position: left center;

}

.hero .wave {
    overflow: hidden;
    position: relative;
    display: block;
    height: auto;
    bottom: 30px;
}

.hero .center {
    width: 90%;
    height: 400px;
    display: table;
    z-index: 10;
    margin: 12% auto;
}

.hero .ornament {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.hero .center .text {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.cover_couple {
    color: #696161 !important;
    font-family: 'hellosweets';
    font-size: 4.5rem;
    margin: 0px 0px;
}

@media (min-width: 200px) and (max-width: 768px) {
    .cover_couple {
        font-size: 3.0rem;
        margin: 0px 0px;
    }
}


img.gallery {
    width: 20%;
}

@media (min-width: 200px) and (max-width: 768px) {
    .mobile-bottom-nav {
        height: 60px;
    }

    .mobile-bottom-nav__item {
        font-size: 12px;
    }

    .mobile-bottom-nav__item--active i {
        transform: scale(1.5);
        transition: transform .2s;
    }

    .mobile-bottom-nav__item i {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .hero .center {
        width: 350px;
        height: 350px;
        margin: 5% auto;
        padding-top: 120px;
    }

    img.gallery {
        width: 40%;
    }

    .openingquote {
        margin-top: 40px;
    }
}

canvas {
    position: absolute;
    top: 0;
    left: 0
}

.modal {
    background: #000000ad;
}

.modal-content {
    background: #fff !important;
    border-top-left-radius: 40px;
    color: #000;
}

.top-corner {
    position: absolute;
    top: 0px;
    right: 0px;
}

.bottom-corner {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.btn-red {
    background: #b72922;
    border-color: #b72922;
    color: #fff;
}

#map {
    height: 350px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

#control_audio {
    position: fixed;
    bottom: 10%;
    right: 10px;
    background: #b82922;
    border-radius: 80%;
    color: #fff;
}

.w30percent {
    width: 30%;
}

.table.no-padding td,
.tableno-padding th {
    padding: 15px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 1.1rem;
    color: #000;
}

.table td.day {
    font-size: 2.2rem;
    font-weight: 600;
    color: #b72922;
}

h2.couple {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 3.0rem;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 85%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.table.no-padding td.countdown {
    color: #b72922;
    font-weight: 800;
    font-size: 2rem;
}

.flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

section.event {
    border-radius: 7px;
    color: #fff;
    background: #b72922;
    opacity: 0.8;
    padding: 40px 10px;
    margin-bottom: 0px;
}

p.family {
    font-family: 'bufallo';
    font-size: 1.5rem;
}

img.leaves-delimiter {
    width: 200px;
}

.mobile-bottom-nav__item--active {
    color: var(--bs-white);
    background: #b72922;
    border-radius: 10px;
}

.gift-recommendation p {
    color: #0b0b0b !important;
}

@media screen and (max-width: 500px) {
    .gallery {
        column-count: 1;
    }
}