/**************************/
/* HEADER */
/**************************/

.main-header {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  background-color: #0f0f0f;

  /* Because we want header to be sticky later */
  height: 15.6rem;
  padding: 0 3rem;
  gap: 2rem;
}

.nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #333;

  box-shadow: inset 0rem 1.1rem 0.8rem -1.7rem #fff,
    inset 0rem -0.5rem 0.8rem -1.1rem #fff;

  /* Because we want header to be sticky later */
  height: 5.6rem;
  padding: 0 4.8rem;
  position: relative;
}

/**************************/
/* NAVIGATION */
/**************************/

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4.8rem;
  color: #ddd;
}

.main-nav-link {
  display: inline-block;
  text-decoration: none;
  color: #ddd;
  font-weight: 400;
  font-size: 1.8rem;
}

/* MOBILE */
.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;

  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #ddd;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}

.profile-picture {
  height: 10.5rem;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 100rem;
}
.profile-picture2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding-top: 10rem;
  padding-bottom: 3rem;
}

.vr-gameprojects-header {
  font-size: 4.2rem;
  text-align: center;
  padding-bottom: 4rem;
  padding-top: 10.2rem;
  color: #ddd;
}

.gameprojects-header {
  font-size: 5.2rem;
  text-align: center;
  padding-bottom: 4rem;
  padding-top: 15rem;
  color: #ddd;
}

.gameprojects-video-gallery {
  display: grid;
  padding-bottom: 2rem;
  gap: 2rem;
}

.gameprojects-video-gallery .video-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  padding-bottom: 3rem;
}

.gameprojects-video-gallery .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ai-art-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  padding: 1.6rem;
  padding-top: 0rem;
}
.ai-gallery-item {
  overflow: hidden;
}

.ai-gallery-item img {
  display: block;
  width: 100%;
}

.sports-gallery {
  width: 140%;
  transform: translate(-16%, 0);
  overflow-x: visible;
  gap: 1.6rem;
  padding-bottom: 0rem;
  align-items: center;
}

.sports-gallery-item img {
  display: block;
}

.ai-art {
  font-size: 4.2rem;
  text-align: center;
  padding-bottom: 4rem;
  padding-top: 10.2rem;
  color: #ddd;
}
.dalle2-art {
  font-size: 4.2rem;
  text-align: center;
  padding-bottom: 4rem;
  padding-top: 10.2rem;
  color: #ddd;
}

.navbar-button:hover,
a.active {
  color: #cf711f;
  transition: ease-in-out 0.2s;
}

.welcome {
  max-width: 100rem;
  padding-top: 4.8rem;
  padding-bottom: 6rem;
  padding-left: 14rem;
  padding-right: 14rem;
  margin: 0 auto;
  font-size: 3.6rem;
  line-height: 2.2rem;
  color: #c7c7c7;
}

.about-me1 {
  max-width: 100rem;
  padding-left: 18rem;
  padding-right: 18rem;
  padding-bottom: 2rem;

  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #c7c7c7;
}

.about-me2 {
  padding-bottom: 10rem;
}

.social-media {
  display: flex;
  max-width: 100rem;
  padding-left: 18rem;
  padding-right: 14rem;
  margin: 0 auto;
}

.fa {
  padding: 1rem;
  margin: 0 0.4rem;
  text-align: center;
  font-size: 3rem;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 1rem;
}
.fa-twitter {
  background: #55acee;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}
.fa-github {
  background: black;
  color: white;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}
.fa:hover {
  opacity: 0.9;
}

audio {
  width: 70rem;
  height: 4rem;
}

video {
  width: 100%;
  height: auto;
}

.piano-improvs {
  text-align: center;
  color: #ddd;
  font-size: 4.2rem;
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.piano-improvs-top-padding {
  padding-top: 10.2rem;
}

.audio-list {
  color: #ddd;

  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding-bottom: 3.2rem;
}

.audio-list-item {
  text-align: center;

  padding-bottom: 2rem;
}

.audio-text {
  font-size: 2rem;
  text-align: left;
  padding-left: 12rem;
  padding-bottom: 1.4rem;
}

.javelin-archievements {
  max-width: 100rem;
  padding-left: 22.6rem;
  padding-right: 14rem;
  padding-bottom: 2rem;

  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #c7c7c7;
}

.javelin-archievements-item {
  align-content: center;
}

.javelin-archievements-title {
  max-width: 100rem;
  padding-top: 10.2rem;
  padding-bottom: 3rem;
  padding-left: 20.4rem;
  padding-right: 14rem;
  margin: 0 auto;
  font-size: 4.2rem;
  line-height: 2.2rem;
  color: #c7c7c7;
}

.beatsaber-custom-songs-title {
  font-size: 4.2rem;
  text-align: center;
  padding-bottom: 4rem;
  padding-top: 10.2rem;
  color: #ddd;
}

.beatsaber-other-custom-songs-title {
  font-size: 4.2rem;
  text-align: center;
  padding-bottom: 4rem;
  padding-top: 10.2rem;
  color: #ddd;
}

.first-review {
  max-width: 100rem;
  padding-left: 14rem;
  padding-right: 14rem;
  padding-bottom: 2rem;

  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #c7c7c7;
}

.silverbird-review {
  max-width: 100rem;
  padding-left: 14rem;
  padding-right: 14rem;
  padding-bottom: 0.6rem;

  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #c7c7c7;
}

.silverbird-review-last {
  padding-bottom: 3rem;
}

.video-gallery-container {
  padding-left: 10rem;
  padding-right: 10rem;
}

.beatsaber-video .video-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  padding-bottom: 30px;
}

.beatsaber-video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper iframe {
  z-index: 0;
}

.container-topbottom-padding {
  padding-top: 0rem;
  padding-bottom: 2.8rem;
}
