body{
  font-size: 16px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Poppins',sans-serif;
  color: #7A848E;
  overflow-x: hidden !important;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

img{
  max-width: 100%;
}
p{
  font-weight: 300;
}
.btn:focus,
button:hover,
button:focus,
button:active,
button:hover:active {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.btn{
  text-align: center;
  font-family: inherit;
  font-size: 16px;
  border: 0;
  min-width: 160px;
  padding: 14px;
  height: 60px;
  border-radius: 3px;
  transition: 450ms all;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.btn-preview.active,
.btn-buy{
  color: rgb(37,42,213);
  border: none;
  background: #fff;
}
.btn-preview.active,
.btn-buy:hover,
.btn-buy:focus,
.btn-buy:active{
  color: #fff;
  border: none;
  background: rgb(37,42,213);
  background: -moz-linear-gradient( 93deg,rgba(37,42,213,1) 0%,rgba(122,49,222,1) 52%,rgba(196,56,231,1) 100% );
  background: -webkit-linear-gradient( 93deg,rgba(37,42,213,1) 0%,rgba(122,49,222,1) 52%,rgba(196,56,231,1) 100% );
  background: linear-gradient( 93deg,rgba(37,42,213,1) 0%,rgba(122,49,222,1) 52%,rgba(196,56,231,1) 100% );
}

.btn-demos{
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.btn-preview{
  background: #fff;;
  color: rgb(37,42,213);
  box-shadow: rgba(210, 210, 210, 0.78) 0px 12px 24px -10px;
}
.btn-preview:hover,
.btn-demos:hover,
.btn-demos:focus,
.btn-demos:active{
  color: #fff;
  border: none;
  background: rgb(37,42,213);
  background: -moz-linear-gradient( 93deg,rgba(37,42,213,1) 0%,rgba(122,49,222,1) 52%,rgba(196,56,231,1) 100% );
  background: -webkit-linear-gradient( 93deg,rgba(37,42,213,1) 0%,rgba(122,49,222,1) 52%,rgba(196,56,231,1) 100% );
  background: linear-gradient( 93deg,rgba(37,42,213,1) 0%,rgba(122,49,222,1) 52%,rgba(196,56,231,1) 100% );
}

.btn-demos-footer{
  border-color: rgba(37,42,213,.5);
  color: rgb(37,42,213);
}

.section-title-block{
  text-align: center;
  margin-bottom: 80px;
}
.section-title-block h2{
  font-size: 32px;
  line-height: 40px;
  color: rgb(15, 33, 55);
  margin-bottom: 15px;
}
.section-title-block p{
  font-weight: 300;
}

.prv-banner-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 150px 0;
  background: url('images/preview-bg.jpg') no-repeat;
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}
.prv-banner-wrapper:before{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.75;
  background: rgb(200,56,231);
  background: linear-gradient( -30deg,rgba(200,56,231,1) 0%,rgba(31,42,213,1) 100% );
}
.preview-block{
  text-align: center;
  margin-bottom: 70px;
  
}
.thumb-block {
  box-shadow: rgba(210, 210, 210, 0.78) 0px 12px 24px -10px;
}
.preview-title{
  font-size: 20px;
  color: rgb(15, 33, 55);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.025em;
  text-align: center;
  margin: 30px 0px 0px;
}
.preview-block:hover .preview-links{
  opacity: 1;
  visibility: visible;
}
.preview-block:hover .thumb-block:before{
  opacity: 0.5;
  visibility: visible;
}
.preview-block:hover .thumb-block img{
  transform: scale3d(1.1,1.1,1);
}
.thumb-block img{
  border-radius: 6px;
  transition: all 0.6s ease-in;
}
.thumb-block{
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.thumb-block:before{
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 450ms all;
  background: linear-gradient( -30deg,rgba(200,56,231,1) 0%,rgba(31,42,213,1) 100% )
}
.preview-label{
  height: 40px;
  border-radius: 8px;
  line-height: 40px;
  width: 60px;
  background: rgb(37,42,213);
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -15px;
  left: -15px;
  box-shadow: rgba(138, 87, 222, 0.78) 0px 8px 19.74px -2px;
}

.btn-preview{
  min-width: 100px;
  font-size: 15px;
}
.preview-links{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-20px);
  display: flex;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  align-items: center;
  justify-content: center;
}
.features-block-section{
  padding-bottom: 60px;
}
.featur-block{
  text-align: center;
  margin-bottom: 70px;
}
.featur-block img{
  display: block;
  margin: 0 auto 40px auto;;
}
.featur-block h4{
  font-weight: 400;
  font-size: 20px;
  color: rgb(15, 33, 55);
  margin-bottom: 30px;
}

.technology-sections{
  padding-bottom: 130px;
}
.technology-row{
  display: flex;
  align-items: center;
}
.technology-content-block h2{
  font-size: 32px;
  line-height: 45px;
  color: rgb(15, 33, 55);
  margin-bottom: 15px;
}
.technology-content-block p{
  margin-bottom: 40px;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.technology-content-block li{
  margin-bottom: 15px;
  display: flex;
}
.technology-content-block li span{
  font-weight: 300;
}




#home-pages:focus,
#features:focus,
#other-pages:focus {
  outline: none;
}

.main-wrap{
  position: relative;
  background: #fff;
}
.explore-pages-block{
  padding: 100px 0 60px 0;
}
.preview-bnr-content h1{
  font-size: 37px;
  line-height: 50px;
  margin: 0 0 38px 0;
  font-weight: 600;
  color: #fff;
}
.preview-bnr-content p{
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  margin: 0 0 40px 0;
  color: #fff;
}
.empty-div{
  pointer-events: none;
  background: transparent;
  min-height: 100vh;
  width: 100%;
  position: relative;
}
.empty-div:before{
  width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(-45deg,transparent 7%,transparent 50%,rgba(0,0,0,.5));
    background: -webkit-linear-gradient(315deg,transparent 7%,transparent 50%,rgba(0,0,0,.5));
    background: linear-gradient(135deg,transparent 7%,transparent 50%,rgba(0,0,0,.5));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
}    





.faq-secction{
  padding: 0 0 130px 0;
}
.faq-wrap{
  margin: 0 auto;
  width: 50%;
}
.card {
  border-radius: 0;
}
.card{
  border-bottom: 1px solid rgb(235, 235, 235) !important;
}
.card-body{
  padding: 0 16px 20px 16px;
}
.card-header {
  padding: 30px 16px;
  border-radius: 0;
  background-color: transparent;
}
.card-header h5{
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}
.card-header button{
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  font-weight: 700;
  color: rgba(0,0,0,.87);
  text-align: left;
  white-space: normal;
  background: transparent;
}
.card-header button:hover,
.card-header button:focus,
.card-header button:active,
.card-header button:active:focus{
  color: rgba(0,0,0,.87);
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.card-body p{
      color: #616161;
}


.accordion .card:not(:first-child) {
      border-top: 0;
}

.collapse.show .card-body{
  border-bottom: 1px solid rgba(0,0,0,.125);
}


.demo-infos-wrap {
  background: #f4f7fa;
}

.demo-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}
.demo-infos .demo-info {
  padding: 30px 0;
}
.demo-infos .demo-info h4 {
  font-size: 3rem;
  font-size: 500;
  color: #246df8;
}
.demo-infos .demo-info p {
  font-size: 1.4rem;
  font-family: 'Poppins', sans-serif;
  color: #101725;
}


.purchase-msg{
  text-align: center;
  padding: 150px 0;
  background: rgba(241, 241, 241, 0.55);

}
.purchase-msg h2{
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 40px;
  color: rgb(15, 33, 55);
}
.purchase-msg p{
  margin-bottom: 5px;
  font-size: 16px;
  color: rgb(37,42,213);
  text-transform: uppercase;
}

.btn-group-block{
  display: flex;
}
.btn-group-block.v-2{
  justify-content: center;
}
.btn-group-block.v-2 .btn-buy{
  color: #fff;
  border: none;
  background: rgb(37,42,213);
  background: -moz-linear-gradient( 93deg,rgba(37,42,213,1) 0%,rgba(122,49,222,1) 52%,rgba(196,56,231,1) 100% );
  background: -webkit-linear-gradient( 93deg,rgba(37,42,213,1) 0%,rgba(122,49,222,1) 52%,rgba(196,56,231,1) 100% );
  background: linear-gradient( 93deg,rgba(37,42,213,1) 0%,rgba(122,49,222,1) 52%,rgba(196,56,231,1) 100% );
}
.btn-buy{
  margin-right: 15px;
}
.technology-thumb-block{
  padding-right: 35px;
}
.technology-thumb-block img{
  border-radius: 8px;
}
@media all and (max-width: 912px) {

  .prv-banner-wrapper{
    min-height: auto;
    position: static;
    padding: 80px 0;
    background-image: none!important;
    background-color: #f6f6f6;
  }
  .prv-banner-wrapper:before{
    height: 200%;
  }
  .technology-thumb-block,
  .empty-div{
    display: none;
  }
  .features-block-section{
    padding-bottom: 0;
  }
  .technology-row{
    display: block;
  }
  .faq-wrap{
    width: 90%;
  }
}

@media all and (max-width: 375px) {
  
  .btn-group-block{
    display: block;
  }
  .btn-buy{
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .btn{
    display: block;
    width: 160px;
    margin: 15px auto;
  }
  .btn+.btn{
    margin: 30px auto 0 auto;
  }
  .thumb-block .btn{
    margin: 0px auto;
  }
}
