h1, h2, h3 {
  font-family: 'Red Hat Display', sans-serif;
}
h1 {
  font-size: 70px;
  line-height: 72px;
}
h2 {
  font-size: 66px;
  line-height: 66px;
}
p, span {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.navbar {
  background: #060027;
}
.btn-primary a, a.navbar-brand {
  color: #fff;
}
.nav-link {
  color: #fff;
}
.nav-link.active-underline {
  background-color: none;
  border-color: none;
  border-bottom: 3px solid #fff;
}

/* Remove border from toggler */
.navbar-toggler {
  border: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}

/* Lines of the Toggler */
.toggler-icon {
  width: 30px;
  height: 3px;
  background-color: #e74c3c;

  display: block;
  transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar {
  margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
  background-color: #777777;
}

.btn-primary {
  background-color: #53A1FF;
  border-color: #53A1FF;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 22px;
}

.btn-primary a {
  text-decoration: none;
}

.home__hero {
  background: url('../assets/images/hero-bg-desktop.svg') no-repeat;
  background-size: cover;
  height: calc(100vw*.52);
  position: relative;
  color: #fff;
}

.home__video-wrapper {
  max-width: 818px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.home__hero h1 {
  text-align: center;
  padding: 60px 0 20px;
}

.home__hero .bot {
  position: relative;
  float: right;
  bottom: 420px;
  right: -50px;
}

.home__text {
  padding: 160px 0;
  text-align: center;
}

.custom {
  max-width: 614px;
  margin: 0 auto;
}

.home__bot {
  background: #EFF0F0;
  padding: 70px 0;
}

.home__bot h1 {
  text-align: center;
}

.home__bot .reason {
  background: #fff;
  border: 1px solid #D3D2D2;
  border-radius: 16px;
  padding: 16px 20px;
  margin: 40px 0;
  display: inline-block;
  font-family: 'Inter', sans-serif;
  /* font-family: 'IBM Plex Sans', sans-serif; */
}

.reason .check {
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: #01A020;
  display: inline-block;
  border-radius: 50%;
  margin-right: 6px;
  text-align: center;
}

.reason .check img {
  margin-top: -6px;
}

.reasons-col {
  width: calc(33%);
}

.reasons-col:first-child .reason:nth-child(2){
  margin-left: -70px;
}

.reasons-col:first-child .reason:nth-child(3) {
  margin-left: -30px;
}

.reasons-col:last-child .reason:nth-child(2), 
.reasons-col:last-child .reason:nth-child(3){
  margin-left: 20px;
}

.reasons-row {
  display: flex;
  justify-content: center;
}

.home__lpt {
  margin: 160px 0;
}

.home__lpt .info {
  background: #060027;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  bottom: 100px;
}

.home__lpt .info img {
  height: 58px;
  margin-bottom: 10px;
}

.placeholder {
  position: relative;
  max-width: 466px;
  width: 100%;
  height: 313px;
  background: #D3D3D3;
}

.lpt-reason {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}

footer {
  background: #E5E6E6;
  padding: 80px 0 45px;
}

.disclaimer {
  font-size: 14px;
  text-align: center;
}

.mockup {
  max-width: 608px;
  width: 100%;
}
@media (min-width: 1920px) {
  .home__hero h1 {
    padding: 150px 0 20px;
  }
  .home__hero .bot {
    bottom: 110px;
  }
}

@media (max-width: 992px) {
  h1, h2 {
    font-size: 36px;
    line-height: 38px;
  }
  
  .downdownopen {
    display: block;
  }

  .home__hero {
    background: url('../assets/images/hero-bg-tablet.svg') no-repeat;
    height: calc(100vh*.93);
    background-size: cover;
  }

  .home__video-wrapper {
    width: 86vw;
  }
  
  .home__hero .bot {
    bottom: -40px;
    right: -30px;
  }
  .home__bot .reason {
    width: 100%;
    margin: 10px 0;
  }
  .dezzy-large {
    width: 180px;
  }
  .reasons-col {
    width: 100%;
  }
  .reasons-row {
    flex-wrap: wrap;
  }
  .reasons-col:nth-child(2) {
    order: 3;
  }
  .reasons-col:first-child .reason:nth-child(2),
  .reasons-col:last-child .reason:nth-child(2),
  .reasons-col:first-child .reason:nth-child(3),
  .reasons-col:last-child .reason:nth-child(3){
    margin-left: 0;
  }
  .placeholder {
    margin-top: 30px;
  }
  .lpt-reason {
    font-size: .8rem;
  }

}


@media (max-width: 499px) {
  h1, h2, .home__hero h1 {
    font-size: 36px;
    line-height: 38px;
  }
  .btn-primary {
    width: 100%;
  }
  .home__hero {
    background: url('../assets/images/hero-bg-mobile.svg') no-repeat;
    background-size: cover;
    background-position: center -60px;
  }
  .home__hero .bot {
    right: -10px;
    bottom: -10px;
    width: 160px;
  }
  .home__video-wrapper {
    width: 95vw;
  }
  .home__lpt {
    text-align: center;
  }
  .home__lpt .info {
    bottom: 40px;
    text-align: left;
  }
  .mockup {
    margin-top: 30px;
  }
}
