body {
    font-family: "Lato", sans-serif;
}

h1 {
    font-family: "Oswald", sans-serif;
}

h2 {
    font-family: "Montserrat", sans-serif;
}

/* Mobile overflow fix */
@media (max-width: 991.98px) {
    body {
        overflow-x: hidden;
    }
    
    html {
        overflow-x: hidden;
    }
}

/* header start  */

header {
    background-color: #0C0C0C;
}

/* Mobile Navigation Fix - NUR für mobile Geräte */
@media (max-width: 991.98px) {
    .navbar {
        padding-left: 0;
        padding-right: 0;
    }
    
    .navbar .container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }
    
    .navbar-brand {
        flex-shrink: 0;
        margin-right: 0;
    }
    
    .navbar-toggler {
        flex-shrink: 0;
        margin-left: auto;
        margin-right: 0;
        padding: 4px 8px;
        border: none;
        background: none;
    }
    
    .navbar-collapse {
        width: 100%;
        flex-basis: 100%;
    }
}

.nav-link {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.nav-link:hover {
    color: #32CB32 !important;
}

.primary-btn {
    font-family: "Oswald", sans-serif;
    background-color: #32CB32;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #32CB32;
    padding: 6px 14px;
    transition: 0.3s;
}

.primary-btn:hover {
    background-color: transparent;
}

.navbar-toggler-icon {
    background-image: url(../images/hamburger-menu.png);
}


/* header end  */

/* banner start  */

.banner {
    background-color: #000;
    padding: 220px 0 150px 0;
}

/* Mobile overflow fix für banner */
@media (max-width: 991.98px) {
    .banner {
        overflow-x: hidden;
    }
}

.sub-title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.title {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
}

.title span {
    color: #32CB32;
}

.sec-desc {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 15px;
    color: #ddd;
}

.follow-us-x {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.follow-us-x a {
    text-decoration: none;
    color: #32CB32 !important;
}


/* banner end  */

/*About Start*/

.about {
    background-color: #0c0c0c;
    padding: 100px 0;
}

/* Mobile overflow fix für about */
@media (max-width: 991.98px) {
    .about {
        overflow-x: hidden;
    }
}

.sec-name {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 8px 16px;
}

.title-sm {
    margin-top: 25px;
    font-size: 40px;
}

.about .sec-desc {
    margin-bottom: 10px;
}

.counter {
    font-family: "Oswald", sans-serif;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 60px;
    color: #fff;
}

.single-counter span {
    color: #32CB32;
    font-weight: 600;
    font-size: 15px;
}

.liq-first-img {
    margin-top: 60px;
}


/*About End*/

/* service start  */

.service {
    padding: 100px 0;
    background-color: #000;
}

/* Mobile overflow fix für service */
@media (max-width: 991.98px) {
    .service {
        overflow-x: hidden;
    }
}

.single-service {
    margin: 20px 0;
    background-color: #0C0C0C;
    border: 1px solid #32cb321d;
    /* box-shadow: 0 0 20px #282828; */
}

.service-desc {
    padding: 40px;
}

.service-desc h3 {
    margin-bottom: 15px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
}

.service-desc h3 i {
    color: #32CB32;
}

.service-desc h2 {
    font-weight: 700;
    font-size: 17px;
    color: #32CB32;
    margin-bottom: 0;
    min-height: 50px;
}

.service-desc p {
    font-size: 15px;
    font-weight: 400;
    color: #ddd;
    min-height: 180px;
}

/* service end */

/* team start  */

.team {
    background-color: #0C0C0C;
    padding: 100px 0;
}

/* Mobile overflow fix für team */
@media (max-width: 991.98px) {
    .team {
        overflow-x: hidden;
    }
}

.slick-dots {
    bottom: -40px;
}


.slick-dots li button:before {
    font-size: 20px !important;
    color: #fff;
    opacity: .75;
}

.slick-dots li.slick-active button:before {
    color: #32CB32;
}

.single-team {
    margin: 10px 8px;
}


.team-desc {
    background-color: #000;
    padding: 30px 20px;
    border: 1px solid #32cb3228;
}

.team-desc h2 {
    font-weight: 700;
    font-size: 20px;
    color: #32CB32;
}

.team-desc p {
    color: #ddd;
    font-size: 15px;
    min-height: 180px;
}

/* team end */

/* footer start  */

footer {
    padding: 60px 0;
    background-color: #000;
}

/* Mobile overflow fix für footer */
@media (max-width: 991.98px) {
    footer {
        overflow-x: hidden;
    }
}

footer p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    color: #ddd;
}

footer h2 {
    font-weight: 700;
    font-size: 16px;
    color: #32CB32;
}

footer .social-icon a {
    color: #32CB32;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
}

footer ul li {
    margin: 5px 0;
}

footer ul li i {
    color: #32CB32;
}

footer a {
    text-decoration: none;
    color: #ddd;
    font-size: 14px;
}

/* footer end  */

.copyright {
    background-color: #0c0c0c;
    padding: 15px 0;
    text-align: center;
}

/* Mobile overflow fix für copyright */
@media (max-width: 991.98px) {
    .copyright {
        overflow-x: hidden;
    }
}

.copyright p {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}

.copyright span {
    color: #32CB32;
    font-weight: 700;
}

/* impressum start  */

.impressum {
    padding: 120px 0 50px 0;
    background-color: #0f0f0f;
}

/* Mobile overflow fix für impressum */
@media (max-width: 991.98px) {
    .impressum {
        overflow-x: hidden;
    }
}

.impressum h1 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 20px;
    color: #32CB32;
}

.impressum h2 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.impressum p {
    color: #ddd;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 20px;
}

.impressum li {
    color: #ddd;
    font-size: 15px;
}

/* impressum end  */