:root {
    --soft-red: hsl(7, 99%, 70%);
    --yellow: hsl(51, 100%, 49%);
    --dark-desaturated-cyan: hsl(167, 40%, 24%);
    --dark-blue: hsl(198, 62%, 26%);
    --dark-moderate-cyan: hsl(168, 34%, 41%);
    --deep-dark-blue: hsl(212, 27%, 19%);
    --deep-dark-grayish-blue: hsl(213, 9%, 39%);
    --dark-grayish-blue: hsl(232, 10%, 55%);
    --grayish-blue: hsl(210, 4%, 67%);
    --white: hsl(0, 0%, 100%);
    --light: #F2F2F2:
}

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

html {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-family: 'Fraunces', serif;
    /* font-family: 'Josefin Sans', sans-serif; */
    font-size: 100%;
}

body {
    display: flex;
    flex-direction: column;
    max-width: 1440px;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.header {
    background-image: url(./asserts/images/mobile/image-header.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 30rem;
    position: relative;
    width: 100%;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
}

.nav-menu {
    display: none
}

.nav-logo {
    font-weight: bold;
    color: var(--white);
}

.header-text-arr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-text-cont {
    font-weight: 900;
    font-family: "fraunces", serif;
    text-transform: uppercase;
    color: var(--white);
    letter-spacing: 0.4rem;
    text-align: center;
    line-height: 3.5rem;
    margin-bottom: 3rem;
}

.egg {
    background-image: url("./asserts/images/mobile/image-transform.jpg");
    height: 312px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.transform {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.transform_topic {
    font-family: "Fraunces";
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 39px;
    width: 280px;
    text-align: center;
    color: #24303E;
    margin-top: 3rem;
}

.transform_message {
    font-family: "Barlow Semi Condensed";
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.128571px;
    color: #808397;
    left: 15px;
    margin-top: 1.5rem;
    width: 370px;
}

.learn_more {
    font-family: "Fraunces";
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 25px;
    /* identical to box height, or 167% */
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #24303E;
    margin-top: 1.5rem;
    border: none;
    text-decoration: none;
    background: none;
    text-transform: uppercase;
}

.line {
    background-color: #FAD400;
    width: 8rem;
    height: .4rem;
    position: absolute;
    margin-left: -7px;
    margin-top: -9px;
    border-radius: 4px;
    mix-blend-mode: normal;
    opacity: 0.25;
}

.line1 {
    background-color: var(--soft-red);
    width: 8rem;
    height: .4rem;
    position: absolute;
    margin-left: -7px;
    margin-top: -9px;
    border-radius: 4px;
    mix-blend-mode: normal;
    opacity: 0.25;
}

.cup_image {
    background-image: url(./asserts/images/mobile/image-stand-out.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 19.5rem;
    margin-top: 3rem;
    width: 100%
}

.stand_out {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.stand_topic {
    font-family: "Fraunces";
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 39px;
    width: 280px;
    text-align: center;
    color: #24303E;
    margin-top: 3rem;
}

.stand_message {
    font-family: "Barlow Semi Condensed";
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.128571px;
    color: #808397;
    left: 15px;
    margin-top: 1.5rem;
    width: 370px;
}

.graphic-design {
    background-image: url(./asserts/images/mobile/image-graphic-design.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    width: 100%
}

.graphic_design_topic,
.photography_topic {
    position: absolute;
    margin-top: 120px;
    width: 435px;
    text-align: center;
    font-family: "Fraunces";
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 35px;
    /* identical to box height */
    text-align: center;
    letter-spacing: -0.2px;
    color: #24554A;
}

.graphic_deign_message,
.photography_message {
    font-family: "Barlow Semi Condensed";
    position: absolute;
    margin-top: 390px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    /* or 169% */
    text-align: center;
    letter-spacing: -0.114286px;
    color: #24554A;
    width: 370px;
    margin-bottom: 100px;
}

.photography {
    background-image: url(./asserts/images/mobile/image-photography.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.client {
    font-family: "Fraunces";
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 4px;
    color: #A7AAAD;
    margin-top: 3rem;
}

.picture {
    border-radius: 100px;
    margin-top: 5rem;
    width: 6rem
}

.bio {
    font-family: "Barlow Semi Condensed";
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
    /* or 178% */
    text-align: center;
    letter-spacing: -0.128571px;
    color: #5B636D;
    margin-top: 2rem;
    margin-left: 3rem;
    margin-right: 3rem;
}

.name {
    font-family: "Fraunces";
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.128571px;
    color: #24303E;
    margin-top: 2rem;
}

.job {
    font-family: "Barlow Semi Condensed";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    /* identical to box height, or 179% */
    text-align: center;
    letter-spacing: -0.1px;
    color: #A7AAAD;
    margin-top: .5rem;
}

.container {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr 1fr;
    margin-top: 8rem;
}

.bottle {
    background-image: url(./asserts/images/mobile/image-gallery-milkbottles.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 188px;
}

.orange {
    background-image: url(./asserts/images/mobile/image-gallery-orange.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 188px;
}

.cone {
    background-image: url(./asserts/images/mobile/image-gallery-cone.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 188px;
}

.sugar {
    background-image: url(./asserts/images/mobile/image-gallery-sugar-cubes.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 188px;
}

.footer {
    background-color: #90D4C6;
    text-align: center;
}

.footer_topic {
    padding-top: 3rem;
    font-weight: bolder;
    color: #2C7566;
    text-align: center;
    font-family: "Barlow Semi Condensed";
}

.quick_links {
    display: flex;
    justify-content: space-around;
    color: #458D7E;
    font-family: "Barlow Semi Condensed";
    margin-top: 3rem;
}

.icons {
    display: flex;
    justify-content: space-evenly;
    margin-top: 6rem;
    margin-left: 25%;
    margin-right: 25%;
    padding-bottom: 3rem;
}

@media screen and (min-width: 671px) {
    .header {
        background-image: url(./asserts/images/desktop/image-header.jpg);
        height: 35rem;
    }
    .header-text-cont {
        margin-bottom: 1rem;
    }
    /* .header-text-arr {} */
    .egg-transform {
        display: flex;
    }
    .egg {
        background-image: url(./asserts/images/desktop/image-transform.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 30rem;
        width: 50%;
        order: 1;
    }
    .transform {
        display: flex;
        width: 50%;
    }
    .transform_topic {
        display: flex;
        font-family: "Fraunces";
        font-style: normal;
        font-weight: 900;
        font-size: 32px;
        color: #24303E;
        width: 50%;
    }
    .transform_message {
        font-family: "Barlow Semi Condensed";
        font-weight: 600;
        font-size: 21px;
        letter-spacing: -0.128571px;
        color: #808397;
        left: 15px;
        margin-top: 1.5rem;
        width: 370px;
    }
    .cup-stand {
        display: flex;
        margin-top: -3rem;
    }
    .cup_image {
        background-image: url(./asserts/images/desktop/image-stand-out.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 30rem;
        width: 50%;
    }
    .stand_out {
        width: 50%;
    }
    .creative {
        display: flex;
    }
    .graphic-design {
        background-image: url(./asserts/images/desktop/image-graphic-design.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 30rem;
        width: 50%;
        margin-top: -3rem;
    }
    .photography {
        background-image: url(./asserts/images/desktop/image-photography.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 30rem;
        width: 50%;
        margin-top: -3rem;
    }
    .client {
        margin-top: 8rem;
    }
    .clients {
        display: flex;
        margin-left: 6rem;
        margin-right: 6rem;
    }
    .container {
        display: flex;
        margin-top: 8rem;
    }
    .bottle {
        background-image: url(./asserts/images/desktop/image-gallery-milkbottles.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 360px;
        width: 25%;
    }
    .orange {
        background-image: url(./asserts/images/desktop/image-gallery-orange.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 360px;
        width: 25%;
    }
    .cone {
        background-image: url(./asserts/images/desktop/image-gallery-cone.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 360px;
        width: 25%;
    }
    .sugar {
        background-image: url(./asserts/images/desktop/image-gallery-sugarcubes.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 360px;
        width: 25%;
    }
    .quick_links {
        display: flex;
        justify-content: space-around;
        color: #458D7E;
        font-family: "Barlow Semi Condensed";
        margin-top: 3rem;
        margin-left: 38%;
        margin-right: 38%;
    }
    .icons {
        display: flex;
        justify-content: space-evenly;
        margin-top: 6rem;
        margin-left: 38%;
        margin-right: 38%;
        padding-bottom: 3rem;
    }
}