@font-face {
  font-family: descFont;
  src: url(Font/SourGummy-VariableFont_wdth\,wght.ttf);
}

@font-face {
  font-family: nameFont;
  src: url(Font/Ole-Regular.ttf);
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    background-color: #0f0d2d;
    background-image: url("Background.png");
    text-align: center;
}

.blur {
  position: fixed;
  inset: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: -1;
  background: transparent;
}

.container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

/* --------------------- AboutMe Card ----------------- */

.Banner {
    border: 2px solid white;
    border-radius: 15px;
    background-image: url("TwitchBanner.png");
    background-size: cover;
    background-position: center;
    height: 200px;
}

.Banner .bannerText {
    font-family: nameFont;
    text-align: left;
    font-size: 607%;
    color: #ffffff;
    margin-left: 14px;
    text-shadow: 1px 1px 20px #ffffff;
    margin-top: -32px;
}

.AboutMeCard {
  width: 800px;
  min-height: 200px;
  padding: 20px;
  background-color: hsla(0, 0%, 0%, 0.5);
  border: 1px dashed white;
  border-radius: 15px;
  position: relative;
}

.AboutMeCard .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: xx-large;
}


.TagBox {
    width: 200px;
    background-color: #D183A9;
    border: 2px solid white;
    border-radius: 15px;
    line-height: 50px;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 9px black;
}

.DescBox {
    /* margin-top: 15px; */
    background-color: #3A345B;
    color: white;
    padding: 10px;
    font-family: descFont;
    font-size: larger;
    font-weight: bold;
    border-radius: 15px;
}

.SocialsGrid {
    display: flex;
    gap: 30px;
    flex-direction: row;
    align-items: flex-start;
    text-align: center;
}

.SocialBtn {
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.SocialBtn img {
    width: 100%;
    height: 100%;
}

.SongPlayer {
    margin-top: 225.4px;
    width: fit-content;
    position: absolute;
    right: 7.51px;
    padding-right: 13px;
}

.SongCard {
    display: flex;
    gap: 15px;
    align-items: center;
}

.MusicNotes {
    width: 150px;
    height: auto;
}


.pfp-container {
  position: relative;
  width: 36%;
  max-width: 250px;
  aspect-ratio: 1 / 1;
}

.pfp {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.pfp-deco {
    display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: scale(1.23);
}

.KittyBox {
    overflow: hidden;
    position: absolute;
    right: 7.51px;
    width: 300px;
    height: 150px;
    bottom: 0%;
    border-style: solid;
    border-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: boxOverflow;
    animation-duration: 6s;
}

.Dih {
    position: absolute;
    right: 31.51px;
    color: #ffffff;
    width: 223px;
    height: 100px;
    bottom: 2%;
    font-size: 24px;
    font-weight: bold;
    border-radius: 0.5em;
    background: #ff005900;
    border: 2px solid #ffffff;
}

/* --------------------- HobbiesCard ----------------- */

.HobbiesCard {
    width: 800px;
    min-height: 200px;
    padding: 20px;
    background-color: hsla(0, 0%, 0%, 0.5);
    border: 1px dashed white;
    border-radius: 15px;
    position: relative;
}

.HobbiesCard .content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-size: xx-large;
}

.HobbiesCard .content .TagBox {
    background-color: #4B1535;
}

.HobbiesCard .content .TextContainer {
    text-align: left;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-weight: bold;
}

/* --------------------- ExperienceCard ----------------- */

.ExperienceCard {
  width: 800px;
  min-height: 200px;
  padding: 20px;
  background-color: hsla(0, 0%, 0%, 0.5);
  border: 1px dashed white;
  border-radius: 15px;
  position: relative;
}

.ExperienceCard .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: xx-large;
}

.ExperienceCard .content .TagBox {
    background-color: #71557A;
}

.TextContainer {
    text-align: left;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.Section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.SectionHeader {
    font-weight: bold;
}

.SeperationLine {
    background-color: white;
    height: 2px;
}

.SectionBody {
    font-size: 90%;
}

/* --------------------- Projects Card ----------------- */

.ProjectsCard {
  /*width: 900px; */
  width: 931px;
  min-height: 200px;
  padding: 20px;
  background-color: hsla(0, 0%, 0%, 0.5);
  border: 1px dashed white;
  border-radius: 15px;
  position: relative;
}

.ProjectsCard .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: xx-large;
}

.tab {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: flex-end;
  border-bottom: 7px solid white;
}

.tab li {
  list-style: none;
  margin-left: -15px;
  position: relative;
}

.tabbtn {
    font-family: descFont;
    background: transparent;
    border: none;
    padding: 0 30px;
    height: 0;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    border-right: 35px solid transparent;
    border-bottom: 40px solid;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    font-size: 85%;
}
.tab li:first-child { margin-left: 0; }

.tabbtn:hover,
.tabbtn.active {
  z-index: 999;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
}

/* --------------------- ProjectsCard - ART SECTION ----------------- */

#Art {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(455px, 1fr));
    gap: 15px;
}
.ArtPicture {
    position: relative;
    overflow: hidden;
}
.ArtPicture img {
    width: 100%;
    height: auto;
    display: block;
}
.caption {
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    padding: 10px;
    color: white;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    font-weight: bold;
}

/* --------------------- ProjectsCard - THEATRE  SECTION ----------------- */

#Theatre {
    display: grid;
    gap: 100px;
}

.Show {
    position: relative;
    overflow: hidden;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.Show img {
    width: 100%;
    height: auto;
    display: block;
}

/* --------------------- ProjectsCard - GAMES  SECTION ----------------- */

#Games {
    display: grid;
    gap: 100px;
}

.GameCard {
    position: relative;
    overflow: hidden;
}

.GameCard img {
    width: 100%;
    height: auto;
    display: block;
}

.GameCard h1 {
    margin-left: 21px;
    text-transform: uppercase;
}


.GameCard .PlayBtn {
    width: 225px;
    height: 106px;
    background-color: rgb(127, 0, 224);
    border-radius: 30px;
    color: white;
    font-weight: bold;
    line-height: 100px;
    font-size: 157%;
    /* margin-left: 126px; */
}

.GameCard .caption {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

/* --------------------- ProjectsCard - VIDEOS    SECTION ----------------- */

#Videos {
    display: grid;
    gap: 100px;
}

.VideoCard {
    position: relative;
    overflow: hidden;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: xx-large;
    background-color: #3a345b;
    padding: 3px;
    border-radius: 10px;
}

.VideoCard img {
    width: 100%;
    height: auto;
    display: block;
}

.VideoCard video {
    width: 100%;
    height: auto;
}

/* --------------------- OtherCard ----------------- */

.OtherCard {
  width: 800px;
  min-height: 200px;
  padding: 20px;
  background-color: hsla(0, 0%, 0%, 0.5);
  border: 1px dashed white;
  border-radius: 15px;
  position: relative;
}

.OtherCard .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: xx-large;
}

.OtherCard .content .TagBox {
    background-color: #71557A;
}

.FriendsContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.FriendButton {
    background-color: #71557A;
    border: white;
    border-style: solid;
    border-radius: 10px;
    width: 500px;
    padding: 3px;
    color: white;
}