body {
    color: #f5f5f5;
    background-color: #0b0b0b;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
}

.w-list-unstyled li a {
    font-size: 16px !important;
}

.mobile-bg-color {
    background-image: linear-gradient(90deg, #2489ff, #fe79b9);
}

.nav-link {
    padding: 0px;
}

.top-background {
    background-image: url("Images/home/15.svg"), url("Images/home/16.svg");
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100vh;
    background-position: 50% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    z-index: -1;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.hero-section {
    position: relative;
    overflow: hidden;
}

.heading-gradient-text {
    background-image: linear-gradient(170deg, #fe79b9, #ad00ff 50%, #2489ff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.provide-themes-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 455px;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    display: flex;
}

.hero-box-image {
    flex: none;
    width: 70px;
    height: 70px;
    display: flex;
}

.hero-heading-block {
    z-index: 1;
    margin-bottom: 26px;
    font-size: 96px;
    font-weight: 600;
    line-height: 100px;
    position: relative;
}

.secondary-button-pricing-arrow {
    flex: none;
    font-family: "Fa Solid 900", sans-serif;
    font-size: 16px;
    line-height: 16px;
    position: relative;
}

.hero-tags-wrapper {
    width: 150px;
    overflow: hidden;
}

.hero-small-heading {
    font-size: 18px;
}

.provide-themes-wrapper {
    z-index: 1;
    justify-content: flex-end;
    align-items: center;
    margin-top: 41px;
    display: flex;
    position: relative;
}

.hero-tag-text {
    background-image: linear-gradient(266.82deg, #fe79b9 1.91%, #ad00ff 52.71%, #2489ff 96.98%);
    white-space: nowrap;
    border-radius: 50px;
    margin-right: 7px;
    padding: 4px 10px;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
}

.hero-service-wrapper {
    z-index: 1;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
}

.secondary-button-pricing {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid #424242;
    color: #f5f5f5;
    background-color: transparent;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    padding: 20px 61px;
    line-height: 120%;
    text-decoration: none;
    transition: all .4s, box-shadow .4s, border-color .4s;
    display: flex;
}

.secondary-button-pricing:hover {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff1a;
    border-color: #696969;
    box-shadow: inset 0 10px 50px #fff3;
}

.secondary-button-pricing.mt-50 {
    z-index: 1;
    margin-top: 50px;
    position: relative;
}

.secondary-button-pricing.p-16 {
    padding: 16px 30px;
}

.secondary-button-pricing._404-button {
    border-radius: 10px;
    padding: 20px 40px;
}

.hero-bottom-shadow {
    opacity: .5;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-image: linear-gradient(#0f172a00, #0b0b0b);
    min-height: 160px;
    position: absolute;
    inset: auto 0% 0%;
}

.hero-service-block {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    color: #ccc;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    display: flex;
}

.hero-heading-flex-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    font-size: 62px;
    display: flex;
}

.hero-tag-wrapper {
    z-index: 1;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
    position: relative;
}



