@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/oswald.woff2') format('woff2'),
         url('/fonts/oswald.woff') format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'El Messiri';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/el-messiri.woff2') format('woff2'),
         url('/fonts/el-messiri.woff') format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --min-font: 14px;
    --max-font: 15px;
    --min-width: 320px;
    --max-width: 1200px;
    --content-width: min(90vw, var(--max-width));
    font-size: clamp(var(--min-font), 1rem + 2vw, var(--max-font));
}

/* html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    position: relative;
    margin: 0;
    padding: 0;
} */

body {
    width: 100vw;
    height: 100%;
    margin: 0;
    background: #ccc;
    transition: background-color 1.5s ease;
    transform: translateZ(0);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 1.5;
}

#main {
    width: 100%;
    height: 100%;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-self: center;
    overflow-x: hidden;
}

#hdr {
    background: linear-gradient(90deg, rgba(116,103,127,0.95) 0%, rgba(167,80,96,0.95) 100%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.hdr-gen {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    color: white;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.5px;
}

#hdr-spread {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#hdr-lft {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0 3% 0 3%;
    min-width: 0.33%;
    font-size: 1.5vh;
}

#hdr-lft a {
    padding: 0 3% 0 3%;
}

#hdr-mdl {
    font-size: clamp(1.25rem, 1rem + 2vw, 1.75rem);
    font-weight: 400;
}

#hdr-mdl a {
    position: relative;
    padding: 4px 0;
}

#hdr-mdl a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: white;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

#hdr-mdl a:hover::after {
    transform: scaleX(1);
}

#hdr-rgt {
    gap: 24px;
    padding: 0 32px;
}

#hdr-rgt a {
    opacity: 0.8;
    transition: all 0.3s ease;
}

#hdr-rgt a:hover {
    opacity: 1;
    transform: translateY(-3px);
}

#hdr-rgt img {
    height: 24px;
    width: 24px;
    filter: brightness(0) invert(1) drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

/*##############################################*/
#img-head {
    position: relative;
    display: inline-block;
}

#img-head img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

#img-rel {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

#img-con {
    position: relative;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: whitesmoke;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, .25);
    font-family: 'El Messiri', sans-serif;
}

#img-titlepos-moonrise {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33%;
    font-size: clamp(32px, 8vw, 96px);
}

#img-titletext-moonrise {
}

#img-desc {
    display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 80%;
    height: 33%;
    font-size: clamp(1rem, 0.875rem + 1vw, 1.5rem);
}

#img-desc-text {
    font-size: clamp(1rem, 0.875rem + 1vw, 1.5rem);
    line-height: 1.5;
    max-width: 800px;
    margin: 0 auto;
}

#img-btn {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#img-btn-text {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(121, 101, 125, 0.7);
    color: #fff;
    width: clamp(150px, 15vw, 200px);
    height: clamp(45px, 5vw, 60px);
    font-size: clamp(16px, 2vw, 20px);
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

#img-btn-text:hover {
    background: rgba(121, 101, 125, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

#img-btmTrans {
    background: #181411;
    height: 5%;
    width: 100%;
    padding-bottom: 5%;
}

#img-head svg .line-container {
    
}

#img-head svg {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(50px, 5vw, 100px);
    height: auto;
    z-index: 1;
    pointer-events: none;
}

#img-head svg .line-1,
#img-head svg .line-2,
#img-head svg .line-3 {
    stroke-width: 3px;
}

@keyframes line-1 {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    50% {
        opacity: 0.7;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*########################################*/
.color-about {
    background-color: #eee;
}

.color-about #moonrise-img-clone img {
    filter: blur(5px) opacity(0%);
    transition-timing-function: ease;
    transition-duration: 2s;
}

/*#########################*/
.color-moon {
    transition-timing-function: ease;
    transition-duration: 2s;
    background-color: #394378;
}

.color-moon #devotion-img-clone img {
    filter: blur(2px) opacity(0%);
    transition-duration: 2s;
}

.color-moon #moonrise-img-clone img {
    filter: blur(5px) opacity(30%);
    transition-timing-function: ease;
    transition-duration: 2s;
}

.color-moon #moonrise {
    filter: blur(0px);
}

/*#########################*/
.color-devo {
    transition-timing-function: ease;
    transition-duration: 2s;
    background-color: #b5c8d6;
}

.color-devo #moonrise-img-clone img {
    filter: blur(5px) opacity(0%);
    transition-timing-function: ease;
    transition-duration: 2s;
}

.color-devo #journey-img-clone img {
    filter: blur(5px) opacity(0%);
    transition-timing-function: ease;
    transition-duration: 2s;
}

.color-devo #devotion-img-clone img {
    filter: blur(2px) opacity(30%);
    transition-timing-function: ease;
    transition-duration: 2s;
}

.color-devo #devotion {
    filter: blur(0px);
}

/*#########################*/
.color-jour {
    transition-timing-function: ease;
    transition-duration: 2s;
    background-color: #181411;
}

.color-jour #devotion-img-clone img {
    filter: blur(2px) opacity(0%);
    transition-timing-function: ease;
    transition-duration: 2s;
}

.color-jour #journey-img-clone img {
    filter: blur(5px) opacity(30%);
    transition-timing-function: ease;
    transition-duration: 2s;
}

.color-jour #journey {
    filter: blur(0px);
}

/*#########################*/
.panel {
    min-width: 95%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#con {
    background: rgb(70, 71, 92);
    background: linear-gradient(0deg, rgba(70, 71, 92, 0) 51%, rgba(110, 103, 130, 0.80) 87%, rgba(130, 92, 115, 1) 100%);
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'El Messiri', sans-serif;
    margin: 0 0 10vh 0;
}

.con-item {
}

.con-white {
    width: 100%;
    height: 100%;
}

#con-white {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10vh 0 10vh 0;
}

#con-white-about {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
}

#con-white-about-img {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#con-white-about-img img {
    min-width: 30vw;
    width: 100%;
    height: auto;
    max-width: 400px;
}

#con-white-about-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
    color: white;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, .5);
    min-width: 50vw;
    width: 120%;
    padding-left: 5%;
    /*font-size: 2.5vw;*/
}

#con-about-text-title p {
    margin: 0;
    line-height: 5vw;
    /*font-size: 5.5vw;*/
}

#con-about-text-title {
    padding-bottom: 1vw;
}

#con-about-text-title-about {
    font-size: clamp(24px, 4vw, 36px);
}

#con-about-text-title-name {
    font-size: clamp(32px, 5vw, 48px);
    color: #f5f5f5;
    text-decoration: none;
}

#con-about-text-email {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: clamp(20px, 3vw, 32px);
    color: #f5f5f5;
    text-decoration: none;
    border: 1px solid #f5f5f5;
    border-top: none;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

#con-about-text-email p {
    margin: 10px 10px 10px 0;
}
.con-about-text-email-icon {
    /* width: 20px !important;
    height: 20px !important; */
    /* margin: 28px 10px 28px 0; */
    margin: 0 10px 0 10px;
}

#con-about-text-email-icon path {
    fill: #f5f5f5;
}

/*###########################################*/
.album_title {
    padding-top: 3vh;
    font-size: clamp(24px, 4vw, 42px);
}

.album-box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 90vw;
    width: 100%;
    height: 90%;
    background-color: rgba(255, 255, 255, .05);
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    zoom: 1; /*-webkit-filter: blur(7px);*/
}

.audio-player1, .audio-player2, .audio-player3 {
    margin: 5%;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.purchase_links {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 5% 0 5% 0;
}

.purchase_links a {
    text-decoration: none;
    color: white;
}

#devotion-desc a {
    color: black;
}

/*###########################################*/
#moonrise {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    color: white;
    position: relative;
    filter: blur(3px);
}

#moonrise-img {

}

#moonrise-img img {
    position: relative;
    display: inline-block;
    justify-content: center;
    width: 200px;
    z-index: 1;
    border-radius: 3px;
}

#moonrise-img-clone img {
    pointer-events: none;
    z-index: -1;
    position: absolute;
    top: -45%;
    left: -20%;
    height: 200%;
    width: 125%;
    filter: blur(5px) opacity(0%);
}

#moonrise-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60vw;
    padding: 5% 5% 5% 5%;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
    /*font-size: 20px;*/
}



/*#############################################*/
#devotion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    color: black;
    position: relative;
    filter: blur(3px);
}

#devotion-img {
    position: relative;
    display: inline-block;
    justify-content: center;
}

#devotion-img img {
    width: 200px;
    z-index: 1;
    border-radius: 3px;
}

#devotion-img-clone img {
    pointer-events: none;
    z-index: -1;
    position: absolute;
    top: -45%;
    left: -20%;
    height: 200%;
    width: 125%;
    filter: blur(5px) opacity(0%);
}

#devotion-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60vw;
    padding: 5% 5% 5% 5%;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
    /*font-size: 20px;*/
}

/*########################################*/
#journey {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    color: white;
    position: relative;
    filter: blur(3px);
}

#journey-img {
    position: relative;
    display: inline-block;
    justify-content: center;
}

#journey-img img {
    width: 200px;
    z-index: 1;
    border-radius: 3px;
}

#journey-img-clone img {
    pointer-events: none;
    z-index: -1;
    position: absolute;
    top: -45%;
    left: -20%;
    height: 200%;
    width: 125%;
    -webkit-filter: blur(5px) opacity(0%);
}

#journey-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    padding: 5% 5% 5% 5%;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
    /*font-size: 20px;*/
}
/*#########################################*/


#mywayvideo {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 56.25%;
}

#myway_title {
    z-index: 2;
    text-align: center;
    font-family: 'El Messiri', sans-serif;
    font-size: 4vw;
    color: white;
}

#mywayvideo iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*#########################################*/
#con-white-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#con-white-audio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.con-white-audio-pad {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 50px 0 0 0;
}

.con-white-audio-set {
    background: white;
    display: flex;
    justify-content: center;
    width: 80%;
    border-radius: 3px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

.con-white-audio-text {
    display: flex;
    justify-content: flex-start;
    width: 50%;
    padding-left: 5%;
}

.con-white-audio-control {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    padding-right: 5%;
}

/*#####################################*/
#footer-main {
    flex: 1 0 auto;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 20%;
    padding-top: 25%;
}

#footer-fmt {
    background: black;
    width: 100%;
    height: 100%;
    padding: 5% 10% 5% 10%;
}

#footer {
    flex: 1 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: white;
    width: 100%;
    height: 80%;
    max-width: 980px;
}

#footer p {
    line-height: 1vh;
}

.footer_title {
    /*font-size: 3vw;*/
}

.footer_body {
    display: flex;
    flex-direction: column;
}

#footer a {
    text-decoration: none;
    color: #cccccc;
}

#footer a:hover {
    color: white;
}



@media screen and (min-width: 600px) {
    #img-desc-text {
        font-size: 18px;
    }
}

@media screen and (min-width: 1800px) {
    #img-desc-text {
        /* font-size: 18px; */
        font-size: 1vw;
    }
}

@media screen and (min-width: 980px) {
    #con-about-text-email {
        font-size: 28px;
    }
}

@media screen and (max-width: 980px) {
    
    #img-head{
        height: 60vh;
        /* width: 100%; */
        /* overflow: hidden; */
    }
    #img-head img{
        position: relative;
        height: 50vh;
        /* width: 100%; */
        height: 100%;
        object-fit: cover;
        /* object-position: center; */
    }
    #img-desc-text {
        font-size: clamp(16px, 3.5vw, 24px);
    }
    #img-btn-text {
        width: 30vw;
        height: 10vw;
        font-size: 4vw;
    }
    #hdr-lft {
        max-width: 0.03%;
    }
    .album_title{
        font-size: clamp(24px, 5vw, 36px);
    }
    .album-box {
        flex-direction: column;
    }
    #moonrise-img {
        padding: 5% 5% 0 5%;
    }
    #moonrise-desc {
        width: 80vw;
    }
    #devotion-img {
        padding: 5% 5% 0 5%;
    }
    #devotion-desc {
        width: 80vw;
    }
    #journey-img {
        padding: 5% 5% 0 5%;
    }
    #journey-desc {
        width: 80vw;
    }
    .purchase_links {
        width: 90vw;
    }
    #footer-main {
        height: 40%;
    }
    #footer {
        width: 90vw;
        flex-direction: column;
    }
    .footer_body {
        flex-direction: row;
    }
    .footer_body p,
    .footer_body a {
        padding: 5px;
    }
    .footer_body a p {
        padding: 0;
    }
}

/*#########################################*/

@media only screen and (min-width: 1000px) {
    /*Slider text*/
    #img-desc {
        font-size: 25px;
    }

    #img-btn-text {
        width: 150px;
        height: 50px;
        font-size: 20px;
        cursor: pointer;
    }

    /*About text*/
    #con-about-text-title-about {
        font-size: 30px;
    }

    #con-about-text-title-name {
        font-size: 50px;
    }

    #con-about-text-title p {
        margin: 0;
        line-height: 40px;
    }

    #con-white-about-text {
        font-size: 25px;
    }

    #moonrise-desc {
        font-size: 25px;
    }

    #devotion-desc {
        font-size: 25px;
    }

    #journey-desc {
        font-size: 25px;
    }

}

@media screen and (max-width: 980px) {
    #hdr {
        padding: 12px 0;
    }
    
    #hdr-rgt {
        gap: 16px;
        padding: 0 16px;
    }
    
    #hdr-rgt img {
        height: 20px;
        width: 20px;
    }
    
    #hdr-mdl {
        font-size: 22px;
    }
}

.content-wrapper {
    width: var(--content-width);
    margin: 0 auto;
    padding: 0 20px;
}