@import url('https://fonts.googleapis.com/css2?family=DotGothic16&family=Archivo:wght@400;700&family=Archivo+Narrow:wght@400;700&family=Plus+Jakarta+Sans:wght@400;700&family=Domine:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    background-color: white;
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background-color:rgba(36, 25, 243, 0.06);
    color: black;
    margin: 3% 10%;
    border-radius:10px;
    box-shadow: 10px 10px 15px grey;
    
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    color:black;
    font-family:'Dotgothic16';
    font-size: 2.625rem;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -0.04em;
    text-align: left;
}

.nav-links a {
    font-family: 'Archivo';
    color: black;
    text-decoration: none;
    margin-left: 2rem;
}
.nav-links a:hover{
    color:rgb(172, 108, 231);
}

.main {
    text-align: center;
    padding: 2rem;
}

.main h1 {
    font-size: 5rem;
    margin-bottom: 2rem;
    color: black;
    font-family: 'DotGothic16';
    font-weight: 400;
    line-height: 120px;
    letter-spacing: -0.02em;
    text-align: center;

}

.main-image {
    max-width: 100%;
    height: auto;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 2rem;
}

.grid-item {
    transition: transform 0.3s ease;
}

.grid-item:hover {
    transform: scale(1.1);
}

.grid-item img {
    max-width: 100%;
    height: auto;
}
.grid-item h4{
    font-family: 'Archivo';
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.grid-item p {
    font-family: 'Archivo';
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.info-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem;
    background-color: white;
    color: black;
    margin: 2rem 0;
}

.info-bar h2 {
    font-size: 4rem;
    color: black;
    font-family: 'DotGothic16';
    line-height: 68px;
    letter-spacing: -0.02em;
    text-align: left;
    padding-right: 50px;


}
.info-bar p{
    font-size: 1.5rem;
    font-family: 'Archivo';
    line-height: 32px;
    letter-spacing: -0.005em;
    text-align: left;
}

.about {
    display: flex;
    padding: 0rem 2rem;
    background-image: linear-gradient(white,rgba(36, 25, 243, 0.06));
    color: black;
}

.about-content {
    align-self: center;
    flex: 1;
    padding-right: 2rem;
    margin-bottom: 0;
}
.about-content h2{
    font-size: 4rem;
    font-family: 'DotGothic16';
    line-height: 68px;
    letter-spacing: -0.02em;
    text-align: left;
}
.about-content p{
    font-size: 1.5rem;
    font-family: 'Archivo';
    line-height: 32px;
    letter-spacing: -0.005em;
    text-align: left;
}

.about button {
    margin-top: 2rem;
    padding: 1rem 2rem;
    background-color:rgba(36, 25, 243, 1);
    border: none;
    color:white;
    cursor: pointer;
    font-family: 'Archivo Narrow';
    line-height: 24px;
    border-radius: 8px;


}
.about button:hover{
    background-color: #0b0131;
}

.about-image {
    flex: 1;
    margin: 0;
    display: flex;
    align-items: flex-start;
}

.about-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 100%;
}

.contact-form {
    padding: 4rem 2rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-form form {
    align-self: center;
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-row {
    display: flex;
    gap: 1rem;
}

.form-row input {
    flex: 1;
}

input, textarea {
    width: 100%;
    padding: 0.8rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
}

textarea {
    min-height: 150px;
    resize: vertical;
}


.contact-form h2 {
    font-family: 'Domine';
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.01em;
    text-align: center;
    margin-bottom: 1rem;
}
.contact-form p {
    font-family: 'Plus Jakarta Sans';
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-bottom: 2rem;
}

.form-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 600px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
    max-width: 600px;
}

.contact-form button {
    padding: 1rem 2rem;
    background: rgba(36, 25, 243, 1);
    width: 120px;
    color: #fff;
    border: none;
    cursor: pointer;
}

.services {
    display: flex;
    justify-content: space-between;
    padding: 4rem 2rem;
}
.services h2{
    font-family: 'DotGothic16';
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.01em;
    text-align: left;


}

.services ul {
    list-style: none;
}

.services li {
    margin-bottom: 1rem;
    font-family: 'Archivo';
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.comments {
    padding: 4rem 2rem;
    background-color: color(white);
    
}
.comments h2{
    font-family: 'DotGothic16';
    font-size: 3rem;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: -0.01em;
    text-align: center;
}

.comment-slider {
    display: flex;
    overflow-x: auto;
    gap: 2rem;
    padding: 2rem 1rem;
    scrollbar-width: none;

}

.comment-card {
    min-width: 300px;
    padding: 2rem;
    background-color: #fff;
    border: 1px solid black;
    border-radius: 10px;
}

.client-info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.client-info h3 {
    font-family: 'Archivo';
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
}

.client-info p {
    font-family: 'Archivo';
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 1rem;
}

.comment-card > p {
    font-family: 'Archivo';
    font-size: 1rem;
    line-height: 1.5;
    border-left: 1px solid gray;
    margin-left: 30px;
    padding-left: 30px;
}

.client-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    padding-top: 5rem;
    background-color:white;
    color: black;
    border-top: 1px solid #333;
}
footer p{
    font-family: DotGothic16;
font-size: 28px;
font-weight: 400;
line-height: 32px;
letter-spacing: -0.01em;
text-align: left;
}

footer button {
    padding: 0.5rem 1rem;
    background-color: white;
    border: solid 1px black;
    border-radius: 8px;
    color: #000;
    cursor: pointer;

}
@media screen and (max-width: 825px) {
    .navigation {
        flex-direction: column;
        text-align: center;
        margin: 3% 5%;
        padding: 1rem;
    }

    .nav-links {
        margin-top: 1rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nav-links a {
        margin: 0.5rem 0;
        font-size: 1.1rem;
    }

    .logo {
        margin-bottom: 1rem;
    }

    .main h1 {
        font-size: 3rem;
        line-height: normal;
    }

    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        padding: 1.5rem;
    }

    .about {
        flex-direction: column;
        padding: 1rem;
    }

    .about-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 2rem;
    }
    .info-bar {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }

    .info-bar h2 {
        font-size: 4rem;
        padding-right: 0;
        margin-bottom: 1rem;
    }

    .info-bar p {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .main h1 {
        font-size: 2rem;
    }

    .navigation {
        margin: 3% 2%;
    }

    .logo {
        font-size: 2rem;
    }

    .about-content h2 {
        font-size: 2.5rem;
        line-height: normal;
    }

    .about-content p {
        font-size: 1.1rem;
    }
    .info-bar {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }

    .info-bar h2 {
        font-size: 2.5rem;
        padding-right: 0;
        margin-bottom: 1rem;
    }

    .info-bar p {
        font-size: 1.1rem;
    }
    .services li{
        font-size: 0.8rem;
    }
    .comments h2{
        font-size: 2.5rem;
    }


}
