*{
    text-decoration: none;
}

*,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
}

@font-face {
    font-family: Biko;
    src: url(Biko_Regular.otf);
}



/* header css start */
.header {
    background: #005691;
    padding: 10px 0 0 0;
}

.navbar {
    background: #ffffff; 
    font-family: Biko;
    border: 2px white;
    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;
    padding: 10px 20px 10px 20px;
}

a:not(.active):hover{
    color: #005691;
}
.active{
    color: #E84B33;
}   
.unactive{
    color: #A6D0D9;
}

/* header css ends */


/* homepage css start */
.portfolio-text h1 {
    font-family: "Public Sans", sans-serif;
    font-weight: 900;
    font-size: 150pt;
    color: #ffffff;
    padding-left: 80px;
    margin-top: 5px;
    margin-bottom: 30px;
}

.portfolio-text h2 {
    font-family: "Source Code Pro", monospace;
    font-weight: 400;
    font-size: 15pt;
    color: #ffffff;
    padding-left: 90px;
    margin-bottom: 60px;
}

/* portfolio layer */
#front{
    position:absolute;
    left: 15px;
    margin-top: 10px;
    outline: black;
    z-index: 100;
}
#middle{
    position:absolute;
    left: 7px;
    margin-top: 0px;
    color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: orange;
    z-index: 50;
}
#back{
    color:#E84B33;
}
/* portfolio layer */

.button {
    font-family: Biko;
    font-size: 15pt;
    font-weight: 100;
    background-color: #E84B33;
    border: none;
    border-radius: 30px;
    color: #ffffff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    margin: 50px 0 0 80px;
}

.welcome-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 80px;
}

.main-photo {
    margin-top: 50px;
    margin-bottom: 100px;
}

/* homepage css ends */

/* projects css start */
.projects h1 {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-size: 24pt;
    color: #005691;
    text-align: center;
    margin: 50px 0 50px 0;
}

.frame-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 150px;
    
}

.illustration {
    display: flex;
    justify-content: center;
    margin: 80px 20px;
}

/* project css end */


/* list preview css start */
.bg-preview {
    background-color: #005691;
}

.list-preview {
    display: flex;
    justify-content: center;
}

.list-preview img {
    margin: 50px 30px 30px 30px;
}

.list-preview2 {
    display: flex;
    justify-content: center;
}

.list-preview2 img {
    margin: 30px 30px 50px 30px;
}

/* list preview css end */

/* quotes css start */
.quotes h1 {
    font-family: "Public Sans", sans-serif;
    font-weight: 800;
    font-style: italic;
    color: #005691;
    text-align: center;
    margin: 50px 0 10px 0;
}

.quotes h2 {
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 15pt;
    color: #005691;
    text-align: center;
    margin-bottom: 50px;
}
/* quotes 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 */