*{
  margin: 0;
  padding: 0;
}
*{
  background-color:white
}

.nav{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.name
{
  font-size: 22px;
  font-family:"Poppins", "Poppins Placeholder", sans-serif;
  font-weight: 700;
  color: rgb(36, 38, 47); 
  margin-left: 100px;

}

.details{
  margin-right: 100px;
}

.details p{
  display: inline-block;
  margin-right: 10px;
  color: #4E525A;
  font-style: normal;
  font-weight:600;
  font-size: 16px;
  
}

.details p:hover
{
  color: #6E06F2;
}
#about
{
  display: flex;
  justify-content:space-between;
  
}

.intro
{
  margin-top: 50px;
  margin-left: 100px;
 
}

.info
{
  display: flex;
  direction: row;
  justify-content: space-between;
  margin-top: 100px;
  
}

.intro h1{
  font-size: 72px;
  margin-top: 10px;
  

}
.grey-heading{
  font-family: sans-serif;
  font-style: normal;
  color: #4E525A;
  font-size: 24px;
}

.intro span
{
  font-size: 72px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 700;
}

.dev-highlight
{
  font-size: 72px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 900;
  letter-spacing:-0.04em;
  line-height: 1em;
}
.highlight
{
  color: #6E06F2;
  font-size: 72px;
  font-family: sans-serif;
  font-style: normal;
  font-weight:900;
  letter-spacing:-0.04em;
  line-height: 1em;
}

.caption{
  margin-top: 10px;
   font-family: sans-serif;
  font-style: normal;
  color: #4E525A;
  font-size: 24px;
  
}

#caption1
{
  margin-top: 20px;
}

.photo img
{
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  border: 5px solid black;
  display: inline-block;
  margin-right: 300px;

}

.button1
{
  border: solid ;
  background-color: #6E06F2;
  border-radius: 8px;
  color: white;
  height:50px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding-top: 3px;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 3px;
  opacity: 1;
}

.button2
{
  border: solid ;
  border-radius: 8px;
  border-width: 1px;
  height:50px;
  color: black;
  background-color: white;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding-top: 2px;
  padding-left: 9px;
  padding-right: 9px;
  margin-left: 20px;
  opacity: 1;


}

.button-container
{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.button1:hover
{
  opacity: 0.5;
  transition: opacity 0.5s ease
}

.button2:hover
{
  color: white;
  background-color:black;
  transition: background-color 0.5s ease
}

.project{
  margin-top: 5px;
}
.heading
{
  font-size: 72px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 900;
  letter-spacing:-0.04em;
  line-height: 1em;
  margin-left: 100px;
  margin-top: 50px;

}

.project-container
{
  display: grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows:1fr 1fr;
  
  height: auto;
  margin-left: 40px;
  margin-right: 100px;
  margin-top:-15px;
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 100px;
}

#project-item
{
  background-color:palevioletred;

  margin: 80px;
  
  
}

/* .project-container p{
   font-family: sans-serif;
  font-style: normal;
  color: #4E525A;
  font-size:16px;
} */

#project-photo
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
 
}

.project-name
{
  font-weight: 900;
  font-size: 22px;
  color:#24262f;
   font-family: sans-serif;
  font-style: normal;
  text-align: start;
  line-height: 1.4em;
  margin-left: 10px;
  
}

#project-item
{
  border-radius: 30px;
}

.project-name img
{
  /* border: solid;
  border-radius: 50px;
  border-width: 2px; */
  width: 18px;
  /* border-color: #6E06F2; */
  height: 18px;
  margin-top:30px;
  margin-left: 10px;
  
}

#project-caption
{
  margin-top: 5px;
  margin-left:10px;
  font-size: 18px;
  font-family:Poppins,Poppins Placeholder,sans-serif;
  line-height: 1.4em;
  color: #4E525A;
  font-weight: 500;
  font-style: normal;
  text-align: start;
  letter-spacing: -0.5px;
}

.experience-container
{
  display: flex;
  max-width: 900px;
  gap: 300px;
  margin-top: 40px;

   margin-left: 40px;
  margin-right: 100px;
  padding-bottom:-60px;
}
.company-detail
{
  flex: 1;
}

.company
{
  margin-left: 100px;
  list-style: none;
}

.company li
{
  cursor: pointer;
 font-size: 22px;
  font-family:"Poppins", "Poppins Placeholder", sans-serif;
  font-weight: 700;
  color: rgb(36, 38, 47);

  margin-bottom: 18px;
}

.company li.active
{
  color: #6E06F2;
}

.company-detail
{
  flex: 1;
}

.tab-content
{
  display: none;
}

.tab-content.active
{
  display: block;
}

.position
{
  margin-bottom:10px;
  color:#24262f;
  font-size: 22px;
  font-weight: 500;
  font-family: sans-serif;
}

.company-detail p
{
  font-size:13px;
  font-weight:500;
  color: #595c65;
  line-height: 1.2em;
  font-family: sans-serif;
}

.tab-content ul
{
  margin-top: 13px;
  margin-left:30px;
}

.tab-content li{
  margin: 10px;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #595c65;
   line-height: 1.5;
   font-style: normal;
   width: 800px;
   list-style: none;
}

.tab-content img
{
  height: 25px;
  width: 25px;
  margin-top: 20px;
}

.lines{
  display: flex;
  margin-left: -30px;
}
.lines p{
   margin: 10px;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 400;
   color: #595c65;
   line-height: 1.5;
   font-style: normal;
   width: 800px;
   list-style: none;

}

.skill-container
{
  margin-top: 40px;

   margin-left: 100px;
  margin-right: 100px;

  display: flex;
  justify-content: space-between;
}

#skill-item h1
{
    font-size: 22px;
    font-weight: 900;
    font-family: sans-serif;
    font-style: normal;
    line-height: 1.4em;
    text-align: start;
}

#technology
{
  margin-top: 10px;
}
#technology p
{
  /* text-align: center; */
  margin: 10px;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 400;
   color: #595c65;
   line-height: 1.5;
   font-style: normal;
}

.frontend
{
  margin-left: 20px;
}
.story-conatiner
{
  margin-top: 40px;

   margin-left: 100px;
  margin-right: 100px;


}

.story-container p{
  margin: 10px;
  
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 400;
   color: #595c65;
   line-height: 1.5;
   font-style: normal;
    margin-left: 100px;
    margin-top: 25px;
    width: 1400px;
}

.heading span{
  font-size: 55px;
  font-style: normal;
  font-weight: 900px;
  line-height: 1.2em;
  color: #6E06F2;
  margin-left: -15px;
}

.footer-container p{
   font-family: sans-serif;
  font-size: 18px;
  font-weight: 400;
   color: #595c65;
   line-height: 1.5;
   font-style: normal;
    
}

.footer-container
{
   margin-top: px;

   margin-left: 100px;
  margin-right: 100px;
}

.footer-para
{
  margin-top: 20px;

  margin-left: 10px;
}

.contact-info
{
  

  margin-top: 25px;
  margin-left: 10px;
}

.contact-info img
{
  height: 50px;
  width: 50px;
}
.contact-info p
{
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  height: auto;
}
.contact-info a
{
  text-decoration: none;
  margin-top:-10px;
  color:#4E525A;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-left: 10px;
  line-height: 1.2em;
  font-style: normal;
  
}

.contact-info a:hover
{
  color: #6E06F2;
}


.contact-info div
{
  margin: 30px;
}

.mail-detail
{
  display: flex;
  align-items: center;
}

.linkedin-detail
{
  display: flex;
  align-items: center;
}

.linkedin-detail a{
  margin-top: 5px;
}