#top-navbar {
    background: transparent;
}

.container-fluid {
    padding: 0;
}

#navigationImages img {
    font-family: 'FuturaGreek', 'sans-serif';
}


#homeCarousel .card-img-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#homeCarousel .card-img-overlay.transparency {
    background: transparent;
    height: calc(100% - 60px);
}

#homeCarousel .carousel-item .slide-content {
    height: 833px;
    object-fit: cover;
    background-color: var(--black);
}

#homeCarousel .carousel-item .controls-btn {
    width: 161px;
    height: 161px;
    object-fit: contain;
    background: none;
}

#homeCarousel .carousel-item img {
    height: 833px;
    object-fit: cover;
}

#homeCarousel .carousel-indicators {
    bottom: 50px;
}

#homeCarousel .carousel-indicators li {

    width: 101px;
    height: 4px;
    border-radius: 5.3px;
    background-color: #ffffff;

}


#homeCarousel .card {
    width: 611px;
    border:none;
    border-radius: 0;
    margin-left: 80px;
}


#homeCarousel .heading {
    position: absolute;
    background: transparent;
    z-index: 1;
    height: 890px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#homeCarousel .card-body {
    padding-left: 110px;
}

#homeCarousel .card-title {
    width: 100%;
    font-size: 52px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    padding-bottom: 3rem;
}

#homeCarousel .card-subtitle {
    font-size: 60px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}


#homeCarousel .card-text {
    width: 100%;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--black);
    margin: 1.5rem auto 2.5rem auto;
}

#homeCarousel .play-btn {
    background: none;
    border: none;
    position: absolute;
    left: -85px;
    top: 0;
    margin: auto;
    bottom: 0;
}


#homeCarousel .arrow-icon {
    width: 9.8px;
    height: 7.8px;
    object-fit: contain;
    margin-left: 0.5rem;
}


#homeCarousel .slidingVertical {
    display: inline;
}

#homeCarousel .fixed-part {
    margin-left: 105px;
}

#homeCarousel .slidingVertical span{
    animation: topToBottom 9s linear infinite 0s;
    -ms-animation: topToBottom 9s linear infinite 0s;
    -webkit-animation: topToBottom 9s linear infinite 0s;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100px;
    font-weight: bold;
    color: #f28806;

}
#homeCarousel .slidingVertical span:nth-child(2){
    animation-delay: 3s;
    -ms-animation-delay: 3s;
    -webkit-animation-delay: 3s;
}
#homeCarousel .slidingVertical span:nth-child(3){
    animation-delay: 6s;
    -ms-animation-delay: 6s;
    -webkit-animation-delay: 6s;
}

#features .card {
    border-radius: 12px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.09);
    border: none;
    text-align: center;
}

#features .oval {
    width: 118px;
    height: 118px;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.41);
    background-color: #3b3c3e;
    border-radius: 50%;
    margin: -50px auto 0 auto;
}

#features .card-img-top {
    width: 51px;
    height: 51px;
    object-fit: contain;
}

#features .card-title {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: var(--mainblack);
}

#features .card-text {
    height: 90px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    text-align: center;
    color: var(--mainblack);
    display: -webkit-box;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

#features .btn-link {
    width: 160px;
    text-decoration: none;
}

#features .card-body {
    padding: 2rem;
}

#posts .custom-counter {
    counter-reset: li;
    font-weight: 600;
    list-style: none;
}
#posts ol li {
    padding: 15px 10px;
    position: relative;
}

#posts ol li:before {
    counter-increment: li;
    content: counter(li);
    color: #ffffff;
    font-weight: bold;
    background-image: var(--gradient);
    position: absolute;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -40px;
}

#posts p,
#posts ol {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    color: var(--mainblack);
}

#posts .post_image {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 20px;
}

#posts .row:nth-child(even) .cover_section {
    order: 1;
}

#posts .row:nth-child(even) .data_section {
    order: 0;
}

#posts .row:nth-child(odd) .data_section {
    padding-left: 25px;
}

#pro_features .feature_image {
    width: 92px;
    height: 92px;
    object-fit: contain;
}

#pro_features .feature_title {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
}

#pro_features .feature_text {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #ffffff;
}

#pro_features .description_col {
    max-width: calc(100% - 120px);
    height: 110px;
    overflow: hidden;
}


#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: 35px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 0.5rem;
}

#integrations .card {
    height: 252px;
    border-radius: 12px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
    border:none;
    display: flex;
    justify-content: center;
    align-items: center;
}

#integrations .card-img-top {
    max-width: 50%;
    max-height: 50%;
    object-fit: contain;
}

#integrations .card-title {
    font-size: 37px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--mainblack);
}

#integrations .see_all_btn {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

#get-started .btn-link {
    width: 208px;
}

@media (min-width: 970px) {
    #features .col-lg-5 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
}

@media (min-width: 1200px) {
    #pro_features .col-xl-5 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
}

@media (max-width: 1200px) and (min-width: 970px) {

    #integrations .col-lg-5 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

}

@media (max-width: 1439px) {

    #homeCarousel .offer-btn {
        width: 520px;
    }

    #pro_features .description_col {
        height: 135px;
    }
}

@media (max-width: 1199px) {
    #features .card-text {
        height: 90px;
        -webkit-line-clamp: 4;
    }

    #features .card-body {
        padding: 1.5rem;
    }

    #pro_features .description_col {
        height: 110px;
    }

}

@media (max-width: 969px) {


    #homeCarousel .card {
        width: 601px;
    }

    #features .card-text {
        height: auto;
        overflow : unset;
        text-overflow: unset;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }

    #posts .row:nth-child(even) .cover_section {
        order: unset;
    }

    #posts .row:nth-child(even) .data_section {
        order: unset;
    }

    #posts .row:nth-child(odd) .data_section {
        padding-left: 10px;
    }

    #pro_features .description_col {
        height: 135px;
    }

}


@media (max-width: 749px) {


    #homeCarousel .card {
        width: 340px;
        margin: auto;
    }

    #homeCarousel .play-btn {
        width: 100%;
        left: 0;
        top: -370px;
    }

    #homeCarousel .card-body {
        padding-left: 1.25rem;
        padding-top: 75px;
        padding-bottom: 0;
    }

    #pro_features .description_col {
        height: 110px;
    }


}


@media (max-width: 575px) {

    #services .nav-pills .nav-item {
        width: 50%;
    }
}


@media (max-width: 480px) {


    #homeCarousel .card {
        width: 280px;
    }

    #homeCarousel .card-title {
        font-size: 40px;
    }

    #posts .post_image {
        height: 300px;
    }

    #pro_features .feature_image {
        width: 70px;
        height: 65px;
    }

    #pro_features .description_col {
        max-width: calc(100% - 90px);
        height: 135px;
    }
    .section-subhead {
        font-size: 18px;
        line-height: 1.39;
    }

    #pro_features .feature_title {
        font-size: 17px;
    }

    #pro_features .feature_text {
        line-height: 1.3;
    }

    #pricing .pricing-row > div {
        max-width: 320px;
    }

    #pricing .pricing-btn {
        width: 280px;
    }

    #pricing .list-item {
        font-size: 25px;
    }
}

