.section {
    padding: 5.5rem 0;
    overflow-x: hidden;
    
}

h1,h3,h5 {
    font-family: AvenirNextWorld-Demi;
}
.card_section {
    position: relative;
    z-index: 1;
    background: linear-gradient(0deg,#f1fbfd,#f1fbfd),linear-gradient(0deg,#f1fbfd,#f1fbfd),linear-gradient(0deg,#f1fbfd,#f1fbfd),#f1fbfd;
}

.header_section p {
    font-size: 1.25rem;
    margin-right: 6.5rem;
}

.card_section p {
    font-size: .875rem !important;
    /* line-height: 24px; */
}


.bi_section p {
    font-size: 1.25rem;
    /* margin-right: 6.5rem; */
}



hr {
    height: 2px!important;
    width: 40px;
    border-top: 0;
    background: linear-gradient(270deg,#0092f4 -12.86%,#d054ce 105%);
    opacity: 1;
}
.v_h hr {
    height: 40px!important;
    width: 2px;
    left: -2px;
    background: linear-gradient(0,#0092f4 0,#da54d8 56%,#ff4800 100%) no-repeat padding-box rgba(0,0,0,0);
    opacity: 1;
}
.ancor {
    font-size: 1.125rem;
}
.ancor:hover {
    background-color: #0092f4;
}

.icon::after {
    content: "";
    width: 2px;
    height: 100%;

}

.section_owl:before {
    content: "";
    position: absolute;
    top: 415px;
    left: -25%;
    width: 760px;
    height: 415px;
    background: linear-gradient(252.93deg, #d054ce 33.59%, #0092f4 59.88%, #20dc86 87.87%);
    opacity: .15;
    filter: blur(142.5px);
    -webkit-filter: blur(142.5px);
    will-change: filter;
    transform: matrix(0.89, -0.23, 0.56, 0.96, 0, 0);
}

.owl_contn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 80%;
    width: 760px;
    height: 415px;
    background: linear-gradient(252.93deg, #d054ce 33.59%, #0092f4 59.88%, #20dc86 87.87%);
    opacity: .15;
    filter: blur(142.5px);
    -webkit-filter: blur(142.5px);
    will-change: filter;
    transform: matrix(0.89, -0.23, 0.56, 0.96, 0, 0);
}

.owl_card {
    height: 300px;
}

.owl_p {
    font-size: .875rem !important;
}
.section_bulk {
    background: url(../image/download.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.hr_bulk {
    height: 2px !important;
    width: 70px;
    background: linear-gradient(270deg, #0092f4 -12.86%, #d054ce 105%) !important;
    opacity: .75;
}

.bulk_b_hr {
    height: 4px !important;
    opacity: .75;
    background: linear-gradient(90deg, #ff4800 0%, #d054bc 26.56%, #0092f4 54.69%, #0092f4 54.7%, #15c474 100%);
}





.footer {
    background: url(../image/halo-footer.png.webp) #0f0f0f ;
    background-position: top;
    background-repeat: no-repeat;
   
}