/*---------------------------
	Fonts
----------------------------*/

@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');

/* 1.1	Theme Reset Style */

html {
    font-size: 15px;
}

:root {
    scroll-behavior: unset;
}

body {
    font-family: "Jost", sans-serif;
    color: #525252;
    background-color: #fff;
    font-size: 18px;
    font-size: 1.2rem;
    overflow-x: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: "Jost", sans-serif;
}

p,
li {
    font-size: 18px;
    color: #525252;
    line-height: 1.7;
    margin-bottom: 10px;
}

li {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #525252;
    font-family: "Donalia";
    font-weight: 400;
}

ul {
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.hidden {
    display: none;
}

.sr-only {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}

.spirit-header {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.ripple,
.particleground {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

.wow {
    visibility: hidden;
}

.fi:before {
    margin: 0;
}

.section-padding {
    padding: 150px 0;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 5s alternate infinite;
    animation: rotating 5s alternate infinite;
}


/*** back to top **/

.back-to-top {
    background-color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #525252;
    border-radius: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.back-to-top:hover {
    background-color: #525252;
}

.back-to-top:hover i {
    color: #fff;
}

.back-to-top i {
    font-size: 18px;
    font-size: 1.2rem;
    color: #525252;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*** for fancybox video ***/

.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;
    position: relative;
    font-family: "Donalia";
    font-weight: 500;
    display: inline-block;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    display: block;
}

.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 {
    position: relative;
    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::before,
.wpo-section-title-s2 .section-title-icon::after {
    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;
}


/* .wpo-section-title-s2 h2 {
  color: #fff;
}

.wpo-section-title-s2 .section-title-icon .fi:before {
  color: #fff;
}

.wpo-section-title-s2 .section-title-icon::before,
.wpo-section-title-s2 .section-title-icon::after {
  background: #fff;
} */

.theme-btn-s3 {
    background: #977270;
    border: 1px solid #977270;
    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: all .3s;
    transition: all .3s;
    border-radius: 0px;
    margin-top: 10px;
}

.theme-btn-s3:hover,
.theme-btn-s3:focus,
.theme-btn-s3:active {
    background: transparent;
    color: #977270;
}

.theme-btn-s3:hover:after {
    opacity: 1;
}

.form input,
.form textarea,
.form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #595959;
    font-style: normal;
}

.form input:focus,
.form textarea:focus,
.form select: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 ::-webkit-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form :-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form ::-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form :-ms-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form select::-ms-expand {
    /* for IE 11 */
    display: none;
}

.form ::-webkit-input-placeholder {
    /* Edge */
    font-style: normal;
}

.form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    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: mirrorflip 2s 0s linear infinite;
    -webkit-animation: mirrorflip 2s 0s linear infinite;
}

@keyframes mirrorflip {
    0% {
        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);
    }
    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);
    }
}

.preloader * {
    -webkit-transition: all 0.3s;
    transition: all 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: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
}

.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);
}

.preloader lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.preloader [not-existing] {
    zoom: 1;
}

.preloader lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}

.preloader [not-existing] {
    zoom: 1;
}

.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;
}


/* 2.2 navigation */

.wpo-site-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all .5s ease;
    padding: 10px 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;
}

.wpo-site-header .navigation {
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}

a.navbar-brand.logo {
    margin: 0;
    display: block;
    width: 150px;
    position: absolute;
    top: -12px;
    background-color: #ccb8b6;
    padding: 10px;
    border-radius: 0;
    height: 150px;
    line-height: 100px;
    z-index: 9;
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" data-name="Layer 2" viewBox="0 0 308 376" preserveAspectRatio="none"><g transform="scale(1,-1) translate(0,-376)"><path class="cls-1" d="M281.43,128.27v-35.51h-36.84c2.05-13.3-2.26-27.02-11.42-37.32-23.21-26.09-63.25-26.09-79.18-55.44-15.93,29.35-55.97,29.35-79.18,55.44-9.16,10.3-13.47,24.02-11.42,37.32H26.57v35.51L0,148.64v227.36h308v-227.36l-26.57-20.38Z" fill="rgba(255, 0, 255, 1)"/><path class="cls-2" d="M154,11.11c7.71,13.53,20.88,20.4,34.73,26.83,13.94,6.48,28.57,12.52,39.44,24.4l.51.57c8.59,9.65,12.63,22.49,10.71,34.92l-.09.58h35.01v33.36l.2.15,24.99,19.14v214.52H8.5v-214.52l24.99-19.14.2-.15v-33.36h35l-.09-.58c-1.89-12.24,1.99-24.88,10.31-34.47l.4-.45c10.92-12.26,25.79-18.39,39.96-24.97,13.86-6.43,27.03-13.3,34.73-26.83Z" fill="none" stroke="%23fff"/></g></svg>')
}

.sticky .wpo-site-header .navigation .navbar-header .logo {
    color: #fff;
}

.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 {
    width: 100%;
    position: fixed;
    left: 0;
    top: -400px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-box-shadow: 0 -5px 15px #086ad84a;
    box-shadow: 0 -5px 15px #086ad84a;
}

.wpo-site-header .navigation>.container {
    position: relative;
}

.wpo-site-header .row {
    width: 100%;
}

.wpo-site-header #navbar {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}

.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: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    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: #977270;
    padding: 8px 25px;
    border-radius: 30px;
}

.wpo-site-header .navigation>.container {
    position: relative;
}

.wpo-site-header #navbar {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.wpo-site-header .menu-close {
    display: none;
}

.wpo-site-header .navigation.sticky-header {
    padding: 0 130px;
}


/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/


/*3.1 wpo-hero-slider*/

.wpo-hero-style-4 {
    width: 100%;
    height: calc(100vh - 49px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: url(../../assets/images/bg-back.png) no-repeat center center;
    position: relative;
    background-size: cover;
}

.bg-custom {
    background: url(../../assets/images/bg-back.png) no-repeat center center;
    position: relative;
    background-size: cover;
}

@-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/raffle.png');
    /* background-color: #fffaf4; */
    background-size: cover;
    background-position: center center;
}

.wedding-announcement,
.login-secInner {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -45%);
    width: 100%;
}

.wedding-announcement .pos-border {
    vertical-align: middle;
    height: auto;
    text-align: center;
    /* background-image: url(../images/border.png);
    background-size: cover;
    background-repeat: no-repeat; */
    padding: 0px;
}

.menu-bar {
    display: none;
}

.wedding-announcement .couple-text h2,
.login-secInner .couple-text h2 {
    font-size: 85px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: none;
    font-family: "Italianno", cursive;
    line-height: normal;
    color: #977270;
}

.wedding-announcement .couple-text h2 {
    margin-bottom: 0px;
}

.wedding-announcement .couple-text h2 span {
    font-size: 60px;
    margin: 0 25px 0 0;
}

.login-secInner .couple-text h2 span {
    display: block;
}

.wedding-announcement .couple-text p {
    font-size: 22px;
    color: #525252;
    font-weight: 400;
    margin-bottom: 0px;
}

.wedding-announcement .couple-text p .dots {
    width: 5px;
    height: 5px;
    background-color: #525252;
    display: inline-block;
    border-radius: 50%;
    margin: 0 3px;
}

.wpo-wedding-date {
    padding-top: 20px;
    padding-bottom: 20px;
}

.wpo-wedding-date .countdown {
    text-align: center;
    display: flex;
    justify-content: center;
}

.wpo-wedding-date .countdown>div {
    width: 150px;
    height: 129px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 30px 20px 10px;
    background-image: url(../images/count-bg.png);
    background-size: cover;
    border-bottom: 1px solid #7c8b74;
}


/*
.wpo-wedding-date .countdown>div.box:before {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url('../../assets/images/bg-1.png') no-repeat center center;
  z-index: -1;
  background-size: contain;
}
*/

.wpo-wedding-date .countdown>div.box div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wpo-wedding-date .countdown div+div {
    margin-left: 30px;
}

.wpo-wedding-date .countdown .time {
    font-family: "Donalia";
    font-weight: 400;
    font-size: 40px;
    line-height: 42px;
    color: #7c8b74;
}

.wpo-wedding-date .countdown span {
    color: #525252;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}


/* .wpo-hero-style-4 {
  background: url(../../assets/images/bg-back.png) no-repeat center center;
  position: relative;
  background-size: cover;
  height: 100%;
} */

.wedding-announcement {
    z-index: 120;
}


/* .wpo-hero-style-4:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: .20;
  z-index: -1;
} */


/*--------------------------------------------------------------
4. wpo-footer
--------------------------------------------------------------*/

.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 p {
    color: #525252;
}

.wpo-site-footer li {
    color: #525252;
}

.wpo-site-footer .container {
    position: relative;
}

.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 .about-widget .widget-title {
    margin-top: -20px;
    margin-bottom: 15px;
}

.wpo-site-footer .about-widget .logo {
    font-size: 45px;
    font-family: "Donalia";
    color: #c78098;
}

.wpo-site-footer .about-widget .logo small {
    color: #06002E;
}

.wpo-site-footer .about-widget .logo span {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    display: inline-block;
    margin-left: -19px;
}

.wpo-site-footer .about-widget .logo span .fi:before {
    font-size: 55px;
}

.wpo-site-footer .about-widget {
    padding-right: 45px;
}

.wpo-site-footer .about-widget p {
    margin-bottom: 0.8em;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.wpo-site-footer .about-widget p:last-child {
    margin-bottom: 0;
}

.wpo-site-footer .about-widget ul {
    overflow: hidden;
    padding-top: 10px;
}

.wpo-site-footer .about-widget ul li {
    font-size: 22px;
    float: left;
}

.wpo-site-footer .about-widget ul li a {
    color: #06002E;
    width: 42px;
    height: 42px;
    line-height: 46px;
    background: #fff;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
}

.wpo-site-footer .about-widget ul li a:hover {
    background: #06002E;
    color: #fff;
}

.wpo-site-footer .about-widget ul li+li {
    margin-left: 15px;
}

.wpo-site-footer .link-widget {
    overflow: hidden;
}

.wpo-site-footer .link-widget ul li {
    position: relative;
}

.wpo-site-footer .link-widget ul li a {
    color: #fff;
    font-size: 20px;
}

.wpo-site-footer .link-widget ul li a:hover {
    text-decoration: underline;
}

.wpo-site-footer .wpo-lower-footer {
    text-align: center;
    position: relative;
    background: #ccb8b6;
}

.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: all 0.7s;
    transition: all 0.7s;
}


/* 3.2 couple-section */

.couple-section {
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.couple-section .shape-1 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.couple-section .shape-1 img {
    width: 100%;
}

.couple-section .shape-2 {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    text-align: right;
}

.couple-section .shape-2 img {
    width: 100%;
    max-width: 270px;
    transform: rotate(-25deg);
}

.couple-section .couple-area .couple-item {
    margin-bottom: 60px;
}

.couple-section .couple-area .couple-item .couple-img {
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 6.1px 3.9px rgba(28, 31, 86, 0.06);
    box-shadow: 0px 0px 6.1px 3.9px rgba(28, 31, 86, 0.06);
    border-radius: 50%;
    overflow: hidden;
}

.couple-section .couple-area .couple-item .couple-img img {
    border-radius: 50%;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.couple-section .couple-area .couple-item .couple-text {
    padding-left: 30px;
}

.couple-section .couple-area .couple-item .couple-text h3 {
    font-weight: 400;
    font-size: 50px;
    font-size: 3.33333rem;
    line-height: 79px;
    margin: 0 0 0.3em;
    font-weight: 500;
}

.couple-section .couple-area .couple-item .couple-text p {
    margin-bottom: 10px;
}

.couple-section .couple-area .couple-item .couple-text ul {
    list-style: none;
    overflow: hidden;
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.couple-section .couple-area .couple-item .couple-text ul>li+li {
    margin-left: 15px;
}

.couple-section .couple-area .couple-item .couple-text ul li a {
    display: block;
    text-align: center;
    color: #c78098;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #c78098;
    border-radius: 50%;
}

.couple-section .couple-area .couple-item .couple-text ul li a:hover {
    color: #fff;
    background: #c78098;
}

.couple-section .couple-area .couple-item.groom .row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.couple-section .couple-area .couple-item.groom .couple-text {
    text-align: right;
    padding-right: 30px;
    padding-left: 0;
}

.couple-section .couple-area .couple-item.groom .couple-text ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}


/* 3.4 wpo-story-section */

.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 {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
}

.story-section .shape-1 img {
    width: 100%;
}

.story-section .shape-2 {
    position: absolute;
    right: 0;
    top: 25%;
    z-index: -1;
    text-align: right;
    max-width: 250px;
}

.story-section .shape-2 .sticky-shape {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
}

.story-section .shape-2 img {
    width: 100%;
}

.story-section .story-timeline {
    position: relative;
}

.story-section .story-timeline .heart {
    background-color: #fff;
    width: 70px;
    height: 70px;
    line-height: 71px;
    text-align: center;
    position: absolute;
    left: -35px;
    top: -22px;
    border: 1px solid rgba(223, 202, 204, 0.5);
    border-radius: 50%;
    z-index: 10;
}

.story-section .story-timeline .fi {
    color: #7f8e77;
    font-size: 40px;
}

.story-section .story-timeline:after {
    content: "";
    background: rgba(223, 202, 204, 0.5);
    width: 2px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.story-section .story-timeline .story-timeline-item {
    padding-top: 270px;
}

.story-section .story-timeline .story-timeline-item.s1 {
    padding-top: 150px;
}

.story-section .story-timeline .img-holder {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.story-section .story-timeline .img-holder .heart {
    top: -170px;
    left: 15px;
}

.story-section .story-timeline>.row {
    position: relative;
}

.story-section .story-timeline>.row .horizontal-line {
    background: rgba(214, 99, 113, 0.1);
    width: 70%;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.story-section .story-timeline>.row:last-child .col {
    padding-top: 0 !important;
}

.story-section .story-timeline>.row+.row {
    margin-top: 50px;
    padding-top: 15px;
}

.story-section .story-timeline>.row>.col:first-child {
    padding: 0 45px 0 100px;
}

.story-section .story-timeline>.row>.col:last-child {
    padding: 0 100px 0 45px;
}

.story-section .story-timeline .story-text {
    padding: 50px;
    border: 0;
    max-width: 510px;
    position: relative;
    z-index: 11;
    background: #fff;
}

.story-section .story-timeline .left-site .story-text {
    position: relative;
    z-index: 11;
}

.story-section .story-timeline .text-holder {
    position: relative;
}

.story-section .story-timeline .text-holder.left-text .story-text {
    margin-left: auto;
    margin-right: -50px;
}

.story-section .story-timeline .right-heart .heart {
    left: auto;
    right: 10px;
}

.story-section .story-timeline h3 {
    font-size: 35px;
    font-size: 2.33333rem;
    font-weight: 500;
    color: #7f8e77;
    margin: 0 0 0.3em;
}

.story-section .story-timeline .date {
    font-size: 20px;
    font-size: 1.33333rem;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
    color: #06002E;
}

.story-section .story-timeline .line-shape {
    position: relative;
    margin: 10px 0 15px;
}

.story-section .story-timeline .line-shape:before {
    position: absolute;
    left: 19px;
    top: 7px;
    width: 100px;
    height: 1px;
    content: "";
    background: #7f8e77;
}

.story-section .story-timeline .line-shape:after {
    position: absolute;
    left: 19px;
    top: 12px;
    width: 120px;
    height: 1px;
    content: "";
    background: #7f8e77;
}

.story-section .story-timeline .line-shape .outer-ball {
    width: 20px;
    height: 20px;
    border: 1px solid #7f8e77;
    border-radius: 50%;
    position: relative;
}

.story-section .story-timeline .line-shape .outer-ball .inner-ball {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 8px;
    height: 8px;
    background: #7f8e77;
    border-radius: 50%;
}

.story-section .story-timeline .line-shape.s2 {
    text-align: right;
}

.story-section .story-timeline .line-shape.s2:before {
    left: auto;
    right: 19px;
}

.story-section .story-timeline .line-shape.s2:after {
    left: auto;
    right: 19px;
}

.story-section .story-timeline .line-shape.s2 .outer-ball {
    margin-left: auto;
}

.story-section .story-timeline p {
    margin-bottom: 0;
    font-size: 20px;
}

.story-section .story-timeline img {
    display: inline-block;
}


/* 3.6 wpo-portfolio-section*/

.wpo-portfolio-section .portfolio-grids {
    margin: 0 -7.5px;
}

.wpo-portfolio-section .portfolio-grids .grid {
    width: 33.33%;
    float: left;
    padding: 0 7.5px 15px;
}

.wpo-portfolio-section .portfolio-grids .grid img {
    width: 100%;
}

.wpo-portfolio-section .grid .img-holder {
    position: relative;
}

.wpo-portfolio-section .grid .img-holder .hover-content {
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    text-align: center;
    width: 260px;
}

.wpo-portfolio-section .grid .img-holder .hover-content span {
    color: #585858;
}

.wpo-portfolio-section .grid .img-holder .hover-content h4 {
    font-size: 30px;
    font-weight: 600;
}

.wpo-portfolio-section .grid .img-holder .hover-content h4 a {
    color: #06002E;
}

.wpo-portfolio-section .grid .img-holder .hover-content h4 a:hover {
    color: #c78098;
}

.wpo-portfolio-section .grid .img-holder .hover-content i {
    font-size: 30px;
    color: #06002E;
}

.wpo-portfolio-section .grid .img-holder:before {
    position: absolute;
    left: 2%;
    top: 2%;
    width: 96%;
    height: 96%;
    content: "";
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.wpo-portfolio-section .img-holder:hover .hover-content {
    opacity: 1;
}

.wpo-portfolio-section .img-holder:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* 3.7 wpo-contact-section */

.wpo-contact-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 80px;
    background-position: bottom;
    background-size: cover;
}

.wpo-contact-section .wpo-contact-section-wrapper {
    position: relative;
    max-width: 70%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 11, 50, 0.25);
    box-shadow: 0px 4px 8px 2px rgba(0, 11, 50, 0.25);
    background: #fff;
}

.meal-pre label,
.meal-pre .form-check-inline {
    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 {
    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 .vector-2 img {
    max-width: unset;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area {
    padding: 0 25px 50px 25px;
    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: transparent;
    border-radius: 0;
    color: #787878;
    padding-left: 0;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #787878;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    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;
}

.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-1 img {
    width: 100%;
}

.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-contact-section .shape-2 img {
    width: 100%;
}


/* 3.9 wpo-event-section */

.wpo-event-section {
    position: relative;
    z-index: 1;
}


/* .wpo-event-section:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../../assets/images/slide-15.jpg) no-repeat center center;
  z-index: -1;
  background-size: cover;
  background-color: rgb(0 0 0 / 30%);
  background-blend-mode: overlay;
} */


/* .wpo-event-section:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0);
  z-index: -1;
} */

.wpo-event-section .wpo-event-wrap .wpo-event-item {
    position: relative;
    margin-bottom: 40px;
    /*  -webkit-box-shadow: 0px 0px 6.1px 3.9px rgba(28, 31, 86, 0.06);*/
    box-shadow: none;
}

.mt-15 {
    margin-top: 15px;
}

.event-icon {
    background-color: #fff;
    border-radius: 50%;
    padding: 25px;
    outline: 1px solid #977270;
    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: #525252;
    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) no-repeat center center;
    width: 130px;
    height: 40px;
    background-size: contain;
}

.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: 0px;
    font-size: 16px;
    line-height: 30px;
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text ul li.mt-custom {
    margin-top: 15px;
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text ul li:last-child {
    margin-bottom: 0;
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text ul li a {
    font-weight: 500;
    color: #977270;
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.btn-close {
    opacity: 1;
    position: absolute;
    right: -10px;
    top: -13px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    font-size: 14px;
}

.modal-body {
    padding: 35px;
}

.modal-body p {
    text-align: justify;
}

.modal-btn {
    background-color: #c78098;
    font-weight: 400;
    font-size: 16px;
    border: 2px solid #c78098;
    margin-top: 15px;
    color: #fff;
    border-radius: 0;
    padding: 8px 25px;
}

.modal-btn:hover,
.modal-btn:focus {
    color: #c78098;
    background-color: transparent;
}

.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,
.wpo-event-section .shape-1 img,
.desktop-countdown .shape-2 img,
.wpo-event-section .shape-2 img {
    max-width: 200px;
    opacity: 0.5;
}

.mt-40 {
    margin-top: 40px;
}

.travelcont h3,
.near-by-attaraction h3 {
    font-size: 35px;
    line-height: 55px;
    margin: 0 0 15px 0;
    display: block;
    text-align: left;
    color: #06002E;
    font-weight: 500;
}

.travelcont a {
    color: #06002e;
    font-weight: 500;
}

.near-by-attaraction {
    padding-top: 30px;
}

.attaraction-list {
    list-style-type: none;
    padding-left: 0;
}

.attaraction-list li {
    padding: 0 0 10px 20px;
    position: relative;
}

.attaraction-list li:before {
    content: '\e661';
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 13px;
    position: absolute;
    top: 4px;
    left: 0;
}

.right-ele {
    position: absolute;
    right: 20px;
    bottom: 0px;
    z-index: -1
}

.left-ele {
    position: absolute;
    left: 20px;
    bottom: 0px;
    z-index: -1
}

.login-box-main {
    display: flex;
    justify-content: center;
}

.left-ele img,
.right-ele img {
    max-width: 210px;
}

.sticky-shape img {
    opacity: 0.5;
}

.empty-box-border {
    height: 50px;
    width: 1px;
    border-left: 1px solid #ab9e76;
    margin: 0 auto 30px auto;
}

.about-fam {
    padding-bottom: 40px;
}

.about-fam-info {
    text-align: center;
    padding: 0 15px;
}

.travel-list {
    padding-left: 25px;
}

.travel-list li {
    padding: 5px 0;
}

.height-40 {
    height: 40px;
}

.height-20 {
    height: 20px;
}

.height-10 {
    height: 10px;
}

.accordion-flush .accordion-item {
    margin-bottom: 15px;
    background-color: transparent;
    border: none;
}

.accordion-flush .accordion-item .accordion-button {
    background-color: #fff;
    border: 1px solid rgb(116 91 90 / 50%);
    border-radius: 30px;
    color: #525252;
    font-size: 18px;
}

.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: #525252;
    position: relative;
    font-family: "Jost", sans-serif;
    text-transform: capitalize;
}

.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.main .card {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    color: #525252;
    border-radius: 2px;
}

@media only screen and (max-width: 600px) {
    .main .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}

.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 {
    max-width: 200px;
    position: absolute;
    bottom: -30px;
    left: 80px;
}

.login-sec {
    background-image: url('../images/bg-back.png');
    background-blend-mode: overlay;
    background-size: cover;
    background-position: bottom;
    height: 100vh;
    width: 100%;
}

input[type="password"] {
    width: 100%;
    height: auto;
    border: 1px solid rgb(116 91 90 / 50%);
    background: #fff;
    border-radius: 30px;
    color: #525252;
    padding: 15px 20px;
    margin: 0 0 0px 0;
    display: block;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="password"]:hover,
input[type="password"]:focus,
input[type="password"]:focus-visible {
    border: 1px solid rgb(116 91 90 / 100%);
    box-shadow: none;
    outline: none;
}

input[type="submit"] {
    padding: 15px 30px;
    background: #977270;
    color: white;
    border: 1px solid #977270;
    cursor: pointer;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.error {
    color: red;
}

.login-secInner {
    width: auto;
    text-align: center;
    padding: 0px;
}

.headerSticky .wpo-site-header {
    position: fixed;
    top: 0;
    background-color: #ccb8b6;
}

.headerSticky .wpo-site-header #navbar>ul>li>a {
    color: #fff;
}

.headerSticky .wpo-site-header #navbar>ul>li>a.rsvp-btn {
    background-color: #fff;
    color: #977270;
}

img.w-logo {
    display: none;
}

.headerSticky img.w-logo {
    display: block;
}

.headerSticky img.g-logo {
    display: none;
}


/* .preloader {
            width: 100%;
            height: 100%;
            padding: 0;
            margin: 0;
            display: flex;
            flex-flow: row nowrap;
            justify-content: center;
            align-items: center;
            background: #f7f7f7;
            position: fixed;
            z-index: 99
        }

        .vertical-centered-box {
            -webkit-animation: 5s linear infinite rotation
        }
        @-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
} */

.mb-15 {
    margin-bottom: 15px;
}

.acc_list {
    padding-left: 30px;
}

.acc_list li a,
.accordion-body p a {
    font-weight: 500;
    color: #977270;
}

.mt-30 {
    margin-top: 30px;
}


/* -------------------------------- 

Primary style

-------------------------------- */


/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */

.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

.cd-container::after {
    /* clearfix */
    content: "";
    display: table;
    clear: both;
}


/* -------------------------------- 

Main components 

-------------------------------- */

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline::before {
    /* this is the vertical line */
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
}

@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 {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block::after {
    clear: both;
    content: "";
    display: table;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 991px) {
    .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 {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    /*  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);*/
}

.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;
}

@media only screen and (min-width: 991px) {
    .cd-timeline-img {
        width: 20px;
        height: 20px;
        left: 50%;
        margin-left: -10px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

.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::after {
    clear: both;
    content: "";
    display: table;
}

.cd-timeline-content h2 {
    color: #303e49;
    padding: 15px 0;
    font-size: 25px;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    font-size: 14px;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content p {
    line-height: 1.7;
    margin-bottom: 0
}

.cd-timeline-content .cd-read-more {
    float: right;
    padding: 0.8em 1em;
    background: #acb7c0;
    color: #ffffff;
    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-read-more,
    .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media only screen and (min-width: 991px) {
    .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: 16px;
        font-size: 1rem;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #ccc;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: center;
    }
    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 991px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-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);
    }
}


/* CSS Document */

@media(max-width: 991px) {
    .cd-timeline-img {
        left: 10px;
    }
}

.cd-timeline-content p {
    margin-bottom: 10px;
}

.cd-timeline-content a {
    color: #977270;
    font-weight: 500;
}

.cd-date img {
    width: 75%;
    max-width: 100%;
}

.sticky-enquiry {
    position: fixed;
    bottom: -60px;
    right: 60px;
    background: #977270;
    opacity: 0.5;
    /* Change this for the animation speed */
    transition: all 0.8s ease;
}

@media screen and (max-width: 768px) {
    .sticky-enquiry {
        right: 20px;
    }
}

.sticky-enquiry.revealed {
    bottom: 60px;
    opacity: 1;
    z-index: 9;
}

@media screen and (max-width: 768px) {
    .sticky-enquiry.revealed {
        bottom: 20px;
    }
}

.sticky-enquiry a {
    padding: 12px 15px;
    display: block;
    transition: all 0.3s ease;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .sticky-enquiry a {
        font-size: 12px;
        padding: 10px 15px;
    }
}

.sticky-enquiry:hover a {
    color: #fff;
}

.rsvp-sec {
    height: 100vh;
    justify-content: center;
    display: flex;
    align-items: center;
}

.mh-100 {
    height: 100vh;
}

.wpo-site-footer .wpo-lower-footer .copyright br {
    display: none
}

h3.second-title {
    font-size: 30px;
    line-height: 1.4;
    margin: 0;
    color: #977270;
    padding-bottom: 15px;
    padding-top: 15px;
}

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: #977270;
    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;
}

.top-left img,
.top-right img {
    max-width: 100px;
    opacity: 0.6;
}

.top-left {
    left: 20px;
    top: -10px;
}

.top-right {
    right: 20px;
    top: -10px;
}

.swing {
    animation: swing ease-in-out 1s infinite alternate;
    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;
}

.navbar-brand h1 {
    color: #525252;
    margin-bottom: 0;
}

.headerSticky .navbar-brand h1 {
    color: #fff;
}

.re-ab {
    right: 0;
}

.le-ab {
    left: 0;
}

.re-ab img,
.le-ab img {
    max-width: 450px;
    opacity: 0.2;
}

.wpo-travel-wrap {
    z-index: 9;
    position: relative;
}