@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap");

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

.container {
    width: 144rem;
}

.container .header {
    background-image: url(./assets/images/desktop/image-header.jpg);
    background-size: cover;
    height: 80rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container .header .navigation {
    display: flex;
    width: 135.2rem;
    justify-content: space-between;
    margin-top: 3.4rem;
}

.container .header .navigation .logo {
    font-family: "Barlow", sans-serif;
    font-size: 2.8rem;
    font-weight: 900;
    color: #fff;
}

.container .header .navigation .nav-list {
    display: flex;
    align-items: center;
    column-gap: 4.7rem;
}

.container .header .navigation .nav-list .nav-link {
    font-size: 2rem;
    color: #fff;
    font-family: "Barlow", sans-serif;
}

.container .header .navigation .nav-list .contact .contact-button {
    color: #000;
    font-family: "Fraunces", sans-serif;
    font-weight: 900;
    font-size: 2rem;
    width: 14rem;
    height: 5.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6rem;
    background-color: #fff;
}
.container .header .navigation .nav-list .contact .contact-button:hover {
    background-color: #abe7ff;
    transition: ease-in-out 0.7s;
    cursor: pointer;
    color: #fff;
}

.container .header .navigation .menu {
    display: none;
}

.container .header .hero {
    margin-top: 10.5rem;
    font-family: "Fraunces", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container .header .hero .h1-hero {
    font-size: 5.6rem;
    font-weight: 900;
    color: #fff;
}

.container .header .hero .arrow {
    margin-top: 9.5rem;
}

.container .main {
    display: grid;
    grid-template-columns: repeat(2, 720px);
    grid-template-rows: repeat(3, 600px);
}

.container .main .box-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
    font-family: "Fraunces", sans-serif;
    position: relative;
    grid-area: 1 / 1 / 2 / 2;
}

.container .main .box-1 .title-box-1 {
    width: 44.5rem;
    font-size: 4rem;
    font-weight: 900;
}

.container .main .box-1 .p-box-1 {
    width: 44.5rem;
    font-size: 1.8rem;
    color: #808397;
    font-family: "Barlow", sans-serif;
    line-height: 2.6rem;
    margin-top: 3.2rem;
}

.container .main .box-1 .a-box-1 {
    width: 44.5rem;
    text-align: left;
    font-weight: 900;
    color: #000;
    font-size: 1.8rem;
    position: absolute;
    z-index: 2;
    bottom: 13.7rem;
    left: 13.5rem;
}

.container .main .box-1 .a-box-1:hover,
.container .main .box-1 .line-box-1:hover {
    cursor: pointer;
}

.container .main .box-1 .line-box-1 {
    position: absolute;
    left: 13.2rem;
    bottom: 13.8rem;
    width: 13.7rem;
    height: 8px;
    background-color: #fad400;
    border-radius: 2rem;
}

.container .main .box-2 {
    background-image: url(./assets/images/desktop/image-transform.jpg);
    grid: 1 / 2 / 2/ 3;
}

.container .main .box-3 {
    background-image: url(./assets/images/desktop/image-stand-out.jpg);
}

.container .main .box-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
    font-family: "Fraunces", sans-serif;
    position: relative;
}

.container .main .box-4 .title-box-4 {
    width: 44.5rem;
    font-size: 4rem;
    font-weight: 900;
}

.container .main .box-4 .p-box-4 {
    width: 44.5rem;
    font-size: 1.85rem;
    color: #808397;
    font-family: "Barlow", sans-serif;
    line-height: 2.6rem;
    margin-top: 3.2rem;
}

.container .main .box-4 .a-box-4 {
    width: 44.5rem;
    text-align: left;
    font-weight: 900;
    color: #000;
    font-size: 1.8rem;
    position: absolute;
    z-index: 2;
    bottom: 13.7rem;
    left: 13.5rem;
}

.container .main .box-4 .line-box-4 {
    position: absolute;
    left: 13.2rem;
    bottom: 13.8rem;
    width: 13.7rem;
    height: 8px;
    background-color: #fe7766;
    border-radius: 2rem;
}

.container .main .box-4 .a-box-4:hover,
.container .main .box-4 .line-box-4:hover {
    cursor: pointer;
}

.container .main .box-5 {
    background-image: url(./assets/images/desktop/image-graphic-design.jpg);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container .main .box-5 .h2-box-5 {
    font-family: "Fraunces", sans-serif;
    font-size: 2.9rem;
    font-weight: 700;
    margin-top: 40rem;
    color: #24554a;
}

.container .main .box-5 .p-box-5 {
    width: 34rem;
    font-family: "Barlow", sans-serif;
    line-height: 2.5rem;
    font-size: 1.6rem;
    color: #24554a;
    margin-top: 2.8rem;
}

.container .main .box-6 {
    background-image: url(./assets/images/desktop/image-photography.jpg);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container .main .box-6 .h2-box-6 {
    font-family: "Fraunces", sans-serif;
    font-size: 2.9rem;
    font-weight: 700;
    margin-top: 40rem;
    color: #053c5b;
}

.container .main .box-6 .p-box-6 {
    width: 34rem;
    font-family: "Barlow", sans-serif;
    line-height: 2.5rem;
    font-size: 1.6rem;
    color: #053c5b;
    margin-top: 2.8rem;
}

.container .container-testimonials {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container .container-testimonials .testimonials-title {
    font-size: 2rem;
    font-family: "Fraunces", sans-serif;
    color: #a7aaad;
    margin-top: 16rem;
}

.container .container-testimonials .box-testimonials {
    display: flex;
    justify-content: center;
    column-gap: 3rem;
    margin-top: 8rem;
}

.container .container-testimonials .box-testimonials .testimonial {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container .container-testimonials .box-testimonials .testimonial .img-profile {
    width: 7.2rem;
    height: 7.2rem;
    border-radius: 50%;
}

.container
    .container-testimonials
    .box-testimonials
    .testimonial
    .testimonial-text {
    width: 35rem;
    line-height: 2.5rem;
    font-family: "Barlow", sans-serif;
    font-size: 1.79rem;
    text-align: center;
    margin-top: 6rem;
}

.container
    .container-testimonials
    .box-testimonials
    .testimonial
    .testimonial-name {
    font-size: 2rem;
    font-family: "Fraunces", sans-serif;
    text-align: center;
    margin-top: 7rem;
    font-weight: 900;
}

.container
    .container-testimonials
    .box-testimonials
    .testimonial
    .testimonial-role {
    text-align: center;
    color: #a7aaad;
    font-size: 1.6rem;
    font-family: "Barlow", sans-serif;
    margin-top: 1rem;
}

.container .container-grid {
    display: grid;
    grid-template-columns: repeat(4, 36rem);
    grid-template-rows: repeat(1, 44.7rem);
    margin-top: 16rem;
}

.container .container-grid .grid-box-1 {
    background-image: url(./assets/images/desktop/image-gallery-milkbottles.jpg);
    background-size: cover;
}
.container .container-grid .grid-box-2 {
    background-image: url(./assets/images/desktop/image-gallery-orange.jpg);
    background-size: cover;
}
.container .container-grid .grid-box-3 {
    background-image: url(./assets/images/desktop/image-gallery-cone.jpg);
    background-size: cover;
}
.container .container-grid .grid-box-4 {
    background-image: url(./assets/images/desktop/image-gallery-sugarcubes.jpg);
    background-size: cover;
}

.container .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #90d4c6;
}

.container .footer .logo {
    font-size: 2.9rem;
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    color: #2c7566;
    margin-top: 7.2rem;
}

.container .footer .footer-nav {
    display: flex;
    column-gap: 5.7rem;
    margin-top: 4rem;
}

.container .footer .footer-nav .footer-item .footer-link {
    font-size: 1.9rem;
    font-family: "Barlow", sans-serif;
    color: #2c7566;
}

.container .footer .social-icons {
    display: flex;
    column-gap: 2.8rem;
    margin-top: 8.8rem;
    margin-bottom: 7.2rem;
}

.container .footer .footer-nav .footer-item .footer-link:hover,
.container .footer .social-icons .social-link .social-icon:hover {
    cursor: pointer;
    filter: brightness(0) invert(1);
    transition: ease-in-out 0.7s;
}
