/* Aries v1.0 - by WowThemes.net */
:root{
    --color-prymary: #ECF3EB;
    --color-secondary: #006738;
    --color-bg-logo: #006738;
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.ttf'); /* IE9 Compat Modes */
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf'); /* IE9 Compat Modes */
}
body {
    width: 100%;
    height: 100%;
    font-family: 'DinNextRegular', Open Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #000;
    font-weight: 300;
}
html {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

h1, h2, h3, h4 {
    margin: 0;
    /* text-transform: uppercase; */
    font-family: 'Montserrat-Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
h5, h6, p, span, a{
    font-family: 'Montserrat-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
h2 {
    font-weight: 400;
    font-size: 4rem;
}
p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}
.flex{
    display: flex;
}
.column{
    flex-direction: column;
}
.around{
    justify-content: space-around;
}
.align-center{
    align-items: center;
}
@media (min-width: 768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: inherit;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover, a:focus {
    text-decoration: none;
    color: inherit;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: var(--color-bg-logo);
    min-height: 55px;
    display: flex;
    align-items: center;
}

.navbar-custom .navbar-brand {
    font-size: 20px;
    text-transform: none;
    letter-spacing: 1px;
    padding: 0px;
}

.navbar-custom .navbar-brand img {
    border-radius: 200px;
    width: 200px;
    margin: 0.5rem 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    color: var(--color-secondary);
    font-weight: 900;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    /* color: var(--color-prymary); */
    background-color: transparent;
}

.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

@media (min-width: 768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        font-size: 13px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        color: #fff;
        background: var(--color-prymary);
    }

    .navbar-custom.top-nav-collapse a {
        color: #fff;
        display: inline-block;
    }

    .navbar-custom.top-nav-collapse .navbar-brand img {
        max-width: 95px;
        padding-top: 4px;
    }
    /* .navbar-custom .nav li a{
        color: #fff;
    } */
}
/* #login{
    font-size: 16px;
    color: white;
    background: #11643B;
    border-radius: 4px;
    padding: 10px 16px;
    text-transform: uppercase;
    font-size: 12px;
} */
.politica {
    background-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.88)), url('../img/politica.jpg');
}
.contato {
    background-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.88)), url('../img/contato.jpg');
}

.btn-circle {
    width: 50px;
    height: 50px;
    margin-top: 15px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 100% !important;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover, .btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
#home{
    height: 600px;
}
#home img{
    height: 400px;
    border-radius: 25px;
}
#home .learn-more{
    margin-top: 16px;
    background-color: #0B448B;
    color: #fff;
    padding: 12px 34px;
    border-radius: 12px;
}
#home .right-image{
    display: flex;
    justify-content: flex-end;
}
#home h1 {
    font-size: 6rem;
    margin:0;
    text-align: left;
    display: block;
    font-weight: 600;
    /* color: #fff; */
}
#subhome h1{
    font-size: 6rem;
    margin:0;
    text-align: left;
    display: block;
    font-weight: 600;
    /* color: #fff; */
}
#home h5{
    font-size: 3rem;
    /* color: #fff; */
}
.content-section {
    padding: 200px 5rem 90px 5rem;
    background: #F8F8F8;
    /* background: linear-gradient(90deg, rgba(86,192,228,1) 0%, rgba(86,192,228,1) 35%, rgba(11,68,139,1) 100%); */
    height: 100%;
}
.content-subsection {
    padding: 150px 5rem 90px 5rem;
    background: rgb(86,192,228);
    background: linear-gradient(90deg, rgba(86,192,228,1) 0%, rgba(86,192,228,1) 35%, rgba(11,68,139,1) 100%);
}
@media (max-width: 767px) {
    .content-section {
        padding: 150px 0;
        display: flex;
        padding-bottom: 3rem;
    }
    #home h1 {
        font-size: 5rem;
    }
    #home h5{
        font-size: 3rem;
        /* color: #fff; */
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Montserrat-Regular", Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #42dca3;
    color: #42dca3;
    background-color: transparent;
}

.btn-default:hover, .btn-default:focus {
    border: 1px solid #42dca3;
    outline: 0;
    color: #000;
    background-color: #42dca3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media (max-width: 1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}
/* about */

#about {
    background-color: #fff;;
    color: #ffffff;
}
#about p{
    color: #343434;
}
.about-content{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.about-content .text{
    max-width: 60%;
}
.about-content .text p{
    color: #343434;
}
.about-content .text span{
    color: var(--color-secondary);
    font-size: 2rem;
}
.about-content .text h2{
    text-align: left;
    margin-bottom: 3rem;
}
.about-content .video{
    max-width: 40%;
}
.about-content .video img{
    width: 100%;
    height: 315px;
    object-fit: cover;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 3px 81px 0px rgba(216, 216, 216, 0.45);
}
.readfull-btn-container {
    display: flex;
    justify-items: center;
    clear: both;   
    margin-top: 8%;
}
.readfull-btn {
    border: 2px solid var(--color-secondary);
    padding: 1rem 2rem;
    font-size: 1.75rem;
    border-radius: 10px;
    color: var(--color-secondary);
    font-weight: 500;
}
.readfull-btn:hover {
    color: var(--color-secondary);
}
.about-item {
    border-radius: 4px;
    padding: 4rem;
    height: 240px;
    max-height: 240px;
    background: #ffff;
    color: #343434;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
}
.about-item p{
    font-size: 1.2em;
    text-align: center;
}
.about-item h4{
    margin: 2rem 0;
    font-size: 2.5rem;
    font-weight: 400;
    /* max-width: 20rem; */
    color:var(--color-secondary);
    text-align: center;
}

.about-icon {
    display: flex;
    justify-content: center;
}
.about-item .far{
    color: var(--color-secondary);
}
@media (min-width: 768px) {
    .about-content {
        flex-wrap: nowrap;
    }
    .about-content .text{
        margin-right: 16px;
    }
    .about-content .video{
        margin-left: 16px;
    }
}

/* dashboard */

#dashboard {
    background-color: #fff;
    color: #FFF;
}

.dashboard-list li {
    font-size: 2rem;
    margin-bottom: 2rem;
}
.dashboard-list svg {
    color:var(--color-secondary)
}
.error input, input.error, .error textarea, textarea.error {
    background-color: #ffffff;
    border-bottom: 2px solid orangered !Important;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
#dashboard h2 {
    text-align: left !important;
}
#dashboard span {
    color: var(--color-secondary);
    font-size: 2rem;
}
#dashboard-form h4 {
    font-weight: 400;
    margin-bottom: 1.25rem;
}
#dashboard-form h5 {
    font-weight: 400;
    margin-bottom: 1.25rem;
}

#dashboard-form input{
    font-weight: 500;
    font-size: 16px;
    color: #071435;
    line-height: 42px;
    width: 100%;
    text-align: left;
    height: 60px;
    border-width: 1px;
    border-style: solid;
    border-color: #278457;
    border-image: initial;
    border-radius: 4px;
    padding: 8px 16px;
    outline: 0px;
}

#dashboard-form input#submit {
    font-weight: 500;
    font-size: 14px;
    color: white;
    -webkit-letter-spacing: 1px;
    -moz-letter-spacing: 1px;
    -ms-letter-spacing: 1px;
    letter-spacing: 1px;
    height: 60px;
    display: block;
    margin-left: 8px;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    background: #278457;
    border-radius: 4px;
    text-align: center;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    outline: 0px;
}
.fa-fw{
    width: 1.5em;
}
#dashboard-form input:focus, #contactform input:active, #contactform textarea:focus, #contactform textarea:active {
    border-top: 0px;
    outline: 0;
    outline: none;
}

/* benefits */

#benefits-content{
    background-color: #f9f9f9;
}
#benefits-content .header-content{
    text-align: center;
}
#benefits-content .header-content span{
    color: var(--color-secondary);
    font-size: 2rem;
}
.benefits {
    margin-bottom: 8rem;
    border-radius: 4px;
    padding: 0 3rem 2rem;
    height: 130px;
    max-height: 240px;
    color: #343434;
    display: flex;
    align-items: center;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}
.benefits p{
    font-size: 1.2em;
    text-align: center;
    max-width: 60%;
}
.benefits h4{
    text-align: center;
    font-size: 1.5em;
    font-weight: 900;
    color: #343434;
    margin: 1rem 0;
}
.about-icon {
    display: flex;
    justify-content: center;
}
.benefits .far{
    background-color: var(--color-bg-logo);
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    font-size: 2em;
}
.text-left{
    text-align: left !important;
}
/* testimonials */
#testimonials {
    background-color: #fff;;
    color: #ffffff;
}

#testimonials h2 {
    max-width: 100%;
    margin-bottom: 2rem;
    text-align: center;
    color: #343434;
}
#testimonials p{
    color: #343434;
}
.testimonials-item {
    border-radius: 4px;
    padding: 2rem 4rem;
    height: 200px;
    max-height: 200px;
    background: #ffff;
    color: #343434;
    display: flex;
    align-items: center;
    border-radius: 15px;
    box-shadow: 0px 3px 81px 0px rgba(216, 216, 216, 0.45);
}
.testimonials-item p{
    font-size: 1.1em;
    padding-left: 5px;
    width: 80%;
}
.testimonials-name{
    width: 100%;
}
#testimonials .start-content{
    display: flex;
}
#testimonials .start-content i{
    font-size: 1rem;
    color: #fcdf07;
}
@media (min-width: 768px) {
    #testimonials .testimonials-item p {
        max-width: 50%;
        margin: auto;
    }
}

/* how-it-works */
#how-it-works {
    background-color: #f9f9f9;
    color: var(--color-prymary);
}
.step-title {
    font-weight: 500;
    font-size: 8rem;
    width: 20rem;
    padding-bottom: 4rem;
    border-bottom: 3px solid var(--color-prymary);
    margin: auto;
}

.step-subtitle {
    margin: 2rem 0;
    font-size: 2.5rem;
    font-weight: 400;
    max-width: 20rem;
    color:var(--color-secondary);
}

.step-content {
    font-weight: 300;
    font-size: 14px;
    max-width: 20rem;
    margin: auto;
    margin-bottom: 30px;
    color: #343434;
}

.try-btn-container {
    display: flex;
    justify-items: center;
    clear: both;
    
}

.try-btn {
    /* margin: auto;
    margin-top: 4rem;
    border: 2px solid var(--color-prymary);
    padding: 1rem 2rem;
    font-size: 1.75rem; */
    margin: auto;
    margin-top: 9rem;
    border: 2px solid var(--color-secondary);
    padding: 1rem 2rem;
    font-size: 1.75rem;
    border-radius: 10px;
    color: var(--color-secondary);
    font-weight: 500;
}


.try-btn:hover {
    background-color: transparent;
    color: var(--color-secondary);
}

@media (min-width: 768px) {
    #how-it-works li:first-child > * {
        margin-left: 0;
    }
    #how-it-works li:last-child > * {
        margin-right: 0;
    }
    .step-subtitle {
        /* margin: 2rem auto; */
        margin: 2rem 0;
        /* height: 90px; */
    }
}
#know-app{
    background-color: #f9f9f9;
}
footer {
    padding: 40px 0;
    z-index: 1;
    position: relative;
    clear: both;
    background-color: #f9f9f9;
}

footer p {
    margin: 0;
    font-size: 15px;
    color: #343434;
}

footer p.credits {
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 1px;
    color: #343434;
    font-weight: 500;
}
footer p a{
    font-weight: 500;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255, 255, 255, .2);
}

.bgblue {
    background: #22292c;
}

.inlineblock {
    display: inline-block;
}

p.lead {
    line-height: 1.9;
}

.btnghost {
    border: 2px solid #333;
    background-color: transparent;
    padding: 15px 20px;
    letter-spacing: 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333;
    margin-top: 20px;
    display: inline-block;
}

.btnghost:hover {
    background-color: #333;
    color: #fff;
    border: 2px solid #333;
}

.bgcover {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

img {
    max-width: 100%;
}

.gallery ul {
    padding: 0;
    margin: 0;
}

.gallery img {
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.gallery ul li {
    margin: 0;
    position: relative;
    list-style: none;
    float: left;
    padding: 0;
}

.gallery ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.gallery ul li a:before {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 40%;
    left: 50%;
    margin: -14px 0 0 -16px;
    background: url(data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%0A%09%20id%3D%22svg2%22%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Asodipodi%3D%22http%3A//sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A//www.inkscape.org/namespaces/inkscape%22%20inkscape%3Aversion%3D%220.48.4%20r9939%22%20sodipodi%3Adocname%3D%22icon-fullscreen.svg%22%0A%09%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20960%20560%22%0A%09%20enable-background%3D%22new%200%200%20960%20560%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Csodipodi%3Anamedview%20%20borderopacity%3D%221%22%20pagecolor%3D%22%23ffffff%22%20bordercolor%3D%22%23666666%22%20objecttolerance%3D%2210%22%20gridtolerance%3D%2210%22%20guidetolerance%3D%2210%22%20showgrid%3D%22false%22%20fit-margin-top%3D%220%22%20fit-margin-left%3D%220%22%20inkscape%3Azoom%3D%227.375%22%20inkscape%3Acx%3D%22-5.1525424%22%20inkscape%3Acy%3D%2216%22%20id%3D%22namedview11%22%20inkscape%3Awindow-x%3D%22-8%22%20inkscape%3Awindow-y%3D%22-8%22%20fit-margin-right%3D%220%22%20inkscape%3Apageopacity%3D%220%22%20fit-margin-bottom%3D%220%22%20inkscape%3Awindow-width%3D%221366%22%20inkscape%3Awindow-height%3D%22706%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Acurrent-layer%3D%22svg2%22%3E%0A%09%3C/sodipodi%3Anamedview%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%22220%22%20y%3D%22260%22%20fill%3D%22%23FFFFFF%22%20width%3D%22536%22%20height%3D%2224%22/%3E%0A%3C/g%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%22476%22%20y%3D%224%22%20fill%3D%22%23FFFFFF%22%20width%3D%2224%22%20height%3D%22556%22/%3E%0A%3C/g%3E%0A%3C/svg%3E%0A) no-repeat;
    content: "";
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.gallery ul li a:hover:before {
    top: 50%;
    opacity: 1;
}

.gallery ul li a:after {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.gallery ul li a:hover:after {
    opacity: 1;
}

section {
    background-color: #f9f9f9;
    color: #333;
    overflow: hidden;
}
.secondary-section {
    padding: 120px 0;
}
.secondary-section h2 {
    margin-bottom: 2rem;
    text-align: center;
    color: #343434;
    font-size: 4rem;
}
.secondary-section .subtitle {
    margin-bottom: 6rem;
    color: #343434;
    text-align: center;
}

.done {
    display: none;
}

/* contact */

#contact {
    background-color: #fff;
    color: #FFF;
}

.contact-list li {
    font-size: 2rem;
    margin-bottom: 2rem;
}
.contact-list svg {
    color:var(--color-secondary)
}
.error input, input.error, .error textarea, textarea.error {
    background-color: #ffffff;
    border-bottom: 2px solid orangered !Important;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

#contactform h4 {
    font-weight: 400;
    margin-bottom: 1.25rem;
}
#contactform h5 {
    font-weight: 400;
    margin-bottom: 1.25rem;
}

#contactform input, #contactform textarea {
    border: 0px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
    padding: 1.2rem;
    font-weight: 900;
    box-shadow: 0px 3px 81px 0px rgba(0, 0, 0, 0.1);
    color:#343434;
}

#contactform input#submit {
    padding: 0;
    float: right;
    width: 50%;
    height: 4rem;
    background: #fff;
    color: #343434;
}
.fa-fw{
    width: 1.5em;
}
#contactform input:focus, #contactform input:active, #contactform textarea:focus, #contactform textarea:active {
    border-top: 0px;
    outline: 0;
    outline: none;
}

/* Download */

#download{
    /* background-color: var(--color-bg-logo);
    background-image: url(../img/main-banner.jpeg);
    background-blend-mode: soft-light;
    background-position: center;
    min-height: 450px;
    align-items: center;
    display: flex; */
    background-color: #fff;
}
.download-content{
    position: relative;
    display: flex;
    justify-content: center;
}
.download-content h2{
    color: #343434;
}
.download-content-left{
    width: 50%;
    position: absolute;
    left: 0;
    bottom: -180px;
}
.download-content-left img{
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.download-content-right{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stores-container {
    display: flex;
    align-items: flex-start;
}

.stores-container a {
    width: 200px;
    height: 60px;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
#google-store {
    background-image: url(../img/google.jpg);
}
#apple-store {
    background-image: url(../img/apple.jpg);
}
@media (min-width: 768px) {

}
@media (max-width: 768px) {
    .stores-container a {
        width: 250px;
        height: 75px;
        /* margin: 30px 60px; */
    }
    .testimonials-item{
        margin-top: 1rem;
    }
    .about-item{
        margin-top: 1rem;
    }
    .download-content{
        justify-content: center;
    }
    .download-content-left{
        display: none;
    }
    .stores-container{
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .navbar-custom .navbar-brand{
        padding: 10px;
        padding: 10px;
    }
    .navbar-custom .navbar-brand img{
        width: 100px;
    }
}
.owl-prev, .owl-next {
    position: absolute;
    top: 40%;
    width: 30px;
    height: 30px;
}

.owl-prev:focus, .owl-next:focus {
    outline: 0
}

.owl-prev span, .owl-next span {
    font-size: 30px;
}

.owl-next {
    right: 0;
}

.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 3rem;
}

.owl-dot:focus {
    outline: 0;
}

.owl-dot span {
    width: 11px;
    height: 11px;
    margin: 4px;
    display: inline-block;
    border-radius: 7px;
    background-color: var(--color-secondary);
}

.owl-dot.active span {
    background-color: var(--color-prymary);
}
.gallery {
    margin-top: 4rem;
}

.gallery img {
    max-height: 60vh;
    max-width: 100%;
    object-fit: contain;
}


/* payment form */
#payment{
    background-color: #f9f9f9;
    height: auto;
    padding-top: 2em;
}
.form-content{
    margin: 12px;
}
.form-content h3{
    margin-bottom: 2em;
}
.form-content h4{
    margin-top: 1em;
    margin-bottom: 1em;
}
.custom-form-group{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}
.card-line{
    width: 100%;
    display: flex; 
    justify-content: space-between;
}
.card-line .custom-form-group.form-75{
    width: 67%;
}
.card-line .custom-form-group.form-25{
    width: 27%;
}
.card-line .custom-form-group.form-50{
    width: 47%;
}
.custom-form-group label{
    font-weight: 500;
}
.form-input{
    border:none;
    padding: 12px;
    border-radius: 10px;
    background-color: #fff;
    outline: none;
}
.button-clean{
    width: 100%;
    background: rgba(12,66,135, 1);
    color: #fff;
    border-radius: 12px;
    padding: 16px;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    margin-bottom: 1em;
    font-weight: 900;
}
/* FAQ */
.accordion-faq .btn{
    font-size: 1.7rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    white-space: pre-wrap;
    text-align: left;
    align-items: center;
}
.accordion-faq .btn:hover {
    text-decoration: none;
}
.btn-link:focus, .btn-link:hover{
    outline: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
}
*:focus {
    outline: none;
}
.accordion-faq .card-body{
    padding:16px;
}
.accordion-faq .card-body p{
    font-size: 1.5rem;
}
.accordion-faq .card{
    box-shadow: 0px 3px 81px 0px rgba(216, 216, 216, 0.45);
    margin-bottom: 16px;
    background: #ffff;
    border-radius: 5px;
}