.shards-landing-page--1 .welcome {
  position: relative;
  /* height: 100vh; */
  min-height: 700px;
  /* url("../images/company_landing/welcome-cover.png") no-repeat right center fixed, */
  background:  linear-gradient(to right bottom, #172731, #21333f, #2b3f4d, #354c5c, #40596b);
  background-size: contain;

}

.shards-landing-page--1 .welcome:before {
  position: absolute;
  z-index: 0;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* opacity: .3;
  background: black; */
}
.bt-shadow{
  box-shadow: 0 0 20px rgba(0,0,0,0.8) !important;
}
.header-img{
  width: 712px; 
  height: 600px; 
  background-color: red;
  position: absolute;
  right: 10px;
  top: 115px;
  background:  url("../images/company_landing/welcome-cover.png") no-repeat right center;
  background-size: 712px 600px;
}

.btn_pull{
  position: fixed;
    z-index: 10;
    bottom: 150px;
    right: 5px;
    font-size:20px;
    display: none;
    width: 200px;
    /* height: 100px; */
    white-space: initial;
-webkit-box-shadow: 0px 7px 39px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 7px 39px -10px rgba(0,0,0,0.75);
box-shadow: 0px 7px 39px -10px rgba(0,0,0,0.75);
}
.btn_pull p{
  /* margin-top: 11px; */
  margin-bottom: 0px;
}

@media (max-width: 1130px) {
  .header-img{
    transform: scale(0.8);
    right: -50px;
  }
}

@media (max-width: 980px) {
  .header-img{
    transform: scale(0.6);
    right: -100px;
  }
}
@media (max-width: 767px) {
  .header-img{
    background: none;
    display: none;
  }
  .btn_pull{
    top: 0px;
    width: 100%;
    height: 50px;
     right: 0px;
  }
}

.web{
  position: absolute;
  top: 0;
  width: 100%;
}

.monitor-page{
  position: relative;
  padding: 10px;
}
.monitor-page-child{
  background-color: rgba(90, 97, 105, 0.38);
  border-radius: 20px;
  position: absolute;
  top: 6%;
  width: 92%;
  height: 60%;
  left: 4%;
  overflow: hidden;

}
.monitor-page-child img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;

}
.monitor-img-change1{
  animation-name: cf3FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-direction: alternate;
}
.monitor-img-change2{
  animation-name: cf3FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 20s;
  animation-direction: alternate;
}

.anim-5{
  animation-name: cf3FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-direction: alternate;
}

.app-img img{
  position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}


@keyframes cf3FadeInOut {
  0% {
  opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}



/* PRICE TABLE */
article {
  width:100%;
  margin:0 auto;
}

article table { border-collapse:collapse; table-layout:fixed; width:100%; }
article th { background:#F5F5F5; display:none; }
article td, th {
  height:53px
}
article td,th { border:1px solid #DDD; padding:10px; empty-cells:show; }
article td,th {
  text-align:left;
}
article td+td, th+th {
  text-align:center;
  display:none;
}

article ul {
  display:table;
  top:0px;
  z-index:10;
  /* padding-bottom:14px; */
}

.btn-table {
  width:100%;
  border: 1px solid #DDD;
  border-right:0;
  border-top:0;
  padding: 10px;
  background:#FFF;
  /* font-size:14px;
  font-weight:bold; */
  height:60px;
  color:#999
}
.active-btn {
  background:#0097cf;
  color:#000;
}
.bg-purple {
  border-top:3px solid #A32362;
}
.bg-blue {
  border-top:3px solid #0097CF;
}
article .sep {
  background:#F5F5F5;
  font-weight:bold;
}
article .txt-l { font-size:28px; font-weight:bold; }
article .txt-top { position:relative; top:-9px; left:-2px; }
article .tick { font-size:18px; color:#2CA01C; }
article .hide {
  border:0;
  background:none;
}
.price-app{
  
}
@media (min-width: 640px) {
  .price-app{
    display: none;
  }
  article td,th {
    display:table-cell !important;
  }
  article td,th {
    /* width: 330px; */
  }
  article td+td, th+th {
    width: auto;
  }
  .table-price-btn{
    display:none;
  }
}



/* main page */

.slider-body{
  width: 100%;
  overflow: hidden;
}

.slider-image{
  height: 250px;
  overflow-x: hidden;
  /* overflow-y: hidden; */
  /* width: 100%;   */
  width: 4500px;  
  
  display:block;
  position:relative;
  animation:scroll 30s linear infinite;
}
.slider-image:hover {
  /* animation-play-state: paused */
}
@keyframes scroll{
  0% {left: 0px;}
  100% {left:-2250px;}
  }
.slider-image img{
  height: 200px;
  width: 200px;
  transition: all .2s ease-in-out;
}
.slider-image img:hover { transform: scale(1.1); } 
.slider-image table{
  height: 100%;
}
.slider-image td{
  height: 100%;
  width: 250px;
  
  
}

.slider-image::-webkit-scrollbar {
  height: 2px;
}
.slider-image::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

.slider-image::-webkit-scrollbar-thumb {
  background: #e0e0e0; 
}

/* Handle on hover */
.slider-image::-webkit-scrollbar-thumb:hover {
  background: #dadadb; 
}

.free{
  background-color: #314756;
  overflow: hidden;
}

.font-bold{
  font-weight: 700;
}

#btn_top {
    display: none;
    position: fixed;
    height: 50px;
    width: 50px;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #bfb0d5;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 100%;
    box-shadow: 0 2px 4px rgba(33, 37, 41, 0.1), 0 7px 14px rgba(33, 37, 41, 0.1);
}


    #btn_top:hover {
        background-color: #716188;
    }

@media (max-width: 767.98px) {
  .shards-landing-page--1 .welcome .inner-wrapper {
    text-align: center;
  }
}


@media (max-width: 400px) {
  .shards-landing-page--1 .welcome .welcome-heading {
    font-size: 2.415rem;
  }
}

.shards-landing-page--1 .section-title {
  position: relative;
}

.shards-landing-page--1 .section-title:after {
  content: '';
  width: 30px;
  height: 2px;
  background: #007bff;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -20px;
}

.shards-landing-page--1 .feature .icon {
  border-radius: 50%;
  min-width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(33, 37, 41, 0.1), 0 7px 14px rgba(33, 37, 41, 0.1);
  font-size: 27px;
  
}

.shards-landing-page--1 .section {
  border-bottom: 1px solid #eaebed;
}

.shards-landing-page--1 .section-invert {
  background: #f9fafc;
}

.shards-landing-page--1 .testimonials .avatar {
  max-width: 80px;
  overflow: hidden;
}

/*------------------------------------------*/

.shards-app-promo-page--1 .welcome {
    position: relative;
    height: 100vh;
    min-height: 700px;
    /* background: url("../images/user_landing/welcome-cover.jpg") no-repeat center center fixed; */
    background-size: cover;
}

.shards-app-promo-page--1 .welcome:before {
  position: absolute;
  z-index: 0;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .9;
  background: #212529;
}

@media (max-width: 991.98px) {
  .shards-app-promo-page--1 .welcome {
    height: 300px;
  }
  .shards-app-promo-page--1 .welcome .header-social-icons {
    display: none;
  }
}

@media (max-width: 767.98px) {
    .shards-app-promo-page--1 .welcome {
        height: auto;
    }
    .shards-app-promo-page--1 .welcome .inner-wrapper {
        padding-top: 4.5rem;
        text-align: center;
    }
}

@media (max-width: 400px) {
  .shards-app-promo-page--1 .welcome .welcome-heading {
    font-size: 2.415rem;
  }
}

.shards-app-promo-page--1 .welcome .iphone-mockup {
  max-width: 85%;
}

.shards-app-promo-page--1 .section-title {
  position: relative;
}

.shards-app-promo-page--1 .section-title:after {
  content: '';
  width: 30px;
  height: 2px;
  background: #cde4f1;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -20px;
}

.shards-app-promo-page--1 .section-title.underline--left:after {
  left: 0;
  margin-left: 0;
}

.shards-app-promo-page--1 .app-screenshot {
    /* background: url("../images/user_landing/features-background.jpg") no-repeat center center fixed; */
    background-size: cover;
}

.shards-app-promo-page--1 .app-screenshot:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #e9ecef;
  opacity: .6;
}

.shards-app-promo-page--1 .app-screenshot img {
  max-width: 300px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-shadow: 0 13px 25px rgba(0, 0, 0, 0.05), 0 60px 100px rgba(192, 192, 192, 0.5);
}

@media (max-width: 991.98px) {
  .shards-app-promo-page--1 .app-screenshot img {
    display: table;
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin: 0 auto;
  }
}

.shards-app-promo-page--1 .feature .icon {
  border-radius: 50%;
  min-width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(33, 37, 41, 0.2), 0 7px 14px rgba(33, 37, 41, 0.2);
  font-size: 27px;
  background-color: #cde4f1;
}

@media (max-width: 767.98px) {
  .shards-app-promo-page--1 .feature .icon {
    margin-right: 1.5rem !important;
  }
}

.shards-app-promo-page--1 .blog .card-img-top {
  height: 100%;
}

.shards-app-promo-page--1 .section {
  border-bottom: 1px solid #eaebed;
}

.shards-app-promo-page--1 .section-invert {
  background: #f9fafc;
}

.shards-app-promo-page--1 .testimonials .avatar {
  max-width: 80px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .shards-app-promo-page--1 .subscribe input, .shards-app-promo-page--1 .subscribe button {
    width: 100%;
  }
}
/*# sourceMappingURL=shards-extras.css.map */

.table-price-min {
  display: none;
}

@media (max-width: 340px) {
  .table-price {
    display: none;
  }
  .table-price-min {
    display: block;
  }
  .qr-label{
    font-size: 30px;
  }
  .qr-h2{
    font-size: 30px;
  }
}