@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

.inner {
	width: 100%;
	max-width: 1390px;
	margin: 0 auto;
}

a,
a:hover {
	text-decoration: none!important;
	color: #fff;
}

/* section#welcome {
	background: #000000;
} */

body {
	background-color: #000;
	color: #fff;
	text-shadow: 0 0 5px #000;
	font-family: "Fira sans", sans-serif;
	min-height: 100vh;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}
header .inner {
	position: relative;
}
body header:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/bg-cell.png');
	
}
body.header-fixed header {
	backdrop-filter: blur(6px);
}
/* body.header-fixed header:before {
	content: '';
} */

.header-mainmenu-cell {
	padding: 10px 0;
}

.navbar {
	background-color: #000;
}

.navbar-brand {
	color: #fff;
	font-weight: bold;
}

.nav-link {
	color: #fff;
	white-space: nowrap;
}

.mainmenu {
	margin-bottom: 0;
	list-style: none;
}

.mainmenu li {
}
.mainmenu li a {
	color: #fff;
}
.mainmenu li a:hover {
	color: #ef8807;
}

.menu-hamburger-outer {
	padding: 12px 0px;
}
.menu-hamburger-wrapper {
	padding: 10px;
	cursor: pointer;
}
.menu-hamburger > span {
	display: block;
	width: 30px;
	height: 3px;
	background: #fff;
	margin-bottom: 6px;
	border-radius: 3px;
}
.menu-hamburger > span:last-child {
	margin-bottom: 0;
}

.search-widget {
	margin-top: 40px;
	background: #fff;
	border-radius: 8px;
	padding: 0px;
}
.search-widget input{
	border: none;
	outline: none;
	height: 45px;
}



.section-header {
	margin-bottom: 30px;
}

.form-card-outer {
	/* background: rgba(0,0,0,.9); */
	background: url('../images/bg.jpg') center center /cover no-repeat;
	backdrop-filter: blur(15px);
	border: 1px solid rgba(255, 255, 255, .2);
	padding: 25px;
	border-radius: 10px;
	font-size: 18px;
	position: relative;
	color: #a2bbbd;
}
.col-intro .form-card-outer {
	overflow: hidden;
}
.form-card-outer:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5)/*  url('../images/bg-cell.png') */;
	z-index: -1;
}
.col-intro .form-card-outer:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5) url('../images/bg-mark-left.png') 0 0 /auto 100% no-repeat;
	z-index: -1;
}
.col-intro .form-card-outer:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5) url('../images/bg-mark-right.png') 100% 0 /auto 100% no-repeat;
	z-index: -1;
}
.form-card-outer > * {
	position: relative;
	/* z-index:  */
}
.form-card-outer.has-cover-top:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: #000;
	transform: translate(0, -16px);
}

.col-intro .form-card-outer {
	/* background: rgba(0,0,0,.25) url('../images/bg-cell.png'); */
}
.form-card-content-outer {
	min-height: 200px;
}

/* .fixed .form-card-content-content,
.absolute .form-card-content-content {
	padding-top: 40px;
} */
.form-card-content-content {
	/* max-height: 760px;
	overflow: hidden;
    overflow-y: auto; */
}

.form-card-wrapper > * {
	line-height: 1;
}
.form-card-heading {
	/* margin-bottom: 5px; */
}
.form-card-title {
	font-size: 1.35em;
	font-weight: 500;
	margin-bottom: 20px;
	/* border-bottom: 2px solid #c84902 */
	border-bottom: 2px solid #004f56
}
.form-card-group-title {
	font-size: 1.1em!important;
	font-weight: 500!important;
	margin-bottom: 15px;
	/* color: rgb(238 134 7); */
	color: #fff
}
.form-group:hover .form-card-group-title {
	color: #fff
}

.input-wrapper {	
	border-radius: 10px;
	padding: 1px;
	border: 1px solid #002529;
	/* box-shadow: 0 0 0 1px rgba(255,255,255,0); */
	/* background: rgba(0,0,0,0.75); */
	color: #fff;
	font-size: .9em;
}
.input-select-wrapper {	
	padding-right: 15px;
}
.form-group:hover .input-wrapper {	
	border-color: #00383d;
	/* box-shadow: 0 0 0 1px rgba(255,255,255,.25); */
}
.input-wrapper > .input{
	background: none;
	/* background: radial-gradient(#001e21, #000); */
	background: radial-gradient(rgb(0 30 33 / 50%), rgb(0 0 0 / 50%));
	transition: background .25s ease;
	color: #fff;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	box-shadow: none;	
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 8px;
	padding: 0px 15px;
}
.input-wrapper > .input-select{
	padding: 0px 15px;
}
.input-wrapper:hover > .input,
.input-wrapper > .input:focus,
.input-wrapper > .input:active{
	/* background: radial-gradient(#003b41, #000); */
	background: radial-gradient(rgb(0 30 33 / 100%), rgb(0 0 0 / 50%));
	/* background: #002225; */
	/* color: #95d6db; */
}
.checkbox-wrapper .form-check-input{
	margin-top: 0.4em;
}
.input-wrapper > button{
	height: 40px;
}

.form-card-title-link {
	padding-right: 30px;
	background: url('../images/icons/arrows/arrow-right-fat-turquoise.png') 100% center /auto 100% no-repeat;
	transition: background .25s ease;
}
.form-card-title-link:hover {
	color: #51bdcb;
	background-position: calc(100% - 5px) center;
}

.footer {
	padding: 30px 0;
	text-align: center;
	color: #fff;
}


.section-inner {
	position: relative;
}

.col-wrapper {
}

.has-fixable-elements .col-fixable {
	position: static !important;
}

section.fixed .fixable-element {
	position: fixed;
	top: 81px;
	z-index: 2;
}
section.blink .fixable-element .form-card-outer {
	background: #fff!important
}
section.absolute .fixable-element {
	position: absolute;
	bottom: 15px;
	z-index: 2;
}

.card-wrapper {
	padding: 10px 10px 15px;
	border-radius: 10px;
	min-height: 100px;
	font-size: .9em;
	line-height: 1;
	/* background: radial-gradient(#001e21, #000); */
	background: radial-gradient(rgb(0 30 33 / 25%), rgb(0 0 0 / 10%))
	/* border: 1px solid #001e21; */
}
.card-wrapper:hover {
	background: radial-gradient(#003b41, #000);
	background: radial-gradient(rgb(0 30 33 / 50%), rgb(0 0 0 / 50%))
	
	/* border-color: #003b41; */
}
.card-image-wrapper {
	border-radius: 10px/*  10px 0 0 */;
	overflow: hidden;
	background: #c34202;
    height: 200px;
}
.card-wrapper:hover .card-image-wrapper {
	/* background: #ef8807; */
	box-shadow: 0 0 15px 0 #003b41;
}
.card-image-wrapper img {
	border-radius: 10px/*  10px 0 0 */;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .9;
}
.card-wrapper:hover .card-image-wrapper img {
	opacity: 1;
}
.card-content-wrapper {
	/* padding: 5px 10px; */
}

.content-row > [class*="col-"] {
	/* background: #000; */
}




.crypto-card {
    position: relative; /* Important for absolute positioning of shine and glow */
    width: 300px;
    background-color: #202020;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #fff;
    overflow: hidden; /* Ensures the shine doesn't overflow */
}

.crypto-card__top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.crypto-card__logo {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.crypto-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.crypto-card__title {
  flex-grow: 1;
}

.crypto-card__subtitle {
  font-size: 0.8rem;
  color: #999;
}

.crypto-card__main-title {
  font-size: 1.1rem;
  font-weight: bold;
}

.crypto-card__arrow {
  background-color: #333;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.crypto-card__rate {
    font-size: 0.75rem;
    color: #999;
    margin-top: 20px;
}

.crypto-card__percentage {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.crypto-card__additional {
    font-size: 0.7rem;
    color: #999;
}
.up-arrow {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.crypto-card__additional svg {
  fill: #00ff00;
}

.crypto-card__value {
    font-size: 0.9rem;
    margin-top: 5px;
}

.crypto-card__chart {
  margin-top: 10px;
}

.crypto-card__chart img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

/* Shine effect (left) */
.crypto-card__shine-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

/* Shine effect (bottom) */
.crypto-card__shine-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

/* Glow effect */
.crypto-card__glow {
    position: absolute;
    bottom: -10px; /* Position the glow */
    left: 50%;
    transform: translateX(-50%);
    width: 80%; /* Adjust the width as needed */
    height: 20px; /* Adjust the height as needed */
    background: radial-gradient(ellipse at center, rgba(100, 100, 255, 0.3) 0%, rgba(0, 0, 0, 0) 70%); /* Adjust colors and transparency */
    border-radius: 50%;
    filter: blur(5px); /* Creates the glow */
    opacity: 0.7; /* Adjust opacity to your preference */
    z-index: 1;
}