:root {
    --primary-color: #ff5500;
    --secondary-color: #110d27;
    --font-family: "poppins-medium";
    --font-family-bold: "poppins-bold";
    --white: #ffffff;
    --header-height: 111px;
    --body-color: #e9e7e7;
    --green-color: #110d27;
}
@media (max-width: 768px) {
    .medium-screen-res-custome {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow: scroll;
        width: 100%;
    }
    .medium-screen-res-custome .nav-link {
        flex: 0 0 auto;
        white-space: nowrap;
        margin-bottom: 0 !important;
    }
}
@font-face {
    font-family: "poppins-bold";
    src: url(../css/fonts/poppins_bold.ttf);
    font-display: fallback;
}
@font-face {
    font-family: "poppins-medium";
    src: url(../css/fonts/poppins_medium.ttf);
    font-display: fallback;
}
@font-face {
    font-family: "poppins-semibold";
    src: url(../css/fonts/poppins_semibold.ttf);
    font-display: fallback;
}
body {
    font-family: var(--font-family);
    background-color: var(--body-color);
    cursor: default;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-bold);
    color: var(--secondary-color) !important;
}
.main__para {
    font-size: 15px;
    line-height: 32px;
    color: #000;
}
.btn__theme-primary a {
    color: var(--white);
}
.btn__theme-primary {
    background-color: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
    font-size: 14px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 25%);
    padding: 10px 15px;
    transition: 0.3s;
}
.btn__theme-primary {
    background-color: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
    font-size: 14px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 25%);
    padding: 10px 15px;
    transition: 0.3s;
}
.btn__theme-primary:hover a {
    color: var(--secondary-color);
}
.btn__theme-primary:hover {
    background-color: var(--white);
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn__theme-secondary {
    border-color: var(--primary-color);
    color: var(--white);
    font-size: 14px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 25%);
    padding: 10px 15px;
}
.btn__theme-secondary:hover {
    background-color: var(--primary-color);
    color: var(--white);
}
.btn__bordered {
    background-color: #fff0;
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    padding: 10px 15px;
}
.btn__bordered:hover {
    background-color: var(--primary-color);
    color: var(--white);
}
.text__theme-primary {
    color: var(--primary-color) !important;
}
.text__theme-secondary {
    color: var(--green-color);
}
.a__bg-color,
.btn__bg-color {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    padding: 8px;
}
.navbar,
.navbar.active {
    background-color: #6c36b3;
}
.navbar.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    z-index: -1;
}
.navbar .navbar-brand img {
    max-width: 150px;
}
.navbar .navbar-brand img {
    max-width: 100px;
}
.navbar svg {
    fill: var(--primary-color);
    height: 35px;
}
.navbar-brand img {
    max-height: 85px;
}
.popular-ar .text {
    padding: 10px;
    width: inherit;
}
.menu-text-shadow {
    margin: 0 20px;
    background: linear-gradient(to bottom, #7318e9 0%, #3a2654 100%);
    border-radius: 5px;
    padding: 20px;
    z-index: 9;
    background-color: #2f184d;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 25%);
    padding: 10px 45px 10px 15px;
    color: #fff;
    position: relative;
    width: 21.5ch;
    white-space: nowrap;
    animation:
        cursor 1s step-start infinite,
        text 5s steps(18) alternate infinite;
}
@keyframes cursor {
    0%,
    100% {
        border-color: #212121;
    }
}
@keyframes text {
    0% {
        width: 0;
    }
    100% {
        width: 21.5ch;
    }
}
.menu-text-shadow:before {
    height: 0;
    width: 0;
    border-bottom: 6px solid #ca3011;
    border-right: 6px solid #fff0;
    right: 0;
    position: absolute;
    z-index: 9;
    content: "";
    top: -4px;
}
.menu-text-shadow:after {
    height: 0;
    width: 0;
    border-left: 16px solid #f50;
    border-right: 15px solid #f50;
    border-bottom: 30px solid #fff0;
    top: -4px;
    position: absolute;
    z-index: 9;
    content: "";
    border-top: 7px solid #ee583a;
    right: 6px;
}
.dropdown-toggle::after {
    margin-left: 0.5em !important;
    margin-right: 18px !important;
}
.navbar .dropdown {
    outline: 0;
    border: 0;
    width: 65px;
}
.navbar .dropdown-item:active,
.navbar .dropdown-item:hover {
    background-color: var(--primary-color);
    color: var(--white);
}
.navbar-nav .nav-item {
    position: relative;
    border-radius: 0 5px 5px 0;
}
.navbar-nav .nav-item .nav-link {
    padding: 10px;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    color: var(--white);
}
header .navbar .navbar-nav .nav-item:hover a {
    color: var(--primary-color);
}
.offcanvas-title {
    font-size: 3rem;
    color: #110d2733;
    padding: 0 15px;
}
.offcanvas-header .btn-close {
    background-color: var(--primary-color);
}
.offcanvas-header .btn-close:focus {
    box-shadow: none;
}
.navbar .dropdown:focus-visible {
    outline: 0;
}
.navbar .dropdown button {
    outline: 0;
    border: 0;
}
.navbar .dropdown button:active,
.navbar .btn.show {
    border: none;
    outline: 0;
}
.navbar-toggler:focus {
    box-shadow: none;
}
#services-menu {
    width: 100%;
    background: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/bidbits_laraval10/assets1/images/home_page/our_clients_bg.webp)
        no-repeat center/100% 100%;
    background: #000000d1;
}
#services-menu .menu-link .nav-link {
    --c: #ff5500;
    --s: 0.3em;
    padding-bottom: calc(2.1 * var(--s));
    background:
        conic-gradient(from 135deg at top, var(--c) 90deg, #0000 0) left 0
            bottom var(--s) / calc(2 * var(--s)) var(--s) repeat-x,
        conic-gradient(from -45deg at bottom, var(--c) 90deg, #0000 0) left
            var(--s) bottom 0 / calc(2 * var(--s)) var(--s) repeat-x;
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0) 0 / var(--_p, 0%) padding-box no-repeat;
    transition: 0.5s;
    margin-bottom: 20px;
}
#services-menu .menu-link .nav-link:hover,
#services-menu .menu-link .nav-link.active {
    --_p: 100%;
    color: var(--c);
}
#services-menu .nav-link {
    color: #fff;
}
#services-menu .nav-link:hover {
    color: var(--primary-color);
}
#services-menu .sub-menu .nav-link {
    position: relative;
    padding-left: 25px;
}
#services-menu .sub-menu .nav-link::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-136deg);
    left: 0;
    top: 15px;
}
#services-menu .sub-menu .nav-link:hover::before {
    border-color: var(--primary-color);
}
#services-menu .tabcontent {
    display: none;
}
#services-menu .tabcontent .sub-menu {
    max-height: 450px;
    overflow-y: auto;
}
.scroll-custom::-webkit-scrollbar {
    display: none;
}
.scroll-custom:hover::-webkit-scrollbar {
    width: 3px;
    height: 1px;
    display: block;
}
.scroll-custom::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.scroll-custom::-webkit-scrollbar-thumb {
    background: #280a22a8;
    border-radius: 10px;
}
.scroll-custom::-webkit-scrollbar-thumb:hover {
    background: #36072ba8;
}
#services-menu .sub-menu li.nav-item {
    flex-basis: 100%;
}
.horizontal_line {
    width: 90%;
    border-top: 1px var(--green-color);
    height: 1px;
    border-style: dashed;
    margin: 1rem 0 1rem 15px;
}
.wow {
    visibility: hidden;
}
.section__bg-image {
    height: 100vh;
    background: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/bidbits_laraval10/assets1/images/home_page/bg_img.webp)
        no-repeat bottom/cover;
}
.img__banner-image {
    position: absolute;
    inset: auto 10rem 0 auto;
    max-width: 33%;
    z-index: -1;
}
.div__content-center {
    height: 100%;
    display: grid;
    place-content: center;
}
.swiper {
    width: auto;
    height: 325px;
}
.main_swiper {
    padding-left: 50px !important;
}
.div__btn-padding {
    padding-left: 50px;
}
.main_swiper .swiper-pagination-bullet,
.testimonial_swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #b0acaa;
    opacity: 1;
    margin-bottom: 15px !important;
}
.main_swiper .swiper-pagination-bullet-active,
.testimonial_swiper .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}
.main_swiper .swiper-pagination-vertical.swiper-pagination-bullets,
.main_swiper .swiper-vertical > .swiper-pagination-bullets,
.testimonial_swiper .swiper-pagination-vertical.swiper-pagination-bullets,
.testimonial_swiper .swiper-vertical > .swiper-pagination-bullets {
    inset: 20px 0 0 0;
    transform: none;
}
.p__banner-width {
    max-width: 78%;
}
.span__text-small {
    font-size: 11px;
}
.span__text-large {
    font-size: 30px;
    line-height: 20px;
}
.span__text-ls {
    letter-spacing: 2px;
}
.div__slide-width {
    width: 100%;
    white-space: nowrap;
    overflow-x: hidden;
}
.div__awards-slide {
    display: flex;
    width: 650%;
    animation: slide 40s linear infinite;
}
.div__awards-slide:hover {
    animation-play-state: paused;
}
.div__awards-slide ul {
    width: 33.33%;
}
@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-66.66%);
    }
}
.ul__award-list li {
    width: calc(100% / 5);
}
.span__topic {
    position: relative;
    font-family: var(--font-family-bold);
}
.span__topic::before,
.span__topic::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 35px;
    height: 2px;
    background: var(--secondary-color);
    transform: translateY(-50%);
}
.span__topic::before {
    inset: 50% 0 0 -47px;
}
.span__topic::after {
    inset: 50% -47px 0 auto;
}
.span__left-indent {
    left: 47px;
}
.section__blur-circle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 150px;
    height: 550px;
    background-color: var(--primary-color);
    border-radius: 0 10rem 10rem 0;
    filter: blur(125px);
    transform: translateY(-50%);
    z-index: -1;
}
.section__blur-circle.right::before {
    left: auto;
    right: 0;
    border-radius: 10rem 0 0 10rem;
}
.div__achievement-bg {
    background: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/bidbits_laraval10/assets1/images/home_page/achievement_bg.webp)
        no-repeat bottom/100% 355px;
    max-width: calc(100% - 8rem);
    margin: 0 auto;
    padding-bottom: 65px;
}
.div__box-bg {
    display: grid;
    place-content: center;
    width: 250px;
    min-height: 180px;
    background: linear-gradient(to bottom, #1e0d2d, #5a338a);
    border-radius: 8px;
    margin: 0 auto;
}
.div__box-bg span {
    font-family: var(--font-family-bold);
}
.div__box-bg span:nth-child(2) {
    color: var(--white);
}
.ul__services-li {
    gap: 40px;
    max-height: calc((380px * 2) + 40px);
    overflow: auto;
    padding: 10px 0;
}
.ul__services-li li {
    width: calc((100% / 3) - 40px);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 25%);
    padding: 45px 40px;
}
.ul__services-li li p {
    color: #000;
}
.ul__services-li li:nth-child(odd) {
    background-color: #9874c5;
}
.ul__services-li li:nth-child(odd) h3 {
    color: #2f184d;
}
.ul__services-li li:nth-child(even) {
    background-color: #d68760;
}
.ul__services-li li:nth-child(even) h3 {
    color: #752802;
}
.ul__services-li::-webkit-scrollbar {
    display: none;
    width: 5px;
}
.ul__services-li_gradient li {
    background-image: linear-gradient(180deg, #ff5500 20%, #3d039f 100%);
}
.ul__services-li_gradient {
    max-height: calc((390px * 2) + 40px);
}
.ul__services-li_gradient h3,
.ul__services-li_gradient p {
    color: #fff !important;
}
.ul__services-li_gradient img {
    filter: drop-shadow(0 4px 6px #fff);
}
.ul__services-li_gradient li:hover img {
    filter: drop-shadow(0 0 16px #ffff00);
}
.ul__services-lis {
    gap: 30px;
    overflow: auto;
    padding: 10px 0;
}
.ul__services-lis > li {
    background-color: #fff;
    width: calc((100% / 2) - 40px);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 25%);
    padding: 15px 30px;
}
.ul__services-lis li p {
    color: #000;
}
.ul__services-lis img {
    background-color: #000868;
    padding: 10px;
    border-radius: 5px;
}
.section___dimension-bg {
    background: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/bidbits_laraval10/assets1/images/home_page/want_to_step_bg.webp)
        no-repeat bottom/100% 305px;
}
.section__margin-x {
    margin-left: 4rem;
    margin-right: 4rem;
}
.section__padding-x {
    padding-left: 4rem;
    padding-right: 4rem;
}
.section__margin-y {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.section__padding-y {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.ul__crafting-list {
    gap: 2.5rem 5rem;
}
.section__intersection-bg {
    background: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/bidbits_laraval10/assets1/images/home_page/intersection_bg.webp)
        no-repeat bottom/100% 60%;
}
.div__margin-bottom {
    margin-bottom: 4rem;
}
.div__tech-stack .nav-pills {
    row-gap: 25px;
}
.div__tech-stack .nav-link {
    font-size: 18px;
    font-family: var(--font-family-bold);
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 13px 32px;
}
.div__tech-stack .nav-link.active {
    background: #fff0;
    border: 1px solid var(--primary-color);
    color: var(--secondary-color);
}
.div__tech-stack .nav-link img:first-child {
    display: block;
}
.div__tech-stack .nav-link img:last-child {
    display: none;
}
.div__tech-stack .nav-link.active img:last-child {
    display: block;
}
.div__tech-stack .nav-link.active img:first-child {
    display: none;
}
.div__tech-stack .nav-link:nth-child(-n + 3) img {
    top: 50%;
}
.div__tech-stack .nav-link img {
    position: absolute;
    left: 106%;
    top: auto;
    bottom: 50%;
    height: auto;
}
.tab-content > .active {
    border: none;
    outline: none;
}
.ul__tech-list {
    display: grid;
    grid-auto-columns: 195px;
    grid-gap: 35px;
    justify-content: center;
    width: calc(100% - 200px);
    margin-left: 245px;
}
.ul__tech-list li {
    min-height: 140px;
}
.ul__tech-list li:nth-child(-n + 3) {
    grid-row: span 4 !important;
    grid-column-start: 1 !important;
}
.ul__tech-list li:nth-child(4) {
    grid-column-start: 2;
    grid-row: 3 / span 4;
}
.ul__tech-list li:nth-child(5) {
    grid-column-start: 2;
    grid-row: 7 / span 4;
}
.ul__tech-list li:nth-child(6) {
    grid-column-start: 3;
    grid-row: 3 / span 4;
}
.ul__tech-list li:nth-child(7) {
    grid-column-start: 3;
    grid-row: 7 / span 4;
}
.ul__tech-list li:nth-child(8) {
    grid-column-start: 4;
    grid-row: 3 / span 4;
}
.ul__tech-list li:nth-child(9) {
    grid-column-start: 4;
    grid-row: 7 / span 4;
}
.ul__tech-list.ul__tech-list_11 li:nth-child(4) {
    grid-row: 1 / span 4;
    grid-column-start: 2;
}
.ul__tech-list.ul__tech-list_11 li:nth-child(5) {
    grid-row: 5 / span 4;
    grid-column-start: 2;
}
.ul__tech-list.ul__tech-list_11 li:nth-child(6) {
    grid-row: 9 / span 4;
    grid-column-start: 2;
}
.ul__tech-list.ul__tech-list_11 li:nth-child(7) {
    grid-column-start: 3;
    grid-row: 1 / span 4;
}
.ul__tech-list.ul__tech-list_11 li:nth-child(8) {
    grid-column-start: 3;
    grid-row: 5 / span 4;
}
.ul__tech-list.ul__tech-list_11 li:nth-child(9) {
    grid-column-start: 3;
    grid-row: 9 / span 4;
}
.ul__tech-list.ul__tech-list_11 li:nth-child(10) {
    grid-column-start: 4;
    grid-row: 3 / span 4;
}
.ul__tech-list.ul__tech-list_11 li:nth-child(11) {
    grid-column-start: 4;
    grid-row: 7 / span 4;
}
.ul__tech-list.ul__tech-list_12 li:nth-last-child(1) {
    grid-column-start: 4;
    grid-row: 9 / span 4;
}
.ul__tech-list.ul__tech-list_12 li:nth-last-child(2) {
    grid-column-start: 4;
    grid-row: 5 / span 4;
}
.ul__tech-list.ul__tech-list_12 li:nth-last-child(3) {
    grid-column-start: 4;
    grid-row: 1 / span 4;
}
.ul__tech-list li {
    border: 1px dotted;
}
.ul__tech-list li div {
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
}
.div__benefits-list {
    background: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/bidbits_laraval10/assets1/images/home_page/benefits_of_ai_bg.webp)
        no-repeat center/100% 100%;
}
.div__benefits-list li {
    font-family: var(--font-family-bold);
    padding: 15px;
    border-bottom: 1px solid;
    transition: 0.3s;
}
.div__benefits-list li:hover {
    background-color: var(--primary-color);
}
.section-benefit h2 {
    margin-bottom: 35px;
}
.section-benefit h2::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary-color);
    width: 75px;
    height: 3px;
}
.div__approach-list li:nth-child(even) {
    transform: translateY(100%);
}
.div__approach-list li:nth-child(even) img {
    transform: rotate(180deg);
}
.div__approach-list li:nth-child(even) div {
    padding-top: 25px;
}
.div__approach-list li {
    position: relative;
}
.div__approach-list li:nth-child(even) span::before {
    bottom: 100%;
}
.div__approach-list li:nth-child(even) span::after {
    top: auto;
    bottom: -8px;
    left: -4px;
    border-top: 9px solid #000;
    border-bottom: unset;
}
.div__approach-list li:nth-child(even):hover span::after {
    border-top-color: var(--primary-color);
}
.div__approach-list li span {
    width: 2px;
    height: 160px;
    background-color: #000;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.div__approach-list li span::after {
    content: "";
    position: absolute;
    top: -8px;
    left: -4px;
    border-left: 5px solid #fff0;
    border-right: 5px solid #fff0;
    border-bottom: 9px solid #000;
}
.div__approach-list li span::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary-color);
    outline: 1px solid #fff;
    transform: translateX(-50%);
    z-index: 1;
}
.div__approach-list li div {
    padding-bottom: 25px;
}
.div__approach-list li:hover span {
    height: 90px;
    background-color: var(--primary-color);
}
.div__approach-list li:hover span::after {
    border-bottom-color: var(--primary-color);
}
.div__approach-list::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: var(--secondary-color);
    border-radius: 8px;
}
.div__approach-list li:nth-child(4n + 2) span,
.div__approach-list li:nth-child(4n + 3) span {
    height: 90px;
}
.div__approach-list li:nth-child(4n + 2):hover span,
.div__approach-list li:nth-child(4n + 3):hover span {
    height: 160px;
}
.section__approach-height {
    min-height: calc((245px * 2) + 130px);
}
.div__approach-list li::before:nth-child(even) {
    bottom: 100%;
}
.section__testimonial-bg {
    background: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/bidbits_laraval10/assets1/images/home_page/our_clients_bg.webp)
        no-repeat center/100% 100%;
}
.div__slide-bg {
    height: 85%;
    background-color: #d9d9d9;
}
.div__slide-bg h6 + p {
    font-size: 14px;
    font-family: "poppins-semibold";
}
.section__testimonial-bg .span__topic::before,
.section__testimonial-bg .span__topic::after {
    background-color: rgb(255 255 255 / 50%);
}
.section__testimonial-bg .swiper {
    width: auto;
    min-height: 450px;
}
.div__sticky-image {
    position: sticky;
    top: var(--header-height);
}
.ul__service-list li {
    border: 1px solid #a3a2a1;
    width: 90%;
}
.ul__service-list li:nth-child(even) {
    margin-left: auto;
}
.ul__service-list img {
    min-width: 32px;
}
.div__card-blog h5 {
    color: var(--green-color);
}
.div__card-blog p {
    font-size: 15px;
}
.section__subscribe-newsletter {
    background: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/bidbits_laraval10/assets1/images/home_page/subscribe_bg.webp)
        no-repeat center/100% 100%;
    min-height: 485px;
    background-size: auto;
}
.section__subscribe-newsletter input {
    padding: 10px 20px;
    border-radius: 8px;
}
.section__subscribe-newsletter input,
.section__subscribe-newsletter input:focus {
    background-color: #fff0;
    color: #fff;
    box-shadow: none;
}
.section__subscribe-newsletter input:focus {
    border-color: var(--primary-color);
}
.section__subscribe-newsletter input::placeholder {
    color: #fff;
}
.ul__social-icons li {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    background-image: linear-gradient(
        135deg,
        rgba(17, 13, 39, 44%) -30%,
        transparent 100%
    );
    transition: 0.3s;
}
.ul__social-icons li:hover {
    background-image: linear-gradient(
        135deg,
        rgba(255, 85, 0, 44%) -30%,
        transparent 100%
    );
}
.ul__social-icons li img {
    margin-bottom: 2px;
}
.div__footer-link li {
    position: relative;
}
.div__footer-link li a {
    color: #000;
    transition: 0.3s;
}
.div__footer-link li a:hover {
    color: var(--primary-color);
}
.div__footer-link li::before {
    content: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/bidbits_laraval10/assets1/images/home_page/li_marker.webp);
    position: absolute;
    left: -35px;
    top: 0;
}
.div__footer-link h5,
.div__footer-link h6 {
    color: var(--green-color);
}
.div__contact-form {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80%;
    transform: translateX(-50%);
    background-color: var(--body-color);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 25%);
    padding: 2rem 3rem;
}
.div__contact-form h5 {
    color: var(--green-color);
}
.div__contact-form .form-group {
    margin-bottom: 2rem;
}
.div__contact-form input,
.div__contact-form select,
.div__contact-form textarea {
    background-color: #fff0;
    border-color: var(--green-color);
    padding: 10px 15px;
}
.div__contact-form input:focus,
.div__contact-form select:focus,
.div__contact-form textarea:focus {
    background-color: #fff0;
    border-color: var(--primary-color);
    box-shadow: none;
}
.div__contact-form .iti--separate-dial-code {
    float: left;
    width: min-content;
}
.heading3 {
    font-size: 25px;
    color: var(--secondary-color);
    margin-bottom: 20px;
}
.section__fixed-icons {
    position: fixed;
    right: 0;
    top: 30%;
    width: auto;
    height: auto;
    z-index: 2;
}
.section__fixed-icons ul {
    flex-direction: column;
}
.ul__social-icons li {
    position: relative;
}
.ul__social-icons li::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e9e7e7;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}
.section-space-1 {
    padding-bottom: 100px;
}
.section-space {
    padding-bottom: 0;
}
.modal__contact-us .modal-dialog {
    max-width: 70%;
}
.modal__contact-us .modal-content {
    background-color: var(--body-color);
    padding: 25px;
}
.modal__contact-us .modal-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    border-radius: 0 50% 50% 50%;
    background: var(--primary-color);
    filter: blur(100px);
}
.modal__contact-us .modal-body {
    background: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/bidbits_laraval10/assets1/images/contact_us/connect_bg.webp);
}
.modal__contact-us .div__contact-form_modal {
    position: absolute;
    top: -50%;
    right: 43px;
    width: 100%;
    height: fit-content;
    background: var(--secondary-color);
    padding-top: 3rem !important;
}
.modal__contact-us .div__contact-form_modal input,
.modal__contact-us .div__contact-form_modal select,
.modal__contact-us .div__contact-form_modal textarea {
    background-color: #fff0;
    border: 1px solid rgba(255, 255, 255, 50%);
    color: rgba(255, 255, 255, 50%);
    font-size: 14px;
    padding: 9px 14px;
}
.modal__contact-us .div__contact-form_modal input::placeholder,
.modal__contact-us .div__contact-form_modal select::placeholder,
.modal__contact-us .div__contact-form_modal textarea::placeholder {
    color: rgba(255, 255, 255, 50%);
}
.modal__contact-us .div__contact-form_modal input:focus,
.modal__contact-us .div__contact-form_modal select:focus,
.modal__contact-us .div__contact-form_modal textarea:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}
.modal__contact-us button {
    background-color: var(--white);
    font-size: 14px;
}
.modal-backdrop.show {
    opacity: 0.9;
}
.common-list-bg {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/bidbits_laraval10/assets1/images/inner-pages/blockchain_development_company/common_list_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #e7e7e7;
    margin-bottom: 60px;
    padding: 60px 0 0 0;
}
.common-list-bg .span__topic::before,
.common-list-bg .span__topic::after {
    background: #6b8172;
}
.common-list-bg .common-list-grp {
    position: relative;
    margin-bottom: 45px;
    height: 22%;
    font-size: 18px;
}
.common-list-bg .common-list-grp::before {
    position: absolute;
    content: "";
    width: 82px;
    height: 100%;
    top: 0;
    left: -100px;
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/bidbits_laraval10/assets1/images/inner-pages/ar-vr-development/logo-icon.webp);
    background-size: contain;
    background-repeat: no-repeat;
}
.gradient-box-grp {
    border-radius: 10px;
    border: 1px dotted #000;
    text-align: center;
    padding: 40px 20px;
    height: 100%;
}
.border-bottom-common .bottom-border {
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 0;
    width: 98%;
}
.blockchain-banner {
    height: 100vh;
    background: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/bidbits_laraval10/assets1/images/inner-pages/blockchain_development_company/header_banner.webp)
        no-repeat bottom/cover;
}
.blockchain-banner .banner-secribtion {
    font-size: 20px;
}
.multi_lang_dropdown {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.multi_lang_dropdown select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#contact .error,
#subscribe .error,
#contactform .error,
#cennect .error,
#connectform .error,
#hire .error {
    color: #ff0000 !important;
}
.header-discount {
    color: var(--primary-color);
}
.discount-card {
    border: 1px dotted #000;
    padding: 10px;
}
.discount-card a {
    text-decoration: none !important;
}
.normal-text-color,
.discount-card a p {
    color: #212529 !important;
}
.ribbon {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 3px solid var(--primary-color);
}
.ribbon span {
    position: absolute;
    display: block;
    width: 165px;
    padding: 5px 0;
    background-color: var(--primary-color);
    box-shadow: 0 5px 10px rgb(0 0 0 / 0.1);
    color: #fff;
}
.ribbon-top-right {
    top: -6px;
    right: -3px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: #fff0;
    border-right-color: #fff0;
}
.ribbon-top-right::before {
    top: 0;
    left: 20px;
}
.ribbon-top-right::after {
    bottom: 20px;
    right: 0;
}
.ribbon-top-right span {
    left: -8px;
    top: 13px;
    transform: rotate(45deg);
}
.amount h5 {
    color: #3a1c62;
}
.text-area-grp {
    margin-bottom: 20px;
}
.text-area-grp textarea {
    margin-bottom: 0px !important;
}
select option {
    color: #000;
    padding: 20px;
    cursor: pointer;
}
html[lang="de"] .heading2,
html[lang="de"] .heading1,
html[lang="de"] .heading3 {
    word-break: break-word;
}
nav:has(.breadcrumb) {
    position: sticky;
    top: 73px;
    z-index: 10;
}
.breadcrumb {
    background-color: var(--secondary-color);
}
li.breadcrumb-item {
    position: relative;
    background: var(--primary-color);
}
.breadcrumb-item a {
    position: relative;
    display: block;
    padding: 10px 20px;
    color: #fff;
}
.breadcrumb-item.arrow {
    transform: rotate(45deg);
    width: 40px;
    height: 40px;
    margin-top: 7px;
    margin-left: -21px;
    margin-top: 3px;
}
.z-5 {
    z-index: 5;
}
.z-4 {
    z-index: 4;
}
.ms-n1 {
    margin-left: -15px;
}
.breadcrumb-item.active {
    background-color: #3a2654;
    color: #fff;
}
.header_space-top {
    margin-top: 20px;
}
.ul__list-dotted_light div {
    border: 1px dashed #fff;
    border-radius: 10px;
}
.ol__list-marker_primary li {
    border: solid;
}
.ol__list-marker_primary span {
    position: absolute;
    left: 4px;
    bottom: 13px;
    border-radius: 5px 0 0 5px;
    font-size: 2rem;
    -webkit-text-stroke: 1px #ff550061;
    -webkit-text-fill-color: #ff550038;
    line-height: normal;
    z-index: -1;
}
.section__digital-banner {
    height: 100vh;
    background:
        linear-gradient(0deg, transparent, #000868, transparent),
        url(https://firebee.sgp1.cdn.digitaloceanspaces.com/bidbits_laraval10/assets1/images/inner-pages/digital_marketing/banner.webp)
            no-repeat center/cover;
}
.swiper__img-adjust .pract-img,
.swiper__img-adjust img {
    height: inherit;
}
.bg-clr-transparent {
    background-color: transparent !important;
}
.country_code_border {
    border: 1px solid rgb(255, 255, 255, 50%) !important;
}
.country_code_border-dark {
    border-color: var(--green-color);
}
.filter-invert {
    filter: invert(1);
}
#google_translate_element select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(/assets/arrow.svg) no-repeat right 20px center;
    padding: 6px 25px;
    margin: 0;
    border-radius: 25px;
    background-size: 20px;
    cursor: pointer;
}
#google_translate_element select:focus {
    outline: none;
}
.lang-drp #google_translate_element {
    height: unset !important;
}
.lang-drp #google_translate_element {
    display: none;
}
.lang-drp.open #google_translate_element {
    display: block;
}
.form-controls {
    background: rgb(255 255 255 / 0.06);
    border: 2px solid rgb(255 255 255 / 0.3);
    color: #fff !important;
}
.form-controls:focus {
    background: rgb(255 255 255 / 0.06) !important;
    color: white !important;
    box-shadow: none !important;
    outline: none;
}
.form-controls::placeholder {
    color: #fff;
}
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}
.form-controls:focus::placeholder {
    color: #fff;
}
.form-controls:disabled {
    background: rgb(255 255 255 / 0.06) !important;
}
.custom-search-bar {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgb(255 255 255 / 0.05);
    border: 2px solid rgb(255 255 255 / 0.3);
    border-radius: 15px;
    width: 90%;
    max-width: 800px;
    box-shadow: 0 0 10px rgb(255 255 255 / 0.1);
    gap: 10px;
}
.search-input {
    flex: 1;
    background: #fff0;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    padding: 4px;
}
.search-input::placeholder {
    color: rgb(255 255 255 / 0.6);
}
#ai-toggle:checked + .Ai-Assitant-btn {
    background-color: #f50;
}
#aiIframeContainer {
    transition: opacity 0.3s ease;
}
#aiIframeContainer.d-none {
    display: none;
    opacity: 0;
}
#aiIframeContainer:not(.d-none) {
    display: block !important;
    opacity: 1;
}
#aiIframeContainer iframe {
    display: block !important;
}
.modal-backdrop {
    z-index: 0 !important;
}
.internal-search-bar {
    background-color: #f50;
    border: 1px solid rgb(255 255 255 / 0.3);
    border-radius: 5px;
}
.popup-mt {
    margin-top: 120px !important;
}
#resultsBody a {
    color: black !important;
}
.modal {
    --bs-modal-bg: rgba(255, 255, 255, 0.05) !important;
}
.ul__services-lis-1 li {
    padding: 5px 10px;
    box-shadow: none !important;
}
.bg-color {
    background: linear-gradient(135deg, #000868 0%, #ff5500 100%);
    border-radius: 30px;
}
.hallowen-cross-button {
    position: absolute;
    right: -14px;
    bottom: 3%;
    border-radius: 5px;
}
.sports_technologies p {
    color: #110d27;
}
.sports-accordion h3 {
    font-weight: 400;
    color: #212529 !important;
}
.custom-tabs .nav-link {
    background: #fff0;
    color: #fff;
    text-align: left;
    padding: 12px 18px;
    margin-bottom: 8px;
    border-radius: 6px;
    font-weight: 500;
    width: auto;
    white-space: nowrap;
}
.custom-tabs .nav-link.active {
    background: #f50;
    color: #fff;
}
.service-card {
    border: 1px solid #000;
    backdrop-filter: blur(6px);
    border-radius: 14px;
    padding: 22px 15px;
    text-align: center;
    height: 100%;
    transition: 0.3s;
}
.service-card img {
    width: 46px;
    margin-bottom: 12px;
}
.service-card p {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgb(0 0 0 / 0.15);
}
.head-title {
    color: #1e32eb;
}
.tab-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: inherit;
}
@media (max-width: 768px) {
    .custom-tabs {
        flex-direction: row !important;
        overflow-x: auto;
        white-space: nowrap;
        gap: 8px;
    }
    .custom-tabs .nav-link {
        flex: 0 0 auto;
        margin-bottom: 0;
        text-align: center;
    }

    .animate__animated {
        animation: none !important;
        transition: none !important;
    }

    .wow {
        visibility: visible !important;
    }
}
.a-orange{
    text-decoration: none;
    color: orangered;
}