@font-face {
  font-family: "Manrope";
  src: url("/static/fonts/Manrope-VariableFont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("/static/fonts/Inter-VariableFont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@theme {
  --font-inter: "Inter", system-ui, sans-serif;
  --font-manrope: "Manrope", system-ui, sans-serif;
  --color-myColor: #1d87d;
}

.news_card_content{
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

/* WebKit  (Chrome, Safari, taze Edge, Opera) */
body::-webkit-scrollbar {
  display: none;
}

/* IE ve  Edge uçin */
body { 
  -ms-overflow-style: none;
  font-family: var(--font-manrope); 
  scrollbar-width: none;
}


/* WebKit (Chrome, Safari, taze Edge, Opera) */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* IE, Edge ve Firefox uçin */
.no-scrollbar {
  -ms-overflow-style: none; /* IE ve Edge */
  scrollbar-width: none; /* Firefox */
}

.dropdown-bubble {
  position: absolute;
  border-radius: 42px;
  border: 1px solid var(--Main-colors-stroke-color);
  background: var(--Main-colors-Primary-white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: visible;
  z-index: 50;
}

.dropdown-bubble::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid var(--Main-colors-Primary-white);
}

.dropdown-bubble::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--Main-colors-stroke-color);
}

.dropdown-main::before,
.dropdown-main::after {
  left: 40px;
  transform: translateX(0);
}

.dropdown-lang::before,
.dropdown-lang::after {
  left: auto;
  right: 40px;
  transform: translateX(0);
}

input[type="search"]:focus {
    outline: none !important;
    -webkit-appearance: none;
}

:root {
  --font-inter: "Inter"; /* Add fallbacks */
  --font-manrope: "Manrope";
  --Main-colors-Primary-white: #ffffff;
  --Text-colors-Primary: #3d3d3d;
  --Text-colors-Primary-Black: #1d1e20;
  --Accent-Colors-Brend-color: #1d87d6;
  --Main-colors-stroke-color: #eaeaea;
  --Main-colors-Bg-color2: #f3f4f5;
  --Main-colors-Secondary: #eff3f2;
  --Text-colors-inactive: rgba(0, 0, 0, 0.4);
  --Divider-color: #e4e4e4;
  --Text-Inactive: rgba(0, 0, 0, 0.6);
  --Black: #000;
  --Dark_gray: #6d6c6c;
  --text-heading-color: #1d1e20;
  --text-paragraph-color: #525252;
  --button-border-color: rgba(0, 0, 0, 0.4);
  --background: white;
  --foreground: var(--Text-colors-Primary);
  --partner-promo-background: #1d1e20;
  --input-background: #f3f4f5;
  --Shadow: 0px 14px 42px 0px #14142B24;
  --breadcrumbs:#677489;
}

.dark {
  --Main-colors-Primary-white: #080808;
  --Text-colors-Primary: #ffffff;
  --Text-colors-Primary-Black: #ffffff;
  --Accent-Colors-Brend-color: #2e9bff;
  --Main-colors-stroke-color: #3a3a3c;
  --Main-colors-Bg-color2: #1a1a1a;
  --Main-colors-Secondary: #3a3a3c;
  --Text-colors-inactive: rgba(255, 255, 255, 0.4);
  --Divider-color: #3a3a3c;
  --Text-Inactive: rgba(255, 255, 255, 0.6);
  --Black: #ffffff;
  --Dark_gray: #98989d;
  --text-heading-color: #ffffff;
  --text-paragraph-color: #e5e5e7;
  --button-border-color: rgba(255, 255, 255, 0.4);
  --background: #080808;
  --foreground: #ffffff;
  --partner-promo-background: #080808;
  --input-background: #1a1a1a;
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.container {
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-blur-orb {
  position: absolute;
  width: 382px;
  height: 382px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1000px;
  background: rgba(167, 177, 241, 0.4);
  filter: blur(100px);
  z-index: -1;
}

.form-field {
  position: relative;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 16.5px 14px;
  border-radius: 20px;
  background: var(--Main-colors-Bg-color2);
  border: none;
  font-size: 16px;
  box-sizing: border-box;
  outline: none;
}

.form-field textarea {
  height: 120px;
  resize: vertical;
}

.form-field label {
  position: absolute;
  left: 14px;
  top: 18px;
  color: var(--Text-colors-inactive);
  pointer-events: none;
  transition: all 0.18s ease;
  font-size: 16px;
  line-height: 1;
}

.form-field input:focus + label,
.form-field input:not(:placeholder-shown) + label,
.form-field textarea:focus + label,
.form-field textarea:not(:placeholder-shown) + label {
  top: 6px;
  font-size: 12px;
}

.btn-base {
  @apply inline-block px-5 py-3 rounded-full font-semibold text-sm transition-colors;
}

.btn-primary {
  background: var(--Accent-Colors-Brend-color);
  color: #fff;
}

.btn-primary:hover {
  filter: brightness(1.05);
}

.btn-secondary {
  background: transparent;
  color: var(--Accent-Colors-Brend-color);
  border: 1px solid var(--Accent-Colors-Brend-color);
}

.btn-secondary:hover {
  background: var(--Accent-Colors-Brend-color);
  color: #fff;
}

.rotate-270 {
  transform: rotate(-90deg);
}

.card-elevate {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04), 0 6px 12px -2px rgba(0, 0, 0, 0.06);
}

.news-nav-btn {
  width: 45px;
  height: 45px;
  border-radius: 30px;
  border: 1px solid var(--button-border-color);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-promo-gradient {
  background: radial-gradient(
    142.86% 141.63% at 50% -37.5%,
    #565656 0%,
    #262626 81.91%
  );
  color: #fff;
}

h1,
h2,
h3,
h4 {
  color: var(--text-heading-color);
}

p {
  color: var(--text-paragraph-color);
}

.footer-text-small {
  font-size: 18px;
  color: var(--Dark_gray);
  text-align: center;
}

@media (min-width: 768px) {
  .nav-shell {
    position: fixed;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1081px;
    z-index: 50;
  }
}

:focus-visible {
  outline: 2px solid var(--Accent-Colors-Brend-color);
  outline-offset: 2px;
}

* {
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter;
  transition-duration: 150ms;
  transition-timing-function: ease;
}

.showcase-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
}

.showcase-image {
  position: absolute;
  width: 800px;
  height: 800px;
  object-fit: contain;
}

.partner-promo-gradient {
  background: radial-gradient(
    142.86% 141.63% at 50% -37.5%,
    #565656 0%,
    #262626 81.91%
  );
  color: #fff;
}

.partner-promo-gradient h3 {
  color: #fff !important;
}

.partner-promo-gradient p {
  color: #eff3f2 !important;
}

.partner-showcase {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.partner-showcase .showcase-image {
  position: absolute;
  width: 600px;
  height: 600px;
  object-fit: contain;
}

.filter-accent {
  filter: brightness(0) saturate(100%) invert(35%) sepia(93%) saturate(1352%)
    hue-rotate(174deg) brightness(92%) contrast(101%);
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.partner-showcase .showcase-image.main {
  bottom: -10rem;
  right: 0rem;
  z-index: 2;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.45));
}

.partner-showcase .showcase-image.shadow {
  top: -16rem;
  left: 4rem;
  z-index: 1;
  opacity: 0.7;
  pointer-events: none;
  width: 600px;
  height: 600px;
}

.app-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 10px;
  border-radius: 12px;
  border: 1px solid #4f4f4f;
  backdrop-filter: blur(20px);
  background: #3d3d3d;
  font-size: 14px;
  font-weight: 600;
}

.app-pill img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.dark .theme-aware-icon {
  filter: brightness(0) saturate(100%) invert(1);
}

.filter-blue {
  filter: brightness(0) saturate(100%) invert(35%) sepia(93%) saturate(1352%)
    hue-rotate(180deg);
}

.dark .filter-blue {
  filter: brightness(0) saturate(100%) invert(70%) sepia(100%) saturate(1000%)
    hue-rotate(180deg);
}

.custom-checkbox {
  display: none;
}

.partner-card h3,
.partner-card p {
  color: #ffffff !important;
}

.leaflet-control-attribution {
  display: none;
}

.dots-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/static/assets/icons/dots.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.dark .dots-bg::before {
  opacity: 0.6;
}

.theme-aware-badge {
  filter: brightness(0);
}

.dark .theme-aware-badge {
  filter: brightness(1);
}

.dark .header-logo-shape {
  opacity: 0.3;
}

.dark .main-logo {
  filter: brightness(0) invert(1);
}

.footer-bg-image {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .footer-bg-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background-repeat: no-repeat;
    background-position: 0px 20px;
    background-size: 500px 500px;
    z-index: -1;
  }
}

.dark .footer-bg-image::before {
  filter: brightness(0.3);
}

.custom-checkbox-visual {
  width: 20px;
  height: 20px;
  border: 1px solid var(--Main-colors-stroke-color);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, border-color 0.2s;
}

.custom-checkbox:checked + .custom-checkbox-visual {
  background-color: var(--Accent-Colors-Brend-color);
  border-color: var(--Accent-Colors-Brend-color);
}

.checkmark {
  display: none;
}

.custom-checkbox:checked + .custom-checkbox-visual .checkmark {
  display: block;
  /* filter: invert(1); */
}
.theme-aware-bg {
  background-color: var(--Main-colors-Primary-white);
}

.dark .theme-aware-bg {
  background-color: #353434;
}

.slider-thumb::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #4a5568;
  cursor: pointer;
  border-radius: 50%;
  margin-top: -7px;
}

.slider-thumb::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #4a5568;
  cursor: pointer;
  border-radius: 50%;
  border: none;
}

.slider {
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 5px;
  outline: none;
  border: none;
  background: linear-gradient(to right, #3b82f6 50%, #e5e7eb 50%);
}

/* Chrome, Edge, Safari */
.slider::-webkit-slider-runnable-track {
  height: 6px;
  border: none;
  border-radius: 5px;
  background: transparent;
}

.slider::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 50%;
  background: #3b82f6;
  cursor: pointer;
  margin-top: -6px;
  transition: background 0.2s;
}

/* Firefox */
.slider::-moz-range-track {
  height: 6px;
  border: none;
  border-radius: 5px;
  background: transparent;
}

.slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 50%;
  background: #3b82f6;
  cursor: pointer;
}

.theme-switcher-bg {
  background-color: rgba(0, 0, 0, 0.05);
}

.dark .theme-switcher-bg {
  background-color: rgba(255, 255, 255, 0.1);
}

.desktop-menu {
  display: none;
}
.mobile-menu-button {
  display: flex;
}

@media (min-width: 1248px) {
  .desktop-menu {
    display: flex;
  }
  .mobile-menu-button {
    display: none;
  }
  .mobile-menu {
    display: none;
  }
}

/* Arrow up-right hover animation */
@keyframes arrow-move-out {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(12px, -12px);
    opacity: 0;
  }
  50.01% {
    transform: translate(-12px, 12px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.arrow-container {
  overflow: hidden;
  position: relative;
}

.arrow-animated {
  display: block;
  transition: transform 0.3s ease;
}

.arrow-container:hover .arrow-animated {
  animation: arrow-move-out 0.7s ease-in-out infinite;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
