/*   
 * Template Name: Appkit Landing - Responsive Website Template for Developers
 * Version: 1.0
 * Author: Xiaoying Riley
 * Website: http://themes.3rdwavemedia.com/
 * Twitter: @3rdwave_themes
* License: Creative Commons Attribution 3.0 License
*/
/* Theme default */
body {
  font-family: 'Open Sans', arial, sans-serif;
  color: #494d55;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin-bottom: 15px;
  line-height: 1.5;
}
a {
  color: #3aa7aa;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #5472d3;
}
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}
.btn .fa,
a.btn .fa {
  margin-right: 5px;
}
.btn-cta,
a.btn-cta {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 30px;
}
.btn-primary {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.hover {
  background:transparent;
  color: #fff;
  border: 1px solid #fff;
}

img {
  max-width: 100%;
  display: inline-block;
}

/* ======= Header ======= */
.header {
  position: fixed;
  background:rgb(0, 42, 183, 0.9);
  width: 100%;
  z-index: 1030;
  height: 80px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  height: 100%;
}

.header-container:before {
  content: none;
}
.header-container:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .header-container {
    justify-content: flex-start;
    padding: 0 10px;
  }
}
.header.header-scrolled {
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.header.header-scrolled a {
  color: #494d55;
}
.header.header-scrolled .logo {
  color: #40babd;
  padding-top: 12px;
}
.header.header-scrolled .logo .logo-icon-wrapper {
  content: url("/assets/images/waitly_logo.svg");
  width: 151px;
  height: 50px;
}
/* for ipad*/
@media (min-width: 768px) and (max-width: 991px) {
  .header.header-scrolled .logo .logo-icon-wrapper {
    width: 89.5px;
    margin-bottom: 5px;
  }
}
.header.header-scrolled .logo .logo-icon {
  width: 20px;
  height: 20px;
  margin-right: 0;
}
.header.header-scrolled .main-nav .nav .nav-item a {
  color: #a2a6af;
}
.header.header-scrolled .main-nav .nav .nav-item.active a {
  color: #494d55;
  font-weight: 700;
}
.header.header-scrolled .main-nav .nav .nav-item .image {
  content: url("/assets/images/black-store.svg")
}
.header a {
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header a:hover {
  text-decoration: none;
}
.header .logo {
  margin: 0;
  display: inline-block;
  float: left;
  font-size: 28px;
}
.header .logo .logo-icon-wrapper {
  margin-right: 3px;
  position: relative;
  display: inline-block;
  top: 2px;
}
.header .logo .logo-icon {
  width: 151px;
  height: 50px;
  content: url("/assets/images/waitly_white_logo.svg");
}
.header .logo .highlight {
  font-weight: 800;
}
.main-nav .navbar-toggle {
  margin-right: 0;
  margin-top: 0;
  background: none;
  position: absolute;
  right: 10px;
  top: 24px;
  background: #26282c;
}
.main-nav .navbar-toggle:focus {
  outline: none;
}
.main-nav .navbar-toggle .icon-bar {
  background-color: #fff;
  height: 3px;
}
.main-nav .navbar-toggle:hover .icon-bar {
  background-color: #fff;
}
.main-nav .nav .nav-item {
  font-weight: normal;
  font-size: 14px;
  margin-right: 25px;
}
.main-nav .nav .nav-item.active a {
  background: none;
  color: #fff;
}
.main-nav .nav .nav-item a {
  color: rgba(255, 255, 255, 1.0);
  font-weight: 400;
}
.main-nav .nav .nav-item a:hover {
  color: #fff;
  background: none;
}
.main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.main-nav .nav .nav-item:last-child {
  margin-right: 0;
}
.main-nav .nav.active {
  position: relative;
}
.nav > li > a {
  padding-left: 5px;
  padding-right: 5px;
}
/* ======= Hero Section ======= */
.hero-section {
  min-height: 560px;
  position: relative;
}

.hero-carousel {
  height: 650px;
  color: #fff;
}

img.download-badge {
    height: 50px;
}
.carousel-inner {
  height: inherit;
}

.carousel-indicators {
  bottom: 100px;
  margin-bottom: 0;
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  margin: 1px 5px;
}
.carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 1px 5px;
}

.hero-carousel .carousel-inner .item {
  height: 560px;
  /* background-position: center center; */
}

.hero-carousel .carousel-inner .item .item-1  {
  background-image: url('/assets/images/hero-bkg-1.webp') no-repeat center center;
  background-size: 100% 560px;
}

.hero-carousel .carousel-inner .heading {
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}
.hero-carousel .carousel-inner .intro {
  font-size: 18px;
}
.hero-carousel .carousel-inner .intro + .btn {
  margin-top: 15px;
}
/* ======= About Section ======= */
.about-section {
  padding-top: 90px;
}

.section-title {
  color:#5472d3;
  font-weight: 700;
}
.about-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
}
.about-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.copyright-link {
  color: #a2a6af;
}
.copyright-link:hover {
  text-decoration: underline;

}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item {
  background-size: cover;
  background-position: center 38%;
}

.carousel-fade .carousel-inner .item-1 {
  background-image: url('/assets/images/hero-bkg-1.webp');
}

.carousel-fade .carousel-inner .item-2 {
  background-image: url('/assets/images/hero-bkg-2.webp');
}

.carousel-fade .carousel-inner .item-3 {
  background-image: url('/assets/images/hero-bkg-3.webp');
}

.carousel-fade .carousel-inner .item-4 {
  background-image: url('/assets/images/cleaned-up1.webp');
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.navbar-nav {
  display: flex;
  align-items: center;
}

.nav-item.image {
  width: 100px;
}
/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.hero-carousel .carousel-inner .item-content-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.item-content {
  display: flex;
  height: 100%;
}

.item-content-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 80px;
}

.figure-holder {
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}


.figure-image {
  position: absolute;
  bottom: 40px;
}

.figure-image.overlay-image {
  right: 0;
}

/* for ipad */
@media (max-width: 991px) {
  .figure-image {
    bottom: -60px;
  }
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .navbar-nav {
    flex-direction: column;
  }
  .figure-image {
    position: relative;
    bottom: 0;
  }
  .figure-image.first {
    max-width: 330px;
  }
  .navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    left: 0;
    top: 80px;
    position: absolute;
    background: #26282c;
    z-index: 40;
  }
  .carousel-indicators {
    bottom: 0px;
  }

  .carousel-indicators li {
    border-color: #333;
    background-color: #fff;
  }

  .carousel-indicators .active {
    background-color: #333;
  }

  .carousel-fade .carousel-inner .item-1 {
    background-position: bottom bottom;
  }

  .header .main-nav .navbar-collapse .nav-item.active a {
    color: #40babd;
  }
  .header.header-scrolled .main-nav .navbar-collapse .nav-item.active a {
    border: none;
    color: #40babd;
  }
  .main-nav .navbar-collapse .nav-item {
    margin-right: 0;
  }
  .main-nav .navbar-collapse .nav-item a {
    text-align: center;
  }
  .pricing-wrapper .item-inner {
    min-height: inherit;
  }
  .pricing-wrapper .price-desc {
    min-height: inherit;
  }
  .hero-carousel .carousel-inner .heading {
    font-size: 26px;
    text-align: center;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    align-items: center;
  }

  .hero-section .item-container {
    display: flex;
    height: 100%;
  }

  .technologies li {
    margin-bottom: 15px;
  }
  .members-wrapper .item {
    margin-bottom: 30px;
  }
  .members-wrapper .item:last-child {
    margin-bottom: 0;
  }
  .hero-carousel {
    height: 580px;
  }
  .hero-carousel .carousel-inner .item {
    height: 455px;
  }
  .hero-carousel .carousel-inner .heading {
    padding-top: 80px;
  }
  .testimonials-section .item .profile-image {
    width: 60px;
    height: 60px;
  }
  .testimonials-section .item .quote {
    margin-left: 85px;
    padding: 15px;
  }
  .testimonials-section .item.item-reversed .quote {
    margin-right: 85px;
  }
  .team-section .item-inner {
    min-height: inherit;
  }
  .item-content-wrapper {
    flex-direction: column;
  }
  .figure-image {
    max-width: 350px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .feature-nav {
    text-align: left;
    padding-left: 30px;
  }
  .feature-nav > li {
    font-size: 15px;
  }

  .hero-carousel .carousel-inner .item-content-inner {
    max-width: 300px;
  }

  .item-content-inner img {
    height: 55px;
  }

  .team-section .item-inner {
    min-height: 515px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .feature-nav {
    margin-top: 30px;
    padding-left: 15px;
  }
  .feature-nav > li {
    font-size: 16px;
  }
  .feature-nav > li > a {
    padding: 15px 0;
  }
  .feature-nav > li.active > a {
    padding: 15px 0;
  }

  .hero-carousel .carousel-inner .item-content-inner {
    max-width: 415px;
  }
  .team-section .item-inner {
    min-height: 490px;
  }
  .figure-holder {
    flex: 2;
  }
  .figure-image {
    bottom: -85px;
  }
  .figure-image.figure-image-square {
    bottom:10px;
  }
  .figure-image.figure-image-second {
    bottom: 0;
  }
  .figure-image.overlay-image {
    bottom: -50px
  }
}
/* Large devices (large desktops, 1200px and up) */

.hero-carousel .carousel-button {
  width: fit-content;
  background-color: #fff;
  color: #5472d3;
  border-radius: 20px;
  font-weight: 700;
  padding: 10px 30px;
  cursor: pointer;
}




