body,
html {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
.q-layout-container {
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  height: auto;
}

.q-small-text {
  top: 10%;
  left: 0;
  font-family: main_font_bolder;
  letter-spacing: 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  opacity: 0.5;
}

[class^='q-col-'],
[class^='q-layout'] {
  position: relative;
  background-color: transparent;
  padding: 12px 8px 8px;
}
.q-hero-illustrator-container {
  position: relative;
}
.q-illustration-container {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}
.q-illustration-container img {
  padding: 0;

  top: 0;
  bottom: 0%;
  left: 0;
  right: 0;
  padding-top: 0px;
  margin: auto;
}

h1 {
  color: var(--gw_text_color);
  font-family: "Arial";
  letter-spacing: 0px;
  font-size: 2.5em;
  line-height: 50px;
  word-break: break-word;
  margin-bottom: 8px;
  margin-top: 8px;
}
section {
  position: relative;
  max-width: 100%;
}

p {
  font-size: 1em;
  
  color: var(--gw_text_color);
}

.q-button-group a {
  margin: 0 8px;
}

h2 {
  color: var(--gw_text_color);

  margin-bottom: 0px;
  
}

.q-dirt {
  position: absolute;
  max-height: 42px;
  width: 20px !important;
}
.q-dirt img {
  max-width: 100%;
  margin: auto;
  display: block;
}

.q-dirt-square {
  top: 90%;
  left: 80%;
  width: 16px;
  height: 32px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.q-dirt-arch {
  top: 90%;
  right: 15%;
  width: 32px;
  height: 32px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.q-dirt-triangle {
  width: 16px;
  height: 32px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  bottom: 2%;
  left: 65%;
}

.q-dirt-spiral {
  top: 2%;
  left: 20%;
  width: 32px;
  height: 32px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.q-dirt-cross {
  top: 30%;
  left: 80%;
  width: 16px;
  height: 32px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.q-perspective {
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -moz-perspective: 1200px;
}
h3 {

  font-weight: normal;
}

h4 {
  margin-bottom: 0;
  font-weight: normal;
}

.q-feature {
  width: 100%;
  height: auto;
  padding: 16px;
  margin: 16px 0;
  border-radius: 8px;
}
.q-feature-outline {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-feature-dark {
  background-color: rgba(32, 33, 36, 1);
}
.q-feature-dark h3 {
  color: #fff;
}
.q-feature-dark p {
  color: rgba(255, 255, 255, 0.9);
}

.q-long-paragraph {
  max-width: 95%;
  text-align: center;
}

.q-hr {
  width: 90%;
  height: 1px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.12);
}

.q-circle-cross {
  top: 0%;
  right: 0%;
  width: 32px;
  height: 32px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.q-sub-image {
  position: absolute;
  width: 20%;
  height: auto;
  left: 80%;
  bottom: 2%;
  background-color: transparent;
  z-index: 9999;
}
.q-sub-image img {
  max-width: 100%;
}

.q-img-blur-background {
  width: auto;
  height: auto;
}

.q-has-background-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.q-attachment-fixed {
  background-attachment: fixed;
}

.q-layer-blur {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background-color: #000;
}

.q-layer-blur::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  filter: blur(16px);
  -webkit-filter: blur(16px);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-image: url(../images/screens.png);
}

.q-layer-blur::after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.q-blur-content-section {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
}

footer {
  width: 100%;
  height: auto;
  background-color: #ffffff;
}
.q-footer-logo-container img {
  margin: auto;
  display: block;

  width: 40%;
}

.q-footer-control-item {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  max-width: 50%;
}

.q-footer-control-item ul {
  margin: 0px 28px 0 0;
  list-style-type: none;
  padding: 0;
}
.q-footer-control-item h4 {

  font-size: 1.1rem;
  margin-top: 0;
  font-weight: normal;
  font-weight: bold;
margin-bottom: 16px !important;
   color: var(--secondary_color) !important;
}

.q-footer-control-item ul li a {
  color: var(--gw_text_color);
}

footer hr {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

footer p {
  font-size: 0.9rem;
  max-width: 100%;
  color: #999999;
}

.q-footer-legal span {
  padding: 4px 8px;
}
.q-footer-legal span:first-child {
  padding-left: 0;
}
.q-footer-legal span a {
  color: rgb(146, 146, 146);
}

.q-footer-legal-container {
  padding-top: 0 !important;
  padding-left: 0px !important;
}

.q-footer-legal-container .q-layout-row {
  padding-top: 0 !important;
}

footer > a:hover {
  color: red;
}

.q-start-project {
  padding-bottom: 100px;
}

.q-footer-control-wrapper {
  display: flex;
  display: -webkit-flex;
  flex-flow: column;
  -webkit-flex-flow: column;
}

.q-center-width {
  max-width: 900px !important;
}

.q-center-width-small {
  max-width: 500px !important;
}

.q-app-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  border-radius: 16px;
}
.q-app-icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  dialog {
    width: 500px;
    border: 1px solid rgba(0, 0, 0, 0.12);
  }
  h1 {
    letter-spacing: -1px;
  }
  .q-footer-control-item {
    flex-grow: 4;
    -webkit-flex-grow: 4;
  }
  .q-footer-control-item ul {
    margin: 8px 28px 0 0;
  }
  .q-layout-container {
    padding-left: 32px;
    padding-right: 32px;
  }
  .q-long-paragraph {
    max-width: 50%;
    text-align: center;
  }
  .q-dirt-cross {
    top: 10%;
    left: 90%;
  }
  .q-hr {
    width: 80%;
  }
  .q-footer-control-wrapper {
    display: flex;
    display: -webkit-flex;
    flex-flow: row;
    -webkit-flex-flow: row;
  }
  .q-footer-legal-container {
    padding-left: 32px !important;
  }
  .q-footer-logo-container img {
    width: 20%;
  }
}
@media (min-width: 824px) {
  .q-layout-container {
    max-width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.5em;
  }
  .q-app-icon {
    width: 80px;
    height: 80px;
  }
  .q-footer-logo-container img {
    width: 30%;
  }
  footer p {
    max-width: 50%;
  }

  .q-dirt-spiral {
    top: 10%;
  }
  .q-footer-legal-container {
    padding-left: 200px !important;
  }
  .q-footer-control-wrapper {
    display: flex;
    display: -webkit-flex;
    flex-flow: row;
    -webkit-flex-flow: row;
  }
  .q-dirt-triangle {
    bottom: 10%;
    left: 40%;
  }

  [class^='q-col-'],
  [class^='q-layout'] {
    padding: 32px 0 16px;
  }

  p {
    font-size: 1.1em;
  }
  .q-layout-container {
    max-width: 100%;
    padding-left: 100px;
    padding-right:100px;
  }
  h1 {
    font-size: 3.5em;
    line-height:70px;
    margin-bottom: 16px;
    word-break: break-word;
  }
  h2 {
    font-size: 3.2em;
  }
}
@media (min-width:1440px) {
 .q-layout-container {
    max-width: 100%;
    padding-left: 200px;
    padding-right: 200px;
  }
} 
@media (min-width: 3000px) {
  section,
  footer {
    max-width: 50%;
    margin: auto;
    display: block;
  }
} 
