@font-face {
  font-family: 'HelveticaRegular';
  src: url('/fonts/HelveticaNeueLT-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaLight';
  src: url('/fonts/HelveticaNeueLT-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaBold';
  src: url('/fonts/HelveticaNeueLT-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CodeNext';
  src: url('/fonts/CodeNext-SemiBold.ttf') format('truetype');
  font-weight: 700;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
  --pry-color:#00A7E7
}
b, .fw-bold {
  font-family: 'Inter', sans-serif;
}
.fw-light {
  font-family: 'HelveticaLight' !important;
}
.fw-normal {
  font-family: 'HelveticaRegular' !important;
}
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #08141F;
  color: #fff;
}
footer {
  margin-top: auto;
  background-color: #000;
  color: #fff;
}
footer ul {
  list-style: none;
}
footer a {
  color: #fff !important;
  font-size: 15px;
  font-weight: 300;
}
p, li {
  opacity: .8;
}
.bg-pry {
  background-color: #00A7E7;
}
.text-pry {
  color: #00A7E7;
}
.logo {
  max-width: 250px;
}
.wl-100 {
  width: 100%;
}
.nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.btn-pry {
  background-color: var(--pry-color);
  color: #0B1825;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  transition: .5s;
}
.btn-pry:hover, .btn-pry:focus {
  background-color: #00D3FF;
  color: #0B1825;
  /* transform:translateY(-2px); */
  transition: .5s;
}
.dark-field {
  border-radius: 8px;
  border:1px solid #ffffff1a;
  overflow: hidden;
}
.dark-field .input-group-text {
  background-color: #24394C;
  border:0;
}
.dark-field .form-control:focus{
  box-shadow: none !important;
}
.dark-field .form-control{
  background-color: #24394C;
  color: #fff;
  font-size: 14px;
  height:40px;
  border:none;
}
.dark-field .form-control::placeholder {
  color: rgba(255,255,255,.4);
}
.navbar > .container {
  border-bottom: 1px solid rgba(255, 255,255, 0.2);
  padding-bottom: 20px;
}
a {
  text-decoration: none;
}
.title {
  font-size: 52px;
  font-family: 'Inter', sans-serif;
}
.subtitle {
  font-size: 48px;
  font-family: 'Inter', sans-serif;
}
.hero-section{
  background-image: url('/img/comp/hero.png');
  background-size: 54%;
  background-position: 750px;
  background-repeat: no-repeat;
}
.hero-sub {
  font-size: 24px;
  font-weight: 400;
  opacity: 1;
}
.hero-proof {
  font-size: 17px;
  opacity: .8;
}
.label {
  color: var(--pry-color);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.grid-bottom {
  background-image: url('/img/comp/grid-bottom.png');
  background-size: cover;
  background-position: bottom;
}
.grid-top {
  background-image: url('/img/comp/grid-top.png');
  background-size: cover;
  background-position: top;
}
.upskill {
  background-color: #060409;
  background-image: url('/img/comp/stairs.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 70%;
}
.sep {
  font-family: 'HelveticaLight';
  font-weight: 100;
  opacity: .4;
}
.wistia_click_to_play {
  display: grid;
  place-items: center;
}
.wistia_click_to_play > div > div:nth-child(2),
.wistia_click_to_play > div > div:nth-child(3) {
  opacity: 0;
}
.wistia-popup {
  position: relative;
  box-shadow: 0 59.5px -38px #00A7E7;
}
.wistia-popup .play-blue {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 130px;
  width: 130px;
  animation: pulse-animation 5s infinite;
  cursor: pointer;
}
@keyframes pulse-animation {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: .9;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: .7;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: .9;
  }
}
.header {
  font-size: 22px;
}
.num {
  height: 30px;
  width: 30px;
  display: grid;
  place-items: center;
  background-color: var(--pry-color);
  color: #fff;
  font-size: 18px;
  border-radius: 100%;
}
.sm-card {
  background-color: #0c1e2f;
  border-radius: 5px;
  font-size: 16px;
}
.split {
    background: linear-gradient(to right, var(--pry-color) 0%, #222 49%);
}
body:has(.wistia_popover_overlay) {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
@media screen and (max-width:1399px) {
  .title {
    font-size: 48px;
  }
  .subtitle {
    font-size: 42px;
  }
  .hero-sub {
    font-size: 22px;
  }
  body, .hero-proof {
    font-size: 17px;
  }
  .hero-section {
    background-position: right;
  }
}
@media screen and (max-width:1199px) {
  .hero-section {
    background-size: 800px;
    background-position: bottom center;
  }
}
@media screen and (max-width:991px) {
  .upskill {
    background-position: bottom right;
  }
  .hero-section {
    background-size: 700px;
    background-position: bottom center;
  }
  .mb-100 {
    width: 100%;
  }
  .navbar-collapse {
      position: fixed;
      top: 0;
      left: -100%;
      width: 80%;
      max-width: 320px;
      height: 100vh;
      background: #fff;
      z-index: 110;
      overflow-y: auto;
      box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    }

    .navbar-collapse.show {
        left: 0;
    }

    /* Overlay */
    .nav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 157, 255,.3);
        z-index: 100;
        display: none;
    }

    .nav-overlay.show {
        opacity: 1;
        visibility: visible;
    }

    /* Prevent body scroll when nav is open */
    body.nav-open {
        overflow: hidden;
    }
    .provider-card .title.sm {
      font-size: 30px;
    }
    .bar-container {
      padding: 15px 25px;
      background-color: #000;
      height: 100vh;
      overflow: auto;
    }
    .collapse,
    .collapse.show {
      transition: none !important;
    }
    .navbar-toggler {
      padding: 12px;
    }
    .navbar-toggler:focus{
      box-shadow: none;
    }
    .nav-link {
      color: #fff !important;
    }
    .split {
        background: linear-gradient(to bottom, var(--pry-color) 0%, #000 55%);
    }
    .split .grid-bottom {
      background-image: none;
    }
    .grid-bottom, .grid-top {
      background-size: auto;
      background-repeat: no-repeat;
    }
}
@media screen and (max-width:767px) {
  .hero-section {
    background-size: 600px;
    background-position: bottom center;
  }
  .upskill {
    background-image: none;
  }
  .wistia-popup .play-blue {
    height: 130px;
    width: 130px;
  }
}
@media screen and (max-width:575px) {
  .hero-section {
    background-size: 500px;
    background-position: bottom center;
  }

  .sm-100 {
    width: 100%;
  }
  .hero-section .subtitle, .title {
    font-size: 45px;
  }
  .subtitle {
    font-size: 32px;
  }
  .hero-sub {
    font-size: 22px;
  }
  body, .hero-proof {
    font-size: 17px;
  }
  .btn-pry {
    font-size: 18px;
  }
  .dark-field .form-control{
    height: 50px;
    font-size: 17px;
  }
}
@media screen and (max-width:400px) {
  .hero-section .subtitle, .title {
    font-size: 35px;
  }
  .subtitle {
    font-size: 30px;
  }
  .hero-sub {
    font-size: 19px;
  }
}
