@font-face {
  font-family: "Bodoni";
  src: url("../fonts/BodoniModa_9pt-Bold.ttf");
}

@font-face {
  font-family: "HdMFrutigerNextPro";
  src: url("../fonts/HdMFrutigerNextPro-Light.otf");
  font-weight: 300;
}

@font-face {
  font-family: "HdMFrutigerNextPro";
  src: url("../fonts/HdMFrutigerNextPro-Medium.otf");
  font-weight: 500;
}

@font-face {
  font-family: "HdMFrutigerNextPro";
  src: url("../fonts/HdMFrutigerNextPro-Bold.otf");
  font-weight: 700;
}

:root {
  --bs-dark-rgb: #2c2c33;
  --bs-light-rgb: #f8f8f8;
}

.btn-primary {
  --bs-btn-bg: #e94849;
  --bs-btn-hover-bg: #c92626;
  border: none;
}

h1 {
  font-family: "Bodoni", "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 48px;
}

h4 {
  font-family: "Bodoni", "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 32px;
}

body {
  background: linear-gradient(to right, #3c3c44, #565660);
  color: var(--bs-light-rgb);
  font-family: "HdMFrutigerNextPro", sans-serif;
  font-weight: 300;
}

.logo {
  width: 200px;
  height: 50px;
}

.search-btn {
  width: 36px;
  height: 36px;
  opacity: 0.5;
}

.search-dropdown {
  position: relative;
  z-index: 2;
}

.search-dropdown .form-control {
  position: relative;
  width: 360px;
  z-index: 2;
  box-shadow: 0px 0px 4px 4px #e94849;
}

.search-results {
  background: linear-gradient(to right, #85858a, #62626b);
  border-radius: 12px;
  border: solid 0px #eee;
  box-shadow: 0px 0px 50px 5px #2c2c33;
  width: 360px;
  max-height: 300px;
  overflow-y: auto;
}

.search-results img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 6px;
}

.hdm-logo {
  width: 70px;
}

.video-home {
  border-radius: 12px;
  border: solid 2px #eee;
}

.topic-tile {
  background: linear-gradient(to right, #85858a, #62626b);
  border-radius: 12px;
  border: solid 1px #eee;
  overflow: hidden;
}

.topic-tile img {
  object-fit: cover;
}

.video-container {
  aspect-ratio: 16/9;
}

.suggestion-card {
  background: none;
  border: none;
  color: var(--bs-light-rgb);
  hyphens: auto;
}

.highlights {
  background: #3d3d43;
  border-radius: 12px;
  border: solid 1px #eee;
}

.highlights-card {
  background: none;
  color: var(--bs-light-rgb);
  border: none;
  hyphens: auto;
}

.highlights-card-border {
  box-shadow: 0px 0px 10px 4px #e94849;
}

.topic-card {
  background: none;
  border: none;
  color: var(--bs-light-rgb);
}

a {
  color: var(--bs-light-rgb);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.back-to-main {
  color: #e94849;
}

.video-thumbnail {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.video-thumbnail img {
  max-width: 480px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
