@charset "utf-8";

/*Desktop Wiev*/
@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%; }
        }
	.general-container {
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.radio {
  display: none;
}

.content {
	background-color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 3rem;
	cursor: pointer;
	flex: 1;
	margin-right: 0.8rem;
	overflow: hidden;
	position: relative;
	transition: all 0.5s cubic-bezier(0.05, 0.60, 0.39, 0.94);
	background-image: url(dınam.png);
	
}

.content::before {
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.content > * {
	position: relative;
	z-index: 1;
	color: #FFFFFF;
}

.content:hover {
  box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.3);
}

.content:nth-of-type(2) {
  background: transparent;
  background-image: url("aku.png");
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}

.content:nth-of-type(3) {
  background: transparent;
  background-image: url("kollek.png");
background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}

.content:nth-of-type(4) {
  background: transparent;
  background-image: url("bakır.png");
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}

.card-title {
  bottom: 1.2rem;
  color: black;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  left: 1.5rem;
  line-height: 1.1;
  opacity: 0;
  position: absolute;
  transform: translateX(2rem);
  transition: 290ms cubic-bezier(0.05, 0.62, 0.40, 0.95) 300ms;
  transition-property: opacity, transform;
  user-select: none;
  white-space: nowrap;
}

.title-card{
  top: 2rem;
  color: black;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  left: 1.5rem;
  line-height: 1.1;
  opacity: 0;
  position: absolute;
  transform: translateX(2rem);
  transition: 290ms cubic-bezier(0.05, 0.60, 0.42, 0.94) 300ms;
  transition-property: opacity, transform;
  user-select: none;
  white-space: nowrap;

}

.subtitle {
	font-size: 1rem;
	color: #FFFFFF;
}

.subsubtitle{
	font-size: 0.85rem;
	color: white;
}

.paddT{
  padding-left: 3rem;
  padding-right: 3rem;
}

.radio:checked + .content {
  border-radius: 2rem;
  box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.3);
  flex: 9;
}

.radio:checked + .content > .card-title {
  opacity: 1;
  transform: translateX(0);
}

.radio:checked + .content > .title-card{
  opacity: 1;
  transform: translateX(0);
}

.marg-bott{
	margin-bottom: 1.5rem;
	color: #FFFFFF;
}

.container {
	width: 100%;
	height: 1700px;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	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;
}
.etiket p a {
	color: #FF0004;
}

.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;
	float: left;
	margin-top: 1%;
	margin-left: 5%;
	background-image: url(resim/llogo.png);
	background-repeat: no-repeat;
	background-size: 58% 100%;
	background-position: 50% 0%;
}
.banner {
	float: left;
	width: 65%;
	height: 150px;
	margin-top: 1%;
	margin-right: 5%;
	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: #53b147;
}

.container .menu ul {
	margin: 0px;
	padding: 0px;
	
}
.menu ul li {
	text-align: center;
	display: block;
	float: left;
	height: 30px;
	width: 20%;
}




.resim {
	width: 90%;
	height: 400px;
	margin-left: 5%;
	margin-top: 1%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	float: left;
	border-radius: 3%;
}
.adres {
	width: 45%;
	height: 250px;
	margin-left: 5%;
	float: left;
	margin-top: 1%;
}
.adress {
	width: 40%;
	height: 250px;
	float: left;
	margin-top: 1%;
	margin-left: 5%;
	text-align: right;
	font-size: 100%;
	background-color: #000000;
	color: #FFFFFF;
}
.finale {
	width: 100%;
	height: 180px;
	margin-top: 2%;
	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;
}
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;
}
.etiket {
	float: left;
	width: 45%;
	margin-top: 1%;
	margin-left: 5%;
	text-align: left;
	font-size: medium;
}
.izmirhurda {
	float: left;
	width: 90%;
	height: 225px;
	margin-top: 1%;
	margin-left: 5%;
	margin-right: 5%;
}
.etiket p a {
	color: #FF0004;
	text-decoration: underline;
}

.container .izmirhurda {
	font-size: large;
}
.container .izmirhurda .hurdaci {
	text-align: center;
	font-size: xx-large;
}
.izmirhurda .hurdaci a {
	text-decoration: none;
	color: #000000;
}
.izmirhurda .hurdaci a:hover {
	color: #F1CF2A;
}
.metal {
	text-align: center;
	font-size: large;
	font-weight: bolder;
}
.etiket .metal a {
	color: #000000;
	text-decoration: none;
}
.etiket .metal a:hover {
	color: #F1CF2A;
}
.izmirhurdaci {
	float: left;
	width: 45%;
	margin-top: 1%;
	margin-right: 5%;
}
.izmir {
	text-align: center;
	font-size: xx-small;
	font-weight: normal;
	color: #F1CF2A;
	text-decoration: underline;
	background-color: #000000;
}
.belge {
}
.izmirhurdaci .belge a {
	background-color: #000000;
	font-size: large;
	color: #FFFFFF;
	text-decoration: none;
}
.izmirhurdaci .belge a:hover {
	color: #F1CF2A;
}
.hurdafiyatlari {
	margin-top: 1%;
	float: left;
	clear: left;
	width: 90%;
	height: 250px;
	margin-left: 5%;
	font-size: 6px;
}
.container .tarih {
	text-align: center;
	font-size: x-small;
}
.hurdaku {
	float: left;
	margin-left: 5%;
	width: 45%;
	height: 300px;
}
body .container .hurdaku:hover {
	background-color: #C2C2C2;
}
body .container .hurdafiyatları:hover {
	background-color: #38B573;
}


body .container .hurdafiyatları {
}

.container .hurdaku h2 {
	text-align: center;
	color: #000000;
}
.hurdafiyatları {
	width: 45%;
	height: 300px;
	float: left;
}
.container .hurdafiyatları h3 {
	text-align: center;
	font-size: 150%;
}
.res {
	width: 100%;
	height: 200px;
	float: left;
	margin-top: 1%;
}
.res1 {
	width: 24%;
	height: 200px;
	float: left;
	background-image: url(madenfoto/241ffa1f-9480-4465-ba5d-4be5377ace59.jpeg);
	border-radius: 5%;
	background-size: 100% 100%;
}
.res2 {
	float: left;
	margin-left: 1%;
	width: 24%;
	height: 200px;
	background-image: url(madenfoto/5295add9-4fe1-431c-a18d-cb2fc88454fc.jpeg);
	background-size: 100% 100%;
	border-radius: 5%;
}
.res3 {
	width: 24%;
	height: 200px;
	margin-left: 1%;
	float: left;
	border-radius: 5%;
	background-image: url(madenfoto/ed161859-c7b2-40b9-aaa2-516a11006c87.jpeg);
	background-size: 100% 100%;
}
.res4 {
	float: left;
	margin-left: 1%;
	width: 24%;
	height: 200px;
	border-radius: 5%;
	background-image: url(madenfoto/1ad8309a-ed4b-4040-8c27-f30a1fa9479b.jpeg);
	background-size: 100% 100%;
}
div .res .res1:hover {
	-ms-transform: scale(1.3); /* IE 9 */
	-webkit-transform: scale(1.3); /* Safari 3-8 */
	transform: scale(1.3);
	float: left;
}
div .res .res2:hover {
	-ms-transform: scale(1.3); /* IE 9 */
	-webkit-transform: scale(1.3); /* Safari 3-8 */
	transform: scale(1.3);
	float: left;
}
div .res .res3:hover {
	-ms-transform: scale(1.3); /* IE 9 */
	-webkit-transform: scale(1.3); /* Safari 3-8 */
	transform: scale(1.3);
	float: left;
}
div .res .res4:hover {
	-ms-transform: scale(1.3); /* IE 9 */
	-webkit-transform: scale(1.3); /* Safari 3-8 */
	transform: scale(1.3);
	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;
}
.sayac1 {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-style: normal;
	font-variant: normal;
}
.blog {
	float: left;
	width: 100%;
	height: 200px;
	text-align: left;
}
.container .blog article {
	float: left;
}




















}
/*Tablet Wiev*/
@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%; }
        }
	
	.general-container {
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.radio {
  display: none;
}

.content {
	background-color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 3rem;
	cursor: pointer;
	flex: 1;
	margin-right: 0.8rem;
	overflow: hidden;
	position: relative;
	transition: all 0.5s cubic-bezier(0.05, 0.60, 0.39, 0.94);
	background-image: url(dınam.png);
	
}

.content::before {
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.content > * {
	position: relative;
	z-index: 1;
	color: #FFFFFF;
}

.content:hover {
  box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.3);
}

.content:nth-of-type(2) {
  background: transparent;
  background-image: url("aku.png");
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}

.content:nth-of-type(3) {
  background: transparent;
  background-image: url("kollek.png");
background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}

.content:nth-of-type(4) {
  background: transparent;
  background-image: url("bakır.png");
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}

.card-title {
  bottom: 1.2rem;
  color: black;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  left: 1.5rem;
  line-height: 1.1;
  opacity: 0;
  position: absolute;
  transform: translateX(2rem);
  transition: 290ms cubic-bezier(0.05, 0.62, 0.40, 0.95) 300ms;
  transition-property: opacity, transform;
  user-select: none;
  white-space: nowrap;
}

.title-card{
  top: 2rem;
  color: black;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  left: 1.5rem;
  line-height: 1.1;
  opacity: 0;
  position: absolute;
  transform: translateX(2rem);
  transition: 290ms cubic-bezier(0.05, 0.60, 0.42, 0.94) 300ms;
  transition-property: opacity, transform;
  user-select: none;
  white-space: nowrap;

}

.subtitle {
	font-size: 1rem;
	color: #FFFFFF;
}

.subsubtitle{
	font-size: 0.85rem;
	color: white;
}

.paddT{
  padding-left: 3rem;
  padding-right: 3rem;
}

.radio:checked + .content {
  border-radius: 2rem;
  box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.3);
  flex: 9;
}

.radio:checked + .content > .card-title {
  opacity: 1;
  transform: translateX(0);
}

.radio:checked + .content > .title-card{
  opacity: 1;
  transform: translateX(0);
}

.marg-bott{
	margin-bottom: 1.5rem;
	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 .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 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}
.container .logo {
	width: 25%;
	height: 200px;
	background-image: url(resim/llogo.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-left: 5%;
	position: relative;
	float: left;
	background-position: 0% 0%;
}
.container .banner {
	background-image: url(d%C3%B6nenresim/Untitled-5.gif);
	background-repeat: no-repeat;
	width: 65%;
	height: 200px;
	background-size: 100% 90%;
	float: left;
	margin-right: 5%;
}
.container .menu {
	width: 90%;
	height: 30px;
	margin-top: 1%;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
	background-color: #53b147;
}
.container .resim {
	width: 90%;
	height: 350px;
	margin-left: 5%;
	margin-right: 5%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 1%;
	float: left;
	border-radius: 3%;
}
.container .adres {
	width: 50%;
	height: 250px;
	margin-top: 1%;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
}
.container .adress {
	width: 35%;
	height: 250px;
	float: right;
	padding-right: 0px;
	margin-right: 5%;
	margin-top: 1%;
	background-color: #000000;
	text-align: right;
	font-size: 100%;
	color: #FFFFFF;
}
.container .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 .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 .etiket {
	float: left;
	width: 100%;
}
.container .izmirhurda {
	width: 100%;
	float: left;
}
.container .izmirhurda .hurdaci {
	text-align: center;
	font-size: large;
}
.izmirhurda .hurdaci a {
	color: #000000;
	text-decoration: none;
}
.izmirhurda .hurdaci a:hover {
	color: #F1CC1A;
}
.container .etiket {
	width: 100%;
	float: left;
}
.container .etiket .metal {
	text-align: center;
}
.etiket .metal a {
	color: #000000;
	text-decoration: none;
	font-size: large;
}
.etiket .metal a:hover {
	color: #F1CC1A;
}
.container .izmirhurdaci {
	width: 100%;
	float: left;
}
.container .izmirhurdaci .izmir {
	text-align: center;
	color: #F1CC1A;
	font-size: large;
}
.container .izmirhurdaci .belge {
}
.izmirhurdaci .belge a {
	background-color: #000000;
	font-size: large;
	color: #FFFFFF;
	text-decoration: none;
}
.izmirhurdaci .belge a:hover {
	color: #F1CC1A;
}
body .container .hurdafiyatlari {
	font-size: 30%;
}
.container .tarih {
	font-size: xx-small;
}
.container .tarih h1 {
	font-size: medium;
	margin-top: 20px;
	text-decoration: underline;
}


.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;
}


























}
/*Mobile Device*/
@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: 2650px;
	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 {
	background-image: url(d%C3%B6nenresim/mob.gif);
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.container .banner {
	background-image: url(resim/llogo.png);
	width: 60%;
	height: 250px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	margin-left: 20%;
}
.container .menu {
	width: 100%;
	height: 20px;
	float: left;
	background-color: #53b147;
	margin-top: 3%;
	margin-bottom: 2%;
}


.container .resim {
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 3%;
	margin-top: 31px;
	float: left;
}
.container .adres {
	width: 100%;
	height: 150px;
	margin-top: 2%;
}
.container .adress {
	background-color: #000000;
	text-align: right;
	font-size: 100%;
	color: #FFFFFF;
}
.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 .menu ul {
	height: 100%;

}
.menu ul li {
	height: 20%;
	width: 100%;
	float: none;
	text-align: center;
	display: block;
}
ul li a {
	color: #000000;
	text-decoration: none;
	text-shadow: 1px 1px #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 120%;
	line-height: 150%;
}
ul li a:hover {
	color: #53B147;
}
.container .etiket {
	width: 100%;
	float: left;
}
.container .izmirhurda {
	width: 100%;
}
.container .izmirhurda .hurdaci {
	text-align: center;
}
.izmirhurda .hurdaci a {
	text-decoration: none;
	font-size: large;
	color: #000000;
}
.izmirhurda .hurdaci a:hover {
	color: #F0CB1B;
}
.container .etiket {
	width: 100%;
	float: left;
}
.container .etiket .metal {
	text-align: center;
	font-size: large;

}
.etiket .metal a {
	text-align: center;
	text-decoration: none;
	color: #FFD700;
}
.etiket .metal a:hover {
	color: #000000;
}
.container .izmirhurdaci .belge {
	background-color: #FFFFFF;
}
.izmirhurdaci .belge a {
	background-color: #000000;
	text-align: center;
	font-size: large;
	text-decoration: none;
	color: #FFFFFF;
}
.izmirhurdaci .belge a:hover {
	color: #FFD700;
}
body .container .hurdafiyatlari {
	font-size: 30%;
}
body .container .hurdaku {
}
body .container .hurdaku:hover {
	background-color: #C2C2C2;
}
.container .hurdaku h2 {
	text-align: center;
}
body .container .hurdafiyatları {
}
body .container .hurdafiyatları:hover {
	background-color: #1A9351;
}
.container .hurdafiyatları h3 {
	text-align: center;
}
.container div .res {
	width: 100%;
	height: 900px;
	float: left;
}
div .res .res1 {
	width: 90%;
	height: 200px;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	background-image: url(madenfoto/241ffa1f-9480-4465-ba5d-4be5377ace59.jpeg);
	background-size: 100% 100%;
	border-radius: 5%;
}
div .res .res2 {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 1%;
	width: 90%;
	height: 200px;
	float: left;
	border-radius: 5%;
	background-image: url(madenfoto/5295add9-4fe1-431c-a18d-cb2fc88454fc.jpeg);
	background-size: 100% 100%;
}
div .res .res3 {
	float: left;
	margin-top: 1%;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	height: 200px;
	border-radius: 5%;
	background-size: 100% 100%;
	background-image: url(madenfoto/ed161859-c7b2-40b9-aaa2-516a11006c87.jpeg);
}
div .res .res4 {
	width: 90%;
	height: 200px;
	margin-top: 1%;
	margin-left: 5%;
	margin-right: 5%;
	border-radius: 5%;
	background-image: url(madenfoto/1ad8309a-ed4b-4040-8c27-f30a1fa9479b.jpeg);
	background-size: 100% 100%;
	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;
}
.general-container {
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.radio {
  display: none;
}

.content {
	background-color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 3rem;
	cursor: pointer;
	flex: 1;
	margin-right: 0.8rem;
	overflow: hidden;
	position: relative;
	transition: all 0.5s cubic-bezier(0.05, 0.60, 0.39, 0.94);
	background-image: url(dınam.png);
	
}

.content::before {
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.content > * {
	position: relative;
	z-index: 1;
	color: #FFFFFF;
}

.content:hover {
  box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.3);
}

.content:nth-of-type(2) {
  background: transparent;
  background-image: url("aku.png");
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}

.content:nth-of-type(3) {
  background: transparent;
  background-image: url("kollek.png");
background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}

.content:nth-of-type(4) {
  background: transparent;
  background-image: url("bakır.png");
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}

.card-title {
  bottom: 1.2rem;
  color: black;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  left: 1.5rem;
  line-height: 1.1;
  opacity: 0;
  position: absolute;
  transform: translateX(2rem);
  transition: 290ms cubic-bezier(0.05, 0.62, 0.40, 0.95) 300ms;
  transition-property: opacity, transform;
  user-select: none;
  white-space: nowrap;
}

.title-card{
  top: 2rem;
  color: black;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  left: 1.5rem;
  line-height: 1.1;
  opacity: 0;
  position: absolute;
  transform: translateX(2rem);
  transition: 290ms cubic-bezier(0.05, 0.60, 0.42, 0.94) 300ms;
  transition-property: opacity, transform;
  user-select: none;
  white-space: nowrap;

}

.subtitle {
	font-size: 1rem;
	color: #FFFFFF;
}

.subsubtitle{
	font-size: 0.85rem;
	color: white;
}

.paddT{
  padding-left: 3rem;
  padding-right: 3rem;
}

.radio:checked + .content {
  border-radius: 2rem;
  box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.3);
  flex: 9;
}

.radio:checked + .content > .card-title {
  opacity: 1;
  transform: translateX(0);
}

.radio:checked + .content > .title-card{
  opacity: 1;
  transform: translateX(0);
}

.marg-bott{
	margin-bottom: 1.5rem;
	color: #FFFFFF;
}
 :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;
        }
}
