@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: 1050px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	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;
}
.logo {
	width: 25%;
	height: 150px;
	background-image: url(resim/llogo.png);
	background-repeat: no-repeat;
	background-size: 58% 100%;
	margin-left: 5%;
	float: left;
	background-position: 50% 0%;
}
.banner {
	width: 65%;
	height: 150px;
	margin-left: 30%;
	background-image: url(d%C3%B6nenresim/desk.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: 100% 100%;
}
.menu {
	width: 90%;
	height: 30px;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 1%;
	background-color: #53b147;
}
.belgeler {
	width: 100%;
	height: 600px;
}
.belge1 {
	width: 30%;
	height: 250px;
	text-align: center;
	margin-left: 5%;
	color: #4AAD63;
	line-height: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	text-decoration: underline;
	list-style-type: none;
	float: left;
	background-image: url(belgeler/ak%C3%BCdepolama.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-top: 1%;
}
.belge2 {
	width: 30%;
	height: 250px;
	margin-left: 2%;
	float: left;
	margin-top: 1%;
	text-align: center;
	font-size: large;
	line-height: normal;
	color: #4AAD63;
	text-decoration: underline;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-image: url(belgeler/gfb.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-top: 0px solid #000000;
}
.belge3 {
	width: 30%;
	height: 250px;
	margin-left: 2%;
	float: left;
	margin-top: 1%;
	background-image: url(belgeler/ak%C3%BCderbelge.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	line-height: normal;
	text-align: center;
}
.belge4 {
	width: 30%;
	height: 250px;
	margin-top: 2%;
	float: left;
	margin-left: 5%;
	background-image: url(belgeler/atk.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
	color: #4AAD63;
	font-size: large;
	line-height: normal;
	text-decoration: underline;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.belge5 {
	width: 30%;
	height: 250px;
	margin-top: 2%;
	margin-left: 2%;
	float: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2BAD6B;
	text-align: center;
	text-decoration: underline;
	font-size: large;
	line-height: normal;
	background-image: url(belgeler/at%C4%B1kkod%201.jpg);
	background-size: 100% auto;
}
.belge6 {
	width: 30%;
	height: 250px;
	margin-top: 2%;
	margin-left: 2%;
	float: left;
	background-image: url(belgeler/at%C4%B1kkod2.jpg);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	text-decoration: underline;
	font-size: large;
	line-height: normal;
	color: #30AD6B;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.finale {
	width: 100%;
	height: 200px;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(resim/ced.webp);
	background-size: 20% 85%;
	background-repeat: no-repeat;
	background-position: 100% 0%;
	float: left;
}
.container .menu ul {
	margin: 0px;
	padding: 0px;
}
.menu ul li {
	float: left;
	height: 30px;
	width: 20%;
	text-align: center;
	display: block;
	list-style-type: none;
	line-height: 150%;
	font-size: 120%;
}
.container {
}
ul li a {
	color: #000000;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px #000000;
}
ul li a:hover {
	color: #53B147;
	text-shadow: 1px 1px #000000;
}
.belge3 a h6:hover {
	color: #000000;
}

.belge1 a h1 {
	color: #FF0004;
	background-color: #F5EDED;
	font-size: 100%;
}
.container .belgeler {
}

.belge2 a h2 {
	background-color: #F5EDED;
	font-size: 100%;
	color: #FF0004;
}
.belge3 a h6 {
	font-size: 100%;
	background-color: #F5EDED;
	color: #FF0004;
}
.belge4 a h3 {
	font-size: 100%;
	background-color: #F5EDED;
	color: #FF0004;
}
.belge5 a h4 {
	background-color: #F5EDED;
	font-size: 100%;
	color: #FF0004;
}
.belge6 a h5 {
	font-size: 100%;
	background-color: #F5EDED;
	color: #FF0004;
}
.belge1 a h1:hover {
	color: #000000;
}
.belge2 a h2:hover {
	color: #000000;
}
.belge4 a h3:hover {
	color: #000000;
}
.belge5 a h4:hover {
	color: #000000;
}
.belge6 a h5:hover {
	color: #000000;
}

.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;
}
.urunler {
	width: 100%;
	height: 150px;
	float: left;
}
.urunlermenu {
	text-align: left;
	list-style-type: none;
	float: left;
}
.urunletable {
	text-align: center;
}








































}

@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: 1225px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #FFFFFF;
	text-align: center;
}
.container .finale {
	width: 100%;
	height: 150px;
	float: left;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(resim/ced.webp);
	background-repeat: no-repeat;




	
	background-size: 20% auto;
	background-position: 90% 0%;
}

.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: 150px;
	margin-left: 5%;
	background-image: url(resim/llogo.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	float: left;
	margin-top: 1%;
}
.container .menu {
	width: 100%;
	height: 30px;
	float: left;
	background-color: #53b147;
}

.container .banner {
	width: 65%;
	margin-top: 1%;
	height: 150px;
	float: left;
	background-image: url(d%C3%B6nenresim/Untitled-5.gif);
	background-repeat: no-repeat;
	background-size: 100% 90%;
}
.container .menu ul {
	margin: 0px;
	padding: 0px;
}
.menu ul li {
	height: 30px;
	width: 20%;
	float: left;
	display: block;
	text-align: center;
	list-style-type: none;
	line-height: 150%;
	font-size: 100%;
}
ul li a {
	color: #000000;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	text-shadow: 1px 1px #000000;
	line-height: 150%;
}



.container .belgeler .belge3 {
	width: 45%;
	height: 250px;
	float: left;
	margin-top: 5%;
	background-image: url(belgeler/ak%C3%BCderbelge.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	text-decoration: underline;
	font-size: large;
}
.container .belgeler .belge4 {
	width: 45%;
	height: 250px;
	float: left;
	margin-top: 5%;
	margin-left: 10%;
	text-align: center;
	text-decoration: underline;
	font-size: large;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-image: url(belgeler/atk.jpg);
	background-size: 100% auto;
}
.belge4 a h3 {
	font-size: 100%;
	color: #000000;
	background-color: #C2C3C2;
}
.belge5 a h4 {
	font-size: 100%;
	color: #000000;
	background-color: #C2C3C2;
}
.belge6 a h5 {
	font-size: 100%;
	color: #000000;
	background-color: #C2C3C2;
}



.container .belgeler .belge5 {
	width: 45%;
	height: 250px;
	float: left;
	margin-top: 5%;
	text-align: center;
	text-decoration: underline;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(belgeler/at%C4%B1kkod%201.jpg);
}



.container .belgeler .belge1 {
	width: 45%;
	height: 250px;
	text-align: center;
	text-decoration: underline;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	background-image: url(belgeler/ak%C3%BCdepolama.jpg);
	background-position: 0% 0%;
	background-size: 100% auto;
	float: left;
}
.container .belgeler .belge2 {
	width: 45%;
	float: right;
	height: 250px;
	text-align: center;
	text-decoration: underline;
	font-size: large;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-image: url(belgeler/gfb.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}







.container .belgeler {
	width: 100%;
	height: 870px;
	float: left;
}
.container .belgeler .belge6 {
	width: 45%;
	height: 250px;
	float: left;
	margin-left: 10%;
	margin-top: 5%;
	text-align: center;
	text-decoration: underline;
	font-size: large;
	background-image: url(belgeler/at%C4%B1kkod2.jpg);
	background-size: 100% auto;
}
ul li a:hover {
	color: #53B147;
}
.belgeler .belge1 a {
	color: #000000;
	background-color: #000000;
	text-align: center;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 50%;
}
.belge2 a h2 {
	font-size: 100%;
	color: #000000;
	background-color: #C2C3C2;
	text-decoration: underline;
	-webkit-box-shadow: 0px 0;
	box-shadow: 0px 0;
}
.belge1 a h1 {
	background-color: #C2C3C2;
}
.belge3 a h6 {
	font-size: 100%;
	color: #000000;
	background-color: #C2C3C2;
}

.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;
		
		}



}

@media (max-width: 768px){
	

	.urunler{
		display:none;
		
		}
	
	
.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: 1900px;
	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;
	margin-top: 1%;
	background-image: url(d%C3%B6nenresim/mob.gif);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.container .banner {
	width: 60%;
	height: 250px;
	margin-top: 0px;
	margin-left: 20%;
	background-image: url(resim/llogo.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.container .menu {
	width: 100%;
	height: 20px;
	margin-top: 3%;
	margin-bottom: 2%;
	background-color: #53b147;
}
.container .belgeler .belge1 {
	width: 50%;
	height: 200px;
	background-image: url(belgeler/ak%C3%BCdepolama.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #1F9352;
	text-decoration: underline;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	margin-top: 20%;
	margin-left: 25%;
}
.belgeler .belge1 a {
	color: #000000;
	text-decoration: none;
	background-color: #000000;
	font-size: 50%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container .belgeler .belge2 {
	width: 50%;
	height: 200px;
	margin-top: 2%;
	text-align: center;
	text-decoration: underline;
	color: #199352;
	background-image: url(belgeler/gfb.jpg);
	background-size: 100% auto;
	margin-left: 25%;
}
.belge2 a h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #000000;
}

.container .belgeler .belge3 {
	width: 50%;
	height: 200px;
	margin-top: 2%;
	text-align: center;
	text-decoration: underline;
	color: #319442;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-image: url(belgeler/ak%C3%BCderbelge.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-left: 25%;
}
.container .belgeler .belge4 {
	width: 50%;
	height: 200px;
	color: #219652;
	text-align: center;
	text-decoration: underline;
	background-image: url(belgeler/atk.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 2%;
	margin-left: 25%;
}
.belge4 a h3 {
	font-size: 100%;
	color: #000000;
}
.belge5 a h4 {
	color: #000000;
	font-size: 100%;
}
.belge6 a h5 {
	font-size: 100%;
	color: #000000;
}



.container .belgeler .belge5 {
	width: 50%;
	height: 200px;
	margin-top: 2%;
	text-align: center;
	text-decoration: underline;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #199452;
	background-image: url(belgeler/at%C4%B1kkod%201.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-left: 25%;
}
.container .belgeler .belge6 {
	width: 50%;
	height: 200px;
	margin-top: 2%;
	text-align: center;
	text-decoration: underline;
	color: #189452;
	background-image: url(belgeler/at%C4%B1kkod2.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-left: 25%;
}
.belgeler .belge3 h6 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 100%;
}

.container .finale {
	width: 100%;
	float: left;
	margin-top: 10%;
	height: 150px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	background-image: url(resim/ced.webp);
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: 100% 80%;
}





.container .belgeler {
	width: 100%;
	height: 1350px;
}
.container .menu ul {
	margin: 0px;
	padding: 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;
}
.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;
        }
.moburunler {
	width: 100%;
	height: 500px;
	float: left;
	text-align: center;
}

}
