/* google fonts  */
/* font-family: "Montserrat", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* font-family: "Roboto", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body{
    margin: 0;
    padding: 0;
    margin: auto 1%;
    background-color: #212428f5;
}
/* common start */
.head_font{
    font-family: "Montserrat", sans-serif;
}
.para_font{
    font-family: "Roboto", sans-serif;
}
.sub_head{
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
}
.sub_para{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: rgb(135, 142, 153);
    font-family: "Roboto", sans-serif;
}
/* common end */
.main{
    display: flex;
    margin-top: 50px;
    width: 100%;
}
.gap20{
    margin: 30px;
}
/* profile section start */
.profile_area{
   width: 50%;
    position: fixed;
    height: 100vh;
}
.profile{
    margin: 0px 15px;
}
.profile img{
    width: 200px;
    border: 5px solid #32363B;
    border-radius: 50%;
}
.profile h1{
    font-size: 56px;
    font-weight: 700;
    line-height: 62px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
}
.profile h1 span{
    color: #FF014F;
}
.profile p{
    margin: 0px 100px 70px 0px;
}
.profile p:hover{
    color: #FF014F;
}
.profile a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: rgba(255, 1, 77, 0.459);
    font-family: "Montserrat", sans-serif;
    background-color: #181a1e3a;
    padding: 25px 30px;
    border-radius: 7px;
    box-sizing: border-box;
    box-shadow: 2px 5px #181a1e3a;
}
.profile a:hover{
    background-color: #181a1e;
    color: rgb(255, 1, 79)
}
.socile_icon i {
    font-size:30px;
    color: white;
    margin-top: 20px;
}
.gr_10{
    margin-left: 15px;
    margin-right: 15px;
}
/* profile section end */
/* content section start */
.content_area{
    margin-left: 50%;
}
.content{
    margin: 0px 10px;
}
.content .about{
    background-color: #212428;
    padding:30px 50px;
    border-radius: 15px;
    margin-bottom: 50px;
}
hr{
    margin: 40px 0px;
    color: #121415;
}
.skill img{
    width: 100px;
    height: 100px;
    margin-right: 20px;
    margin-bottom: 20px;  
}
.protfuillo li a{
    text-decoration: none;
    color: rgb(135, 142, 153);
}
.protfuillo li a:hover{
    color: #FF014F;
}
/* content section start */
.contact_form {
  max-width: 600px;
  margin: 50px auto;
  padding: 20px;
  font-family: "Roboto", sans-serif;
}

.form_row {
  display: flex;
  gap: 20px;
}

.form_group {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

label {
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
  color: #aaa;
  font-family: "Roboto", sans-serif;
}

input, textarea {
  background: #222;
  border: 1px solid #333;
  padding: 12px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  outline: none;
  transition: border 0.3s;
}

input:focus, textarea:focus {
  border: 1px solid #ff004f; 
}

.submit{
    background-color: #181a1e;
}
.submit{
    background-color: #ff004f;
    padding: 17px 27px;
    color: #ffffff;
    font-size: 18px;
    border-radius: 7px;
}
.submit:hover{
    background-color: #ff014d4b;
    color: #aaa;
}
/* content section end*/