﻿


/* _sol_dash_img -------------------------- */

._soluction_dash_board {
    margin-top: 50px;
}

.soluction .container {
    overflow: visible;
}

    .soluction .container::-webkit-scrollbar {
        width: 0px !important;
    }

._soluction_dash_board ._sol_dash_img {
    position: relative;
    top: 41px;
    margin: 0px auto;
    width: 798px;
    height: 508px;
    background-image: url(../image/Prospectes.png);
    background-repeat: no-repeat;
    background-position: center;
}

.soluction .aff_banner {
    margin-bottom: 0px !important;
}

._soluction_dash_board ._sol_dash_img img {
    width: 100%;
}

.sol_main_pro_img {
    width: 53px;
    position: absolute;
    top: -43px;
    left: calc(50% - 1%);
    animation: scale_up 0.6s linear infinite alternate;
}

.sol_pro_1_left {
    width: 55px;
    position: absolute;
    left: -64px;
    top: 25%;
    animation: scale_up 0.6s linear infinite alternate;
}

.sol_pro_2_left {
    width: 45px;
    position: absolute;
    left: -64px;
    bottom: 25%;
    animation: scale_up 0.6s linear infinite alternate;
}

.sol_pro_1_right {
    width: 55px;
    position: absolute;
    right: -64px;
    bottom: 25%;
    animation: scale_up 0.6s linear infinite alternate;
}

.sol_pro_2_right {
    width: 46px;
    position: absolute;
    right: -67px;
    bottom: 77%;
    animation: scale_up 0.6s linear infinite alternate;
}

@keyframes scale_up {
    form {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

.leads_section {
    margin: 100px auto;
}

    .leads_section .leads_row {
        display: grid;
        grid-template-columns: 50% 50%;
        align-items: center;
        flex-wrap: wrap;
        gap: 40px;
    }

._leads_col_right {
    height: 350px;
    position: relative;
    right: -5%;
}

._leads_col_left {
    height: 350px;
    position: relative;
    left: -11%;
}

._leads_col img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.leads_section .leads_row ._leads_col ._leads_col_title h2 {
    font-family: var(--theme-font);
    font-size: 32px;
    margin-bottom: 10px;
}

.leads_section .leads_row ._leads_col ._leads_col_title p {
    font-family: var(--theme-font);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
    width: 80%;
    word-spacing: 2px;
}

.linkBtn {
    font-family: var(--theme-font);
    background-color: #265df5;
    display: block;
    width: fit-content;
    padding: 8px 20px;
    border-radius: 6px;
    text-decoration: none;
    margin: 10px 0px 0px 0px;
    color: #ffffff;
    font-size: 15px;
    border: 1px solid #265df5;
    transition : 200ms linear;
}

    .linkBtn:hover {
        border: 1px solid #265df5;
        color: #265df5;
        background-color : transparent;
    }

    .lunch_compain {
    background-color: #265DF5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
    padding: 50px 0px;
}

    .lunch_compain h2 {
        color: #ffff;
        font-weight: 500;
        font-size: 38px;
        width: 700px;
        text-align: center;
        font-family: var(--theme-font);
    }

    .lunch_compain p {
        color: #fff !important;
        width: 600px;
        text-align: center;
        line-height: 1.6;
        font-family: var(--theme-font);
    }

        .lunch_compain a {
            color: #fff;
            border: 1px solid #ffff;
            text-decoration: none;
            padding: 10px 20px;
            border-radius: 6px;
            transition: 200ms linear;
            font-family: var(--theme-font);
        }

        .lunch_compain a:hover {
            background-color: #fff;
            color: #265DF5;
        }

.prospect-image {
    display : none;
}



@media screen and (max-width: 1020px) {
    ._soluction_dash_board ._sol_dash_img {
        top: 29px;
        width: 609px;
        height: 304px;
        background-size: contain;
    }
}

@media screen and (max-width: 1020px) {
    ._soluction_dash_board ._sol_dash_img {
        background-image: none;
        width : 70%;
        height: auto;
        margin-bottom : 50px;
    }

    .prospect-image {
        display: block;
    }
    }