* {
    color: white;
}

body {
    direction: rtl;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    background: #eee;
}

.section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 50px 0;
    box-sizing: border-box;
}

.section:last-child {
    border-bottom: none;
}

.pillow {
    width: 100%;
    padding: .5em 1em;
    background: linear-gradient(to right, transparent 0, #fff3 40%, #fff3 60%, transparent 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans Hebrew Condensed', sans-serif;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
}

.bar {
    height: 10px;
    width: 100%;
    background: #eee;
    position: absolute;
    z-index: 10;
}

.bar.top {
    top: 0;
}

.bar.bottom {
    bottom: 0;
}

.trapezoid {
    width: 640px;
    position: absolute;
}

.trapezoid.text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans Hebrew Condensed', sans-serif;
    font-weight: bold;
    font-size: 35px;
}

.trapezoid::before,
.trapezoid::after {
    content: '';
    position: absolute;
}

.trapezoid.top {
    border-radius: 0 0 16px 16px;
    top: 0;
}

.trapezoid.bottom {
    border-radius: 16px 16px 0 0;
    bottom: 0;
}

.trapezoid.top::before,
.trapezoid.top::after {
    border-top-style: solid;
    top: 0;
}

.trapezoid.bottom::before,
.trapezoid.bottom::after {
    border-bottom-style: solid;
    bottom: 0;
}

.trapezoid.red {
    background: #f03;
    height: 100px;
}

.trapezoid.red::before {
    border-left: 20px solid transparent;
    left: -20px;
}

.trapezoid.red::after {
    border-right: 20px solid transparent;
    left: 640px;
}

.trapezoid.top.red::before,
.trapezoid.top.red::after {
    border-top-width: 84px;
    border-top-color: #f03;
}

.trapezoid.bottom.red::before,
.trapezoid.bottom.red::after {
    border-bottom-width: 84px;
    border-bottom-color: #f03;
}




.trapezoid.white {
    height: 30px;
    background: #eee;
}

.trapezoid.top.white {
    top: 10px;
}

.trapezoid.bottom.white {
    bottom: 10px;
}

.trapezoid.white::before {
    border-left: 4px solid transparent;
    left: -4px;
}

.trapezoid.white::after {
    border-right: 4px solid transparent;
    left: 640px;
}

.trapezoid.top.white::before,
.trapezoid.top.white::after {
    border-top-width: 16px;
    border-top-color: #eee;
}

.trapezoid.bottom.white::before,
.trapezoid.bottom.white::after {
    border-bottom-width: 16px;
    border-bottom-color: #eee;
}

.shadow {
    filter: blur(35px);
    position: absolute;
    height: 30px;
    background: #000;
    width: 540px;
    border-radius: 180px;
}

.shadow.top {
    top: -50px;
}

.shadow.red.top {
    top: 70px;
}

.shadow.red.bottom {
    bottom: 70px;
}

.shadow.white.top {
    top: 5px;
}

.shadow.white.bottom {
    bottom: 5px;
}

@media all and (max-width: 1690px) { }

@media all and (max-width: 1280px) {
    .bar {
        height: 6px;
    }

    .pillow {
        font-size: 32px;
    }
    
    .trapezoid {
        width: 450px;
    }

    .trapezoid.text {
        font-size: 26px;
    }

    .trapezoid.red {
        height: 70px;
    }

    .trapezoid.top.red::before,
    .trapezoid.top.red::after {
        border-top-width: 60px;
    }

    .trapezoid.bottom.red::before,
    .trapezoid.bottom.red::after {
        border-bottom-width: 60px;
    }

    .trapezoid.red::before {
        border-left: 16px solid transparent;
        left: -15px;
    }
    
    .trapezoid.red::after {
        border-right: 16px solid transparent;
        left: 449px;
    }

    .trapezoid.white {
        height: 30px;
    }

    .trapezoid.top.white {
        top: 6px;
    }
    
    .trapezoid.bottom.white {
        bottom: 6px;
    }
    
    .trapezoid.white::before {
        border-left: 3px solid transparent;
        left: -3px;
    }
    
    .trapezoid.white::after {
        border-right: 3px solid transparent;
        left: 450px;
    }
    
    .trapezoid.top.white::before,
    .trapezoid.top.white::after {
        border-top-width: 16px;
    }
    
    .trapezoid.bottom.white::before,
    .trapezoid.bottom.white::after {
        border-bottom-width: 16px;
    }

    .shadow {
        width: 350px;
    }

    .shadow.top {
        top: -45px;
    }

    .shadow.white {
        filter: blur(20px);
        height: 20px;
    }

    .shadow.red {
        filter: blur(30px);
        height: 70px;
    }

    .shadow.red.top {
        top: -15px;
    }

    .shadow.red.bottom {
        bottom: -15px;
    }

    .shadow.white.top {
        top: 10px;
    }

    .shadow.white.bottom {
        bottom: 10px;
    }
}

@media all and (max-width: 980px) { }

@media all and (max-width: 736px) {
    .bar {
        height: 4px;
    }

    .pillow {
        font-size: 24px;
    }

    .trapezoid {
        width: 350px;
    }

    .trapezoid.text {
        font-size: 20px;
    }

    .trapezoid.red {
        height: 50px;
    }

    .trapezoid.top.red::before,
    .trapezoid.top.red::after {
        border-top-width: 40px;
    }

    .trapezoid.bottom.red::before,
    .trapezoid.bottom.red::after {
        border-bottom-width: 40px;
    }

    .trapezoid.red::before {
        border-left: 16px solid transparent;
        left: -15px;
    }
    
    .trapezoid.red::after {
        border-right: 16px solid transparent;
        left: 349px;
    }

    .trapezoid.white {
        height: 20px;
    }

    .trapezoid.top.white {
        top: 4px;
    }
    
    .trapezoid.bottom.white {
        bottom: 4px;
    }
    
    .trapezoid.white::before {
        border-left: 3px solid transparent;
        left: -2px;
    }
    
    .trapezoid.white::after {
        border-right: 3px solid transparent;
        left: 349px;
    }
    
    .trapezoid.top.white::before,
    .trapezoid.top.white::after {
        border-top-width: 10px;
    }
    
    .trapezoid.bottom.white::before,
    .trapezoid.bottom.white::after {
        border-bottom-width: 10px;
    }

    .shadow{
        width: 350px;
    }

    .shadow.top {
        top: -40px;
    }

    .shadow.white {
        filter: blur(15px);
        height: 20px;
    }

    .shadow.red {
        filter: blur(20px);
        height: 40px;
    }

    .shadow.red.top {
        top: -5px;
    }

    .shadow.red.bottom {
        bottom: -5px;
    }

    .shadow.white.top {
        top: -5px;
    }

    .shadow.white.bottom {
        bottom: -5px;
    }
}

@media all and (max-width: 480px) {
    .trapezoid {
        width: 250px;
    }

    .trapezoid.text {
        font-size: 14px;
    }

    .trapezoid.red {
        height: 40px;
    }

    .trapezoid.top.red::before,
    .trapezoid.top.red::after {
        border-top-width: 30px;
    }

    .trapezoid.bottom.red::before,
    .trapezoid.bottom.red::after {
        border-bottom-width: 30px;
    }

    .trapezoid.red::before {
        border-left: 16px solid transparent;
        left: -15px;
    }
    
    .trapezoid.red::after {
        border-right: 16px solid transparent;
        left: 249px;
    }

    .trapezoid.white {
        height: 20px;
    }

    .trapezoid.top.white {
        top: 4px;
    }
    
    .trapezoid.bottom.white {
        bottom: 4px;
    }
    
    .trapezoid.white::before {
        border-left: 3px solid transparent;
        left: -2px;
    }
    
    .trapezoid.white::after {
        border-right: 3px solid transparent;
        left: 249px;
    }
    
    .trapezoid.top.white::before,
    .trapezoid.top.white::after {
        border-top-width: 10px;
    }
    
    .trapezoid.bottom.white::before,
    .trapezoid.bottom.white::after {
        border-bottom-width: 10px;
    }

    .shadow {
        filter: blur(20px);
        height: 20px;
        width: 250px;
    }
}