::-moz-selection { /* Code for Firefox */
    color: black;
    background: #E87386;
  }
  
  ::selection {
    color: black;
    background: #E87386;
  }

.sidenav-name {
    font-family: "Playwrite DE LA", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    margin-bottom: 5%;
    text-decoration: none;
}

.sidenav-name a{
    text-decoration: none;
    color: #E87386;
}

.playwrite-at {
    font-family: "Playwrite AT", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0px;
  }

/* body {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    background-image: url('../images/abstract.jpg'); */
    /* background-color: #f1ebe1; e8afc8*/
     /* background-image: linear-gradient(to right, #f1ebe1, #f0a1b7); */
     
/* } */

body {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    background-color: #f1ebe1; 
    position: relative; 
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/abstract.jpg'); 
    background-repeat: repeat;
    background-size: cover;
    opacity: 0.4; 
    z-index: -1; 
    filter: pink;
}

.main::before{

    background-color: #f1ebe1; 
}

/* .main::after{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 20%;
    color: #F4B5C7;
} */

/* index */
.center{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 20%;
    color: #F4B5C7;
}

.animation{
    animation: fadeout 2s linear 1 forwards;
}

@keyframes fadeout {
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}

/* main */
/* nav */

.sidenav {
    height: 100%;
    width: 14%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #44624a;
    /* background-image: linear-gradient(to bottom right, #44624a, #7f987c); */
    padding-top: 6.5%;
    padding-left: 3.5%;
    padding-right: 3.5%;
    overflow-x: hidden;
    scrollbar-color:   #44624a #F4B5C7;
    scrollbar-width: thin;
}

.sidenav div{
    margin-bottom: 20px;

}

.sidenav .links a{
    color: 	#E7989F;
    text-decoration: none;
    font-size: 20px;
    margin-left: 5%;
}

.sidenav a:hover {
    color: #f1f1f1;
    
}
  
.links  {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-content: flex-end;
    color: #8ba888;
}

/* text paragraphs */

.headers{
    color: #44624a;
    font-size: 50px;
    margin-bottom: 10px;
    margin-left: 25px;
    display: inline-block;
    position: relative;
}

.headers::before {
    content: "";
    position: absolute;
    width: 110%;
    height: 40%;
    top: 20px;
    right: 5px;
    left: -10px;
    background: #6c786e4b;
    outline: 2.8px solid #1d1414ba;
    /* padding: 0px 14px; */
    outline-offset: 15px;
    z-index: -1;
    transition: outline-offset 0.3s ease, outline-color 0.3s ease;
}

/*   */

.text-container{
    position: absolute;
    margin-top: 5%;
    margin-left: 30%;
}

.about-me-txt{
    width: 60%;
    background-color: rgba(231, 152, 159, 0.9);
    padding: 40px;
    color: #44624a;
    font-weight: 400;
    border-style: dashed;
    font-size: 17px;
}

.rounded-pill{
    border-radius: 50em;
    background-color: #8ba888;
    padding: 1px 7px;
    font-size: 10px;
    font-weight: 500;
    color: #f1ebe1;
}

small{
    font-size: 0.7em;
}

.float-end{
    float: right;
}

.experience-txt .text-par h4 a{
    text-decoration: none;
}

.experience-txt{
    width: 65%;
    background-color: rgba(231, 152, 159, 0.9);
    padding: 25px;
    color: #44624a;
    font-weight: 100;
    border-style: dashed;
    font-size: 20px;
}

.contact-txt{
    width: 100%;
    background-color: rgba(231, 152, 159, 0.9);
    padding: 30px;
    color: #44624a;
    font-weight: 100;
    border-style: dashed;
    font-size: 20px;
    font-weight: 600;
}

/* gwen name */
/* text hover effect by parkHJ11 */
.gwen {
    font-family: "Playwrite AT", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0; 
    padding: 0;
    position:absolute;
    top: 50%; left: 50%;
    transform:translate(-50%,-50%);
    font-size: 4em; color:transparent;
    text-transform:uppercase;
    }
    .gwen span:nth-child(1){
    position:absolute;
    top:0; left:0; 
    /* color: #F4B5C7; */
      color: #ff5a89;
    transition:0.5s;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
    overflow:hidden;
    }
    .gwen:hover span:nth-child(1){
    transform:translateY(-18px); 
    }
    .gwen span:nth-child(2){
    position:absolute;
    top:0; left:0; color: #ff5a89;
    transition:0.5s;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    overflow:hidden;
    }
    .gwen:hover span:nth-child(2){
    transform:translateY(20px); 
    }
    .gwen span:nth-child(3){
    font-family: "Figtree", sans-serif;
    position:absolute;
    top:50%; 
    left: 0;
    transform:translateY(-50%) scaleY(0);
    width: 96%; color: #F4B5C7;
    font-size: 0.25em; 
    font-weight: 500;
    letter-spacing:0.5em;
    text-align:center;
    padding-left: 20px; 
    margin-left: 5px;
    transition:0.5s;
    background-color: #44624a;
    font-size: 25px;
    }
    .gwen:hover span:nth-child(3){
    transform:translateY(-50%) scaleY(1);
    }

    .footer{
        position: fixed;
        left: 1;
        bottom:0;
        font-size: 10px;
        color: #f1ebe1;
    }

    .hidden-fade-slide {
        opacity: 0;
    }

    /* #about {
        transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    }

    #experience {
        transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    }

    #project {
        transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    }

    #contact {
        transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    } */

    #container {
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    }
    
    /* .hidden-left {
        transform: translateX(-100%);
    }
    
    .hidden-right {
        transform: translateX(100%);
    }

    .fading{
        animation: fadeout 1s linear 1 forwards;
    } */

    div.cursors div{
        position:absolute;
        top: -100px;
        left: -100px;
        width: 15px;
        height: 15px;
        background-color: #E87386;
        border-radius: 500px;
        z-index: 10000;
        pointer-events: none;
        cursor: none;
    }

    html{
        cursor: none;
    }

    html a{
        cursor: none;
    }

    .navlink a{
        position: relative;
        outline: none !important;
        transition: 0.2s;
    }
    
    .navlink a::after {
        content: "";
        background-color: #f1f1f1;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 0;
        transition: 0.2s;
    }
    
    .navlink a:hover,
    .navlink a:focus {
        color: #f1f1f1;
    }
    
    .navlink a:hover::after,
    .navlink a:focus::after {
        background-color: #f1f1f1;
        width: 100%;
    }
    
    .maomao{
        position: absolute;
        opacity: 0.3;
        z-index: -1;
        object-fit: cover;
        width: 100%;
        height: 100%;
        margin-top: -8px;
    }

    .abstract{
        position: absolute;
        opacity: 0.3;
        z-index: -1;
        object-fit: cover;
        width: 100%;
        height: 100%;
        margin-top: -8px;
    }
    