.cover {
  width: 100%;
  background-color: black;
}


.pocetna_back{
    margin-top: 1%;
    margin-left: 1%;
    position: fixed;
}


.latest_song_container{
    position: absolute;
    top: 0;
    height: auto;
    align-items: center;
    z-index: 2;
    white-space: nowrap;
    display: flex;
    left: 10%;
}

.latest_song_name{
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: red;
    font-size: 230px;
    font-family: 'Overpass', sans-serif;
    color: transparent;
    margin: 0;
    padding-top: 9%;
    margin-left: -9%;
    opacity: 0.8!important;
}

.latest_song_title{
    z-index: 6;
    font-family: 'Inter', sans-serif;
    color: white;
    font-size: 4.1em;
    position: absolute;
    left: -8%;
    top: 27%;
    letter-spacing: 8px;
}

br{
  padding: 0;
  margin: 0;
  line-height: 0;
}

.titlemobile{
  display: none;
}
.titlewiwg{
  display: block;
  font-size: 2.5em;
  font-family: 'Overpass', sans-serif;
  letter-spacing: 4px;
}

.new_release{
    z-index: 7;
    position: absolute;
    background: red;
    color: black;
    font-family: 'Inter', sans-serif;
    font-size: 1em;
    width: 186px;
    top: 42%;
    margin-left: -2%;
    display: none;
}

.latest_story_div{
    position: absolute;
    background: black;
    border: white;
    border-style: solid;
    border-width: 1px;
    width: 170px;
    height: 30px;
    display: flex;
    justify-content: center;
    top: 85%;
    left: 50%;   
}

.latest_story_div:hover {
    background-color: rgb(65, 65, 65);
  }

.latest_story{
    position: absolute;
    z-index: 8;
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 1.1em;   
    margin: 0; 
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.latest_song_cover{
  float: right;
  margin: 3.5%;
  margin-right: 6%;
  position: relative;
  z-index: 100;
}

* {
  box-sizing: border-box;
}

.cover_mobile{
  background-color: black;
  height: 135px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .cover_mobile{
    display: block;
  }
  .cover{
    display: none;
  }
  .latest_song_container{
    width: 100%;
    left: 0;
  }
  .latest_song_name{
    font-size: 85px;
    padding-top: 6%;
    display: flex;
    justify-content: center;
    margin-left: 0;
    width: 100%;
  }
  .latest_song_title{
    left: 0;
    font-size: 1.1em;
    justify-content: center;
    display: flex;
    width: 100%;
    /*top: 10%;*/
  }
  .titlemobile{
    display: block;
    font-size: 2em!important;
    font-family: 'Overpass', sans-serif;
    letter-spacing: 4px;
  }
  .titlewiwg{
    display: none;
  }
  .latest_story_div{
    left: 37%;
    top: 83%;
    width: 86px;
    height: 16px;
    font-size: 8px;
  }
  .promo{
    padding-bottom: 10%;
    padding-top: 10%;
  }
  img{
    width: 206.5px;
    height: 206.5px;
  }
  .image-wrapper{
    width: 206.5px!important;
    height: 206.5px!important;
  }
  .title{
    font-size: 2em!important;
  }
}

@media only screen and (max-width: 768px){
  .fixed-bg{
    top: 0;
    height: 250%!important;
  }
}

@media only screen and (min-width: 1700px){
  .fixed-bg{
    height: 210%!important;
  }
}

@media only screen and (min-width: 769px) {
  .cover_mobile{
    display: none;
  }
  .cover{
    display: block;
  }
}

body {
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: white;
  background-color: rgb(0, 0, 0);
}

.fixed-bg{
  background-image: url('bg2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  height: 400%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.fixed-bg-mobile{
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  height: 400%;
  width: 250%;
  position: absolute;
  z-index: -1;
  left: 0;
}


.title{
  font-size: 2.5em;
  font-family: 'Overpass', sans-serif;
  letter-spacing: 4px;
}

.title::after {
  content: attr(data-cta);
  display: inline-block;
  margin-left: 1.5vmin;
  font-family: 'Inter', sans-serif;
  font-size: 0.5em;
  font-weight: 400;
  letter-spacing: 0.125vmin;
  opacity: 0;
  transform: translateX(-25%);
  transition: transform var(--duration) var(--ease-out),
  opacity var(--duration) var(--ease-out);
}

.promo{
  padding-bottom: 5%;
}

.image-wrapper {
  position: relative;
  width: 413px;
  height: 413px;
}

.promo:hover img {
  opacity: 0;
  transform: scale(1.2);
  transition: all 0.5s ease-in-out;
}


.promo:hover .image-wrapper {
  clip-path: polygon(50% 57%, 73% 0, 88% 0, 50% 87%, 13% 0, 28% 0);
  transition-delay: 1s;
  
}

.promo:hover .title {
  transition-timing-function: var(--bounce-out);
  color: white;
}

.promo:hover .title::after {
  opacity: 1;
  transform: translateX(0);
  transition-timing-function: var(--bounce-out);
  color: white;
}

.promo:hover .image-wrapper::after {
  opacity: 1;
}


.promo:hover .image-wrapper5::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(dlml-crno-krupno.png);
  background-size: cover;
}

.promo:hover .image-wrapper4::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(wwigcover2.png);
  background-size: cover;
}

.promo:hover .image-wrapper3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(breathe_v.png);
  background-size: cover;
}

.promo:hover .image-wrapper2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(lies_v.png);
  background-size: cover;
}

.promo:hover .image-wrapper1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(recovery_v.png);
  background-size: cover;
}


.latest_song_title,
.new_release,
.latest_story_div  {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeAndMoveUp 1s ease-out forwards;
}

@keyframes fadeAndMoveUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.latest_song_name,
.latest_song_cover{
  opacity: 0;
  transform: translateY(-50px);
  animation: fadeAndMoveDown 1s ease-out forwards;
}

@keyframes fadeAndMoveDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .promo:hover img {
    opacity: 1;
    transform: none;
    transition: none;
  }
  
  .promo:hover .image-wrapper {
    clip-path: none;
    transition-delay: 0s;
  }
  
  .promo:hover .title {
    color: inherit;
    transition-timing-function: inherit;
  }
  
  .promo:hover .title::after {
    opacity: 0;
    transform: none;
    transition-timing-function: inherit;
    color: inherit;
  }
  
  .promo:hover .image-wrapper::after {
    opacity: 0;
  }

  .promo:hover .image-wrapper5::before {
    background-image: none;
  }
  
  .promo:hover .image-wrapper4::before {
    background-image: none;
  }
  
  .promo:hover .image-wrapper3::before {
    background-image: none;
  }
  
  .promo:hover .image-wrapper2::before {
    background-image: none;
  }
  
  .promo:hover .image-wrapper1::before {
    background-image: none;
  }
}
