/* @import url("https://fonts.googleapis.com/css2?family=Bowlby+One+SC&display=swap"); */

@import url('https://fonts.googleapis.com/css2?family=Ranchers&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400&display=swap');
@import url("drops.css");


body {
    font-family: 'Poppins', sans-serif;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), 
                      url('../../img/drops/issue-05/throwup-05-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: rgba(255, 255, 255, 0.8);
}

.font-default{
    font-family: 'Poppins', sans-serif;
}


.clr-orange{
    color: #f6a427;
}

.clr-orange-2{
    color: #ff7f2d;
}

.text-gradient{
    background: -webkit-linear-gradient(#dde057, #ebe434);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.drop-hero{
    background: rgb(43 35 44);
    background: linear-gradient(180deg, rgb(3 2 3) 0%, rgba(43, 35, 45, 0)  100%);
    min-height: 70vh;
    position: relative;
    padding: 4rem;
    text-align: center;
    font-family: 'Ranchers', sans-serif;
}

/*
.drop-hero:after{
    content: "";
    background-image: url('../../img/drops/issue-03/curves.svg');
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: -200px;
    background-size: contain;
    background-position: center top;
    background-repeat: repeat-x;
    left:0; right:0;
    
}
*/
.drop-hero h1{
    font-size: 54px;
    padding-bottom: 2rem;
    padding-top: 0.1rem;
    text-shadow: 2px 2px 20px rgba(0,0,0,1);
    color: #e83c66;
}

.drop-hero h1 small{
    font-size: 80%;
}

.drop-hero h2{
    font-size: 124px;
    font-weight: 900;
    text-shadow: 2px 2px 10px rgba(0,0,0,1);
    color: #FFFFFF;
    letter-spacing: 2px;
}

.editor-content h4 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 1.3;
    color: #FFF;
    text-shadow: 2px 2px 20px rgba(0,0,0,1);
}

.editor-content p{
    font-weight: semibold;
    text-shadow: 1px 1px 10px rgba(0,0,0,1);
    font-size: 18px;
}

.editor-content .text-sm,
.editor-content .text-sm p {
    text-align: center;
    font-size: 12px !important;
}

.cover{
    display: block;
    margin: auto;
    width: auto;
    height: calc(100vh - 8rem);
    aspect-ratio: 3 / 4.2;
    position: relative;
    z-index: 2;
    margin-bottom: 4rem;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 110px 0;
    border-radius: 0.5rem;
    overflow: hidden;
    
}

.cover:hover{
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97)  infinite;
}

.hero-countdown{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.indice{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 2rem 0 4rem 0;
    color: #FFFFFF !important;    
    gap: 0.75rem;
    padding: 0 2rem;
}
.countdown-item > div{
    font-family: 'Ranchers', sans-serif;
}


.gallery-grid + div{
    padding-top: 24rem;
    opacity: 0.6;
}

.gallery-grid > div img{
    box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 30px 0;
}



.neon-button {
    font-family: 'Ranchers', sans-serif;
    position: relative;
    background: rgba(255,255,255,0.02);
    display: inline-block;
    padding: 15px 30px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 32px;
    overflow: hidden;
    transition: 0.2s;
}



.neon-button:hover {
    background: #e83c66;
    transition-delay: 1s;
}


.neon-button span {
    position: absolute;
    display: block;
}




.neon-button span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.7));
}



.neon-button:hover span:nth-child(1) {
    left: 100%;
    transition: 1s;
}


.neon-button span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, rgba(255,255,255,0.7));
}

.neon-button:hover span:nth-child(3) {
    right: 100%;
    transition: 1s;
    transition-delay: 0.5s;
}



.neon-button span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,0.7));
}

.neon-button:hover span:nth-child(2) {
    top: 100%;
    transition: 1s;
    transition-delay: 0.25s;
}



.neon-button span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, rgba(255,255,255,0.7));
}

.neon-button:hover span:nth-child(4) {
    bottom: 100%;
    transition: 1s;
    transition-delay: 0.75s;
}

@media (max-width: 1040px) { 
    .drop-hero{
        min-height: auto;
    }
    .cover{
        height: auto;
        max-width: 100%;
    }
}


@media (max-width: 780px) { 


    .drop-hero{
        padding: 3rem;
    }
    .drop-hero h1{
        font-size: 40px;
    }
    .drop-hero h2{
        font-size: 60px;
    }
    ul.indice{
        grid-template-columns: 1fr 1fr;
    }

    .gallery-grid + div{
        padding-top: 12rem;
    }
    
}
  
@media (max-width: 480px) { 


    .drop-hero{
        padding: 3rem 1.5rem;
    }
    .drop-hero h1{
        font-size: 30px;
    }
    .drop-hero h2{
        font-size: 40px;
    }
    ul.indice{
        padding-left: 0;
        padding-right: 0;
        font-size: 14px !important;
    }
    
    .countdown-item{
        padding: 1.5rem 0.5rem !important;
        font-size: 8px !important;
    }
    .countdown-item .pb-4{
        padding-bottom: 0 !important;
        font-size: 30px !important;
    }

    .gallery-grid + div{
        padding-top: 6rem;
        max-width: 58%;
        text-align: left;
        float: right;
        font-size: 10px;
        }
}


.btn{
    background: #ff7f1d;    
    font-weight: 900;
    font-size: 28px;
    color: #FFF;     
    padding: 0.5em 1.75em;
}



/* Flash Effect */
.bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../img/drops/issue-05/throwup-05-ITA.jpg');
    background-position: center center;
    background-origin: content-box;
    background-size: 100% auto;
    z-index: -2;
  }
  
  /* Now the same background, but with brightness filters*/
  .lightning{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../img/drops/issue-05/throwup-05-ENG.jpg');
    background-position: center center;
    background-origin: content-box;
    background-size: 100% auto;
    z-index: -1;
  }
  
  /*Now just a opacity animation*/
  .flashit{
  -webkit-animation: flash ease-out 5s infinite;
  -moz-animation: flash ease-out 5s infinite;
  animation: flash ease-out 5s infinite;
  animation-delay: 4s;
  }
  
  @-webkit-keyframes flash {
      from { opacity: 0; } 
        10% { opacity: 0; }
        11% { opacity: 0.6; }
        12% { opacity: 0.2; }
        14% { opacity: 0.9; } 
      to { opacity: 0; }
  }
  
  @keyframes flash {
      from { opacity: 0; } 
      10% { opacity: 0; }
      11% { opacity: 0.6; }
      12% { opacity: 0.2; }
      14% { opacity: 1; } 
      to { opacity: 0; }
  }
  /*End! is that simple! */
  


  #countdown > ul > li {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    backdrop-filter: blur(2px);
    }



    @keyframes shake {
        10%, 90% {
          transform: translate3d(-1px, 0, 0);
        }
        
        20%, 80% {
          transform: translate3d(2px, 0, 0);
        }
      
        30%, 50%, 70% {
          transform: translate3d(-4px, 0, 0);
        }
      
        40%, 60% {
          transform: translate3d(4px, 0, 0);
        }
      }
      