.elementor-7597 .elementor-element.elementor-element-fd0c850{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-7597 .elementor-element.elementor-element-fd0c850{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-315b385 *//* =========================
   STUDIO DONNA HERO
========================= */

.studio-hero {
    position: relative;
    min-height: 670px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 25% 75%,
            rgba(224, 211, 150, 0.55),
            transparent 38%
        ),
        linear-gradient(
            115deg,
            #e8dfd3 0%,
            #f3efe8 45%,
            #f8f5ed 100%
        );

    padding: 55px 7% 70px;
    box-sizing: border-box;
}

/* =========================
   BLUE BORDER
========================= */

.hero-border {
    position: absolute;
    top: 20px;
    right: 25px;
    width: calc(100% - 650px);
    height: calc(100% - 200px);

    border-top: 9px solid #a7cce9;
    border-right: 9px solid #a7cce9;

    pointer-events: none;
}

/* =========================
   BLUE STAR
========================= */

.hero-star {
    position: absolute;
    top: 0;
    left: 25px;

    font-size: 190px;
    line-height: 1;

    color: #176887;
    -webkit-text-stroke: 2px #111;

    z-index: 3;
}

/* =========================
   TITLE
========================= */

.hero-title {
    position: relative;
    z-index: 5;

    text-align: center;

    white-space: nowrap;

    margin: 5px 0 55px;

    color: #000;
}

.studio-name {
    font-family: "Vivaldi", "Edwardian Script ITC", cursive;
    font-size: 43px;
    font-weight: 400;
    margin-right: 4px;
}

.studio-details {
    font-family: "Agency FB", "Arial Narrow", Arial, sans-serif;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

/* =========================
   CONTENT
========================= */

.hero-content {
    position: relative;
    z-index: 4;

    display: grid;
    grid-template-columns: 52% 48%;
    align-items: center;

    max-width: 1180px;
    margin: 0 auto;
}

/* =========================
   LEFT TEXT
========================= */

.hero-text {
    position: relative;
    z-index: 5;

    max-width: 590px;

    padding: 35px 35px 30px 20px;

    text-align: center;

    font-family: "Agency FB", "Arial Narrow", Arial, sans-serif;

    font-size: 22px;
    line-height: 1.35;

    font-weight: 600;
    color: #050505;
}

.hero-text p {
    margin: 0 0 23px;
}

.hero-text .intro {
    font-size: 25px;
    font-weight: 700;
}

/* =========================
   RIGHT IMAGE
========================= */

.hero-image {
    position: relative;
    z-index: 5;

    width: 100%;
    max-width: 520px;

    margin-left: auto;
}

.hero-image img {
    display: block;

    width: 100%;
    height: 390px;

    object-fit: cover;

    border: 1px solid #111;

    box-sizing: border-box;
}

/* =========================
   GOLD DECORATIVE CIRCLES
========================= */

.gold-circle {
    position: absolute;

    border: 2px solid rgba(201, 190, 92, 0.75);

    border-radius: 50%;

    pointer-events: none;
}

.gold-circle-1 {
    width: 850px;
    height: 850px;

    left: -390px;
    bottom: -520px;

    transform: rotate(-15deg);
}

.gold-circle-2 {
    width: 690px;
    height: 690px;

    left: 230px;
    top: 90px;

    border-color: rgba(211, 202, 106, 0.55);

    transform: rotate(20deg);
}

/* =========================
   RESPONSIVE TABLET
========================= */

@media (max-width: 900px) {

    .studio-hero {
        padding: 45px 5% 55px;
    }

    .hero-star {
        font-size: 130px;
        left: 10px;
    }

    .hero-title {
        margin-bottom: 35px;
    }

    .studio-name {
        font-size: 34px;
    }

    .studio-details {
        font-size: 25px;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .hero-text {
        max-width: 700px;
        margin: 0 auto;
        padding: 20px;
    }

    .hero-image {
        margin: 0 auto;
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

    .studio-hero {
        min-height: auto;
        padding: 35px 20px 45px;
    }

    .hero-border {
        top: 12px;
        right: 12px;

        width: calc(100% - 30px);
        height: calc(100% - 25px);

        border-width: 5px;
    }

    .hero-star {
        position: relative;

        top: auto;
        left: auto;

        text-align: center;

        font-size: 90px;

        margin-bottom: 5px;
    }

    .hero-title {
        white-space: normal;
        margin-bottom: 30px;
    }

    .studio-name {
        display: block;
        font-size: 38px;
        margin-bottom: 3px;
    }

    .studio-details {
        display: block;
        font-size: 22px;
        line-height: 1.1;
    }

    .hero-content {
        gap: 25px;
    }

    .hero-text {
        padding: 10px;

        font-size: 19px;
        line-height: 1.3;
    }

    .hero-text .intro {
        font-size: 21px;
    }

    .hero-image img {
        height: 280px;
    }

    .gold-circle-1 {
        width: 600px;
        height: 600px;

        left: -350px;
        bottom: -350px;
    }

    .gold-circle-2 {
        width: 500px;
        height: 500px;

        left: 100px;
        top: 250px;
    }
}/* End custom CSS */