/*   **********    SETUP OF DOCUMENT     **********     */

html {
    font-size:  16px;
}

body {
    background-color: #e4002b;
    overflow: hidden;
    margin: 0;
}

/*   **********    MAIN & SECTION ELEMENTS     **********     */
main{
    position: relative;
    width: 42rem;
    height: 37.5rem;
    overflow: hidden;
}

section {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/*   **********    SCREEN ELEMENTS     **********     */
#screen1 {
    background-color: #e4002b;
    display: none;
}

#screen2 {
    background-color: #e4002b;
    display: none;
}

#screen3 {
    background-color: #e4002b;
    display: none;
}

.scene-img,
.fx-layer {
    position: absolute;
    opacity: 0;
}

.scene-img {
    left: 50%;
    top: 0% ; 
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
}

#wendy_s {
    width: 26.2rem;
    top: 50%;
}

#page3 {
    width: 28.3rem;
    top: 50%;
}

#pretze_heading {
    width: 39rem;
    top: 30%;
    z-index: 2;
}

#IMAGEOFCOMBO {
    width: 28.6rem;
    left: 50%;
    top: 75%;
    z-index: 1;
}

#PRICE-TAG {
    width: 11.9rem;
    left: 20%;
    top: 78%;
    z-index: 2;
}

#_13\.99 {
    width: 7.6rem;
    left: 20%;
    top: 78%;
    z-index: 3;
}

#wendyLogo {
    width: 6.2rem;
    left: 85%;
    top: 13%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

#WENDY {
    width: 10rem;
    left: 20%;
    top: 13%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

#image1 {
    width: 41.9rem;
    left: 0%;
    top: 0%;
    z-index: 1;
}

#image2 {
    width: 42rem;
    left: 0%;
    top: 60%;
    z-index: 1;
}

#line {
    width: 42rem;
    top: 53.8%;
    transform: translate(-50%, -50%) scaleX(0);
    z-index: 2;
}

#salad-2 {
    width: 31.9rem;
    top: 20%;
    z-index: 1;
}

#line2 {
    width: 32.9rem;
    top: 35%;
    transform: translate(-50%, -50%) scaleX(0);
    z-index: 2;
}

#cta-bg,
#cta-burst,
#cta {
    top: 30%;
}

#cta-bg {
    width: 23.8rem;
}

#cta {
    width: 20.2rem;
}

#cta-burst {
    width: 24.4rem;
}

#cta-burst img {
    top: 50%;
    width: 100%;
    display: block;
}

#cta-burst .cta-star,
#cta-burst .cta-dot {
    position: absolute;
    display: block;
}

#cta-burst .cta-star {
    color: #ffd54f;
    font-size: 2rem;
}

#cta-burst .cta-star:nth-of-type(1) { left: 0%; top: 65%; }
#cta-burst .cta-star:nth-of-type(2) { right: 4%; top: 26%; }
#cta-burst .cta-star:nth-of-type(3) { right: 8%; bottom: 22%; }

#cta-burst .cta-dot {
    width: 0.8rem;
    height: 0.8rem;
    background: #fff;
    border-radius: 50%;
}

#cta-burst .cta-dot:nth-of-type(1) { left: 4%; top: 55%; }
#cta-burst .cta-dot:nth-of-type(2) { left: 10%; top: 28%; }
#cta-burst .cta-dot:nth-of-type(3) { right: 8%; top: 48%; }
#cta-burst .cta-dot:nth-of-type(4) { right: 14%; top: 70%; }

.fx-layer {
    inset: 0;
}

.fx-layer span {
    position: absolute;
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.fx-layer span:nth-child(1) { left: -8rem; top: -8rem; }
.fx-layer span:nth-child(2) { right: -9rem; top: 2rem; }
.fx-layer span:nth-child(3) { left: 50%; top: 58%; transform: translateX(-50%); }
