/* ===========================================
   Pensiunea Andrei - Custom Styles
   =========================================== */

/* ---------- HERO ---------- */

.header{
    position:relative;
}

.header::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to bottom,
        rgba(0,0,0,.15),
        rgba(0,0,0,.25),
        rgba(0,0,0,.38)
    );
    z-index:1;
    pointer-events:none;
}

.header .v-middle,
.header .container,
.header .caption{
    position:relative;
    z-index:2;
}

/* PENSIUNEA ANDREI */

.header .caption h4{
    font-size:22px;
    letter-spacing:8px;
    color:#d6b36a;
    margin-bottom:22px;
    text-transform:uppercase;

    text-shadow:
        0 0 12px rgba(0,0,0,1),
        0 0 24px rgba(0,0,0,.95),
        0 0 45px rgba(0,0,0,.85);
}

/* MOTTO */

.header .caption h1{
    max-width:900px;
    margin:0 auto;
    font-size:72px;
    line-height:1.15;
    font-weight:700;
    color:#fff;

    text-shadow:
        0 0 12px rgba(0,0,0,1),
        0 0 24px rgba(0,0,0,1),
        0 0 48px rgba(0,0,0,.98),
        0 0 90px rgba(0,0,0,.92),
        0 4px 130px rgba(0,0,0,.85);
}

/* Nor discret în spatele motto-ului */

.hero-text{
    position:relative;
    display:inline-block;
}

.hero-text::before{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);

    width:125%;
    height:145%;

    background:rgba(0,0,0,.42);

    filter:blur(70px);

    border-radius:999px;

    z-index:-1;
}

/* DESCRIERE */

.hero-description{
    max-width:720px;
    margin:28px auto;
    font-size:22px;
    line-height:1.8;
    color:#fff;

    text-shadow:
        0 0 10px rgba(0,0,0,1),
        0 0 22px rgba(0,0,0,1),
        0 0 45px rgba(0,0,0,.98),
        0 0 80px rgba(0,0,0,.92),
        0 3px 120px rgba(0,0,0,.85);
}

/* BUTOANE */

.butn-light,
.butn-dark{
    transition:.3s;
}

.butn-light:hover,
.butn-dark:hover{
    transform:translateY(-3px);
}

.butn-light a{
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(8px);
    border:1px solid rgba(255,255,255,.35);
    color:#fff;
}
}

.butn-light.mt-30.mb-30{
    display:flex;
    justify-content:center;
}

/* BOOKING */

.booking-wrapper{
    margin-top:-70px;
    position:relative;
    z-index:20;
}

.booking-inner{
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,.18);
}

.hero-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
}
/* ===========================================
   LEFT MENU
   =========================================== */

.cappa-logo{
    text-align:center;
    margin-top:25px;
    margin-bottom:40px;
}

.cappa-logo .logo-img{
    max-width:250px;
    width:100%;
    height:auto;
    transition:.3s;
}
