*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Segoe UI,sans-serif;
}


/*body{*/
/*font-family:'Poppins',sans-serif;*/
/*}*/

/*h1,h2,h3,h4{*/
/*font-family:'Cormorant Garamond',serif;*/
/*}*/

body{
    line-height:1.6;
 padding-top:95px;
  font-family: 'Cormorant Garamond', serif;
    /*font-family:'Poppins',sans-serif;*/
    background:#faf8f4;
    color:#333;
    overflow-x:hidden;
}

.container{
width:90%;
max-width:1300px;
margin:auto;
}

/*=========================
 NAVBAR
=========================*/

.header{

    position:fixed;
    top:0;
    left:0;
    width:100%;

    background:rgba(255,255,255,.96);

    backdrop-filter:blur(15px);

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    z-index:999;

}

.nav-wrap{

    display:flex;

    align-items:center;

    justify-content:space-between;

    height:95px;

}

.logo-left img{

    width:190px;
top:5px;
    transition:.4s;

}

.logo-right img{

    width:170px;

    transition:.4s;

}

.logo-left img:hover,
.logo-right img:hover{

    transform:scale(1.05);

}

nav{

    flex:1;

    display:flex;

    justify-content:center;

}

nav ul{

    display:flex;

    align-items:center;

    list-style:none;

    gap:30px;

}

nav ul li{

    position:relative;

}

nav ul li a{

    text-decoration:none;

    color:#444;

    font-size:17px;

    font-weight:500;

    transition:.3s;

}

nav ul li a:hover{

    color:#8b1d25;

}

nav ul li a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-8px;

    width:0;

    height:3px;

    background:#C8A063;

    transition:.35s;

}

nav ul li:hover a::after{

    width:100%;

}

/* Register Button */

.register-btn{

    background:linear-gradient(135deg,#d4af37,#a67c2d);

    color:#fff !important;

    padding:12px 24px;

    border-radius:40px;

    box-shadow:0 10px 25px rgba(212,175,55,.35);

}

.register-btn::after{

    display:none;

}

.register-btn:hover{

    transform:translateY(-3px);

    color:#fff !important;

}



.members{
padding:100px 0;
background:#f9f9f9;
}

.member-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
margin-top:40px;
}





/*=========================
 PACKAGES
=========================*/

.packages{

    padding:100px 0;

    background:#faf8f4;

}

.package-subtitle{

    text-align:center;

    max-width:700px;

    margin:15px auto 60px;

    color:#666;

    font-size:17px;

}

.package-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:40px;

}

.package-card{

    position:relative;

    background:#fff;

    border-radius:25px;

    padding:45px;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.4s;

    overflow:hidden;

}

.package-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.featured{

    background:linear-gradient(135deg,#6E1D20,#8B2E34);

    color:#fff;

    transform:scale(1.04);

}

.badge{

    position:absolute;

    top:18px;

    right:-40px;

    background:#C8A063;

    color:#fff;

    padding:8px 50px;

    transform:rotate(45deg);

    font-size:13px;

    font-weight:600;

}

.package-card h3{

    font-size:32px;

    margin-bottom:20px;

}

.price{

    font-size:50px;

    font-weight:bold;

    color:#C8A063;

    margin-bottom:20px;

}

.package-card .fees{

    line-height:1.8;

    margin-bottom:25px;

    opacity:.9;

}

.package-card ul{

    list-style:none;

    margin-bottom:35px;

    text-align:left;

}

.package-card ul li{

    padding:12px 0;

    border-bottom:1px solid rgba(255,255,255,.1);

}

.package-card:not(.featured) ul li{

    border-bottom:1px solid #eee;

}

.package-card i{

    color:#C8A063;

    margin-right:10px;

}

.package-btn{

    display:inline-block;

    padding:15px 35px;

    background:#C8A063;

    color:#fff;

    text-decoration:none;

    border-radius:50px;

    font-weight:600;

    transition:.3s;

}

.package-btn:hover{

    background:#a57a40;

    transform:translateY(-3px);

}

.featured .package-btn{

    background:#fff;

    color:#6E1D20;

}

.featured .package-btn:hover{

    background:#f7f7f7;

}

@media(max-width:768px){

.package-grid{

grid-template-columns:1fr;

}

.featured{

transform:none;

}

}
.venue{
padding:100px 0;
background:#f6f6f6;
text-align:center;
}

.venue iframe{
width:100%;
height:450px;
margin-top:30px;
border:none;
}

#tourism{
padding:100px 0;
}

.place-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.place-card img{
width:100%;
height:250px;
object-fit:cover;
border-radius:15px;
}

.place-card h4{
margin-top:10px;
text-align:center;
}

footer{
background:#111;
color:white;
text-align:center;
padding:50px 0;
}

@media(max-width:991px){



.hero h1{
font-size:42px;
}

}

@media(max-width:768px){


nav ul{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:10px;
}

nav ul li{
font-size:14px;
}


.about-grid,
.member-grid,
.package-grid,
.place-grid{
grid-template-columns:1fr;
}

.hero h1{
font-size:32px;
}



.logo img{
height:60px;
}

}


.countdown-container{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-top:30px;
    flex-wrap:wrap;
}

.countdown-box{
    background:rgba(255,255,255,0.15);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,0.2);
    padding:20px;
    border-radius:15px;
    min-width:100px;
    text-align:center;
    color:#fff;
}

.countdown-box span{
    display:block;
    font-size:38px;
    font-weight:700;
    color:#C8A063;
}

.countdown-box small{
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:1px;
}

@media(max-width:768px){
    .countdown-box{
        min-width:80px;
        padding:15px;
    }

    .countdown-box span{
        font-size:28px;
    }
}
/*// mobile mune */




.menu-toggle{

    display:none;

    font-size:30px;

    color:#6e1d20;

    cursor:pointer;

}

@media(max-width:991px){

.logo-left img{

    width:150px;

}

.logo-right{

    display:none;

}

nav{

    justify-content:flex-end;

}

.menu-toggle{

    display:block;

}

nav ul{

    display:none;

    position:absolute;

    top:95px;

    left:0;

    width:100%;

    background:white;

    flex-direction:column;

    padding:25px;

    box-shadow:0 10px 30px rgba(0,0,0,.1);

}

nav ul.active{

    display:flex;

}

}



/*annimation */
/* Heading Animation */
.animate-heading {
    animation: fadeUp 1s ease-out;
}

/* Image Animation */
.animate-image {
    animation: zoomIn 1.2s ease-out;
}

/* Fade Up */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Zoom In */
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.animate-left{
    animation: slideLeft 1s ease;
}

.animate-right{
    animation: slideRight 1s ease;
}

@keyframes slideLeft{
    from{
        opacity:0;
        transform:translateX(-80px);
    }
    to{
        opacity:1;
        transform:translateX(0);
    }
}

@keyframes slideRight{
    from{
        opacity:0;
        transform:translateX(80px);
    }
    to{
        opacity:1;
        transform:translateX(0);
    }
}
/*new*/


h1,h2,h3,h4{
    font-family:'Playfair Display',serif;
}


nav ul li{
    list-style:none;
    cursor:pointer;
    transition:.3s;
}

nav ul li:hover{
    color:#b58a45;
}
.hero{

    background:
    linear-gradient(rgba(30,20,15,.55),
    rgba(30,20,15,.55)),
    url(images/slider1.jpg);

    background-size:cover;
    background-position:center;

    height:100vh;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    position:relative;

}
.hero h1{

    font-size:72px;

    letter-spacing:3px;

    color:white;

    text-shadow:0 10px 30px rgba(0,0,0,.4);

}

.hero p{

    font-size:24px;

    color:#f5e9d4;

}
.btn{

display:inline-block;

padding:18px 45px;

background:linear-gradient(135deg,#d4af37,#a67c2d);

border-radius:60px;

color:white;

font-weight:600;

text-decoration:none;

transition:.4s;

box-shadow:0 15px 35px rgba(0,0,0,.25);

}

.btn:hover{

transform:translateY(-5px);

box-shadow:0 25px 45px rgba(0,0,0,.35);

}


.about img:hover{

transform:scale(1.05);

}
.member-card{

background:white;

padding:30px;

border-radius:25px;

text-align:center;

transition:.4s;

box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.member-card:hover{

transform:translateY(-12px);

box-shadow:0 25px 45px rgba(0,0,0,.15);

}

.member-card img{

border-radius:50%;

width:180px;

height:180px;

object-fit:cover;

border:6px solid #d7b36a;

}




.featured{

background:linear-gradient(135deg,#6e1d20,#a1373d);

color:white;

}
.place-card{

overflow:hidden;

border-radius:25px;

position:relative;

cursor:pointer;

}

.place-card img{

transition:.5s;

}

.place-card:hover img{

transform:scale(1.15);

}

.place-card h4{

position:absolute;

bottom:15px;

left:20px;

color:white;

font-size:24px;

font-weight:600;

text-shadow:0 5px 10px black;

}
/*footer{*/

/*background:#3b0b0d;*/

/*color:white;*/

/*padding:80px 0;*/

/*}*/
footer{
background:#3b0b0d;
color:white;
text-align:center;
padding:50px 0;
}

footer p{

margin:12px 0;

font-size:18px;

}
.member-card,
.package-card,
.place-card,
.btn{

transition:all .4s ease;

}

/* ===========================
   HIGHLIGHTS
=========================== */

.highlights{
    padding:100px 0;
    background:#faf8f4;
}

.highlight-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:60px;
}

.highlight-card{
    background:#fff;
    padding:35px 30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.4s;
    border-top:5px solid #C8A063;
}

.highlight-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.highlight-card i{
    font-size:45px;
    color:#C8A063;
    margin-bottom:20px;
}

.highlight-card h4{
    color:#6E1D20;
    margin-bottom:15px;
    font-size:22px;
}

.highlight-card p{
    color:#666;
    font-size:15px;
}

/* ===========================
   WHO CAN JOIN
=========================== */

.join-section{

    padding:90px 0;

    background:linear-gradient(135deg,#6E1D20,#8B2E34);

    color:#fff;

    text-align:center;

}

.join-grid{

    display:flex;

    flex-wrap:wrap;

    justify-content:center;

    gap:18px;

    margin-top:50px;

}

.join-grid span{

    background:rgba(255,255,255,.15);

    backdrop-filter:blur(10px);

    padding:14px 24px;

    border-radius:50px;

    border:1px solid rgba(255,255,255,.2);

    transition:.3s;

    font-weight:500;

}

.join-grid span:hover{

    background:#C8A063;

    color:#fff;

    transform:translateY(-5px);

}

/* Responsive */

@media(max-width:991px){

.highlight-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.highlight-grid{

grid-template-columns:1fr;

}

.join-grid{

gap:12px;

}

.join-grid span{

width:100%;

}

}
@media (max-width:768px){

.hero{

    min-height:100vh;

    height:auto;

    padding:120px 20px 50px;

    background-position:center center;

}

.hero-content{

    width:100%;

    max-width:100%;

}

.hero h1{

    font-size:42px;

    line-height:1.2;

    letter-spacing:1px;

}

.hero p{

    font-size:18px;

}

.event-info{

    font-size:18px;
color:white;
    line-height:1.7;

}

}
@media(max-width:768px){

.countdown-container{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:15px;

    margin-top:30px;

}

.countdown-box{

    min-width:auto;

    width:100%;

    padding:18px 10px;

}

.countdown-box span{

    font-size:34px;

}

}

/*==============================
 ABOUT EEMA
===============================*/

.about{

    padding:100px 0;

    background:#faf8f4;

}

.section-title{

    text-align:center;

    margin-bottom:70px;

}

.section-title span{

    color:#C8A063;

    font-size:15px;

    letter-spacing:3px;

    text-transform:uppercase;

    font-weight:600;

}

.section-title h2{

    font-size:48px;

    color:#6E1D20;

    margin-top:10px;

    position:relative;

}

.section-title h2::after{

    content:"";

    width:80px;

    height:4px;

    background:#C8A063;

    display:block;

    margin:18px auto 0;

    border-radius:20px;

}

.about-grid{

    display:grid;

    grid-template-columns:42% 58%;

    gap:60px;

    align-items:center;

}

.about-image{

    position:relative;

}

.about-image img{

    width:100%;

    border-radius:25px;

    box-shadow:0 20px 45px rgba(0,0,0,.15);

    transition:.5s;

}

.about-image img:hover{

    transform:scale(1.03);

}

.about-image::before{

    content:"";

    position:absolute;

    width:100%;

    height:100%;

    border:3px solid #C8A063;

    border-radius:25px;

    top:18px;

    left:18px;

    z-index:-1;

}

.about-content{

    background:#fff;

    padding:45px;

    border-radius:25px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.about-content p{

    font-size:16px;

    color:#555;

    line-height:1.9;

    margin-bottom:22px;

    text-align:justify;

}

.about-content p:first-child{

    font-size:18px;

    color:#333;

}

/* Mobile */

@media(max-width:991px){



.about-image{

    max-width:500px;

    margin:auto;

}

.about-content{

    padding:30px;

}

}

@media(max-width:768px){

.section-title h2{

    font-size:34px;

}

.about{

    padding:70px 0;

}

.about-content{

    padding:25px;

}

.about-content p{

    font-size:15px;

    line-height:1.8;

}

.about-image::before{

    display:none;

}

}
@media (max-width:991px){


.about-content{
    padding:25px;
}

}
@media (max-width:768px){

.about-grid{
    display:flex;
    flex-direction:column;
    gap:30px;
}

.about-image{
    width:100%;
    text-align:center;
}

.about-image img{
    width:100%;
    max-width:350px;
    margin:auto;
    display:block;
}

.about-content{
    width:100%;
    padding:25px;
}

.about-content p{
    font-size:15px;
    line-height:1.8;
    text-align:justify;
}

}
/*====================================
 PRESIDENT MESSAGE
====================================*/

.president-section{

    padding:100px 0;

    background:#faf8f4;

}

.president-wrapper{

    display:grid;

    grid-template-columns:35% 65%;

    gap:50px;

    align-items:start;

}

.president-image{

    position:sticky;

    top:120px;

}

.president-image img{

    width:100%;

    border-radius:25px;

    box-shadow:0 25px 60px rgba(0,0,0,.15);

    border:8px solid #fff;

    transition:.4s;

}

.president-image img:hover{

    transform:scale(1.03);

}

.president-content{

    background:#fff;

    padding:45px;

    border-radius:25px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.president-content h3{

    color:#6E1D20;

    font-size:34px;

    margin-bottom:20px;

}

.president-content p{

    color:#555;

    font-size:17px;

    line-height:1.9;

    margin-bottom:20px;

    text-align:justify;

}

.invite-box{

    background:#fff7ea;

    border-left:5px solid #C8A063;

    padding:25px;

    border-radius:15px;

    margin:35px 0;

}

.invite-box p{

    margin:12px 0;

    color:#444;

}

.invite-box i{

    color:#C8A063;

    margin-right:10px;

}

.signature{

    margin-top:40px;

    border-top:2px solid #eee;

    padding-top:30px;

}

.signature h4{

    color:#666;

    margin-bottom:5px;

}

.signature h3{

    color:#6E1D20;

    margin-bottom:8px;

}

.signature p{

    margin-bottom:25px;

}

.quote{

    background:linear-gradient(135deg,#6E1D20,#8B2E34);

    color:#fff;

    padding:20px;

    border-radius:15px;

    text-align:center;

    font-size:20px;

    font-style:italic;

    font-weight:500;

}

/* Mobile */

@media(max-width:991px){

.president-wrapper{

    grid-template-columns:1fr;

}

.president-image{

    position:static;

    text-align:center;

}

.president-image img{

    max-width:380px;

}

}

@media(max-width:768px){

.president-section{

    padding:70px 0;

}

.president-content{

    padding:25px;

}

.president-content h3{

    font-size:26px;

}

.president-content p{

    font-size:15px;

    line-height:1.8;

}

.quote{

    font-size:18px;

}

}

/*reg packages*/

table{
    width:100%;
    border-collapse:collapse;
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

thead{
    background:#7a1419;
    color:#fff;
}

thead th{
    padding:18px;
    font-size:17px;
    text-transform:uppercase;
    letter-spacing:1px;
}

tbody td{
    padding:16px;
    text-align:center;
    border-bottom:1px solid #ddd;
    transition:.3s;
}

/*tbody tr:hover td{*/
/*    background:#f7faff;*/
/*}*/

.category{
    font-weight:bold;
    color:#fff;
    text-align:left;
    padding-left:20px;
    font-size:18px;
}

/* Section Headers */

.non-res{
    background:#d19f32;
}

.twin{
    background:#d19f32;
}

.sgl{
    background:#d19f32;
}

/* Row Colors */

.non-row{
    background:#fffde7;
}

.twin-row{
    background:#fde4ec;
}

.sgl-row{
    background:#e8f5e9;
}

.member{
    font-weight:600;
}

.price{
    font-weight:bold;
    color:#34495e;
}

@media(max-width:768px){

table{
    font-size:13px;
}

thead th,
tbody td{
    padding:10px;
}

.title{
    font-size:24px;
}

}
