@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: 1200px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #FFFFFF;
}
.balik {
	width: 90%;
	height: 142px;
	margin-left: 5%;
	margin-right: 5%;
	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: bolder;
	line-height: 180%;
	overflow: hidden;
	margin-top: 100px;
	background-color: #53b147;
	border-radius: 10px;
}
.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;
}
.logo {
	width: 25%;
	height: 150px;
	margin-top: 1%;
	margin-left: 5%;
	float: left;
	background-image: url(resim/lllgo.webp);
	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%;
}
.manu {
	width: 90%;
	height: 30px;
	float: left;
	margin-top: 1%;
	margin-left: 5%;
	background-color: #C2C2C2;
}
.container .manu ul {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.manu 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%;
	color: #000000;
	text-decoration: none;
	text-shadow: 1px 1px #000000;
	line-height: 150%;
}
ul li a:hover {
	color: #53B147;
}
.tablofiyat {
	width: 100%;
	height: 900px;
	float: left;
	margin-top: 1%;
}
.tablobakir {
	margin-left: 3%;
	
	float: left;
}
.tarih {
	width: 100%;
	height: 100px;
	float: left;
	margin-top: 2%;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-shadow: 0px 0px;
	font-size: 150%;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #53B147;
}
.tablomaden {
	margin-left: 5%;
	float: left;
	

}
.alumnyumfiyat {
	width: 45%;
	margin-top: 1%;
	margin-left: 3%;
	float: left;
	clear: left;
}
.demifiyat {
	float: left;
	margin-top: 1%;
	margin-left: 5%;


}
.lme {
	width: 90%;
	height: 120px;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
	margin-top: 2%;
	background-color: #FFFFFF;
}
.finale {
	width: 100%;
	height: 200px;
	float: left;
	background-color: #000000;
	color: #FFFFFF;
	margin-top: 2%;
	background-image: url(resim/ced.webp);
	background-repeat: no-repeat;
	background-size: 20% auto;
	background-position: 100% 100%;
}
.container .tarih h1 {
	text-align: center;
	font-size: 100%;
}
.sokulecek {
	width: 45%;
	margin-top: 1%;
	float: left;
	clear: both;
	margin-left: 3%;
}
.kablo {
	width: 45%;
	float: left;
	margin-left: 5%;
	margin-top: 1%;
}
.resss {
	width: 95%;
	margin-top: 1%;
	float: left;
	height: 500px;
}
.res1 {
	width: 23%;
	height: 200px;
	margin-top: 1%;
	float: left;
	background-image: url(hurda/res1.webp);
	background-size: 100% 100%;
	border-radius: 5%;
	margin-left: 1%;
	
}



.lme .resss .res2 {
	width: 23%;
	height: 200px;
	float: left;
	margin-left: 1%;
	background-image: url(hurda/res2.webp);
	background-size: 100% 100%;
	border-radius: 5%;
	margin-top: 1%;
}
.res3 {
	width: 23%;
	height: 200px;
	float: left;
	margin-top: 1%;
	margin-left: 1%;
	background-image: url(hurda/res3.webp);
	background-size: 100% 100%;
	border-radius: 5%;
}
.lme .resss .res1:hover { -ms-transform: scale(1.3); /* IE 9 */
 -webkit-transform: scale(1.3); /* Safari 3-8 */
  transform: scale(1.3); 
}
.lme .resss .res2:hover { -ms-transform: scale(1.3); /* IE 9 */
 -webkit-transform: scale(1.3); /* Safari 3-8 */
  transform: scale(1.3); 
}
.lme .resss .res3:hover { -ms-transform: scale(1.3); /* IE 9 */
 -webkit-transform: scale(1.3); /* Safari 3-8 */
  transform: scale(1.3); 
}
.lme .resss .res4:hover { -ms-transform: scale(1.3); /* IE 9 */
 -webkit-transform: scale(1.3); /* Safari 3-8 */
  transform: scale(1.3); 
}




.res4 {
	margin-top: 1%;
	margin-left: 1%;
	float: left;
	width: 25%;
	height: 200px;
	background-image: url(hurda/res4.webp);
	background-size: 100% 100%;
	border-radius: 5%;
}
.res5 {
	width: 23%;
	height: 200px;
	float: left;
	margin-top: 1%;
	border-radius: 5%;
	background-image: url(hurda/res5.webp);
	background-size: 100% 100%;
	margin-left: 1%;
}

.res6 {
	width: 23%;
	height: 200px;
	margin-top: 1%;
	margin-left: 1%;
	float: left;
	background-size: 100% 100%;
	border-radius: 5%;
	background-image: url(hurda/res6.webp);
}
.lme .resss .res5:hover {-ms-transform: scale(1.3); /* IE 9 */
 -webkit-transform: scale(1.3); /* Safari 3-8 */
  transform: scale(1.3); 
}
.lme .resss .res6:hover {-ms-transform: scale(1.3); /* IE 9 */
 -webkit-transform: scale(1.3); /* Safari 3-8 */
  transform: scale(1.3); 
}
.lme .resss .res7:hover {-ms-transform: scale(1.3); /* IE 9 */
 -webkit-transform: scale(1.3); /* Safari 3-8 */
  transform: scale(1.3); 
}
.lme .resss .res8:hover {-ms-transform: scale(1.3); /* IE 9 */
 -webkit-transform: scale(1.3); /* Safari 3-8 */
  transform: scale(1.3); 
}




.res7 {
	width: 23%;
	height: 200px;
	margin-top: 1%;
	margin-left: 1%;
	background-image: url(hurda/res7.webp);
	background-size: 100% 100%;
	border-radius: 5%;
	float: left;
}
.res8 {
	width: 25%;
	height: 200px;
	margin-top: 1%;
	margin-left: 1%;
	float: left;
	background-image: url(hurda/res8.webp);
	background-size: 100% 100%;
	border-radius: 5%;
}
.aciklama {
	width: 100%;
	height: 300px;
	float: left;
}
.aciklama2 {
}
.kgalti {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 1%;
	float: left;
	text-align: center;
	font-weight: bolder;
}

.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;
}
.tablobakir tr:hover {
	background-color: #53B147;
	color: #FFFFFF;
}
.tablomaden tr:hover {
	background-color: #53B147;
	color: #FFFFFF;
}
.alumnyumfiyat tr:hover {
	background-color: #53B147;
	color: #FFFFFF;
}
.demifiyat tr:hover {
	background-color: #53B147;
	color: #FFFFFF;
}
.sokulecek tr:hover {
	background-color: #53B147;
	color: #FFFFFF;
}
.kablo tr:hover {
	background-color: #53B147;
	color: #FFFFFF;
}
.ackll {
}












































}

@media (min-width: 769px) and (max-width: 949px){
	
	
		.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: 1100px;
	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;
}
.container .balik {
	width: 90%;
	height: 142px;
	margin-left: 5%;
	margin-right: 5%;
	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: bolder;
	line-height: 180%;
	overflow: hidden;
	margin-top: 150px;
	background-color: #53b147;
	border-radius: 10px;
}
.container .logo {
	width: 25%;
	height: 200px;
	margin-left: 5%;
	float: left;
	background-image: url(resim/lllgo.webp);
	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-image: url(d%C3%B6nenresim/Untitled-5.gif);
	background-repeat: no-repeat;
	background-size: 100% 90%;
}
.container .manu {
	width: 90%;
	height: 30px;
	margin-top: 1%;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
	background-color: #C2C3C2;
}
.container .tablofiyat .tablobakir {
	float: left;
	margin-left: 3%;
}
.container .tablofiyat .tablomaden {
	float: left;
	margin-left: 5%;
}
.container .tablofiyat .alumnyumfiyat {
	float: left;
	clear: left;
	margin-top: 1%;
	margin-left: 3%;
}
.container .tablofiyat .demifiyat {
	float: left;
	margin-top: 1%;
	margin-left: 5%;
}
.container .tablofiyat .lme {
	width: 100%;
	height: 150px;
	float: left;
	margin-top: 2%;
	background-color: #FFFFFF;
}
.container .finale {
	width: 100%;
	height: 200px;
	margin-top: 1%;
	float: left;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(resim/ced.webp);
	background-repeat: no-repeat;
	background-size: 20% auto;
	background-position: 100% 0%;
}






.container .manu ul {
	padding: 0px;
	margin: 0px;
}
.manu 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 .tarih {
	width: 100%;
	height: 55px;
	float: left;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px;
	font-size: 111%;
	font-weight: normal;
	margin-top: 2%;
	background-color: #53B147;
	color: #FFFFFF;
}
.container .tablofiyat {
	width: 100%;
	height: 1250px;
	float: left;
	margin-top: 2%;
}
.container .tarih h1 {
	text-align: center;
	font-size: 100%;
}
.container .tablofiyat .sokulecek {
	float: left;
	clear: left;
	width: 45%;
	margin-left: 3%;
	margin-top: 1%;
}
.container .tablofiyat .kablo {
	float: left;
	margin-top: 1%;
	margin-left: 5%;
}
body .container .kgalti {
	width: 80%;
	float: left;
	margin-top: 3%;
	margin-left: 10%;
	margin-right: 10%;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
.tablobakir tr:hover {
	background-color: #53B147;
	color: #FFFFFF;
}
.tablomaden tr:hover {
	background-color: #53B147;
	color: #FFFFFF;
}
.alumnyumfiyat tr:hover {
	background-color: #53B147;
	color: #FFFFFF;
}
.demifiyat tr:hover {
	background-color: #53B147;
	color: #FFFFFF;
}
.sokulecek tr:hover {
	background-color: #53B147;
	color: #FFFFFF;
}
.kablo tr:hover {
	background-color: #53B147;
	color: #FFFFFF;
}




.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;
}









}

@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: 2600px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #FFFFFF;
	display: marker;
}
.container .balik {
	width: 100%;
	height: 227px;
	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: bolder;
	overflow: hidden;
	margin-top: 130px;
	background-color: #53b147;
	line-height: normal;
	border-radius: 10px;
}
.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%;
	float: left;
	overflow-y: auto;
	overflow-x: auto;
}
.container .banner {
	width: 60%;
	height: 250px;
	margin-left: 20%;
	float: left;
	background-image: url(resim/lllgo.webp);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	visibility: inherit;
}
.container .manu {
	width: 100%;
	height: 150px;
	margin-top: 1%;
	float: left;
}
.container .tablofiyat {
	width: 100%;
	height: 1710px;
	float: left;
}
.container .finale {
	width: 100%;
	height: 200px;
	padding-top: 0px;
	margin-top: 2%;
	float: left;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	background-image: url(resim/ced.webp);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: 100% 100%;
}

.container .tablofiyat .lme {
	width: 100%;
	background-color: #FFFFFF;
	height: 260px;
	float: left;
	margin-top: 5%;
}

.container .tablofiyat .tablobakir {
	width: 100%;
	float: left;
}
.container .tablofiyat .tablomaden {
	width: 100%;
	margin-top: 5%;
	float: left;
}
.container .tablofiyat .alumnyumfiyat {
	width: 100%;
	margin-top: 5%;
	float: left;
}
.container .tablofiyat .demifiyat {
	width: 100%;
	margin-top: 5%;
	float: left;
}

.tablobakir tr:hover {
	background-color: #53B147;
	color: #FFFFFF;
}
.tablomaden tr:hover {
	background-color: #53B147;
	color: #FFFFFF;
}
.alumnyumfiyat tr:hover {
	background-color: #53B147;
	color: #FFFFFF;
}
.demifiyat tr:hover {
	background-color: #53B147;
	color: #FFFFFF;
}
.sokulecek tr:hover {
	background-color: #53B147;
	color: #FFFFFF;
}
.kablo tr:hover {
	background-color: #53B147;
	color: #FFFFFF;
}



.container .manu 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%;
}
.manu ul li {
	height: 20%;
	width: 100%;
	text-align: center;
	display: block;
	line-height: 0;
}
ul li a {
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-shadow: 1px 1px #000000;
	line-height: 150%;
	font-size: 120%;
	text-align: center;
}
ul li a:hover {
	color: #53B147;
}
.container .tarih {
	width: 100%;
	height: 80px;
	float: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 120%;
	margin-top: 10%;
	font-weight: bolder;
	background-color: #53b147;
	color: #FFFFFF;
	text-indent: 0px;
}
.container .tarih h1 {
	text-align: center;
	font-size: 100%;
}
.container .tablofiyat .sokulecek {
	margin-top: 5%;
	float: left;
	width: 100%;
}
.container .tablofiyat .kablo {
	width: 100%;
	margin-top: 5%;
	float: left;
}
.tablofiyat .lme .resss {
	width: 90%;
	float: left;
	margin-left: 5%;
	margin-top: 1%;
	height: 700px;
}
.lme .resss .res1 {
	width: 100%;
	height: 200px;
	background-image: url(hurda/res1.webp);
	background-size: 100% 100%;
}
.lme .resss .res2 {
	width: 100%;
	height: 200px;
	float: left;
	margin-top: 1%;
	background-image: url(hurda/res2.webp);
	background-size: 100% 100%;
}
.lme .resss .res3 {
	width: 100%;
	height: 200px;
	margin-top: 1%;
	float: left;
	background-size: 100% 100%;
	background-image: url(hurda/res3.webp);
}
.lme .resss .res4 {
	background-size: 100% 100%;
	width: 100%;
	height: 200px;
	padding-top: 0px;
	margin-top: 1%;
	float: left;
	background-image: url(hurda/res4.webp);
}
.lme .resss .res5 {
	width: 100%;
	height: 200px;
	float: left;
	margin-top: 1%;
	background-image: url(hurda/res5.webp);
	background-size: 100% 100%;
}
.lme .resss .res6 {
	float: left;
	width: 100%;
	height: 200px;
	margin-top: 1%;
	background-size: 100% 100%;
	background-image: url(hurda/res6.webp);
}
.lme .resss .res7 {
	float: left;
	width: 100%;
	height: 200px;
	margin-top: 1%;
	background-image: url(hurda/res7.webp);
	background-size: 100% 100%;
}
.lme .resss .res8 {
	float: left;
	width: 100%;
	height: 200px;
	margin-top: 1%;
	background-size: 100% 100%;
	background-image: url(hurda/res8.webp);
}
body .container .kgalti {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2%;
	float: left;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2%;
	font-size: 120%;
}
.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;
        }
		
		
		
}
