/* Landing page CSS File 
===================
    Item Name: Erratum - 404 Error pages
    Author: Ashish Maraviya
    Version: 1.0
    Copyright 2020
===================*/
/*==============
	Page General css
=================*/
/** Back to top button **/
body {
  font-family: 'Lato', sans-serif; }

h1 {
  font-family: 'Lato', sans-serif; }

h2 {
  font-family: 'Lato', sans-serif;
  margin-top: -5px;
  font-weight: 600;
  font-size: calc(22px + (32 - 22) * ((100vw - 300px) / (1920 - 320)));
  color: #555; }

h3 {
  font-family: 'Lato', sans-serif; }

h4 {
  font-family: 'Lato', sans-serif; }

h5 {
  font-family: 'Lato', sans-serif; }

h6 {
  font-family: 'Lato', sans-serif; }

.disp-block {
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: inline-block;
  box-sizing: border-box; }

.ad-card {
  border-radius: 15px; }
  .ad-card .product-bg {
    border-radius: 15px; }

.page-hero {
  height: 80vh;
  padding: 20px;
  text-align: left;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative; }
  .page-hero:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 80px 80px;
    background-image: url("../img/cover.png");
    background-position: center;
    background-size: cover;
    background-attachment: fixed; }
  .page-hero .hero-plan-image {
    width: 150px;
    height: 260px;
    box-shadow: 0px 0px 15px #8c8c8c;
    -webkit-box-shadow: 0px 0px 15px #8c8c8c;
    -moz-box-shadow: 0px 0px 15px #8c8c8c; }

.page-intro {
  max-width: 700px;
  padding: 0;
  position: relative;
  text-align: left;
  text-align: center;
  /*border-radius: 10px;*/ }
  .page-intro img {
    width: 200px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 8px 0px #5f5f5f;
    border-radius: 30px; }
  .page-intro h1 {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 56px;
    line-height: 120%;
    font-weight: 900; }
  .page-intro .typer {
    font-size: 45px; }
  .page-intro p {
    position: relative;
    z-index: 1;
    color: #f8f8f8;
    font-size: 15px;
    letter-spacing: 0.03rem;
    line-height: 24px; }

.hero-details {
  display: flex;
  align-items: center;
  justify-content: center; }

.blue {
  color: #5076db; }

.green {
  color: #fff !important; }

.cursor {
  color: #fff !important;
  font-size: 45px; }

.hero-plan-image-1 {
  position: fixed;
  top: 50px;
  left: 100px; }

.hero-plan-image-2 {
  position: absolute;
  top: 50px;
  left: 450px; }

.hero-plan-image-3 {
  position: absolute;
  top: 50px;
  right: 350px; }

.hero-plan-image-4 {
  position: absolute;
  bottom: 50px;
  left: 350px; }

.hero-plan-image-5 {
  position: absolute;
  bottom: 50px;
  left: 650px; }

.hero-plan-image-6 {
  position: absolute;
  bottom: 50px;
  right: 100px; }

.pp-section {
  padding: 100px 0 70px 0; }

.demo-sec {
  /*padding: 100px 0 100px 0;*/ }

.section-bg {
  background-image: url("../img/section-bg.png");
  background-size: cover;
  background-position: center; }

.section-header {
  margin-bottom: 33px; }

.design-image {
  height: auto; }
  .design-image:hover {
    box-shadow: 0px 0px 15px #bbadff;
    -webkit-box-shadow: 0px 0px 15px #bbadff;
    -moz-box-shadow: 0px 0px 15px #bbadff; }

.preview:hover {
  webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.preview-text {
  margin: 15px 10px 30px 10px;
  color: #555;
  font-size: 18px;
  text-align: center; }

.preview-text-inner {
  margin-bottom: 30px; }

.preview-image {
  /*max-height: 300px;*/
  border-radius: 30px;
  box-shadow: 0px 0px 15px #a9a9a9;
  overflow: hidden;
  position: relative;
  overflow: initial;
  /*height: 100%;*/
  width: 100%;
  webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .preview-image:after {
    content: "";
    width: 100%;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    /*background: url("../img/screen.png");*/
    background-size: 100% 100%;
    background-repeat: no-repeat; }
  .preview-image:hover .caption-block {
    opacity: 1; }

.preview-image-inner {
  max-height: 250px; }

.style-image {
  width: 100%;
  border-radius: 30px; }

.caption-block {
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  border: 0px solid #5076db;
  border-radius: 30px;
  text-align: center;
  z-index: 999;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .caption-block a {
    color: #fff;
    background-color: #915bc7;
    padding: 10px 15px;
    margin: 5px;
    text-decoration: none;
    border-radius: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .caption-block a:hover {
      background-color: #cf9eff; }

.product-bg {
  box-shadow: 0px 0px 15px #e2e0e0;
  -webkit-box-shadow: 0px 0px 15px #e2e0e0;
  -moz-box-shadow: 0px 0px 15px #e2e0e0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .product-bg:hover {
    box-shadow: 0px 0px 15px #a9a9a9;
    -webkit-box-shadow: 0px 0px 15px #a9a9a9;
    -moz-box-shadow: 0px 0px 15px #a9a9a9;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.features-image {
  box-shadow: 0px 0px 15px #dfd9ff;
  -webkit-box-shadow: 0px 0px 15px #dfd9ff;
  -moz-box-shadow: 0px 0px 15px #dfd9ff;
  border-radius: 25%;
  background-color: #fff; }

.features-text {
  margin: 15px 0px 30px 0px;
  color: #555;
  font-size: 16px;
  text-align: center;
  font-weight: 600; }

.rating {
  margin: 0 15px;
  width: 100%;
  text-align: center; }

.rating-star {
  padding-bottom: 30px; }

.footer {
  background-color: #444; }
  .footer p {
    margin-bottom: 0;
    padding: 15px;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #fff; }

#return-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  display: none;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  border: 2px solid #fff;
  z-index: 999;
  background-color: #915bc7; }
  #return-to-top span {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0;
    top: 2px;
    font-size: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #return-to-top:hover span {
    color: #fff;
    top: -1px; }

#return-to-top.show {
  opacity: 1;
  visibility: visible; }

/*# sourceMappingURL=landing-style.css.map */
