/* css reset */
html, body{
    margin: 0;
    padding: 0;
    background:  #FFF7F2;;
}

/* ----Hero section---- */
.hero{
    /* define the height */
    height: 100vh;
     /* background image */
     background-image: url('../img/home\ page\ hero.png');
     background-size: cover;
}

nav{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    height: 100vh;
}
.menu{
    display: flex;
    flex-direction: column;

    align-items: flex-end;
    padding-top: 15px;


    text-decoration: none;
    font-family: 'Helvetica', 'Arial', sans-serif; 
    font-size: 50px;
    color: rgb(244, 93, 12);
}
.navImg {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 100px;
    margin-top: 20px; 
    justify-content: space-between;
    width: 100%;
    /* height: 60px; */
}

#img2{
    width: 55%;
}
#img1{
    width: 60px;
}






h1{
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 40px;
    padding-left: 15px;
 }

/* ----intro section---- */
.intro{
    font-family: 'Helvetica', 'Arial', sans-serif; 
    font-size: 55px;
    font-weight: 300px
    
 
}
.socialSocial{
    color: #d35d32;
    font-style: italic;
}






/* ----4C section----- */

.four-c-header{
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 100px;
    font-weight: bold;
    color: #d35d32;
    padding-left: 15px;
   
}

.four-c-subtitle{
    color: #000;
font-family: Helvetica;
font-size: 35px;
font-style: normal;
font-weight: lighter;
line-height: 50px; 
width: 40%;
}

.four-c-first{
    display: flex;
    flex-direction: row;
    width: 90%;
   justify-content: space-between;  
   align-items: center;
}
.four-c-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 300px;
    padding-bottom: 30px;

}
#four-c-number{
    color: #000;
font-family: Helvetica;
font-size: 128px;
font-style: oblique;
font-weight: 300;
line-height: 50px; /* 39.063% */
}
#four-c-title{
    color: #000;
font-family: Helvetica;
font-size: 50px;
font-style: normal;
font-weight: 500;
line-height: 50px; /* 100% */
}

.Four-c-p{
    color: #000;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; 
    text-align: left;
    width: 700px;

}
.four-c-left{
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-left: 90px;
    width: 400px;
}

/* selected work section */
.row{
    display: flex;
    width: 95%;
    height: 60%;
    padding-left: 30px;

}
h2{
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 100px;
    font-weight: bold;
    color: #d35d32;
    padding-left: 15px;
}
.box{
    width: 40%;
    height: 450px;
    background: lightcyan;
    margin: 1rem;
    /* remember this to make sure the image shows */
    background-size: cover;

 

    /* move text from top left to bottom center */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#box1{
     background-image: url(../img/pic1.jpg);
}
#box2{
    background-image: url(../img/pic2.jpg);
}
#box3{
    background-image: url(../img/pic3.jpg);
}
.descriptionOfPic a{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-left: 40px;
    padding-right: 130px;
    font-family: 'Helvetica','Arial', sans-serif;
    font-size: 30px;
    font-weight: 381;
    color: #000;
    text-decoration: none;
}
.descriptionOfPic h4{
    display: inline-block;
    margin: 0 10px; 
    padding-top: 2rem;
}
.view{

        background-color: #db4b28; /* Adjust the color if needed */
        color: white;
        font-size: 30px; /* Reduce font size */
        padding: 4px 15px; /* Reduce padding */
        border: none;
        border-radius: 20px; /* Keep rounded corners */
        font-family: 'Helvetica','Arial', sans-serif;
        font-weight: 300;
        display: flex;
        width: 214px;
        height: 72px;
        flex-shrink: 0;
        justify-content: center;
        align-items: center;
        margin: 50px auto;
    
}



/* testimonial section */

.testimonial{
    width: 100%;
    height: 55vh;
    background-size: cover;
    background-image: url(../img/Rectangle\ testi.png);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
p{
    color: #FFF;
text-align: center;
font-family: Helvetica;
font-size: 30px;
font-style: normal;
font-weight: 300;
line-height: 35px; /* 97.222% */
}

/* footer */
footer{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footerimg{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    
}
#footerlogo2{
    width: 160px;
    height: 80px;
    padding-top: 5px;
}
#footerlogo1{
    width: 29px;
    height: 19px;
    padding-top: 65px;
}
h6{
    color: #DE4F27;
text-align: right;
font-family: Helvetica;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 28px; /* 140% */
margin: 0;
padding-bottom: 5px;
}
.footerLine{
    border: none; 
    height: 2px; 
    background-color: #FF5733;
    margin-top: 5rem;
}



