/* OUR BLOCKCHAIN SECTION */
.our-blockchain-sec {
    padding-top: 80px;
}

.our-blockchain-sec-header:after {
    display: block;
    content: "";
    width: 133px;
    border: 2px solid #BC3D3D;
}

.our-blockchain-img-vertical {
    display: grid;
    align-items: center;
}

.our-blockchain-img-scroll {
    display: none;
}

.our-blockchain-sec p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #565656;
}

.our-blockchain-sec-header {
        font-size: 45px;
        font-weight: 700;
        line-height: 54px;
        letter-spacing: 0em;
        text-align: left;
        color: #C1351F;
        margin-bottom: 36px;
}

.col-lg-7.our-blockchain-sec-heading {
    padding: 99px 155px 99px 130px;
    border-radius: 40px;
    gap: 10px;
    background: linear-gradient(180deg, #F6BABA 0%, rgba(180, 181, 175, 0) 100%);
}

.slick-carousel img {
    width: 200px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.slick-down {
    transform: rotate(180deg);
}

/* HOW IT WORK SECTION */
.how-it-work-header h1 {
    font-size: 130px;
    font-weight: 400;
    line-height: 120px;
    letter-spacing: -5px;
    text-align: left;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #C1351F;
    color: #FFFFFF;
}

.how-it-work-heading p {
    padding: 20px 0;
    font-size: 24px;
    line-height: 32px;
    color: #636363;
}

.how-it-work-heading a {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 64px;
    background: linear-gradient(173.25deg, #DD4B42 37.79%, rgba(242, 238, 147, 0) 144.18%);
    box-shadow: 1px 1px 1px 0px #FFFFFF40 inset;
    color: #FFFFFF;
}

.how-it-work-heading:hover a {
    background: linear-gradient(7.25deg, #DD4B42 21.79%, rgba(242, 238, 147, 0) 144.18%);
}

hr {
    margin: 40px;
}

.how-it-work-sec h5,
.how-it-work-sec button {
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -2px;
    text-align: left;
    color: #C1351F;
}

.how-it-work-sec button {
    margin-left: 20px;
    background-color: #ffffff;
    border: none;
}

.how-it-work-sec .col-lg-4 p {
    padding-right: 160px;
}

.how-it-work-sec {
    padding: 100px 0;
}

.content-how-it-work,
.image-how-it-work {
    display: block;
}


/* Responsive */
@media (max-width: 1400px) {
    .col-lg-7.our-blockchain-sec-heading {
        padding: 50px;
    }
}

@media (max-width: 1200px) {
    .blockchain-dev-top-heading {
        font-size: 55px;
        line-height: 80px;
        margin-bottom: 40px;
    }
    .blockchain-dev-top::before {
        right: 0;
        width: 50%;
        height: 90%;
        top: 55%;
        transform: translateY(-50%);
        background-position: center;
    }
    .col-lg-6.caption {
        padding-left: 30px;
    }
}

@media (max-width: 992px) {
    .blockchain-dev-top p {
        width: 50%;
    }
    .our-blockchain-img-vertical {
        display: none;
    }
    .our-blockchain-img-scroll {
        display: block;
    }
    /* .solution-pagination {
        display: flex;
        line-height: 10px;
        border-radius: 10px;
        margin-right: 5px;
        color: rgba(204, 45, 32, 1);
        font-size: 30px;
        justify-content: center;
    }
    .solution-pagination li:active {
        background: rgba(255, 249, 249, 1);
    }
    .solution-sec button {
        display: block;
        color: rgba(193, 53, 31, 1);
    } */
    .row-slider {
        width: 100%;
    }
    .slick-prev {
        float: right;
    }
    .how-it-work-header h1,
    .how-it-work-heading {
        text-align: center;
    }
    .how-it-work-header h1 {
        font-size: 110px;
    }
    .how-it-work-heading {
        font-size: 20px;
    }
    .content-how-it-work{
        font-size: 16px;
    }
    .image-how-it-work {
        padding-top: 15px;
    }
}

@media (max-width: 768px) {
    .blockchain-dev-top-heading {
        font-size: 50px;
        line-height: 70px;
        margin-bottom: 30px;
    }
    .blockchain-dev-top p {
        width: 90%;
    }
    .how-it-work-header h1 {
        font-size: 90px;
    }
    .how-it-work-heading {
        font-size: 15px;
    }
    .blockchain-dev-top::before {
        display: none;
    }
    .blockchain-dev-top p {
        width: auto;
        padding-right: 10px;
    }
}

@media (max-width: 576px) {
    .how-it-work-header h1 {
        font-size: 70px;
        -webkit-text-stroke-width: 2px;
    }
    .how-it-work-heading {
        font-size: 10px;
    }
    .our-protfolios-sec h1 {
        font-size: 30px;
    }
    .our-protfolios-sec a {
        font-size: 15px;
    }
    /* .solution-sec-heading {
        font-size: 40px;
        line-height: 50px;
    } */
}

@media (max-width: 400px) {
    .background-icon {
        display: none;
    }
    .content-how-it-work{
        font-size: 13px;
    }
    .how-it-work-sec h5 {
        font-size: 45px;
    }
}
