/* @font-face {
    font-family: 'Satoshi-bold';
    src: url('../font/Satoshi-Bold.otf') format('opentype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi-medium';
    src: url('../font/Satoshi-Medium.otf') format('opentype');
    font-weight: 300!important;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi-Regular';
    src: url('../font/Satoshi-Regular.otf') format('opentype');
    font-weight: 300!important;
    font-display: swap;
} */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Dosis", serif;
}

li{
     list-style: none;
}
html{
    scroll-behavior: smooth;
   
}
p{
    font-size: 20px;
}
#navbar{
	width: 100%;
   
}
.navbar-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar{
    width: 100%;
}
.navbar-nav{
	margin-left: auto;
}
.navbar-brand{
    text-decoration: none;

    font-weight: 600;
}
.navbar-brand img{
    width: 150px;
}

/* .active a{
    font-family: 'helvetica-neue-blod';
    text-decoration: none;
	color: #1D8AD8!important;
    font-weight: 900;
} */
.nav-item{
	padding-left:30px!important;
}
.nav-item a{
	cursor: pointer;
}

.nav-item a{
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
	transition: .4s ease;
}
.nav-item a:hover{
	color:#F15A29;
} 
.navbar-toggler-icon{
	color:#F15A29;
}
.menu-ic i{
    color:#F15A29;
}
.nav-bton{
    margin-left: 20px;
}
.nav-bton a{
    font-size: 15px;
    color: #000000;
    padding: 10px 30px;
    border-radius: 4px;
}
.menu-btn {
    margin-left: 30px;
}
.menu-btn a{
    font-size: 18px;
    text-decoration: none;
    color: #000000;
    padding: 8px 20px;
    font-weight: 600;
    border-radius: 50px;
    background:rgba(185, 208, 56, 1);
}
#header{
    width: 100%;
   
}
.header-main{
    display: flex;
    align-items: center; 
    margin-top: 70px;
}
/* .gradent-color {
    background: linear-gradient(150.97deg, #FFFFFF 0.22%, #F15A29 90.27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

.header-text {
    width: 100%;
    background: url(../images/header-3.png) center center;
    background-size: cover;
    padding: 60px 20px ;
}
.header-text h2{
    font-size: 40px;
}
.header-text h2 span{
    color: rgba(185, 208, 56, 1);
}
.header-text p{
    font-size: 20px;
    color: #000000;
}
.header-btn{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.header-btn button{
    border: none;
    background: #ffffff00;
    padding: 8px 0px;
    border-radius: 4px;
    
 
}
/* .header-btn button:hover  {
    background: #14935D;
} */
.header-btn button a{
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    transition: .4s;
}
/* .header-btn button:hover a {
    color: #ffffff;
} */
.header-photo img{
    width: 100%;
}

.clients-main{
    margin: 100px 0;
    background-color: #F7FFCB;
}
.clients-box {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}
.clients-box img{
    width: 60px;
}
.clients-box h5{
    font-size: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}
#services{
    width: 100%;
    padding-bottom: 100px ;
}

.services-all-box{
    margin-top: 70px;
   display: flex;
   align-items: center;
}

.services-bg-clr img{
    width: 100%;
}
.services-box {
    border-radius: 5px;
    height: 100%;
    z-index: -1;
    padding:30px 20px;
}
.services-box img{
   width: 100%;
}
.box-info h5{
    font-size: 36px;
    color: rgba(122, 144, 0, 1);
    margin-top: 20px;
}
.box-info p{
  font-size: 20px;
}
.box-info ul {
    
    align-items: center;
}

.box-info ul li {
    display: flex;
    margin-right: 10px;
    
}
.box-info ul li img{
    margin-right: 10px;
    width: 24px;
}
.list-btn{
    margin-left: 0;
}
#aktion{
    width: 100%;
    padding: 100px 0;
    background: rgba(253, 254, 248, 1);
}
.aktion-main{
    width: 90%;
    margin: 0 auto;
   
}
.aktion-title{
    text-align: center;
    margin-bottom: 50px;
}
.aktion-title h1 {
    font-size: 40px;
    color: rgba(122, 144, 0, 1);
}

.video-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
    border: none;
}
#sagen{
    width: 100%;
    padding: 100px 0;
}
.sagen-box{
    padding: 30px 20px ;
    box-shadow: 0px 4px 33.3px 2px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    border-bottom: 2px solid rgba(185, 208, 56, 1);
    height: 100%;
}
.sagen-profile{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.sagen-photo img{
    width: 70px;
}
.sagen-info{
    margin-left: 20px;
}
.sagen-info h5{
    margin-bottom: 0;
}
.sagen-info p{
    margin-bottom: 0;
    margin-top: 8px;
}
#leckstein{
    width: 100%;
    padding: 100px 0;
    background: rgba(253, 254, 248, 1);
}
.leckstein-main{
    display: flex;
    align-items: center;
}
.leckstein-box-info{
    padding-left: 30px;
}
.leckstein-box h5{
    font-size: 27px;
}
.leckstein-box img{
    width: 100%;
}
.leckstein-box ul { 
   margin-top: 20px;
}
.leckstein-box ul li { 
   display: flex;
   align-items: center;
   margin-right: 10px;
   margin-top: 15px;
}
.leckstein-box ul li p { 
    margin-bottom: 0;
 }
.leckstein-box ul li img{
    margin-right: 10px;
    width: 25px;
}
.leckstein-btn{
    margin-top: 40px;
}
.leckstein-btn a{
    
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
    padding: 8px 100px;
    font-weight: 600;
    border-radius: 50px;
    background:rgb(0, 0, 0);
}
.top-margin{
    margin-top: 100px;
}
#boder-line{
    width: 100%;
    background: #6E8103;
    padding: 40px 0;
}
.boder-line-main{
    text-align: center;
}
.boder-line-main h5{
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 400;
}

