body, html {
  overflow-x: hidden;
}

.card-title, .card-subtitle {
  font-weight: bold;
  color: #e4002b;
}

.card-border {
  border-color: #e4002b;
}

header.nav {
  position: fixed;
  top: 0;
  width: 100%;
}

.left-info-box {
  width: 40px;
  position: fixed;
  bottom: 0px;
  left: 40px;
  right: auto;
  z-index: 10;
}

.left-info-box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

.left-info-box div p {
  margin: 20px auto;
  padding: 10px;
  letter-spacing: 0.1em;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

.left-info-box div:after {
  content: "";
  display: block;
  width: 1px;
  height: 90px;
  margin: 0px auto;
  background-color: #e4002b;
}

.top-header {
  height: 20em;
  padding-bottom: 20%;
  position: relative;
  width: 100%;
  background-color: none;
}

.top-header .header-box-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 300px;
  height: 150px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
}

.top-header .header-box-title h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 200;
  font-size: 60px;
  color: white;
}

.top-header .video-container {
  height: 40em;
}

.top-header #video-bg {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  width: 100%;
}

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

section {
  background: rgba(249, 250, 251, 0.3);
}

section h3 {
  font-size: 25px;
}

section .first-box .first-word:before {
  content: "IT";
  color: red;
}

section .first-box .first-word:after {
  content: "-";
  color: red;
}

section .first-box span:nth-child(2) {
  color: black;
  font-weight: bold;
}

section p {
  color: #4b5563;
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(red), to(#DC143C));
  background: linear-gradient(90deg, red 0%, #DC143C 100%);
}
/*# sourceMappingURL=style.css.map */