@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&family=Great+Vibes&family=Lora:ital,wght@0,600;1,400&family=Poppins:wght@200;400;600&display=swap');

/* -------------- ROOT VARIABLES -------------- */
/* :root {
    --color1: #E4232B;
    --color2: #1A4484;
    --color-success: #41f1b6;
    --color-warning: #ffbb55;
    --color-white: #fff;
    --color-dark: rgba(132, 139, 200, 0.18);
    --color-ligth: #AFBCD6;
    --color1-variant: #D3342D;
    --color2-variant: #2C4A89;
    --color-dark-variant: #33343B;
    --color-background: #A8A9AD;

    --card-border-radius: 2rem;
    --border-radius-1: 0.4rem;
    --border-radius-2: 0.8rem;
    --border-radius-3: 1.2rem;

    --card-padding: 1.8rem;
    --padding-1: 1.2rem;

    --box-shadow: 0 2rem 3rem var(--color-ligth);

    --tran-03: all 0.2s ease;
    --tran-03: all 0.3s ease;
    --tran-04: all 0.3s ease;
    --tran-05: all 0.3s ease;
} */

:root,
[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-silver: #ACACAC;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f;
}

body {
    font-size: 1.2rem;
    font-family: 'Work Sans', sans-serif;
    background: url(../img/bg/bg-silver.jpg) repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#cover {
    font-family: 'Great Vibes', cursive;
    min-height: 100vh;
    margin-top: 50px;
}

#cover h1 {
    font-size: 6rem;
}

#cover img {
    max-width: 400px;
}

#cover span,
h3 {
    font-family: 'Lora', serif;
}

#cover span {
    font-weight: 400;
    font-size: 1.3rem;
}

#cover h3 {
    font-weight: 600;
    font-size: 2.3rem;
}

#cover button {
    font-size: 2rem;
}

#journey {
    font-family: 'Great Vibes', cursive;
}

#journey img {
    max-width: 300px;
}

#journey h2 {
    font-size: 4rem;
}

.timeline {
    position: relative;
    list-style: none;
    font-family: 'Lora', serif;
}

.timeline::before {
    content: '';
    top: 0;
    bottom: 0;
    position: absolute;
    width: 1px;
    background-color: #ccc;
    left: 50%;
}

.timeline li {
    position: relative;
}

.timeline li::before,
.timeline li::after {
    content: '';
    display: table;
}

.timeline li::after {
    clear: both;
}

.timeline li .timeline-image {
    width: 100px;
    height: 100px;
    background-color: #212529;
    position: absolute;
    transform: rotateX(-50%);
    left: 50%;
    top: 50px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.timeline li .timeline-panel {
    float: left;
    position: relative;
    width: 40%;
    text-align: right;
    padding: 2rem;
    position: relative;
    border-radius: 8px;
    background-color: #212529;
    color: #fff;
}

.timeline li .timeline-panel::before {
    content: '';
    display: inline-block;
    position: absolute;
    border-top: 15px solid transparent;
    border-left: 15px solid #212529;
    border-right: 0 solid #212529;
    border-bottom: 15px solid transparent;
    top: 80px;
    right: -15px;
}

.timeline li .timeline-panel::after {
    content: '';
    position: absolute;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #212529;
    border-right: 0 solid #212529;
    border-bottom: 14px solid transparent;
    top: 81px;
    right: -13px;
}

.timeline li .timeline-panel .timeline-heading h3 {
    font-size: 1.3rem;
}

.timeline li .timeline-panel .timeline-body span {
    font-size: 1rem;
}

.timeline li.timeline-inverted .timeline-panel {
    float: right;
    text-align: left;
}

.timeline li.timeline-inverted .timeline-panel::before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline li.timeline-inverted .timeline-panel::after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -13px;
    right: auto;
}

#celebration .celebrate {
    justify-content: center;
    align-items: center;
    display: inline-block;
    height: fit-content;
    width: 800px;
}

.celebrate h2 {
    font-family: 'Great Vibes', cursive;
    font-size: 4rem;
}

.celebrate span {
    font-family: 'Lora', serif;
    font-weight: 400;
    font-size: 1.2rem;
}

.celebrate div.date span {
    font-size: 2rem;
}

.celebrate a {
    font-family: 'Lora', serif;
    font-size: 1rem;
}

.celebrate a i {
    margin-right: 5px;
}

#countdown video {
    max-width: 800px;
}

#rsvp h2 {
    font-family: 'Great Vibes', cursive;
    font-size: 3rem;
}

#rsvp p {
    font-family: 'Lora', serif;
    font-size: 1rem;
}

#rsvp .form-control,
.form-check-label,
.btn-send,
label {
    font-family: 'Lora', serif;
    font-size: 1rem;
}

.form h2,
p {
    text-align: center;
}

.form textarea {
    resize: none;
}

#wishes {
    background-color: var(--bs-dark-bg-subtle);
    border-radius: 25px;
    max-height: 500px;
    overflow-y: auto;
    padding: 15px;
    height: 500px;
}

#wishes div.wishes {
    background-color: var(--bs-body-color);
    border-radius: 15px;
}

#wishes span {
    font-family: 'Lora', serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--bs-body-bg);
}

#wishes p {
    font-family: 'Lora', serif;
    font-size: 1rem;
    font-weight: 400;
    color: var(--bs-body-bg);
}

#gallery h2 {
    font-family: 'Great Vibes', cursive;
    font-size: 3rem;
}

.music {
    position: fixed;
    bottom: 50px;
    left: 50px;
}

.music button {
    border: inset 5px var(--bs-secondary-bg-subtle);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

footer span {
    font-family: 'Lora', serif;
    font-size: 1.3rem;
    font-weight: 400;
}

footer h3 {
    font-family: 'Dancing Script', cursive;
    font-size: 2.5rem;
}

footer img#img_logoHutFooter {
    max-width: 200px;
}

/* Animation */
.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.spin {
    animation-name: spin;
    -webkit-animation-name: spin;
    animation-duration: 5000ms;
    -webkit-animation-duration: 5000ms;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes bigEntrance {
    0% {
        transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: 0.2;
    }

    30% {
        transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
        opacity: 1;
    }

    45% {
        transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }

    60% {
        transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }

    75% {
        transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }

    90% {
        transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }

    100% {
        transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
}

@-webkit-keyframes bigEntrance {
    0% {
        -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: 0.2;
    }

    30% {
        -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
        opacity: 1;
    }

    45% {
        -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }

    60% {
        -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }

    75% {
        -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }

    90% {
        -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }

    60% {
        transform: scale(1.1);
    }

    80% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }

    60% {
        -webkit-transform: scale(1.1);
    }

    80% {
        -webkit-transform: scale(0.9);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right top;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right top;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right top;
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        transform-origin: right top;
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes tossing {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(20deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

/* Media Query */
/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media(min-width: 0px) and (max-width: 575.98px) {
    #cover {
        margin-top: 20px;
    }

    #cover h1 {
        font-size: 3rem;
    }

    #cover img {
        max-width: 250px;
    }

    #cover span {
        font-size: 1rem;
    }

    #cover h3 {
        font-size: 2rem;
    }

    #cover button {
        font-size: 1.7rem;
    }

    #journey img {
        max-width: 150px;
    }

    #journey h2 {
        font-size: 2.5rem;
    }

    .timeline::before {
        left: 30px;
    }

    .timeline li .timeline-image {
        left: 0;
        margin-left: -50px;
    }

    .timeline li .timeline-panel {
        width: 73%;
        float: right;
        margin-bottom: 10px;
    }

    .timeline li .timeline-panel::before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    .timeline li .timeline-panel::after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -13px;
        right: auto;
    }

    .timeline li .timeline-panel .timeline-heading h3 {
        font-size: 1rem;
    }

    .timeline li .timeline-panel .timeline-body span {
        font-size: .7rem;
    }

    #celebration .celebrate {
        width: 300px;
    }

    .celebrate h2 {
        font-size: 2.5rem;
    }

    .celebrate span {
        font-size: .9rem;
    }

    .celebrate div.date span {
        font-size: 1.3rem;
    }

    .celebrate a {
        font-size: .9rem;
    }

    #countdown video {
        max-width: 300px;
    }

    #rsvp h2 {
        font-size: 2.5rem;
    }

    #rsvp p {
        font-size: .9rem;
    }

    #rsvp .form-control,
    .form-check-label,
    .btn-send,
    label {
        font-size: .9rem;
    }

    #wishes {
        margin-top: 20px;
    }

    #wishes span {
        font-size: 1.1rem;
    }

    #wishes p {
        font-size: .9rem;
    }

    #gallery h2 {
        font-size: 2.5rem;
    }

    .music {
        bottom: 30px;
        left: 30px;
    }

    footer span {
        font-size: 1rem;
    }

    footer h3 {
        font-size: 2rem;
    }

    footer img#img_logoHutFooter {
        max-width: 100px;
    }
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    #cover {
        margin-top: 0px;
    }

    #cover h1 {
        font-size: 3rem;
    }

    #cover img {
        max-width: 130px;
    }

    #cover span {
        font-size: .8rem;
    }

    #cover h3 {
        font-size: 1rem;
    }

    #cover button {
        font-size: 1rem;
    }

    #journey img {
        max-width: 180px;
    }

    #journey h2 {
        font-size: 2.5rem;
    }

    .timeline::before {
        left: 30px;
    }

    .timeline li .timeline-image {
        left: 0;
        margin-left: -50px;
    }

    .timeline li .timeline-panel {
        width: 73%;
        float: right;
        margin-bottom: 10px;
    }

    .timeline li .timeline-panel::before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    .timeline li .timeline-panel::after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -13px;
        right: auto;
    }

    .timeline li .timeline-panel .timeline-heading h3 {
        font-size: 1rem;
    }

    .timeline li .timeline-panel .timeline-body span {
        font-size: .7rem;
    }

    #celebration .celebrate {
        width: 500px;
    }

    .celebrate h2 {
        font-size: 2.5rem;
    }

    .celebrate span {
        font-size: 1rem;
    }

    .celebrate div.date span {
        font-size: 1.5rem;
    }

    .celebrate a {
        font-size: .9rem;
    }

    #countdown video {
        max-width: 500px;
    }

    #rsvp h2 {
        font-size: 2.5rem;
    }

    #rsvp p {
        font-size: .9rem;
    }

    #rsvp .form-control,
    .form-check-label,
    .btn-send,
    label {
        font-size: .9rem;
    }

    #wishes {
        margin-top: 20px;
    }

    #wishes span {
        font-size: 1rem;
    }

    #wishes p {
        font-size: .8rem;
    }

    #gallery h2 {
        font-size: 2.5rem;
    }

    .music {
        bottom: 30px;
        left: 30px;
    }

    footer span {
        font-size: .9rem;
    }

    footer h3 {
        font-size: 2rem;
    }

    footer img#img_logoHutFooter {
        max-width: 100px;
    }
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    #cover {
        margin-top: 100px;
    }

    #cover h1 {
        font-size: 5rem;
    }

    #cover img {
        max-width: 300px;
    }

    #cover span {
        font-size: 1.5rem;
    }

    #cover h3 {
        font-size: 2.5rem;
    }

    #cover button {
        font-size: 2rem;
    }

    #journey {
        margin-top: -200px;
    }

    #journey img {
        max-width: 230px;
    }

    #journey h2 {
        font-size: 4rem;
    }

    .timeline li .timeline-image {
        left: 38%;
        margin-left: 0;
    }

    .timeline li .timeline-panel .timeline-heading h3 {
        font-size: 1.5rem;
    }

    .timeline li .timeline-panel .timeline-body span {
        font-size: 1rem;
    }

    .timeline li .timeline-panel {
        margin-bottom: 10px;
        margin-left: -40px;
    }

    #celebration .celebrate {
        width: 700px;
    }

    .celebrate h2 {
        font-size: 4rem;
    }

    .celebrate span {
        font-size: 1.5rem;
    }

    .celebrate div.date span {
        font-size: 2.3rem;
    }

    .celebrate a {
        font-size: 1.5rem;
    }

    #countdown video {
        max-width: 450px;
    }

    #rsvp h2 {
        font-size: 4rem;
    }

    #rsvp p {
        font-size: 1rem;
    }

    #rsvp .form-control,
    .form-check-label,
    .btn-send,
    label {
        font-size: 1rem;
    }

    #wishes {
        margin-top: 20px;
    }

    #wishes span {
        font-size: 1.2rem;
    }

    #wishes p {
        font-size: .9rem;
    }

    #gallery h2 {
        font-size: 4rem;
    }

    .music {
        bottom: 30px;
        left: 30px;
    }

    footer span {
        font-size: 1.1rem;
    }

    footer h3 {
        font-size: 2.5rem;
    }

    footer img#img_logoHutFooter {
        max-width: 200px;
    }
}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    #cover {
        margin-top: 0;
    }

    #cover h1 {
        font-size: 4rem;
    }

    #cover img {
        max-width: 200px;
    }

    #cover span {
        font-size: 1rem;
    }

    #cover h3 {
        font-size: 2rem;
    }

    #cover button {
        font-size: 1.5rem;
    }

    #journey {
        margin-top: -200px;
    }

    #journey img {
        max-width: 230px;
    }

    #journey h2 {
        font-size: 4rem;
    }

    .timeline li .timeline-image {
        left: 42%;
        margin-left: 0;
    }

    .timeline li .timeline-panel .timeline-heading h3 {
        font-size: 1.5rem;
    }

    .timeline li .timeline-panel .timeline-body span {
        font-size: 1rem;
    }

    .timeline li .timeline-panel {
        margin-bottom: 10px;
        margin-left: -20px;
    }

    #celebration .celebrate {
        width: 700px;
    }

    .celebrate h2 {
        font-size: 4rem;
    }

    .celebrate span {
        font-size: 1.5rem;
    }

    .celebrate div.date span {
        font-size: 2.3rem;
    }

    .celebrate a {
        font-size: 1.5rem;
    }

    #countdown video {
        max-width: 600px;
    }

    #rsvp h2 {
        font-size: 4rem;
    }

    #rsvp p {
        font-size: 1rem;
    }

    #rsvp .form-control,
    .form-check-label,
    .btn-send,
    label {
        font-size: 1rem;
    }

    #wishes {
        margin-top: 20px;
    }

    #wishes span {
        font-size: 1.2rem;
    }

    #wishes p {
        font-size: .9rem;
    }

    #gallery h2 {
        font-size: 4rem;
    }

    .music {
        bottom: 30px;
        left: 30px;
    }

    footer span {
        font-size: 1.1rem;
    }

    footer h3 {
        font-size: 2.5rem;
    }

    footer img#img_logoHutFooter {
        max-width: 200px;
    }
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    #cover {
        margin-top: 0px;
    }

    #cover h1 {
        font-size: 4rem;
    }

    #cover img {
        max-width: 200px;
    }

    #cover span {
        font-size: 1rem;
    }

    #cover h3 {
        font-size: 2rem;
    }

    #cover button {
        font-size: 1.5rem;
    }

    #journey {
        margin-top: 0;
    }

    #journey img {
        max-width: 230px;
    }

    #journey h2 {
        font-size: 4rem;
    }

    .timeline li .timeline-image {
        left: 43.5%;
        margin-left: 0;
    }

    .timeline li .timeline-panel .timeline-heading h3 {
        font-size: 1.5rem;
    }

    .timeline li .timeline-panel .timeline-body span {
        font-size: 1rem;
    }

    .timeline li .timeline-panel {
        margin-bottom: 10px;
        margin-left: -40px;
    }

    #celebration .celebrate {
        width: 700px;
    }

    .celebrate h2 {
        font-size: 4rem;
    }

    .celebrate span {
        font-size: 1.5rem;
    }

    .celebrate div.date span {
        font-size: 2.3rem;
    }

    .celebrate a {
        font-size: 1.5rem;
    }

    #countdown video {
        max-width: 700px;
    }

    #rsvp h2 {
        font-size: 4rem;
    }

    #rsvp p {
        font-size: 1rem;
    }

    #rsvp .form-control,
    .form-check-label,
    .btn-send,
    label {
        font-size: 1rem;
    }

    #wishes {
        margin-top: 20px;
    }

    #wishes span {
        font-size: 1.2rem;
    }

    #wishes p {
        font-size: .9rem;
    }

    #gallery h2 {
        font-size: 4rem;
    }

    .music {
        bottom: 30px;
        left: 30px;
    }

    footer span {
        font-size: 1.1rem;
    }

    footer h3 {
        font-size: 2.5rem;
    }

    footer img#img_logoHutFooter {
        max-width: 200px;
    }
}

@media (min-width: 1400px) {
    #cover {
        font-family: 'Great Vibes', cursive;
        min-height: 100vh;
        margin-top: 50px;
    }

    #cover h1 {
        font-size: 6rem;
    }

    #cover img {
        max-width: 400px;
    }

    #cover span,
    h3 {
        font-family: 'Lora', serif;
    }

    #cover span {
        font-weight: 400;
        font-size: 1.3rem;
    }

    #cover h3 {
        font-weight: 600;
        font-size: 2.3rem;
    }

    #cover button {
        font-size: 2rem;
    }

    #journey {
        font-family: 'Great Vibes', cursive;
    }

    #journey img {
        max-width: 300px;
    }

    #journey h2 {
        font-size: 4rem;
    }

    .timeline {
        position: relative;
        list-style: none;
        font-family: 'Lora', serif;
    }

    .timeline::before {
        content: '';
        top: 0;
        bottom: 0;
        position: absolute;
        width: 1px;
        background-color: #ccc;
        left: 50%;
    }

    .timeline li {
        position: relative;
    }

    .timeline li::before,
    .timeline li::after {
        content: '';
        display: table;
    }

    .timeline li::after {
        clear: both;
    }

    .timeline li .timeline-image {
        width: 100px;
        height: 100px;
        background-color: #212529;
        position: absolute;
        transform: rotateX(-50%);
        left: 44.5%;
        top: 50px;
        border-radius: 50%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .timeline li .timeline-panel {
        float: left;
        position: relative;
        width: 40%;
        text-align: right;
        padding: 2rem;
        position: relative;
        border-radius: 8px;
        background-color: #212529;
        color: #fff;
    }

    .timeline li .timeline-panel::before {
        content: '';
        display: inline-block;
        position: absolute;
        border-top: 15px solid transparent;
        border-left: 15px solid #212529;
        border-right: 0 solid #212529;
        border-bottom: 15px solid transparent;
        top: 80px;
        right: -15px;
    }

    .timeline li .timeline-panel::after {
        content: '';
        position: absolute;
        display: inline-block;
        border-top: 14px solid transparent;
        border-left: 14px solid #212529;
        border-right: 0 solid #212529;
        border-bottom: 14px solid transparent;
        top: 81px;
        right: -13px;
    }

    .timeline li .timeline-panel .timeline-heading h3 {
        font-size: 1.3rem;
    }

    .timeline li .timeline-panel .timeline-body span {
        font-size: 1rem;
    }

    .timeline li.timeline-inverted .timeline-panel {
        float: right;
        text-align: left;
    }

    .timeline li.timeline-inverted .timeline-panel::before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    .timeline li.timeline-inverted .timeline-panel::after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -13px;
        right: auto;
    }

    #celebration .celebrate {
        justify-content: center;
        align-items: center;
        display: inline-block;
        height: fit-content;
        width: 800px;
    }

    .celebrate h2 {
        font-family: 'Great Vibes', cursive;
        font-size: 4rem;
    }

    .celebrate span {
        font-family: 'Lora', serif;
        font-weight: 400;
        font-size: 1.2rem;
    }

    .celebrate div.date span {
        font-size: 2rem;
    }

    .celebrate a {
        font-family: 'Lora', serif;
        font-size: 1rem;
    }

    .celebrate a i {
        margin-right: 5px;
    }

    #countdown video {
        max-width: 800px;
    }

    #rsvp h2 {
        font-family: 'Great Vibes', cursive;
        font-size: 3rem;
    }

    #rsvp p {
        font-family: 'Lora', serif;
        font-size: 1rem;
    }

    #rsvp .form-control,
    .form-check-label,
    .btn-send,
    label {
        font-family: 'Lora', serif;
        font-size: 1rem;
    }

    .form h2,
    p {
        text-align: center;
    }

    .form textarea {
        resize: none;
    }

    #wishes {
        background-color: var(--bs-dark-bg-subtle);
        border-radius: 25px;
        max-height: 500px;
        overflow-y: auto;
        padding: 15px;
        height: 500px;
    }

    #wishes div.wishes {
        background-color: var(--bs-light-border-subtle);
        border-radius: 15px;
    }

    #wishes span {
        font-family: 'Lora', serif;
        font-size: 1.3rem;
        font-weight: 600;
        color: #fff;
    }

    #wishes p {
        font-family: 'Lora', serif;
        font-size: 1rem;
        font-weight: 400;
        color: #fff;
    }

    #gallery h2 {
        font-family: 'Great Vibes', cursive;
        font-size: 3rem;
    }

    .music {
        position: fixed;
        bottom: 50px;
        left: 50px;
    }

    .music button {
        border: inset 5px var(--bs-secondary-bg-subtle);
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    footer span {
        font-family: 'Lora', serif;
        font-size: 1.3rem;
        font-weight: 400;
    }

    footer h3 {
        font-family: 'Dancing Script', cursive;
        font-size: 2.5rem;
    }

    footer img#img_logoHutFooter {
        max-width: 200px;
    }
}