
/* =========================================================
   DLON HOMEPAGE
========================================================= */

.dlon-container {
    width: min(1500px, calc(100% - 80px));
    margin: 0 auto;
}

.dlon-section {
    padding: 140px 0;
}

.dlon-section-label {
    display: flex;
    align-items: center;
    gap: 15px;

    color: rgba(245,242,234,.45);

    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .28em;
    padding-top: 30px;
}

.dlon-section-label span {
    color: var(--gold);
}


/* =========================================================
   HERO
========================================================= */

.dlon-hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #050505;
}

.dlon-hero-video {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    z-index: 0;
}

/* Dark luxury overlay */
.dlon-hero-overlay {
    position: absolute;
    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.82),
            rgba(0,0,0,.35),
            rgba(0,0,0,.72)
        ),
        linear-gradient(
            180deg,
            rgba(0,0,0,.35),
            rgba(0,0,0,.15) 45%,
            rgba(0,0,0,.85)
        );
}

.dlon-hero-content {
    position: relative;
    z-index: 2;

    width: min(1100px, calc(100% - 40px));
    margin-top: 80px;

    text-align: center;
    font-family: var(--display)
"Playfair Display", serif
;
}

.dlon-hero-bottom {
    position: absolute;
    z-index: 3;

    left: 40px;
    right: 40px;
    bottom: 28px;

    display: flex;
    justify-content: space-between;

    color: rgba(245,242,234,.55);

    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: .25em;
}
.dlon-gold-button {
    margin-right: 0px !important;
}
.dlon-text-button {
    margin-left: 0px !important;
}

/* =========================================================
   INTRO
========================================================= */

.dlon-intro {
    background: var(--black);
}

.dlon-intro-grid {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 100px;

    margin-top: 100px;
}

.dlon-intro-heading h2,
.dlon-events-header h2,
.dlon-private-heading h2 {
    margin: 18px 0 0;

    font-family: var(--display)
"Playfair Display", serif
;
    font-weight: 400;

    font-size: clamp(48px, 6vw, 92px);
    line-height: .98;
    letter-spacing: -.04em;
}

.dlon-intro-heading h2 em,
.dlon-events-header h2 em,
.dlon-private-heading h2 em {
    color: var(--gold-light);
}

.dlon-intro-copy {
    padding-top: 55px;
}

.dlon-intro-copy p,
.dlon-private-copy p {
    max-width: 520px;

    color: var(--muted);

    font-size: 15px;
    line-height: 1.9;
}

.dlon-line-link {
    display: inline-flex;
    align-items: center;
    gap: 18px;

    margin-top: 25px;

    padding-bottom: 9px;

    border-bottom: 1px solid rgba(200,164,93,.55);

    color: var(--gold-light);

    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .22em;
}

.dlon-line-link span {
    font-size: 15px;
}

.dlon-hero-title {
    margin: 18px 0 0;

    font-family: "Playfair Display", serif;
    font-weight: 400;

    font-size: clamp(64px, 8vw, 150px);
    line-height: .88;
    letter-spacing: -.045em;

    color: #f5f2ea;
}

.dlon-hero-title span {
    display: block;
}
/* =========================================================
   FEATURE
========================================================= */

.dlon-feature {
    position: relative;
    min-height: 80vh;

    display: flex;
    align-items: center;

    overflow: hidden;
    padding-top:30px;
    padding-bottom:30px;
}

.dlon-feature-image {
    background-image: url('../images/craft.jpg');
}

.dlon-feature-image {
    position: absolute;
    inset: 0;

    background-image: radial-gradient(
            circle at center,
            rgba(200,164,93,.16),
            transparent 45%
        ),
        linear-gradient(
            rgba(0,0,0,.68),
            rgba(0,0,0,.68)
        ),
        url('../images/craft.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dlon-feature-content {
    position: relative;
    z-index: 2;

    width: min(1500px, calc(100% - 80px));
    margin: auto;
}

.dlon-feature-content h2 {
    max-width: 750px;

    margin: 20px 0;

    font-family: var(--display);
    font-weight: 400;

    font-size: clamp(58px, 8vw, 120px);
    line-height: .9;
    letter-spacing: -.05em;
}

.dlon-feature-content h2 em {
    display: block;

    color: var(--gold-light);
}

.dlon-feature-content > p:last-child {
    max-width: 440px;

    color: rgba(245,242,234,.65);

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   MENU
========================================================= */

.dlon-menu-preview {
    background: #0d0d0d;
}

.dlon-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dlon-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;

    margin-top: 70px;
}

.dlon-menu-card {
    background: #111;
    border: 1px solid rgba(255,255,255,.07);

    overflow: hidden;
}

.dlon-menu-card-image{
    height: 450px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    transition: transform .8s cubic-bezier(.2,.7,.2,1);
}

.dion-menu-card:hover .dion-menu-card-image {
    transform: scale(1.06);
}

.dion-food-1 {
    background-image: url('../images/dining.jpg');
}

.dion-food-2 {
    background-image: url('../images/drink.jpg');
}

.dion-food-3 {
    background-image: url('../images/dance.jpg');
}

.dlon-menu-card-content {
    padding: 30px;
}

.dlon-menu-card-content > span {
    color: var(--gold);

    font-size: 9px;
    letter-spacing: .2em;
}

.dlon-menu-card-content h3 {
    margin: 18px 0 12px;

    font-family: var(--display);
    font-weight: 400;

    font-size: 38px;
    line-height: 1;
}

.dlon-menu-card-content h3 em {
    display: block;

    color: var(--gold-light);
}

.dlon-menu-card-content p {
    color: var(--muted);

    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   EVENTS
========================================================= */

.dlon-events {
    background: var(--black);
}

.dlon-events-header {
    display: grid;
    grid-template-columns: 1fr .7fr;
    gap: 100px;

    margin-top: 70px;
    margin-bottom: 80px;
}

.dlon-events-header p {
    align-self: end;

    max-width: 420px;

    color: var(--muted);

    line-height: 1.8;
}

.dlon-event-list {
    border-top: 1px solid rgba(255,255,255,.12);
}

.dlon-event-row {
    display: grid;
    grid-template-columns: 180px 1fr 50px;
    align-items: center;

    padding: 30px 0;

    border-bottom: 1px solid rgba(255,255,255,.12);

    transition: padding .4s ease, color .4s ease;
}

.dlon-event-row:hover {
    padding-left: 20px;
    padding-right: 20px;

    color: var(--gold-light);
}

.dlon-event-date {
    color: var(--muted);

    font-size: 9px;
    letter-spacing: .2em;
}

.dlon-event-name {
    font-family: var(--display);
    font-size: clamp(28px, 4vw, 52px);
}

.dlon-event-arrow {
    color: var(--gold);
    font-size: 22px;
    text-align: right;
}


/* =========================================================
   STAGE
========================================================= */

.dlon-stage {
    position: relative;
    min-height: 85vh;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}

.dlon-stage-image {
    background-image:
        url("https://images.unsplash.com/photo-1492684223066-81342ee5ff30?auto=format&fit=crop&w=2200&q=85");
}

.dlon-stage-content {
    position: relative;
    z-index: 2;

    width: min(900px, calc(100% - 40px));

    text-align: center;
}

.dlon-stage-content h2 {
    margin: 20px 0 40px;

    font-family: var(--display);
    font-weight: 400;

    font-size: clamp(58px, 9vw, 130px);
    line-height: .88;
    letter-spacing: -.05em;
}

.dlon-stage-content h2 em {
    display: block;
    color: var(--gold-light);
}


/* =========================================================
   PRIVATE EVENTS
========================================================= */

.dlon-private {
    background: #0d0d0d;
}

.dlon-private-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}

.dlon-private-heading h2 {
    max-width: 700px;
}

.dlon-private-copy {
    align-self: end;
}
.dlon-privated-dion-section {
    padding-top:30px;
    padding-bottom:30px;
}

/* =========================================================
   RESERVATION
========================================================= */

.dlon-reservation {
    position: relative;
    padding: 160px 20px;

    background:
        radial-gradient(
            circle at center,
            rgba(200,164,93,.16),
            transparent 45%
        ),
        linear-gradient(
            rgba(0,0,0,.68),
            rgba(0,0,0,.68)
        ),
        url('../images/table.jpeg') center center / cover no-repeat;

    text-align: center;
}

.dlon-reservation-inner {
    max-width: 900px;
    margin: auto;
}

.dlon-reservation h2 {
    margin: 20px 0;

    font-family: var(--display);
    font-weight: 400;

    font-size: 62px;
    line-height: .85;
    letter-spacing: -.05em;
}

.dlon-reservation h2 em {
    color: var(--gold-light);
}

.dlon-reservation p:not(.dlon-gold-small) {

    margin: 30px auto;

    color: var(--muted);

    line-height: 1.8;
    width:100% !important;
}


/* =========================================================
   REVEAL
========================================================= */

.reveal-up {
    opacity: 0;
    transform: translateY(35px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {

    .dlon-container {
        width: calc(100% - 40px);
    }

    .dlon-section {
        padding: 100px 0;
    }

    .dlon-intro-grid,
    .dlon-events-header,
    .dlon-private-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .dlon-intro-copy {
        padding-top: 0;
    }

    .dlon-menu-grid {
        grid-template-columns: 1fr;
    }

    .dlon-menu-card-image {
        height: 400px;
    }

    .dlon-feature-content {
        width: calc(100% - 40px);
    }

}

@media (max-width: 600px) {

    .dlon-hero-title {
        font-size: clamp(62px, 18vw, 110px);
    }

    .dlon-hero-text {
        font-size: 13px;
    }
    

.dlon-hero-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px !important;
}

@media (max-width: 768px) {
    .dlon-hero-actions {
        flex-direction: column;
        gap: 10px;
    }
}
    .dlon-hero-bottom {
        left: 20px;
        right: 20px;
    }

    .dlon-event-row {
        grid-template-columns: 1fr 35px;
        gap: 12px;
    }

    .dlon-event-date {
        grid-column: 1 / -1;
    }

    .dlon-event-name {
        font-size: 30px;
    }

    .dlon-feature {
        min-height: 700px;
    }

    .dlon-stage {
        min-height: 700px;
    }

}

/* =========================================================
   THE STAGE PAGE
========================================================= */

.dlon-stage-page {
    background: #050505;
    color: #f5f2ea;
}


/* HERO */

.stage-hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;

    display: flex;
    align-items: center;

    background: #050505;
}

.stage-hero-image {
    position: absolute;
    inset: 0;

    background:
        url('../images/stage.jpg')
        center center / cover no-repeat;

    transform: scale(1.05);
}

.stage-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.88),
            rgba(0,0,0,.35),
            rgba(0,0,0,.72)
        ),
        linear-gradient(
            180deg,
            rgba(0,0,0,.25),
            rgba(0,0,0,.15) 45%,
            rgba(0,0,0,.88)
        );
}

.stage-hero-content {
    position: relative;
    z-index: 2;

    width: min(1200px, calc(100% - 80px));

    margin: 100px auto 0;
}

.stage-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 25px;

    color: var(--gold-light);

    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .28em;
}

.stage-eyebrow::before {
    content: "";

    width: 35px;
    height: 1px;

    background: var(--gold);
}

.stage-hero h1 {
    font-family: var(--display);
    font-weight: 400;

    font-size: clamp(70px, 11vw, 160px);

    line-height: .82;
    letter-spacing: -.055em;
}

.stage-hero h1 em {
    display: block;

    color: var(--gold-light);
    font-weight: 400;
}

.stage-hero-copy {
    max-width: 470px;

    margin-top: 40px;

    color: var(--muted);

    font-size: 14px;
    line-height: 1.9;
}

.stage-hero-bottom {
    position: absolute;
    z-index: 3;

    left: 40px;
    right: 40px;
    bottom: 28px;

    display: flex;
    justify-content: space-between;

    color: rgba(245,242,234,.5);

    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: .25em;
}


/* COMMON */

.stage-container {
    width: min(1200px, calc(100% - 80px));
    margin: auto;
}

.stage-intro,
.stage-experience {
    padding: 150px 40px;
    background: #050505;
}

.stage-label {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 20px;

    color: var(--gold-light);

    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .25em;
}

.stage-label span {
    color: rgba(245,242,234,.35);
}

.stage-title {
    font-family: var(--display);
    font-weight: 400;

    font-size: clamp(48px, 7vw, 92px);

    line-height: .95;
    letter-spacing: -.045em;
}

.stage-title em {
    color: var(--gold-light);
    font-weight: 400;
}


/* INTRO */

.stage-intro-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 100px;

    align-items: end;
}

.stage-intro-number {
    margin-bottom: 20px;

    color: var(--gold);

    font-family: var(--display);
    font-size: 22px;
}

.stage-intro-right {
    padding-bottom: 5px;
}

.stage-intro-right p {
    max-width: 500px;

    color: var(--muted);

    font-size: 14px;
    line-height: 2;
}


/* SPACE */

.stage-space {
    padding: 120px 40px;

    background: #090909;
}

.stage-space-grid {
    display: grid;

    grid-template-columns: 1.15fr .85fr;

    gap: 80px;

    align-items: center;
}

.stage-space-reverse .stage-space-grid {
    grid-template-columns: .85fr 1.15fr;
}

.stage-space-reverse .stage-space-media {
    order: 2;
}

.stage-space-reverse .stage-space-info {
    order: 1;
}

.stage-space-media {
    height: 650px;

    overflow: hidden;

    background: #111;
}

.stage-space-media img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .8s cubic-bezier(.2,.7,.2,1);
}

.stage-space-media:hover img {
    transform: scale(1.05);
}

.stage-space-meta {
    margin-bottom: 25px;

    color: var(--gold-light);

    font-size: 9px;

    text-transform: uppercase;
    letter-spacing: .25em;
}

.stage-space-info h2 {
    font-family: var(--display);

    font-weight: 400;

    font-size: clamp(46px, 5vw, 75px);

    line-height: .95;
    letter-spacing: -.045em;
}

.stage-space-info h2 em {
    display: block;

    color: var(--gold-light);

    font-weight: 400;
}

.stage-space-intro {
    max-width: 500px;

    margin-top: 30px;

    color: var(--muted);

    font-size: 14px;
    line-height: 1.9;
}


/* FEATURES */

.stage-features {
    display: grid;

    grid-template-columns: 1fr 1fr;

    margin-top: 40px;

    border-top: 1px solid rgba(255,255,255,.09);
}

.stage-feature {
    padding: 18px 10px 18px 0;

    border-bottom: 1px solid rgba(255,255,255,.09);

    color: rgba(245,242,234,.75);

    font-size: 11px;
}

.stage-feature::before {
    content: "—";

    margin-right: 10px;

    color: var(--gold);
}


/* BOOK BUTTON */

.stage-book {
    display: inline-flex;

    align-items: center;
    gap: 15px;

    margin-top: 35px;

    padding: 15px 22px;

    background: var(--gold-light);

    color: #080808;

    font-size: 9px;

    text-transform: uppercase;
    letter-spacing: .2em;

    transition: .3s ease;
}

.stage-book:hover {
    background: #fff;
    transform: translateY(-2px);
}


/* VISUAL */

.stage-visual {
    position: relative;

    min-height: 600px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}

.stage-visual-image {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            rgba(0,0,0,.35),
            rgba(0,0,0,.7)
        ),
        url('../images/stage-night.jpg')
        center / cover no-repeat;
}

.stage-visual-content {
    position: relative;
    z-index: 2;

    text-align: center;
}

.stage-visual-content p {
    margin-bottom: 20px;

    color: var(--gold-light);

    font-size: 9px;

    text-transform: uppercase;
    letter-spacing: .3em;
}

.stage-visual-content h2 {
    font-family: var(--display);

    font-weight: 400;

    font-size: clamp(48px, 7vw, 100px);

    line-height: .92;
    letter-spacing: -.045em;
}

.stage-visual-content h2 em {
    color: var(--gold-light);
    font-weight: 400;
}


/* EXPERIENCE */

.stage-experience {
    text-align: center;
}

.stage-experience-copy {
    max-width: 700px;

    margin: 30px auto 0;

    color: var(--muted);

    font-size: 14px;
    line-height: 2;
}

.stage-experience-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 1px;

    margin-top: 80px;

    background: rgba(255,255,255,.08);
}

.stage-experience-card {
    padding: 50px 30px;

    background: #090909;
}

.stage-experience-card span {
    display: block;

    margin-bottom: 18px;

    color: var(--gold);

    font-family: var(--display);
    font-size: 20px;
}

.stage-experience-card h3 {
    font-family: var(--display);

    font-weight: 400;

    font-size: 28px;
}

.stage-experience-card p {
    margin-top: 15px;

    color: var(--muted);

    font-size: 12px;
    line-height: 1.8;
}


/* RESERVATION */

.stage-reservation {
    position: relative;

    padding: 160px 20px;

    text-align: center;

    background:
        linear-gradient(
            rgba(0,0,0,.70),
            rgba(0,0,0,.70)
        ),
        url('../images/table.jpg')
        center / cover no-repeat;
}

.stage-reservation-inner {
    position: relative;
    z-index: 2;
}

.stage-reservation-label {
    color: var(--gold-light);

    font-size: 9px;

    text-transform: uppercase;
    letter-spacing: .28em;
}

.stage-reservation h2 {
    margin-top: 20px;

    font-family: var(--display);

    font-size: clamp(55px, 8vw, 110px);

    font-weight: 400;

    line-height: .9;
    letter-spacing: -.05em;
}

.stage-reservation h2 em {
    color: var(--gold-light);
    font-weight: 400;
}

.stage-reservation p {
    max-width: 520px;

    margin: 30px auto;

    color: var(--muted);

    font-size: 14px;
    line-height: 1.8;
}

.stage-reservation-button {
    display: inline-flex;

    padding: 16px 28px;

    background: var(--gold-light);
    color: #050505;

    font-size: 9px;

    text-transform: uppercase;
    letter-spacing: .2em;

    transition: .3s ease;
}

.stage-reservation-button:hover {
    background: #fff;
    transform: translateY(-2px);
}


/* REVEAL */

.reveal-up {
    opacity: 0;

    transform: translateY(35px);

    transition:
        opacity .9s ease,
        transform .9s cubic-bezier(.2,.7,.2,1);
}

.reveal-up.visible {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .stage-container {
        width: calc(100% - 50px);
    }

    .stage-intro-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .stage-space-grid,
    .stage-space-reverse .stage-space-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .stage-space-reverse .stage-space-media,
    .stage-space-reverse .stage-space-info {
        order: initial;
    }

    .stage-space-media {
        height: 550px;
    }

    .stage-experience-grid {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .stage-container {
        width: calc(100% - 40px);
    }

    .stage-hero-content {
        width: calc(100% - 40px);
        margin-top: 80px;
    }

    .stage-hero h1 {
        font-size: clamp(60px, 18vw, 100px);
    }

    .stage-hero-copy {
        margin-top: 30px;
        font-size: 13px;
    }

    .stage-hero-bottom {
        left: 20px;
        right: 20px;
        bottom: 20px;

        font-size: 7px;
    }

    .stage-intro,
    .stage-experience {
        padding: 95px 20px;
    }

    .stage-title {
        font-size: clamp(48px, 14vw, 75px);
    }

    .stage-space {
        padding: 75px 20px;
    }

    .stage-space-grid {
        gap: 40px;
    }

    .stage-space-media {
        height: 440px;
    }

    .stage-space-info h2 {
        font-size: clamp(45px, 14vw, 65px);
    }

    .stage-space-intro {
        font-size: 13px;
    }

    .stage-features {
        grid-template-columns: 1fr;
    }

    .stage-feature {
        padding: 16px 0;
    }

    .stage-visual {
        min-height: 500px;
    }

    .stage-visual-content {
        width: calc(100% - 40px);
    }

    .stage-visual-content h2 {
        font-size: clamp(45px, 14vw, 75px);
    }

    .stage-experience-copy {
        font-size: 13px;
    }

    .stage-experience-grid {
        margin-top: 50px;
    }

    .stage-experience-card {
        padding: 40px 25px;
    }

    .stage-reservation {
        padding: 110px 20px;
    }

    .stage-reservation h2 {
        font-size: clamp(52px, 15vw, 80px);
    }

}

.dlon-events-section {
    padding: 100px 6%;
    background: #080808;
    color: #fff;
}

.dlon-events-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 50px;
}

.dlon-section-label {
    display: block;
    margin-bottom: 12px;
    color: #c9a34e;
    font-size: 12px;
    letter-spacing: 4px;
}

.dlon-events-header h2 {
    margin: 0;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1;
    font-weight: 500;
}

.dlon-events-btn {
    padding: 14px 24px;
    border: 1px solid #c9a34e;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 2px;
    transition: .3s;
}

.dlon-events-btn:hover {
    background: #c9a34e;
    color: #000;
}

.dlon-events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.dlon-event-card {
    background: #111;
    overflow: hidden;
}

.dlon-event-image {
    position: relative;
    height: 420px;
    overflow: hidden;
}

.dlon-event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}

.dlon-event-card:hover .dlon-event-image img {
    transform: scale(1.06);
}

.dlon-event-day {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px 15px;
    background: #c9a34e;
    color: #000;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.dlon-event-content {
    padding: 28px 25px 30px;
}

.dlon-event-meta {
    color: #999;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.dlon-event-meta span {
    margin: 0 6px;
}

.dlon-event-content h3 {
    margin: 0 0 14px;
    font-size: 28px;
    font-weight: 500;
}

.dlon-event-content p {
    margin: 0 0 25px;
    color: #999;
    line-height: 1.7;
    font-size: 14px;
}

.dlon-event-content a {
    color: #c9a34e;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 2px;
}

.dlon-event-content a span {
    margin-left: 8px;
}

@media(max-width:900px) {

    .dlon-events-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:600px) {

    .dlon-events-section {
        padding: 65px 20px;
    }

    .dlon-events-header {
        display: block;
    }

    .dlon-events-btn {
        display: inline-block;
        margin-top: 25px;
    }

    .dlon-events-grid {
        grid-template-columns: 1fr;
    }

    .dlon-event-image {
        height: 400px;
    }

}