/*! -- menu --  */

/*! -- background: #202325; --  */
/*! -- button: #fe6d38; --  */
/*! -- background: #202020; --  */
/*! -- background: #202020; --  */



@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');

* {
    margin: 0 0 0 0;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    background: #202020;
    font-family: 'Source Sans Pro', sans-serif;
}

.buttons-aussen {
    padding: 0 0 0 0;
    border-radius: 0;
}

.buttons-container {
    margin: auto;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 100px;
    border-radius: 0px;
    background: #202325;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5);
}

ul {
    list-style: none;
    width: inherit;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;

    li {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 2px;
        height: 105px;
        width: 150px;
 
        border-top: 1px solid #353535;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
        transition: all .5s;

        &:nth-of-type(1) {
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
        }

        &:last-of-type {
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
        }

        &:hover {
            cursor: pointer;
            
        }

        a {
            display: inline-block;
            color: #ffffff;
            text-decoration: none;
            font-size: 20px;
            transition: all .5s;
        }
    }
}

.active {
    border-top: none;
    
    border-bottom: 0px solid #9b5136;
    box-shadow: inset 0 0 0px 0px rgba(0, 0, 0, 0.8);
}

.active-text {
    text-shadow: 0 0 0px rgba(220, 10, 10, 0.5);
}



/*! -------------------------------------- Steps -----------------------------------  */



.steps {

    padding: 100px 0 50px 0;
   
}



.row step {
    background: #e93402;
    color: #fff;
    font-size: 15px;
    margin-right: 5px;

    font-weight: 600;
    transition: all .6s ease-in;

}





body {


    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    padding: 2rem;
}


.steps-horizontal {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 800px;
    position: relative;
    padding: 0;
}

.steps-horizontal::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e9ecef;
    z-index: 1;
}

.step-horizontal {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
}

.step-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 20px;
    color: #6c757d;
    transition: all 0.3s ease;
}

.step-title {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 5px;
}

.step-description {
    font-size: 12px;
    color: #adb5bd;
    max-width: 150px;
    margin: 0 auto;
}

.step-horizontal.active .step-icon {
    background: #f26106;
    border-color: #4361ee;
    color: white;
    box-shadow: 0 0 0 5px rgba(67, 97, 238, 0.2);
}

.step-horizontal.complete .step-icon {
    background: #fb7601;
    border-color: #ffffff;
    color: white;
}



/*! -------------------------------------- / Steps -----------------------------------  */


/*! -------------------------------------- footer -----------------------------------  */



.footer {
   
    padding: 40px 0 20px;
    border-top: 0px solid #eee;
}

.footer-brand {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.footer-text {
    color: #6c757d;
    font-size: 0.9rem;
    max-width: 300px;
}

.social-links {
    margin: 20px 0;
}

.social-link {
    color: #6c757d;
    margin-right: 20px;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #c40505;
}

.footer-links {
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links a {
    color: #425e77;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #7e521c;
}

.copyright {
    color: #6c757d;
    font-size: 0.85rem;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}



.btn-sm,
.btn-group-sm>.btn {
    height: 60px;
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}



/*! -------------------------------------- /- footer -----------------------------------  */


/*! -------------------------------------- cards -----------------------------------  */



:root {
  --Soft-violet: hsl(34, 94%, 52%); /*Accent*/
 }



body {
    background: #252830;
}

.products {
    padding: 5% 0 0;
}

.card {
    border: none;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.card-body {
    color: #fff;
    background: #202325;
}

.card-title {
    font-size: 30px;
    font-weight: 700;
    transition: all .5s ease-in-out;
}

.btn-group .btn {
    background: #efefef;
    color: #f26a0a;
    font-size: 15px;
    margin-right: 5px;
    padding: 10px 10px 10px 10px;
    font-weight: 600;
    transition: all .6s ease-in;
}

.price {
    font-size: 25px;
    font-weight: 900;
    transition: .6s;
}

.card:hover .price {
    animation: pulse .5s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    0% {
        transform: scale(1);
    }
}

.card:hover .card-title {
    letter-spacing: 5px;
    font-weight: 300;
}

.btn:hover {
    background: #c5c2c2;
    color: #151618;
}

@media (max-width: 991px) {
    .card {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .btn-group .btn {
        font-size: 9px;
    }
}


#textbox {
  padding: 0px 50px;
}
.card-body h2 span{
    color: var(--Soft-violet);
}

.data{
    max-width: 350px;
    font-family: 'Lexend Deca', sans-serif;
    position: relative;
    transition: 0.25s;
}

.data h3{
    font-weight: bold;
    color: var(--White);
}



.data p{
    color: var(--Slightly-transparent-white2);
    font-size: 13px;
    /* font-weight: bold; */
}


.data div:hover:nth-child(n+1){
    transform: translateY(-10px) ;
}