@import url(https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Italianno&display=swap);
body,
button,
input,
optgroup,
select,
textarea {
    font-family: Jost, sans-serif;
}

.back-to-top,
body {
    background-color: #fff;
}

.sr-only,
.sticky-header,
.wow {
    visibility: hidden;
}

a,
a:hover {
    text-decoration: none;
}

@font-face {
    font-family: theseasons-reg;
    src: url("../fonts/theseasons-reg.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

html {
    font-size: 15px;
}

body,
li,
p {
    font-size: 17px;
    color: #212121;
}

:root {
    scroll-behavior: unset;
}

body {
    overflow-x: hidden;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
    background-color: #450001;
}

li,
p {
    line-height: 1.7;
    margin-bottom: 10px;
}

.cd-timeline-block:last-child,
.wedding-announcement .couple-text h2,
.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text ul li:last-child,
li {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: theseasons-reg;
    font-weight: 400;
}

ul {
    padding-left: 0;
    margin: 0;
}

a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

img {
    max-width: 100%;
}

.hidden {
    display: none;
}

.sr-only {
    display: none !important;
    opacity: 0;
}

.spirit-header {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.particleground,
.ripple {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

.fi:before {
    margin: 0;
}

.section-padding {
    padding: 150px 0 100px;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: 5s infinite alternate rotating;
    animation: 5s infinite alternate rotating;
}

.back-to-top {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #450001;
    border-radius: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.back-to-top:hover {
    background-color: #450001;
}

.back-to-top:hover i,
.headerSticky .wpo-site-header #navbar>ul>li>a,
.sticky .wpo-site-header .navigation .navbar-header .logo,
.sticky-enquiry:hover a {
    color: #fff;
}

.back-to-top i {
    font-size: 1.2rem;
    color: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999 !important;
}

.fancybox-wrap {
    z-index: 99999 !important;
}

.wpo-section-title,
.wpo-section-title-s2 {
    margin-bottom: 30px;
    text-align: left;
}

.wpo-section-title-s2.div-center {
    text-align: center;
}

.wpo-section-title h2,
.wpo-section-title-s2 h2 {
    font-size: 45px;
    line-height: 55px;
    margin: 0;
    font-family: theseasons-reg;
    font-weight: 500;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    display: block;
    letter-spacing: 0.5px;
}

.wpo-section-title p,
.wpo-section-title-s2 p {
    font-size: 18px;
}

.wpo-section-title .section-title-icon,
.wpo-section-title-s2 .section-title-icon {
    max-width: 200px;
    margin: 0 auto;
    position: relative;
}

.wpo-section-title .section-title-icon .fi:before,
.wpo-section-title-s2 .section-title-icon .fi:before {
    color: #7f8e77;
    font-size: 40px;
}

.wpo-section-title-s2 .section-title-icon::after,
.wpo-section-title-s2 .section-title-icon::before {
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 100px;
    height: 1px;
    background: #bbb;
}

.wpo-section-title .section-title-icon::after,
.wpo-section-title-s2 .section-title-icon::after {
    right: -30px;
    left: auto;
}

.theme-btn-s3 {
    background: #450001;
    border: 1px solid #450001;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 12px 25px;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0;
    margin-top: 10px;
}

.theme-btn-s3:active,
.theme-btn-s3:focus,
.theme-btn-s3:hover {
    background: 0 0;
    color: #450001;
}

.theme-btn-s3:hover:after {
    opacity: 1;
}

.form input,
.form select,
.form textarea {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #595959;
    font-style: normal;
}

.form input:focus,
.form select:focus,
.form textarea:focus {
    border-color: #c78098;
    -webkit-box-shadow: 0 0 5px 0 #e18b96;
    -o-box-shadow: 0 0 5px 0 #e18b96;
    -ms-box-shadow: 0 0 5px 0 #e18b96;
    box-shadow: 0 0 5px 0 #e18b96;
}

.form :-moz-placeholder {
    font-style: italic;
    color: #595959;
}

.form ::-moz-placeholder {
    font-style: italic;
    color: #595959;
}

.form :-ms-input-placeholder {
    color: #595959;
    font-style: normal;
}

.form select::-ms-expand {
    display: none;
}

.form ::-webkit-input-placeholder {
    color: #595959;
    font-style: normal;
}

.form ::-ms-input-placeholder {
    font-style: normal;
}

.form ::placeholder {
    font-style: normal;
}

.preloader {
    background-color: #fdf6f8;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999999;
    overflow: hidden;
}

.preloader .vertical-centered-box {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

.preloader .vertical-centered-box::after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.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;
}

.preloader .vertical-centered-box .content img {
    animation: 2s linear infinite mirrorflip;
    -webkit-animation: 2s linear infinite mirrorflip;
}

@keyframes mirrorflip {
    0%,
    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
    }
    50% {
        transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        -moz-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
    }
}

.preloader * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.preloader .loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(214, 99, 113, 0.1);
    box-shadow: inset 0 0 0 1px rgba(214, 99, 113, 0.1);
    margin-left: -60px;
    margin-top: -60px;
}

.preloader .loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    overflow: hidden;
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    -webkit-animation: 1.2s linear infinite rotate;
    animation: 1.2s linear infinite rotate;
}

.preloader .loader-line-mask .loader-line {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(214, 99, 113, 0.5);
    box-shadow: inset 0 0 0 1px rgba(214, 99, 113, 0.5);
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}

.preloader lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.preloader [not-existing] {
    zoom: 1;
}

.wpo-site-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: 0.5s;
    padding: 15px 0;
}

.sticky .wpo-site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16), 0 2px 2px rgba(0, 0, 0, 0.23);
    background-color: #fff;
}

.bg-custom,
.wpo-site-footer .container,
.wpo-site-header .navigation>.container {
    position: relative;
}

.wpo-site-header .navigation {
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}

a.navbar-brand.logo {
    padding: 0;
    margin: 0;
}

.wpo-site-header .navigation .navbar-header .logo span {
    transform: none;
    display: inline-block;
    margin-left: 0;
}

.wpo-site-header .navigation .navbar-header .logo span .fi:before {
    font-size: 40px;
}

.sticky-header {
    -webkit-box-shadow: 0 -5px 15px #086ad84a;
    box-shadow: 0 -5px 15px #086ad84a;
}

.story-section .shape-1 img,
.story-section .shape-2 img,
.wpo-contact-section .shape-1 img,
.wpo-contact-section .shape-2 img,
.wpo-site-header .row {
    width: 100%;
}

.wpo-site-header .container-fluid {
    padding: 0 50px;
}

.wpo-site-header #navbar ul {
    list-style: none;
    justify-content: space-around;
    width: 100%;
    right: 0;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    margin-right: 0;
    align-items: center;
}

.wpo-site-header #navbar ul.show {
    display: flex;
    right: 0;
}

.wpo-site-header #navbar>ul>li>a.rsvp-btn {
    color: #fff;
    background-color: #450001;
    padding: 8px 30px;
    border-radius: 30px;
    line-height: normal;
    font-size: 16px;
}

.wpo-site-header #navbar {
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.headerSticky img.g-logo,
.menu-bar,
.wpo-site-footer .wpo-lower-footer .copyright br,
.wpo-site-header .menu-close,
img.w-logo {
    display: none;
}

.wpo-site-header .navigation.sticky-header {
    padding: 0 130px;
}

.bg-custom {
    background: url(../../assets/images/bg-back.jpg) center center/cover no-repeat;
}

@-webkit-keyframes spineer {
    from {
        -webkit-box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
        box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
    }
    to {
        -webkit-box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
        box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
    }
}

@keyframes spineer {
    from {
        -webkit-box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
        box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
    }
    to {
        -webkit-box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
        box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
    }
}

.desktop-countdown {
    background-image: url("../images/home_back.jpg");
    background-size: cover;
    background-position: center center;
}

.login-sec,
.wpo-contact-section {
    background-size: cover;
    background-position: bottom;
}

.login-secInner,
.wedding-announcement {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -45%);
    width: 100%;
}

.wedding-announcement .pos-border {
    vertical-align: middle;
    height: auto;
    text-align: center;
    padding: 0;
}

.login-secInner .couple-text h2,
.wedding-announcement .couple-text h2 {
    font-size: 75px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: none;
    font-family: Italianno, cursive;
    line-height: normal;
    color: #450001;
}

.wedding-announcement .couple-text h2 span {
    font-size: 50px;
}

.headerSticky img.w-logo,
.login-secInner .couple-text h2 span {
    display: block;
}

.wedding-announcement .couple-text p {
    font-size: 22px;
    color: #333;
    font-weight: 400;
    margin-bottom: 0;
}

.wedding-announcement .couple-text p .dots {
    width: 5px;
    height: 5px;
    background-color: #333;
    display: inline-block;
    border-radius: 50%;
    margin: 0 3px;
}

.wedding-announcement {
    z-index: 120;
}

.wpo-site-footer {
    position: relative;
    font-size: 15px;
    overflow: hidden;
}

.wpo-site-footer ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.wpo-site-footer li,
.wpo-site-footer p {
    color: #525252;
}

.wpo-site-footer .widget-title {
    margin-bottom: 30px;
}

.wpo-site-footer .widget-title h3 {
    font-size: 30px;
    color: #06002e;
    margin: 0;
    position: relative;
    font-family: Jost, sans-serif;
    font-weight: 400;
}

.wpo-site-footer .wpo-lower-footer {
    text-align: center;
    position: relative;
    background: #450001;
}

.wpo-site-footer .wpo-lower-footer .row {
    padding: 10px 0;
    position: relative;
}

.wpo-site-footer .wpo-lower-footer .copyright {
    display: inline-block;
    font-size: 16px;
    margin: 0;
    color: #fff;
}

.wpo-site-footer .wpo-lower-footer .copyright a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.story-section {
    position: relative;
    z-index: 1;
}

.story-section .shape-1 {
    position: absolute;
    left: 0;
    bottom: 25%;
    z-index: -1;
    max-width: 250px;
}

.story-section .shape-1 .sticky-shape,
.story-section .shape-2 .sticky-shape {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
}

.story-section .shape-2 {
    position: absolute;
    right: 0;
    top: 25%;
    z-index: -1;
    text-align: right;
    max-width: 250px;
}

.wpo-contact-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 80px;
}

.wpo-contact-section .wpo-contact-section-wrapper {
    position: relative;
    max-width: 70%;
    margin: 0 auto;
    -webkit-box-shadow: 0 4px 8px 2px rgba(0, 11, 50, 0.25);
    box-shadow: 0 4px 8px 2px rgba(0, 11, 50, 0.25);
    background: #fff;
}

.meal-pre .form-check-inline,
.meal-pre label {
    color: #787878;
    font-size: 1rem;
}

.wpo-contact-section .wpo-contact-section-wrapper .vector-1 {
    position: absolute;
    left: -100px;
    top: -125px;
    z-index: 1;
}

.m-input.required.m-small.single-input-box.meal-pre {
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
}

.wpo-contact-section .wpo-contact-section-wrapper .vector-1 img,
.wpo-contact-section .wpo-contact-section-wrapper .vector-2 img {
    max-width: unset;
}

.wpo-contact-section .wpo-contact-section-wrapper .vector-2 {
    position: absolute;
    right: -100px;
    bottom: -125px;
    z-index: 1;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area {
    padding: 0 25px 50px;
    position: relative;
    z-index: 99;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .wpo-section-title {
    margin-bottom: 20px;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    background: 0 0;
    border-radius: 0;
    color: #787878;
    padding-left: 0;
}

.btn-close,
.event-icon {
    border-radius: 50%;
    background-color: #fff;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder {
    color: #787878;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder {
    color: #787878;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-ms-input-placeholder {
    color: #787878;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder {
    color: #787878;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .select.last {
    margin-bottom: 50px;
}

.mt-40,
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area {
    margin-top: 40px;
}

.wpo-contact-section .shape-1 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.wpo-contact-section .shape-2 {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    text-align: right;
}

.wpo-event-section {
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
}

.wpo-event-section .wpo-event-wrap .wpo-event-item {
    position: relative;
    margin-bottom: 40px;
    box-shadow: none;
}

.mt-15,
.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text ul li.mt-custom {
    margin-top: 15px;
}

.event-icon {
    padding: 25px;
    outline: #450001 solid 1px;
    outline-offset: -5px;
    height: 100%;
    max-width: 100px;
    margin: auto;
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text {
    text-align: center;
    padding: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text h2 {
    font-weight: 400;
    font-size: 35px;
    line-height: 55px;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 40px;
    display: block;
    color: #333;
    font-family: inherit;
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text h2::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    background: url(../../assets/images/shape.png) center center/contain no-repeat;
    width: 130px;
    height: 40px;
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text ul {
    list-style: none;
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text ul li {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text ul li a {
    font-weight: 500;
    color: #450001;
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.btn-close {
    opacity: 1;
    position: absolute;
    right: -10px;
    top: -13px;
    padding: 10px;
    font-size: 14px;
}

.bg-custom {
    background-color: #f4f4f4;
}

.desktop-countdown .shape-1,
.wpo-event-section .shape-1 {
    position: absolute;
    left: 0;
    top: 65%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.desktop-countdown .shape-2,
.wpo-event-section .shape-2 {
    position: absolute;
    right: 0;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.desktop-countdown .shape-1 img,
.desktop-countdown .shape-2 img,
.wpo-event-section .shape-1 img,
.wpo-event-section .shape-2 img {
    max-width: 200px;
    opacity: 0.5;
}

.right-ele,
.right-ele-log {
    position: absolute;
    right: 0;
    bottom: -5px;
    z-index: -1;
}

.left-ele {
    position: absolute;
    left: 20px;
    bottom: -5px;
    z-index: -1;
}

.right-ele-log img {
    max-width: 300px;
    opacity: 0.7;
    float: right;
}

.homeCouple img,
.left-ele img,
.right-ele img {
    max-width: 200px;
}

.login-box-main {
    display: flex;
    justify-content: center;
}

.sticky-shape img {
    opacity: 0.5;
}

.travel-list {
    padding-left: 25px;
}

.travel-list li {
    padding: 5px 0;
}

.height-40 {
    height: 40px;
}

.accordion-flush .accordion-item {
    margin-bottom: 15px;
    background-color: transparent;
    border: none;
}

.accordion-flush .accordion-item .accordion-button {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
    color: #333;
    font-size: 20px;
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.wpo-site-header #navbar>ul>li>a {
    font-size: 18px;
    display: block;
    color: #333;
    position: relative;
    font-family: Jost, sans-serif;
    text-transform: capitalize;
}

.main .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.main .card {
    background: transparent;
    box-shadow: none;
    color: #333;
    border: none;
}

.main .card .card-image img {
    height: 280px;
    object-fit: cover;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .main .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}

.cd-container::after,
.cd-timeline-block::after,
.cd-timeline-content::after {
    clear: both;
    content: "";
    display: table;
}

.menu-bar {
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 50px;
    top: 30px;
}

h2.pb-0.text-left {
    text-align: left;
}

.btm-border {
    max-width: 250px;
}

.homeCouple img {
    position: absolute;
    bottom: -30px;
    left: 80px;
}

.login-sec {
    background-image: url("../images/bg-back.jpg");
    background-blend-mode: overlay;
    height: 100vh;
    width: 100%;
}

input[type="password"] {
    width: 100%;
    height: auto;
    border: 1px solid;
    background: #fff;
    border-radius: 30px 0 0 30px;
    color: #333;
    padding: 15px 20px;
    margin: 0;
    display: block;
}

input[type="password"]:focus,
input[type="password"]:focus-visible,
input[type="password"]:hover {
    border: 1px solid #450001;
    box-shadow: none;
    outline: 0;
}

input[type="submit"] {
    padding: 15px 30px;
    background: #450001;
    color: #fff;
    border: 1px solid #450001;
    cursor: pointer;
    border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -ms-border-radius: 0 30px 30px 0;
    -o-border-radius: 0 30px 30px 0;
}

.error {
    color: red;
}

.login-secInner {
    width: auto;
    text-align: center;
    padding: 0;
}

.headerSticky .wpo-site-header {
    position: fixed;
    top: 0;
    background-color: #450001;
}

.headerSticky .wpo-site-header #navbar>ul>li>a.rsvp-btn {
    background-color: #fff;
    color: #450001;
}

.mb-15 {
    margin-bottom: 15px;
}

.acc_list {
    padding-left: 30px;
}

.acc_list li a,
.accordion-body p a {
    font-weight: 500;
    color: #450001;
}

.mt-30 {
    margin-top: 30px;
}

.cd-container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.cd-timeline-img.cd-picture {
    background: #df0c0c;
}

.mh-100,
.rsvp-sec {
    height: 100vh;
}

.cd-timeline-img.cd-picture.bg-green {
    background-color: #7f8000;
}

.cd-timeline-img.cd-picture.bg-black {
    background-color: #000;
}

.cd-timeline-img.cd-picture.bg-yellow {
    background-color: #ffc100;
}

.cd-timeline-img.cd-picture.bg-blue {
    background-color: #0e0e3f;
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    padding: 1em;
}

.cd-timeline-content h2 {
    color: #303e49;
    padding: 15px 0;
    font-size: 25px;
}

.cd-timeline-content .cd-date,
.cd-timeline-content .cd-read-more,
.cd-timeline-content p {
    font-size: 14px;
}

.cd-timeline-content .cd-date,
.cd-timeline-content .cd-read-more {
    display: inline-block;
}

.cd-timeline-content p {
    line-height: 1.7;
    margin-bottom: 10px;
}

.cd-timeline-content .cd-read-more {
    float: right;
    padding: 0.8em 1em;
    background: #acb7c0;
    color: #fff;
    border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: 0.8em 0;
}

@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .cd-timeline-content p {
        font-size: 16px;
    }
    .cd-timeline-content .cd-date,
    .cd-timeline-content .cd-read-more {
        font-size: 0.875rem;
    }
}

@media only screen and (min-width: 991px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
    .cd-timeline-block {
        margin: 6em 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
    .cd-timeline-img {
        width: 20px;
        height: 20px;
        left: 50%;
        margin-left: -10px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-content.is-hidden,
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: 0.6s cd-bounce-1;
        -moz-animation: 0.6s cd-bounce-1;
        animation: 0.6s cd-bounce-1;
    }
    .cd-timeline-content {
        margin-left: 0;
        width: 45%;
        text-align: center;
    }
    .cd-timeline-content .cd-read-more {
        float: left;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 1rem;
    }
    .cd-timeline-block:nth-child(2n) .cd-timeline-content,
    .cd-timeline-block:nth-child(2n) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(2n) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent #ccc transparent transparent;
    }
    .cd-timeline-block:nth-child(2n) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: center;
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: 0.6s cd-bounce-2;
        -moz-animation: 0.6s cd-bounce-2;
        animation: 0.6s cd-bounce-2;
    }
    .cssanimations .cd-timeline-block:nth-child(2n) .cd-timeline-content.bounce-in {
        -webkit-animation: 0.6s cd-bounce-2-inverse;
        -moz-animation: 0.6s cd-bounce-2-inverse;
        animation: 0.6s cd-bounce-2-inverse;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width: 991px) {
    .cd-timeline-img {
        left: 10px;
    }
}

.cd-timeline-content a {
    color: #450001;
    font-weight: 500;
}

.cd-date img {
    width: 100%;
    max-width: 300px;
}

.sticky-enquiry {
    position: fixed;
    bottom: -60px;
    right: 60px;
    background: #450001;
    opacity: 0.5;
    transition: 0.8s;
}

.sticky-enquiry.revealed {
    bottom: 60px;
    opacity: 1;
    z-index: 9;
}

.sticky-enquiry a {
    padding: 12px 15px;
    display: block;
    transition: 0.3s;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .sticky-enquiry {
        right: 20px;
    }
    .sticky-enquiry.revealed {
        bottom: 20px;
    }
    .sticky-enquiry a {
        font-size: 12px;
        padding: 10px 15px;
    }
}

.rsvp-sec {
    justify-content: center;
    display: flex;
    align-items: center;
}

h3.second-title {
    font-size: 30px;
    line-height: 1.4;
    margin: 0;
    color: #450001;
    padding-bottom: 15px;
    padding-top: 15px;
    letter-spacing: 0.5px;
}

ul.weddList {
    padding-left: 1.5rem;
}

ul.weddList li {
    margin: 5px 0;
}

.enquiryBtn span {
    display: block;
    margin: 10px 0;
}

.enquiryBtn {
    margin: 15px 0;
}

.enquiryBtn a {
    color: #450001;
    margin-right: 25px;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
}

.login-box-main form {
    display: flex;
    align-items: center;
}

.top-left,
.top-right {
    position: absolute;
    max-width: 150px;
}

.top-left {
    left: 20px;
}

.top-right {
    right: 20px;
}

.swing {
    animation: 1s ease-in-out infinite alternate swing;
    transform-origin: center -10px;
    float: left;
}

@keyframes swing {
    0% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(-3deg);
    }
}

.center_logo {
    max-width: 250px;
    margin: 0 auto 30px;
}

.mt-25 {
    margin-top: 25px;
}

a.navbar-brand.logo img {
    max-width: 230px;
}

.city_back img {
    opacity: 0.2;
    position: absolute;
    width: 70%;
}

.city_back {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mt-60 {
    margin-top: 60px;
}

.pr-50 {
    padding-right: 50px;
}

.pl-50 {
    padding-left: 50px;
}