@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Lexend+Deca:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* 
font-family: "Cormorant Garamond", serif;
font-family: "Lexend Deca", sans-serif;
font-family: "Montserrat", sans-serif;
font-family: "Poppins", sans-serif;
font-family: "Roboto", sans-serif;
*/

 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    background: #000000;
    font-family: "Poppins", sans-serif;
}
.common {
    display: flex;
    justify-content: center;
}
.common-even {
    display: flex;
    justify-content: space-evenly;
}
.common-bet {
    display: flex;
    justify-content: space-between;
}
.common-around {
    display: flex;
    justify-content: space-around;
}
.align {
    align-items: center;
}
.flex-col {
    flex-direction: column;
}
.flex-row {
    flex-direction: row;
}
.col-10 {
    width: 10%;
}
.col-15 {
    width: 15%;
}
.col-20 {
    width: 20%;
}
.col-25 {
    width: 25%;
}
.col-30 {
    width: 30%;
}
.col-35 {
    width: 35%;
}
.col-40 {
    width: 40%;
}
.col-45 {
    width: 45%;
}
.col-50 {
    width: 50%;
}
.col-55 {
    width: 55%;
}
.col-60 {
    width: 60%;
}
.col-65 {
    width: 65%;
}
.col-70 {
    width: 70%;
}
.col-75 {
    width: 75%;
}
.col-80 {
    width: 80%;
}
.col-85 {
    width: 85%;
}
.col-90 {
    width: 90%;
}
.col-95 {
    width: 95%;
}
.col-100 {
    width: 100%;
}

/* ------------------- Navigation ----------------- */
.navigation {
    height: 70px;
    background: #222222;
}
.nav-logo,
.nav-links {
    background: transparent;
}
.nav-logo a img {
    width: 70px;
}
.nav-links a {
    color: #ffffff;
    letter-spacing: .5px;
    background: transparent;
    text-decoration: none;
}
.nav-links a:hover {
    transition: .3s;
    color: #838282;
    /* margin-top: -10px; */
}
.fullName h2 {
    color: #838282;
    font-weight: 600;
    font-size: 3pc;
    padding: 2pc 0;
    letter-spacing: 10px;
    font-family: "Montserrat", sans-serif;
}

.about {
    padding: 1pc 0;
}
.about img {
    width: 130px;
}
.about h3 {
    color: #fff;
    font-size: 2pc;
}
.about p {
    width: 50%;
    padding: 1pc 0;
    color: #838282;
    text-align: center;
}
.about-links a {
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    border: 2px solid #fff;
}
.about-links a:nth-child(1) {
    background: #fff;
    color: #000;
}
.about-links a:nth-child(2) {
    color: #fff;
}
.about-links a:nth-child(1):hover {
    background: #000;
    color: #fff;
    transition: .3s;
}
.about-links a:nth-child(2):hover {
    background: #fff;
    color: #000;
    transition: .3s;
}
.skills,
.experience {
    margin: 3pc 0;
}
.skills-head,
.exp-images {
    padding: 20px 0;
}
.skills-head h4 {
    font-size: 23px;
    color: #C5C5C5;
    font-weight: 500;
    letter-spacing: 2px;
}
.skills-box img {
    width: 50px;
}
.skills-box {
    width: 150px;
    /* border: 2px solid red; */
}
.skills-box p {
    color: #fff;
}
.proj-head h3 {
    font-size: 2pc;
    background: -webkit-linear-gradient( #FF8660, #D5491D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.projects-main,
.exp-main {
    padding: 1pc 0;
}
.proj-box {
    width: 350px;
    height: auto;
    border-radius: 10px;
    text-align: center;
    /* box-shadow: 2px 2px 10px 1px #2a2a2a; */
    background: #363636;
    border: 1px solid #000;
}
.proj-box a img {
    width: 100%;
    height: 180px;
    border-radius: 10px 10px 0 0;
}
.proj-box a img:hover {
    transition: .3s;
    border: 2px solid #0050a0;
}
.proj-box p {
    width: 100%;
    color: #fff;
    font-weight: 500;
    padding: 10px 0;
    text-align: center;
    letter-spacing: .6px;
    background: transparent;
}
.exp-head h4 {
    font-size: 2pc;
    background: -webkit-linear-gradient( #5BADFF, #1373D1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.exp-box {
    /* border: 2px solid red; */
}
.exp-box span h3 {
    color: #fff;
    font-weight: 500;
}
.exp-box span {
    margin-bottom: 20px;
}
.exp-box p {
    font-size: 15px;
    color: #8491A0;
    letter-spacing: .4px;
}
.contact {
    padding: 4pc 0;
}
.contact-head h3 {
    color: #fff;
    font-weight: 600;
}
.contact-head p {
    color: #C5C5C5;
    font-size: 14px;
    margin: 1pc 0;
}
.contact-main span {
    justify-content: flex-start;
}
.contact-main span a {
    margin-left: 5px;
    color: #C5C5C5;
    text-decoration: none;
}
.contact-main span a:hover {
    text-decoration: underline;
}
.contact-icons img {
    width: 18px;
    height: 18px;
    margin: 1pc 0;
}

/* ------------- Contact ------------- */

.message-form form label {
    color: #8491A0;
}
.message-form form {
    width: 400px;
    padding: 3pc 0;
}
.message-form form input,
.message-form form textarea {
    outline: none;
    padding: 7px;
    font-size: 14px;
    color: #5BADFF;
    border-radius: 5px;
    margin: 7px 0;
    border: 1px solid #8491A0;
}
.message-form form input[type="submit"] {
    width: 200px;
    color: #000;
    border: 0;
    margin: auto;
    background: #5BADFF;
}
.message-form form input[type="submit"]:hover {
    transition: .3s;
    cursor: pointer;
    background: #0050a0;
}

.admin table {
    color: #fff;
    text-align: center;
}
.admin table,
.admin th,
.admin tr,
.admin td {
    padding: 7px;
    border: 1px solid #fff;
    border-collapse: collapse;
}
@media only screen and (max-width:723px) {
    #nav-links {
        display: none;
    }
    .fullName h2,
    .about h3,
    .skills-head h4,
    .proj-head h3,
    .exp-head h4,
    .contact-head h3 {
        font-size: 1pc;
    }
    .exp-box span h3 {
        font-size: 13px;
    }
    .exp-box span p {
        font-size: 12px;
    }
    .about p,
    .about-links,
    .exp-images,
    .projects-main,
    .exp-box,
    .contact-main,
    .message-form {
        width: 95%;
    }
    .projects-main {
        flex-direction: column;
    }
    .exp-images {
        flex-wrap: wrap;
    }

}