.logo {
  position: absolute;
  width: 180px;
  top: 50px;
  left: 50%;
  z-index: 9;
  margin-left: -90px;
}
@media (min-width: 769px) {
  .logo {
    width: 280px;
    top: 100px;
    left: 50%;
    z-index: 9;
    margin-left: -140px;
  }
}

.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

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

.portfolio {
  margin: 0 0 10rem 0;
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.portfolio__item h4 {
  margin: 0 0 2rem 0;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}
.logos__item {
  width: 100px;
}
.logos__item img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
@media (min-width: 769px) {
  .logos {
    gap: 5rem;
  }
  .logos__item {
    width: 190px;
  }
  .logos__item img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
}

.people {
  display: flex;
  flex-flow: column;
}

.person {
  margin-bottom: 4rem;
}
.person__pic img {
  width: 100%;
  height: auto;
  display: block;
}
.person__text .person__contact {
  margin-top: 2rem;
}
@media (min-width: 769px) {
  .person {
    display: flex;
    gap: 5%;
    max-width: 800px;
  }
  .person__pic {
    width: 60%;
  }
  .person__pic img {
    width: 100%;
    height: auto;
    display: block;
  }
  .person__text {
    width: 35%;
  }
}

.timeline-v2__block {
  background-color: #2c2c2d;
  text-align: center;
  padding: 3rem 0;
  margin: 0 0 3rem 0;
  box-shadow: 5px 5px 0 #434445;
}
.timeline-v2__block h3 {
  margin: 0;
  padding: 0;
  font-family: var(--font-1);
  font-size: 24px;
  color: var(--color-white);
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #main-title {
    font-size: 36px;
    line-height: 1.5em;
  }
}

.hidden {
  display: none;
}

.player {
  max-width: 500px;
  margin: 7rem auto;
  background: white;
  padding: 36px 32px 24px 32px;
  border-radius: 14px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.player-track-meta {
  text-align: center;
}

.player-track-meta p {
  margin: 0;
  font-size: 20px;
  color: #0e0e0e;
  font-weight: 700;
}

.player-track-meta span {
  font-size: 16px;
  font-weight: 400;
  padding: 0 2px;
  position: relative;
  top: 1px;
  color: #a3a3a3;
}

.player-controls {
  display: flex;
  align-items: center;
}

.player-play-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
}

.icon-container {
  fill: transparent;
  stroke: none;
}

.player-play-btn:hover {
  fill: #444444;
}

.player-play-btn svg {
  color: #0e0e0e;
  position: relative;
  left: 0.5px;
  width: 36px;
  height: 36px;
  display: block;
}

.player-play-btn:hover svg {
  color: #ffffff;
}

.player-timeline {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
}

.player-progress {
  display: flex;
  postion: relative;
  height: 6px;
  background: #a3a3a3;
  border-radius: 25px;
  margin: 0 5px;
  flex: 10;
  flex-basis: 100%;
  overflow: hidden;
}

.player-progress-filled {
  height: 6px;
  background: #0e0e0e;
  flex: 0;
  flex-basis: 0%;
  border-radius: 25px;
}

.player-time {
  padding: 2px 5px;
}

.player-volume-container {
  width: 15%;
}

.player-volume {
  height: 28px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  background: transparent;
}

.player-volume:focus {
  outline: none;
}

.player-volume::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #0e0e0e;
  border-radius: 10px;
}

.player-volume::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 100px;
  border: none;
  background: #0e0e0e;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}

.player-volume:focus::-webkit-slider-runnable-track {
  background: #0e0e0e;
}

.player-volume::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #0e0e0e;
  border-radius: 10px;
}

.player-volume::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 100px;
  border: none;
  background: #0e0e0e;
  cursor: pointer;
  margin-top: -4px;
}

.player-volume::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #0e0e0e;
  border-radius: 10px;
}

.player-volume::-ms-fill-lower {
  background: #0e0e0e;
  border-radius: 10px;
}

.player-volume::-ms-fill-upper {
  background: #0e0e0e;
  border-radius: 10px;
}

.player-volume::-ms-thumb {
  margin-top: 1px;
  height: 15px;
  width: 15px;
  border-radius: 5px;
  border: none;
  background: #0e0e0e;
  cursor: pointer;
}

.player-volume:focus::-ms-fill-lower {
  background: #38bdf8;
}

.player-volume:focus::-ms-fill-upper {
  background: #38bdf8;
}

/*# sourceMappingURL=main.css.map */
