@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..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');


*{
    margin: 0;
    padding: 0;
    background-color: #f5f0f2;
    font-family: "Inter", sans-serif;
}

:root {
    --primary_color: #ff5487;
   
}

.container {
    padding: 30px 80px;
    display: flex;
    
}

.profile-data {
    width: 20%;
    margin-top: 70px;
}

.profile-data img {
    width: 210px;
    border-radius: 20px;
    cursor: pointer;
}

.icons {
    margin-top: 15px !important;
    display: flex;
    justify-content: space-between;
    margin: 0px 30px;
    cursor: pointer;
}

.profile-data button {
    width: 160px;
    margin: 20px 30px;
    border: 1px solid#e8e3e5;
    border-radius: 9px;
    padding: 10px 40px;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.profile-data button:hover{
    width: 160px;
    margin: 20px 30px;
    border: 1px solid #e8e3e5;
    border-radius: 9px;
    padding: 10px 40px;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    background-color: #FF5588;
    cursor: pointer;
}

/* profile-details */

.profile-details {
    margin-left: 30px;
}

.profile-details .intro h2 {
   
    color: var(--primary_color);
    font-size: 24px;
    font-weight: 400;
}

.profile-details .intro h1 {
    margin: 30px 0px;
    font-size: 50px;
    font-weight: 400;
}

.profile-details .intro p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
}

.work-done {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.work-done .projects h1 {
    color: var(--primary_color);
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 43px;
    font-weight: 400;
}

.work-done .projects span {
    font-size: 18px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #333333;

}

/* about section */

.about {
    display: flex;
    margin: 100px 0px;}

.about .about-intro h1 {
    font-weight: 400;
    font-family: "Inter", sans-serif;
    padding: 10px 0px;
    font-size: 24px;
    color: var(--primary_color);
}

.about .about-intro h2 {
    font-weight: 400;
    font-family: "Inter", sans-serif;
    padding: 10px 0px;
    font-size: 30px;
    color: #333333;

}

.about .about-intro p {
    font-weight: 400;
    font-family: "Inter", sans-serif;
    padding: 10px 0px;
    font-size: 16px;
    color: #333333;
}

/* Second-Section */


.career-section h1 {
    color: var(--primary_color);
    font-weight: 400;
    font-family: "Inter", sans-serif;
    padding: 10px 0px;
    font-size: 30px;
}

.career-section h2 {
    font-weight: 400;
    font-family: "Inter", sans-serif;
    padding: 10px 0px;
    font-size: 30px;
    color: #333333;
}

.career-section-one{
    margin: 20px 0px;
}

.career-section-one span {
    font-weight: 400;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: #333333;
}

.career-section-one p {
    font-weight: 500;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #333333;
}

/* services-section */

.services-section {
    margin-top: 100px;

}
.services-section h1{
    color: var(--primary_color);
    font-weight: 400;
    font-size: 17px;
    font-family: "Inter", sans-serif;
   padding-bottom: 15px;
}

.services-section h2{
    font-size: 35px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    padding-bottom: 20px;
}

.card-section{
    display: flex;
    margin: 10px 0px;
   
    
}

.card-section-one{
    width: 150px;
    border: 1px solid #FF5588;
    margin: 11px 10px 9px 1px;
    padding: 20px 25px;
    border-radius: 11px;
    
}

.card-section .card-section-one span{
    font-size:17px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #333333;
}

.card-section .card-section-one p{
    text-align: center;
    font-size:10px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding: 7px;
    color: #333333;

}


.card-one{
    width: 150px;
   border: 1px solid #333333;
   text-align: center;
   margin: 11px 13px 9px 10px;
   padding: 20px 25px;
   border-radius: 11px;
}

.card-one span{
    font-size: 17px;
    text-align: center;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #333333;
    
}

.card-one p{
    text-align: center;
    font-size:10px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding: 7px;
    color: #333333;
}

/* skills-section */

.skills-section{
    margin: 100px 0px;
}

.skills-section h1{
    color: var(--primary_color);
    font-weight: 400;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    margin-bottom: 20px;
}

.skills-section h2{
    font-weight: 400;
    font-size: 35px;
    color: #333333;
    font-family: "Inter", sans-serif;
    margin-bottom: 20px;
}


.knowledge-icon{
    display: flex;
    font-size: 40px;
    color: gray;
    justify-content: space-between;
    margin: 25px 50px 26px 0px;
    cursor: pointer;
   
 
}

/* portfolio-section */

.portfolio-section{
    margin: 100px 0px;
}

.portfolio-section h1{
    color: var(--primary_color);
    font-weight: 400;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    margin-bottom: 20px;
}


.portfolio-section h2{
    font-weight: 400;
    font-size: 35px;
    color: #333333;
    font-family: "Inter", sans-serif;
    margin-bottom: 20px;
}

.whatsapp{

    width: 600px;
    justify-content: center;
    border-radius: 15px;
    margin: 10px 0px 7px 6px;
    cursor: pointer;
    
}

.wbsites img{
    width: 295px;
    border-radius: 15px; 
    margin:5px 1px 10px 6px;
    cursor: pointer;

}


/* testimonial-section */

.testimonial-section{
    margin: 100px 0px;
    width: 500px;
}

.testimonial-section h1{
    color: var(--primary_color);
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
}

.testimonial-section h2{
    font-weight: 400;
    font-size: 30px;
    color: #333333;
    font-family: "Inter", sans-serif;
    margin-bottom: 40px;
    margin-top: 15px;
}


/* Jimmy-img */

.Jimmy-img{

    border: 1px solid #333333; 
    border-radius: 20px;
    padding: 10px;
}

.rectangle-girl img{
   width: 60px;
   margin: 30px ;
   cursor: pointer;
}

.rectangle-girl {
    display: flex;
    align-items: center;

}

.Jimmy-img p{
    margin-top: 20px ;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    margin:20px 30px ;
    font-family: "Inter", sans-serif;
}

.jimmy-intro h3{
    font-size: 15px;
    font-weight: 500;
}

.jimmy-intro span{
    font-size: 10px;
    font-weight: 400;
}


/* brand-section */

.brand-section{
    margin: 100px 0px;
}

.brand-section h1{
    color: var(--primary_color);
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;

}

.brand-section h2{
    font-weight: 400;
    font-size: 35px;
    color: #333333;
    font-family: "Inter", sans-serif;
    margin-bottom: 20px;
}

.brand-img{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 70px 0px;
    cursor: pointer;


}

.brand-img img{
    width: 100px;
}

/* contact-section */

.contact{
    font-size: 24px ;
    font-weight: 400;
    color: var(--primary_color);
    margin: 30px 0px;

}

.form-input{
    margin: 20px 0px;
}

.label{
    font-weight: 400;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    color: #333333;
}

.form-input input{
    border-top: none ;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #e8e3e5;
    width: 400px;
    padding: 6px;
}

.form-input input:focus{
    outline: none;
}

.form-textarea textarea{
    border-top: none ;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #e8e3e5;
    padding: 10px;
}

.form-textarea textarea:focus{
    outline: none;
}

.Hire-btn{
    padding: 15px 55px;
    border: 1px solid #e8e3e5;
    border-radius: 15px ;
    margin: 20px 0px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}

.Hire-btn:hover{
    padding: 15px 55px;
    border: 1px solid #e8e3e5;
    border-radius: 15px ;
    margin: 20px 0px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    background-color: #FF5588;
    cursor: pointer;
}









