@font-face {
    font-family: Domine;
    src: url("../Fonts/Domine/Domine-VariableFont_wght.ttf");
}

@font-face {
    font-family: Courgette;
    src: url("../Fonts/Courgette/Courgette-Regular.ttf");
}

@font-face {
    font-family: Italianno;
    src: url("../Fonts/Italianno/Italianno-Regular.ttf");
}

@font-face {
    font-family: Parisienne;
    src: url("../Fonts/Parisienne/Parisienne-Regular.ttf");
}

@font-face {
    font-family: Pinyon Script;
    src: url("../Fonts/Pinyon_Script/PinyonScript-Regular.ttf");
}

body, html {
    background-color: #f2f2f2;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Parisienne', serif !important;
}

.main img {
    max-width: 90%;
    height: auto;
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
    /* box-shadow: 1px 1px 8px 1px black; */
    filter: drop-shadow(-0px -0px 4px black);
    border-radius: 5px;
}

.main figure.image {
    padding: 10px;
}

.header-wrapper::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.08;
    background-image: url(../Images/Wedding/img_00023.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.header-wrapper {
    position: relative;
    border-bottom: 1px solid #e92653;
    box-shadow: 0 0 15px 0 rgb(107, 107, 107) inset;
    background-color:  white;
}

.header-content {
    position: relative;
}

.header-wrapper, .footer-wrapper, .main {
    z-index: 5;
    position: relative;
}

.header-wrapper {
    z-index: 10;
}

.main-menu .nav-item, .main-menu .dropdown-item {
    font-family: "Parisienne", serif;
    font-size: 1.5rem;
}

.main-menu .dropdown-item.active {
    background-color: #e92653 !important;
}

.main-menu .nav-link.active {
    color: #e92653 !important;
}

.main-logo {
    height: auto;
    width: auto;
    aspect-ratio: auto;
    max-height: 100px;
    max-width: 90%;
    margin: 0;
}

.footer-info {
    background-color: #dbdbdb !important;
    color: #666666;
}

.footer-info h1,
.footer-info h2,
.footer-info h3,
.footer-info h4,
.footer-info h5,
.footer-info h6 {
    text-transform: uppercase !important;
    font-family: 'Rubik', serif !important;
}

.footer-info a {
    text-decoration: none;
    color: #666666;
    margin-top: 6px;
    display: inline-block;
    border-bottom: 1px groove transparent;
    transition: all 0.5s;
    font-size: 0.9rem;
}

.footer-info a:hover {
    color: #333333 !important;
    scale: 1.1 !important;
    border-bottom: 1px groove #333333;
}

.footer-bottom {
    font-size: 0.8rem;
    background-color: #f2f2f2;
}

.footer-bottom a {
    text-decoration: none;
    color: #666666;
    margin-right: 20px;
    display: inline-block;
    transition: all 0.5s;
}

.footer-bottom a:hover {
    color: #333333 !important;
    scale: 1.05 !important;
}

.footer-social-icons {
    font-size: 2rem !important;
    margin: 10px;
    border: 0 !important;
}

.footer-social-icons:hover {
    border: 0 !important;
}

.footer-end {
    color: #666666;
    font-size: 1.1rem;
}























.banner p,
.content-banner p, body, p {
    font-family: "Domine", sans-serif !important;
    font-size: 1rem;
    line-height: 1.5;
}

.banner .cite,
.content-banner .cite {
    position: relative;
    padding-left: 1.5rem;
    font-family: "Courgette", serif;
    font-size: 1.2rem;
    line-height: 1.25;
    letter-spacing: -0.05rem;
    text-align: left !important;
}

.banner .cite:before,
.content-banner .cite:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background-color: #e92653;
    border-radius: 60px;
}

.banner figure {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.banner figure img {
    z-index: -1;
    min-width: 100vw !important;
    min-height: 100vh !important;
    max-width: none !important;
    margin: 0 !important;
    height: auto;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.banner {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: #f2f2f2;
}

.banner > div {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    clip: rect(0, auto, auto, 0);
}

@supports (-webkit-overflow-scrolling: touch) {
    .banner > div {
        clip: unset;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}


.banner h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 1rem;
    width: 100%;
    height: 100%;
    color: white;
    text-shadow: 3px 4px 5px #000;
    font-family: "Parisienne", serif;
    font-size: 10vw;
    letter-spacing: -0.125rem;
    text-align: center;
    z-index: 1;
}

@media (min-width: 1200px) {
    .banner h1 {
        font-size: 8rem;
    }
}

.content-banner {
    position: relative;
    margin: 0 auto 0rem;
    padding: 2rem;
    border-bottom: 2px solid #e92653;
    background-color: #f2f2f2;
    width: 100vw;
}
.content-banner:nth-last-child(-n + 1) {
    border-bottom: 0px;
}

.content-banner:before {
    content: "";
    display: block;
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #f2f2f2;
    z-index: 99;
    border-top: 3px solid #e92653;
    border-radius: 50% 50% 0 0;
    /* -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%); */
    /* clip-path: polygon(50% 0%, 0% 100%, 100% 100%); */
    /* clip-path: ellipse(50% 50% at bottom center); */
}

.content-banner > div {
    margin: 0 auto;
    max-width: 700px;
}

.content-banner p>*+* {
    margin-top: 1.5rem;
}

.content-banner .cite {
    margin: 3rem 0;
    text-align: left;
}

.content-banner h1 {
    font-family: "Parisienne", serif;
    font-size: 3rem;
    line-height: 1.25;
    letter-spacing: -0.125rem;
    text-align: center;
    color: #cb2249;
}

@media (min-width: 600px) {
    .content-banner h1 {
        font-size: 4rem;
    }
}

.content-banner h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem;
    width: 100%;
    font-family: "Courgette", serif;
    font-size: 2rem;
    letter-spacing: -0.125rem;
    text-align: center;
}

.content-banner h2:before,
.content-banner h2:after {
    content: "";
    flex: 1;
    height: 2px;
    background-color: #e92653;
}

.content-banner h2:before {
    margin-right: 1rem;
}

.content-banner h2:after {
    margin-left: 1rem;
}






.reveal {
    position: relative;
    opacity: 0;
    transition: opacity 2s;
}

.reveal.active {
    opacity: 1;
}

.reveal.active.fade-bottom {
    animation: fade-bottom 1.5s ease-in;
}

.reveal.active.fade-left {
    animation: fade-left 1.5s ease-in;
}

.reveal.active.fade-right {
    animation: fade-right 1.5s ease-in;
}


@keyframes fade-bottom {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-left {
    0% {
        transform: translateX(-20%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(20%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.carousel-item img {
    object-fit: cover !important;
    margin: 0 !important;
    border-radius: 0 !important;
    max-width: none !important;
}

.container-fluid img {
    max-width: none !important;
}

.carousel-item h1 {
    font-family: "Parisienne", serif;
    font-size: 3rem;
}

.carousel-item p {
    font-family: "Domine", serif;
    font-size: 1.5rem;
}

.bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: white;
    opacity: 0.9;
    z-index: -1;
}

.main li {
    margin-top: 10px;
}

.main .form-group, .main .form-navigation {
    margin-top: 10px;
}

@media only screen and (max-width: 959px) {
    .ce-gallery {
        float: none !important;
    }
}