/*
  Theme Name: Avilon
  Theme URL: https://bootstrapmade.com/avilon-bootstrap-landing-page-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: white;
  color: #0D2957;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden; }

a {
  color: #33838E;
  transition: 0.5s; }

a:hover, a:active, a:focus {
  color: #33848f;
  outline: none;
  text-decoration: none; }

p {
  padding: 0;
  margin: 0 0 30px 0; }

abbr {
  color: #33838E;
  font-weight: 500;
  font-variant: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0; }

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(45deg, #33838E, #35A1B6);
  color: #ebf0f5;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none; }
  .back-to-top:focus {
    background: linear-gradient(45deg, #35A1B6, #33838E);
    color: white;
    outline: none; }
  .back-to-top:hover {
    background: #33838E;
    color: white; }

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.8), rgba(236, 199, 180, 0.8)), url("../img/xindaya-webentwicklung-design-intro.jpg") center top no-repeat;
  background-size: cover;
  position: relative; }
  @media (min-width: 1024px) {
    #intro {
      background-attachment: fixed; } }
  #intro h1 {
    margin: 240px 0 0 0;
    padding: 0;
    color: #0D2957;
    line-height: 1;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      #intro h1 {
        margin: 320px 0 0 0; } }
  #intro img {
    padding: 0;
    margin: 0; }
  #intro .section-divider {
    display: block;
    width: 60px;
    height: 1px;
    background: #0D2957;
    margin: 0 auto;
    margin-bottom: 20px; }
  #intro .intro-text {
    position: absolute;
    left: 0;
    top: 70px;
    right: 0;
    height: calc(50% - 70px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column; }
    @media (max-width: 768px) {
      #intro .intro-text {
        text-align: left; } }
    #intro .intro-text .claim {
      margin-top: 60px; }
      @media (max-width: 768px) {
        #intro .intro-text .claim {
          margin-top: 40px; } }
  #intro h2 {
    margin: 180px 0 10px 0;
    padding: 0 15px;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #0D2957; }
    @media (max-width: 768px) {
      #intro h2 {
        font-size: 28px;
        line-height: 36px; } }
  #intro h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0D2957;
    margin-top: 15px; }
    @media (max-width: 768px) {
      #intro h3 {
        font-size: 16px;
        line-height: 18px; } }
  #intro p {
    color: #0D2957;
    font-weight: 300;
    margin-bottom: 10px;
    width: 66%;
    padding: 0 15px;
    font-size: 24px; }
    @media (max-width: 768px) {
      #intro p {
        font-size: 16px;
        width: 90%;
        line-height: 24px;
        margin-bottom: 20px; } }
  #intro .call-to-action-line {
    font-family: "Montserrat", sans-serif;
    color: #0D2957;
    font-weight: 300;
    font-size: 16px;
    margin-top: 80px;
    text-align: center; }
    #intro .call-to-action-line .connection {
      display: inline; }
      @media (max-width: 768px) {
        #intro .call-to-action-line .connection {
          display: block; } }
  #intro .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    transition: 0.5s;
    margin: 10px;
    color: #33838E; }
    #intro .btn-get-started:hover {
      color: #35A1B6; }
    @media (max-width: 768px) {
      #intro .btn-get-started {
        font-size: 16px; } }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }
.nav-menu li {
  position: relative;
  white-space: nowrap; }
.nav-menu > li {
  float: left; }
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block; }
.nav-menu ul ul {
  top: 0;
  left: 100%; }
.nav-menu ul li {
  min-width: 180px; }

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px; }
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal; }
.sf-arrows ul .sf-with-ul:after {
  content: "\f105"; }

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0; }
  @media (max-width: 768px) {
    #nav-menu-container {
      display: none; } }

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  outline: none; }
.nav-menu > li {
  margin-left: 10px; }
.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff; }
  .nav-menu ul li {
    transition: 0.3s; }
    .nav-menu ul li a {
      padding: 10px;
      color: #333;
      transition: 0.3s;
      display: block;
      font-size: 13px;
      text-transform: none; }
    .nav-menu ul li:hover > a {
      color: #33838E; }
  .nav-menu ul ul {
    margin: 0; }

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer; }
  #mobile-nav-toggle i {
    color: #fff; }
  @media (max-width: 768px) {
    #mobile-nav-toggle {
      display: inline; } }

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s; }
  #mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    #mobile-nav ul li {
      position: relative; }
      #mobile-nav ul li a {
        color: #fff;
        font-size: 16px;
        overflow: hidden;
        padding: 10px 22px 10px 15px;
        position: relative;
        text-decoration: none;
        width: 100%;
        display: block;
        outline: none; }
        #mobile-nav ul li a:hover {
          color: #fff; }
      #mobile-nav ul li li {
        padding-left: 30px; }
    #mobile-nav ul .menu-has-children i {
      position: absolute;
      right: 0;
      z-index: 99;
      padding: 15px;
      cursor: pointer;
      color: #fff; }
      #mobile-nav ul .menu-has-children i.fa-chevron-up {
        color: #33838E; }
    #mobile-nav ul .menu-item-active {
      color: #33838E; }

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none; }

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden; }
  body.mobile-nav-active #mobile-nav {
    left: 0; }
  body.mobile-nav-active #mobile-nav-toggle {
    color: #fff; }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  text-transform: uppercase;
  color: #33838E;
  text-align: center;
  font-weight: 700; }
.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #0D2957;
  font-weight: 300; }
.section-header .section-divider {
  display: block;
  width: 60px;
  height: 1px;
  background: #0D2957;
  margin: 0 auto;
  margin-bottom: 20px; }

/* Section with background
--------------------------------*/
.section-bg {
  background: linear-gradient(45deg, #faf2ed 0%, white 100%); }
  .section-bg h2, .section-bg h3 {
    text-transform: uppercase;
    font-weight: 700; }

/* Services Section
--------------------------------*/
#value-proposition {
  padding: 60px 0;
  overflow: hidden; }
  #value-proposition .content h2 {
    color: #33838E;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px; }
  #value-proposition .content h3 {
    color: #0D2957;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px; }
  #value-proposition .content p {
    line-height: 26px;
    color: #0D2957;
    font-weight: 300; }
    #value-proposition .content p:last-child {
      margin-bottom: 20px; }
  #value-proposition .content i {
    font-size: 18px;
    padding-right: 8px;
    color: #33838E; }
  #value-proposition .content ul {
    list-style: none;
    margin-bottom: 20px !important;
    padding: 0;
    font-weight: 300;
    color: #0D2957; }

/* Services Section
--------------------------------*/
#services {
  background: white;
  padding: 60px 0 60px 0;
  overflow: hidden; }
  #services .box {
    margin-bottom: 15px;
    text-align: center; }
  #services .title {
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0 15px 0;
    font-size: 22px;
    color: #0D2957; }
  #services .illustration {
    margin: 10px 0 25px 0; }
  #services .description {
    font-weight: 300;
    color: #0D2957;
    line-height: 24px;
    margin-bottom: 2px; }
  #services .section-description {
    padding-bottom: 10px; }

/* Contact Section
--------------------------------*/
#contact {
  background: #d1ebef;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden; }
  #contact h2 {
    color: #33838E;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px; }
  #contact .section-divider {
    display: block;
    width: 60px;
    height: 1px;
    background: #0D2957;
    margin: 0 auto;
    margin-bottom: 20px; }
  #contact .contact-about h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #0D2957; }
  #contact .contact-about p {
    font-size: 14px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    color: #0D2957; }
  #contact .social-links {
    padding-bottom: 20px; }
    #contact .social-links a {
      font-size: 18px;
      display: inline-block;
      background: white;
      color: #33838E;
      line-height: 1;
      padding: 8px 0;
      margin-right: 4px;
      border-radius: 50%;
      text-align: center;
      width: 36px;
      height: 36px;
      transition: 0.3s; }
      #contact .social-links a:hover {
        background: #35A1B6;
        color: white; }
  #contact .info {
    color: #0D2957; }
    #contact .info i {
      font-size: 32px;
      color: #33838E;
      float: left;
      line-height: 1; }
    #contact .info p {
      padding: 0 0 10px 42px;
      line-height: 28px;
      font-size: 14px; }
  #contact .form #sendmessage {
    color: #33838E;
    border: 2px solid #33838E;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 700;
    margin-bottom: 15px; }
  #contact .form #errormessage {
    color: #510F24;
    display: none;
    border: 2px solid #510F24;
    text-align: center;
    padding: 15px;
    font-weight: 700;
    margin-bottom: 15px; }
  #contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
    display: block; }
  #contact .form .validation {
    color: #510F24;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px; }
  #contact .form input, #contact .form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    color: #0D2957;
    border-width: 0; }
    #contact .form input:hover, #contact .form textarea:hover {
      border-color: #33838E;
      color: #33838E; }
    #contact .form input:active, #contact .form textarea:active {
      border-color: #35A1B6;
      color: #35A1B6; }
  #contact .form button[type="submit"] {
    background: linear-gradient(45deg, #33838E, #35A1B6);
    border: 0;
    border-radius: 0px;
    padding: 8px 30px;
    color: #fff; }
    #contact .form button[type="submit"]:hover {
      cursor: pointer; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #86cad4;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #266068;
  font-size: 14px; }
  #footer .credits {
    font-size: 13px;
    color: #0D2957; }
  #footer .footer-links a {
    color: #33838E;
    padding-left: 15px; }
    #footer .footer-links a:first-child {
      padding-left: 0; }
    #footer .footer-links a:hover {
      color: #35A1B6; }

/*# sourceMappingURL=style.css.map */
