@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
body {
  background-color: #fcfcee;
}
* {
  font-family: Montserrat;
  margin: 0px;
  padding: 0px;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: 12px;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}
.topnav {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  height: auto;
  z-index: 1;
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100%;
  backdrop-filter: blur(2px);
  transition: background-color 0.5s;
}

.topnav:hover {
  background-image: none;
  background-color: rgb(61, 63, 71);
}

.topnav-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 8px 5%;
  vertical-align: middle;
}

.topnav a {
  /* float: right; */
  color: #fcfcee;
  text-decoration: none;
  text-align: center;
  /* padding: 0px 12px 0px 12px; */
}
.topnav a.logo {
  /* float: left; */
  color: #fcfcee;
  text-decoration: none;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  padding: 12px 0px;
}
.topnav a:hover {
  color: aquamarine;
}
.list-nav {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 550;
  padding: 12px 0px;
}
.main_banner {
  margin-bottom: 18px;
  width: auto;
  height: 100%;
  color: #ffffff;
}
.main_banner img {
  z-index: -1;
  object-fit: cover;
  width: 100%;
}
.title_banner {
  font-size: 48px;
  gap: 48px;
  color: #ffffff;
  line-height: 250%;
  z-index: 0;
  padding: 30% 5% 0% 5%;
  position: absolute;
  width: 90%;
}
.date_place {
  margin-top: 12px;
  font-size: 28px;
  line-height: 160%;
  vertical-align: middle;
}
.lineup {
  padding: 3% 5%;
  width: auto;
  height: auto;
  font-size: 28px;
  font-weight: 600;
  color: rgb(71, 137, 142);
}
.headliner {
  font-size: 128px;
  list-style-type: none;
  font-weight: bold;
  margin-bottom: 28px;
}
.button {
  text-decoration: none;
  color: rgb(71, 137, 142);
}
.button:hover {
  color: rgb(210, 157, 208);
}
.bands {
  font-size: 42px;
  font-weight: bold;
  display: flex;
  gap: 32px;
  list-style-type: none;
  flex-wrap: wrap;
}
.previous_SSF {
  padding: 18px 5%;
  width: auto;
  height: auto;
  font-size: 28px;
  font-weight: 600;
  color: rgb(71, 137, 142);
}
.previous_SSF_list {
  padding-top: 32px;
  width: 100%;
  height: auto;
  display: flex;
  gap: 32px;
  overflow: scroll;
}
.SSF_gallery {
  max-width: 500px;
  height: auto;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
.SSF_gallery:hover {
  transform: scale(1.075);
}
.SSF_gallery img {
  width: 500px;
  height: 300px;
  border-radius: 10px;
}

.activities {
  padding: 5% 5%;
  width: auto;
  height: auto;
  font-size: 28px;
  font-weight: 600;
  color: rgb(71, 137, 142);
}
.activity_list {
  font-size: 32px;
  font-weight: 400;
  display: flex;
  gap: 32px;
  list-style-type: none;
  flex-wrap: wrap;
}
.footer {
  padding: 32px 5%;
  width: auto;
  height: 280px;
  background-color: rgb(71, 137, 142);
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fcfcee;
}
.footer-brand {
  list-style-type: none;
  vertical-align: middle;
}
.footer-misc {
  float: right;
  justify-content: space-between;
  display: flex;
  width: 60%;
}
.footer-misc ul {
  list-style-type: none;
}
.footer-misc a {
  color: #fcfcee;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  text-align: right;
  line-height: 36px;
}
.footer-misc a:hover {
  color: aquamarine;
}
.detail_nav {
  background-color: rgb(71, 137, 142);
  z-index: 1;
  display: flex;
  width: 90%;
  padding: 20px 5%;
  color: #fcfcee;
  position: fixed;
  justify-content: space-between;
}
.detail_nav_button {
  text-decoration: none;
  color: #fcfcee;
  vertical-align: middle;
}
.detail_nav_button:hover {
  color: aquamarine;
}
.detail_nav_left {
  display: flex;
  gap: 4px;
  vertical-align: middle;
}
.detail_nav_right {
  display: flex;
  font-size: 24px;
  font-weight: 550;
  vertical-align: top;
}
.detail_banner {
  width: auto;
  height: auto;
  margin: 0%;
  position: inherit;
}
.detail_banner img {
  width: 100%;
  height: 1080px;
  z-index: -1;
  object-fit: cover;
}
.detail_banner h1 {
  color: #fcfcee;
  font-size: 128px;
  z-index: 0;
  margin-top: 900px;
  position: absolute;
  margin-left: 5%;
}
/* .artist_title {
  color: #f0000f;
  font-size: 86px;
  z-index: 0; */
/* } */
.detail_content {
  margin: 3% 5%;
  display: flex;
  gap: 32px;
  color: rgb(66, 125, 130);
}
.detail_artist {
  text-align: left;
  width: 65%;
  height: 352px;

  /* margin: 1% 5%; */
}
.Spotify_playlist {
  width: 35%;
}
/* .detail_artist h1 {
  font-size: 128px;
} */
.detail_artist p {
  font-size: 24px;
  overflow: scroll;
  height: 352px;
}
