@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body{
    font-family: 'Poppins', sans-serif;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

/* Navbar Styles */
.navbar-container {
    position: absolute;
    top: 40px;
    left: 20px;
    right: 20px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.4); /* Transparente Navbar */
    padding: 20px;
    border-radius: 30px; /* Starke Abrundung der Ecken */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); /* Leichter Schatten */
}

.navbar-left {
    display: flex;
    align-items: center;
}

.navbar-left a {
    margin-left: 20px;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease;
}

.navbar-left a:hover {
    color: #bbb;
}

.logo {
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.navbar-right {
    display: flex;
    align-items: center;
}

.navbar-right a .fa-instagram {
    color: white; /* Weißes Icon */
    font-size: 24px; /* Optionale Größe */
    transition: color 0.3s ease; /* Optional für einen Hover-Effekt */
}

.navbar-right a .fa-instagram:hover {
    color: #bbb; /* Farbe beim Hover */
}


.navbar-right button {
    background-color: white;
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.navbar-right button:hover {
    background-color: #ddd;
}

.navbar-right a {
    margin-left: 20px;
}

.navbar-right a img {
    width: 24px;
    height: 24px;
}

/* Burger Menu */
.burger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    margin-left: 20px;
}

.burger-menu .line {
    width: 24px;
    height: 3px;
    background-color: white;
    margin: 4px 0;
}

@media (max-width: 768px) {
    .burger-menu {
        display: flex;
    }

    .navbar-left a {
        display: none;
    }

    .navbar-right button {
        display: none;
    }

    .navbar-left #navbar-links.active a {
        display: block;
        background-color: rgba(0, 0, 0, 0.8);
        padding: 10px;
        margin-top: 5px;
        border-radius: 10px;
    }
    
}

/* Default Style Start*/
.container{
    max-width: 1114px;
    margin: 0px auto;
    padding: 100px 20px;
}

.btn a{
    padding: 8px 15px;
    border-radius: 30px;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn.trans a{
    background: rgba(255, 255, 255,0.3);
}

.btn.primary a{
    background-color: #231A36;
}

.section-heading{
    max-width: 600px;
    margin: 0px auto;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.section-heading h2{
    margin-bottom: 25px;
    color: #231A36;
}
.section-heading p{
    color: #426666;
}

/* Default Style End*/

/* Heading Styles */
h1{
    font-size: 92px;
    color: #ffffff;
}

h2{
    font-size: 40px;
}

h3{
    font-size: 30px;
}
/* Heading Styles */

/* Header Wrapper Start */

header {
    padding: 15px 0px;
}

.header-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-wrapper nav ul{
    display: flex;
    gap: 40px;
}

.header-wrapper nav ul li a {
    color: #ffffff;
}

.logo img {
    width: 100px;
    height: auto;
}
/* Header Wrapper End */

/* Section Banner Start */
.banner{
    color:#ffffff;
    text-align: center;
    padding: 125px 0px;
}

.header-banner{
    background:url("./img/main_pic_try_3.jpg"); /*  try_3 ist die finale version die wir verwenden sollten | Hier schauen was man hier noch machen kann (runderes Logo) */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner h1{
    margin: 0px 0px 25px 0px;
}

.banner h1 span,.banner p span{
    display: block;
}

.banner .btn a{
    margin-top: 50px;
    /* display: inline-block; */
}

/* Section Banner End */

/* SECTION CLIENTS START */
.clients{
    padding: 80px 0px;
	background-color: rgb(4, 18, 16);
}
.clients h5{
    color: #B2B7BE;
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
}
.clinets-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.clinets-wrapper img{
    width: 100px;
}


.solution-box-text,.solution-box-img{
    width: 50%;
}
/* SECTION CLIENTS END */


/* SECTION SOLUTION START */
.solutions{
    background: linear-gradient(to bottom, rgb(4, 18, 16), rgb(21 96 32));
    padding: 80px 0px;
}

.solutions_unten{
    background: linear-gradient(to bottom, rgb(21 96 32),     rgb(0 122 55),     rgb(0 122 55));
    padding: 80px 0px;
}

.solution-wrapper{
    display: flex;
    align-items: center;
    max-width: 750px;
    margin: 0px auto;
}

.solution-wrapper .btn a{
    background-color: transparent;
    color: #ffffff;
    padding: 8px 0px;
    
}
/*.solution-wrapper .btn a img{
    filter: invert(1); 
    
} */

.solution-wrapper span{
    text-transform: uppercase;
    letter-spacing: 5px;
    color:#B33CDB;
    font-size: 14px;
    font-weight: 700;
}

.solution-wrapper h3{
    color: #ffffff;
    margin: 15px 0px;
}
.solution-wrapper p{
    color: #ffffff;
    margin: 15px 0px;
}
.solution-box-img{
    text-align: right;
}

.solution-box-text a {
    font-weight: bold;
}

/* start img_design */

.search_engine_img {
    width: 40vh;
    height: auto;
    padding-left: 50px;
}

.community_img {
    width: 30vh;
    height: auto;
    padding-right: 50px;
    padding-right: 50px;
}

.community_zwei_img {
    width: 30vh;
    height: auto;
    padding-right: 50px;
    padding-right: 50px;
}

.partners_img {
    width: 40vh;
    height: auto;
    padding-left: 50px;
}

/* end img_design */

.solutions>div>div:nth-child(3) .solution-box-img{
    text-align: left;
}
.solutions>div>div:nth-child(3) .solution-box-text span{
    color: #FBBA33;
}
.solutions>div>div:nth-child(4) .solution-box-text span{
    color: #DE2879;
}

.solutions_unten>div>div:nth-child(3) .solution-box-img{
    text-align: left;
}
.solutions_unten>div>div:nth-child(3) .solution-box-text span{
    color: #FBBA33;
}
.solutions_unten>div>div:nth-child(4) .solution-box-text span{
    color: #DE2879;
}

/* .solutions>div>div:nth-child(4){
    margin-bottom: 0px;
} */

.solution-wrapper:not(.solutions>div>div:nth-child(4)) {
    margin-bottom: 80px;
}
/* SECTION SOLUTION END */


/* Social Media Start*/
.social-media{
    padding: 80px 0px;
    background-color: rgb(4, 18, 16);
    color: #ffffff;
}

.social-media h2{
    color: #b97edb;
}

.social-media p{
	color: #c0b9b9;
}

.sm-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sm-wrapper span{
    color: #c0b9b9;
    display: inline-block;
    margin:5px 0px 0px 0px;
}


/* Social Media End*/


/* Section Nedd Start */
.need{
    padding: 80px 0px;
	background: linear-gradient(to bottom, rgb(0, 121, 55), rgb(0, 146, 69));
}

.section-heading h2{
	color: #ffffff;
}

.section-heading p{
	color: #ffffff;
}

.need-box{
    position: relative;
    padding-top: 100px;
}

.need-box>img{
    width: 100%;
    height: auto;
    width: 300px;
}

.need-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.need-wrapper h5{
    font-size: 16px;
    margin-bottom: 15px;
}
.need-wrapper .btn a{
    background-color: transparent;
    color: #000000;
    padding-left: 0px;
}

.need-box-ab{
    background-color: #ffffff;
    width: 80%;
    padding: 10px;
    color: #111111;
    position: absolute;
    bottom: -80.5px;
    left: 0px;
    transition: all .30s;
}

.need-box:hover .need-box-ab{
    background-color: #504f4f;
    color: #ffffff;
}

.need-box-ab h4{
    font-size: 24px;
}

.need-box-inner{
    display: flex;
    justify-content: space-between;
    
}
/* Section Nedd End */


/* Section happy Start */
.happy{
    padding: 80px 0px;
	background: linear-gradient(to bottom, rgb(0, 146, 69), rgb(36, 135, 50));
}

.section-heading h2{
    position: relative;
    display: inline-block;
}

.ab-img{
    position: absolute;
    top: -30px;
    right: -50px;
}

.happy-wrapper{
    display: flex;
    align-items: center;
}

.happy-wrapper>div img{
    width: 400px;
    height: 200px;
}

.happy-wrapper>div p{
    color:#ffffff;
    font-size: 22px;
    line-height: 36px;
    font-style: italic;
    margin: 25px 0px;
}

.person-detail {
    color:#ffffff;
}

.happy-wrapper>div:last-child{
    text-align: center;
}


/* Section happy End */


/* Section Newsletter Start */
.newsletter{
	background: linear-gradient(to bottom, rgb(36, 135, 50), rgb(31, 117, 34)); /*Hier weiter schauen----------------------- für Farbe-----------------*/
}

.newsletter-wrapper{
    background: url("./img/newsletter_pic.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    border-radius: 25px;
    color: #ffffff;
    position: relative;
}
.newsletter .section-heading h2,.newsletter .section-heading p{
    color: #ffffff;
}
.newsletter .btn{
    text-align: center;
}
.newsletter-wrapper>div:last-child img:first-child{
    position: absolute;
    bottom: 50px;
    left: -61px;
    z-index: -1;
}
.newsletter-wrapper>div:last-child img:last-child{
    position: absolute;
    top: 50px;
    right: -61px;
    z-index: -1;
}
/* Section Newsletter End */

/* Footer Section Start */
footer{
    padding: 50px 0px;
	background: linear-gradient(to bottom, rgb(0 122 55), rgb(21 96 32))
}
footer img{
    width: 150px;
    height: auto;
}

.footer-wrapper{
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid grey;
}

.footer-wrapper ul{
    display: flex;
    gap: 25px;
    color: #ffffff;
}

.cp-write{
    text-align: center;
    margin-top: 30px;
    color:#ffffff;
}

a {
    text-decoration: none;
    color: inherit;
  }
/* Footer Section End */


/* Responsive Start */
@media only screen and (max-width: 768px){
    header .btn, nav{
        display: none;
    }

    .banner {
        padding: 80px 0px;
    }

    h1{
        font-size: 50px;
    }

    .clinets-wrapper img{
        width: 30%;

    }

    .solution-wrapper{
        flex-direction: column;
    }

    .solution-box-text, .solution-box-img{
        width: 100%;
        text-align: center !important;
    }

    .solutions>div>div:nth-child(3){
        flex-direction: column-reverse;
    }

    .solution-box-text{
       margin-bottom: 50px;
    }

    .search_engine_img {
        padding-right: 50px;
        height: 200px;
        width: auto;
    }

    .community_img {
        padding-left: 50px;
        height: 200px;
        width: auto;
    }

    .community_zwei_img {
        display: none;
    }

    .partners_img {
        padding-right: 50px;
        height: 200px;
        width: auto;
    }
    .sm-wrapper div{
        width: 50%;
        text-align: center;
    }

    .sm-wrapper div:first-child, 
    .sm-wrapper div:nth-child(2){
        margin-bottom: 5px;
    }

    .need-wrapper{
        flex-direction: column;
        width: 80%;
        margin: 0 auto;
    }

    .need-wrapper>div:not(.need-wrapper>div:last-child){
        margin-bottom: 80px;
    }

    .happy-wrapper{
        flex-direction: column;
    }
    .happy-wrapper>div img{
        width: 300;
        text-align: center;
    }

    .happy-wrapper>div:first-child{
        margin-bottom: 50px;
    }

    .footer-wrapper{
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .footer-wrapper img{
        width: 150px;
    }
    

}

@media only screen and (max-width: 998px){
    .need-box-ab{
        width: 100%;
    }
}


@media only screen and (max-width: 1200px){
    .need-box-inner h4{
        font-size: 18px;
    }
    .need-box-inner span{
        font-size: 14px;
    }
}


/* Test */

/* Responsive End */
