
@import url('https://fonts.googleapis.com/css2?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;
    box-sizing: border-box;
}


.main {
    background-color: #04aad4;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
}

.PorfilePic-Socials-Download-btn {
    height: 75vh;
    width: 25vw;
    background-color: #444444;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Poppins";
    border-right: 2px dotted white;
}

.PorfilePic-Socials-Download-btn h1 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem ;
    font-weight: 600;
    font-size: 36px;
    color: rgb(245, 245, 245)
}


.PorfilePic-Socials-Download-btn h3 {
    font-size: 18px;
    font-weight: 300;
    line-height: 21.6px;
    color: rgb(187, 187, 187)
}
.yourImg {
    height: 180px;
    width: 180px;
    background-color: #f5f5f5;
    border-radius: 50%;
    background-image: url("./images/yourImg.png");
    background-size: cover;
    background-position: center;
    background-repeat: none;
    border: 3px solid #04aad4;
}

.socials {
    margin-top: 1rem;
    color: white;
    font-size: 1.3rem; 
    font-weight: 400; 
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
}
.socials a {
    text-decoration: none;
    color: white;
}

.socials i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
    width: 2rem;
}

.socials i:hover {
    border-radius: 50%;
    background-color: rgba(129, 127, 127, 0.479);
}



/* PorfilePic-Socials-Download-btn completed here */

/* main information display section starts from here. */

.mainSection {
    overflow: auto;
    scrollbar-gutter: stable;
    width: 100%;
    height: 100%;
}


.main-display-section {
    width: 60vw;
    height: 75vh;
    background-color: #444444;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-family: "Poppins";
    color: white;
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
 
}

/* Home headings */
.home-headings {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.home-headings h1 {
    font-size:  60px;
    font-weight: 600;
    line-height: 74px;
}

.home-headings h3 {
    font-size: 21px;
    font-weight: 300;
    color: rgb(170, 170, 170);
}

.heading-note-p {
    position: absolute;
    bottom: 1rem;
    left: 28%;
    color: rgba(192, 192, 192, 0.639);
}

/* Home headings end here */


/* About me Section */

 .about {
    display: none;
    position: relative;
} 
.aboutMePara {
    margin-top: 1rem;
    padding: 0 1.5rem 0 2rem;
}

.aboutMePara span {
    display: inline-block;
    color: #04aad4;
}
.aboutMePara h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 24.75px;
}

.aboutSectionNote {
    position: absolute;
    bottom: 0rem;
    left: 80%;
    color: rgba(192, 192, 192, 0.639); 
}

/* 20rem */
.aboutMePara p {
    padding: 2rem 0 0 0rem;
}


.OtherInformation {
    margin-top: 1.5rem;
    font-family: "Poppins";
    padding: 0 1.5rem 0 2rem;
}

.OtherInformation p {
    margin: 12px 0;
}

.OtherInformation span {
    
    color: #04aad4;
    font-size: 15px;
    font-weight: 600;
    line-height: 24.75px;
}


/* Education section */
.Education {
    display: none;
}

.Education > h1 {
    margin: 2rem 0;
    border-bottom: 2px solid #04aad4;
    width: max-content;
    text-align: center;
    position: relative;
}

.QualificationAndInstitutes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.Qualifications  h1{
    font-size: 32px;
    font-weight: 500;
}

.Institutes {
    height: max-content;
    border-left: 2px solid silver;
    padding: 0 20px ;
}


.school {
    margin-top: 1.2rem;
}

.EducationSectionNote {
    position: absolute;
    bottom: 5rem;
    left: 60%;
    color: rgba(192, 192, 192, 0.639);
}

/* Education section ends */

/* Skills section starts here */



.Coding {
    margin-top : 1rem;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: 2rem;
}


.nameAndPercentage {
    display: flex;
    justify-content: space-between;
    gap: 10rem;
    width: 200px;
    margin-top: 30px;
}
.nameAndPercentage p {
    font-weight: 700;
}
.percentage {
    font-weight: 200;
    color: silver;
}

.progress-bar {
	position: relative;
	width: 300px;
	height: 3em;
	/* background-color: #111; */
	border-radius: 1.5em;
	color: white;
    border: 3px solid #04aad4;
}

.progress-bar::before {
	content: "";
	display: flex;
	align-items: center;
	position: absolute;
	left: .5em;
	top: .3em;
	bottom: .5em;
	width: calc(var(--width, 0) * 1%);
	min-width: 1rem;
	max-width: calc(100% - 1em);
	background-color: #04aad4;
	border-radius: 1em;
	padding: 1em;
}

.workExperience {
    display: none;
    width: 100%;
}

.workExperience > h1 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 30px;
    margin-left: 20px;
}

.experience1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-left: 20px;
}

.circle {
    height: 20px;
    width: 20px;
    background-color: #04aad4;
    border-radius: 50%;
    border: 3px solid #04708b;
    margin-left: 1rem;
    margin-right: 1rem;
}

.experience1 h3 {
    font-weight: 500;
}

.list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 17rem;
}


/* Navigator section starts here */

.navigator {
    height: 75vh;
    width: 10vh;
    background-color: #444444;
    margin-left: 1rem;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    
}

.navigator i {
    font-size:  32px;
    color: rgb(144, 164, 172);
    position: relative;
}

.home-navigator::after {
    content: "Home";
    position: absolute;
    top: 0;
    left: 0;
    width: max-content;
    height: 1rem;
    background-color: #04aad4;
    color: white;
    font-size: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0);
    opacity: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}


.home-navigator:hover::after{
transform: translate(-100px);
opacity: 1;
}

.about-navigator::after {
    content: "About";
    position: absolute;
    top: 0;
    left: 0;
    width: max-content;
    height: 1rem;
    background-color: #04aad4;
    color: white;
    font-size: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0);
    opacity: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.about-navigator:hover::after{
transform: translate(-100px);
opacity: 1;
}

.skills-navigator::after {
    content: "Skills";
    position: absolute;
    top: 0;
    left: 0;
    width: max-content;
    height: 1rem;
    background-color: #04aad4;
    color: white;
    font-size: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0);
    opacity: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.skills-navigator:hover::after{
transform: translate(-100px);
opacity: 1;
}
.workExperience-navigator::after {
    content: "Experience";
    position: absolute;
    top: 0;
    left: 0;
    width: max-content;
    height: 1rem;
    background-color: #04aad4;
    color: white;
    font-size: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0);
    opacity: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.workExperience-navigator:hover::after{
transform: translate(-100px);
opacity: 1;
}
.education-navigator::after {
    content: "Education";
    position: absolute;
    top: 0;
    left: 0;
    width: max-content;
    height: 1rem;
    background-color: #04aad4;
    color: white;
    font-size: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0);
    opacity: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.education-navigator:hover::after{
transform: translate(-100px);
opacity: 1;
}



/* form */

form {
    display: flex;
    justify-content: center;
    align-items: center;
}

form input {
    width: 30vh;
    background: none;
    border: none;
    margin-bottom: 0.5rem;
    font-family: "Poppins";
    font-size: 1.1rem;
    background-color: rgb(183, 177, 177);
    color: black;
    margin-left: 2rem;
    text-align: center;
    border-radius: 1rem;
}

.PersonalInformation {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.PersonalInformation h2 {
    font-weight: 500;
    margin-left: 2rem;
}

.skillAndWorkInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.skillAndWorkInfo h2 {
    font-weight: 500;
    margin-left: 2rem;
}

Textarea {
    width: 30vh;
    height: 15vh;
    background: none;
    border: none;
    font-family: "Poppins";
    font-size: 1.1rem;
    background-color: rgb(183, 177, 177);
    color: black;
    margin-left: 2rem;
    text-align: center;
    border-radius: 1rem;
    margin-bottom: 0.5rem;
} 

.workExperienceInfor {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.workExperienceInfor h2 {
    font-weight: 500;
    margin-left: 2rem;
}
