p {
    color: #333 !important;
}

/*span { color:#fff!important; }*/
.txt-blue {
    color: #00b0b0;
}
.txt-white {
    color: #fff !important;
}
.bgblur {
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.z-1 {
    position: relative;
    z-index: 1;
}
.br2 {
    border: 1px solid #e0e0e0;
}
.p1-color {
    color: #9ffffc;
}
h4 {
    color: #333;
}
.logo {
    width: 196px;
    height: 48px;
}
.scrollToTop {
    background-color: #00b0b0;
}
header {
    position: relative;
    z-index: 999;
}

.header-section {
    background: #00b0b0;
}
.header-section.header-fixed {
    border-color: rgba(0, 0, 0, 0);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 176, 176, 0.8);
    position: fixed;
    top: 0;
}

.header-section .navbar .navbar-toggler span {
    background-color: #fff;
}
.cmn-btn {
    color: #333;
    background: #54ebe6;
    border: 2px solid #00b0b0;
}
.cmn-btn:hover {
    color: #333;
}
.cmn-btn::before {
    background-color: #00b0b0;
}

.hero_area__content h1 {
    background: linear-gradient(270deg, #54ebe6 6.51%, #00b0b0 63.52%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-gradient_tfblue {
    background: linear-gradient(270deg, #54ebe6 6.51%, #00b0b0 63.52%);
}

.bg-blur1 {
    background-image: url("../images/bg-blur1.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-light-1 {
    bottom: -30%;
    right: -30%;
    z-index: 0 !important;
    opacity: 0.5 !important;
}
.bg-light-2 {
    top: -50%;
    left: -50%;
    z-index: 0 !important;
    opacity: 0.5 !important;
}
.hero_area_aid {
    background-image: url(../images/bg-aid.jpg);
	background-color: #fff;
}

.pre-item {
    background: #00b0b0;
}

.hero_area {
    /* background-image: url(../images/mainheroarea.jpg);*/
    background-color: #fff;
    background-image: none;
}
.hero_area__shape img {
    z-index: 0 !important;
}
.hero_area__content span {
    background: rgba(255, 255, 255, 0.1);
}
.hero_area__thumb {
    z-index: 999 !important;
}

@media (max-width: 575px) {
    .hero_area__shape {
        display: none !important;
    }
}

.hero_area__content span {
    border-radius: 40px;
    background: rgba(0, 176, 176, 1);
    color: #fff;
}

.brand_slider {
    z-index: 999 !important;
}
.brand_slider .hero_area__backgroundrote {
    background: rgba(0, 176, 176, 0.8);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.brand_slider .hero_area__sliders {
    background: rgba(84, 235, 230, 1);
}

.life_digital {
    background-color: #00b0b0 !important;
    background-image: url(../images/bg-mission.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.life_digital.pt-120 {
    padding-top: 180px;
}
.life_digital.pb-120 {
    padding-bottom: 180px;
}
@media (max-width: 575px) {
    .life_digital.pb-120 {
        padding-bottom: 50px;
    }
    .life_digital.pt-120 {
        padding-top: 50px;
    }
    .bg-light-1 {
        display: none;
    }
}
.life_digital .display-three {
    color: #00b0b0 !important;
}
.life_digital .counter_section__item:hover span,
.life_digital .counter_section__item:hover h4 {
    background: none !important;
    -webkit-text-fill-color: initial;
}
.how_join {
    background-color: #00b0b0;
    background-image: url("../images/bg-protocol-risks.jpg");
    background-size: cover;
}
.web3_product__item {
    position: relative;
    z-index: 9 !important;
}
.rewards_section__content ul li button {
    color: #333;
}
.rewards_section__content .fs-four {
    font-size: 14px;
}

.blockchain_services {
    background-color: #00b0b0;
    background-image: url("../images/bg-blockchain-services.jpg");
    background-size: cover;
}
.blockchain_services h4 {
    color: #333;
}
.blockchain_services span {
    color: #333;
}
.blockchain_services .web3_product__item img {
    width: 64px;
}
.blockchain_services .web3_product__item {
    height: 100%;
}

.get_started {
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    /*background-image: url(../images/bg-analyis-features.jpg);*/
    background-size: cover;
}
.get_started .get_started__item-icn img {
    width: 64px;
    padding: 10px;
}
.get_started__item:hover img {
    filter: invert(1);
}

.get_started .rounded-5 {
    border-radius: 50% !important;
}

.get_started__item:hover::before {
    content: "";
    position: absolute;
    border-radius: 20px;
    width: 100%;
    height: 120%;
    left: 0;
    top: -10%;
    background: linear-gradient(180deg, #54ebe6 6.51%, #00b0b0 63.52%);
    z-index: -1;
    opacity: 1;
}
.get_started__item::before {
    background: linear-gradient(180deg, #54ebe6 6.51%, #00b0b0 63.52%);
}
.get_started span {
    color: #000 !important;
}
.get_started .p1-color {
    color: #00b0b0;
}
.get_started .bg1-color {
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9;
}
.get_started__item:hover h4,
.get_started__item:hover span {
    color: #fff !important;
}

.how_join {
}
.how_join__item::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: 0;
    right: 0;
    transition: 0.5s linear !important;
    background: linear-gradient(270deg, #54ebe6 6.51%, #00b0b0 63.52%);
    opacity: 0;
    z-index: -1;
    border-radius: 100%;
}
.how_join__item:hover h4,
.how_join__item:hover p {
    color: #fff !important;
}
.how_join__item:hover .how_join__item-thumb {
    background: rgba(255, 255, 255, 0.2);
}

.web3_product .web3_product__item img {
    max-width: 200px;
}

.bg5-color {
    background-color: #54ebe6;
}
.bg2-color {
    background-color: #00b0b0;
}

.ready_exhange {
    position: relative;
    background-color: #ccfeff;
    background-image: none;
    /*background-image: url(../images/bg-analyis-features.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.event_rules__card-content {
    padding: 50px 20px;
}
.event_rules__card-content p {
    font-size: 20px !important;
}

footer {
    position: relative;
    z-index: 999;
}
footer h2 {
    color: #000;
}
footer h4 {
    color: #000;
}
footer.bg5-color {
    background-color: #fff !important;
}
footer .s2-color {
    color: #00b0b0;
}
.footer {
}
.footer__discover-nav a {
    color: #00b0b0;
}
.footer__discover-nav ul li:hover a {
    color: #00b0b0;
}
.contact_info__card-social i {
    border-radius: 100px;
    border: 1px solid #00b0b0;
    color: #00b0b0;
    transition: 0.5s linear;
}
footer .contact_info__card-social i:hover {
    background-color: #00b0b0;
    color: #fff;
}

#about .blur {
    box-shadow: inset 0px 0px 2px #fefefed1;
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    background-color: rgba(255, 255, 255, 0.8) !important;
    z-index: 3;
}

#about .blur.saturation-less {
    -webkit-backdrop-filter: saturate(20%) blur(30px);
    backdrop-filter: saturate(20%) blur(30px);
}

#about .blur.blur-rounded {
    border-radius: 40px;
}

#about .navbar.blur .dropdown .dropdown-menu.show {
    transform: perspective(999px) rotateX(0deg) translateZ(0)
        translate3d(0, 0px, 5px) !important;
    box-shadow: none;
    margin-bottom: 1rem;
}

.header-logo {
    width: 100px;
}

.header-btn {
    background-image: linear-gradient(310deg, #81e6d9 0%, #4fd1c5 100%);
    color: #000;
    border-radius: 1.875rem;
    text-align: center;
    font-weight: 600;
    font-size: .75rem;
}

.header-btn:hover{
    color: #fff;
}

#about .dropdown-menu {
    display: block;
    opacity: 0;
    top: 30px;
    transform-origin: 50% 0;
    pointer-events: none;
    transform: perspective(999px) rotateX(-10deg) translateZ(0) translate3d(0px, 37px, 0px) !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, box-shadow;
}

@media (max-width: 767.98px) {
    #about .dropdown-menu{
        opacity: 1!important;
        transform: unset!important;
        border: unset;
        background: transparent;
    }
}

#about .dropdown-menu.show {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: perspective(999px) rotateX(0deg) translateZ(0) translate3d(0, 37px, 5px) !important;
}

#about .dropdown-menu.dropdown-menu-end {
    right: 0 !important;
    left: auto !important;
}

#about .list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

#about .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

#about .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: .5rem;
}

#about .dropdown-item:hover, .dropdown-item:focus {
    color: #1d2124;
    text-decoration: none;
    background-color: #f8f9fa;
}

#about .dropdown-item.active {
    color: #fff;
    text-decoration: none;
    background-color: #b2f5ea;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #4fd1c5;
    border-radius: 5px;
}

/* ---- DEFI page ---- */

.hero_area-defi {
	background-color: #fff;
    background-image: url("../images/bg-defi.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.why_choose_us {
	background-color: #00B0B0;
	background-image: url("../images/bg-whychooseus.jpg");
    background-size: cover;
}
.why_choose_us h4 { color:#333; }
.why_choose_us span { color:#333; }
.why_choose_us .web3_product__item img { width: 80px; }
.why_choose_us .web3_product__item { height: 100%; }

.revenue {
	background-image: url("../images/bg-revenue.jpg");
    background-size: cover;
}

.get_started {
    background-color: rgba(255,255,255,0);
	background-image: none;
    /*background-image: url(../images/bg-analyis-features.jpg);*/
    background-size: cover;
}
.get_started .get_started__item-icn { padding: 10px; }
.get_started .get_started__item-icn img {
	width: 80px;
	padding: 10px;
}
.get_started__item:hover img {
	filter: invert(1);
}

.get_started .rounded-5 {
	border-radius: 50%!important;
}

.get_started__item:hover::before {
    content: "";
    position: absolute;
    border-radius: 20px;
    width: 100%;
    height: 120%;
    left: 0;
    top: -10%;
    background: linear-gradient(180deg, #54EBE6 6.51%, #00B0B0 63.52%);
    z-index: -1;
    opacity: 1;
}
.get_started__item::before {
	background: linear-gradient(180deg, #54EBE6 6.51%, #00B0B0 63.52%);
}
.get_started span { color:#000!important; }
.get_started .p1-color { color:#00B0B0; }
.get_started .bg1-color {
	position: relative;
    background-color: rgba(255, 255, 255, 0.5);
	z-index: 9;
}
.get_started__item:hover h4, .get_started__item:hover span {
    color: #fff!important;
}


.defi_counters {
    background-color: #00B0B0!important;
	background-image: linear-gradient(to right, #54EBE6, #00B0B0);
    /*background-image: url(../images/bg-mission.jpg);
    background-size: cover;
    background-repeat: no-repeat;*/
	padding: 80px 0!important;
}
.defi_counters .display-three { font-size: 32px; }
.defi_counters.pt-120 {
    padding-top: 180px;
}
.defi_counters.pb-120 {
    padding-bottom: 180px;
}
@media (max-width: 575px) {
    .defi_counters.pb-120 {
        padding-bottom: 50px;
    }
	.defi_counters.pt-120 {
    padding-top: 50px;
	}
	.bg-light-1 {
		display: none;
	}
}
.defi_counters .display-three {
	color:#9ffffc!important;
}
.defi_counters .counter_section__item:hover span, .defi_counters .counter_section__item:hover h4 {
	background:none!important;
	-webkit-text-fill-color:initial;
}
.defi_counters h4 {
	color:#fff!important;
}
.defi_counters .counter_section__item img { width: 48px; margin-bottom: 5px; filter:invert(1); }

/* ---- AID page ---- */

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }
}

.token_economics ul li{
	color:#333;
	padding-left: 10px;
}

.token_economics .web3_product__item {
	height: 100%;
}

.token_economics ul li {
    list-style: none;
    padding: 0 0 0 30px;
    background-image: url('../images/svg/tick.svg');
    background-repeat: no-repeat;
    background-size: 20px;
	background-position: 0 2px;
}

.token_economics .web3_product__item img {
    width: 60px;
	margin: 0 0 10px 0;
}

.core-features {
	background-image: url("../images/bg-core_features.jpg");
    background-size: cover;
}

/*  IMAGE GALLERY
----------------------*/

.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7a767a;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e7d9eb;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff487e;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #00B0B0;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.img-gallery .owl-item {
    transform: scale(0.8);
    transition: all 0.3s ease-in;
	text-align: center;
	opacity:0.2;
}

.img-gallery .owl-item img {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.img-gallery .owl-item h4 { margin-top:30px;  color:#00B0B0; }

.img-gallery .owl-item.center {
    transform: scale(1);
	opacity:1;
}

#about .partner{
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

.profile{
    border-radius: 40px;
    background-image: linear-gradient(310deg, #81e6d9 0%, #4fd1c5 100%);
    padding: 5px;
    cursor: pointer;
}

.nav-link{
    font-family: "Open Sans" !important;
    color: #000;
    font-size: 0.875rem;
}


