body {
    background-color: #191919;
    color: #FFF;
    position: relative;
}

h1,
.h1 {
    font-size: clamp(2.25rem, -1.3783rem + 10.0962vw, 4.875rem);
    line-height: normal;
}

.button {
    padding: 10px 10px 10px 20px !important;
}
.button.button__primary {
    background-color: #ED1C24;
    color: #fff;
    border-radius: 50px;
}

.button.button__primary .icon {
    height: 38px;
    width: 38px;
    border-radius: 50px;
    background-color: #fff;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    rotate: -45deg;
    transition: all .3s ease;
    flex-shrink: 0;
}

.button.button__primary  .icon i {
    color: #ED1C24;
}

.button.button__primary:hover .icon {
    rotate: 0deg;
}


.spacer-xl {
    padding-block: clamp(3.125rem, -0.6761rem + 10.5769vw, 5.875rem);
}

.ev-hero-card {
    padding: 20px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .1);
}

.ev-hero::before {
    content: '';
    height: 100%;
    width: 100%;
    background-image: url('../images/smart-ev-images/smart-hero-circle.png');
    background-size: contain;
    background-position: top center;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

.cta-block {
    border-radius: 30px;
    padding: 100px 20px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cta-block::before {
    content: '';
    background: linear-gradient(180deg, #00030B 0%, rgba(0, 82, 104, 0) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cta-block.cta-terminal {
    background-image: url(../images/smart-contract-dev-images/bg-cta-wrap.webp);
}

.cta-block.cta-lines {
    background-image: url(../images/smart-ev-images/lines-bg.jpg);
}

.cta-block.cta-web {
    background-image: url(../images/smart-ev-images/web-bg.jpg);
    background-position: bottom center;
}

/* Offer Block */

.offer-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.offer-card {
    text-align: center;
    padding: 20px 20px;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

main .accordion-flush .accordion-item .accordion-button.collapsed {
    padding: 32px 0;
    font-size: 22px;
    font-weight: 600;
}

.faq .faq-blocks .accordion-flush .accordion-collapse,
.faq .faq-blocks .accordion-flush .accordion-item .accordion-header {
    border: 0 !important;
}

.faq .accordion-button,
.faq .accordion-item {
    background: transparent !important;
    color: #fff !important;
    margin: 0 !important;
}

.faq .accordion-item:first-child,
.faq .accordion-item:first-child .accordion-button {
    border-top: 0 !important;
    padding-top: 0 !important;
}

.faq-blocks .accordion-item {
    border-top: 1px solid #61646E !important;
}

.faq-blocks .accordion:last-child {
    border-bottom: 1px solid #61646E !important;
}

.faq-blocks .accordion-button {
    padding: 30px 0 !important;
    font-size: 20px !important;
    gap: 15px;
}

.faq-blocks .accordion-button::after {
    filter: brightness(0) invert(1);
}

.faq-blocks .accordion-body {
    padding: 0 300px 30px 0 !important;
    color: inherit;
}

.industry-card {
    height: 100%;
    padding: 45px 30px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;

}

.industry-card::before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 3, 11, 0) 0%, #00030B 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.industry-card.industry-1 {
    background-image: url(../images/smart-ev-images/industry-1.jpg);
}

.industry-card.industry-2 {
    background-image: url(../images/smart-ev-images/industry-2.jpg);
}

.industry-card.industry-3 {
    background-image: url(../images/smart-ev-images/industry-3.jpg);
}

.industry-card.industry-4 {
    background-image: url(../images/smart-ev-images/industry-4.jpg);
}

.industry-card.industry-5 {
    background-image: url(../images/smart-ev-images/industry-5.jpg);
}

.industry-card.industry-6 {
    background-image: url(../images/smart-ev-images/industry-6.jpg);
}

.industry-card.industry-7 {
    background-image: url(../images/smart-ev-images/industry-7.jpg);
}

.industry-card.industry-8 {
    background-image: url(../images/smart-ev-images/industry-8.jpg);
}

.step-card {
    height: 500px;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.step-card>img {
    position: absolute;
    bottom: 0;
    right: 0;
    /* width: 100%; */
}

.step-card>.count {
    font-size: 40px;
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .22);
    color: #FFF;
    border-radius: 18px;
    backdrop-filter: blur(10px);
    box-shadow: 0px 4px 20px 0px #00000042;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
}

.step-card.step-1 {
    background: linear-gradient(180deg, #1700A3 0%, #08003D 100%);
}

.step-card.step-2 {
    background: linear-gradient(180deg, #0C3D60 0%, #0D3501 100%);
}

.step-card.step-3 {
    background: linear-gradient(180deg, #680068 0%, #152C8D 100%);
}

.step-card.step-4 {
    background: linear-gradient(180deg, #242424 0%, #414145 100%);
}

.step-card.step-5 {
    background: linear-gradient(180deg, #822122 0%, #290508 100%);
}

.step-card.step-6 {
    background: linear-gradient(180deg, #7C8221 0%, #291805 100%);
}

.offer-card .content {
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;
    padding: 20px;

}

.offer-card .content h5 {
    padding-bottom: 22px;
    position: relative;
    margin-bottom: 22px;
}

.offer-card .content h5::before {
    content: '';
    border-bottom: 2px solid white;
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*-- New Css --*/
span.outline-text {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.text-grey {
	color:#A9A9A9;
}
ul.start-list {
    list-style: none;
    color: #fff;
    font-weight: 600;
    display: flex;
    flex-flow: column;
    row-gap: 25px;
}
ul.start-list li {
    position: relative;
    padding: 0 0 0 40px;
    background-image: url(../images/smart-contract-dev-images/softstar.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 28px;
}
.icon-dev-box {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(237, 28, 36, 0.04);
    border-radius: 100%;
    padding: 10px;
	transition: all 0.3s ease;
	flex-shrink:0;
}
.dev-box {
    background-color: #1F1F1F;
    padding: 30px 30px;
    height: 100%;
    border-radius: 8px;
	transition:all 0.3s ease;
}
.dev-box:hover {
    background-color: #ED1C24;
}
.dev-box:hover .icon-dev-box {
    background: rgba(255, 255, 255, 0.14);
}
.dev-box:hover .icon-dev-box img {
    filter: brightness(100);
}
.faq-blocks .accordion-item {
    border-bottom: hidden !important;
}
.list-of-devs {
    display: flex;
    flex-flow: column;
    row-gap: 30px;
}
.list-of-devs .dev-box {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    position: relative;
    padding-bottom: 80px;
}
.list-of-devs .dev-box > span {
    position: absolute;
    bottom: 20px;
    right: 40px;
    font-size: 40px;
    font-weight: 700;
    color: #ED1C24;
}
.list-of-devs .dev-box:hover > span {
	color:#fff;
}
.sticky-colmn {
    position: sticky;
    top: 130px;
}
.left-right-boxes .dev-box {
    padding: 30px;
}
.list-of-devs.left-right-boxes .col-lg-4 img {
    height: 100%;
    object-fit: cover;
	border-radius:8px;
}

@media only screen and (max-width: 991px) { 
    .offer-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
	.sticky-colmn {
    position: static;
}
}

@media (min-width: 992px) {
    .offer-card.text-lg-end .content h5::before {
        left: unset;
        right: 0;
    }
}


@media (max-width:767px) {
.list-of-devs .dev-box {
    gap: 0;
    flex-flow: column;
}
}
.offer-section {
    background-image: url(../images/smart-ev-images/solution-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}