@import url("./var.css");

#head-title-section {
    background-image: url(https://wp.bgs-associes.com/wp-content/uploads/2023/12/Fond-large.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 350px;
}

/* #head-title-section h1 {
    color: white;
    font-size: 56px;
    font-weight: 700;
    line-height: 73px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
} */

.container {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 0 50px;
    margin-bottom: 100px;
}

.container .which {
    width: 30%;
    display: flex;
}

.container .which .number {
    font-size: 150px;
    color: rgba(113, 45, 122, 0.3);
    align-self: flex-start;
    font-weight: 800;
}

.container .which .text-content {
    font-size: 18px;
    color: #000;
}

.container .which .text-content p:first-child {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

.up_sub_title{
    padding-left: 2rem;
    border-left: 2px solid #344696;
}

section.last_card {
    position: relative;
    width: 65%;
    display: block;
    margin: 0 auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 50px 0;
    padding: 5rem;
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0rem;
}

section.last_card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: url(https://wp.bgs-associes.com/wp-content/uploads/2023/12/Trace-297.svg);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: right;
    background-size: auto;
    filter: blur(5px);
}

section.last_card > .l_wrapper > h4{
    color: var(--orange);
    font-size: 30px;
    margin: 1rem;
    padding-right: 250px;
}

section.last_card > .l_wrapper {
    z-index: 1;
    position: relative;
}

section.last_card > .l_wrapper > span {
    display: block;
    width: 100%;
    max-width: 100% !important;
    color: black;
    margin: 5rem 1rem 1rem 1rem;
    font-size: 18px;
    font-weight: 500;
}
section.last_card > .r_wrapper {
    position: absolute;
    top: 150px;
    right: 70px;
    z-index: 2;
    color: white;
    padding: 10px 15px;
    background: #F59022;
    color: white;
    border-radius: 15px 0;
    cursor: pointer;
}
.wrapper{
    display: flex;
    /* border: 1px solid red; */
    flex-wrap: wrap;
}
.secta, .sectb, .sectc, .sectd, .sected {
    /* border: 1px solid purple; */
    width: 25%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 250px !important;
}
.secta,
.sectb,
.sectc{
    position: relative;
}
.secta:after, .sectb:after, .sectc:after {
    content: "";
    position: absolute;
    border: 3px dashed purple;
    bottom: -206px;
    width: 100%;
    left: 50%;
}
.secta > span, 
.sectb > span, 
.sectc > span, 
.sectd > span, 
.sected > span{
    margin: 2rem 0;
    width: 100% !important;
    text-align: center !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    color: black;
    font-weight: 500;
}
.secte{
    display: block;
    margin: 0 auto;
}
.number:nth-of-type(2):after, .number:nth-of-type(3):after, .number:nth-of-type(4):after {
    content: "";
    border: 3px dashed purple;
    position: absolute;
    transform: rotate(90deg);
    width: 32%;
    left: 103px;
    bottom: -90px;
}

#spane{
    background-image: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.bullee.finance:before {
    position: absolute;
    content: "";
    width: 50%;
    border: 1px dashed black;
    transform: rotate(90deg);
    left: 29px;
    top: -14px;
}
.bullea, .bulleb, .bullec, .bulled, .bullee {
    position: relative;
    width: 305px;
    height: 120px;
    display: block;
    text-align: center;
}
.bullee{
    display: block !important;
    margin: 0 auto !important;
}
span.number {
    color: purple;
    display: block;
    font-size: 40px;
    position: relative;
    margin: 2rem auto;
}
span.number:before {
    content: "";
    background: #D4C0D7;
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
}
.bullea > span:nth-of-type(1),
.bulleb > span:nth-of-type(1),
.bullec > span:nth-of-type(1),
.bulled > span:nth-of-type(1){
    height: 150px !important;
    display:  block!important;
    color: black;
}
#spana,
#spanb,
#spanc,
#spand{
    color: #712D7A;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 24px;
}
section.wrapper_phone {
    display: flex;
}
.cards_phone {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 2rem;
    row-gap: 2rem;
}
.card_phone {
    max-width: 350px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 300px;
    row-gap: 1rem;
}
.card_phone > h4{
    color: #712D7A;
    font-size:20px
}
.card_phone > h5{
    font-size: 24px;
    color: #712D7A;
    background: #D4C0D7;
    padding: 1rem;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.wrapper_phone{
    display: none !important;
}
#schema{
    display: block;
}


@media screen and (max-width:1247px){
    .wrapper_phone{
        display: flex !important;
    }
    #schema{
        display: none !important;
    }
    .separator{
        display: none;
    }
}
@media screen and (max-width: 1240px) {
    .numbers-img img {
        width: 70%;
    }
    
}
@media screen and (max-width:770px){
    .elementor-1809 .elementor-element.elementor-element-90e3ef6 > .elementor-widget-container {
        margin: 0em 0em 0em 0em !important;
    }
    .container {
        flex-wrap: wrap;
        row-gap: 3rem !important;
        margin-top: 3rem;
    }
    .container .which {
        width: 500px !important;
        column-gap: 20px;
    }
    .post .rollover, .post .rollover-video:not(.ts-slide), .post img, .single-postlike img, img[class*=align], img[class*=wp-image-], img[class*=attachment-] {
        width: 90% !important;
    }
    section.last_card {
        width: 85% !important;
        padding: 1rem !important;
    }
    section.last_card > .l_wrapper > h4 {
        padding-right: 0 !important;
    }
    section.last_card > .l_wrapper > span {
        margin: 0 1rem 7rem !important;
    }
    section.last_card > .r_wrapper {
        top: 220px !important;
        right: 50% !important;
        transform: translateX(50%) !important;
    }
    .centra-text {
        text-align: center;
    }
}
@media screen and (max-width: 500px) {
    section.last_card {
        position: relative;
        width: 90% !important;
        display: block;
        margin: 0 auto;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        border-radius: 50px 0;
        padding: 2rem 2rem 9rem 2rem !important;
        margin-top: 1rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        overflow: hidden;
    }

    section.last_card > .l_wrapper > h4 {
        text-align: center;
        font-size: 24px;
        margin: 0;
        padding-right: 0;
    }

    section.last_card > .r_wrapper {
        position: absolute;
        top: 341px;
        right: 73px;
        z-index: 2;
        color: white;
        width: 176px;
    }

    section.last_card > span {
        display: block;
        width: 100%;
        text-align: center;
        color: black;
        margin: 2rem 0;
    }

    section.last_card > .l_wrapper > span {
        display: block;
        width: 100%;
        max-width: 100% !important;
        color: black;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        margin: 3rem 0 0 0;
    }

    .container {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 0 10px;
        margin-bottom: 100px;
        flex-direction: column;
    }

    .container .which {
        width: 100% !important;
        display: flex;
        text-align: center;
        margin: 38px 0;
    }

    .container .which .number {
        font-size: 150px;
        color: rgba(113, 45, 122, 0.3);
        align-self: flex-start;
        font-weight: 800;
        display: none;
    }
    section.last_card > .l_wrapper > span {
        margin: 4rem 1rem 7rem !important;
    }
    section.last_card > .r_wrapper {
        top: 70% !important;
    }

    .centra-text {
        text-align: center;
    }

    .switch-section > div {
        flex-direction: column-reverse;
    }

    @media screen and (max-width:350px) {
        section.last_card > .r_wrapper {
            top: 453px !important;
        }
    }
}