body{
    margin: 0px;
    font-family: sans-serif;
    min-width: 1300px;
    background-color: rgb(255, 225, 255);
}
.mid{
    display: flex;
    justify-content:center ;
    background-color: rgb(255, 225, 255);
}
.mid-1{
    width: 1600px;
    height: auto;
}
/* ini adalah navbar */
.background-nav {
    position: fixed;
    left: 0px;
    right: 0px;
    display: flex;
    width: 1300px;
    height: 60px;
    background-color: rgb(126, 96, 191);
    margin: 0px auto;
    border-radius: 15px;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 50;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.icon-profil img {
    width: 50px;
    float: left;
    margin-left: 70px; 
    border-radius: 50%;  
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.link {
    float: left;
    margin-left: 720px;
}

.link ul {
    display: flex;
    list-style-type: none;
}

.link ul li {
    margin: 0px 10px;
    padding: 5px;
}

.link ul li a {
    text-decoration: none;
    color: rgb(255, 225, 255);
    font-size: 13px;
    position: relative;
    transition: color 0.3s ease-in-out;
}

.link ul li a:hover {
    color: #E4B1F0;
}

.link ul li a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: #E4B1F0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.link ul li a:hover::before {
    visibility: visible;
    width: 100%;
}



















/* ini adalah halaman satu */
.mid {
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.halaman-satu-1 {
    margin-top: 60px;
    width: 65%;
    height: 715px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}

.halaman-satu-lapisan-1 {
    width: 840px;
    height: 573px;
    margin-left: 117px;
}

.halaman-satu-nama {
    width: 840px;
}

.halaman-satu-lapisan-1 h1 {
    font-size: 45px;
    margin-bottom: 10px;
    color: rgb(67, 56, 120);
}

.halaman-satu-profesi {
    width: 840px;
}

.halaman-satu-lapisan-1 h3 {
    font-size: 30px;
    margin: 0px;
    color: rgb(126, 96, 191);
}

.halaman-satu-deskripsi {
    width: 840px;
}

.halaman-satu-lapisan-1 p {
    font-size: 20px;
    text-align: justify;
    margin-top: 30px;
}

.sosial-media {
    display: flex;
    width: 200px;
    height: 40px;
    background-color: rgb(67, 56, 120);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.sosial-media p {
    margin: 0px;
    color: rgb(255, 255, 255);
}

.icon-sosial-media {
    margin-top: 30px;
}

.icon-sosial-media img {
    width: 43px;
    margin-right: 22px;
    transition: transform 0.2s;
}

.icon-sosial-media img:hover {
    transform: scale(1.1);
}

.halaman-satu-2 {
    margin-top: 60px;
    width: 35%;
    height: 715px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    transition: opacity 2s ease-in-out;
    animation: move 3s ease-in-out infinite;
}

@keyframes move {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(10px, -10px);
    }
    50% {
        transform: translate(0px, 10px);
    }
    75% {
        transform: translate(-10px, -5px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.foto-halaman img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    transition: opacity 2s ease-in-out;
}

.halaman-satu-2 img {
    width: 380px;
}























/* ini adalah halaman dua */
.halaman-dua{
    clear: both;
    width: 100%;
    height: 1050px;
    border-radius: 40px;
    background-color: rgb(67, 56, 120);
}
.halaman-dua-skill p{
    font-size: 250%;
    position: relative;
    top: 70px;
    color: white;
    text-align: center;
}
.background-grid{
    position: relative;
    top: 40px;
    display: grid;
    grid-template-columns: repeat(3 ,1fr);
    grid-template-rows: repeat(2 ,1fr);
    gap: 20px;
    width: 1300px;
    height: 820px;
    /* background-color: white; */
    margin: 80px auto;
}
.grid-skill{
    border-radius: 40px;
}
.grid-skill-1{
    background-color: rgb(255, 225, 255);
    text-align: center;
}
.uiux{
    font-size: 30px;
    color: rgb(0, 0, 0);
    margin-top: 40px;
}
.uiux-p{
    margin: 60px 40px;
    font-size: 150%;
    color: rgb(0, 0, 0);
}

.grid-skill-2{
    background-color: rgb(228, 177, 240);
    text-align: center;
}
.frontend{
    font-size: 30px;
    color: rgb(0, 0, 0);
    margin-top: 40px;
}
.frontend-p{
    margin: 60px 40px;
    font-size: 150%;
    color: rgb(67, 56, 120);
}

.grid-skill-3{
    background-color: rgb(255, 225, 255);
    text-align: center;    
}
.editphoto{
    font-size: 30px;
    color: rgb(0, 0, 0);
    margin-top: 40px;
}
.editphoto-p{
    margin: 60px 40px;
    font-size: 150%;
    color: rgb(0, 0, 0);
}

.grid-skill-4{
    background-color: rgb(228, 177, 240);
    text-align: center;
}
.copywriting{
    font-size: 30px;
    color: rgb(0, 0, 0);
    margin-top: 40px;
}
.copywriting-p{
    margin: 60px 40px;
    font-size: 150%;
    color: rgb(67, 56, 120);
}

.grid-skill-5{
    background-color: rgb(255, 225, 255);
    text-align: center;
}
.dblender{
    font-size: 30px;
    color: rgb(0, 0, 0);
    margin-top: 40px;
}
.dblender-p{
    margin: 60px 40px;
    font-size: 150%;
    color: rgb(0, 0, 0);
}

.grid-skill-6{
    background-color: rgb(228, 177, 240);
    text-align: center;
}
.dunity{
    font-size: 30px;
    color: rgb(0, 0, 0);
    margin-top: 40px;
}
.dunity-p{
    margin: 60px 40px;
    font-size: 150%;
    color: rgb(67, 56, 120);
}

/* Animasi masuk dari kiri */
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Animasi masuk dari kanan */
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Class untuk animasi masuk dari kiri */
.fade-in-left {
    animation: fadeInLeft 2s ease forwards;
}

/* Class untuk animasi masuk dari kanan */
.fade-in-right {
    animation: fadeInRight 2s ease forwards;
}

/* Class untuk animasi keluar (hilang) */
.fade-out {
    opacity: 0;
    transition: opacity 2s ease;
}
























/* ini adalah halaman 3 */

.latar-tiga{
    height: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.halaman-tiga{
    width: 1300px;
    height: 1149px;
}
.halaman-tiga-1{
    padding: 0px;
    margin-top: 50px;
    width: 1300px;
    height: 325px;
    /* border: 1px solid; */
    border-radius: 10px;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
}
.halaman-tiga-1-gambar{
    margin-top: 10px;
    margin-left: 50px;
}
.halaman-tiga-1-gambar img{
    width:300px;
    float: left;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.halaman-tiga-1-deskripsi{
    padding: 0px;
    width:860px;
    float: left;
    margin-left: 30px;
}
.halaman-tiga-1-deskripsi p{
    font-size: 150%;
    text-align: justify;
}
.halaman-tiga-1-deskripsi h1{
    color: rgb(92, 70, 156);
}
.halaman-tiga-2{
    padding: 0px;
    margin-top: 10px;
    width: 1300px;
    height: 325px;
    /* border: 1px solid; */
    border-radius: 10px;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
}
.halaman-tiga-2-gambar{
    margin-top: 10px;
    margin-left: 50px;
}
.halaman-tiga-2-gambar img{
    width:300px;
    float: left;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.halaman-tiga-2-deskripsi{
    padding: 0px;
    width:860px;
    float: left;
    margin-left: 30px;
}
.halaman-tiga-2-deskripsi p{
    font-size: 150%;
    text-align: justify;
}
.halaman-tiga-2-deskripsi h1{
    color: rgb(92, 70, 156);
}


.halaman-tiga-3{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    width: 1300px;
    height: 500px;
    border-radius: 10px;
    background-color: rgb(92, 70, 156);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    
}
.halaman-tiga-3-deskripsi h1{
    text-align: center;
    color: white;
}
.latar-projek img{
    width: 390px;
    margin: 5px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Animasi masuk dari atas */
@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animasi masuk dari bawah */
@keyframes fadeInBottom {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Class untuk animasi masuk dari atas */
.fade-in-top {
    animation: fadeInTop 2s ease forwards;
}

/* Class untuk animasi masuk dari bawah */
.fade-in-bottom {
    animation: fadeInBottom 2s ease forwards;
}

/* Class untuk animasi keluar (hilang) */
.fade-out {
    opacity: 0;
    transition: opacity 2s ease;
}





















/* ini adalah halaman 4 */

.halaman-empat{
    margin-top: 180px;
    clear: both;
    width: 100%;
    height: 1050px;
    border-radius: 40px;
    background-color: rgb(67, 56, 120);
}
.halaman-empat-tools p{
    font-size: 250%;
    position: relative;
    top: 70px;
    color: white;
    text-align: center;
}
.background-grid-empat{
    display: grid;
    position: relative;
    top: 40px;
    grid-template-columns: repeat(3 ,1fr);
    grid-template-rows: repeat(2 ,1fr);
    gap: 20px;
    width: 1300px;
    height: 820px;
    /* background-color: white; */
    margin: 80px auto;
}
.grid-tools-1{
    background-color: rgb(228, 177, 240);
    text-align: center;
    border-radius: 40px;
}
.Figma{
    font-size: 30px;
    color: rgb(0, 0, 0);
    margin-top: 40px;
}
.Figma-img img{
    width: 140px;
    border-radius: 20px;
    box-shadow: 0 10px 19px rgba(0, 0, 0, 0.3);
}
.grid-tools-2{
    background-color: rgb(255, 225, 255);
    text-align: center;
    border-radius: 40px;
}
.Canva{
    font-size: 30px;
    color: rgb(0, 0, 0);
    margin-top: 40px;
}
.Canva-img img{
    width: 140px;
    border-radius: 20px;
    box-shadow: 0 10px 19px rgba(0, 0, 0, 0.3);
}
.grid-tools-3{
    background-color: rgb(228, 177, 240);
    text-align: center;
 border-radius: 40px;    
}
.Github{
    font-size: 30px;
    color: rgb(0, 0, 0);
    margin-top: 40px;
}
.Github-img img{
    width: 140px;
    border-radius: 20px;
    box-shadow: 0 10px 19px rgba(0, 0, 0, 0.3);
}
.grid-tools-4{
    background-color: rgb(255, 225, 255);
    text-align: center;
    border-radius: 40px;
}
.Unity{
    font-size: 30px;
    color: rgb(0, 0, 0);
    margin-top: 40px;
}
.Unity-img img{
    width: 140px;
    border-radius: 20px;
    box-shadow: 0 10px 19px rgba(0, 0, 0, 0.3);
}
.grid-tools-5{
    background-color: rgb(228, 177, 240);
    text-align: center;
    border-radius: 40px;
}
.Blender{
    font-size: 30px;
    color: rgb(0, 0, 0);
    margin-top: 40px;
}
.Blender-img img{
    width: 140px;
    border-radius: 20px;
    box-shadow: 0 10px 19px rgba(0, 0, 0, 0.3);
}
.grid-tools-6{
    background-color: rgb(255, 225, 255);
    text-align: center;
    border-radius: 40px;
}
.Adobe{
    font-size: 30px;
    color: rgb(0, 0, 0);
    margin-top: 40px;
}
.Adobe-img img{
    width: 140px;
    border-radius: 20px;
    box-shadow: 0 10px 19px rgba(0, 0, 0, 0.3);
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 2s ease forwards;
}

.fade-in-down {
    animation: fadeInDown 2s ease forwards;
}













/* ini adalah halaman 5 */
.halaman-lima{
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
}
.halaman-lima-bungkus{
    margin-top: 50px;
    border-radius: 20px;
    width: 1300px;
    height: auto;
    padding-bottom: 50px;
    background-color: rgb(228, 177, 240);
}
.halaman-lima-bungkus h1{
    text-align: center;
    font-size: 250%;
}

/* Aditya */
.latar-aditya{
    border-radius: 20px;
    width: 90%;
    height: 300px;
    margin: auto;
    background-color: rgb(255, 225, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}
.gambar-aditya{
    float: left;
}
.gambar-aditya img{
    width: 250px;
    border-radius: 20px;
}
.teks-aditya{
    width: 850px;
    float: left;
    margin-left: 30px;
}
.teks-aditya h2{
    width: 320px;
    background-color: rgb(67, 56, 120);
    color: white;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    margin-top: 0px
}
.teks-aditya p{
    margin-top: 40px;
    font-size: 120%;
    text-align: justify;
}


/* Yoga */
.latar-yoga {
    border-radius: 20px;
    width: 90%;
    height: 300px;
    margin: auto;
    background-color: rgb(255, 225, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.gambar-yoga {
    order: 2;
}

.gambar-yoga img {
    width: 250px;
    border-radius: 20px;
}

.teks-yoga {
    width: 850px;
    margin-right: 30px;
}

.teks-yoga h2 {
    width: 320px;
    background-color: rgb(67, 56, 120);
    color: white;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    margin-top: 0px;
    margin-left: auto;
    margin-right: 0px;
}

.teks-yoga p {
    margin-top: 40px;
    font-size: 120%;
    text-align: justify;
}

/* Wisnu */
.latar-wisnu{
    border-radius: 20px;
    width: 90%;
    height: 300px;
    margin: auto;
    background-color: rgb(255, 225, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.gambar-wisnu{
    float: left;
}
.gambar-wisnu img{
    width: 250px;
    border-radius: 20px;
}
.teks-wisnu{
    width: 850px;
    float: left;
    margin-left: 30px;
}
.teks-wisnu h2{
    width: 320px;
    background-color: rgb(67, 56, 120);
    color: white;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    margin-top: 0px
}
.teks-wisnu p{
    margin-top: 40px;
    font-size: 120%;
    text-align: justify;
}

/* Animasi memudar dan bergerak dari kanan */
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(50px);
    }
}

/* Animasi memudar dan bergerak dari kiri */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(-50px);
    }
}

/* Tambahkan kelas untuk efek animasi */
.fade-in-right {
    animation: fadeInRight 2s forwards;
}

.fade-out-right {
    animation: fadeOutRight 2s forwards;
}

.fade-in-left {
    animation: fadeInLeft 2s forwards;
}

.fade-out-left {
    animation: fadeOutLeft 2s forwards;
}





/* penutup */
.latar-penutup{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.bungkus-penutup{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    border-radius: 20px;
    width: 1300px;
    height: 100px;
    background-color: rgb(67, 56, 120);
}
.bungkus-penutup p{
    color: white;
}
