@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&family=Quicksand:wght@300;600&display=swap');


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

body{
    background-color: white;
    margin: 0px;
    padding: 0px;
}
ul{
    list-style: none;
}
a{
    width: 40px;
    text-decoration: none;
}
section{
    width: 100%;
    height: 95vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
nav{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 60px;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 12pc rgba(0, 0, 0, 2);
    padding: 0px 5%;
}
nav ul{
    display: flex;
}
nav ul li{
    margin: 30px;
    font-family: 'Quicksand', sans-serif;
    color: #505050;
    font-weight: bold;
    font-size: 15px;
    font-weight: 700;
}
.logo{
    cursor: pointer;
}
.nav_link {
    list-style: none;
}
.nav_link li{
    display: inline-block;
    padding: 0px 20px;
}
.nav_link li a{
    transition: all 0.3s ease 0s;
    color: black;
}
.nav_link li a:hover{
    color: rgb(255, 120, 67);
    cursor: pointer;
}
.text-container p:nth-child(1){
    font-family: 'DM Sans', sans-serif;
    font-weight: bolder;
    color: rgb(97, 97, 97);
    font-size: 40px;
}
.text-container p:nth-child(2){
    font-family: 'DM Sans', sans-serif;
    font-weight:700;
    letter-spacing: 1px;
    color: #303030;
    font-size: 60px;
}
.text-container p:nth-child(3){
    font-family: 'DM Sans', sans-serif;
    font-style: italic;
    color: #4e4e4e;
    font-size: 25px;
    line-height: 30px;
}
.text-container p {
    line-height: 10px;
    margin: 45px 0px 25px;
}
.text-container{
    position: absolute;
    left: 20%;
    top: 42%;
    transform: translate(-20%,-42%);
}
.text-container button{
    width: 130px;
    height: 32px;
    border-radius: 5px;
    font-family: 'Quicksand', sans-serif;
    font-weight: bolder;
    font-size: 12px;
    outline: 0px;
    margin: 0px;
}
.down-cv{
    background-color: rgb(255, 122, 70);
    color: white;
    border: none;
    box-shadow: inset 0 0 0 0 rgb(255, 59, 92);
    transition: ease-out 0.7s;
    outline: none;
}
.down-cv:hover{
    box-shadow: inset 300px 0 0 0 rgb(255, 59, 92);
    cursor: pointer;
    color: black;
}
.model {
    height: 650px;
    position: absolute;
    bottom: 20%;
    left: 80%;
    transform: translateX(-80%);
}
.about-container{
    width: 70%;
    height: 330px;
    background-color: white;
    border-radius: 13px;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    margin: -7% auto 20px auto;
    justify-content: space-around;
    align-items: center;
}
.about-container img{
    height: 450px;
    margin-bottom: 100px;

}
.about-text{
    width: 550px;
    margin-top: 30px;
}
.about-text p:nth-child(1){
    color: #4e4e4e;
    font-family: 'DM Sans', sans-serif;
    font-size: 25px;
    font-weight: bolder;
    line-height: 2px;
}
.about-text p:nth-child(2){
    color: #4e4e4e;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: bolder;
    line-height: 50px;
}
.about-text p:nth-child(3){
    color: #4e4e4e;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: lighter;
    line-height: 20px;
    margin-right: 50px;
}
.about-text button{
    width: 130px;
    height: 32px;
    border-radius: 5px;
    font-family: 'Quicksand', sans-serif;
    font-weight: bolder;
    font-size: 12px;
    outline: 0px;
    margin: 15px 0px;
}
.abdown-cv{
    background-color: rgb(255, 122, 70);
    color: white;
    border: none;
    box-shadow: inset 0 0 0 0 rgb(255, 59, 92);
    transition: ease-out 0.7s;
    outline: none;
}
.abdown-cv:hover{
    box-shadow: inset 300px 0 0 0 rgb(255, 59, 92);
    cursor: pointer;
    color: black;
}
.portfolio{
    height: 600px;
    background-color: white;
    margin: 100px auto;
    padding: 0px 180px;
}
.portfolio-text p:nth-child(1){
    color: #4e4e4e;
    font-family: 'DM Sans', sans-serif;
    font-size: 25px;
    font-weight: bolder;
    line-height: 2px;
    margin-bottom: 10px;
}
.portfolio-text p:nth-child(2){
    color: #818181;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: lighter;
    line-height: 20px;
    margin-top: 20px;
}
.box-1, .box-2, .box-3{
    width: 300px;
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.box-container{
    margin-top: 50px;
    background-color: white;
    border-radius: 13px;
    display: flex;
    justify-content: space-around;
}
.box-1{
    background-image: url(fotografi.jpg);
    border-radius: 10px;
}
.box-2{
    background-image: url(desainer.jpg);
    border-radius: 10px;
}
.box-3{
    background-image: url(developer.jpg);
    border-radius: 10px;
}
.box-1 span,
.box-2 span,
.box-3 span{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
}
.box-1 p:nth-child(2),
.box-2 p:nth-child(2),
.box-3 p:nth-child(2){
    color: white;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
}
.box-1 p:nth-child(3),
.box-2 p:nth-child(3),
.box-3 p:nth-child(3){
    font-family: 'DM Sans', sans-serif;
    text-align: center;
    width: 230px;
    margin: 10px 0px 20px 0px;
    color: rgb(177, 177, 177);
    font-weight: lighter;
    font-size: 15px;
}
.box-1 button,
.box-2 button,
.box-3 button{
    width: 100px;
    height: 32px;
    border-radius: 5px;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 12px;
    outline: 0px;
    margin: 15px 0px;
    background-color: rgb(255, 255, 255);
    color: black;
    border: none;
    box-shadow: inset 0 0 0 0 rgb(0, 0, 0);
    transition: ease-out 0.7s;
    outline: none;
}
.box-1 button:hover,
.box-2 button:hover,
.box-3 button:hover{
    box-shadow: inset 300px 0 0 0 rgb(0, 0, 0);
    cursor: pointer;
    color: white;
}
.contact-me{
    margin-top: 100px;
    margin-bottom: 30px;
    padding: 10px 0px 10px 0px;
    height: 150px;
    background: border-box;
    border: 1px solid black;
    border-radius: 13px;
    background-color: rgb(27, 27, 27);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-me p{
    color: white;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    line-height: 30px;
    font-size: 25px;
}
.contact-me p span{
    text-decoration: underline;
    font-style: oblique;
}
.contact-me button{
    margin: 20px 0px 0px 0px;
    width: 100px;
    height: 32px;
    border-radius: 5px;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 12px;
    outline: 0px;
    background-color: rgb(255, 255, 255);
    color: black;
    border: none;
    box-shadow: inset 0 0 0 0 rgb(0, 0, 0);
    transition: ease-out 0.7s;
    outline: none;
}
.contact-me button:hover{
    box-shadow: inset 300px 0 0 0 rgb(0, 0, 0);
    cursor: pointer;
    color: white;
}
.copyright{
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    align-items: center;
    text-align: center;
}
.social-icons a{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(189, 189, 189);
    margin: 40px 10px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 0 rgb(0, 0, 0);
    transition: ease-out 0.7s;
    outline: none;
}
.social-icons{
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-icons a:hover{
    box-shadow: inset 300px 0 0 0 rgb(0, 0, 0);
    cursor: pointer;
    color: rgb(66, 66, 66);
}

@media(max-width:1000px){
    *{
        box-sizing: border-box;
    }
    .model{
        height: 460px;
        left: 90%;
        transform: translateX(-90%);
    }
    .text-container{
        top: 46%;
    }
    .text-container button{
        margin: 5px;
    }
    .about-container{
        width: 90%;
        border-radius: 10px;
    }
    .about-container img{
        height: 200px;
    }
    .about-text{
        width: 400px;
    }
    .about-text p:nth-child(1){
        font-size: 12px;
    }
    .about-text p:nth-child(2){
        font-size: 10px;
    }
    .about-text p:nth-child(3){
        font-size: 10px;
    }
    .portfolio{
        padding: 2% 5% 0px 5%;
    }
    .box-container{
        justify-content: center;
        flex-wrap: wrap;
    }
    .portfolio{
        height: auto;
    }
    .box-1, .box-2, .box-3{
        flex-grow: 1;
        margin: 10px;
    }
    .contact-me{
        height: 200px;
    }
    .contact-me p{
        font-size: 23px;
    }
    .contact-me button{
        font-size: 14px;
        height: 30px;
        width: 150px;
    }
}
@media(max-width:750px){
    section{
        background-image: none;
        background-color: white;
    }
    .model{
        display: none;
    }
    .text-container p:nth-child(2){
        line-height: 40px;
        margin: 0px;
        padding: 0px;
    }
    .text-container{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }
    nav ul{
        margin: 0px;
        padding: 0px;
        background-color: white;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        display: none;
}