:root {
  --back: black;
  --red: red;
  --white: white;
}

html, body {
  font-size: 16px;
  height: 100%;
}

#background-video {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: auto;
  text-align: center;
}

#b-v {
  position: absolute;
  width: 100%;
  max-width: 1920px;
  background-size: cover;
}

body {
  margin: 0;
  background: var(--back);
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}

#wrapper {
  min-height: 100%;
  position: relative;
}

/*---- ---- menu ---- ----*/

.header-container {
  width: 50%;
  margin: auto;
}

.header-container {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-container2 {
  display: none;
}

.movil-menu {
  display: none;
}

.header-home {
  animation: fadeInDown 1s ease-in-out 0s forwards;
}

.nav-list { 
  margin: 4rem auto 0; 
  padding: 0; 
  list-style: none; 
  display: table;
  width: 755px;
  text-align: center;  
}

li { 
  display: table-cell; 
  position: relative; 
  padding: 0.125rem 0;
}

header ul li a {
  color: var(--red);
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 0.375rem;
  position: relative;
}

header ul li a:after {    
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 0.25rem;
  bottom: 0;
  left: 0;
  background-color: var(--red);
  transform-origin: bottom right;
  transition: transform 0.35s ease-out;
}

header ul li a:hover:after { 
  transform: scaleX(1);
  transform-origin: bottom left; 
}

header ul li a.active {
  border-bottom: 0.25rem solid var(--red);
}


/*---- ---- artists ---- ----*/

.artist-images {
  width: 35%;
  margin: auto;
  max-width: 800px
}

.artist-images-container {
  animation: fadeInUp 1s ease-in-out 0s forwards;
  padding-top: 52px;
  margin-left: -40px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  justify-content: center;
  align-items: center;
  padding-bottom: 190px;
}

.artist-images-container figure, img {
  width: 15.25rem;
  height: 19.5625rem;
  margin: 17.1px;
  padding-bottom: 10px;
}

@keyframes fadeInUp {
  from { 
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* .artist-images-container a img:hover {
  filter: invert(0.9) sepia(1) hue-rotate(-30deg) saturate(1020);
} */

figure {
  position: relative;
  display: block;
  text-align: center;
}

.centered {
  display: block;
  position: absolute;
  bottom: 0.375rem;
  width: 100%;
  left: 1rem;
  color: white;
  text-transform: uppercase;
  font-family:'MATROSKA Bold';
  font-weight:normal;
  /* font-weight: 600; */
}

figure a {
  display: inline-block;
  margin-right: 32px;
}


figure .icon {
  display: block;
  position: absolute;
  bottom: 3.5rem;
  width: 2.375rem;
  height: 1.875rem;
  background: rgba(112, 255, 56, 0);
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  opacity: 0;
}

figure:hover .icon {
  bottom: -3.9375rem;
  opacity: 1;
}

.franky .img-franky {
  background-image: url(/images/franky-style.jpg);
  background-size: cover;
  box-sizing: border-box; 
}
.franky:hover .img-franky{
  background-image: url(/images/franky-style-filter.jpg);
}
.obie .img-obie {
  background-image: url(/images/obie-wanshot.jpg);
  background-size: cover;
  box-sizing: border-box;
}
.obie:hover .img-obie{
  background-image: url(/images/obie-wanshot-filter.jpg);
}
.drago .img-drago {
  background-image: url(/images/gabriel-drago.jpg);
  background-size: cover;
  box-sizing: border-box; 
}
.drago:hover .img-drago{
  background-image: url(/images/gabriel-drago-filter.jpg);
}
.ronpe .img-ronpe {
  background-image: url(/images/ronpe99.jpg);
  background-size: cover;
  box-sizing: border-box; 
}
.ronpe:hover .img-ronpe{
  background-image: url(/images/ronpe99-filter.jpg);
}
.zica .img-zica {
  background-image: url(/images/zica.jpg);
  background-size: cover;
  box-sizing: border-box; 
}
.zica:hover .img-zica{
  background-image: url(/images/zica-filter.jpg);
}
.rapstinencia .img-rapstinencia {
  background-image: url(/images/rapstinencia.jpg);
  background-size: cover;
  box-sizing: border-box; 
}
.rapstinencia:hover .img-rapstinencia{
  background-image: url(/images/rapstinencia-filter.jpg);
}

/* ---- ---- releases ---- ---- */

.wrap-all-releases {
  width: 50%;
  margin: auto;
  min-width: 800px
}

.soon-container {
  padding-top: 5rem;
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
}
.soon-img {
  width: 50.25rem;
  height: 28.25rem;
  margin: 0;
}


.soon-container .slick-arrow {
  display: none !important;
}
.slick-dots {
  margin-top: 0.1875rem;
  display: flex;
  justify-content: center;
}
.slick-dots button {
  background: var(--white);
  width:0.75rem;
  height: 0.25rem;
  cursor: pointer;
  border: none;
  margin: 0 0.3125rem 0;
  font-size: 0;
}
.slick-dots button:hover,
.slick-active button {
  background: var(--red);
}

@font-face {
  font-family: 'MATROSKA Bold';
  font-style: normal;
  font-weight: normal;
  src: local('MATROSKA Bold'), url('Matroska-RppG6.woff') format('woff');
}
.soon .title-cont-soon {
  position: absolute;
  margin-top: -10.875rem;
  margin-left: 1.9375rem;
}
.soon h1 {
  color: var(--white);
  font-family: 'MATROSKA Bold';
  font-size: 1.775rem;
  text-transform: uppercase;
  text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.6);
}



.wrap-new-releases {
  display: flex;
  align-items: center;
  position: relative;
}

.new-releases {
  width: 100%;
  padding-top: 59px;
  overflow: hidden;
  scroll-behavior: smooth;
}

.new-releases-container {
  display: flex;
  flex-wrap: nowrap;
}

.new-release-item {
  /* min-width: 23%; */
  transition: .3s ease all;
  width: 181px;
  height: 181px;
  margin: auto;
}

.slick-arrow {
  position: absolute;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  height: 7.5rem;
  width: 2.8125rem;
  cursor: pointer;
  z-index: 500;
  font-size: 0;
  transition: .2s ease all;
  background-repeat: no-repeat;
}

.new-releases-container .slick-prev {
  left: 0;
  background-image: url(/images/icon-row-left.png);
  background-position: center;
  margin-top: 46px;
}
.new-releases-container .slick-next {
  right: 0;
  background-image: url(/images/icon-row-right.png);
  background-position: center;
  margin-top: -199px;
}

.new-releases-container figure a {
  margin-right: 13px;
  margin-left: 13px;
}

.new-releases-container figure .icon-rel {
  display: block;
  position: absolute;
  bottom: 3.5rem;
  width: 2.375rem;
  height: 1.875rem;
  background: rgba(112, 255, 56, 0);
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  opacity: 0;
}
.new-releases-container figure:hover .icon-rel {
  bottom: -29px;
  opacity: 1;
}

.video-releases-container {
  padding-top: 94px;
  display: flex;
  padding-bottom: 180px;
  overflow: hidden;
}

.video-releases-container .rel-vid-item {
  width: 360px;
  /* width: 22.5rem; */
  /* height: 480px en rem; */
  height: 100%;
  margin-right: 1.5625rem;
}
.video-releases-container .slick-prev {
  left: 0;
  background-image: url(/images/icon-row-left.png);
  background-position: center;
  margin-top: 5.5625rem;
}
.video-releases-container .slick-next {
  right: 0;
  background-image: url(/images/icon-row-right.png);
  background-position: center;
  margin-top: -236px;
}


.video-releases-container a {
  position: relative;
}
.video-releases-container a::after {
  content: url(/images/yt-play.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}





.paragraph-about-container {
  animation: fadeIn linear 2.5s;
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100%{opacity: 1;}
}


/* ---- ---- footer ---- ---- */

footer {
  width: 100%;
  height: 3.75rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

footer p{
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-size: 0.9375rem;
}


/* ---- ---- media-queries ---- ---- */
@media screen and (min-width: 1940px) {
  html {
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px){

  /* releases */
  .wrap-all-releases {
    width: 60%;
  }
  .new-release-item {
    width: 220px;
    height: 220px;
  }
  .new-releases-container .slick-prev {
    margin-top: 79px;
  }
  .new-releases-container figure a {
    margin-right: 32px;
    margin-left: 0;
  }
  .new-releases-container figure .icon {
    width: 38px;
    height: 30px;
    z-index: -1;
  }
  .new-releases-container figure:hover .icon {
    bottom: -34.72px;
    opacity: 1;
  } 
}

@media screen and (max-width: 980px){
  html {
    font-size: 13px;
  }

  /* releases */
  .slick-arrow {
    display: none !important;
  }
  .new-releases-container .slick-prev {
    margin-top: 73px;
  }
  .new-releases-container figure .icon {
    width: 38px;
    height: 30px;
  }

  figure:hover .icon {
    bottom: -4.67rem;
    opacity: 1;
  } 
}

@media screen and (max-width: 768px) {
  html {
    font-size: 13px;
  }

  /*---- ---- menu ---- ----*/
  .header {
    margin: auto;
    z-index: 1000;
  }

  .header-container {
    display: none;
  }

  .amo {
    display: block;
    text-align: center;
  }

  .movil-menu {
    display: block;
  }
  .movil-menu-container {
    width: 93%;
    display: flex;
    justify-content: end;
  }
  
  .header-container2 {
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.0);
    z-index: 1000;
  }

  .movil-menu .icon-menu{
    width: 23px;
    height: 20px;
    padding-bottom: 0;
  }
  .nav-list2 {
    background: rgba(0, 0, 0, 0.9);
    display: grid;
    margin-left: -43px;
  }
  .nav-list2 li {
    padding-bottom: 42px;
  }

  .nav-list2 li a {
    font-size: 16px;
  }


  /* artists */

  .artist-images-container figure, img {
    width: 295px;
    height: 378px;
    margin-right: 23px;
    margin-bottom: 34.2px;
  }
  
  .artist-images-container {
    grid-template-columns: repeat(1,1fr);
  }

  .artist-images-container .centered {
    font-size: 16px;
    bottom: 16px;
    left: 16px;
  }

  .artist-images-container figure a {
    display: inline-block;
    margin-right: 40px;
  }

  .artist-images-container figure .icon {
    display: block;
    position: absolute;
    bottom: -56px;
    width: 38px;
    height: 30px;
    background: rgba(112, 255, 56, 0);
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    opacity: 0;
  }
  
  .artist-images-container figure:hover .icon {
    display: block;
    bottom: -93px;
    opacity: 1;
  }


  /* ---- ---- releases ---- ---- */
  .wrap-all-releases {
    min-width: 80%;
  }
  .soon .title-cont-soon {
    margin-top: -10rem;
    margin-left: 1.4375rem;
  }
  .slick-dots button {
    margin: 0 0.7rem 0;
  }
  

  .new-release-item {
    width: 83%;
    height: 83%;
  }
  /* .new-releases-container .slick-prev {
    margin-top: 137px;
  } */
  .slick-arrow {
    display: none !important;
  }

  .new-releases-container figure nav {
    margin-left: -60px;
  }
  .new-releases-container figure a {
    margin-right: 20px;
    margin-left: 20px;
  }
  .new-releases-container figure:hover .icon-rel{
    bottom: -59px;
  }

  .new-releases-container figure .icon-rel {
    display: block;
    position: absolute;
    width: 38px;
    height: 30px;
    bottom: 0px;
    -webkit-transition: .9s ease-in-out;
    transition: .9s ease-in-out;
    opacity: 0;

    z-index: -1;
  }
  
  .new-releases-container .slick-active .icon-rel {
    bottom: -59px;
    opacity: 1;
  }


  .video-releases-container {
    padding-bottom: 9rem;
  }
}

@media screen and (max-width: 640px) {
  html {
    font-size: 10px;
  }

  /*---- ---- menu ---- ----*/
  .nav-list2 li {
    padding-bottom: 45px;
  }

  .nav-list2 li a{
    font-size: 16px;
  }

  #b-v {
    width: 250%;
  }

  /*---- ---- releases ---- ----*/
  .new-release-item {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 420px) {
  html {
    font-size: 8px;
  }

  /*---- ---- artists ---- ----*/
  .artist-images-container {
    padding-left: 16px;
  }
}