@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
.main-header {
   background-image: linear-gradient(to bottom, rgb(255, 255, 255) 70%, rgb(209, 209, 209));
   padding-left: 10px;
   /* padding-top: 3px; */
   /* padding-bottom	: 3px; */
   position: fixed;
   top: 0px;
   left: 0px;
   right: 0px;
   height: 80px;
}

*{
    margin: 0;
    padding: 0;
}

.header-info {
   text-align: left;
   color: rgb(219, 84, 75);
   padding: 0px;
   margin: 10px;
   position: absolute;
   left: -40px;
   display: flex;
}

.header-info a {
   padding: 0;
   text-decoration: none;
}

.header-info a:hover {
   background-color:transparent
}

.header-info a:hover {
   background-color: transparent
}

.header-img {
    width: 40px;
    margin: 8px 50px;
    position: absolute;
}

.header-text-margin {
    margin: 15px 15px;
    font-family: 'Orbitron', sans-serif;
}

h1, h2, h3, h4, p {
    font-family: 'League Spartan', sans-serif;
}

nav {
   position: absolute;
   right: 0;
   display: flex;
}

a {
   text-decoration: none;
   color: rgb(223, 150, 16);
   padding: 15px;
   float: left;
}

a:hover {
   background-color: #FFF3E0;
}


main {
    margin-top: 60px;
}

#jumbotron {
    position: relative;
    background-color: rgb(243, 122, 0);
    overflow: hidden;
    color: white;
    text-align: center;
    padding: 100px 20px 70px; 
    margin-top: 80px;
}


.wave1 {
    position: absolute;
    bottom: 49px;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.8; 
}

.wave2 {
    
    position: absolute;
    bottom: 29px; 
    left: 0;
    width: 100%;
    z-index: 2;
    opacity: 1; /
}


#jumbotron .content {
    position: relative;
    z-index: 3;
}


.jumbotron {
    padding: 20px 0;
    text-align: center;
    background-color: rgb(243, 122, 0);
    margin-bottom: 700px;
}

.header-flex {
    display: flex;
    justify-content: space-around;
    padding: 0;
}

.jumbotron-title {
    color: rgb(224, 251, 252);
    font-size: 30px;
    padding-bottom: 30px;
}

.jumbotron-text {
    color: rgb(224, 251, 252);
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 8px solid #5ae6ff;
}

.jumbotron-img { 
    height: 200px; 
    margin-right: 30px;
    margin-bottom: 30px;
}


.mini-text-flex {
    display: flex;
    justify-content: flex-start;
}

.mini-text {
    color: rgb(224, 251, 252);
    text-align: left;
    margin-right: 5px;
    padding-top: 20px;
}

.fa-hand-point-up {
    color: aliceblue;
    font-size: 20px;
}

.icon-down {
    display: none;
}

.fa-hand-point-down {
    color: aliceblue;
    font-size: 20px;
}

button {
    background-color: rgb(243, 122, 0);
    border-style: none;
}

button:hover {
    cursor: pointer;
    transform: translateY(5px) ;
}

.main-content {
    display: flex;
    justify-content: flex-start;
    margin: 20px 20px;
}

aside {
    max-width: 18%;
    max-height: 800px;
    border-radius: 10px;
    box-shadow: 0px 0px 40px gainsboro;
    padding: 20px;
    text-align: center;
    margin-top: 50px;
}

.aside-title {
    margin-top: 50px;
    font-size: 25px;
    border-radius: 5px;
}

.profile-picture {
    border-style: solid;
    border-radius: 50%;
    padding: 3px;
    box-shadow: 0px 0px 40px gainsboro
}

.content {
    margin-left: 10%;
    max-width: 65%;
}

article {
    max-width: 100%;
}

.article-title {
    text-align: center;
    font-size: 30px;
    margin: 50px 0px 30px;
}

.maps {
    padding: 10px;
}

iframe {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 40px gainsboro;
}

footer {
    background-color: rgb(243, 122, 0);
}

.center-footer {
    margin: 0px 20px;
}

.main-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.info-top {
    text-align: center;
    width: 100%;
    padding-top: 5px;
    color: rgb(224, 251, 252);
}

.info-center {
    text-align: center;
    width: 100%;
    padding-top: 5px;
    border-top: 1px solid white;
    color: rgb(224, 251, 252);
    padding-bottom: 5px;
}

.social-media {
    display: flex;
    justify-content: center;
}

.fa-instagram-square, .fa-twitter-square, .fa-facebook-square, .fa-envelope {
    padding: 5px;
    font-size: 30px;
    color: white;
}

.toggle {
    display: flex;
    justify-content: center;
    margin: 10px;
}

.btn {
    background-color: transparent;
    margin-left: 10px;
    margin-right: 10px;
}

.button:hover {
    cursor: pointer;
}

.green {
    color: green;
}

.red {
    color: red;
}

.video {
    margin-left: 60px;
}

.project-container {
    display: flex;
    justify-content: space-around;
}

.project {
    margin: 10px 30px;
    border-bottom: 10px solid #e76f51;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 10px gainsboro;
}

.project-title {
    color: #e76f51;
    font-weight: bold;
}

ul, li {
    position: relative;
}

input {
    width: 70%;
    border: none;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(243, 122, 0);
    height: 40px;
    margin: 0;
    padding: 5px;
}

.addBTN {
    width: 30%;
    padding: 6px;
    background-color: rgb(243, 122, 0);
    margin: 0;
    cursor: pointer;
    height: 40px;
    border-radius: 5px;
    height: min-content;
    margin-top: 10px; 
    margin-left: 10px;
    color: white;
    font-family: 'Roboto', cursive;
}

.coding-language-list {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}

.coding-language-item {
    margin: 5px;
    padding: 10px;
    background-color: rgb(243, 122, 0);
    color: snow;
    text-align: left;
}

.close {
    color: #ff0000;       /*disini kalo mau ganti "x" nya yaa  Asfa*/
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    margin-left: 10px;
}

.close:hover {
    color: #f7f7f7;       /* disini kalo mau ganti Hover (bayangan) "x" nya yaa  Asfa */
}
.addBtn {
    width: 30%;
    padding: 6px;
    background-color: rgb(243, 122, 0);
    margin: 0;
    cursor: pointer;
    color: snow;
    height: 10px;
    border-radius: 5px;
    font-size: 10px;
}

.search-tags-item {
    margin: 5px;
    padding: 10px;
    background-color: rgb(243, 122, 0);
    color: snow;
    text-align: left;
}

.close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 5px;
    color: tomato;
    font-family: 'Fredoka One', cursive;
    cursor: pointer;
    font-size: 20px;
}

/* .wave1 {
    position: absolute;
    top: 410px;
    z-index: 2;
}

.wave2 {
    position: absolute;
    top: 450px;
    z-index: 3;
} */

.section-slider {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 30%;
}

.image-slider {
    position: relative;
    width: 640px;
    height: 426px;
}

.slide {
    width: 100%;
    position: absolute;
    clip-path: circle(0% at 0 50%);
    transition: clip-path 1.5s ease-in-out;
}

.slide img {
    width: 100%;
    border-radius: 15px;
}

.slide-text {
    position: absolute;
    bottom: 50px;
    left: 30px;
    background-color: rgba(220, 220, 220, 0.609);
    padding: 15px;
    border-radius: 10px;
}

.slide.active {
    clip-path: circle(0.0% at 0 50%);
    transition: 2s;
    transition-property: clip-path;
}

.slider-btn.active {
    background-color: gold;
}

.slide-text h2 {
    font-size: 30px;
    padding: 0;
    margin: 0;
}

.slide-text p {
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.navigation {
    position: absolute;
    display: flex;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%)
}

.slider-btn {
    background-color: rgb(151, 151, 151);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 5px;
}

.slide.active {
    clip-path: circle(150% at 0 50%);
    transition: 2s;
    transition-property: clip-path;
}

.slider-btn.active {
    background-color: gold;
}

.section-container {
    text-align: center;
    padding: 10px;
}

.section-title {
    font-size: 40px;
    margin: 50px 0 0;
}

.section-subtitle {
    font-size: 40px;
    color: gray;
    margin: 10px 0 0;
}

.about-flex-item {
    display: block;
}

.about-image {
    margin: 0;
}

.icon-image {
    width: 300px;
    height: auto;
    padding-top: 30px;
}

table, tr, th, td {
    border: 2px solid black;	    
    border-collapse: collapse;
    font-family: 'Roboto', sans-serif;
}

table {
    margin-left: 190px;
    margin-top: 20px;
    margin-bottom: 100px;
    width: 70%;
}

th {
    background-color: rgb(243, 122, 0);
    height: 50px;
}

td {
    height: 70px;
}

.blogger-image {
    position: absolute;
    width: 200px;
    height: auto;
    left: 400px;
    margin-top: 150px;
}

.skills-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;
}

.skill-item {
    box-shadow: 0 0 3px gainsboro;
    border-radius: 10px;
    padding: 15px;
    background-color: white;
}

.skill-item img {
    width: 200px;
    height: 180px;
}

.skill-item p {
    padding: 5px;
    box-shadow: 0 0 10px gainsboro;
    border-radius: 5px;
    background-color: rgb(243, 199, 117);
}

.activity-flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
}

.activity-item {
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 3px gainsboro;
    border-radius: 5px;
    margin: 10px;
}

.activity-item img {
    width: 350px;
    height: auto;
}

.about-description p {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 2px;
}

.about-description h4 {
    color: gray;
    letter-spacing: 2px;
}

.skills-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;
}

.skill-item {
    box-shadow: 0 0 3px gainsboro;
    border-radius: 10px;
    padding: 15px;
    background-color: white;
}

.skill-item img {
    width: 200px;
    height: 180px;
}

.skill-item p {
    padding: 5px;
    box-shadow: 0 0 10px gainsboro;
    border-radius: 5px;
    background-color: rgb(243, 199, 117);
}

.activity-flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
}

.activity-item {
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 3px gainsboro;
    border-radius: 5px;
    margin: 10px;
}

.activity-item img {
    width: 350px;
    height: auto;
}

.activity-flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
}

.activity-item {
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 3px gainsboro;
    border-radius: 5px;
    margin: 10px;
}

.activity-item img {
    width: 350px;
    height: auto;
}

.page-title {
    padding-top: 90px;
    padding-bottom: 80px;
    margin: 0px;
    background-color: rgb(243, 122, 0);
    color: white;
}

.page-title h1 {
    text-align: center;
    padding: 0;
}

.all-projects {
    margin-top: 5%;
}

.project-detail {
    margin: 50px 30px 100px;
    padding: 20px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 5px grey;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.all-projects {
    margin-top: 5%;
}

.project-detail {
    margin: 50px 30px 100px;
    padding: 20px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 5px grey;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.project-img {
    margin: 5px;
}

.project-img img {
    width: 500px;
    border-radius: 5px;
    border: 8px solid rgb(244, 162, 97);
}

.project-description {
    margin: 5px;
}

.project-description h3 {
    margin: 0 5px 5px;
    padding: 0;
    font-size: 23px;
}

.project-description p {
    margin: 20px 5px;
    padding: 0;
    line-height: 1.8;
    text-indent: 40px;
}

p.project-link {
    text-indent: 0;
}

.project-link button {
    color: white;
    background-color: rgb(243, 122, 0);
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.purchase-button {
    color: white;
    background-color: rgb(243, 122, 0);
}

.rocket-container {
    position: relative;
}

.rocket-container img {
    position: absolute;
    width: 130px;
    top: 0;
    right: 0;
    transform: translateY(-50%)
}

#scratch-project {
    background-image: linear-gradient(to bottom, rgb(255, 155, 56) 60%, rgb(251, 133, 15));;
}

/* a:hover {
    background-image: linear-gradient(to bottom, rgb(38, 70, 83) 70%, rgb(21, 44, 53));;;
} */

.contact-container {
    display: flex;
    justify-content: flex-start;
    padding-top: 100px;
}

.illustration-img {
    margin-top: 50px;
    margin-right: 20px;
    width: 700px;
}

.contact {
    display: inline-block;
    margin: 10px 30px;
    text-align: center;
}

.profile-contact-img {
    width: 200px;
}

.form-container {
    display:flex;
    justify-content: center;
    flex-direction: column;
}

.input-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.icon {
    margin-right: 6px;
}

.contact {
    display: inline-block;
    margin: 10px 30px;
    text-align: center;
}

.profile-contact-img {
    width: 200px;
}

.contact {
    display: inline-block;
    margin: 10px 30px;
    text-align: center;
}

.profile-contact-img {
    width: 200px;
}

.form-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.input-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.icon {
    margin-right: 6px;
}

.form-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.input-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.icon {
    margin-right: 6px;
}

.fa-user, .fa-map-marker-alt, .fa-envelope-open, .fa-comment {
    font-size: 27px;
}

.form-label {
    position: absolute;
    left: 10px;
    top: 10px;
}

.form-input {
    position: relative;
    width: 100%;
    border-bottom: 1px solid grey;
    outline: none;
    height: 48px;
    margin-bottom: 15px;
    padding: 0;
}

.input-item {
    position: absolute;
    top: 0;
    left: 0;
    border-style: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    font-size: 15px;
    height: 100%;
}

.textarea-container {
    display: flex;
    justify-content: center;
}

.form-textarea {
    position: relative;
}

.textarea-container {
    display: flex;
    justify-content: center;
}

.form-textarea {
    position: relative;
}

.textarea {
    border-style: none;
    border-bottom: 1px solid grey;
    outline: none;
    margin-top: 10px;
}

.submit {
    border-style: none;
    border-radius: 25px;
    color: aliceblue;
    background-color: rgb(243, 122, 0);
    margin: 5px;
    cursor: pointer;
}

.input-item:focus + .form-label {
    top: -5px;
    left: -2px;
    font-size: 10px;
}

.input-item:not(:placeholder-shown).input-item:not(:focus) + .form-label {
    top: -2px;
    left: -2px;
    font-size: 10px;
    color: rgb(138, 130, 130);
}

.textarea:not(:placeholder-shown).textarea:not(:focus) + .form-label {
    top: -2px;
    left: -2px;
    font-size: 10px;
    color: rgb(138, 130, 130);
}

.textarea:focus + .form-label {
    top: -5px;
    left: -2px;
    font-size: 10px;
}

.modal-container1 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.411);
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 1s;
}

.show {
    visibility: visible;
    opacity: 1;
}

.modal {
    width: 600px;
    height: 400px;
    position: relative;
    background-color: white;
    padding: 35px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.modal h3 {
    margin: 0;
    padding: 0;
    font-size: 30px;
}

.modal p {
    margin: 20px 0;
    padding: 0;
    font-size: 15px;
}

.modal img {
    display: block;
    margin: 0 auto 0 auto;
    padding: 0;
    width: 300px;
}

.show {
    visibility: visible;
    opacity: 1;
}

.modal {
    width: 600px;
    height: 400px;
    position: relative;
    background-color: white;
    padding: 35px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.modal h3 {
    margin: 0;
    padding: 0;
    font-size: 30px;
}

.modal p {
    margin: 20px 0;
    padding: 0;
    font-size: 15px;
}

.modal img {
    display: block;
    margin: 0 auto 0 auto;
    padding: 0;
    width: 300px;
}

.splash {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: cadetblue;
    z-index: 200;
    margin: 0;
    padding: 0;
    top: 0;
}

.splash h1 {
    position: absolute;
    top: 60%;
    left: 50%;
    font-size: 50px;
}

.astronaut-dabbing {
    position: absolute;
    top: 40%;
    left: 18%;
    width: 400px;
    animation: hide 0.5s 1s forwards;
}

.astronaut-takeoff {
    position: absolute;
    top: 93%;
    left: 18%;
}

.animation {
    animation: glide 3s ease-out forwards;
}

@keyframes hide {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5s;
    }
    75% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
    }
}

@keyframes glide {
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: translateY(-900px) scale(0.1);
    }
}

@media (max-width: 900px) {
    * {
        font-size: 2.5vw;
        padding: 0px;
        margin:0px;
    }

    .splash h1 {
        font-size: 3vw;
    }

    .wave2 {
        top: 210px;
    }

    aside {
        display: none;
    }

    .astronaut-dabbing {
        top: 56%;
        left: 15%;
        width: 200px;
    }

    .astronaut-dabbing {
        top: 96%;
        left: 7%;
    }

    main {
        margin-top: 40px;
    }

    .header {
        height: 40px;
    }

    .header-flex {
        display: block;
        padding: 3px;
    }

    .jumbotron-title {
        font-size: 4vw
    }

    .mini-text-flex {
        justify-content: center;
        margin: 3px;
    }

    .jumbotron-text {
        text-align: center;
    }

    .mini-text {
        text-align: center;
        padding-bottom: 30px;
        margin: 10px;
    }

    .jumbotron img {
        display: none;
    }
    
    .header-flex {
        display: block;
        padding: 3px;
    }
    
    .jumbotron-title {
        font-size: 4vw;
    }
    
    .mini-text-flex {
        justify-content: center;
        margin: 3px;
    }
    
    .jumbotron-text {
        text-align: center;
    }
    
    .mini-text {
        text-align: center;
        padding-bottom: 30px;
        margin: 10px;
    }
    
    .jumbotron img {
        display: none;
    }

    .wave1 {
        top: 322px;
    }

    .wave2 {
        top: 340px;
    }

    aside {
        display: none;
    }

    .main-content {
        margin: 0;
        justify-content: center;
    }

    .content {
        margin: 10px 0;
    }

    .image-slider {
        width: 50%;
        height: 240px;
    }

    .slide-text {
        left: 0;
        bottom: 0;
    }

    .slide-text h2 {
        width: 150px;
        height: auto;
        font-size: 20px;
    }

    .slide-text p {
        font-size: 10px;
    }

    .article-title {
        font-size: 4vw;
    }

    .project-container {
        display: block;
    }

    .project-container {
        margin-bottom: 20px;
    }

    .project img {
        max-width: 100%;
        max-height: 20%;
    }

    .video-content {
        max-width: 100%;
        max-height: 220px;
    }

    .page-title h1 {
        font-size: 4vw;
    }

    .project-detail {
        display: block;
    }

    .project-detail img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 50%;
        max-height: 50%;
    }

    .project-description h3 {
        font-size: 2vw;
        text-align: center;
    }

    .project-description p {
        font-size: 2vw;
    }

    .rocket-container {
        display: none;
    }

    .contact-container {
        justify-content: center;
    }

    .illustration-img {
        display: none;
    }

    .modal {
        display: flex;
        align-items: center;
        flex-direction: column;
        max-width: 60%;
        max-height: 40%;
        padding: 10px;
    }

    .modal h3 {
        margin: 0;
        padding: 0;
        font-size: 4vw
    }

    .modal img {
        max-width: 60%;
    }

    .section-title {
        font-size: 4vw;
    }

    .section-subtitle {
        font-size: 2vw;
    }

    .blob-image {
        max-width: 60%;
        max-height: 60%;
        transform: rotate(-90deg);
    }

    .blogger-image {
        position: absolute;
        max-width: 27%;
        max-height: 50%;
        left: 37%;
        top: 100px;
    }

    .my-description p {
        margin: 0 20px;
    }

    .skill-item {
        margin: 5px;
    }

}