﻿.advanced-feature-section {
    background-color: #fcfaf9;
    padding: 100px 0 100px;
    position: relative;
    z-index: 0;
}

.advanced-feature-section .bg-overlay {
    -webkit-filter: blur(90px);
    filter: blur(90px);
    flex: none;
    inset: 500px -300px 575px;
    opacity: .17;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.advanced-feature-section .bg-overlay .inner {
    bottom: -20px;
    flex: none;
    height: 2177px;
    left: calc(50.00000000000002% - 4200px / 2);
    position: absolute;
    width: 4200px;
    z-index: 0;
}

.afs-titlePart {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.afs-titlePart h2 {
    font-size: 48px;
    line-height: 1.2em;
    letter-spacing: -1px;
    font-family: 'Eina01', sans-serif;
    margin-bottom: 20px;
}

.afs-titlePart h2 span {
    color: rgb(59, 17, 245);
}

.afs-titlePart p {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 400;
    letter-spacing: 0em;
    color: rgb(107, 107, 107);
    font-family: 'Eina01', sans-serif;
}

.afs-featuresPart {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.afs-featuresPart .afs-singleFeature {
    width: 100%;
    max-width: calc(50% - 10px);
    height: 520px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.afs-featuresPart .afs-singleFeature .afs-textContent {
    padding: 28px;
}

.afs-featuresPart .afs-singleFeature .afs-image {
    flex: 1;
}

.afs-featuresPart .afs-singleFeature .afs-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.afs-featuresPart .afs-singleFeature:first-child {
    /* max-width: calc(60% - 10px); */
    /* width: 1px; */
    /* flex: 0.6 0 0; */
}

.afs-featuresPart .afs-singleFeature:nth-child(2) {
    /* max-width: calc(40% - 10px); */
    /* width: 1px; */
    /* flex: 0.4 0 0; */
}

.afs-featuresPart .afs-singleFeature:nth-child(3) {
    /* max-width: calc(100% - 10px); */
    /* width: 1px; */
    /* flex: 1 0 0; */
    background: radial-gradient(100% 75% at 50% 82.5%,#2e2e2e 0%,rgb(38,38,38) 70.26075301164548%,rgb(148,61,255) 100%);
}

.afs-featuresPart .afs-singleFeature:nth-child(3) h4,
.afs-featuresPart .afs-singleFeature:nth-child(3) p {
    color: white;
}

.afs-featuresPart .afs-singleFeature:nth-child(4),
.afs-featuresPart .afs-singleFeature:nth-child(6) {
    /* max-width: calc(25% - 10px); */
    /* width: 1px; */
    /* flex: 0.25 0 0; */
}

.afs-featuresPart .afs-singleFeature:nth-child(5) {
    /* max-width: calc(50% - 20px); */
    /* width: 1px; */
    /* flex: 0.5 0 0; */
    /* background-color: #75ff47; */
}

.afs-featuresPart .afs-singleFeature h4 {
    font-size: 22px;
    line-height: 1.2em;
    letter-spacing: -0.5px;
    font-weight: 600;
    font-family: 'Eina01', sans-serif;
    margin-bottom: 8px;
}

.afs-featuresPart .afs-singleFeature p {
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: 0;
    font-weight: 400;
    color: rgb(107, 107, 107);
    font-family: 'Eina01', sans-serif;
}

.afs-featuresPart .afs-singleFeature h4 a {
    text-decoration: none;
}

.afs-featuresPart .afs-singleFeature h4 a:hover {
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .advanced-feature-section {
        padding: 80px 0;
    }

    .afs-titlePart {
        max-width: 772px;
    }

    .afs-titlePart h2 {
        font-size: 42px;
    }

    .afs-titlePart p {
        font-size: 18px;
    }

    .afs-featuresPart .afs-singleFeature {
        height: 420px;
        max-width: 100%;
    }
}

@media (max-width: 809px) {
    .advanced-feature-section {
        padding: 60px 0;
    }

    .afs-titlePart h2 {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .afs-featuresPart .afs-singleFeature {
        height: 320px;
    }

    .afs-featuresPart .afs-singleFeature .afs-textContent {
        padding: 18px;
    }

    .afs-featuresPart .afs-singleFeature:first-child, .afs-featuresPart .afs-singleFeature:nth-child(2) {
        max-width: 100%;
    }

    .afs-featuresPart .afs-singleFeature h4 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .afs-featuresPart .afs-singleFeature p {
        font-size: 16px;
    }

    .advanced-feature-section .bg-overlay {
        transform: rotate(-150deg) translateZ(0px);
    }

    .advanced-feature-section .bg-overlay .inner {
        bottom: 203px;
        height: 1733px;
        left: calc(93.23232323232325% - 3344px / 2);
        width: 3344px;
    }
}