@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&display=swap');


p,
a,
h1,
h2,
h3,
h4,
label,
button,
select {
    font-family: "EB Garamond", 'Times New Roman';
    color: rgb(230, 223, 194);
    font-weight: 500;
}

nav {
    z-index: 100;
    position: fixed;
    top: 0%;
    left: 0%;
    height: 50px;
    width: 120%;
    background-color: rgb(22, 22, 22);
}

nav ul {
    position: fixed;
    top: -1%;
    right: 5%;
}

nav li {

    position: relative;
    padding-left: 20px;
    display: inline-block;
}

nav li a {

    font-size: 24px;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}

nav li a:hover {

    border-radius: 5px;
    padding: 0 5px 0 5px;
    background-color: bisque;
    color: black;
    font-size: 24px;
    text-decoration: none;
}

.nav-logo-title {
    position: fixed;
    margin-top: 0.5%;
    margin-left: 3%;
}


.nav-logo-title img {
    content: url(https://codecreator.my.id/hayyaassets/noun-robotic-hand-2838670-removebg-preview.png);

}

.nav-logo-title a {
    position: fixed;
    margin-top: 0.5%;
    margin-left: 1%;
    text-decoration: none;

}

body {
    height: 800px;
    width: 100%;
    margin-top: 5%;
    position: relative;
    background-color: rgb(58, 58, 58);
    background-image: url(./webbg.png);
    background-repeat: no-repeat;
    background-position: -450px;

    transition: all 0.6s, width 0.2s;

}



#header {

    position: absolute;
    top: 14%;
    right: 4%;
    z-index: 6;
    display: inline-flex;
    height: 350px;
    width: 400px;
    padding: 25px;
    perspective: 1500px;

    animation-name: floatAround;
    animation-duration: 60s;
    animation-direction: reverse;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}


.header-texts {

    position: relative;
    top: 10%;
    width: 680px;
    height: 400px;
    padding: 8px;
    background-color: rgba(22, 22, 22, 0.711);
    transform: rotateY(-25deg) rotateX(1deg);

}

.header-texts p {
    font-size: 16px;

}

.header-filler {
    z-index: -1;
    margin-left: 2%;
    position: absolute;
    top: 150px;
    left: -650px;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    border: dashed 10px bisque;
    animation-name: Rotate;
    animation-duration: 20s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-fill-mode: both;

    transition: all 0.6s, width 0.2s;

}

.header-filler::before {
    z-index: -1;
    content: "";
    margin-left: 2%;
    border: dotted 10px rgb(160, 150, 137);
    position: absolute;
    left: 200px;
    width: 150px;
    height: 150px;
    border-radius: 100%;

    animation-name: Rotate;
    animation-duration: 50s;
    animation-direction: alternate-reverse;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: both;

    transition: all 0.6s, width 0.2s;

}

.header-filler::after {
    z-index: -1;
    content: "";
    margin-left: 4%;
    border: dashed 10px rgb(155, 141, 125);
    position: absolute;
    right: 10px;
    width: 350px;
    height: 350px;
    border-radius: 100%;

    animation-name: Rotate;
    animation-direction: reverse;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: both;

    transition: all 0.6s, width 0.2s;

}

.page-wrapper {
    position: absolute;
    margin-top: 100px;
    left: 0%;
    padding: 2%;
}


.content-aside {
    position: absolute;
    z-index: 6;
    top: -120px;
    right: 5%;
    margin: 2%;
    display: inline-flex;
    height: 250px;
    width: 830px;
    padding: 25px;
    perspective: 1700px;

    animation-name: floatAround;
    animation-duration: 45s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.content-aside .content {
    perspective: 1500px;
}


.content-first {

    z-index: 10;
    position: relative;
    top: -2%;
    height: 50px;
    width: 670px;
    background-color: rgba(22, 22, 22, 0.711);
    cursor: pointer;
    transition: all 0.5s;
    transform: rotateY(-35deg) rotateX(-7deg);


}

.content-first h2 {
    margin-left: 5%;
    padding-top: 1%;
}

.content-first p {
    text-align: justify;
    visibility: hidden;
    transition: all 0 ease 0.2s;
}

.content-first:hover p {
    position: relative;
    visibility: visible;
    margin-left: 5%;
    margin-right: 5%;
}

.content-first:hover {
    position: relative;
    top: 13%;
    bottom: -300px;
    height: 380px;
    width: 670px;
    transform: rotateY(-15deg);
    background-color: rgba(22, 22, 22);

}

.content-second {

    z-index: 7;
    position: relative;
    top: -2%;
    height: 50px;
    width: 670px;
    background-color: rgba(22, 22, 22, 0.711);
    cursor: pointer;
    transform: rotateY(-35deg) rotateX(-5deg);
    transition: all 0.4s;
}

.content-second h2 {
    padding-top: 1%;
    margin-left: 5%;
}

.content-second p {
    text-align: justify;
    visibility: hidden;
    transition: all 0 ease 0.2s;
}

.content-second h4 {
    visibility: hidden;
}

.content-second:hover p {
    visibility: visible;
    margin-left: 5%;
    margin-right: 5%;
}

.content-second:hover h4 {
    visibility: visible;
    margin-left: 5%;
    margin-right: 5%;
}

.content-second:hover {
    height: 490px;
    width: 670px;
    transform: rotateY(-15deg);
    background-color: rgba(22, 22, 22);
}

.content-aside aside {

    position: relative;
    top: -0.5%;
    margin-left: 2%;
    padding: 2%;
    display: inline-block;
    height: 150px;
    width: 110px;
    background-color: rgba(22, 22, 22, 0.711);
    transform: rotateY(-35deg) rotateX(-5deg);
    transition: height 0.1s ease;

}

.content-aside aside h2 {
    font-size: 20px;
    margin-top: -10%;


}

.content-aside aside ul {
    visibility: hidden;
    list-style-type: none;
}

.content-aside aside:hover {
    height: 220px;
    transform: rotateY(-20deg);
}

.content-aside aside:hover ul {

    visibility: visible;
    position: relative;
    top: -8%;

}

.content-aside aside ul li a {
    text-decoration: none;
}

.content-aside aside ul li {
    position: relative;
    right: 60%;
}


.articles table {
    position: relative;
    bottom: -800px;
    margin-top: 2%;
    border: 10px solid transparent;
}

.article a {

    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
    padding: 5px;
    transition: 0.5s ease-in-out;
}

.article a:hover {

    background-color: bisque;
    color: black;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
    padding: 5px;
}

.articles table td {
    margin: 2%;
    padding: 2%;
    background-color: rgba(22, 22, 22, 0.711);
}

.articles table .row-first .article:nth-child(1) img {
    content: url(https://codecreator.my.id/hayyaassets/noun-spaceship-2838676-removebg-preview.png);
}

.articles table .row-first .article:nth-child(2) img {
    content: url(https://codecreator.my.id/hayyaassets/noun-space-rocket-2838679-removebg-preview.png);
}

.articles table .row-first .article:nth-child(3) img {
    content: url(https://codecreator.my.id/hayyaassets/noun-connection-robot-and-human-2838665-removebg-preview.png);
}

.articles table .row-second td:nth-child(2) img {
    position: relative;
    left: 40%;
    content: url(https://codecreator.my.id/hayyaassets/noun-robot-maid-2838673-removebg-preview.png);
}

.creativity {
    position: absolute;
    top: 13%;
    left: 6%;
    height: 380px;
    width: 300px;

    animation-name: floatAround;
    animation-direction: alternate-reverse;
    animation-duration: 35s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.creativity-wrapper {
    perspective: 1500px;
}

.creativity h2 {
    font-size: 20px;
}

.mini-one {
    position: relative;
    display: block;
    padding: 2%;
    margin: 1%;
    height: 80px;
    width: 80px;
    background-color: rgba(22, 22, 22, 0.711);
    transition: all 0.6s, width 0.2s;
    transform: rotateY(30deg);
}

.mini-one img {
    content: url(https://codecreator.my.id/hayyaassets/noun-astronaut-2838653-removebg-preview.png);
}

.mini-one p {
    visibility: hidden;
    transition: all 0s ease 1ms;
}

.creativity h2 {
    visibility: hidden;
    transition: all 0.1s ease 0, 6s;
}

.mini-one:hover {

    height: 300px;
    width: 360px;
    transform: rotateY(15deg);
    background-color: rgba(22, 22, 22);
}

.mini-one:hover p {
    visibility: visible;
}

.mini-one:hover h2 {
    visibility: visible;
}

.mini-two {
    position: relative;
    padding: 2%;
    margin: 1%;
    height: 80px;
    width: 80px;
    background-color: rgba(22, 22, 22, 0.711);
    transition: all 0.6s, width 0.2s;
    transform: rotateY(30deg);
}

.mini-two img {
    content: url(https://codecreator.my.id/hayyaassets/noun-cloning-2838658-removebg-preview.png);
}

.mini-two p {
    visibility: hidden;
    transition: all 0s ease 0.05s;
}

.mini-two:hover {

    height: 340px;
    width: 360px;
    transform: rotateY(15deg);
    background-color: rgba(22, 22, 22);
}

.mini-two:hover p {
    visibility: visible;
}

.mini-two:hover h2 {
    visibility: visible;
}

.mini-three {
    position: relative;
    padding: 2%;
    margin: 1%;
    height: 80px;
    width: 80px;
    background-color: rgba(22, 22, 22, 0.711);
    transition: all 0.6s, width 0.2s;
    transform: rotateY(30deg);
}

.mini-three img {
    content: url(https://codecreator.my.id/hayyaassets/noun-eye-scan-2838662-removebg-preview.png);
}

.mini-three p {
    visibility: hidden;
    transition: all 0s ease 0.05s;
}

.mini-three:hover {

    height: 320px;
    width: 360px;
    transform: rotateY(15deg);
    background-color: rgba(22, 22, 22);
}

.mini-three:hover p {
    visibility: visible;
}

.mini-three:hover h2 {
    visibility: visible;
}


.mini-four {
    position: relative;
    padding: 2%;
    margin: 1%;
    height: 80px;
    width: 80px;
    background-color: rgba(22, 22, 22, 0.711);
    transition: all 0.4s, width 0.2s;
    transform: rotateY(30deg);
}

.mini-four img {
    content: url(https://codecreator.my.id/hayyaassets/noun-robot-invention-2838668-removebg-preview.png);
}

.mini-four p {
    visibility: hidden;
    transition: all 0s ease 0.1s;
}

.mini-four:hover {

    height: 320px;
    width: 360px;
    transform: rotateY(15deg);
    background-color: rgba(22, 22, 22);
}

.mini-four:hover p {
    visibility: visible;
}

.mini-four:hover h2 {
    visibility: visible;
}

footer {
    position: absolute;
    bottom: -160%;
    left: -5%;
    padding-left: 5%;
    height: 300px;
    width: 100%;
    background-color: rgb(22, 22, 22);
}

.footer-logo {
    position: absolute;
    left: 80%;
    bottom: 65%;

}

.footer-credit {
    position: absolute;
    left: 80%;
    bottom: 10%;

}

.footer-form {
    position: absolute;
    left: 8%;

}

.footer-form input[type="text"] {

    width: 148px;
    position: relative;
    top: -12px;
    background: rgb(59, 59, 59);
    border: none;
}

.footer-form input[type="radio"] {

    position: relative;
    top: -10px;
}

.footer-form label {
    position: relative;
    top: -12px;
}

.footer-form select {

    position: relative;
    top: -12px;
    width: 150px;
    background: rgb(59, 59, 59);
    color: rgb(230, 223, 194);
    border: none;

}


.footer-form button {

    height: 20px;
    width: 60px;
    position: relative;
    border: none;
    top: 5px;
    background: rgb(59, 59, 59);
    color: rgb(230, 223, 194);
    border: none;
}

@keyframes floatAround {

    0% {
        transform: translateX(10px) translateY(5px);
    }

    10% {
        transform: translateX(-20px) translateY(-2px);
    }

    20% {
        transform: translateX(15px) translateY(-4px);
    }

    30% {
        transform: translateX(-20px) translateY(20px);
    }

    40% {
        transform: translateX(-5px) translateY(10px);
    }

    50% {
        transform: translateX(34px) translateY(-8px);
    }

    60% {
        transform: translateX(-4px) translateY(-20px);
    }

    70% {
        transform: translateX(17px) translateY(23px);
    }

    80% {
        transform: translateX(10px) translateY(-12px);
    }

    90% {
        transform: translateX(-22px) translateY(-3px);
    }

    100% {
        transform: translateX(-8px) translateY(-7px);
    }
}

@keyframes Rotate {


    0% {
        transform: translateX(10px) translateY(5px);
        transform: rotate(0deg);
    }

    10% {
        transform: translateX(-20px) translateY(-2px);
        transform: rotate(360deg);
    }

    20% {
        transform: translateX(15px) translateY(-4px);
        transform: rotate(720deg);
    }

    30% {
        transform: translateX(-20px) translateY(20px);
        transform: rotate(1080deg);
    }

    40% {
        transform: translateX(-5px) translateY(10px);
        transform: rotate(1440deg);
    }

    50% {
        transform: translateX(34px) translateY(-8px);
        transform: rotate(1800deg);
    }

    60% {
        transform: translateX(-4px) translateY(-20px);
        transform: rotate(2160deg);
    }

    70% {
        transform: translateX(17px) translateY(23px);
        transform: rotate(2520deg);
    }

    80% {
        transform: translateX(10px) translateY(-12px);
        transform: rotate(2880deg);
    }

    90% {
        transform: translateX(-22px) translateY(-3px);
        transform: rotate(3240deg);
    }

    100% {
        transform: translateX(-8px) translateY(-7px);
        transform: rotate(3600deg);
    }
}

/* responsive break points */
@media screen and (max-width: 1480px) {

    body {
        background-position: -650px;
    }


    .header-filler {
        margin-left: 2%;
        position: absolute;
        top: 150px;
        left: -350px;
        width: 150px;
        height: 150px;
        border-radius: 100%;
        border: dashed 10px bisque;

    }

    .header-filler::before {
        content: "";
        border: dotted 10px rgb(160, 150, 137);
        position: absolute;
        left: 100px;
        width: 150px;
        height: 150px;
        border-radius: 100%;

    }

    .header-filler::after {
        content: "";
        margin-left: 2%;
        border: dashed 10px rgb(155, 141, 125);
        position: absolute;
        right: 10px;
        width: 250px;
        height: 250px;
        border-radius: 100%;

    }
}

@media screen and (max-width: 1150px) {

    body {
        background-position: -750px;
    }

    .header-filler {
        position: absolute;
        left: -250px;
    }
}

@media screen and (max-width: 1000px) {

    .articles {
        position: relative;
        bottom: 5%;
        width: 95%;
        height: 200%;
    }

    body {
        background-position: -800px;
        background-position-y: -300px;
        height: 4000px;
    }

    .header-filler {
        margin-left: 2%;
        position: absolute;
        top: 150px;
        left: 500px;
        width: 150px;
        height: 150px;
        border-radius: 100%;
        border: dashed 10px rgb(155, 141, 125);

    }

    .header-filler::before {
        content: "";
        border: dashed 10px rgb(155, 141, 125);
        position: absolute;
        left: 100px;
        width: 150px;
        height: 150px;
        border-radius: 100%;

    }

    .header-filler::after {
        content: "";
        margin-left: 2%;
        border: dashed 10px rgb(155, 141, 125);
        position: absolute;
        right: 10px;
        width: 250px;
        height: 250px;
        border-radius: 100%;

    }

    .header-texts {
        position: relative;
        top: 10%;
        width: 680px;
        height: 400px;
        padding: 8px;
        background-color: rgba(22, 22, 22, 0.711);
        transform: none;

    }

    .content-aside {
        animation: none;
        width: 95%;
        position: absolute;
        top: 100%;
        left: 2%;
    }

    .content-aside .content {
        perspective: 1000px;
    }


    .content-first {
        z-index: 10;
        position: relative;
        top: -2%;
        height: 160%;
        width: 100%;
        background-color: rgba(22, 22, 22);
        transform: none;
        cursor: unset;
    }

    .content-first h2 {
        margin-left: 5%;
        padding-top: 1%;
    }

    .content-first p {
        position: relative;
        visibility: visible;
        margin-left: 5%;
        margin-right: 5%;
    }

    .content-first:hover p {
        visibility: visible;

    }

    .content-first:hover {
        position: relative;
        transform: none;
        top: -2%;
        height: 160%;
        width: 100%;
    }

    .content-second {
        z-index: 7;
        position: relative;
        top: -2%;
        height: 240%;
        width: 100%;
        background-color: rgb(22, 22, 22);
        cursor: unset;
        transform: none;
        transition: all 0.4s;
    }

    .content-second h2 {
        padding-top: 1%;
        margin-left: 5%;
    }

    .content-second p {
        visibility: visible;
        margin-left: 5%;
        margin-right: 5%;
    }

    .content-second h4 {
        visibility: visible;
        margin-left: 5%;
        margin-right: 5%;
    }

    .content-second:hover p {
        visibility: visible;
    }

    .content-second:hover h4 {
        visibility: visible;

    }

    .content-second:hover {
        transform: none;
        height: 240%;
        width: 100%;
    }

    .content-aside aside {
        position: relative;
        top: -0.5%;
        margin-left: 2%;
        padding: 2%;
        display: inline-block;
        height: 220px;
        width: 110px;
        background-color: rgb(22, 22, 22);
        transform: none;
        transition: height 0.1s ease;

    }

    .content-aside aside h2 {
        font-size: 20px;
        margin-top: -10%;


    }

    .content-aside aside ul {
        visibility: visible;
        list-style-type: none;
        position: relative;
        top: -8%;
    }

    .content-aside aside:hover {
        transform: none;
    }

    .content-aside aside:hover ul {
        visibility: visible;
    }

    .content-aside aside ul li a {
        text-decoration: none;
    }

    .content-aside aside ul li {
        position: relative;
        right: 60%;
    }

    .creativity {
        position: absolute;
        top: 240%;
        left: 6%;
        height: 380px;
        width: 95%;
        animation-name: none;
    }

    .creativity-wrapper {
        perspective: 1000px;
    }

    .creativity h2 {
        font-size: 20px;
    }

    .mini-one {
        position: relative;
        display: inline-block;
        padding: 2%;
        margin: 1%;
        height: 25%;
        width: 90%;
        background-color: rgb(22, 22, 22);
        transition: all 0.6s, width 0.2s;
        transform: none;
    }

    .mini-one img {
        content: url(https://codecreator.my.id/hayyaassets/noun-astronaut-2838653-removebg-preview.png);
    }

    .mini-one p {
        visibility: visible;
        transition: all 0s ease 1ms;
    }

    .creativity h2 {
        visibility: visible;
        transition: all 0.1s ease 0, 6s;
    }

    .mini-one:hover {

        height: 25%;
        width: 90%;
        transform: none;
    }

    .mini-one:hover p {
        visibility: visible;
    }

    .mini-one:hover h2 {
        visibility: visible;
    }

    .mini-two {
        display: inline-block;
        position: relative;
        padding: 2%;
        margin: 1%;
        height: 25%;
        width: 90%;
        background-color: rgba(22, 22, 22);
        transition: all 0.6s, width 0.2s;
        transform: none;
    }

    .mini-two img {
        content: url(https://codecreator.my.id/hayyaassets/noun-cloning-2838658-removebg-preview.png);
    }

    .mini-two p {
        visibility: visible;
        transition: all 0s ease 0.05s;
    }

    .mini-two:hover {
        height: 25%;
        width: 90%;
        transform: none;
    }

    .mini-two:hover p {
        visibility: visible;
    }

    .mini-two:hover h2 {
        visibility: visible;
    }

    .mini-three {
        display: inline-block;
        position: relative;
        padding: 2%;
        margin: 1%;
        height: 25%;
        width: 90%;
        background-color: rgba(22, 22, 22);
        transition: all 0.6s, width 0.2s;
        transform: none;
    }

    .mini-three img {
        content: url(https://codecreator.my.id/hayyaassets/noun-eye-scan-2838662-removebg-preview.png);
    }

    .mini-three p {
        visibility: visible;
        transition: all 0s ease 0.05s;
    }

    .mini-three:hover {
        height: 25%;
        width: 90%;
        transform: none;
    }

    .mini-three:hover p {
        visibility: visible;
    }

    .mini-three:hover h2 {
        visibility: visible;
    }

    .mini-four {
        display: inline-block;
        position: relative;
        padding: 2%;
        margin: 1%;
        height: 25%;
        width: 90%;
        background-color: rgb(22, 22, 22);
        transition: all 0.4s, width 0.2s;
        transform: none;
    }

    .mini-four img {
        content: url(https://codecreator.my.id/hayyaassets/noun-robot-invention-2838668-removebg-preview.png);
    }

    .mini-four p {
        visibility: visible;
        transition: all 0s ease 0.1s;
    }

    .mini-four:hover {
        height: 25%;
        width: 90%;
        transform: none;
    }

    .mini-four:hover p {
        visibility: visible;
    }

    .mini-four:hover h2 {
        visibility: visible;
    }

    #header {

        position: absolute;
        top: 2%;
        right: 4%;
        z-index: 6;
        display: inline-flex;
        background-color: rgba(21, 21, 21, 0.489);
        height: 500px;
        width: 90%;
        padding: 25px;
        perspective: 1500px;

        animation-name: none;
    }


    .header-texts {
        position: relative;
        top: 10%;
        width: 400px;
        height: 400px;
        padding: 8px;
        background-color: rgba(22, 22, 22);
        transform: none;
    }

    footer {
        position: absolute;
        bottom: -450%;
        left: -5%;
        padding-left: 5%;
        height: 40%;
        width: 105%;
        background-color: rgb(22, 22, 22);
    }

    .articles table {
        position: relative;
        bottom: -3150px;
        margin-top: 2%;
        border: 10px solid transparent;
    }
}

@media screen and (max-width: 800px) {

    .content-aside aside:hover {
        transform: none;
    }

    .content-aside aside:hover ul {
        visibility: visible;
    }

    .articles table {
        position: relative;
        bottom: -3400px;
        margin-top: 2%;
        border: 10px solid transparent;
    }

    #header {

        position: absolute;
        top: 2%;
        right: 4%;
        z-index: 6;
        display: inline-flex;
        background-color: rgba(21, 21, 21, 0.489);
        height: 500px;
        width: 90%;
        padding: 25px;
        perspective: 1500px;

        animation-name: none;
    }

    .content-aside {
        animation: none;
        width: 95%;
        height: 30%;
        position: absolute;
        top: 100%;
        left: 2%;
    }

    .header-filler {
        margin-left: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-radius: 100%;
        border: none;
        animation: none;

    }

    .header-filler::before {
        content: "";
        border: none;
        position: absolute;
        left: 0;
        width: 0;
        height: 0;
        border-radius: 100%;
        animation: none;

    }

    .header-filler::after {
        content: "";
        margin-left: 0;
        border: none;
        position: absolute;
        right: 0;
        width: 0;
        height: 0;
        border-radius: 100%;
        animation: none;

    }

    footer .footer-credit {
        position: absolute;
        left: 70%;
    }

    footer .footer-logo {
        position: absolute;
        left: 70%;
    }

    #header {

        position: absolute;
        top: 2%;
        right: -4%;
        z-index: 6;
        display: inline-flex;
        background-color: rgba(21, 21, 21, 0.489);
        height: 500px;
        width: 95%;
        padding: 25px;
        perspective: 1500px;

        animation-name: none;
    }


    .header-texts {
        position: relative;
        top: 10%;
        width: 100%;
        height: 400px;
        padding: 8px;
        background-color: rgba(22, 22, 22);
        transform: none;
    }



}

@media screen and (max-width: 600px) {


    .content-first h2 {
        margin-left: 5%;
        padding-top: 1%;
    }

    .content-first p {
        position: relative;
        visibility: visible;
        margin-left: 5%;
        margin-right: 5%;
    }

    body {
        height: 2000px;
    }

    .articles {
        position: relative;
        bottom: -3900px;
        width: 95%;
        height: 200%;
    }

    .articles table {
        position: relative;
        bottom: -300px;
        margin-top: 2%;
        border: 10px solid transparent;
    }

    .articles table td {
        position: relative;
        width: 100%;
    }

    #header {
        position: absolute;
        top: 2%;
        right: 4%;
        z-index: 6;
        display: inline-flex;
        background-color: rgba(21, 21, 21, 0.489);
        height: 500px;
        width: 90%;
        padding: 25px;
        perspective: 1500px;

        animation-name: none;
    }

    .content-aside {
        display: block;
        animation: none;
        width: 95%;
        position: absolute;
        top: 60%;
        left: 2%;
    }

    .header-filler {
        margin-left: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-radius: 100%;
        border: none;
        animation: none;

    }

    .header-filler::before {
        content: "";
        border: none;
        position: absolute;
        left: 0;
        width: 0;
        height: 0;
        border-radius: 100%;
        animation: none;

    }

    .header-filler::after {
        content: "";
        margin-left: 0;
        border: none;
        position: absolute;
        right: 0;
        width: 0;
        height: 0;
        border-radius: 100%;
        animation: none;

    }

    footer .footer-credit {
        position: absolute;
        left: 70%;
    }

    footer .footer-logo {
        position: absolute;
        left: 70%;
    }

    footer {
        position: absolute;
        bottom: -360%;
        width: 110%;
    }

    #header {

        position: absolute;
        top: 2%;
        right: -4%;
        z-index: 6;
        display: inline-flex;
        background-color: rgba(21, 21, 21, 0.489);
        height: 500px;
        width: 95%;
        padding: 25px;
        perspective: 1500px;

        animation-name: none;
    }


    .header-texts {
        position: relative;
        top: 10%;
        width: 100%;
        height: 400px;
        padding: 8px;
        background-color: rgba(22, 22, 22);
        transform: none;
    }

    table,
    tr,
    td {
        display: block;
    }

    .content-aside aside ul {
        position: relative;
        top: 25%;
        left: -5%;
        padding: 2%;
    }

    .content-aside aside h2 {
        position: relative;
        top: 35%;
    }

    .content-aside aside li {
        position: relative;
        left: 2%;
        padding: 2.5%;
        display: inline-block;
    }

    .content-aside aside {
        padding: 2%;
        position: relative;
        top: 10%;
        width: 90%;
    }

    nav {
        z-index: 100;
        position: fixed;
        top: 0%;
        left: 0%;
        height: 80px;
        width: 120%;
        background-color: rgb(22, 22, 22);
    }

    nav ul {
        position: fixed;
        top: 3%;
        left: 2%;
    }

    nav li {

        position: relative;
        padding-left: 10px;
        display: inline-block;
    }

    nav li a {

        font-size: 24px;
        text-decoration: none;
    }

    .nav-logo-title {
        position: fixed;
        top: 1%;
        margin-top: 2%;
        margin-left: 3%;
    }


    .nav-logo-title img {
        content: url(https://codecreator.my.id/hayyaassets/noun-robotic-hand-2838670-removebg-preview.png);
        position: relative;
        top: -5px;

    }

    .nav-logo-title a {
        position: fixed;
        margin-top: 0.5%;
        margin-left: 1%;
        text-decoration: none;

    }

    .creativity {
        position: absolute;
        top: 170%;
        left: 6%;
        height: 380px;
        width: 95%;
        animation-name: none;
    }

    .content-aside aside:hover {
        transform: none;
    }

    .content-aside aside:hover ul {
        visibility: visible;
        top: 25%;
        left: -5%;
        padding: 2%;
    }

    .content-first:hover p {
        visibility: visible;

    }

    .content-first {
        z-index: 10;
        position: relative;
        top: -2%;
        bottom: 0px;
        height: 160%;
        width: 100%;
        background-color: rgb(22, 22, 22);
        transform: none;
        cursor: unset;
    }

    .content-first:hover {
        z-index: none;
        position: relative;
        bottom: 0px;
        top: 0px;
        height: 160%;
        width: 100%;
        background-color: none;
        transform: none;
        cursor: unset;
    }

}

@media screen and (max-width: 500px) {

    .page-wrapper {
        max-width: 500px;
        width: 100%;
        height: fit-content;
        margin: 0;
        padding: 0;
    }

    body {
        margin: 0;
        padding: 0;
        max-width: 500px;
        width: 100%;
    }

    .articles {
        position: relative;
        bottom: -3900px;
        width: 95%;
        height: 200%;
    }

    .articles table {
        position: relative;
        bottom: -600px;
        margin-top: 2%;
        border: 10px solid transparent;
    }

    .articles table td {
        position: relative;
        width: 100%;
    }

    #header {
        max-width: 500px;
        position: relative;
        top: 100px;
        right: 0;
        z-index: 6;
        display: block;
        background-color: rgba(21, 21, 21, 0.489);
        height: 500px;
        width: 90%;
        padding: 25px;
        perspective: 1500px;

        animation-name: none;
    }

    .content-aside {
        max-width: 500px;
        display: block;
        animation: none;
        width: 90%;
        position: relative;
        top: 300px;
        left: 5%;
        margin: 0;
    }

    .header-filler {
        margin-left: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-radius: 100%;
        border: none;
        animation: none;

    }

    footer .footer-credit {
        position: relative;
        left: 5%;
    }

    footer .footer-logo {
        position: relative;
        width: fit-content;
        bottom: 10%;
        left: 5%;
    }

    .footer-form {
        position: relative;
        left: 5%;
    }

    footer {
        left: 0;
        padding-top: 20px;
        padding-left: 0;
        padding-bottom: 20px;
        padding-right: 30px;
        background-color: rgb(22, 22, 22);
        max-width: 500px;
        position: relative;
        bottom: -330%;
        width: 100%;
        height: fit-content;
    }


    .header-texts {
        position: relative;
        top: 10%;
        width: 100%;
        height: 400px;
        padding: 8px;
        background-color: rgba(22, 22, 22);
        transform: none;
    }

    table,
    tr,
    td {
        display: block;
    }

    nav {
        max-width: 500px;
        z-index: 100;
        position: fixed;
        top: 0%;
        left: 0%;
        height: 90px;
        width: 100%;
        background-color: rgb(22, 22, 22);
    }

    nav ul {
        position: fixed;
        top: 40px;
        left: -30px;
    }

    nav li {

        position: relative;
        padding-left: 5px;
        display: inline-block;
    }

    nav li a {

        font-size: 20px;
        text-decoration: none;
    }

    .nav-logo-title {
        position: fixed;
        top: 1%;
        margin-top: 2%;
        margin-left: 3%;
    }


    .nav-logo-title img {
        content: url(https://codecreator.my.id/hayyaassets/noun-robotic-hand-2838670-removebg-preview.png);
        position: relative;
        top: -5px;

    }

    .nav-logo-title a {
        position: fixed;
        margin-top: 0.5%;
        margin-left: 1%;
        text-decoration: none;

    }

    .creativity {
        margin-top: 300px;
        position: relative;
        max-width: 500px;
        top: 0;
        left: 10%;
        height: fit-content;
        width: 90%;
        animation-name: none;
    }

    .content-aside {

        max-width: 500px;
        position: relative;
        z-index: 6;
        top: 0;
        right: 0;
        margin: 2%;
        margin-top: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 90%;
        width: 90%;
        padding: 25px;
        perspective: 0;

        transform: all 0.5s ease-in-out;

        animation-name: floatAround;
        animation-duration: 45s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-fill-mode: both;
    }

    .content-aside .content {
        perspective: 1500px;
    }


    .content-first {
        max-width: 500px;
        display: block;
        z-index: 10;
        position: relative;
        top: -2%;
        height: 50px;
        width: 90%;
        background-color: rgba(22, 22, 22, 0.711);
        cursor: pointer;
        transition: all 0.5s ease-in-out;
        transform: 0;


    }

    .content-first h2 {
        margin-left: 5%;
        padding-top: 1%;
    }

    .content-first p {
        width: 90%;
        text-align: justify;
        visibility: hidden;
        transition: all 0 ease 0.2s;
    }

    .content-first:hover p {
        position: relative;
        visibility: visible;
        margin-left: 5%;
        margin-right: 5%;
    }

    .content-first:hover {

        position: relative;
        top: 40%;
        bottom: 0;
        height: 100%;
        width: 90%;
        transform: 0;
        background-color: rgba(22, 22, 22);

    }

    .content-second {
        max-width: 500px;
        display: block;
        z-index: 7;
        position: relative;
        top: -2%;
        height: 50px;
        width: 90%;
        background-color: rgba(22, 22, 22, 0.711);
        cursor: pointer;
        transform: 0;
        transition: all 0.4s;
    }

    .content-second h2 {
        padding-top: 1%;
        margin-left: 5%;
    }

    .content-second p {
        text-align: justify;
        visibility: hidden;
        transition: all 0 ease 0.2s;
    }

    .content-second h4 {
        visibility: hidden;
    }

    .content-second:hover p {
        visibility: visible;
        margin-left: 5%;
        margin-right: 5%;
    }

    .content-second:hover h4 {
        visibility: visible;
        margin-left: 5%;
        margin-right: 5%;
    }

    .content-second:hover {
        top: 45%;
        height: 100%;
        width: 90%;
        transform: 0;
        background-color: rgba(22, 22, 22);
    }

    .content-aside aside {
        max-width: 500px;
        display: block;
        position: relative;
        top: 0%;
        left: -10px;
        margin-top: 30px;
        padding: 2%;
        height: 30%;
        width: 85%;
        background-color: rgba(22, 22, 22, 0.711);
        transform: 0;
        transition: height 0.1s ease;

    }

    .content-aside aside h2 {
        font-size: 20px;
        margin-top: 0;


    }

    .content-aside aside:hover h2 {
        font-size: 20px;
        margin-top: 0;
        top: 0;


    }

    .content-aside aside ul {
        display: block;
        visibility: hidden;
        list-style-type: none;
    }

    .content-aside aside:hover {
        height: 90%;
        transform: 0;
    }

    .content-aside aside:hover ul {

        visibility: visible;
        position: relative;
        top: -8%;

    }

    .content-aside aside ul li a {
        text-decoration: none;
    }

    .content-aside aside ul li {
        top: 0;
        position: relative;
        right: 60%;
        transition: 0.2s ease-in-out;
    }

    .content-aside aside ul li:hover {
        background-color: rgb(23, 21, 21);
        padding: 2px;
        border-radius: 3px;
    }

    .articles {
        max-width: 500px;
        position: relative;
        margin-top: 100px;
        top: 0;
        bottom: 0;
        width: 85%;
        margin-bottom: 100px;

    }

    .articles table {
        left: 5%;
        top: 0;
        max-width: 500px;
        position: relative;
        bottom: 0%;
        width: 100%;
    }

    .article table .row-first td {
        padding-bottom: 20px;
    }

    .creativity {
        max-width: 500px;
        display: block;
        flex-direction: column;
        justify-content: center;
        position: relative;
        top: 0%;
        left: -16%;
        height: 90%;
        width: 90%;
        margin: 100px;
        margin-bottom: 100px;

        animation-name: floatAround;
        animation-direction: alternate-reverse;
        animation-duration: 35s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-fill-mode: both;
    }

    .creativity-wrapper {
        perspective: 1500px;
    }

    .creativity h2 {
        font-size: 20px;
    }

    .mini-one {
        position: relative;
        display: block;
        padding: 2%;
        margin: 1%;
        height: 80px;
        width: 90%;
        background-color: rgba(22, 22, 22, 0.711);
        transition: all 0.6s, width 0.2s;
        transform: 0;
    }

    .mini-one img {
        content: url(https://codecreator.my.id/hayyaassets/noun-astronaut-2838653-removebg-preview.png);
    }

    .mini-one p {
        visibility: hidden;
        transition: all 0s ease 1ms;
    }

    .creativity h2 {
        visibility: hidden;
        transition: all 0.1s ease 0, 6s;
    }

    .mini-one:hover {

        height: 100%;
        width: 90%;
        transform: 0;
        background-color: rgba(22, 22, 22);
    }

    .mini-one:hover p {
        visibility: visible;
    }

    .mini-one:hover h2 {
        visibility: visible;
    }

    .mini-two {
        display: block;
        position: relative;
        padding: 2%;
        margin: 1%;
        height: 80px;
        width: 90%;
        background-color: rgba(22, 22, 22, 0.711);
        transition: all 0.6s, width 0.2s;
        transform: 0;
    }

    .mini-two img {
        content: url(https://codecreator.my.id/hayyaassets/noun-cloning-2838658-removebg-preview.png);
    }

    .mini-two p {
        visibility: hidden;
        transition: all 0s ease 0.05s;
    }

    .mini-two:hover {

        height: 100%;
        width: 90%;
        transform: 0;
        background-color: rgba(22, 22, 22);
    }

    .mini-two:hover p {
        visibility: visible;
    }

    .mini-two:hover h2 {
        visibility: visible;
    }

    .mini-three {
        display: block;
        position: relative;
        padding: 2%;
        margin: 1%;
        height: 80px;
        width: 90%;
        background-color: rgba(22, 22, 22, 0.711);
        transition: all 0.6s, width 0.2s;
        transform: 0;
    }

    .mini-three img {
        content: url(https://codecreator.my.id/hayyaassets/noun-eye-scan-2838662-removebg-preview.png);
    }

    .mini-three p {
        visibility: hidden;
        transition: all 0s ease 0.05s;
    }

    .mini-three:hover {

        height: 100%;
        width: 90%;
        transform: 0;
        background-color: rgba(22, 22, 22);
    }

    .mini-three:hover p {
        visibility: visible;
    }

    .mini-three:hover h2 {
        visibility: visible;
    }


    .mini-four {
        display: block;
        position: relative;
        padding: 2%;
        margin: 1%;
        height: 80px;
        width: 90%;
        background-color: rgba(22, 22, 22, 0.711);
        transition: all 0.4s, width 0.2s;
        transform: 0;
    }

    .mini-four img {
        content: url(https://codecreator.my.id/hayyaassets/noun-robot-invention-2838668-removebg-preview.png);
    }

    .mini-four p {
        visibility: hidden;
        transition: all 0s ease 0.1s;
    }

    .mini-four:hover {

        height: 100%;
        width: 90%;
        transform: 0;
        background-color: rgba(22, 22, 22);
    }

    .mini-four:hover p {
        visibility: visible;
    }

    .mini-four:hover h2 {
        visibility: visible;
    }

    .header-filler {
        display: block;
        margin-left: 2%;
        position: relative;
        top: 150px;
        left: 25%;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        border: dashed 10px rgb(155, 141, 125);
        animation-name: Rotate;
        animation-duration: 20s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-fill-mode: both;

    }

    .header-filler::before {
        content: "";
        border: dashed 10px rgb(155, 141, 125);
        position: absolute;
        left: 20px;
        width: 50px;
        height: 50px;
        border-radius: 100%;

        animation-name: Rotate;
        animation-duration: 50s;
        animation-direction: alternate-reverse;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-fill-mode: both;
    }

    .header-filler::after {
        content: "";
        margin-left: 2%;
        border: dashed 10px rgb(155, 141, 125);
        position: absolute;
        right: 10px;
        width: 60px;
        height: 60px;
        border-radius: 100%;

        animation-name: Rotate;
        animation-direction: reverse;
        animation-duration: 30s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-fill-mode: both;
    }

}