@charset "UTF-8";

@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300';
@import 'https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200&display=swap';

/* --------------    common   ---------------    */
html {
    font-size: 100%;
}
body {
    font-family: 'Open Sans Condensed','Nunito Sans', sans-serif;
    line-height: 1.7;
    color:white;
    overflow-x: hidden;
    font-size: 16px;
    letter-spacing: .2rem;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.page-header {
    display: flex;
    background-color: rgba(126, 121, 164, 0.5);
    justify-content: space-between;
    align-items: center;
    padding: 25px 5%;
}
.main-nav {
    display: flex;
    text-transform: uppercase;
    list-style: none;
}
.main-nav li {
    margin-left: 40px;
    font-size: 1.5rem;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.main-nav li::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1.5px;
    background: #fcf2f2ad;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.main-nav li:hover::after {
    transform: scale(1, 1);
}
.main-nav a {
    color:white;
}
.main-nav :hover {
    color: #ada8db;
}
.page-header svg, .lines {
    display: none;
}
.preload {
    transition:0 !important;
}
.container {
    max-width: 100%;
}
/* ----------------------    navigation drawer  ----------------------  */
@media (max-width:849px) {
#logo {
    display: block;
    width: 75%;
    margin: 0 auto;
}
#nav {
    display: block;
    position: fixed;
    left: -310px;
    top: 0;
    width: 310px;
    height: 100%;
    background: #ffffff;
}
.show {
    transform: translate3d(310px, 0, 0);
}
#wrapper, #nav {
    transition: transform 0.5s;
}
}
.drawer-bottom {
    text-align: center;
    padding: 50px 10% 0;
    vertical-align: baseline;
    color: #545c8a;
    font-size: 0.9rem;
    font-family: 'Open Sans Condensed',sans-serif;
}
.drawer-bottom ul {
    list-style-type: none;
    text-align: left;
    vertical-align: baseline;
}
.drawer-bottom li {
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 1rem;
    padding: 10px 5%;
    letter-spacing: 3px;
    margin-left: 5px;
}
.drawer-bottom li a {
    color: #545c8a;
    padding-left: 10px;
}
.drawer-bottom li img {
    margin-right: 15px;
}
/* ----------------------    social media  ----------------------  */
.social {
    display: flex;
    width: 300px;
    list-style: none;
}
.social li {
    margin-left: 40px;
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.social li::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1.5px;
    background: #fcf2f2;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.social li img {
    width: 28px;
}
.social li:hover::after {
    transform: scale(1, 1);
}
@media (max-width:849px) {
    .page-header nav,.social {
        display: none;
    }
    .lines {
        display: block;
        width: 40px;
        height: 30px;
    }
    .page-header a {
        margin: 0 auto;
        padding-top: 2px;
    }
}
/* ----------------------    home  ----------------------  */
@media (min-width:849px){
.home {
    background-image: url(../images/home.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 101vh;
    background-color: #868AB9;
}
#nav {
    display: none;
}}
.home #wrapper p {
    letter-spacing: 1.2px;
    font-size: 1.2rem;
}
.h-header {
    position:relative;
    text-align:center;
    background: #cbcbd409;
}
.inner-header {
    height:77vh;
    width:100%;
    margin: 0;
    padding: 0;
}
.flex { 
    display: flex;
    justify-content: left;
    align-items: center;
    font-family: 'Open Sans Condensed',sans-serif;
    padding-left: .5vw;
    font-size: 2.5vh;
}
.flex .nnwstudio {
    font-size: 2rem!important;
    color: #fff;
    overflow: hidden; 
    border-right: .12em solid white; 
    white-space: nowrap; 
    margin-left: 23%;
    letter-spacing: .17em; 
    animation: 
      typing 3.0s steps(30, end),
      blink-caret .5s step-end infinite;
}
@keyframes typing {
    from { width: 0 }
    to { width: 290px }
}
@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: white }
}
.waves {
    position:relative;
    width: 100%;
    height: 15vh;
    margin-bottom:-12px; /*Fix for safari gap*/
    min-height:100px;
    max-height:150px;
}
.home .content {
    position: relative;
    height: 300px;
    background-color: #868AB9;
    margin: 0 10%;
    width: 80%;
}
@media (max-width:849px) {
    .home {
        background-image: url(../images/home2.jpg);
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
        height: 100vh;
        background-color: #868AB9;
    }
    .flex { 
        justify-content: center;
    }
    .flex .nnwstudio {
        margin: 0;
        font-size: 1.7rem!important;
    }
}
/* -------------- home animation---------------  */
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
.parallax2 > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax2 > use:nth-child(1) {
    animation-delay: -9s;
    animation-duration: 9s;
}
.parallax2 > use:nth-child(2) {
    animation-delay: -10s;
    animation-duration: 12s;
}
.parallax2 > use:nth-child(3) {
    animation-delay: -9s;
    animation-duration: 14s;
}
.parallax2 > use:nth-child(4) {
    animation-delay: -10s;
    animation-duration: 21s;
}
.btn {
    display: inline-block;
    text-decoration: none;
    color: white;
    width: 140px;
    height: 140px;
    line-height: 140px;
    border-radius: 50%;
    border: double 4px white;
    text-align: center;
    overflow: hidden;
    transition: .5s;
    letter-spacing: .1rem;
}
.btn:hover {
    transform:  rotate(360deg);
    background-color: #a8a3c773;
}
.line-cl {
    width: 150px;
    border-bottom: white solid 1px;
    margin: 0 30px 0 0;
}
.home .content .hello {
    font-size: 1.4rem!important;
    letter-spacing: .2rem!important;
}
.new-single {
    background: #a8a3c7;
    height: 92vh;
    padding: 3%;
}
.music-box {
    display: flex;
    padding: 80px 5%;
    width: 80%;
    margin: 80px auto 0;
    border: rgb(188, 182, 216) double 11px;
    align-items: center;
    justify-content: center;
}
.mb-image {
    width: 270px;
    height: 270px;
    border-radius: 40px;
    box-shadow: 5px 5px 30px 7px rgba(107, 97, 133, 0.329), -5px -5px 30px 7px rgba(118, 109, 155, 0.329);
    cursor: pointer;
    transition: 0.4s;
    margin-right: 80px;
}
.mb-image .card_image {
    width: inherit;
    height: inherit;
    border-radius: 40px;
}
.mb-image .card_image img {
    width: inherit;
    height: inherit;
    border-radius: 40px;
    object-fit: cover;
}
.mb-image:hover {
    transform: scale(0.9, 0.9);
    box-shadow: 5px 5px 30px 15px rgba(107, 97, 133, 0.329), 
      -5px -5px 30px 15px rgba(118, 109, 155, 0.329);
}
.mb {
    text-align: center;
}
.mb h2 {
    font-size: 1.7rem;
    letter-spacing: .3rem;
    border-bottom: rgb(201, 185, 221) solid 2px;
}
.mb p {
    font-size: 1.5rem!important;
    letter-spacing: .2rem!important;
    margin-bottom: 50px;
    color: rgb(247, 243, 241);
}
.mb a {
    font-size: 1.3rem;
    letter-spacing: 3px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 30px;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    background-image: linear-gradient(#D6A0A7 0%, #B8ACD9 100%);
    transition: 1.0s;
}
.mb a:hover {
    background-image: linear-gradient(#D6A0A7 0%, #B8ACD9 70%);
  }
.sky {
    background: linear-gradient(#a8a3c7,#7074af);
    width: 100%;
    height: 25vh;
}
.mobile-sky {
    display: none;
}
.home-bottom {
    background: #7074af;
    display: flex;
    align-items: flex-end;
    padding-bottom: 100px;
}
.home-message {
    width: 100%;
    font-family: 'Open Sans Condensed',sans-serif;
    letter-spacing: 5px;
    padding: 50px 5%;
    text-align: left;
    line-height: 1.6;
}
.home-message h2 {
    border-bottom: solid white 1px;
    font-size: 1.7rem;
    padding: 0 20px 20px;
}
.home-message p {
    padding: 40px 20px;
    font-size: 1.3rem!important;
    letter-spacing: .3rem!important;
}
.home-message a {
    color: #a4e2de;
    border-bottom: #a4e2de solid 1.5px;
}
.home-footer {
    background-color: #7074af;
}
@media(max-width:849px) {
    .btn {
        width: 100px;
        height: 100px;
        line-height: 90px;
        font-size: .9rem;
        padding: 0;
    }
    .line-cl {
        width: 30px;
        margin: 0 15px 0 0;
    }
    .home .content .hello {
        font-size: 1.1rem!important;
        letter-spacing: .1rem!important;
    }
    .new-single {
        background: #a8a3c7;
        height: auto;
    }
    .music-box {
        padding: 40px 5%;
        width: 90%;
        margin: 50px auto 80px;
        border: rgb(188, 182, 216) double 11px;
        align-items: center;
    }
    .mb-image {
        display: none;
    }
    .mb h2 {
        font-size: 1.3rem;
    }
    .mb p {
        font-size: 1.1rem!important;
        margin-bottom: 30px;
    }
    .sky {
        background: linear-gradient(#a8a3c7,#7074af);
        width: 100%;
        height: 50px;
    }
    .pc-sky {
        display: none;
    }
    .home-bottom {
        background: #7074af;
        padding-bottom: 50px;
    }
    .home-message h2 {
        font-size: 1.3rem;
        margin-bottom: 10px;
        padding: 0 10% 20px;
    }
    .home-message p {
        font-size: 1.1rem!important;
        padding: 40px 5% 0;
    }
}
/* ----------------------    music  ----------------------  */
.music {
    background: #8f8caa;
}
.swiper-container {
	width: 100%;
	height: 83vh;
}
.swiper-slide {
	width: 100%;
	height: 100%;
	text-align: center;
}
.music-logos {
    width: 550px;
    margin: 50px 5% 0;
}
.music-box-singles {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans Condensed';
    letter-spacing: 3px;
    margin-top: 30px;
}
.music-box-singles img {
    width: 320px;
    margin: 0 20px;
    border-radius: 40px;
    box-shadow: 5px 5px 30px 7px rgba(107, 97, 133, 0.329);
}
.music-box-intro {
    width: 40%;
    font-size: 1.3rem;
    margin: 50px;
    color: #1d1d1d;
}
.swiper-slide:nth-child(4n+2) /*1*/{
	background: #b2acd1;
}
.swiper-slide:nth-child(4n+3)/*2*/ {
	background-color: #cab3ce;
}
.swiper-slide:nth-child(4n+4) /*3*/{
	background-color: #9aaccf;
}
.swiper-slide:nth-child(4n+1) /*4*/ {
	background-color: #8db3b6;
}
@media(max-width:850px) {
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        width: 100%;
        height: 100%;
        text-align: center;
        padding-bottom: 50px;
    }
    .music-logos {
        width: 90%;
        margin: 40px 5% 0;
        max-width: 500px;
    }
    .music-box-singles {
        flex-direction: column;
    }
    .music-box-singles img {
        width: 70%;
        max-width: 300px;
        margin: 0;
        border-radius: 40px;
        box-shadow: 5px 5px 30px 7px rgba(107, 97, 133, 0.329);
    }
    .music-box-intro {
        text-align: left;
        width: 70%;
        line-height: 2rem;
    }
}
/* ----------------------    profile  ----------------------  */
.profile {
    background:#6d709e;
}
.pm-icons {
    background: #a59ec5b9;
    padding: 40px 0 50px;
}
.pm-icons ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 40px 5%;
    max-width: 1920px;
    list-style: none;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-family: 'Nunito Sans',sans-serif;
    letter-spacing: 1.7px;
}
.pm-icons li {
    width: 25%;
    line-height: 2rem;
    padding: 10px;
}
.pm-icons hr {
    width: 50%;
    margin: 0 auto;
    border: #ffffff 1px solid;
}
.pm-icons p {
    font-size: 1rem;
    padding-top: 15px;
    line-height: 1.3rem;
}
.pm-icons h3 {
    font-size: 1.4rem;
    padding-bottom: 15px;
}
.members-img {
    width: 75%;
    height: auto;
    border-radius: 100%;
    padding: 20px 0;
}
#click-box {
    letter-spacing: 5px;
    font-size: 1.4rem;
    text-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #6d709e;
}
#click-box:hover {
    background: linear-gradient(#b2a2cc 0%,#6d709e 90%);
}
#click-box h3 {
    padding: 30px 5% 0;
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.blink {
    animation: blink 1s ease-in-out infinite alternate;
}
#click-box.active {
    background: #d0c7e4;
}
.profile-content {
    display: flex;
    padding: 100px 5% 0;
    justify-content: space-between;
    font-family: 'Nunito Sans',sans-serif;
    background: #d0c7e4;
}
main {
    color: #292929;
    width: 70%;
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: left;
}
main a {
    color: #192d6e;
    font-weight: 800;
}
aside {
    width: 30%;
}
aside .p-icon {
    max-width: 210px;
    height: auto;
    border-radius: 30%;
    margin: 0 auto;
    display: block;
}
.social-ul {
    display: flex;
    margin: 15px;
    align-items: center;
    justify-content: center;
}
.social-ul li {
    list-style: none;
    padding: 2px 10px;
    width: 90px;
}
main h3 {
    color: #915d8f;
    text-align: center;
    font-size: 1.7rem;
    border-bottom: dashed 2px #915d8f;
    letter-spacing: 2px;
}
.pr-hidden {
    display: none;
}
.profile footer {
    padding-top: 100px;
    background: #d0c7e4;
}
@media (max-width:849px) {
    .pm-icons {
        padding: 30px 0 0;
    }
    .pm-icons ul {
        flex-direction: column;
        padding: 10px 5% 20px;
    }
    .pm-icons li {
        width: 100%;
        padding: 0 0 50px;
    }
    .members-img {
        width: 60%;
        max-width: 320px;
        padding: 0 0 10px;
    }
    .pm-icons h3 {
        font-size: 1.2rem;
    }
    #click-box {
        font-size: 1.2rem;
    }
    .profile-content {
        flex-direction: column;
        padding: 50px 5% 0;
    }
    main {
        width: 100%;
        padding: 0 5% 50px;
        margin: 0;
        font-size: 1.1rem;
        line-height: 1.5;
    }
    aside {
        width: 100%;
        padding-bottom: 30px;
    }
    aside .p-icon {
        max-width: 180px;
    }
    .social-ul li {
        padding: 2px 5px;
        width: 80px;
    }
    main h3 {
        font-size: 1.4rem;
        line-height: 1.8rem;
        padding-bottom: 20px;
    }
    .profile footer {
        padding-top: 30px;
    }
}
/* ----------------------    events  ----------------------  */
.events {
    background: #898DB2;
    background-size: cover;
}
.events-content {
    margin: 30px 5%;
}
.events-title {
    text-align: center;
    font-size: 1.7rem;
    text-transform: uppercase;
    margin: 80px auto;
    position: relative;
    display: block;
    font-family: 'Open Sans Condensed';
    letter-spacing: 2px;
}
.events-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
    gap: 10px 50px;
}
.events-box .box {
    position: relative;
    overflow: hidden;
    color: white;
    text-align: center;
    font-family: 'Open Sans Condensed';
    letter-spacing: 2px;
}
.events-box li img {
    width: 100%;
    height: auto;
    padding: 0;
}
.events-box dl {
    position: absolute;
    vertical-align: baseline;
    top: 0;
    width: 60%;
    height: 97%;
    color: white;
    background: linear-gradient(rgba(107, 218, 230, 0.8),rgba(193, 104, 78, 0.8));
	opacity: 0;
	transform: translateY(100%);
    transition: opacity .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.box:hover dl {
	opacity: 1;
	transform: none;
}
.box:not(:hover) dl {
	opacity: 0;
	transform: translateY(100%);
}
.events-box dt {
    font-size: 1rem;
    margin: 20px 0 5px;
}
.events-box dd {
    margin: 10px auto;
}
.events-box a {
    background: #576595;
    color: white;
    font-size: 1rem;
    border-radius: 5px;
    padding: 5px 0;
    margin: 15px auto 0;
    display: block;
    width: 80%;
}
.events-box a:hover {
    background: rgb(144, 144, 196);
}
@media (max-width:480px) {
    .events-title {
        font-size: 1.5rem;
        padding: 30px 0;
        margin: 40px 0;
        border-bottom: white 1px dashed;
        border-top: white 1px dashed;
    }
    .events-box {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
        gap: 20px;
    }
    .events-box dt {
        font-size: .9rem;
        margin: 15px 0 0;
    }
    .events-box dd {
        margin: 5px 0 0;
    }
}
/* ----------------------    footer  ----------------------  */
footer p {
    text-align: center;
    padding: 20px 5%;
    font-size: .9rem;
    letter-spacing: .1rem; 
}