/*-----------------------------------------------------------------------------------
--------------------------------- Index -----------------------------------

/*----------------------------------------
    1. Titles
    2. Section margin
    3. Preloader
    4. Header
    5. Navbar
    6. Home
    7. Hero section
    8. About us
    9. RSVP
    10. Story
    11. Event details
    12. Gallery tabs images
    13. Pagination
    14. Footer
    15. Documentation
    16. 404
    17. Landing Page
    18. Global
/*----------------------------------------*/

* {
    outline: none !important;
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0 !important;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'Playfair Display', serif;
    color: var(--color-main);
    overflow-x: hidden;
    box-sizing: border-box;
}

.container-fluid {
    max-width: 1920px;
}

img {
    user-select: none;
}


/*=========================== 1. Titles starts ============================*/



/* Color Switch */
#options-setting.move-right {
    left: 0px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-family: 'Raleway', sans-serif !important;
}

#options-setting {
    position: fixed;
    width: 220px;
    padding: 25px;
    background-color: #FFF;
    top: 170px;
    left: -220px;
    z-index: 1000;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
    box-shadow: 2px -10px 17px 0px rgb(0 0 0 / 6%), 0 6px 6px rgb(0 0 0 / 12%);
}

#options-setting div a {
    text-decoration: none !important;
}

#options-setting h5 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    line-height: initial;
    margin-bottom: 12px;
}

.de-icon.small-size {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

p.fa-times:before,
p.fa-gear:before {
    display: none !important;
}

.fa-gear .setting_g {
    display: block;
}

.fa-gear .close_g {
    display: none;
}

.fa-times .setting_g {
    display: none;
}

.fa-times .close_g {
    display: block;
}

.de-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    margin: 8px 0px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
    box-shadow: 2px -3px 7px -22px rgb(0 0 0 / 6%), 0 6px 6px rgb(0 0 0 / 5%);
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background: #fff;
    color: #000;
}

#setting-button-wrapper {
    position: absolute;
    left: 220px;
    top: -8px;
}

.switches {
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 3px;
    border-radius: 50%;
}

#default span {
    background-color: #ED7E9E;
}

#teal span {
    background-color: #18A7B5;
}

#blue span {
    background-color: #86a0b6;
}

#brown span {
    background-color: #652b2b;
}

#purple span {
    background-color: #a46497;
}

#peach span {
    background-color: #e99787;
}

#reset-color span {
    color: #000;
    font-size: 13px;
    border: 1px solid #aaa;
    padding: 5px 15px;
    margin-top: 20px;
    display: inline-block;
}




/* inner title starts */

.inner-title .about-single-sep {
    margin-top: 10px;
}

.inner-title h4 {
    font-style: italic;
}

.our-love-story .inner-title h4 {
    color: var(--color-white);
}


/* inner title ends */


/*=========================== 1. Titles ends ============================*/


/*=========================== 2. Section margin starts ============================*/

section,
.section {
    padding-top: 100px;
    padding-bottom: 80px;
    position: relative;
}


/*=========================== 2. Section margin ends ============================*/


/* Aos animation css start */

.about-progress-inner,
.cta-sec,
.our-love-story {
    overflow: hidden;
}


/* Aos animation css end */


/*=========================== 3. Preloader starts ============================*/

.preloader {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.preloader .vertical-centered-box {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: 0.3s;
}

.preloader * {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.preloader .vertical-centered-box .content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.curtails-effect.active::after,
.curtails-effect.active::before {
    width: 0;
    transition: 0.5s;
    visibility: hidden;
    z-index: -9;
}

.preloader .vertical-centered-box:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.preloader .name-footer {
    transform: translate(-50%, -50%);
    height: 100px;
}

.loader-heart img {
    width: 70px;
    height: auto;
}

.curtails-effect {
    transition: 0.5s;
}

.curtails-effect::after {
    content: '';
    background: var(--color-bglightblue);
    display: block;
    left: 0;
    width: 55%;
    position: absolute;
    z-index: -1;
    display: inline-block;
    height: 100%;
    transition: 0.5s;
}

.curtails-effect::before {
    content: '';
    background: var(--color-bglightblue);
    display: block;
    right: 0;
    width: 55%;
    position: absolute;
    z-index: -1;
    display: inline-block;
    height: 100%;
    transition: 0.5s;
}


/*=========================== 3. Preloader ends ============================*/


/*=========================== 4. Header starts ============================*/

header nav.navbar {
    z-index: 99;
    position: fixed;
    width: 100%;
    top: 0;
    border-bottom: 2px solid var(--color-main);
}

body .navbar-dark .navbar-nav .nav-link {
    color: var(--color-main);
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: var(--color-brown) !important;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar .nav-item:hover .nav-link {
    color: var(--color-brown) !important;
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:hover {
    /* font-size: 35px; */
    color: var(--color-main);
}

.navbar .whitelogo {
    display: none;
}

.navbar.fixed-top .whitelogo {
    display: block;
}

.navbar.fixed-top .bluelogo {
    display: none;
}

header ul.dropdown-menu {
    background: var(--color-lightpink);
}

header.dropdown-item:focus,
header .dropdown-item:hover {
    color: var(--color-white);
    background-color: var(--color-main);
}

header .has-megamenu .active,
header .dropdown .dropdown-item.active {
    color: var(--color-brown) !important;
    font-weight: 600;
}

body header .dropdown-toggle.active {
    color: var(--color-white) !important;
}

header .dropdown-item.active,
header .dropdown-item:active {
    color: var(--color-blue);
    text-decoration: none;
    background-color: var(--color-white);
}

li.nav-item.dropdown {
    padding: 0;
}


/*=========================== 4. Header ends ============================*/


/*=========================== 5. Navbar starts ============================*/

.navbar .megamenu {
    padding: 1rem;
}

.dropdown-menu {
    border: none;
    padding: 0;
    border-top: 1px solid var(--color-brown);
    border-radius: 0;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.dropdown-menu li a {
    padding: 10px;
    font-family: 'Raleway', sans-serif;
}

.navbar-nav .nav-item .nav-link {
    padding: 20px 8px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.col-megamenu .title {
    font-weight: 400;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    color: var(--color-brown);
}

.col-megamenu ul li a {
    padding: 10px 10px 10px 5px;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    font-size: 16px;
}

.col-megamenu ul li a:hover {
    color: var(--color-brown);
}

.dropdown-menu.megamenu {
    padding: 20px 20px 12px;
    position: relative;
    overflow: hidden;
}

.dropdown-menu.megamenu h6 {
    font-family: 'Raleway', sans-serif;
}

.dropdown-menu.megamenu::before {
    content: "";
    position: absolute;
    height: 210px;
    width: 270px;
    bottom: -20px;
    right: -15px;
    background-image: url(../images/object/rsvp-right.png);
    transform: scaleX(-1);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

header nav.navbar.navbar.fixed-top {
    background-color: var(--color-main);
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

header nav.navbar.navbar.fixed-top .navbar-brand {
    color: var(--color-white);
}

header nav.navbar.navbar.fixed-top .nav-item .nav-link {
    color: var(--color-white);
}

.col-megamenu ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.navbar-dark .navbar-nav .nav-link:focus {
    color: var(--color-brown);
}

/*=========================== 5. Navbar ends ============================*/


/*=========================== 6. Home starts ============================*/


/* the couple section */

.about-us-bg:before {
    background-image: url(../images/object/leaf-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 750px;
    height: 1030px;
    content: "";
    position: absolute;
    top: 30px;
    left: -380px;
    z-index: -1;
}

/* the couple section */


/* save date section */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(239 244 255 / 90%);
    z-index: 0;
}

div#countdown ul li span {
    color: var(--color-lightblue);
}

.hero-section-2 #countdown ul li span {
    color: var(--color-main);
    line-height: normal;
    font-size: 70px;
}

.hero-section-2 #countdown ul li {
    line-height: 80px;
}

@media (max-width: 1550px) {
    .hero-section-2 #countdown ul li span {
        font-size: 60px;
    }
}

@media (max-width: 576px) {
    .hero-section-2 #countdown ul li span {
        font-size: 40px;
    }
}

/* save date section */


/* will you attend section */

.attendance-sec {
    background-image: url(../images/bg/attbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 207px 0;
}

.attendance-sec h2 {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}

.attendance-sec h6 {
    font-family: 'Raleway', sans-serif;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    color: var(--color-pera-lightgrey);
    font-weight: 400;
}

.attendance-sec button {
    padding: 8px 45px;
    font-weight: 400;
}


/* will you attend section */


/* home new section */

.hero-text-2 h1 {
    font-size: 150px;
    color: var(--color-main);
    margin-bottom: 0;
}

.c-home-about .hero-image {
    width: 380px;
    margin: auto;
    height: 380px;
    z-index: 2;
    margin-top: -290px;
}

.c-home-about .main-title {
    margin-top: 70px;
}


.c-home-video.video-sec {
    background-image: url(../images/home-2/home2-cta.jpg);
    z-index: 2;
}

.c-home-photocarousel #gallery-slides {
    margin-top: 70px;
}

.home-date-text {
    font-style: italic;
    font-weight: 500;
}


/* home new section */


/*=========================== 6. Home ends ============================*/


/*=========================== 7. Hero section starts ============================*/

.hero-section {
    background-image: url(../images/bg/bg.png);
    background-position: center;
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.hero-section-2 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../images/home-2/home-main.jpg");
}

.hero-area {
    position: absolute;
    top: calc(50% + 33px);
    left: 0;
    transform: translateY(-50%);
    right: 0;
    z-index: 9;
}

.home-only .hero-area {
    top: calc(50% + 60px);
}

.hero-section-2.home-only .hero-area {
    top: 50%;
    transform: translateY(-50%);
}

.hero-text {
    display: flex;
    align-items: center;
}

.hero-text h1 {
    font-size: 150px;
    color: var(--color-main);
    margin-bottom: 0;
}

.hero-image:before {
    content: "";
    background-image: url(../images/svg/flowers-right.svg);
    background-size: contain;
    position: absolute;
    width: 250px;
    height: 330px;
    background-repeat: no-repeat;
    background-position: top left;
    top: 50%;
    left: -85px;
    transform: translateY(-50%) rotate(-40deg) scale(-1);
}

.hero-image:after {
    content: "";
    background-image: url(../images/svg/flowers-right.svg);
    background-size: contain;
    position: absolute;
    width: 250px;
    height: 330px;
    background-repeat: no-repeat;
    background-position: top right;
    top: 46%;
    right: -85px;
    transform: translateY(-50%) rotate(-40deg);
}

.hero-image {
    width: 400px;
    margin: auto;
    height: 400px;
    z-index: 2;
}

.hero-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 100%;
}

.image-ring {
    position: relative;
    z-index: 9;
    height: 100%;
}

/* TODO Uncomment if image ring will be supported */

/* .image-ring::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: 2px dashed var(--color-border);
    border-radius: 50%;
    z-index: 1;
} */


/*=========================== 7. Hero section ends ============================*/


/*=========================== 8. About us starts ============================*/

.page-title {
    background-image: url(../images/bg/about.png);
    background-position: center;
    background-size: cover;
    min-height: 500px;
    background-repeat: no-repeat;
    position: relative;
    /* overflow: hidden; */
    text-transform: uppercase;
}

.about-overlay-banner {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(239, 244, 254, 0.9);
    top: 0;
    left: 0;
}

.banner-about-title {
    color: var(--color-main);
    font-weight: 700;
}

.page-title::before {
    content: "";
    position: absolute;
    height: 615px;
    width: 390px;
    right: 0;
    background-repeat: no-repeat;
    background-image: url(../images/svg/about-right.svg);
    z-index: 1;
    background-position: -80% 70%;
}

.plan-card .about-single-content {
    background: var(--color-bglightblue);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    text-align: center;
    width: 90%;
    justify-content: center;
    margin: 0 auto;
    margin-top: -45px;
    z-index: 9;
    position: relative;
}

.about-single-content .mate-single {
    background-color: transparent;
}

.c-container-padding {
    padding: 0 140px;
}

.about-progress {
    background-color: var(--color-bglightblue);
    position: relative;
    padding-left: 145px;
    display: flex;
    align-items: center;
    height: calc(100% - 60px);
    overflow: hidden;
}

.about-getting-married h4 {
    font-family: 'Playfair Display', serif;
}

.about-getting-married h6 {
    color: var(--color-pera-lightgrey);
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    margin-top: 12px;
}

.about-getting-married p {
    color: var(--color-pera-lightgrey);
    font-family: 'Raleway', sans-serif;
    margin-top: 12px;
    max-width: 70ch;
}

.coupleshape {
    position: absolute;
    left: 0;
    z-index: -1;
}

.c-flex {
    display: flex;
    align-items: center;
}

.progress-left {
    width: 60%;
}

.progress-right {
    width: 40%;
    height: 100%;
}

.progress1 .cssProgress-bar {
    background-color: var(--color-white);
}

.progress-main-wrapper {
    background-color: var(--color-main);
}

.progress-value .progress-number {
    font-weight: 700;
}

.progress-value-wrapper .examples {
    padding: 5px 50px;
}

.progress-value {
    padding: 5px 50px;
}

.about-progress-inner {
    height: 630px;
}

.c-about-progress-top {
    padding-top: 0;
}

.about-getting-married {
    max-width: 95%;
}

.mates-sec {
    background-color: var(--color-bglightblue);
}

/* Gift registry starts */

.registry-sec .teammates-main>img {
    object-fit: contain;
}

/* Gift registry ends */

/* about couple starts */

.about-couple {
    position: relative;
}

.about-couple::before {
    content: "";
    position: absolute;
    background-image: url(../images/object/about-bg-leaf-left-1.png);
    background-repeat: no-repeat;
    width: 186px;
    height: 147px;
    right: 100px;
    top: -70px;
    z-index: 1;
    background-size: contain;
}

.about-couple::after {
    content: "";
    position: absolute;
    background-image: url(../images/object/about-bg-leaf-right.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    background-position: 107% 60%;
}

.about-couple .couple-left h6 {
    font-family: 'Raleway', sans-serif;
    color: var(--color-brown);
}

.about-couple .couple-left h5 {
    position: relative;
    font-weight: 700;
}

.couple-center .footer-main::before,
.couple-center .footer-main::after {
    display: none;
}

.couple-center .footer-main {
    display: flex;
    justify-content: center;
    margin-top: 0;
    position: absolute;
    z-index: 4;
    bottom: -10px;
    left: 0;
    right: 0;
}

.couple-center .footer-main img {
    position: relative;
    z-index: 2;
    max-width: 290px;
    -webkit-filter: drop-shadow(0px 12px 6px #00000036);
    height: auto;
}

.about-couple .couple-left p {
    font-family: 'Raleway', sans-serif;
    color: var(--color-pera-lightgrey);
    max-width: 25ch;
}

.about-couple .couple-right h6 {
    font-family: 'Raleway', sans-serif;
    text-align: right;
    color: var(--color-brown);
}

.about-couple .couple-right h5 {
    position: relative;
    text-align: right;
    font-weight: 700;
}

.about-couple .couple-right p {
    font-family: 'Raleway', sans-serif;
    color: var(--color-pera-lightgrey);
    max-width: 25ch;
    text-align: right;
}

.c-flex-space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c-flex-space-around {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.ac-main-img {
    position: relative;
    background-color: var(--color-bglightblue);
    border-radius: 220px;
    padding: 10px;
    border: 2px solid var(--color-brown);
}

.couple-center {
    position: relative;
}

.couple-center::before {
    content: "";
    position: absolute;
    height: 375px;
    width: 274px;
    background-image: url(../images/svg/about-main-left.svg);
    background-repeat: no-repeat;
    left: -75px;
    top: -65px;
    z-index: -1;
}

.couple-center::after {
    content: "";
    position: absolute;
    height: 375px;
    width: 274px;
    background-image: url(../images/svg/about-main-right.svg);
    background-repeat: no-repeat;
    right: -75px;
    bottom: -65px;
    z-index: -1;
}

.about-couple .about-center {
    height: 610px;
    width: 400px;
    border-radius: 200px;
    object-fit: cover;
}

.people-adjust .about-center {
    width: 610px;
    height: 400px;
    object-position: 20% 10%;
}

.cd-none {
    display: none;
}


/* about couple ends */


/* our moments starts */

.our-moments-wrapper {
    margin-top: 80px;
    position: relative;
    margin-bottom: 105px;
}

.moments-card-left {
    background: var(--color-main);
    padding: 30px;
    text-align: center;
    width: 100%;
    max-width: 645px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 339px;
}

.moments-card-left h4 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0px;
    color: var(--color-white);
    opacity: 1;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
}

.moments-card-left p {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
    color: var(--color-white);
    opacity: 0.8;
    max-width: 32ch;
}

.about-single-sep-horizontal {
    display: inline-flex;
    width: 2px;
    height: 50px;
    background: transparent linear-gradient(176deg, #8D6B35 0%, #C9974C 30%, #FCC270 60%, #C9974C 100%) 0% 0% no-repeat padding-box;
    border-radius: 2px;
    margin-bottom: 26px;
    margin-top: 26px;
}

.about-view-stories {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 25px;
    color: var(--color-white);
    text-decoration: underline;
}

.about-view-stories:hover {
    color: var(--color-brown);
}

.about-single-sep-new {
    margin-top: 17px;
}

.moments-img-right {
    max-height: 657px;
    height: 100%;
}

.moments-img-right img {
    width: 100%;
    max-height: 100%;
}

.moment-above-img {
    max-height: 416px;
    height: 100%;
    width: 100%;
    max-width: 897px;
    position: absolute;
    bottom: -122px;
}

.moment-above-img img {
    width: 100%;
}

.our-moments-wrapper::before {
    content: "";
    position: absolute;
    background-image: url(../images/object/about-moments-leaf-left.png);
    background-repeat: no-repeat;
    height: 588px;
    width: 436px;
    z-index: -1;
    left: -180px;
    top: 0;
    background-size: contain;
}

.our-moments-wrapper::after {
    content: "";
    position: absolute;
    background-image: url(../images/object/about-moments-leaf-right.png);
    background-repeat: no-repeat;
    height: 773px;
    width: 606px;
    z-index: -1;
    right: -270px;
    bottom: -150px;
    background-size: contain;
    height: 588px;
}

.moments-main {
    overflow: hidden;
    position: relative;
    padding-top: 0;
}


/* our moments ends */


/*=========================== 8. About us ends ============================*/


/*=========================== 9. RSVP starts ============================*/

.inner-form p {
    color: var(--color-pera-lightgrey);
}

.form {
    width: 100%;
    height: 50px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 15px;
}

.celebrate-sec .main-title {
    margin-bottom: 140px;
}

body .form-check-input:checked {
    background-color: var(--color-main);
    border-color: var(--color-white);
    outline: none;
}

.form-attend {
    font-size: 16px;
    margin-top: 25px;
    color: var(--color-main);
}

.form input {
    width: 100%;
    height: 100%;
    color: var(--color-main);
    padding-top: 25px;
    border: none;
    outline: none;
    background: var(--color-bglightblue);
}

.form label {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0%;
    pointer-events: none;
    border-bottom: 1px solid var(--color-main);
}

.form label::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: 3px solid var(--color-main);
    bottom: -1px;
    left: 0px;
    transform: translateX(-100%);
    transition: all 0.3s ease;
}

.content-name {
    position: absolute;
    bottom: 5px;
    left: 0px;
    transition: all .3s ease;
    color: var(--color-main);
}

.form input:focus+.label-name .content-name,
.form input:valid+.label-name .content-name {
    transform: translateY(-125%);
    font-size: 14px;
    color: var(--color-main);
}

.form input:focus+.label-name::after,
.form input:valid+.label-name::after {
    transform: translateX(0%);
}

body .form-check-input:focus {
    box-shadow: none;
}

.bg-form {
    background-color: #fff;
    padding: 12px;
    position: relative;
    box-shadow: 0px 5px 10px #2B555178;
}

.cards-bg:before {
    background-image: url(../images/bg/rsvp-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-position: bottom;
    overflow-x: hidden;
}

.celebration-time-sec {
    background-image: url(../images/bg/newsletter-bg.jpg);
    background-position: center;
    background-size: contain;
    height: auto;
}

.cards-bg .row {
    align-items: center;
}

section.cards-bg {
    overflow-x: hidden;
}

.inner-form {
    position: relative;
    z-index: 1;
    padding: 40px;
    background: var(--color-bglightblue);
}

.inner-form h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

body .form-attend {
    color: var(--color-main);
    font-weight: 500;
    margin-bottom: 20px;
}

.inner-form button {
    margin-top: 35px;
}

.inner-form button:hover {
    border-color: var(--color-brown);
}

.card-image-rsvp1,
.card-image-rsvp2 {
    width: 60%;
    height: auto;
    padding: 20px 20px;
    position: relative;
    background: var(--color-white);
    z-index: 1;
}

.card-image-rsvp1 {
    transform: matrix(0.97, -0.22, 0.22, 0.97, 0, 0);
}

.card-image-rsvp2 {
    transform: matrix(0.97, 0.26, -0.26, 0.97, 0, 0);
    margin-top: -40%;
    margin-left: 30%;
}

.card-image-rsvp1 h5,
.card-image-rsvp2 h5 {
    text-align: center;
    margin: 10px 0 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.card-right-design {
    position: absolute;
    top: 0;
    left: 50%;
    transform: rotate(0deg);
    z-index: 0;
}

.card-right-design img {
    max-width: 400px;
    object-fit: contain;
}

.rsvp-adust .about-single-title {
    margin-top: 30px;
}

div.map-sec {
    padding: 0;
    position: relative;
    height: 450px;
}

div.map-sec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background: var(--color-main);
    opacity: 1;
    mix-blend-mode: color;
    pointer-events: none;
    -webkit-filter: brightness(1.2);
}


/*=========================== 9. RSVP ends ============================*/


/*=========================== 10. Story starts  ============================*/

section.story {
    padding-bottom: 0px;
}

.story .story-name-text h2 {
    color: var(--color-main);
    font-family: 'Playfair Display', serif;
    text-align: center;
}

.story .story-name-text h2 span {
    color: var(--color-brown);
    font-family: 'Playfair Display', serif;
    padding: 0 30px 0 20px;
}

.story-name .story-name-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.story-name {
    padding-top: 20px;
    padding-bottom: 108px;
}

.story .story-name-text h5 {
    font-family: 'Raleway', sans-serif;
    color: var(--color-brown);
    text-align: center;
}

.story .story-name-text img {
    margin-top: 25px;
}

.story-couple {
    background-color: var(--color-bglightblue);
    padding: 0 0px;
}

.story-couple .story-couple-text h4 {
    font-family: 'Playfair Display';
    color: var(--color-main);
    padding-bottom: 5px;
}

.story-couple .story-couple-text h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: var(--color-brown);
    padding-bottom: 10px;
}

.story-couple .story-couple-text p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: var(--color-pera-lightgrey);
    padding-bottom: 10px;
    line-height: 25px;
    max-width: 90%;
}

.story-couple .story-couple-text {
    padding: 125px 0px;
}

.story-couple .story-couple-image {
    position: relative;
}

.story-couple .story-couple-image::after {
    content: "";
    position: absolute;
    bottom: 130px;
    right: -140px;
    width: 110px;
    height: 90px;
    background-image: url(../images/object/story-bg-2.svg);
    background-repeat: no-repeat;
    z-index: 99;
}

.story-couple .story-couple-image img {
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: 0px 0px 16px #0a3b3729;
    width: 100%;
    max-width: 485px;
}

.story-couple {
    position: relative;
}

.story-couple::before {
    content: "";
    position: absolute;
    top: -102px;
    left: 0;
    width: 430px;
    height: 510px;
    background-image: url(../images/object/story-bg-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    background-position: -170% 24%;
}

.story-couple::after {
    content: "";
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 150px;
    height: 140px;
    background-image: url(../images/object/story-bg-3.svg);
    background-repeat: no-repeat;
    z-index: 9;
}

.story-couple .container {
    position: relative;
    z-index: 2;
}

.newsletter h4 {
    font-family: 'Raleway', sans-serif;
    color: var(--color-brown);
}


/* our love story starts */

.our-love-story {
    background-color: var(--color-main);
    padding-top: 100px;
    padding-bottom: 108px;
}

.story-timeline .story-timeline-wrapper .story-timeline-text {
    width: 60%;
    background-color: var(--color-bglightblue);
    padding: 60px 90px 60px 60px;
    background: var(--color-bglightblue) 0% 0% no-repeat padding-box;
}

.text-left {
    text-align: right;
}

.story-timeline .story-timeline-wrapper .story-timeline-text h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 800;
}

.story-timeline .story-timeline-wrapper .story-timeline-text p {
    font-family: 'Raleway', sans-serif;
    color: var(--color-pera-lightgrey);
    padding-bottom: 10px;
}

.story-timeline .story-timeline-wrapper .story-timeline-text p:last-child {
    padding-bottom: 0px;
}

.story-timeline-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
    z-index: 2;
}

.story-timeline .story-timeline-wrapper .story-timeline-image {
    width: 40%;
    height: auto;
    background: var(--color-white);
    box-shadow: 0px 0px 16px #0a3b3729;
    opacity: 1;
    transform: matrix(0.99, 0.14, -0.14, 0.99, 0, 0);
    position: relative;
    right: 44px;
    padding: 35PX;
    padding-bottom: 0;
}

.story-timeline .story-timeline-wrapper .story-timeline-image.image-left {
    width: 40%;
    background: var(--color-white);
    box-shadow: 0px 0px 16px #0a3b3729;
    opacity: 1;
    transform: matrix(0.99, -0.14, 0.14, 0.99, 0, 0);
    position: relative;
    left: 44px;
    padding: 35px;
    z-index: 1;
    padding-bottom: 0;
    height: auto;
}

.story-timeline .story-timeline-wrapper .story-timeline-text.text-right {
    padding: 60px 60px 60px 90px;
}

.story-timeline .story-timeline-wrapper .story-timeline-image .timeline-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.story-timeline .story-timeline-wrapper .story-timeline-image .timeline-image img {
    height: 515px;
    object-fit: cover;
    width: 100%;
}

.story-timeline .story-timeline-wrapper .story-timeline-image .timeline-image H4 {
    font-family: 'Playfair Display', serif;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: var(--color-brown);
}

.dot-line {
    position: relative;
}

.dot-line img {
    position: relative;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -119px;
}

.story-timeline .dot-line.dot-line-left img {
    transform: scaleY(-1) translate(-50%, 0);
}

.story-timeline-text {
    position: relative;
}

.story-timeline-text.text-left::before {
    content: '';
    background-image: url(../images/svg/golden-leaf.svg);
    position: absolute;
    width: 300px;
    height: 300px;
    right: -50px;
    top: -131px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scaleX(-1);
}

.story-timeline-text.text-right::before {
    content: '';
    background-image: url(../images/svg/golden-leaf.svg);
    position: absolute;
    width: 300px;
    height: 300px;
    left: -50px;
    top: -131px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scaleX(1);
}


/* our love story ends */


/*=========================== 10. Story ends  ============================*/


/*=========================== 11. Event details starts ============================*/

.event-slide-sec #gallery-slides {
    margin-top: 70px;
}

.event-services-adjust .progress-main-wrapper {
    background-image: url(../images/event-details/main-event-service.jpg);
    background-color: var(--color-main);
    background-size: cover;
    background-position: center;
    width: 40%;
    height: 100%;
    box-shadow: 0px 13px 16px #0a3b3729;
}

.event-services-adjust.c-about-progress-top::before {
    content: '';
    background-image: url(../images/object/about-couple-left-main.png);
    position: absolute;
    top: -140px;
    left: -50px;
    width: 400px;
    height: 400px;
    background-repeat: no-repeat;
    z-index: 1;
}

.reception-main-image img {
    border: 10px solid var(--color-bglightblue);
}

.event-details-desc h6 {
    font-weight: 600;
    color: var(--color-main);
}

.event-details-desc p {
    margin-bottom: 15px;
    color: var(--color-pera-lightgrey);
    z-index: 2;
    position: relative;
}

.event-details-desc {
    margin-top: 30px;
}

.event-inside h2 {
    font-size: 60px;
    color: var(--color-main);
    font-weight: 600;
}

.event-inside {
    background-image: url(../images/bg/newsletter-bg.jpg);
    background-position: center;
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
    padding: 100px 0;
    text-align: center;
}

.event-wrapper {
    overflow: hidden;
}


/*=========================== 11. Event details ends ============================*/


/*=========================== 12. Gallery tabs images starts ============================*/

.single-tab-3 {
    margin-bottom: 70px;
}


/*=========================== 12. Gallery tabs images ends ============================*/


/*=========================== 13. Pagination starts ============================*/

.page-item.active .page-link {
    background-color: var(--color-main);
    border-color: var(--color-main);
}

.page-link:focus {
    outline: none;
    box-shadow: none;
}

.page-link:hover {
    z-index: 2;
    color: var(--color-main);
    background-color: var(--color-pera-lightgrey);
    border-color: var(--color-bglightblue);
}

.page-link {
    color: var(--color-main);
}


/*=========================== 13. Pagination ends ============================*/


/*=========================== 14. Footer starts ============================*/

.footer-bg {
    background: var(--color-main);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 159px 0 68px 0;
}

.footer-bg h2 {
    font-family: 'Playfair Display', serif;
    color: var(--color-brown);
    margin-top: 40px;
    font-weight: 500;
    font-style: italic;
}

.name-footer {
    position: absolute;
    top: 50%;
    display: flex;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Playfair Display', serif;
    height: 100px;
    font-weight: 600;
}

.and {
    color: var(--color-lightblue);
    display: flex;
    align-self: center;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    margin: 0 5px;
}

.first-let {
    display: flex;
    align-items: flex-start;
    line-height: .7;
}

.last-let {
    display: flex;
    align-items: flex-end;
    line-height: .7;
}

.footer-bg1 {
    position: relative;
    background: #fff;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.footer-main {
    position: relative;
}

.footer-main:after {
    content: "";
    background-image: url(../images/svg/footer-right-design.svg);
    width: 210px;
    height: 270px;
    background-size: contain;
    background-position: left;
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    z-index: 1;
}

.footer-main:before {
    content: "";
    background-image: url(../images/svg/footer-left-design.svg);
    width: 210px;
    height: 270px;
    background-size: contain;
    background-position: right;
    position: absolute;
    right: 60%;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    z-index: 1;
}

.footer-bg1::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: 2px dashed var(--color-brown);
    border-radius: 50%;
    z-index: 1;
}

.footer-main img {
    position: relative;
    z-index: 2;
    max-width: 400px;
}

.name-footer {
    z-index: 3;
}

.first-let,
.last-let {
    font-size: 80px;
    /* width: 32px; */
}


/*=========================== 14. Footer ends ============================*/


/*=========================== 15. Documentation ============================*/

.documentation .top-space {
    margin-top: 60px;
}

.documentation .indroduction-card {
    background-color: var(--color-bglightblue);
    padding: 20px;
    position: sticky;
    top: 100px;
}

.documentation .indroduction-card ol {
    padding-left: 0px;
    margin-bottom: 0;
    color: var(--color-main);
    list-style-type: none;
}

.documentation .indroduction-card ol li {
    margin: 10px;
    font-size: 20px;
}

.documentation .indroduction-card ol ol {
    padding-left: 20px;
}

.documentation .indroduction-card ol a {
    text-decoration: none !important;
    color: var(--color-main);
}

.documentation .indroduction-card ol li a:hover {
    color: var(--color-brown);
}

.documentation .documentation-title h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.documentation .documentation-title .about-single-sep {
    margin-bottom: 25px;
}

.documentation p {
    color: var(--color-pera-lightgrey);
    margin-bottom: 15px;
}

.documentation .documentation-block {
    margin-bottom: 60px;
}

.documentation .code-box {
    background: var(--color-bglightblue);
    padding: 20px;
    margin-bottom: 30px;
}

.documentation pre {
    margin-bottom: 0;
}

.documentation .change-code-area {
    background: var(--color-bglightblue);
    padding: 30px;
    font-size: 16px;
    color: var(--color-main);
    margin-bottom: 30px;
}

.documentation .full-accordions .accordion-button {
    font-size: 18px;
}

.documentation img {
    box-shadow: 0px 0px 16px #0a3b3729;
}


/*=========================== 15. Documentation ============================*/


/*=========================== 16. 404 css starts ============================*/

.hero-404-area {
    top: 50%;
}


/*=========================== 16. 404 css ends ============================*/


/*=========================== 17. Landing css starts ============================*/

.landing-banner .landingimg {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
}

.landing-banner {
    padding-bottom: 20px;
}

.landing-inside h1 {
    font-size: 200px;
    text-align: center;
    color: var(--color-white);
}

.landing-inside .main-title h5 {
    color: var(--color-white);
    font-size: 40px;
}

.landing-inside .main-title h5 {
    margin: 0;
    bottom: 0;
    position: relative;
}

.landing-inside .btn-inside {
    margin-top: 15px;
    display: block;
}

.scroll-page img {
    width: 100%;
}

.pages-inside {
    margin-top: 100px;
}

.scroll-page {
    max-height: 815px;
    overflow: auto;
    border: 1px solid var(--color-main);
    margin-bottom: 50px;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 20px;
}

.scroll-page .icon-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1;
}

.scroll-page .img-clip,
.scroll-page .icon-img {
    background-color: var(--color-brown);
}

.scroll-page img {
    position: relative;
}

.scroll-page .imgoverlay {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-main);
    position: absolute;
}

.scroll-page:hover .imgoverlay {
    opacity: 0.5;
    visibility: visible;
    transition: 0.3s;
    z-index: 1;
}

.scroll-page .img-clip img {
    width: 20px;
}

.scroll-page:hover .icon-img {
    opacity: 1;
    transition: 0.3s;
    visibility: visible;
}

.scroll-page::-webkit-scrollbar {
    display: none;
}

.scroll-page img.page {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 350px;
    transition: 3s all ease;
}

.scroll-page:hover img.page {
    object-position: bottom;
}

.scroll-page:hover {
    transform: scale(1.05);
    transition: 0.3s;
}

.other-pages {
    padding-bottom: 30px;
}

.navbar-brand h5 img {
    max-width: 45%;
    width: 100%;
    margin-top: -13px;
}

.landing-banner .landingimg {
    position: absolute;
    top: 0%;
    z-index: -1;
    width: 100%;
}

.landing-banner {
    padding-bottom: 20px;
}

.landing-inside h1 {
    font-size: 200px;
    text-align: center;
    color: var(--color-white);
}

.landing-inside .main-title h5 {
    color: var(--color-white);
    font-size: 40px;
}

.landing-inside .main-title h5 {
    margin: 0;
    bottom: 0;
    position: relative;
}

/* .main-title h5:before {
    background: var(--color-lightblue);
    -webkit-mask: var(--svg);
    mask: var(--svg);
    --svg: url('../images/svg/blue-leaf-left.svg');
} */

.landing-inside .btn-inside {
    margin-top: 15px;
    display: block;
}

.scroll-page img {
    width: 100%;
}

.pages-inside {
    margin-top: 100px;
}

.scroll-page {
    max-height: 815px;
    overflow: auto;
    border: 1px solid var(--color-main);
    margin-bottom: 50px;
    position: relative;
    transition: 0.3s;
}

.scroll-page .icon-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1;
}

.scroll-page .img-clip,
.scroll-page .icon-img {
    background-color: var(--color-brown);
}

.scroll-page img {
    position: relative;
}

.scroll-page .imgoverlay {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-main);
    position: absolute;
}

.scroll-page:hover .imgoverlay {
    opacity: 0.5;
    visibility: visible;
    transition: 0.3s;
    z-index: 1;
}

.scroll-page .img-clip img {
    width: 20px;
}

.scroll-page:hover .icon-img {
    opacity: 1;
    transition: 0.3s;
    visibility: visible;
}

.scroll-page::-webkit-scrollbar {
    display: none;
}

.scrollable-page {
    position: relative;
    border-radius: 20px;
}

.scroll-page:hover img.page {
    object-position: bottom;
}

.scroll-page:hover {
    transform: scale(1.05);
    transition: 0.3s;
}

.other-pages {
    padding-bottom: 30px;
}

.navbar-brand img {
    max-width: 100%;
    width: auto;
    height: 58px;
    margin-top: -4px;
}

.page-link:focus {
    color: var(--color-main);
}


/*=========================== 17. Landing css ends ============================*/


/*=========================== 18. Global css starts ============================*/

.mt80 {
    margin-top: 80px;
}

.mt40 {
    margin-top: 40px;
}

.main-title h5 {
    width: 100%;
    justify-content: center;
}

.hero-section {
    overflow: hidden;
}


/*=========================== 18. Global css ends ============================*/
.wish-section {
    position: relative;
}

.wish-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 525px;
    height: 569px;
    background-image: url(../images/object/story-bg-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    background-position: -170% 24%;
}

.message_box_wrapper {
    padding: 70px 0;
    /* border-top-left-radius: 100px;
    border-bottom-right-radius: 100px; */
    border-radius: 50px;
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

/* .message_box_wrapper::before{
    position: absolute;
    content: '';
    top: -38px;
    left: 200px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 40px solid #ffeade;
} */

.message_box_wrapper cite {
    text-align: center;
    display: block;
    margin-top: 20px;
}

.message-section {
    padding-top: 0;
    margin-bottom: 100px;
}

.message-section blockquote {
    font-weight: 100;
    font-size: 31px;
    max-width: 700px;
    line-height: 1.4;
    position: relative;
    margin: 0;
    padding: .5rem;
    width: 100%;
    margin: 0 auto;
}

.message-section blockquote:before,
.message-section blockquote:after {
    position: absolute;
    color: #ff9254;
    font-size: 8rem;
    width: 4rem;
    height: 4rem;
}

.message-section blockquote:before {
    content: '“';
    left: -5rem;
    top: -2rem;
}

.message-section blockquote:after {
    content: '”';
    right: -5rem;
    bottom: 1rem;
}

.family-detail-section .teammates-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.navbar.navbar-expand-lg.navbar-dark.fixed-top ul.navbar-nav li a.active {
    color: #fff !important;
    font-weight: 100;
}

.navbar.navbar-expand-lg.navbar-dark.fixed-top ul.navbar-nav li a:hover {
    color: #fff !important;
}

.navbar.navbar-expand-lg.navbar-dark.fixed-top ul.dropdown-menu li a.dropdown-item.active {
    color: #331807 !important;
    font-weight: 500;
}

.event-with-place-label {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.event-with-place-label span {
    display: block;
    margin-top: 10px;
}

.rsvp-bordered svg {
    position: relative;
    z-index: 5;
}

.dress-code-section {
    padding: 100px 0;
    position: relative;
}

.dress-code-section::after {
    content: "";
    position: absolute;
    height: 615px;
    width: 390px;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-image: url(../images/svg/about-right.svg);
    z-index: 1;
    background-position: -80% 70%;
}

.dress-code-section::before {
    content: "";
    position: absolute;
    background-image: url(../images/object/about-bg-leaf-left-1.png);
    background-repeat: no-repeat;
    width: 186px;
    height: 147px;
    left: 20px;
    top: 50%;
    z-index: 1;
    background-size: contain;
}

.dress-code-section .event-img-box {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    height: 400px;
    transition: all 0.5s ease;
}

.dress-code-section .event-img-box img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    object-position: center;
}

.dress-code-section .event-img-box::before {
    position: absolute;
    content: "";
    left: 15px;
    top: 35px;
    right: -20px;
    bottom: -20px;
    border: 2px solid #5f2c0f;
    transition: all 0.3s ease;
}

.dress-code-section .event-img-box:hover::before {
    right: -15px;
    bottom: -15px;
    transition: all 0.3s ease;
}

.dress-code-section .row {
    margin-top: 50px;
    justify-content: center;
}

.dress-code-content h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #331708;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.dress-code-content p {
    font-size: 15px;
}

.dress-code-content ul li {
    margin-bottom: 10px;
}

.ofm-img-box {
    position: relative;
}

.ofm-img-box,
.ofm-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ofm-img-box .gallery-desc {
    opacity: 1;
}

.ofm-img-box .gallery-desc p {
    margin-bottom: 50px;
}

.ofm-img-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent linear-gradient(180deg, #FF9D3900 0%, #607EAA45 32%, var(--color-main) 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.footer-bg {
    overflow: hidden;
}

.story-timeline .story-timeline-wrapper .story-timeline-image {
    z-index: 1;
}

.about-us-bg {
    overflow-x: hidden !important;
    margin-top: -250px;
    height: 100%;
    width: 100%;
    overflow-y: clip !important;
}

.c-home-about .hero-image {
    margin-top: 0 !important;
}

.event-countdowan {
    margin-top: 15px;
}

.event-countdowan ul li {
    flex-direction: row !important;
}

.event-countdowan ul li span {
    display: block;
    width: auto;
    height: auto;
    line-height: 40px;
    font-size: 24px !important;
    color: #1a1a1a !important;
}

.event-countdowan ul li i {
    font-style: normal;
    margin-left: 3px;
    position: relative;
    top: 5px;
    font-size: 14px;
}

.event-countdowan ul li b {
    color: #000;
    margin: 0 7px;
    font-size: 20px;
    position: relative;
    top: 3px;
}

.accomodation-sec .col-md-4 {
    margin-bottom: 30px;
}

.accomodation-sec .rsvp-single-title {
    margin-top: 0;
}

.accomodation-sec .col-lg-4 {
    margin-bottom: 25px;
}

.family_wishes_part {
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.ffw_img {
    text-align: center;
}

.ffw_img img {
    width: 100%;
    height: 100%;
}

.card-image-rsvp2.ffw_img {
    margin-top: 0;
}


/* ---- mine ---- */
.rsvp-box-desc-first {
    font-size: 24px;
    line-height: 30px;
}

.rsvp-box-desc-last {
    font-size: 16px;
}

.point-image {
    width: 120px;
}

a {
    color: var(--color-main);
}

.rsvp-button {
    text-transform: unset;
}

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

#rsvpModal .form-group label {
    margin-bottom: 5px;
}

#rsvpModel .form-check-label {
    margin-left: 5px;
}

.form-group input[type="radio"] {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
}

#inputCountOfPeople {
    min-width: 50px;
    height: 36px;
    margin-left: 5px;
    font-size: 20px;
}
#gdprCheckbox {
    margin-right: 5px;
}

.form-control {
    appearance: auto;
}

.no-presents {
    text-align: center;
    width: 100%;
    display: inline-block;
}

#gifts-table-container {
    font-size: 20px;
}

.f-32 {
    font-size: 32px;
}

@media(max-width:767px){
    #gifts-table-container {
        font-size: unset;
    }
}

.copyright {
    text-align: center;
    margin-top: 20px;
}

.link {
    color: var(--color-info);
}

.margin-bottom {
    margin-bottom: 90px;
}

.contact-outer-container {
    text-align:center;
}

.contact-name {
    font-size: 34px;
    margin-bottom: 10px;
}

.contact-container {
    margin-bottom: 30px;
}

.contact-phone {
    font-size: 30px;
}
.contact-phone a{
    text-decoration: none;
}

.registry-title {
    width: 70%;
    margin: auto;
}