@charset "utf-8";

@media (min-width: 950px){
		.moburunler{
		display:none;
		
		}
	
		
			 
		
		
 :root {
            --gradient: linear-gradient(45deg, #7fff00, #003b00, #008000, #00ff41);
            --glass-bg: rgba(255, 255, 255, 0.05);
            --border: 1px solid rgba(255, 255, 255, 0.1);
            --shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
        }

        

        .navbar {
			margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            padding: 1.2rem 5%;
            backdrop-filter: blur(12px);
            background: #151212;
            border-bottom: var(--border);
            z-index: 1000;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: var(--shadow);
        }

        .navbar.scrolled {
            padding: 0.8rem 5%;
            background: rgba(10, 10, 10, 0.95);
        }

        .navbar-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1400px;
            margin: 0 auto;
        }

        .logoo {
            font-size: 1.8rem;
            font-weight: 700;
            background: var(--gradient);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: gradient 8s linear infinite;
            background-size: 300%;
            letter-spacing: -0.5px;
        }

        .nav-links {
            display: flex;
            gap: 2.5rem;
            list-style: none;
        }

        .nav-links a {
            color: white;
            text-decoration: none;
            font-weight: 500;
            position: relative;
            padding: 0.5rem 0;
            transition: all 0.3s ease;
            font-size: 1.05rem;
            letter-spacing: 0.3px;
        }

        .nav-links a::before {
            content: '';
            position: absolute;
            top: -4px;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--gradient);
            background-size: 300%;
            transition: width 0.3s ease;
        }

        .nav-links a::after {
            content: '';
            position: absolute;
            bottom: -4px;
            right: 0;
            width: 0;
            height: 2px;
            background: var(--gradient);
            background-size: 300%;
            transition: width 0.3s ease;
        }

        .nav-links a:hover {
            color: #fff;
            text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
        }

        .nav-links a:hover::before,
        .nav-links a:hover::after {
            width: 100%;
            animation: gradient 8s linear infinite;
        }

        .mobile-nav-toggle {
            display: none;
            background: none;
            border: none;
            cursor: pointer;
            width: 40px;
            height: 40px;
            position: relative;
            z-index: 1001;
            border-radius: 50%;
            transition: background-color 0.3s ease;
        }

        .mobile-nav-toggle:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }

        .mobile-nav-toggle .bar {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 20px;
            height: 2px;
            background: white;
            transition: all 0.4s ease;
        }

        .mobile-nav-toggle .bar:nth-child(1) { top: 14px; }
        .mobile-nav-toggle .bar:nth-child(2) { top: 19px; }
        .mobile-nav-toggle .bar:nth-child(3) { top: 24px; }

        @keyframes gradient {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
.container {
	width: 100%;
	height: 1000px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 0% 0%;
	background-color: #FFFFFF;
}
.clock{
	border: 1px solid #606060;
	color: white;
	border-radius: 10px;
	background-color: #222222;
	width: 20%;
	height: 100%;
	float: right;
}
#Date{
font-size: 20px !important;
text-align: center;
}
.clock ul{
list-style: none;
display: flex;
font-size: 30px;
gap: 15px;
}
.baslik {
	width: 90%;
	height: 142px;
	margin-left: 5%;
	margin-right: 5%;
	background-image: url(resim/baslik.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: left;
	font-size: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 180%;
	overflow: hidden;
	margin-top: 100px;
}
.container .menu ul {
	padding: 0px;
	margin: 0px;
}
.menu ul li {
	float: left;
	height: 30px;
	width: 20%;
	text-align: center;
	display: block;
}
ul li a {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 120%;
	line-height: 150%;
	color: #000000;
	text-decoration: none;
	text-shadow: 1px 1px #000000;
}
ul li a:hover {
	color: #53B147;
}




.logo {
	width: 25%;
	height: 150px;
	margin-top: 1%;
	margin-left: 5%;
	float: left;
	background-image: url(resim/llogo.png);
	background-repeat: no-repeat;
	background-size: 58% 100%;
	background-position: 50% 0%;
}
.banner {
	width: 65%;
	height: 150px;
	margin-top: 1%;
	float: left;
	background-image: url(d%C3%B6nenresim/desk.gif);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.menu {
	width: 90%;
	height: 30px;
	float: left;
	margin-top: 1%;
	margin-left: 5%;
	background-color: #C2C2C2;
}
.aciklama {
	width: 90%;
	height: 200px;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
	margin-top: 1%;
}
.acilama1 {
	width: 33%;
	height: 200px;
	float: left;
	text-indent: 0px;
	text-align: left;
	line-height: 200%;
	background-image: url(resim/ta1.png);
	background-repeat: no-repeat;
	background-position: 90% 90%;
	background-color: #FFFFFF;
}
.container .aciklama .acilama1:hover {
	background-color: #C2C2C2;
}
.aciklama2 {
	width: 33%;
	height: 200px;
	float: left;
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(resim/ta2.png);
	background-repeat: no-repeat;
	background-position: 90% 90%;
}
.container .aciklama .aciklama2:hover {
	background-color: #C2C2C2;
	width: 33%;
	height: 200px;
	float: left;
}
.aciklama3 {
	width: 33%;
	height: 200px;
	float: left;
	background-image: url(resim/ta3.png);
	background-repeat: no-repeat;
	background-position: 90% 90%;
}
.container .aciklama .aciklama3:hover {
	background-color: #C2C2C2;
}
.atıkkod {
	margin-left: 5%;
	float: left;
	margin-top: 2%;
	height: 300px;
	width: 90%;
}
.container .atıkkod:hover {
	background-color: #2DAD6F;
}
.lis p a {
	color: #29AD6B;
}
.lis p a:hover {
	color: #E6FF08;
}




.container .atıkkod h3 {
	text-align: center;
}
.lis {
	width: 90%;
	height: 150px;
	margin-left: 5%;
	float: left;
	margin-bottom: 20px;
}
.finale {
	width: 100%;
	height: 180px;
	margin-top: 1%;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(resim/ced.webp);
	background-repeat: no-repeat;
	background-size: 20% auto;
	background-position: 100% 0%;
	float: left;
}

.trh {
	text-align: right;
	width: 95%;
	
	color: #daf6ff;
	text-shadow: 0 0 20px rgba(10, 175, 230, 1),  0 0 20px rgba(10, 175, 230, 0);
	font-family: 'Share Tech Mono', monospace;
	color: #045500;
	font-weight: bold;
	font-size: large;
}
.referans {
	width: 100%;
	height: 400px;
	margin-top: 1%;
	margin-bottom: 1%;
	float: left;
	margin-left: 1%;
}
.ref1 {
	background-image: url(referans/gelek.webp);
	width: 15%;
	height: 50%;
	float: left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.ref2 {
	width: 25%;
	height: 35%;
	float: left;
	background-image: url(referans/indir.png);
	margin-left: 1%;
	margin-right: 1%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.ref3 {
	width: 35%;
	height: 50%;
	float: left;
	background-image: url(referans/inciaku.webp);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-right: 1%;
}
.ref4 {
	background-image: url(referans/izsu.webp);
	width: 14%;
	height: 45%;
	float: left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.ref5 {
	background-image: url(referans/guhring.webp);
	width: 25%;
	height: 50%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.ref6 {
	background-image: url(referans/tedas.webp);
	width: 15%;
	height: 48%;
	float: left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.ref7 {
	background-image: url(referans/sader.webp);
	float: left;
	width: 30%;
	height: 20%;
	background-position: 0 0%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.ref8 {
	width: 17%;
	height: 50%;
	background-image: url(referans/saglik.webp);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	float: left;
}
.alnlar {
	width: 100%;
	height: 2200px;
	float: left;
}
.fott {
	width: 100%;
	height: 400px;
	float: left;
}
.fot1 {
	width: 22%;
	height: 50%;
	float: left;
	background-image: url(referans/foto/fot1.jpg);
	background-size: 100% 100%;
}
.container .fott .fot2 {
	width: 25%;
	height: 50%;
	background-image: url(referans/foto/fot2.jpg);
	background-size: 100% 100%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}
.container .fott .fot3 {
	margin-right: 1%;
	width: 25%;
	height: 50%;
	background-size: 100% 100%;
	background-image: url(referans/foto/fot3.jpg);
	float: left;
}
.container .fott .fot4 {
	margin-left: 1%;
	float: left;
	width: 22%;
	height: 50%;
	background-image: url(referans/foto/fot4.jpg);
	background-size: 100% 100%;
}
.container .fott .fot5 {
	width: 25%;
	height: 49%;
	float: left;
	margin-top: 1%;
	background-image: url(referans/foto/fot5.jpg);
	background-size: 100% 100%;
}
.container .fott .fot6 {
	width: 25%;
	height: 49%;
	margin-top: 1%;
	margin-left: 1%;
	float: left;
	background-image: url(referans/foto/fot6.jpg);
	background-size: 100% 100%;
}
.mobfoto {
}































}

@media (min-width: 769px) and (max-width: 949px){
	
	
		
	:root {
            --gradient: linear-gradient(45deg, #7fff00, #003b00, #008000, #00ff41);
            --glass-bg: rgba(255, 255, 255, 0.05);
            --border: 1px solid rgba(255, 255, 255, 0.1);
            --shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
        }

        

        .navbar {
			margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            padding: 1.2rem 5%;
            backdrop-filter: blur(12px);
            background: #151212;
            border-bottom: var(--border);
            z-index: 1000;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: var(--shadow);
        }

        .navbar.scrolled {
            padding: 0.8rem 5%;
            background: rgba(10, 10, 10, 0.95);
        }

        .navbar-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1400px;
            margin: 0 auto;
        }

        .logoo {
            font-size: 1.8rem;
            font-weight: 700;
            background: var(--gradient);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: gradient 8s linear infinite;
            background-size: 300%;
            letter-spacing: -0.5px;
        }

        .nav-links {
            display: flex;
            gap: 2.5rem;
            list-style: none;
        }

        .nav-links a {
            color: white;
            text-decoration: none;
            font-weight: 500;
            position: relative;
            padding: 0.5rem 0;
            transition: all 0.3s ease;
            font-size: 1.05rem;
            letter-spacing: 0.3px;
        }

        .nav-links a::before {
            content: '';
            position: absolute;
            top: -4px;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--gradient);
            background-size: 300%;
            transition: width 0.3s ease;
        }

        .nav-links a::after {
            content: '';
            position: absolute;
            bottom: -4px;
            right: 0;
            width: 0;
            height: 2px;
            background: var(--gradient);
            background-size: 300%;
            transition: width 0.3s ease;
        }

        .nav-links a:hover {
            color: #fff;
            text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
        }

        .nav-links a:hover::before,
        .nav-links a:hover::after {
            width: 100%;
            animation: gradient 8s linear infinite;
        }

        .mobile-nav-toggle {
            display: none;
            background: none;
            border: none;
            cursor: pointer;
            width: 40px;
            height: 40px;
            position: relative;
            z-index: 1001;
            border-radius: 50%;
            transition: background-color 0.3s ease;
        }

        .mobile-nav-toggle:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }

        .mobile-nav-toggle .bar {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 20px;
            height: 2px;
            background: white;
            transition: all 0.4s ease;
        }

        .mobile-nav-toggle .bar:nth-child(1) { top: 14px; }
        .mobile-nav-toggle .bar:nth-child(2) { top: 19px; }
        .mobile-nav-toggle .bar:nth-child(3) { top: 24px; }

        @keyframes gradient {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
	
	
	
.clock{
	border: 1px solid #606060;
	color: white;
	border-radius: 10px;
	background-color: #222222;
	width: 20%;
	height: 100%;
	float: right;
}
#Date{
font-size: 20px !important;
text-align: center;
}
.clock ul{
list-style: none;
display: flex;
font-size: 30px;
gap: 15px;
}
.container {
	width: 100%;
	height: 1100px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #FFFFFF;
}
.container .baslik {
	width: 90%;
	height: 142px;
	margin-left: 5%;
	margin-right: 5%;
	background-image: url(resim/baslik.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: left;
	font-size: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 180%;
	overflow: hidden;
	margin-top: 150px;
}
.container .logo {
	width: 25%;
	height: 200px;
	margin-left: 5%;
	float: left;
	background-image: url(resim/llogo.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-top: 1%;
}
.container .banner {
	width: 65%;
	height: 200px;
	margin-top: 1%;
	margin-left: 0px;
	margin-right: 5%;
	float: left;
	background-repeat: no-repeat;
	background-size: 100% 90%;
	background-image: url(d%C3%B6nenresim/Untitled-5.gif);
}
.container .menu {
	width: 90%;
	height: 30px;
	margin-top: 1%;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
	background-color: #C2C3C2;
}
.container .menu ul {
	padding: 0px;
	margin: 0px;
}
.menu ul li {
	text-align: center;
	display: block;
	height: 30px;
	width: 20%;
	float: left;
}
ul li a {
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	text-decoration: none;
	text-shadow: 1px 1px #000000;
	line-height: 150%;
}
ul li a:hover {
	color: #53B147;
}
.container .aciklama {
	width: 90%;
	height: 200px;
	margin-top: 1%;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
	color: undefined;
}
.container .aciklama .acilama1 {
	width: 33%;
	height: 200px;
	background-color: #FFFFFF;
	background-image: url(resim/ta1.png);
	background-repeat: no-repeat;
	background-position: 90% 90%;
	float: left;
}
.container .aciklama .acilama1:hover {
	background-color: #C2C3C2;
}
.container .aciklama .aciklama2 {
	width: 33%;
	height: 200px;
	float: left;
	background-repeat: no-repeat;
	background-position: 90% 90%;
	background-image: url(resim/ta2.png);
}
.container .aciklama .aciklama2:hover {
	background-color: #C2C3C2;
}
.container .aciklama .aciklama3 {
	width: 33%;
	height: 200px;
	float: left;
	background-repeat: no-repeat;
	background-position: 90% 90%;
	background-image: url(resim/ta3.png);
}
.container .aciklama .aciklama3:hover {
	background-color: #C2C3C2;
}



.finale {
	width: 100%;
	height: 150px;
	margin-top: 1%;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 100%;
	background-image: url(resim/ced.webp);
	background-repeat: no-repeat;
	background-size: 20% auto;
	background-position: 100% 0%;
	float: left;
}
.container .atıkkod {
	width: 100%;
	float: left;
	height: 320px;
}
.container .atıkkod:hover {
	background-color: #2BAD6A;
}
.container .lis {
	width: 100%;
	height: 200px;
	float: left;
	margin-bottom: 20px;
}
.lis p a {
	color: #42AE64;
}
.lis p a:hover {
	color: #E6FF08;
}




.container .atıkkod h3 {
	text-align: center;
}

.trh {
	text-align: right;
	width: 95%;
	
	color: #daf6ff;
	text-shadow: 0 0 20px rgba(10, 175, 230, 1),  0 0 20px rgba(10, 175, 230, 0);
	font-family: 'Share Tech Mono', monospace;
	color: #045500;
	font-weight: bold;
	font-size: large;
}





.moburunler{
		display:none;
		
		}
	
.referans {
	width: 100%;
	height: 400px;
	margin-top: 1%;
	margin-bottom: 1%;
	float: left;
	margin-left: 1%;
}
.ref1 {
	background-image: url(referans/gelek.webp);
	width: 15%;
	height: 50%;
	float: left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.ref2 {
	width: 25%;
	height: 35%;
	float: left;
	background-image: url(referans/indir.png);
	margin-left: 1%;
	margin-right: 1%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.ref3 {
	width: 35%;
	height: 50%;
	float: left;
	background-image: url(referans/inciaku.webp);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-right: 1%;
}
.ref4 {
	background-image: url(referans/izsu.webp);
	width: 14%;
	height: 45%;
	float: left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.ref5 {
	background-image: url(referans/guhring.webp);
	width: 25%;
	height: 50%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.ref6 {
	background-image: url(referans/tedas.webp);
	width: 15%;
	height: 48%;
	float: left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.ref7 {
	background-image: url(referans/sader.webp);
	float: left;
	width: 30%;
	height: 20%;
	background-position: 0 0%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.ref8 {
	width: 17%;
	height: 50%;
	background-image: url(referans/saglik.webp);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	float: left;
}

.alnlar {
	width: 100%;
	height: 2200px;
	float: left;
}
.fott {
	width: 100%;
	height: 400px;
	float: left;
}
.fot1 {
	width: 22%;
	height: 50%;
	float: left;
	background-image: url(referans/foto/fot1.jpg);
	background-size: 100% 100%;
}
.container .fott .fot2 {
	width: 25%;
	height: 50%;
	background-image: url(referans/foto/fot2.jpg);
	background-size: 100% 100%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}
.container .fott .fot3 {
	margin-right: 1%;
	width: 25%;
	height: 50%;
	background-size: 100% 100%;
	background-image: url(referans/foto/fot3.jpg);
	float: left;
}
.container .fott .fot4 {
	margin-left: 1%;
	float: left;
	width: 22%;
	height: 50%;
	background-image: url(referans/foto/fot4.jpg);
	background-size: 100% 100%;
}
.container .fott .fot5 {
	width: 25%;
	height: 49%;
	float: left;
	margin-top: 1%;
	background-image: url(referans/foto/fot5.jpg);
	background-size: 100% 100%;
}
.container .fott .fot6 {
	width: 25%;
	height: 49%;
	margin-top: 1%;
	margin-left: 1%;
	float: left;
	background-image: url(referans/foto/fot6.jpg);
	background-size: 100% 100%;
}








}

@media (max-width: 768px){
	
	.urunler{
	display: none;
	float: left;
		
		}
	
	
.clock{
	border: 1px solid #606060;
	color: white;
	border-radius: 10px;
	background-color: #222222;
	width: 100%;
	height: 41%;
}
#Date{
font-size: 20px !important;
text-align: center;
}
.clock ul{
	list-style: none;
	display: flex;
	font-size: 30px;
	gap: 15px;
	padding-left: 38%;
}
.container {
	width: 100%;
	height: 2400px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #FFFFFF;
}
.container .baslik {
	width: 100%;
	height: 227px;
	background-image: url(resim/baslik.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: left;
	font-size: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 180%;
	overflow: hidden;
	margin-top: 130px;
}
.container .logo {
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(d%C3%B6nenresim/mob.gif);
	margin-top: 1%;
}
.container .banner {
	width: 60%;
	height: 250px;
	margin-left: 20%;
	float: left;
	background-image: url(resim/llogo.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.container .menu {width: 100%;
	height: 150px;
	margin-top: 1%;
	float: left;
}
.container .menu ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	height: 100%;
}
.menu ul li {
	height: 20%;
	width: 100%;
	text-align: center;
	display: block;
}
ul li a {
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 120%;
	text-decoration: none;
	text-shadow: 1px 1px #000000;
	line-height: 150%;
}
ul li a:hover {
	color: #53B147;
}
.container .aciklama {
	width: 100%;
	height: 600px;
	float: left;
	margin-top: 20px;
}
.container .aciklama .acilama1 {
	width: 100%;
	height: 200px;
	background-color: none;
	background-image: url(resim/ta1.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-position: 90% 90%;
	float: left;
}
.container .aciklama .aciklama2 {
	width: 100%;
	height: 200px;
	background-color: none;
	background-position: 90% 90%;
	background-repeat: no-repeat;
	background-image: url(resim/ta2.png);
	float: left;
}
.container .aciklama .aciklama2:hover {
	background-color: #C2C2C2;
}
.container .aciklama .aciklama3 {
	width: 100%;
	height: 200px;
	float: left;
	background-repeat: no-repeat;
	background-position: 90% 90%;
	background-image: url(resim/ta3.png);
}
.container .aciklama .aciklama3:hover {
	background-color: #C2C2C3;
}




.container .aciklama .acilama1:hover {
	background-color: #C1C2C2;
}
.referans {
	width: 100%;
	height: 400px;
	margin-top: 1%;
	margin-bottom: 1%;
	float: left;
	margin-left: 1%;
}
.ref1 {
	background-image: url(referans/gelek.webp);
	width: 15%;
	height: 25%;
	float: left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.ref2 {
	width: 25%;
	height: 35%;
	float: left;
	background-image: url(referans/indir.png);
	margin-left: 1%;
	margin-right: 1%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.ref3 {
	width: 35%;
	height: 50%;
	float: left;
	background-image: url(referans/inciaku.webp);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-right: 1%;
}
.ref4 {
	background-image: url(referans/izsu.webp);
	width: 14%;
	height: 25%;
	float: left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.ref5 {
	background-image: url(referans/guhring.webp);
	width: 25%;
	height: 50%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.ref6 {
	background-image: url(referans/tedas.webp);
	width: 15%;
	height: 20%;
	float: left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.ref7 {
	background-image: url(referans/sader.webp);
	float: left;
	width: 30%;
	height: 20%;
	background-position: 0 0%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.ref8 {
	width: 17%;
	height: 20%;
	background-image: url(referans/saglik.webp);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	float: left;
}
.alnlar {
	width: 100%;
	height: 2800px;
	float: left;
}
.fott {
	width: 100%;
	height: 600px;
	float: left;
}
.fot1 {
	width: 48%;
	height: 200px;
	float: left;
	background-image: url(referans/foto/fot1.jpg);
	background-size: 100% 100%;
}
.container .fott .fot2 {
	width: 48%;
	height: 200px;
	background-image: url(referans/foto/fot2.jpg);
	background-size: 100% 100%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}
.container .fott .fot3 {
	margin-right: 1%;
	width: 49%;
	height: 200px;
	background-size: 100% 100%;
	background-image: url(referans/foto/fot3.jpg);
	float: left;
}
.container .fott .fot4 {
	margin-left: 1%;
	float: left;
	width: 49%;
	height: 200px;
	background-image: url(referans/foto/fot4.jpg);
	background-size: 100% 100%;
}
.container .fott .fot5 {
	width: 49%;
	height: 200px;
	float: left;
	margin-top: 1%;
	background-image: url(referans/foto/fot5.jpg);
	background-size: 100% 100%;
}
.container .fott .fot6 {
	width: 49%;
	height: 200px;
	margin-top: 1%;
	margin-left: 1%;
	float: left;
	background-image: url(referans/foto/fot6.jpg);
	background-size: 100% 100%;
}


.container .finale {
	color: #FFFFFF;
	width: 100%;
	height: 200px;
	background-color: #000000;
	text-align: left;
	font-size: 100%;
	background-image: url(resim/ced.webp);
	background-repeat: no-repeat;
	background-size: 40% auto;
	background-position: 100% 0%;
	float: left;
}

.container .atıkkod {
	width: 100%;
	float: left;
	height: 25%;
}
.container .atıkkod:hover {
	background-color: #198F52;
}
.lis p a {
	background-color: #199452;
}
.container .finale {
	float: left;
}



.container .atıkkod h3 {
	text-align: center;
}

.container .lis {
	float: left;
	margin-top: 30%;
	width: 100%;
	height: 10%;
}
.trh {
	text-align: right;
	width: 95%;
	
	color: #daf6ff;
	text-shadow: 0 0 20px rgba(10, 175, 230, 1),  0 0 20px rgba(10, 175, 230, 0);
	font-family: 'Share Tech Mono', monospace;
	color: #045500;
	font-weight: bold;
	font-size: large;
}
:root {
            --gradient: linear-gradient(-10deg , #7fff00, #003b00, #008000, #00ff41);
            --glass-bg: rgba(255, 255, 255, 0.05);
            --border: 1px solid rgba(255, 255, 255, 0.1);
            --shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
        }

            .nav-links {
                position: fixed;
                top: 0;
                right: -100%;
                height: 100vh;
                width: 80%;
                max-width: 400px;
                background: linear-gradient( rgba(10, 10, 10, 0.99), rgba(20, 20, 20, 0.99));
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 2rem;
                transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
                box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
                padding: 2rem;
                backdrop-filter: blur(10px);
            }

            .nav-links::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.03));
                pointer-events: none;
            }

            .nav-links.active {
                right: 0;
            }

          
            .nav-links.active a {
                opacity: 1;
                transform: translateX(0);
            }

            .nav-links a:nth-child(1) { transition-delay: 0.1s; }
            .nav-links a:nth-child(2) { transition-delay: 0.2s; }
            .nav-links a:nth-child(3) { transition-delay: 0.3s; }
            .nav-links a:nth-child(4) { transition-delay: 0.4s; }
            .nav-links a:nth-child(5) { transition-delay: 0.5s; }

            .mobile-nav-toggle {
                display: block;
            }

            .mobile-nav-toggle.active .bar:nth-child(1) {
                transform: translate(-50%, 5px) rotate(45deg);
                width: 24px;
            }

            .mobile-nav-toggle.active .bar:nth-child(2) {
                opacity: 0;
            }

            .mobile-nav-toggle.active .bar:nth-child(3) {
                transform: translate(-50%, -5px) rotate(-45deg);
                width: 24px;
            }
 .mobile-nav-toggle {
	display: flex;
	background: #000000;
	border: none;
	cursor: pointer;
	width: 40px;
	height: 40px;
	position: relative;
	z-index: 1001;
	border-radius: 50%;
	transition: background-color 0.3s ease;
        }
.logoo {
	
            font-size: 1.8rem;
            font-weight: 700;
            background: var(--gradient);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: gradient 8s linear infinite;
            background-size: 300%;
            letter-spacing: -0.5px;
        }
		 .navbar {
			margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            padding: 1.2rem 5%;
            backdrop-filter: blur(12px);
            background: #151212;
            border-bottom: var(--border);
            z-index: 1000;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: var(--shadow);
			  
			  .mobile-nav-toggle:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }

        .mobile-nav-toggle .bar {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 20px;
            height: 2px;
            background: white;
            transition: all 0.4s ease;
        }

        .mobile-nav-toggle .bar:nth-child(1) { top: 14px; }
        .mobile-nav-toggle .bar:nth-child(2) { top: 19px; }
        .mobile-nav-toggle .bar:nth-child(3) { top: 24px; }
		.nav-links {
            display: flex;
            gap: 2.5rem;
            list-style: none;
        }

        .nav-links a {
            color: white;
            text-decoration: none;
            font-weight: 500;
            position: relative;
            padding: 0.5rem 0;
            transition: all 0.3s ease;
            font-size: 1.05rem;
            letter-spacing: 0.3px;
        }

        .nav-links a::before {
            content: '';
            position: absolute;
            top: -4px;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--gradient);
            background-size: 300%;
            transition: width 0.3s ease;
        }

        .nav-links a::after {
            content: '';
            position: absolute;
            bottom: -4px;
            right: 0;
            width: 0;
            height: 2px;
            background: var(--gradient);
            background-size: 300%;
            transition: width 0.3s ease;
        }

        .nav-links a:hover {
            color: #fff;
            text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
        }

        .nav-links a:hover::before,
        .nav-links a:hover::after {
	width: 100%;
	animation: gradient 8s linear infinite;
	margin-top: 0px;
        }




}
