@import url('https://fonts.googleapis.com/css2?family=Dongle:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BenchNine:wght@300&family=Dongle:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BenchNine:wght@300&family=Dongle:wght@300&family=Yesteryear&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BenchNine:wght@300&family=Dongle:wght@300&family=Rochester&family=Yesteryear&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    font-family: 'Nunito', sans-serif;
}

body{
    /* background-color: #94D9EA; */
    background: radial-gradient(#cda45e 100%, rgba(205, 164, 94, 0.4) 57%);
}

.main-content{
    min-height: 100vh;
    width: 80%;
    margin: 2rem auto;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

/* tambahan untuk gambar dalam tulisan */
.right-section p span{
    position: relative;
    font-weight: bold; 
    cursor: pointer;
    text-decoration: underline; 
    color: #cda45e;
  }

.right-section p span .img{
    position: absolute;
    transform: translate(-105%,-125%); 
    visibility: hidden; 
    z-index: 1;
    width: 200px;
  }
  
  .right-section p span:hover .img{
    visibility: visible; 
  }
  
  .right-section .image{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
/* tambahan untuk gambar dalam tulisan */



/* tambahan  wrap text*/
.circle{
    position: relative;
    overflow: hidden;
}
.circle img{
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    object-fit: cover; 
}

.circle.circle1{
    width: 500px;
    height: 500px;
    float: left;
    border-radius: 50%; 
    margin: 20px; 
    shape-outside: circle(); 
}

.circle.circle2{
    width: 300px;
    height: 300px;
    float: right;
    border-radius: 50%; 
    margin: 20px; 
    shape-outside: circle(); 
}

/* tambahan  wrap text*/
.navbar-brand img{
    margin-left:auto;margin-right:auto;display:block;width:650px
}

.left-section{
    grid-column: span 2;
    height: 100%;
    background-color: #1a1814;
}
.right-section{
    grid-column: span 5;
    background-color: #f7f7f7;
    height: 100%;
}


.left-content{
    padding: 2rem 3rem;
}
.profile{
    width: 100%;
    border-bottom: 1px solid #002333;
}

.image{
    width: 100%;
    text-align: center;
}
.profile img{
    width: 100%;
    border-radius: 50%;
    border: 8px solid #a09f9b;
    
}

.name{
    font-family: 'Dongle', sans-serif;
    font-size: 40px;
    /* color: white; */
    color: #cda45e;;
    text-align: center;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    padding: 1.2rem 0;
}

.career{
    font-family: 'BenchNine', sans-serif;
    font-size: 1.5rem;
    color: #94D9EA;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 1rem;
}

.main-title{
    font-family: 'Dongle', sans-serif;
    font-size: 40px;
    color: #cda45e;;
    font-size: 1.8rem;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    padding-top: 3rem;
}

.contact-info ul{
    padding-top: 2rem;
    
}

.contact-info ul li{
    padding: .4rem 0;
    display: flex;
    align-items: center;
    color: #718096;
}
.contact-info ul li i{
    padding-right: 1rem;
    font-size: 1.2rem;
    color: #2D9CDB;
}

.skills-section ul{
    padding-top: 2rem;
}
.skills-section ul li{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: .4rem 0;
}

.progress-bar{
    width: 100%;
    height: .4rem;
    background-color: #2f81ed5b;
    position: relative;
    border-radius: 12px;
}
.progress{
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #2D9CDB;
    border-radius: 12px;
}
.js-progress{
    width: 70%;
}
.ps-progress{
    width: 90%;
}
.j-progress{
    width: 85%;
}
.c-progress{
    width: 40%;
}
.n-progress{
    width: 63%;
}
.w-progress{
    width: 78%;
}


.skill-title{
    text-transform: uppercase;
    color: #f7f7f7;
    font-size: 1rem;
}

.sub-title{
    padding-top: 2rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #f7f7f7;
}

.sub-para{
    color: #ccc;
    padding: .4rem 0;
}

.references-section li{
    color: #ccc;
    padding: .2rem 0;
}
.references-section li i{
    padding-right: .5rem;
    font-size: 1.2rem;
    color: #2D9CDB;
}

.right-main-content{
    padding: 2rem 3rem;
}

.right-title-khusus{
    font-family: 'Rochester', cursive;
    /* font-family: 'Yesteryear', cursive; */
    font-size: 30px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    color: #cda45e;;
    margin-bottom: 1.2rem;
    position: relative;
}

.right-title-khusus img{
    width: 50px;
}

.right-title{
    font-family: 'Rochester', cursive;
    /* font-family: 'Yesteryear', cursive; */
    font-size: 30px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    color: #cda45e;;
    margin-bottom: 1.2rem;
    position: relative;
}

.right-title img{
    width: 50px;
}




.right-title::after{
    content: "";
    position: absolute;
    width: 60%;
    height: .2rem;
    background-color: #ccc;
    border-radius: 12px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.para{
    line-height: 1.6rem;
    color: #718096;
    font-size: 1.1rem;
    text-indent: 40px;
    text-align: justify;
}

.sect{
    padding-bottom: 2rem;
}

.timeline{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.tl-title{
    letter-spacing: 1px;
    font-size: 1.3rem;
    color: #002333;
    text-transform: uppercase;
}
.tl-title-2{
    letter-spacing: 1px;
    font-size: 1.3rem;
    color: #2D9CDB;
    text-transform: uppercase;
}

.tl-content{
    border-left: 1px solid #ccc;
    padding-left: 2rem;
    position: relative;
    padding-bottom: 2rem;
}

.tl-title-2::before{
    content: "";
    position: absolute;
    width: .7rem;
    height: .7rem;
    background-color: #2D9CDB;
    border-radius: 50%;
    transform: translateX(-50%);
    left: 0;
}


/*Media Querries*/

@media screen and (max-width:823px){
    .right-title::after{
        width: 40%;
    }
   
}
@media screen and (max-width:681px){
    .right-title::after{
        width: 30%;
    }

  
}
@media screen and (max-width:780px){
    .timeline{
        grid-template-columns: repeat(1, 1fr);
    }
    
}
@media screen and (max-width:780px){
    .left-section{
        grid-column: span 3;
    }
    .right-section{
        grid-column: span 4;
    }

  
}
@media screen and (max-width:1200px){
    .main-content{
        grid-template-columns: repeat(1, 1fr);
    }
    .profile img{
        width: 40%;
    }

}
@media screen and (max-width:700px){
    .profile img{
        width: 60%;
    }


}
@media screen and (max-width:390px){
    .name{
        font-size: 1.5rem;
    }
}