/* Start custom CSS for html, class: .elementor-element-16507ea *//* =========================================
RULE 114 HERO
========================================= */

.ph-rule-hero{

    padding:140px 50px 90px;

    background:
        radial-gradient(circle at 82% 20%, rgba(145,110,255,.18), transparent 42%),
        linear-gradient(135deg,#040406 0%,#170B27 45%,#36125C 100%);

}

.ph-rule-container{

    max-width:1450px;
    margin:auto;

    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:70px;
    align-items:center;

}

.ph-rule-left{

    max-width:720px;

}

/* =========================================
TEXT
========================================= */

.ph-rule-eyebrow{

    color:#D7B6FF;

    text-transform:uppercase;
    letter-spacing:5px;

    font-size:.82rem;
    font-weight:700;

    margin-bottom:28px;

}

.ph-rule-left h1{

    font-family:'Cormorant Garamond',serif;
    font-size:clamp(4rem,6vw,5.6rem);
    line-height:.95;

    color:#FFFFFF;

    font-weight:400;
    margin:0;

}

.ph-rule-left h1 span{

    display:block;
    color:#FFFFFF;

}

.ph-rule-subtitle{

    display:inline-block;

    margin:28px 0;
    padding:14px 28px;

    border-radius:999px;

    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.16);

    color:#FFFFFF;

    letter-spacing:2px;
    text-transform:uppercase;
    font-size:.9rem;

}

.ph-rule-left p{

    color:#FFFFFF;

    font-size:1.15rem;
    line-height:1.9;

    margin-bottom:40px;

}

/* =========================================
HIGHLIGHTS
========================================= */

.ph-rule-highlights{

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

    gap:18px;
    margin-bottom:42px;

}

.ph-rule-item{

    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.14);

    border-radius:18px;
    padding:22px;

    text-align:center;

    backdrop-filter:blur(10px);

}

.ph-rule-item strong{

    display:block;

    color:#CFA8FF;

    font-family:'Cormorant Garamond',serif;
    font-size:2rem;
    font-weight:500;

    margin-bottom:6px;

}

.ph-rule-item span{

    color:#FFFFFF;
    font-size:.95rem;

}

/* =========================================
BUTTONS
========================================= */

.ph-rule-buttons{

    display:flex;
    gap:18px;
    flex-wrap:wrap;

}

.ph-rule-buttons a{

    padding:16px 34px;

    border-radius:999px;

    text-decoration:none;
    font-weight:600;

    transition:all .35s ease;

}

.ph-rule-buttons a:first-child{

    background:#111111;
    color:#FFFFFF;

    border:2px solid #111111;

}

.ph-rule-buttons a:first-child:hover{

    background:#5B2E91;
    border-color:#5B2E91;

}

.ph-rule-buttons a:last-child{

    background:#FFFFFF;
    color:#111111;

    border:2px solid #FFFFFF;

}

.ph-rule-buttons a:last-child:hover{

    background:#5B2E91;
    border-color:#5B2E91;
    color:#FFFFFF;

}

/* =========================================
IMAGE
========================================= */

.ph-rule-right img{

    width:100%;
    display:block;

    border-radius:22px;

    box-shadow:0 40px 90px rgba(0,0,0,.45);

}

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

@media(max-width:1100px){

.ph-rule-container{

    grid-template-columns:1fr;
    text-align:center;

}

.ph-rule-left{

    margin:auto;

}

.ph-rule-highlights{

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

}

.ph-rule-buttons{

    justify-content:center;

}

}

@media(max-width:768px){

.ph-rule-hero{

    padding:100px 25px 70px;

}

.ph-rule-left h1{

    font-size:3.6rem;

}

.ph-rule-highlights{

    grid-template-columns:1fr;

}

}/* End custom CSS */