@import url(../css/common.css);
@font-face {
    font-family: "Segor UI";
    src: url("../font/segoe-ui-4-cufonfonts-webfont/Segoe\ UI.woff");
    font-display: swap;
}
@font-face {
    font-family: "Segor UI bold";
    src: url("../font/segoe-ui-4-cufonfonts-webfont/Segoe\ UI\ Bold.woff");
    font-display: swap;
}
body {
    font-family: "Segor UI" !important;
    background-color: var(--primary-color) !important;
    color: var(--secondary-color) !important;
}
.theme-btn-1 {
    transition: 0.5s !important;
    padding: 15px 30px;
    text-align: center;
    text-transform: capitalize;
    background-size: 200% auto;
    color: var(--primary-color) !important;
    border-radius: 10px;
    border: 0;
    font-weight: 700;
    box-shadow: 0 0 14px -7px var(--btn2-color);
    background-image: linear-gradient(
        45deg,
        var(--btn1-color) 0%,
        var(--btn2-color) 51%,
        var(--btn1-color) 100%
    );
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.theme-btn-1:hover {
    background-position: right center;
    color: var(--primary-color);
    text-decoration: none;
}
.theme-btn-1:active {
    transform: scale(0.95);
}
.footer-bg {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/header_footer/footer-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6rem 0;
    color: var(--teritary-color);
}
.footer-logo {
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translate(-50%, 50%);
}
.footer-copyright {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}
footer {
    word-break: break-word;
}
.mt-n4 {
    margin-top: -4.7rem;
}
.nav-color {
    background: #000;
    background: linear-gradient(
        180deg,
        rgb(0 0 0) 0%,
        rgb(13 13 13) 50%,
        rgb(26 26 26) 100%
    );
}
#BreedcoinsMenu .nav-item:hover .dropdown-toggle {
    background-color: #a6c833;
    transform: skewX(-10deg);
    color: #000000 !important;
}
#BreedcoinsMenu .dropdown-menu {
    background-color: #10000099;
    backdrop-filter: blur(20px);
    color: #fff;
    border: 3px solid #3f063d87;
    border-style: groove;
}
#GameMenu .dropdown-menu,
#NftMenu .dropdown-menu {
    --bs-dropdown-min-width: 62vw;
}
#BlockchainMenu .dropdown-menu,
#MetaverseMenu .dropdown-menu {
    --bs-dropdown-min-width: 75vw;
}
#OtherMenu .dropdown-menu {
    --bs-dropdown-min-width: 45vw;
}
#BreedcoinsMenu .dropdown-item {
    margin-top: 7px;
}
#BreedcoinsMenu .dropdown-item:hover {
    background-color: #c300b4 !important;
}
#BreedcoinsMenu .nav-pills .nav-link.active {
    box-shadow: inset 0 1px 20px 0 #01ff22;
    background-color: #9dc029;
    transform: none;
    color: #ffffff !important;
}
#BreedcoinsMenu .tab button {
    background-color: transparent !important;
    transform: none !important;
    color: #ffffff !important;
}
.tabcontent .nav-link:hover {
    background-color: #c300b4 !important;
}
.tab .nav-link.active {
    box-shadow: inset 0 0 29px #52505a;
}
.tabcontent {
    display: none;
}
.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: #8cb6006f;
    border-radius: 10px;
}
.scroll-custom::-webkit-scrollbar-thumb:hover {
    background: #8cb600;
}
.sroll-hidden::-webkit-scrollbar {
    display: none;
}
.sroll-hidden {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.landing-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/landing_page/landing_banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(100vh - 10vh);
}
.coin-gif {
    width: 180px;
    height: 180px;
}
.slick-slide img {
    width: 80px !important;
}
.gamedevelopment-banner .aboutus-banner {
    position: relative;
    z-index: -1;
    left: 4%;
    text-align: center;
    height: 100%;
    top: 2%;
}
.gamedevelopment-banner .text-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
}
.gamedevelopment-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/landing_page/LINE.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.service-section .service-cards {
    box-shadow: rgb(203 235 88 / 42%) 0 14px 12px 0 inset;
    border-radius: 30px;
    padding: 35px 30px;
    text-align: center;
    height: 100%;
    border-radius: 30px;
}
.service-section .hover-service {
    margin: 0 10px;
    border-radius: 30px;
    height: 100%;
    transition: box-shadow 0.5s ease-in-out;
}
.service-section .hover-service:hover {
    box-shadow: 0 0 25px var(--shadow-bg);
}
.play-section {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/landing_page/play-section_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.play-section .swiper-content-wrapper {
    padding: 50px;
    box-shadow: #bb32dd 0 0 50px 0 inset;
    backdrop-filter: blur(15px);
    border-radius: 30px;
    margin: 0 60px;
}
.play-section .swiper-button-next {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/landing_page/swiper-next-arrow.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.play-section .swiper-button-next {
    right: -6px;
}
.play-section .swiper-button-prev {
    left: -6px;
}
.play-section .swiper-button-next::after,
.swiper-button-prev:after {
    display: none;
}
.play-section .swiper-button-prev {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/landing_page/swiper-arrow.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.play-section .swiper-button-next,
.play-section .swiper-button-prev {
    width: 64px;
    height: 64px;
    top: 57%;
}
:root {
    --swiper-navigation-size: 100px !important;
}
.web3-section .web3-card {
    border: 1px solid var(--web3-border);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 15px;
}
.web3-section .web3-card:hover {
    border: 1px solid var(--btn1-color);
}
.web3-section .web3-banner {
    position: sticky;
    top: 110px;
}
.web3-section .paragraph {
    color: var(--teritary-color);
}
.p2pc-section .p2pc-banner {
    position: sticky;
    top: 110px;
}
.features-section .features-card {
    background-color: var(--feature-card-bg);
    padding: 20px 20px 20px 70px;
    position: relative;
    border-radius: 20px;
    height: 100%;
}
.features-section .features-card img {
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.techstack-section .techstack-bg {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/landing_page/tech-stack/tech-stack-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 5rem 0;
}
.techstack-section .stack-container {
    text-align: center;
}
.techstack-section .stack-container img {
    border: 1px solid var(--stack-border-color);
    padding: 10px;
    width: 86px;
    height: 86px;
}
.techstack-section .grid-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 20px;
}
.techstack-section .nav-tabs .nav-link {
    color: var(--nav-link-fg);
    font-size: 20px;
    font-weight: 600;
    border: 0;
}
.techstack-section .nav-tabs .nav-link.active {
    background-color: #fff0;
    color: var(--btn1-color);
    border-bottom: 1px solid var(--btn1-color) !important;
    border: 0;
}
.techstack-section .text {
    color: var(--teritary-color);
}
.techstack-section .nav-tabs .nav-link:hover,
.techstack-section .nav-link:focus-visible {
    border: 0;
    box-shadow: none;
}
.faq-section {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/landing_page/faq-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 8rem;
}
.faq-section .accordion-button {
    background-color: var(--primary-color);
    color: var(--btn1-color);
    font-size: 26px;
    font-weight: 600;
    border: 0;
    border-radius: 5px;
    position: relative;
    padding-left: 50px;
}
.faq-section .accordion-header {
    position: relative;
}
.faq-section .accordion-button::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/landing_page/faq-header-design.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
    left: 0;
}
.faq-section .accordion-item {
    border: 0 !important;
    margin-bottom: 15px;
}
.faq-section .accordion {
    background-color: #fff0;
    --bs-accordion-bg: transparent;
}
.faq-section .accordion-body {
    background-color: var(--primary-color);
    color: var(--teritary-color);
    margin-top: 15px;
}
.faq-section .accordion-button:not(.collapsed) {
    background-color: var(--primary-color);
    color: var(--btn1-color);
    box-shadow: none;
}
.faq-section .accordion-button::after {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/landing_page/plus.webp);
    width: 25px;
}
.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/landing_page/minus.webp) !important;
    width: 15px;
}
.contactus-sec {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/landing_page/contatus-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8rem 0;
}
.cryptocurrencyechange-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/cryptocurrency_exchange_development_company/header-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8rem 0;
}
.metaverseapp-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/metaverse_app_development/hero_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8rem 0;
}
.contactus-sec .contact-form input,
.estimate-form input,
.contactus-sec .contact-form textarea,
.estimate-form textarea {
    width: 100%;
    background-color: transparent !important;
    border: 0;
    border-bottom: 1px solid var(--secondary-color);
    padding: 10px;
    margin-bottom: 15px;
    color: var(--secondary-color);
}
.contactus-sec .contact-form input:focus-visible,
.estimate-form input:focus-visible,
.contactus-sec .contact-form textarea:focus-visible,
.estimate-form textarea:focus-visible {
    border: 0;
    outline: 0;
    border-bottom: 1px solid var(--secondary-color);
}
.contactus-sec .contact-form,
.estimate-form {
    box-shadow: rgb(203 235 88 / 42%) 0 14px 12px 0 inset;
    padding: 60px;
    border-radius: 20px;
    position: relative;
}
.contactus-sec .contact-form::before,
.estimate-form::before {
    position: absolute;
    content: "";
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/landing_page/contact-label.webp);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    top: -6px;
    right: -10px;
    z-index: -1;
}
.breedcoins-design {
    position: relative;
}
.breedcoins-design::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/landing_page/straight-line.webp);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
    top: 50%;
    right: 10%;
    z-index: -1;
}
.movetoearn-sec .expanding-card .service-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.movetoearn-sec .expand-card {
    background-color: var(--m2e-card);
    color: var(--teritary-color);
    padding: 20px;
    border-radius: 20px;
    margin: 0 30px;
    opacity: 1;
    transition: 0.5s opacity ease-in-out;
}
.movetoearn-sec .expanding-card .service-card:first-child {
    margin-top: -6rem;
}
.movetoearn-sec .expanding-card .service-card:last-child {
    margin-bottom: -6rem;
}
.movetoearn-sec .expanding-card .service-card:hover .expand-card {
    opacity: 1;
    position: relative;
    animation: mymove 2s;
}
@keyframes mymove {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0%);
    }
}
.movetoearn-sec .row {
    padding-top: 8rem;
    padding-bottom: 3rem;
}
.thankyou-text {
    font-family: "Protest Revolution", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 140px;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, 50%);
    rotate: -20deg;
}
.thanku-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/thanku.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 10vh);
    position: relative;
}
.pagenotfound-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/404-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 10vh);
    position: relative;
}
.banner {
    height: calc(100vh - 10vh);
    display: flex;
    align-items: center;
}
.metaversegame-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/metaverse_game_development_company/banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-tech-sec {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/landing_page/LINE.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-tech-sec .tech-card {
    border: 1px solid var(--btn2-color);
    background-color: var(--transparent-shade);
    text-align: center;
    padding: 16px;
    border-radius: 20px;
    position: relative;
    z-index: 4;
    -webkit-box-shadow: 0 0 2px 2px var(--btn2-color);
    -moz-box-shadow: 0 0 2px 2px var(--btn2-color);
    box-shadow: var(--btn2-color) 0 0 15px 0 inset;
    overflow: hidden;
    margin: 10px 0;
}
.inner-tech-sec .tech-card:hover {
    background-color: var(--btn1-color);
}
.metaverse-benefits {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/metaverse_game_development_company/Script.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.metaverse-benefits .benefits-card {
    background: linear-gradient(180deg, rgb(255 255 255 / 0.15), #fff0);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    margin-top: 10px;
}
.metaverse-benefits .benefits-card h6 {
    margin-top: 10px;
}
.topmetaverse-sec .swiper-content-wrapper h3 {
    position: absolute;
    bottom: 0;
    background: linear-gradient(1deg, #a2c42e -40%, #00060d00 100%) no-repeat
        padding-box;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    font-size: 20px !important;
    line-height: 26px;
    transition: height 1s;
    text-align: center;
    padding: 12px 30px;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topmetaverse-sec .swiper-content-wrapper:hover h3 {
    height: 100%;
}
.topmetaverse-sec .swiper-pagination-bullet {
    background-color: var(--secondary-color);
}
.game-services .process_num {
    background: linear-gradient(
        144.23deg,
        var(--text-shade1) 19.46%,
        var(--text-shade2) 89.52%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    font-weight: 800;
    font-size: 48px;
    opacity: 0.3;
}
.game-services .process_box {
    padding: 5px 20px;
    background: var(--supermecard-bg);
    border: 0.5px solid var(--btn1-color);
    border-radius: 12px;
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.game-services .process_box:last-child {
    margin-bottom: 0;
}
.Specialisations-sec .specialisation-box {
    background: linear-gradient(180deg, rgb(255 255 255 / 0.15), #732498);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 0 0 16px 5px rgb(147 147 147/20%);
    text-align: start;
    position: relative;
}
.Specialisations-sec .row-left .specialisation-box::after {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/metaverse_game_development_company/Specialisations/arrow_odd.webp);
    background-size: contain;
    background-position: center;
    background-position: center;
    content: "";
    position: absolute;
    top: 50%;
    left: 70%;
    width: 100%;
    z-index: 2;
    height: 35%;
    background-repeat: no-repeat;
    animation: arrowmove 3s;
}
.Specialisations-sec .row-right .specialisation-box::before {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/metaverse_game_development_company/Specialisations/arrow_even.webp);
    background-size: contain;
    background-position: center;
    background-position: center;
    content: "";
    position: absolute;
    top: 50%;
    right: 70%;
    width: 100%;
    z-index: 2;
    height: 35%;
    background-repeat: no-repeat;
    animation: arrowmove 3s;
}
@keyframes arrowmove {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
.Specialisations-sec .row-right:last-child .specialisation-box:before {
    display: none;
}
.Specialisations-sec .content-flow {
    height: 800px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 25px;
}
::-webkit-scrollbar {
    width: 3px;
    height: 1px;
}
::-webkit-scrollbar-track {
    background: var(--secondary-color);
}
::-webkit-scrollbar-thumb {
    background: var(--web3-activeborder);
}
::-webkit-scrollbar-thumb:hover {
    background: var(--web3-activeborder);
}
.nft-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/nft_game_development_company/bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.blockchaingame-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/blockchain_game_development_company/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.axieinfinity-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/Axie_infinity_clone_script/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.moveto-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/move_to_earn_game_development_company/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.p2p-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/p2p_crypto_exchange_development/bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.tiktok-banner {
    background-image: url(/assets/img/tiktok-clone-img/tiktok-banner.webp);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}
.pax-banner {
    background-image: url(/assets/img/paxful-clone-script/PaxfulCloneScript-banner.webp);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}
.binanceclone-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/binance_clone_script/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.metaverse-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/metaverse_development_company/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.opensea-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/opensea_clone_script/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.playtoearn-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/play_to_earn_game_development_company/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.nft-cards {
    text-align: center;
    box-shadow: var(--swiper-bg) 0 0 15px 0 inset;
    padding: 20px;
}
.other-cards {
    text-align: center;
    box-shadow: var(--btn1-color) 0 0 15px 0 inset;
    padding: 20px;
}
.opendoor-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/opensea_clone_script/green_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.polkadot-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/polkadoblockchain_development_company/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.secondlive-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/Second_live_clonescript/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sandbox-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/sandbox_clone_script/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.winzo-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/winzo_clone_app/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.unity-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/unity_game_development_company/header.webp);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.twogame-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/2d_game_development/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cryptoforex-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/crypto_forex_trading/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.casino-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/casino_gambling/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cryptotrading-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/crypto-trading-bot-development/banner-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.unreal-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/unreal-engine-game-development-company/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.html5-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/html5_game_development/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hyper-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/hyper_casual_game_development/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
* {
    box-sizing: border-box;
    word-break: break-word;
}
.metaverseavatar-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/metaverse_avatar/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ios-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/iOS_game_development/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ios-banner .banner-container {
    position: relative;
}
.ios-banner .banner-container::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 60px;
    background-color: var(--img-grdient);
    width: 350px;
    height: 400px;
    filter: blur(55px);
    z-index: 0;
}
.android-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/android_game_development/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.carrom-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/carrom_game_development/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cryptopayment-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/crypto-payment-gateway-development/banner-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.aiblockchain-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/ai_blockchain_development/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.blockchainiot-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/IoT_blockchain_development/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ludo-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/ludo_game/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.rummy-banner {
    background-image: url(/assets/img/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pcgame-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/pc_game_development_company/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pcgame-banner .banner-imgs img {
    width: 30% !important;
}
.mmorpg-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/mmorpg-game-development-company/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mixedreality-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/microsoft-dynamics-crm-development-company/microsoftBanner.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.augmented-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/augmented_reality/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.virtual-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/virtual_reality/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.seriusgame-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/serious_game/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.threed-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/3d_game_development/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.crossplatform-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/cross_platform_game_development_company/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.console-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/console_game/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.gamification-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/gamification_services/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.indie-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/indie_game/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cgame-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/c_plus/cgame_banner.webp);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.meme-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/meme-coin-development/banner.webp);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.telegram-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/telegram-game-development/bg.webp);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}
.realworld-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/real_world_asset_tokenization_development/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.carrace-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/metaverse_car_race/banner.webp);
}
.game-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/game_development_company/bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mobile-service-sec .clash-card__image {
    position: relative;
    height: 230px;
    margin-bottom: 35px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
.mobile-service-sec .clash-card__image--Design {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/game_development_company/swiper-card-img1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mobile-service-sec .clash-card__image--nft {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/game_development_company/swiper-card-img2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mobile-service-sec .clash-card__image--ai {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/game_development_company/swiper-card-img3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mobile-service-sec .clash-card__image--testing {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/game_development_company/swiper-card-img4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mobile-service-sec .clash-card__image--ar-vr {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/game_development_company/swiper-card-img5.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mobile-service-sec .clash-card__image--comunity {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/game_development_company/swiper-card-img6.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.aigame-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/ai_game_development/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.rpggame-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/rpg_game_development/header_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.battleroyaleggame-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/battle_royale_development/hero_bg.webp);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.mobilegame-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/mobile_game_development/hero_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.taptoearn-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/taptoearn_game_development/banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.metaversecasino-banner {
    background-image: url(/assets/img/new-breedcoins-assets/coinbase-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mobile-service-sec .clash-card__image--stream-1 {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/cryptocurrency_exchange_development_company/streams/01.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mobile-service-sec .clash-card__image--stream-2 {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/cryptocurrency_exchange_development_company/streams/02.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mobile-service-sec .clash-card__image--stream-3 {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/cryptocurrency_exchange_development_company/streams/03.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mobile-service-sec .clash-card__image--stream-4 {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/cryptocurrency_exchange_development_company/streams/04.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.aviator-bg {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/aviator_game/bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hire-bg {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/hire-game-developers/banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(100vh - 10vh);
}
.aviator-bg-1 {
    position: absolute;
    bottom: 0;
}
.aviator-header-element {
    position: fixed !important;
    left: 0;
    top: 100px;
}
.mobile-service-sec .clash-card {
    display: inline-block;
    margin: auto;
    border-radius: 19px;
    position: relative;
    text-align: center;
    border: 0.5px solid rgb(255 255 255 / 0.2);
    z-index: 9999;
    height: 100%;
}
.mobile-service-sec .clash-card__image {
    position: relative;
    margin-bottom: 35px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
.mobile-service-sec .avatar-img {
    width: 360px;
    position: absolute;
    top: -50px;
    left: 0;
}
.mobile-service-sec .clash-card__unit-name {
    font-size: 20px;
    font-weight: 600;
    color: var(--btn1-color);
}
.mobile-service-sec .swiper-slide {
    height: auto !important;
}
.mobile-service-sec .clash-card .swiper-content-wrapper {
    padding: 20px;
}
.realworld-sec .img-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    background: red;
    width: 55px;
    height: 55px;
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
    border-radius: 0 15px 0 50px;
}
.realworld-sec .img-wrapper img {
    position: absolute;
    margin: auto;
    right: 4px;
    top: 6px;
}
.enterprise-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/enterprise_blockchain_development_company/banner_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.enterprise-solution-section .nav-pills .nav-link {
    margin: 10px 0;
    box-shadow: 0 0 14px -7px var(--btn2-color);
    background-image: linear-gradient(
        45deg,
        var(--btn1-color) 0%,
        var(--btn2-color) 51%,
        var(--btn1-color) 100%
    );
    color: var(--primary-color);
}
.enterprise-solution-section .nav-pills .nav-link:hover {
    background-image: linear-gradient(
        45deg,
        var(--btn1-color) 0%,
        var(--btn2-color) 51%,
        var(--btn1-color) 100%
    );
    color: var(--primary-color);
}
.enterprise-solution-section .nav-pills .nav-link.active {
    background: #000000 !important;
}
.blackchain-growth .wrapper {
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.blackchain-growth .card {
    width: 500px;
    height: 360px;
    border-radius: 15px;
    padding: 1.5rem;
    background-color: transparent !important;
    position: relative;
    display: flex;
    align-items: flex-end;
    transition: 0.4s ease-out;
    box-shadow: 0 7px 10px rgb(0 0 0 / 0.5);
    margin-right: 11px;
}
.blackchain-growth .card:hover:before {
    opacity: 1;
}
.blackchain-growth .card:hover .info {
    opacity: 1;
    transform: translateY(0);
}
.blackchain-growth .card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: rgb(0 0 0 / 0.6);
    z-index: 2;
    transition: 0.5s;
    opacity: 0;
}
.blackchain-growth .card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
}
.blackchain-growth .card .info {
    position: relative;
    z-index: 3;
    color: #fff;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s;
}
.blackchain-growth .card .info h1 {
    margin: 0;
}
.blackchain-growth .card .info p {
    letter-spacing: 1px;
    font-size: 15px;
    margin-top: 8px;
}
.blackchain-growth .card .info button {
    padding: 0.6rem;
    outline: none;
    border: none;
    border-radius: 3px;
    background: #fff;
    color: #000;
    font-weight: 700;
    cursor: pointer;
    transition: 0.4s ease;
}
.blackchain-growth .card .info button:hover {
    background: dodgerblue;
    color: #fff;
}
.list_hand li::marker {
    content: "\2756";
    color: #8bc34a !important;
    padding-left: 10px;
}
.team-sec .list_hand li::marker {
    content: "\261E";
    color: #8bc34a !important;
    padding-left: 10px;
}
.team-sec .list_hand li::marker {
    content: "\261E";
    color: #8bc34a !important;
    padding-left: 10px;
    font-size: 20px;
}
.faq-section .list_hand li::marker {
    content: "\261E";
    color: #8bc34a !important;
    padding-left: 10px;
}
.why_section .list_hand li::marker {
    content: "\2756";
    color: #8bc34a !important;
    padding-left: 10px;
    font-size: 20px;
}
.business-sec .list_hand li::marker {
    font-size: 20px;
}
.faq-section .list_hand li::marker {
    content: "\261E";
    color: #8bc34a !important;
    padding-left: 10px;
}
.business-sec .list_hand li::marker {
    content: "\2756";
    color: #8bc34a !important;
    padding-left: 10px;
}
.supreme-sec .supreme-card {
    transition: 0.3s;
    padding-bottom: 20px;
    border-radius: 20px;
    background-color: var(--supermecard-bg);
    margin-top: 1rem;
    text-align: center;
}
.supreme-sec .sup-earn {
    padding: 2px 16px;
}
.supreme-sec .supreme-card .cardimg-container {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -100%);
}
.supreme-sec .supreme-card .glow {
    position: absolute;
    bottom: 30%;
    left: 41%;
    width: 55px;
    height: 35px;
    z-index: 0;
    background: var(--btn1-color);
    animation: blink 1s alternate infinite;
}
@keyframes blink {
    0% {
        filter: blur(15px) opacity(0.6);
    }
    50% {
        filter: blur(15px) opacity(0.9);
    }
    100% {
        filter: blur(15px) opacity(0.6);
    }
}
.SecondLive-sec .nav-item .nav-link.active {
    color: #fff;
    background-color: #8cb600 !important;
    box-shadow:
        0 0 10px 0 #8db600 inset,
        0 0 5px 2px #8db600;
}
.cryptocasino-sec .content-card {
    margin-right: 9rem;
}
.polkodotprocess-sec {
    background-image:
        linear-gradient(0deg, rgb(0 0 0 / 0.7), rgb(0 0 0 / 0.4)),
        url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/polkadoblockchain_development_company/process.webp);
    background-position: center;
}
.vh-75 {
    height: 75vh;
}
.glass-effect {
    background: rgb(0 0 0 / 47%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.race_bg {
    background-image: url(/assets/img/metaverse_car_race/race_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.banner_bg {
    background-image: url(/assets/img/metaverse_car_race/banner.webp);
    background-position: center;
}
News
    and
    Analysis
    News
    and
    AnalysisNews
    and
    Analysis
    News
    and
    AnalysisNews
    and
    Analysis
    News
    and
    Analysis
    body {
    background-image: url(/assets/img/portfolio/bg.gif);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.text-grn {
    color: #00c100;
}
.ready-sec .process-card {
    box-shadow: rgb(203 235 88 / 39%) 0 0 14px 10px inset;
    border-radius: 30px;
    color: #fff;
    padding: 24px 30px;
}
.tec-sec .border-theme {
    border: 3px solid #9aca4a;
}
.bg-port {
    background-image: url(/assets/img/portfolio/bg.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.nav-pills .nav-link.active {
    --bs-btn-color: #000;
    --bs-btn-bg: #00ff20;
    background-color: #00ff20;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #00ef1d;
    box-shadow: 0 1px 5px 2px #01ff22;
    color: #fff !important;
}
.nav-pills .nav-link.active {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #5b2652 !important;
}
.nav-pills .nav-link:hover {
    box-shadow:
        0 0 10px 0 #00ff20 inset,
        0 0 5px 2px #00ff20;
}
.nav-pills .nav-link {
    border: 1px solid #00ff20;
    color: #fff;
}
.mt-n10 {
    margin-top: -15rem;
}
.vh-80 {
    height: 80vh;
}
.bg-img {
    background-image: url(assets/img/bgsd_01.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.adjust-bg {
    width: 291px;
    margin-right: 20px;
}
#footerform .error {
    color: red;
}
#trialform .error {
    color: red;
}
#hireform .error {
    color: red;
}
#estimateform .error {
    color: red;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white !important;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
.transform_bg {
    display: grid;
    min-height: 500px;
    background: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/new/how_will_blockchain/side_img.webp)
        no-repeat center / contain;
}
.theme_list li::marker {
    content: "\2756";
    color: #8bc34a;
    font-size: 16px;
}
.form-control:focus {
    box-shadow: none !important;
}
.form-control::placeholder {
    color: var(--secondary-color) !important;
}
.country {
    padding-left: 5rem !important;
}
.carrom-sec .player-card {
    text-align: center;
    background: rgb(255 255 255 / 0.03);
    border-radius: 10px;
    padding: 10px;
    margin-top: 40px;
    box-shadow: 0 0 9px var(--text-gradient1);
}
.carrom.Specialisations-sec .row-left:last-child .specialisation-box:after {
    display: none !important;
}
.top-150 {
    top: 150px !important;
}
.inner-tech-sec .swiper-pagination-bullet {
    background-color: var(--secondary-color);
}
.inner-tech-sec .swiper-slide {
    height: auto;
}
.whitelabel-banner {
    background-image: url(https://firebee.sgp1.cdn.digitaloceanspaces.com/breedcoins_11/assets/img/white_label_nft_marketplace_development/header_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.binance-diff.difference-sec .nft-cards {
    text-align: start;
    box-shadow: var(--swiper-bg) 0 0 15px 0 inset;
    padding: 20px 40px;
    height: 100%;
    border-radius: 30px;
}
.binance-diff.difference-sec .other-cards {
    text-align: start;
    box-shadow: var(--btn1-color) 0 0 15px 0 inset;
    padding: 20px 40px;
    height: 100%;
    border-radius: 30px;
}
.inner-tech-sec .tech-card:hover .text-heading-fg {
    color: var(--secondary-color) !important;
}
.w-90 {
    width: 80%;
    margin: 0 auto;
}
.tab-header {
    background-color: #000 !important;
    z-index: 2;
    padding: 10px 0 20px 0;
}
.div_shine:hover::before {
    content: "";
    position: absolute;
    left: -23%;
    top: 0;
    width: 50px;
    height: 100%;
    background-color: #fff;
    transform: skewX(-23deg);
    animation: shine 1s ease-in-out;
    background: linear-gradient(
        to right,
        #fff0 0%,
        rgb(255 255 255 / 0.3) 100%
    );
}
@keyframes shine {
    0% {
        left: 0;
    }
    100% {
        left: 123%;
    }
}
.iti__country-name {
    color: #999 !important;
}
.top-minus {
    margin-top: -7rem;
}
.Specialisations-sec.mobile-sec .specialisation-box {
    background: none !important;
}
.dropdwon-option select option {
    margin: 40px;
    background: rgb(0 0 0 / 0.892);
    color: #fff;
}
.dropdwon-option select option:hover {
    margin: 40px;
    background: rgb(0 0 0 / 0.892);
    color: #fff;
}
.form-phone-number {
    display: table;
    width: 100%;
}
.form-phone-number .dropdown button {
    height: 38px;
    border: unset;
    padding: 10px 20px;
    background-color: #fff0;
}
.form-phone-number .dropdown span {
    font-size: 12px;
    position: relative;
    top: -5px;
    color: #fff;
}
.form-phone-number .dropdown {
    border-bottom: 1px solid;
    margin-bottom: 15px;
}
.form-phone-number .dropdown-toggle::after {
    top: 37%;
    position: inherit;
    color: #fff;
    padding-bottom: 3px;
}
.form-phone-number .dropdown-item {
    color: #000;
    white-space: normal !important;
}
.form-phone-number .dropdown-menu {
    height: 110px;
    overflow: hidden auto;
    will-change: transform;
    top: 0;
    left: 0;
    transform: translate3d(0, 38px, 0);
    background-color: #041124;
    width: 250px;
}
.form-phone-number .dropdown-item:hover {
    color: #1e2125;
    background-color: #009efc;
}
.form-phone-number .dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 0.3);
    background-color: #f5f5f5;
}
.form-phone-number .dropdown-menu::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}
.form-phone-number .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #555;
}
.bgLazy {
    background: none !important;
}
#google_translate_element select,
#google_translate_element1 select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url("../img/drp-arr.svg") no-repeat right 20px center;
    padding: 6px 25px;
    margin: 0;
    border-radius: 25px;
    background-size: 20px;
    cursor: pointer;
}
#google_translate_element select:focus,
#google_translate_element1 select:focus {
    outline: none;
}
.lang-drp #google_translate_element,
.lang-drp #google_translate_element1 {
    height: unset !important;
    display: none;
}

.lang-drp.open #google_translate_element,
.lang-drp.open #google_translate_element1 {
    display: block;
}
.filter-invert {
    filter: invert(1);
}

.dropdown-toggle {
    white-space: wrap !important;
}

.modal .form-controls {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: white !important;
}

.modal .form-controls:focus {
    background: rgba(255, 255, 255, 0.1) !important;
    color: white !important;
    box-shadow: none !important;
    outline: none !important;
}

.modal .form-controls::placeholder {
    color: white !important;
    opacity: 0.8;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.form-controls:focus::placeholder {
    color: white;
}

.form-controls:disabled {
    background: rgba(255, 255, 255, 0.06) !important;
}
.custom-search-bar {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    width: 90%;
    max-width: 800px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    gap: 10px;
}

.search-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: white;
    font-size: 16px;
    padding: 4px;
}

.search-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/* Active button  */
.Ai-Assitant-btn {
    padding: 10px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

/* Active toggle */
#ai-toggle:checked + .Ai-Assitant-btn {
    background-color: #dc3545;
}

#aiIframeContainer {
    transition: opacity 0.3s ease;
}

#aiIframeContainer.d-none {
    display: none;
    opacity: 0;
}

#aiIframeContainer:not(.d-none) {
    display: block !important;
    opacity: 1;
}
/* Fix AI Assistant iframe visibility */
#aiIframeContainer iframe {
    display: block !important;
}

.modal-backdrop {
    z-index: 0 !important;
}

.internal-search-bar {
    background: linear-gradient(
        45deg,
        var(--btn1-color) 0%,
        var(--btn2-color) 51%,
        var(--btn1-color) 100%
    );
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    padding: 4px;
}

.popup-mt {
    margin-top: 100px !important;
}

#resultsBody a {
    color: black !important;
    text-decoration: none;
}

.modal-content {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

/* hallowean css style */
.hallowen-cross-button {
    position: absolute;
    right: -14px;
    bottom: 3%;
    border-radius: 5px;
}

.uberclone-banner {
    background-image: url("/assets/img/UberCloneAdvanced/uber-advanced-banner.webp");
    background-size: cover;
    background-position: center;
}

.salient-p {
    text-align: justify;
    word-spacing: -3px;
}

.paxful-work {
    text-align: justify;
}

.supreme-sec .uber-clone-card {
    transition: 0.3s;
    padding-bottom: 20px;
    border-radius: 20px;
    background-color: var(--supermecard-bg);
    margin-top: 1rem;
}
.supreme-sec .sup-earn {
    padding: 2px 16px;
}
.supreme-sec .uber-clone-card .cardimg-container {
    position: absolute;
    top: 10%;
    left: 15%;
    transform: translate(-50%, -100%);
}
.supreme-sec .uber-clone-card .glow {
    position: absolute;
    bottom: 30%;
    left: 41%;
    width: 55px;
    height: 35px;
    z-index: 0;
    background: var(--btn1-color);
    animation: blink 1s alternate infinite;
}
@keyframes blink {
    0% {
        filter: blur(15px) opacity(0.6);
    }
    50% {
        filter: blur(15px) opacity(0.9);
    }
    100% {
        filter: blur(15px) opacity(0.6);
    }
}

#submitBtn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
