nav {
  background: #809EAC;
  padding: 15px;
}
nav .logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
nav .logo img {
  width: 50px;
  margin-right: 5px;
}
nav .logo .logoClaim {
  text-transform: uppercase;
  color: white;
  font-weight: 400;
}
.msSlider {
  position: relative;
  overflow: hidden;
  background: #f8f9fa;
  height: 40vh;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.msSlider .msSliderContent {
  position: relative;
  z-index: 1;
}
.textArea {
  margin-bottom: 60px;
}
.textArea a {
  color: #304c59;
  font-weight: bold;
  text-decoration: underline;
}
.phoneimg {
  width: 100%;
}
.contentArea {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  height: 100%;
  text-align: center;
}
.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}
@media screen and (max-width: 1023px) {
  .product-device {
    width: 200px;
    height: 380px;
    opacity: 0.3;
  }
}
.product-device::before {
  position: absolute;
  top: 30px;
  right: 15px;
  bottom: 30px;
  left: 15px;
  content: "";
  border-radius: 5px;
  background-image: url(../images/homeScreenshot.png);
  width: calc(100% - 30px);
  height: calc(100% - 60px);
  background-size: cover;
  opacity: 0.8;
}
.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.productCards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .productCards {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
.nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-tabs a {
  text-align: center;
  width: 50%;
  background: #ffffff;
  color: #304c59;
  border: 1px solid #304c59;
  transition: all 0.3s;
  text-decoration: none;
  padding: 15px;
}
.nav-tabs a.active {
  background: #304c59;
  color: #ffffff;
  border: 1px solid #304c59;
}
.carousel {
  margin: 60px 0;
}
.carousel .carousel-item img {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .carousel .carousel-item img {
    width: 60%;
  }
}
.carousel .carousel-item span {
  text-align: center;
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}
.carousel .carousel-item span.steps {
  font-size: 14px !important;
  display: block;
  color: rgba(33, 37, 41, 0.6);
}
.carousel .fas {
  color: #304c59;
  font-size: 50px;
}
.downloadBtn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.downloadBtn a {
  background: #304c59;
  color: white;
  outline: none;
  text-decoration: none;
  padding: 10px 30px;
}
/*# sourceMappingURL=style.css.map */