@charset "utf-8";
/* CSS Document */

html {
	scroll-padding-top: 120px;
	scroll-behavior:smooth;
}

body {
	font-family: "Josefin Sans", sans-serif;
  	font-weight: 400;
	background-color: #FFF7FC;
}

h1, h2, h3, h4, h5 {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	margin: 3px;
}

h1 {
	font-size: 100px;
	color: white;
	margin-bottom: 5px;
}

h2 {
	font-size: 45px;
	color : white;
}

h3 {
	font-size: 22px;
	color: white;
}

h4 {
	font-size: 28px;
	color: white;
	margin: 5px;
}

h5 {
	font-size: 22px;
}

p {
	font-size : 20px;
	line-height: 1.2;
	margin-left: 10px;
}

p2 {
	font-size : 20px;
	line-height: 1.2;
	margin: 10px;
}

p4 {
	font-size: 30px;
}

p5 {
	font-size: 16px;
}

p6 {
	font-size: 16px;
	color : white;
}

/* HEADER SECTION */
.container {
	width : 100%;
	position : relative;
	background-color: #5755FE;
	border-radius: 0 0 15px 15px;
	margin : 0 0 18 0;
}

.row {
	display: flex;
	padding: 3% 3% 0;
	gap : 5%;
}

.profile img {
	transition : 0.3s ease;
}

.profile img:hover {
	transform : scale(1.1);
}	

.no {
	display: flex;
	gap : 10px;
	align-items: center;
}

a {
	color: white;
	transition : 0.2s ease;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a2 {
	color: white;
	transition : 0.2s ease;
}

.pinkcontainer {
	background-color: #FF71CD;
	border-radius: 10px;
	padding :0.5%;
	width: 280px;
	height: 30px;
	text-align: center;
	align-items: center;
	position: absolute;
	transform:translate(-50%, -50%);
	left: 50%;
}

.borderbox {
	border : 3px #5755FE solid;
	padding : 1%;
}


/* ABOUT ME AND LANGUAGE */
.aboutme-language{
	padding: 5% 2% 0 2%;
	display: flex;
	gap : 2%;
	justify-content: center;
}

.aboutme {
	width: 650px;
	position: relative;
}

.language {
	width: 650px;
	position: relative;
}

.threecolumn {
	display: flex;
	gap : 30px;
	justify-content: center;
	margin: 17px;
}


/* EDUCATION AND EXPERIENCE */
.education-experience{
	display: flex;
	padding: 3% 2% 0 2%;
	gap : 1%;
	justify-content: center;
}

.education {
	width: 650px;
	position: relative;
}

.experience {
	width: 650px;
	position: relative;
}

.bodyy {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bodyyy {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* EDUCATION */
#timeline{
	list-style: none;
	width: 230px;
	border-left: 5px solid #FF71CD;
}

#timeline li{
	margin:35px 0;
	position: relative;
	width: 250px;
}

#timeline p3{
	margin: 25px;
}

.year {
	margin-top: -10px;
	top : 40%;
	left:-190px;
	line-height: 20px;
	position: absolute;
	color: black;
}

.circle{
	margin-top: -10px;
	top:40%;
	left:-53px;
	width:10px;
	height: 10px;
	border: 5px solid #FF71CD;
	background: white;
	border-radius:50px;
	display: block;
	position: absolute;
}


.content{
	border-color:transparent;
	border-width: 2px;
	width: 350px;
	border-style: solid;
	border-radius:0.5em;
	position:relative;
}

.content:before, .content:after{
	content:"";
	width:600px;
	height:0;
	position:absolute;
	pointer-events:none;
}

.content :before{
	border-right-color: inherit;
	border-width: 50px;
	margin-top: 120px;
}

.content :after{
	border-right-color: inherit;
	border-width: 50px;
	margin-top: 120px;
}

.content p3 {
	line-height: 1.4;
	color:transparent;
	text-align: justify;
	word-break: break-word;
	hypens: auto;
	overflow:hidden;
}

label{
	position:absolute;
	z-index:100;
	cursor:pointer;
	top:15px;
	transition: transform 0.3s linear;
}

.radio{
	display:none;
}

.radio:checked+ .relative label{
	cursor: auto;
	transform: translateX(42px);
}

.radio:checked+ .relative .circle{
	background-color: black;
}

.radio:checked~ .content{
	border-color: #FF71CD;
	transform: translateX(20px);
	transition : max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
}

.radio:checked~ .content p3{
	color: black;
	transition : color 0.3s Linear 0.3s;
}


/* EXPERIENCE */
#timeline2{
	list-style: none;
	width: 240px;
	border-left: 5px solid #FF71CD;
}

#timeline2 li{
	margin:35px 0;
	position: relative;
	width: 250px;
}

#timeline2 p3{
	margin: 25px;
}

.year2 {
	margin-top: -10px;
	top : 40%;
	left:-130px;
	line-height: 20px;
	position: absolute;
	color: black;
}

.circle2{
	margin-top: -10px;
	top:40%;
	left:-53px;
	width:10px;
	height: 10px;
	border: 5px solid #FF71CD;
	background: white;
	border-radius:50px;
	display: block;
	position: absolute;
}


.content2{
	border-color:transparent;
	border-width: 2px;
	width: 350px;
	border-style: solid;
	border-radius:0.5em;
	position:relative;
}

.content2:before, .content2:after{
	content:"";
	width:600px;
	height:0;
	position:absolute;
	pointer-events:none;
}

.content2 :before{
	border-right-color: inherit;
	border-width: 50px;
	margin-top: 120px;
}

.content2 :after{
	border-right-color: inherit;
	border-width: 50px;
	margin-top: 120px;
}

.content2 p3 {
	line-height: 1.4;
	color:transparent;
	text-align: justify;
	word-break: break-word;
	hypens: auto;
	overflow:hidden;
}

label{
	position:absolute;
	z-index:100;
	cursor:pointer;
	top:15px;
	transition: transform 0.3s linear;
}

.radio{
	display:none;
}

.radio:checked+ .relative2 label{
	cursor: auto;
	transform: translateX(42px);
}

.radio:checked+ .relative2 .circle2{
	background-color: black;
}

.radio:checked~ .content2{
	border-color: #FF71CD;
	transform: translateX(20px);
	transition : max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
}

.radio:checked~ .content2 p3{
	color: black;
	transition : color 0.3s Linear 0.3s;
}


/* SOFTWARE SKILLS AND HONORS */
.software-honors{
	padding: 3% 2% 0 2%;
	display: flex;
	gap : 1%;
	justify-content: center;
}

.software {
	width: 650px;
	position: relative;
}

.honors {
	width: 650px;
	position: relative;
}


/* SOFTWARE SKILLS*/
.skill {
	display: flex;
	gap : 20px;
	align-items: center;
	padding: 10px;
}

.progress-container {
    width: 450px;
    background-color: #F5E3EC;
    border:1px solid black;
    overflow: hidden;
}

.progress-bar {
    height: 30px;
    width: 395px; /* Adjust this percentage to represent progress */
    background-color: #5755FE;
    transition: width 0.3s;
}

.progress-bar2 {
    height: 30px;
    width: 340px; /* Adjust this percentage to represent progress */
    background-color: #5755FE;
    transition: width 0.3s;
}

.progress-bar3 {
    height: 30px;
    width: 340px; /* Adjust this percentage to represent progress */
    background-color: #5755FE;
    transition: width 0.3s;
}

.progress-bar4 {
    height: 30px;
    width: 300px; /* Adjust this percentage to represent progress */
    background-color: #5755FE;
    transition: width 0.3s;
}

.progress-bar5 {
    height: 30px;
    width: 280px; /* Adjust this percentage to represent progress */
    background-color: #5755FE;
    transition: width 0.3s;
}


/*HONORS AND AWARD*/
.award1 {
	display: flex;
	gap : 30px;
	align-items: center;
	margin: 13px;
}

.award2 {
	align-items: center;
	margin-left: 110px;
}


/* PROJECTS */
.projects{
	padding: 4% 2% 0 2%;
	justify-content: center;
}

.artt {
	display: flex;
	gap : 30px;
	justify-content: center;
	margin: 17px;
}

.art {
	width: 330px;
	background-color: #FFF7FC;
	border: 2px solid #5755FE;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	justify-content: center;
	align-items: center;
	height: 500px;
}

.poster img {
	transition : 0.3s ease;
}

.poster img:hover {
	transform : scale(1.1);
}	


/* BACK TO TOP */
.back-to-top {
	padding: 4% 2% 0 2%;
	justify-content: center;
    position: relative;
    display: inline-block;
}

.back-to-top img {
    display: block;
    width: 1280px;
    height: 22px;
}

 .back-to-top .btn {
    position: absolute;
    top: 60%; /* Position the button at the vertical center */
    left: 50%; /* Position the button at the horizontal center */
    transform: translate(-50%, -50%); /* Center the button */
	padding :0.5%;
	width: 260px;
    background-color: #FF71CD;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.btn a {
	color:white;
	text-decoration: none;
}

.btn a:hover {
	color : #5755FE; 
}

/*FOOTER*/
.footercontainer {
	width : 100%;
	position : relative;
	background-color: #FFE2F4;
	border-radius: 15px 15px 0px 0px;
	margin : 18 0 0 0;
}

.socials {
	display: flex;
	gap : 180px;
	align-items: center;
	justify-content: center;
	padding : 1%;
}

.social {
	display: flex;
	gap : 10px;
	align-items: center;
	padding : 1%;
}

.social a {
	color: #5755FE;
	opacity: 80%;
	text-decoration: none;
}

.social a:hover {
	text-decoration: underline;
}



/* MEDIA SCREEN */
@media only screen and (max-width:700px) {
html {
	scroll-behavior: smooth;
	scroll-padding-top : 120px;
}
	
}