@charset "utf-8";

@media screen and (min-width: 768px) {
    * {
        margin:0;
        padding:0;
    }
    
    body{
      background-color:#fff;
      font-family: proxima-nova,sans-serif;
      font-style: normal;
      font-weight: 300;
    }
    
    html {
        overflow-y:scroll;
        scroll-behavior: smooth;
    }
    
    h1,h2,h3,h4,h5,h6 {
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-weight: 600;
        line-height: 1.2;
    }
    
    h2{
        font-size: 1.5rem;
    }
    
    h3{
        font-size: 1rem;
        text-align: center;
    }
    
    p,li,dt,dl {
        line-height:1.4;
    }
    
    p {
        margin:0 0 1em 0;
    }
    
    img {
        border:0;
    }
    
    address {
        font-style:normal;
    }
    
    div{
        display: block;
    }
    
    /*
     Link Color
    ---------------------- */
    a:link {
        color:#5ac7cc;
        text-decoration:none;
    }
    a:visited {
        color:#4fb779;
        text-decoration:none;
    }

    a:hover {
        color:#c47aa4;
        text-decoration:none;
    }
    a:active {
        color:#666;
    }
    
    .link-style-1 a{
        position: relative;
        padding-bottom: 5px;
        }
    
        .link-style-1 a::after {
        content: '';
        background: #ad7494;
        width: 0%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
        transition: all .3s ease;
        }
        
        .link-style-1 a:hover::after{
        width: 100%;
        }
    
    .anchor{
        scroll-margin-top: 50px;
    }
    
    .pad3{
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    
    .spacer{
        margin-top: 80px;
        margin-bottom: 80px;
    }
    
    .spacer2{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .border-bottom{
        border-bottom: 1px solid #313333;
    }
    
    .pdl{
        padding-left: 10%;
        padding-right: 10%;
    }
    
    .cr{
        text-align: center;
    }
    
    .c-con{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .sahre{
        text-align: center;
    }
    
    .share-nav{
        margin: 0 auto;
        text-align: center;
    }
    
    .btn {
        position: relative;
        width: 45px;
        height: 45px;
        margin: 0 auto;
        display: block;
        border-radius: 12px;
        overflow: hidden;
        cursor: pointer;
    }

    .btn img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
      display: block;
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
    }
    .btn:hover img:nth-of-type(2) {
      -webkit-transform: translate(-50%, -50%) scale(1.15) !important;
        transform: translate(-50%, -50%) scale(1.15) !important;
      opacity: 0;
    }

    .btn2 {
        position: relative;
        width: 75px;
        height: 75px;
        margin: 0 auto;
        display: block;
        border-radius: 12px;
        overflow: hidden;
        cursor: pointer;
    }

    .btn2 img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
      display: block;
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
    }
    .btn2:hover img:nth-of-type(2) {
      -webkit-transform: translate(-50%, -50%) scale(1.15) !important;
        transform: translate(-50%, -50%) scale(1.15) !important;
      opacity: 0;
    }
    
    .s_icon{
        display: inline;
        font-size: 0;
        float: left;
        list-style: none;
    }
    
    .siconul{
        display: flex;
        justify-content: center;
    }
    
    .imgfluid{
        max-width: 100%;
        height: auto;
    }
    
    .w100{
        width: 100%!important;
    }
    
    .prgrph1{
        font-size: 16px;
        text-align: center;
        font-family: serif;
    }

    .ptitle{
        font-size: 23px;
        text-align: center;
        font-family: serif;
        margin-bottom: 30px;
    }
    
    .pblck{
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    
    .wli{
    width: 100%;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .work-list{   
    width: 20%;
    }

    .container {
    margin: 0 auto;
    margin-bottom: 80px;
    width: 80%;
    display: flex;
    justify-content: space-between;
    } 

    .modal-wrapper{
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 10px;
    text-align: center
    }

    .modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
    }

    .modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
    }

    .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
    }

    .modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 70%;
    max-width: 600px;
    padding: 30px 30px 15px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle
    }

    .modal-wrapper .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
    }

    .modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
    }

    .modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    color: #95979c!important;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0
    }

    .modal-wrapper .modal-close:hover {
    color: #2b2e38!important
    }

    .h2-modal{
        margin-top: 10px;
    }

    .modal-lyrics{
        font-family: serif;
        font-style: normal;
        font-weight: 300;
    }

    ::-webkit-scrollbar{
        width: 5px;
     }
     ::-webkit-scrollbar-track{
        background-color: #ccc;
     }
     ::-webkit-scrollbar-thumb{
        background-color: #498A77;
     }

     .youtube {
        width: 30%;
        aspect-ratio: 16 / 9;
        margin: 0 auto;
      }
      .youtube iframe {
        width: 100%;
        height: 100%;
      }

      .soundcloud {
        width: 30%;
        margin: 0 auto;
      }

    #identity{
        width: 100%;
        height: 100vh;
        position: relative;
    }
    
    .name{
        text-align: center;
        font-size: 20px;
        letter-spacing: 5px;
        transform: translate(-50%,-50%);
        position: absolute;
        left: 50%;
        top: 53%;
        font-weight: 100;
    }

    .name2{
        text-align: center;
        font-size: 20px;
        letter-spacing: 5px;
        font-weight: 100;
    }

    #fl{
        text-align: center;
        transform: translate(-50%,-50%);
        position:absolute;
        left: 50%;
        top: 46%;
    }
}

@media screen and (max-width: 768px) {
    * {
        margin:0;
        padding:0;
    }
    
    body{
      background-color:#fff;
      font-family: proxima-nova,sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 80%;
    }
    
    html {
        overflow-y:scroll;
        scroll-behavior: smooth;
    }
    
    h1,h2,h3,h4,h5,h6 {
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-weight: 600;
        line-height: 1.2;
    }
    
    h2{
        font-size: 1.5rem;
    }
    
    h3{
        font-size: 1rem;
        text-align: center;
    }
    
    p,li,dt,dl {
        line-height:1.4;
    }
    
    p {
        margin:0 0 1em 0;
    }
    
    img {
        border:0;
    }
    
    address {
        font-style:normal;
    }
    
    div{
        display: block;
    }
    
    /*
     Link Color
    ---------------------- */
    a:link {
        color:#5ac7cc;
        text-decoration:none;
    }
    a:visited {
        color:#4fb779;
        text-decoration:none;
    }
    a:hover {
        color:#c47aa4;
        text-decoration:none;
    }
    a:active {
        color:#666;
    }

    .link-style-1 a{
    position: relative;
    padding-bottom: 5px;
    }

    .link-style-1 a::after {
    content: '';
    background: #ad7494;
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease;
    }
    
    .link-style-1 a:hover::after{
    width: 100%;
    }

    .anchor{
        scroll-margin-top: 50px;
    }
    
    .pad3{
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    
    .spacer{
        margin-top: 80px;
        margin-bottom: 80px;
    }
    
    .spacer2{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .border-bottom{
        border-bottom: 1px solid #313333;
    }
    
    .pdl{
        padding-left: 10%;
        padding-right: 10%;
    }
    
    .cr{
        text-align: center;
    }
    
    .c-con{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .sahre{
        text-align: center;
    }
    
    .share-nav{
        margin: 0 auto;
        text-align: center;
    }
    
    .btn {
        position: relative;
        width: 45px;
        height: 45px;
        margin: 0 auto;
        display: block;
        border-radius: 12px;
        overflow: hidden;
        cursor: pointer;
    }
    .btn img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
      display: block;
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
    }
    .btn:hover img:nth-of-type(2) {
      -webkit-transform: translate(-50%, -50%) scale(1.15) !important;
        transform: translate(-50%, -50%) scale(1.15) !important;
      opacity: 0;
    }

    
    .btn2 {
        position: relative;
        width: 75px;
        height: 75px;
        margin: 0 auto;
        display: block;
        border-radius: 12px;
        overflow: hidden;
        cursor: pointer;
    }

    .btn2 img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
      display: block;
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
    }
    .btn2:hover img:nth-of-type(2) {
      -webkit-transform: translate(-50%, -50%) scale(1.15) !important;
        transform: translate(-50%, -50%) scale(1.15) !important;
      opacity: 0;
    }
    
    .s_icon{
        display: inline;
        font-size: 0;
        float: left;
        list-style: none;
    }
    
    .siconul{
        display: flex;
        justify-content: center;
    }
    
    .imgfluid{
        max-width: 100%;
        height: auto;
    }
    
    .w100{
        width: 100%!important;
    }
    
    .prgrph1{
        font-size: 16px;
        text-align: center;
        font-family: serif;
    }
    .ptitle{
        font-size: 23px;
        text-align: center;
        font-family: serif;
        margin-bottom: 30px;
    }
    
    .pblck{
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    
    .container {
        margin: 0 auto;
        margin-bottom: 30px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
 
    .wli {
        width: 100%;
        border-radius: 7px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .work-list{   
        width: 80%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .modal-wrapper{
        z-index: 999;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 60px 10px;
        text-align: center
    }
    
    .modal-wrapper:not(:target) {
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s, visibility .3s;
    }
    
    .modal-wrapper:target {
        opacity: 1;
        visibility: visible;
        transition: opacity .4s, visibility .4s;
    }
    
    .modal-wrapper::after {
        display: inline-block;
        height: 100%;
        margin-left: -.05em;
        vertical-align: middle;
        content: ""
    }
    
    .modal-wrapper .modal-window {
        box-sizing: border-box;
        display: inline-block;
        z-index: 20;
        position: relative;
        width: 90%;
        max-width: 600px;
        padding: 30px 30px 15px;
        border-radius: 2px;
        background: #fff;
        box-shadow: 0 0 30px rgba(0, 0, 0, .6);
        vertical-align: middle
    }
    
    .modal-wrapper .modal-window .modal-content {
        max-height: 80vh;
        overflow-y: auto;
    }
    
    .modal-overlay {
        z-index: 10;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .8)
    }
    
    .modal-wrapper .modal-close {
        z-index: 20;
        position: absolute;
        top: 0;
        right: 0;
        width: 35px;
        color: #95979c!important;
        font-size: 20px;
        font-weight: 700;
        line-height: 35px;
        text-align: center;
        text-decoration: none;
        text-indent: 0
    }
    
    .modal-wrapper .modal-close:hover {
        color: #2b2e38!important
    }

    .h2-modal{
        margin-top: 10px;
    }

    .modal-lyrics{
        font-family: serif;
        font-style: normal;
        font-weight: 300;
    }

    ::-webkit-scrollbar{
        width: 3px;
     }
     ::-webkit-scrollbar-track{
        background-color: #ccc;
     }
     ::-webkit-scrollbar-thumb{
        background-color: #498A77;
     }
    
    .youtube {
        width: 90%;
        aspect-ratio: 16 / 9;
        margin: 0 auto;
      }
    .youtube iframe {
        width: 100%;
        height: 100%;
    }

    .soundcloud {
        width: 90%;
        margin: 0 auto;
      }
    
      #identity{
        width: 100%;
        height: 100vh;
        position: relative;
    }
    .name{
        text-align: center;
        font-size: 20px;
        letter-spacing: 5px;
        transform: translate(-50%,-50%);
        position: absolute;
        left: 50%;
        top: 53%;
        font-weight: 100;
    }
    .name2{
        text-align: center;
        font-size: 20px;
        letter-spacing: 5px;
        font-weight: 100;
    }
    #fl{
        text-align: center;
        transform: translate(-50%,-50%);
        position:absolute;
        left: 50%;
        top: 46%;
    }
 }