html {
    scroll-behavior: smooth;
}
body {
    background-color: #000000;
    color: rgb(0, 255, 213);
}
.toggle-color {
    color: rgb(0, 0, 0);
    border-color: rgb(0, 255, 213);
}
.nav-link {
    margin: 0 1rem 0 1rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.nav-logo {
    color: rgb(0, 255, 213);
    font-size: 1.5rem;
    margin: .7rem;
}
.nav-logo:hover {
    color: rgb(0, 202, 169);
}
.nav-active {
    color: rgb(0, 255, 213);
}
.nav-color {
    color: rgb(3, 184, 154);
    cursor: pointer;
}
.nav-color:hover {
    color: rgb(0, 255, 213);
}
.navbar .navbar-collapse {
    text-align: center;
}
.button {
    border: 2px solid rgb(0, 255, 213);
    color: rgb(0, 255, 213);
}
.button:hover {
    border: 2px solid rgb(0, 255, 213);
    background-color: rgb(0, 255, 213);
    color: #000000;
}
.profile {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    height: 39em;
}
.text {
    margin-right: auto;
}
.text h1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 5rem;
    font-weight: 900;
}
.text h2 {
    color: rgb(38, 168, 147);
}
.button {
    margin-top: 1rem;
    padding: 1rem 2rem 1rem 2rem;
}
.image img {
    align-items: center;
}
table:hover {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}
#about-me {
    padding-top: 3rem;
    height: 30rem;
}
.about-border {
    border: 1px solid rgb(0, 255, 213);
    width: 40rem;
    padding: 2rem;
}
.about-border:hover {
    box-shadow: 0 6px 12px 0 rgb(0, 255, 213);
    background-color: rgb(0, 255, 213);
    color: rgb(0, 0, 0);
    transition: cubic-bezier(0.47, 0, 0.745, 0.715);
    transition-delay: 0.1s;
}
.about-title {
    padding-bottom: 1.5rem;
}
.about-border h1 {
    text-align: center;
}
#work-experiences {
    padding: 1rem;
    height: 30rem;
}
.work-exp h1 {
    text-align: center;
    padding: 2rem;
}
.table-hover:hover {
    box-shadow: 0 6px 12px 0 rgb(0, 255, 213);
}
#education {
    height: 30rem;
}
.edu-title h1 {
    text-align: center;
    padding: 2rem;
}
#skills {
    max-height: fit-content;
}
.skills {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    width: 85%;
}
.skills-title {
    text-align: center;
    padding: 2rem;
}
.skills-border {
    padding: 3rem 2em;
    border-radius: 1em;
    margin-top: 2.5em;
    margin-bottom: 3em;
    color: rgb(0, 223, 186);
    height: auto;
    width: 20em;
    margin: 1em;
    box-sizing: border-box;
    position: relative;
    background-color: rgb(0, 0, 0);
    border: 2px solid rgb(0, 255, 213);
}
.skills-border:hover {
    box-shadow: 0 8px 16px 0 rgb(0, 255, 213);
    margin-top: -.1rem;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.skills-border img {
 	position: absolute;
 	left: 75px;
    justify-content: center;
}
.skills-border h1 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 6.3em;
    font-weight: 700;
}
.skills-border p {
    font-size: 16px;
    width: 220px;
    margin-top: 10px;
    line-height: 18px;
    color: rgb(0, 255, 213);
    height:70px;
}
#contact-me {
    height: 32rem;
}
.contact-title h1 {
    text-align: center;
    padding: 2rem 0 2rem 0;
}
.contact-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.social-media {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 16px 0 rgb(0, 255, 213);
}
.social-media span {
    font-size: .7em;
    align-items: center;
}
.social-media h3 {
    text-align: center;
    margin: -.5em 2rem 0 2rem;
}
.icon {
    font-size: 1.5em;
    margin: .5em 0 .5em 0;
}
.message-form {
    justify-self: center;
    align-self: center;
    padding: 1.3rem;
    box-shadow: 0 8px 16px 0 rgb(0, 255, 213);
}
.message-form h3 {
    text-align: center;
    padding: .5rem 3rem .5rem 3rem;
}
footer h6 {
    text-align: center;
    font-weight: 100;
    font-size: .7em;
    padding: 1rem 0 1rem 0;
}
.icon {
    color: #8f8f8f;
}
.wa {
    margin-top: 2em;
}
.wa:hover {
    color: #00f735;
}
.fb:hover {
    color: #054adf;
}
.ig:hover {
    color: #ff16d8;
}
.git:hover {
    color: #ff5100;
}
.in:hover {
    color: #233fe0;
}

@media (max-width: 1200px) { 
    .profile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 3rem;
        margin-bottom: 5rem;
        height: 41em;
    }
    .profile .text {
        margin-top: 2rem;
    }
    .text {
        margin-right: auto;
        margin-left: auto;
    }
    .text h1 {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 4rem;
        font-weight: 800;
        text-align: center;
    }
    .text h2 {
        color: rgb(38, 168, 147);
        text-align: center;
        font-size: 2rem;
    }
    .text h3 {
        text-align: center;
    }
    .text a {
        width: 150px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .skills {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: space-around;
        width: 85%;
    }
}

@media (max-width: 767px) {
    .work-exp h6 {
        font-size: .7rem;
    }
    #skills {
        margin-top: -3rem;
    }
    .image img {
        width: 25rem;
    }
    .text h1 {
        font-size: 3rem;
    }
    .text h2 {
        font-size: 1.5rem;
    }
    .text a {
        width: 130px;
        font-size: .7rem;
    }
    #profile {
        margin-top: -4rem;
    }
    #about-me {
        margin-top: -9rem;
    }
}

@media (max-width: 600px) {
    .image img {
        width: 23rem;
    }
    .text h1 {
        font-size: 2rem;
    }
    .text h2 {
        font-size: 1.1rem;
    }
    .text h3 {
        font-size: 1.2rem;
    }
    .text a {
        width: 120px;
        font-size: .6rem;
    }
    #profile {
        margin-top: -5rem;
    }
    #about-me {
        margin-top: -10rem;
    }
    .work-exp h6 {
        font-size: .6rem;
    }
    .about-border {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #about-me {
        height: fit-content;
    }
}

@media (max-width: 500px) {
    #education {
        margin-top: 4rem;
    }
    #work-experiences {
        margin-top: 1rem;
    }
    .about-border {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #about-me {
        height: fit-content;
    }
    #skills {
        margin-top: 2rem;
    }
    #contact-me {
        height: 60rem;
    }
    .contact-content {
        flex-direction: column-reverse;
        margin: 0 10px;
    }
    .social-media {
        margin-top: 60px;
        height: 26rem;
    }
    .social-media h3 {
        padding-top: 1rem;
    }
}

@media (max-width: 400px) {
    .image img {
        width: 17rem;
        margin-top: -3rem;
        margin-bottom: 2rem;
    }
    .about-border {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #about-me {
        height: fit-content;
    }
    #work-experiences {
        margin-top: 1rem;
        margin-bottom: -3rem;
    }
    #skills {
        margin-top: -1.5rem;
    }
    #education {
        margin-bottom: -2rem;
        margin-top: -2rem;
    }
    .work-mobile {
        font-size: .7rem;
    }
    .edu-mobile {
        font-size: .7rem;
    }
    .about-text p {
        font-size: .9rem;
    }
    #contact-me {
        height: 60rem;
    }
    .contact-content {
        flex-direction: column-reverse;
        margin: 0 10px;
    }
    .social-media {
        margin-top: 60px;
        height: 26rem;
    }
    .social-media h3 {
        padding-top: 1rem;
    }
}