* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
body {
  background-color: black !important;
}
.pic_cont {
  overflow: hidden;
}
.main_pic {
  width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
.text_row {
  position: absolute;
  top: 170px;
}
.show_row {
  position: relative;
  top: 100px;
  width: 100%;
  margin: 0px auto;
}
.fan {
  width: fit-content;
  padding: 0px;
}
.fan_row {
  position: absolute;
  top: 280px;
  width: 80%;
  display: flex;
  flex-direction: column;
  margin: 0px;
}
h3 {
  font-size: 28px;
  margin: 10px;
  display: inline-block;
}
h3,
.bi-grid-fill,
.date,
.shows_text,
h4,
h5,
.bio_text,
.llink {
  background: #d4af37;
  background: linear-gradient(to bottom, #ad8127 0%, #fcf181, #ad8127 100%);
  background: -webkit-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
  background: -moz-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
  -webkit-background-clip: text;
  color: transparent;
}

h4.details {
  background: #d4af37;
  background: linear-gradient(to bottom, #7e5d1d 0%, #bdb561, #7e5d1d 100%);
  background: -webkit-linear-gradient(top, #7e5d1d 0%, #bdb561, #7e5d1d 100%);
  background: -moz-linear-gradient(top, #7e5d1d 0%, #bdb561, #7e5d1d 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.shows_text {
  font-weight: bolder;
  font-size: 18;
}
/* .show_row .col-md-8{
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px;
}

.show_row .col-md-4 {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px;
} */
h4.date {
  font-weight: bolder;
  font-size: 16px;
  margin-bottom: 5px;
}

h4.venue,
h4.address,
h4.details {
  font-size: 16px;
  margin-bottom: 5px;
}
.ticket_button {
  text-transform: uppercase;
  font-weight: bold;
  font-size: small;
  background: linear-gradient(to bottom, #ad8127 0%, #fcf181, #ad8127 100%);
  background: -webkit-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
  background: -moz-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
  outline: none;
  border: 0px;
  box-shadow: 0px !important;
}

hr {
  padding: 0px;
  height: 2px;
  margin: 0px auto;
  background: linear-gradient(to bottom, #ad8127 0%, #fcf181, #ad8127 100%);
  background: -webkit-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
  background: -moz-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
  margin-bottom: 10px;
}
.button_row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.bi-grid-fill {
  padding: 5px 0px 0px 5px;
  width: fit-content;
  font-size: 25px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.avatar {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.show_row a {
  text-decoration: none;
  width: 100%;
  padding: 0px;
}

.side-bar {
  height: 100%;
  width: 170px;
  position: fixed;
  top: 0px;
  z-index: 100000;
  background: linear-gradient(to bottom, #ad8127 0%, #fcf181, #ad8127 100%);
  background: -webkit-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
  background: -moz-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
  padding: 5px 0px 5px 5px;
  display: none;
  flex-direction: column;
}

.side-bar .bi-grid-fill {
  width: fit-content;
  font-size: 25px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #141006 0%, #7a5c1e, #000000 100%);
  background: -webkit-linear-gradient(top, #141006 0%, #7a5c1e, #141006 100%);
  background: -moz-linear-gradient(top, #141006 0%, #7a5c1e, #141006 100%);
  -webkit-background-clip: text;
  color: transparent;
  padding: 0px;
}

.side_bar_content {
  margin-top: 15px;
  font-weight: bolder;
  cursor: pointer;
}
.side_bar_content i {
  margin-right: 10px;
}
.side_bar_content:hover {
  background: linear-gradient(to bottom, #141006 0%, #7a5c1e, #000000 100%);
  background: -webkit-linear-gradient(top, #141006 0%, #7a5c1e, #141006 100%);
  background: -moz-linear-gradient(top, #141006 0%, #7a5c1e, #141006 100%);
  color: #bdb561;
  padding: 5px;
  border-radius: 5px 0px 0px 5px;
  i {
    background: linear-gradient(to bottom, #ad8127 0%, #fcf181, #ad8127 100%);
    background: -webkit-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
    background: -moz-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
    -webkit-background-clip: text;
    color: transparent;
  }
}

.side_bar_content.active {
  background: linear-gradient(to bottom, #141006 0%, #7a5c1e, #000000 100%);
  background: -webkit-linear-gradient(top, #141006 0%, #7a5c1e, #141006 100%);
  background: -moz-linear-gradient(top, #141006 0%, #7a5c1e, #141006 100%);
  color: #bdb561;
  padding: 5px;
  border-radius: 5px 0px 0px 5px;

  i {
    background: linear-gradient(to bottom, #ad8127 0%, #fcf181, #ad8127 100%);
    background: -webkit-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
    background: -moz-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
    -webkit-background-clip: text;
    color: transparent;
  }
}

.album_image {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.album_cover {
  padding: 0px;
}
.album_row {
  padding: 0px;
  margin: 0px;
}
.music_row {
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
  margin: 0px;
  padding: 0px;
}
.album_title_row {
  background: linear-gradient(to bottom, #ad8127 0%, #fcf181, #ad8127 100%);
  background: -webkit-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
  background: -moz-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
  border-radius: 0px;
  display: flex;
  align-items: center;
  padding: 3px 5px;
}

.inner {
  border-radius: 10px;
  margin: 0px 0px 15px 0px;
}

.collection_cover {
  width: 100%;
  border: 2px solid #614817;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #614817;
}
.product_cover {
  width: 100%;

  border-radius: 5px;
}
.img_row {
  width: 100%;
  border: 2px solid #614817;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #614817;
  min-height: 146px;
  position: relative;
}
.collections_row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.all_collections_row {
  padding: 0px;
  margin: 0px auto;
  width: 100%;
}
.collection_name_row,
.product_name_row {
  background: linear-gradient(to bottom, #ad8127 0%, #fcf181, #ad8127 100%);
  background: -webkit-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
  background: -moz-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
  position: relative;
  top: -10px;
  border-radius: 0px 0px 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 3px;
  flex-direction: column;
  min-height: 76.5px;
}
.img_row {
  padding: 5px;
}
.collection_name {
  font-size: 17px;
  font-weight: bolder;
  text-align: center;
  color: #141006;
}

.product_name {
  font-size: 15px;
  font-weight: 550;
  text-align: center;
  color: #141006;
}

.product_price {
  font-weight: bolder;
  font-size: 17px;
  color: #141006;
}

.row {
}

.album_title_text {
  color: #141006;
  font-weight: bolder;
  margin-left: 5px;
}
.song_name_cont,
.song_duration_cont {
  padding: 0px;
}
.song_name {
  background: linear-gradient(to bottom, #ad8127 0%, #fcf181, #ad8127 100%);
  background: -webkit-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
  background: -moz-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 500;
  font-size: 13px;
}

.song_duration {
  background: linear-gradient(to bottom, #ad8127 0%, #fcf181, #ad8127 100%);
  background: -webkit-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
  background: -moz-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 500;
  font-size: 13px;
}
.song_duration_cont {
  display: flex;
  justify-content: center;
  align-items: center;
}

.songs_row {
  padding: 0px 15px;
  margin-bottom: 15px;
}

.img_row .tag {
  background: linear-gradient(to bottom, #ad8127 0%, #fcf181, #ad8127 100%);
  background: -webkit-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
  background: -moz-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);

  color: black;
  font-weight: 600;
  font-size: 13px;
  padding: 2px 7px;
  position: absolute;
  right: -1px;
  top: -1px;
  width: fit-content;
  border-radius: 0px 5px 0px 0px;
}
.more_btn {
  background: linear-gradient(to bottom, #ad8127 0%, #fcf181, #ad8127 100%);
  background: -webkit-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
  background: -moz-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);

  color: black;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 12px;
  width: fit-content;
  border-radius: 5px;
  border: none;
}

.medal {
  width: 25px;
}

.fan_text {
  font-size: 15px;
  font-weight: bolder;
  margin: 5px 10px;
  cursor: pointer;
}

.top_text {
  font-weight: bolder;
}

.sans-serif {
  font-family: "Roboto", sans-serif;
}

.serif,
.side_bar_content,
.product_name,
.collection_name {
  font-family: "Merriweather", serif;
}

.script {
  font-family: "Pacifico", cursive;
}

.display {
  font-family: "Bebas Neue", sans-serif;
}
.card-row {
  padding: 20px 30px;
}
.fan-card {
  min-height: 340px;
  background: linear-gradient(to bottom, #ad8127 0%, #fcf181, #ad8127 100%);
  background: -webkit-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
  background: -moz-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
  width: 100%;
  border-radius: 20px;
}
.top-card {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-text {
  width: fit-content;
  margin: 7px 10px;
  font-weight: bolder;
  font-size: larger;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.row {
  width: 100%;
  margin: 0px auto;
}

.bio_image {
  border-radius: 7% 7% 0px 0px;
}

.image_below {
  background: linear-gradient(to bottom, #ad8127 0%, #fcf181, #ad8127 100%);
  background: -webkit-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
  background: -moz-linear-gradient(top, #ad8127 0%, #fcf181, #ad8127 100%);
  min-height: 70px;
  min-width: 100%;
  border-radius: 10px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bio_name {
  color: black;
  font-weight: 600;
  font-family: "Fredoka", sans-serif;
}
.about {
  font-family: "Fredoka", sans-serif;
}
.about_me {
  color: rgb(188, 186, 186);
  font-weight: 500;
  font-size: 17px;
}

.t-title {
  color: white;
  font-weight: 500;
  font-size: 18px;
  font-family: "Fredoka", sans-serif;
  margin-left: 20px;
}
.tvalue {
  color: rgb(188, 186, 186);
  font-size: 16px;
}
