@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;700&family=Montserrat:wght@300;400;500&family=Poppins:wght@300;400;500&display=swap');

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Times New Roman', Times, serif;
    background-color: #EFECE6;
    color: #000000;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.hero-section {
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero-image-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 8s ease;
}

.hero-section:hover .hero-image {
    transform: scale(1.05);
}

.content-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 40px 90px 40px;
    text-align: center;
    position: relative;
    z-index: 10;
}

/* Base styles for the container to ensure absolute positioning works safely */
.content-container {
    position: relative;
}

/* 1. MOBILE RESPONSIVE DESIGN (Default - Mobile First) */
.content-container::before {
    content: "";
    position: absolute;
    top: -5%;
    right: 0;
    width: 40%;
    height: auto;
    background-image: url(../images/www.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    z-index: 20;
    pointer-events: none;
    opacity: 0.8;
}


.hero-title {
    font-weight: 400;
    font-size: 4.8rem;
    letter-spacing: 7px;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 74px;
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.venue-features {
    display: flex;
    justify-content: center;
    gap: 90px;
    flex-wrap: wrap;
    position: relative;
    z-index: 30;
}

.feature-link {
    font-family: Arial, sans-serif;
    font-size: 2.4rem;
    color: #2b2b2b;
    text-decoration: none;
    padding-bottom: 12px;
    position: relative;
    font-weight: 300;
    letter-spacing: 0.5px;
    transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1), transform 0.3s ease;
}

.feature-link:hover {
    color: #8C7563;
    transform: translateY(-4px);
}

.feature-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 3px;
    background-color: #8C7563;
    display: none;
    transition: width 0.3s ease;
}

.feature-link.active::after,
.feature-link:hover::after {
    display: block;
    width: 100%;
}

.european-splendour {
    width: 100%;
    background: #443e33;
    position: relative;
    z-index: 2;
    overflow: visible;
}

.container {
    width: 90%;
    max-width: 1500px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 720px;
}

.left-content {
    width: 30%;
    color: #fff;
    font-size: 24px;
    line-height: 1.7;
    margin-top: -100px;
    font-weight: 300;
}

.left-content p {
    margin-bottom: 25px;
}

.left-content strong {
    font-weight: 700;
    color: #F5E5C9;
}

.center-image {
    width: 39%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-self: flex-end;
}

.center-image img {
    width: 100%;
    display: block;
    margin-top: -84px;
    position: relative;
    z-index: 10;
    top: -83px;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.4s ease;
}

.center-image:hover img {
    transform: scale(1.04) translateY(-10px);
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.3));
}

.right-content {
    width: 28%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-content img {
    width: 95%;
    z-index: 5;
    position: relative;
    top: -72px;
    transition: transform 0.6s ease;
}

.right-content:hover img {
    transform: scale(1.03);
}

.only-bf-image {
    background-image: url('../images/2\ image.jpg.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    border-top: 6px solid white;
    transform: translateY(-100px);
    position: relative;
    z-index: 99;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.moments-section {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding: 120px 0 80px 0;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    margin-top: -166px;
    z-index: 10;
}

.moments-container {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.moments-header {
    text-align: center;
    margin-bottom: 60px;
}

.moments-title-img {
    display: block;
    margin: 0 auto 25px auto;
    max-width: 380px;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

.moments-header:hover .moments-title-img {
    transform: scale(1.05);
}

.moments-subtitle {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    letter-spacing: 4px;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
}

.moments-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 80px;

}

.moments-grid{
    font-display: 20px;
    
}

.grid-item {
    flex: 1;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}
.footer{

}
.grid-item:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
}

.grid-item:hover img {
    transform: scale(1.08);
}

.moments-divider {
    border: none;
    height: 4px;
    background-color: #C5A059;
    width: 30%;
    margin: 0 auto;
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.moments-section:hover .moments-divider {
    width: 50%;
}

.decor-img {
    position: absolute;
    pointer-events: none;
    opacity: 0.8;
    transition: transform 0.5s ease;
}

.decor-top-left {
    top: 200px;
    left: 0;
}

.decor-bottom-right {
    bottom: 0;
    right: 0;
}

.setting-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    padding-bottom: 60px;
}

.bg-image-set {
    width: 95%;
    height: 650px;
    margin: 40px auto 30px auto;
    background-image: url(../images/6\ Image..png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 14px;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.setting-section:hover .bg-image-set {
    transform: scale(1.02);
}

.line {
    height: 60px;
    width: 3px;
    background-color: #C5A059;
    margin-bottom: 20px;
}

.content {
    text-align: center;
    width: 100%;
    padding: 10px 40px 40px 40px;
}

.content h1 {
    font-family: 'Cinzel', 'Didot', 'Georgia', serif;
    font-size: 3.5rem;
    font-weight: 400;
    color: #1a1a1a;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.4;
}

.content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #6D5E53;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* ==================================================
   ADVANCED SCROLL REVEAL ANIMATIONS BASE SYSTEM
   ================================================== */
.reveal-fade-up,
.reveal-fade-left,
.reveal-fade-right,
.reveal-scale-up {
    opacity: 0;
    will-change: transform, opacity;
    transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1),
        transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.reveal-fade-up {
    transform: translateY(50px);
}

.reveal-fade-left {
    transform: translateX(-50px);
}

.reveal-fade-right {
    transform: translateX(50px);
}

.reveal-scale-up {
    transform: scale(0.92);
}

.reveal-active {
    opacity: 1;
    transform: translate(0) scale(1);
}

/* ==========================================================================
   1. MOBILE & TABLET SCREENS (Up to 1023px)
   ========================================================================== */
@media (max-width: 1023px) {
    .parent-container-class {
        display: flex !important;
        flex-direction: column !important;
    }

    .right-content {
        order: 1 !important;
        margin-bottom: 20px !important;
    }

    .center-image {
        order: 2 !important;
    }

    .center-image img,
    .right-content img {
        width: 100% !important;
        height: auto !important;
    }
}

/* ==========================================================================
   2. LAPTOP & DESKTOP SCREENS (1024px and up)
   ========================================================================== */
@media (min-width: 1024px) {
    .parent-container-class {
        flex-direction: row !important;
    }

    .center-image,
    .right-content {
        order: initial !important;
    }
}

/* ==================================================
   PERFECT RESPONSIVE BREAKPOINTS
   ================================================== */
@media (max-width: 1400px) {
    .container {
        min-height: 650px;
    }

    .left-content {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .venue-features {
        gap: 50px;
    }

    .feature-link {
        font-size: 1.8rem;
    }

    .hero-title {
        font-size: 3.8rem;
    }
}

@media (max-width: 992px) {
    .content-container::before {
        top: -100px;
        width: 320px;
        height: 450px;
        right: 1%;
        display: none;
    }

    .hero-title {
        font-size: 2.8rem;
        letter-spacing: 5px;
    }

    .container {
        flex-direction: column;
        padding: 80px 0;
        gap: 40px;
    }

    .left-content {
        width: 88%;
        text-align: center;
        margin-top: 0;
    }

    .center-image {
        width: 60%;
    }

    .center-image img {
        top: 38px;
        margin-top: 0;
    }

    .right-content {
        width: 60%;
    }

    .right-content img {
        top: 0;
    }

    .moments-title-img {
        max-width: 280px;
    }

    .moments-subtitle {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .moments-grid {
        flex-direction: column;
        gap: 30px;
    }

    .decor-img {
        max-width: 120px;
    }

    .decor-top-left {
        top: 26px;
        left: -6px;
    }
}

@media (max-width: 768px) {
    .content-container {
        padding: 20px
    }

    .content-container::before {
        display: none;
    }

    .hero-title {
        font-size: 2.2rem;
        letter-spacing: 4px;
        margin-bottom: 45px;
        line-height: 1.3;
    }

    .venue-features {
        flex-direction: column;
        gap: 25px;
        align-items: center;
    }

    .feature-link {
        font-size: 1.4rem;
        padding-bottom: 6px;
    }

    .only-bf-image {
        height: 60vh;
        transform: translateY(-50px);
    }

    .moments-section {
        margin-top: -50px;
        padding-top: 38px;
    }

    .bg-image-set {
        width: calc(100% - 30px);
        margin: 20px 15px 15px 15px;
        height: 350px;
    }

    .content h1 {
        font-size: 2rem;
        letter-spacing: 3px;
    }

    .content p {
        font-size: 1.1rem;
        letter-spacing: 1.5px;
    }

    .center-image,
    .right-content {
        width: 90%;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.8rem;
    }

    .content h1 {
        font-size: 1.6rem;
    }
}

/* =======================================================
   MOMENTS SECTION - COMPREHENSIVE OVERRIDE LAYER
   ======================================================= */

body .moments-section {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding: 5% 0 4% 0 !important;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    margin-top: -8% !important;
    z-index: 10;
}

body .moments-container {
    width: 94% !important;
    max-width: 1650px;
    margin: 0 auto !important;
    position: relative;
    z-index: 5;
}

body .moments-header {
    text-align: center !important;
    margin-bottom: 3.5% !important;
}

body .moments-title-img {
    display: block !important;
    margin: 0 auto 1.2% auto !important;
    width: 22% !important;
    min-width: 220px !important;
    max-width: 360px !important;
    height: auto !important;
}

body .moments-subtitle {
    font-size: clamp(0.95rem, 1.15vw, 1.35rem) !important;
    font-weight: 400 !important;
    color: #333333 !important;
    letter-spacing: 0.25em !important;
    line-height: 1.8 !important;
    max-width: 60% !important;
    margin: 0 auto !important;
    text-transform: uppercase !important;
}

body .moments-grid {
    display: flex !important;
    justify-content: space-between !important;
    gap: 2.5% !important;
    margin-top: 2.5% !important;
    margin-bottom: 4.5% !important;
    width: 100% !important;
    position: relative;
    padding: 0 30px;
}

body .moments-grid::before {
    content: "";
    position: absolute;
    top: -56%;
    left: -8%;
    width: 28%;
    height: 504px;
    background-image: url(../images/left-design.png);
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
    animation: gentleZoom 3s ease-in-out infinite;
    transform-origin: center;
}

/* @keyframes gentleZoom {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.12);
    }
} */

@media (max-width: 1366px) {
    body .moments-grid::before {
        top: -46%;
        left: -3.8%;
        width: 21%;
        height: 244px;
    }
}

@media (max-width: 800px) {
    body .moments-grid::before {
        display: none;
    }
}

body .moments-container::after {
    content: "";
    position: absolute;
    bottom: -14%;
    right: -11%;
    width: 17%;
    height: 598px;
    background-image: url(../images/right-design.png);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    animation: gentleZoom 3s ease-in-out infinite;
    transform-origin: center;
}

/* @keyframes gentleZoom {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.12);
    }
} */
@media (min-width: 1024px) and (max-width: 1366px) {
    body .moments-container::after {
        right: -18%;
        bottom: -14%;
        width: 28%;
        height: 312px;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

@media (max-width: 800px) {
    body .moments-container::after {
        display: none;
    }
}

body .grid-item {
    flex: 1 !important;
    width: 31.6% !important;
    aspect-ratio: 4 / 3 !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07) !important;
}

body .grid-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

body .decor-img {
    position: absolute !important;
    pointer-events: none !important;
    opacity: 0.85 !important;
    z-index: 1;
}

body .decor-top-left {
    top: 1% !important;
    left: -2% !important;
    width: 15% !important;
    max-width: 260px !important;
}

body .decor-bottom-right {
    bottom: -3% !important;
    right: -1% !important;
    width: 10% !important;
    max-width: 180px !important;
}

body .moments-divider {
    border: none !important;
    height: 4px !important;
    background-color: #C5A059 !important;
    width: 25% !important;
    margin: 0 auto !important;
}

@media (max-width: 1400px) {
    body .moments-section {
        margin-top: -10% !important;
    }

    body .moments-subtitle {
        max-width: 70% !important;
    }

    body .decor-top-left {
        width: 18% !important;
    }
}

@media (max-width: 992px) {
    body .moments-section {
        padding: 7% 0 6% 0 !important;
        margin-top: -12% !important;
    }

    body .moments-title-img {
        width: 30% !important;
    }

    body .moments-subtitle {
        max-width: 80% !important;
        font-size: clamp(0.9rem, 1.5vw, 1.1rem) !important;
    }

    body .moments-grid {
        gap: 2% !important;
    }

    body .decor-top-left {
        width: 22% !important;
        top: 6% !important;
    }

    body .decor-bottom-right {
        width: 14% !important;
    }
}

@media (max-width: 768px) {
    body .moments-section {
        margin-top: -15% !important;
        padding-top: 12% !important;
    }

    body .moments-title-img {
        width: 45% !important;
        margin-bottom: 4% !important;
    }

    body .moments-subtitle {
        max-width: 100% !important;
        letter-spacing: 0.15em !important;
        font-size: 0.95rem !important;
        padding: 0 5%;
    }

    body .moments-grid {
        flex-direction: column !important;
        gap: 25px !important;
        margin-top: 8% !important;
    }

    body .grid-item {
        width: 100% !important;
    }

    /* body .decor-top-left, 
    body .decor-bottom-right {
        display: none !important; 
    }
    body .moments-divider {
        width: 45% !important;
    } */
}

/* 
--- FORCE HIDE DECORATIVE IMAGES ACROSS ALL SCREEN SIZES --- */
/* body .decor-img.decor-top-left,
body .decor-img.decor-bottom-right {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
} 


/* button component css */

.custom-btn{
    padding: 20px;
}
