@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body{
	font-family:Inter;
	font-size:.875rem;
	line-height: 1.25rem;
	margin:0;
	background:#0a0a0c;
	overflow-x:hidden;
}
.navbar-toggler-icon{
	filter:invert(1);
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px!important;
    }
}
.relative-arrow select{
	margin-bottom:0;
}
.pt-50{
	padding-top:3rem;
}
.margin-bottom-2{
	margin-bottom:2rem;
}
.mt-10{
	margin-top:2.5rem;
}
.navbar-brand{
	margin-right:8px!important;
}
.logo{
	height:2.5rem;
	transition:0.2s all ease-in-out;
}
.logo:hover{
	transform:scale(1.05);
}
.navbar{
	background:#0b0b0a;
}
.logo-area{
	display:flex;
	align-items:center;
}
.qr-apex{
	font-size:1.125rem;
	color:#fff;
	font-weight:700;
	margin:0;
	margin-bottom:.25rem;
	position: relative;
    top: 2px;
}
.qr-apex-span{
	font-size:1.125rem;
	color:#eddc0f;	
	font-weight:700;
}
.logo-live{
	letter-spacing:.025em;
	color:rgba(148 163 184);
	font-size: .75rem;
	font-weight: 500;
	margin:0;
}
.logo-text{
	flex-direction:column;
	display:flex;
}
.circle, .circle::before {
  content: " ";
  margin: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 0 auto;    
  animation: ping 1.5s cubic-bezier(0,0,.2,1) infinite;
  background-color: #ea0b0b;
	margin-right:5px;
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
}
}
.circle-yellow, .circle-yellow::before {
  content: " ";
  margin: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 0 auto;    
  animation: ping2 1s cubic-bezier(0,0,.2,1) infinite;
  background-color: #eddc0f;
	margin-right:5px;
}

@-webkit-keyframes ping2 {
  75%, 100% {
    transform: scale(1.2);
    opacity: .6;
}
}
.live-and-circle{
	display: flex;
    align-items: center;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.navigation{
	display:flex;
	margin:0;
	background:rgba(30 41 59);
	border-radius:50px;
	box-shadow:inset 0 2px 4px 0 rgb(0 0 0 / .05);
	padding:.25rem;
	list-style-type:none;
}
.navigation li{
	color:rgba(203 213 225);
}
.navigation li a{
	color:rgba(203 213 225);
	padding:.5rem 1rem!important;
	font-weight:500;
}
.navigation li a.active{
	border-radius:50px;
	font-weight:500;
	font-size:.875rem;
}
.nav-link:focus, .nav-link:hover{
	color:#eddc0f!important;
}
.nav-item{
	color:#fff;
}
.nav-item .active{
	color:#0b0b0a;
}
a.nav-item.active{
	background:linear-gradient(45deg, #eddc0f, #9a8c14);
	border-radius:9999px!important;
}
a.nav-item.active:hover{
	color:#222!important;
}
.kur-tablo-ic{
	display:flex;
	flex-direction:column;
	color:#fff;
	font-weight:500;
}
#kur-tablo{
	display:flex;
}
.deger{
	font-size:.75rem;
	text-align:end;
	color:rgba(148 163 184);
}
.yuzde-deger{
	color:#4ade80;
	font-size: .75rem;
	font-weight: 600;
	margin-left:.5rem;
}
.tablo-ic{
	display:flex;
	margin-left:.5rem;
}
.exchange-rate{
	display:flex;
	align-items:Center;
}
.change-kur{
	margin-left: 1rem;
    margin-right: 1rem;
    align-items: center;
	background:#eddc0f1c;
	width:1.75rem;
	height:1.75rem;
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius:50%;
	cursor:pointer;
}
.refresh-currency{
	display:flex;
	align-items:center;
	justify-content:center;
	color:#eddc0f;
	cursor:pointer;
}
.refresh-currency p{
	margin-bottom:0;
	font-size:.7rem;
	font-weight:700;
}
.change-kur2{
    align-items: center;
	width:1.75rem;
	height:1.75rem;
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius:50%;
	cursor:pointer;
}
.relative-arrow{
	display:flex;
	position:relative;
}
.relative-arrow select{
	border:none;
	color:rgba(203 213 225);
	padding-right: 2rem;
	padding-left: .75rem;
	padding-top: .375rem;
    padding-bottom: .375rem;
	border-radius:5px;
	font-size: .875rem;
    line-height: 1.25rem;
	font-weight: 500;
	background: rgba(30 41 59);
	-webkit-appearance: none;
    -moz-appearance: none;
  	text-indent: 1px;
}
.arrow-svg{
	right:0;
	position:absolute;
	top: 45%;
    transform: translateY(-45%);
	padding-left: .375rem;
    padding-right: .375rem;
}
.h1-title{
	font-size:3.9rem;
	line-height:1;
	font-weight:700;
	color:#fff;
	margin-bottom:.5rem;
}
.title-area{
	display:flex;
	flex-direction:column;
}
span.gradient-text{
  background: -webkit-linear-gradient(right, #9a8c14 , #eddc0f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	position:relative;
}
.relative-span{
	position:relative;
}
.relative-alt{
	position:absolute;
	opacity:.7;
	height: .75rem;
	width: 93%;
    bottom: -.125rem;
	left:0;
	display: flex;
	z-index: -10;
}
span.alt-ceviri{
    position: absolute;
    height: .25rem;
	opacity:.7;
	filter:blur(4px);
    z-index: 3000000000001;
    left: 0;
    bottom: 0;
    width: 100%;
	background: -webkit-linear-gradient(right, #9a8c14 , #eddc0f);
}
.title-p{
	color:#cbd5e1;
	font-size: 1.125rem;
    line-height: 1.75rem;
}
.title-p-m{
	display:none;
	color:#cbd5e1;
	font-size: 1.125rem;
    line-height: 1.75rem;
}
.btn-area{
	display:flex;
	gap:1rem;
}
.primary-btn{
 	background: -webkit-linear-gradient(right, #9a8c14 50%, #eddc0f);
	border:none;
	padding-left: 1.75rem;
    padding-right: 1.75rem;
	padding-top: 1rem;
    padding-bottom: 1rem;
	border-radius:9999px;
	font-weight:500;
	display:flex;
	gap: .5rem;
	align-items:center;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	transition: 0.4s all ease-in-out;
}
.secondary-btn{	
 	background: #0b0b0acc;
	border:2px solid #9a8c144d;
	padding-left: 1.75rem;
    padding-right: 1.75rem;
	padding-top: 1rem;
	color:#cbd5e1;
    padding-bottom: 1rem;
	border-radius:9999px;
	font-weight:500;
	display:flex;
	gap: .5rem;
	align-items:center;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.inline-list{
	display:flex;
	gap:.75rem;
}
.list-h3{
	color:#fff;
	font-size: 1rem;
    line-height: 1.5rem;
	font-weight: 500;
	margin-bottom:0;
}
.list-p{
	color:#94a3b8;
	font-size: .875rem;
    line-height: 1.25rem;
}
.icon{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#eddc0f1a;
	height:1.5rem;
	width:1.5rem;
	border-radius:9999px;
}
.animate-pulse-slow{
 	background: -webkit-linear-gradient(right, #9a8c141a 50%, #eddc0f1a);
	width:40rem;
	height:40rem;
	position:absolute;
    animation: pulse 3s cubic-bezier(.4,0,.6,1) infinite;
	filter:blur(64px);
	z-index:-20;
	top:-16rem;
	border-radius:9999px;
	left:33.3%;
}
.animate-pulse-slow2{
 	background: -webkit-linear-gradient(right, #eddc0f1a 50%, #9a8c141a);
	width:40rem;
	height:40rem;
	position:absolute;
    animation: pulse 3s cubic-bezier(.4,0,.6,1) infinite;
	animation-delay:2s;
	filter:blur(64px);
	z-index:-20;
	top:-16rem;
	border-radius:9999px;
	right:0;
}
.animate-pulse-slow21{
 	background: -webkit-linear-gradient(right, #eddc0f1a 50%, #9a8c141a);
	width:6rem;
	height:6rem;
	position:absolute;
    animation: pulse 3s cubic-bezier(.4,0,.6,1) infinite;
	animation-delay:2s;
	filter:blur(24px);
	z-index:-20;
	top:0;
	border-radius:9999px;
	right:20%;
}
.animate-pulse-slow22{
 	background: -webkit-linear-gradient(right, #eddc0f1a 50%, #9a8c141a);
	width:6rem;
	height:6rem;
	position:absolute;
    animation: pulse 3s cubic-bezier(.4,0,.6,1) infinite;
	animation-delay:2s;
	filter:blur(24px);
	z-index:-20;
	top:0;
	border-radius:9999px;
	left:16%;
}
.animate-pulse-slow3{
 	background: -webkit-linear-gradient(right, #ea0b0b0d 50%, #9a8c140d);
	width:20rem;
	height:20rem;
	position:absolute;
    animation: pulse 3s cubic-bezier(.4,0,.6,1) infinite;
	filter:blur(64px);
	z-index:-20;
	top:50%;
	border-radius:9999px;
	left:50%;
}
@keyframes pulse{
	50% {
		opacity: .5;
	}
}
.right-screen{
	position:relative;
	background:#0b0b0ae6;
	border:1px solid #334155;
	padding:2rem;
	max-width:28rem;
	border-radius:1rem;
	width:100%;
	margin:auto;
	transition:0.4s all ease-in-out;
}
.screen-title{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:1.5rem;
}
.screen-inside{
	display:flex;
	gap:1rem;
	align-items:center;
}
.inside-one{
 	background: -webkit-linear-gradient(bottom, #9a8c14 50%, #eddc0f);
	height:2rem;
	width:.25rem;
}
.inside-two{
	color:#fff;
	font-size: 1.25rem;
	margin-bottom:0;
	font-weight:600;
}
.live-data{
	color:#eddc0f;
	background:#eddc0f4d;
	font-size: .75rem;
	padding:.25rem .75rem;
	font-weight:500;
	gap:.2rem;
	display:flex;
	border-radius:9999px;
	align-items:Center;
}
.currenyc-screen{
	margin-bottom:.7rem;
	border:1px solid #334155;
	padding:1rem;
	border-radius:.75rem;
	display:flex;
	gap:.75rem;
	align-items:center;
	justify-content:space-between;
}
.symbol{
	display:flex;
	gap:.75rem;
	align-items:center;
	background:#eddc0f1a;
	border-radius:9999px;
	width:2.75rem;
	height:2.75rem;
	justify-content:center;
}
.symbol2{
	display:flex;
	gap:.75rem;
	align-items:center;
	background:#eddc0f1a;
	border-radius:9999px;
	width:1.75rem;
	height:1.75rem;
	justify-content:center;
}
.symbol-inside{
	color:#eddc0f;
	font-size: 1.125rem;
	font-weight:700;
}
.symbol-inside2{
	color:#eddc0f;
	font-size: .7rem;
	font-weight:700;
}
.symbol-price{
	display:flex;
	align-items:center;
	gap:.75rem;
}
.miktar-symbol{
	display:flex;
	gap:.75rem;
	align-items:center;
	background:#eddc0f1a;
	margin-right:.75rem;
	border-radius:9999px;
	width:2.75rem;
	border:1px solid #334155;
	height:2.75rem;
	justify-content:center;
}
.first-miktar{
	font-size:.75rem;
	font-weight:600;
	margin-bottom:.5rem;
}
.second-miktar{
	font-size:1.25rem;
	font-weight:600;
}
.third-miktar{
	color:#94a3b8;
	font-size:.75rem;
	font-weight:500;
	margin-bottom:.25rem;
}
.miktar-symbol-inside{
	color:#eddc0f;
	font-size: 1.125rem;
	font-weight:700;
}
#price{
	color:#fff;
	font-weight:500;
	font-size:1rem;
}
#price2{
	color:#fff;
	font-weight:500;
	font-size:1rem;
}
#price3{
	color:#fff;
	font-weight:500;
	font-size:1rem;
}
#pricee{
	color:#fff;
	font-weight:500;
	font-size:.875rem;
}
#pricee2{
	color:#fff;
	font-weight:500;
	font-size:.875rem;
}
#pricee3{
	color:#fff;
	font-weight:500;
	font-size:.875rem;
}
.fiyat-area{
	justify-content:end;
	display:flex;
}
.fiyat-area2{
	display:flex;
}
.fiyat-in{
	margin-left:5px;
	color:#eddc0f;
	font-weight:700;
	font-size:.875rem;
}
.footer-currency{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:1rem;
}
.fiyat-cik{
	margin-left:5px;
	color:#ea0b0b;
	font-weight:700;
	font-size:.875rem;
}
.alis{
	color:#94a3b8;
	font-weight: 500;
	font-size:10px;
}
.satis{
	color:#94a3b8;
	font-weight: 500;
	font-size:10px;
}
.degisim{
    display:none;
	color:#4ade80;
	padding:.2rem .4rem;
	font-weight: 600;
	font-size:10px;
	border-radius:9999px;
	background:#14532d4d;
	align-items:Center;
	justify-content:space-between;
}
.kur-tablo-ic:nth-child(3){
	display:none;
}
.dolar{
	font-weight:700;
	background: -webkit-linear-gradient(right, #9a8c14, #eddc0f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size:1.5rem;
	animation:pulse 2.5s infinite;
}
.euro{
	font-weight:700;
	background: -webkit-linear-gradient(right, #9a8c14, #eddc0f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size:1.5rem;
	animation:pulse 2.5s infinite;
}
.pound{
	font-weight:700;
	background: -webkit-linear-gradient(right, #eddc0f, #ea0b0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size:1.5rem;
	animation:pulse 2.5s infinite;
}
.custom-float{
	display: flex;
    align-items: center;
    justify-content: center;
	width:3.75rem;
	background:#0b0b0a;
	height:3.75rem;
    position: absolute;
    animation: customFloat 4s ease-in-out infinite;
	top: 5%;
	border:3px solid #eddc0f33;
	z-index:3;
    left: -10%;
    border-radius: 9999px;
}
.custom-float2{
	display: flex;
    align-items: center;
    justify-content: center;
	width:3.75rem;
	background:#0b0b0a;
	height:3.75rem;
    position: absolute;
    animation: customFloat2 3.5s ease-in-out infinite;
	top: 75%;
	border:3px solid #eddc0f33;
	z-index:3;
    right: 0%;
    border-radius: 9999px;
}
.custom-float3{
	display: flex;
    align-items: center;
    justify-content: center;
	width:3.75rem;
	background:#0b0b0a;
	height:3.75rem;
    position: absolute;
    animation: customFloat3 4.5s ease-in-out infinite;
	bottom: 10%;
	border:3px solid #ea0b0b33;
	z-index:3;
    left: 0%;
    border-radius: 9999px;
}
@keyframes customFloat{
0%, 100% {
    transform: translateY(0) translate(0);
}

25% {
    transform: translateY(-10px) translate(5px);
}
50% {
    transform: translateY(0) translate(10px);
}
75% {
    transform: translateY(10px) translate(5px);
}
}
@keyframes customFloat2{
0%, 100% {
    transform: translateY(0) translate(0);
}

25% {
    transform: translateY(-10px) translate(5px);
}
50% {
    transform: translateY(0) translate(10px);
}
75% {
    transform: translateY(10px) translate(5px);
}
}
@keyframes customFloat3{
0%, 100% {
    transform: translateY(0) translate(0);
}

25% {
    transform: translateY(-10px) translate(5px);
}
50% {
    transform: translateY(0) translate(10px);
}
75% {
    transform: translateY(10px) translate(5px);
}
}
.right-screen:hover{
	transform:scale(1.02)!important;
}
.currenyc-screen:hover{
	background:#eddc0f0d;
}
.serit{
	border:1px solid #eddc0f0d;
	border-radius:10px;
	display: flex;
    justify-content: center;
    align-items: center;
	color:#cbd5e1;
	padding:.75rem 0;
	gap:1rem;
	font-weight:500;
}
.alt-icon{
	background:#eddc0f;
	width:.375rem;
	height:.375rem;
	border-radius:9999px;
}
.title-head{
	background: -webkit-linear-gradient(right, #eddc0f33, #9a8c1433);
	color:#eddc0f;
	font-size:1rem;
	margin:auto;
	margin-bottom:2rem;
	font-weight:500;
	animation:pulse 3s infinite;
	padding:.5rem 1rem;
	border-radius:.5rem;
	width:fit-content;
}
.mb-10{
	margin-bottom:4.5rem;
}
.about-img{
	position:relative;
}
.about-img img{
	border-radius: 10px;
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
}
.img-abs{
	position:absolute;
	width:100%;
	border-radius:.5rem;
	opacity:.7;
	height:100%;
	background:-webkit-linear-gradient(top, transparent 5%, #9a8c14);
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.img-text{
	position:absolute;
	bottom:0;
	left:2%;
}
.img-yazi{
	color:#fff;
	font-weight:700;
	font-size:1.25rem;
}
.img-text p{
	font-size:.875rem;
	color:#fff;
	opacity:.9;
}
.about-h3{
	color:#fff;
	font-weight:700;
	font-size:1.5rem;
}
.about-p{
	color:#cbd5e1;
	font-size:1rem;
	line-height:1.5;
}
.m-alt{
	display:flex;
	align-items:center;
}
.m-alt-right{
	display:flex;
	flex-direction:column;
}
.m-sayi{
	color: #eddc0f;
    background: #eddc0f1a;
    width: 3rem;
    height: 3rem;
    font-weight: 700;
    font-size: 1.125rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}
.mission-span{
	color:#fff;
	font-size:1rem;
	font-weight:600;
}
.mission-alt{
	border:1px solid #eddc0f1a;
	border-radius:.5rem;
	padding:.75rem;
	transition:.3s all ease-in-out;
}
.footer-alt{
	border:1px solid #eddc0f33;
	border-radius:.5rem;
	background:#121212;
	padding:.75rem;
	transition:.3s all ease-in-out;
}
.footer-alt:hover{
	transform:scale(1.02);	
}
.f-sayi{
	color: #eddc0f;
    background: #000;
    width: 2.5rem;
    height: 2.5rem;
    font-weight: 700;
    font-size: 1.125rem;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}
.f-span{
	color:#fff;
	font-size:.875rem;
	font-weight:600;
}
.f-p2{
	font-size:10px;
	color:#94a3b8;
}
.p-10{
	padding:2.5rem;
}
.mission-alt:hover{
	border-color:#eddc0f4d;
}
.mission-p2{
	color:#94a3b8;	
	font-size:.875rem;
}
.mission{
	background:#0b0b0acc;
	padding:1.5rem;
	border-radius:.5rem;
	border-left:4px solid #eddc0f;
}
.mission-h1{
	color:#fff;
	font-size:1.125rem;
}
.mission-p{
	color:#cbd5e1;
	font-size:.875rem;
}
.h2-title{
	font-size: 2.25rem;
	color:#fff;
	font-weight:700;
}
.max-w-48{
	max-width:48rem;
}
.converter-title{
	position: absolute;
    opacity: .3;
    height: 1rem;
    width: 100%;
    bottom: -.125rem;
    left: 0;
    display: flex;
    z-index: -10;
}
.converter-title2{
	position: absolute;
    opacity: 1;
    height: 1rem;
	justify-content:center;
    width: 100%;
    bottom: -1rem;
    left: 0;
    display: flex;
    z-index: -10;
}
#converter{
	position:relative;
}
.converter-alt-title{
	color:#cbd5e1;
	font-size:1.125rem;
	line-height:1.75rem;
	margin-top:1.5rem;
}
.con-ic{
	color:#eddc0f;
}
.pt-80{
	margin-top:8rem;
}
.dolar-big{
	position:absolute;
	top:2.5rem;
	left:15%;
	z-index:20;
	opacity:.4;	
}
.dolar-big-in{
	font-size:8rem;
	font-weight:700;
	filter:drop-shadow(0 0 15px rgba(237, 220, 15, .4));
	rotate:15deg;	
	color:#9a8c14;
}
.eur-big{
	position:absolute;
	top:47%;
	right:10%;
	z-index:20;
	opacity:.4;	
}
.eur-big-in{
	font-size:6rem;
	font-weight:700;
	filter:drop-shadow(0 0 15px rgba(237, 220, 15, .4));
	rotate:-10deg;	
	color:#9a8c14;
}
.gbp-big{
	position:absolute;
	bottom:7%;
	right:20%;
	z-index:20;
	opacity:.4;	
}
.gbp-big-in{
	font-size:6rem;
	font-weight:700;
	filter:drop-shadow(0 0 15px rgba(237, 220, 15, .4));
	rotate:-10deg;	
	color:#9a8c14;
}
.all-currency{
	padding:.9rem;
	color:#eddc0f;
	font-weight:600;
	background:#eddc0f1a;
	border-radius:.5rem;
	text-align:center;
	margin:1rem 0;
}
.max-w-72{
	max-width:72rem;
	position:relative;
	margin:auto;
}
.converter-screen{
	position: relative;
    background: linear-gradient(to bottom right , #0b0b0ae6,#0b0b0ab3);
    border: 1px solid #eddc0f4d;
    padding: 2rem;
    max-width: 42rem;
    border-radius: 1rem;
    width: 100%;
    margin: auto;
    transition: 0.4s all ease-in-out;
}
.pb-80{
	margin-bottom:8rem;
}
.converter-title-h1{
	font-size:1.25rem;
	font-weight:700;
	color:#fff;
	display:flex;
	justify-content: space-between;
	margin-bottom:1.5rem;
}
.footer-currency-area{
	border-bottom:1px solid #2f2f2f;
}
.footer-currency:nth-child(4){
	margin-bottom:1.5rem;
}
.sontarih{
	font-size:.75rem;
	color:#94a3b8;
	font-weight:500;
	margin-right:3px!important;
}
#son-guncelleme{
	font-size:.75rem;
	color:#94a3b8;
	font-weight:500;
}
#son-guncelleme3{
	font-size:.75rem;
	text-align:center;
	margin-bottom:0;
	color:#94a3b8;
	font-weight:500;
}
.pb-30{
	margin-bottom:3rem;
}
#son-guncelleme2{
	text-align:center;
	margin-top:1rem;
	margin-bottom:0;
	font-size:.6rem;
	color:#94a3b8;
}
.footer-end{
	border-top:1px solid #eddc0f1a;
	color:#cbd5e1;
}
.footer-end ul{
	display:flex;
	justify-content:End;
}
.fixed{
	position:fixed;
	left:0;
	width:100%;
	height:60px;
	z-index:300000000001;
	top:0;
}
.footer-end ul li{
	list-style-type:none;
	margin:0 1rem;
	font-size:.7rem;
}
.footer-end ul li a{
	text-decoration:none;
	color:#94a3b8;
}
.footer-end ul li a:hover{
	color:#eddc0f;
}
.copyright a{
	text-decoration:none;
	color:#94a3b8;
	font-size:.75rem;
}
.convert-date{
	display:flex;
	align-items:center;
}
.convert-date svg{
	margin-right:.5rem;
}
label{
	float:left;
	color:#cbd5e1;
	margin-bottom:.5rem;
}
input{
	border:1px solid #334155;
	background:#0b0b0acc;
	padding:1rem;
	font-size:1rem;
	color:#fff;
	border-radius:.5rem;
	position:relative;
	margin-bottom:1.5rem;
}
.sembol{
	position:absolute;
	right:2rem;
	top: 6%;
}
.sembol-ic{
	background:#eddc0f1a;
	border-radius:9999px;
	width:2rem;
	height:2rem;
	display:flex;
	align-items:Center;
	justify-content:Center;
}
#sonuc1{
	font-weight: 700;
    display: flex;
    flex-direction: column;
    font-size: 1.25rem;
}
.symboll1{
	color:#94a3b8;
	font-size: .7rem;
    margin-top: .25rem;
}
.symboll2{
	color:#94a3b8;
	font-size: .7rem;
    margin-top: .25rem;
}
#sonuc2{
	font-weight: 700;
    display: flex;
    flex-direction: column;
    font-size: 1.25rem;
}
.sembol-name{
	color:#eddc0f;
}
select{
	border: 1px solid #334155;
    background: #0b0b0acc;
    padding: 1rem;
    font-size: 1rem;
    color: #fff;
    border-radius: .5rem;
    position: relative;
    margin-bottom: 1.5rem;
}
.kur-tablo-ic:nth-child(4){
	display:none;
}
.popular-convert{
	display:flex;
}
.popular-symbol{
	color: #eddc0f;
    background: #eddc0f1a;
    width: 2rem;
    height: 2rem;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	margin-right:.5rem;
    border-radius: 9999px;
}
.popular-symbol2:nth-child(2){
	position:relative;
	right:20%;
}
.ikili{
	display:flex;
	align-items:center;
}
.popular-symbol2{
	color: #eddc0f;
    background: #eddc0f1a;
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	margin-right:.5rem;
    border-radius: 9999px;
}
.second-popular{
	margin:0;
}
.currency-popular{
	display:flex;
	justify-content:space-between;
	color:#e2e8f0;
	align-items:center;
	font-size: .875rem;
	font-weight:500;
	padding:1rem;
}
.popular-convert svg{
	margin-right:.5rem;
}
.exchange{
	background:#eddc0f1a;
	width:7rem;
	height:3rem;
	margin:0 1rem;
	border-radius:9999px;
	display:flex;
	align-items:center;
	justify-content:center;
	transition:0.4s all ease-in-out;
	cursor:pointer;
}
.exchange:hover{
	rotate:180deg;
	background:#eddc0f33;
	transform:scale(1.1);
}
.kur-guncelle:hover{
	background:-webkit-linear-gradient(left, #9a8c14, #eddc0f)
}
.kur-guncelle:hover svg{
	rotate:180deg;
}
#ceviriFormu{
	position:relative;
}
.birimler{
	display: flex;
    justify-content: space-between;
	align-items:center;
}
.first-birim{
	display:flex;
	flex-direction:column;
	width: 100%;
}
.second-birim{
	display:flex;
	flex-direction:column;
	width: 100%;
}
ul.footer-contact{
	list-style-type:none;
	padding:0;
}
ul.footer-contact li a{
	color:#cbd5e1;
	margin-left:.5rem;
	text-decoration:none;
}
ul.footer-contact li{
	margin:1rem 0;
}
.donusum-sonucu{
    border: 1px solid #eddc0f4d;
	border-radius:1rem;
	padding-bottom:2rem;	
	background-image: linear-gradient(to bottom right, #eddc0f1a,#0b0b0acc,#9a8c0f1a);
}
.sonuc-header{
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding:1rem 1.5rem;
	background: -webkit-linear-gradient(right, #9a8c1433, #eddc0f33, #eddc0f33);
	border-radius:1rem 1rem 0 0;
}
.converter-title-h2{
	font-size:1.125rem;
	color:#fff;
	font-weight:800;
}
.sonuc-miktar{
    border: 1px solid #eddc0f4d;
	margin:1rem 1.5rem;
	border-radius:.5rem;
	display: flex;
    align-items: center;
    justify-content: space-between;	
}
.sari-deger{
	color:#eddc0f;
}
.alt-sonuc{
    border: 1px solid #33415580;
	margin:1rem 1.5rem;
	border-radius:.5rem;
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding:1rem;
}
.kur-guncelle{
	color:#0b0b0a;
	font-size:.875rem;
	font-weight:500;
	background: -webkit-linear-gradient(right, #9a8c14, #eddc0f);
	gap:.5rem;
	border-radius:.5rem;
	display:flex;
	align-items:center;
	padding:.625rem 1rem;
	cursor:pointer;
	transition:.4s all ease-in-out;
}
.merkez-bankasi{
	font-size:.75rem;
	color:#94a3b8;
	margin-left: .25rem;
}
.ico{
	float:left;
}
.sonuc-miktar-ic{
	background: -webkit-linear-gradient(right,#eddc0f1a,#9a8c1433);
	color:#eddc0f;
    border: 1px solid #eddc0f4d;
	border-radius:.5rem;
	padding:.5rem;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.miktar-text{
	display:grid;
	grid-template-columns: 100% 100%;
}
.c-miktar{
	padding:1rem;
}
.sonuc-ico{
	width:2.5rem;
	height:2.5rem;
	border-radius:9999px;
	background: -webkit-linear-gradient(right, #9a8c1433, #eddc0f33, #eddc0f33);
	display:flex;
	align-items:center;
	justify-content:Center;
}
.gradient{
	background: -webkit-linear-gradient(right, #9a8c14, #eddc0f);
    position: absolute;
    left: 0;
    right: 0;
    width: 2rem;
    height: .1rem;
    bottom: -8px;;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.mobile-col{
	display:none;
}
.title-h1-on{
	font-size: 1.125rem;
	color:#fff;
	font-weight:600;
	text-align:center;
		display:none;
}
@media screen and (max-width:992px){	
    .owl-carousel .owl-nav button.owl-next{
        right:0!important;
    }
    .owl-carousel .owl-nav button.owl-prev{
        left:0!important;
    }
    .test-img{
        display: flex;
        justify-content: center;
    }
    .testimonial-box img{
        margin-bottom:2rem;
        margin-right:0!important;
        text-align:center;
    }
    .testimonial-box p{
        font-size:.875rem!important;
    }
    .testimonial-box p{
        text-align:center;
    }
    .position{
        width: 100%;
        display: block;
        text-align:center;
    }
	.dil-secimi{
		display:block!important;
	}
	.gbp-big{
		display:none;
	}
	.right-left{
		width:4rem!important;
		height:4rem!important;
		left:-0.5rem!important;
	}
	.about-h3{
		font-size:1.25rem;
	}
	.mission{
		padding:1rem;
	}
	.left-right{
		width:4rem!important;
		height:4rem!important;
		right:-0.5rem!important;
	}
	.list-area{
		margin-top:2rem!important;
		padding:1rem;
	}
	#converter{
		margin-top:4rem!important;
	}
	.mobile-col{
		display:block;
	}
	.title-h1-on{
		display:block;
		margin-bottom:2rem;
	}
	.list-h3{
		font-size:.875rem;
	}
	.list-p{
		font-size:.75rem;
	}
	#desk-title{
		display:none;
	}
	.title-p-m{
		display:block!important;
		font-size:.875rem;
	}
	.screen-title{
		flex-direction:column;
		align-items:start;
	}
	.screen-inside{
		align-items:center;
		gap:.5rem;
		margin-bottom:1rem;
	}
	.live-data{
		font-size:10px;
		padding:.25rem .5rem;
	}
	.inside-one{
		height:1.5rem;
	}
	.inside-two{
		font-size:1rem;
	}
	.right-screen{
		padding:1rem;
	}
	.title-p{
		display:none;
	}
	#ve{
		display:none;
	}
	.custom-float{
		display:none;
	}
	.custom-float2{
		display:none;
	}
	.custom-float3{
		display:none;
	}
	.title-area .relative-alt{
		display:none;
	}
	#doviz-relative{
		color:#eddc0f;
	}
	.btn-area{
		display:none;
	}
	.title-area .gradient-text{
		display:none;
	}
	.converter-screen{
		margin-top:1.5rem;
		padding:1rem;
	}
	.sonuc-miktar{
		flex-direction:column;
		align-items:unset;
		background-image: linear-gradient(to bottom right, #eddc0f1a,#0b0b0acc,#9a8c0f1a);
		margin:1rem;
	}
	.sonuc-miktar-ic{
		justify-content:start;
	}
	.sonuc-ico{
		position:relative;
		margin:auto;
		rotate:90deg;
	}
	.eur-big-in{
		display:none;
	}
	.p-10{
		padding:1rem!important;
	}
	.about-h3{
		margin-top:2.5rem;
	}
	.about-p{
		font-size:.875rem;
	}
	.mission-p{
		font-size:.75rem;
		margin-bottom:0!important;
	}
	.mission-alt{
		margin-bottom:1rem;
	}
	.footer-social{
		margin-bottom:3rem;
	}
	.f-p2{
		text-transform:uppercase;
	}
	.footer-currency-area .converter-title-h1{
		margin-bottom:1.5rem!important;
	}
	.logo-area .logo-text{
		text-transform:uppercase;
	}
	.mission-h1{
		margin-bottom:0!important;
	}
	.h2-title{
		font-size:1.875rem;
	}
	.semboller{
		display:flex;
		position:relative;
		left:15px;
		margin-bottom:1rem;
	}
	.textler{
		margin-bottom:1rem;
		text-align:center;
	}
	.textler p{
		font-size:.875rem!important;
	}
	.textler>span{
		width: 100%;
    	text-align: left;
    	display: flex;
	}
	.kur-guncelle{
		justify-content:center;
	}
	#news{
		margin-top:2rem!important;
	}
	#about{
		margin-bottom:2rem!important;
	}
	.live-and-circle{
		width:100px;
	}
	.desktop-tr{
	}
	.footer-currency-area{
		margin:2rem 0;
	}
	.footer-end{
		text-align:center;
	}
	.footer-end ul{
		flex-direction:row;
		margin-top:1rem;
		padding:0;
	}
	.fixed{
		height:85px;
	}
	.navbar-collapse{
		background:#0b0b0a;
		padding:.75rem;
	}
	.btn-area{
		flex-direction:column;
	}
	.mobil-dil{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding:1rem 0;
		padding-bottom:1rem;
	}
	.m-menu{
		width: 100%;
		padding: 1rem;
		margin: 0;
		position: absolute;
		display: block;
		left: 0;
		right: 0;
		margin-left: auto;
		z-index:3;
		margin-right: auto;
		top: 100%;
	}
	.mobil-dil p{
		color:#94a3b8;
		margin:0;
	}
	.h1-title{
		font-size:2rem;
		text-align:center;
	}	
	.alt-sonuc{
		flex-direction:column;
		align-items:unset;
		padding: 1rem .75rem;
	}
	.guncell{
		flex-direction:column;
	}
	.converter-alt-title{
		font-size:1rem;
		padding:.25rem;
	}
	.exchange svg{
		width:1rem;
	}
	.title-head{
		font-size:.875rem;
		padding:.25rem .75rem;
	}
	.sembol{
		top:4%;
		font-size:.75rem;
	}
	.converter-title-h1{
		flex-direction:column;
		font-size:1.1rem;
		margin-bottom:0!important;
	}
	.logo{
		height:2rem;
	}
	.exchange{
		margin:0 .75rem;
		width:6rem;
		height:2.5rem;
	}
	.donusum-sonucu{
		margin-top:1rem!important;
	}
	.serit{
		flex-direction:column;
		display:none;
	}
	.animate-pulse-slow{
		display:none;
	}
	.animate-pulse-slow3{
		left:0;
		background: -webkit-linear-gradient(right, #eddc0f1a 50%, #9a8c141a);
	}
	.dolar-big{
		display:none;
	}
	.navigation{
		flex-direction: column;
        border-radius: 0;
        margin: 1rem 0;
        background: none;
	}
	.navigation li{
		margin:.25rem 0;
		background:#1e293b;
	}
	.navigation li a{
		padding:.75rem!important;
		border-radius:.25rem;
	}
	a.nav-item.active{
		border-radius:.25rem!important;
	}
	.exchange-rate{
		justify-content:center;
	}
	.relative-arrow{
		justify-content:center;
	}
.mobil-tr{
	display:block!important;
}
}
.mobil-tr{
	display:none;
}
.primary-btn a{
	color:inherit;
	text-decoration:none;
}
.primary-btn:hover{
	background: -webkit-linear-gradient(left, #9a8c14 50%, #eddc0f);
	transform:scale(1.05);
	box-shadow:0 20px 25px -5px #9a8c1466;
}
.secondary-btn:hover{
	transform:scale(1.045);
	color:#eddc0f;
	border-color:#eddc0f;
}
.left-right{
	background:#9a8c1433;
	width:6rem;
	position:absolute;
	border-radius: .5rem;
	right: -1rem;
	height:6rem;
	bottom:-3%;
	z-index:-1;
}
.right-left{
	background:#eddc0f33;
	width:6rem;
	position:absolute;
	border-radius: .5rem;
	left: -1rem;
	height:6rem;
	top:-3%;
	z-index:-1;
}
.footer-social{
	background: #eddc0f1a;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social:hover{
	background:#eddc0f33;
}
.wp-fixed{
	position:fixed;
	bottom:1.25rem;
	color:#fff;
	background: -webkit-linear-gradient(left, #22c55e 50%, #16a34a);
	left:1.25rem;
	width:3.5rem;
	height:3.5rem;
	display:flex;
	align-items:Center;
	justify-content:center;
	border-radius:9999px;
	transition:0.4s all ease-in-out;
}
.wp-fixed:hover svg{
	color:white!important;
}
.wp-fixed a{
	color:#fff;
}
.wp-fixed:hover a{
	color:white!important;
}
.wp-fixed:hover{
	transform:scale(1.05);
}
.d-block{
	display:block;
}
.d-none{
	display:none;
}
.top-fixed{
	display:none;
	position:fixed;
	bottom:1.25rem;
	color:#fff;
	background: -webkit-linear-gradient(270deg, #eddc0f 50%, #9a8c14);
	right:1.25rem;
	width:3rem;
	height:3rem;
	align-items:Center;
	justify-content:center;
	border-radius:9999px;
	transition:0.4s all ease-in-out;
	cursor:pointer;
}
.fot-tarih{
	display: flex;
    align-items: center;
	justify-content:center;
	margin-top:1rem;
}
.dil-secimi{
	display:none;
}
.carousel-testimonial .owl-nav{
    position:absolute;
    width:100%;
    top: 50%;
    transform: translateY(-50%);
}
.owl-carousel .owl-nav button.owl-prev{
    position:absolute;
    left:-30px;
    top: 50%;
    transform: translateY(-50%);
}
.owl-carousel .owl-nav button.owl-next{
    right:-30px;
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-nav button.owl-next span, .carousel-testimonial .owl-nav button.owl-prev span{
    color:#eddc0f;
}
		.testimonial-box {
		    display: block;
		    position: relative;
		    padding: 3rem 4rem;
		    background: #0b0d16;
		    border-radius: 5px;
		    align-items:center;
		}
		.testimonial-box p{
		    color:#bababa;
		    font-size: 1.3rem;
            line-height: 1.5;
            font-style: italic;
		}
		.testimonial-box img{
		    width: 180px!important;
		    height: 180px;
		    border-radius: 50%;
		    position: relative;
		    margin-right:3rem;
			background-size: 100%;
		    
		}
		.carousel-testimonial .item {
			padding: 30px 10px;
		}
		.name {
			margin-bottom: .5rem;
			color: #fff!important;
			font-size: 1.1rem!important;
		    font-weight: 700;
		    font-style: normal!important;
		}
		.position {
			color: #eddc0f;
			font-size: 1.1rem;
		}
		.carousel-testimonial .owl-nav button.owl-next, 
		.carousel-testimonial .owl-nav button.owl-prev {
		    padding: 0 12px !important;
		}
		.carousel-testimonial .owl-nav button {
			outline: none;
			padding: 0;
		}
		.carousel-testimonial .owl-nav button.owl-next span, 
		.carousel-testimonial .owl-nav button.owl-prev span {
			display: block;
		    font-size: 40px;
		    width: 25px;
		    height: 25px;
		    vertical-align: 0px;
		    line-height: 16px;
		}
		.carousel-testimonial .owl-nav button.owl-next.disabled, 
		.carousel-testimonial .owl-nav button.owl-prev.disabled {
			opacity: 0.5;
		}
