

@font-face {
    font-family:'Engraved';
    src:url('../fonts/Engraved-Regular.eot');
    src:url('../fonts/Engraved-Regular.eot?#iefix') format('embedded-opentype'),url('../fonts/Engraved-Regular.woff2') format('woff2'),url('../fonts/Engraved-Regular.woff') format('woff'),url('../fonts/Engraved-Regular.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
@font-face {
    font-family:'A Love of Thunder';
    src:url('../fonts/ALoveofThunder.eot');
    src:url('../fonts/ALoveofThunder.eot?#iefix') format('embedded-opentype'),url('../fonts/ALoveofThunder.woff2') format('woff2'),url('../fonts/ALoveofThunder.woff') format('woff'),url('../fonts/ALoveofThunder.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
body {
    opacity:0;
    transition:opacity 0.8s ease;
}
body.page-loaded {
    opacity:1;
}
sup {
    top:-47px;
    left: -14px;
}

.navbar-inner--right{
        text-align: right;
    width: 100%;
}


.navbar-inner--right img{
    width: 40px;
    margin-top: 25px;
    margin-right: 25px;
}

.navbar .container{
        padding: 0 15px;
}


#loader {
    position: fixed;
    inset: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    font-size: 32px;
    letter-spacing: 2px;
        font-family: 'Engraved';
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: 3.5px;
    text-transform: uppercase;
     flex-wrap: wrap; 
    background-image: url(../images/main-banner-img-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom center;
    background-color:#333;
    background-blend-mode: multiply;

}




.main-banner-desc{
    opacity: 0;
}

.countdown{
    text-align: center;
    
}

.cd-msg{
    font-size: 15px;
    margin-bottom: 30px;
}

#countdown {
    display: flex;
}

#countdown span {
    display: inline-block;
    min-width: 40px;
    text-align: center;
}

.cd-column{
    text-align: center;
    padding:0 5px;
}

.cd-desc{
    font-size: 14px;
}




#family-member-name{
    display: none;
}


.accordion {
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion.active{
    overflow: unset;
}

.accordion-header {
  padding: 12px 16px 12px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
    line-height: 1.45;
    display: block;
    margin-bottom: 3px;
    color: #141413; 
    font-size: 17px;
    text-transform: uppercase;
    transform: scale(1, 1.1);
    -webkit-transform: scale(1, 1.1);
    -moz-transform: scale(1,1.1);
    -ms-transform: scale(1,1.1);
    -o-transform: scale(1,1.1);
    -webkit-font-smoothing: antialiased;
    font-family: "Source Code Pro", sans-serif;
    letter-spacing: 0px;
    font-weight: 700;
    word-spacing: 0px;
}



.accordion-content {
  max-height: 0;
  overflow: visible !important;
  transition: max-height 0.35s ease;
}


.accordion-inner{
  padding: 16px 0;
}


.accordion.active .accordion-content {
  display: block;
}

.accordion-toggle {
  font-size: 16px;
  float:right;
}


.family-section{
    margin-top:20px;
}


.checkbox input[type="checkbox"] {
  display: none;
}


.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}

.checkbox::before {
  content: "";
  width: 18px;
  height: 18px;
      border: 1px solid #000;
    border-radius: 4px;
    flex-shrink: 0;
    margin-top: 2px;
    transition: all 0.2s ease;
    background: transparent;
}

.checkbox input:checked + *::before,
.checkbox:has(input:checked)::before {
  background: #333;
  border-color: #333;
}

.checkbox::after {
  content: "";
  position: absolute;
    left: 6px;
  top: 5px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: 0.2s ease;
}

.checkbox:has(input:checked)::after {
  transform: rotate(45deg) scale(1);
}


.rsvp-button {
    display:inline-block;
    position:fixed;
    background-color:#161616;
    color:#eae4e1;
    padding:8px 15px;
    z-index:99999;
    right:-37px;
    top:45vh;
    font-size:15px;
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    letter-spacing:0.5px;
    transition:.4s;
}
.rsvp-button:hover {
    background-color:#141413;
    color:#eae4e1;
    cursor:pointer;
}
.expand-section {
    height:200vh;
    /* scroll space */
  display:flex;
    align-items:center;
    justify-content:center;
}
.horizontal-section {
    position:relative;
    overflow:hidden;
    height:100vh;
}
.horizontal-wrapper {
    display:flex;
    height:100%;
}
.panel {
    min-width:25vw;
    max-width:280px;
    display:flex;
    align-items:start;
    justify-content:center;
    font-size:40px;
    margin-right:100px;
}
.panel-title {
    min-width:30vw;
    display:flex;
    justify-content:end;
    font-size:40px;
    margin-right:100px;
}

.selectDropdown {
  position: relative;
}

.selectDropdown span {
  padding: 10px 40px 10px 12px; /* space for arrow */
}

/* arrow as background */
.selectDropdown::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  pointer-events: none;

  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'><path d='M2 2l8 8 8-8' fill='none' stroke='%23333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
  background-size: contain;
}

.selectDropdown.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.select-meals {
    position:relative;
}
.select-meals select {
    display:none;
}
.select-meals > span {
    cursor:pointer;
    padding:9px 16px 9px 0;
    display:block;
    position:relative;
    color:#141413;
    border:5px solid var(--border);
    background:transparent;
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
    border-bottom:1px solid #141413;
    font-size:14px;
    font-weight:400;
        -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
.select-meals > span:before,.select-club-services > span:after {
    content:'';
    display:block;
    position:absolute;
    width:8px;
    height:2px;
    top:50%;
    right:15px;
    background:#f9e9e4;
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
}
.select-meals > span:before {
    margin-right:4px;
    -webkit-transform:scale(0.96,0.8) rotate(50deg);
    transform:scale(0.96,0.8) rotate(50deg);
}
.select-meals > span:after {
    -webkit-transform:scale(0.96,0.8) rotate(-50deg);
    transform:scale(0.96,0.8) rotate(-50deg);
}
.select-meals ul {
    margin:0;
    padding:0;
    list-style:none;
    position:absolute;
    top:42px;
    left:0;
    right:0;
    background:#f9e9e4;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-transform-origin:0 0;
    transform-origin:0 0;
    -webkit-transition:opacity 0.2s ease,visibility 0.2s ease,-webkit-transform 0.3s cubic-bezier(0.4,0.6,0.5,1.32);
    transition:opacity 0.2s ease,visibility 0.2s ease,-webkit-transform 0.3s cubic-bezier(0.4,0.6,0.5,1.32);
    transition:opacity 0.2s ease,visibility 0.2s ease,transform 0.3s cubic-bezier(0.4,0.6,0.5,1.32);
    transition:opacity 0.2s ease,visibility 0.2s ease,transform 0.3s cubic-bezier(0.4,0.6,0.5,1.32),-webkit-transform 0.3s cubic-bezier(0.4,0.6,0.5,1.32);
    -webkit-transform:scale(0.8) translate(0,4px);
    transform: translateY(4px);
    border:1px solid var(--listBorder);
    display:none;
    z-index: 999999;
  
}
.select-meals ul li {
    opacity:0;
    -webkit-transform:translate(6px,0);
    transform:translate(6px,0);
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
}
.select-meals ul li a {
    cursor:pointer;
    display:block;
    padding:10px 16px;
    color:#eae4e1!important;
    text-decoration:none;
    outline:none;
    position:relative;
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
    background:#141413;
}

.select-meals ul li a:hover {
    color:#f9e9e4
}
.select-meals ul li.active a {
    background:#971e21
}
.select-meals ul li.active a:before,.select-meals ul li.active a:after {
    --scale:.6;
    content:'';
    display:block;
    width:10px;
    height:2px;
    position:absolute;
    right:17px;
    top:50%;
    opacity:0;
    background:var(--listText);
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
}
.select-meals ul li.active a:before {
    -webkit-transform:rotate(45deg) scale(var(--scale));
    transform:rotate(45deg) scale(var(--scale));
}
.select-meals ul li.active a:after {
    -webkit-transform:rotate(-45deg) scale(var(--scale));
    transform:rotate(-45deg) scale(var(--scale));
}
.select-meals ul li.active a:hover:before,.select-club-services ul li.active a:hover:after {
    --scale:.9;
    opacity:1;
}
.select-meals ul li:first-child {
    display:none;
}
.select-meals.filled > span {
    color:#141413;
}
.select-meals.open > span {
    border-color:var(--borderActive);
}
.select-meals.open > span:before,.select-club-services.open > span:after {
    background:var(--arrowActive);
}
.select-meals.open > span:before {
    -webkit-transform:scale(0.96,0.8) rotate(-50deg);
    transform:scale(0.96,0.8) rotate(-50deg);
}
.select-meals.open > span:after {
    -webkit-transform:scale(0.96,0.8) rotate(50deg);
    transform:scale(0.96,0.8) rotate(50deg);
}
.select-meals.open ul {
    -webkit-transform:scale(1) translate(0,12px);
    transform: translateY(12px);
    -webkit-transition:opacity 0.3s ease,visibility 0.3s ease,-webkit-transform 0.3s cubic-bezier(0.4,0.6,0.5,1.32);
    transition:opacity 0.3s ease,visibility 0.3s ease,-webkit-transform 0.3s cubic-bezier(0.4,0.6,0.5,1.32);
    transition:opacity 0.3s ease,visibility 0.3s ease,transform 0.3s cubic-bezier(0.4,0.6,0.5,1.32);
    transition:opacity 0.3s ease,visibility 0.3s ease,transform 0.3s cubic-bezier(0.4,0.6,0.5,1.32),-webkit-transform 0.3s cubic-bezier(0.4,0.6,0.5,1.32);
    display:block;
}
.select-meals.open ul li {
    opacity:1;
    -webkit-transform:translate(0,0);
    transform:translate(0,0);
}
.select-meals.open ul li:nth-child(1) {
    -webkit-transition-delay:80ms;
    transition-delay:80ms;
}
.select-meals.open ul li:nth-child(2) {
    -webkit-transition-delay:160ms;
    transition-delay:160ms;
}
.select-meals.open ul li:nth-child(3) {
    -webkit-transition-delay:240ms;
    transition-delay:240ms;
}
.select-meals.open ul li:nth-child(4) {
    -webkit-transition-delay:320ms;
    transition-delay:320ms;
}
.select-meals.open ul li:nth-child(5) {
    -webkit-transition-delay:400ms;
    transition-delay:400ms;
}
.select-meals.open ul li:nth-child(6) {
    -webkit-transition-delay:480ms;
    transition-delay:480ms;
}
.select-meals.open ul li:nth-child(7) {
    -webkit-transition-delay:560ms;
    transition-delay:560ms;
}
.select-meals.open ul li:nth-child(8) {
    -webkit-transition-delay:640ms;
    transition-delay:640ms;
}
.select-meals.open ul li:nth-child(9) {
    -webkit-transition-delay:720ms;
    transition-delay:720ms;
}
.select-meals.open ul li:nth-child(10) {
    -webkit-transition-delay:800ms;
    transition-delay:800ms;
}
select {
    --text:#3F4656;
    --border:#2F3545;
    --background:#151924;
}
select.select-meals {
    padding:9px 16px;
    color:var(--text);
    border:1px solid var(--border);
    background:var(--background);
    line-height:22px;
    font-size:16px;
    font-family:inherit;
    -webkit-appearance:none;
}
.btn-submit {
    font-family:'Source Code Pro',sans-serif;
    font-size:14px;
    font-weight:400;
    letter-spacing:0.5px;
    line-height:1;
    position:relative;
    display:inline-block;
    overflow:hidden;
    padding:11px 27px;
    cursor:pointer;
    border:1px solid #971e21;
    background:none;
    color:#971e21;
    float:right;
    text-transform:uppercase;
}
.btn-submit:hover {
    font-family:'Source Code Pro',sans-serif;
    font-size:14px;
    font-weight:400;
    letter-spacing:0.5px;
    line-height:1;
    position:relative;
    display:inline-block;
    overflow:hidden;
    padding:11px 27px;
    cursor:pointer;
    border:1px solid #FFF;
    background:#FFF;
    color:#971e21;
    float:right;
    text-transform:uppercase;
    transition-duration:0.4s;
}
#rsvp .btn-submit {
    border:1px solid #141413;
    background:#141413;
    color:#eae4e1;
}
#rsvp .btn-submit:hover {
    border:1px solid  #141413;
    background:transparent;
    color:#141413;
}
.menu-rsvp {
    margin-left:-16px;
    margin-top:3px;
    text-transform:uppercase;
    font-size:13px;
    letter-spacing:1.5px;
    color:#000;
}
.menu-rsvp-home {
    margin-left:-19px;
    margin-top:3px;
    font-family:'Engraved',serif;
    text-transform:uppercase;
    font-size:13px;
    letter-spacing:1.5px;
    color:#971E21;
}
.fullscreen-navigation .container {
    max-width:550px;
}
.fullscreen-navigation p {
    text-transform:uppercase;
    text-align:center;
    font-weight:400;
    letter-spacing:1.2px;
    font-size:13px;
}
#rsvp {
           background-color: #f5f1f0;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: left top;
    background-image: url(../images/white-shadow-bg.jpg);
}

#rsvp main{
    min-height:93vh;
}


#rsvp h2 {
        display: block;
    margin-bottom: 15px;
    color: #141413;
    font-family: 'A Love of Thunder';
    word-spacing: 1px;
    letter-spacing: 1px;
    font-size: 28px;
    text-transform: uppercase;
    margin-top:15px;
}

#rsvp h4 {
    line-height: 1.1;
    display: block;
    margin-bottom: 20px;
    margin-top: 50px;
    color: #141413;
    font-family: 'A Love of Thunder';
    word-spacing: 1px;
    letter-spacing: 1px;
    font-size: 20px;
    text-transform: uppercase;
    transform: scale(1, 1.1);
    -webkit-transform: scale(1, 1.1);
    -moz-transform: scale(1,1.1);
    -ms-transform: scale(1,1.1);
    -o-transform: scale(1,1.1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}


#rsvp .rsvp-desc {
    margin-bottom:25px;
}
#rsvp .rsvp-img {
    text-align:center;
    margin-top:20px;
}
#rsvp .rsvp-img img {
    width:315px;
}
#rsvp .container {
    max-width:580px;
    padding:0 35px;
}

#rsvp .navbar .container {
    padding:0 15px;
    max-width: 100%;
}

#rsvp p {
    text-transform:uppercase;
    text-align:center;
    font-weight:400;
    letter-spacing:1.2px;
    font-size:13px;
}

.rsvp-yes-fields {
    display:none;
}

#rsvp .rsvp-section {
    padding-top:60px;
}
.rsvp-date-time {
    text-transform:uppercase;
    text-align:left;
    font-weight:400;
    letter-spacing:1.2px;
    margin-bottom:20px;
    font-size:15px;
}

.rsvp-header-container {
    margin-top:50px;
    text-align: center;
}

.rsvp-header{
    max-width: 320px;
    margin:0 auto;
    margin-bottom: 15px;
}


.rsvp-col {
    margin-bottom:30px;
    color:#141413;
}
.rsvp-col-inline {
    margin-bottom:30px;
    color:#141413;
    display:flex;
}
.rsvp-col-inline label {
    margin-right:10px;
}
.rsvp-row a {
    color:#141413;
    margin-top:30px;
}
.rsvp-row a:hover {
    font-weight:500;
}

.rsvp-col label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.rsvp-col label input {
    margin-top: 4px; /* aligns checkbox with first line */
}


.rsvp-col .checkbox {
  font-size: 13px;
    margin-top: 5px;
    font-weight: 400;
    font-family: "Source Code Pro", sans-serif;
    letter-spacing: 0px;
    word-spacing: 0px;
    line-height: 1.3;
    margin-bottom: 10px;
    text-transform: initial;
}
.select-meals a {
    margin-top:0;
}
#rsvp  .rsvp-return-link {
    min-height:auto;
    padding-top:0;
    padding-bottom:50px;
    text-transform:uppercase;
    font-size:12px;
    z-index: 0;
}
.rsvp-return-link .container {
    text-align:center;
}
#thank-you-rsvp {
    background-color: #f5f1f0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/white-shadow-bg.jpg);
}

#thank-you-rsvp .container {
    max-width:550px;
    padding:0px 50px 0px;
}

#thank-you-rsvp .thank-you-msg {
   color: #141413;
    text-align: center;
    padding: 30px 10px;
    font-size: 13px;
    line-height: 1.3;
}
#thank-you-rsvp .thank-you-msg-from {
    color:#141413;
    text-align:center;
    font-size:13px;
}
#thank-you-rsvp section {
    height:93vh;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#E8C81D;
    z-index: 0;
        background-color: transparent;
}

body.thank-you-rsvp-wrapper{

    background-color: #eae4e1;

}

.thank-you-rsvp-wrapper  footer {
    background-image:none !important;
    background-color:transparent;
}

#thank-you {
    background-image:url(../images/red-background.jpg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    min-height:95vh;
}
#thank-you .container {
    max-width:550px;
    padding:0 50px;
    margin-top:-50px;
}
.thank-you-wrapper footer {
    background-image:none !important;
    background-color:transparent;
    margin-top:-8vh;
}
.thank-you-wrapper  .copyright-footer {
    color:#E8C81D;
}
#thank-you section {
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#E8C81D;
}
#thank-you .thank-you-msg {
    text-align:center;
    padding:30px 0px;
    font-size:15px;
    line-height:1.3;
}
#thank-you .thank-you-msg-from {
    text-align:center;
    text-transform:uppercase;
    font-size:11px;
}
.thank-you-return-home {
    text-align:center;
    margin-top:80px !important;
    display:block;
    text-transform:uppercase;
    font-size:11px;
    letter-spacing:0.5px;
}
.thank-you-return-home img {
    width:30px;
}
#thank-you-rsvp .thank-you-return-home {
    color:#141413;
}
.title {
    opacity:0;
    font-family:'Engraved';
    word-spacing:-2px;
    font-size:35px;
    line-height:1.1;
    letter-spacing:3px;
    display:inline-block;
    opacity: 0;
    transform: translateY(100%) rotateX(-80deg);
    transform-origin: center top;
    transform-style: preserve-3d;
    transition: opacity .8s cubic-bezier(.215, .61, .355, 1), transform .8s cubic-bezier(.215, .61, .355, 1)
}
.title.text-rotate {
    transition-delay:0s;
    opacity:1;
    transform:none;
}
.marquee {
    width:100%;
    overflow:hidden;
    white-space:nowrap;
}
.marquee-track {
    display:inline-flex;
    animation:marquee 20s linear infinite;
}
.marquee-track span {
    padding-right:50px;
    /* control spacing between repeats */
     font-family:'Engraved';
    word-spacing:1px;
    text-transform:uppercase;
    font-size:80px;
    letter-spacing:0;
    line-height:1.1;
    transform:translateY(100%) rotateX(-80deg);
    transform-origin:center top;
    transform-style:preserve-3d;
    transition:opacity .8s cubic-bezier(.215,.61,.355,1),transform .8s cubic-bezier(.215,.61,.355,1);
    transform:scale(1,1.1);
    /* Safari and Chrome */
  -webkit-transform:scale(1,1.1);
    /* Firefox */
  -moz-transform:scale(1,1.1);
    /* IE 9+ */
  -ms-transform:scale(1,1.1);
    /* Opera */
  -o-transform:scale(1,1.1);
}
/* pause on hover */
.marquee:hover .marquee-track {
    animation-play-state:paused;
}
@keyframes marquee {
    0% {
    transform:translateX(0);
}
100% {
    transform:translateX(-50%);
}
}.video-box {
    position:absolute;
    inset:0;
    z-index:0;
}
.video-box video {
    filter:blur(0px);
    /* A larger value creates more blur */
  width:100%;
    height:100%;
    object-fit:cover;
}
/*.grain-overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:url(https://grainy-gradients.vercel.app/noise.svg);
    background-size:contain;
    background-repeat:repeat;
    opacity:0.2;
    pointer-events:none;
    /* Allows clicks to pass through to the video
    background-color:#333;
    background-blend-mode:multiply;
}
*/

@keyframes grain-animation {
    0%,100% {
    transform:translate(0,0);
}
10% {
    transform:translate(-1%,-1%);
}
20% {
    transform:translate(1%,1%);
}
30% {
    transform:translate(-2%,-2%);
}
40% {
    transform:translate(3%,3%);
}
/* ... more keyframes for a less predictable flicker ... */
    90% {
    transform:translate(-3%,-3%);
}
}.navbar-inner--center {
    text-align:center;
    margin-top:30px;
}
#page-transition {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0;
    transition:top 0.6s ease;
}
.container {
    margin:0 auto;
    padding:0 50px;
    max-width:1000px;
}
.hidden-mobile {
    opacity:0;
    transition:opacity 1s ease;
    /* fade effect */
}
.show-mobile {
    opacity:1;
}
#mobile-display {
    display:none;
}
#desktop-display {
    display:block;
}
.slick-prev {
    display:none !important;
}
.row {
    margin-left:0;
    margin-right:0;
}
.hidden {
    display:none;
}
.show {
    display:block;
}
.no-top-padding {
    padding-top:0px;
}
.no-bottom-padding {
    padding-bottom:20px;
}
.black-color {
    color:#212529;
}
.white-color {
    color:#FFF;
}
.red-color {
    color:#971e21;
}
.light-red-color {
    color:#f9e9e4;
}
.white-bg {
    background-color:#f5f1f0;
}
.black-bg {
    background-color:#161616;
}
.red-bg {
    background-color:#971e21;
}
.light-red-color-bg {
    background-color:#f9e9e4;
}
textarea:focus,input:focus,button:focus {
    outline:none;
}
@-webkit-keyframes slidein {
    from {
    background-position:top;
    background-size:3000px;
}
to {
    background-position:-100px 0px;
    background-size:2750px;
}
}@keyframes slidein {
    from {
    background-position:top;
    background-size:100%;
}
to {
    background-position:-200px -500px;
    background-size:150%;
}
}.menu-button  .dot {
    height:6px;
    width:6px;
    background-color:#e2d2cb;
    display:inline-block;
}
.menu-button {
    cursor:pointer;
    text-decoration:none;
    color:#e2d2cb;
    transition:color 300ms ease;
    /*    transform:rotate(45deg);
    */
}
.menu-button img {
    width:40px;
    height:40px;
}
.navbar-d {
    display:block;
}
.navbar-m {
    display:block;
    margin-top:60px;
    float:right;
}
.navbar--solid {
    background-image:url(../images/background-pattern.jpg);
    background-repeat:repeat;
    background-size:cover;
}
/* Nav layout */
  .navbar-d .navbar ul {
    list-style:none;
    display:flex;
    gap:12px;
}
.navbar-d  .navbar a {
    text-decoration:none;
    display:block;
    font-family:"Work Sans",sans-serif;
    text-transform:uppercase;
    color:#212529;
    font-weight:500;
    font-size:0.85rem;
    letter-spacing:0.2px;
}
.navbar-d .navbar li {
    cursor:pointer;
    padding:25px 8px;
    display:flex;
    align-items:center;
}
.navbar-d .navbar li:last-child {
    padding:25px 0px 20px 5px;
}
.navbar-d .navbar li span::after {
    content:"";
    display:inline-block;
    width:10px;
    height:10px;
    background-image:url(../images/arrow-right-up.png);
    background-size:contain;
    transition:transform .3s ease-in-out;
}
.navbar-d .navbar li:hover span::after {
    transform:rotate(45deg);
}

.dropdown-mobile ul {
    list-style:none;
}
.menu-mobile li {
    position:relative;
    color:#e2d2cb;
    padding:0px 0 15px;
}
.menu-mobile li a:hover {
    }.menu-mobile .dropdown-mobile li {
    text-transform:capitalize;
    font-size:19px;
    padding:5px 0 5px;
}
.menu-mobile .dropdown-mobile li span::before {
    content:url(../images/diamond-icon-filled-white.png);
    display:inline-block;
    background:none;
    margin-right:10px;
}
.dropdown-mobile {
    list-style:none;
    margin:0;
    padding:0;
    padding-right:20px;
    overflow:hidden;
    max-height:0;
    transition:max-height 0.8s ease;
}
.dropdown-mobile li a:hover {
    }.dropdown-mobile h3 {
    font-size:13px;
}
.dropdown-mobile p {
    text-transform:initial;
    font-size:15px;
    line-height:23px;
    letter-spacing:0.1px;
    padding-top:10px;
}
.has-dropdown a span::after {
    content:"";
    display:inline-block;
    width:10px;
    height:10px;
    margin-left:10px;
    background-repeat:no-repeat;
    background-image:url(../images/arrow-right-up-white.png);
    background-size:contain;
    transition:transform .3s ease-in-out;
}
/* Show dropdown on hover (desktop) */
.has-dropdown:hover .dropdown-mobile {
    max-height:500px;
}
/* Mobile styles */
.menu-toggle {
    display:none;
    cursor:pointer;
    color:#e2d2cb;
    padding:10px;
}
.menu-toggle {
    display:block;
}
.menu-mobile {
    display:block;
    /* Hidden by default */
    flex-direction:column;
    /* Stack items vertically */
}
.menu-mobile.active {
    display:flex;
}
.has-dropdown:hover .dropdown-mobile {
    max-height:0;
}
/* Disable hover on mobile */

  /* Dropdown inside mobile */
.has-dropdown.open .dropdown-mobile {
    max-height:500px;
}
/*Button*/

.btn {
    font-family:'Source Code Pro',sans-serif;
    font-size:15px;
    font-weight:400;
    line-height:1;
    position:relative;
    display:inline-block;
    overflow:hidden;
    padding:10px 27px;
    cursor:pointer;
    -webkit-transition-timing-function:ease-in-out;
    transition-timing-function:ease-in-out;
    -webkit-transition-duration:300ms;
    transition-duration:300ms;
    -webkit-transition-property:all;
    transition-property:all;
    text-align:center;
    text-decoration:none;
    letter-spacing:.035em;
    border:none;
    border-radius:unset;
    outline:none;
    margin:10px 0;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-outline-white {
    color:#141413;
    background-color:#eae4e1;
    border:solid 1px #eae4e1;
    text-transform:uppercase;
}
.btn-outline-white:before {
    content:'';
    position:absolute;
    background-color:#eae4e1;
    right:-60px;
    bottom:0;
    width:3.25rem;
    height:100%;
    transform-origin:bottom right;
    -ms-transform:skew(-30deg,0deg);
    -webkit-transform:skew(-30deg,0deg);
    transform:skew(-30deg,0deg);
}
.btn-outline-white:after {
    content:'';
    position:absolute;
    background-color:#141413;
    border:solid 1px #eae4e1;
    left:100%;
    bottom:0;
    width:125%;
    height:100%;
    transition:left 500ms ease-in-out;
    transform-origin:bottom right;
    -ms-transform:skew(-30deg,0deg);
    -webkit-transform:skew(-30deg,0deg);
    transform:skew(-30deg,0deg);
}
.btn-outline-white:hover:after {
    left:-25%;
}
.btn-outline-white:hover > span {
    color:#eae4e1!important;
    z-index:5;
    position:relative;
}
.btn-outline-black {
    color:#141413;
    background-color:transparent;
    border:solid 1px #141413;
    text-transform:uppercase;
}
.btn-outline-black:before {
    content:'';
    position:absolute;
    background-color:#141413;
    right:-60px;
    bottom:0;
    width:3.25rem;
    height:100%;
    transform-origin:bottom right;
    -ms-transform:skew(-30deg,0deg);
    -webkit-transform:skew(-30deg,0deg);
    transform:skew(-30deg,0deg);
}
.btn-outline-black:after {
    content:'';
    position:absolute;
    background-color:#141413;
    left:100%;
    bottom:0;
    width:125%;
    height:100%;
    transition:left 500ms ease-in-out;
    transform-origin:bottom right;
    -ms-transform:skew(-30deg,0deg);
    -webkit-transform:skew(-30deg,0deg);
    transform:skew(-30deg,0deg);
}
.btn-outline-black:hover:after {
    left:-25%;
}
.btn-outline-black:hover > span {
    color:#FFF !important;
    z-index:5;
    position:relative;
}
/*footer*/

footer {
    background-image:url(../images/background-pattern.jpg);
    background-size:cover;
    background-repeat:repeat;
    background-position:center center;
    center center;
    position: absolute;
    width: 100%;
    z-index:0;
}
.copyright-footer {
    padding-top:15px;
    padding-bottom:15px;
    color:#000;
    text-align:center;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:0.1px;
}
section {
    background-image:url(../images/background-pattern.jpg);
    background-size:100%;
    background-repeat:repeat;
    background-position:center center;
    padding:20px 0;
    position:relative;
    z-index:2;
}
.sub-header {
    font-family:'Engraved',serif;
    text-transform:uppercase;
    font-size:15px;
    font-weight:500;
    letter-spacing:0.2px;
    margin-bottom:10px;
}
.sub-header::before {
    content:"";
    display:inline-block;
    width:16px;
    /* control size here */
    height:16px;
    margin-right:4
    px;
    background-image:url("../images/diamond.png");
    background-size:contain;
    /* or cover */
    background-repeat:no-repeat;
    background-position:center;
}
.sub-header::after {
    content:"";
    display:inline-block;
    width:16px;
    /* control size here */
    height:16px;
    margin-left:-4px;
    background-image:url("../images/diamond.png");
    background-size:contain;
    /* or cover */
    background-repeat:no-repeat;
    background-position:center;
}
.sub-header span {
    padding-left:5px;
}
/* Dropdown styling */
.dropdown {
    display:inline-block;
    position:relative;
    text-transform:uppercase;
    font-size:0.8rem;
    color:#212529;
    background:transparent;
    border:none;
    padding:0;
    margin-right:40px;
}
.dropdown-selected {
    padding:10px 10px 5px 0px;
    border-radius:0;
    border:none;
    cursor:pointer;
    position:relative;
    transition:all 0.3s ease;
    white-space:nowrap;
}
.dropdown-selected:after {
    content:"";
    position:absolute;
    top:14px;
    right:-10px;
    transition:transform .3s ease-in-out;
    width:10px;
    height:10px;
    background-image:url(../images/arrow-right-up.png);
    background-size:contain;
    transform:rotate(90deg);
}
.dropdown.open .dropdown-selected {
    font-weight:600;
}
.dropdown-options {
    display:none;
    position:absolute;
    left:0;
    top:100%;
    width:100%;
    background:#f0efee;
    z-index:1000;
    text-transform:uppercase;
    font-size:12px;
    overscroll-behavior:contain;
}
.dropdown-options div {
    padding:8px 12px;
    cursor:pointer;
    white-space:nowrap;
}
.dropdown-options div:hover {
    background:#eee;
}
.dropdown-options label {
    display:flex;
    /* align items in a row */
  align-items:center;
    /* vertically center label text */
  gap:6px;
    /* small spacing between checkbox and text */
  cursor:pointer;
    /* make it clickable */
  margin-bottom:5px;
    /* space between rows */
}
.dropdown-options input[type="checkbox"] {
    margin:0;
    /* remove default spacing */
}
/* Show dropdown */
.dropdown.open .dropdown-options {
    display:block;
}
#type-dropdown .dropdown-options {
    width:max-content;
    max-height:250px;
    overflow-y:auto;
    overflow-x:hidden;
    padding:15px;
}
#

.show-more-btn {
    display:block;
    margin-top:10px
}
#show-more {
    text-transform:uppercase;
    background-color:#0D1E2D;
    display:inline-flex;
    font-size:0.8rem;
    font-family:"Work Sans",sans-serif;
    font-weight:500;
    color:#EDEDED;
    border-radius:3px;
    cursor:pointer;
    transition:background-color 0.3s 
    ease-in,transform 0.3s ease-in;
    padding:8px 15px;
    cursor:pointer;
    margin:0 auto;
}
/* Home */


.page-col-container {
    aspect-ratio:1 /0.6;
    width:100%;
}
.page-col-layer {
    content:'';
    height:100%;
    width:100%;
    overflow:hidden;
    transition:all 0.8s ease-out;
    display:table;
    background-color:rgb(0,0,0,0);
}
.page-col-container:hover .page-col-layer {
    background-color:rgb(0,0,0,0.4);
}
.page-col-info {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    position:initial;
}
.page-col-title {
    color:#e2d2cb;
    font-family:"Poppins",serif;
    font-size:28px;
    text-transform:capitalize;
    letter-spacing:0.5px;
    margin-bottom:10px;
    margin-top:10px;
    font-weight:600;
}
#home .section-1 {
    text-align:center;
    height:100vh;
    padding:20px 0 0;
    overflow:hidden;
    background-color:#161616;
}


.main-banner-desc {
    position:relative;
    height:120px;
}

.scroll-text.save-the-date-sign{
    position:absolute;
    width:100%;
    top:-63px;
    left:0;
    opacity:0;
}

.banner{
        height: 100%;
     margin-top: -80px;
}

.banner .col-md-10{
         display: flex;
    align-items: center;
}

#home .section-1 {

            background-image: url(../images/main-banner-img-2.jpg);
        background-position: bottom center;

}


.section-1 .container {
    position:relative;
    z-index:2;
        height: 100%;
}
#home .section-1 .save-the-date {
    font-weight:400;
    font-size:18px;
    text-align:center;
}
#home .section-1 .main-banner {
    max-width:600px;
    margin:0 auto;
    position:relative;
    margin-top: -50px;
}
#home .section-1 .main-banner-desc {
    font-family:'Engraved';
    word-spacing:-10px;
    font-size:48px;
    line-height:1.1;
    letter-spacing:3.5px;
}
#home .section-1 .section-title {
    text-align:center;
    opacity:1;
    font-family:'A Love of Thunder';
    word-spacing:1px;
    font-size:35px;
    line-height:1.1;
    letter-spacing:0;
    display:inline-block;
    transform:scale(1,1.1);
    /* Safari and Chrome */
  -webkit-transform:scale(1,1.1);
    /* Firefox */
  -moz-transform:scale(1,1.1);
    /* IE 9+ */
  -ms-transform:scale(1,1.1);
    /* Opera */
  -o-transform:scale(1,1.1);
}
.banner-desc-location {
        font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0px;
    word-spacing: -1px;

}
#home .section-1  .btn-access-outline {
    padding-right:35px;
    padding-top:10px;
}
.cave-banner {
    height:30vh;
    width:100%;
    position:absolute;
    bottom:0;
    background-size:cover;
}
.section-1 .lulu-scroll {
    top:auto;
    z-index:2;
    opacity:1 !important;
    height:560px;
    bottom:-50px;
}
.wed-img {
    z-index:1;
}
.cave-img {
    z-index:3;
}
.save-the-date-sign {
    margin-top:50px;
}
/*section 2*/

.section-2 {
    text-align:center;
    padding-top:0px;
    padding-bottom:50px;
}

#home .section-2 .section-title {
    text-align:center;
    opacity:1;
    font-family:'Engraved';
    word-spacing:-2px;
    font-size:35px;
    line-height:1.1;
    letter-spacing:3px;
    display:inline-block;
}
.the-next-chapter-desc {
    text-align:center;
    margin:0 auto;
    margin-top:10px;
    padding:0;
}
.the-next-chapter-btn {
    text-align:center;
    margin-top:10px;
}
/*section 3*/

.section-3 {
    display:flex;
    justify-content:center;
    align-items:center;
}
.section-3 .title span {
    font-size:83px;
    letter-spacing:9px;
        display: inline-block;
}
.schedule .row {
    border-bottom:solid 0.5px #eae4e1;
    padding-bottom:30px;
    margin-bottom:30px;
}
.schedule .row:last-child {
    border-bottom:none;
    margin-bottom:0;
}
.schedule-time {
    font-family:"Source Code Pro",sans-serif;
    font-size:20px;
    color:#eae4e1;
    font-weight:500;
    line-height:1;
}
.schedule-title {
    color:#eae4e1;
    margin:0 auto;
    padding:0;
    font-size:18px;
    line-height: 1.2;
    text-transform:uppercase;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-family: "Source Code Pro", sans-serif;
    letter-spacing: 0.5px;
    font-weight: 600;
    word-spacing: 0px;
    transform: scale(1, 1.1);
    -webkit-transform: scale(1, 1.1);
    -moz-transform: scale(1,1.1);
    -ms-transform: scale(1,1.1);
    -o-transform: scale(1,1.1);
}

.schedule-location {
    color:#eae4e1;
    margin:0 auto;
    padding:0;
    font-family:"Source Code Pro",sans-serif;
    font-weight:400;
    word-spacing:1px;
    letter-spacing:0.5px;
    font-size:14px;
    text-transform:uppercase;
    transform:scale(1,1.1);
    /* Safari and Chrome */
  -webkit-transform:scale(1,1.1);
    /* Firefox */
  -moz-transform:scale(1,1.1);
    /* IE 9+ */
  -ms-transform:scale(1,1.1);
    /* Opera */
  -o-transform:scale(1,1.1);
    margin-top:5px;
}
.schedule-desc {
    color:#eae4e1;
    margin:0 auto;
    margin-top:10px;
    padding:0;
}
.diamond-icon {
    text-align:right;
    display:inline-block;
    padding:0;
}
.diamond-icon svg {
    width:15px;
}
.schedule-title svg {
    width:15px;
    display:none;
}
/*section 4*/


.section-4 {
    background-color:#f5f1f0;
}
/*section 5*/

.section-5 {
    position:relative;
    z-index:10;
    padding-bottom:80px;
    padding-top:40px;
}
.section-5 .address {
    color:#000;
    margin-top:20px;
    font-size:14px;
}
.location-access {
    color:#000;
    margin-bottom:60px;
    font-size:14px;
}
.section-5 .location-access:last-child {
    margin-bottom:0;
}
.section-5 .sub-header {
    line-height:1;
    color:#000;
    margin:0 auto;
    padding:0;
    font-size: 19px;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Source Code Pro", sans-serif;
    letter-spacing: 0.5px;
    font-weight: 600;
    word-spacing: 0px;
    transform: scale(1, 1.1);
    -webkit-transform: scale(1, 1.1);
    -moz-transform: scale(1,1.1);
    -ms-transform: scale(1,1.1);
    -o-transform: scale(1,1.1);
    margin-bottom:10px;
   
}
.section-5 .sub-header::before {
    margin-right:0px;
    background-image:none;
    display:none;
}
.section-5 .sub-header::after {
    margin-right:0px;
    background-image:none;
    display:none;
}
.section-5-link {
    cursor:pointer;
}
.section-5 {
    transition:background-size 0.4s ease;
    /* Smooth transition */
      background-position:top center;
    background-size:100%;
}
.section-5:hover {
    background-size:110%;
}
.section-5-2 .container {
    max-width:98vw;
}
.section-5-2 .row {
    background-size:cover;
    height:65vh;
}

.section-5-2 .section-5-link-img{
    transform: scale(0.55);
    transform-origin: center center;
    transition: transform 0.3s ease;
    overflow: hidden;
}

/*section 6*/

.section-6 {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:20px 0;
}



@media (max-width:1024px) and (min-aspect-ratio:4/3) {
    .container {
    max-width:800px;
    padding:0 30px;
}

#home .section-1 .main-banner-desc {
    font-size:38px;
    margin-top:50px;
}
.save-the-date-sign {
    position: absolute;
    width: 90%;
    top: -36px;
    left: 15px;
}

.cave-banner {
    
           background-size: 100%;
        height: 40vh;
}

#home .section-2 .section-title {
    font-size:29px;
}
.title {
    font-size:29px;
}
.section-5 {
    position:relative;
    z-index:10;
    padding-bottom:80px;
    padding-top:60px;
}
.diamond-icon svg {
    display:none;
}
}@media screen and (max-width:768px) {
    body {
    font-size:14px;
    line-height: 1.4;
}

sup {
    top: -49px;
}

.navbar-inner--right img{
   
    margin-right: 5px;
}



#loader {
   background-image:url(../images/main-banner-img-m.jpg);
    background-position: center right;

}

.banner-desc-location {
    font-size:12px;
}
.btn {
    font-size:16px;
}
.the-next-chapter-desc {
    margin-top:15px;
}
.navbar-m {
    display:block;
    margin-top:40px;
    float:right;
}
.navbar-inner--right {
    padding:0;
}
.container {
    margin:0 auto;
    padding:0 20px;
}

#home .section-1 {
    background-image:url(../images/main-banner-img-m.jpg);
    background-position: center right;
}


#home .section-1 .main-banner-desc {
    margin-top:133px;
    font-size:44px;
}
.scroll-text.save-the-date-sign {
    top: 30px;
    margin-top: 0px;
}
.schedule {
    margin-top:40px;
}
.schedule-time {
    font-size:21px;
    margin-bottom:5px;
}
.section-5 .address {
    margin-bottom:40px;
}
.section-5 .col-md-6 {
    margin-bottom:50px;
}
.section-5 .address {
    font-size:15px;
}
.location-access {
    font-size:15px;
}
.fullscreen-navigation,.slide-navigation {
    margin-top:60px;
    height:100vh;
    padding:20px;
}

#rsvp .rsvp-section {
    padding-top: 45px;
}


.rsvp-date-time {
    margin-bottom:20px;
    font-size:15px;
    margin-top:20px;
    font-weight:400;
}
label {
    font-weight:700;
}

#rsvp {
            background-color: #f5f1f0;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: left top;
    background-image: url(../images/white-shadow-bg-m.jpg);
}



#rsvp p {
    font-weight:400;
    letter-spacing:1.2px;
    font-size:14px;
    line-height:1.2;
}


.rsvp-header-container {
    margin-top: 35px;
}




.title {
    font-size:32px;
}

#home .section-2{
    padding-top:20px;
    margin-top:-80px;
}
#home .section-2 .section-title {
    font-size:32px;
}
.section-5 {
    position:relative;
    z-index:10;
    padding-bottom:40px;
    background-size:cover;
}
.section-5:hover {
    background-size:cover;
}
label {
    font-size:14px;
}
.section-3 .col-md-12 {
    text-align:center;
}
.schedule .col-md-1 {
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
}
.schedule .diamond-icon {
    -ms-flex:0 0 8.333333%;
    flex:0 0 5.333333%;
    max-width:5.333333%;
}
.schedule .col-md-10 {
    -ms-flex:0 0 68%;
    flex:0 0 68%;
    max-width:68%;
}
.section-5-2 .row {
    background-size:cover;
    height:30vh;
}

#home .section-1 .main-banner {

    margin-top: -100px;
}


#rsvp h2 {
   
    font-size: 25px;
        letter-spacing: 0.5px;
}

#rsvp .rsvp-img img {
    width: 295px;
}

.rsvp-header{
    max-width: 240px;

}


#thank-you-rsvp {
    background-color: #f5f1f0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/white-shadow-bg-m.jpg);
}




}@media screen and (max-width:580px) {
    .section-1 .cave-banner {
        bottom: 0px;
            height: 30vh;
}
.section-2 {
    margin-top:-30px;
}
#home .section-1 .main-banner-desc {
    font-size:38px;
    margin-top:0px;
}

}