.bird-red {
    --bg-color-body: #ff0a0f;
    display: flex;
    align-items: center;
}

.bird-red>.tail {
    margin-top: 75px;
    height: 70px;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.bird-red>.tail>.top,
.bird-red>.tail>.middle,
.bird-red>.tail>.down {
    background-color: #000;
}

.bird-red>.tail>.top {
    width: 20px;
    height: 30px;
    transform: rotate(-25deg);
    clip-path: polygon(0 0, 100% 1%, 90% 100%, 9% 100%);
    border-radius: 5px;
    margin-right: -15px;
}

.bird-red>.tail>.middle {
    margin-top: -5px;
    margin-right: -15px;
    width: 50px;
    height: 20px;
    transform: rotate(5deg);
    border-radius: 8px 5px;
    clip-path: polygon(0 0, 100% 11%, 100% 89%, 0 100%);
}

.bird-red>.tail>.down {
    margin-right: -10px;
    margin-top: 2px;
    width: 25px;
    height: 15px;
    transform: rotate(-30deg);
    border-radius: 8px 5px;
    clip-path: polygon(0 0, 100% 11%, 100% 89%, 0 100%);
}

.bird-red>.bird {
    width: 265px;
}

.bird-red>.bird>.hair {
    width: 100%;
    height: 15px;
    display: flex;
    justify-content: center;
}

.bird-red>.bird>.hair>.left,
.bird-red>.bird>.hair>.right {
    background-color: var(--bg-color-body);
    border: 3px solid #000;
    z-index: -1;
}

.bird-red>.bird>.hair>.left {
    height: 25px;
    width: 60px;
    border-radius: 50% / 20px;
    transform: rotate(15deg);
}

.bird-red>.bird>.hair>.right {
    height: 40px;
    width: 80px;
    border-radius: 50% / 20px;
    transform: rotate(37deg);
    margin-left: -40px;
    z-index: -2;
}

.bird-red>.bird>.body {
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 50%, rgba(255, 10, 15, 1) 50%);
    background-position: 0px 140px;
    background-color: var(--bg-color-body);
    background-repeat: no-repeat;
    height: 265px;
    width: 100%;
    border-radius: 50%;
    border: 5px solid #000;
    display: flex;
    align-items: center;
}

.bird-red>.bird>.body>.face {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
}

.bird-red>.bird>.body>.face>.eyebrows {
    width: 80%;
    display: flex;
    flex-direction: row;
    z-index: 2;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 50%, transparent 50%);
}

.bird-red>.bird>.body>.face>.eyebrows>.eyebrow {
    width: 50%;
    height: 38px;
    background-color: #000;
    --deg-eyebrow: 4deg;
}

.bird-red>.bird>.body>.face>.eyebrows>.eyebrow:nth-of-type(1) {
    transform: skewy(var(--deg-eyebrow));
}

.bird-red>.bird>.body>.face>.eyebrows>.eyebrow:nth-of-type(2) {
    transform: skewy(calc(var(--deg-eyebrow)*-1));
}

.bird-red>.bird>.body>.face>.eyes {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -35px;
    z-index: 1;
}

.bird-red>.bird>.body>.face>.eyes>.eye {
    background-color: #fff;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 2px solid #000;
    display: flex;
    align-items: center;
}

.bird-red>.bird>.body>.face>.eyes>.eye>span {
    height: 25px;
    width: 25px;
    background-color: #000;
    border-radius: 50%;
}

.bird-red>.bird>.body>.face>.eyes>.eye:nth-of-type(1) {
    justify-content: flex-end;
}

.bird-red>.bird>.body>.face>.eyes>.eye:nth-of-type(1)>span {
    margin-right: 15px;
}

.bird-red>.bird>.body>.face>.eyes>.eye:nth-of-type(2) {
    justify-content: flex-start;
}

.bird-red>.bird>.body>.face>.eyes>.eye:nth-of-type(2)>span {
    margin-left: 15px;
}

.bird-red>.bird>.body>.face>.mouth {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -38px;
    z-index: 1;
}

.bird-red>.bird>.body>.face>.mouth>div {
    --bg-color-mouth: #f1a626;
}

.bird-red>.bird>.body>.face>.mouth>.top {
    width: 128px;
    height: 52px;
    overflow: hidden;
}

.bird-red>.bird>.body>.face>.mouth>.top>.left,
.bird-red>.bird>.body>.face>.mouth>.top>.center {
    box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 1);
}

.bird-red>.bird>.body>.face>.mouth>.top>.left {
    width: 88px;
    height: 154px;
    background-color: var(--bg-color-mouth);
    border-radius: 50%;
    transform: skewX(-10deg);
    margin-top: 5px;
}

.bird-red>.bird>.body>.face>.mouth>.top>.center {
    width: 88px;
    height: 154px;
    background-color: var(--bg-color-mouth);
    border-radius: 50%;
    margin-left: 20px;
    margin-top: -155px;
}

.bird-red>.bird>.body>.face>.mouth>.top>.right {
    width: 88px;
    height: 154px;
    background-color: var(--bg-color-mouth);
    border-radius: 50%;
    margin-left: 40px;
    margin-top: -153px;
    transform: skewX(10deg);
    box-shadow: inset -1px 0px 0px 0px rgba(0, 0, 0, 1);
}

.bird-red>.bird>.body>.face>.mouth>.top>.top-cut {
    position: relative;
    width: 154px;
    height: 88px;
    background-color: var(--bg-color-body);
    border-radius: 50%;
    margin-left: -13px;
    margin-top: -120px;
    /* box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 1); */
}

.bird-red>.bird>.body>.face>.mouth>.down {
    width: 128px;
    height: 60px;
    background-color: #000;
    clip-path: polygon(0 0, 100% 0, 58% 100%, 40% 100%);
    margin-top: -15px;
    margin-left: 2px;
    border-radius: 50%;
}

.bird-red>.bird>.body>.face>.mouth>.down::after {
    content: '';
    display: block;
    width: 122px;
    height: 58px;
    background-color: var(--bg-color-mouth);
    clip-path: polygon(0 0, 100% 0, 58% 100%, 40% 100%);
    margin-top: 1px;
    margin-left: 3px;
    border-radius: 50%;
}

.bird-red>.bird>.body>.face>.mouth>.chin {
    width: 28px;
    height: 30px;
    background-color: var(--bg-color-mouth);
    margin-top: -23px;
    margin-left: -1px;
    z-index: 1;
    border-radius: 0 0 50% 50%;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 1);
}