@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&display=swap');
@import url('../fonts/couture-bld.otf');
@import url('../fonts/Diphylleia/Diphylleia-Regular.ttf');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;1,900&display=swap');

:root {
    --bg-dark: #121314;
    --bg-light: #f7f7f7;
    --green1: #C8E6E8;
    --green2: #C3E0C6;
    --green3: #AAD5B5;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #3b383c;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b3a9ae;
}

@font-face {
    font-family: "Couture";
    src: url("../fonts/couture-bld.otf") format("opentype");
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: "Diphylleia";
    src: url("../fonts/Diphylleia-Regular.ttf") format("opentype");
    font-weight: 400;
    font-style: normal;
}
.couture {
    font-family: "Couture", serif;
    font-weight: bold;
    font-style: normal;
    color: white;
    opacity: .8;
}

.z-2 {
    position: relative;
    z-index: 2;
}

.foreground {
    position: absolute;
    z-index: 1 !important;
    min-height: 100vh;
    min-width: 100%;
}

@font-face {
    font-family: "Nunito Sans ExtraBold";
    src: url("../fonts/NunitoSans-ExtraBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    background-color: black;
}

nav ul li {
    font-family: 'Couture', bold, serif;
}

#nav_acc_insta {
    opacity: 0;
}

#nav_acc_tiktok {
    opacity: 0;
}

#nav_acc_twitch {
    opacity: 0;
}

#nav_acc_yt {
    opacity: 0;
}

#nav_acc_fb {
    opacity: 0;
}

#nav_acc_twitter {
    opacity: 0;
}

.footer-brand {
    opacity: 0;
}

.a-unstyled {
    text-decoration: none;
    color: var(--bg-dark)
}

.btn-outline {
    border: 1px solid white;
    border-radius: 0 !important;
    color: white;
    font-size: 1.1em;
    font-weight: 200;
    font-family: 'Nunito', sans-serif;
    padding: 10px 35px 10px 35px;
}

.btn-outline:hover {
    animation: hoverBtn .8s;
    background-color: white;
    color: black
}

@keyframes hoverBtn {
    0% {
        color: white;
        background-color: transparent;
    }
    100% {
        background-color: white;
        color: black
    }
}

.opacity-0-custom {
    opacity: 0;
}

.scroll {
    overflow-y: scroll;
}

section {
    height: 100vh;
    overflow: hidden;
    opacity: .05;
}

.logo {
    opacity: 0;
}

.landscape {
    display: none;
    opacity: .3;
    background: url("../backgrounds/mobile/landscape.jpg") no-repeat center center;
    background-size: cover;
}

@media only screen and (max-width: 992px) and (orientation: landscape) {
    .landscape {
        display: block;
    }
    .rotate-phone-please {
        text-align: center;
        font-family: 'Roboto', sans-serif;
    }

    .phone {
        display: inline-block;
        width: 30px;
        height: 60px;
        border: 3px solid #fff;
        border-radius: 5px;
        position: relative;
    }

    .phone:after {
        content:'';
        width: 100%;
        border-bottom: 3px solid #fff;
        position: absolute;
        top: 4px;
        left: 0;
    }

    .phone:before {
        content:'';
        width: 100%;
        border-bottom: 3px solid #fff;
        position: absolute;
        bottom: 6px;
        left: 0;
    }

    .phone {
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-name: anim-rotate;
        animation-duration: 2s;
    }

    @keyframes anim-rotate {
        0%, 10% { transform: rotate(0deg) }
        40%, 60% { transform: rotate(90deg) }
        95%, 100% { transform: rotate(0deg) }
    }

    #orientation {
        animation:orientation 4s linear infinite;
    }

    @keyframes orientation {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
        section {
            display: none !important;
        }
        nav {
            display: none !important;
        }
    }
    @media only screen and (max-width: 768px) {
        #section0 {
            background: url("../backgrounds/mobile/_01.jpg") no-repeat center center;
            background-size: cover;
        }

        .foreground {
            fdisplay: none;
        }

        #section1 {
            background: url("../backgrounds/mobile/_02.jpg") no-repeat center center;
            background-size: cover;
        }

        #section2 {
            background: url("../backgrounds/mobile/_03.jpg") no-repeat center center;
            background-size: cover;
        }

        #section3 {
            background: url("../backgrounds/mobile/_04.jpg") no-repeat center center;
            background-size: cover;
        }

        #section4 {
            background: url("../backgrounds/mobile/_05.jpg") no-repeat center center;
            background-size: cover;
        }

        #section5 {
            background: url("../backgrounds/mobile/_06.jpg") no-repeat center center;
            background-size: cover;
        }

        #section6 {
            background: url("../backgrounds/mobile/_07.jpg") no-repeat center center;
            background-size: cover;
        }
        #section1_fg {
            background: url("../backgrounds/mobile/_02_fg.png") no-repeat center center;
            background-size: cover;
        }

        #section2_fg {
            background: url("../backgrounds/mobile/_03_fg.png") no-repeat center center;
            background-size: cover;
        }

        #section3_fg {
            background: url("../backgrounds/mobile/_04_fg.png") no-repeat center center;
            background-size: cover;
        }

        #section4_fg {
            background: url("../backgrounds/mobile/_05_fg.png") no-repeat center center;
            background-size: cover;
        }

        #sec_01 {
            opacity: 0;
        }

        #sec_02 {
            opacity: 0;
        }

        #sec_03 {
            opacity: 0;
        }

        #sec_04 {
            opacity: 0;
        }

        #sec_05 {
            opacity: 0;
        }

        #sec_06 {
            opacity: 0;
        }

        .fs-5 {
            font-size: 1em !important;
        }

        .navbar-collapse {
            height: 100vh;
        }

        .main_logo_width {
            max-width: 30%;
        }

        .music_logo {
            max-width: 90%;
        }

        .iframe {
            width: 100%;
            height: 100%;
        }

        .height {
            height: 400px;
        }
    }


    @media (min-width: 768px) {
        .navbar-dark .navbar-nav .nav-link {
            color: rgba(255, 255, 255, 1);
            margin-right: 30px;
            font-size: 14pt !important;
        }

        .navbar-dark .navbar-nav .nav-link.active {
            border-bottom: 1px solid white;
        }

        .main_logo_width {
            max-width: 20%;
        }

        #section0 {
            background: url("../backgrounds/pc/01.jpg") no-repeat center center;
            background-size: cover;
        }

        #section1 {
            background: url("../backgrounds/pc/02.jpg") no-repeat center center;
            background-size: cover;
        }

        #section2 {
            background: url("../backgrounds/pc/03.jpg") no-repeat center center;
            background-size: cover;
        }

        #section3 {
            background: url("../backgrounds/pc/04.jpg") no-repeat center center;
            background-size: cover;
        }

        #section4 {
            background: url("../backgrounds/pc/05.jpg") no-repeat center center;
            background-size: cover;
        }

        #section5 {
            background: url("../backgrounds/pc/06.jpg") no-repeat center center;
            background-size: cover;
        }

        #section6 {
            background: url("../backgrounds/pc/07.jpg") no-repeat center center;
            background-size: cover;
        }

        #section1_fg {
            background: url("../backgrounds/pc/02_foreground.png") no-repeat center center;
            background-size: cover;
        }

        #section2_fg {
            background: url("../backgrounds/pc/03_foreground.png") no-repeat center center;
            background-size: cover;
        }

        #section3_fg {
            background: url("../backgrounds/pc/04_foreground.png") no-repeat center center;
            background-size: cover;
        }

        #section4_fg {
            background: url("../backgrounds/pc/05_foreground.png") no-repeat center center;
            background-size: cover;
        }

        .music_logo {
            max-width: 80%;
        }

        .fs-5 {
            font-size: 1em !important;
        }
    }


    @media (min-width: 992px) {
        #section0 {
            background: url("../backgrounds/pc/01.jpg") no-repeat center center;
            background-size: cover;
        }

        #section1 {
            background: url("../backgrounds/pc/02.jpg") no-repeat center center;
            background-size: cover;
        }

        #section2 {
            background: url("../backgrounds/pc/03.jpg") no-repeat center center;
            background-size: cover;
        }

        #section3 {
            background: url("../backgrounds/pc/04.jpg") no-repeat center center;
            background-size: cover;
        }

        #section4 {
            background: url("../backgrounds/pc/05.jpg") no-repeat center center;
            background-size: cover;
        }

        #section5 {
            background: url("../backgrounds/pc/06.jpg") no-repeat center center;
            background-size: cover;
        }

        #section6 {
            background: url("../backgrounds/pc/07.jpg") no-repeat center center;
            background-size: cover;
        }

        .music_logo {
            max-width: 90%;
        }
    }


    @media (min-width: 1200px) {
        #section0 {
            background: url("../backgrounds/pc/01.jpg") no-repeat center center;
            background-size: cover;
        }

        #section1 {
            background: url("../backgrounds/pc/02.jpg") no-repeat center center;
            background-size: cover;
        }

        #section2 {
            background: url("../backgrounds/pc/03.jpg") no-repeat center center;
            background-size: cover;
        }

        #section3 {
            background: url("../backgrounds/pc/04.jpg") no-repeat center center;
            background-size: cover;
        }

        #section4 {
            background: url("../backgrounds/pc/05.jpg") no-repeat center center;
            background-size: cover;
        }

        #section5 {
            background: url("../backgrounds/pc/06.jpg") no-repeat center center;
            background-size: cover;
        }

        #section6 {
            background: url("../backgrounds/pc/07.jpg") no-repeat center center;
            background-size: cover;
        }

        .music_logo {
            max-width: 90%;
        }
    }


    @media (min-width: 1400px) {
        #section0 {
            background: url("../backgrounds/pc/01.jpg") no-repeat center center fixed;
            background-size: cover;
        }

        #section1 {
            background: url("../backgrounds/pc/02.jpg") no-repeat center center fixed;
            background-size: cover;
            z-index: 2;
            position: relative;
        }

        #section2 {
            background: url("../backgrounds/pc/03.jpg") no-repeat center center fixed;
            background-size: cover;
        }

        #section3 {
            background: url("../backgrounds/pc/04.jpg") no-repeat center center fixed;
            background-size: cover;
        }

        #section4 {
            background: url("../backgrounds/pc/05.jpg") no-repeat center center fixed;
            background-size: cover;
        }

        #section5 {
            background: url("../backgrounds/pc/06.jpg") no-repeat center center fixed;
            background-size: cover;
        }

        #section6 {
            background: url("../backgrounds/pc/07.jpg") no-repeat center center fixed;
            background-size: cover;
        }

        #section1_fg {
            background: url("../backgrounds/pc/02_foreground.png") no-repeat center center fixed;
            background-size: cover;
        }

        #section2_fg {
            background: url("../backgrounds/pc/03_foreground.png") no-repeat center center fixed;
            background-size: cover;
        }

        #section3_fg {
            background: url("../backgrounds/pc/04_foreground.png") no-repeat center center fixed;
            background-size: cover;
        }

        #section4_fg {
            background: url("../backgrounds/pc/05_foreground.png") no-repeat center center fixed;
            background-size: cover;
        }

        .height {
            height: 400px
        }

        #section0 img {
            margin: 1%
        }

        .music_logo {
            max-width: 90%;
        }

        .iframe {
            width: 100%;
            height: 200%;
        }

        .fs-5 {
            font-size: 1.2em !important;
        }
    }
    .mx-15 {
        margin-left: 8% !important;
        margin-right: 8% !important;
    }

    .mt-15 {
        margin-top: 8% !important;
    }

    .my-15 {
        margin-top: 8% !important;
        margin-bottom: 8% !important;
    }

    .section_header {
        font-family: "Nunito Sans ExtraBold", serif;
        height: 30vh
    }

    .nunito {
        font-family: 'Nunito', sans-serif;
        font-weight: 200;
        color: white !important;
    }
    .nunito_semibold {
        font-family: 'Nunito', sans-serif;
        font-weight: 900;
        color: white !important;
    }

    p {
        *font-family: "Nunito Sans Light", serif;
        font-family: "Diphylleia", serif;
        color: white;
        font-size: 1.2em;
    }
    .shopImages img{
        max-width: 100%;
        opacity: .8;
    }
.shopImages img:hover{
    opacity: 1;
}
    .mb-6 img{
        margin-bottom: 8rem
    }
    .mt-6{
        margin-top: 8rem
    }
    .music_title {
        color: white;
        font-family: "Nunito Sans ExtraBold", bold, serif;
        font-size: 1.2em;
    }

    .latest_song {
        font-family: "Nunito Sans ExtraBold", serif;
        font-size: 3em;
        color: white;
        opacity: .1;
    }

    #music_artist {
        color: #8e8e8e !important;
        line-height: .8em;
    }

    @keyframes hoverImage {
        0% {
            opacity: 1;
        }
        100% {
            opacity: .5;
        }
    }
    .music_logo:hover {
        opacity: .5;
        animation: hoverImage .2s;
    }

    .section_header_video {
        margin-left: -50px
    }

    .section_header_live {
        margin-left: -13px
    }

    .section_header h1 {
        font-size: 15em;
        opacity: .04;
        color: white;
        line-height: .83em;
    }

    .section_header h2 {
        font-size: 5em;
        color: white
    }

    .nav-btn {
        display: inline-block;
        width: 18px;
        height: 18px;
        cursor: pointer;
        text-decoration: none;
    }

    .nav-btn i {
        position: relative;
        display: inline-block;
        width: 18px;
        height: 3px;
        color: rgba(255, 255, 255, .75);
        font: bold 14px/.4 Couture;
        text-transform: uppercase;
        text-indent: -55px;
        background: rgba(255, 255, 255, .75);
        padding-right: 20px;
        transition: all .2s ease-out;
    }

    .nav-btn i::before, .nav-btn i::after {
        content: '';
        width: 18px;
        height: 3px;
        background: rgba(255, 255, 255, .75);
        position: absolute;
        left: 1px;
        transition: all .2s ease-out;
    }

    .nav-btn i::before {
        top: -7px;
    }

    .nav-btn i::after {
        bottom: -7px;
    }

    .nav-btn:hover i::before {
        top: -10px;
    }

    .nav-btn:hover i::after {
        bottom: -10px;
    }

    .nav-btn.active i {
        background: var(--bg-dark);
    }

    .nav-btn.active i::before {
        background: rgba(255, 255, 255, .75);
        top: 0;
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    .nav-btn.active i::after {
        background: var(--bg-light);
        bottom: 0;
        -webkit-transform: rotateZ(-45deg);
        -moz-transform: rotateZ(-45deg);
        -ms-transform: rotateZ(-45deg);
        -o-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }

    /* Button placement */
    .nav-btn {
        position: relative;
        right: 5%;
    }

    .fopacity-0-custom {
        opacity: 0;
        display: none;
    }

    .list-group-item {
        background-color: transparent !important;
        border: 0 solid transparent !important;
    }

    .bs-font {
        font-family: var(--bs-font-sans-serif) !important;
    }

    a {
        color: white;
        text-decoration: none;
    }

    a:hover {
        color: white;
        text-decoration-line: underline;
    }

    .iframe {
        border: 1px solid transparent;
        border-radius: 20px;
        opacity: .9;
    }

    #about_h1 {
        opacity: 0;
    }

    #about_h2 {
        opacity: 0;
    }

    #music_h1 {
        opacity: 0;
    }

    #music_h2 {
        opacity: 0;
    }

    #live_h1 {
        opacity: 0;
    }

    #live_h2 {
        opacity: 0;
    }

    #video_h1 {
        opacity: 0;
    }

    #video_h2 {
        opacity: 0;
    }

    #store_h1 {
        opacity: 0;
    }

    #store_h2 {
        opacity: 0;
    }

    #about_text {
        opacity: 0;
    }
