

.sec_1{
    .grad_black{
        position: relative;
        &:before{
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: '';
            position: absolute;
            background: linear-gradient(90deg, #000000a6 30%, #00000000 100%);
        }
        .arHead{
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
            position: absolute;
        }
    }
}
.impactListWrap{
    background-color: #ffffff50;
    
    .h5wrap{
    }

    .capList{
        display: flex;
        padding-bottom: 20px;
        align-items: flex-start;
        justify-content: space-between;
        li{
            width: 20%;
            padding: 0 30px;
            position: relative;

            &:not(:last-child){
                &:after{
                    top: 0;
                    right: 0;
                    bottom: 0;
                    width: 1px;
                    content: '';
                    position: absolute;
                    border-right: 1px solid var(--white);
                }
            }
        }
        .capInner{
            display: flex;
            align-items: center;
            flex-direction: column;
            figure{
                width: 80px;
                height: 80px;
                display: flex;
                padding: 15px;
                padding: 15px;
                border-radius: 50%;
                position: relative;
                align-items: center;
                margin-bottom: 20px;
                justify-content: center;
                background-color: #ffffff;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
            }
            span{
                text-align: center;
                display: inline-block;
            }
        }
    }
}
.stakeEnageAcc{
    .accWrap{
        padding-left: 30px;
        .accInner{
            .eachAcc{
                padding: 30px;
                border-radius: 20px;
                /* border: 5px solid transparent;
                border-image: linear-gradient(to right, #008449, #b2d235) 1; */
                border: 2px solid transparent; 
                border-radius: 16px;
                background-image: 
                    linear-gradient(#ffffff, #ffffff), 
                    linear-gradient(to right, #008449, #b2d235);
                background-clip: padding-box, border-box; 
                background-origin: border-box;
                &:not(:last-child){
                    margin-bottom: 30px;
                }
                .accTrigger{
                    display: flex;
                    cursor: pointer;
                    transition: 0.6s;
                    padding: 0px 30px;
                    align-items: center;
                    border-radius: 10px;
                    position: relative;
                    box-shadow: 0 2px 3px #00000050;
                    background: #008449;
                    background: linear-gradient(90deg,rgba(0, 132, 73, 1) 0%, rgba(231, 229, 25, 1) 100%);
                    figure{
                        margin-left: -90px;
                        width: 80px;
                        height: 80px;
                        display: flex;
                        padding: 15px;
                        border-radius: 50%;
                        position: relative;
                        align-items: center;
                        justify-content: center;
                        background-color: #fff;
                        box-shadow: 0 0 10px #00000060;
                        /* border: 1px solid var(--green); */
                        img{
                            width: 100%;
                            height: 100%;
                            object-fit: contain;
                        }
                        
                    }
                    h5{
                        color: #fff;
                        padding-left: 20px;
                        width: calc(100% - 80px);
                    }
                    &::after {
                        content: '\f078';
                        font-family: fontawesome;
                        position: absolute;
                        right: 15px;
                        top: 50%;
                        transform: translateY(-50%);
                        color: #000000;
                        font-size: 24px;
                        transition: all 0.5s;
                    }
                    &.active {
                        box-shadow: none;
                        background: #008449;
                        &::after {
                            color: #fff;
                            transform: translateY(-50%) rotate(180deg);
                        }
                    }
                }
                .accCont{
                    display: none;
                    padding-top: 10px;
                    .accContInner{
                        padding-top: 0px;
                        position: relative;

                        .eachBox{
                            .notiBox{
                                margin-bottom: 20px;
                                .notiBoxInn{
                                    padding: 10px;
                                    border: 1px solid #00000040;
                                }
                            }
                            &:not(:last-child){
                                margin-bottom: 20px;
                                padding-bottom: 20px;
                                border-bottom: 1px solid #000000;
                            }

                            .span{
                                display: inline-block;
                                margin: 0 10px;
                                &.triangleBox{

                                }
                                &.squareBox{

                                }
                            }
                        }
                    }
                }
                &:first-child{
                    .accCont{
                        display: block;
                    }
                }
            }
        }
    }
}
.bg_green_box{
    .rel{
        &:before{
            background-color: var(--white);
        }
    }
}



/* Responsive */

@media only screen and (max-width: 1199px){
    .impactListWrap {
        .capList {
            li {
                padding: 0 10px;
            }
        }
    }
    .stakeEnageAcc {
        .accWrap {
            padding-left: 0;
            .accInner {
                .eachAcc {
                    padding: 20px;
                    .accTrigger {
                        padding: 10px 15px;
                        figure {
                            margin-left: 0;
                            width: 60px;
                            height: 60px;
                            padding: 10px;
                        }
                    }
                }
            }
        }
    }
}


@media only screen and (max-width: 1024px){
    .customList {
        li {
            &::before{
                top: 5px;
            }
        }
    }
    .stakeEnageAcc {
        .accWrap {
            .accInner {
                .eachAcc {
                    .accCont {
                        .accContInner {
                            .eachBox {
                                .span {
                                    img{
                                        width: 20px;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .impactListWrap {
        .capList {
            flex-wrap: wrap;
            li {
                width: 33.33%;
                margin-bottom: 20px !important;

                &:nth-child(3n){
                    &:after{
                        content: normal;
                    }
                }
            }
        }
    }
}


@media only screen and (max-width: 767px){
    .stakeEnageAcc {
        .accWrap {
            padding-left: 0;
            .accInner {
                .eachAcc {
                    .accCont {
                        .accContInner {
                            .eachBox {
                                .notiBox {
                                    .notiBoxInn {
                                        padding: 10px;
                                        border: 1px solid #00000040;
                                        display: block;
                                        width: 100%;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .tar {
        margin-top: 20px;
        text-align: left !important;
    }
}


@media only screen and (max-width: 640px){
    .impactListWrap {
        .capList {
            li {
                width: 50%;
                margin-bottom: 20px !important;

                &:nth-child(3n){
                    &:after{
                        content: "";
                    }
                }

                &:nth-child(2n){
                    &:after{
                        content: normal;
                    }
                }
            }
        }
    }
}