* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
}

body {
    background-color: #1a1a1a;
    color: #fff;
}

/*_______________________________________________Navagation Bar_________________________________________________________________________*/
.nav-main {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 4px 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    position: sticky;
    top: 0;
    background-color: #1a1a1a;
    z-index: 10;
}

.nav-main>p {
    font-size: 1.9rem;
    text-indent: 2px;
    font-weight: 800;
    color: yellow;
}

.nav-main>ul>a {
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    /* padding-left: 2rem; */
    margin-left: 2rem;
    cursor: pointer;
    background: none;
}

.nav-main>ul>a:hover {
    color:skyblue;
    text-decoration: underline;
}

/* __________________________________________About Start__________________________________________________________*/
#main-name {
    padding: 5rem;
    background: #091f2c;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 5%;

}

.tex1 {
    font-size: 2rem;
    font-weight: 700;
}

.tex2 {
    font-size: 3rem;
    font-weight: 800;
}

/* .tex3 {
    font-size: 2rem;
    font-weight: 600;
} */

.tex4 {
    font-size: 2rem;
    font-weight: 500;
    color: #3498db;
}

.tex-clo {
    color: #e74c3c;
}

.tex5 {
    font-size: 1.1rem;
    word-spacing: 5px;
    font-weight: lighter;
    margin-top: 2%;
}

.image-pht {
    border: solid #033d5f70 2px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 2px;

}

.resume-btn {
    font-size: 2rem;
    background-color: #2596be;
    color: #fff;
    border-radius: 8px;
    padding: 10px 15px;
    margin-top: 5%;
    border: none;
}

.resume-btn:hover {
    text-decoration: underline;
}

/*____________________________________Skill Front and Database_____________________________________________________*/
.sk-mi {
    background-color: #091f2c;
    margin-top: 2%;
    padding: 2rem;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.skill-name {
    font-size: 3rem;
    font-weight: 700;
}

.skill-intro {
    font-size: 25px;
    font-weight: lighter;
}

#skills {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 1.5%;
}

.fr-1 {
    height: 300px;
    width: 250px;
    background-color: #091f2c;
    border-radius: 5px;
    border: solid 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    flex-direction: column;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    gap: 20px;
    font-weight: lighter;

}

.fr-1:hover {
    transform: translateY(-10px);
    background-color: #3333334e;
}

.fff {
    color: #2596be;
    font-size: 1.5rem;
}

.ddd {
    color: #2596be;
    font-size: 1.5rem;
}

.uuu {
    color: #2596be;
    font-size: 1.5rem;
}

/* __________________________Skills Image__________________________________*/
.p-lang {
    background-color: #091f2c;
    margin-top: 2%;
    padding: 1.5rem;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.pl-heading {
    font-size: 2rem;
    font-weight: 700;
    text-decoration: underline;
}

.p-lang-1 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem;
    margin-top: 1rem;
}

.logo-contant {
    border-radius: 8px;
    border: solid 1px #587a8d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    padding: 15px 5px;
    height: 180px;
    width: 150px;
}

.logo-contant:hover {
    background-color: #ffffff0f;
    cursor: pointer;
}

.logo-text {
    font-size: 1.3rem;
    font-weight: 600;
    color: #587a8d;
}

.tool-name {
    font-size: 2rem;
    font-weight: 700;
    text-decoration: underline;
}

.tools {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem;
    margin-top: 1rem;
}
.l-img{
    width: 100px;
    height: 100px                                                                                                                                                                                                                                                                                                                                                                       ;
}

/* __________Project___________________ */

.pro-main {
    background-color: #091f2c;
    padding: 1rem;
    margin-top: 2%;
}

.project-name {
    font-size: 2rem;
    font-weight: 700;
    text-decoration: underline;
}

.prj-name {
    font-size: 1.2rem;
    color: yellow;
    font-weight: 500;
}

.pro-main-1 {
    margin-top: 1%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    cursor: pointer;
}

.pr-1 {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    border: solid 1px #587a8d;
    padding: 1rem;
    gap: 15px;
    width: 310px;
    border-radius: 8px;
}

.pro-img {
    width: 280px;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.span-pro {

    background: none;
    color: #2596be;
    font-weight: lighter;
    border-radius: 4px;
    border: solid #587a8d 1px;
    padding: 4px 10px;
    font-size: 12px;
    text-transform: capitalize;
    margin-right: 5px;
}

.span-pro:hover {
    background-color: #ffffff0f;

}

.prj-text {
    font-weight: lighter;
    font-size: 14px;
    word-spacing: 2px;

}

.pro-link {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.pro-link>a {
    text-decoration: none;
    color: #3498db;
    font-weight: lighter;
    font-size: 20px;
}

.pro-link>a:hover {
    text-decoration: underline;
}


/* ------------------------Contact Form-------------------------*/
.c-c {
    background-color: #091f2c;
    margin-top: 2%;
    padding: 1rem;

}

#contact-form {
    width: 100%;
    height: 100%;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 1%;
}

.conts {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 1rem;
    border-radius: 8px;
    border: solid #587a8d 1px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin-left: 15%;

}

.c-n {
    font-size: 2rem;
    font-weight: 700;
    text-decoration: underline;
}

.c-name {
    font-size: 1.8em;
    font-weight: 700;

}

.p-r {
    background-color: #063a59;
    border: none;
    outline: none;
    padding: 10px 5px;
    border-radius: 4px;
    width: 330px;
    color: #fff;
    font-size: 16px;
    resize: none;
}

.contact-image {
    width: 600px;
    height: 500px;
    border-radius: 4px;
}

.send-bth {
    border: none;
    padding: 5px 25px;
    font-size: 18px;
    background-color: #007BFF;
    color: #ffffff;
    border-radius: 6px;
    font-weight: 600;
    font-weight: lighter;
}

.send-bth {
    cursor: pointer;
}

/* _________________________________-----footer----_______________________*/
.footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 2rem;
    margin-top: 3%;
    margin-bottom: 3%;
}

.fot-1 {
    font-size: 2rem;
    font-weight: 700;
    color: yellow;

}

.fot-2 {
    display: flex;
    gap: 40px;
}

.f-a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
}