.banner-brc-sec {
    padding: 120px 0;
    min-height: 85vh;
    position: relative;
    background-image: url(../images/brc20-img/banner-brc.png);
    background-position: bottom -24px right;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.banner-brc-sec img.banner-img{
max-height: 90vh;
width: 100%;
object-fit: cover;
}
.banner-brc-sec .left-side-box {
    border-radius: 24px;
    border: 1px solid #6B6B6B;
    background: var(--gradient-card, linear-gradient(108deg, rgba(26, 67, 150, 0.48) 0%, rgba(0, 0, 0, 0.48) 100%));
    backdrop-filter: blur(12.75px);
    padding: 40px 54px;
    max-width: 630px;
    color: #fff;
}
.banner-brc-sec .left-side-box p{
    margin:30px 0;
}
.white-btn{
    border-radius: 16px;
background: #FFF;
box-shadow: 0px 0px 20px 0px rgba(99, 225, 225, 0.25);
padding: 14px 48px;
border: none !important;
}
.bottom-banner-box{
    margin-top: 100px;
    border-radius: 24px;
border: 1px solid #6B6B6B;
background: var(--gradient-card, linear-gradient(108deg, rgba(26, 67, 150, 0.48) 0%, rgba(0, 0, 0, 0.48) 100%));
backdrop-filter: blur(4px);
padding: 25px;
color: #fff;
}
.bottom-banner-box h5{
    margin: 10px 0;
}
.bottom-banner-box p{
    margin-bottom: 0;
}
.your-crypto-success-sec{
    padding: 100px 0;
}
.blue-btn {
    padding: 12px 30px;
    border-radius: 10px;
    background: var(--Main, #1C4396);
    box-shadow: 0px 0px 20px 0px rgba(99, 225, 225, 0.25);
    display: inline-block;
    margin-left: auto;
    font-size: 16px;
    color: #fff !important;
    font-weight: 300;
    border: none !important;
    box-shadow: none !important;
}
.your-crypto-success-sec h2{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.border-box-dev {
    border-radius: 16px;
    border: 1px solid #2A49F9;
    background: #FFF;
    padding: 40px 30px;
    text-align: center;
    color: var(--Main, #1C4396);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 15px 0;
    min-height: 400px;
    align-items: center;
    justify-content: center;
    align-items: center;
    display: flex;
}
.border-box-dev.left-justify {
    justify-content: flex-start;
    text-align: left;
}
.border-box-dev.btc-side-img {
    text-align: left;
    padding-right: 150px;
    min-height: auto;
}
.border-box-dev.btc-side-img img{
    height: 200px;
    margin-right: 50px;
}
.blue-box-explore {
    border-radius: 12px;
    background: var(--Main, #1C4396);
    padding: 25px;
    color: #fff !important;
    margin: 20px 0;
    min-height: 350px;
}
.blue-box-explore h4{
    color: #fff !important;
}
.discover-success-sec{
    padding: 30px 0;
}


.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 2px !important;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #1C4396 !important;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -13px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-size: 20px;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}


.roadmap-sec{
    padding: 50px 0;
}
.why-choose-inner-box{
    border-radius: 24px;
background: linear-gradient(110deg, rgba(154, 194, 229, 0.00) 0%, #9AC2E5 64.12%);
padding: 30px 30px;
text-align: center;
}
.list-why {
    text-align: left;
    max-width: 70%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 40px auto 0;
}
.list-why img{
    height: 240px;
}
.list-why ul{
margin: 0;
}
.list-why ul li{
    color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; 
margin-bottom: 20px;
list-style: initial;

}
.why-choose-sec{
    padding: 70px 0;
}

.bep-token-service-sec{
    padding: 30px 0;
}
.bep-service-inner {
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    padding: 32px;
    margin: 15px 0;
    min-height: 290px;
}
.bep-service-inner h4{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.bep-service-inner p{
    color: #505050;
    margin-bottom: 0;
}
.diffrenciate-box {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 6px 55px 0px rgba(0, 0, 0, 0.20);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 120px 0 40px;
    margin: 30px 0;
}
.diffrenciate-box img {
    max-width: 300px;
    margin-right: 60px;
}
.diffrenciate-box p{
margin: 0;
}







@media (min-width: 1370px){
    .container {
        max-width: 1300px!important;
        width: 100%!important;
    }
   
}
@media (max-width: 1300px){
    .bep-service-inner {
        min-height: 350px;
    }
    .blue-box-explore {
        padding: 20px;
        min-height: 420px;
    }
    .border-box-dev {
        padding: 20px 20px;
        font-size: 16px;
        line-height: 22px;
        min-height: 280px;
    }
}
@media (max-width: 1200px){
    .list-why {
         max-width: 95%;
        margin: 30px auto 0;
    }
    .diffrenciate-box img {
        max-width: 210px;
        margin-right: 10px;
    }
    .diffrenciate-box {
        padding:  20px ;
    }
    .bep-service-inner {
        min-height: 340px;
        padding: 15px;
    }
    .blue-box-explore {
        padding: 15px;
        min-height: 450px;
    }
}

@media (max-width: 992px){
    .banner-brc-sec .left-side-box {
        padding: 20px 25px;
        max-width: 100%;
    }
    .bottom-banner-box {
        margin-top: 30px;
        padding: 20px;
    }
    .banner-brc-sec .banner-box {
        margin: 10px 0;
    }
    .banner-brc-sec {
        padding: 60px 0;
    }
    
}
@media (max-width: 768px){
    .diffrenciate-box {
        padding: 20px;
        display: block;
        margin: 0;
    }
    .diffrenciate-box p {
        margin: 0;
        
    }
    .list-why {
        max-width: 100%;
        margin: 30px auto 0;
        display: block;
    }
    .outer-brc-box, .outer-brc-box li, .outer-brc-box p{
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .outer-brc-box li, .outer-brc-box p{
        text-align: left;
    }
    .why-choose-inner-box {
        padding: 15px;
    }
    .list-why ul li {
        margin-bottom: 5px;
    }
    .list-why ul {
        margin: 0;
        padding-left: 20px;
    }
    .outer-brc-box h2 {
        font-size: 1.1rem !important;
        margin-bottom: 30px !important;
    }
    .timeline-title {
        font-size: 16px;
    }
    .timeline > li > .timeline-badge {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        top: 16px !important;
        left: 10px !important;
        margin-left: 0 !important;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: -webkit-calc(100% - 60px);
        padding: 12px;
    }
    .timeline:not(.timeline--horizontal):before {
        left: 24px !important;
        margin-left: 0 !important;
    }
    .timeline {
        padding: 0;
        margin: 0 !important;
    }
    .why-choose-sec {
        padding: 20px 0;
    }
    .roadmap-sec {
        padding: 20px 0;
    }
    .bep-service-inner {
        min-height: auto;
        padding: 15px;
    }
    .bep-service-inner h4 {
        font-size: 16px;
    }
    .blue-box-explore {
        min-height: auto;
    }
    .blue-box-explore h4 {
        font-size: 16px;
        text-align: left;
    }
    .border-box-dev {
        display: block;
    }
    .border-box-dev {
        padding: 15px !important;
        font-size: 14px;
        line-height: 22px;
        min-height: 280px;
    }
    .border-box-dev.btc-side-img img {
        height: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .your-crypto-success-sec {
        padding: 30px 0;
    }
    
}