html, body{
    margin: 0;
    padding: 0;
    background: #1c1c1c;
    font-family: open sans;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
section
{
    padding-top: 100px;
    padding-bottom: 100px;
}
img{
    max-width: 100%;
}
h1, h2, h3{
    font-family: Oswald;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px
}
h2{
    font-size: 55px;
    position: relative;
    z-index: 1;
    width: fit-content;
    animation: glitch 3s infinite;
    margin-bottom: 80px;
}
h4{
    font-size: 55px;
    position: relative;
    z-index: 1;
    width: fit-content;
    animation: glitch 3s infinite;
    margin-bottom: 80px; 
    font-family: Oswald;
    font-weight: bold;
    text-transform: uppercase;
}
h2::before{
    content: "";
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: calc(10% + 20px);
    z-index: -1;
    display: block;
    height: calc(10% + 20px);
    /* background: rgb(243, 45, 45); */
    border-bottom: 3px solid red;
    border-left: 3px solid red;
    display: none;
    
}
h2::after{
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    width: calc(10% + 20px);
    z-index: -1;
    display: block;
    height: calc(10% + 20px);
    /* background: rgb(243, 45, 45); */
    border-right: 5px solid red;
    border-top: 5px solid red;
}
h3{
    font-size: 16px;
    font-family: Open sans;
    margin-bottom: 15px;
}
menu{
    display: flex;
    margin: 0;
    padding: 30px;
    width: 100%;
    position: absolute; 
    z-index: 10;
}
menu.fixed{
    position: fixed;
    transition: 1s;
    background: rgba(0,0,0,0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    left: 0;
    width: 100%;
    top: -200px;
    animation: menu-appear 1s forwards;
    z-index: 100;
}
@keyframes menu-appear{
    from{
        top: -200px;
    }
    to{
        top: 0;
    }
}
#logoContainer{
    width: 50%;
    margin: auto;
}
#logo{
    width: 200px;
}
#menu-items
{
    display: flex;
    margin: auto; 
    width: 100%;
}
#menu-items a{
    margin: auto;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-family: Oswald;
    text-transform: uppercase;
}

/* HERO SECTION */
#hero{
    height: 100vh;
    position: relative;
    width: 100vw; 
}
.slide{
    position: absolute;
    background-size: cover; 
    background-position: center;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;

}
.slide::after{
    content: "";
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#191717, transparent);
}
.slogan{
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    z-index: 10;
    width: 300px;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    height: 300px;
}
.slogan img{
    max-width: 100%;
    width: 300px;
}
#slide1{
    background-image: url("../img/goldenfoxescover.jpg");

}

.logoGFHero{
  animation: glitch 4s linear infinite;
}

@keyframes glitch{
  0%{
    transform: skew(0deg);
  }
  1%{
    transform: skew(15deg);
  }
  2%{
    transform: skew(0deg);
  }
}


.logoGFBefore,
.logoGFAfter{
  position: absolute;
  left: 0;
}

.logoGFBefore{
  animation: glitchTop 2s linear infinite;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

@keyframes glitchTop{
  0%{
    transform: scale(1);
  }
  0.3%{
    transform: scale(1.6) skew(10deg);

  }
  0.6%{
    transform: scale(1);
  }
}

.logoGFAfter{
  animation: glitchBotom 3s linear infinite;
  clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

@keyframes glitchBotom{
  0%{
    transform: skew(0deg);
  }
  1%{
    transform: skew(-25deg);
  }
  2%{
    transform: skew(0deg);
  }
}



/*ABOUT*/
#about{
    /* background: #141414; */
}

.galery{
    position: absolute;
    max-width: 100%;
    width: 60%;
    left: 10%;
    top: -10%;
    border-radius: 15px;
    z-index: 2;
    box-shadow: -20px 0px 20px rgba(0,0,0,0.2);
}
.galery:nth-child(2){
    left: 20%;
    top: 60%;
    z-index: 3;
}
.galery:nth-child(3)
{
    left: 60%;
    top: 0%;
    z-index: 6;
}
footer{
    padding-bottom: 30px;
}
.download{
    color: red;
    border: 2px solid red;
    padding: 10px;
    display: inline-block;
}
#social-networks{
    position: fixed;
    right: 10px;
    width: 50px;
    border-radius: 10px;
    top: 30%;
    background: #1c1c1c;
    z-index: 10000;
}
#social-networks a{
    font-size: 25px;
    display: block;
    text-align: center;
    padding: 5px 10px;
}
/* discography */
.cover{
    border-radius: 10px;
    overflow: hidden;
    width: 200px;
    position: relative;
    transition: 0.5s;
}
.cover h3{
    margin-bottom: 0;
}
.cover:hover{
    transform: scale(1.05);
}
.layer{
    opacity: 0;
    position: absolute;
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background: rgba(0,0,0,0.2);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 10px;
    transition: .4s;
}
.layer:hover{
    opacity: 1;
    cursor: pointer;
    animation: glitch 2s;
}
.layer_content{

}
.selected{
    border: 7px solid rgb(44, 44, 44);
    border-bottom: 50px solid rgb(44, 44, 44);
    overflow: visible;
}
.selected::after{
    content: attr(title);
    position: absolute;
    bottom: -40px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-family: Pixelify sans;
    font-size: 20px;
    left: 0;
}

/* BAND */
#band{
    
}

.bandMember
{
    background-position: center;
    background-size: auto 100%; 
    margin: auto;
    width: 25%;
    height: 80vh;
    transition: linear .3s;
    position: relative;
    overflow: visible;
    /* Enable hardware acceleration to fix laggy transitions */

}
.label{
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.7), rgba(0,0,0,0.3));
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    top: 0;
    height: 100%;
    opacity: 0;
    transition: linear .3s;
}
.detoure{
    position: absolute;
    width: 150%;
    height: 100%;
    background-position: center;
    background-size: auto 100%; 
    left: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
}
.bandMember:hover .detoure{
    background-position: 0% 50%;
    filter: brightness(50%);
    opacity: 1;
    transition: opacity .5s;
    transition-delay: .3s;
}
.bandMember:hover{
    width: 45%;
    background-position: 0%;
}
.bandMember:hover .label{
    opacity: 1;
}
.blured
{
    /* filter: blur(5px); */
    filter: brightness(20%);
}
.dateContainer
{
    background: #282828;
    border-radius: 15px;
    /* box-shadow: 6px 15px 50px rgba(0,0,0,0.2); */
    overflow: hidden;
}
.dateHeader{
    background: #2d2d2d;
    padding: 15px;
}
.dateBody{
}
#tours .date{
    text-align: center;
    
    color: #000;
    padding: 7px;
    font-weight: bold;
    font-size: 30px;
    line-height: 24px;
    background: #ebebeb;
    border-radius: 10px;
    aspect-ratio: 1/1;
    width: 150px;
    transform: scale(0.7);
    transform-origin: center;
}
.ended{
    filter: grayscale(100%);
    opacity: 0.4;
}
.ended a{
    pointer-events: none;
}
.dateContained{
    
}
.month{
    font-size: 12px;
    color: red;
    display: block;
}
.cel{
    max-width: 25%;
    width: 200px;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}
.dateBodyLine{
    padding: 15px 15px;
}
.dateBodyLine:nth-child(odd){
    background: rgba(0,0,0,0.1);
}
.dateCel{
    width: 80px;
}
.purchase a{
    display: inline-block;
    padding: 10px;
    border: 2px solid red;
}
/* CONTACT */
#contact{
    padding-bottom: 0;
    text-align: center;
}
#contact h3{
    font-size: 30px;
}
.contact{
    /* background: rgba(255,255,255,0.1); */
    border-radius: 15px;
    /* width: fit-content; */

    padding: 30px;
}