.inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    /* font-weight:mixed; */
    font-style: mixed;
}
.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}
.space-grotesk {
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.name {
    font-size: 32px;
    height: 67px;
    width: 243px;
    color: #FFFFFF;
    left: 65px;
    top: 51px;
    right: 1132px;
    margin-top: 51px;
    margin-left: 65px;
}
.btn:hover {
    transition: all 0.2s ease-in-out;
    color: cadetblue;
}
/* Navbar style */
nav ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 20px;

}
nav a {
    /* height: 45px;
    width: 83px; */
    font-size: 27px;
    color: #FFFFFF;
    text-decoration: none;

}
nav {
    display: flex;
    align-items: center;
    gap: 20px;
}
.nav-btn {
    padding: 10px 20px;
    border-radius: 10px;
    background-color: rgb(143, 79, 15);
    transition: all 0.3s ease-in-out;
}
.nav-btn:hover {
    background-color: rgb(30, 5, 54);
    color: cadetblue;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background-color: #221F1F;
}
header {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;

}
/* Hero Section */
.hero-items1 h4 {
    font-size: 100px;
    color: #FFFFFF;
    padding-left: 97px;
    margin: 0px;
    font-weight: 600;
}
.hero-items1 h1 {
    font-style: xx-large;
    font-size: 28px;
    color: #A6BBCC;
    margin: 0;
    padding-left: 97px;

}
.hero-items2 img {
    height: 736px;
    width: 600px;
    border-radius: 150px;
}
.Hero-item {
    display: flex;
    align-items: center;
    justify-content: space-around;

}
/* About-section */
.About-section {
    max-width: 900px;
    margin: 100px auto;
    padding: 0 40px;
    color: #FFFFFF;
}

.about-line h2 {
    font-size: 75px;
    margin-bottom: 20px;
    color: #A6BBCC;
    line-height: 116px;
}

.stroke {
    border: 4px solid #A6BBCC;
}
.About-section p {
    font-size: 24px;
    color: #FFFFFF;
    margin: 0;
    width: 956px;
    height: 151px;
    left: 259px;
    top: 1018px;
}
/* work-section */
.work-section {
    max-width: 900px;
    margin: 100px auto;
    padding: 0px;

}
.work-section h2 {
    color: #A6BBCC;
    font-size: 75px;
    line-height: 116px;
    margin-bottom: 20px;
}
.project-title{
    color: #FFFFFF;

}
.project-description{
    color: #FFFFFF;
    font-size: 24px;
}
.project img{
    height: 342px;
    width: 614px;
}
.skills-description b{
    display: inline-block;
    background: #D9D9D9;
    color: #1a73e8;       
    padding: 3px 8px;
    border-radius: 6px;
    margin-right: 6px;
    font-weight: 600;
    font-size: 1rem;
}
.skills-description b:hover {
    color: cadetblue;
}
/* contact-section */
.contact-section {
    max-width: 900px;
    margin: 100px auto 0;
    padding: 0;
}
.contact-section h2 {

    color: #A6BBCC;
    font-size: 75px;
    line-height: 116px;
    margin-bottom: 20px;

}
.contact-section p {
    font-size: 24px;
    color: #D9D9D9;
    margin: 0;
    width: 956px;
    height: 151px;
    left: 259px;
    top: 1018px;
}
form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.social-icons {
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
.social-icons i {
  font-size: 30px;
  transition: 0.3s ease;
}
.social-icons a {
  color: #ffffff;
  text-decoration: none;
}
.social-icons a:hover i {
  color: #00aced;
  transform: scale(1.2);
}
form label{
    color: #FFFFFF;
    font-weight: 600;
    /* margin-bottom: 5px; */
}
input[type="text"], input[type="email"], textarea[name="message"]{
    color: cadetblue;
    border-radius: 5px;
    padding: 12px 15px;
    border: 1px solid #555;
    font-size: 16px;
    background-color:#35393b;
}
button[type="submit"]{
    padding: 14px;
    background-color: #A6BBCC;
    color: #24364d;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.3s;
}
button:hover {
    background-color: #356d6d;
}
.footer-bottom {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 20px;
    /* margin-bottom: 40px; */
}
.footer-bottom p {
    margin: 5px 0;
}

