/* ----------------------------------------------------------------

01. Default style
02. Preloader style
03. Scrollbar style
04. Owl-Theme custom style
05. Navbar style
06. Page Header style
07. Slider style
08. Section & Title style
09. Welcome style
10. Bride & Groom style
11. Story style
12. Countdown style
13. Friends style
14. Story video style
15. Event style
16. When & Where style
17. Gallery style
18. Blog & Post style
19. Progress-wrap style
20. Gift Registry style
21. Insta style
22. Footer style
23. Media Query style
24. Overlay Effect Bg image

------------------------------------------------------------------- */


/* =======  Default style  ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 400;
    color: #666;
}

/* typography */
/*h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Alex Brush', cursive;
    font-weight: 400;
    line-height: 1em;
    margin: 0 0 20px 0;
    color: #1b1b1b;
}*/
h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

p {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    margin: 0 0 20px;
    color: #666;
    font-weight: 400;
}

/* lists */
ul {
    list-style-type: none;
}

/* links */
a {
    
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #fff;
    outline: none;
    text-decoration: none !important;
}

a:link {
    text-decoration: none;
}

a:focus {
    outline: none;
}

img {
    width: 100%;
    height: auto;
}

img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
}

.bg-cream {
    background: #faf8f7;
}

.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100%;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.pattern {
    background-repeat: repeat;
    background-size: auto;
}

.bold {
    font-weight: 600;
}

.count {
    font-family: 'Oswald', sans-serif;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}

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

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

.bg-fixed {
    background-attachment: fixed;
}

@media (max-width: 992px) {
    .bg-fixed {
        background-attachment: initial;
    }
}

.p-40 {
    padding: 40px;
}

.p-60 {
    padding: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

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

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

.mb-20 {
    margin-bottom: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

.small,
small {
    font-size: 80%;
}

b,
strong {
    color: #1b1b1b;
}

/*** form element ***/
/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Didact Gothic', sans-serif;
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
    border: 1px solid #ececec;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea,
#message,
#search {
    max-width: 100%;
    margin-bottom: 15px;
    border: none;
    padding: 7px 15px;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #1b1b1b;
    background-image: none;
    border: 1px solid #ececec;
}

input:focus,
textarea:focus {
    border-bottom-width: 1px;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    font-family: 'Didact Gothic', sans-serif;
    background: #b08c3e;
    border: 1px solid #b08c3e;
    color: #fff;
    padding: 12px 30px;
    margin: 0;
    font-weight: 400;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0px;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: transparent;
    color: #1b1b1b;
}

select {
    padding: 10px;
    border-radius: 5px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
}

label {
    color: #777;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    display: inline-block;
    -moz-appearance: none;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    margin-bottom: 0;
}

input[type=radio]:after,
input[type=radio]:before {
    content: '';
    position: absolute;
    transition: all .3s cubic-bezier(.64, .09, .08, 1)
}

input[type=checkbox] {
    position: relative;
    cursor: pointer;
    margin: 5px 23px 15px 0px;
    ;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 12px;
}

input[type=checkbox]:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #ececec;
    background: #fff;
    position: absolute;
    top: 0px;
    margin-left: -1px;
}

input[type=checkbox]:after {
    font-family: 'themify';
    content: '\e64c';
    color: #b08c3e;
    background: transparent;
    position: absolute;
    top: 1px;
    margin-left: -1px;
    left: 0;
    width: 18px;
    height: 18px;
    border: none;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.64, .09, .08, 1);
    will-change: opacity;
    font-size: 12px;
}

input[type=checkbox]:checked:after {
    opacity: 1
}

input[type=radio] {
    position: relative;
    cursor: pointer;
    margin: 5px 20px 15px 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 10px;
}

input[type=radio]:before {
    background-color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: inline-block;
    top: 0px;
    left: -4px;
    background-image: radial-gradient(circle, #b08c3e 50%, #fff 70%);
    background-size: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    will-change: background-size;
    z-index: 2;
}

input[type=radio]:after {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%
}

input[type=radio]:checked:before {
    background-size: 14px 14px
}

.mb-15 {
    margin-bottom: 15px;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: none;
    border-bottom: 0px solid #e5e5e5;
    height: 54px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 18px;
    line-height: 1.75em;
    font-weight: 400;
}

.form-control:active,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #ececec;
}

#message {
    font-family: 'Didact Gothic', sans-serif;
    height: 130px;
    padding: 12px;
    border: 1px solid #ececec;
}


/* =======  Preloader Style  ======= */
.preloader {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Heart */
.lds-heart {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    transform: rotate(45deg);
    transform-origin: 32px 32px;
}

.lds-heart div {
    top: 23px;
    left: 19px;
    position: absolute;
    width: 26px;
    height: 26px;
    background: #b08c3e;
    animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lds-heart div:after,
.lds-heart div:before {
    content: " ";
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    background: #b08c3e;
}

.lds-heart div:before {
    left: -17px;
    border-radius: 50% 0 0 50%;
}

.lds-heart div:after {
    top: -17px;
    border-radius: 50% 50% 0 0;
}

@keyframes lds-heart {
    0% {
        transform: scale(0.95);
    }

    5% {
        transform: scale(1.1);
    }

    39% {
        transform: scale(0.85);
    }

    45% {
        transform: scale(1);
    }

    60% {
        transform: scale(0.95);
    }

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


/* =======  Scrollbar style  ======= */
::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #1b1b1b;
}

::-webkit-scrollbar-thumb:hover {
    background: #1b1b1b;
}


/* =======  Owl-Theme custom style  ======= */
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
    line-height: .7;
    display: block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background: #ececec;
    border: 1px solid #ececec;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #b08c3e;
    border: 1px solid #b08c3e;
}


/* =======  Navbar style  ======= */
.navbar {
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-toggler {
    outline: none;
}

.navbar .navbar-toggler-icon {
    color: #b08c3e;

}

.navbar .navbar-nav .nav-link {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1f517c;
    margin: 3px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.navbar .navbar-nav .nav-link.black-color {
    color: #fff;
}

.navbar .navbar-nav .nav-link:hover {
    color: #b08c3e;
}

.navbar .navbar-nav .active {
    color: #b08c3e !important;
}

.nav-scroll {
    background: #fff;
    padding: 0 0 0 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.03);
}

.nav-scroll .navbar-toggler-icon {
    color: #b08c3e;
}

.nav-scroll .navbar-nav .nav-link {
    color: #1f517c;
}

.nav-scroll .navbar-nav .active {
    color: #b08c3e !important;
}

.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #666;
}

.nav-scroll .logo {
    width: 240px;
}

.nav-scroll .logo-img {
    margin-bottom: 0px;
}

.nav-scroll .logo-wrapper .logo h2 {
    font-family: 'Capoli', cursive;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    position: relative;
    color: #1f517c;
    line-height: 1.25em;
    /*    display: none;*/
}

.nav-scroll .logo-wrapper .logo span {
    display: block;
    font-family: 'Alex Brush', cursive;
    font-size: 9px;
    color: #666;
    font-weight: 400;
    display: block;
    margin-top: 3px;
    line-height: 1.2em;
    margin-left: 5px;
    /*    display: none !important;*/
}

.nav-scroll .logo-wrapper {
    padding: 20px 0px;
}

.logo-wrapper {
    float: left;
    padding: 30px 0px;
}

.logo-wrapper .logo h2 {
    font-family: 'Capoli', cursive;
    font-size: 26px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #1f517c;
    margin-bottom: 0;
}

.logo-wrapper .logo h2 a i {
    color: #fff;
    font-size: 20px;
    vertical-align: super;
}

.logo-wrapper .logo span {
    display: block;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    line-height: 1.5em;
}

.logo {
    padding: 0;
    text-align: center;
}

.logo-img {
    width: 270px;
}

.dropdown:hover .dropdown-menu,
.dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.dropdown .nav-link {
    cursor: pointer;
}

.dropdown .nav-link i {
    padding-left: 1px;
    font-size: 9px;
}

.dropdown-item {
    position: relative;
}

.dropdown-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.dropdown-item span {
    display: block;
    cursor: pointer;
}

.dropdown-menu,
.sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 200px;
    padding: 15px 10px;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.dropdown-menu .dropdown-item,
.sub-menu .dropdown-item {
    padding: 5px 15px;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1b1b1b;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.025);
    background-color: transparent;
}

.dropdown-menu .dropdown-item:last-child,
.sub-menu .dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-menu .dropdown-item:hover,
.sub-menu .dropdown-item:hover {
    background: transparent;
    padding-left: 20px;
    color: #b08c3e;
}

.dropdown-menu .dropdown-item a,
.sub-menu .dropdown-item a {
    display: block;
    color: #1b1b1b;
}

.dropdown-menu .dropdown-item a:hover,
.sub-menu .dropdown-item a:hover {
    color: #b08c3e;
}

.dropdown-menu .dropdown-item a .badge,
.sub-menu .dropdown-item a .badge {
    margin-left: 10px;
    padding: 3px 5px 3px 5px;
    font-size: 8px;
    background: #b08c3e;
    border: 1px solid #b08c3e;
    top: 12px;
    border-radius: 0px;
    color: #1b1b1b;
    position: absolute;
    display: inline;
}

.dropdown-menu .dropdown-item i,
.sub-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 8px;
    float: right;
}

.dropdown-menu .dropdown-item em,
.sub-menu .dropdown-item em {
    font-size: 8px;
    background-color: #fff;
    padding: 2px 4px;
    color: #1b1b1b;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 5px;
}

.dropdown-menu.last {
    left: -30%;
}

.sub-menu {
    position: absolute;
    left: 100%;
    top: -5px;
}

.sub-menu.left {
    left: -100%;
    margin-left: -20px;
}

@media screen and (max-width: 767px) {
    .navbar {
        padding-right: 0px;
        padding-right: 0px;
        background: transparent;
    }

    .nav-scroll {
        background: #fff;
    }

    .logo-wrapper {
        float: left;
        padding: 15px;
    }

    .nav-scroll .logo-wrapper {
        padding: 15px;
        background-color: #fff;
    }
}

/* ======= Page Header style ======= */
.banner-header {
    padding: 200px 0;
    clear: both;
    width: 100%;
    display: block;
    background-position: center;
}

.banner-header h5 {
    color: #fff;
    font-size: 14px;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 15px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.banner-header h5 a {
    color: #FFF;
}

.banner-header h1 {
    font-size: 60px;
    font-family: 'Alex Brush', cursive;
    font-weight: 400;
    color: #fff;
    position: relative;
    margin-bottom: 0px;
}


/* =======  Slider style  ======= */
.mary-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
    background: #fff;
}

.mary-hero .flexslider .slides {
    position: relative;
    overflow: hidden;
}

.mary-hero .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    min-height: 100vh;
}

.mary-hero .flexslider .flex-control-nav {
    bottom: 20px;
    z-index: 1000;
    right: 20px;
    float: right;
    width: auto;
}

.mary-hero .flexslider .flex-control-nav li {
    display: none;
    margin-bottom: 6px;
}

.mary-hero .flexslider .flex-control-nav li a {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 8px;
    height: 8px;
    cursor: pointer;
}

.mary-hero .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: #1b1b1b;
}

.mary-hero .flexslider .flex-direction-nav {
    display: none;
}

.mary-hero .flexslider .slider-text {
    display: table;
    opacity: 0;
    min-height: 100vh;
    padding: 0;
    z-index: 9;
}

.mary-hero .flexslider .slider-text>.slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    min-height: 100vh;
    padding: 20px;
    position: relative;
}

.mary-hero .flexslider .slider-text>.slider-text-inner .desc {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 20px;
    background: transparent;
}

@media screen and (max-width: 768px) {
    .mary-hero .flexslider .slider-text>.slider-text-inner {
        text-align: center;
    }
}

.mary-hero .flexslider .slider-text>.slider-text-inner h2,
.mary-hero .flexslider .slider-text>.slider-text-inner h2 {
    font-size: 120px;
    color: #fff;
    font-family: 'Alex Brush', cursive;
    font-weight: 400;
    margin: 0;
    line-height: 1.25em;
    text-align: center;
    margin-bottom: 0px;
}

.mary-hero .flexslider .slider-text>.slider-text-inner h6,
.mary-hero .flexslider .slider-text>.slider-text-inner h6 {
    font-size: 16px;
    color: #fff;
    font-family: 'Didact Gothic', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    letter-spacing: 5px;
}

@media screen and (max-width: 768px) {
    .mary-hero .flexslider .slider-text>.slider-text-inner h2 {
        font-size: 60px;
        line-height: 1em;
        margin-bottom: 15px;
    }

    .mary-hero .flexslider .slider-text>.slider-text-inner h6 {
        font-size: 12px;
    }
}

.mary-hero .flexslider .slider-text>.slider-text-inner .heading-section {
    font-size: 50px;
}

@media screen and (max-width: 768px) {
    .mary-hero .flexslider .slider-text>.slider-text-inner .heading-section {
        font-size: 30px;
    }
}

.mary-hero .flexslider .slider-text>.slider-text-inner p {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Alex Brush', cursive;
    line-height: 1.5em;
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
    .mary-hero .flexslider .slider-text>.slider-text-inner .btn {
        width: 100%;
    }
}


/* =======  Section & Title style  ======= */
.section-padding {
    padding: 100px 0;
    clear: both;
    width: 100%;
    display: block;
}

.section-banner {
    padding: 200px 0 100px 0;
    clear: both;
    width: 100%;
    display: block;
}

.section-title {
    color: #1b1b1b;
    font-family: 'Mofulina', cursive;
    font-weight: 400;
    font-size: 60px;
    margin-bottom: 20px;
}

.section-title span {
    display: block;
}

.section-subtitle {
    display: block;
    color: #b08c3e;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Didact Gothic', sans-serif;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.rsvp h2 {
    color: #1b1b1b;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.rsvp h6 {
    display: block;
    color: #b08c3e;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Didact Gothic', sans-serif;
    margin-bottom: 30px;
}

/* =======  Welcome style  ======= */
.welcome {
    position: relative;
    z-index: 20;
    text-align: center;
}

.welcome-mt {
    margin-top: -18% !important;
}

.welcome-image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.welcome-image-wrapper .img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.welcome-image-wrapper .img {
    width: 250px;
    border: 12px solid rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}


/* =======  Bride & Groom style  ======= */
.bride-groom .item {
    padding: 0px;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
}

.bride-groom .img {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
}

.bride-groom .info h1 {
    text-align: center;
}

.bride-groom .info h6 {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Didact Gothic', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.bride-groom .info h6 i {
    color: #b08c3e;
    font-size: 16px;
}

.bride-groom .info span {
    color: #b08c3e;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Alex Brush', cursive;
}

.bride-groom .info p {
    margin-top: 10px;
}

.bride-groom .info .social {
    margin-top: 10px;
}

.bride-groom .info .social a {
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    color: #666;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin-right: 5px;
    font-size: 12px;
    position: relative;
    display: inline-block;
}

.bride-groom .info .social a:hover {
    color: #fff;
    background: #b08c3f;
}

.bride-groom .toright .img {
    float: right;
}

.bride-groom .toright .info {
    margin-left: 0;
    margin-right: 160px;
    text-align: right;
}

.bride-groom .toright .info .social a {
    margin-right: 0;
    margin-left: 10px;
}

@media screen and (max-width: 991px) {
    .bride-groom .img {
        margin: auto;
        float: none !important;
    }

    .bride-groom .info {
        margin: 30px 0 0 0 !important;
    }

    .bride-groom .item,
    .bride-groom .toright .info {
        text-align: center;
    }
}


/* =======  Story style  ======= */
.story {
    position: relative;
}

.story:last-child {
    margin-bottom: 30px;
}

.story figure {
    margin: 0;
    position: relative;
    width: 66.666667%;
    margin-left: auto;
}

.story.left figure {
    margin-left: 0;
    margin-right: auto;
}

.story .caption {
    background: #faf8f7;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    padding: 5% 5% 5% 5%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.story.left .caption {
    left: auto;
    right: 0;
    background: #faf8f7;
    padding: 5% 5% 5% 5%;
}

.story .caption h4 {
    font-size: 40px;
    color: #1b1b1b;
    margin-bottom: 10px;
    font-family: 'Alex Brush', cursive;
}

.story .caption h6 {
    color: #b08c3e;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.story .caption p {
    margin-bottom: 0px;
}

@media (max-width: 991.98px) {
    .story figure {
        width: auto;
        margin: 0;
    }

    .story .caption {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        padding: 30px;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .story .caption h4 {
        font-size: 36px;
    }
}


/* =======  Countdown style  ======= */
#countdown {
    text-align: center;
}

#countdown .section-head {
    margin-bottom: 15px;
    z-index: 1;
}

#countdown .section-head span {
    display: block;
    position: relative;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}

#countdown .section-head h2 {
    color: #fff;
    font-weight: 400;
    font-size: 60px;
    margin-bottom: 0px;
}

#countdown .section-head h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: 'Didact Gothic', sans-serif;
    margin-bottom: 10px;
}

#countdown .section-head p {
    color: #FFF;
    font-size: 24px;
    margin-bottom: 0;
}

#countdown ul {
    margin-bottom: 0;
    padding: 0;
}

#countdown li {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    display: inline-block;
    font-size: 12px;
    list-style-type: none;
    padding: 15px;
    color: #fff;
    line-height: 4em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
}

#countdown li span {
    display: block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1px;
}

@media all and (max-width: 768px) {
    #countdown li {
        font-size: 12px;
        padding: 15px;
    }

    #countdown li span {
        font-size: 60px;
    }
}


/* =======  Banner style  ======= */
#banner {
    text-align: center;
}

#banner .section-head {
    margin-bottom: 15px;
    z-index: 1;
}

#banner .section-head span {
    display: block;
    position: relative;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}

#banner .section-head h2 {
    color: #fff;
    font-weight: 400;
    font-size: 60px;
    margin-bottom: 0px;
    line-height: 1em;
}

#banner .section-head h6 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: 'Didact Gothic', sans-serif;
    margin-bottom: 10px;
}

#banner .section-head h1 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Didact Gothic', sans-serif;
    margin-bottom: 20px;
}

#banner .section-head p {
    color: #FFF;
    font-size: 24px;
    margin-bottom: 0;
}


/* =======  Friends style  ======= */
.friends .item {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.friends .img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
    -webkit-transition: all .5s;
    transition: all .5s;

}

.friends .info {}

.friends .info h6 {
    font-size: 16px;
    margin-bottom: 0px;
    font-family: 'Didact Gothic', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.friends .info span {
    color: #b08c3e;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: 'Alex Brush', cursive;
}

.friends .info p {
    margin-bottom: 0;
}

.friends .toright .img {
    float: right;
}

.friends .toright .info {
    margin-left: 0;
    margin-right: 160px;
    text-align: right;
}

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

    .friends .item,
    .friends .toright .info {
        text-align: center;
    }

    .friends .img {
        margin: auto;
        float: none !important;
    }

    .friends .info {
        margin: 30px 0 0 0 !important;
    }
}


/* =======  Story video style  ======= */
.story-video .video-wrapper {
    overflow: hidden !important;
}

.story-video .video-wrapper .caption {
    margin-bottom: 30px;
}

.story-video .video-wrapper .caption .title {
    color: #fff;
    font-family: 'Alex Brush', cursive;
    font-weight: 400;
    font-size: 60px;
}

.story-video .video-wrapper .caption .subtitle {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
    font-family: 'Didact Gothic', sans-serif;
    margin-bottom: 10px;
}

.story-video .video-wrapper .vid {
    position: relative;
    z-index: 8;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}

.story-video .video-wrapper .vid .vid-butn:hover .icon {
    color: #fff;
}

.story-video .video-wrapper .vid .vid-butn:hover .icon:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.story-video .video-wrapper .vid .vid-butn .icon {
    color: #b08c3e;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.story-video .video-wrapper .vid .vid-butn .icon:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border: 1px solid #eee;
    border-radius: 50%;
    z-index: -1;
}

.story-video .video-wrapper .vid .vid-butn .icon:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}


/* =======  Event style  ======= */
.events {
    position: relative;
}

.events:last-child {
    margin-bottom: 30px;
}

.events figure {
    margin: 0;
    position: relative;
    width: 66.666667%;
    margin-left: auto;
}

.events.left figure {
    margin-left: 0;
    margin-right: auto;
}

.events .caption {
    background: #faf8f7;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    padding: 5% 5% 5% 5%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.events.left .caption {
    left: auto;
    right: 0;
    background: #faf8f7;
    padding: 5% 5% 5% 5%;
}

.events .caption h4 {
    font-size: 40px;
    color: #1b1b1b;
    line-height: 1.25em;
    margin-bottom: 10px;
    font-family: 'Alex Brush', cursive;
}

.events .caption h6 {
    color: #b08c3e;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.events .caption p {
    margin-bottom: 0px;
}

@media (max-width: 991.98px) {
    .events figure {
        width: auto;
        margin: 0;
    }

    .events .caption {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}


/* =======  When & Where style  ======= */
.when-where .img {
    position: relative;
    overflow: hidden;
}

.when-where .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.when-where .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.when-where .content {
    width: 100%;
    padding: 30px 45px;
}

.when-where .content .date {
    display: table-cell;
    position: relative;
    width: 80px;
    z-index: 2;
}

.when-where .content .date h3 {
    font-size: 75px;
    font-weight: 600;
    color: #b08c3e;
    margin-bottom: 0px;
    font-family: 'Didact Gothic', sans-serif;
}

.when-where .content .date h6 {
    color: #666;
    letter-spacing: 3px;
    font-size: 12px;
    font-family: 'Didact Gothic', sans-serif;
    text-transform: uppercase;
}

.when-where .content .cont {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}

.when-where .content .cont h4 {
    font-size: 40px;
    color: #1b1b1b;
    font-family: 'Alex Brush', cursive;
    margin-bottom: 10px;
}

.when-where .content .cont .cont-list {
    position: relative;
    display: block;
}

.when-where .content .cont .cont-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.when-where .content .cont .cont-list li+li {
    margin-top: 5px;
}

.when-where .content .cont .cont-list li .icon span {
    font-size: 16px;
    color: #b08c3e;
}

.when-where .content .cont .cont-list li .text {
    margin-left: 20px;
}

.when-where .content .cont .cont-list li .text p {
    margin: 0;
    font-size: 16px;
    color: #666;
}

.when-where .content .cont .cont-list li .text p a {
    font-size: 16px;
    color: #666;
    transition: all 500ms ease;
}

.when-where .content .cont .cont-list li .text p a:hover {
    color: #b08c3e;
}

.when-where .content .cont p {
    margin-bottom: 10px;
}

.when-where .content .cont p i {
    color: #b08c3e;
    font-size: 16px;
    margin-right: 5px;

}

.when-where .content .cont .more {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #b08c3e;
    padding-left: 40px;
    position: relative;
}

.when-where .content .cont .more:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #b08c3e;
    position: absolute;
    top: 50%;
    left: 0px;
}

.when-where .content .cont .more:hover {
    color: #1b1b1b;
}

.when-where .content .info h6 {
    font-size: 12px;
    letter-spacing: 5px;
    color: #b08c3e;
    font-family: 'Didact Gothic', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.when-where .content .info .tags {
    color: #b08c3e;
}

@media screen and (max-width: 991px) {
    .when-where .content {
        padding: 0 30px;
        margin-top: 40px;
    }

    .when-where .content .cont h4 {
        line-height: 1em;
        font-size: 36px;
    }

    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
}

@media screen and (max-width: 480px) {
    .when-where .content {
        padding: 0 15px;
    }

    .when-where .content .date {
        width: 60px;
    }

    .when-where .content .info .tags {
        margin: 5px 0 0;
    }

    .when-where .content .date h3 {
        font-size: 40px;
    }
}


/* =======  Gallery style  ======= */
.gallery-menu li a {
    cursor: pointer;
    display: block;
    color: #666;
    margin-bottom: 5px;
    padding: 5px 15px;
    transition: all 0.5s;
    margin-top: 5px;
    text-decoration: none;
}

.gallery-menu a.active,
.gallery-menu a:hover {
    color: #fff;
    background-color: #b08c3e;
}

.gallery-item {
    position: relative;
    padding: 15px;
}

.gallery-box {
    overflow: hidden;
    position: relative;
}

.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}

.gallery-box .gallery-detail {
    opacity: 0;
    color: #FFF;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    text-align: center;
}

.gallery-box .gallery-detail h4 {
    font-family: 'Alex Brush', cursive;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
}

.gallery-box .gallery-detail p {
    color: #fff;
}

.gallery-box:hover .gallery-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}

.gallery-box:hover .gallery-img:after {
    background: rgba(0, 0, 0, 0.4);
}

.gallery-box:hover .gallery-img>img {
    transform: scale(1.05);
}


/* ======= Blog style ======= */
.marybrian-blog .img {
    position: relative;
    overflow: hidden;
}

.marybrian-blog .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.marybrian-blog .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.marybrian-blog .content {
    width: 100%;
    padding: 30px 30px;
}

.marybrian-blog .content .date {
    display: table-cell;
    position: relative;
    width: 95px;
    z-index: 2;
}

.marybrian-blog .content .date h1 {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 70px;
    font-weight: 400;
    color: #b08c3e;
    margin-bottom: 10px;
}

.marybrian-blog .content .date h6 {
    color: #666;
    letter-spacing: 3px;
    font-size: 12px;
    font-family: 'Didact Gothic', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    padding-right: 3px;
}

.marybrian-blog .content .cont {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

.marybrian-blog .content .cont h5 {
    margin: 15px 0;
    font-size: 45px;
    color: #1b1b1b;
    font-weight: 400;
    line-height: 1em;
}

.marybrian-blog .content .cont .more {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #666;
    padding-left: 50px;
    position: relative;
}

.marybrian-blog .content .cont .more:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #b08c3e;
    position: absolute;
    top: 50%;
    left: 0px;
}

.marybrian-blog .content .cont .more:hover {
    color: #b08c3e;
}

.marybrian-blog .content .info h6 {
    font-size: 12px;
    letter-spacing: 3px;
    color: #666;
    font-family: 'Didact Gothic', sans-serif;
    text-transform: uppercase;
}

.marybrian-blog .content .info .tags {
    color: #b08c3e;
}

@media screen and (max-width: 991px) {
    .marybrian-blog .content {
        padding: 0 30px;
        margin-top: 40px;
    }

    .marybrian-blog .content .cont h4 {
        line-height: 1.25em;
    }

    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
}

@media screen and (max-width: 480px) {
    .marybrian-blog .content {
        padding: 0 15px;
    }

    .marybrian-blog .content .date {
        width: 60px;
    }

    .marybrian-blog .content .info .tags {
        margin: 5px 0 0;
    }

    .marybrian-blog .content .date h3 {
        font-size: 40px;
    }
}

/* ======= Blog & Post style ======= */
.blog .item {
    padding: 60px 30px;
    position: relative;
    background-size: cover;
    background-position: 50% 0% !important;
    margin-bottom: 30px;
}

.blog .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(12, 12, 12, 0.7);
}

.blog .item:hover:after {
    opacity: 0;
}

.blog .item:hover h5,
.blog .item:hover p,
.blog .item:hover span {
    color: #fff;
}

.blog .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.blog .item .content {
    position: relative;
    z-index: 7;
}

.blog .item h5 {
    font-size: 32px;
    line-height: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.blog .item .info {
    margin-bottom: 15px;
}

.blog .item .info span {
    margin-right: 10px;
    font-family: 'Old Standard TT', serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #AAA;
    font-weight: 400;
}

.blog .item .info span:last-child {
    margin: 0;
}

.blog .item .info span i {
    padding-right: 4px;
}

.blog .item p {
    margin-bottom: 30px;
}

.blog .item .more {
    font-weight: 500;
}

.blog .item .more:hover i {
    padding-left: 10px;
}

.blog .item .more i {
    padding-left: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

/* blog page post */
.blog-page .item {
    margin-bottom: 60px;
}

.blog-page .post-img {
    position: relative;
    overflow: hidden;
}

.blog-page .post-img a {
    display: block;
}

.blog-page .post-img img {
    -webkit-transition: all .4s;
    transition: all .4s;
}

.blog-page .post-cont {
    padding: 20px 0 0 0;
    background-color: #fff;
}

.blog-page .post-cont .tag,
.blog-page .post-cont .date {
    font-size: 12px;
    text-transform: uppercase;
    color: #b08c3e;
    font-weight: 400;
    letter-spacing: 5px;
}

.blog-page .post-cont .tag:hover,
.blog-page .post-cont .date:hover {
    color: #b08c3e;
}

.blog-page .post-cont h5 {
    font-size: 40px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.blog-page .post-cont h5 a {
    color: #000;
}

.blog-page .post-cont h5 a:hover {
    color: #b08c3e;
}

.blog-page .post-cont .info {
    margin-top: 0px;
    font-size: 12px;
    text-align: right;
}

.blog-page .post-cont .info a {
    font-size: 12px;
    color: #000;
}

.blog-page .post-cont .info a:last-of-type {
    float: right;
}

/* blog sidebar */
.blog-sidebar .widget {
    background: #faf8f7;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.blog-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}

.blog-sidebar .widget ul li {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.blog-sidebar .widget ul li:hover {
    color: #b08c3e;
}

.blog-sidebar .widget ul li a {
    color: #666;
}

.blog-sidebar .widget ul li a.active {
    color: #b08c3e;
}

.blog-sidebar .widget ul li a:hover {
    color: #b08c3e;
}

.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.blog-sidebar .widget ul li i {
    font-size: 9px;
    margin-right: 10px;
}

.blog-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}

.blog-sidebar .widget .recent .thum {
    width: 90px;
    overflow: hidden;
    float: left;
}

.blog-sidebar .widget .recent a {
    display: block;
    margin-left: 105px;
}

.blog-sidebar .widget-title {
    margin-bottom: 30px;
}

.blog-sidebar .widget-title h6 {
    padding-bottom: 0;
    border-bottom: 1px solid #f1eaea;
    font-size: 35px;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.blog-sidebar .search form {
    position: relative;
}

.blog-sidebar .search form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #fff;
    margin-bottom: 0;
}

.blog-sidebar .search form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #000;
    border: 0;
    padding: 10px;
    cursor: pointer;
}

.blog-sidebar .tags li {
    margin: 3px !important;
    padding: 6px 16px;
    border: 1px solid #f1eaea;
    color: #666 !important;
    float: left;
}

.blog-sidebar ul.tags li a {
    font-size: 14px;
    color: #666;
}

.blog-sidebar ul.tags li:hover,
.blog-sidebar ul.tags li a:hover {
    color: #fff;
    background-color: #b08c3e;
}

.blog-comment-section {
    padding-top: 60px;
    margin-bottom: 0px;
}

.blog-comment-section h5 {
    font-size: 27px;
}

.blog-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}

.blog-user-comment {
    margin-right: 30px;
    flex: 0 0 auto;
}

.blog-user-comment img {
    border-radius: 100%;
    width: 120px;
}

.blog-user-content {
    margin-right: 26px;
}

.blog-user-content h3 {
    font-size: 27px;
    color: #000;
    margin: 0 0 15px;
}

.blog-user-content h3 span {
    font-size: 11px;
    color: #666;
    font-weight: 400;
    margin-left: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
}

.blog-repay {
    font-size: 13px;
    line-height: 1.75em;
    color: #000 !important;
    margin: 0;
    font-weight: 400;
}

/* pagination */
.blog-pagination-wrap {
    padding: 0;
    margin: 30px 0 0 0;
    text-align: center;
}

.blog-pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
    border: 1px solid #f5eeeb;
}

.blog-pagination-wrap li a {
    background: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666;
    font-weight: 300;
    border-radius: 100%;
}

.blog-pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background-color: #b08c3e;
    border: 1px solid #b08c3e;
    color: #fff;
}

.blog-pagination-wrap li a.active {
    background-color: #b08c3e;
    border: 1px solid #b08c3e;
    color: #fff;
}

.blog-pagination-wrap li a i {
    font-size: 11px;
}

@media screen and (max-width: 768px) {
    .blog-pagination-wrap {
        padding: 0 0 60px 0;
        margin: 0;
        text-align: center;
    }
}

/* post list */
.post-list {
    position: relative;
    display: block;
    padding: 0;
}

.post-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.post-list li+li {
    margin-top: 10px;
}

.post-list li .icon {
    display: flex;
    align-items: center;
}

.post-list li .icon span {
    color: #b08c3e;
    font-size: 12px;
}

.post-list li .text {
    margin-left: 12px;
}

.post-list li .text p {
    color: #666;
    font-weight: 400;
    margin: 0;
}

.itenerario-img {
    height: 64px;
    width: 64px;
}

/* =======  Progress-wrap style  ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 1px rgba(130, 130, 130, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e627';
    text-align: center;
    line-height: 44px;
    font-size: 13px;
    font-weight: normal;
    color: #666;
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #b08c3e;
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 1px rgba(130, 130, 130, 0.2);
}

.progress-wrap::after {
    color: #b08c3e;
}

.progress-wrap svg.progress-circle path {
    stroke: #b08c3e;
}


/* =======  Gift Registry style  ======= */
.gift-registry {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: -90px;
}

.gift-registry h2 {
    margin-bottom: 10px;
}

.gift-registry h6 {
    color: #b08c3e;
}

.gift-registry a {
    color: #666;
}

.gift-registry .owl-carousel {
    margin: 30px 0;
}

.gift-registry .gift-registry-logo {
    opacity: 1;
    line-height: 0;
}

.gift-registry .gift-registry-logo:hover {
    opacity: 1;
}

.gift-registry img:hover {
    -webkit-filter: none;
    filter: none;
}

.gift-registry img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* =======  Insta style  ======= */
.insta {
    margin-bottom: -120px;
}

.insta .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    position: relative;
}

.insta .img {
    position: relative;
    padding: 0px;
}

.insta .img:hover i {
    opacity: 1;
}

.insta .img:hover:after {
    opacity: 0;
}

.insta .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: .0;
}

.insta .img i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}

.insta .follow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.insta .follow .text-bg {
    background: #fff;
    padding: 15px 30px;
    color: #1b1b1b;
    font-size: 14px;
    z-index: 3;
}

.insta .follow .text-bg i {
    color: #b08c3e;
    z-index: 1;
}

.insta .follow .text-bg span {
    position: relative;
    z-index: 2;
}


/* =======  Footer style  ======= */
#footer {
    background: #1b1b1b;
}

/* top footer */
.top-footer {
    padding: 120px 0 0 0;
}

.top-footer h2 {
    font-size: 60px;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.top-footer h6 {
    font-family: 'Didact Gothic', sans-serif;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 12px;
}

/* sub footer */
.sub-footer {
    padding: 30px 0 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.sub-footer p {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    color: #666;
}

.sub-footer p a:hover {
    color: #b08c3e;
}


/* =======  Media Query style  ======= */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}

@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }

    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }

    .nav-scroll .logo {
        width: 150px;
    }

    .logo-img {
        margin-bottom: 0px;
    }

    .navbar button {
        margin-right: 15px;
        outline: none !important;
        background: transparent;
        outline: none;
        color: #fff;
    }

    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: #fff !important;

    }

    .nav-scroll button span i {
        color: #1b1b1b;
    }

    .navbar .container {
        max-width: 100%;
    }

    .navbar .navbar-collapse {
        max-height: 400px;
        overflow: auto;
        background: #fff;
        text-align: left;
        padding: 15px 30px 30px 15px
    }

    .navbar .nav-link {
        margin: 0px auto !important;
    }

    .navbar .navbar-nav .nav-link {
        color: #666;
    }

    .nav-scroll .navbar-collapse .nav-link {
        color: #666 !important;
    }

    .nav-scroll .navbar-collapse .active {
        color: #b08c3e !important;
    }

    .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        display: none;
    }

    .dropdown-menu .sub-menu {
        position: static;
        margin-top: 0px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        display: none;
    }

    .dropdown:hover .dropdown-menu,
    .dropdown:hover .mega-menu {
        display: block;
    }

    .dropdown .dropdown-menu:hover .sub-menu {
        display: block;
    }

    .dropdown .mega-menu {
        width: 100%;
        position: static;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        display: none;
    }

    .dropdown .mega-menu .dropdown-menu {
        border: 0;
        margin: 0;
    }

    .dropdown .mega-menu .dropdown-title {
        border-bottom-color: #666;
    }

    .dropdown-menu .dropdown-item,
    .sub-menu .dropdown-item {
        color: #666;
    }

    .section-title {
        font-size: 40px;
    }

    .story-video .video-wrapper .caption .title {
        font-size: 40px;
    }

    .events .caption h4 {
        font-size: 32px;
    }

    #banner .section-head h2 {
        font-size: 40px;
    }

    .top-footer h2 {
        font-size: 40px;
    }

    .insta {
        margin-bottom: 0px;
    }

    .top-footer {
        padding: 0px 0 0 0;
    }
}

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

button.prev,
button.next {
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s ease;
    margin: 5px;
    /* Espaciado entre los botones */
}

button.prev:hover,
button.next:hover {
    background-color: #ddd;
}



/* =======  Overlay Effect Bg image  ======= */
[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before {
    background: #1b1b1b;
}

[data-overlay-light]:before {
    background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}

[data-overlay-dark] p {
    color: #bbb;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}

/* Overlay style */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 10px;
    /* Ensure padding for mobile screens */
}

.overlay-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 640px;
    /* Maximum width for larger screens */
    max-height: 80%;
    overflow: auto;
}

.overlay-content iframe {
    width: 100%;
    height: 480px;
    /* Fixed height for consistency */
    border: none;
    /* Remove default iframe border */
}

#closeOverlay {
    margin-top: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .overlay-content {
        padding: 10px;
        width: 100%;
        max-height: 90%;
        /* Increased height for smaller screens */
        height: 90%;
    }

    .overlay-content iframe {
        height: 100%;
        /* Adjust height for smaller screens */
    }

    #closeOverlay {
        width: 100%;
        /* Full width button for better usability */
        margin-top: 10px;
    }

    .owl-carousel .item {
        position: relative;
        padding: 15px;
        display: block;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        text-align: center;
    }

    /* Evita tocar la pantalla del iPhone (que va anidada) */
    /* Antes afectaba a TODAS las <img> dentro de .item */
.owl-carousel .item img:not(.iphone-screen) {
  width: 100%;
  border-radius: 10px;
}



}


/*Start of owned CSS*/

@font-face {
    font-family: 'Capoli';
    src: url('../fonts/CACapoli-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Mofulina';
    src: url('../fonts/Mofulina.otf') format('truetype');
}

.titular h1 {
    font-size: 5rem;
    line-height: 1.2;
    font-family: 'Mofulina';
}

.titular p {
    font-size: 1.1rem;
    margin-top: 1rem;
    font-family: 'Mofulina';
    color: white;
}

.gradient {
    background: linear-gradient(to right, #f857a6, #ff5858);
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 25px;
}

.btn-outline {
    background: transparent;
    border: 2px solid black;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 25px;
}

.invite-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    text-align: left;
}

.invite-card:hover {
    transform: translateY(-5px);
}

.card-image {
    position: relative;
}

.card-image img {
    width: 100%;
    display: block;
    border-bottom: 2px solid #eee;
}

.tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff4081;
    color: white;
    font-weight: bold;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 20px;
}

.tag.rústico {
    background: #a05a2c;
}

.card-info {
    padding: 20px;
}

.card-info h5 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.card-info p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.card-link {
    text-decoration: none;
    font-weight: bold;
    color: #b08c3e;
    font-size: 14px;
}

.card-link span {
    transition: margin-left 0.2s;
}

.card-link:hover span {
    margin-left: 5px;
}



.carrusel-title {
    color: #1b1b1b;
    font-family: 'Mofulina', cursive;
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 20px;
}

#about .section-title {
    font-family: 'Mofulina', cursive;
    font-size: 48px;
    color: #1b1b1b;
    margin-bottom: 20px;
}

#about p {
    color: #555;
    font-size: 16px;
    line-height: 1.8em;
}

#about .btn {
    background-color: #b08c3e;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 25px;
    transition: all 0.3s ease;
}

#about .btn:hover {
    background-color: #a07c2e;
    color: #fff;
}



.paquete-card {
    background: #fff;
    padding: 40px 25px;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    position: relative;
}

.paquete-card:hover {
    transform: translateY(-5px);
}

.paquete-titulo {
    font-size: 28px;
    font-weight: bold;
    color: #1b1b1b;
}

.precio {
    font-size: 32px;
    font-weight: bold;
    color: #b08c3e;
    margin: 10px 0;
}

.subtext {
    color: #666;
    margin-bottom: 20px;
    font-size: 14px;
}

.lista-paquete {
    text-align: left;
    padding-left: 0;
    list-style: none;
    color: #444;
}

.lista-paquete li {
    margin: 10px 0;
    position: relative;
    padding-left: 25px;
}

.lista-paquete li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #b08c3e;
    font-weight: bold;
}

.paquete-destacado {
    border: 2px solid #b08c3e;
}

.badge-popular {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b08c3e;
    color: #fff;
    padding: 6px 16px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: bold;
}


.proceso-paso {
    padding: 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    background-color: #faf8f7;
    height: 100%;
}

.proceso-paso:hover {
    background-color: #f1e9d8;
}

.proceso-paso .icono {
    margin-bottom: 15px;
}

.proceso-paso .icono img {
    width: 60px;
    height: 60px;
}

.proceso-paso h5 {
    font-size: 18px;
    font-weight: 600;
    color: #b08c3e;
    margin-bottom: 10px;
}

.proceso-paso p {
    font-size: 14px;
    color: #555;
}

#contacto .form-control {
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 14px;
    font-size: 15px;
    background-color: #fff;
}

#contacto textarea.form-control {
    resize: none;
}

.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.whatsapp-float img {
    width: 28px;
    height: 28px;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}


#contacto select {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    line-height: 1.5;
    border: 1px solid #ccc;
    border-radius: 8px;
    appearance: none;
    /* Elimina el estilo nativo (opcional) */
    background-color: #fff;
    color: #333;
}

#contacto select:focus {
    outline: none;
    border-color: #b08c3e;
    box-shadow: 0 0 0 3px rgba(176, 140, 62, 0.1);
}

#contacto select option {
    font-size: 15px;
    color: #333;
}

body {
    overflow-x: hidden;
}

.owl-carousel {
    overflow-x: hidden;
}

html {
    width: 100%;
    overflow-x: hidden;
}


.beneficio-card {
    background: #faf8f7;
    border-radius: 16px;
    padding: 30px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.beneficio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.icono-beneficio {
    margin-bottom: 15px;
}

.icono-beneficio img {
    width: 60px;
    height: 60px;
}

.beneficio-card h5 {
    color: #b08c3e;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.beneficio-card p {
    color: #666;
    font-size: 14px;
}

.owl-beneficios .beneficio-card {
    margin: 10px;
}



/********************************************************************************************************/

/* Grid responsive de 4 -> 2 -> 1 */
.phones-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width:1200px) {
    .phones-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width:640px) {
    .phones-grid {
        grid-template-columns: 1fr;
    }
}

.phone-card {
    text-align: center;
}

.card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* --- iPhone mockup --- */
.iphone {
    position: relative;
    margin-inline: auto;
    width: min(280px, 85vw);
    aspect-ratio: 9/19.5;
    /* proporción iPhone */
    border-radius: 42px;
    background: #000;
    padding: 14px;
    /* grosor del marco */
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25), inset 0 0 0 1px rgba(255, 255, 255, .06);
    transition: transform .35s ease, box-shadow .35s ease;
}

.iphone::before {
    /* borde metálico sutil */
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 42px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .06), inset 0 0 18px rgba(255, 255, 255, .05);
    pointer-events: none;
}

.iphone-screen {
    position: absolute;
    inset: 14px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    border-radius: 32px;
    object-fit: cover;
    /* el GIF llena sin deformarse */
    display: block;
}

/* Notch (Dynamic Island look) */
.iphone-notch {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 42%;
    height: 22px;
    background: rgba(0, 0, 0, .9);
    border-radius: 14px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .08), 0 4px 12px rgba(0, 0, 0, .6);
    z-index: 2;
}

/* Home bar (línea inferior) */
.iphone-homebar {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 36%;
    height: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .8);
    z-index: 2;
}

/* Reflejo/gloss suave para dar realismo */
.iphone-gloss {
    position: absolute;
    inset: 0;
    border-radius: 42px;
    background: linear-gradient(120deg, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, 0) 40%);
    pointer-events: none;
    mix-blend-mode: screen;
}

/* Hover */
.card-link:hover .iphone {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .35), inset 0 0 0 1px rgba(255, 255, 255, .08);
}

/* Título */
.phone-title {
    margin-top: 12px;
    font-family: "Didact Gothic", system-ui, -apple-system, sans-serif;
    font-size: 1.05rem;
}

/* Espacio alrededor del carrusel dentro de tu sección */
#estilos .templates {
    margin-top: 24px;
}

/* Asegura tamaño consistente del “teléfono” en carrusel */
.phone-card .iphone {
    width: 280px;
    /* se ajusta con responsive del carrusel */
    max-width: 82vw;
    margin-inline: auto;
}

/* Centrar título y bajar un toque */
.phone-title {
    margin-top: 12px;
}

/* Owl: flechas y dots más elegantes */
.phone-carousel .owl-nav {
    position: relative;
    margin-top: 6px;
}

.phone-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #ffffff !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
    display: inline-grid;
    place-items: center;
    transition: transform .2s ease;
}

.phone-carousel .owl-nav button:hover {
    transform: translateY(-2px);
}

.phone-carousel .oc-prev,
.phone-carousel .oc-next {
    font-size: 20px;
    line-height: 1;
}

.phone-carousel .owl-dots {
    margin-top: 10px;
}

.phone-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    background: #d0d0d0;
    display: block;
    border-radius: 999px;
}

.phone-carousel .owl-dot.active span {
    background: #111;
}


/* --- FIX desalineo iPhone dentro del carrusel --- */

/* Asegura caja consistente solo dentro del mockup */
.phone-card .iphone,
.phone-card .iphone * {
    box-sizing: border-box;
}

/* El marco del iPhone recorta cualquier desborde */
.phone-card .iphone {
    position: relative;
    overflow: hidden;
    /* <- importante para que nada “se salga” */
    margin-inline: auto;
    width: 280px;
    max-width: 82vw;
    aspect-ratio: 9 / 19.5;
    background: #000;
    border-radius: 42px;
    padding: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25), inset 0 0 0 1px rgba(255, 255, 255, .06);
}

/* Pantalla (GIF) ocupando exactamente el área interna */
.phone-card .iphone .iphone-screen {
    position: absolute !important;
    /* protege de overrides globales */
    inset: 14px !important;
    width: calc(100% - 28px) !important;
    height: calc(100% - 28px) !important;
    display: block !important;
    object-fit: cover;
    /* llena sin deformarse */
    border-radius: 32px;
    transform: translateZ(0);
    /* evita sub-pixeles en algunos navegadores */
}

/* Notch y homebar por encima del GIF */
.phone-card .iphone .iphone-notch,
.phone-card .iphone .iphone-homebar,
.phone-card .iphone .iphone-gloss {
    position: absolute;
    z-index: 2;
}

/* Notch */
.phone-card .iphone .iphone-notch {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 42%;
    height: 22px;
    border-radius: 14px;
    background: rgba(0, 0, 0, .9);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .08), 0 4px 12px rgba(0, 0, 0, .6);
}

/* Homebar */
.phone-card .iphone .iphone-homebar {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 36%;
    height: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .8);
}

/* Reflejo */
.phone-card .iphone .iphone-gloss {
    inset: 0;
    border-radius: 42px;
    background: linear-gradient(120deg, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, 0) 40%);
    mix-blend-mode: screen;
    pointer-events: none;
}

/* Por si Owl aplica estilos a imágenes internas */
.owl-carousel .item .iphone img {
    
    max-width: none !important;
}

.phone-card .iphone .iphone-screen{
  object-position: top center;
}

/*DESLIZA*/

.my-carousel-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 16px; /* opcional */
  z-index: 1;
}

/* Overlay gris */
.my-fullhint {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.35);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  z-index: 1000;
  transition: opacity .45s ease;
}
.my-fullhint.show { opacity: 1; }
.my-fullhint.hide { opacity: 0; }

/* Contenido del hint */
.hint-inner { display:flex; flex-direction:column; align-items:center; gap:14px; color:#fff; }

.hint-arrows {
  display: flex; gap: 10px; align-items: center;
  background: rgba(0,0,0,.55); padding: 8px 14px; border-radius: 999px;
  font-weight: 600; letter-spacing: .3px;
}
.hint-arrows .ti-angle-left,
.hint-arrows .ti-angle-right {
  font-size: 18px;
  animation: pulse 1.4s ease-in-out infinite;
}
@keyframes pulse { 0%,100%{opacity:.7} 50%{opacity:1} }

/* Manito animada */
.hint-hand { animation: swipe 1.2s ease-in-out infinite; }
@keyframes swipe {
  0%   { transform: translateX(-22px); }
  50%  { transform: translateX(22px); }
  100% { transform: translateX(-22px); }
}


/* Wrapper: crea su propio stacking context y recorta el overlay */
.my-carousel-wrapper{
  position: relative;
  overflow: hidden;
  border-radius: 16px;               /* opcional */
  isolation: isolate;                /* clave para que el z-index interno funcione */
  z-index: 0;                        /* base */
}

/* Overlay gris por encima del contenido */
.my-fullhint{
  position: absolute; inset: 0;
  background: rgba(0,0,0,.38);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  z-index: 99999;                    /* encima de todo dentro del wrapper */
  transition: opacity .45s ease;
}
.my-fullhint.show{ opacity: 1; }
.my-fullhint.hide{ opacity: 0; }

/* Contenido del hint */
.hint-inner{ display:flex; flex-direction:column; align-items:center; gap:14px; color:#fff; }
.hint-arrows{
  display:flex; gap:10px; align-items:center;
  background: rgba(0,0,0,.55); padding:8px 14px; border-radius:999px;
  font-weight:600; letter-spacing:.3px; box-shadow:0 10px 24px rgba(0,0,0,.25);
}
.hint-arrows .ti-angle-left, .hint-arrows .ti-angle-right{
  font-size:18px; animation: pulse 1.4s ease-in-out infinite;
}
@keyframes pulse { 0%,100%{opacity:.7} 50%{opacity:1} }

/* Manito animada */
.hint-hand{ animation: swipe 1.2s ease-in-out infinite; }
@keyframes swipe{
  0%{ transform: translateX(-22px); }
  50%{ transform: translateX(22px); }
  100%{ transform: translateX(-22px); }
}

#contacto input.form-control,
#contacto select.form-control,
#contacto textarea.form-control {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    font-size: 15px;
    font-family: 'Nunito Sans', sans-serif;
    color: #5a6b84;
    background-color: #fff;
    box-shadow: none;
}

#contacto input.form-control,
#contacto select.form-control {
    height: 56px;
    padding: 0 16px;
    line-height: 56px;
}

#contacto textarea.form-control {
    padding: 16px;
    min-height: 120px;
    line-height: 1.5;
}

#contacto select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}


a.mail-link {
    color: #1f517c;
    text-decoration: none;
    font-weight: 600;
}

a.mail-link:hover {
    text-decoration: underline;
}