.font-size-16 {
    font-weight: 400;
    font-size: 16px;
    
}

.font-size-18 {
    font-weight: 300;
    font-size: 18px;
    
}

.font-size-20 {
    font-size: 20px;
    
}

.font-size-22 {
    font-weight: 600;
    font-size: 22px;
    
}

.font-size-24 {
    font-weight: 600;
    font-size: 24px;
    
}

.font-size-25 {
    font-weight: 600;
    font-size: 25px;
    
}

.font-size-28 {
    font-weight: 700;
    font-size: 28px;
    
}

.font-size-32700 {
    font-weight: 700;
    font-size: 32px;
    
}

.font-size-32600 {
    font-weight: 600;
    font-size: 32px;
    
}

.font-size-35 {
    font-weight: 700;
    font-size: 35px;
    
}

.font-size-36 {
    font-weight: 600;
    font-size: 36px;
    
}

.font-size-38 {
    font-weight: 700;
    font-size: 38px;
    
}

.font-size-40500 {
    

    font-weight: 500;
    font-size: 40px
}

.font-size-44 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 38px;
    color: #ffffff;
    position: relative;
    
}
.font-size-44::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #00ffff, #ff0080);
    border-radius: 2px;
}

.purple-btn-outline {
    background: #fff;
    border: 2px solid #7340fe;
    padding: 10px 25px;
    color: #7340fe;
    border-radius: 8px;
    

    font-weight: 600;
    font-size: 20px;
}

#sec__2 .awards-section-wrap {
    background: #000 !important;
    padding: 1px;
}

.banner-sec {
    padding: 80px 0;
    background:linear-gradient(180deg, #4b4ea8, transparent);
     position: relative;
    overflow: hidden;
}

.banner-sec .back-arrow-wrapper a {
    color: red;
    text-decoration: none;
    font-weight: 600;
    
}

.banner-sec .banner-data {
    border: 1px solid rgba(255, 255, 255, 0.3607843137);
    border-radius: 16px;
    padding: 35px 50px 25px;
    text-align: center;
    /* margin-top: 60px; */
    
}

.banner-sec .banner-data .banner-btn {
    display: flex;
    justify-content: center;
    text-align: center;
    
}

.chat-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
}

/* Chat bubble style */
.chat {
    position: absolute;
    width: 22px;
    height: 22px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(0, 255, 255, 0.3);
    border-radius: 6px;
    backdrop-filter: blur(6px);
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.4);
    animation: floatAnim linear infinite;
}
.chat {
    animation: floatAnim 6s ease-in-out infinite alternate;
}

@keyframes floatAnim {
    from {
        opacity: 0.3;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1.2);
    }
}
/* Message dots inside */
/* .chat::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background: #00f0ff;
    top: 8px;
    left: 5px;
    box-shadow: 0 4px 0 #00f0ff;
} */

/* Different movements */
.c1 { top: 10%; left: -30px; animation: moveRight 12s linear infinite; }
.c2 { top: 20%; right: -30px; animation: moveLeft 10s linear infinite; }
.c3 { top: -30px; left: 30%; animation: moveDown 11s linear infinite; }
.c4 { bottom: -30px; left: 60%; animation: moveUp 13s linear infinite; }
.c5 { top: 50%; left: -30px; animation: moveRight 9s linear infinite; }
.c6 { top: 70%; right: -30px; animation: moveLeft 12s linear infinite; }
.c7 { top: -30px; left: 10%; animation: moveDown 8s linear infinite; }
.c8 { bottom: -30px; left: 80%; animation: moveUp 10s linear infinite; }

/* duplicate pattern for rest */
.c9, .c13, .c17 { animation: moveRight 14s linear infinite; left: -30px; }
.c10, .c14, .c18 { animation: moveLeft 11s linear infinite; right: -30px; }
.c11, .c15, .c19 { animation: moveDown 12s linear infinite; top: -30px; }
.c12, .c16, .c20 { animation: moveUp 13s linear infinite; bottom: -30px; }

/* Movement keyframes */
@keyframes moveRight {
    from { transform: translateX(0); }
    to { transform: translateX(110vw); }
}

@keyframes moveLeft {
    from { transform: translateX(0); }
    to { transform: translateX(-110vw); }
}

@keyframes moveDown {
    from { transform: translateY(0); }
    to { transform: translateY(110vh); }
}

@keyframes moveUp {
    from { transform: translateY(0); }
    to { transform: translateY(-110vh); }
}


/* Keep content above */
.banner-sec .container {
    position: relative;
    z-index: 2;
}


.services-sec {
    padding: 50px 0;
}

/* .services-sec .our-services-box {
    background: rgba(115, 64, 254, .02);
    border: 1px solid #c721ed;
    border-radius: 12px;
    padding: 20px;
    min-height: 295px
} */

.services-sec .our-services-box .soultion-icon {
    width: 70px;
    height: 55px;
    background: linear-gradient(316.13deg, #6a24fe 0%, #c721ed 98.1%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    margin-bottom: 15px
}

.services-sec .our-services-box .lne-ht {
    line-height: 30px;
    font-size: 20px;
    
}

.mvp-development-sec .mvp-wrapper {
    background: #7d7d7d33;
    padding: 50px;
    border-radius: 25px
}

.mvp-development-sec .mvp-wrapper .mvp-development {
    max-width: 690px;
    width: 100%;
    margin-bottom: 80px
}

.mvp-development-sec .mvp-wrapper .mvp-strategy {
    background: #ffffff26 !important;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px
}

.mvp-development-sec .mvp-wrapper .mvp-strategy .solution-icon {
    width: 70px;
    height: 55px;
    background:linear-gradient(180deg, #797979 0%, #2a1d30 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    margin-bottom: 15px
}

.mvp-development-sec .mvp-wrapper .mvp-strategy .solution-icon img {
    width: 60% !important
}

.mvp-development-sec .key-features .mvp-strategy {
    background: #f5f7ff !important;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px;
    
}

.mvp-development-sec .key-features .mvp-strategy .key-icon {
    

    width: 55px;
    height: 55px;
    background: linear-gradient(316.13deg, #6a24fe 0%, #c721ed 98.1%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 15px
}

.database-storage-sec {
    margin-top: 40px
}

.database-storage-sec .client-side-ideal {
    background: #f5f6f6 !important;
    color: #000 !important;
    min-height: 100px !important;
    height: 100%;
    padding: 30px 20px;
    text-align: left;
    border-radius: 15px;
    
}

.database-storage-sec .client-side-ideal .api-img {
    background: linear-gradient(311.51deg, #6a24fe 12.28%, #c721ed 98.49%);
    color: #fff;
    width: 77px;
    height: 77px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.database-storage-sec .client-side-ideal .card-techno .card-title {
    font-weight: 600;
    font-size: 24px
}

.database-storage-sec .client-side-techno {
    border: 1px solid rgba(255, 255, 255, 0.3607843137);
    padding: 20px;
    border-radius: 12px;
    height: 100%;
    background: #f5f7ff00;
}

/* .database-storage-sec .client-side-techno .api-img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background:linear-gradient(180deg, #797979 0%, #2a1d30 100%);
    display: flex;
    justify-content: center;
    align-items: center
} */

.database-storage-sec .client-side-techno .api-img .alphabet {
    font-weight: 700;
    font-size: 28px;
    line-height: 40.46px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    
}

.database-storage-sec .client-side-techno .card-techno ul li {
    margin-bottom: 15px
}

.database-storage-sec .client-side-techno .card-techno .card-title {
    font-weight: 600;
    font-size: 24px;
    padding: 0;
}

.database-storage-sec .industry-card {
    background: #f5f6f6;
    padding: 20px;
    border-radius: 12px;
    
}

.database-storage-sec .industry-card .api-img {
    width: 114px;
    height: 114px;
    border-radius: 70px;
    background: linear-gradient(316.13deg, #6a24fe 0%, #c721ed 98.1%);
    display: flex;
    justify-content: center;
    align-items: center
}

.database-storage-sec .industry-card .api-img .alphabet {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    
}

.database-storage-sec .industry-card .card-title {
    font-size: 26px;
    font-weight: 600
}

.feature-sec {
    padding-top: 90px
}

.feature-sec .bg-gray-back {
    background: #7d7d7d33;
    padding: 40px 30px;
    margin-top: 20px;
    border-radius: 6px
}

.feature-sec .feature-customer {
    padding: 30px 60px 30px 0;
    border-radius: 30px
}

.feature-sec .feature-customer .number {
    background: linear-gradient(316.13deg, #6a24fe 0%, #c721ed 98.1%);
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px
}

.feature-sec .feature-customer .feature-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 52.02px;
    margin-bottom: 25px
}

.feature-sec .feature-customer .feature-wrap {
    display: flex;
    margin-bottom: 20px
}

.feature-sec .feature-customer .fture-accord-title {
    font-size: 18px;
    line-height: 26.01px;
    color: #ffffff;
    padding-left: 12px;
    

    padding-left: 0
}

.feature-sec .feature-customer .fture-accord-para {
    font-size: 18px;
    font-weight: 400;
    line-height: 35.01px
}

.feature-sec .fture-accord-title {
    padding: 0
}

.feature-sec .fture-accord-title::after {
    background-image: url("../images/ai-chatbot-development-company/svg/arrow.png");
    background-size: 60% 28%
}

.today-journey {
    background: url("../images/ai-chatbot-development-company/ai-powered.png");
    color: #fff;
    padding: 80px 0;
    background-size: cover
}

.our-process-sec {
    padding-top: 90px
}

.testimonial-sec {
    padding: 50px 0
}

.testimonial-sec .testimoinal-card .card-img-top {
    width: 18%
}

.testimonial-sec .testimoinal-card .card-img-mid {
    width: 40%
}

.testimonial-sec .card {
    border: 2px solid #6a24fe;
    border-radius: 8px;
    padding: 15px;
    min-height: 250px
}

.testimonial-sec .title {
    font-size: 44px;
    font-weight: 600;
    line-height: 63.58px;
    text-align: center;
    max-width: 993px;
    width: 100%;
    margin: 0 auto 150px;
    
}

.testimonial-sec .title .text-org {
    color: #fe7a36
}

.testimonial-sec .paragharp-sec {
    font-size: 18px;
    font-weight: 400;
    line-height: 26.01px;
    text-align: left;
    margin-top: 110px;
    margin-bottom: 70px
}

.testimonial-sec .paragharp-sec span {
    color: #00f2ff
}

.testimonial-sec .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 26.01px;
    text-align: center;
    max-width: 993px;
    width: 100%;
    margin: 0 auto
}

.testimonial-sec .test-card {
    position: relative;
    display: flex;
    justify-content: center
}

.testimonial-sec .test-card .test-card-body {
    background: rgba(0, 0, 0, .8);
    padding: 25px;
    color: var(--color_2);
    position: absolute;
    bottom: -60px;
    width: 100%;
    border-radius: 12px;
    max-width: 1133px
}

.testimonial-sec .test-card .test-card-body .card-title {
    font-size: 44px;
    font-weight: 600;
    line-height: 63.58px;
    text-align: center;
    color: var(--color_2);
    max-width: 941px;
    width: 100%;
    margin: 0 auto
}

.testimonial-sec .test-card .test-card-body .card-title .text-croy {
    color: var(--color_2)
}

.testimonial-sec .testimoinal-card {
    margin-top: -90px
}

.testimonial-sec .testimoinal-card .box-border {
    border-radius: 25px;
    padding: 20px;
    text-align: center;
    position: relative;
    margin-bottom: 125px;
    min-height: 180px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.testimonial-sec .testimoinal-card .box-border img {
    position: absolute;
    top: -11px;
    left: 7px
}

.testimonial-sec .testimoinal-card .orange {
    border: 2px solid #fe7a36
}

.testimonial-sec .testimoinal-card .sky-blue {
    border: 2px solid #00b0ba
}

.testimonial-sec .testimoinal-card .blue {
    border: 2px solid #407bff
}

.testimonial-sec .testimoinal-card .purple {
    border: 2px solid #a400b2
}

.testimonial-sec .testimoinal-card .text-org {
    color: #fe7a36;
    font-size: 18px;
    font-weight: 600;
    
}

.testimonial-sec .testimoinal-card .text-skyblue {
    color: #00b0ba;
    font-size: 18px;
    font-weight: 600;
    
}

.testimonial-sec .testimoinal-card .text-blue {
    color: #407bff;
    font-size: 18px;
    font-weight: 600
}

.testimonial-sec .testimoinal-card .text-purple {
    color: #a400b2;
    font-size: 18px
}

.testimonial-sec .testimonial-fotter {
    background: #fff
}

.monthly_payment_section .inquiry_btn button {
    width: 100%;
    padding: 11.76px 6.946px;
    border: none;
        background: #383838;
}

.monthly_payment_section .card {
    padding: 36px 24px 19px 24px;
    border:1px solid #884a98;
    background: rgb(255 255 255 / 13%);
    -webkit-backdrop-filter: blur(6.9456415176px);
    backdrop-filter: blur(6.9456415176px);
    border-radius: unset;
    height: 100%;
    
}

.monthly_payment_section .card .card_title .card-desc {
    color: #ffffff;
    font-size: 15.68px;
    font-weight: 400
}

.monthly_payment_section .card .card_title .card-heading {
    color: #ffffff;
    font-size: 19.4px;
    font-weight: 700;
    margin-bottom: 0px;
}

.monthly_payment_section .card .card_logo {
    margin-bottom: 24px
}

.monthly_payment_section .most_popular {
    border: 4px solid #884a98;
}

.monthly_payment_section .most_popular .most_txt {
    position: absolute;
    background: linear-gradient(180deg, #797979 0%, #2a1d30 100%);
    top: -19px;
    right: 16px;
    
}

.monthly_payment_section .most_popular .most_txt span {
    padding: 8px 16px;
    font-size: 24px;
    font-weight: 400 !important;
    color: #fff;
    
}

.monthly_payment_section .card_listing {
    position: relative;
    border-top: 1px solid #e8e8e8;
    padding: 16px 0;
    max-height: 933px;
    height: 100%;
    
}

.monthly_payment_section .card_listing ul li {
    list-style-type: none;
    margin: 12px 0;
    color: #ffffff;
    font-size: 15.68px;
    font-weight: 400
}

.monthly_payment_section .card_listing ul li::before {
    content: "";
    height: 40px;
    width: 40px;
    background-image: url("../images/ai-chatbot-development-company/svg/correct.png");
    position: absolute;
    background-repeat: no-repeat;
    left: 0
}

.monthly_payment_section .price_title {
    border-radius: 9.8px;
    /* border: .695px solid #f0f0f0; */
    background: linear-gradient(180deg, #797979 0%, #2a1d30 100%);
    padding: 2%;
    margin-bottom: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
}

.monthly_payment_section .price_title .rate span {
    color: #fff;
    

    font-size: 29.4px;
    font-weight: 700
}

.monthly_payment_section .price_title .hours span {
    color: #fff;
    

    font-size: 13.72px;
    font-weight: 600
}

.monthly_payment_section .price_title .hours p {
    color: #fff;
    

    font-size: 13.72px;
    font-weight: 600
}

.monthly_payment_section .price_title .monthly_payment_title {
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    
}

.partner-wrapper {
    background: rgb(234 235 237 / 21%);
    padding: 10px 50px;
    max-width: 100%;
    width: 100%;
    
}

.partner-wrapper .parternship {
    display: flex;
    align-items: center;
    gap: 74px;
    justify-content: center;
    
}

.partner-wrapper .parternship .partnership-content {
    max-width: 689px;
    width: 100%
}


.feature-http-wrapper-table {
    background: linear-gradient(180deg, #797979 0%, #2a1d30 100%);
    padding: 5px 8px 0;
    border-radius: 16px;
    border-top: none;
    width: 100%;
    overflow: hidden;
    height: auto;
    margin-top: 36px
}

.feature-http-wrapper-table table .table-head {
    text-align: center;
    border-right: 1px solid #dfdfdf;
    background: #fff;
    font-weight: 600
}

.feature-http-wrapper-table table thead {
    overflow: hidden
}

.feature-http-wrapper-table table thead tr .border-left {
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 22px;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    padding: 20px
}

.feature-http-wrapper-table table .grey-table-border {
    text-align: center;
    padding: 22px;
    background: #fff;
    border-right: 1px solid #e9e6e6;
    
}

@media(max-width: 1167px) {
    .testimoinal-card {
        margin-top: 0 !important;
        margin-bottom: 35px
    }

    .testimoinal-card .box-border {
        margin-bottom: 0 !important
    }

    .database-storage-sec .client-side-ideal .api-img {
        width: 60px;
        height: 60px
    }

    .partner-wrapper .parternship {
        padding: 0 25px
    }
}

@media(max-width: 991px) {
    .database-storage-sec .industry-card .card-title {
        text-align: center
    }

    .partner-wrapper .parternship {
        display: block
    }

    .partner-wrapper .parternship .partnership-content {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .partner-wrapper .parternship .partnership-content p {
        text-align: center
    }

    .services-sec .our-services-box {
        min-height: auto
    }

    .banner-sec {
        background-image: radial-gradient(closest-side at 63% 22%, rgb(193, 180, 201), transparent)
    }

    .banner-sec .banner-data .banner-btn {
        display: flex;
        flex-direction: column
    }

    .gpt-40-purple {
        display: none
    }

    .gpt-40-org {
        display: none
    }

    .gpt-40-brown {
        display: none
    }

    .gpt-40-blue {
        display: none
    }

    .gpt-40-yellow {
        display: none
    }

    .gpt-40-purple2 {
        display: none
    }

    .gpt-40-green {
        display: none
    }

    .gpt-40-brown2 {
        display: none
    }

    .gpt-40-blue2 {
        display: none
    }

    .testimonial-sec {
        padding: 0px 0
    }

    .testimonial-sec .title {
        margin: 40px auto 50px
    }

    .feature-http-wrapper-table {
        overflow-x: scroll
    }

    .feature-sec .feature-customer {
        padding: 0
    }
}

@media(max-width: 767px) {
    .banner-sec .banner-data {
        padding: 35px 28px 25px
    }

    .database-storage-sec {
        margin: 0
    }

    .order-secound {
        order: 2 !important
    }

    .mvp-development-sec .mvp-wrapper {
        padding: 50px 15px
    }
}

@media(max-width: 567px) {
    .main-heading {
        font-size: 40px
    }

    .font-size-20 {
        font-size: 16px
    }

    .font-size-18 {
        font-size: 15px
    }

    .font-size-25 {
        font-weight: 600;
        font-size: 18px
    }

    .font-size-22 {
        font-size: 18px
    }

    .font-size-24 {
        font-size: 18px
    }

    .font-size-28 {
        font-size: 22px
    }

    .font-size-32700 {
        font-size: 20px
    }

    .font-size-36 {
        font-size: 24px
    }

    .font-size-40500 {
        font-size: 28px
    }

    .font-size-41 {
        font-size: 28px
    }

    .font-size-40700 {
        font-size: 28px
    }

    .font-size-44 {
        font-size: 28px
    }

    .feature-http-wrapper-table {
        overflow-x: scroll
    }

    .feature-http-wrapper-table table .grey-table-border {
        text-align: center;
        padding: 15px;
        font-size: 14px
    }

    .feature-http-wrapper-table table thead tr .border-left {
        border-right: 1px solid #fff;
        color: #fff;
        font-size: 16px;
        background: rgba(0, 0, 0, 0);
        text-align: center
    }
}

@media(max-width: 412px) {
    .font-size-35 {
        font-size: 24px
    }

    .partner-wrapper {
        padding: 42px 0
    }

    .font-size-35 {
        font-size: 23px
    }

    .database-storage-sec .client-side-techno .card-techno .card-title {
        font-size: 18px;
        text-align: center;
        margin-top: 12px
    }

    .feature-sec .bg-gray-back .the-result-sec {
        padding: 15px
    }
}

.architecture-container {
    position: relative;
    margin: 40px 0
}

.layer {
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.3607843137);
    transition: all .3s ease;
    backdrop-filter: blur(5px);
}

.layer:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, .12);
}

.layer-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 1.2rem
}

.layer-icon {
    width: 50px;
    height: 50px;
    background: #3498db;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 15px;
    font-size: 1.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.components {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.component {
    background:linear-gradient(316.13deg, #6a24fe4f 0%, #c721ed85 98.1%);
    padding: 6px 25px;
    border-radius: 8px;
    display: flex;
    color: #fff;
    align-items: center;
    transition: all .2s ease;
    border: 1px solid rgba(255, 255, 255, .05)
}

.component i {
    margin-right: 8px;
    font-size: 1rem;
    color: #fff
}

.arrow {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    color: #3498db;
    font-size: 1.5rem;
    font-size: 28px;
    color: #919191;
    margin: -20px 0 20px
}

.layer-1 .layer-icon {
    background: linear-gradient(135deg, #3498db, #2980b9)
}

.layer-2 .layer-icon {
    background: linear-gradient(135deg, #9b59b6, #8e44ad)
}

.layer-3 .layer-icon {
    background: linear-gradient(135deg, #1abc9c, #16a085)
}

.layer-4 .layer-icon {
    background: linear-gradient(135deg, #e74c3c, #c0392b)
}

.layer-5 .layer-icon {
    background: linear-gradient(135deg, #f39c12, #e67e22)
}

.layer-6 .layer-icon {
    background: linear-gradient(135deg, #2ecc71, #27ae60)
}

.layer-7 .layer-icon {
    background: linear-gradient(135deg, #34495e, #2c3e50)
}

.legend {
    background: rgba(255, 255, 255, .08);
    border-radius: 12px;
    padding: 20px;
    margin-top: 40px;
    border: 1px solid rgba(255, 255, 255, .1)
}

.legend-title {
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
    font-size: 1.2rem
}

.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.legend-color {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin-right: 10px
}

.flow-step {
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.3607843137);
    align-items: center;
    gap: 20px;
    padding: 20px 20px 30px;
    border-radius: 16px;
    width: 100%;
    margin-bottom: 40px;
    transition: all .3s ease
}

.flow-step:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, .12)
}

.flow-step .flow-icon{
    background-color: #0f766e;
    padding: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    content:"";
}

.step-content h3 {
    margin: 0;
    font-size: 20px
}

.step-content p {
    margin: 6px 0 10px;
    line-height: 1.5
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.tag {
    background:linear-gradient(316.13deg, #6a24fe4f 0%, #c721ed85 98.1%);
    border-radius: 8px;
    padding: 5px 10px;
    color: #fff
}

@media(max-width: 768px) {
    .components {
        justify-content: center
    }

    .layer-title {
        flex-direction: column;
        text-align: center
    }

    .layer-icon {
        margin-right: 0;
        margin-bottom: 10px
    }

    .flow-step {
        display: block
    }

    .icon {
        margin: auto
    }

    .step-content {
        text-align: center
    }

    .tags {
        justify-content: center
    }
}

/*# sourceMappingURL=style.css.map */