
body {
    margin: 0%;
    font-family: 'Poppins', sans-serif;
}

/* Navbar Section */
.logo-section {
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 0 0 0 30px;
}
.logo-section a {
    text-decoration: none;
}
.logo-section img {
    width: 60px;
}
.logo-section h1 {
    color: #e02c6d;
}
nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: gold;
    position: fixed;
    top: 0;
    width: 100%;
    overflow: hidden;
}
nav h1 {
    font-size: 1.8em;
    margin: 2px 0px;
    margin-left: 5px;
}
nav ul {
    display: flex;
    margin-right:
    30px;
}
nav ul > li {
    list-style: none;
    margin-right: 20px;
    padding: 2px 10px;
}
nav ul > li:hover {
    background-color: #e02c6d;
    border-radius: 5px;
    padding: 2px 10px;
}
nav ul > li > a {
    text-decoration: none;
    color: #e02c6d;
    font-size: 1.2em;
    font-weight: 600;
}
nav ul > li > a:hover {
    color: white;
}


/* bannar Section */

.bannar img {
    width: 100%;
    height: 400px;
    border-radius: 5px;
    margin-top: 65px;
}

/* Member Information Section */

.member-title {
    text-align: center;
    padding: 20px 0px;
    font-size: 2.5em;
    color: #e02c6d;
    margin-top: 80px;
}
.members {
    display: flex;
    /* align-items: center; */
    justify-content: space-around;
    margin: 0 80px;
    justify-content: space-around;
}
.member {
    box-shadow: 5px 5px 20px grey;
    border-radius: 7px;
    border: 1px solid #e02c6d;
    width: 300px;
    height: 300px;
}
.member img {
    width: 100%;
    height: 300px;
    border-radius: 7px;
}
.member h3 {
 text-align: center;
 border-top: 1px solid #e02c6d;
}

/* Technical Expertization Section */

.techs {
    margin: 0 80px;
}
.web {
    box-shadow: 5px 5px 10px grey;
    padding: 25px 20px;
    border-radius: 10px;
    margin-bottom: 35px;
}
.web-web {
    display: flex;
    align-items: center;
    justify-content: left;
}
.web-web h3 {
    font-size: 2em;
    font-weight: 700;
    display: inline;
    margin: 0;
    margin-right: 20px;
}
.web-item {
    padding: 20px 0px;
}
.spans {
    border: 1px solid #e02c6d;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
    overflow: hidden;
    display: inline-block;
}
.spans:hover {
    background-color: #e02c6d;
    color: white;
}
.fa, .fas {
    font-weight: 900;
    font-size: 25px;
    color: #e02c6d;
}

/* Project Section */

.projects {
    margin: 0 80px;
}
.project {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 5px 5px 15px grey;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 40px;
    gap: 20px;
}
.part1 {
    width: 90%;
    box-shadow: 2px 2px 5px gray;
    border-radius: 10px;
}
.part1 img {
    width: 100%;
    border-radius: 10px;
}
.part2 {
    width: 90%;
    padding: 10px;
    text-align: justify;
    /* box-shadow: 1px 1px 5px grey; */
    border-radius: 10px;
}
.part2 h3 {
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
}

/* Contact Seciton */

#contact {
    border: 3px solid #e02c6d;
    border-radius: 20px;
    margin: 60px 80px;
    padding: 30px;
}
.contacts-div {
    display: flex;
    justify-content: space-evenly;
}
.contact-div {
    box-shadow: 5px 5px 10px gray;
    padding: 60px;
    border-radius: 0px 20px;
    text-align: center;
    color: #e02c6d;
    width: 190px;
}
.contact-div:hover {
    color: white;
    background-color: #e02c6d;
}
.contact-div h2 {
    margin: 2px 0px;
}
.contact-div h4 {
    margin: 2px 0px;
}
.form-div {
    margin-top: 75px;
}
.whatsapp {
    width: 60px;
    color: #e02c6d;
}
input {
    display: block;
    width: 60%;
    margin: 25px auto;
    padding: 10px;
    border: 1px solid #e02c6d;
    border-radius: 5px;
    font-size: 1.2em;
}
textarea {
    display: block;
    width: 60%;
    margin: 25px auto;
    padding: 10px;
    border: 1px solid #e02c6d;
    border-radius: 5px;
    font-size: 1.5em;
}
button{
    padding: 10px 40px;
    text-align: center;
    border: 1px solid #e02c6d;
    border-radius: 5px;
    background-color: #e02c6d;
    color: white;
    font-size: 1.2em;
}
button:hover {
    border: 1px solid #e02c6d;
    border-radius: 5px;
    background-color: white;
    color: #e02c6d;
    font-size: 1.2em;
}
.button {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
}

/* Footer Section */

footer {
    background-color: #000000;
    margin: 0 auto;
    padding: 20px;
}
footer h2 {
    color: white;
    text-align: center;
    margin: 0px;
    padding: 5px;
    font-size: 1.8em;
    font-weight: 700;
}
footer h4 {
    color: white;
    text-align: center;
    margin: 0px;
    padding: 5px;
    font-size: 1.2em;
    font-weight: 500;
}
footer svg {
    width: 25px;
    background-color: white;
    padding: 2px;
    border-radius: 50%;
}
footer svg:hover {
    background-color: #e02c6d;
    color: black;
}
.footer-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}
