/* variable */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@600&display=swap');
:root
{
    --primary-color:white;
    --secondary-color:black;
    --third-color:hsl(213, 9%, 39%);
    --Fraunces: 'Fraunces', serif;
    --Barlow: 'Barlow', sans-serif;
    --dark-greyish: hsl(232, 10%, 55%);
    --soft-yellow: hsl(51, 100%, 49%);
    --dark-saturated: hsl(167, 40%, 24%);
    --dark-blue:hsl(198, 62%, 26%);
    --grayish-blue:hsl(210, 4%, 67%);
    --very-dark-greyish: hsl(213, 9%, 39%);
    --cyan: #95D6C9;
     --dark-moderate-cyan:hsl(168, 34%, 41%);
}

*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
  
body
{
  font-family: sans-serif;
  color: var(--primary-color);
  overflow-x:hidden;
  font-family: var(--Barlow);
  font-size:18px;

}

header
{
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
    font-size: 18px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    padding: 20px;
}
header nav
{
    display: flex;
}
header nav li 
{
    margin: 0 15px;
    font-size: 15px;
    position: relative;
    padding-top:15px;
    padding-bottom:15px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
}

nav, ul
{
    list-style: none;
}

a
{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
header nav li:last-child
{

    color:var(--secondary-color);
    background-color:var(--soft-yellow);
    border-radius: 30px;
    width: 100px;
    text-align: center;
    cursor: pointer;
}
header nav li:last-child:hover
{
    background-color: var(--primary-color);
}

.background-section1
{
    background: url(./images/desktop/image-header.jpg) center/cover no-repeat;

}

section
{
    display: flex;
  
    align-items: center;
}

.padding-section-top
{
    padding: 110px 50px;
}

.flex-column
{
    flex-direction: column;
}

.first-area
{
    position: relative;
    min-height: 100vh;
    color: #fff;
    text-align: center;
}
.second-area
{
    position: relative;
    color: #fff;
    text-align: center;
}

.title
{
    font-family: var(--Fraunces);
    font-size: 3rem;
    margin-bottom:200px;
    margin-top: 50px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 10px;
}

.section2
{
    display:flex;
    flex-direction: row;
}

.box
{
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    color:black;
    width: 100%;
    
    padding: 8% 5% 12% 5%;
    
}
.box h1
{   
    font-size: 3rem;
    margin-bottom: 20px;
    font-family:'Fraunces',serif;
}
.box p
{
   color:var(--dark-greyish);
   font-size: 1.5rem;
  
}
p
{
    line-height: 1.5;
}
.bg-color-white 
{
    background-color: hsl(0, 0%, 100%);
}
.img1
{
    background-image: url(images/desktop/image-transform.jpg);
    background-repeat: none;
    background-position: center;
    background-size: cover;
    height: auto;
}
.img2
{
    background-image: url(images/desktop/image-stand-out.jpg);
    background-repeat: none;
    background-position: center;
    background-size: cover;
    height: auto;
}
.img3
{
    background-image: url(images/desktop/image-graphic-design.jpg);
    background-repeat: none;
    background-position: top;
    background-size: cover;
  
}
.img4
{
    background-image: url(images/desktop/image-photography.jpg);
    background-repeat: none;
    background-position: top;
    background-size: cover;
    
}

.section4
{
    display:flex;

}
.box5
{
      position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    color:black;
    width:50%;
    padding: 10% 10% 20% 5%;
}
.img5
{
    background-image: url(images/desktop/image-gallery-milkbottles.jpg);
    background-repeat: none;
    background-position: center;
    background-size: cover;
    height: auto;
    
}
.img6
{
    background-image: url(images/desktop/image-gallery-orange.jpg);
    background-repeat: none;
    background-position: center;
    background-size: cover;
    
}
.img7
{
    background-image: url(images/desktop/image-gallery-cone.jpg);
    background-repeat: none;
    background-position: center;
    background-size: cover;
}
.img8
{
    background-image: url(images/desktop/image-gallery-sugarcubes.jpg);
    background-repeat: none;
    background-position: center;
    background-size: cover;
    
}

.button
{
   position: relative;
   font-size:1.5rem;
   margin-top:20px;
   font-family: var(--Fraunces);
   text-transform: uppercase;
}
.button:after
{
    position: absolute;
    content:'';
    background-color: var(--soft-yellow);
    width:170px;
    height: 10px;
    bottom:0;
    left:0;
    display: inline-block;
    z-index: -1;
}
.button:hover:after
{
    
    background-color: red;
}

.box2
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    color:black;
    width: 50%;
    padding: 450px 5% 5% 5%;
    height: auto;
}
.box2 h3
{
    font-weight: 900;
    font-family: var(--Fraunces);
    font-size:2.5rem;
    margin-bottom: 10px;
}

.box2 p
{
    text-align: center;
    font-size: 1.5rem;
}
.dark-saturated
{
    color:var(--dark-saturated);
}

.dark-blue
{
    color:var(--dark-blue);
}
.box3
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color:black;
    width: 93%;
    padding: 5% 10% 2% 10%;
}

.section3
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4% 10% 5% 10%;
    color:black;
}
.section3 h3
{
    
    color:var(--grayish-blue);
    font-family: var(--Fraunces);
    margin-bottom: 30px;
    font-size: clamp(1.3rem, 2vw, 2.5rem);
    letter-spacing: 5px;
}
.contact-btn {
    background: var(--soft-yellow);
    color: black;
    border: none;
    border-radius: 20px;
    font-family: 'Fraunces', serif;
    text-transform: uppercase;
    padding: 0.7rem 1.5rem;
    cursor: pointer;
}
.box4
{
    
    width: 50%;;
   padding: 20px;
    text-align: center;
}
.box4 p
{
    font-size:1.2rem;
    margin-bottom: 20px;
    color:var(--very-dark-greyish);
}
.box4 img
{
    border-radius:50%;
    width:70px;
    margin-bottom: 20px;
}
.name
{
    font-weight: 900;
    font-family: var(--Fraunces);
    margin-bottom: 10px;
}
.title-name
{
    color:var(--grayish-blue);
    font-size:0.9rem;
}

.section5
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3% 10% 2% 10%;
    color:black;
    background-color:var(--cyan);
}
.section5 h3
{
    background-color: var(--cyan);
}
.section5 .row
{
    margin-top: 30px;
}

.section5 a
{
    color:var(--dark-moderate-cyan);
}
.section5 a:hover
{
    color:white;
}
.row
{
    display: flex;
    flex-direction: row;

}
.space-around
{
    justify-content: space-around;
    width: 450px;
    margin-bottom: 20px;
}

.space-evenly
{
    justify-content: space-evenly;
    width: 300px;
}

.row path:hover
{
    fill:#fff;
    fill-rule: nonzero;
}
.d-lg-none
{
    display: none;
}
/* MOBILE NAVIGATION */

@media (max-width:647px) {

    .d-none
    {
        display: none;
    }
    
    #menuToggle {
        display: inline-block;
        position: absolute;
        top: 4px;
        right: 30px;
        z-index: 1111;
        user-select: none;
        padding: 19px 0 0 16px;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        background:transparent;
      }
      #menuToggle input {
        display: flex;
        width: 54px;
        height: 54px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: 0;
        left: 0;
      }
    
      #menuToggle > span {
        display: flex;
        width: 23px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #ffffff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.55s ease;
      }
    
      #menuToggle > span:first-child {
        transform-origin: 0 0;
      }
    
      #menuToggle > span:nth-last-child(2) {
        transform-origin: 0 100%;
      }
    
      #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(4px, 0);
        background: #fff;
      }
    
      #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
      }
    
      #menuToggle input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(2px, 4px);
      }
    
      #menu {
        display: none;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        position: absolute;
        right: 24px;
        top: 80px;
        width: 250px;
        padding: 2rem;
        background-color: white;
        transition: 0.5s;
        transform: 0.5s;
      }
      .mobile-menu a {
        color: var(--grayish-blue);
    }
    .mobile-menu::after {
        content: '';
        position: absolute;
        top: 1px;
        right: 0;
        width: 0;
        height: 0;
        border: 18px solid transparent;
        border-bottom-color: white;
        border-top: 0;
        border-right: 0;
        margin-left: -9px;
        margin-top: -18px;
    }
    .box
{

    align-items: center;
    text-align: center;
    padding: 10% 10% 10% 10%;
    
}
.box h1
{
    font-size:6vw;
   
}
.box p
{
   color:var(--dark-greyish);
   font-size:3vw;
}
    .title
    {
        font-size: 1.5rem;
    }
    .section2
    {
        flex-direction: column;
        justify-content: center;
        align-items:center;
    }
     .height
     {
         height: 400px;
     }
    .order-1
    {
        order:1;
    }
    .order-2
    {
        order:2;
    }
    .box4
    {
        width: 100%;
    }
    .box2
    {
        justify-content: flex-end;
        padding: 20% 10% 10% 10%;
        width: 100%;
    }
    .box2 h3
{
   
    font-size:5vw;

}

.box2 p
{
   
    font-size: 3vw;
}
.section4
{
    flex-wrap: wrap;
}
.box5
{
    height: 300px;
}

.section5
{
    padding: 10% 10% 5% 10%;
}
.section3
{
    padding: 10% 10% 5% 10%;
    text-align: center;
}
.space-around
{
    
    width: 80%;
   
}

.space-evenly
{
    
    width: 60%;
}
.button
{
 
   font-size:1.2rem;
 
}
.button:after
{
    
    width:135px;

}

}