.logo-dark {
  padding-top: 32px;
  padding-bottom: 32px;
  width: 320px;
}

.logo-light {
  padding-top: 32px;
  padding-bottom: 32px;
  width: 320px;
}

.justlogo {
  width: 100px;
}

.header {
  padding-top: 175px;
}

.header-color {
  color: white;
}

.wave {
  position: absolute;
  bottom: 100%;
}

.modal .wave {
  bottom: unset;
}

.navbar {
  background-color: #fff;
  top: 0;
}
.nav-navbar > .nav-link , .nav-navbar > .nav-item > .nav-link{
  color: #323d47 !important;
}

.nav-navbar > .nav-item > .nav-sub > .nav-link{
  color: #323d47;
}

.nav-item > .nav-link > .arrow {
  border-top: 3px solid #323d47 !important;
}


.navbar-scrolled {
  background-color: #fff;
}

@font-face {
  font-family: Spartan MB;
  src: url("../fonts/SpartanMB-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spartan MB;
  src: url("../fonts/SpartanMB-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: Spartan MB, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Spartan MB, sans-serif;
}

/* .navbar-mobile {
  justify-content: flex-end;
} */

.footer-bg {
  padding-top: 32px;
}

.footer-bg img:first-child {
  width: -moz-available;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}

.navbar-light .nav-navbar > .nav-link.active a.dropdown-toggle {
  color: white;
}

.navbar-stick-dark.stick .nav-navbar > .nav-link.active a.dropdown-toggle {
  color: #323d47;
}

li.dropdown .dropdown-menu,
nav .dropdown-menu li a {
  display: block;
  visibility: hidden;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}

li.dropdown:hover .dropdown-menu,
nav .dropdown-menu li a {
  display: block;
  visibility: visible;
  opacity: 1;
}

nav .dropdown-toggle::after {
  width: 8px;
  height: 8px;
  margin-bottom: 0.5rem;
}

nav .dropdown-menu {
  font-size: 13px;
  white-space: nowrap;
  padding: 10px 20px;
  margin: 0;
}

nav .dropdown-menu li {
  line-height: 3;
}

nav .dropdown-menu li a {
  color: #323d47;
  text-transform: none;
  font-weight: 400;
}

nav .dropdown-menu li a:hover {
  font-weight: 700;
}

.stick nav .dropdown-menu {
  background: #323d47;
}

.stick nav .dropdown-menu li a {
  color: white;
}

.footer-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
}

nav img {
  max-width: 240px;
}

.blue-text {
  color: #49a5cf;
}

.blue-text-appsure{
  color: rgb(95, 171, 202);
}

.yellow-text {
  color: #ffeb3b;
}

/* ACCELERATE section */
.dark-text {
  color: #363636;
}

.bg-blue-light{
  background-color: rgb(89, 191, 249);
  border-radius: 15px;
  font-size: 18px;
  box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
}

.bg-blue-middle{
  background-color: rgb(74, 163, 222);
  border-radius: 15px;
  font-size: 18px;
  box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
}

.bg-blue-dark{
  background-color: rgb(58, 130, 174);
  border-radius: 15px;
  font-size: 18px;
  box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
}

.box-left{
  width: 75%;
  margin: 1.2rem 1rem 1rem auto;
}

.box-right{
  width: 75%;
  margin: 1.2rem auto 1rem 1rem;
}

.box-center{
  margin: 1.2rem;
}

/* Appsure modules section */

.appsure-modules{
  background-color: rgb(78, 92, 107);
}

.appsure-block-content-right{
  background-color: rgb(95, 171, 202);
  margin: 15px 0;
  height: 100px;
  border-radius: 0px 50px 50px 0;
}
.appsure-block-content-left{
  background-color: rgb(95, 171, 202);
  margin: 15px 0;
  height: 100px;
  border-radius: 50px 0 0 50px;
}


.appsure-content{
  letter-spacing: 1px;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #fff;
}

.appsure-block-image{
  border: 8px solid #fff;
  border-radius: 50%;
  max-width: 100px;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.appsure-img{
  width: 50px;
  height: 45px;
  object-fit: contain;
}

.appsure-img-transform{
  transform: scale(1.3);
}

/* We offer section */
.weOffer{
  background-color: rgb(80, 94, 120);
}

.horizontal-block{
  background-color: #fff;
  padding: 15px;
  margin: 15px 0;
  border-radius: 15px;
  height: 220px;
  padding: 20px;

}

.subtitle p {
  /* font-size: 17px; */
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #363636;
}

.subtitle li {
  list-style: none;
  /* font-size: 15px; */
  /* letter-spacing: 0.3px; */
  color: #363636;
  margin: 8px 0;
  display: flex;
  align-items: center;
}

.x-icon {
  background: url(/assets/img/close.svg);
  width: 16px;
  height: 16px;
  background-size: cover;
  margin-right: 12px;
}

.check-icon {
  background: url(/assets/img/check.svg);
  width: 16px;
  height: 16px;
  background-size: cover;
  margin-right: 12px;
}

.subtitle li div:last-child {
  flex: 1;
}

.navbar-mobile {
  justify-content: flex-end;
}

.grow-title-bottom > p {
  flex-direction: row;
}

/* Medium Devices, Desktops, Ipad */
@media only screen and (max-width: 992px) {
  .navbar-mobile {
    justify-content: flex-start;
  }

  .nav-navbar .arrow {
    border-top: 3px solid #868e96 !important;
  }

  .box-right , .box-left{
    width: 100%;
    margin: 1rem auto;
  }
  .box-center{
    width: 100%;
    margin: 1rem auto;
  }

  .grow-title-bottom > p {
    font-size: 12px;
  }

  .horizontal-block{
    height: 320px;
  }
}

@media only screen and (max-width: 768px){
  .box-right , .box-left{
    margin: 1rem auto;
  }

  .box-center{
    width: 100%;
    margin: 1rem auto;
  }

  .grow-title-bottom {
    flex-direction: column;
  }

  .hidden{
    display: none;
  }
  .horizontal-block{
    height: auto;
  }
}

.nav-navbar .arrow {
  border-top: 5px solid rgba(255, 255, 255, 0.65);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-left: 5px;
}

.nav-sub {
  width: 250px;
}

.footer-content {
  position: absolute;
  bottom: 5%;
  left: 13%;
}

.footer-text {
  margin-right: 32px;
}

.footer-text p {
  font-weight: 600;
  color: white;
  margin-bottom: 0.4rem;
  font-size: clamp(12px, 1.5vw, 32px);
  line-height: clamp(12px, 1.5vw, 32px);
}

#nokey {
  position: absolute;
  top: 0;
  width: 100%;
}

.cover-image{
  position: relative;
  left: -100px;
}

/* Draw line with cricles */
.line-circle{
  border-bottom: 2px solid black;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.line-circle:before, .line-circle:after {
  position:absolute;
  bottom:-6px;
  left:0;
  height:10px;
  width:10px;
  background: #fff;
  border: 1px solid #000;
  content:"";
  border-radius:5px;
}

.line-circle:after {
  right:0;
  left:auto;
}

.promo-video {
	height: 100vh;
}

video::cue {
  background-color: #347aaa;
  color: #ffffff;
}

.privacy-text {
    padding-left: 2em;
}
.privacy-text a {
    color: white;
}