:root {
    --default-font: "Roboto";
}

p {
    font-family: var(--default-font);
}


div.banner {
    height: 45vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 2vw;
    margin-bottom: 0;
    padding-bottom: 0;
    z-index: 9999;
}

div.banner-element1 {
    width: 30vw;
    padding: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
}


div.banner-element2 {
    /* border-color: aliceblue;
    border-style: solid; */
    flex: 1;
    padding-top: 1vh;
}

div.banner-greetings {
    width: 60%;
}

div.banner-intro div.banner-outro {
    width: 90%;
}

div.banner-outro {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
}

img.banner-image {
    border-radius: 50%;
    vertical-align: center;
    box-shadow: 0px 0px 20px rgb(212, 173, 252, 0.5);
    max-width: 20vw;
}

p.banner-intro{
    color: white;
    line-height: 3vw;
    font-size: clamp(1rem,3vw + 0.5rem, 3rem);
    margin-bottom: 1vh;
    margin-left:4vw;
}

p.banner-outro {
    color: white;
    font-weight: bold;
    line-height: 0;
    font-size: 4vw;
    text-align: left;
}

p.banner-name {
    color: rgb(229, 124, 35);
    font-size: clamp(2rem,10vw, 15rem);
    font-weight: 900;
    line-height: 6vw;
    margin: 0px;
}
span.banner-outro-1 {
    font-weight: 100;
    font-size: 4vw;
}

span.banner-name-surname {
    color: #FDE07F;
    font-size: 12vw;
    padding-left: 11vw;
}

div.lottie-wrapper {
    position: relative;
    display: flex;
    justify-content: left;
    align-items: start;
    width: 15vw;

}
.lottie-item {
    position: absolute;
    left: 0;
    width: 100%;
    scale: 1.75;
    padding-left: 1vw;
    /* height: 50%; */

}