body,
section {
    font-family: "Jost", sans-serif;
    color: #434343
}

a {
    text-decoration: none;
    color: #FACE1C
}

a:hover {
    color: #FAFAFA;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Jost", sans-serif
}

#main {
    margin-top: -200px
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 998;
    background: #FAFAFA;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s
}

.back-to-top i {
    font-size: 24px;
    color: #434343;
    line-height: 0
}

.back-to-top:hover {
    background: #FACE1C;
    color: #fff
}

.back-to-top.active {
    visibility: visible;
    opacity: 1
}

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }
}




/*--- HEADER ---*/

#header {
    transition: all 0.5s;
    z-index: 10;
    transition: all 0.5s;
    padding: 10px;
    background: #FACE1C
}

#header .header-transparent {
    background: #FACE1C
}

#header.header-scrolled {
    background: #434343;
    padding: 5px
}

#header .logo h1 {

    margin: 0;
    line-height: 1;
    font-weight: 800;
    font-family: "Jost", sans-serif;
    text-transform: uppercase
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #434343;
    text-decoration: none
}

#header .logo img {
    padding: 10;
    margin: 10;
    max-height: 150px
}

@media (max-width: 768px) {
    #header.header-scrolled {
        padding: 15px 0
    }
}


/*---- navbar ----*/



.navbar {
    padding: 0;
    position: static
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: left
}

.navbar li {
    position: relative
}

.navbar a,.navbar a:focus {
    display: flex;
    align-items: right;
    justify-content: space-between;
    padding: 8px 16px;
    margin-left: 10px;
    font-family: "Inter Tight",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fafafa;
    white-space: nowrap;
    transition: 0.3s
}

.navbar a i,.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px
}

.navbar a:hover,.navbar .active,.navbar .active:focus,.navbar li:hover>a {
    font-weight: 400;
    color: #F39443
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 10px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 30px rgba(127,137,161,0.25);
    transition: 0.3s
}

.navbar .dropdown ul li {
    min-width: 200px
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
    color: #97cc41
}

.navbar .dropdown ul a i {
    font-size: 12px
}

.navbar .dropdown ul a:hover,.navbar .dropdown ul .active:hover,.navbar .dropdown ul li:hover>a {
    color: #F39443
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.navbar .megamenu {
    position: static
}

.navbar .megamenu ul {
    margin: 0;
    padding: 10px;
    display: block;
    position: absolute;
    top: 130%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    display: flex;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99
}

.navbar .megamenu ul li {
    flex: 1
}

.navbar .megamenu ul li strong {
    padding: 10px 0 10px 20px;
    display: block
}

.navbar .megamenu ul li a,.navbar .megamenu ul li:hover>a {
    color: rgba(var(--color-white-rgb), 0.5);
    background: none;
    padding: 8px 10px
}

.navbar .megamenu ul li a:hover,.navbar .megamenu ul li .active,.navbar .megamenu ul li .active:hover {
    color: #F39443
}

.navbar .megamenu:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left:-90%
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
}

.mobile-nav-toggle {
    color: #fafafa;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display:block
    }

    .navbar ul {
        display: none
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(172,85,11,0.9);
    transition: 0.3s
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fafafa;
    overflow-y: auto;
    transition: 0.3s
}

.navbar-mobile a,.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #97cc41
}

.navbar-mobile a:hover,.navbar-mobile .active,.navbar-mobile li:hover>a {
    color: #F39443
}

.navbar-mobile .getstarted,.navbar-mobile .getstarted:focus {
    margin: 15px
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fafafa;
    box-shadow: 0px 0px 30px rgba(127,137,161,0.25)
}

.navbar-mobile .dropdown ul li {
    min-width: 200px
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px
}

.navbar-mobile .dropdown ul a:hover,.navbar-mobile .dropdown ul .active:hover,.navbar-mobile .dropdown ul li:hover>a {
    color: #F39443
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block
}

.navbar-mobile .megamenu ul li a,.navbar-mobile .megamenu ul li:hover>a {
    color: rgba(var(--color-white-rgb), 0.5);
    background: none
}

.navbar-mobile .megamenu ul li a:hover,.navbar-mobile .megamenu ul li .active,.navbar-mobile .megamenu ul li .active:hover {
    color: #F39443
}



/*--------------------------------------------------------------
# lang
--------------------------------------------------------------*/
.lang .container {
    padding: 0;
    min-height: 50px;
   align-items: flex-end;
    align-self: stretch;
    transition: all 0.5s;
    z-index: 100;
    padding: 5px;
/*    background-color: #FACE1C;*/
}

.lang h2 {
    font-size: 10pt;
    /*    font-weight: 300;*/
}

.lang a,
.lang a:focus {
/*
    color: #fafafa;
    white-space: nowrap;
*/
    transition: 0.3s
}

.lang a i,
.lang a:focus i {
/*
    font-size: 10pt;
    line-height: 50;
*/
    margin-left: 5px
}

.lang a:hover,
.lang .active,
.lang .active:focus,
.lang li:hover > a {
/*    font-weight: 600;*/
    color: #434343
}



/*
.lang ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 10px;
    font-size: 10pt
}

.lang ol li + li {
    padding-left: 2px
}

.lang ol li + li::before {
    display: inline-block;
    padding-right: 2px;
    color: #FAFAFA;
    content: "/";
}
*/

@media (max-width: 768px) {
    .lang .d-flex {
        display: block !important;
    }

    .lang ol {
        display: block;
    }

    .lang ol li {
        display: inline-block;
    }
}


/*Hero*/

#hero {
    width: 100%;
    height: 100vh;
    /* background: linear-gradient(to bottom right, #343434, #FACE1C), url("../img/hero-bg.jpg") top center; */
    background: #434343;
    background-size: cover;
    position: relative;
    margin-bottom: 200px
}

#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    text-align: left
}

#hero h1 {
    margin: 60px 10% 0 10%;
    font-size: 60pt;
    font-weight: 600;
    line-height: 70pt;
    color: #fafafa
}

#hero h2 {
    margin: 0 10% 0 10%;
    color: #FACE1C;
    margin-bottom: 5px;
    font-size: 40pt;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #fafafa
}

#hero p {
    margin: 10px 10% 25px 10%;
    color: #fafafa;
    font-size: 30px;
    line-height: 35px
}

#hero b {
    color: #FACE1C
}

#hero .btn-get-started {
    font-size: 30pt;
    display: inline-block;
    padding: 4px 0;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    width: 40pt;
    height: 40pt;
    text-align: center;
    color: #FACE1C
}

#hero .btn-get-started:hover {
    padding-top: 8px;
    color: #FAFAFA
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px
    }
}

section {
    padding: 60px 0;
    overflow: hidden
}

.section-bg {

    background-color: #434343
}

/*-- products --*/

#products {

    background-color: #434343;
    background-size: cover;
    padding: 20px;
    position: relative;
    color: #fafafa
}

#products .products-container {
    position: relative;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    text-align: left
}

#products .icon-box {

    
    padding: 40px;
    position: relative;
    overflow: hidden;
    background: #434343;
    transition: all 0.3s ease-in-out;
    border-radius: 0px;
    z-index: 1;
}

#products .icon-box::before {
    content: "";
    position: absolute;
    background: white;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

#products .icon-box:hover::before {
    background: #FACE1C;
    top: 0;
    border-radius: 0px;
}

#products .icon {
    margin-bottom: 15px;
}

#products .icon i {
    font-family: "Jost", sans-serif;
    font-size: 40pt;
    line-height: 1;
    color: #FACE1C;
    transition: all 0.3s ease-in-out;
}

#products .title {
    font-family: "Jost", sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20pt;
}

#products .title, a, b {
    font-family: "Jost", sans-serif;
    color: #FACE1C;
    text-decoration-line: underline;
    text-decoration-color: #fafafa
}

#products .description {
    font-family: "Jost", sans-serif;
    font-size: 11pt;
    line-height: 14pt;
    margin-bottom: 0;
}

#products .icon-box:hover .title a, 
#products .icon-box:hover .description {
    color: #434343;
        
}

#products .icon-box:hover .icon i, b {
    color: #FAFAFA;
}

#products ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0
}

#products ol li + li {
    padding-left: 100px
}

#products ol li + li::before {
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    padding-right: 10px;
    color: #FACE1C;
    content: "//"
}

#products .container {
    position: relative;
    z-index: 1
}

#products .content {
    padding: 30px
}

#products .content h1 {
    font-size: 42pt;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    color: #FACE1C
}

#products .content h3 {
    font-family: "Jost", sans-serif;
    font-weight: 100;
    font-size: 24pt;
    color: #FACE1C;
    margin-bottom: 5px
}

#products .content p {
    margin-bottom: 8px
}

#products .content .products-btn {
    display: inline-block;
    background: #FACE1C;
    padding: 6px 44px 8px 30px;
    color: #fafafa;
    border-radius: 2px;
    transition: 0.3s;
    position: relative
}

#products .content .products-btn i {
    font-size: 18px;
    position: absolute;
    right: 18px;
    top: 9px
}

#products .content .products-btn:hover {
    background: #434343
}

@media (max-width: 1200px) {
    #products .content {
        /*padding-right: 0*/
    }
}

@media (max-width: 768px) {
    #products {
        text-align: center
    }
}

/*-- about --*/

.about {
    background: #434343;
    background-size: cover;
    padding: 30px 0;
    position: relative;
    color: #fafafa
}

.about ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0
}

.about ol li + li {
    padding-left: 10px
}

.about ol li + li::before {
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    padding-right: 10px;
    color: #FACE1C;
    content: " // "
}

.about .container {
    position: relative;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    text-align: left
}

.about .content {
    padding: 30px
}

.about .content h1 {
    font-size: 42pt;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    color: #FACE1C
}

.about .content h3 {
    font-family: "Jost", sans-serif;
    font-weight: 100;
    font-size: 24pt;
    color: #f6af73;
    margin-bottom: 5px
}

.about .content p {
    margin-bottom: 8px
}

.about .content .about-btn {
    display: inline-block;
    background: #FACE1C;
    padding: 6px 44px 8px 30px;
    color: #fafafa;
    border-radius: 2px;
    transition: 0.3s;
    position: relative
}

.about .content .about-btn i {
    font-size: 18px;
    position: absolute;
    right: 18px;
    top: 9px
}

.about .content .about-btn:hover {
    background: #2a2a2a
}

@media (max-width: 1200px) {
    .about .content {
        padding-right: 0
    }
}

@media (max-width: 768px) {
    .about {
        text-align: center
    }
}

/*-- Footer --*/
#footer {
    background: #434343;
    padding: 00 30px 0;
    color: #fafafa
}

#footer b {
    color: #fafafa
}

#footer a {
    color: #FACE1C;
    transition: 0.3s;
    display: inline-block;
    line-height: 1
}

#footer a:hover {
    color: #fafafa
}

#footer .footer-top {
    padding: 60px 0 30px 0
}

#footer .footer-top .footer-info {
    margin-top: -70px;
    margin-bottom: 15px;
    color: #fafafa;
    border-top: 4px solid #434343;
    text-align: left;
    padding: 30px
}

#footer .footer-top .footer-info h3 {
    font-size: 14pt;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 20pt;
    font-weight: 700
}

#footer .footer-top .footer-info p {
    margin-bottom: 0;
    font-family: "Jost", sans-serif
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #FACE1C;
    color: #fafafa;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s
}

#footer .footer-top .social-links a:hover {
    background: #FACE1C;
    color: #fafafa;
    text-decoration: none
}

#footer .footer-top h4 {
    font-size: 12pt;
    font-weight: 600;
    color: #fafafa;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-links {
    margin-bottom: 30px
}

#footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-links ul i {
    padding-right: 2px;
    color: #f9cba3;
    line-height: 1
}

#footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

#footer .footer-links ul li:first-child {
    padding-top: 10px
}

#footer .footer-links ul a {
    color: #fafafa;
    transition: 0.3s;
    display: inline-block;
    line-height: 1
}

#footer .footer-links ul a:hover {
    color: #fafafa
}

#footer .footer-links .php-email-form {
    font-size: 9pt;
    line-height: 13pt;
    padding: 5px;
    background: #fafafa
}

#footer .footer-links .php-email-form .error-message {
    display: none;
    color: #fafafa;
    background: #ce3140;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

#footer .footer-links .php-email-form .error-message br + br {
    margin-top: 25px
}

#footer .footer-links .php-email-form .sent-message {
    display: none;
    color: #fafafa;
    background: #97cc41;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

#footer .footer-links .php-email-form .loading {
    display: none;
    background: #fafafa;
    text-align: center;
    padding: 15px
}

#footer .footer-links .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #97cc41;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite
}

#footer .footer-links .php-email-form input,
#footer .footer-links .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 9pt;
    line-height: 13pt
}

#footer .footer-links .php-email-form input::focus,
#footer .footer-links .php-email-form textarea::focus {
    background-color: #FACE1C
}

#footer .footer-links .php-email-form input {
    padding: 10px 15px
}

#footer .footer-links .php-email-form textarea {
    padding: 12px 15px
}

#footer .footer-links .php-email-form button[type=submit] {
    background: #434343;
    border: 0;
    padding: 10px 24px;
    color: #fafafa;
    transition: 0.4s
}

#footer .footer-links .php-email-form button[type=submit]:hover {
    background: #FACE1C
}

#footer .footer-links .footer-newsletter form {
    margin-top: 30px;
    background: #fafafa;
    padding: 6px 10px;
    position: relative;
    border-radius: 1
}

#footer .footer-links .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px)
}

#footer .footer-links .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #434343;
    color: #fafafa;
    transition: 0.3s;
    border-radius: 4
}

#footer .footer-links .footer-newsletter form input[type="submit"]:hover {
    background: #434343
}

#footer .copyright {
    border-top: 1px solid #f5a25b;
    text-align: left;
    padding-top: 10px
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fafafa
}

@media (max-width: 575px) {
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0
    }
}
