/* Namari Landing Page v.1.1.0 Style Index - a free landing page by shapingrain.com

1. Default and Reset styles
- 1.1 Input Elements
2. Global elements
- 2.1 Header
- 2.2 Logo
- 2.3 Buttons
- 2.4 Navigation
- 2.5 Images
3. Fonts and Headings
4. Banner
5. Content Elements
- 5.1 Icons
6. Landing Page Sections
- 6.1 About (/Introduction)
- 6.2 Content 1 (#services1)
- 6.3 Steps
- 6.4 Pricing Plans
7. Footer


/*------------------------------------------------------------------------------------------*/
/* 1. Defaults & Reset of specific styles across browsers */
/*------------------------------------------------------------------------------------------*/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote, th, td {
    margin: 0;
    padding: 0;
    direction: ltr;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

p {
    line-height: 25px;
}

.row img {
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

iframe {
    border: 0 !important;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

figure {
    margin: 0;
}

button {
    background-color: #fff;
    cursor: pointer;
}

#spacer {
    height: 2rem;
}

/* --------- 1.1 Input Elements ---------- */

input, textarea {
    border: 1px solid #e1e1e1;
    padding: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 3px;
}

input[type="text"], input[type="email"] {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--light-gray);
    padding: 10px 10px 0 10px;
    font-family: 'Rubik', sans-serif, Arial, Helvetica;
}

input::placeholder {
    font-family: 'Rubik', sans-serif, Arial, Helvetica;
    font-weight: 200;
    color: var(--dark-gray);
}

input {
    height: 40px;
    margin: 3px 0;
    outline: none;
    line-height: normal;
    font-size: 14px;
}

input[type="submit"] {
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
}

select {
    border: 1px solid #e1e1e1;
    height: 40px;
    padding: 5px;
}

input:focus, textarea:focus, a:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    outline: var(--main-green) solid 2px;
}

*:focus {
    outline: none;
}

/*------------------------------------------------------------------------------------------*/
/* 2. Layout Elements */
/*------------------------------------------------------------------------------------------*/

section {
    clear: both;
    overflow: hidden;
}

/* Rows and Columns */

.row {
    max-width: 1245px;
    margin: 0 auto;
    padding: 75px 0;
    position: relative;
}

.no-padding-bottom .row, .no-padding-bottom div, .no-padding-bottom.row {
    padding-bottom: 0;
}

.no-padding-top.row, .no-padding-top div {
    padding-top: 0;
}

.big-padding-top {
    padding-top: 75px !important;
}

.big-padding-bottom {
    padding-bottom: 85px !important;
}

/* Targets all elements */

[class*='col-'] {
    float: left;
    padding: 20px;
}

#clients .col-2-3 [class*='col-'] {
    padding: 0;
}

/* Clearfix */

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* Main Widths */

.col-1 {
    width: 100%;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: 33.33%;
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 20%;
}

.col-6 {
    width: 16.6666666667%;
}

.col-7 {
    width: 14.2857142857%;
}

.col-8 {
    width: 12.5%;
}

.col-9 {
    width: 11.1111111111%;
}

.col-10 {
    width: 10%;
}

.col-11 {
    width: 9.09090909091%;
}

.col-12 {
    width: 8.33%;
}

.col-2-3 {
    width: 66.66%;
}

.col-3-4 {
    width: 75%;
}

.col-9-10 {
    width: 90%;
}

/* Golden Ratio */
.col-61 {
    width: 61.8%;
}

.col-38 {
    width: 38.2%;
}

/* --------- 2.1 Header --------- */

#header {
    height: 71px !important;
    overflow: visible;
    z-index: 9999;
    width: 100%;
    position: absolute !important;
}

#header .row {
    padding: 0;
}

#header aside {
    text-align: right;
}

#header ul {
    text-align: center;
}

#header li {
    display: inline-block;
    list-style: none;
    margin: 0;
    float: left;
}

/* --------- 2.2 Logo ---------- */

#logo {
    float: left;
    height: 71px;
    line-height: 66px;
    margin-right: 15px;

}

#logo h1, #logo h2 {
    display: inline-block;
}

#banner #logo h1 {
    font-size: 28px;
    margin-right: 10px;
    font-weight: 900;
    padding: 0;
}

#logo h2 {
    font-size: 18px;
    padding: 0;
}

#header #logo img {
    max-height: 35px;
    max-width: 100%;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: 7px;
}

#banner-logo {
    display: flex;    
    margin-top: 9px;
}

#logo-name {
    font-weight: 700;
}

#navigation-logo {
    display: none;
}

.nav-solid #logo #banner-logo {
    display: none;
}

.nav-solid #logo #navigation-logo {
    display: flex;
    margin-top: 9px;
}

#nav-main ul {
    position: absolute;
    left: 17%;
}

#nav-main ul li a:hover, #nav-main ul li a:focus {
    color: var(--main-green);
}

/* --------- 2.3 Buttons ---------- */

#call-to-action {
    padding: 35px 0 35px 0;
}

#call-to-action:hover, #call-to-action:focus, .button:hover, .button:focus {
    color: #fff;
}

/*Style*/

.button {
    font-size: 16px;
    margin: 35px 0;
    padding: 11px 16px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    border-width: 3px;
    border-style: solid;
}

/* --------- 2.4 Navigation ---------- */

#header {
    font-size: 13px;
}

#header aside {
    float: right;
}

#header nav a {
    height: 71px;
    line-height: 71px;
    display: block;
    padding: 0 10px;
}

#header nav a:hover {
    opacity: 0.6;
}

/*Navigation Solid*/

#header.nav-solid [class*='col-'] {
    padding: 0 20px;
}

#header.nav-solid {
    background: #fff;
    box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
    position: fixed !important;
    left:0;
}

#header.nav-solid nav a {
    border-bottom: 3px solid;
    border-color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#header.nav-solid nav a:hover {
    opacity: 1;
}

/* Responsive Nav Styling */

#nav-trigger {
    display: none;
    text-align: right;
}

#nav-trigger span {
    display: inline-block;
    width: 38px;
    height: 71px;
    color: #111;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 35px;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#nav-trigger span:after {
    display: inline-block;
    color: var(--dark-gray);
    width: 38px;
    height: 71px;
    line-height: 63px;
    text-align: center;
    content: "☰";
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#nav-trigger span.open:after {
    content: "×";
}

#nav-trigger span:hover, .nav-solid #nav-trigger span.open:hover, .nav-solid #nav-trigger span:hover {
    opacity: 1;
}

#nav-trigger span.open, #nav-trigger span.open:hover {
    color: #111;
}

.nav-solid #nav-trigger span.open:hover {
    color: #999;
}

.nav-solid #nav-trigger span {
    color: #999;
    opacity: 1;
}

nav#nav-mobile {
    position: relative;
    display: none;
    width: 100%;
}

nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
}

nav#nav-mobile ul:after {
    display: none;
}

nav#nav-mobile li {
    margin: 0 20px;
    float: none;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}

nav#nav-mobile li:last-child {
    border-bottom: none;
}

.nav-solid nav#nav-mobile li {
    border-top: 1px solid #e1e1e1;
    border-bottom: none;
}

nav#nav-mobile a {
    display: block;
    padding: 12px 0;
    color: #333;
    width: 100%;
    height: auto;
    line-height: normal;
    display: block;
    border-bottom: none !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

nav#nav-mobile a:hover {
    background: #fafafa;
    opacity: 1;
}

/* --------- 2.4.2 Subscribe Button Nav ---------- */
#banner #subscribe {
    font-size: 12px;
    vertical-align: middle;
    position: absolute;
    top: 32px;
    right: 0;
    border-radius: 35px;
    margin: 0;
    background-color: #fff;
    border: 3px solid var(--main-green);
    color: var(--main-green);
}

#banner #subscribe:hover, #banner #subscribe:focus {
    filter: none;
    color: #fff;
    background-color: var(--main-green);
}

#banner .nav-solid  #subscribe {
    top: 15px;
}

@media only screen and (max-device-width: 1200px) {
    #banner #subscribe {
        right: 30px;
        width: fit-content;
    }

    #header nav ul {
        width: 80%;
    }
}

@media only screen and (max-device-width: 1024px) {
    #header nav ul {
        width: 113%;
    }
    #banner .nav-solid  #subscribe {
        top: 0;
    }
}

/* --------- 2.5 Images ---------- */

/*Alignment*/

img {
    vertical-align: top;
}

.image-center {
    display: block;
    margin: 0 auto;
}

a img {
    border: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
}

a img:hover {
    opacity: 0.7;
}

/*------------------------------------------------------------------------------------------*/
/* 3. Fonts */
/*------------------------------------------------------------------------------------------*/

h1 {
    padding: 20px 0;
}

h2 {
    padding: 14px 0;
}

h3 {
    padding: 10px 0;
}

h4 {
    padding: 7px 0;
}

h5 {
    padding: 7px 0;
}

h6 {
    padding: 7px 0;
}

/* Text Alignment */

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/* Section Headings */

#about .section-heading {
    padding: 0 0 15px 0;
margin-top: 50%;
}

.section-subtitle {
    font-size: 18px;
    padding-top: 0;
}

.section-heading h3 {
    font-size: 14px;
    font-weight: bold;
    color: #444242;
    letter-spacing: 2px;
    padding-bottom: 0;
    text-transform: uppercase;
}

/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/

#content #banner-content {
    padding-bottom: 0;
    background-image: url(../images/background_header.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
    margin-bottom: 3rem;
    max-width: none;
}

#banner-content.row {
    padding-bottom: 100px;
    width: 100vw;
    margin: 0;
}

#content #banner-content h1 {
    padding-top: 5%;
    font-weight: 600;
    font-size: 50px;
}

#content #banner-content p {
    color: var(--black);
    font-size: 20px;
}

#banner-content .col-38 {
    display: flex;
    margin-left: 10%;
    margin-top: 7rem;
    max-width: 1245px;
    /*background: var(--bg-gradient);*/
    align-items: center;
    justify-content: flex-start;
}

#content #banner-content img {
    max-width: 50%;
}

@media only screen and (max-device-width: 1024px) {
    #content #banner-content {
        background-position-x: 60%;
    }
    #banner-content .col-38 {
        margin-top: 3rem;
    }
}

@media only screen and (max-device-width: 767px) {
    #banner-content .col-38 {
        flex-direction: column;
        gap: 0;
        margin-left: 0;
        margin-top: 0;
    }

    #content #banner-content .section-heading {
        max-width: 80%;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 0 20% 20% 0;
    }
}

/*------------------------------------------------------------------------------------------*/
/* 5. Content Elements */
/*------------------------------------------------------------------------------------------*/

/* --------- 5.1 Icons ---------- */

/*Font Icon sizes*/

.fa-1x {
    font-size: 15px !important;
}

/*Icon Block*/

.icon-block {
    position: relative;
    min-width: 330px;
}

.icon-block h4 {
    font-weight: bold;
    padding-top: 0;
}

.icon-block .icon {
    position: absolute;
}

.icon-block p {
    margin-top: 0;
}

/* Icon Left*/

.icon-left .icon {
    left: 15;
}

.icon-left .icon-block-description {
    padding-left: 53px;
}

/* Icon Right */

.icon-right .icon {
    right: 15;
}

.icon-right .icon-block-description {
    padding-right: 53px;
}

/* Icon Above */

.icon-top {
    display: block;
}

.icon-top .icon {
    position: relative;
    display: block;
}

.icon-top .icon-block-description {
    padding-top: 25px;
}

/*------------------------------------------------------------------------------------------*/
/* SUBPAGES */
/*------------------------------------------------------------------------------------------*/
.subpage {
    display: flex;
}

#subpage-side {
    background-image: url(../images/circles-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 40%;
}

/* --------- signup ---------- */
#signup {
    background-color: var(--bg-gray);
    padding: 10rem 3rem 10rem 3rem;
    text-align: left;
    width: 60%;
    height: 100vh;
}

.backlink {
    line-height: 50px;
}

.backlink em {
    font-weight: 400;
    font-style: normal;
}

#header #logo  .backlink:hover {
    color: var(--main-green);
}

#signup p {
    max-width: 700px;
    margin-bottom: 2rem;
}

#signup .section-title {
    font-size: 40px; 
    font-weight: 500;
}

#signup .section-heading {
    margin-top: 2rem;
}

#signup .section-heading h2::after {
    display: none;
}

#signup form {
    display: flex;
    flex-direction: column;
    max-width: 500px;
}

#signup form label {
    display: none;
}

#signup #label-consent, #signup #label-beta {
    display: block;
    text-align: left;
    padding: 1rem 0 0 1rem;
}

#signup .form-consent {
    display: grid;
    grid-template-columns: 25px 1fr;
    align-items: center;
}

#signup #consent, #signup #beta {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
}

#signup .form-consent input:checked {
    background-color: var(--main-green);
}

#signup .checkmark {
    height: 25px;
    width: 25px;
    border: 1px solid var(--dark-gray);
    border-radius: 4px;
}

#signup .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
#signup .form-consent input:checked ~ .checkmark:after {
    display: block;
}
  
#signup .form-consent .checkmark:after {
    margin: 2px 4px 2px 8px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#signup .form-consent input:checked ~ .checkmark {
    background-color: var(--main-green);
    border-color: var(--main-green);
  }

#signup input[type="text"], #signup input[type="email"] {
    background-color: var(--bg-gray);
}

#signup input[type="submit"] {
    margin-top: 2rem;
}

#signup .section-subtitle::after {
    content: "*Pflichtangaben";
    font-weight: 300;
    font-size: 15px;
    display: block;
}

.thank-you #signup .section-subtitle::after {
    display: none;
}

@media only screen and (max-width: 1024px) {
    #signup {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    #signup {
        width: 100%;
    }

    #signup .section-heading {
        margin: 0;
    }

    #signup #signup-close { 
        padding: .25rem;
    }

    #subpage-side {
        display: none;
    }
}

/*------------------------------------------------------------------------------------------*/
/* 6. Landing Page Sections */
/*------------------------------------------------------------------------------------------*/
/* --------- 6.1 About (/Introduction) ---------- */

.introduction img.featured {
    padding: 55px 0 0 0;
}

#about {
    padding: 0;
    background: var(--bg-gradient);
}

#about .section-heading {
    margin: 0;
}

#about .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

#about .col-2-3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#about .col-2 {
    width: 30%;
    box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    margin: 1rem;
    background-color: #fff;
}

#about .col-3 {
    width: 100%;
    max-width: 700px;
    text-align: center;
}

#about h2:after {
    margin: 30px auto 0;
}

#about .icon-heading {
    display: flex;
    gap: .5rem;
    align-items: center;
    margin-bottom: 1rem;
}

#about .feature-icon {
    width: 2.5rem;
}

@media only screen and (max-width: 767px) {
    #about .col-3 {
        width: 100%;
        margin: auto;
    }

    #about .section-heading {
        text-align: center;
        margin: 0;
    }

    #about .col-2-3 {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    #about .col-2 {
        width: 100%;
        padding: 1rem;
        margin: 0 auto 30px;
        max-width: 350px;
    }
}

/* --------- 6.2 Content 1 ---------- */
#content1 {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding-top: 0;
    margin-bottom: 5rem;
}

#content1 .col-3 {
    width: 50%;
}

#content1 .col-3 img {
    height: 800px;
}

#content1 .col-3 p {
    margin-bottom: 7rem;
}

@media only screen and (max-width: 1024px) {
    #content1 {
        flex-direction: column-reverse;
        width: 100%;
    }

    #content1 .col-3{
        width: 100%;
        max-width: 700px;
        margin: auto;
    }

    #content1 .section-heading {
        text-align: center;
    }

    #content1 h2:after {
        margin: 30px auto 0;
    }
}

/* --------- 6.3 Steps ---------- */
#steps {
    background-color: var(--bg-gray);
    margin-top: 5rem;
}

.container {
    margin-top: 5%;
}

.process-row {
    display: table-row;
}
  
.process {
    display: table;     
    width: 100%;
    position: relative;
}
  
.process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
  
.process-row:before {
    top: 50px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 3px;
    background-color: var(--light-gray);
    z-index: 0;
  }
  
.process-step {    
    display: table-cell;
      text-align: center;
      position: relative;
  }
  
  .process-step p {
    margin: 20px 20px 0 20px;
    font-weight: 500;
  }
  
  .btn-circle {
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 50px;
    background-color: var(--main-green);
    border: none;
  }
    
  #steps .section-subtitle {
    width:50%;
    margin: auto;
    margin-bottom: 3%;
  }
    
#steps .row {
    display:flex;
    flex-direction: column;
}

.process-image {
    margin: auto;
    padding: 15px;
    background-color: var(--main-green);
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

#process-image-cup {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    #steps .section-subtitle {
        width: 100%;
        max-width: 700px;
    }

    .process-row {
        display: flex;
        flex-direction: column;
    }

    .process-step {
        display: flex;
        margin: 0 1rem 2rem 1rem;
    }

    .process-image {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        margin: 0;
    }

    .process-image img {
        width: 45px;
    }

    .process-step p {
        text-align: left;
        margin-right: 0;
    }

    .process-row:before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .process-step {
        flex-direction: column;
        align-items: center;
        margin-top: 2rem;
        max-width: 400px;
    }

    .process-step p {
        text-align: center;
        margin-left: 0;
    }
}

/* --------- 6.4 Pricing Plans ---------- */
#pricing .section-subtitle {
    margin-top: 0;
}

.pricing-block-content {
    background: #fff;
    padding: 25px;
    box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.07);
    transition: all 0.2s ease-in-out 0s;
    position: relative;
    border: 3px solid #fff;
    border-radius: 45px;
}

.pricing-block-content img {
    width: 50%;
    margin: 1rem;
}

.pricing-block ul {
    list-style: none;
    margin: 25px 0 25px 0;    
    display: block;
    height: 300px;
}

.pricing-block li {
    padding: 14px 0;
    list-style-position: inside;
    list-style-image: url(../images/checkmark.svg);
}

.anfrage {
    visibility: hidden;
    margin-bottom: 0;
}

.pricing-block li:last-of-type {
    border:none;
}

.pricing-block h3 {
    font-size:17px;
    padding-bottom:0;
}

@media only screen and (max-device-width: 1024px) {
    #pricing .pricing-block {
        width: 50%;
    }
}

@media only screen and (max-device-width: 700px) {
    #pricing .pricing-block {
        width: 100%;
    }
}

/*Price*/

.pricing {
    padding: 25px;
    position: relative;
}

.price {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.price span {
    position: absolute;
    top: 0;
    left: -20px;
    font-size: 22px;
}

.pricing  p {
    line-height:auto;
    margin:0;
    font-weight: 700;
}

#call-to-action-pricing {
    margin-top: 0;
    font-size: 25px;
    padding: 1rem 2rem;
}

/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer {
    clear: both;
}

#landing-footer .row {
    padding: 0;
}

#landing-footer p {
    margin: 0;
}

#landing-footer ul {
    list-style: none;
    text-align: right;
}

#landing-footer li {
    display: inline-block;
}

    /*-----------------Footer-----------------*/
.footer{
        background-color: var(--bg-gray);
        padding: 70px;
        
    }

    .container{
        max-width: 1170px;
        margin:auto;
    }

    .footerrow{
        display: grid;
        grid-template-columns: 5% 1fr 20% 20%;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-areas: 
        "logo name product about"
        "desc desc product about"
        "copy copy . .";
    }

    @media only screen and (max-device-width: 1500px) {
        .footerrow {
            grid-template-columns: 10% 1fr 20% 20%;
        }
    }

    @media only screen and (max-device-width: 900px) {
        .footerrow {
            grid-template-columns: 1fr 1fr;
            grid-template-rows: auto;
            grid-template-areas: 
            "logo name"
            "desc desc"
            "product product"
            "about about"
            "copy copy";
            gap: 2rem;
            text-align: center;
        }

        .footer #footer-logo {
            justify-self: end;
        }

        .footer #brand-name {
            justify-self: start;
        }
    }

    #footer-logo {
        width: 4rem;
        grid-area: logo;
    }

    .footer #brand-name {
        font-weight: 700;
        grid-area: name;
    }

    .footer #footer-desc {
        grid-area: desc;
    }

    .footer-about {
        grid-area: about;
    }

    .footer-product {
        grid-area: product;
    }

    .footer ul{
        list-style: none;
    }
    

    .footer-product, .footer-about {
       padding: 0 15px;
       justify-self: center;
    }

    .footer h4{
        font-size: 18px;
        color: var(--black);
        text-transform: capitalize;
        margin-bottom: 5px;
        font-weight: 500;
        position: relative;
    }
    
    .footer ul li:not(:last-child){
        margin-bottom: 10px;
    }

    .footer ul li a{
        font-size: 16px;
        text-transform: capitalize;
        color: var(--black);
        text-decoration: none;
        font-weight: 400;
        color: var(--dark-gray);
        display: block;
        transition: all 0.3s ease;
    }
    .footer ul li a:hover{
        color: var(--main-green);
        padding-left: 8px;
    }
    
   #copyright {
    font-size: 10px;
    margin: 0;
    text-transform: none;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    color: var(--dark-gray);
    display: block;
    grid-area: copy;
} 
    /*responsive*/
    @media(max-width: 767px){
      .footer-col{
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-col h4::before {
        left: 46.5%;
    }

        #copyright {
            bottom: 1rem;
            left: 33%;
        }

        .footerrow {
            text-align: center;
        }
    }

/* Scroll Up */

#scrollUp {
    bottom: 15px;
    right: 30px;
    width: 70px;
    height: 80px;
    margin-bottom: -10px;
    padding: 0 5px 20px 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-transition: margin-bottom 150ms linear;
    -moz-transition: margin-bottom 150ms linear;
    -o-transition: margin-bottom 150ms linear;
    transition: margin-bottom 150ms linear;
}

#scrollUp:hover {
    margin-bottom: 0;
}

#scrollUp:before {
    background: #ccc;
    font-family: "fontawesome";
    font-size: 2.4em;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #fff;
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    content: "▵";
    opacity: 1;
}

/*Preloader*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 99999; /* makes sure it stays on top */
}

#status {
    width: 110px;
    height: 110px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    background-position: center;
    margin: -55px 0 0 -55px; /* is width and height divided by two */
    text-align: center;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-triangle-path,
.la-ball-triangle-path > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-triangle-path {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-triangle-path.la-dark {
    color: #333;
}

.la-ball-triangle-path > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-triangle-path {
    width: 32px;
    height: 32px;
}

.la-ball-triangle-path > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.la-ball-triangle-path > div:nth-child(1) {
    -webkit-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
    -moz-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
    -o-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path > div:nth-child(2) {
    -webkit-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
    -moz-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
    -o-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path > div:nth-child(3) {
    -webkit-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
    -moz-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
    -o-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path.la-sm {
    width: 16px;
    height: 16px;
}

.la-ball-triangle-path.la-sm > div {
    width: 4px;
    height: 4px;
}

.la-ball-triangle-path.la-2x {
    width: 64px;
    height: 64px;
}

.la-ball-triangle-path.la-2x > div {
    width: 20px;
    height: 20px;
}

.la-ball-triangle-path.la-3x {
    width: 96px;
    height: 96px;
}

.la-ball-triangle-path.la-3x > div {
    width: 30px;
    height: 30px;
}

/*
 * Animations
 */
@-webkit-keyframes ball-triangle-path-ball-one {
    0% {
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@-moz-keyframes ball-triangle-path-ball-one {
    0% {
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@-o-keyframes ball-triangle-path-ball-one {
    0% {
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@keyframes ball-triangle-path-ball-one {
    0% {
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@-webkit-keyframes ball-triangle-path-ball-two {
    0% {
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@-moz-keyframes ball-triangle-path-ball-two {
    0% {
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@-o-keyframes ball-triangle-path-ball-two {
    0% {
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@keyframes ball-triangle-path-ball-two {
    0% {
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@-webkit-keyframes ball-triangle-path-ball-tree {
    0% {
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

@-moz-keyframes ball-triangle-path-ball-tree {
    0% {
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

@-o-keyframes ball-triangle-path-ball-tree {
    0% {
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

@keyframes ball-triangle-path-ball-tree {
    0% {
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

/*------------------------------------------------------------------------------------------*/
/* Responsive Elements */
/*------------------------------------------------------------------------------------------*/

/* =Media Queries for Nav
===============================*/
@media all and (max-width: 1024px) {
    #nav-trigger {
        display: block;
    }

    nav#nav-main {
        display: none;
    }

    nav#nav-mobile {
        display: block;
    }

    nav#nav-mobile li {
        display: block;
    }

    #header aside {
        display: none;
    }
}

/* Landscape mobile & down
===============================*/
@media (max-width: 480px) {

    #wrapper {
        margin:0;
        padding:0;
    }

    .row {
        padding: 15px !important;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38, .row {
        width: 100%;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38 {
        padding-right: 0;
        padding-left: 0;
    }

    /*-----------------Header Elements-----------------*/
    #header .row {
        padding: 0 15px !important;
    }

    #header.nav-solid [class*="col-"] {
        padding: 0;
    }

    /*Logo*/
    #logo h2 {
        padding: 0;
    }

    /* Social */
    #header aside {
        clear: both;
        padding: 0;
    }

    #header ul.social-icons {
        margin-top: 0;
    }

    #banner-content.row {
        padding-top: 85px !important;
    }

    /*-----------------Sections-----------------*/

    /* Call to Action*/
    .call-to-action {
        padding-bottom: 25px;
    }

    /* Footer */
    #landing-footer #copyright {
        float: left;
        width: 50%;
    }

    #landing-footer .social-icons {
        float: right;
        width: 50%;
    }

    /*-----------------Typography-----------------*/
    h1 {
        font-size: 38px;
    }

    #banner h1 {
        font-size: 48px;
    }

    /* Hide Elements */
    a#scrollUp {
        display: none !important;
    }

}

/* Mobile to Tablet Portrait
===============================*/
@media (min-width: 480px) and (max-width: 767px) {

    #wrapper {
        margin:0;
        padding:0;
    }

    .row {
        padding: 15px 0 !important;
    }

    .col-1, .col-2, .col-5, .col-7, .col-9, .col-11, .col-2-3, .col-3-4, .col-61, .col-38, .row {
        width: 100%;
    }

    .col-3, .col-4, .col-6, .col-8, .col-10, .col-12 {
        width: 50%;
    }

    /*-----------------Header Elements-----------------*/
    #header .row {
        padding: 0 !important;
    }

    #header aside {
        display: inline-block;
        position: absolute;
        top: 0px;
        right: 60px;
        padding-top:3px;
        padding-right: 5px;
    }

    #header.nav-solid aside {
        top: 15px;
    }

    #header aside ul {
        margin-top: 0 !important;
        padding-top: 6px;
    }

    #banner-content.row {
        padding-top: 85px !important;
    }

    /*Navigation*/
    nav#nav-mobile ul {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*-----------------Sections-----------------*/

    /* Footer */
    #landing-footer #copyright {
        float: left;
        width: 50%;
        position: absolute;

    }

    #landing-footer .social-icons {
        float: right;
        width: 50%;
    }

}

/* Landscape Tablet to Desktop
===============================*/
@media (min-width: 768px) and (max-width: 1024px) {

    #wrapper {
        margin:0;
        padding:0;
    }

    .big-padding-top {
        padding-top: 45px !important;
    }

    /*-----------------Header Elements-----------------*/
    #header aside {
        display: inline-block;
        position: absolute;
        top: 0px;
        right: 60px;
        padding-top:3px;
        padding-right: 5px;
    }

    #header.nav-solid aside {
        top: 15px;
    }

    #header aside ul {
        margin-top: 0 !important;
        padding-top: 6px;
    }

    /*Navigation*/
    nav#nav-mobile ul {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 20px;
        padding-right: 20px;
    }
}