@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Press+Start+2P&display=swap');

@font-face {
    font-family: 'Press Start 2P';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/pressstart2p/v15/e3t4euO8T-267oIAQAu6jDQyK3nYivNm4I81PZQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrLPTucHtAOvWDSA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: black;
    overflow-x: hidden;
    height: 100%;
    min-width: 300px;
}

img {
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

nav {
    display: flex;
    justify-content: space-between;
    background-color: #190153;
    padding: 2rem;
    border-bottom: 4px solid #FDCA65;
    height: 40px;
}

nav ul {
    display: flex;
    list-style: none;
    width: 50%;
    justify-content: space-around;
    align-items: center;
}

nav ul li a {
    background: linear-gradient(0deg, #FDCA65 12%, #FF00E5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 600;
}

nav ul li a:hover {
    transition: 0.5s;
    background: #FDCA65;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-logo-title {
    display: flex;
    align-items: center;
    width: 30%;
}

.nav-logo-title img {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    content: url(https://images.unsplash.com/photo-1633409361618-c73427e4e206?q=80&w=2080&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
}

.nav-logo-title a {
    background: linear-gradient(0deg, #FDCA65 12%, #FF00E5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 36;
    font-weight: 600;
    text-decoration: none;
    margin-left: 10px;
}

.nav-logo-title a:hover {
    transition: 0.5s;
    background: #FDCA65;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#header {
    width: 100%;
    height: 60vh;
    background-image: url(https://c4.wallpaperflare.com/wallpaper/31/105/276/retrowave-synthwave-neon-ultrawide-wallpaper-preview.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.header-texts {
    text-align: center;
    color: white;
    height: 100%;
    padding-top: 90px;
}

#header .header-texts h1 {
    background: linear-gradient(0.81deg, #fdca65, #fa06ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
    z-index: 1;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
}

#header .header-texts h3 {
    font-family: 'Press Start 2P';
    font-size: 12px;
    margin-top: 10px;
    color: white;
}

.header-texts p {
    font-family: 'Poppins', sans-serif;
    color: white;
    margin: 30px 40px;
    font-size: 15px;
}

.header-texts abbr {
    color: #FDCA65;
}

.content-aside h2{
    font-family: 'Press Start 2P';
    color: #fff;
}
.content .content-first h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    background: linear-gradient(0.81deg, #fdca65, #fa06ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
    z-index: 1;
    margin: 50px 0px 20px 30px;
}

.content .content-first p {
    padding: 10px;
    padding-right: 10px;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    color: white;
    background-color: #B50BA3;
    margin-right: 150px;
}

.content .content-second h2 {
    font-family: 'Press Start 2P';
    font-size: 30px;
    color: #fff;
    
    margin: 100px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content .content-second h4 {
    display: flex;
    align-items: center;
    margin: 20px 40px;
    justify-content: flex-end;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    background: linear-gradient(0.81deg, #fdca65, #fa06ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content .content-second p {
    color: white;
    font-family: 'Poppins', sans-serif;
    background-color: #B50BA3;
    justify-content: right;

    margin-left: 150px;
    padding: 10px 0px 10px 10px;

}


/* buat link srcs*/
aside{
    margin-top: 200px;
}

aside ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

aside ul li{
    list-style: none;
}
aside ul li a{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin: 10px 10px;
}

aside h2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0px;
    padding: 0px 10px;
}

/* buat bikin isi artikel yg tabel */
.articles table{
    display: grid;
    align-items: center;
    justify-content: center;
    margin-top: 200px;
    border-spacing: 20px;
    margin-bottom: 100px;
}

.articles .row-first{
    background-color: #B50BA3;
}

.articles .row-first td{
    height: 700px;
    overflow-y: auto;
}

.articles .row-first .article{
    margin-bottom: 100px;
    padding: 10px;
}

.article img{
    display: block;
    width: 300px;
    height: 300px;
    background-color: red;
    content: url(https://plus.unsplash.com/premium_photo-1671730342733-4c49fa66f783?q=80&w=2064&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.article p{
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin: 20px 0px;
}



table{
    align-items: center;
    margin: 0px 100px;
}
table .row-first td{
    width: 25%;
}
table .row-first{
    margin-bottom: 100px;
}
.articles td h3{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Press Start 2P';
    color: #fff;
    padding: 0px 20px;
}

.articles td a{
    font-family: 'Press Start 2P';
    font-size: 10px;
    color: #fff;
}


.articles .row-second{
    background-color: #B50BA3;
}

.articles .row-second .article-long h3{
    padding: 20px 10px;
}

.articles .row-second .article-long p{
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding: 0px 10px 40px 10px;
}

.articles .row-second td{
    height: 200px;
}
.articles .row-second td img{
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 300px;
    content: url(https://images.unsplash.com/photo-1500964757637-c85e8a162699?q=80&w=2103&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    padding: 10px;
    border-radius: 20px;
}

/* creativity */
.mini-one{
    background-color: #B50BA3;
    margin: 100px;
    padding: 50px 20px 50px 20px;
}
.mini-one .mini-content h2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Press Start 2P';
    color: #fff;
    padding-bottom: 30px;
}
.mini-one .mini-content p{
    text-align: justify;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.mini-one img{
    display: none;
}

.mini-two{
    background-color: #B50BA3;
    margin: 100px;
    padding: 50px 20px 50px 20px;
}
.mini-two .mini-content h2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Press Start 2P';
    color: #fff;
    padding-bottom: 30px;
}
.mini-two .mini-content p{
    text-align: justify;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.mini-two img{
    display: none;
}
.mini-three{
    background-color: #B50BA3;
    margin: 100px;
    padding: 50px 20px 50px 20px;
}
.mini-three .mini-content h2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Press Start 2P';
    color: #fff;
    padding-bottom: 30px;
}
.mini-three .mini-content p{
    text-align: justify;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.mini-three img{
    display: none;
}
.mini-four{
    background-color: #B50BA3;
    margin: 100px 100px 500px 100px;
    padding: 50px 20px 50px 20px;
}
.mini-four .mini-content h2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Press Start 2P';
    color: #fff;
    padding-bottom: 30px;
}
.mini-four .mini-content p{
    text-align: justify;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.mini-four img{
    display: none;
    
}


/* footer */
footer{
    background-color: #190153;
    border-top: 4px solid #FDCA65;
}

.footer-logo h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0.81deg, #fdca65, #fa06ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
    z-index: 1;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
}

.footer-logo p {
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 20px 40px;
    font-family: 'Press Start 2P';
    color: #fff;
}

.footer-form {
    background-color: #B50BA3;
    padding: 10px 10px;
    margin: 10px 60px;
    border-radius: 10px;
}

.footer-form p {
    font-family: 'Press Start 2P';
    color: white;
    font-size: 10px;
    margin: 10px 0px;
}

.footer-form label {
    font-family: 'Press Start 2P';
    color: white;
    font-size: 10px;
}

.footer-form input[type=text]{
    background-color: #FDCA65;
    border: 4px solid #FDCA65;
    border-radius: 4px;
    font-family: 'Press Start 2P';
    font-size: 10px;
    padding: 8px 0px;
    margin-bottom: 10px;
    width: 240px;
}

.footer-form input[type=radio]{
    border: 4px solid #FDCA65;
}

.footer-form select{
    padding: 7px;
    background-color: #FDCA65;
    font-family: 'Press Start 2P';
    font-size: 10px;
    border-radius: 4px;
    border: 4px solid #fdca65;
    width: 250px;
}
.footer-form button {
    font-family: 'Press Start 2P';
    font-size: 10px;
    color: black;
    background-color: #FDCA65;
    margin-top: 10px;
    padding: 5px;
    border-radius: 5px;
    border: 4px solid #FDCA65;
}

.footer-credit{
    padding: 10px 0px;
    background-color: #190153;
    display: flex;
    font-size: 10px;
    color: #fff;
}

.footer-credit h3{
    margin: 10px;
    font-family: 'Poppins', sans-serif;
}
