
/* Alexa Morgan Events - Elegant Luxury Theme */

:root {
    --champagne: #D9C6A5;
    --gold: #C8A96A;
    --ivory: #F8F5F0;
    --charcoal: #2F2F2F;
    --taupe: #8B7D6B;
    --white: #FFFFFF;
}
html {
  scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Georgia', serif;
    background: var(--ivory);
    color: var(--charcoal);
    line-height: 1.7;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 8%;
    background: rgba(255,255,255,0.95);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.logo {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: var(--gold);
}

.logo img {
   height: 300px;
   width: auto;;
}

.nav-links a {
    text-decoration: none;
    color: var(--charcoal);
    margin-left: 30px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: var(--gold);
}

.hero {
    height: 80vh;
    background: linear-gradient(
        rgba(47,47,47,0.45),
        rgba(47,47,47,0.45)
    ),
    url('https://images.unsplash.com/photo-1519167758481-83f550bb49b3?auto=format&fit=crop&w=1600&q=80');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.hero h1 {
    font-size: 4rem;
    margin-bottom: 15px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}

.hero p {
    font-size: 1.3rem;
}

.section {
    padding: 80px 10%;
}

.section h2 {
    text-align: center;
    color: var(--gold);
    margin-bottom: 40px;
    font-size: 2.4rem;
}

.section h3 {
    text-align: center;
    color: #000;
    margin-bottom: 40px;
    font-size: 1rem;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    text-align: center;
}

.cardsVenues {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    text-align: center;
}

.card {
    background: var(--white);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-8px);
}

.card h3 {
    color: var(--gold);
    margin-bottom: 15px;
}

.highlight {
    background: linear-gradient(135deg, #f8f5f0, #efe6d5);
    text-align: center;;
}

.highlight ul {
    max-width: 700px;
    margin: auto;
    list-style: none;
}

.highlight li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.contact {
    text-align: center;
    background: var(--charcoal);
    color: white;
}

.contact h2 {
    color: var(--champagne);
}

.contact a {
    color: var(--champagne);
}

footer {
    background: #1f1f1f;
    color: #ccc;
    text-align: center;
    padding: 25px;
}

button,
.btn {
    display: inline-block;
    background: var(--gold);
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

button:hover,
.btn:hover {
    background: var(--taupe);
}

@media (max-width: 768px) {
    .navbar {
        flex-direction: column;
        gap: 15px;
    }

    .nav-links a {
        margin: 0 10px;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .section {
        padding: 60px 6%;
    }
}

:root {
  --link: rgb(113, 128, 113);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.parallax {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    list-style: none;
}

.parallax .layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: 1; /* was -1 */
}

.parallax-wrapper {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
}
.parallax {
    display: block;
    margin: 0;
    padding: 0;
}

.content {
  background-color: rgba(39,40,25);
  display: grid;
  place-items: center;
  gap: 3rem;

  & .info {
    width: min(80vw,550px);
    font: 0.85rem/1.8 futura,sans-serif;
    color: rgba(255,255,255,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;

    & h1 {
      font-size: 1.25rem;
      color: rgb(204, 117, 107);
    }

    & img { width: 30vmin; }
  }

  & footer {
    display: flex;
    gap: 1rem;
    padding-bottom: 3rem;

    & ion-icon {
      cursor: pointer;
      color: rgb(93, 106, 93);
      font-size: 1.1rem;

      &:hover { color: rgb(121, 149, 121); }
    }
  }
}
:root {
  --link: rgb(113, 128, 113);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.parallax {
  position: relative;
  width: 100%;
  height: 100vh;
  list-style-type: none;

  & header {
    width: inherit;
    position: absolute;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 1.5rem;

    & .menu {
      list-style-type: none;
      display: flex;
      gap: 1.25rem;

      &:hover a:not(:hover) { border: none; }

      & li:first-of-type a { border-bottom: 2px solid var(--link); }

      & a {
        text-decoration: none;
        font: 900 0.75rem futura,sans-serif;
        color: var(--link);
        text-transform: uppercase;
        padding-bottom: 0.5rem;

        &:hover { border-bottom: 2px solid var(--link); }
      }
    }

    & .hamburger {
      font-size: 2rem;
      color: var(--link);
      cursor: pointer;
      display: none;
    }

    @media (width < 700px) {
      & .menu       { display: none; }
      & .hamburger  { display: block; }
    }
  }

  & .layer {
    position: absolute;
    width: inherit;
    height: inherit;
    background-position: center 25%;
    background-size: cover;
    z-index: -1;
    transition: transform 0.1 ease-out;

    &:nth-of-type(1) { background-image: url('https://raw.githubusercontent.com/misalagp/imgs/53ece8c56d462838e143383adc1a3078c1960e4d/1.svg'); }
    &:nth-of-type(2) { background-image: url('https://raw.githubusercontent.com/misalagp/imgs/53ece8c56d462838e143383adc1a3078c1960e4d/2.svg'); }
    &:nth-of-type(3) { background-image: url('https://raw.githubusercontent.com/misalagp/imgs/53ece8c56d462838e143383adc1a3078c1960e4d/3.svg'); }
    &:nth-of-type(4) { background-image: url('https://raw.githubusercontent.com/misalagp/imgs/53ece8c56d462838e143383adc1a3078c1960e4d/4.svg'); }
    &:nth-of-type(5) { background-image: url('https://raw.githubusercontent.com/misalagp/imgs/53ece8c56d462838e143383adc1a3078c1960e4d/4.svg'); }
    &:nth-of-type(6) { background-image: url('https://gist.githubusercontent.com/mondenoir/5395b6e7d9445c3a0fc82e6ece97268c/raw/bca5c0c6397e38d79b5af9e88f78f0aa7b515b94/img-1.svg'); }
  }
}

@media (height < 700px) {
  .parallax {
    height: 120vh;
  }
}

.content {
  background-color: rgba(39,40,25);
  display: grid;
  place-items: center;
  gap: 3rem;

  & .info {
    width: min(80vw,550px);
    font: 0.85rem/1.8 futura,sans-serif;
    color: rgba(255,255,255,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;

    & h1 {
      font-size: 1.25rem;
      color: rgb(204, 117, 107);
      font-family: monse;
    }

    & img { width: 30vmin; }
  }

  & footer {
    display: flex;
    gap: 1rem;
    padding-bottom: 3rem;

    & ion-icon {
      cursor: pointer;
      color: rgb(93, 106, 93);
      font-size: 1.1rem;

      &:hover { color: rgb(121, 149, 121); }
    }
  }
}

#about{
    text-align:center;
}
h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 500;
  letter-spacing: 0.5px;
  color: var(--text-dark);
  margin-bottom: var(--space-sm);
}