@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Montserrat', sans-serif;
	background-color: #1A1818;
}

.header{
	display: flex;
	justify-content: center;
	align-content: center;
}

.header_{
	display: flex;
}


.image{
	position: relative;
}

.image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45); /* 45% transparency black */
  z-index: 1; /* Ensure the shadow is above the image */
}

.image img {
      max-width: 100%;
      height: auto;
	  filter: blur(6px);
	  z-index: 2;
    }

.icon-container {
  display: flex;
  align-items: center;
  position: absolute;
  top: 70px; /* Adjust this value to move the icon-container upwards */
  left: 60px; /* Adjust this value to move the icon-container left or right */
  z-index: 3; /* Set a value higher than the shadow's z-index */
}

.icon-container p{
  text-align: center;
	 font-size: 18px;
	font-weight: normal;
	 color: white;
}

.icon-container-2 {
  display: flex;
  align-items: center;
  position: absolute;
  top: 70px; /* Adjust this value to move the icon-container upwards */
  left: 450px; /* Adjust this value to move the icon-container left or right */
  z-index: 3; /* Set a value higher than the shadow's z-index */
}

.icon-container-2 p{
  text-align: center;
	 font-size: 18px;
	font-weight: normal;
	 color: white;
}

.icon-container-3 {
  display: flex;
  align-items: center;
  position: absolute;
  top: 70px;
  left: 850px;
  z-index: 3;
}

.icon-container-3 p{
  text-align: center;
	 font-size: 18px;
	font-weight: normal;
	 color: white;
}

.profile-pic {
	position: absolute;
	text-align: center;
	padding-top: 23%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.profile-pic img {
  width: 158px;
  height: 158px;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
}

.profile-pic h1,
.profile-pic h3 {
  margin: 0;
  color: white;
  position: relative; /* Ensure the z-index property works */
  z-index: 4; /* Set a higher z-index for the text elements */
}

.profile-pic h1 {
  font-size: 60px;
  font-weight: bold;
  margin-top: 10px;
}

.profile-pic h3 {
  font-size: 1.25em;
  font-weight: normal;
}


 /* About Me */
.icon-container-4 h2{
 color: white;
 font-size: 25px
}

 .icon-container-4 p {
     text-align: justify;
	 font-size: 1.2em;
	 color: white;
	 font-weight: medium;
	 padding-left: 110px; 
     padding-right: 110px;
    }

.path{
	display: flex;
	justify-content: center;
	align-content: center;
}

 /* Experience */
.icon-container-5 h2{
 color: white;
 font-size: 1.5625em;
	
}


.section h5 {
	display: flex;
    color: #FFD338;
    font-size: 1em;
    font-weight: medium;
    padding: 2px;
    margin-bottom: 2px; /* Add space below h5 */
	margin-left: 2%;
}

.section h6 {
	display: flex;
    color: #FFFFFF;
    font-size: 0.875em;
    font-weight: lighter;
    padding: 3px;
    margin-left: 2%; /* Adjust left margin if necessary */
	margin-top: 2px;
}

.section h4 {
	display: flex;
	color: white;
	font-size: 1.125em;
	padding: 5px;
	margin-left: 2%;
		
}

.list {
    display: flex;
}

.list li {
    font-size: 1em;
    color: white;
    font-weight: medium;
    justify-content: left;
    align-content: center;
    margin-bottom: 2px; /* Add space between list items */
}


.box {
	padding: 1%;
    background-color: #2B2B2B;
    color: white;
    margin-bottom: 1.25em;
    position: relative;
    transition: background-color 0.5s;
}

.box:hover {
	background-color: rgba(43, 43, 43, 0.8); /* Background color with transparency */
    box-shadow: 0px 2px 10px 0px #ccc;
    border: 1px solid transparent;
}

.section2 {
	display: flex;
	flex-direction: column;
}

.section2 h4 {
	display: flex;
	color: white;
	font-size: 1.125em;
	padding: 5px;
	margin-left: 2%;
		
}

.section2 h5 {
	display: flex;
    color: #FFD338;
    font-size: 1em;
    font-weight: medium;
    padding: 2px;
    margin-bottom: 2px; /* Add space below h5 */
	margin-left: 2%;
}

.section2 h6 {
	display: flex;
    color: #FFFFFF;
    font-size: 0.875em;
    font-weight: lighter;
    padding: 3px;
    margin-left: 2%; /* Adjust left margin if necessary */
	margin-top: 2px;
}

.section2 li{
	font-size: 1em;
    color: white;
    font-weight: medium;
    justify-content: left;
    align-content: center;
    margin-bottom: 2px; /* Add space between list items */
}

.box2 {
	padding: 1%;
    background-color: #2B2B2B;
    color: white;
    margin-bottom: 1.25em;
    position: relative;
    transition: background-color 0.5s;
}

.box2:hover {
	background-color: rgba(43, 43, 43, 0.8); /* Background color with transparency */
    box-shadow: 1px 2px 10px 0px #ccc;
    border: 1px solid transparent;
}


 /* Project */
.icon-container-6 h2{
 color: white;
 font-size: 1.5625em;
}

.main {
    position: relative;
}

.main img {
    max-width: 100%;
    height: auto;
}

.main h2{
	position: absolute;
    top: 40%; 
    left: 10%; 
    width: 86%;
    font-weight: bold; 
    color: white; 
}

.main h2 {
    font-size: 1.5625em;
    letter-spacing: 1px;
    padding: 3px;
    margin-bottom: 2px;
}

.main h3{
	position: absolute;
    top: 45%; 
    left: 10%; 
    width: 86%;
    font-weight: normal; 
    color: white; 
}

.main h3 {
    font-size: 1.25em;
	letter-spacing: 1px;
	padding: 3px;
    margin-bottom: 2px;
}

.main2 {
    position: relative;
}

.main2 img {
    max-width: 100%;
    height: auto;
}

.main2 h2{
	position: absolute;
    top: 40%; 
    left: 10%; 
    width: 86%;
    font-weight: bold; 
    color: white; 
}

.main2 h2 {
    font-size: 1.5625em;
    letter-spacing: 1px;
    padding: 3px;
    margin-bottom: 2px;
}

.main2 h3{
	position: absolute;
    top: 45%; 
    left: 10%; 
    width: 86%;
    font-weight: normal; 
    color: white; 
}

.main2 h3 {
    font-size: 1.25em;
	letter-spacing: 1px;
	padding: 3px;
    margin-bottom: 2px;
}

.main3 {
    position: relative;
}

.main3 img {
    max-width: 100%;
    height: auto;
}

.main3 h2{
	position: absolute;
    top: 40%; 
    left: 10%; 
    width: 86%;
    font-weight: bold; 
    color: white; 
}

.main3 h2 {
    font-size: 1.5625em;
    letter-spacing: 1px;
    padding: 3px;
    margin-bottom: 2px;
}

.main3 h3{
	position: absolute;
    top: 45%; 
    left: 10%; 
    width: 86%;
    font-weight: normal; 
    color: white; 
}

.main3 h3 {
    font-size: 1.25em;
	letter-spacing: 1px;
	padding: 3px;
    margin-bottom: 2px;
}


 /* Skill */
.icon-container-7 h2{
 color: white;
 font-size: 1.5625em;
}

.grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
}

.grid img{
	width: 100%;
}

/* Education */
.user-icon {
  display: flex;
  justify-content: center; /* Center the content horizontally */
  align-items: flex-end; /* Align the content at the bottom */
}

.icon-container-8 {
  text-align: center; /* Center the text within its container */
}

.icon-container-8 h2 {
  color: white;
  font-size: 1.5625em;
}

.timeline {
  display: flex;
  flex-direction: column; 
  align-items: center; 
  justify-content: center; 
  text-align: center; 
}

.timeline {
    display: flex;
}

.timeline h6 {
    color: #FFFFFF;
    font-size: 0.875em;
    font-weight: lighter;
    padding: 2px;
    margin-bottom: 2px;
    margin-right: 30%;
}

.timeline h5 {
    color: #FFD338;
	text-align: left;
    font-size: 1em;
    font-weight: medium;
    padding: 3px;
    margin-bottom: 1px;
    margin-left: 25%;
	margin-top: -3%;
}

.timeline2 {
  display: flex;
  flex-direction: column; 
  align-items: center; 
  justify-content: center; 
  text-align: center; 
}

.timeline2 {
    display: flex;
}

.timeline2 h6 {
    color: #FFFFFF;
    font-size: 0.875em;
    font-weight: lighter;
    padding: 2px;
    margin-bottom: 2px;
    margin-right: 30%;
}

.timeline2 h5 {
    color: #FFD338;
	text-align: left;
    font-size: 1em;
    font-weight: medium;
    padding: 5px;
    margin-bottom: 1px;
    margin-left: 34%;
	margin-top: -3%;
}

/* Language */
.icon-container-9 h2{
 color: white;
 font-size: 1.5625em;
}


.language-section {
    width: 50%;
    margin: 20px auto;
    text-align: center;
    position: relative;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer img {
  width: 30%; /* Adjust the width as needed */
  display: block; /* To remove extra space below inline elements */
  margin: 0 auto; /* Center the image horizontally */
}



@media (max-width:375px){
	.header{
		display: block;
	}
	
	.path{
		display: block;
	}
	
	.list{
		display: block;
	}
	
	.section{
		display: block;
	}
	
	.section2{
		display: block;
	}
	
	.timeline{
		display: block;
	}
	
	.footer{
		display: block;
	}
	
	.header_{
		display: block;
	}
	
}	