.elementor-138 .elementor-element.elementor-element-79e759d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-138 .elementor-element.elementor-element-ee00db0{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-138 .elementor-element.elementor-element-bef68ee{--display:flex;--min-height:63vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-138 .elementor-element.elementor-element-a52de2f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-138 .elementor-element.elementor-element-b2eb06b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-138 .elementor-element.elementor-element-4b056ce{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-138 .elementor-element.elementor-element-6a74378{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-138 .elementor-element.elementor-element-e831828{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-138 .elementor-element.elementor-element-13088ec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-138 .elementor-element.elementor-element-2e336ca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-138:not(.elementor-motion-effects-element-type-background), body.elementor-page-138 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-46a3ee4 */.sol-carta-strip{
    --gold:#dfb94f;

    width:100%;
    background:
        linear-gradient(
            90deg,
            rgba(223,185,79,.05),
            rgba(223,185,79,.015)
        ),
        #070707;

    border-top:1px solid rgba(255,255,255,.04);
    border-bottom:1px solid rgba(255,255,255,.05);

    color:#fff;

    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}

.sol-carta-strip-inner{
    max-width:1450px;

    margin:0 auto;

    min-height:150px;

    padding:
        28px
        clamp(22px,5vw,72px);

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:30px;
}

.sol-carta-strip-copy{
    max-width:760px;
}

.sol-carta-strip-kicker{
    display:block;

    margin-bottom:8px;

    color:var(--gold);

    font-size:10px;

    font-weight:850;

    letter-spacing:.18em;

    text-transform:uppercase;
}

.sol-carta-strip h2{
    margin:0;

    color:#fff;

    font-size:
        clamp(
            28px,
            3vw,
            42px
        );

    line-height:1;

    letter-spacing:-.035em;

    font-weight:800;
}

.sol-carta-strip p{
    margin:
        10px
        0
        0;

    color:
        rgba(
            255,
            255,
            255,
            .48
        );

    font-size:13px;

    line-height:1.5;
}

.sol-carta-strip-btn{
    flex-shrink:0;

    min-height:52px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    padding:
        0
        24px;

    border-radius:999px;

    background:
        linear-gradient(
            135deg,
            #ebca6d,
            #d4aa3c
        );

    color:#080808 !important;

    text-decoration:none !important;

    font-size:11px;

    font-weight:900;

    letter-spacing:.09em;

    text-transform:uppercase;

    box-shadow:
        0 14px 32px
        rgba(0,0,0,.25);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.sol-carta-strip-btn:hover{
    transform:translateY(-2px);

    box-shadow:
        0 18px 40px
        rgba(0,0,0,.34);
}

.sol-carta-strip-btn svg{
    width:17px;

    fill:none;

    stroke:currentColor;

    stroke-width:1.8;

    stroke-linecap:round;

    stroke-linejoin:round;
}

@media(max-width:767px){

    .sol-carta-strip-inner{
        min-height:auto;

        padding:
            24px
            20px;

        flex-direction:column;

        align-items:flex-start;

        gap:20px;
    }

    .sol-carta-strip h2{
        font-size:31px;
    }

    .sol-carta-strip p{
        font-size:12px;
    }

    .sol-carta-strip-btn{
        width:100%;
    }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-bef68ee *//* =========================================
   CINEMA SHORTCODE SECTIONS
========================================= */

/* SECTION WITH SHORTCODES */

.elementor-widget-shortcode{

    position:relative;

    overflow:hidden;

    background:
        linear-gradient(
            to bottom,
            #050505 0%,
            #070707 35%,
            #050505 100%
        );
}

/* CINEMATIC NOISE */

.elementor-widget-shortcode::before{

    content:'';

    position:absolute;
    inset:0;

    opacity:.025;

    pointer-events:none;

    background-image:
        radial-gradient(
            rgba(255,255,255,.35) 1px,
            transparent 1px
        );

    background-size:4px 4px;

    z-index:1;
}

/* GOLD CINEMA LIGHT */

.elementor-widget-shortcode::after{

    content:'';

    position:absolute;

    top:50%;
    left:50%;

    transform:translate(-50%,-50%);

    width:1200px;
    height:1200px;

    pointer-events:none;

    background:
        radial-gradient(
            circle,
            rgba(212,175,55,.05),
            transparent 70%
        );

    z-index:1;
}

/* CONTENT ABOVE EFFECTS */

.elementor-widget-shortcode > .elementor-widget-container{

    position:relative;

    z-index:2;
}

/* =========================================
   SECTION SPACING
========================================= */

.elementor-widget-shortcode{

    padding-top:40px;
    padding-bottom:40px;
}

/* =========================================
   REMOVE ELEMENTOR WHITE BACKGROUNDS
========================================= */

.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap{

    background:transparent !important;
}

/* =========================================
   PREMIUM TRANSITIONS
========================================= */

.elementor-widget-shortcode *{

    transition:
        background-color .35s ease,
        border-color .35s ease;
}

/* =========================================
   MOBILE
========================================= */

@media(max-width:768px){

    .elementor-widget-shortcode{

        padding-top:20px;
        padding-bottom:20px;
    }

    .elementor-widget-shortcode::after{

        width:700px;
        height:700px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e13f246 *//* =========================================================
   SOLSTICIO — CULT EDITORIAL PREMIUM
========================================================= */

.cult-editorial-section{

    position:relative;

    background:
        radial-gradient(
            circle at top,
            rgba(212,175,55,.08),
            transparent 45%
        ),
        #040404;

    padding:
        140px
        60px;

    overflow:hidden;
}

/* =========================================================
   BG TEXTURE
========================================================= */

.cult-editorial-bg{

    position:absolute;
    inset:0;

    opacity:.03;

    background-image:
        radial-gradient(
            rgba(255,255,255,.28) 1px,
            transparent 1px
        );

    background-size:4px 4px;

    pointer-events:none;
}

/* =========================================================
   GOLD LIGHT
========================================================= */

.cult-editorial-light{

    position:absolute;

    top:-10%;
    left:50%;

    transform:translateX(-50%);

    width:1200px;
    height:1200px;

    background:
        radial-gradient(
            circle,
            rgba(212,175,55,.14) 0%,
            rgba(212,175,55,0) 70%
        );

    filter:blur(40px);

    pointer-events:none;
}

/* =========================================================
   CONTAINER
========================================================= */

.cult-editorial-container{

    position:relative;

    z-index:3;

    max-width:1650px;

    margin:auto;
}

/* =========================================================
   TOP SECTION
========================================================= */

.cult-editorial-top{

    display:grid;

    grid-template-columns:
        1.3fr
        .7fr;

    gap:90px;

    align-items:end;

    margin-bottom:90px;
}

/* =========================================================
   LABEL
========================================================= */

.cult-editorial-label{

    position:relative;

    display:inline-flex;
    align-items:center;

    gap:16px;

    color:#d4af37;

    font-size:11px;
    font-weight:800;

    letter-spacing:4px;

    text-transform:uppercase;

    margin-bottom:34px;
}

.cult-editorial-label::before{

    content:'';

    width:58px;
    height:1px;

    background:#d4af37;

    box-shadow:
        0 0 14px rgba(212,175,55,.7);
}

/* =========================================================
   TITLE
========================================================= */

.cult-editorial-heading h2{

    margin:0;

    color:#fff;

    font-size:clamp(48px,7vw,110px);

    line-height:.88;

    font-weight:900;

    letter-spacing:-5px;

    text-transform:uppercase;

    max-width:950px;

    text-wrap:balance;

    text-shadow:
        0 12px 40px rgba(0,0,0,.5);
}

/* =========================================================
   INTRO
========================================================= */

.cult-editorial-intro{

    position:relative;

    padding-left:34px;
}

.cult-editorial-intro::before{

    content:'';

    position:absolute;

    left:0;
    top:4px;

    width:1px;
    height:100px;

    background:
        linear-gradient(
            to bottom,
            #d4af37,
            transparent
        );
}

.cult-editorial-intro p{

    margin:0;

    color:rgba(255,255,255,.68);

    font-size:19px;

    line-height:2;

    font-weight:400;
}

/* =========================================================
   GRID
========================================================= */

.cult-editorial-grid{

    display:grid;

    grid-template-columns:
        repeat(12,1fr);

    grid-auto-rows:120px;

    gap:28px;
}

/* =========================================================
   CARD BASE
========================================================= */

.cult-film-card{

    position:relative;

    overflow:hidden;

    border-radius:34px;

    background:#111;

    border:
        1px solid rgba(255,255,255,.06);

    isolation:isolate;

    transition:
        transform .7s cubic-bezier(.19,1,.22,1),
        border-color .5s ease,
        box-shadow .5s ease;

    cursor:pointer;
}

/* PREMIUM HOVER */

.cult-film-card:hover{

    transform:
        translateY(-10px);

    border-color:
        rgba(212,175,55,.25);

    box-shadow:
        0 30px 80px rgba(0,0,0,.45);
}

/* =========================================================
   SIZES
========================================================= */

.cult-film-card.large{

    grid-column:span 7;
    grid-row:span 5;
}

.cult-film-card:not(.large):not(.wide){

    grid-column:span 5;
    grid-row:span 3;
}

.cult-film-card.wide{

    grid-column:span 7;
    grid-row:span 3;
}

/* =========================================================
   IMAGE
========================================================= */

.cult-film-card img{

    width:100%;
    height:100%;

    object-fit:cover;

    transition:
        transform 1.1s ease,
        filter .8s ease;
}

/* IMAGE HOVER */

.cult-film-card:hover img{

    transform:scale(1.08);

    filter:
        brightness(.95)
        contrast(1.05)
        saturate(1.02);
}

/* =========================================================
   OVERLAY
========================================================= */

.cult-film-overlay{

    position:absolute;
    inset:0;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.96) 6%,
            rgba(0,0,0,.58) 42%,
            rgba(0,0,0,.12) 100%
        );

    z-index:1;
}

/* GOLD SHINE */

.cult-film-overlay::before{

    content:'';

    position:absolute;

    inset:0;

    background:
        linear-gradient(
            120deg,
            transparent 20%,
            rgba(255,255,255,.08) 50%,
            transparent 80%
        );

    transform:translateX(-120%);

    transition:transform 1.3s ease;
}

.cult-film-card:hover .cult-film-overlay::before{

    transform:translateX(120%);
}

/* =========================================================
   CONTENT
========================================================= */

.cult-film-content{

    position:absolute;

    left:38px;
    right:38px;
    bottom:36px;

    z-index:3;
}

/* FILM TITLE */

.cult-film-content span{

    display:inline-flex;
    align-items:center;

    gap:12px;

    color:#d4af37;

    font-size:11px;
    font-weight:800;

    letter-spacing:4px;

    margin-bottom:22px;

    text-transform:uppercase;
}

.cult-film-content span::before{

    content:'';

    width:38px;
    height:1px;

    background:#d4af37;
}

/* TEXT */

.cult-film-content p{

    margin:0;

    color:#fff;

    font-size:clamp(18px,2vw,34px);

    line-height:1.45;

    font-weight:600;

    letter-spacing:-1px;

    text-shadow:
        0 8px 30px rgba(0,0,0,.45);
}

/* =========================================================
   QUOTE BOX
========================================================= */

.cult-quote-box{

    position:relative;

    grid-column:span 5;
    grid-row:span 2;

    border-radius:34px;

    overflow:hidden;

    padding:50px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.04),
            rgba(255,255,255,.015)
        );

    border:
        1px solid rgba(255,255,255,.06);

    backdrop-filter:blur(12px);

    display:flex;
    flex-direction:column;
    justify-content:center;
}

/* GLOW */

.cult-quote-box::before{

    content:'';

    position:absolute;

    inset:-20%;

    background:
        radial-gradient(
            circle,
            rgba(212,175,55,.08),
            transparent 60%
        );

    pointer-events:none;
}

/* LINE */

.cult-quote-line{

    width:90px;
    height:2px;

    background:#d4af37;

    margin-bottom:34px;

    box-shadow:
        0 0 14px rgba(212,175,55,.7);
}

/* QUOTE */

.cult-quote-box h3{

    position:relative;

    margin:0;

    color:#fff;

    font-size:clamp(28px,3vw,48px);

    line-height:1.25;

    font-weight:800;

    letter-spacing:-2px;

    max-width:620px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1300px){

    .cult-editorial-top{

        grid-template-columns:1fr;

        gap:50px;
    }

    .cult-editorial-grid{

        grid-auto-rows:100px;
    }

    .cult-film-card.large,
    .cult-film-card.wide,
    .cult-film-card:not(.large):not(.wide),
    .cult-quote-box{

        grid-column:span 12;
    }

    .cult-film-card.large{

        grid-row:span 5;
    }

    .cult-film-card.wide{

        grid-row:span 4;
    }

    .cult-film-card:not(.large):not(.wide){

        grid-row:span 4;
    }

    .cult-quote-box{

        grid-row:span 3;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:768px){

    .cult-editorial-section{

        padding:
            90px
            18px;
    }

    .cult-editorial-top{

        gap:34px;

        margin-bottom:50px;
    }

    .cult-editorial-label{

        font-size:9px;

        letter-spacing:3px;

        margin-bottom:22px;
    }

    .cult-editorial-label::before{

        width:40px;
    }

    .cult-editorial-heading h2{

        font-size:42px;

        line-height:.94;

        letter-spacing:-2px;
    }

    .cult-editorial-intro{

        padding-left:18px;
    }

    .cult-editorial-intro p{

        font-size:15px;

        line-height:1.9;
    }

    .cult-editorial-grid{

        display:flex;
        flex-direction:column;

        gap:22px;
    }

    .cult-film-card,
    .cult-film-card.large,
    .cult-film-card.wide{

        min-height:420px;
    }

    .cult-film-content{

        left:24px;
        right:24px;
        bottom:24px;
    }

    .cult-film-content span{

        font-size:9px;

        letter-spacing:3px;

        margin-bottom:18px;
    }

    .cult-film-content p{

        font-size:22px;

        line-height:1.5;

        letter-spacing:-.5px;
    }

    .cult-quote-box{

        padding:34px 26px;

        border-radius:28px;
    }

    .cult-quote-line{

        width:60px;

        margin-bottom:24px;
    }

    .cult-quote-box h3{

        font-size:28px;

        letter-spacing:-1px;

        line-height:1.35;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9339671 *//* =========================================
   CTA V2
========================================= */

.cinema-cta-v2{

    position:relative;

    overflow:hidden;

    border-radius:38px;

    margin:
        1px
        90px;

    min-height:480px;

    background:#000;
}

/* =========================================
   BACKGROUND
========================================= */

.cinema-cta-v2-bg{

    position:absolute;
    inset:0;
}

/* IMAGE */

.cinema-cta-v2-bg img{

    width:100%;
    height:100%;

    object-fit:cover;

    filter:
        brightness(.5)
        contrast(1.08)
        saturate(.92);

    transform:scale(1.03);
}

/* OVERLAY */

.cinema-cta-v2-overlay{

    position:absolute;
    inset:0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.92) 5%,
            rgba(0,0,0,.72) 35%,
            rgba(0,0,0,.45) 60%,
            rgba(0,0,0,.82) 100%
        );
}

/* =========================================
   CONTAINER
========================================= */

.cinema-cta-v2-container{

    position:relative;

    z-index:2;

    display:grid;

    grid-template-columns:
        1.1fr
        .9fr;

    gap:70px;

    align-items:end;

    padding:
        90px;
}

/* =========================================
   LABEL
========================================= */

.cinema-cta-v2-label{

    display:inline-flex;
    align-items:center;

    gap:12px;

    color:#d4af37;

    font-size:11px;
    font-weight:800;

    letter-spacing:3px;

    margin-bottom:28px;
}

.cinema-cta-v2-label::before{

    content:'';

    width:46px;
    height:1px;

    background:#d4af37;
}

/* =========================================
   TITLE
========================================= */

.cinema-cta-v2-left h2{

    margin:0;

    color:#fff;

    font-size:78px;

    line-height:.92;

    font-weight:900;

    letter-spacing:-4px;

    text-transform:uppercase;

    max-width:850px;
}

/* =========================================
   RIGHT
========================================= */

.cinema-cta-v2-right{

    display:flex;
    flex-direction:column;

    gap:36px;
}

/* TEXT */

.cinema-cta-v2-right p{

    margin:0;

    color:#d1d1d1;

    font-size:21px;

    line-height:1.9;

    max-width:520px;
}

/* =========================================
   ACTIONS
========================================= */

.cinema-cta-v2-actions{

    display:flex;

    gap:16px;

    flex-wrap:wrap;
}

/* =========================================
   PRIMARY BUTTON
========================================= */

.cinema-cta-v2-primary{

    height:58px;

    padding:0 34px;

    border-radius:999px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    background:
        linear-gradient(
            135deg,
            #caa54e,
            #e0c46f
        );

    color:#000;

    text-decoration:none;

    font-size:13px;
    font-weight:900;

    letter-spacing:1.5px;

    text-transform:uppercase;

    box-shadow:
        0 18px 50px rgba(212,175,55,.22);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

/* HOVER */

.cinema-cta-v2-primary:hover{

    transform:
        translateY(-3px);

    box-shadow:
        0 24px 70px rgba(212,175,55,.32);
}

/* =========================================
   SECONDARY
========================================= */

.cinema-cta-v2-secondary{

    height:58px;

    padding:0 34px;

    border-radius:999px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    background:
        rgba(255,255,255,.06);

    border:
        1px solid rgba(255,255,255,.08);

    color:#fff;

    text-decoration:none;

    font-size:13px;
    font-weight:800;

    letter-spacing:1.5px;

    text-transform:uppercase;

    transition:all .35s ease;
}

/* HOVER */

.cinema-cta-v2-secondary:hover{

    background:
        rgba(255,255,255,.1);

    transform:
        translateY(-3px);
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:1200px){

    .cinema-cta-v2-container{

        grid-template-columns:1fr;

        gap:50px;
    }

    .cinema-cta-v2-left h2{

        font-size:56px;
    }

}

@media(max-width:768px){

    .cinema-cta-v2{

        margin:
            80px
            20px;

        border-radius:24px;
    }

    .cinema-cta-v2-container{

        padding:
            60px
            24px;
    }

    .cinema-cta-v2-left h2{

        font-size:38px;

        letter-spacing:-2px;
    }

    .cinema-cta-v2-right p{

        font-size:16px;

        line-height:1.8;
    }

    .cinema-cta-v2-actions{

        flex-direction:column;
    }

    .cinema-cta-v2-primary,
    .cinema-cta-v2-secondary{

        width:100%;
    }

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-76e78bb *//* =========================================================
   PREMIUM BLOG SECTION
========================================================= */

.solsticio-blog-section{

    position:relative;

    background:#050505;

    padding:
        140px
        20px;

    overflow:hidden;
}

/* =========================================
   BACKGROUND
========================================= */

.solsticio-blog-bg{

    position:absolute;
    inset:0;

    opacity:.025;

    background-image:
        radial-gradient(
            rgba(255,255,255,.35) 1px,
            transparent 1px
        );

    background-size:4px 4px;
}

/* LIGHT */

.solsticio-blog-light{

    position:absolute;

    top:50%;
    left:50%;

    transform:translate(-50%,-50%);

    width:1200px;
    height:1200px;

    background:
        radial-gradient(
            circle,
            rgba(212,175,55,.08),
            transparent 70%
        );
}

/* =========================================
   CONTAINER
========================================= */

.solsticio-blog-container{

    position:relative;

    z-index:2;

    max-width:1550px;

    margin:auto;
}

/* =========================================
   TOP
========================================= */

.solsticio-blog-top{

    display:grid;

    grid-template-columns:
        1.2fr
        .8fr;

    gap:60px;

    align-items:end;

    margin-bottom:70px;
}

/* =========================================
   LABEL
========================================= */

.solsticio-blog-heading span{

    display:inline-flex;
    align-items:center;

    gap:12px;

    color:#d4af37;

    font-size:11px;
    font-weight:800;

    letter-spacing:3px;

    margin-bottom:26px;
}

.solsticio-blog-heading span::before{

    content:'';

    width:46px;
    height:1px;

    background:#d4af37;
}

/* =========================================
   TITLE
========================================= */

.solsticio-blog-heading h2{

    margin:0;

    color:#fff;

    font-size:76px;

    line-height:.92;

    font-weight:900;

    letter-spacing:-4px;

    text-transform:uppercase;

    max-width:900px;
}

/* =========================================
   INTRO
========================================= */

.solsticio-blog-intro p{

    margin:0;

    color:#9d9d9d;

    font-size:19px;

    line-height:1.9;

    max-width:520px;
}

/* =========================================
   GRID
========================================= */

.solsticio-blog-grid{

    display:grid;

    grid-template-columns:
        repeat(12,1fr);

    gap:24px;
}

/* =========================================
   CARD
========================================= */

.solsticio-blog-card{

    position:relative;

    grid-column:span 4;

    border-radius:34px;

    overflow:hidden;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.03),
            rgba(255,255,255,.015)
        );

    border:
        1px solid rgba(255,255,255,.05);

    transition:
        transform .45s ease,
        border-color .45s ease;
}

/* FEATURED */

.solsticio-blog-card.featured{

    grid-column:span 6;
}

/* HOVER */

.solsticio-blog-card:hover{

    transform:
        translateY(-8px);

    border-color:
        rgba(212,175,55,.18);
}

/* =========================================
   IMAGE
========================================= */

.solsticio-blog-image{

    position:relative;

    display:block;

    overflow:hidden;
}

/* IMAGE */

.solsticio-blog-image img{

    width:100%;
    height:340px;

    object-fit:cover;

    transition:
        transform .8s ease,
        filter .7s ease;
}

/* FEATURED IMAGE */

.solsticio-blog-card.featured .solsticio-blog-image img{

    height:520px;
}

/* HOVER */

.solsticio-blog-card:hover img{

    transform:scale(1.04);

    filter:
        brightness(.9)
        contrast(1.04);
}

/* OVERLAY */

.solsticio-blog-overlay{

    position:absolute;
    inset:0;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.65) 5%,
            rgba(0,0,0,.15) 100%
        );
}

/* =========================================
   CONTENT
========================================= */

.solsticio-blog-content{

    padding:30px;
}

/* META */

.solsticio-blog-meta{

    margin-bottom:18px;
}

/* META TEXT */

.solsticio-blog-meta span{

    color:#d4af37;

    font-size:10px;
    font-weight:800;

    letter-spacing:3px;

    text-transform:uppercase;
}

/* =========================================
   TITLE
========================================= */

.solsticio-blog-content h3{

    margin:0 0 20px;

    line-height:1.15;
}

/* LINK */

.solsticio-blog-content h3 a{

    color:#fff;

    text-decoration:none;

    font-size:34px;

    font-weight:900;

    letter-spacing:-1.5px;
}

/* FEATURED */

.solsticio-blog-card.featured h3 a{

    font-size:46px;
}

/* =========================================
   EXCERPT
========================================= */

.solsticio-blog-content p{

    margin:0;

    color:#9e9e9e;

    font-size:17px;

    line-height:1.9;

    margin-bottom:28px;
}

/* =========================================
   LINK
========================================= */

.solsticio-blog-link{

    color:#d4af37;

    text-decoration:none;

    font-size:11px;
    font-weight:800;

    letter-spacing:3px;

    text-transform:uppercase;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1200px){

    .solsticio-blog-top{

        grid-template-columns:1fr;

        gap:30px;
    }

    .solsticio-blog-heading h2{

        font-size:56px;
    }

    .solsticio-blog-card,
    .solsticio-blog-card.featured{

        grid-column:span 12;
    }

}

@media(max-width:768px){

    .solsticio-blog-section{

        padding:
            90px
            20px;
    }

    .solsticio-blog-top{

        margin-bottom:40px;
    }

    .solsticio-blog-heading h2{

        font-size:40px;

        letter-spacing:-2px;
    }

    .solsticio-blog-intro p{

        font-size:16px;
    }

    .solsticio-blog-grid{

        gap:18px;
    }

    .solsticio-blog-card{

        border-radius:24px;
    }

    .solsticio-blog-image img,
    .solsticio-blog-card.featured .solsticio-blog-image img{

        height:320px;
    }

    .solsticio-blog-content{

        padding:22px;
    }

    .solsticio-blog-content h3 a,
    .solsticio-blog-card.featured h3 a{

        font-size:28px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-272c2b6 *//* =========================
   CINEMA HOURS SECTION
========================= */

.cinema-hours-section{
    position:relative;
    padding:120px 20px;
    background:
        radial-gradient(circle at top, rgba(255,140,0,.08), transparent 35%),
        #050505;

    overflow:hidden;
}

/* CONTAINER */

.cinema-hours-container{
    max-width:1400px;
    margin:auto;

    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:70px;

    align-items:center;
}

/* =========================
   IMAGE
========================= */

.cinema-image-box{
    position:relative;
    border-radius:28px;
    overflow:hidden;

    height:520px;

    box-shadow:
        0 30px 80px rgba(0,0,0,.75),
        0 0 50px rgba(255,140,0,.08);

    transform:perspective(1200px) rotateY(2deg);

    transition:all .5s ease;
}

.cinema-image-box:hover{
    transform:
        perspective(1200px)
        rotateY(0deg)
        scale(1.015);
}

.cinema-image-box img{
    width:100%;
    height:100%;
    object-fit:cover;

    transition:transform 1.2s ease;
}

.cinema-image-box:hover img{
    transform:scale(1.05);
}

/* OVERLAY */

.cinema-image-overlay{
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.9),
            rgba(0,0,0,.15)
        );
}

/* =========================
   HOURS BOX
========================= */

.cinema-hours-box{
    position:relative;
    z-index:2;
}

/* TAG */

.cinema-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:10px 18px;

    border-radius:999px;

    background:
        rgba(255,140,0,.08);

    border:
        1px solid rgba(255,140,0,.25);

    color:#ff9d00;

    font-size:11px;
    font-weight:800;
    letter-spacing:2px;

    margin-bottom:24px;

    backdrop-filter:blur(12px);
}

/* TITLE */

.cinema-hours-header h2{
    color:#fff;

    font-size:54px;
    line-height:1;

    margin:0 0 18px;

    font-weight:900;

    letter-spacing:-2px;

    text-shadow:
        0 10px 30px rgba(0,0,0,.5);
}

/* SUBTITLE */

.cinema-hours-header p{
    color:#8c8c8c;

    font-size:16px;
    line-height:1.7;

    max-width:520px;

    margin-bottom:50px;
}

/* =========================
   HOURS LIST
========================= */

.cinema-hours-list{
    display:flex;
    flex-direction:column;
    gap:24px;
}

/* ROW */

.cinema-hour-row{
    display:flex;
    align-items:center;
    gap:18px;

    transition:all .3s ease;
}

.cinema-hour-row:hover{
    transform:translateX(10px);
}

/* DAY */

.day{
    min-width:140px;

    color:#fff;

    font-size:18px;
    font-weight:700;

    display:flex;
    align-items:center;
    gap:10px;
}

.day::before{
    content:'';

    width:10px;
    height:10px;

    border-radius:50%;

    background:#ff9d00;

    box-shadow:
        0 0 12px rgba(255,157,0,.9);
}

/* LINE */

.line{
    flex:1;
    height:1px;

    background:
        linear-gradient(
            to right,
            rgba(255,255,255,.18),
            rgba(255,255,255,.02)
        );
}

/* TIME */

.time{
    color:#ff9d00;

    font-size:18px;
    font-weight:800;

    letter-spacing:.3px;

    white-space:nowrap;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:980px){

    .cinema-hours-container{
        grid-template-columns:1fr;
        gap:50px;
    }

    .cinema-image-box{
        height:420px;
        transform:none;
    }

    .cinema-hours-header h2{
        font-size:40px;
    }

}

@media(max-width:768px){

    .cinema-hours-section{
        padding:70px 20px;
    }

    .cinema-image-box{
        height:300px;
        border-radius:22px;
    }

    .cinema-hours-header h2{
        font-size:32px;
    }

    .cinema-hours-header p{
        font-size:14px;
        margin-bottom:35px;
    }

    .cinema-hour-row{
        gap:10px;
        align-items:flex-start;
        flex-direction:column;
    }

    .line{
        display:none;
    }

    .day{
        min-width:auto;
        font-size:16px;
    }

    .time{
        font-size:16px;
        padding-left:20px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3b916c8 *//* =========================================
   CINEMA MAP SECTION
========================================= */

.cinema-map-section{

    position:relative;

    background:#050505;

    padding:
        14px
        90px;

    overflow:hidden;
}

/* =========================================
   BACKGROUND
========================================= */

.cinema-map-bg{

    position:absolute;
    inset:0;

    opacity:.025;

    background-image:
        radial-gradient(
            rgba(255,255,255,.35) 1px,
            transparent 1px
        );

    background-size:4px 4px;

    pointer-events:none;
}

/* LIGHT */

.cinema-map-light{

    position:absolute;

    top:50%;
    left:50%;

    transform:translate(-50%,-50%);

    width:1100px;
    height:1100px;

    background:
        radial-gradient(
            circle,
            rgba(212,175,55,.07),
            transparent 70%
        );

    pointer-events:none;
}

/* =========================================
   CONTAINER
========================================= */

.cinema-map-container{

    position:relative;

    z-index:2;

    max-width:1600px;

    margin:auto;

    display:grid;

    grid-template-columns:
        .9fr
        1.1fr;

    gap:60px;

    align-items:center;
}

/* =========================================
   CONTENT
========================================= */

.cinema-map-content{

    max-width:520px;
}

/* LABEL */

.cinema-map-label{

    display:inline-flex;
    align-items:center;

    gap:12px;

    color:#d4af37;

    font-size:11px;
    font-weight:800;

    letter-spacing:3px;

    margin-bottom:28px;
}

.cinema-map-label::before{

    content:'';

    width:46px;
    height:1px;

    background:#d4af37;
}

/* TITLE */

.cinema-map-content h2{

    margin:0;

    color:#fff;

    font-size:76px;

    line-height:.92;

    font-weight:900;

    letter-spacing:-4px;

    text-transform:uppercase;

    margin-bottom:32px;
}

/* TEXT */

.cinema-map-content > p{

    margin:0;

    color:#a4a4a4;

    font-size:19px;

    line-height:1.95;

    margin-bottom:46px;
}

/* =========================================
   INFO
========================================= */

.cinema-map-info{

    display:flex;
    flex-direction:column;

    gap:26px;
}

/* ITEM */

.cinema-map-item{

    padding-bottom:24px;

    border-bottom:
        1px solid rgba(255,255,255,.06);
}

/* LABEL */

.cinema-map-item span{

    display:block;

    color:#d4af37;

    font-size:11px;
    font-weight:800;

    letter-spacing:3px;

    margin-bottom:14px;
}

/* VALUE */

.cinema-map-item p{

    margin:0;

    color:#fff;

    font-size:22px;

    line-height:1.6;

    letter-spacing:-.4px;
}

/* =========================================
   MAP WRAPPER
========================================= */

.cinema-map-wrapper{

    position:relative;
}

/* GLOW */

.cinema-map-glow{

    position:absolute;

    inset:-40px;

    background:
        radial-gradient(
            circle,
            rgba(212,175,55,.10),
            transparent 70%
        );

    pointer-events:none;
}

/* =========================================
   MAP CONTAINER
========================================= */

.map-container{

    position:relative;

    width:100%;
    height:620px;

    border-radius:34px;

    overflow:hidden;

    border:
        1px solid rgba(255,255,255,.06);

    box-shadow:
        0 30px 90px rgba(0,0,0,.45);

    background:#111;
}

/* MAP */

.map-container iframe{

    width:100%;
    height:100%;

    border:0;

    filter:
        grayscale(100%)
        invert(92%)
        contrast(92%)
        brightness(.82);
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:1200px){

    .cinema-map-container{

        grid-template-columns:1fr;

        gap:50px;
    }

    .cinema-map-content{

        max-width:100%;
    }

    .cinema-map-content h2{

        font-size:58px;
    }

}

@media(max-width:768px){

    .cinema-map-section{

        padding:
            90px
            20px;
    }

    .cinema-map-content h2{

        font-size:40px;

        letter-spacing:-2px;
    }

    .cinema-map-content > p{

        font-size:16px;

        line-height:1.9;
    }

    .cinema-map-item p{

        font-size:18px;
    }

    .map-container{

        height:420px;

        border-radius:24px;
    }

}/* End custom CSS */