    body {
      font-family: "Poppins", sans-serif;
      background: #000;
      color: #fff;
	  margin: 0;
    }
	
	@font-face {
      font-family: 'HelveticaLight';
      src: url('font/HelveticaNeueLight.otf') format('truetype');
      font-weight: normal;
      font-style: normal;
    }
	
	@font-face {
      font-family: 'HelveticaThin';
      src: url('font/HelveticaNeueThin.otf') format('truetype');
      font-weight: normal;
      font-style: normal;
    }

    /* ÜST BAŞLIK */
    .header {
      text-align: center;
      padding: 120px 0 0px;
		margin-left: 25px;
    }

    .header span {
      font-size: 48px;
    }
	
	.header img {
		width:800px;
	}


	.machine-row {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		gap: 0;
		margin: -50px auto;
		padding-bottom: 150px;
	}

	.machine,
	.machinee,
	.machineee {
	  position: relative;
	  transition: filter 0.3s ease;
	  z-index: 1; /* sabit */
	  cursor:pointer;
	}

	.machine {
	  margin-right: -7.5vw;
	}

	.machine img {
	  width: 40vw;
	}

	.machinee {
		margin-right: -7.7vw;
		margin-bottom: -2.9vw;
	}

	.machinee img {
	  width: 40vw;
	}

	.machineee {
	  margin-right: 20px;
	  margin-bottom: -4.4vw;
	}

	.machineee img {
	  width: 17vw;
	}

	.machine.glow img,
	.machinee.glow img,
	.machineee.glow img {
		filter: drop-shadow(-5px -5px 15px #ffffff) drop-shadow(0px 0px 2px #ffffff);
	}

	/* LOGO büyüsün */
	.machine-labels div.glow {
		transform: scale(1.15);
	}

	.machine-labels {
		display: flex;
		justify-content: space-evenly;
		font-size: 14px;
		color: #aaa;
		margin-bottom: 60px;
		align-items: center;
	}

	.grid {
		display: flex;
		justify-content: center;
		gap: 40px;
		flex-wrap: wrap;
		margin: 0 auto 60px;
		padding: 0 20px;
    }

    .card {
		width: 28%;
		padding: 0px 15px;
		border: 1px solid #9f9f9f;
		border-radius: 8px;
		text-align: center;
		transition: transform 0.3s ease;

    }

    .card:hover {
		transform: translateY(-5px);
    }

    .card img {
		width: 100%;
		height: auto;
    }

    .card h3 {
		font-size:1.3vw;
		color: #fff;
		font-weight:400;
    }

    .arrow {
		background-color: white;
    width: 50px;
    height: 50px;
		line-height: 40px;
		font-size: 35px;
		color: black;
		padding: 6px 10px;
    }

    .bottom-section {
		background: #000;
		border:1px solid #9f9f9f;
		width:90%;
		margin: 60px auto;
    }

    .bottom-section .text {
		min-width: 280px;
    }

    .bottom-section .text h2 {
		font-size: 28px;
		text-transform: uppercase;
		line-height: 1.4;
    }

    .bottom-section .text span {
		color: #49a6ff;
		font-weight: bold;
    }

    .bottom-section .text p {
		margin-top: 20px;
		color: #bbb;
		font-size: 14px;
    }

    .bottom-section img {
		width: 100%;
    }

	.machine-labels img {
		width:14vw;
	}
	
	.machine-labels div {
		display:inline-block;
		transition: transform 0.3s ease;
		cursor: pointer;
	}
	
	.machine-labels div:hover {
		transform: scale(1.1);
	}
	
	
		.kabinler {
		display:flex; 
		justify-content: 
		space-between; 
		align-items: center;
	}
	
	
	.icon {
		width: 20vw; 
		margin-bottom: 1.1vw; 
		margin-left: -2vw;
	}

.close-btn {
	position: absolute;
	top: 11vw;
    right: 7vw;
	font-size: 36px;
	font-weight: 400;
	color: white;
	cursor: pointer;
	z-index: 10000;
	transition: color 0.3s;
}

.close-btn:hover {
	color: #ccc;
}

.modal {
	display: none;
	position: fixed;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
	z-index: 9999;
	justify-content: flex-end;
	animation: slideIn 0.5s forwards;
}

.modal-content {
	position: relative; /* BUNU EKLE */
	width: 100%;
	height: 100%;
	background-color: #00000066;
	padding: 4vw;
	display: flex;
	justify-content: center;
	align-items: center;
}


.modal-inner {
	display: flex;
	align-items: center;
	margin-right: 100px;
}

.modal-inner-prochromo {
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.modal-inner-vortex {
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.modal-machine {
	width: 800px;
}

.modal-machinee {
	width: 50vw;
}

.modal-machineee {
	width: 650px;
}


.modal-text {
	color: white;
	font-family: 'HelveticaLight', sans-serif;
	margin-top: -100px;
	margin-left: 50px;
}

.modal-text p {
	font-size: 22px;
	font-weight:400;
	letter-spacing: 2px;
}

.modal-text h2 {
	font-family: 'HelveticaThin', sans-serif;
	font-size: 33px;
	letter-spacing: 2px;
	margin-top: -15px;
}

.modal-text-prochromo {
	color: white;
	font-family: 'HelveticaLight', sans-serif;
	margin-top: -100px;
	margin-left: 50px;
}

.modal-text-prochromo p {
	font-size: 1.1vw;
	letter-spacing: 1px;
}

.modal-text-prochromo h2 {
	font-family: 'HelveticaThin', sans-serif;
	font-size: 1.5vw;
	letter-spacing: 2px;
	font-weight:100;
	margin-bottom: 1vw;
}



.modal-text-vortex {
	color: white;
	font-family: 'HelveticaLight', sans-serif;
	margin-top: -100px;
}

.modal-text-vortex p {
	font-size: 20px;
	letter-spacing: 1px;
}

.modal-text-vortex h2 {
	font-family: 'HelveticaThin', sans-serif;
	font-size: 30px;
	letter-spacing: 2px;
	font-weight:100;
	margin-bottom: -10px;
}


.read-more {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "Poppins", sans-serif;
	width:250px;
	height: 30px;
	margin-top: 25px;
	padding: 10px 10px;
	background-color: white;
	font-weight: 600;
	font-size:20px;
	transition: background 0.3s;
	text-decoration: none;
	color: black;
}

.read-more img {
	width:35px;
	margin-top: 8px;
}

.read-more:hover {
	background-color: #ccc;
}



.read-more-prochromo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "Poppins", sans-serif;
	width:14vw;
	height: 1.5vw;
	padding: 10px 10px;
	background-color: white;
	font-weight: 600;
	font-size:1.2vw;
	transition: background 0.3s;
	text-decoration: none;
	color: black;
}

.read-more-prochromo img {
	width:1.8vw;
	margin-top: 8px;
}

.read-more-prochromo:hover {
  background-color: #ccc;
}

.read-more-vortex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "Poppins", sans-serif;
	width:250px;
	height: 30px;
	margin-top: 25px;
	padding: 10px 10px;
	background-color: white;
	font-weight: 600;
	font-size:20px;
	transition: background 0.3s;
	text-decoration: none;
	color: black;
}

.read-more-vortex img {
	width:35px;
	margin-top: 8px;
}

.read-more-vortex:hover {
  background-color: #ccc;
}


.kabinlogosmart {
	width: 500px; 
	margin-left: -20px; 
	margin-bottom: 10px;
}

.kabinlogoprochromo {
	width: 25vw; 
	margin-left: -1.2vw;
}

.kabinlogovortex {
	width: 35vw; 
	margin-left: -40px;
}



@keyframes slideIn {


/* Uygulama örneği */
.slide.active {
  animation: slideIn 5s ease-in-out forwards;
}
}






/* --- SMART MODAL ANİMASYONLARI --- */

/* Arkaplan fade */
#smartModal .modal-content {
  animation: fadeInBg 0.5s ease forwards;
}
@keyframes fadeInBg {
  from { background-color: rgba(0,0,0,0); }
  to   { background-color: rgba(0,0,0,0.85); }
}

/* Makine görseli (küçükten büyüsün) */
.modal-machine {
  opacity: 0;
  transform: scale(0.1);
  animation: machineIn 0.3s ease forwards;
  animation-delay: 0.3s;
}
@keyframes machineIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Logo yavaşça gelsin */
.modal-text img {
  opacity: 0;
  animation: fadeSlideIn 0.1s ease forwards;
  animation-delay: 0.7s;
}

/* Paragraf */
.modal-text p {
  opacity: 0;
  animation: fadeSlideIn 0.3s ease forwards;
  animation-delay: 1s;
}

/* Başlık */
.modal-text h2 {
  opacity: 0;
  animation: fadeSlideIn 0.3s ease forwards;
  animation-delay: 1.4s;
}

/* Read more butonu */
.modal-text .read-more {
  opacity: 0;
  animation: fadeSlideIn 0.3s ease forwards;
  animation-delay: 1.7s;
}

@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* === GENEL GEÇİŞ ANİMASYONU === */
@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInBg {
  from { background-color: rgba(0,0,0,0); }
  to   { background-color: rgba(0,0,0,0.85); }
}

@keyframes scaleIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* === PROCHROMO ANİMASYONLARI === */
#prochromoModal .modal-content {
  animation: fadeInBg 0.5s ease forwards;
}

.modal-machinee {
  opacity: 0;
  transform: scale(0.3);
  animation: scaleIn 0.3s ease forwards;
  animation-delay: 0.3s;
}

.modal-text-prochromo img:first-of-type {
  /* Logo */
  opacity: 0;
  animation: fadeSlideIn 0.3s ease forwards;
  animation-delay: 0.7s;
}

.modal-text-prochromo h2 {
  opacity: 0;
  animation: fadeSlideIn 0.3s ease forwards;
  animation-delay: 1s;
}

.modal-text-prochromo p {
  opacity: 0;
  animation: fadeSlideIn 0.3s ease forwards;
  animation-delay: 1.4s;
}

.modal-text-prochromo img.icon {
  opacity: 0;
  animation: fadeSlideIn 0.3s ease forwards;
  animation-delay: 1.7s;
}

.modal-text-prochromo .read-more-prochromo {
  opacity: 0;
  animation: fadeSlideIn 0.3s ease forwards;
  animation-delay: 2s;
}

/* === VORTEX ANİMASYONLARI === */
#vortexModal .modal-content {
  animation: fadeInBg 0.5s ease forwards;
}
.modal-machineee {
  opacity: 0;
  transform: scale(0.3);
  animation: scaleIn 0.3s ease forwards;
  animation-delay: 0.3s;
}
.modal-text-vortex img:first-of-type {
  opacity: 0;
  animation: fadeSlideIn 0.3s ease forwards;
  animation-delay: 0.7s;
}
.modal-text-vortex h2 {
  opacity: 0;
  animation: fadeSlideIn 0.3s ease forwards;
  animation-delay: 1s;
}
.modal-text-vortex p {
  opacity: 0;
  animation: fadeSlideIn 0.3s ease forwards;
  animation-delay: 1.4s;
}
.modal-text-vortex .read-more-vortex {
  opacity: 0;
  animation: fadeSlideIn 0.3s ease forwards;
  animation-delay: 1.7s;
}
@media (max-width: 768px) {
	
	.machine-row {
		display:none;
	}
	
	.machine-labels {
		display: none;
	}

  .machine-logo-mobil {
    margin-bottom: 0px;
    text-align: center;
  }

  .machine-logo-mobil img {
    max-width: 175px;
    height: auto;
  }

  .machine-row-mobil {
    display: flex;
    flex-direction: column;
    gap: 55px;
  }

  .machine-mobil, .machinee-mobil, .machineee-mobil {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  

			
		.header {
			padding: 80px 0 0px;
			margin-left: 0px;
		}
		.header img {
			width:75%;
		}
		
		.machine-mobil {
			margin-right:0px;
		}		

		.machinee-mobil {
			margin-right:0px;
		}		

		.machineee-mobil {
			margin-top: 30px;
			margin-bottom: 50px;
		}		
		
		.machine-mobil img {
			margin-bottom: -15px;
			width: 350px;
		}

		
		.machinee-mobil img {
			width: 300px;
			margin-bottom: -15px;
		}
		
		.machineee-mobil img {
			width: 220px;
			margin-top: -40px;
		}

		.machine-labels {
			flex-direction: column;
			gap: 10px;
			text-align: center;
		}

		.bottom-section {
			flex-direction: column;
			text-align: center;
		}

		.bottom-section img {
			max-width: 100%;
		}
		
		.grid {
			padding: 0px 12px;
			flex-direction: column;
			    gap: 20px;
		}
		
		.bottom-section {
			width:95%;
		}
		
		.card {
			width: 100%;
			height: 100vw;
			padding: 0px 0px;
		}

		.card img { 
			width:95%;
		}
		
		.card h3 {
			font-size:18px;
			      
		}
		
		.arrow {
		width: 40px;
		height: 40px;
		}
		
		.kabinler{
			padding:7px;
			  margin-top: -35px;
		}
		
		.modal-content { 
			padding:0;
		}
		
		.close-btn {
			top: 95px;
			right: 15px;
		}
		
		.modal-inner {
			display: flex;
			align-items: center;
			margin-right:0px;
			flex-direction: column;
			margin-top: 75px;
		}
		
		.modal-machine {
			width: 350px;
		}
		
		.kabinlogosmart {
			width: 240px;
			margin: auto;
			display: block;
		}
		
		.modal-text h2 {
			text-align:center;
			font-size: 27px;
			letter-spacing: 1px;
			margin-top: -12px;
		}
		
		.modal-text p {
			text-align:center;
			font-size: 18px;
			letter-spacing: 1px;
		}
		
		.modal-text { 
			margin-top: 0px;
			margin-left: 0px;
		}
		
		.read-more {
			margin: auto;
		}
		
		
		
		
		
		
		
		
		
	
/* === PROCHROMO GEÇİŞ SAYFASI === */

		.modal-machinee {
			width: 310px;
		}
		
		.modal-inner-prochromo {
			display: flex;
			align-items: center;
			margin-right:0px;
			flex-direction: column;
			margin-top: 80px;
		}
		
		.modal-machine-prochromo {
			width: 310px;
		}
		
		.kabinlogoprochromo {
			width: 290px;
			margin: auto;
			display: block;
		}
		
		.modal-text-prochromo h2 {
			text-align:center;
			font-size: 20px;
			letter-spacing: 1px;
			margin-top: 20px;
		}
		
		.modal-text-prochromo p {
			text-align:center;
			font-size: 13px;
			letter-spacing: 0px;
		}
		
		.modal-text-prochromo { 
			margin-top: 0px;
			margin-left: 0px;
		}
		
		.modal-text-prochromo img.icon {
			width:90%;
			margin:auto;
			display: block;

		}
	
	.read-more-prochromo {
		    width: 200px;
			font-size:16px;
			height: 23px;
			margin:auto;
	}
	.read-more-prochromo img {
		width:30px;
	}
	
	
	
	
	
	
	
/* === VORTEX GEÇİŞ SAYFASI === */
	
	
	
	
	
	.modal-machineee {
			width: 260px;
		}
		
		.modal-inner-vortex {
			display: flex;
			align-items: center;
			margin-right:0px;
			flex-direction: column;
			margin-top: 20px;
		}
		
		.modal-machine-vortex {
			width: 250px;
		}
		
		.kabinlogovortex {
			width: 220px;
			margin: auto;
			display: block;
			margin-top: -20px;
		}
		
		.modal-text-vortex h2 {
			text-align:center;
			font-size: 20px;
			letter-spacing: 1px;
			margin-top: 15px;
			margin-bottom: 17px;
		}
		
		.modal-text-vortex p {
			text-align:center;
			font-size: 12px;
			letter-spacing: 0px;
		}
		
		.modal-text-vortex { 
			margin-top: 0px;
			margin-left: 0px;
		}
		
		.modal-text-vortex img.icon {
			width:90%;
			margin:auto;
			display: block;

		}
	
	.read-more-vortex {
		    width: 200px;
			font-size:16px;
			height: 23px;
			margin:auto;
			margin-top: 20px;
	}
	.read-more-vortex img {
		width:30px;
	}
    }

	
	@media (min-width: 768px) {
		
			.machine-row-mobil {
				display:none;
			}
	}
	
	