@import url('https://use.fontawesome.com/releases/v6.5.0/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
body {
  background: black;
  color: white;
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  font-size: 0;
}
.load {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: black;
  z-index: 9;
}
a {
  color: inherit;
  text-decoration: none;
}
.intro img {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.photo {
  background: url(1.jpg) center;
  display: block;
  height: 100vh;
  background-size: cover;
}
.about {
  display: inline-block;
  width: 1040px;
  padding: 50px 0 70px;
  line-height: 1.7;
  font-size: 30px;
  text-align: left;
  max-width: 90%;
}
.photo-b {
  background-image: url(2.jpg);
  height: 50vw;
}
.photo-c {
  background-image: url(3.jpg);
  height: 50vw;
}
.photo-d {
  background-image: url(4.jpg);
  height: 50vw;
}
.tour {
  display: inline-block;
  padding: 100px 0;
  width: 1090px;
  max-width: 90%;
}
.date {
  display: inline-block;
  padding: 50px;
  font-size: 20px;
}
.city {
  display: block;
  font-size: 30px;
  padding: 15px 0;
}
.tickets {
  font-size: 30px;
  padding: 50px 30px;
  display: inline-block;
}
.tickets .ul {
  border-bottom: solid 3px;
  display: inline-block;
  font-size: 20px;
  margin-top: 15px;
}
.vids {
  display: block;
  padding: 70px 15px;
}
.vids a {
  display: inline-block;
  width: calc(100% / 3);
  vertical-align: top;
  padding: 15px;
  text-align: left;
  line-height: 1.8;
  font-size: 20px;
  box-sizing: border-box;
  text-wrap: pretty;
}
.vids img {
  width: 100%;
  margin-bottom: 20px;
  max-width: 500px;
}
.performer {
  display: block;
  padding: 10px 0;
  font-size: 30px;
  line-height: 1.5;
}
.vids a:before {
  content: "\f04b";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  font-size: 30px;
  position: absolute;
  line-height: 1;
  padding: 30px;
}
.footer {
  font-size: 30px;
  line-height: 1.8;
  width: 950px;
  display: inline-block;
  padding: 50px 0 100px;
  max-width: 90%;
}
.footer .ul {
  border-bottom: solid 3px;
  display: inline-block;
  line-height: 1.5;
}
.logo {
  width: 300px;
  margin-top: 50px;
  max-width: 50%;
}
.insta a {
  display: inline-block;
  padding-right: 30px;
  font-size: 20px;
}
.insta i {
  margin-right: 15px;
  vertical-align: middle;
}
iframe {
  border: 0;
  width: 100%;
  margin-top: 70px;
  height: 585px;
  max-height: 51vw;
}
@media (max-width: 1024px) {
  .date {
    width: 100%;
    padding: 30px 0;
  }
  .vids a {
    width: 790px;
    max-width: 100%;
    margin: 15px 0;
  }
  .intro img {
    width: 80%;
  }
  .photo {
    height: 150vw;
  }
  .about {
    font-size: 20px;
  }
  .insta a {
    font-size: 15px;
  }
  .photo-b {
    height: 100vw;
  }
}
@media (max-width: 500px) {
  .photo-b, .photo-c, .photo-d {
    height: 100vw;
  }
  .tour {
    padding: 50px 0;
  }
  .date {
    padding: 20px 0;
    font-size: 15px;
  }
  .city {
    font-size: 25px;
    padding: 15px 0;
  }
  .tickets {
    font-size: 15px;
    padding-bottom: 20px;
  }
  .tickets .ul {
    font-size: 20px;
    margin-top: 15px;
  }
  .vids {
    padding: 50px 15px;
  }
  .vids a {
    font-size: 15px;
  }
  .performer {
    font-size: 20px;
  }
  .footer {
    font-size: 20px;
    padding: 30px 0 50px;
    max-width: 90%;
  }
  .insta a {
    display: block;
    padding: 5px 0;
  }
  iframe {
    margin-top: 50px;
  }
}