@font-face {
  font-family: "MaxFont";
  src: url("./assets/fonts/font.otf");
}
@font-face {
  font-family: "MaxFont2";
  src: url("./assets/fonts/font2.ttf");
}

.iframe {
  position: relative;
  height: 50vw !important;
  width: 87vw !important;
}

body {
  margin: 0;
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.video-container > div > .bio {
  text-align: center !important;
}
select {
  -webkit-appearance: none;
  text-align: center;
  position: absolute;
  font-family: MaxFont2;
  font-size: 18px;
  padding: 4px;
  top: 10px;
  right: 10px;
  background-color: #8d412a;
  color: white;
  border-radius: 5px;
  border: none;
  outline: none;
}
header {
  overflow: hidden;
}
header > img {
  margin-left: -5.8%;
  width: calc(100% + 11.1%);
  height: auto;
}
.video-container {
  display: flex;
  flex-direction: column;
}
.video-container span {
  margin: 0;
  font-size: 26px;
  color: white;
  font-family: MaxFont2;
}
.charts-container {
  position: relative;
  display: flex;
  flex-direction: column;
}
.charts-container > div {
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: center;
}
.charts-container > div:first-child {
  margin-bottom: 40px;
}
.charts-container .text-container {
  width: 250px;
  margin-left: 40px;
}
.charts-container p {
  color: white;
  margin: 0 10px 20px 10px;
  font-size: 26px;
  font-family: MaxFont2;
}
.iframe > a {
  pointer-events: none;
}
.charts-container img {
  height: auto;
  width: 45%;
  object-fit: contain;
}
.video-container div {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bio {
  width: 87vw !important;
}
.iframe {
  margin-top: 0 !important;
  align-self: center;
  height: 513px;
  width: 913px;
}

.carousel-container {
  display: none;
  margin-top: 0;
  height: 50vw !important;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .iframe {
    height: 468px;
    width: 862px;
  }
  .carousel-container {
    height: 468px;
  }
  .bio {
    width: 862px;
  }
}
@media screen and (max-width: 959px) {
  .iframe {
    height: 338px;
    width: 600px;
  }
  .carousel-container {
    height: 338px;
  }
  .bio {
    width: 600px;
  }
}
@media screen and (max-width: 639px) {
  .iframe {
    height: 275px;
    width: 460px;
  }
  .carousel-container {
    height: 275px;
  }
  .bio {
    width: 460px;
  }
}
@media screen and (max-width: 479px) {
  .iframe {
    height: 159px;
    width: 300px;
  }
  .carousel-container {
    height: 159px;
  }
  .bio {
    width: 300px;
  }
}
section {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
  box-sizing: border-box;
}

.bio-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
video {
  width: 50%;
  margin-right: 30px;
}
.logo {
  width: 180px;
  height: 160px;
}
.photo {
  width: 180px;
  height: 160px;
  object-fit: contain;
}
.bio {
  margin: 20px 0;
  /* margin-bottom: 40px; */
  color: white;
  font-size: 20px;
  text-align: left;
  font-family: MaxFont2;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.social {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
.spotify-color {
  color: #20d762;
}
.apple-music-color {
  color: #fa344d;
}
.social p {
  bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 26px;
  color: white;
  font-family: MaxFont2;
  margin: 0;
}

.social img {
  filter: invert(1);
  max-height: 30px;
  max-width: 30px;
  width: 3vw;
  height: 3vw;
}

@media screen and (max-width: 840px) {
  .carousel-container {
    display: block;
  }
  .grid-container {
    display: none !important;
  }
  .charts-container {
    align-items: center;
  }
  .charts-container > div {
    width: 100%;
    flex-direction: column;
  }
  .charts-container > div > img {
    width: 100%;
  }
  .text-container {
    margin-top: 20px;
    font-size: 18px;
    width: 100% !important;
    margin-left: 0 !important;
  }
  body p {
    font-size: 16px !important;
  }
  .social p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1020px) {
  section {
    padding: 15px;
    padding-top: 5px;
  }
  /* .bio-container {
    flex-direction: column;
  } */
  p {
    font-size: 18px !important;
  }
  .bio {
    font-size: 14px !important;
    text-align: center !important;
  }
  select {
    padding: 4px;
    font-size: 12px;
  }
  video {
    padding: 0 !important;
    margin-right: 0;
    width: 100%;
  }
}

/* slider */

.title {
  font-size: 3rem;
  color: white !important;
  margin: 0 !important;
}

.subtitle {
  font-size: 1rem;
  color: white !important;
  margin: 15px 0 25px !important;
  font-weight: normal;
}

.sliderCta {
  padding: 10px 25px;
  background-color: #4ca74c;
  text-decoration: none;
  color: white;
}

#myContainer {
  height: 100vh;
}

.grid-container {
  display: grid;

  grid-template-columns: repeat(2, calc(85vw / 2));
  grid-template-rows: repeat(5, calc(85vw / 4));

  gap: 25px;
}

.grid-container > iframe {
  width: calc(85vw / 2);
  height: calc(85vw / 4);
}

#slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;

  display: grid;

  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
  grid-template-rows: repeat(2, 1fr);
}

.singleSlide {
  display: none;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
  opacity: 0;
}

.singleSlide.slideIn {
  display: flex;
}

.slideOverlay {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.sliderNav {
  position: absolute !important;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid black;
  border-left: 2px solid black;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
}

.sliderNav:hover {
  cursor: pointer;
}

#sliderPrev {
  transform: rotate(-45deg);
  left: 25px;
}

#sliderNext {
  right: 25px;
  transform: rotate(135deg);
}

#sliderNext img,
#sliderPrev img {
  width: 32px;
}

#dots {
  position: absolute;
  bottom: 20px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 2;
  color: white;
  display: flex;
  justify-content: center;
}
.dot {
  margin: 12px;
  background-color: white;
  height: 12px;
  width: 12px;
  border-radius: 10px;
  cursor: pointer;
}

@-webkit-keyframes slideIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.slideIn {
  -webkit-animation: slideIn 0.3s forwards linear;
  animation: slideIn 0.3s forwards linear;
}

.slideOut {
  -webkit-animation: slideOut 0.3s forwards linear;
  animation: slideOut 0.3s forwards linear;
}

@-webkit-keyframes slideOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes slideOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* PERSONAL CSS */

#mySlider {
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}
