body{
	 background-color: #000;
	 background-size: cover;
	 
 }
  


#tekct{
	width: 100%;
	min-width: 100%;
	min-height: 90%;
	margin: 0 auto;
	background-color: #fff;
	margin: 0% 50% 10% 10%;
	background: rbga (225,225,255,0.7);
	font-family: calibri;
	
	
}
#headlines{
	background: rbga (225,225,255,0.7);
	font-family: calibri;
	color: #fff;
	 background-color: var(--bg-black);
	 
}

:root {
   bg-black: #08080a;
  accent: #00d4ff;
  text-main: #e2e8f0;
  nav-height: 70px;
}

body {
  padding: 0%;
  font-family: 'Segoe UI', Roboto, sans-serif;
  background-color: var(--bg-black);
}

:root {
  --bg-color: #08080a;
  --accent-color: #7000ff; 
  --text-dim: #94a3b8;
  --text-bright: #ffffff;
}

body {
  margin: 0 auto;
  background-color: var(--bg-color);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.ai-navigation {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(8, 8, 10, 0.9);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo {
  color: var(--text-bright);
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 1px;
}

.nav-logo span {
  color: var(--accent-color);
}

.nav-main {
  display: flex;
  list-style: none;
  gap: 40px;
  margin: 0;
  padding: 0;
}

.main-link {
  text-decoration: none;
  color: var(--text-dim);
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s ease;
  display: block;
  padding: 25px 0; 
}

.has-dropdown {
  position: relative;
}

.has-dropdown:hover .main-link {
  color: var(--text-bright);
}


.dropdown-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: #111114;
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-width: 220px;
  padding: 12px 0;
  border-radius: 10px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.has-dropdown:hover .dropdown-panel {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown-panel li a {
  display: block;
  padding: 10px 20px;
  color: var(--text-dim);
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

.dropdown-panel li a:hover {
  background: rgba(112, 0, 255, 0.1);
  color: var(--text-bright);
  padding-left: 25px;
}


.has-dropdown::after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 4px;
  height: 4px;
  background: var(--accent-color);
  border-radius: 50%;
  transform: translateX(-50%) scale(0);
  transition: transform 0.3s ease;
}

.has-dropdown:hover::after {
  transform: translateX(-50%) scale(1);
}

.container {
  position: relative;
  width: 15%;
  left: 10%;
  overflow: hidden;
  width: 23%;
  float: left;
  
}

.container img {
  width: 100%;
  display: block;
  
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0); 
  transition: background 0.5s ease; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.text {
  color: white;
  opacity: 0; 
  transform: translateY(25px); 
  transition: all 0.5s ease;
}


.container:hover .overlay {
  background: rgba(0, 0, 0, 0.7); 
}

.container:hover .text {
  opacity: 1; 
  transform: translateY(0); 
}

lkj{
	padding-left:15%;
	 padding-right:15%;
	
	
}
.right {
  position: relative;
  width: 15%;
  left: 40%;
  overflow: hidden;
  width: 23%;
}
.right:hover .overlay {
  background: rgba(0, 0, 0, 0.7); 
}

.right:hover .text {
  opacity: 1; 
  transform: translateY(0); 
}
.right {
  position: relative;
  width: 15%;
  left: 40%;
  overflow: hidden;
  width: 23%;
 
}

.right img {
  width: 100%;
  display: block;
  
}
.contain {
  position: relative;
  width: 15%;
  left: 10%;
  overflow: hidden;
  width: 23%;
  
  
}

.contain img {
  width: 100%;
  display: block;
  
}
.contain:hover .overlay {
  background: rgba(0, 0, 0, 0.7); 
}

.contain:hover .text {
  opacity: 1; 
  transform: translateY(0); 
}

html {
	scroll-behavior: smooth;
}