@import url("https://fonts.googleapis.com/css?family=Playfair+Display|Poppins:100i,200,300,400,500,600,700,800,900&display=swap");

body {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal
}

h1,
h2,
h3,
h3,
h4 {
    font-family: "Playfair Display", serif;
    color: #362d2b;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal
}

p {
    font-family: "Poppins", sans-serif;
    color: #978e98;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: normal
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

a:focus {
    text-decoration: none;
    outline: none
}

a {
    color: #635c5c
}

a:hover {
    color: #0eab17
}

a:focus,
a:hover,
.footer -menu li a:hover {
    text-decoration: none
}

a,
button {
    color: #045b09;
    outline: medium none
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

input::placeholder, textarea::placeholder {
    color: #a3a3a3; /* Lighter color for placeholder */
    opacity: 1; /* Ensure the placeholder is fully opaque */
}

input, textarea {
    color: #000; /* Darker color for input text */
}

ul {
    margin: 0px;
    padding: 0px
}

li {
    list-style: none
}

.btn {
    background: #B0C7B3;
    -moz-user-select: none;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 30px 44px;
    border-radius: 5px;
    min-width: 150px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0
}

.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #620672;
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleY(0)
}

.btn:hover::before {
    transform: scaleY(1);
    color: #fff !important;
    z-index: -1
}

.btn2 {
    background: #B0C7B3;
    -moz-user-select: none;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 30px 44px;
    border-radius: 5px;
    min-width: 150px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0
}

.btn2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #620672;
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0)
}

.btn2:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1
}

.btn:focus {
    outline: 0;
    box-shadow: none
}

.mb-30 {
    margin-bottom: 30px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-100 {
    margin-bottom: 100px
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

.services-img::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    background: #520c0c;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-border 3000ms ease-out infinite
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 3px;
    border-top-color: #B0C7B3;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    background-color: #ffffff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-img img {
    max-width: 55px
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}




.story-padding {
    padding-top: 100px;
    padding-bottom: 5%
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .story-padding {
        padding-top: 100px;
        padding-bottom: 5%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .story-padding {
        padding-top: 100px;
        padding-bottom: 5%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .story-padding {
        padding-top: 100px;
        padding-bottom: 80px
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1440px) {
    #rsvp .row {
        background-size: contain;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .story-padding {
        padding-top: 100px;
        padding-bottom: 80px
    }
}

@media (max-width: 767px) {
    .story-padding {
        padding-top: 25px;
        padding-bottom: 30px
    }
}

.gift-padding {
    padding-top: 160px;
    padding-bottom: 170px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .gift-padding {
        padding-top: 160px;
        padding-bottom: 170px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gift-padding {
        padding-top: 160px;
        padding-bottom: 170px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gift-padding {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gift-padding {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (max-width: 767px) {
    .gift-padding {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header {
        padding: 15px 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .main-header {
        padding: 15px 0
    }
}

@media (max-width: 767px) {
    .main-header {
        padding: 15px 0
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .main-header .main-menu {
        margin-right: 30px
    }
}

.main-header .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1
}

.main-header .main-menu ul li a {
    color: #052a00;
    font-weight: 400;
    padding: 39px 19px;
    font-weight: 400;
    display: block;
    font-size: 16px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-transform: capitalize
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header .main-menu ul li a {
        padding: 39px 15px
    }
}

.main-header .main-menu ul li:hover>a {
    color: #B0C7B3
}

.header-sticky {
    transition: top 0.5s ease-in-out;
    position: fixed;
    width: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 1000;
}

  
.header-sticky.sticky-bar.sticky {
    top: -100px;
}

.header-sticky.sticky-bar.sticky.visible {
    top: 0;
}


.mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 99
}

.slider-height {
    max-height: 940px;
    height: 940px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .slider-height {
        height: 800px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height {
        height: 750px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height {
        height: 560px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height {
        height: 200px
    }
}

@media (max-width: 767px) {
    .slider-height {
        height: 200px
    }
}




.slider-area .hero__caption {
    position: relative
}

.slider-area .hero__caption::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -100%;
    width: 540px;
    height: 540px;
    z-index: -1;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .hero__caption::before {
        width: 450px;
        height: 450px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero__caption::before {
        width: 350px;
        height: 350px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero__caption::before {
        width: 250px;
        height: 250px
    }
}

@media (max-width: 767px) {
    .slider-area .hero__caption::before {
        width: 220px;
        height: 220px
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

.slider-area .hero__caption.caption-bg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 540px;
    width: 540px
}

.slider-area .hero__caption .circle-caption {
    margin: auto;
    padding: 5%;
    border-radius: 50px;
    background-color: #0000005e;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .hero__caption .circle-caption {
        margin: 0;
        padding-left: 58px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero__caption .circle-caption {
        margin: 0;
        padding-left: 65px
    }
}


@media (max-width: 767px) {
    .slider-area .hero__caption .circle-caption {
        margin: 0;
        padding-left: 0;
        position: fixed;
        bottom: 5%;
        right: 0px;
        width: 100%;
        border-radius: 0px;
    }
}

.slider-area .hero__caption .circle-caption span {
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    font-family: "Poppins", sans-serif;
    position: relative;
    margin-bottom: 20px;
    display: inline-block
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero__caption .circle-caption span {
        font-size: 18px;
        margin-bottom: 7px
    }
}

@media (max-width: 767px) {
    .slider-area .hero__caption .circle-caption span {
        font-size: 18px;
        margin-bottom: 7px
    }
}

.slider-area .hero__caption .circle-caption span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -76px;
    width: 57px;
    height: 2px;
    background: #fff;
    display: inline-block
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero__caption .circle-caption span::before {
        display: none
    }
}

@media (max-width: 767px) {
    .slider-area .hero__caption .circle-caption span::before {
        display: none
    }
}

.slider-area .hero__caption .circle-caption span::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -76px;
    width: 57px;
    height: 2px;
    background: #fff;
    display: inline-block
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero__caption .circle-caption span::after {
        display: none
    }
}

@media (max-width: 767px) {
    .slider-area .hero__caption .circle-caption span::after {
        display: none
    }
}

.slider-area .hero__caption .circle-caption h1 {
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #fff;
    font-family: "Playfair Display", serif;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .hero__caption .circle-caption h1 {
        font-size: 50px;
        line-height: 1.2
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero__caption .circle-caption h1 {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero__caption .circle-caption h1 {
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 8px
    }
}

@media (max-width: 767px) {
    .slider-area .hero__caption .circle-caption h1 {
        font-size: 27px;
        line-height: 1.4;
        margin-bottom: 8px
    }
}

.slider-area .hero__caption .circle-caption p {
    color: #fff;
    text-transform: uppercase;
    font-size: 23px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero__caption .circle-caption p {
        font-size: 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero__caption .circle-caption p {
        font-size: 15px
    }
}

@media (max-width: 767px) {
    .slider-area .hero__caption .circle-caption p {
        font-size: 13px
    }
}

@media (max-width: 767px) {
  
    .slider-area .hero__caption .circle-caption h1 {
      font-size: 32px;
      margin-bottom: 5px;
    }
  
    .slider-area .hero__caption .circle-caption p {
      font-size: 24px;
      line-height: 1.4;
    }
  }

.hero-overly {
    position: relative;
    z-index: 0
}

.hero-overly::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-repeat: no-repeat
}

@media (max-width: 767px) {
.hero-overly::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    }
}

.Our-story-area {
    position: relative
}

.Our-story-area .story-img {
    position: relative;
    margin-left: 40px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .Our-story-area .story-img {
        display: none;
    }
}

@media (max-width: 767px) {
    .Our-story-area .story-img {
        display: none;
    }
}

.Our-story-area .story-img .story-imges {
    width: 90%
}


@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .Our-story-area .story-caption {
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .Our-story-area .story-caption {
        padding-left: 20px;
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Our-story-area .story-caption {
        padding-left: 0px;
        padding-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .Our-story-area .story-caption {
        padding-left: 0px;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .Our-story-area .story-caption {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.Our-story-area .story-caption img {
    margin-bottom: 10px
}

@media (min-width: 1200px) {
    .our-story-area .container {
        max-width: 1400px;
    }
}

.Our-story-area .story-caption h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #362d2b;
    font-family: "Playfair Display", serif;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 44px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .Our-story-area .story-caption h3 {
        margin-bottom: 10px
    }
}

.Our-story-area .story-caption .story1 {
    margin-bottom: 35px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .Our-story-area .story-caption .story1 {
        margin-bottom: 10px
    }
}

.service-area {
    background: #fefcfa;
    padding-top: 50px;
    padding-bottom: 110px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .service-area {
        padding-top: 50px;
        padding-bottom: 110px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-area {
        padding-top: 30px;
        padding-bottom: 85px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-area {
        padding-top: 30px;
        padding-bottom: 85px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .service-area {
        padding-top: 10px;
        padding-bottom: 0px
    }
}

@media (max-width: 767px) {
    .service-area {
        padding-top: 10px;
        padding-bottom: 0px
    }
}

.service-area .singl-services {
    position: relative
}

.service-area .singl-services::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -17px;
    width: 2px;
    height: 75px;
    background: #e09513;
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    .service-area .singl-services::before {
        display: none
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .service-area .singl-services::before {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-area .singl-services::before {
        display: none
    }
}

.service-area .singl-services .top-caption h4 {
    color: #362d2b;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2
}

.service-area .singl-services .top-caption p {
    font-family: "Playfair Display", serif;
    color: #362d2b;
    font-size: 20px;
    margin-bottom: 54px
}

.service-area .singl-services .services-img {
    position: relative;
    z-index: 0
}

.service-area .singl-services .services-img img {
    position: relative;
    margin-bottom: 43px;
    border: 10px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%
}

.service-area .singl-services .services-img .back-flower {
    position: absolute;
    right: 45px;
    bottom: 0;
    z-index: -1;
    top: 3px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-area .singl-services .services-img .back-flower {
        right: 180px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .service-area .singl-services .services-img .back-flower {
        right: 50px
    }
}

@media (max-width: 767px) {
    .service-area .singl-services .services-img .back-flower {
        right: 0px
    }
}

.service-area .singl-services .services-img .back-flower img {
    margin-bottom: 0px;
    border: 0;
    border-radius: 0
}

.service-area .singl-services .bottom-caption span {
    color: #daad9e;
    letter-spacing: 10px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    display: block
}

.service-area .singl-services .bottom-caption p {
    color: #090908
}

.section-tittle h2 {
    color: #362d2b;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 66px;
    line-height: 1.3;
    text-transform: uppercase
}

.event-title h2{
    margin-bottom: 20px;
}

#event {
    padding-top: 25px;
    padding-bottom: 0px;
}

@media (max-width: 767px) {
    .section-tittle h2 {
        font-size: 39px;
        line-height: 1.3
    }
}

.section-tittle.tittle-form img {
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
    position: relative;
    top: -35px
}

.section-tittle.tittle-form h2 {
    font-size: 40px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-tittle.tittle-form h2 {
        font-size: 34px;
        line-height: 1.3
    }
}

@media (max-width: 767px) {
    .section-tittle.tittle-form h2 {
        font-size: 34px;
        line-height: 1.3
    }
}

.our-memories-area {
    position: relative
}

.our-memories-area .memory {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.our-memories-area .memory .memories-img {
    position: relative
}

.our-memories-area .memory .memories-img::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    background-repeat: no-repeat;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.our-memories-area .memory .memories-img img {
    width: 100%
}

.our-memories-area .memory .memories-img .menorie-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 800
}

.our-memories-area .memory .memories-img .menorie-icon i {
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    border: 2px solid #fff;
    font-weight: 800;
    cursor: pointer;
    position: relative;
    z-index: 2;
    display: inline-block;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    transform: scale(0)
}

.our-memories-area .memories-shape .memories-shape1 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0
}

.our-memories-area .memories-shape .memories-shape2 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0
}

.memory:hover {
    padding: 10px
}

.memory:hover .memories-img::before {
    opacity: 1;
    visibility: visible
}

.memory:hover .memories-img .menorie-icon i {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.gift-overly {
    position: relative;
    z-index: 1
}

.gift-overly::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    background-repeat: no-repeat
}

.gift-area {
    background-size: cover;
    background-repeat: no-repeat
}

.gift-area .gift-caption h2 {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #362d2b;
    font-family: "Playfair Display", serif;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 14px
}

@media (max-width: 767px) {
    .gift-area .gift-caption h2 {
        font-size: 44px;
        margin-bottom: 27px
    }
}

.gift-area .gift-caption p {
    color: #362d2b;
    font-size: 30px;
    margin-bottom: 60px;
    line-height: 1.3
}

@media (max-width: 767px) {
    .gift-area .gift-caption p {
        font-size: 18px
    }
}

.contact-form .form-wrapper {
    background: #fff;
    padding: 100px 70px 100px 70px;
    box-shadow: 0px 0px 86px 0px rgba(0, 0, 0, 0.06);
    position: relative
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .contact-form .form-wrapper {
        padding: 100px 82px 70px 82px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-form .form-wrapper {
        padding: 100px 82px 70px 82px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form .form-wrapper {
        padding: 100px 82px 70px 82px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-form .form-wrapper {
        padding: 100px 34px 70px 36px
    }
}

@media (max-width: 767px) {
    .contact-form .form-wrapper {
        padding: 100px 34px 40px 36px
    }
}

.contact-form .form-wrapper .shape-inner-flower .top1 {
    position: absolute;
    top: 20px;
    left: 25px
}

.contact-form .form-wrapper .shape-inner-flower .top2 {
    position: absolute;
    top: 20px;
    right: 25px
}

.contact-form .form-wrapper .shape-inner-flower .top3 {
    position: absolute;
    bottom: 20px;
    left: 25px
}

.contact-form .form-wrapper .shape-inner-flower .top4 {
    position: absolute;
    bottom: 20px;
    right: 25px
}

.contact-form .form-wrapper .shape-outer-flower .outer-top {
    position: absolute;
    top: -62px;
    left: -143px;
    z-index: -1;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s
}

.contact-form .form-wrapper .shape-outer-flower .outer-bottom {
    position: absolute;
    bottom: 2px;
    right: -133px;
    z-index: -1;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s
}

.contact-form input {
    background: none;
    height: 60px;
    width: 100%;
    padding: 10px 25px;
    padding-right: 25px;
    padding-right: 30px;
    border: 0;
    font-weight: 500;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #000000c2;
    border: 1px solid #d9d9d9
}

.contact-form textarea {
    color: #000000c2;
    background: none;
    font-weight: 500;
    letter-spacing: 2px;
    height: 140px;
    width: 100%;
    padding: 30px 50px;
    border: 0;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form textarea {
        padding: 30px 42px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-form textarea {
        padding: 30px 42px;
        font-size: 0.8rem;
    }
}

@media (max-width: 767px) {
    .contact-form textarea {
        padding: 30px 42px;
        font-size: 0.8rem;
    }
}

.contact-form input::-moz-placeholder,
.contact-form input::-moz-placeholder {
    color: #a3a3a3;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.contact-form input::-moz-placeholder {
    color: #a3a3a3;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.contact-form input:focus::-webkit-input-placeholder {
    opacity: 30;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.form-wrapper:hover .shape-outer-flower .outer-top {
    top: -70px
}

.form-wrapper:hover .shape-outer-flower .outer-bottom {
    bottom: 18px
}

.form-wrapper:hover .section-tittle.tittle-form img {
    transform: rotate(-80deg);
    position: relative;
    top: -35px;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .submit-info {
        text-align: center
    }
}

@media (max-width: 767px) {
    .submit-info {
        text-align: center
    }
}

.footer-bottom-area .footer-border {
    border-top: 1px solid #dddddd;
    padding: 0px;
    font-size: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-bottom-area .footer-border {
        padding: 0px 0px 20px
    }
}

@media (max-width: 767px) {
    .footer-bottom-area .footer-border {
        padding: 0px 0px 20px
    }
}

.footer-bottom-area .footer-copy-right p {
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    margin: 0
}

.footer-bottom-area .footer-copy-right p i {
    color: #B0C7B3
}

.footer-bottom-area .footer-copy-right p a {
    color: #7b40c0
}

.footer-bottom-area .footer-copy-right p a:hover {
    color: #B0C7B3
}

.footer-bg {
    background: #f9f7f4
}

.gift-overly::before {
    background-image: -moz-linear-gradient(0deg, #fff 0%, rgba(215, 215, 215, 0.01) 99%, rgba(215, 215, 215, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, #fff 0%, rgba(215, 215, 215, 0.01) 99%, rgba(215, 215, 215, 0) 100%);
    background-image: -ms-linear-gradient(0deg, #fff 0%, rgba(215, 215, 215, 0.01) 99%, rgba(215, 215, 215, 0) 100%)
}

.mb-30 {
    margin-bottom: 30px
}

#preloader-img-logo {
    width:30%
}

@media (max-width: 767px) {
    #preloader-img-logo {
        width:10%
    }
}


html {
    scroll-behavior: smooth;
}

#our-story,
#location,
#contact-form {
    scroll-margin-top: 100px; 
}

#map {
    justify-self: center;
}

#witnesses {
    background-color: white;
    padding-top: 5%;
    margin-bottom: 30px;
}

.rounded-circle {
    width: 50%;
}

.witness-caption {
    margin-top: 14px
}

p.social_contact_witness {
    margin-bottom: 0px;
}

.social_contacts {
    justify-self: anchor-center;
}

#location {
    padding-bottom: 0px;
}

#footer-copy {
    font-size: 8px;
}

#frase_regalo {
    display: block; 
    margin: 30px auto;
    width: 75%
}

@media screen and (max-width: 767px) {
    #frase_regalo {
        width: 100%;
        margin: 0px;
        margin-bottom: 25px;
        padding-top: 25px;
    }
}

#frase_iban {
    display: block;
     margin: 50px auto;
      width: 75%;
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    #frase_iban {
        width: 100%;
        margin: 0px;
        margin-bottom: 25px;
    }

    #rsvp .row {
        background-image: none !important;
    }

    #witnesses {
        background-image: none !important;
    }

    #celebrant {
        background-image: none !important;
    }

    #our-story {
        background-image: none !important;
    }
}

@media (max-width: 767px) {
    #contact-form .row .col-lg-4.mb-30 {
        justify-items: center;
    }
}

@media (max-width: 1023px) {
    .story-padding {
        padding-top: 25px;
        padding-bottom: 30px;
    }

    .gift-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .main-header {
        padding: 15px 0;
    }

    .slider-height {
        height: 200px;
    }

    .slider-area .hero__caption::before {
        width: 220px;
        height: 220px;
    }

    .slider-area .hero__caption .circle-caption {
        margin: 0;
        padding-left: 0;
        position: fixed;
        bottom: 5%;
        right: 0px;
        width: 100%;
        border-radius: 0px;
    }

    .slider-area .hero__caption .circle-caption span {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .slider-area .hero__caption .circle-caption span::before,
    .slider-area .hero__caption .circle-caption span::after {
        display: none;
    }

    .slider-area .hero__caption .circle-caption h1 {
        font-size: 27px;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .slider-area .hero__caption .circle-caption p {
        font-size: 13px;
    }

    .slider-area .hero__caption .circle-caption h1 {
        font-size: 32px;
        margin-bottom: 5px;
    }

    .slider-area .hero__caption .circle-caption p {
        font-size: 24px;
        line-height: 1.4;
    }

    .hero-overly::before {
        background-size: contain;
    }

    .Our-story-area .story-img {
        display: none;
    }

    .Our-story-area .story-caption {
        padding-left: 0px;
        padding-right: 0px;
    }

    .contact-form .form-wrapper {
        padding: 100px 34px 40px 36px;
    }

    .contact-form textarea {
        padding: 30px 42px;
        font-size: 0.8rem;
    }

    .submit-info {
        text-align: center;
    }

    #frase_regalo {
        width: 100%;
        margin: 0px;
        margin-bottom: 25px;
        padding-top: 25px;
    }

    #frase_iban {
        width: 100%;
        margin: 0px;
        margin-bottom: 25px;
    }

    #rsvp .row {
        background-image: none !important;
    }

    #witnesses {
        background-image: none !important;
    }

    #our-story {
        background-image: none !important;
    }

    #contact-form .row .col-lg-4.mb-30 {
        justify-items: center;
    }
}

@media screen and (max-width: 1400px) {
    #rsvp .row {
        background-image: none !important;
    }
    
}


