@font-face {
    font-family: 'MyFont';
    src: url('../fonts/cinzel.eot'); /* IE9 Compat Modes */
    src: url('../fonts/cinzel.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/cinzel.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/cinzel.woff') format('woff'), /* Modern Browsers */
         url('../fonts/cinzel.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/cinzel.svg#MyFont') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Styles for the prompt */
        #audioPrompt {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            visibility: hidden;
        }
        #promptContent {
            background-color: white;
            padding: 40px;
            text-align: center;
            border-radius: 10px;
        }
        #promptContent h3 {
            font-family: 'cinzelregular';
        }
        }
        #promptContent button {
            margin: 10px;
            padding: 10px 20px;
            font-size: 16px;
            cursor: pointer;
            background-color:#000000;
            color: #ffffff;
        }
/* =======================================================
*
*   Template Style 
*
* ======================================================= */
a:hover {
    cursor: pointer;
}

.text-dark {
    color: #17171c;
}

.bg-pink {
    background-color: #b29f72;
}

.bg-dark {
    background-color: #000000;
}

.color-pink {
    color: #F14E95;
}

.display-h h1 {
    margin-bottom: 0px;
    font-size: 4rem;
    line-height: 1.2;
    font-family: "Sacramento", Arial, serif;
}

.heading h2 {
    margin-bottom: 0px;
    font-size: 3rem;
    line-height: 1;
    font-family: 'cinzelregular';
}

.heading p {
    margin-top: 0.5rem;
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
    .heading h2 {
        font-size: 2.4rem;
    }
}


/* ======================== Jumbotron =============================== */
.front-cover {
    height: 900px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
}

.front-cover .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
}

.front-cover .overlay img {
    width: 320px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .front-cover {
        height: 600px;
        background-attachment: scroll;
        background-size: cover;
        background-position: center;
    }

    .front-cover .overlay img {
        width: 280px;
    }
}

/* ======================== Border =============================== */
.inner-border {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.outer-border {
    border: 2px solid #b29f72;
    height: 99%;
    width: 98%;
    padding: 6px;
    margin: 0 auto;
}

.outer-border-dark {
    border: 2px solid #17171c;
    height: 99%;
    width: 98%;
    padding: 6px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .outer-border {
        height: 94%;
    }
}

.mid-border {
    border: 6px solid #b29f72;
    height: 100%;
    width: 100%;
    padding: 6px;
    margin: auto;
}

.inner-border {
    position: relative;
    border: 2px solid #b29f72;
    height: 100%;
    width: 100%;
    margin: auto;
}

.mid-border-dark {
    border: 6px solid #17171c;
    height: 100%;
    width: 100%;
    padding: 6px;
    margin: auto;
}

.inner-border-dark {
    position: relative;
    border: 2px solid #17171c;
    height: 100%;
    width: 100%;
    margin: auto;
}


/* ======================== Envelope =============================== */

.envelope-cover {
    height: 370px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    margin-top: -5%;
}

.white-bg {
    background-image: url('../images/envelope.png');
}

.dark-bg {
    background-image: url('../images/envelope-dark.png');
}

.gold-bg {
    background-image: url('../images/envelope-gold.png');
}

.dark-bg .heading h2,
.dark-bg .heading p {
    color: #ffffff;
}

.envelope-cover-dark .overlay,
.envelope-cover .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 4rem;
    left: 0;
    right: 0;
}

.heart-shape {
    position: relative;
    top: -2rem;
    left: 0;
    right: 0;
    z-index: 99;
    animation: pulse 1s ease infinite;
}

.heart-shape i {
    font-size: 20px;
    color: #b29f72;
}

@media screen and (max-width: 768px) {

    .envelope-cover-dark,
    .envelope-cover {
        height: 290px;
    }
}

/* ======================== Countdown =============================== */

.simply-countdown {
    margin-bottom: 2em;
}

.simply-countdown>.simply-section {
    /* coutndown blocks */
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #b29f72;
    margin: 0 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    animation: pulse 1s ease infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.simply-countdown>.simply-section>div {
    /* countdown block inner div */
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    width: 100px;
}

.simply-countdown>.simply-section .simply-amount,
.simply-countdown>.simply-section .simply-word {
    display: block;
    color: #000000;
    /* amounts and words */
}

.simply-countdown>.simply-section .simply-amount {
    font-size: 30px;
    /* amounts */
}

.simply-countdown>.simply-section .simply-word {
    color: rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    font-size: 12px;
    /* words */
}

@media only screen and (max-width: 768px) {
    /* Styles for screens 768px wide or smaller (e.g., tablets) */
    .simply-countdown>.simply-section {
        width: 80px;
        height: 80px;
    }
    .simply-countdown>.simply-section>div {
        /* countdown block inner div */
        height: 80px;
        width: 80px;
    }
}

/* ======================== Introduction =============================== */

.couple-wrap {
    width: 95%;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
}

.couple-half {
    margin-top: 1.8rem;
}

.couple-half h3 {
    font-family: "Sacramento", Arial, serif;
    color: #b29f72;
    font-size: 2.4rem;
    margin-bottom: 0;
}

.couple-half .groom,
.couple-half .bride {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.couple-half .groom img,
.couple-half .bride img {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.couple-half .groom {
    float: left;
    margin-left: 5px;
    margin-bottom: 2rem;
}

.couple-half .bride {
    float: right;
    margin-right: 5px;
}

.couple-half .desc-groom {
    padding-left: 180px;
    text-align: left;
}

.couple-half .desc-bride {
    padding-right: 180px;
    text-align: right;
}

.whatsapp-icon img {
    width: 40px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .couple-half {
        width: 100%;
    }

    .couple-half .groom,
    .couple-half .bride {
        width: 100px;
        height: 100px;
    }

    .couple-half .groom img,
    .couple-half .bride img {
        width: 100px;
        height: 100px;
    }

    .couple-half .desc-groom {
        padding-left: 130px;
    }

    .couple-half .desc-bride {
        padding-right: 130px;
    }
}

/* ======================== Gallery =============================== */

#fh5co-gallery-list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

#fh5co-gallery-list li {
    display: block;
    padding: 0;
    margin: 0 0 10px 1%;
    list-style: none;
    min-height: 400px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    clear: left;
    position: relative;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

@media screen and (max-width: 480px) {
    #fh5co-gallery-list li {
        margin-left: 0;
    }
}

#fh5co-gallery-list li a {
    min-height: 400px;
    padding: 2em;
    position: relative;
    width: 100%;
    display: block;
}

#fh5co-gallery-list li a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 80;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.2);
}

#fh5co-gallery-list li a:hover:before {
    background: rgba(0, 0, 0, 0.5);
}

#fh5co-gallery-list li a .case-studies-summary {
    width: auto;
    bottom: 2em;
    left: 2em;
    right: 2em;
    position: absolute;
    z-index: 100;
}

@media screen and (max-width: 768px) {
    #fh5co-gallery-list li a .case-studies-summary {
        bottom: 1em;
        left: 1em;
        right: 1em;
    }
}

#fh5co-gallery-list li a .case-studies-summary span {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

#fh5co-gallery-list li a .case-studies-summary h2 {
    color: #fff;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    #fh5co-gallery-list li a .case-studies-summary h2 {
        font-size: 20px;
    }
}

#fh5co-gallery-list li.one-third {
    width: 32.3%;
}

@media screen and (max-width: 768px) {
    #fh5co-gallery-list li.one-third {
        width: 49%;
    }
}

@media screen and (max-width: 480px) {
    #fh5co-gallery-list li.one-third {
        width: 100%;
    }
}


.fh5co-bg {
    background: rgb(178, 159, 114);
    background: linear-gradient(90deg, rgba(178, 159, 114, 1) 0%, rgba(242, 219, 164, 1) 51%, rgba(178, 159, 114, 1) 100%);
}

/* ======================== Save the date =============================== */

.feature-wrap {
    margin-top: 100px;

}

.feature-left {
    float: left;
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
    padding: 1.5rem;
    border-radius: 16px;
    border: 1px solid #aa9461;
    box-shadow: 0 5px 10px #b29f72;
}

.feature-left:last-child {
    margin-bottom: 0;
}

.feature-left .feature-copy {
    text-align: center;
}

.feature-left .feature-copy h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    color: #000000;
    margin-bottom: 0px;
}

.location-icon img {
    width: 100px;
}

.bg-focus {
    background-color: rgba(255,255,255,0.2);
    box-shadow: 0 10px 20px #866b2c;
    border: 2px solid #aa9461;
}

.vertical-decoration {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 10rem;
}

.vertical-decoration.top {
    top: 0;

}

.vertical-decoration.bottom {
    bottom: 0;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

/*.display-txt h1 {
    margin-bottom: 0px;
    font-size: 5rem;
    line-height: 1.5;
    font-family: 'cinzelregular';
}

.display-txt h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
}*/


/* ======================== Footer =============================== */

.copyright img {
    width: 230px;
    height: auto;
}

/* ======================== Gototop =============================== */

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
    text-decoration: none;
    outline: none;
}

/* ======================== Loader =============================== */
.page-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
    opacity: 0;
}

/*# sourceMappingURL=style.css.map */