*{
    text-decoration: none;
}

*,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    max-width: 100%;
}

body {
    background-color: #ffffff;
}

@font-face {
    font-family: Biko;
    src: url(Biko_Regular.otf);
}
@font-face {
    font-family: Lemon Milk;
    src: url(LEMONMILK-Regular.otf);
}

/* header css start */
.header {
    padding: 10px 0 0 0;
}

.navbar {
    background: #ffffff; 
    font-family: Biko;
    border: 2px solid #005691;
    border-radius: 70px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 10px 20px 10px 20px;
    margin: 30px 30px 30px 30px;
}

.navdiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    padding-top: 5px;
    padding-left: 10px;
}

li {
    list-style: none;
    display: inline-block;
    color: #005691;
    padding: 10px 20px 10px 20px;
}

a:not(.active):hover{
    color: #005691;
}
.active{
    color: #E84B33;
}   
.unactive{
    color: #A6D0D9;
}

/* header css ends */

/* about me css start */
.aboutme-page {
    display: grid;
    grid-template-columns: 4fr 4fr;
    grid-template-rows: auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    
}
.main-photo {
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 100px;
    margin-bottom: 100px;
}

.portfolio-text h1 {
    margin-top: 20%;
    font-family: "Public Sans", sans-serif;
    font-weight: 900;
    font-size: 84pt;
    color: #F0B602;
}

.portfolio-text img {
    right: 50px;
    margin-bottom:30px;
}
.portfolio-text p {
    font-family: "Public Sans", sans serif;
    font-weight: 400;
    font-size: 15pt;
    color: #005691;
    margin-bottom: 60px;
    text-align: justify;
    padding-right: 120px;
}

.aboutme-page>div>h3{
    font-family: "Public Sans", sans-serif;
    font-weight: 900;
    font-size: 30pt;
    color: #E84B33;

}
.education{
    margin-left: 100px;
}

.education h3{
    font-family: "Source Code Pro", monospace;
}
.education-container{
    display: grid;
    grid-template-columns: 2fr 5fr;
    grid-template-rows: repeat(2, 2fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 30px;
}
.explanation{
    font-style: italic;
    color: #E84B33;
}
.education-container>div>h4{
    font-family: "Public Sans", sans-serif;
}
.experience{
    margin-bottom: 30px;
}

.experience-container{
    display: grid;
    grid-template-columns: 2fr 5fr;
    grid-template-rows: repeat(2, 2fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 30px;
}

.experience-container>div>h4{
    font-family: "Public Sans", sans-serif;
}

/* about me css end */

/* pagebreak css start */
.pagebreak {
    background: #ffffff;
}
.pagebreak-blue {

width: 100%;
overflow-x: hidden;
height: 79.02px;
background: #005691;
/* transform: rotate(3deg); */
}

.pagebreak-yellow {

width: 100%;
overflow-x: hidden;
height: 50px;
background: #F0B602;
/* transform: rotate(-6.84deg); */
}

/* pagebreak css end */

/* software css start */
.software-group h1 {
    font-family: Lemon Milk;
    font-weight: 500;
    text-align: center;
    color: #E84B33;
    margin-top: 30px;
    margin-bottom: 30px;
}

.software {
    display: flex;
    justify-content: center;
}

.illustrator {
    padding-left: 30px;
    padding-right: 30px;
}

.illustrator p {
    color: #005691;
    font-family: "Public Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12pt;
    margin: 20px;
}

.photoshop {
    padding-left: 30px;
    padding-right: 30px;
}

.photoshop p {
    color: #005691;
    font-family: "Public Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12pt;
    margin: 20px;
}

.figma{
    padding-left: 30px;
    padding-right: 30px;
}

.figma p {
    color: #005691;
    font-family: "Public Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12pt;
    margin: 20px;
}
/* software css end */

/* unspace css start */
.unspace {
    background: #005691;
    display: flex;
    justify-content: center;
}

.unspace-logo img {
    margin: 50px;
    width:70%;
}
.unspace p {
    color: #ffffff;
    font-family: "Public Sans", sans-serif;
    font-weight: 200;
    font-style: italic;
    font-size: 15pt;
    text-align: justify;
    margin: 50px 120px 50px 20px;
}
/* unspace css end */


/* SKILLS SUMMARY CSS START */
.skill-group h1 {
    font-family: Lemon Milk;
    font-weight: 400;
    text-align: center;
    color: #E84B33;
    margin-top: 50px;
    margin-bottom: 50px;
}

.skill-row1 {
    display: flex;
    justify-content: center;
    margin: 20px 0 20px 0;
}
.skill-row1 p {
    border: 2px solid #005691;
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 13pt;
    border-radius: 30px;
    color: #005691;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    margin: 0 50px 0 50px;
}
.skill-row2 {

    display: flex;
    justify-content: center;

    margin: 20px 0 20px 0;
}

.skill-row2 p {
    border: 2px solid #005691;
    border-radius: 30px;
    color: #005691;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    margin: 0 50px 0 50px;
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 13pt;
}

.skill-row3 {

    display: flex;
    justify-content: center;

    margin: 20px 0 80px 0;
}

.skill-row3 p {
    border: 2px solid #005691;
    border-radius: 30px;
    color: #005691;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    margin: 0 50px 0 50px;
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 13pt;
}

/* SKILLS SUMMARY CSS END */


/* <!-- footer start --> */
.footer {
    background: #005691;
    justify-content: center;
    align-items: center;
    border: 3px;
    padding: 30px 0 10px 0px;
}

.footer-logo {
    display: flex;
    justify-content: center;
}

.icon-socmed {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 10px 0 10px 0;
}

.icon-socmed a {
    padding: 10px;
}

p {
    color: #ffffff;
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    font-size: small;
    font-style: italic;
    padding-bottom: 20px;
    text-align: center;
}

.gotopbtn {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #ffffff;
    background: #E84B33;
    bottom: 40px;
    right: 40px;
    text-decoration: none;
    text-align: center; 
    line-height: 50px;
    font-size: 18px;
}

/* footer css end */