/* Fonts */
@font-face {
    font-family: 'YouMurdererBB';
    src: url('../fonts/YouMurdererBB.woff2') format('woff2'),
         url('../fonts/YouMurdererBB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TrixiePro';
    src: url('../fonts/TrixiePro-Heavy.woff2') format('woff2'),
         url('../fonts/TrixiePro-Heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* Common */
body {
  margin: 0;
  background-color: #000;
  color: #fff;
  font-family: 'TrixiePro', 'Courier New', sans-serif;
}
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}


/* Header */
.header {
  padding-top: 1em;
}
.header__list {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.header__item {
  text-align: center;
  display: flex;
  align-items: center;
}
.header__logo {
  width: 100%;
  max-width: 220px;
}
.header__link {
  display: none;
  color: inherit;
  text-decoration: none;
  padding: 10px;
}
.header__link:hover {
  text-decoration: underline;
}
@media (max-width: 800px) {
  .header__logo {
    max-width: 150px;
  }
}
@media (max-width: 500px) {
  .header__logo {
    max-width: 100px;
  }
}
@media (min-width: 710px) {
  .header__link {
    display: block;
  }
}


/* Heroes */
.heroes .container {
  padding-left: 0;
  padding-right: 0;
}
.heroes__image {
  width: 100%;
}


/* About */
.about {
  background-image: url(../img/bg-long-splash.png);
  background-repeat: no-repeat;
  background-position: right 118% top 60%;
  background-size: 822px auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
  .about {
    background-image: url(../img/bg-long-splash@2x.png);
  }
}
.about .container{
  display: flex;
  justify-content: flex-end;
}
.about__text {
  align-self: baseline;
  max-width: 57ch;
  margin-top: 150px;
  margin-bottom: 150px;
  padding: 10px;
  font-family: 'YouMurdererBB', sans-serif;
  font-size: 2.6em;
  line-height: 1;
  letter-spacing: .15em;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 7px;
}
.about__trash {
  color: #FF0404;
}
@media (max-width: 800px) {
  .about {
    background-image: none;
  }
  .about .container {
    justify-content: flex-start;
  }
  .about__text {
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 2em;
  }
}
@media (max-width: 500px) {
  .about {
    background-image: url(../img/bg-lightning.png);
    background-position: 129% 34%;
    background-size: 300px auto;
  }
  .about__text {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 1.5em;
  }
}
@media (max-width: 500px) and (-webkit-min-device-pixel-ratio: 2),
       (max-width: 500px) and (min-resolution: 192dpi) { 
  .about {
    background-image: url(../img/bg-lightning@2x.png);
  }
}


/* Video */
.video .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 1200px;
}
.video__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Shows */
.shows {
  position: relative;
  overflow: hidden;
}
.shows .container {
  padding: 150px 0 150px;
}
.shows::before {
  content: '';
  position: absolute;
  right: 15%;
  bottom: -270px;
  width: 600px;
  height: 531px;
  background-image: url(../img/bg-lightning.png);
  background-repeat: no-repeat;
  background-position: 20% center;
  transform: rotate(-93deg);
  z-index: -1;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .shows::before {
    background-image: url(../img/bg-lightning@2x.png);
    background-size: 600px 531px;
  }
}
.shows__title {
  padding-bottom: 80px;
  margin: 0;
  font-family: 'YouMurdererBB', sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 2.6em;
  line-height: 1;
  letter-spacing: .15em;
}
@media (max-width: 800px) {
  .shows {
    background-size: 500px auto;
  }
  .shows .container {
    padding-top: 100px;
  }
  .shows__title {
    font-size: 2em;
  }
}
@media (max-width: 500px) {
  .shows {
    background-size: 300px auto;
  }
  .shows .container {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .shows__title {
    padding-bottom: 50px;
    font-size: 1.5em;
  }
  .shows::before {
    right: -21%;
    bottom: -6%;
    transform: rotate(-9deg);
  }
  
}


/* Features */
.features {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #000;
  text-align: center;
  /* overflow: hidden; */
}
.features .container {
  max-width: 1000px;
  padding-top: 150px;
  padding-bottom: 150px;
  z-index: 1;
}
.features::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 194px;
  background-image: url(../img/bg-blood-splash.png);
  background-repeat: no-repeat;
  background-position: 20% center;
  background-size: contain;
}
.features::after {
  content: '';
  position: absolute;
  left: -145px;
  bottom: 80px;
  width: 600px;
  height: 324px;
  background-image: url(../img/bg-cloud.png);
  background-repeat: no-repeat;
  background-position: 75% 120%;
  background-size: contain;
  transform: rotate(-120deg);
  opacity: 0.5;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .features::before {
    background-image: url(../img/bg-blood-splash@2x.png);
  }
  .features::after {
    background-image: url(../img/bg-cloud@2x.png);
  }
}
.features__list {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  z-index: 1;
}
.features__item {
  flex: 1 1 250px;
  padding: 100px 40px 60px; 
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
  background-position: 50% 20px;
  background-size: 60px 60px;
  border-radius: 7px;
}
.features__item:nth-child(1) {
  background-image: url(../img/icon-features-01.png);
}
.features__item:nth-child(2) {
  background-image: url(../img/icon-features-02.png);
}
.features__item:nth-child(3) {
  background-image: url(../img/icon-features-03.png);
}
.features__item:nth-child(4) {
  background-image: url(../img/icon-features-04.png);
}
.features__item:nth-child(5) {
  background-image: url(../img/icon-features-05.png);
}
.features__item:nth-child(6) {
  background-image: url(../img/icon-features-06.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .features__item:nth-child(1) {
    background-image: url(../img/icon-features-01@2x.png);
  }
  .features__item:nth-child(2) {
    background-image: url(../img/icon-features-02@2x.png);
  }
  .features__item:nth-child(3) {
    background-image: url(../img/icon-features-03@2x.png);
  }
  .features__item:nth-child(4) {
    background-image: url(../img/icon-features-04@2x.png);
  }
  .features__item:nth-child(5) {
    background-image: url(../img/icon-features-05@2x.png);
  }
  .features__item:nth-child(6) {
    background-image: url(../img/icon-features-06@2x.png);
  }
}
.features__title {
  max-width: 35ch;
  display: inline-block;
  position: relative;
  margin: 0;
  margin-top: 110px;
  padding: 20px 160px 20px 20px;
  color: #A50000;
  font-family: 'YouMurdererBB', sans-serif;
  text-align: center;
  font-weight: normal;
  font-size: 2.6em;
  line-height: 1;
  letter-spacing: 0.15em;
}
.features__title::after {
  content: '';
  position: absolute;
  right: -54px;
  bottom: -40px;
  width: 213px;
  height: 221px;
  background-image: url(../img/bg-bloody-head.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .features__title::after {
    background-image: url(../img/bg-bloody-head@2x.png);
  }
}
@media (max-width: 800px) {
  .features__title {
    font-size: 2em;
  }
}
@media (max-width: 500px) {
  .features::before {
    width: 97px;
    height: 100px;
    right: 5px;
    top: -30px;
    left: auto;
  }
  .features::after {
    content: none;
  }
  .features .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .features__title {
    font-size: 1.5em;
    padding-right: 120px;
    margin-top: 50px;
  }
  .features__title::after {
    width: 144px;
    height: 150px;
    right: -10px;
    bottom: -10px;
  }
  .features__item {
    padding-right: 20px;
    padding-left: 20px;
  }
}


/* Footer */
.footer__list {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.footer__item {
  margin: 20px;
  text-align: center;
}
.footer__text {
  text-transform: uppercase;
  margin: 0;
}
.footer__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.footer__link:hover,
.footer__link:focus {
  text-decoration: underline;
}
.footer__email {
  padding: 10px 10px 10px 40px;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-image: url(../img/icon-email.png);
}
.footer__phone {
  white-space: nowrap;
  padding: 10px 10px 10px 40px;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-image: url(../img/icon-phone.png);
}
.footer__address {
  margin: 0;
  padding: 10px 10px 10px 40px;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-image: url(../img/icon-address.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer__email {
    background-image: url(../img/icon-email@2x.png);
    background-size: 20px 15px;
  }
  .footer__phone {
    background-image: url(../img/icon-phone@2x.png);
    background-size: 20px 20px;
  }
  .footer__address {
    background-image: url(../img/icon-address@2x.png);
    background-size: 20px 20px;
  }
}