:root {
  --primary-red: #b00020;
}
html,
body {
  overflow-x: hidden !important;
  font-weight: 400px;
  letter-spacing: 1px;
}
body {
  font-family: "Roboto", sans-serif;
}
.hero-achar {
  font-family: "Roboto Slab", serif !important;
  text-transform: uppercase;
  /* font-size: 48px; */
  color: #b00020;
}

.hero-section,
#portfolio-hero {
  position: relative;
  /* height: 100vh; */
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section {
  background-image: url("../images/banner-temp.jpg");
}

#portfolio-hero {
  background-image: url("../images/portfolio-banner.jpg");
}

#portfolio-hero::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(211, 204, 227, 0.4) 100%,
    rgba(233, 228, 240, 1) 100%
  );
}

#portfolio-hero .hero-content {
  z-index: 100;
}

.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: rgba(0, 0, 0, 0.5); */
}

.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background-color: rgba(0, 0, 0, 0.3); */
}

.hero-section .hero-content h2 {
  font-family: "Merriweather Sans", sans-serif !important;
  /* font-size: 48px; */
  color: #37474f;
}

#portfolio-hero .hero-content h1 {
  font-family: "Merriweather Sans", sans-serif;
  /* font-size: 48px; */
  font-weight: 800;
  color: #37474f;
}

.logo {
  height: 48px;
  width: 48px;
}

.main-nav {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  /* background: linear-gradient(
    0deg,
    rgba(211, 204, 227, 0.8) 100%,
    rgba(233, 228, 240, 1) 100%
  ); */
  z-index: 1000 !important;
}

.nav-link {
  font-weight: 500 !important;
  color: var(--primary-red) !important;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.main-nav-collapse {
  flex-grow: unset !important;
}

.split-section {
  /* height: 90vh; */
  overflow: hidden;
}

.split-section-video {
  object-fit: cover;
}

.split-section-text h3 {
  text-transform: uppercase;
  font-family: "Passion One", cursive;
  /* font-size: 48px; */
  letter-spacing: 2px !important;
  color: var(--primary-red);
}

.split-section-text h3::after {
  content: "";
  display: block;
  margin: 10px auto 0 0;
  height: 3px;
  width: 30%;
  background-color: #37474f;
}

.split-section-text p {
  /* color: #fff; */
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
}

.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
}

#invention {
  /* height: 70vh; */
  position: relative;
  /* background-color: rgba(176, 0, 32, 0.8); */
  background: linear-gradient(
    0deg,
    rgba(211, 204, 227, 0.7) 100%,
    rgba(233, 228, 240, 1) 100%
  );

  overflow: hidden;
}

#invention p {
  color: #37474f;
  font-weight: 800;
}

.invention-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.invention-video video {
  object-fit: cover;
}

.btn-pitch {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-pitch {
  text-decoration: none;
  color: black;
}

.btn-pitch:hover {
  background-color: #b00020 !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  color: #fff !important;
}

.features {
  overflow: hidden;
}

.focus-image {
  background: url("../images/focus.jpg") no-repeat;
  background-size: cover;
}

.team-image {
  background: url("../images/team.jpg");
  background-size: cover;
}

#focus-feature {
  position: relative;
  height: 70vh;
  background: url("../images/focus-feature.jpg") no-repeat bottom;
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
}

#focus-feature::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(203, 45, 62, 0.5) 100%,
    rgba(239, 71, 58, 0.4962359943977591) 100%
  );
}

#team-feature {
  position: relative;
  height: 70vh;
  background: url("../images/team-feature.jpg") no-repeat bottom;
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
}

#team-feature::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(211, 204, 227, 0.1) 100%,
    rgba(233, 228, 240, 1) 100%
  );
}

#team-feature p {
  color: #fff;
  font-family: "Merriweather Sans", sans-serif;
  position: absolute;
  z-index: 100;
  transform: translateY(30%);
  text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.6) !important;
}

#focus-feature p {
  color: #fff;
  font-family: "Merriweather Sans", sans-serif;
  position: absolute;
  z-index: 100;
  transform: translateY(20%);
  text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.6) !important;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .features,
  .split-section-text-content {
    padding: 0px 15px !important;
  }

  .hero-section {
    height: 80vh !important;
  }

  #portfolio-hero {
    height: calc(80vh - 74px);
  }

  .features {
    height: auto !important;
  }

  .split-section-video-wrapper {
    height: 500px !important;
  }

  .footer-container {
    padding-top: 3re;
    padding-bottom: 3rem;
  }

  .split-section-video-mission {
    order: 2 !important;
  }

  .split-section-text-mission {
    order: 1 !important;
  }
}

@media screen and (min-width: 992px) {
  .hero-section {
    height: 100vh;
  }

  #portfolio-hero {
    height: calc(100vh - 74px);
  }

  #invention {
    height: 70vh;
  }

  .split-section {
    height: 90vh;
  }
}

@media screen and (max-width: 576px) {
  .hero-section,
  #portfolio-hero {
    height: 70vh;
  }

  .split-section-text div {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  #invention div p {
    text-align: left !important;
  }

  .split-section-video-mission {
    order: 2 !important;
  }

  .split-section-text-mission {
    order: 1 !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .hero-section,
  #portfolio-hero {
    height: 80vh;
  }
  .split-section-video-mission {
    order: 2 !important;
  }

  .split-section-text-mission {
    order: 1 !important;
  }
}

/* @media screen and (min-width: 1200px) {
  .nav-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--primary-red);
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
  }

  .nav-item:hover::before {
    transform: scaleX(1);
  }

  .nav-item:hover::before {
    visibility: visible !important;
    width: 100%;
  }
} */
