@font-face {
    font-family: "Romestone";
    src: url("fonts/Romestone.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Romestone";
    src: url("fonts/Romestone Italic.otf") format("opentype");
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: "DELIRIUM NCV";
    src: url("fonts/DELIRIUM NCV.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Oswald";
    src: url("fonts/oswald-v57-latin-regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Playfair Display";
    src: url("fonts/playfair-display-v40-latin-regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Playfair Display";
    src: url("fonts/playfair-display-v40-latin-italic.woff2") format("woff2");
    font-style: italic;
    font-weight: 400;
}


/* reset */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #d8d8d8;
    color: #3a3436;
    padding: 20px 0;
}


/* poster */

.poster {
    position: relative;
    width: 575px;
    height: 864px;
    margin: 0 auto;
    background-color: #ebebed;
    overflow: hidden;
}


/* title */

.poster-header {
    position: absolute;
    left: 28px;
    top: 28px;
    width: 393px;
    height: 108px;
    border-bottom: 1px solid #9a9799;
}

.poster-title {
    position: absolute;
    left: 0;
    top: -4px;
    width: 505px;
    height: 121px;

    font-family: "Romestone", sans-serif;
    font-size: 96px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.96px;

    white-space: nowrap;
    text-transform: uppercase;
}


/* goods */

.goods {
    position: absolute;
    left: 28px;
    top: 136px;
    width: 384px;
    height: 136px;
    border-bottom: 1px solid #9a9799;
}

.goods-title {
    position: absolute;
    left: 0;
    top: 16px;
    width: 243px;
    height: 122px;

    font-family: "Romestone", sans-serif;
    font-size: 46.194px;
    font-weight: 400;
    line-height: 0.89;
    letter-spacing: 0.462px;

    text-transform: uppercase;
}

.goods-images {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 120px;
}

/* food positions */

.food-item {
    position: absolute;
    width: 42px;
    height: 42px;
}

/* Figs */
.food-item-1 {
    left: 185px;
    top: 19px;
}

/* Salmon */
.food-item-2 {
    left: 261px;
    top: 19px;
}

/* Eggs */
.food-item-3 {
    left: 185px;
    top: 68px;
}

/* Avocado */
.food-item-4 {
    left: 261px;
    top: 68px;
}

.food-circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;

    background-color: #eddf00;
    border-radius: 50%;
    z-index: 1;
}

.food-image {
    position: absolute;
    display: block;
    object-fit: contain;
    filter: grayscale(100%);
    z-index: 2;
}

/* Figs */
.food-image-1 {
    left: -24px;
    top: 1px;
    width: 53px;
    height: 43px;
}

/* Salmon */
.food-image-2 {
    left: -31px;
    top: 1px;
    width: 69px;
    height: 42px;
}

/* Eggs */
.food-image-3 {
    left: -24px;
    top: -2px;
    width: 58px;
    height: 49px;
}

/* Avocado */
.food-image-4 {
    left: -31px;
    top: 4px;
    width: 64px;
    height: 37px;
}

.goods-list {
    position: absolute;
    left: 312px;
    top: 11px;
    width: 80px;
    height: 75px;

    padding-left: 22px;

    font-family: "Oswald", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.15px;
}


/* steps */

.steps {
    position: absolute;
    left: 0;
    top: 0;
    width: 575px;
    height: 272px;
}

.steps-title {
    position: absolute;
    left: 436px;
    top: 150px;
    width: 126px;
    height: 100px;

    color: #eddf00;

    font-family: "DELIRIUM NCV", sans-serif;
    font-size: 98.285px;
    font-weight: 400;
    line-height: 1.053;
    letter-spacing: 0.983px;

    transform: rotate(-90deg);
    transform-origin: left top;

    text-transform: uppercase;
    z-index: 5;
}

.steps-number {
    position: absolute;
    left: 436px;
    top: 244px;
    width: 126px;
    height: 100px;

    font-family: "DELIRIUM NCV", sans-serif;
    font-size: 98.285px;
    font-weight: 400;
    line-height: 1.053;
    letter-spacing: 0.983px;

    transform: rotate(-90deg);
    transform-origin: left top;

    z-index: 5;
}

.steps-description {
    position: absolute;
    left: 525px;
    top: 241px;
    width: 228px;
    height: 42px;

    font-family: "Playfair Display", serif;
    font-size: 10.342px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.103px;

    transform: rotate(-90deg);
    transform-origin: left top;

    z-index: 4;
}


/* hot spots */

.hot-spots {
    position: absolute;
    left: 28px;
    top: 272px;
    width: 219px;
    height: 152px;

    border-top: 1px solid #9a9799;
    border-bottom: 1px solid #9a9799;
}

.hot-spots-chart {
    position: absolute;
    left: 0;
    top: 17px;
    width: 219px;
    height: 70px;
}

.bar-item {
    position: absolute;
    top: 0;
    width: 14px;
    height: 70px;
}

.bar-item-jacobs {
    left: 17px;
}

.bar-item-soda {
    left: 55px;
}

.bar-item-dwinelle {
    left: 92px;
}

.bar-item-cheit {
    left: 129px;
}

.bar-item-mlk {
    left: 165px;
}

.bar-item-kresge {
    left: 201px;
}

.bar {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #eddf00;
}

.bar-jacobs {
    width: 12px;
    height: 69px;
}

.bar-soda {
    width: 12px;
    height: 61px;
}

.bar-dwinelle {
    width: 13px;
    height: 29px;
}

.bar-cheit {
    width: 12px;
    height: 13px;
}

.bar-mlk {
    width: 12px;
    height: 21px;
}

.bar-kresge {
    width: 12px;
    height: 9px;
}

.bar-label {
    position: absolute;
    left: -16px;
    top: 69px;

    width: 61.5px;
    height: 13.667px;

    font-family: "Oswald", sans-serif;
    font-size: 11.711px;
    font-weight: 400;
    line-height: 1.053;
    letter-spacing: 0.117px;

    white-space: nowrap;

    transform: rotate(-90deg);
    transform-origin: left top;
}

.hot-spots-title {
    position: absolute;
    left: 0;
    top: 100px;
    width: 171px;
    height: 38px;

    font-family: "Romestone", sans-serif;
    font-size: 32.563px;
    font-weight: 400;
    line-height: 0.89;
    letter-spacing: 0.326px;

    text-transform: uppercase;
}

.hot-spots-description {
    position: absolute;
    left: 98px;
    top: 105px;
    width: 122px;
    height: 42px;

    font-family: "Playfair Display", serif;
    font-size: 10.342px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.103px;
}


/* playlists */

.playlists {
    position: absolute;
    left: 273px;
    top: 272px;
    width: 278px;
    height: 199px;

    border-top: 1px solid #9a9799;
    border-bottom: 1px solid #9a9799;
}

.playlists-title {
    position: absolute;
    left: 0;
    top: 13px;
    width: 171px;
    height: 75px;

    font-family: "Romestone", sans-serif;
    font-size: 32.563px;
    font-weight: 400;
    line-height: 0.89;
    letter-spacing: 0.326px;

    text-transform: uppercase;
}

.playlist-list {
    position: absolute;
    left: -5px;
    top: 90px;
    width: 118px;
    height: 75px;

    padding-left: 15.5px;

    font-family: "Oswald", sans-serif;
    font-size: 10.342px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.103px;
}

.playlist-chart {
    position: absolute;
    left: 96px;
    top: 12px;
    width: 170.136px;
    height: 174px;

    overflow: visible;
}

.playlist-chart-image {
    position: absolute;
    left: 0;
    top: 0;

    width: 170.136px;
    height: 174px;

    object-fit: contain;
    display: block;
    z-index: 1;
}

.playlist-number {
    position: absolute;
    z-index: 3;

    font-family: "DELIRIUM NCV", sans-serif;
    font-weight: 400;
    line-height: 0.89;
}

.playlist-number-1 {
    left: 121px;
    top: 101.5px;
    font-size: 43px;
}

.playlist-number-2 {
    left: 37px;
    top: 105.6px;
    font-size: 37px;
}

.playlist-number-3 {
    left: 40.4px;
    top: 40.4px;
    font-size: 30px;
}

.playlist-number-4 {
    left: 83.9px;
    top: 23.8px;
    font-size: 27px;
}

.playlist-number-5 {
    left: 121.2px;
    top: 34.2px;
    font-size: 23px;
}

.playlists-description {
    position: absolute;
    left: 0;
    top: 169px;
    width: 241px;
    height: 18px;

    font-family: "Playfair Display", serif;
    font-size: 10.342px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.103px;
}


/* transportation */

.transportation {
    position: absolute;
    left: 28px;
    top: 424px;
    width: 219px;
    height: 190px;

    border-bottom: 1px solid #9a9799;
}

.transport-list {
    position: absolute;
    left: 0;
    top: 16px;
    width: 219px;
    height: 145px;
}

.transport-item {
    position: absolute;
    left: 0;
    width: 219px;
    height: 31px;
}

/* Four rows */
.transport-bus {
    top: 17px;
}

.transport-scooter {
    top: 51px;
}

.transport-foot {
    top: 85px;
}

.transport-car {
    top: 119px;
}

/* Transport words */
.transport-label {
    position: absolute;
    left: 0;
    top: 0;

    z-index: 3;

    font-family: "Romestone", sans-serif;
    font-size: 32.563px;
    font-weight: 400;
    line-height: 0.82;
    letter-spacing: 0.326px;

    white-space: nowrap;
    text-transform: uppercase;
}

/* Yellow bars:
   each bar starts AFTER its word, like the teacher reference.
   This prevents SCOOTER and FOOT from being crossed by the bar. */

.transport-bar {
    position: absolute;
    top: 2px;
    height: 28px;

    background-color: #eddf00;
    z-index: 1;
}

.transport-bus .transport-bar {
    left: 29px;
    width: 118px;
}

.transport-scooter .transport-bar {
    left: 57px;
    width: 151px;
}

.transport-foot .transport-bar {
    left: 35px;
    width: 179px;
}

.transport-car .transport-bar {
    left: 29px;
    width: 67px;
}

/* Small gap between CAR and the caption */
.transport-description {
    position: absolute;
    left: -1px;
    top: 164px;
    width: 241px;
    height: 18px;

    font-family: "Playfair Display", serif;
    font-size: 10.342px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.103px;
}


/* restaurants */

.restaurants {
    position: absolute;
    left: 274px;
    top: 486px;
    width: 273px;
    height: 128px;

    border: 1px solid #a5a2a4;
}

.restaurants-title {
    position: absolute;
    left: 9px;
    top: 10px;
    width: 203px;
    height: 41px;

    font-family: "Romestone", sans-serif;
    font-size: 32.563px;
    font-weight: 400;
    line-height: 0.89;
    letter-spacing: 0.326px;

    text-transform: uppercase;
}

.restaurants-description {
    position: absolute;
    left: 141px;
    top: 12px;
    width: 122px;
    height: 42px;

    font-family: "Playfair Display", serif;
    font-size: 10.342px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.103px;
}

.restaurant-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.restaurant {
    position: absolute;
    top: 58px;
    width: 12px;
    height: 63px;
}

/* restaurant positions */
.restaurant-1 { left: 23px; }
.restaurant-2 { left: 55px; }
.restaurant-3 { left: 87px; }
.restaurant-4 { left: 119px; }
.restaurant-5 { left: 151px; }
.restaurant-6 { left: 183px; }
.restaurant-7 { left: 215px; }
.restaurant-8 { left: 247px; }

.restaurant-name {
    position: absolute;
    left: -1px;
    top: 61px;

    width: 68px;
    height: 14px;

    font-family: "Oswald", sans-serif;
    font-size: 11.711px;
    font-weight: 400;
    line-height: 1.053;
    letter-spacing: 0.117px;

    white-space: nowrap;

    transform: rotate(-90deg);
    transform-origin: left top;
}

.restaurant-stars {
    position: absolute;
    left: 7px;
    bottom: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 0;

    color: #eddf00;

    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 0.82;
    letter-spacing: 0;

    white-space: nowrap;
}

.restaurant-stars .star {
    display: block;
    width: 10px;
    height: 10px;
}

/* first one has 4 stars */
.restaurant-1 .restaurant-stars .star:last-child {
    display: none;
}


/* weekly */

.weekly {
    position: absolute;
    left: 28px;
    top: 613px;
    width: 520px;
    height: 120px;

    border-bottom: 1px solid #9a9799;
}

.weekly-title {
    position: absolute;
    left: 2px;
    top: 18px;
    width: 171px;
    height: 38px;

    font-family: "Romestone", sans-serif;
    font-size: 32.563px;
    font-weight: 400;
    line-height: 0.89;
    letter-spacing: 0.326px;

    text-transform: uppercase;
    z-index: 2;
}

.weekly-chart {
    position: absolute;
    left: 0;
    top: 27px;
    width: 520px;
    height: 93px;

    z-index: 1;
}

.weekly-chart-image,
.weekly-chart img {
    display: block;
    width: 520px;
    height: 93px;

    object-fit: fill;
}

.week-days {
    position: absolute;
    left: 2px;
    top: 101px;
    width: 445px;
    height: 18px;

    z-index: 3;
}

.week-day {
    position: absolute;

    font-family: "Playfair Display", serif;
    font-size: 10.342px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.103px;
}

.week-day-m {
    left: 0;
}

.week-day-t {
    left: 121px;
}

.week-day-w {
    left: 225px;
}

.week-day-th {
    left: 329px;
}

.week-day-f {
    left: 425px;
}


/* bottom time */

.schedule {
    position: absolute;
    left: 27px;
    top: 741px;
    width: 534px;
    height: 101px;
}

.wake-time {
    position: absolute;
    left: 0;
    top: 1px;
    width: 179px;

    font-family: "DELIRIUM NCV", sans-serif;
    font-size: 98.285px;
    font-weight: 400;
    line-height: 1.053;
    letter-spacing: 0.983px;

    white-space: nowrap;
}

.sleep-time {
    position: absolute;
    left: 327px;
    top: 0;
    width: 207px;

    font-family: "DELIRIUM NCV", sans-serif;
    font-size: 98.285px;
    font-weight: 400;
    line-height: 1.053;
    letter-spacing: 0.983px;

    white-space: nowrap;
}

.schedule-middle {
    position: absolute;
    left: 178px;
    top: 22px;
    width: 135px;
    height: 50px;
}

.schedule-middle p {
    width: 122px;

    font-family: "Playfair Display", serif;
    font-size: 10.342px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.103px;
}

.schedule-arrow {
    position: absolute;
    left: 0;
    top: 9px;

    width: 135px;
    height: 22px;

    object-fit: contain;
}

.schedule-middle p:last-child {
    margin-top: 21px;
}


/* hide heading */

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}


/* small screen */

@media (max-width: 575px) {
    body {
        padding: 0;
        background-color: #ebebed;
    }
}