.banner {
    background: white;
    /* background: linear-gradient(90deg, rgba(255, 204, 197, 1) 0%, rgba(212, 250, 234, 1) 21%, rgba(229, 242, 240, 1) 49%, rgba(255, 231, 248, 1) 68%, rgba(255, 219, 218, 1) 96%, rgba(255, 226, 207, 1) 100%); */
    background-image: url("../../images/assets/join-us-image.png") !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center center;
    height:calc(100vh);
}
#AR .check-elements i{
    padding-left:10px;
    padding-right: 0px;
}
.check-elements i{
    padding-right:10px;
    padding-left: 0px;
}
.check-elements p{
    color:var(--primary);
    font-size: 24px;
    margin-bottom:25px;
}
.image-block i{
    color:var(--primary);
    font-size: 8px;
}
.image-block {
    display: flex;
   align-items: center;
}
.card-body-about{
    border:1px solid var(--darker-light);
    border-top:5px solid var(--primary) !important;
    border-radius: 7px;
}
.line-image-block {
   margin-left:15px;
   margin-right:15px;
}
.line-image-block i{
    margin-left:5px;
    margin-right:5px;
}
.line-about{
    width: 116px;
    background-color: var(--primary);
    height: 8px;
    border-radius:4px;
}
.banner::after {
    background: none !important;
}


#our-process img {
    height: 80px;
    width: 80px;
}

#card-online,
#card-eco,
#card-simple {
    position: relative;
    height: 120px;
    width: 120px;
    margin: auto;
}

.circle-primary {
    background-color: var(--primary);
}

.circle-purple {
    background-color: var(--purple);
}

.circle-green {
    background-color: var(--green);
}

.circle-dark {
    background-color: var(--dark);
}

.circle {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.hiddenRadio:checked+.type-bien-item {
    border: 1px solid var(--primary);
}
.error{
    color:var(--primary) !important;
}
.hiddenRadio {
    display: none !important;
}
.oui-non {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 38px;
    padding: 5px 0;
    border-radius: var(--border-radius);
    background: #ffffff;
    border: 1px solid #222222;
}

.hidden-radio-label {
    margin: 0 !important;
    padding: 0 20px !important;
    color: var(--dark) !important;
}

.oui-non .right-border {
    border-right: solid 1px #222222;
}
#AR .oui-non .right-border {
    border-right: none;
    border-left: solid 1px #222222;
}

.hiddenRadio:checked+.hidden-radio-label {
    color: var(--primary) !important;
}

@keyframes spin {
    100% {
        transform: rotate(1turn);
    }
}

#card-online .circle-primary {
    top: 45px;
    left: 0px;
    width: 12px;
    height: 12px;
}

#card-online .circle-purple {
    top: 31px;
    right: 5px;
    width: 20px;
    height: 20px;
}

#card-online .circle-green {
    bottom: -10px;
    left: 35px;
    width: 15px;
    height: 15px;
}


/* eco */
#card-eco .circle-primary {
    top: 43px;
    left: 0px;
    width: 12px;
    height: 12px;
}

#card-eco .circle-purple {
    top: 15px;
    right: 20px;
    width: 20px;
    height: 20px;
}

#card-eco .circle-green {
    bottom: -10px;
    right: 26px;
    width: 15px;
    height: 15px;
}

/* simple */
#card-simple .circle-primary {
    top: 15px;
    left: 33px;
    width: 20px;
    height: 20px;
}

#card-simple .circle-purple {
    bottom: 0;
    left: 3px;
    width: 12px;
    height: 12px;
}

#card-simple .circle-green {
    bottom: 29px;
    right: -12px;
    width: 15px;
    height: 15px;
}

#partners img {
    height: 80px;
    width: auto;
    margin: auto;
    filter: grayscale(100%);
}

#partners {
    background: #EDF1F2;
}

#categories .blurred-card {
    width: 350px;
}

.blurred-card {
    position: relative;
    padding: 30px 20px 20px 20px;
    border-radius: 20px;
    margin: 30px;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 7%);
    backdrop-filter: blur(5px);
}

.blurred-card .btn {
    width: 130px;
}

.bcard-text {
    color: var(--dark);
}

#categories .blurred-card img {
    height: 75px;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translate(-50%);
}

.bcard-title {
    font-weight: 400;
    margin-bottom: 35px;
    font-size: 28px;
}

#categories .circle {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 125px;
    right: 7px;
}

@keyframes up-down-categories {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}



.purple {
    color: var(--purple);
}

.primary {
    color: var(--primary);
}

.dark {
    color: var(--dark);
}

.green {
    color: var(--green);
}



.gcard-text {
    font-size: 14px;
    margin-bottom: 30px;
}


.circles-container {
    height: 120px;
    width: 120px;
    top: -120px;
}

.owner {
    height: fit-content;
}

.img-owner {
    width: fit-content;
}

.img-owner img {
    border-radius: 50%;
    height: 350px;
    width: 350px;
    object-fit: cover;
    position: relative;
}

.img-owner .circle {
    position: absolute;
}

.img-owner .circle-orange {
    top: 0;
    width: 70px;
    height: 70px;
    background: var(--primary);
    position: absolute;
    left: 182px;
}



.img-owner .circle-purple {
    bottom: 53px;
    width: 20px;
    height: 20px;
    background: var(--purple);
    position: absolute;
    right: 157px;
    z-index: 2;
}



.img-owner .circle-green {
    bottom: 32px;
    width: 40px;
    height: 40px;
    background: var(--green);
    position: absolute;
    left: 476px;
    z-index: 1;
}


.name-owner {
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 20px;
    width: fit-content;
    margin: -55px auto 0 auto;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    flex-direction: row;
    gap: 8px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
}

.desc-01 {
    background-color: var(--gray-01);
    font-size: 0.85rem;
    position: relative;
}

.desc-01 .circle-purple {
    height: 50px;
    width: 50px;
    top: -25px;
    right: -25px;
    color: var(--dark);
}

.desc-01 p {
    color: var(--dark);
}

.desc-02 {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    font-size: 1.125rem;
    color: var(--dark);
    line-height: 1.5rem;
    top: -20px;
    right: 90px;
}

.desc-02 .circle-orange {
    height: 50px;
    width: 50px;
    top: -25px;
    right: -25px;
    background: var(--primary);

}

.card {
    color: var(--dark);
    border-radius: 20px;
    border: none !important;
}

.explore .btn {
    background: #1A535C !important;
}

.ambition-img img {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    object-fit: cover;
}

.ambition-card-01 {
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);

}

.ambition-card-01 .circle-purple {
    height: 30px;
    width: 30px;
    top: -15px;
    right: 0px;
    background: var(--purple);
    z-index: 1;
}

.ambition-card-01 .circle-green {
    height: 60px;
    width: 60px;
    top: -5px;
    right: -30px;
    background: var(--green);
    z-index: 0;
}

.ambition-card-02 {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);

}

.ambition-card-02 .circle-purple {
    height: 50px;
    width: 50px;
    top: -20px;
    right: -20px;
    background: var(--purple);
    z-index: 1;
}

.team img {
    width: 215px;
    height: 215px;
    border-radius: 50%;
    object-fit: cover;
}

.team .circle-orange {
    height: 50px;
    width: 50px;
    top: 0px;
    left: 12px;
    background: var(--primary);
    z-index: 1;
}

.img-circle-orange,
.img-circle-purpel,
.img-circle-green,
.img-circle-gray {
    width: fit-content;
}

.team .circle-purpel {
    height: 50px;
    width: 50px;
    top: 0px;
    left: 12px;
    background: var(--purple);
    z-index: 1;
}

.team .circle-gray {
    height: 50px;
    width: 50px;
    bottom: 0px;
    right: 12px;
    background: var(--dark);
    z-index: 1;
}

.team .circle-green {
    height: 50px;
    width: 50px;
    bottom: 0px;
    right: 12px;
    background: var(--green);
    z-index: 1;
}

.site-wrapper .btn {
    height: 42px;
    min-width: 200px;
}

p {
    color: var(--dark);
}

@media (max-width: 1299px) {
    .img-owner .circle-purple {
        right: 86px;
    }
    .img-owner .circle-orange {
        left: 105px;
    }
    .img-owner .circle-green {
        left: 393px;
    }
}

@media (max-width: 992px) {
    .img-owner .circle-purple {
        right: 34px;
    }
    .img-owner .circle-orange {
        left: 42px;
    }
    .img-owner .circle-green {
        left: 336px;
    }
}

@media (max-width: 767px) {
    .img-owner .circle-purple {
        right: 129px;
    }
    .img-owner .circle-orange {
        left: 140px;
    }
    .img-owner .circle-green {
        left: 436px;
    }

    .desc-02 {
        top: 40px !important;
        right: 0px !important;
    }
}

@media (max-width: 575px) {
    .img-owner .circle-orange {
        left: 10%;
    }
    .img-owner .circle-green {
        left: 88%;
    }

    .img-owner .circle-purple {
        right: 8%;
    }
}