﻿.ag_counter-widget {
    padding: 90px 10px;
}

.slider-bg {
    padding-bottom: 0;
    background: linear-gradient(352deg, #fff5, #ffffff00 100%);
    padding-bottom: 0;
    position: relative;

}

.sliderBackgroundImage {
    position: absolute;
    background-size: cover;
    background-attachment: local;
    background-position: top;
    background-image: url('/agendil/assets/images/back_img_1.jpg');
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: -1;

}

.slider-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-size: 100% 100%;
}

.ag_team-area .teams_slider .team_item .photo-member img {
    min-height: 400px;
    max-height: 400px;

}

.blog-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.router-color-style {
    color: white !important;
}

@media (max-width: 991px) {
    .row .counter, .row .counter2, .row .counter3, .row .counter4 {
        font-size: 3.5rem !important;
    }
}


@media (max-width: 768px) {
    .desc-mobile {
        text-align: justify;
    }

    .slider_title h1 {
        font-size: 30px;
    }

    .slider_img {
        display: none;
    }

    .slider-img-area {
        padding-bottom: 2rem !important;
    }

    .counter-container {
        margin: 5px !important;
    }

    .ag_counter-widget {
        padding: 10px;
    }

    .ag_counter-widget .counter-container .widget_icon {
        text-align: start;
    }

    .ag_counter-widget .counter-container .widget_info {
        margin: 15px 0;
        text-align: center;
    }

}


@media (min-width: 768px) and (max-width: 992px) {
    .slider_img {
        display: none;
    }
}

#home-price sub {
    font-size: 6rem;
}

#home-price span {
    font-size: 3.5rem;
    font-weight: 700;
}

.ag_pricing-table .block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricing-inner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.features {
    flex-grow: 1;
    margin: 0;
}

.price-btn {
    margin-top: auto;
}

.card-equal-height {
    display: flex;
    flex-wrap: wrap;
}

.card-equal-height .blog-box {
    flex: 1;
    margin: 10px;
    max-width: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #ddd;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.blog-img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.img-fluid-events {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: 100%;
    height: 500px !important;
    width: 450px !important;


}

.slider-img-area {
    padding-bottom: 8rem;
}

.location {
    color: #4c4a4a;
}

.about_content_specific {
    margin-top: 50px;
}

.feature-public {
    margin-top: 80px;
}

.how-it-works-section {
    margin-top: 30px;
}

.how-it-works-icon {
    border-radius: 100%;
    margin-top: 1.7rem;
}

.pricing-card-section {
    margin-top: 60px;
}

.pricing-content {
    width: 300px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.team-public-section {
    margin-top: 50px;
}

.blog-content .eventContent a {
    color: #fff;
}