/* @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}
body{
    background-color: #FCFFE7;
    font-family: 'Poppins', sans-serif;
    /* position: relative; */
    /* display: flex; */
    /* justify-content: center; */
    overflow-x: hidden;
}
.head{
    display: flex;
    justify-content: center;
}
header{
    width: 25em;
    height: 43px;
    /* margin: auto 0; */
    background: transparent;
    /* background: linear-gradient(261deg, rgba(150,16,108,1) 35%, rgba(198,28,221,1) 100%); */
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0 100px; */
    position: fixed;
    /* overflow: hidden; */
    /* top: 200px; */
    z-index: 999;
    border-radius: 0 0 30px 30px;
    transform-style: preserve-3d;
    /* transition: background 0.9s ease; */
    
}
header.active-scroll{
    /* background: linear-gradient(261deg, rgba(150,16,108,1) 35%, rgba(198,28,221,1) 100%); */
    background-color: #EB455F;
}
.logo{
    font-size: 23px;
    font-weight: bold;
    color: #fefefe;
}
.hamburger{
    display: none;
}
.nav-bar{
    display: flex;
    width: 10vw;
    /* background-color: #11101b; */
    justify-content: center;
}
.nav-bar ul{
    display: flex;
    margin-top: 0px;
}
.nav-bar ul li a{
    display: block;
    color: #fefefe;
    font-size: 13px;
    padding: 5px 5px;
    border-radius: 50px;
    transition: 0.2s;
    margin: 0px 10px;
}
.nav-bar ul li a:hover{
    color: #EB455F;
    background-color: #FCFFE7;
}
.nav-bar ul li a.active{
    /* color: #fefefe; */
    color: #EB455F;
    background-color: #FCFFE7;
}
.jumbotron{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100vw;
    /* background-size: cover; */
    height: 100vh;
    /* background-repeat: no-repeat; */
    /* background-image: url("assets/jumbotron.jpg"); */
    background: transparent;
}
.profile{
    max-width: 220px;
    border-radius: 50%;
}
.profile-text{
    margin-left: 50px;
    /* text-transform: uppercase;    */
    position: relative;
    font-weight: bold;
    color: #fefefe;
}
#name{
    font-size: 44px;
}
#specialist{
    display: inline-block;
    color: #11101b;
    padding: 7px;
    background-color: #fefefe;
}
#job,#specialist{
    font-size: 25px;
}
section.about{
    height: 40vh;
    /* width: 100%; */
    display: flex;
    /* background-size: cover; */
    /* background: linear-gradient(61deg, rgba(203,51,155,1) 0%, rgba(88,2,80,1) 82%); */
    /* background: linear-gradient(261deg, rgba(150,16,108,1) 35%, rgba(198,28,221,1) 100%); */
    background-color: #FCFFE7;
    /* background-color: #FCFFE7; */

    /* background-color: #A91079; */
    /* background-color: #2E0249; */
    /* background: rgb(203,51,155); */
}
.about-title{
    display: flex;
    align-items: center;
    font-size: 45px;
    font-weight: bold;
    color: #FCFFE7;
    padding-left: 50px;
    /* text-shadow: 3px 3px  #dd0ba1; */
    /* justify-content: center; */
    /* justify-content: first baseline; */
    width: 30vw;
    /* background: linear-gradient(61deg, rgba(203,51,155,1) 0%, rgba(88,2,80,1) 82%); */
    background-color: #EB455F;
    -webkit-clip-path: polygon(0 0, 100% 0%, 65% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 65% 100%, 0% 100%);
    /* overflow: scroll; */
    text-decoration: underline;
    
}
.about-text{
    display: flex;
    align-items: center;
    justify-content: center;
    /* text-align: justify; */
    /* margin-left: 30px; */
    width: 60vw;
    background-color: transparent;
    font-size: 17px;
    /* color: rgb(91, 91, 91); */

}
.petik{
    font-size: 35px;
    color: #11101b;
}
#skills{
    /* height: 70vh; */
    /* background-color: #2E0249; */
    background-color: #FCFFE7;
}
.skills-title{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    /* text-decoration: underline; */
    /* color: #fefefe; */
    color: #EB455F;
    
}
.line{
    margin: 0 auto;
    height: 5px;
    width: 100px;
    background-color: #EB455F;
}
.skills-title p{
    font-size: 45px;
    font-weight: bold;
    /* color: #fefefe; */
    /* text-shadow: 3px 3px  #dd0ba1; */
    color: #11101b;
    margin-top: 35px;
}
.skills-list{
    margin-top: 80px;
    display: flex;
    justify-content: center;
    /* background-color: #11101b; */
}
.skills-list div.web, .skills-list div.figma{
    position: relative;
    /* border: 3px solid #A91079; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32vh;
    width: 20vw;
    margin: 50px;
    background-color: #EB455F;
    /* background: linear-gradient(261deg, rgb(198, 29, 145) 35%, rgba(198,28,221,1) 100%); */
    /* background: linear-gradient(61deg, rgba(203,51,155,1) 0%, rgba(88,2,80,1) 82%); */
    border-radius: 25px;
    box-shadow: 4px 4px 10px  #d7d7d7;
}
.skills-list div span{
    margin-top: -60px;
}
.detail{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    height:25%;
    width: 100%;
    border-radius: 0 0 23px 23px;
    background-color: #fefefe;
    /* box-shadow: 0px -5px 4px  #b01489; */
    padding: 5px 8px;
    font-size: 22px;
    /* font-size: 900; */
}
#project {
    /* height: 150vh; */
    /* background-color: #2E0249; */
    background-color: #FCFFE7;
    margin-top: 100px;
}
.project-title{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    /* text-decoration: underline; */
    /* color: #fefefe; */
    color: #EB455F;
    
}
.project-title p{
    font-size: 45px;
    font-weight: bold;
    /* color: #fefefe; */
    /* text-shadow: 3px 3px  #dd0ba1; */
    color: #11101b;
    margin-top: 35px;
}
.project-list{
    margin-top: 80px;
    display: flex;
    justify-content: center;
    /* position: relative; */
    /* background-color: #11101b; */
    /* overflow: hidden; */
    /* background-color: #11101b; */
}
.pl-2{
    margin-top: 0px;
}
.project-list > div{
    position: relative;
    /* border: 3px solid #A91079; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55vh;
    width: 25vw;
    margin: 20px;
    /* background-color: #EB455F; */
    /* background: linear-gradient(261deg, rgb(198, 29, 145) 35%, rgba(198,28,221,1) 100%); */
    /* background: linear-gradient(61deg, rgba(203,51,155,1) 0%, rgba(88,2,80,1) 82%); */
    border-radius: 25px;
    box-shadow: 4px 4px 10px  #d7d7d7;
    overflow: hidden;
    
}

.project-list img {
    /* width: 100%; */
    transition: 0.5s all ease-in-out;
    height: 100%;
}
.pro-1:hover img {
    transform: scale(1.2);
}
.pro-2:hover img {
    transform: scale(1.2);
}
.pro-3:hover img {
    transform: scale(1.2);
}
.pro-4:hover img {
    transform: scale(1.2);
}
.project-list div span{
    margin-top: -100px;
}
.project-detail{
    position: absolute;
    bottom: 0;
    height: 45%;
    width: 100%;
    border-radius: 0 0 23px 23px;
    background-color: #ffffff;
    /* box-shadow: 0px -5px 4px  #b01489; */
    padding: 15px 30px;
    /* font-size: 900; */
}
.title-detail{
    font-size: 22px;
}
p.desc-detail{
    color: rgb(91, 91, 91);
    font-size: 14px;
    /* font-weight: lighter; */
}
.project-tag{
    position: absolute;
    bottom: 15px;
    display: flex;
    height: 16%;
    width: 90%;
}
.tag{
    padding: 5px 7px;
    border-radius: 5px;
    color: #FCFFE7;
    background-color: #EB455F;
    margin-right: 10px;
    font-size: 13px;
}
#contact{
    margin-top: 100px;
}
#content{
    position: relative;
    width: 30em;
    height: 130px;
    /* margin: 0 auto; */
    margin: 100px auto 0 auto;
    background-color: #ffffff;
    border-radius: 20px;
    display: flex; 
    justify-content: center;
    /* color: wheat; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
    box-shadow: 2px 2px 10px  #dbdbdb;
    font-size: 15px;
    
    
}
.contact-title{
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100vw; */
    /* text-decoration: underline; */
    color: #fefefe;
    /* color: #11101b; */
    
}
.contact-title p{
    font-size: 45px;
    font-weight: bold;
    /* color: #fefefe; */
    /* text-shadow: 3px 3px  #dd0ba1; */
    color: #EB455F;
    color: #11101b;
    margin-top: 35px;
}
.contact-content{
    position: absolute;
    left: 0;
    /* height: 10px; */
    width: 10%;
    background-color: #EB455F;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 5px 0px 15px  #d8d1d1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-content-end{
    /* width: 50%; */

    /* background-color: #EB455F; */
    padding: 0px;
    margin: 10px;
    color: rgb(91, 91, 91);
}
.contact-content-end > div{
    margin: 5px 0;
}
#medsos{
    margin-top: 30px;
    display: flex;
    justify-items: center;
    align-items: center;
    /* background-color: #11101b; */
}
.box{
    /* margin: 20px; */
    
    margin: 0 auto;
}


.box a{
    margin: 10px;
    color: #11101b;
    transition: 0.3s ease-in-out;
}
.box i:hover{
    color: #EB455F;
}

footer{
    font-family: 'Satisfy', cursive;
    margin: 0 auto;
    margin-top: 90px;
    width: 40vw;
    font-size: 1.4em;
    text-align: justify;
    height: 30vh;
    color: rgb(91, 91, 91);
}
@media only screen and (max-width: 1480px){
    .detail{
        font-size: 20px;
    }
}
@media only screen and (max-width: 1320px){
    header{
        padding: 0 50px;
    }
    .project-list > div{
        margin: 0 auto;
        margin-top: 30px;
        margin: 10px;
        width: 20em;
    }
}
@media only screen and (max-width: 1100px){
    header{
        padding: 0 30px;
    }
    .detail{
        font-size: 15px;
    }
    .skills-list div.web, .skills-list div.figma{
        width: 30vw;
    }
    .project-list{
        display: inline;
        width: 100%;
    }
    .project-list > div{
        margin: 0 auto;
        margin-top: 30px;
       
    }
}
@media only screen and (max-width: 900px){
    header{
        width: 40vw;
    }
    .hamburger{
        display: block;
        cursor: pointer;
        color: #fefefe;
        font-weight: bold;
        /* transition: 0.4s; */
    }
    .fa-angle-down{
        /* rotate: 180deg; */
        /* transition: transform 2s linear; */
        transition: 0.4s;
    }
    .fa-angle-down.open{
        rotate: 180deg;
        /* transition: transform 1s linear; */

    }
    /* .hamburger .line{
        width: 25px;
        height: 3px;
        background-color: #fefefe;
        margin: 5px 0px;
    } */
    .nav-bar{
        /* z-index: -9999; */
        height: 0;
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #EB455F;
        /* background-color: rgba(9, 1, 35, 0.7); */
        transform: translateZ(-10px);
        transition: 0.4s;
        overflow: hidden;
    }
    .nav-bar.active{
        height: 380px;
        /* opacity: 0.3; */
        /* z-index: -9999; */
        border-radius: 0 0 30px 30px;
    }
    .nav-bar ul{
        display: block;
        width: fit-content;
        margin: 70px auto 0 auto;
        text-align: center;
        transition: 0.4s;
        opacity: 0;
    }
    .nav-bar ul li a {
        margin-bottom: 12px;
    
    }
    .nav-bar.active ul{
        opacity: 1;
    }
    .profile{
        max-width: 30vw;
        top: 160px;
        position: absolute;
        /* display: block;  */
    }
    .profile-text{
        position: absolute;
        /* top: 220px; */
    }
    .about-title{
        /* justify-content: left; */
        /* padding: 150px; */
        font-size: 35px;
    }
    .skills-list{
        display: block;
    }
    .skills-list div.web, .skills-list div.figma{
        margin: 0 auto;
        margin-top: 30px;
        width: 20em;
    }
    footer{
        width: 70vw;
        font-size: 1.2em;
        height: 50vh;
    }
    
}
@media only screen and (max-width: 450px) and (min-height:800px){
    .profile{
        max-width: 40vw;
    }
    header{
        width: 50vw;
        height: 45px;
    }
    section.about{
        height: 50vh;
    }
    .about-title{
        display: none;
    }
    .about-text{
        /* display: flex; */
        /* justify-content: center; */
        margin: 0 auto;
    }
    .about-text #aboutme{
        display: block;
    }
    .skills-list{
        margin-top: 50px;
    }
    .skills-list div.web, .skills-list div.figma{
        margin: 0 auto;
        margin-top: 30px;
        width: 70vw;
    }
    #skills{
        height: 90vh;
    }
    .project-tag{
        height: 11%;
    }
    .tag{
        padding: 2px 10px ;
    }
    .contact-content-end{
        margin-left: 40px;
        font-size: smaller;
    }
    .contact-content{
        padding: 17px;
        font-size: smaller;
    }
    #content{
        width: 21em;
    }
    
}