* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    font-family: nightDemo;
    text-transform: uppercase;
    text-decoration: none;
    
    font-weight: 700;
    cursor: pointer;
}

html, body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

img {
    width: 150px;
    height: 150px;
}

button {
    /* cursor: pointer; */
    background-color: rgb(0, 0, 0);
    /* border-color: #2c2c8900; */
    opacity: 1;
    color: rgb(255, 255, 255);
    font-size: 1.2rem;
    /* padding: 15px; */
    border-radius: 6px;
}

h1, h2, h3, h4, h5, h6, p {
    font-style: uppercase;
    cursor: default;
    font-family: nightDemo;
}

h1, h2, h3, h4, h5, h6  {
    font-weight: 100;
}

@font-face {
    font-family: nightDemo;
    src: url("Night\ DEMO.ttf");
}

/* Track */
::-webkit-scrollbar {
    width: 2px; /* Width of the entire scrollbar */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #333; /* Color of the scrollbar handle */
    border-radius: 6px; /* Radius of the scrollbar handle */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Color of the scrollbar handle on hover */
}

/* Track */
::-webkit-scrollbar-track {
    background: #000000; /* Color of the scrollbar track */
}

#scrolling-images {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#scrolling-images img {
    width: 100px;
    height: auto;
    position: absolute;
    opacity: 1;
    transition: transform 0.2s ease;
    /* Add a smooth transition */
}

#scrolling-images img.left {
    left: 10px;
    /* Adjust the left position as needed */
}

#scrolling-images img.right {
    right: 10px;
    /* Adjust the right position as needed */
}

#milkVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#hungerVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.embedContainer {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.embedContainer iframe {
    width: 100%;
    height: 800px;
}

.sectionTest {
    display: block;
    position: relative;
    /* border: 5px solid red; */
}

.whiteCoverTop {
    position: fixed;
    z-index: 99999;
    margin-top: -1000px;
    background-color: white;
    width: 800px;
    height: 500px;
    /* margin-left: -50px; */
    /* border: 5px solid rgb(0, 102, 255); */
}

.whiteCoverUpDown {
    position: fixed;
    z-index: 9999999;
    margin-top: 1000px;
    background-color: white;
    width: 800px;
    height: 500px;
    /* margin-left: 50px; */
    /* border: 5px solid red; */
}

.homeAlbumButtonContainer {
    margin-top: 300px;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.homeAlbumButton {
    display: flex;
    margin-top: 10px;
    left: 10px;
    top: 50%;
    /* margin-left: -20px; */
    z-index: 9;
    
    width: 8%;
    height: 8%;
    border: none;
    cursor: pointer;
    background-color: #0000003f;
}

.video-center {
    /* margin-top: 40px; */
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    max-width: 100%;
    margin-top: 50px;
    transition: 0.3s;
}

.video-center video{
    
}

.vertical-artwork-to-video-swap {
    overflow: hidden;
    display: flex;

    flex-direction: column;

    position: absolute;
    z-index: 9999;
    display: flex;
    width: 800px;
    height: 500px;

    /* border: 5px solid rgb(0, 255, 26); */
}

.album-artwork {
    display: flex;
    justify-content: center;
    align-items: center;
}

.album-artwork img {
    width: 400px;
    height: auto;
}

.contact-gridifyer {
    
    display: grid;
    /* border: 2px dashed #aa3333; */
    /* grid-gap: 10px; */
    grid-template-columns: auto;
    
    align-items: center;
}

.contact-section {
    padding: 20px;
    display: grid;
    text-align: center;
    justify-content: center;
    /* grid-template-columns: auto; */
}

.contact-section a {
    text-decoration: none;
    color: #000000;
    font-size: 1.8rem;
    padding: 5px;
    /* transition: 0.3s; */
    font-weight: 100;
}

#lesser {
    text-decoration: none;
    color: #000000;
    font-size: 1rem;
}

.contact-section a:hover {
    text-decoration: none;
    color: #000000;
    font-weight: 900;
}

.center {
    
    /* align-items: center; */
    /* border: 5px solid red; */
}

.section {
    /* position: relative; */
    top: 180px;
}

.contact-txt {
    padding: 50px;
}

.nav {
    z-index: 999999;
    display: flex;
    position: fixed;
    top: 4%;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: auto;
    background-color: white;
}

.nav__link {
    padding: 10px;
    border: 0px;
    /* margin-right: 90px; */
    /* border: 5px solid red; */
}

.nav__link a {
    font-family: nightDemo;
    text-align: center;
    opacity: 0.9;
    color: #000000;
    font-size: 1rem;
    transition: 0.3s;
    padding: 10px;
}

.nav__link a:hover {
    opacity: 0.5;
    filter: brightness(400%);
    cursor: pointer;
}

.hide {
    display: none;
}

#state1 {
    display: none;
}

#state2 {
    display: block;
}

@media screen and (max-width: 521px) {
    .navLeft {
        text-align: right;
    }

    .navRight {
        text-align: left;
    }
}

button:hover {
    cursor: pointer;
}

button p:hover {
    cursor: pointer;
}

.MPtextAndPlayer {
    color: #fff;
    
}

.customSliderContainer {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

#seekSlider {
    width: 100%;
    margin: 0 10px;
}

#timeElapsed,
#timeRemaining {
    font-size: 14px;
}

/* Styling the slider thumb */
#seekSlider::-webkit-slider-thumb {
    appearance: none;
    width: 15px;
    height: 15px;
    background-color: #000000;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
    /* Adjust vertical alignment */
}

#seekSlider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background-color: #000000;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

/* Styling the slider track */
#seekSlider::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background-color: #ccc;
}

#seekSlider::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background-color: #ccc;
}

/* Styling the slider fill */
#seekSlider::-webkit-slider-thumb::active,
#seekSlider::-webkit-slider-thumb::hover {
    background-color: #000000;
}

#seekSlider::-moz-range-thumb::active,
#seekSlider::-moz-range-thumb::hover {
    background-color: #000000;
}

#seekSlider::-webkit-slider-runnable-track::active,
#seekSlider::-webkit-slider-runnable-track::hover {
    background-color: #000000;
}

#seekSlider::-moz-range-track::active,
#seekSlider::-moz-range-track::hover {
    background-color: #000000;
}

@media screen and (max-width: 550px) {
    .customSliderContainer {
        display: none;
    }
}

@media screen and (min-width: 550px) {
    .customSliderContainer {
        display: flex;
    }
}

@media screen and (max-width: 800px) {
    .gridify-nav-items {
        flex-direction: column; /* Stack items vertically on small screens */
    }
}

.abbysageNav {

    padding: 6px;

    padding-left: 20px;
    cursor: pointer;
    font-size: 1.8rem;
    color: #000000;
}

.gridify-nav-items {
    display: grid;
    grid-template-columns: repeat(3, auto); /* Adjust the minmax values as needed */
    gap: 10px; /* Adjust the gap between items as needed */
    justify-content: center;
    align-items: center;
}

.center-nav-items {
    text-align: center;
}

.nav-spacer {
    padding-top: 30px;
}

.spacer {
    width: 100%;
    height: 10%;
    position: relative;
}

.presaveButton {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    z-index: 99999999999999999999999999;
    text-align: center;
    border: 0;
    transition: 0.3s;
}

.presaveButton button {

    font-size: 1.6rem;

    padding: 2px;
    width: 300px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: nightDemo;
    border: 0;
    border-radius: 0;
    transition: 0.3s;
    background-color: white;
    color: #000000;
}

.presaveButton button:hover {
    
    background-color: black;
    color: white;
}


.presaveButtonForRotpage {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    z-index: 99999999999999999999999999;
    text-align: center;
    border: 0;
    transition: 0.3s;
}

.presaveButtonForRotpage button {

    font-size: 1.6rem;

    padding: 20px;
    width: 400px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: nightDemo;
    border: 0;
    border-radius: 0;
    transition: 0.3s;
    background-color: rgb(0, 0, 0);
    color: #ffffff;
}

.presaveButtonForRotpage button:hover {
    
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}






.theRotPageFromMainButton {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-top: 130px;
    z-index: 99999999999999999999999999;
    text-align: center;
    border: 0;
    transition: 0.3s;
}

.theRotPageFromMainButton button {

    font-size: 2rem;

    padding: 2px;
    width: 300px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: nightDemo;
    border: 0;
    border-radius: 0;
    transition: 0.3s;
    background-color: white;
    color: #000000;
}

.theRotPageFromMainButton button:hover {
    
    background-color: black;
    color: white;
}

/* Add your styles for the audio player here */
.audio-player {
    width: 250px;
    /* height: 200px; */
    margin-bottom: 20px;
    padding: 10px;
    /* border: 1px solid #ddd; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Style for the play and pause buttons */
.audio-player button {
    /* width: 450px; */
    padding: 0;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Add a smooth transition for background color */
}

.button-container {
    display: flex;
    gap: 8px;
    /* Adjust the gap between buttons */
}

.item {
    margin-top: -70px;
}

/* Change button styles on hover */
.audio-player button:not([disabled]):hover {
    background-color: #b6b6b6;


}

/* Set different styles for the disabled state of the buttons */
.audio-player button:disabled {
    background-color: #727272;
    cursor: pointer;

}

/* Set different styles for the disabled state of the buttons */
.audio-player button:disabled:hover {
    background-color: #b6b6b6;


}

/* Style the timeline slider */
.audio-player input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
}

/* Customize the track (background) of the slider */
.audio-player input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    background: #ddd;
    border-radius: 2px;
}

.audio-player input[type="range"]::-moz-range-track {
    width: 100%;
    height: 4px;
    background: #ddd;
    border-radius: 2px;
}

/* Customize the thumb (handle) of the slider */
.audio-player input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #464646;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -8px;

    transition: 0.3s;
}

.audio-player input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #464646;
    border-radius: 50%;
    cursor: pointer;

    transition: 0.3s;
}

/* Set the color of the thumb on active state (clicking and dragging) */
.audio-player input[type="range"]:active::-webkit-slider-thumb {
    background: #5c5c5c;
    transition: 0.3s;
}

.audio-player input[type="range"]:active::-moz-range-thumb {
    background: #5c5c5c;
    transition: 0.3s;
}

.sideBySide {
    display: grid;
    grid-template-columns: auto auto;
}

.mediaPlayerContainer {
    padding-left: 100px;
    display: flex;
    position: relative;
    /* justify-content: center; */
    justify-self: center;
    width: 100%;
    /* left: 0; */
}

.mediaPlayerInnerText {
    padding: 10px;
}

.mediaPlayerStyling {
    display: flex;
    /* align-items: center; */
    left: 0;
    justify-content: center;
    justify-items: center;
    position: relative;
    width: 500px;
    height: auto;
    /* background-color: rgb(0, 0, 0); */
    border-radius: 5px;
}

.playPauseButton {
    width: 50px;
    height: 50px;
    background-color: #171717;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.playPauseButton:hover {
    background-color: #171717;
}

#playPauseIcon {
    color: #fff;
    font-size: 20px;
}

.singleSectionSubContainer {
    padding: 170px;
}

.albumBlurbHeader {
    text-align: center;
    justify-items: center;
    align-items: center;
    justify-content: center;
    display: flex;
    /* border: 5px solid red; */
    height: 180px;
}

.centerOnMobile {
    padding: 50px;
}

.centerOnMobile button {
    padding: 10px;
}


@media screen and (max-width: 840px) {
    .sideBySide {
        display: grid;
        grid-template-columns: auto;
    }

    .centerOnMobile {
        display: flex;
        justify-content: center;
        justify-items: center;
        align-items: center;
    }

    .mvButtonContainer {
        display: flex;
        position: relative;
        justify-content: center;
        justify-items: center;
        align-items: center;
        width: 100%;
    }

    .mvButtonContainer button {
        margin: 20px;
    }

    .mediaPlayerContainer {
        padding-left: 0px;
    }
}

@media screen and (max-width: 687px) {
    .albumBlurbHeader {
        font-size: 0.7rem;
    }
    
}

@media screen and (min-width: 926px) {
    .forBestView {
        display: none;
    }
}

@media screen and (min-width: 926px) {
    .spacerstatehome {
        display: none;
    }
}



@media screen and (max-width: 926px) {

    .spacerstatehome {
        display: block;
    }

    .nav {
        margin-top: 28px;
    }

    .forBestView {
        z-index: 99999999999999999999999999999;
        display: flex;
        position: fixed;
        text-align: center;
        justify-content: center;
        align-items: center;
        background-color: #000000;
        padding: 10px;
        font-size: 0.5rem;
        height: auto;
        width: 100%;
    }

    .marquee {
        display: none;
    }

    .marqueeOppositeWay {
        display: none;
    }

    .iframeContainer {
        margin-top: -100px;
    }

    .singleSectionSubContainer {
        padding: 0px;
    }

    .mvButtonContainer {
        /* position: relative;
        margin-top: -220px;
        padding-bottom: 120px;
        display: flex;
        justify-content: center;
        justify-items: center;
        align-items: center; */
    }

    .singleSection button {
        text-align: center;
        /* margin: 30px; */
        position: relative;
        /* z-index: 9999999; */
        width: 50%;
        height: auto;
        color: #000000;
        background-color: rgba(255, 255, 255, 0.233);
        border: none;
        transition: 0.3s;
    }

}


@media screen and (min-width: 926px) {

    

    .marquee {
        display: block;
    }

    .marqueeOppositeWay {
        display: block;
    }

    .mvButtonContainer {
        display: flex;
        position: relative;
        justify-content: center;
        justify-items: center;
        align-items: center;
    }

    .singleSection button {
        text-align: center;
        /* margin: 30px; */
        position: relative;
        /* z-index: 9999999; */
        width: 50%;
        height: 70px;
        padding: 30px;
        color: #000000;
        background-color: rgba(255, 255, 255, 0.233);
        border: none;
        transition: 0.3s;
    }

}

.singleSection {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 80px;
    padding-bottom: 0px;
    /* padding-top: 300px; */
}

.marquee {
    height: 50px;
    overflow: hidden;
    position: relative;
}

.marquee h3 {
    font-size: 1.3em;
    color: rgb(255, 255, 255);
    mix-blend-mode: difference;

    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    /* Starting position */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /* Apply animation to this element */
    -moz-animation: marquee 35s linear infinite;
    -webkit-animation: marquee 35s linear infinite;
    animation: marquee 35s linear infinite;
}

/* Move it (define the animation) */
@-moz-keyframes marquee {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        -moz-transform: translateX(100%);
        /* Firefox bug fix */
        -webkit-transform: translateX(100%);
        /* Firefox bug fix */
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
        /* Firefox bug fix */
        -webkit-transform: translateX(-100%);
        /* Firefox bug fix */
        transform: translateX(-100%);
    }
}

@keyframes earPartScroll {
    0% {
        /* -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%); */
        top: 0;
    }

    100% {
        /* -moz-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%); */
        /* top: 1200px; */
    }
}

.marqueeOppositeWay {
    height: 50px;
    overflow: hidden;
    position: relative;
}

.marqueeOppositeWay h3 {
    font-size: 1.3em;
    color: rgb(255, 255, 255);
    mix-blend-mode: difference;

    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    /* Starting position */
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    /* Apply animation to this element */
    -moz-animation: marqueeOppositeWay 35s linear infinite;
    -webkit-animation: marqueeOppositeWay 35s linear infinite;
    animation: marqueeOppositeWay 35s linear infinite;
}

/* Move it (define the animation) */
@-moz-keyframes marqueeOppositeWay {
    0% {
        -moz-transform: translateX(-100%);
    }

    100% {
        -moz-transform: translateX(100%);
    }
}

@-webkit-keyframes marqueeOppositeWay {
    0% {
        -webkit-transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
    }
}

@keyframes marqueeOppositeWay {
    0% {
        -moz-transform: translateX(-100%);
        /* Firefox bug fix */
        -webkit-transform: translateX(-100%);
        /* Firefox bug fix */
        transform: translateX(-100%);
    }

    100% {
        -moz-transform: translateX(100%);
        /* Firefox bug fix */
        -webkit-transform: translateX(100%);
        /* Firefox bug fix */
        transform: translateX(100%);
    }
}

.tourContainer {
    padding: 50px;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-wrapper-home {
    margin-top: 200px;
    display: flex;
    position: relative;
    align-items: center; /* Vertical alignment */
    justify-content: center; /* Horizontal alignment */
    /* height: 100px; */
    height: auto;
   
    width: 100%;
    /* border: 5px solid red; */
}

.video-wrapper-home video{
    width: 80%;
    height: 80%;
}


.video-wrapper-therot {
    display: flex;
    width: 100%;
    height: 100%;
    /* border: 5px solid red; */

    justify-content: center;
    align-items: center;
    justify-items: center;
    

}

.video-wrapper-therot video{
    width: 100%;
    height: 100%;
}

.soundOnPrompt {
    margin-top: 600px;
    /* border: 5px solid red; */
    opacity: 0;
    animation: soundOnPromptAnim 5s 1;
    
}

.continueToSite {
    display: flex;
    position: absolute;
    /* justify-content: left; */
    margin-top: 600px;
    margin-right: 530px;
    /* border: 5px solid red; */
    opacity: 1;
    /* animation: skipVideoAnim 5s 1; */
}

.continueToSite button {
    font-size: 1rem;

    padding: 2px;
    /* width: 200px; */
    font-weight: 500;
    font-family: nightDemo;
    border: 0;
    border-radius: 0;
    transition: 0.3s;
    color: #ffffff;
}


.playPauseTheRotBeginingVideo {
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 99999999999999999;
    margin-right: -700px;
    /* justify-content: left; */
    /* margin-top: 600px; */
    /* margin-right: 400px;/ */
    /* border: 5px solid red; */
    opacity: 1;
    /* animation: skipVideoAnim 5s 1; */
}

.playPauseTheRotBeginingVideo button {
    font-size: 1rem;
    padding: 2px;
    width: 200px;
    font-weight: 500;
    font-family: nightDemo;
    border: 0;
    border-radius: 0;
    transition: 0.3s;
    color: #ffffff;
}



@keyframes soundOnPromptAnim {
    0% {
        display: block;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        display: none;
        opacity: 0;
    }
}



.earPart {
    /* margin-left: 40px; */
    /* margin-top: -200px; */
    margin: 40px;
    /* animation: earPartScroll 10s linear infinite; */
}

.handsPart {
    transform: rotate(90deg);
    margin-top: 1000px;
    /* margin: 40px; */
}

.iframeContainer {
    position: relative;
    margin-top: 10px;
    
    /* margin-top: -200px; */
    /* margin-bottom: 100px; */
    justify-content: center;
    justify-items: center;
    align-items: center;
    height: 190px;
}

.singleSection iframe {
    /* border: 5px solid red; */
    display: flex;
    height: 310px;
    width: 100%;

    position: relative;
    /* padding: 60px; */
}

.singleSection h5 {
    font-size: 1.3rem;
}

.singleSection h6 {
    font-size: 1.1rem;
}

.singleSection button:hover {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.027);
}

.singleSection p {
    color: white;
    mix-blend-mode: dirgba(255, 255, 255, 0.082)
}

.milkSection, h1, h5, h6  {
    color: white;
    mix-blend-mode: difference;
}


@media screen and (max-width: 486px) {
    .albumBlurbSection {
        padding: 0px;
    }
}

.themvsheader {
    margin-bottom: 30px;
    display: flex;
    color: white;
    mix-blend-mode: difference;
    justify-content: center;
    justify-items: center;
    align-items: center;
    padding: 60px;
    letter-spacing: 10px;
}

.musicVideoItem {
    display: flex;
    text-align: center;
    position: relative;
    width: 100%; /* Take full width of the grid cell */
    max-width: 360px; /* Limit maximum width */
    height: 90px;
    transition: 0.3s;
    box-sizing: border-box; /* Include padding and border in the element's total width */
}

.musicVideoItem h1 {
    color: white;
    mix-blend-mode: difference;
}

.mvShowcaseExtend {
    position: relative;
    width: 100%;
    height: 0%;
    background-color: #000000;
    transition: 0.3s;
}

.iframeStlying iframe {
    height: 720px;
    width: 70%;

    position: relative;
    padding: 60px;
    top: 10%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.iframeStlying {
    height: 100%;
}

.musicVideoItem:hover{
    cursor: pointer;
    filter: brightness(40%);
}

.musicVideoItem h1:hover{
    cursor: pointer;
    filter: brightness(100%);
}

.horizontalMusicVideoShowcase {
    position: relative; /* Add relative positioning to create a stacking context */
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-content: center;
}

.horizontalMusicVideoShowcase::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; /* Place it behind the content */
    /* background: linear-gradient(to right, rgb(82, 76, 76), rgba(44, 42, 33, 0.91));  */
    /* background-color: white; */
    background-size: cover;
}

.horizontalMusicVideoShowcase h1 {
    font-size: 1.5rem;
    font-weight: 800;
    position: relative;
    top: 35%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: rgb(255, 255, 255);
    mix-blend-mode: difference;
}

/* Add a media query for smaller screens */
@media screen and (max-width: 600px) {
    .horizontalMusicVideoShowcase {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Adjust for smaller screens */
    }

    .musicVideoItem {
        max-width: 100%; /* Take full width on smaller screens */
    }
}

@media screen and (min-width: 800px) {
    .gallerySection {
        display: grid;
        grid-template-columns: auto auto auto auto;
        /* border: 5px solid green; */
        height: 100%;
        width: 100%;
        justify-content: center;
        /* background-image: url("images/handsOneTrans.png");
        background-position: center 1090px; */

        background-color: #000000;
    }
    
    .gallerySectionItem {
        
        display: flex;
        margin: 10px;
        width: 380px;
        height: 380px;
        /* background-color: aliceblue; */

        background-position: center center;
        background-size: cover;
        background-attachment: scroll;
        transition: 0.3s;
    }

    .gallerySectionItem:hover {
        cursor: pointer;
        filter: brightness(60%);
    }

    .gallerySectionItem h1:hover {
        cursor: pointer;
    }

    .gallerySectionItem h1 {
        color: white;
        mix-blend-mode: difference;
        margin-top: 340px;
        position: relative;
        
        position:relative;
        display: flex;
        align-items: center;
    }

    .gallerySectionItem h5 {
        font-size: 1rem;
        letter-spacing: 2px;
        color: white;
        mix-blend-mode: difference;
    }
}

@media screen and (max-width: 800px) {
    .gallerySection {
        display: grid;
        grid-template-columns: auto auto;
        /* border: 5px solid green; */
        height: 100%;
        width: 100%;
        justify-content: center;
    }
    
    .gallerySectionItem {

        display: flex;
        margin: 10px;
        width: 80%;
        height: 40%;
        /* background-color: aliceblue; */

        background-position: center center;
        background-size: cover;
        background-attachment: scroll;
        transition: 0.3s;
    }

    .gallerySectionItem:hover {
        cursor: pointer;
        filter: brightness(60%);
    }

    .gallerySectionItem h1:hover {
        cursor: pointer;
    }

    .gallerySectionItem h1 {
        padding-left: 50px;
        color: white;
        mix-blend-mode: difference;
        position:relative;
        display: flex;
        align-items: center;
    }

    .gallerySectionItem h5 {
        font-size: 1rem;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 569px) {
    .gallerySection {
        display: grid;
        grid-template-columns: auto;
        /* border: 5px solid green; */
        height: 100%;
        width: 100%;
        justify-content: center;
    }
    
    .gallerySectionItem {
        
        display: flex;
        margin: 10px;
        width: 100%;
        height: 100%;
        /* background-color: aliceblue; */

        background-position: center center;
        background-size: cover;
        background-attachment: scroll;
        transition: 0.3s;
    }

    .gallerySectionItem:hover {
        cursor: pointer;
        filter: brightness(60%);
    }

    .gallerySectionItem h1:hover {
        cursor: pointer;
    }

    .gallerySectionItem h1 {
        padding-left: 50px;
        color: white;
        mix-blend-mode: difference;
        position:relative;
        display: flex;
        align-items: center;
    }

    .gallerySectionItem h5 {
        font-size: 1rem;
        letter-spacing: 2px;
    }
}

.footerText {
    font-weight: 900;
    font-size: 0.30rem;
    text-align: center;
    z-index: 9;
}

.footerContainer {
    width: 100%;
    /* border: 5px solid red; */
    position: relative;
    bottom: 0;
    display:flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    
    color: rgb(255, 255, 255);
    mix-blend-mode: difference;
    padding: 20px;
    
    transition: 0.3s;
    bottom: 0px;
}

.albumBlurbButton {
    display: flex;
    margin-top: 53px;
    left: 20px;
    top: 50%;
    /* margin-left: -20px; */
    z-index: 9;
    position: absolute;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    background-color: #cccccc00;
}

.albumBlurbButtonIcon {
    fill: aliceblue;
    height: auto;
    width: 180%;
    /* margin-left: -5px; */
}

.albumBlurbText {
    display: flex;
    justify-content: center;
    align-items: content;
    color: white;
    mix-blend-mode: difference;
    /* font-weight: 800; */
    text-align: center;
    width: 100%;
    padding: 0px;
    /* height: 100px; */
    /* padding: 10px; */
    transition: 0.3s;
}

.albumBlurbText h1 {
    font-weight: 900;
}

.albumBlurbText h1, h5, h6 {
    padding: 30px;
}

.albumBlurbSection {
    width: 100%;
    background-image: url("images/3000blackfilter.png");
    background-position: center center;
    background-size: cover;
    background-attachment:scroll;

    padding: 40px;
    position: relative;
    max-height: 1000px; /* Adjust this value based on your content height */
    overflow: hidden; /* This hides the content that exceeds max-height */
    transition: max-height 1s ease; /* You can adjust the duration and easing as needed */
}

.fade-out {
    animation: fadeOutAnimation 1.5s ease-in-out;
}

@keyframes fadeOutAnimation {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.abbysageText {
    color: white;
    mix-blend-mode: difference;

    font-family: nightDemo;
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
    color: black;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav2 p {
    color: white;
    mix-blend-mode: difference;
}

.nav2 {
    /* border: 5px solid red; */
    display: flex;
    position: relative;
    top: 0;
    width: 100%;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 2px;
    height: 130px;
}

.loader {
    border: 6px solid #cdcdcda0;
    border-radius: 50%;
    border-top: 6px solid #2c2c2c;
    width: 70px;
    height: 70px;
    animation: spinner 2s linear infinite;
}

.loaderContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content {
    width: 100%;
    height: auto;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOutAnimation {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}