@import url("/fonts/font.css");
body,
html {
  margin: 0;
  background-color: #101b21;
  height: 100%;
  width: 100%;
  position: relative;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box; }

* {
  transition: all 250ms ease-in;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

p,
blockquote {
  font-size: 0.9em;
  line-height: 1.6em; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 2em 0em;
  top: -70px;
  position: fixed;
  z-index: 190;
  background-color: #101b21;
  top: 0; }

main {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin-top: 150px; }

div {
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f0b90b; }

a:hover {
  color: #f0b90b; }

figure {
  margin: 0;
  padding: 0; }

.nav-active {
  color: #f0b90b !important; }
  .nav-active a {
    color: #f0b90b !important; }

.active {
  display: block !important;
  visibility: visible;
  opacity: 1; }

.hide {
  display: none; }

label {
  color: #f6f6f6;
  display: inline-block; }

input,
select,
textarea {
  width: 100%;
  margin: 0.2em 0 1em 0;
  padding: 10px;
  box-sizing: border-box;
  outline: none;
  border: solid 1px #101b21;
  transition: all 350ms ease-in-out; }
  input:focus,
  select:focus,
  textarea:focus {
    border: solid 1px transparent;
    box-shadow: 0px 0px 1px 1px #f0b90b; }
  input::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #9d9d9d;
    font-family: sans-serif; }

.input-group {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); }

.checkbox {
  width: fit-content !important; }

.btn, button, .btn-outlined, .hero-btn {
  text-decoration: none;
  color: #101b21;
  padding: 0.5em 1.5em;
  background-color: #f0b90b;
  border-radius: 5px;
  transition: all 400ms ease;
  cursor: pointer;
  font-size: 1rem;
  border: none;
  box-shadow: 0px 0px 2px 2px #101b21;
  transition: background 250ms ease-in-out; }
  .btn:hover, button:hover, .btn-outlined:hover, .hero-btn:hover {
    color: #203541;
    background-color: #785d06; }

.btn-outlined {
  text-decoration: none;
  color: #f0b90b !important;
  background-color: transparent;
  border: solid 0px transparent;
  border-radius: 5px;
  cursor: pointer; }
  .btn-outlined:hover {
    background-color: #0a1014; }

/*
  .btn {
    text-decoration: none;
    color: $bg-deep;
    padding: 0.5em 1.5em;
    font-weight: bold;
    background-color: $color;
    border-radius: 10px;
    transition: all 400ms ease;
    cursor: pointer;
    &:hover {
      color: $light;
      background-color: $bg-deep;
    }
  }
  */
nav {
  padding: 0em 3em;
  z-index: 20;
  width: 100%;
  display: flex;
  align-content: space-between;
  justify-content: space-between; }

.mobile {
  display: none;
  width: 75%;
  z-index: 20;
  padding: 20px;
  text-align: center;
  height: 100vh;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.297);
  background: #203541;
  position: fixed;
  top: 0;
  right: 0;
  transition: all 3s ease; }
  .mobile #close-nav {
    padding: 20px;
    position: absolute;
    right: 0;
    margin-left: auto; }
  .mobile .logo {
    margin: 60px 0px 20px 0px; }
  .mobile li {
    padding: 1em 2em;
    cursor: pointer; }
  .mobile a {
    color: #f6f6f6;
    text-decoration: none; }

.container, .testimonies, .cta {
  text-align: center;
  padding: 0.8em 1.2em; }

.logo {
  width: 150px; }

.menu {
  width: 25px; }

.close-nav-btn {
  width: 50px;
  height: 50px;
  margin-top: -1.3em;
  margin-bottom: 1em;
  text-align: right;
  position: absolute;
  right: 0;
  background-color: red !important;
  cursor: pointer;
  transition: all 600ms ease; }
  .close-nav-btn img {
    width: 30px;
    fill: #f6f6f6; }

.hero, .leadership {
  padding: 1rem 3rem;
  color: #f6f6f6; }
  .hero h1, .leadership h1 {
    color: #f6f6f6;
    font-size: 2em;
    text-transform: capitalize; }

.hero-btn {
  font-weight: bold; }

.features {
  width: 100%;
  margin-top: 15%;
  padding: 0px;
  text-align: center;
  position: relative;
  margin-top: 20px; }
  .features h3 {
    text-transform: capitalize; }
  .features ul {
    width: 100%;
    padding: 100px 0px; }
  .features li {
    color: #9d9d9d;
    margin-bottom: 1.5em;
    height: 300px;
    box-sizing: border-box;
    transition: all 300ms ease; }
    .features li:hover, .features li:focus {
      margin-bottom: 1em; }
      .features li:hover p, .features li:focus p {
        color: #f6f6f6; }
  .features img {
    width: 70px; }
  .features video {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 0; }

.non-video {
  min-height: 100%;
  margin: 0;
  padding: 0.8em 1.2em;
  background-color: rgba(0, 0, 0, 0.9);
  position: relative; }

.testimonies {
  background-color: #f6f6f6;
  padding: 4em 0 2em; }
  .testimonies h2 {
    color: #785d06 !important; }
  .testimonies img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0px 0px 5px #f0b90b;
    filter: drop-shadow(10px, 10px 30px, #f0b90b);
    border-width: 1px;
    border-style: solid 1px #e2e2e2; }
  .testimonies :first-child {
    margin-bottom: 2em; }
  .testimonies figcaption {
    font-weight: bold;
    color: #785d06; }

.cta {
  display: flex;
  flex-direction: column;
  background-color: #203541;
  color: #9d9d9d;
  padding: 4em 1em; }

.cta-btn {
  color: #fff;
  font-weight: bolder;
  background-color: #861839;
  align-self: center;
  width: fit-content;
  display: block;
  border-radius: 20px;
  padding: 0.5em 1.5em;
  text-decoration: none;
  font-size: 1em;
  cursor: pointer;
  position: relative; }

.footer {
  width: 100%;
  background-image: #00171f;
  padding: 20px 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #f6f6f6;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(250px, 1fr) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  align-items: center;
  gap: 20px; }

.footer a {
  text-decoration: none;
  cursor: pointer; }

.footer ul {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.footer li {
  margin: 10px 0px; }

.footer ul li a {
  color: #9D9D9D; }

.news-alert {
  width: 100%;
  padding: 0.5em;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.8em;
  position: sticky;
  top: 0;
  z-index: 1001;
  background-color: #101b21; }

.alert {
  color: #f0b90b;
  margin: 0;
  padding: 0;
  transform: translate3d(0, 0, 0);
  animation: moveSlideshow 15s linear infinite; }

.blog {
  text-align: start;
  line-height: 0.2em;
  color: #9d9d9d;
  text-decoration: none;
  padding: 4em 1em; }

.blog-card {
  padding: 1em;
  cursor: arrow;
  line-height: 1.5rem; }
  .blog-card h3 {
    font-weight: bold; }
  .blog-card strong {
    font-size: 0.7rem; }
  .blog-card img {
    width: 100%;
    height: 250px;
    object-fit: cover; }
  .blog-card a {
    font-size: 0.7em;
    text-decoration: none;
    color: #9d9d9d;
    cursor: pointer; }
  .blog-card * {
    transition: all 0.3s ease; }

.blog-card:hover p {
  color: #e2e2e2; }

.blog-card:hover h3,
.blog-card:hover strong,
.blog-card:hover a {
  color: #f0b90b; }

.blog-card:active h3,
.blog-card:active strong,
.blog-card:active a {
  color: #f0b90b; }

@keyframes moveSlideshow {
  100% {
    transform: translateX(-100%); } }

@media only screen and (max-width: 650px) {
  .desktop {
    display: none; }
  .footer {
    text-align: center;
    align-items: center;
    justify-items: start; }
    .footer ul {
      margin-bottom: 20px; } }

@media only screen and (min-width: 650px) {
  #menu,
  .menu {
    display: none; }
  .mobile {
    display: none; }
  .desktop {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }
    .desktop a {
      color: #f6f6f6;
      text-decoration: none; }
    .desktop li {
      width: fit-content;
      margin-left: 10px; }
  nav {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row; }
  .hero, .leadership {
    display: grid;
    grid-template-columns: max-content;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3em; }
    .hero h1, .leadership h1 {
      color: #f6f6f6;
      padding: 0;
      margin: 0;
      font-size: 2.5em;
      line-height: 1em; }
  .hero-btn {
    margin-top: 4em !important; }
  .features:first-child {
    margin-top: 20%; }
  .features:last-child {
    margin-bottom: 20px; }
  .features ul {
    color: #9d9d9d;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    column-gap: 100px;
    row-gap: 50px;
    align-items: center;
    justify-items: center; }
  .features li {
    color: #9d9d9d;
    align-self: center; }
    .features li:hover {
      color: #f6f6f6; }
  .testimonies h2 {
    color: #101b21;
    text-transform: uppercase; }
  .testimonies ul {
    padding-top: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    align-items: center;
    justify-content: center; }
  .blog {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
    .blog h2 {
      color: #f6f6f6; } }

.hero, .leadership {
  width: 100%;
  height: 40vh;
  display: flex;
  flex-direction: column;
  background-image: url("../images/pat1.svg");
  background-color: rgba(0, 0, 0, 0.685);
  background-blend-mode: hue;
  align-content: center;
  justify-content: center;
  background-repeat: no-repeat;
  box-sizing: border-box; }
  .hero h3, .leadership h3 {
    font-weight: bold; }
  .hero h1, .leadership h1 {
    color: #f6f6f6;
    font-weight: 300; }

article {
  color: #f6f6f6;
  padding: 20px;
  word-spacing: 0.15rem; }
  article h4 {
    text-transform: capitalize; }

.leadership {
  height: 30vh !important;
  background-image: url("../images/pat2.svg");
  line-height: .7rem; }
  .leadership h2 {
    font-size: 2rem;
    font-weight: 200;
    color: #f0b90b; }

.teams {
  background-color: rgba(0, 0, 0, 0.685);
  word-spacing: 0.15rem;
  text-align: start; }
  .teams p {
    color: #9d9d9d; }
  .teams ul {
    margin-top: 50px; }
  .teams li {
    color: #f6f6f6;
    height: fit-content; }
  .teams blockquote {
    color: #9d9d9d;
    margin: 20px 0px;
    padding: 0px 20px; }
  .teams figcaption {
    margin-top: 20px;
    color: #f6f6f6;
    font-weight: bold; }
  .teams img {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 400px !important; }
  .teams li {
    color: #f6f6f6;
    margin-bottom: 20px;
    padding: 20px;
    background-image: rgba(63, 62, 62, 0.185);
    transition: all 900ms linear; }
  .teams span {
    width: 100% !important;
    color: #f0b90b;
    font-weight: bold; }
  .teams li:hover,
  .teams :focus {
    color: #f6f6f6; }

@media only screen and (min-width: 650px) {
  article {
    padding: 20px 10%; }
  .hero, .leadership {
    margin-top: 0px;
    height: 20vw;
    padding: 20px 10%;
    background-position: 50%;
    background-size: cover;
    text-align: start;
    align-items: flex-start;
    justify-content: center; }
  .teams {
    margin: 5% 0px;
    padding: 20px 10%; }
    .teams ul {
      width: 100%; }
    .teams figure {
      display: grid;
      box-sizing: border-box;
      word-wrap: break-word;
      background-color: #000;
      grid-template-columns: 30% 1fr;
      align-items: flex-start;
      justify-content: flex-start; }
    .teams img {
      width: 100%;
      height: 250px !important;
      min-height: 300px;
      object-fit: cover; } }
