*,
ol,
ul {
    margin: 0;
    padding: 0;
}
.btn,
header .btn {
    border: 0 solid !important;
    font-size: 16px;
}
.btn,
body,
header .btn,
p {
    font-size: 16px;
}
.card-title h3,
.fw-600,
.title h2 {
    font-weight: 600;
}
.btn.btn-dark,
body,
footer ul li a,
p {
    font-weight: 400;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: Montserrat;
    font-style: normal;
    overflow-x: hidden;
    background: #f2f4fe;
}
::selection {
    background: #0079ff4f;
    color: #fff !important;
}
.btn.focus,
.btn:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
a:focus,
button:focus,
input:focus,
textarea:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ea7c18;
}
a:hover {
    transition: 0.3s ease-out;
    color: #171826;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
}
a,
a:focus,
a:hover {
    text-decoration: none;
}
a,
i,
span {
    display: inline-block;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: Jost;
}
.browceanx_works_card h3,
.card-title h3,
.card-title h4,
p {
    font-family: Montserrat;
}
.why_choose_vnx_cards .browceanx_works_card p,
a,
p {
    color: #444;
}
p {
    line-height: 28px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
ol,
ul {
    list-style-type: none;
}
button:focus {
    outline: unset !important;
    box-shadow: unset !important;
}
.header {
    position: fixed;
    padding: 15px 0;
    z-index: 999;
}
.header_custom_div {
    width: 25%;
}
.scroll_header {
    background: #f2f4fe;
    padding: 7px 0;
    animation: 0.7s header_animation;
    -webkit-box-shadow: 0 0 30px -4px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 0 0 30px -4px rgba(0, 0, 0, 0.56);
    box-shadow: 0 0 30px -4px rgba(0, 0, 0, 0.56);
}
@keyframes header_animation {
    from {
        top: -90px;
    }
    to {
        top: 0;
    }
}
.scroll_header .navbar .header_logo img {
    width: 170px !important;
    height: auto;
}
header.site_header .navbar-nav .nav-item .nav-link {
    padding: 0;
    font-size: 16px;
    color: #444;
    position: relative;
    font-family: Jost;
    white-space: nowrap;
    font-weight: 400;
}
footer .footer_nav ul li a:hover,
footer ul li a:hover,
header.site_header .navbar-nav .nav-item .nav-link:hover,
header.site_header .navbar-nav .nav-item.active .nav-link {
    color: #0079ff;
}
header .btn.btn-primary {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    display: flex;
    justify-content: center;
}
header .btn {
    padding: 10px;
    width: 150px;
}
.btn {
    background-color: #fefefe;
    box-shadow: none !important;
    outline: 0 !important;
    padding: 20px 10px;
    border-radius: 8px !important;
    width: 190px;
    font-family: Jost;
}
.btn.btn-primary {
    color: #fff;
    background-color: #0079ff;
}
.btn.btn-primary:hover {
    background: #172853 !important;
}
.btn.btn-dark {
    color: #fff;
    background-color: #172853;
}
.browceanx_features_card:hover,
.btn.btn-dark:hover {
    background: #0079ff !important;
}
@media only screen and (min-width: 1200px) {
    .w-md-25 {
        width: 25% !important;
    }
}
@media only screen and (max-width: 1199px) {
    .navbar-toggler {
        background: 0 0 !important;
        border: none !important;
        outline: 0 !important;
        height: 58px;
        width: 58px;
        z-index: 9;
        box-shadow: none !important;
        padding: 0 0.75rem;
        transition: 0.6s;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -ms-transition: 0.6s;
        -o-transition: 0.6s;
    }
    .navbar-toggler .icon-bar {
        height: 2px;
        width: 35px;
        margin-bottom: 6px;
        display: block;
        background-color: #172853;
        cursor: pointer;
    }
    .navbar-toggler span:nth-child(2) {
        width: 22px;
        margin-left: 0;
    }
    .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
        opacity: 1;
    }
    header.site_header .navbar-collapse {
        position: fixed;
        top: 0;
        left: -290px;
        width: 235px;
        height: 101vh !important;
        background: #0a141f;
        display: flex !important;
        flex-direction: column;
        justify-content: left;
        align-items: flex-start;
        visibility: visible !important;
        overflow-y: auto !important;
        padding: 75px 25px 30px;
        box-shadow: 0 1px 9px -3px rgba(0, 0, 0, 0.75);
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
    }
    header.site_header .navbar-collapse.active {
        left: 0;
        z-index: 1;
    }
    header.site_header .navbar-collapse.collapse.show {
        left: 0 !important;
    }
    header.site_header .navbar-nav .nav-item .nav-link {
        padding: 0;
    }
    header.site_header .navbar-nav .nav-item .nav-link::after {
        bottom: 0;
    }
    header.site_header .navbar-nav .nav-item {
        display: block;
        padding: 1rem 0;
        width: fit-content;
    }
    header.site_header .navbar-nav .site_header_social .nav-item {
        display: block;
        padding: 5px 0;
    }
    header.site_header ul.navbar-nav {
        gap: 0;
    }
    header.site_header .navbar-nav .nav-item.active .nav-link::after,
    header.site_header .navbar-nav .nav-item:hover .nav-link::after {
        width: 25% !important;
    }
    header .dropdown-menu-fullscreen {
        border: 1px solid #0000000d !important;
        z-index: 99999 !important;
        margin-right: 11px !important;
        width: 84% !important;
    }
    header .navbar-nav ul .nav-item.dropdown {
        padding: 1rem 0 !important;
    }
    header .dropdown-menu-fullscreen.show {
        width: 80vw !important;
    }
}
@media only screen and (max-width: 575px) {
    header .dropdown-menu-fullscreen {
        margin: 0 auto !important;
        width: 98% !important;
        height: 98% !important;
        padding: 1rem !important;
    }
    #closeDropdown {
        right: 11px !important;
        top: 12px !important;
    }
    header .project-card a .project-card-img img {
        width: 30px !important;
    }
    header .project-card .project-card-img {
        height: 70px !important;
    }
    header .dropdown-menu-fullscreen .project-card h6,
    header .project-card a h6 {
        font-size: 13px !important;
    }
    header .nav-item.dropdown .dropdown-menu-fullscreen.show {
        position: sticky !important;
        width: 100% !important;
    }
    #offcanvasDarkNavbar {
        width: 100% !important;
    }
}
@media only screen and (min-width: 1199px) {
    .nav-item.dropdown:hover .dropdown-menu.dropdown-menu-fullscreen {
        display: block;
        top: 5rem;
        left: 0 !important;
        right: 0 !important;
        width: 80vw;
        margin: 0 auto;
        position: fixed !important;
    }
}
.scroll_header .nav-item.dropdown .dropdown-menu.dropdown-menu-fullscreen,
.scroll_header .nav-item.dropdown:hover .dropdown-menu.dropdown-menu-fullscreen {
    top: 4rem;
}
#closeDropdown {
    position: fixed;
    right: 41px;
    background-color: #fff;
    opacity: 1;
    padding: 10px;
    border-radius: 100%;
    border: 1px solid #d5d4d4;
}
header .dropdown-menu-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    height: 80vh;
    background: #f8f9fa;
    padding: 2rem;
    display: none;
    z-index: 1050;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to top, #bed7ff, #fff) border-box;
    border: 1px solid transparent;
    overflow-y: auto;
    scrollbar-width: none;
    border-radius: 20px;
}
header .dropdown-menu-fullscreen.show {
    display: block;
    top: 5rem;
    left: 0 !important;
    right: 0 !important;
    width: 80vw;
    margin: 0 auto;
    position: fixed !important;
}
header .dropdown-menu-fullscreen .project-card h6 {
    font-size: 14px !important;
}
.main_title h5, .main_title h3,
header .title h5, .coming_soon_title h3 {
    color: #444;
    line-height: 28px;
    font-family: Montserrat;
}
header .project-card .products-card-img {
    background-image: url("../images/smart_watch_bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 15px;
    border-radius: 20px;
    height: 170px;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
}
.text-blue,
header .navbar-nav ul li.dropdown .nav-link.dropdown-toggle.show,
header .project-card:hover a h6 {
    color: #0079ff !important;
}
header .project-card.active a,
header .project-card.active a .project-card-img,
header .project-card:hover a .project-card-img {
    border-color: #0079ff;
    color: #0079ff;
}
header .project-card .project-card-img {
    border: 1px solid #dae8fe;
    background: #f2f4fe;
    padding: 15px;
    border-radius: 20px;
    height: 130px;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
}
header .navbar-nav ul li.dropdown .dropdown-toggle::after {
    display: none !important;
}
header .navbar-nav ul li.dropdown .nav-link.dropdown-toggle.show i::before {
    content: "\f077";
    transition: 0.4s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
header .navbar-nav ul .nav-item.dropdown {
    padding: 5px 0;
}
.nav-item.dropdown:hover .dropdown-toggle::after,
header .navbar-nav ul li.dropdown .dropdown-toggle.show::after {
    display: inline-block !important;
    content: "";
    border-bottom: 1em solid #fff;
    border-right: 1em solid transparent;
    border-top: 0;
    border-left: 1em solid transparent;
    left: 50%;
    position: absolute;
    top: 28px;
    z-index: 9999;
    transform: translateX(-76%);
}
.scroll_header .navbar-nav ul li.dropdown .dropdown-toggle.show::after,
.scroll_header .navbar-nav ul li.dropdown:hover .dropdown-toggle::after {
    top: 28px !important;
}
#content,
.contact_us_section {
    overflow: hidden;
}
/*===========----------- header css end -----------===========*/


/*===========----------- Home page css start -----------===========*/

.home_banner_section {
    min-height: 100vh;
    padding: 11rem 0 8rem;
    background-image: url(../images/hero_icon_vector.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: right center;
    animation: 4s linear infinite banner_vector_animation;
}
@keyframes banner_vector_animation {
    0%,
    100% {
        background-position: 85% 40%;
    }
    50% {
        background-position: 85% 60%;
    }
}
.hero_section_vector {
    background-image: url(../images/hero_vector.webp);
    background-repeat: no-repeat;
    background-position: -5rem 5rem;
    background-size: 75%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    animation: 5s linear infinite banner_coin_animation;
    top: 0;
}
@keyframes banner_coin_animation {
    0%,
    100% {
        background-position: 50% 40%;
    }
    50% {
        background-position: 50% 60%;
    }
}
.home_banner_section h1,
.home_banner_section h2,
.main_title h2 {
    font-weight: 600;
    font-size: 64px;
    color: #172853;
}
.common_section {
    padding: 5rem 0;
}
.gradient_border {
    background: linear-gradient(90deg, #f2f4fe00 0, #0079ff 51.5%, #f2f4fe00 100%);
    width: 100%;
    height: 2px;
}
.title h2 {
    font-size: 50px;
    color: #172853;
}
.title h4, .title h3 {
    font-size: 36px;
    color: #111;
}
.blue_bg {
    background-color: #dae8fe;
}
.bg_gray {
    background-color: #f2f4fe;
}
.dark-card {
    background: #000;
    border-radius: 10px;
}
.dash_camera_section,
.laptop_section,
.smart_phone_section,
.smart_watch_section,
.wifi_router_section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.dark-card .btn.btn-primary:hover,
.dark_bg .btn.btn-primary:hover {
    background: #dae8fe !important;
    color: #00021c;
}
.dark-card .btn.btn-primary:hover img {
    filter: grayscale(1) invert(1) !important;
}
.smart_watch_section {
    background-image: url(../images/smart_watch_bg.webp);
}
.dash_camera_section {
    background-image: url(../images/dash_camera_bg.webp);
}
.wifi_router_section {
    background-image: url(../images/wifi_router_bg.webp);
}
.smart_phone_section {
    background-image: url(../images/smart_phone_bg.png);
}
.laptop_section {
    background-image: url(../images/laptop_bg.webp);
}
.card-title h3 {
    font-size: 24px;
}
.card-title p {
    color: #ccc;
    font-size: 14px;
}
.dark-card .btn {
    width: fit-content;
    padding: 10px 15px;
}
.built_with_us_section .our_projects_img,
.our_projects_img {
    border-radius: 20px;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.our_projects_img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.our_projects_icon {
    background: #fff;
    border-radius: 15px;
    min-width: 61px;
    min-height: 61px;
    max-width: 61px;
    max-height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dark_bg {
    background-color: #172853 !important;
}
.browceanx_works_card:hover p,
.dark_bg .title h2 {
    color: #fff;
}
.about_banner_card_section .card p,
.browceanx_works_card p,
.dark_bg .title p {
    color: #ccc;
}
.slider-section.built_with_us_section {
    overflow: hidden !important;
}
.built_with_us_section .slides {
    margin: 32px auto;
}
.browceanx_features_card:hover h4,.browceanx_features_card:hover h2,
.browceanx_features_card:hover p,
.built_with_us_section .slick-current,
.why_choose_vnx_cards .browceanx_works_card:hover h3,
.why_choose_vnx_cards .browceanx_works_card:hover p,
.why_choose_vnx_cards .browceanx_works_card:hover ul li {
    color: #fff !important;
}
.built_with_us_section .bottom-slider .slick-slide {
    margin-block: 0.5rem;
    font-size: 1.75rem;
    font-weight: 500;
}
.built_with_us_section .slick-slide {
    color: #fff;
    margin: 0 12px;
}
.built_with_us_section .slick-dots li button:before {
    color: #c0eee4;
    opacity: 0.5;
    transition: 0.3s;
}
.built_with_us_section .slick-dots li button:focus::before,
.built_with_us_section .slick-dots li button:hover::before,
.built_with_us_section .slick-dots li.slick-active button:before {
    color: #f08a5d;
    opacity: 1;
}
.built_with_us_section .slick-next,
.built_with_us_section .slick-prev {
    width: fit-content;
    height: auto;
}
.built_with_us_section .slick-next::before,
.built_with_us_section .slick-prev::before {
    font-size: 2.5rem;
    opacity: 0.5;
    color: #fff;
    top: -24rem;
    position: relative;
    left: 0;
}
.built_with_us_section .slick-slide ul li {
    background-color: transparent;
    border-radius: 100px;
    border: 1px solid #999;
    color: #999;
    padding: 2px 8px;
    font-size: 12px;
}
.built_with_us_section .slick-next {
    right: 8rem;
    left: auto;
}
.built_with_us_section .slick-prev {
    right: 11rem;
    position: absolute !important;
    left: auto;
}
@media (max-width: 767px) {
    .built_with_us_section .slick-next {
        right: 0;
    }
    .built_with_us_section .slick-prev {
        left: 0;
    }
}
.custom-navigation {
    display: flex;
    gap: 10px;
    justify-content: end;
    height: 100%;
    align-items: end;
}
.custom-next,
.custom-prev {
    background-color: transparent;
    color: #ffffff91;
    padding: 10px 15px;
    border: 1px solid #ffffff91;
    cursor: pointer;
    border-radius: 5px;
}
.custom-next:hover,
.custom-prev:hover {
    color: #fff;
    border: 1px solid #fff;
}
.subscription-box {
    max-width: 450px;
}
.subscription-box h5 {
    font-weight: 700;
    color: #1b1f3b;
}
.subscription-box input[type="email"] {
    border: none;
    outline: 0;
    box-shadow: none;
    padding: 13px 22px 13px 13px;
    border-radius: 10px 0 0 10px;
}
input::placeholder,
textarea::placeholder {
    opacity: 0.3 !important;
}
.subscription-box button {
    padding: 8px 12px;
    position: relative !important;
    /* left: -11px; */
    z-index: 99 !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 0 10px 10px 0 !important;
}
.dark-heding {
    color: #172853 !important;
}
.font-montserrat {
    font-family: Montserrat !important;
}
.decentralization_up {
    animation: 4s ease-in-out infinite bounce1;
    -webkit-animation: 4s ease-in-out infinite bounce1;
    position: absolute;
    left: 22.7%;
    width: 43.5%;
    top: 25px;
}
@keyframes bounce1 {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}
.lets_talk_cube {
    left: 23%;
    bottom: -2%;
    -webkit-animation: 4s linear infinite spin;
    -moz-animation: 4s linear infinite spin;
    animation: 4s linear infinite spin;
}
.lets_talk_cube_l {
    right: 13%;
    bottom: 22%;
    -webkit-animation: 4s linear infinite spin;
    -moz-animation: 4s linear infinite spin;
    animation: 4s linear infinite spin;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.slick-slide h2 {
  font-size: 1.25rem !important;
}
/*===========----------- Home page css end -----------===========*/


/*===========----------- contact us page css start -----------===========*/

.header_bottom_border {
    padding-top: 7rem !important;
}
.contact_us_left {
    background: linear-gradient(360deg, #9fcbf4 0, #e2f1ff 100%);
}
.contact_us_left .title h2 {
    font-size: 46px;
}
input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
}

.address_section {
    background-image: url(../images/address_bg.jpg);
}
/*===========----------- contact us page css end -----------===========*/


/*===========----------- BrowceanX page css Start -----------===========*/

.icon_title .our_projects_icon {
    border: 1.2px solid #dae8fe;
    min-width: 100px;
    min-height: 100px;
    border-radius: 25px;
}
.the_browceanx_img {
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.the_browceanx_section .row {
    padding: 50px 45px;
}
.the_browceanx_section {
    background: #dae8fe;
    background: linear-gradient(180deg, #dae8fe 75%, #f2f4fe 75%);
}
.footer_top_section {
    bottom: -1rem;
    position: relative;
}
.browceanx_works_card {
    border: 3px solid #0079ff;
    transition: 0.3s ease-out;
    color: #171826;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
}
@keyframes rotate_animation {
    form {
        transform: rotate3d(0, 1, 0, 0deg);
    }
    to {
        transform: rotate3d(0, 1, 0, 360deg);
    }
}
.browceanx_works_card:hover .browceanx_works_card_icon {
    animation: 5s linear infinite rotate_animation;
}
.browceanx_works_card:hover,
ul.social_icons li a i:hover {
    background-color: #0079ff;
}
.browceanx_works_card:hover .list-disc li::marker {
    color: #fff;
}
.browceanx_works_card_icon {
    border: 3px solid #0079ff;
    border-radius: 100%;
    width: fit-content;
    padding: 30px;
    margin-top: -5.5rem;
    margin-left: 1rem;
    background-color: #172853;
    box-shadow: 0 0 0 8px #172853;
    margin-bottom: 2rem;
}
.browceanx_works_card h3 {
    font-size: 24px;
}
.zoom {
    transition: transform 0.7s;
    margin: 0 auto;
}
.zoom:hover {
    transform: scale(1.1);
}
.browceanx_features_card {
    transition: 0.3s ease-out !important;
    -webkit-transition: 0.3s ease-out !important;
    -moz-transition: 0.3s ease-out !important;
    -ms-transition: 0.3s ease-out !important;
    -o-transition: 0.3s ease-out !important;
}
.browceanx_features_img_section,
.browceanx_img_section,
.dftp_img_section,
.empowering_ai_companies_icon,
.join_revolution_img_section,
.shape_the_future_img_section,
.tracknx_ecosystem_img_section {
    width: fit-content;
    margin: 0 auto;
    position: relative;
}
.rocket_vector {
    animation: 4s ease-in-out infinite bounce1;
    -webkit-animation: 4s ease-in-out infinite bounce1;
    position: absolute;
    left: 0;
    bottom: 1rem;
}
.browceanx_tick {
    animation: 3s ease-in-out infinite bounce2;
    -webkit-animation: 3s ease-in-out infinite bounce2;
    position: absolute;
    right: 2rem;
    top: 1rem;
}
@keyframes bounce2 {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}
.browceanx_features_rewards_icon {
    animation: 2s infinite zoom-in-zoom-out;
    -webkit-animation: 2s infinite zoom-in-zoom-out;
    position: absolute;
    right: 5rem;
    top: 4rem;
    z-index: 1;
}
@keyframes zoom-in-zoom-out {
    0%,
    100% {
        scale: 80%;
    }
    50% {
        scale: 100%;
    }
}
.nxtls_cloud {
    animation: 4s ease-in-out infinite bounce1;
    -webkit-animation: 4s ease-in-out infinite bounce1;
    position: absolute;
    left: 2.9rem;
    top: 0;
    width: 28%;
}
.nxtls_arrow {
    animation: 3s ease-in-out infinite bounce2;
    -webkit-animation: 3s ease-in-out infinite bounce2;
    position: absolute;
    right: 7rem;
    top: -1rem;
    width: 10%;
}
.dftp_left,
.dftp_right {
    top: -5.5rem;
    width: 37%;
    position: absolute;
}
.dftp_left {
    animation: 4s ease-in-out infinite bounce1;
    -webkit-animation: 4s ease-in-out infinite bounce1;
    left: 1.5rem;
}
.dftp_right {
    animation: 3s ease-in-out infinite bounce2;
    -webkit-animation: 3s ease-in-out infinite bounce2;
    right: 1.5rem;
}
.dftp_img_section {
    margin-top: 6rem !important;
}
.browceanx_features_img_section .dem_earth {
    position: absolute;
    right: 6.7rem;
    top: 4rem;
    z-index: 1;
    -webkit-animation: 15s linear infinite spin;
    -moz-animation: 15s linear infinite spin;
    animation: 15s linear infinite spin;
    width: 39%;
}
.fnx_device {
    animation: 4s ease-in-out infinite bounce1;
    -webkit-animation: 4s ease-in-out infinite bounce1;
    position: absolute;
    left: 5rem;
    bottom: 4rem;
    width: 49%;
}
.globe {
    position: absolute;
    height: 92px;
    width: 92px;
    right: 4.8rem;
    top: 7.1rem;
}
.dhttp_globe,
.shape_the_future_img_section .globe .dhttp_globe {
    height: inherit;
    width: inherit;
    animation-name: rotate;
    animation-duration: 32s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform: rotate(-10deg);
    position: absolute;
    box-shadow: inset 0 0 150px 4px #cacaca08;
}
.dhttp_globe {
    background: url("../images/map.jpg") 0 0/150px;
    border-radius: 100%;
}
@keyframes rotate {
    from {
        background-position: 0;
    }
    to {
        background-position: 500px;
    }
}
/*===========----------- BrowceanX page css end -----------===========*/

/*===========----------- Footer css start -----------===========*/

footer {
    padding-top: 6rem;
    color: #111;
}
footer p {
    font-size: 14px;
    line-height: 26px;
    color: #111;
}
ul.social_icons li a i {
  font-size: 22px;
  background-color: #172853;
  color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

ul.social_icons li.fa_telegram_icon a i{
  background: none;
  color: #848484;
  font-size: 35px;
}

ul.social_icons li a i:hover {
  background-color: #0079ff;
}
ul.social_icons li.fa_telegram_icon a i:hover {
  color: #fff;
  background-color: #070b18;
}

footer ul li a {
  font-size: 14px;
  font-weight: normal;
  color: #111;
}

footer .footer_nav ul li a:hover, footer ul li a:hover {
  color: #0079ff;
}

.footer_nav h3 {
    font-size: 1.25rem;
  }
  
/*===========----------- Footer css end -----------===========*/

/*===========----------- About us page css start -----------===========*/
.about_banner_card_section{
  background: linear-gradient( to bottom ,#DAE8FE 85%,#fff 15%);
}
.about_banner_card_section .card {
    background: url("../images/about_page_card_bg.png") center/cover no-repeat, center/cover no-repeat #172853;
    padding: 40px 70px;
    border-radius: 15px;
    border: none;
}
.ecosystem_card_outer {
    min-height: 170px;
}
.ecosystem_card {
    border-radius: 20px;
    border: none;
    background: #ffffff0d;
    padding: 25px;
    width: 90%;
    height: 100%;
    transition: 0.3s ease-out !important;
    -webkit-transition: 0.3s ease-out !important;
    -moz-transition: 0.3s ease-out !important;
    -ms-transition: 0.3s ease-out !important;
    -o-transition: 0.3s ease-out !important;
}
.eco_arrow_center_l,
.eco_arrow_center_r {
    width: 8%;
    top: 50% !important;
    right: 0 !important;
    z-index: 9;
}
.ecosystem_card:hover {
    background: #0079ff;
}
.ecosystem_card h2,
.ecosystem_card:hover p {
    color: #fff;
}
.ecosystem_card p {
    color: #ccc;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding-top: 10px;
}
.why_nodx_labs_section .browceanx_features_card {
    min-height: 145px;
}
.left_side_cards .ecosystem_card_outer img {
    transform: translate(20%, -50%);
    top: 50%;
    right: 0;
}
.left_side_cards .ecosystem_card {
    padding-right: 75px;
}
.right_side_cards .ecosystem_card_outer img {
    transform: translate(-20%, -50%);
    top: 50%;
    left: 0;
}
.right_side_cards .ecosystem_card {
    padding-left: 75px;
}
.right_side_cards .ecosystem_card_outer {
    justify-content: end;
    display: flex;
}
.center_side_cards .ecosystem_card {
    padding-top: 75px;
    width: 100%;
}
.center_side_cards .ecosystem_card img {
    transform: translate(50%, -50%);
    top: 0;
    right: 50%;
}
.center_side_cards {
    margin-top: 8rem;
}
.eco_arrow_top_l {
    transform: translate(117%, -50%) rotateX(180deg) !important;
    top: 50% !important;
    right: 0 !important;
    z-index: 9;
}
.eco_arrow_center_l {
    transform: translate(154%, -50%) !important;
}
.eco_arrow_bottom_l {
    transform: translate(117%, -50%) rotateX(0) !important;
    top: 50% !important;
    right: 0 !important;
    z-index: 9;
}
.eco_arrow_top_r {
    transform: translate(-117%, -50%) rotate(180deg) !important;
    top: 50% !important;
    right: 0 !important;
    z-index: 9;
}
.eco_arrow_center_r {
    transform: translate(-154%, -50%) rotate(180deg) !important;
}
.eco_arrow_bottom_r {
    transform: translate(-117%, -50%) rotateY(180deg) !important;
    top: 50% !important;
    right: 0 !important;
    z-index: 9;
}
.eco_arrow_left_bottom {
    transform: translate(44%, -200%) rotateY(0) !important;
    top: 50% !important;
    right: 0 !important;
    z-index: 9;
    width: 90%;
}
.eco_arrow_center_bottom {
    transform: translate(50%, -146%) rotateY(0) !important;
    top: 0 !important;
    right: 50% !important;
    z-index: 9;
    height: 70%;
}

.eco_arrow_right_bottom {
    transform: translate(-56%, -200%) rotateY(180deg) !important;
    top: 50% !important;
    right: 0 !important;
    z-index: 9;
    width: 90%;
}
.our_ecosystem_main_img {
    width: 83%;
}
/*===========----------- About us page css end -----------===========*/

/*===========----------- NodX Chain page css Start -----------===========*/
.key_features_nodxchain {
    gap: 120px 0;
}
.list-disc li::marker {
    color: #0079ff;
}
.list-disc {
    list-style: disc;
}

.why_choose_vnx_cards .browceanx_works_card {
  border: none;
  background: #fff;
}
.why_choose_vnx_cards .browceanx_works_card p {
  color: #444;
}
.why_choose_vnx_cards .browceanx_works_card_icon {
  border: none;
  background-color: #fff;
  box-shadow: 0 0 0 8px #dae8fe;
}

.why_choose_tracknx_cards {
  gap: 60px 0px;
}
.why_choose_vnx_cards .browceanx_works_card:hover {
  border: none;
  background: #0079ff;
}
.why_choose_vnx_cards .browceanx_works_card:hover p, .why_choose_vnx_cards .browceanx_works_card:hover h3, .why_choose_vnx_cards .browceanx_works_card:hover ul li {
  color: #fff !important;
}
/*===========----------- NodX Chain page css end -----------===========*/

.eai_companies_section {
  margin-top: 16rem;
}

.zoreonx_img_section .rocket_vector {
  left: 13.5rem;
  top: 3rem;
}
.w-fit-content {
  width: fit-content !important;
}
.shape_the_future_img_section .globe {
  position: absolute;
  height: 62.6%;
  width: 62.6%;
  right: 0rem;
  top: 3.1rem;
}
.shape_the_future_img_section .globe .dhttp_globe {
  position: absolute;
  height: inherit;
  width: inherit;
  background: url('../images/map_light.jpg');
  background-size: auto;
  border-radius: 100%;
  box-shadow: inset 0px 0px 150px 4px #cacaca08;
  background-size: 167%;
  animation-name: rotate;
  animation-duration: 32s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform: rotate(-10deg);
}
.tracknx_ecosystem_img_section .nxtls_arrow {
  top: 16% !important;
  left: 58% !important;
}
.empowering_ai_companies_icon .brain_icon_up {
  animation: bounce1 4s ease-in-out infinite;
  -webkit-animation: bounce1 4s ease-in-out infinite;
  position: absolute;
  left: 30%;
  top: 16%;
  width: 37%;
}

.join_revolution_img_section .robot_img {
  animation: bounce1 4s ease-in-out infinite;
  -webkit-animation: bounce1 4s ease-in-out infinite;
  position: absolute;
  right: 5%;
  bottom: 32%;
  width: 28%;
}
.join_revolution_img_section .netowrk_up {
  animation: bounce1 5s ease-in-out infinite;
  -webkit-animation: bounce1 5s ease-in-out infinite;
  position: absolute;
  left: 18%;
  top: 21%;
  width: 8%;
}
.browceanx_features_img_section .how_compilenx_operates_icon {
  animation: bounce1 4s ease-in-out infinite;
  -webkit-animation: bounce1 4s ease-in-out infinite;
  position: absolute;
  right: 1.9rem;
  bottom: 38%;
  width: 35%;
}

.join_the_cnx_blub {
  animation: zoom-in-zoom-out 2s ease infinite;
  -webkit-animation: zoom-in-zoom-out 2s ease infinite;
  position: absolute;
  right: 12%;
  top: 2%;
  z-index: 1;
}
.join_the_cnx_coin,
.vaultnx_works_icon {
    animation: 4s ease-in-out infinite bounce1;
}
.depin_revolution_globe_main,
.nodxchain_globe_main {
    right: 50% !important;
    display: flex;
    z-index: -1;
    position: absolute;
}
.join_the_cnx_coin {
  animation: bounce1 4s ease-in-out infinite;
  -webkit-animation: bounce1 4s ease-in-out infinite;
  position: absolute;
  left: 19%;
  top: 8%;
  width: 15%;
}

.nodxchain_globe_main_img_section::after {
  background-color: #FAFAFA;
  border-radius: 100%;
  height: 60%;
  width: 100%;
  background-position: bottom;
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -5;
  left: 50%;
  transform: translateX(-50%);
}
.nodxchain_globe_main {
  position: absolute;
  height: 72% !important;
  width: 70% !important;
  right: 50% !important;
  transform: translateX(50%);
  justify-content: center;
  display: flex;
  top: 1%;
  z-index: -1;
}
.nodxchain_globe {
  position: absolute;
  height: inherit;
  width: inherit;
  background: url("../images/light-map.jpg") 0 0/150px;
  border-radius: 100%;
  box-shadow: inset 0 0 150px 4px #cacaca08;
  animation-name: rotate;
  animation-duration: 32s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform: rotate(-10deg);
}

.browceanx_features_img_section .whychoose_nodxchain_icon {
  width: 20% !important;
  left: 32% !important;
  top: -2%;
}
.join_the_depin_img_section img {
  z-index: 1;
  position: relative;
}

.depin_revolution_globe_main {
  position: absolute;
  height: 72% !important;
  width: 70% !important;
  right: 50% !important;
  transform: translateX(50%) translateY(-50%);
  justify-content: center;
  display: flex;
  top: 50%;
  z-index: 0;
}
.depin_revolution_globe_main .nodxchain_globe {
  background-size: cover;
  width: 100%;
  height: 100%;
}
.vaultnx_works_icon {
  animation: bounce1 4s ease-in-out infinite;
  -webkit-animation: bounce1 4s ease-in-out infinite;
  position: absolute;
  left: 38%;
  top: 22%;
  width: 28%;
}
.about_card_img_icon {
  animation: bounce1 4s ease-in-out infinite;
  -webkit-animation: bounce1 4s ease-in-out infinite;
  position: absolute;
  left: 33%;
  top: 15%;
  width: 47%;
}
.file_up_icon {
  animation: bounce1 5s ease-in-out infinite;
  -webkit-animation: bounce1 5s ease-in-out infinite;
  position: absolute;
  left: 7%;
  top: 12%;
  width: 10%;
}
.webpages_up_icon {
  animation: bounce1 4s ease-in-out infinite;
  -webkit-animation: bounce1 4s ease-in-out infinite;
  position: absolute;
  right: 5%;
  top: 8%;
  width: 24%;
}

.our_ecosystem_main_img {
  animation: zoom-in-zoom-out1 4s linear infinite;
  -webkit-animation: zoom-in-zoom-out1 4s linear infinite;
}

@keyframes zoom-in-zoom-out1 {
  0% {
    scale: 105%;
  }
  50% {
    scale: 95%;
  }
  100% {
    scale: 105%;
  }
}

.circle_r_img {
  position: absolute;
  left: 43%;
  top: 18%;
  z-index: 1;
  -webkit-animation: spin 15s linear infinite;
  -moz-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
  width: 9%;
}
.blub_up_img {
  animation: bounce1 4s ease-in-out infinite;
  -webkit-animation: bounce1 4s ease-in-out infinite;
  position: absolute;
  left: 0%;
  bottom: 6%;
  width: 15%;
}

.privacy_content_section strong {
    font-weight: 600 !important;
}
.privacy_content_section p a {
    font-weight: 600 !important;
}
/*===========----------- coming soon page css start -----------===========*/

.coming_soon_section {
  background: url(../images/coming-soon-bg.png);
  background-size: 100%;
  background-position: center;
  min-height: 80vh;
  padding: 4rem 0rem;
  justify-content: center;
}
.coming_soon_section .coming_soon_title h2 {
  font-size: 74px;
  font-weight: 600;
}

/*===========----------- coming soon page css end -----------===========*/