body {
    background: rgb(233,217,217);
    background: linear-gradient(90deg, rgba(233,217,217,1) 0%, rgba(255,255,255,1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
}

a {
    text-decoration: none;
}


.Logo {
    font-family: 'Gayathri', 'Inter';
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
}

.hero {
    height: 90vh;
    font-family: 'Gayathri', 'Inter';
}
.latest {
    height: 100vh;
}


.hero-btn {
    font-family: 'Gayathri';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid #000000;
    padding: 12px;
    cursor: pointer;

    margin-top: 30px;
}

.hero-paragraph {
    font-family: 'Gayathri', 'Montserrat';
    font-weight: 400;
    line-height: 33px;
    font-style: normal;
    font-size: 32px;
    
}



.btn-gh {
    font-family: 'Gayathri';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid #000000;
    cursor: pointer;
}

.heading {
    font-family: 'Quicksand', 'Inter';
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    color: rgba(0, 0, 0, 1);
}

.smaller-heading
{
    font-family: 'Gayathri', 'Inter';
    font-size: 36px;
    font-style: normal;
    font-weight: 100;
    line-height: 42px;
    color: rgba(0, 0, 0, 1);
}



.Latest-description {
    font-family: 'Gayathri', 'Inter';
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    color: rgba(0, 0, 0, 1);
}

.Project-List{
    font-family: 'Gayathri', 'Inter';
    font-style: normal;
    font-weight: 100;
    color: rgba(46, 46, 61, 1);
}

.About-description {
    font-family: 'Gayathri', 'Inter';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    color: rgba(69, 69, 84, 1);

}


.btn-about {
    font-family: 'Gayathri';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    color: rgba(0, 0, 0, 1);
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid #000000;
    cursor: pointer;
    padding: 0.5rem 1rem;
    margin: 1rem; 
}












.last {

    align-items: center;
}

.last img {
    margin-left: 10px;
}
.navbar-brand {
    font-family: "Gayathri", "Inter";
    font-weight: 700;
    font-size: 24px;
}

.contact {
    font-family: "Gayathri", "Inter";
}

.contact form label {
    font-weight: 700;
}


