.herocenter_fade {
    padding: 150px 0px 60px;
    background: #fafbff;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.herocenter_fade .content {
    text-align: center;
}
.herocenter_fade .content {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-wrap: wrap;
}
.herocenter_fade .content .tagline {
  background: #FFFFFF80;
border: 1px solid #FFFFFF80
    backdrop-filter: blur(4px);
    padding: 6px 10px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    gap: 4px;
    align-items: center;
}
.herocenter_fade .content .tagline span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}
.herocenter_fade .content h1 {
    color: #09090B;
    line-height: 70px;
    font-size: 60px;
    margin: 10px 0px 15px;
}

.herocenter_fade .content p {
    color: #09090B;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
.herocenter_fade .content .btn a {
    box-shadow: 0px 1px 3px 0px #0000001A;
    background: #09090B;
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    display: inline-block;
    font-size: 15px;
    margin-top: 15px;
}
.herocenter_fade .imagehero {
    padding-top: 30px;
}
.herocenter_fade::before {
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(180deg, #ffffff00, #ddd6fe00 10%, #ffffff29 25%, #ffffff59 45%, #ffffffa6 65%, #fff);
    bottom: 0;
    content: "";
    height: 170px;
    left: 0;
    position: absolute;
    z-index: 3;
    width: 100%;
}

.herocenter_fade.hero_contet_sec {
    padding-bottom: 200px;
}