.wc_statusbar {display: none!important;}
.menu-on {
overflow: hidden !important;
}
.header {top:0px!important;}
.container {
max-width: 1170px;
width: 100%;
}
.container::before {
display: none;
}
@media (min-width: 993px) {
#main-menu li:nth-child(8) {display: none !important;}}
@media (max-width: 992px) {
#main-menu ul li:nth-child(8) {background: #fff; padding: 8px 8px 0px;}
#main-menu ul li:nth-child(8) a {color: #000;}} 
.col-sm-3 {padding-left: 0px!important; padding-right: 0px!important;} 
.section--bottom .container {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
} 
.card__label {
  position: absolute;
  left: 0;
  right: 0;
  padding: 12px 16px;
  color: #fff;
    font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  top: 50%;
  bottom: auto;
  transform: scale(0.9);
  transition: transform 0.3s ease;;
  text-shadow:
        0 2px 8px rgba(0,0,0,0.9),
        0 0 35px rgba(0,0,0,0.85);

} 
.card:hover .card__label {
  transform: scale(1.05);
  color: #fff;
  
}

.card__cover:hover {
    -webkit-filter: brightness(50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    
  
}

 
 
.club-header-container {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 20px;
    overflow: hidden; /* Prevents scrollbars during animation */
}

.club-heading {
    font-family: "DM Sans", sans-serif;
    font-size: 32px;
    color: #011B4C
    margin-bottom: 5px;
}

.club-divider {
    width: 60px;
    height: 3px;
    background-color: #B19041;
    margin: 0 auto;
}



@media (max-width: 768px) {
  .members-button {
    display: none;
  }
} 

/* Initial state: hidden and moved down slightly */
.card-wrap .col-sm-3 {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

/* The class we will add via JavaScript */
.card-wrap .col-sm-3.appear {
    opacity: 1;
    transform: translateY(0);
}

/* Staggering the entrance */
.col-sm-3:nth-child(1) { transition-delay: 0.1s; }
.col-sm-3:nth-child(2) { transition-delay: 0.2s; }
.col-sm-3:nth-child(3) { transition-delay: 0.3s; }
.col-sm-3:nth-child(4) { transition-delay: 0.4s; }   

.welcome {font-size: 28px; font-family: "Inter", sans-serif; font-weight: 400;}     

/*--------------------------------------------------------------
#0.4    hero slider
--------------------------------------------------------------*/
.hero-slider {
  width: 100%;
  height: 850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  color: #fff;
}


.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.hero-slider .slide-inner .slide-content{
  background: rgb(53, 93, 128,.5);
  padding: 10px;
  z-index: 99;
  max-width: 700px;
}

@-webkit-keyframes spineer {
  0% {
    -webkit-box-shadow: 0 0 0 0#85aaba;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255,255,255,0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}

@keyframes spineer {
  0% {
    -webkit-box-shadow: 0 0 0 0#85aaba;
    box-shadow: 0 0 0 0#85aaba;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255,255,255,0);
    box-shadow: 0 0 0 20px rgba(255,255,255,0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.6);
}

@media (max-width: 991px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
}

.hero-slider .swiper-button-prev:before {

  font-size: 20px;
  color: #fff;
}

.hero-slider .swiper-button-next {
  right: 25px;
}

.hero-slider .swiper-button-next:before {
  color: #fff;
  font-size: 20px;
  color: #fff;
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 1;
    display: inline-block;
    margin: 0 5px;
}

.hero-slider .swiper-pagination-bullet-active {
    background: #fff;
}

.hero-slider .swiper-pagination-bullet:before {
  content: "";
  background: #fff;
  width: 0px;
  height: 15px;
  position: absolute;
  left: 3px;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.hero-slider .swiper-pagination-bullet-active {
  color: #fff;
}

.hero-slider .swiper-pagination-bullet-active:before {
  opacity: 1;
  top: -20px;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom, .hero-slider .swiper-pagination-fraction {
  bottom: 45px;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 13px;
}

.swiper-button-next,
.swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*--------------------------------------------------------------
    hero style 1
--------------------------------------------------------------*/
 .hero-style-2 .slide-subtitle h4, .hero-style-3 .slide-subtitle h4 {

  font-size: 22px;
  font-size: 1.75rem;
  color: #fff;
  margin: 0;
}

@media (max-width: 991px) {
 .hero-style-2 .slide-subtitle h4, .hero-style-3 .slide-subtitle h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.hero-style-2 .slide-title, .hero-style-3 .slide-title {
  max-width: 650px;
}

 .hero-style-2 .slide-title h2, .hero-style-3 .slide-title h2 {
  font-size: 56px;
  color: #fff;
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  font-weight: 500;
}

@media (max-width: 991px) {
 .hero-style-2 .slide-title h2, .hero-style-3 .slide-title h2 {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}

@media (max-width: 767px) {
 .hero-style-2 .slide-title h2, .hero-style-3 .slide-title h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

 .hero-style-2 .slide-text, .hero-style-3 .slide-text {
  max-width: 550px;
}

 .hero-style-2 .slide-text p, .hero-style-3 .slide-text p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}

@media (max-width: 991px) {
.hero-style-2 .slide-text p, .hero-style-3 .slide-text p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
 .hero-style-2 .slide-text p, .hero-style-3 .slide-text p {
    font-size: 16px;
    font-size: 1rem;
  }
}

 .hero-style-2 .slide-btns > a:first-child, .hero-style-3 .slide-btns > a:first-child {
  margin-right: 15px;
}

@media screen and (min-width: 992px) {
  .hero-style-2 .container, .hero-style-3 .container {
    margin-top: -100px;
  }
}

@media (max-width: 991px) {
  .hero-style-3 {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-3 {
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style-3 .container {
    margin-top: 0;
  }
}

.hero-style-3 .container {
  text-align: center;
}

.hero-style-3 .slide-title,
.hero-style-3 .slide-text {
  margin-left: auto;
  margin-right: auto;
}

/*===================================
2.0 Home-style-2
====================================*/
.hero-style-2 .slide-inner .slide-content {
    max-width: 440px;
    padding: 120px 0;
    border-radius: 100%;
    max-height: 480px;
}
.hero-style-2 .slide-inner .slide-content .slide-subtitle {
    margin-top: 15px;
}
.hero-style-2 .swiper-button-next{
  border-radius: 50%;
}
.hero-style-2 .swiper-button-prev{
  border-radius: 50%;
}
.couple-area-2 .couple-img{
  border-radius: 50%;
}
.couple-area-2 .couple-wrap .couple-text ul li{
 border-radius: 50%;
}
.count-down-area-2 .count-down-section #clock>div {
    padding: 80px 0;
    border-radius: 50%;
} 
.groomsmen-bridesmaid-area-2 {
    padding: 100px 0 50px;
}
.story-section-2 .img-holder{
  overflow: hidden;
}
.story-section-2 .story-timeline img{
  border-radius: 0;
  transform: scale(1);
}
.story-section-2 .story-timeline img:hover{
  border-radius: 0;
  transform: scale(1.2);
}
.story-section-2 .story-timeline .text-holder .heart{
  border-radius: 50%;
}
.story-section-2 .video-holder .video-btn{
  border-radius: 50%;
}
.cta-area-2 .btn a{
  border-radius:  30px;
}
.event-section-2 .nav-tabs>.event-content>a{
  border-radius: 50%;
}
.event-section-2 .btn a{
  border-radius: 30px;
}
.groomsmen-bridesmaid-area-2 .groomsmen-bridesmaid-wrap{
  border-radius: 0;
}
.groomsmen-bridesmaid-area-2 .groomsmen-bridesmaid-content{
  background: #f8f8f8;
}
.groomsmen-bridesmaid-area-2 .groomsmen-bridesmaid-img img{
  border-radius: 50%;
}
.groomsmen-bridesmaid-area-2 .groomsmen-bridesmaid-wrap:hover .groomsmen-bridesmaid-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.groomsmen-bridesmaid-area-2 .social-list ul li{
  border-radius: 50%;
}
.groomsmen-bridesmaid-area-2 .groomsmen-bridesmaid-content h3 {
    margin-top: 0;
}
.groomsmen-bridesmaid-area-2 .groomsmen-bridesmaid-img {
    text-align: center;
}
.gallery-section-2 .gallery-filters ul li a{
  border-radius: 30px;
}
.rsvp-area-2 .rsvp-wrap{
  border-radius: 0;
}
.site-footer-2 .text {
    max-width: 300px;
    padding: 85px 0;
    border-radius: 50%;
}
.site-footer-2 h2 {
    font-size: 36px;
}
.site-footer-2 .text:before {
    left: -15px;
    top: -15px;
    width: 110%;
    height: 110%;
    border-radius: 50%;
}
.music-box-2 .music-box-toggle-btn{
  border-radius: 50%;
}

.slide-inner-2{
 background: url(../images/slider/slide-3.jpg) no-repeat center center / cover;
 height: 850px;
}

.slide-inner-3{
 background: url(../images/slider/slide-4.jpg) no-repeat center center / cover;
 height: 850px;
}
       
       .hero-slider,
.swiper-container,
.swiper-slide,
.slide-inner {
    height: 100svh;
}  

/* Tablets (iPad) */
@media (max-width: 1024px) {
    .slide-inner {
        height: calc(100svh - 70px)!important;
    }
}

/* Phones */
@media (max-width: 767px) {
    .slide-inner {
        height: calc(100svh - 70px)!important;
    }
}

.hero-slider .slide-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0) 65%,
    rgba(0,0,0,0.45) 80%,
    rgba(0,0,0,0.85) 100%
);
    z-index: 1;
    pointer-events: none;
}  



@keyframes zoomEffect {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}

.hero-slider .slide-inner::after {
    content:"";
    position:absolute;
    inset:0;

}

.hero-slider .swiper-pagination {
    position: absolute;
    bottom: 40px;
    left: 60px;
    right: auto;
    width: auto;
    text-align: left;
    z-index: 10;
}  

.hero-title {
    position: absolute;
    bottom: 25%;
    color: #fff;
    left: 50%;
    font-size: 42px;
    text-transform: uppercase;
    transform: translateX(-50%);
    z-index: 5;
    text-align: center;
    width: 100%;
    text-shadow:
    0 1px 2px rgba(0,0,0,1),
    0 4px 10px rgba(0,0,0,0.9),
    0 12px 35px rgba(0,0,0,0.7);
    }

.hero-title h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 0 3px 15px rgba(0,0,0,.7);
    margin: 0;
} 

.hero-title img {
    width: 110px;
}  

.italianno {
    font-family: 'Italianno', cursive;
    font-weight: 400;
    font-size: 66px;
    text-transform: none!important;
}

@media (max-width: 767px) {
    .italianno {
        font-size: 50px;
    }
   
}

.welcome-text {
   margin-top: 20px;
   margin-left: 2px;
   margin-right: 2px;
   font-size: 1.1em;

}   
 
 .renovations-gallery {
    padding-bottom: 40px;
    padding-top: 40px;
    background: #4b637e;

}

.gallery-header {
    text-align: center;
    margin-bottom: 35px;
    
}

.gallery-header h2 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif!important;
}

.gallery-row {
    display: flex;
    gap: 20px;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}

.gallery-item {
    flex: 1;
    height: 250px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.fes4-cont {padding-bottom: 0px!important;padding-top: 10px!important;
}   

.reno-slider {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.renovations-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.reno-item {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 1.5s ease;
    pointer-events: none;
}

.reno-item.active {
    opacity: 1;
    position: relative;
    pointer-events: auto;
}

.reno-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.reno-prev, .reno-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
}

.reno-prev { left: 10px; }
.reno-next { right: 10px; }

.reno-dots {
    text-align: center;
    padding: 12px 0;
}

.reno-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.7);
    margin: 0 5px;
    cursor: pointer;
}

.reno-dot.active {
    background: #fff;
    border-color: #fff;
}   

.fes4-cont iframe {
    filter: grayscale(50%);
} 

.footer-gold-bar {
    background: #b8955a;
    padding: 14px 0;
}

.footer-gold-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 30px;
}

.footer-gold-links a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity 0.2s;
}

.footer-gold-links a:hover {
    opacity: 0.75;
}  

.white-divider {
    width: 300px;
    height: 2px;
    background: #fff;
    margin: 18px auto;
}     

.big-letter {
    font-size: 1.4em;
}   


.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

/* each tile */
.image-gallery .gallery-img {
  position: relative;
  flex: 1 1 calc(25% - 15px); /* 4 per row on desktop */
  overflow: hidden;
}

/* make full tile clickable */
.image-gallery .gallery-img a {
  display: block;
color: #fff;
  position: relative;
  text-decoration: none;
}

/* image styling */
.image-gallery .gallery-img img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.35s ease;
}

/* dark overlay on hover */
.image-gallery .gallery-img a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.35s ease;
  z-index: 1;
}

/* centered label */
.image-gallery .gallery-label {
  position: absolute;
  top: 50%;
  left: 50%;
    text-transform: uppercase;
  transform: translate(-50%, -50%) scale(1);
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9), 0 0 35px rgba(0, 0, 0, 0.85);  transition: transform 0.35s ease;
  z-index: 2;

}

/* hover effects */
.image-gallery .gallery-img a:hover::after {
  background: rgba(0, 0, 0, 0.45);
}

.image-gallery .gallery-img a:hover img {
  transform: scale(1.05);
}

.image-gallery .gallery-img a:hover .gallery-label {
  transform: translate(-50%, -50%) scale(1.15);
}

/* responsive */
@media (max-width: 992px) {
  .image-gallery .gallery-img {
    flex: 1 1 calc(50% - 15px); /* 2 per row */
  }
}

@media (max-width: 576px) {
  .image-gallery .gallery-img {
    flex: 1 1 100%; /* 1 per row */
  }
} 

.club-heading-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;

}

.heading-image {
    height: 80px;   /* Adjust as needed */

    flex-shrink: 0;
}

.club-heading {
    margin: 0;
    text-align: center;
}

@media (max-width: 768px) {
    .club-heading-row {
        gap: 15px;
    }

    .heading-image {
        height: 50px;
    }
}      

@media (max-width: 767px) {
    .club-heading {
        font-size: 24px;
    }
}  

@media (max-width: 767px) {
    .hero-slider .swiper-pagination {
        bottom: 80px !important; /* Increase or decrease as needed */
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: auto;
        text-align: center;
    }
} 

/* iPad */
@media (min-width: 768px) and (max-width: 1024px) {
    .hero-slider .swiper-pagination {
        bottom: 100px !important; /* Adjust as needed */
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: auto;
        text-align: center;
    }
}  
.hero-subtitle {
    display: block;
    font-family: "DM Sans", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #fff;
    margin-bottom: 36px;
    text-transform: none!important;
}

@media (max-width: 1024px) {
    .main {
        margin-top: 50px !important;
    }
    .club-header-container {
    
    margin-top: -30px;}
}      