.section-title h1{
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 45px;
    line-height: 55px;
    font-weight: 500;
    color: var(--Font-color-Grey900);
    margin-bottom: 20px;
}
.section-paragraph p{
    width: 650px;
    font-size: 16px;
    line-height: 26px;
    color: var(--Font-color-Grey400);
}

    /* About Section Start*/
.about-section{
    margin-top: 30px;
}
.about-me{
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.about-education{
    width: fit-content;
}
.eduaction-section h1{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
    color: var(--Font-color-Grey900);
}

.eduaction-section h3{
    font-size: 16px;
    line-height: 25px;
    color: var(--Font-color-Grey400);
}
.eduaction-section{
    padding: 10px 0px;
    border-bottom: 1px solid var(--Font-color-Grey400);
}

.skills{
    margin-top: 30px;
    padding: 10px 10px;
    height: 378px;
    width: fit-content;
    background: linear-gradient(93deg, rgba(193, 178, 247, 0.1) 0%, rgba(122, 119, 150, 0.09) 100%);
    border-radius: 50px;
    display: flex;
}
.banner{
    background: var(--Primary-color);
    width: fit-content;
    height: fit-content;
    border-radius: 45px;
    padding: 50px 20px;
}
.banner h1{
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 45px;
    font-weight: 500;
    color: var(--Font-color-white900);
    margin-bottom: 10px;
}
.banner p{
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: var(--Font-color-white400);
}
.Skills-name{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
}

.Skill-title{
    width: 220px;
    border-radius: 50px;
    padding: 20px 20px;
    border-right: 1px solid var(--Font-color-Grey400);
}
.Skill-title  h1{
    font-size: 38px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
}

#skill-icon{
    margin-top: 20px;
    font-size: 80px;
    color: var(--Font-color-Grey400);
}

    /* About Section end*/

    /* Portfolio Section start */

.Portfolio-section{
    margin: 100px 0px;
}

.section-title-port h1{
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 45px;
    line-height: 55px;
    font-weight: 500;
    color: var(--Font-color-Grey900);
    margin-bottom: 40px;
    text-align: center;
}
.portfolio-images{
    display: flex;
    justify-content: space-between;
}

.portfolio-card {
    padding: 20px 20px;
    width: 308px;  
    border-radius: 20px;
    border: 1px solid var(--Font-color-Grey400);
}

.portfolio-Description{
    height: 200px;
}
.portfolio-image img{
    margin-top: 20px;
    border: 1px solid var(--Font-color-Grey400);
    float:right;
    align-self: flex-end;
    border-radius: 7px;
    height: 250px;
}

.portfolio-cat h1{
    font-size: 14px;
    color: var(--Font-color-Grey400);
    font-weight: 700;
    margin-bottom: 5px;
}

.portfolio-name h1{
    font-size: 24px;
    line-height: 36px;
    font-weight: 900;
    color: var(--Font-color-Grey900);
    margin-bottom: 10px;
}

.portfolio-btn{
    margin-bottom: 10px;
}
.portfolio-btn a{
    cursor: pointer;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    color: var(--Font-color-Grey400);

}
.portfolio-btn a i{
    cursor: pointer;
    font-size: 16px;
    color: var(--Font-color-Grey400);
}

.portfolio-Technologies i{
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 30PX;
    color: var(--Font-color-Grey400);
}

/* Portfolio Section End */

/* Contact Section start */
.contact-section{
    margin-bottom: 100px;
}

.email-name{
    display: flex;
    gap: 50px;
}
.Input-name{
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--Font-color-Grey400);
    height: 24px;
    width: 100%;
    font-size: 16px;
    padding: 5px 5px;
}
.message{
    margin: 20px 0;
}
.Message-input{
    background: transparent;
    width: 100%;
    height: 100px;
    font-size: 16px;
    padding: 5px 5px;
    border: 0px solid;
    border-bottom: 1px solid var(--Font-color-Grey400);
}

.Input-name:hover{
    border-bottom: 2px solid var(--Font-color-Grey900);
}
.Message-input:hover{
    border-bottom: 2px solid var(--Font-color-Grey900);
}
.Input-name:focus{
    outline: none;
    border-bottom: 2px solid var(--Primary-color);
}

.Message-input:focus{
    outline: none;
    border-bottom: 2px solid var(--Primary-color);
}

.contact-btn button{
    margin-top: 20px;
    cursor: pointer;
    padding: 20px 40px ;
    border: none;
    font-size: 16px;
    background: var(--Primary-color);
    color: var(--Font-color-white900);
    border-radius: 4px;
}

.contact-main{
    display: flex;
    justify-content: space-between;

}
.contact-details p{
    margin-top: 30px;
    font-size: 20px;
    color: var(--Font-color-Grey400);
}

.contact-details p i{
    text-align: center;
    font-size: 16px;
    color: var(--Font-color-Grey400);
}
/* Contact Section End */

/* Fotter Section Start */

.fotter-section{
    text-align: center;
}
.fotter-logo img{
height: 60px;
}
.fotter-section-name{
    margin-top: 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--Font-color-Grey400);
}
.fotter-section-name h1{
    font-size: 16px;
    color: var(--Font-color-Grey400);
}

.fotter-copyright h1{
    padding: 10px 0px;
    font-size: 16px;
    color: var(--Font-color-Grey400);
}
/* Fotter Section End */

@media only screen and (max-width:1440px) {
    .Sumit-portfolio{
        margin: 0px 160px;   
    }   
}

@media only screen and (min-width:200px) and (max-width:574px){

    /* About Section Start*/

    .Sumit-portfolio{
        margin: 0px 20px;   
    }  
    .about-me{
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }

    .Skills-name{
        flex-direction: column;
        justify-content: center;
    }
    .Skill-title{
        text-align: center;
        border-right: none;
        border-bottom: 1px solid var(--Font-color-Grey400);
    }
    .skills{
        margin-top: 30px;
        padding: 10px 10px;
        width: fit-content;
        height: fit-content;
        border-radius: 50px;
        flex-direction: column;
    }

    .section-title h1{
        text-align: center;
        margin-bottom: 10px;
    }
    .section-paragraph p{
        width: fit-content;
        text-align: center;
    }
    /* About Section end*/

    /* Portfolio Section Start */
    .portfolio-images{
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .section-title-port h1{
        margin-bottom: 40px;
    }

    /* Portfolio Section End */

    /* Contact Section start */

    .contact-main{
        flex-direction: column;
    
    }
    .email-name{
        flex-direction: column;
    }
    .contact-details p{
        color: white;
    } 
    .contact-details p i{
        color: white;
    }
    .contact-input{
        text-align: center;
    }
    /* Contact Section End */

    /* Fotter Section Start */
    /* Fotter Section End */
}