@import url('https://fonts.googleapis.com/css2?family=Cutive&family=Montagu+Slab:opsz,wght@16..144,100..700&family=Sansita+Swashed:wght@300..900&family=Spline+Sans+Mono:ital,wght@0,300..700;1,300..700&display=swap');

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

body {
    background-color: #FFFCA8;
}


/* Header Styles */
.header {
    width: 100%;
    padding: 1rem 2rem;
}

.navbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 2.625rem;
    font-weight: 700;
    font-family: "Sansita Swashed", system-ui;
    color: #1B221B;
    cursor: pointer;
    line-height: 2.625rem;
    letter-spacing: -4%;
}

.links {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.nav-link {
    text-decoration: none;
    color: #1B221B;
    font-family: "Montagu Slab", serif;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 2rem;
    letter-spacing: -1%;
}

.burger {
    display: none;
}

.border{
    border: 1px solid black;
    height: 1px;
    width: 100%;
}
.container {
    width: 100%;
}
.main-container {
    align-content: center;
}
/* Hero Section */
.hero-section {
    text-align: center;
    padding: 2rem 0 0 0;
    margin: 3rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-head {
    font-family: "Montagu Slab", serif;
    color: #1B221B;
    font-weight: 43.75rem;
    font-size: 7.5rem;
    line-height: 7.5rem;
    margin: 2rem 0;
}

.hero-image {
    width: 100%;
    border: 1px solid black;
    border-radius: 1.75rem;
}

/* Project Grid */
.project-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 5rem;
    width: 100%;
}

.project-card {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.col1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    padding: 3rem 0;
}
.col2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    padding: 3rem 0;
}
.col3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    padding: 3rem 0;
}

.project-image {
    width: 100%;
    height: 100%;
    border: 1px solid black;
    /* object-fit: cover; */
}

.project-info {
    gap: 1rem;
}

.project-title {
    color:#1B221B;
    font-family: "Cutive", serif;
    font-weight: 25rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    /* text-align: left; */
}

.project-type {
    color:#1B221B;
    font-family: "Cutive", serif;
    font-weight: 25rem;
    font-size: 1.063rem;
    line-height: 1.5rem;
    /* text-align: left; */
}

/* Feature Section */
.feature-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
} 

.feature-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

.feature-title {
    font-family: "Montagu Slab", serif;
    color: #1B221B;
    font-size: 4rem;
    font-weight: 700;
}

.feature-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feature-description {
    font-family: "Cutive", serif;
    color: #1B221B;
    font-weight: 400;
    font-size: 1.5rem;
}

.discover-button {
    border-radius: 0.5rem;
    padding: 0.75rem 1.5rem;
    background-color: #026600;
    cursor: pointer;

    font-family: "Spline Sans Mono", serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: #FFFFFA;

}

.feature-img img {
    width: 100%;
    margin-top: 2rem;
    border: 1px solid #1B221B;
}


/* About Section */
.about-section {
    padding: 6rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-content {
    width: 50%;
    display: flex;
    text-align: center;
}

.about-content h4 {
    font-family: "Montagu Slab", serif;
    color: #1B221B;
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
}

/* Paragraph Section */
.para-section {
    width: 100%;
    display: flex;
    justify-content: end;
    padding: 3rem;
}

.para-content {
    width: 45%;
    font-family: "Cutive", serif;
    color: #1B221B;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
}

/* Services Section */
.services-list {
    padding: 3rem;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}

.service-text {
    font-family: "Montagu Slab", serif;
    color: #1B221B;
    font-size: 1.75rem;
    font-weight: 700;

}

.services-container {
    width: 45%;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.services-container1, .services-container2 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.services-container p {
    font-family: "Cutive", serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: #1B221B;
}

/* Testimonials Section */

.last_content {
    margin: 3rem 0;
    gap: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;


}
.last_content h2 {
    font-family: "Montagu Slab", serif;
    font-size: 3rem;
    font-weight: 700;
}
.testi {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: self-start;

}

/* OUTER LAYER OF TESTIMONIAL SECTION */

.card {
    max-width: 300px;
    padding: 2rem;
    gap: 1rem;
    border-radius: 1rem;
    border: 1px solid #1B221B;
    display: flex;
    flex-direction: column;
}
.intro {
    gap: 1rem;
    display: flex;
    align-items: center;
}
.intro img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}
.job {
    width: 11rem;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.name {
    font-family: "Cutive", serif;
    font-size: 1rem;
    font-weight: 400;    
}
.work {
    font-family: "Cutive", serif;
    color: #1B221B;
    font-size: 1rem;
    font-weight: 400;
}
.work_text span {
    font-family: "Cutive", serif;
    color: #1B221B;
    font-size: 1.25rem;
    font-weight: 400;
}
.desc {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.line {
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.line .div {
    width: 0px;
    height: 100px;
    border-radius: 1px;
    border: 1px solid #1B221B;
}

/* Footer */
.footer {
    margin-top: 5rem;
    padding: 1rem 3rem;
}

.footer-text{
    font-family: "Montagu Slab", serif;
    color: #1B221B;
    font-weight: 37.5rem;
    font-size: 1.75rem;
    line-height: 2rem;
}

.footer-container {
    display: flex;
    justify-content: space-between;
}

.contact-button {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;   
    border: 1px solid #1B221B;
    cursor: pointer;
    
    font-family: "Spline Sans Mono", serif;
    color: #1B221B;
    font-size: 1.25rem;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
    .navbar {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
    }
    .hero-head {
        font-size: 3rem;
        margin: 0;
    }
    .about-section h4 {
        font-size: 1.5rem;
    }
    .para-section p {
        font-size: 1rem;
    }
    .services-container1 p {
        font-size: 1rem;
    }
    .services-container2 p {
        font-size: 1rem;
    }
    .last_content h2 {
        font-size: 2rem;
    }
    .work_text span {
        font-size: 1rem;
    }
    .footer {
        margin: 0;
    }
}

@media (max-width: 425px) {
    .burger {
        display: inline-block;
        width: 2.5rem;
    }
    .navbar {
        justify-content: space-between;
    }
    .col1, .col2, .col3 {
        flex-direction: column;
    }
    .services-list {
        flex-direction: column;
    }
    .links {
        display: none;
    }
    .hero-section {
        padding: 0;
        margin: 1rem;
    }
    .hero-head {
        font-size: 2rem;
    }
    .feature-title {
        font-size: 3rem;
    }
    .feature-description {
        font-size: 1rem;
    }
    .about-content {
        width: 100%;
    }
    .about-section h4 {
        font-size: 1rem;
    }
    .para-section .para-content {
        width: 100%;
        font-size: 1rem;
    }
    .last_content {
        text-align: center;
    }
    .footer-text {
        font-size: 1rem;
    }
    .contact-button {
        padding: 0 0.5rem;
    }
}