/* -----------------------------------------------Fonts & Typography -------------------------------------- */
/* Main Color Theme */

:root {
  --primary-color:#000000;
  --secondary-color:#ffffff; 
}

/*---------------------------
	Fonts
----------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.cdnfonts.com/css/alfabetix');
@font-face {
  font-family: 'Crimson-Semibold';
  src: url('../Fonts/Crimson-Semibold.ttf') format('truetype');
}
/* Body */

body {
  background: rgb(0, 0, 0);
  margin: 0;
  font-family:'lato', sans-serif;
  background-color: rgb(0, 0, 0);
  font-size: 17px;
  font-size: 0.7083333333rem;
  font-weight: 300;
  color: #2b2d42;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, span {

  color: white;
  font-family:'lato', sans-serif;
}

p{
  color: white;
  font-size: 12px;
  font-family:'lato', sans-serif;

}

span{
  font-size: 15px;
}

/* ------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------Nav Header & Footer----------------------------------- */
/* Logo */
.navbar-brand{
  margin-bottom: 70px;
}

.logo{
    position: absolute;
    z-index: 1000;
    margin-top: -20px;
    width: 190px;
  }

  .black{
    position:fixed;
    top:0;
    background:transparent;
    width:100%;
    height:65px;
    transition: .5s ease-in-out;
  }

  .navbar-light .navbar-nav .nav-link{
    font-size: 0.5833333333rem;
    font-weight: 700;
    display: block;
    color: #ffffff; 
    text-transform: uppercase;
    position: relative;
    font-size: 14px; 
    font-family:'lato', sans-serif;
  }

  .navbar-light .navbar-nav .nav-link.active{
    color: #9d8257;
  }

  .navbar-light .navbar-nav .nav-link:hover{
    color: #9d8257;
  }

  .navbar-light .navbar-nav .nav-item{

    padding-left: 25px;
  }

a{
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size:14px;
  font-weight: 400;
}

a:hover{
  color: #B7B6B4;
}

a:visited{
  color: white;
}

footer p{
  font-size:14px;
  font-weight: 400;
  display: inline-block;
}

.footer-row{
  align-items:center ;
}

.hide{
  visibility: hidden;
}

footer a:hover{
  color: #B7B6B4;
}

footer .fa:hover{
  color: #B7B6B4;
}

footer i {
  display: inline-block;
  margin-left: 20px;
}

.footer-release-info p, a{
  font-family:'lato', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  align-items: center;
}

footer img{
  width: 150px;
}

/* -------------------------------------------------------------------------------------------------------*/

/* ------------------------------------------------------Home Page-----------------------------------------*/
.main{
  background-image: url(../images/hero.jpeg) ;
  min-height: 100vh;
  background-size: cover;
  background-position:center center;
  background-repeat: no-repeat;
}

.main-container{
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.main h3 {
  padding-bottom:10px;
}

.main h4 {
  padding-bottom:60px;
  font-family:'Crimson-Semibold', sans-serif;
}
.main a {
  position: relative;
  padding-top: 60px;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 2px;
  text-decoration: none;
}
a span {
  position: absolute;
  top: 0;
  right: calc(50% - 15px);
  bottom: 25px;
  left: calc(50% - 15px);
  width: 30px;
  border: 2px solid #fff;
  border-radius: 16px;
}
a span::before {
  opacity: 0;
  position: absolute;
  top: 8px;
  right: calc(50% - 3px);
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  animation: down 1.2s linear infinite;
}

@keyframes down {
  0% {
    opacity: 0;
    top: 8px;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 38px;
  }
}

.home {
  background-image: url(../images/rex-battlaxe.jpg) ;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 50px 0px;
}

.home h1{
  font-family:'Crimson-Semibold', sans-serif;
  text-transform: capitalize;
}

.main-2 {
background-image: url(../images/glass.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
min-height: 50px;
}
/* ----------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------------Bio-------------------------------------------- */
 
.biotext p {
  color: #ffffff;
  text-shadow: 0px 0px 3px #EF233C;
  padding: 25px 150px 0px 150px;
  font-size: 25px;
  text-align: justify;
}

/* Glitch profiles */

.c-glitch, .c-glitch__img {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.c-glitch {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 270px;
  height: 270px;
}
.c-glitch__img {
  background-color: transparent;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate3d(0, 0, 0);
  width: 270px;
  height: 270px;
  cursor: url(../images/battlbattlaxe.svg),auto;
}
.c-glitch:hover .c-glitch__img:nth-child(n+2) {
  animation-duration: 2s;
  animation-delay:0s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  cursor: url(../images/battlaxe.svg),auto;
}
.c-glitch:hover .c-glitch__img:nth-child(2) {
  animation-name: glitch-anim-1;
  cursor: url(../images/battlaxe.svg),auto;
}
.c-glitch:hover .c-glitch__img:nth-child(3) {
  animation-name: glitch-anim-2;
  cursor: url(../images/battlaxe.svg),auto;
}
.c-glitch:hover .c-glitch__img:nth-child(4) {
  animation-name: glitch-anim-3;
  cursor: url(../images/battlaxe.svg),auto;
}
.c-glitch:hover .c-glitch__img:nth-child(5) {
  animation-name: glitch-anim-4;
  background-blend-mode: overlay;
  background-color: #af4949;
  cursor: url(../images/battlaxe.svg),auto;
}
.c-glitch__img:nth-child(n+2) {
  opacity: 0;
}
@keyframes glitch-anim-1 {
  0%, 100% {
    opacity: 1;
    transform: translate3d(40px, 0, 0) scale3d(-1, -1, 1);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
 }
  20% {
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
 }
  30% {
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
 }
  40% {
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
 }
  50% {
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
 }
  55% {
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
 }
  60% {
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
 }
  65% {
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
 }
  70% {
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
 }
  80% {
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
 }
  85% {
    clip-path: polygon(0 60%, 100% 60%, 100% 65%, 0 65%);
 }
  95% {
    clip-path: polygon(0 72%, 100% 72%, 100% 78%, 0 78%);
 }
}
@keyframes glitch-anim-2 {
  0%, 100% {
    opacity: 1;
    transform: translate3d(-10px, 0, 0);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
 }
  10% {
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
 }
  15% {
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
 }
  17% {
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
 }
  19% {
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
 }
  33% {
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
 }
  35% {
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
 }
  40% {
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
 }
  45% {
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
 }
  49% {
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
 }
  50% {
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
 }
  55% {
    clip-path: polygon(0 15%, 100% 15%, 100% 35%, 0 35%);
 }
  60% {
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
 }
  70% {
    clip-path: polygon(0 65%, 100% 65%, 100% 60%, 0 60%);
 }
  80% {
    clip-path: polygon(0 80%, 100% 80%, 100% 85%, 0 85%);
 }
  90% {
    clip-path: polygon(0 55%, 100% 55%, 100% 65%, 0 65%);
 }
}
@keyframes glitch-anim-3 {
  0%, 100% {
    opacity: 1;
    transform: translate3d(0, -5px, 0) scale3d(-1, -1, 1);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
 }
  5% {
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
 }
  11% {
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
 }
  20% {
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
 }
  25% {
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
 }
  35% {
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
 }
  42% {
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
 }
  48% {
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
 }
  50% {
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
 }
  56% {
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
 }
  61% {
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
 }
  68% {
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
 }
  72% {
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
 }
  77% {
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
 }
  81% {
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
 }
  86% {
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
 }
  90% {
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
 }
  92% {
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
 }
  94% {
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
 }
}
@keyframes glitch-anim-4 {
  0%, 5% {
    opacity: 0.2;
    transform: translate3d(10px, 5px, 0);
 }
  5.5%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
 }
}

/* ------------------------------------------------------------------------------------------------------ */

/* -------------------------------------------------Music------------------------------------------------ */
.bg-grey{
  background-color: #1d1d1d;
}
.container-musicplatforms {
 min-height: 10vh;
 background-color: #1d1d1d;
}

.musicplatforms i {
  font-size: 3rem;
  padding: 20px;
}

.musicplatforms i:hover{

  color: #B7B6B4;
}

.musicplatforms-release i{
  font-size: 2rem;
  padding: 20px;
  float: right;
}
.music-container{
  max-width:860px ;
  padding-top: 10px;
}

.music-container img{
  padding: 60px;
}

.releases{
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  min-height: 55vh;
}

.release-art {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
}

.release-art img {
  transition: all .3s ease-in-out;
}

.release-art:hover img {
  filter: blur(3px);
  transform: scale(1.03);
}

.release-art:hover .release-title {
  opacity: 1;
}

.release-title {
  letter-spacing: 2px;
  opacity: 0;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .3s ease-in-out;
}

.release-title p{
  font-size: 1.8rem;
  padding:0px; 
  margin:0px;
  font-family: 'Crimson-Semibold', sans-serif;
  text-shadow: 2px 2px 4px #000000;
}

.release-title span{
  font-size: 1.0rem;
  padding:0px; 
  margin:0px;
  font-family: 'Crimson-Semibold', sans-serif;
  text-shadow: 2px 2px 4px #000000;
}

.release-title-page h1{
  font-family: 'Alfabetix', sans-serif;
  padding: 30px 0 20px 0 ;
}

.release2-title-page h1{
  padding: 30px 0 20px 0 ;
  font-family: 'Crimson-Semibold', sans-serif;
}

/* table */

table {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
}

th, td { /* cell */
  padding: 0.75rem;
  font-size: 1rem;
}

td{ 
  color: white;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  background-color: #00000050;
  text-transform: capitalize;
}

td a{
  text-transform: capitalize;
  font-weight: bold;
}

tr:hover{
  background-color: #9d8257;
}

tr.border_bottom td {
  border-bottom: 3px solid rgb(139, 138, 138);
}

/* end */

.release-box{
  background-color: #3d3d3c;
  padding: 15px;
}

.release-box p{
  padding: 0px;
  margin: 0px;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: capitalize;
}

.release-box span{
  padding: 0px;
  margin: 0px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: capitalize;
}

.support-box a{
  margin: 0 1px 1px 0;
    padding: 11px 10px 10px;
    display: block;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    background: #3b3b3b;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
}

.support-box a:hover{
  background-color: #9d8257;
}

.releases{
  padding-top: 50px;
}
.releases h3{
  margin: 0 1px 1px 0;
  padding: 11px 10px 10px;
  display: block;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  background: #3b3b3b;
  font-weight: 700;
  text-transform: uppercase;
}

.modal-title{
  color: white;
  font-family: 'Lato', sans-serif;
  text-transform: capitalize;
}

.modal-content{
  background-color: black;
}

.modal-open{
  color: white;
  font-family: 'Lato', sans-serif;
  text-transform: capitalize;
  font-size: 1.3rem;
  padding: 20px;
}

.btn-close{
  background-color: white;
}

.about-release{
  padding-top: 100px;
  padding-bottom: 50px;
}

.about-release h2{
  text-transform: capitalize;
  color: white;
  font-family: 'Lato', sans-serif;
}

.about-release p{
  text-transform: capitalize;
  color: white;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
}

.spotify iframe{
  width: 417px;
  height: 225px; 
  padding-top: 20px;
} 


/* ----------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------Video--------------------------------------------- */

video{
  z-index: -1;
  opacity: 0.78;
  width: 100%;
}

.album1{
  font-family: 'alfabetix', sans-serif;
  font-size: 60px;
}

.album2{
  font-family: 'lato', sans-serif;
  font-size: 60px;
  text-transform: capitalize
}
/* ----------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------------Other------------------------------------------ */

/*# Glitch text */

.titles{
  padding-top: 40px;
}

.h1g {
  font-family: 'Lato', sans-serif;
  font-size: 5vw;
  text-transform: uppercase;
  color: #fff;
}
.glitch {
  position: relative;
  color: white;
  mix-blend-mode: lighten;
}
.glitch:before, .glitch:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  width: 100%;
  background: black;
  clip: rect(0, 0, 0, 0);
}
.glitch:before {
  left: -1px;
  text-shadow: 1px 0 rgba(255, 0, 0, 0.7);
}
.glitch:after {
  left: 1px;
  text-shadow: -1px 0 rgba(0, 0, 255, 0.7);
}
.glitch.is-glitching:before {
  text-shadow: 4px 0 rgba(255, 0, 0, 0.7);
  animation: glitch-1 0.8s infinite ease-in-out alternate-reverse;
}
.glitch.is-glitching:after {
  text-shadow: -5px 0 rgba(0, 0, 255, 0.7);
  animation: glitch-2 0.8s infinite ease-in-out alternate-reverse;
}
@keyframes glitch-1 {
  0% {
    clip: rect(36px, 9999px, 9px, 0);
  }
  25% {
    clip: rect(25px, 9999px, 99px, 0);
  }
  50% {
    clip: rect(50px, 9999px, 102px, 0);
  }
  75% {
    clip: rect(30px, 9999px, 92px, 0);
  }
  100% {
    clip: rect(91px, 9999px, 98px, 0);
  }
}
@keyframes glitch-2 {
  0% {
    top: -1px;
    left: 1px;
    clip: rect(65px, 9999px, 119px, 0);
  }
  25% {
    top: -6px;
    left: 4px;
    clip: rect(79px, 9999px, 19px, 0);
  }
  50% {
    top: -3px;
    left: 2px;
    clip: rect(68px, 9999px, 11px, 0);
  }
  75% {
    top: 0px;
    left: -4px;
    clip: rect(95px, 9999px, 53px, 0);
  }
  100% {
    top: -1px;
    left: -1px;
    clip: rect(31px, 9999px, 149px, 0);
  }
}


/* ----------------------------------------------------------------------------------------------------- */

/* --------------------------------------------------Media query---------------------------------------- */

/* Mobiles */

@media (max-width: 767.98px){

  .logo {
    margin-top: -16px;
    width: 115px;
}

.main h4 {
  padding-bottom: 0px;
}

.main h3 {
  padding-bottom: 10px;
  font-size: 15px;
}

.main a{
  font-size: 13px;
}

.navbar-brand{
  margin-bottom: -10px;
}

.navbar-light .navbar-nav .nav-item {
  padding-left: 0px;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
  font-size: 30px;
  text-align: center;
}

  .h1g{
    font-size: 35px;
  }

  .musicplatforms i {
   
    font-size: 1.8rem;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
  }

  .art{

    max-width: 250px;
    margin: 0 auto;

  }
  .music-container img {
    padding: 0px;
}
.release-title p {
  font-size: 0.7rem;
}
.release-title span {
  font-size: 0.5rem;
}
footer img{
  width: 65px;
}
.footer-copyright p, a{
font-size: 8px;
}
.about-release p {
  font-size: 12px;
}

td,tr {
  padding: 0.75rem;
  font-size: 0.8rem;
}
.spotify iframe{
  width: 310px;
  height: 225px; 
  padding-top: 20px;
  padding-bottom: 10px;
}

}

/* Ipad */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1){

    .musicplatforms i {
      display: inline-block;
      margin-left: 20px;
      margin-right: 20px;
      font-size: 3rem;
    }

    .navbar-brand{
      margin-bottom: -10px;
    }

    .footer-release-info p, a{
      font-size: 10px;
    }
    
    .release-box p {
      font-size: 12px;
    }

    .support-box a {
      font-size: 8px;
  }
  .spotify iframe{
    width: 345px;
    height: 225px; 
    padding-top: 20px;
    padding-bottom: 10px;
  }

  }

  /* Ipad Pro */
@media only screen and (min-width: 834px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {

  .musicplatforms i {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 3rem;
  }

  .footer-release-info p, a{
    font-size: 10px;
  }

  .releases {
    padding-top: 50px;
    padding-bottom: 100px;
}

.release-box p {
  font-size: 12px;
}
.support-box a {
  font-size: 8px;
}

.spotify iframe{
  width: 310px;
  height: 225px; 
  padding-top: 20px;
  padding-bottom: 10px;
}
td,tr {
  padding: 0.75rem;
  font-size: 0.8rem;
}
}

/* ------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------ */

