

html::-webkit-scrollbar{
    width: 1rem;
}

html::-webkit-scrollbar-track{
    background: #eaeaea;
}

html::-webkit-scrollbar-thumb{
    background: var(--main-color);
    border-radius: 5rem;
}

section{
    padding: 2rem 9%;
}










.schedule .box-container .box .btn:hover{
    background: red;
}

.schedule .box-container .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trainers .trainer-slider{
    padding-bottom: 4rem;
}

.trainers .trainer-slider .box{
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 1rem 0;
}

.trainers .trainer-slider .box .image{
    height: 40rem;
    width: 100%;
    overflow: hidden;

}

.trainers .trainer-slider .box .image img{

    height: 100%;
    width: 100%;
    object-fit: cover;
}

.trainers .trainer-slider .box .name{
    padding: 2rem 0;
}

.trainers .trainer-slider .box .name h1{
    font-size: 2rem;
    color: #333;
    font-weight: 600;
}

.trainers .trainer-slider .box .name p{
    font-size: 2.5rem;
    color: #bb181a;
}


.testimonail .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(30rem,1fr));
    gap: 1.5rem;
    padding: 7rem 0;
}

.testimonail .box-container .box{
    padding: 2rem;
    position: relative;
    text-align: center;
    background: #fff;
    box-shadow: 0 .1rem .5rem rgba(0, 0, 0, .1);
    border-radius: .5rem;
}

.testimonail .box-container .box:hover{
    transform: translateY(-5%);
    transition: .5s linear;
    background: #fff;
    border: .2rem solid #bb181a;
}

.testimonail .box-container .box .image{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5rem;
}

.testimonail .box-container .box .image img{
    width: 10rem;
    height: 10rem;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    top: -6rem;
}

.testimonail .box-container .box .name{
    padding: 1rem 0;
}

.testimonail .box-container .box .name p{
    color: black;
    font-size: 1.3rem;
}

.testimonail .box-container .box .name h1{
    font-size: 2rem;
    color: black;
}

.testimonail .box-container .box .name p span{
    text-transform: none;
}

.testimonail .box-container .box p{
    font-size: 1.5rem;
    color: black;
    font-weight: 400;
    line-height: 1.8;
}


.blogs{
    background-color: #eee;
}


.blogs .blogs-slider{
    padding-bottom: 4rem;
    
}


.blogs .blogs-slider .box{
    position: relative;
    overflow: hidden;
    margin: 1rem 0;
    background: #fafafa;
    
    box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .3);
}

.blogs .blogs-slider .box .image{
    height: 40rem;
    width: 100%;
    overflow: hidden;
}

.blogs .blogs-slider .box .image img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding-top: 6rem;
}

.blogs .blogs-slider .box:hover .image img{

    transform: scale(1.2);
}

.blogs .blogs-slider .box .content{
    padding: 2rem;
    padding-bottom: 1rem;
}

.blogs .blogs-slider .box .content h3{

    font-size: 2rem;
    color: black;
    font-weight: bold;
    padding-bottom: 1rem;
}

.blogs .blogs-slider .box .content span{
    font-size: 1.3rem;
    color: black;

}


.blogs .blogs-slider .box .content span i{
    margin-right: .5rem;
    color: #bb181a;
}

.blogs .blogs-slider .box .content p{
    padding-top: 1rem;
    color: black;
    line-height: 1.8;
    font-size: 1.5rem;
}

.blogs .blogs-slider .box .button{
    text-align: center;
    padding-bottom: 6rem;
}

.blogs .blogs-slider .box .button .btn{
    background: #bb181a;
    color: #fff;
}

.blogs .blogs-slider .box .button .btn:hover{
    background: red;
    color: #fff;
}



















.blogs1 .blogs-slider{
    padding-bottom: 4rem;
    
}


.sponsoren .row .content {
    margin-top: 5rem;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-bottom: 3rem;
    overflow: hidden;
    text-align: center;
   
   
    
   
}

.blogs .blogs-slider .box .image{
    height: 40rem;
    width: 100%;
    overflow: hidden;
}

.blogs .blogs-slider .box .image img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.blogs .blogs-slider .box:hover .image img{

    transform: scale(1.2);
}

.blogs .blogs-slider .box .content{
    padding: 2rem;
    padding-bottom: 1rem;
}















.footer{
    background:  rgba(0, 0, 0, .7);
}

.footer .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(33rem, 1fr));
    gap: 1.5rem;
}

.footer .box-container .box{
    padding: 2rem;
}

.footer .box-container .box h1{
    font-size: 2.5rem;
    color: #fff;
    font-weight: 600;
    padding-bottom: 1rem;
}

.footer .box-container .box .text{
    color: #eee;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.8;
    padding-bottom: 1rem;
}

.footer .box-container .box .icon{
    padding: 1rem 0;

}

.footer .box-container .box .icon a i{
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    background: #bb181a;
    text-align: center;
    font-size: 2rem;
    border-radius: 50%;
    margin: 0 .5rem;
    color: #fff;
}

.footer .box-container .box .icon a i:hover{
    color: #bb181a;
    background: none;
    border: .2rem solid #bb181a;
}

.footer .box-container .box .icons a{
    display: block;
    color: #fff;
    font-size: 1.5rem;
    margin: 1.5rem 0;
}

.footer .box-container .box .icons a i{
    margin-right: 1rem;
    color: #bb181a;
}

.footer .box-container .box .icons a:hover i{
    
    color: #fff;
}

.footer .box-container .box .icons a:hover{
    color: #bb181a;
}






.footer .credit{
    padding: 3rem 0;
    text-align: center;
    border-top: .1rem solid #868e96;
    margin-top: 2rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}

.footer .credit span{
    color: #bb181a;
}

.footer .credit a{
    text-align: center;
    padding: 1.5rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    font-size: 1.5rem;
    color: #fff;
    
    
}

.footer .credit a:hover{
    color: #bb181a;
    
}


    
    



















/*--------------------responsive section--test--------------------*/

@media (max-width:991px){

    html{
        font-size: 55%;
    }

    .header{
        padding: 2rem;
    }

    .header.active{
        padding: 2rem;
    }

    section{
        padding: 2rem;
    }
}

@media (max-width:768px){

   

   

    
    

   


    
}



