@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,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&display=swap');

* {
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;

}

header {
    background-color: #222831;
    width: 100%;
    position: fixed;
    z-index: 10;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 200px;
    gap: 650px;
}

.logo {
    text-decoration: none;
    color: #00ADB5;
    font-weight: 700;
    font-size: 1.8em;
    margin-left: -100px;
}

ul {
    display: flex;
    gap: 50px;

}

li {

    list-style-type: none;

}

a {
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1em;
    padding-left: 30px;
    color: #EEEEEE;
}

.nav-bar a:hover {
    color: #baf3f7;
}

section {
    padding: 100px 200px;
}

.heroSection {
    display: flex;
    background-color: #222831;
    justify-content: space-evenly;

}

.left-heroSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #222831;
    margin-right: 20px;
    width: 50%;
    max-width: 600px;
}

h1 {
    display: flex;
    flex-direction: column;
    color: #EEEEEE;
    width: 410px;
    margin: 37px;
    font-weight: 400;
}

.hilighting {
    color: #00ADB5;
    font-weight: 700;
    font-size: 40px;
    margin-top: 20px;
}


.heroSection h2 {
    color: #EEEEEE;
    font-size: 30px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.hero-btns {
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 1.1em;
    padding: 20px;
}

.hero-photo {
    width: 365px;
}

.hiring-btn {
    background-color: #00ADB5;
    border-radius: 25px;
    display: inline-block;
    padding: 10px;
    margin-left: -100px;
    letter-spacing: 1px;
    font-style: italic;
    transition: .6s ease;
}

.hiring-btn:hover {
    background-color: #077e90;
    transform: scale(1.1);
}

.download-btn {
    background-color: #393E46;
    border-radius: 25px;
    display: inline-block;
    padding: 10px;
    margin-right: 80px;
    margin-bottom: 20px;
    margin-left: 30px;
    letter-spacing: 1px;
    font-style: italic;
}

.download-btn:hover {

    background-color: #303333;
    transform: scale(1.1);
}


.arrow {
    position: absolute;
    left: 215px;
    top: 50%;
    transform: translateY(-50%);
    width: 90px;
    height: auto;
}

.socialIcons {
    color: #f9f9f9;
    margin-right: 300px;
}

.fa-brands {
    color: #fff;
    font-size: 1.9em;
}

.fa-solid {

    color: #fff;
    font-size: 1.9em;
}

.container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    justify-content: space-evenly;

}
.cards {
    border: 2px solid #94bfc8;
    min-height: 14em;
    width: 20em;
    overflow: hidden;
    border-radius: 10px;
    transition: .7s ease;
    background-color: #017278;

}
.cards:hover{
    /* background-color: #b2e7e7; */
    transform: scale(1.1);

}

.cards img {
    width: 100%;
    height: 100%;
}

#projects {
    background-image: url("./assets/Projects-background.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.portfoli-pro {
    background-color: #fff;
    height: 100vh;
}

h3 {
    width: 12em;
}

.fa-circle-arrow-right {
    margin-top: 10px;
    color: rgb(115, 229, 244);
    background-color: rgb(1, 67, 83);
    border-radius: 50%;
    font-size: xx-large;
}

.portfolio-title {
    margin-top: 11px
}

.description {
    margin: 10px;
    display: flex;
}

.skills {
    display: flex;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    gap: 80px;
}

.skill {
    background: #003c3e;
    color: #fff;
    padding: 8px 15PX;
    border-radius: 16px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    gap: 80px;
    display: inline-flex;
    margin: 5px 10px;

}

h3 {

    color: #2c2b2b;
}
.projects-title{
    padding-left: 5px;
    color: #00ADB5;
}
.title{
    color: #fff;
    margin: 100px;
    display: flex;
    justify-content: center;
    letter-spacing: 1px;
    font-size: 40px;

}

.form-item{
    display: flex;
    flex-direction: column;
}
.form-item label{
    margin: 10px;
}
.form
{
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.two-field{
    display: flex;
   
    gap: 20px;
}
.contact{
    background-color: #222831;
    display: flex;
    justify-content: space-between;

}
.contact-title{
    width: 40%;
   
    font-size: xx-large;

}
