@import url('https://fonts.googleapis.com/css2?family=Manrope&family=Rethink+Sans&family=Silkscreen&display=swap');

nav {
    position: absolute;
    right: 0;
    display: flex;
}

a {
    text-decoration: none;
    color: #BCF8EC;
    padding: 15px;
    float: left;
    cursor: pointer;
}

a:hover {
    background-color: darkcyan;
}

body {
    margin-top: 5%;
    background-image: url(assets/line.svg);
    fill-opacity: 0.6;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-header {
    background-color: #564D65;
    padding-left: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 10;
    font-family: 'Silkscreen', sans-serif;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.info-header {
    text-align: left;
    color: #BCF8EC;
    padding: 0px;
    margin: 14px;
    position: absolute;
    left: 65px;
}

.icon-header {
    width: 40px;
    margin: 8px 15px;
    margin-top: 5px;
    position: absolute;
    transform: scaleX(-1);
}

.dropdown {
    display: flex;
    flex-direction: column;
}

.drpdwn {
    width: 70px;
    text-align: center;
}

.dropdown-content {
    display: none;
}

.dropdown:hover .dropdown-content {
    display: block;
    position: absolute;
    top: 100%;
    background-color: #564D65;
}

.nothing {
    margin: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    padding: 0;
    float: none;
}
.nothing:hover {
    background-color: transparent;
}

main {
    margin-top: 60px;
}

.footer {
    background-color: #564D65;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
}

.main-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.footer-title {
    text-align: center;
    width: 100%;
    padding-top: 5px;
    color: #BCF8EC;
    font-family: 'Silkscreen', sans-serif;
}

.info-center {
    text-align: center;
    width: 100%;
    padding-top: 5px;
    border-top: 1px solid #BCF8EC;
    color: #BCF8EC;
    font-family: 'Manrope', sans-serif;
}

.info-more {
    display: flex;
    justify-content: center;
}

.fa-twitter, .fa-envelope, .fa-discord {
    padding: 2px;
    font-size: 23px;
    color: #f0ece5;   
}

#jumbotron {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.jumbotron {
    padding: 20px;
    text-align: center;
    background-color: #31304d;
    height: 620px;
    width: 100%;
    right: 0;
    top: 0;
    left: 0;
    position: absolute;
}

.jumbo-flex {
    display: flex;
    justify-content: space-around;
    padding: 0;
}

.jumbotron-title {
    padding-top: 65px;
    color: #BCF8EC;
    font-size: 30px;
    padding-bottom: 20px;
    font-family: 'Rethink Sans', sans-serif;
}

.jumbotron-text {
    color: #BCF8EC;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 8px solid #BED754;
    font-family: 'Manrope', sans-serif;
}

.mini-text-flex {
    display: flex;
    justify-content: flex-start;
}

.mini-text {
    color: #b6bbc4;
    text-align: left;
    margin-right: 5px;
    font-family: 'Manrope', sans-serif;
}

.fa-hand-point-down {
    margin-top: 18px;
    margin-left: 15px;
    font-size: 20px;
    color: #b6bbc4;
}

.wave {
    position: absolute;
    top: 550px;
    right: 0;
    z-index: 2;
}

.main-content {
    padding-top: 650px;
}

.slider {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* margin-top: 30px; */
}

.image-slider {
    position: relative;
    width: 640px;
    height: 420px;
}

.slide {
    width: 100%;
    position: absolute;
    clip-path: circle(0% at 0 50%);
}

.slide.active {
    clip-path: circle(150% at 0 50%);
    transition: 2s;
    transition-property: clip-path;
}

.slider-btn {
    background-color: #b6bbc4;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 5px;
    margin-bottom: 10px;
}

.slider-btn.active {
    background-color: #564d65;
}

.slide img {
    width: 100%;
    border-radius: 15px;
}

.slide-text {
    position: absolute;
    bottom: 50px;
    left: 30px;
    background-color: #31304d;
    padding: 10px;
    border-radius: 10px;
    opacity: 0.8;
}

.slide-text h2 {
    font-size: 25px;
    padding: 0;
    margin: 0;
    font-family: 'Rethink Sans', sans-serif;
    color: #BCF8EC;
}

.navigation {
    position: absolute;
    display: flex;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.video-container {
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
}

.video-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 10px gainsboro;
    border-radius: 10px;
}

article {
    max-width: 100%;
}

.article-title {
    text-align: center;
    font-size: 30px;
    margin: 50px 0 30px;
    font-family: 'Rethink Sans', sans-serif;
}

.article-desc {
    text-align: center;
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
}

.container {
    display: flex;
    justify-content: space-evenly;
}

.blog {
    margin: 10px 30px;
    border-bottom: 10px solid #31304d;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 10px gainsboro;
}

.blog-title {
    color: #101019;
    font-weight: bold;
    font-family: 'Rethink Sans', sans-serif;
}

.blog-description {
    font-family: 'Manrope', sans-serif;
}

.blog-img {
    width: 250px;
    height: auto;
    border-radius: 5px;
}

.manga-img {
    width: 210px;
    height: auto;
}

.more-blog p {
    margin: 20px 10px;
    font-size: large;
    padding: 0;
    font-family: 'Manrope', sans-serif;
    text-align: center;
}

.logo {
    width: 125px;
    height: auto;
    border-radius: 5px;
}

.mangga {
    width: 280px;
    height: auto;
    margin: 10px;
}

.cat-img {
    width: 250px;
    height: auto;
    border-radius: 5px;
}

.play {
    background-color: #564D65;
    border-radius: 10px;
    border: 1px solid black;
    font-family: 'Manrope', sans-serif;
    text-decoration: none;
}

.center {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.button {
    text-align: center;
    font-family: 'Manrope', sans-serif;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid black;
    background-color: #161a30;
    margin: 20px 0;
}

.about {
    background-color: #31304d;
}

.category-container {
    padding-left: 200px;
    padding-right: 200px;
}

.category {
    margin: 50px 30px 60px;
    border-bottom: 10px solid #31304d;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px gainsboro;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.category-title {
    font-weight: bold;
    font-family: 'Rethink Sans', sans-serif;
}

.category-desc {
    margin: 5px;
}

.category-desc h3 {
    margin: 0 5px 5px;
    padding: 0;
    font-size: 24px;
    font-family: 'Rethink Sans', sans-serif;
}

.category-desc p {
    margin: 20px 5px;
    padding: 0;
    font-family: 'Manrope', sans-serif;
    text-align: left;
}

.category-img {
    margin: 5px;
    margin-right: 20px;
}

.category-img img {
    width: 380px;
    height: auto;
    border-radius: 5px;
}

.animanga {
    width: 65%;
    margin: 10px 30px;
    padding: 15px;
    border-radius: 15px;
    border-top: 7px solid #31304d;
    border-bottom: 10px solid #31304d;
    box-shadow: 0 0 10px gainsboro;
    text-align: center;
}

.animanga h3 {
    font-size: 17px;
    font-family: 'Rethink Sans', sans-serif;
    margin-top: 20px;
    margin-bottom: 2px;
    text-align: left;
    font-weight: bold;
}

.animanga p {
    font-family: 'Manrope', sans-serif;
    margin: 7px;
    text-align: justify;
    /* text-indent: 25pt; */
}

.animanga img {
    width: 640px;
    margin: 15px;
}

.title {
    font-weight: bold;
    font-size: 40px;
}

.written-container {
    display: flex;
    justify-content: flex-start;
    margin-left: 150px;
    position: relative;
}

.written {
    width: 10%;
    margin: 10px 3px;
}

.written p {
    font-family: 'Manrope', sans-serif;
    margin: 5px;
    font: xx-small;
}

.written img {
    width: 75px;
    height: auto;
    border-radius: 50%;
}

.role {
    font-weight: bold;
}

.watch {
    border-style: none;
    cursor: pointer;
    font-family: 'Manrope', sans-serif;
    margin: 15px;
    margin-top: 40px;
    border-radius: 25px;
    background-color: #31304d;
}

.about-container {
    text-align: center;
    padding: 10px;
}

.about-title {
    font-size: 40px;
    margin: 50px 0 0;
    font-family: 'Rethink Sans', sans-serif;
}

.about-subtitle {
    font-size: 17px;
    color: #564d65;
    margin: 10px 0 0;
    font-family: 'Manrope', sans-serif;
}

.about-image {
    margin: 0;
    padding: 0;
}

.blob {
    width: 500px;
    height: auto;
    transform: rotate(-90deg);
}

.about-img {
    position: absolute;
    /* left: 600px; */
    top: 635px;
    width: 300px;
    height: auto;
    border-radius: 40%;
}

.about-description p {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 2px;
    font-family: 'Manrope', sans-serif;
}

.about-description h4 {
    color: #564D65;
    letter-spacing: 1px;
    font-family: 'Rethink Sans', sans-serif;
}

.asset-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;
}

.asset-item {
    border-bottom: 8px solid #31304d;
    border-radius: 10px;
    box-shadow: 0 0 10px gainsboro;
    padding: 15px;
    background-color: white;
}

.asset-item img {
    width: 125px;
    height: auto;
}

.asset-item h4 {
    font-family: 'Rethink Sans', sans-serif;
}

.asset-item p {
    font-family: 'Manrope', sans-serif;
}

.contact-container {
    display: flex;
    justify-content: space-around;
}

.illust-img {
    margin: 0;
    width: 875px;
    height: auto;
    max-width: 100vw;
    margin-top: 75px;
}

.contact {
    display: inline-block;
    margin: 10px 80px;
    text-align: center;
}

.contact h1, .contact h4 {
    font-family: 'Rethink Sans', sans-serif;
}

.contact p {
    font-family: 'Manrope', sans-serif;
}

.profile-img {
    width: 200px;
    height: auto;
    border-radius: 10px;
}

.form-container {
    display: flex;
    justify-items: center;
    flex-direction: column;
}

.input-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

input {
    width: 70%;
    border: none;
    background-color: whitesmoke;
    border: 2px solid #31304d;
    height: 40px;
    margin: 0;
    padding: 5px;
}

.icon {
    margin-right: 6px;
}

.fa-user, .fa-envelope-open, .fa-comment {
    font-size: 27px;
}

.form-label {
    position: absolute;
    left: 10px;
    top: 10px;
    font-family: 'Manrope', sans-serif;
}

.form-input {
    position: relative;
    width: 100%;
    border-bottom: 1px solid gray;
    outline: none;
    height: 45px;
    margin-bottom: 15px;
    margin-left: 25px;
    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 {
    border-style: none;
    border-bottom: 1px solid grey;
    margin-top: 10px;
    outline: none;
}

.submit {
    border-style: none;
    border-radius: 25px;
    color: whitesmoke;
    background-color: #31304d;
    margin: 100px;
    margin-bottom: 25px;
    cursor: pointer;
    font-family: 'Manrope', sans-serif;
}

.input-item:focus + .form-label {
    top: -5px;
    left: -2px;
    font-size: 10px;
}

.textarea: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);
}