main, section:not(#businesses) {
    overflow-x: hidden;
}
#top-navbar {
    border-bottom: 0;
}
#carousel {
    padding-top: var(--header-height);
    background: #ffffff;
}

#homeCarousel .card-img-overlay {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0));
    height: 50%;
}

#homeCarousel .carousel-item .carousel-title {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    color: var(--text-color);
}

#homeCarousel .carousel-item .carousel-description {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--text-color);
    display: inline;
}

#homeCarousel .carousel-indicators {
    bottom: 100px;
}

#homeCarousel .carousel-indicators li {

    width: 101px;
    height: 4px;
    border-radius: 5.3px;
    background-color: #ffffff;

}
#homeCarousel .more-btn {
    min-width: 141px;
    width: fit-content;
    height: 48px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border:none;
    padding-left: 1rem;
    padding-right: 1rem;
    background: var(--color);
    margin-bottom: 1rem;
}

#homeCarousel .slidingVertical {
    display: inline-block;
    position: relative;
    top: -46px;
}

/*#homeCarousel .fixed-part:lang(en) {*/
/*margin-left: 105px;*/
/*}*/

/*#homeCarousel .fixed-part:lang(el-gr) {*/
/*margin-left: 155px;*/
/*}*/

/*#homeCarousel .fixed-part:lang(es) {*/
/*margin-left: 95px;*/
/*}*/

/*#homeCarousel .fixed-part:lang(fr) {*/
/*margin-left: 125px;*/
/*}*/

#homeCarousel .slidingVertical span{
    animation: topToBottom 16s linear infinite 0s;
    -ms-animation: topToBottom 16s linear infinite 0s;
    -webkit-animation: topToBottom 16s linear infinite 0s;
    opacity: 0;
    left: 0;
    top:0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    font-weight: bold;
    color: #f28806;
}

/*#homeCarousel .slidingVertical span:lang(en) {*/
/*width: 100px;*/
/*}*/

/*#homeCarousel .slidingVertical span:lang(el-gr) {*/
/*width: 150px;*/
/*}*/

/*#homeCarousel .slidingVertical span:lang(es) {*/
/*width: 90px;*/
/*}*/

/*#homeCarousel .slidingVertical span:lang(fr) {*/
/*width: 120px;*/
/*}*/
#homeCarousel .slidingVertical span:nth-child(2){
    animation-delay: 4s;
    -ms-animation-delay: 4s;
    -webkit-animation-delay: 4s;
}
#homeCarousel .slidingVertical span:nth-child(3){
    animation-delay: 8s;
    -ms-animation-delay: 8s;
    -webkit-animation-delay: 8s;
}
#homeCarousel .slidingVertical span:nth-child(4){
    animation-delay: 12s;
    -ms-animation-delay: 12s;
    -webkit-animation-delay: 12s;
}


/*topToBottom Animation*/
@-moz-keyframes topToBottom{
    0% { opacity: 0; }
    0% { opacity: 0; -moz-transform: translateY(-45px); }
    10% { opacity: 1; -moz-transform: translateY(0px); }
    25% { opacity: 1; -moz-transform: translateY(0px); }
    30% { opacity: 0; -moz-transform: translateY(45px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
    0% { opacity: 0; }
    0% { opacity: 0; -webkit-transform: translateY(-45px); }
    10% { opacity: 1; -webkit-transform: translateY(0px); }
    25% { opacity: 1; -webkit-transform: translateY(0px); }
    30% { opacity: 0; -webkit-transform: translateY(45px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
    0% { opacity: 0; }
    0% { opacity: 0; -ms-transform: translateY(-45px); }
    10% { opacity: 1; -ms-transform: translateY(0px); }
    25% { opacity: 1; -ms-transform: translateY(0px); }
    30% { opacity: 0; -ms-transform: translateY(45px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}


#keyfeatures .card {
    border-radius: 0;
    border: none;
}
.card.bg-grey {
    background: #F6F6F6;
}
#keyfeatures .card-body {
    padding: 2rem 1.25rem;
}
#keyfeatures .card-img-top {
    border-radius: 0;
    height: 350px;
    object-fit: contain;
}
#keyfeatures .card-title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: normal;
    color: var(--text-color);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#keyfeatures .card-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: normal;
    color: var(--text-color);
}

#keyfeatures  .card-link {
    min-width: 141px;
    width: fit-content;
    height: 48px;
    background: var(--color);
    border-radius: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
}


#statistics .card {
    border: none;
    border-radius: 20px;
    background: #F7F7F7;
}

#statistics .card-img-top {
    width: 65px;
    height: 65px;
    object-fit: contain;
}

#statistics .stats-number {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    color: var(--text-color);
    text-align: center;
    display: flex;
    justify-content: center;
}

#statistics .stats-text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: var(--text-color);
}

#casestudies {
    background: #ffffff;
}

#casestudies .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: -100px;
}
#casestudies .next-arrow.slick-arrow {
    right: calc(var(--container-margin) + 10px);
}
#casestudies .prev-arrow.slick-arrow {
    left: calc(var(--container-margin) + 10px);
    z-index: 1;
}
#casestudies .slick_nav_btn {
    width: calc(100% - 20px);
    height: 48px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #F1F1F1;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: var(--text-color);
    /*margin: auto;*/
    padding-left: 2rem;
    padding-right: 2rem;
}
#casestudies .slider-nav .slick-current .slick_nav_btn {
    background: var(--text-color);
    color: #ffffff;
}
/*#casestudies .slider-for .slick-slide {*/
    /*transition: all 0.6s;*/
/*}*/
#casestudies .slider-for .slick-slide:not(.slick-current) {
    opacity: 0.2;
}
#casestudies .card {
    border: none;
    background: #FFFFFF;
    box-shadow: 0 4px 25px rgba(87, 52, 0, 0.07);
    border-radius: 16px;
}
#casestudies .card .img-fluid {
    max-width: 180px;
    max-height: 60px;
    object-fit: contain;
}
#casestudies .card-subtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #575757;
}
#casestudies .card-title,
#casestudies .card-title > * {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: var(--text-color);
}
#casestudies .card-text,
#casestudies .card-text > * {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--text-color);
}

#pricing {
    height: 326px;
}


#pricing .pricing-row{
    height: 326px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#pricing .pricing-btn {
    width: 330px;
    height: 54px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}


#pricing .list-item {
    font-size: 33px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.91;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 0.5rem;
}

#pricing .list-item .text-800 {
    font-weight: 800;
}

#pricing .arrow-icon {
    width: 9.8px;
    height: 7.8px;
    object-fit: contain;
    margin-left: 1rem;
}

.mb-c
{
    margin-bottom: 12rem;
}

@media (max-width: 1439px) {

    .mb-c
    {
        margin-bottom: 16rem;
    }

}


@media (max-width: 1199px) {

    #homeCarousel .carousel-item .carousel-title {
        font-size: 40px;
        line-height: 48px;
    }
    #homeCarousel .carousel-item .carousel-description {
        font-size: 18px;
    }

    #homeCarousel .slidingVertical {
        top: -40px;
    }

    #statistics .card-img-top {
        width: 52px;
        height: 52px;
    }

    #statistics .stats-number {
        font-size: 36px;
        line-height: 42px;
    }

    #statistics .stats-text {
        font-size: 17px;
        line-height: 20px;
    }

}


@media (max-width: 969px) {


    #keyfeatures .card-title {
        font-size: 25px;
        line-height: normal;
    }

    #keyfeatures .card-text {
        font-size: 16px;
    }

    #statistics .card-img-top {
        width: 45px;
        height: 45px;
    }

    #statistics .stats-number {
        font-size: 28px;
        line-height: 32px;
    }

    #statistics .stats-text {
        font-size: 15px;
        line-height: 19px;
    }

    #casestudies .next-arrow.slick-arrow {
        right: calc(50% - 80px);
        top:-30px;
    }
    #casestudies .prev-arrow.slick-arrow {
        left: calc(50% - 80px);
        top: -30px;
    }
    #casestudies .card {
        padding-top: 55px;
    }
    #casestudies .slider-for-container {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
    }
}


@media (max-width: 750px) {

    #casestudies .slider-nav {
        display: none;
    }
    #casestudies .slider-for-container {
        max-width: 576px;
    }
}

@media (max-width: 575px) {

    #casestudies .slider-for-container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media (max-width: 480px) {


    #homeCarousel .slidingVertical span {
        right: 0;
        margin: auto;
    }

    #pricing .pricing-row > div {
        max-width: 320px;
    }

    #pricing .pricing-btn {
        width: 300px;
    }

    #pricing .list-item {
        font-size: 20px;
    }
}
