/*!
Theme Name: BitFury
Theme URI: https://www.linkedin.com/in/nsabodev/
Author: Nemanja Sabo
Author URI: https://www.linkedin.com/in/nsabodev/
Description: Custom tema za BitFury
Version: 2.0 
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bitrader
Tags: bitfury

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



html[data-bs-theme=dark] .banner--style1 .banner__bg-element img {
	opacity: 0.5 !important;
}
.home-1 .pricing__item-inner.active a {
	background: #f8bd02 !important;
}

.trk-btn--secondary2 {
	background: #1c1c1c !important;
}

html[data-bs-theme=dark] .roadmap--style1 .roadmap__wrapper:before {
	background-color: #a1821b !important;
}
.roadmap--style1 .roadmap__item--style2 {
	background: linear-gradient(91deg, var(--bg-grad-color-trans-3) 0%, rgb(234 189 38 / 28%) 100%) ;
}
.roadmap--style1 .roadmap__item {
	background: linear-gradient(91deg, rgb(234 189 38 / 32%) 0%, var(--bg-grad-color-trans-3) 100%) ;
}
.banner--style2 {
	background-color: #141416;
}
.about__thumb--style2::after {
	background-color: #eabd268c !important;
}
.header-section--style3.header-fixed {
	background-color: #1a1b1d;
}
html[data-bs-theme=dark] .lightdark-switch .switch-btn {
	display: none !important;
}
.banner--style3 .banner__thumb::before {
	background: linear-gradient(160deg, var(--bg-grad-color-trans-4) 0%, rgb(234 189 38 / 39%) 100%);
}