/* Landing page CSS File 
===================
    Item Name: Erratum - 404 Error pages
    Author: Ashish Maraviya
    Version: 1.0
    Copyright 2020
===================*/
/*==============
	Page General css
=================*/
@media only screen and (max-width: 1366px) {
  .page-intro h1 {
    font-size: 46px; }
  .page-intro .typer {
    font-size: 25px; } 
   .cursor {font-size: 25px;}
@media only screen and (max-width: 1200px) {
  .page-intro h1 {
    font-size: 36px; }
  .page-intro .typer {
    font-size: 30px; }

  .preview-image-inner {
    max-height: 220px; } }
@media only screen and (max-width: 992px) {
  .disp-block-none {
    display: none; }

  .disp-block {
    width: 100%; }

  .page-intro h1 {
    font-size: 50px; }
  .page-intro .typer {
    font-size: 35px; }

  .preview-image-inner {
    max-height: 270px; } }
@media only screen and (max-width: 767px) {
  .pp-section {
    padding: 50px 0 20px 0; }

  .page-intro h1 {
    font-size: 40px; }
  .page-intro .typer {
    font-size: 30px; }

  .preview-image-inner {
    max-height: 300px; } }
@media only screen and (max-width: 576px) {
  .page-hero {
    height: 80vh; }

  .page-intro {
    padding: 0; }
    .page-intro h1 {
      font-size: 32px; }
    .page-intro .typer {
      font-size: 28px; }
    .page-intro h2 {
      font-size: 22px; }
      .page-intro h2:after {
        width: 86px;
        height: 46px; } }
@media only screen and (max-width: 480px) {
  .page-intro h1 {
    font-size: 29px; }
  .page-intro .typer {
    font-size: 24px; } }
@media only screen and (max-width: 420px) {
  .page-intro h1 {
    font-size: 22px; }
  .page-intro .typer {
    font-size: 18px; }
  .page-intro p {
    font-size: 16px; } }

/*# sourceMappingURL=landing-responsive.css.map */
