#hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

#hero::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background: url(../resources/images/ai-automation-bg.png);
    background-size: cover;
    background-position: center;
}

#hero .hero-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 2;
}
#solutions .cards-group{
    width: 75%;
}


.trial {
    padding: 1.7rem 2rem;
    font-size: 1.8rem;
    font-family: 'Outfit', sans-serif;
    text-decoration: none;
    font-weight: 700;
}


.cards-group {

    gap: 1.5rem;
}



#solutions {
    background-color: white;
}

#solutions .ma-card {
    gap: 1.5rem;
    width: 75%;
}

#solutions .ma-card {
    padding: none !important;
    border-radius: 4rem;
    background: white;
    width: 36.6rem;
    max-width: 100%;
}

#solutions .ma-card img {
    width: 7.6rem;
    height: 7.6rem;
    margin-bottom: 2.6rem;
}

#solutions .ma-card ul {
    margin-top: 2rem;
}

#solutions .ma-card li {
    font-size: 2rem;
    margin-bottom: 2rem;
}

#solutions .ma-card li:last-child {
    margin-bottom: 0;
}

.product-name {
    background: var(--light-blue);
    padding: 1.2rem;
    border-radius: 1.5rem;
    display: inline-block;
}


a {
    color: rgb(0 0 0);
    text-decoration: underline;
}

#solutions .ma-card {
    padding: 0 !important;
    border-radius: 4rem;
    background: white;
    width: 36.6rem;
    max-width: 100%;
}


.benfits .ma-card {
    padding: 4rem;
    border-radius: 4rem;
    background: white;
    width: 36.6rem;
    max-width: 100%;
    max-height: 25rem;
}

.Revenue img {

    width: 100%;
    padding-top: 6rem;
}

#connections .tab-content {
    background: var(--primary-color) ;
    background-position: center;
}

.tab-content>.active {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    flex-direction: column;
}

.ma-list .list-item {
    display: flex;
    gap: .5rem;
    align-items: center;
}

.peopleinfo img {

    width: 8rem;
    border-radius: 20rem;
    padding-top: 4rem;

}

.peopleinfo {

    display: flex;
    align-items: center;
}

.swiper {

    position: unset;

}

.impact {
    position: relative;
}

.swiper-button-next {
    position: absolute;
    top: 0px;
    transform: translateY(50%);
    right: 80px;
    background: var(--dark-blue);
    color: white;
    padding: 3rem 3rem;
    border-radius: 100px;

}

.swiper-button-next:after {}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: unset !important;
    content: "";

}

.swiper-button-prev {

    position: absolute;
    top: 00px;
    left: 88%;
    transform: translateY(50%);
    background: var(--dark-blue);
    color: white;
    padding: 3rem 3rem;
    border-radius: 100px;
}


.benfits {

    padding-bottom: 6rem !important;
}

.tab-content>.active {
    display: flex;
    flex-wrap: wrap;
    gap: 0 !important;
    flex-direction: column;
}

.tab-content.ma-card {
    min-height: 68.4rem !important;
}

.Revenue .container{

    background-color: #F6F6F6;
    border-radius: 4rem;
    padding: 6rem;
}
.integration .button.white {
    background-color: white;
    color: var(--dark-blue);
    gap: 50;
    margin-right: 10px;
}

.connections .ma-list {

    margin-top: 1rem !important;
}

.numberdiv{
    color: var(--primary-color);
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}
.boxnumber{
    flex: 1 0;
    background-color: white;
    border-radius: 1rem;
    padding: 3rem;
}
.boxnumber h2{
    color: var(--dark-blue);
}

@media only screen and (max-width:1200px){
    #solutions .cards-group{
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {

    h1 {
        font-size: 4rem;
    }

    #solutions .ma-card {
        margin-bottom: 2.5rem;

    }
    #hero::after {
        content: unset;
    }

    .swiper-button-prev {

        position: absolute;
        top: 0;
        left: 83%;
        transform: translateY(50%);
    }

    .swiper-slide {

        min-width: 120px !important;
    }


    .integration .button {
        padding: 1.7rem 2rem;
    }

    .swiper-button-prev {

        position: absolute;
        top: 20px;
        left: 88%;
        transform: translateY(50%);
        background: var(--dark-blue);
        color: white;
        padding: 3rem 3rem;
        border-radius: 100px;
    }

    .swiper-button-next {
        position: absolute;
        top: 20px;
        transform: translateY(50%);
        right: 55px;
        background: var(--dark-blue);
        color: white;
        padding: 3rem 3rem;
        border-radius: 100px;
    }

    #pills-tab {
        display: flex;
        flex-wrap: nowrap;
    }
   
    .Revenue .container{
        padding: 2rem;
    }
}

