* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 18px;
}

/* .container {
    margin: 0 auto;
    max-width: 1920px;
} */

nav {
    height: 60px;
    background-color: white;
    border-bottom: 2px dotted #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-nav {
    width: 1160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.logo {
    font-family: 'DM Serif Display', serif;
    width: 50%;
    font-size: 1.1em;
    /* border: 1px solid black; */
    line-height: 1.2em;
}

.link {
    width: 200px;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

nav a {
    color: black;
    font-family: 'Archivo',Arial, Helvetica, sans-serif;
}

main {
    display: flex;
    height: 500px;
    background-color: #faebd6;
    /* border: 1px solid orange; */
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center; */
}

.container-hero {
    /* border: 1px solid black; */
    margin: auto;
    width: 1160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
}

main h1 {
    font-family: 'DM Serif Display', serif;
    font-size: 3.3em;
    /* border: 1px solid black; */
    width: 80%;
    text-align: center;
    align-self: center;
    line-height: 1em;
}

main p {
    font-family: 'Archivo',Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    margin: 30px 0;
    /* border: 1px solid black; */
    width: 70%;
    align-self: center;
    line-height: 1.5em;
}

.container-features {
    /* border: 2px solid orange; */
    width: 1160px;
    display: flex;
    row-gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 100px;
}

.features {
    /* padding: 0 10% 50px; */
    background-color: #faebd6;
    display: flex;
    justify-content: center;
    /* display: flex;
    row-gap: 50px;
    flex-wrap: wrap;
    justify-content: center; */
}

.feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    padding: 20px;
}

.feature img {
    width: 100px;
    margin-bottom: 20px;
}

.feature p {
    font-family: 'Archivo',Arial, Helvetica, sans-serif;
    font-weight: 600;
    /* width: 80%; */
    text-align: center;
}

.intro {
    /* width: 1160px; */
    background-color: #303535;
    display: flex;
    justify-content: center;
}

.container-intro {
    padding: 20px;
    display: flex;
    width: 1160px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #faebd6;
    font-family: 'DM Serif Display', serif;
    font-size: 1.6em;
}

.intro h1 {
    max-width: 800px;
    line-height: 1em;
    /* border: 1px solid white; */
}

.intro button {
    margin-top: 20px;
    padding: 12px 15px;
    font-family: 'Archivo',Arial, Helvetica, sans-serif;
    border: 1px solid #faebd6;
    color: #faebd6;
    font-weight: 600;
    font-size: 0.6em;
    background-color: #303535;
}

.project-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: -25px;
    /* position: relative; */
}

.project {
    /* display: flex;
    column-gap: 50px;
    justify-content: space-between; */
    display: grid;
    column-gap: 50px;
    /* border: 1px solid black; */
    grid-template-columns: 1fr 2fr;
    justify-items: end;
    padding-top: 50px;
    width: 90%;
    max-width: 1180px;
    
}

.title {
    display: flex;
    flex-direction: column;
    font-family: 'DM Serif Display', serif;
    font-size: 1.2em;
    color: #333333;
    line-height: 1.6em;
    padding-right: 0px;
    padding-bottom: 5px;
    /* border: 1px solid black; */
    margin-right: 30px;
    border-bottom: 2px solid black;
}

.title h1 {
    line-height: 1em;
}

.title p {
    font-family: 'DM Serif Display', serif;
    font-weight: 100;
}

.title h4 {
    font-family: 'Archivo',Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    margin-top: 5px;
}

.project-number h1 {
    font-family: 'Archivo',Arial, Helvetica, sans-serif;
    position: absolute;
    color: rgba(255, 255, 255, 0.3);
    opacity: 0.07;
    -webkit-text-stroke: 2px #5d5d5d;
    font-size: 8em;
    left: 0;
    z-index: -1;
}

    .project-number2 h1 {
    font-family: 'Archivo',Arial, Helvetica, sans-serif;
    position: absolute;
    /* color: black; */
    color: rgba(255, 255, 255, 0.3);
    opacity: 0.1;
    -webkit-text-stroke: 2px #5d5d5d;
    font-size: 8em;
    right: 0;
    z-index: 0;
}

.project-number3 h1 {
    font-family: 'Archivo',Arial, Helvetica, sans-serif;
    position: absolute;
    /* color: black; */
    color: rgba(255, 255, 255, 0.3);
    opacity: 0.1;
    -webkit-text-stroke: 2px #5d5d5d;
    font-size: 8em;
    left: 0;
    z-index: 0;
}
.project-number4 h1 {
    font-family: 'Archivo',Arial, Helvetica, sans-serif;
    position: absolute;
    /* color: black; */
    color: rgba(255, 255, 255, 0.3);
    opacity: 0.1;
    -webkit-text-stroke: 2px #5d5d5d;
    font-size: 8em;
    right: 0;
    z-index: 0;
}
.project-number5 h1 {
    font-family: 'Archivo',Arial, Helvetica, sans-serif;
    position: absolute;
    /* color: black; */
    color: rgba(255, 255, 255, 0.3);
    opacity: 0.06;
    -webkit-text-stroke: 2px #5d5d5d;
    left: 0;
    font-size: 8em;
    z-index: 0;
}
.project-number6 h1 {
    font-family: 'Archivo',Arial, Helvetica, sans-serif;
    position: absolute;
    /* color: black; */
    color: rgba(255, 255, 255, 0.3);
    opacity: 0.1;
    -webkit-text-stroke: 2px #5d5d5d;
    font-size: 8em;
    right: 0;
    z-index: 0;
}

.project-number7 h1 {
    font-family: 'Archivo',Arial, Helvetica, sans-serif;
    position: absolute;
    /* color: black; */
    color: rgba(255, 255, 255, 0.3);
    opacity: 0.1;
    -webkit-text-stroke: 2px #5d5d5d;
    font-size: 8em;
    left: 0;
    z-index: 0;
}

.project-number8 h1 {
    font-family: 'Archivo',Arial, Helvetica, sans-serif;
    position: absolute;
    /* color: black; */
    color: rgba(255, 255, 255, 0.3);
    opacity: 0.1;
    -webkit-text-stroke: 2px #5d5d5d;
    font-size: 8em;
    right: 0;
    z-index: 0;
}

.project-number9 h1 {
    font-family: 'Archivo',Arial, Helvetica, sans-serif;
    position: absolute;
    /* color: black; */
    color: rgba(255, 255, 255, 0.3);
    opacity: 0.1;
    -webkit-text-stroke: 2px #5d5d5d;
    font-size: 8em;
    left: 0;
    z-index: 0;
}

.project-number10 h1 {
    font-family: 'Archivo',Arial, Helvetica, sans-serif;
    position: absolute;
    /* color: black; */
    color: rgba(255, 255, 255, 0.3);
    opacity: 0.1;
    -webkit-text-stroke: 2px #5d5d5d;
    font-size: 8em;
    right: 0;
    z-index: 0;
}

.img  img{
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-right: 60px;
    box-shadow: 2px 2px 54px rgba(3, 3, 3, 0.1);
}

/* .img2  img{
    position: relative;
    width: 350px;
    margin-top: 30px;
    margin-right: 60px;
    box-shadow: 2px 2px 54px rgba(3, 3, 3, 0.1);
    z-index: 999;
} */

/* .img2 img {
    z-index: 2;
} */

.benefits {
    color: #333333;
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    font-family: 'Archivo',Arial, Helvetica, sans-serif;
    line-height: 1.5em;
}

.benefits ul {
    list-style: circle;
    padding-left: 25px;
}

.content {
    width: 250px;
    /* border: 1px solid black; */
}

.content5 {
    width: 250px;
    /* border: 1px solid black; */
}

.content button {
    margin-top: 10px;
    font-family: 'Archivo',Arial, Helvetica, sans-serif;
    background-color: white;
    color: #333333;
    font-size: 1em;
    font-weight: 600;
    padding: 10px 15px;
    border: 1px solid #333333;
    transition: 0.3s;
}

.content button:hover {
    background-color: black;
    color: white;
    transition: 0.3s;
}

.content5 button {
    margin-top: 10px;
    font-family: 'Archivo',Arial, Helvetica, sans-serif;
    background-color: white;
    color: #333333;
    font-size: 1em;
    font-weight: 600;
    padding: 10px 15px;
    border: 1px solid #333333;
    transition: 0.3s;
}

.content5 button:hover {
    background-color: black;
    color: white;
    transition: 0.3s;
}

.project-2 {
    margin-top: 20px;
    background-color: #F5F5F5;
}

.project-3 {
    margin-top: 20px;
    background-color: white;
}

.project-4 {
    margin-top: 20px;
    background-color: #F5F5F5;
}

.project-5 {
    margin-top: 20px;
    background-color: white;
}

.project-5 .title h1{
    margin-right: -50px;
}

.project-6 {
    margin-top: 20px;
    background-color: #F5F5F5;
}

.project-7 {
    margin-top: 20px;
    background-color: white;
    padding-bottom: 20px;
}

.project-8 {
    margin-top: 20px;
    background-color: #F5F5F5;
}

.project-9 {
    margin-top: 20px;
    background-color: white;
}

.project-10 {
    margin-top: 20px;
    background-color: #F5F5F5;
}

footer {
    height: 90px;
    border-top: 2px dotted #ddd;
    background-color: #F5F5F5;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Archivo',Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: 600;
}

footer a {
    color: black;
}

footer a:visited {
    color: black;
}
/* footer {
    position:absolute;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100px;
    border-top: 2px dotted #ddd;
    text-align: center;
} */
/* Responsive Breakpoint */

@media screen and (min-width: 1440px) {
    .project {
        width: 100%;
    }

    .img img {
        width: 700px;
    }

    .content {
        align-self: center;
        justify-self: center;
        margin-left: 20px;
    }
}

@media screen and (max-width: 870px) {
    .img img {
        width: 90%;
        justify-self: center;
        margin: 50px 0;
    }

    .img {
        display: flex;
        justify-content: center;
    }

    .project {
        grid-template-columns: 1fr;
        justify-content: center;
    }

    .content {
        text-align: start;
        justify-self: center;
    }

    .title {
        text-align: center;
    }

    .content5 {
        text-align: start;
        justify-self: center;
        width: 280px;
    }

    .project-5 .title h1{
        margin-right: 0;
    }

    .benefits ul {
        text-align: start;
        line-height: 2em;
    }

    .content button {
        justify-self: start;
    }
}



