*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*-----------HERO SECTION BEGINS--------------*/
.portfolioHero{
    background: linear-gradient(135deg, #F8F3FF 0%, #EDE2FF 45%, #DBCCF5 100%);
}

.heroPart1{
    display: flex;
    flex-direction: row;
    padding-bottom: 12vh;
    height: auto;
}

.leftDivi{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rightDivi{
    width: 40%;
}

.heroImg{
    margin: 5vh 6vw 5vh 0;
    width: 80%;
    height: 80vh;
    border-radius: 20px;
}

.overlay-text{
    /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);*/    
    font-family: 'calibri';
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 7vh;
}

.big{
    width: 80%;
    font-size: 50px;
    font-weight: bold;
    color:rgb(109, 73, 171);
}

.small{
    padding-top: 2vh;
    width: 80%;
    font-size: 20px;
    text-align: left;
    color:black;
}

.buttonn{
    padding: 3vh;
    background-color: rgb(109, 73, 171);
    border-color: #6D49AB;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.buttonn:hover{
    background-color: rgb(109, 73, 171);
    box-shadow: 0 0 20px rgba(145, 95, 236, 0.8);
}

.leftDivi a{
    align-self: flex-start;
    margin-left: 10vw;
    margin-top: 5vh;
    text-decoration: none;
}

/*-----------ABOUT ME SECTION BEGINS--------------*/

.abtDiv{
    height: 30vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10vh;
}

.littleDivs{
    border: 1px solid #CFC4E6;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 7vw;
    width: 17vw;
    background-color: rgb(109, 73, 171);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.titlee{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #F0E2C4;
    margin-top: 10px;
    margin-bottom: 0;
}

.ans{
    margin-top: 3px;
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 16px;
    color: white;
    font-weight: bold;;
    text-align: center;
}

/*-----------HERO SECTION ENDS--------------*/



.divTitles{
    font-size: 35px;
    font-weight: bold;
    color: rgb(207, 191, 234);
    margin-left: 1vw;
}

.divHeadings{
    padding: 7px;
    width: 40vw;
    background-color: #6D49AB;
    clip-path: polygon(0% 0%, 100% 0%, 96% 50%, 100% 100%, 0% 100%, 4% 50%);
}

/*Didn't want to disrupt the education card, spent so much time getting it to work*/
.divHeads{
    margin-top: 18vh;
}


/*-----------SKILL SECTION BEGINS--------------*/
.skillsDiv{
    display: flex;;
    flex-direction: column;
    align-items: center;
}

.skillSections{
    display:flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.skillSections h1{
    font-size: 30px;
    font-weight: bold;
    color: rgb(207, 191, 234);
    margin-bottom: 20px;
}

.skill{
    background-color: black;
    color: white;
    border-radius: 10px;
    border-style: solid;
    border-color: black;
    padding: 20px;
    height: 20vh;
    width: 15vw;
    /*Add emojis for languages, and 
    the skill icon for technologies*/
    font-size: 20px;
    transition: all 0.3s ease;
}

.skillListing{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

.skill:hover{
    background-color: black;
    color: white;
    box-shadow: 0 0 20px rgba(145, 95, 236, 0.8);
    border-radius: 10px;
    width: 25vw;
    height: 30vh;
    border-style: 1px solid;
    border-color: rgb(145, 95, 236);
    padding: 20px;
    font-size: 30px;
}

/*-----------SKILL SECTION ENDS--------------*/

/*LEADERSHIP EXPERIENCE BEGINS*/

.leadershipDiv{
    padding-bottom: 15vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*-----------LEADERSHIP EXPERIENCE ENDS--------------*/


/*-----------EDUCATION CARD BEGINS--------------*/


.educationDiv{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.eItem{
    background-color: #F0E2C4;
    border: 0.1px;
    border-style: solid;
    border-color: #D4A96A;
    width: 90vw;
    height: 40vh;
}

.badge{
    margin: 5px;
    padding: 10px;
    cursor: none;
}

.date{
    font-size: 17px;
    color: rosybrown;
    font-style: italic;
    font-family: font-hand;
}

.eTitle{
    font-size: 25px;
    font-weight: bold;
    color: #6D49AB;
    font-family: 'Courier New', monospace;
}

.divTitles2{
    text-align: center;
    font-size: 30px;
    color: white;
}

.eDescription{
    font-size: 18px;
    color: rgb(27, 25, 25);
    font-family: 'calibri';
}

.education-card{
    margin-top: clamp(72px, 8vw, 160px);
    overflow: visible;
    padding-top: 70px;
}

.education-card .divHeadings{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(40vw, 410px);
    z-index: 2;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
}

/*-----------EDUCATION CARD ENDS--------------*/