:root{
    --Softred: rgb(254, 120, 103); 
    --Yellow: rgb(250, 212, 0);
    --Darkdesaturatedcyangraphicdesigntext: rgb(37, 86, 75); /**/
    --Darkbluephotographytext: rgb(25, 83, 107); /**/
    --Darkmoderatecyanfooter: rgb(69, 140, 126); /**/
    --Verydarkdesaturatedblue: rgb(35, 48, 62); /**/
    --Verydarkgrayishblue: rgb(90, 99, 108); /**/
    --Darkgrayishblue: rgb(129, 132, 152); /**/
    --Grayishblue: rgb(167, 171, 174); /**/
    --White: rgb(255, 255, 255); /**/
    --Backfooter: #90D4C5; /**/
}
html{
    font-size: 62.5%;
    box-sizing: border-box;
}
*,*::before,*::after{
    box-sizing: inherit;
}
body{
    margin: 0;
    padding: 0;
    width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
header{
    width: 100%;
    background-image: url(../images/mobile/image-header.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.navmobile{
    position: relative;
    width: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.navmobile #menuburger{
    cursor: pointer;
}
.triangle{
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    top: 5rem;
    right: 5%;
    border: 2.5rem solid transparent;
    border-right: 2.5rem;
    border-top: 0;
    border-bottom: 5rem solid var(--White);
}
.menu{
    display: none;
    position: absolute;
    width: 90%;
    top: 10rem;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: var(--White);
    padding: 3rem 0;
}
.menudesktop{
    display: none;
}
.menu ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    list-style: none;
    font-family: "Barlow", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--Darkgrayishblue);
    padding: 0;
}
.contact{
    font-family: "Fraunces", serif;
    color: black;
    text-transform: uppercase;
    background-color: var(--Yellow);
    padding: 1.5rem 2rem;
    border-radius: 20rem;
}
.contact:hover{
    opacity: 80%;
}
header h1{
    font-family: "Fraunces", serif;
    font-size: 4.6rem;
    font-weight: 900;
    color: var(--White);
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    text-align: center;
}
header .arrow{
    display: block;
    margin: auto;
    margin-bottom: 12rem;
}
.part1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.part1 h2{
    font-family: "Fraunces", serif;
    font-size: 3.2rem;
    font-weight: 900;
    color: var(--Verydarkdesaturatedblue);
    text-align: center;
    padding: 2rem 2rem 0rem 2rem;
}
.part1 p{
    font-family: "Barlow", sans-serif;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 600;
    color: var(--Darkgrayishblue);
    text-align: center;
    padding: 0 2rem;
}
.part1 .otherh2 ,.part1 .otherp{
    color: var(--Darkdesaturatedcyangraphicdesigntext);
}
.part1 .otherh22, .part1 .otherp2{
color: var(--Darkbluephotographytext);
}
.part1 .link{
    font-family: "Fraunces", serif;
    font-size: 1.8rem;
    font-weight: 900;
    color: black;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    text-align: center;
    padding-bottom: 2rem;
    text-decoration: underline;
    text-decoration-color: var(--Softred);
    text-decoration-thickness: 0.4rem;
}
.part1 .link:hover{
    text-decoration-color: var(--Yellow);
}
.box1 img, .box3 img{
    width: 100%;
}
.box2{
    width: 100%;
    background-color: var(--White);
}
.box5{
    background-image: url(../images/mobile/image-graphic-design.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.box6{
    background-image: url(../images/mobile/image-photography.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.box5 h2, .box6 h2{
    padding-top: 35rem;
}
.box5 p, .box6 p{
    padding-bottom: 5rem;
    margin: 0;
}
.part2, .part2 .client{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.part2 h3{
    font-family: "Fraunces", serif;
    font-size: 2.2rem;
    font-weight: 900;
    padding: 2rem 0 0 0;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    color: var(--Grayishblue);
    text-align: center;
}
.part2 .client{
    padding: 3rem 0;
}
.part2 .client img{
    width: 25%;
    border-radius: 50%;
}
.part2 .client .desc{
    font-family: "Barlow", sans-serif;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 600;
    color: var(--Verydarkgrayishblue);
    text-align: center;
    padding: 0 2rem;
}
.part2 .client .author{
    font-family: "Fraunces", serif;
    font-size: 1.8rem;
    font-weight: 900;
    margin: 0;
    color: var(--Verydarkdesaturatedblue);
    text-align: center;
}
.part2 .client .job{
    font-family: "Barlow", sans-serif;
    font-size: 1.4rem;
    margin: 0.4rem;
    font-weight: 600;
    color: var(--Grayishblue);
    text-align: center;
    padding: 0 2rem;
}
.part3{
    width: 100%;
    height: 50vh;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
}
.part3 .img1{background-image: url(../images/mobile/image-gallery-milkbottles.jpg);}
.part3 .img2{background-image: url(../images/mobile/image-gallery-orange.jpg);}
.part3 .img3{background-image: url(../images/mobile/image-gallery-cone.jpg);}
.part3 .img4{background-image: url(../images/mobile/image-gallery-sugar-cubes.jpg);}
.part3 div{
    background-repeat: no-repeat;
    background-size: 100% 100%
}
footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--Backfooter);
    gap: 5rem;
    padding: 3rem 0;
}
footer .logofooter img{
    width: 100%;
    mix-blend-mode:color-dodge;
}
footer .navfooter{
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
footer .navfooter a{
    font-family: "Barlow", sans-serif;
    font-size: 1.8rem;
    margin: 0.4rem;
    font-weight: 600;
    color: var(--Darkmoderatecyanfooter);
    text-align: center;
    padding: 0 2rem;
}
footer .navfooter a:hover{
    color: var(--White);
}
footer .social{
    width: 40%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

@media (min-width: 768px) {
    header{
        background-image: url(../images/desktop/image-header.jpg);
        background-size: 100% auto;
        gap: 0;
    }
    .navmobile{
        padding: 3rem 4rem;
    }
    .navmobile .logo{
        width: 30%;
    }
    .navmobile .logo img{
        width: 90%;
    }
    .triangle{
        top: 8rem;
    }
    .menu{
        top: 12.5rem;
    }
    .menu ul{
        font-size: 2.2rem;
    }
    header .arrow{
        margin-bottom: 8rem;
    }
    .part1{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto auto;
        gap: 0;
    }
    .part1 h2{
        padding-left: 5rem;
        font-size: 2.8rem;
        text-align: left;
        margin: 0;
    }
    .part1 p{
        padding-left: 5rem;
        text-align: left;
    }
    .part1 .link{
        text-align: left;
    }
    .part1 .box1{
        grid-column: 2/3;
        grid-row: 1/2;
    }
    .part1 .box2{
        grid-column: 1/2;
        grid-row: 1/2;
    }
    .part1 .box3{
        grid-column: 1/2;
        grid-row: 2/3;
    }
    .part1 .box4{
        grid-column: 2/3;
        grid-row: 2/3;
    }
    .box5{
        background-image: url(../images/desktop/image-graphic-design.jpg);
        background-size: 100% auto;
        height: 35rem;
    }
    .box6{
        background-image: url(../images/desktop/image-photography.jpg);
        background-size: 100% auto;
        height: 35rem;
    }
    .box5 h2, .box6 h2{
        padding-top: 18rem;
        text-align: center;
    }
    .box5 p, .box6 p{
        padding-bottom: 5rem;
        text-align: center;
        font-size: 1.6rem;
    }
    .part2 h3{
        font-size: 2.8rem;
        padding: 0;
        letter-spacing: 1rem;
    }
    .part2 .client img{
        width: 15%;
    }
    .part2 .client .desc{
        width: 70%;
        font-size: 2.2rem;
        line-height: 2.6rem;
    }
    .part2 .client .author{
        font-size: 2rem;
    }
    .part2 .client .job{
        font-size: 1.8rem;
    }
    .part3{
        height: 60vh;
    }
    .part3 .img1{background-image: url(../images/desktop/image-gallery-milkbottles.jpg);}
    .part3 .img2{background-image: url(../images/desktop/image-gallery-orange.jpg);}
    .part3 .img3{background-image: url(../images/desktop/image-gallery-cone.jpg);}
    .part3 .img4{background-image: url(../images/desktop/image-gallery-sugarcubes.jpg);}
}

@media (min-width: 1024px) {
    header{
        height: 80vh;
        background-size: 100% 100%;
    }
    .hamburguer, .triangle, .menu{
        display: none;
    }
    .menudesktop{
        width: 50%;
        padding-right: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        background-color: transparent;
        gap: 3rem;
    }
    .menudesktop li{
        text-decoration: none;
        list-style: none;
        font-family: "Barlow", sans-serif;
        font-size: 1.8rem;
        font-weight: 600;
        color: var(--White);
        cursor: pointer;
    }
    .menudesktop .contact{
        font-family: "Fraunces", serif;
        background-color: var(--White);
        color: black;
    }
    .menudesktop .contact:hover{
        background-color: rgba(255, 255, 255, 0.3);
        color: var(--White);
    }
    .box5, .box6{
        height: 40rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .box5 h2, .box6 h2{
        padding-top: 25rem;
        font-size: 3rem;
    }
    .box5 p, .box6 p{
        width: 80%;
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    .part2{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto auto;
    }
    .part2 h3{
        grid-column: 1/4;
        letter-spacing: 1.4rem;
    }
    .part2 .client{
        height: 50rem;
    }
    .part3{
        height: 40vh;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto;
    }
    footer .navfooter{
        width: 60%;
    }
    footer .navfooter a{
        font-size: 2rem;
    }
}

@media (min-width: 1280px) {
    header{
        height: 90vh;
        background-size: 100% 100%;
        gap: 0rem;
    }
    header .arrow{
        margin-bottom: 30rem;
    }
}