    @import"https: //fonts.googleapis.com/css?family=Merriweather:400, 300, 400italic, 300italic, 700, 700italic";
    @import"https: //fonts.googleapis.com/css?family=Nunito:400, 300, 700";
    
    @font-face {
        font-family: "sub-heading";  /* Replace with your font's actual name */
        src: url("../fonts/DidactGothic-Regular.ttf");  /* Replace with your font file's actual name */
      }
      @font-face {
        font-family: "bread-text";  /* Replace with your font's actual name */
        src: url("../fonts/Hiragino\ Mincho\ ProN\ W3.otf");  /* Replace with your font file's actual name */
      }
      @font-face {
        font-family: "heading";  /* Replace with your font's actual name */
        src: url("../fonts/Notera2-Light.woff");  /* Replace with your font file's actual name */
      }
    p {
    font-size: 15px;
    line-height: 29px;
    color: #B09C73;
    font-family: bread-text;
    padding-bottom: 20px;
  
}
li{
    border-color: #AB6438;
}
span{
    color: #B09C73;
    font-family: bread-text;

}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 40px;
    font-weight: 300;
    color: #B09C73;
    font-family: sub-heading;

}

h3 {
    color: #B09C73;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 29px;
    font-family: sub-heading;
}
h4 {
    font-size: 18px;
    color: #B09C73;
    font-family: sub-heading;


}
h5 {
    font-size: 15px;
    color: #B09C73;
    text-transform: uppercase;
    font-weight: 500;
}
.btn {
    font-size: 13px;
    border: solid 2px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
}
.btn:hover, .btn:focus {
    color: #fff;
    border-color: #AB6438;
    background-color: #5A3D26;
}
.ninja:hover, .ninja:focus {
    color: #fff;
    border-color: white;
    background-color:white;
}
.btn-orange {
    font-size: 13px;
    border: solid 2px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    display: inline-block;
    border-color: #AB6438;
}
.btn-orange:hover, .btn-orange:focus {
    color: #5A3D26;
    border-color: #5A3D26;
}
.btn-fill {
    color: #fff;
    border: solid 2px #636c51;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #636c51;
}
.btn-fill:hover, .btn-fill:focus {
    color: #fff;
    background-color: #505840;
    border-color: #636c51;
}
.btn-small {
    padding: 8px 30px;
}
.btn-large {
    padding: 15px 40px;
}
.btn-margin-right {
    margin-right: 20px;
}
section.intro, section.features-extra, section.rsvp {
    background: #fff;
}
section.features, section.events, section.blog {
    background: #f8f9fd;
}
.group:after {
    content: "";
    display: table;
    clear: both;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
a {
    color: #636c51;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
}
a:hover, a:focus {
    color: #b09970;
    text-decoration: none;
}
body {
  font-family: 'Overpass Regular', sans-serif;
    font-weight: 300;
    color: rgba(0,  0,  0,  0.6);
    -webkit-text-size-adjust: 100%}
*:focus {
    outline: none !important;
}
ul, ol {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
section .header {
    padding-bottom: 30px;
}
.section-padding {
    padding: 130px 0;
}
.section-border {
    border-bottom: 1px solid #AB6438;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: 'Overpass Regular', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #000;
    border-radius: 4px;
}
.pulse2 {
    animation-name: pulse2;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes pulse2 {
    0% {
    transform: scale(1.1);
}
50% {
    transform: scale(0.8);
}
100% {
    transform: scale(1);
}
}.floating-arrow {
    animation-name: floating-arrow;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes floating-arrow {
    from {
    transform: translate(-50%,  0);
}
65% {
    transform: translate(-50%,  15px);
}
to {
    transform: translate(-50%,  0);
}
}.floating-logo {
    animation-name: floating-logo;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes floating-logo {
    from {
    transform: translate(-50%,  0);
}
50% {
    transform: translate(-50%,  10px);
}
to {
    transform: translate(-50%,  0);
}
}.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8, .wp9 {
    visibility: hidden;
}
.wp1, .wp2 {
  width: 262.5px;
  height: 444.15px;

}
.wp8, .wp9 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    width: 211px;
    height: 357px;

}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
    visibility: visible;
}
.header-nav.open {
    visibility: visible;
    opacity: .9;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.nav-toggle {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 999999;
    padding: 10px 35px 16px 0;
    cursor: pointer;
}
.nav-toggle:focus {
    outline: none;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    content: "";
    position: absolute;
    display: block;
    width: 35px;
    height: 3px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #fff;
    cursor: pointer;
}
.nav-toggle span:before {
    top: -10px;
}
.nav-toggle span:after {
    bottom: -10px;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav-toggle.active span {
    background-color: rgba(0, 0, 0, 0);
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
    top: 0;
}
.nav-toggle.active span:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-toggle.active span:after {
    top: 10px;
    -moz-transform: translatey(-10px) rotate(-45deg);
    -ms-transform: translatey(-10px) rotate(-45deg);
    -o-transform: translatey(-10px) rotate(-45deg);
    -webkit-transform: translatey(-10px) rotate(-45deg);
    transform: translatey(-10px) rotate(-45deg);
}
.navicon {
    position: absolute;
    height: 26px;
    right: 10px;
    top: 48px;
    visibility: hidden;
    transition: all 300ms ease-in-out;
}
.hero {
    margin-top: 100px;
    min-height: 750px;
    background: url("../img/hero-min.jpg") center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
      opacity: 1; /* Full opacity by default */
  /* Add a linear gradient at the bottom to fade out */
}
.hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px; /* Height of the gradient effect */
    background: linear-gradient(transparent, #22251A 90%); /* Adjust the final color to match your second image's top color */
    pointer-events: none; /* Ensures clicks pass through */
}
.hero .down-arrow a {
    color: #fff;
}
.hero h1 {
    color: #fff;
    margin-bottom: 40px;
}
.hero p.intro {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px;
}
.hero .hero-content {
    padding-top: 30%}
.hero .hero-content img {
    width: 55%;
    margin-bottom: 12%}
.navigation {
    transition: all 300ms ease-in-out;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.fixed {
    position: fixed;
    background-color: #22251A;
    z-index: 999;
    width: 100%
}

header {
    padding: 50px 0;
    position: relative;
    width: 1170px;
    margin: 0 auto;
    transition: padding 300ms ease-in-out;
}
header a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
header a.login {
    margin-right: 20px;
}
header .logo {
    display: inline-block;
}
header .logo img {
    height: 19px;
}
header ul.primary-nav {
    margin: 0 0 0 75px;
    padding: 0;
}
header ul.primary-nav li {
    display: inline;
}
header ul.primary-nav li a {
    color: #fff;
    padding-right: 25px;
}
header ul.primary-nav li a:hover {
    color: #b09970;
}
header ul.primary-nav li:last-child a {
    padding-right: 0px;
}
header ul.member-actions li {
    display: inline;
}
header ul.member-actions li a {
    color: #fff;
}
header ul.member-actions li a:hover {
    color: #b09970;
}
header .header-nav {
    display: inline-block;
}
header .member-actions {
    position: absolute;
    right: 0;
    top: 41px;
    transition: all 300ms ease-in-out;
}
.down-arrow {
    color: #fff;
    font-size: 30px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.share-bar {
    margin-top: 20px;
}
.intro span.icon {
    font-size: 40px;
    color: #636c51;
    font-weight: bold;
}
.intro-icon {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0 0 0;
    margin-right: 20px;
    width: 40px;
}
.intro-content {
    display: inline-block;
    width: 80%}
#intro {
    padding-top: 40px;
}
#intro p {
    text-align: center;
}
.features {
    position: relative;
}
.features p {
    margin-bottom: 0;
    padding-bottom: 0;
}
.features h3 {
    margin: 0 0 20px 0;
}
.features span.icon {
    font-size: 35px;
    color: #636c51;
    font-weight: bold;
}
.features .feature-icon {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0 0 0;
    margin-right: 20px;
    width: 35px;
}
.features .feature-content {
    display: inline-block;
    width: 75%}
.features .intro-icon {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0 0 0;
    margin-right: 20px;
}
.features .intro-content {
    display: inline-block;
    width: 80%}
.features ul.features-stack {
    margin-top: 50px;
}
.features ul.features-stack li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #AB6438;
}
.features ul.features-stack li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.features .ipad-wrap {
    width: 706px;
    height: 1002px;
    background: url("../img/ipad-device.png") no-repeat center center;
    z-index: 1;
}
.features .iphone-wrap {
    width: 304px;
    height: 620px;
    background: url("../img/iphone6.png") no-repeat center center;
    position: absolute;
    left: 530px;
    bottom: 129px;
    z-index: 2;
}
.features .device-showcase {
    position: absolute;
    bottom: -365px;
    right: 61%}
.features .responsive-feature-img, .features-extra .responsive-feature-img {
    display: none;
}
.devices {
    position: relative;
}
.features-extra {
    position: relative;
    z-index: 3;
}
.features-extra .btn {
    margin-top: 20px;
}
.features-extra .macbook-wrap {
    position: absolute;
    width: 916px;
    height: 540px;
    background: url("../img/macbook-pro.png") no-repeat center center;
    top: 114px;
    z-index: 4;
    left: 50%}
.hero-strip {
    margin-top: 120px;
    background: #000000 url("../img/polygonal-bg.jpg") no-repeat center center;
    padding-bottom: 190px;
    position: relative;
}
.hero-strip i {
  font-family: 'Overpass Regular', sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #f69d52;
    vertical-align: top;
    margin-left: -8px;
    font-style: normal;
}
.hero-strip h2 {
    color: #fff;
    margin: 0 0 20px 0;
}
.hero-strip p {
    color: #000000;
}
.hero-strip .btn {
    margin-top: 10px;
}
.hero-strip .logo-placeholder {
    width: 230px;
    height: 230px;
    position: absolute;
    bottom: -285px;
    left: 50%;
    transform: translateX(-50%);
}
.events .leftcol {
    padding-right: 100px;
    border-right: solid 1px #AB6438;
}
.events .rightcol {
    padding-left: 100px;
}
.events .time {
    font-size: 13px;
    font-style: italic;
    text-transform: lowercase;
    color: rgba(0,  0,  0,  0.6);
}
.blog {
    padding-bottom: 120px;
}
.blog img {
    width: 100%;
    height: auto;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.blog h2 {
    font-size: 11px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 35px;
}
.blog .btn {
    margin-top: 20px;
}
.blog .blog-img-wrap {
    position: relative;
    overflow: hidden;
}
.blog .blog-img-wrap .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,  0,  0,  0.5);
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.blog .blog-img-wrap i {
    color: #fff;
    font-size: 20px;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 25px;
    right: 35px;
}
.blog .blog-img-wrap:hover img, .blog .blog-img-wrap:focus img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blog .blog-img-wrap:hover .overlay, .blog .blog-img-wrap:focus .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 9;
}
.blog figcaption i {
    margin-left: 5px;
    font-size: 15px;
}
.blog figcaption a.blog-post-title {
    color: rgba(8,  8,  8,  0.6);
}
.blog figcaption a.blog-post-title:hover, .blog figcaption a.blog-post-title:focus {
    color: #0a0a0a;
}
#instagram img {
    width: 100%}

#video-bg {
  height: 300px;
}

#video-content {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  position: relative;
  background: rgba(17, 17, 17, .5);
  text-align: center;
}

#video-content h5 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 10px;
}

#video-content p {
  color: #fff;
}


#map-canvas {
    height: 500px;
    width: 100%}
#map-content-wrapper {
    position: relative;
    margin-top: -502px;
    margin-bottom: 150px;
}
#map-content {
    margin-top: 40px;
    padding: 50px 60px;
    background: #fff;
    -webkit-transition: opacity .5s, visibility .6s, margin-top .5s;
    transition: opacity .5s, visibility .6s, margin-top .5s;
}
#btn-show-content {
    padding: 20px;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: opacity .5s, visibility .6s, margin-top .5s;
    transition: opacity .5s, visibility .6s, margin-top .5s;
}
.toggle-map-content {
    opacity: 0;
    visibility: hidden;
}
.pointer-events-none {
    pointer-events: none;
}
.pointer-events-auto {
    pointer-events: auto;
}
.rsvp {
    padding-bottom: 140px;
}
.rsvp .rsvp-form .rsvp-btn {
    padding: 15px 0;
    border-radius: 3px;
    width: 100%;
    font-size: 13px;
}
.rsvp-btn:hover, .rsvp-btn:focus {
    color: #fff;
    border-color: #AB6438;
    background-color: #5A3D26;
}
.rsvp .rsvp-form .form-input-group {
    width: 100%;
    height: 55px;
    margin: 0 auto 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #AB6438;
    text-align: left;
    position: relative;
}
.rsvp .rsvp-form .form-input-group i {
    color: #0f8623;
    font-size: 14px;
}
.rsvp .rsvp-form .form-input-group i:after {
    content: "";
    height: 30px;
    width: 1px;
    border-right: solid 1px #AB6438;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}
.rsvp .rsvp-form .form-input-group i.fa-user, .rsvp .rsvp-form .form-input-group i.fa-users, .rsvp .rsvp-form .form-input-group i.fa-envelope, .rsvp .rsvp-form .form-input-group .fa-key {
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 20px;
}
.rsvp .rsvp-form .form-input-group input {
    padding-left: 68px;
    width: 100%;
    height: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
}
.rsvp .rsvp-form .form-input-group input::-webkit-input-placeholder {
    color: #000000;
}
.rsvp .rsvp-form .form-input-group input:-moz-placeholder {
    color: #000000;
}
.rsvp .rsvp-form .form-input-group input::-moz-placeholder {
    color: #000000;
}
.rsvp .rsvp-form .form-input-group input:-ms-input-placeholder {
    color: #000000;
}
footer .content {
    border-top: 1px solid #AB6438;
    padding-bottom: 20px;
}
footer .to-top-wrapper {
    font-size: 30px;
    display: block;
    cursor: pointer;
    margin: -25px auto 50px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #AB6438;
    background: #fff;
}
footer .to-top-wrapper .to-top {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
footer .to-top-wrapper .to-top:hover {
    margin-top: -5px;
}
footer span.fa-heart {
    color: #ff415c;
    font-size: 18px;
    margin: 0 2px;
}
body.modal-open {
    padding-right: 0 !important;
}
.modal-body {
    padding: 25px;
}
p  {
    
  color:  #B09C73 !important;
    
}
/* span  {
    
  color:  black !important;
    
} */
.container{
    background-color: #454C39;
    border-radius: 30px;
}
.modal-content{
    background-color: #454C39;

}
.image-same-size {
  width: 262px; /* Set your desired width */
  height: 580px; /* Set your desired height */
  object-fit: cover; /* This will ensure the image covers the area, maintaining aspect ratio */
}
.image-container {
  width: 287px;
  height: 287px;
  overflow: hidden; /* This is important to prevent overflowing content */
}

.image-container img {
  width: 100%; /* Stretch image to fill container width */
  height: 100%; /* Stretch image to fill container height */
  object-fit: cover; /* Maintain aspect ratio and crop if necessary */
}
#countdown{
  margin-top: 5px;
}
.row.wp7.countdown {
  border: 1px solid rgba(0, 0, 0, 0.2); /* Adjust border style and width as needed */
}

.description {
  text-align: center;
  padding: 10px;
  
  margin-top: 10px;
}
#p {
color: #c4b79c !important;
}.wedding-gift {
max-width: 200px;
max-height: 100px;
}

.img-wrap {
  position: relative;
  overflow: hidden;
}

.img-wrap img {
  width: 100%;
  display: block;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.25s;
}

.img-wrap:hover .overlay {
  opacity: 1;
}

.overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2em;
}
iframe {
  width: 100%;
  height: auto;
}
.following{
  margin-bottom: 5px;
  min-height: 437px;
  min-width: 317px;
}
i.fa-phone, i.fa-fish, i.fa-envelope, .fa-key {
      font-size: 14px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      margin-left: 20px;
    }
    .image-size {
  width: 280px;   /* Set the width of the image */
  height: 504px;  /* Set the height of the image */
  object-fit: cover; /* This ensures the image covers the area without stretching */
}
.description{
  max-height: 140px;
}
body::-webkit-scrollbar {
  width: 10px; /* Adjust the scrollbar width as needed */
}

body::-webkit-scrollbar-thumb {
  background: #636c51; /* Color for the scrollbar thumb */
}

body::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color for the scrollbar track */
}
body {
    background-image: url("../img/bg2.jpeg"); /* Replace with your image path */
    background-repeat: no-repeat; /* Prevent image tiling */
    background-attachment: fixed; /* Keep image fixed on scroll */
    background-size: cover; /* Scale image to cover the viewport */
  }
  
body {
  font-family: 'Overpass Regular', sans-serif;
}

.red-icon {
  color: red;
}
.green-icon {
  color: #636c51;
}






.bridal-party-wrapper {
  text-align: center;
  padding: 2rem 0;
}

.bridal-party-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bridal-party-card {
  margin: 1rem;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px; /* Add border radius here */
  width: calc(24% - 1.5rem); /* Adjust width as needed */
  text-align: center;
}

.bridal-party-card img {
  width: 100%;
  height: 400px; /* Adjust height as needed */
  border-radius: 10px; /* Add border radius here */

  object-fit: cover;
}

.bridal-party-card p {
  padding: 1rem;
}

/* Responsive media queries */

@media only screen and (max-width: 768px) {
  .bridal-party-card {
    width: calc(50% - 1rem);
  }
}

@media only screen and (max-width: 480px) {
  .bridal-party-cards {
    flex-direction: column;
    align-items: center;
  }

  .bridal-party-card {
    width: 100%;
  }
}
