/* avalon page *********************************************************************************** */
body .elementor-section.custom-container-lg>.elementor-container {
    max-width: 1080px;
}

.pt-100 {
    padding-top: 100px;
}

.avl-features {
    text-align: center;
}

.avl-features .elementor-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 75px;

}



.img-content-section .elementor-widget-text-editor {
    color: #010341;
    line-height: 34px;
}

.content-section .elementor-column-gap-default>div {
    width: auto;
}

.content-section .elementor-column-gap-default>div:first-child {
    margin-right: 20px;
}


.avl-features .elementor-column {
    background-color: #DCE6F0;
    border-radius: 7px;
    box-shadow: 0 0 9px 0px rgb(151 151 151 / 61%);
    padding: 25px 25px 50px;
    width: 100% !important;

}

.avl-features .elementor-heading-title,
.avl-features .elementor-widget-text-editor {
    font-size: 16px;
    color: #010341 !important;
}

.faq-btn {
    padding-top: 80px;
}

.faq-btn .elementor-button-link {
    display: block;
    background-color: transparent !important;
    border: 1px solid #D8D8D8;
    text-align: left;
    color: #010341 !important;
    height: 85px;
    display: flex;
    align-items: center;
    background: url("https://assets.crowdz.io/wp-content/themes/crowdz/assets/images/avalon/arrow-right-lg-gray.png") no-repeat right 40px center;
}

.contact-section {
    /* padding-bottom: 150px; */
    padding-bottom: 200px;
}

/* .contact-text {
    font-size: 35px;
    color: #010341;
}
 */

.contact-section>div {
    background: url("https://assets.crowdz.io/wp-content/themes/crowdz/assets/images/avalon/contact-bg.png") no-repeat center;
    background-size: contain;
}

.contact-section>div>div {
    background: rgba(255, 255, 255, .4);
}

.contact-section .elementor-widget-container {
    max-width: 500px;
    margin: auto;
}

.avalon-blue-section {
    background-color: #010341;
    padding: 100px 0;
}

.tocken-img {
    margin-top: -250px;
    padding-bottom: 75px;
}

.avalon-blue-section p {
    margin-bottom: 0;
}

.avalon-blue-section .elementor-heading-title,
.avalon-blue-section .elementor-widget-text-editor {
    color: #fff !important;
}

.avalon-tocken-block {
    margin-top: 75px;
    margin-bottom: 75px;
}

.avalon-tocken-block .elementor-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 75px;
}

.avalon-tocken-block .elementor-container .elementor-column {
    width: 100%;
    border: 1px solid #979797;
    border-radius: 7px;
    padding: 25px 25px 30px;
}

.avalon-tocken-block .elementor-heading-title {
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #979797;
}

.roadmap-section {
    max-width: 660px;
    margin: auto;
    text-align: center;
    margin-bottom: 75px;
}

.avalon-timeline .elementor-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 55px;
}

.avalon-timeline .elementor-container .elementor-column {
    width: 100%;
    position: relative;
}

.avalon-timeline .elementor-container .elementor-column:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -31px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url("https://assets.crowdz.io/wp-content/themes/crowdz/assets/images/avalon/arrow-right-sm.png") no-repeat center;
}



.timeline__popup .elementor-heading-title {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    color: #010341 !important;
    padding: 15px;
    width: 100%;
}

.timeline__title .elementor-heading-title {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.timeline__popup {
    display: none;
    position: absolute !important;
    /* bottom: 100%; */
    bottom: calc(100% + 13px);
    left: 0;
    margin-bottom: 0 !important;
}

.timeline__popup::after {
    content: "";
    border: 8px solid transparent;
    border-top-color: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.avalon-timeline .elementor-container .elementor-column:hover .timeline__popup,
.avalon-timeline.active .elementor-container .elementor-column:first-child .timeline__popup {
    display: block;
}

.avalon-blue-section .faq-btn .elementor-button-link {
    border-color: #979797 !important;
    color: #fff !important;
}

.avalon-bottom-section {
    padding: 75px 0;
    text-align: center;
    background: url("https://assets.crowdz.io/wp-content/themes/crowdz/assets/images/avalon/6_objects.png") no-repeat center;
    background-size: cover;
}

.avalon-bottom-section .elementor-container {
    max-width: 550px !important;
}

.avalon-bottom-btn .elementor-container {
    justify-content: center;
}

.avalon-bottom-btn .elementor-column {
    width: auto !important;
}

.avalon-bottom-btn .elementor-column:first-child {
    margin-right: 20px;
}

/*  */
.bg-circle-animation {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    animation: bgFloat 8s ease-in-out infinite;
    /* animation: bgFloat 8s ease infinite; */

}

.img-content-section .bg-circle-animation {
    background-image: url("https://assets.crowdz.io/wp-content/themes/crowdz/assets/images/avalon/circles_top.png");
}

.tocken-img.bg-circle-animation {
    background-image: url("https://assets.crowdz.io/wp-content/themes/crowdz/assets/images/avalon/circles_bottom.png");
    background-size: 450px;
}

@keyframes bgFloat {
    0% {
        background-position: top 0px center;
    }

    50% {
        background-position: top 20px center;
    }

    100% {
        background-position: top 0px center;
    }
}

/*  */

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

    .site-main .elementor-section.custom-container-lg>.elementor-container,
    .avalon-blue-section>div,
    .avalon-bottom-section .elementor-container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {

    .avalon-timeline .elementor-container .elementor-column:not(:last-child)::after {
        content: none;
    }

    .avalon-bottom-btn .elementor-container {
        flex-direction: column;
        align-items: center;
    }

    .avalon-bottom-btn .elementor-column:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/* avalon page *********************************************************************************** */