@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('swiper-bundle.min.css');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('fancybox.css');
@import url('lity.min.css');
@import url('aos.css');


a {
	text-decoration:none;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
}

ol,ul {
	padding:0px;
	margin:0px;
}
h1 {
	font-size:50px;
	font-weight:400;
	line-height:56px;
	margin-bottom:10px;
}
h2 {
	font-size:30px;
	font-weight:700;
	line-height:39px;
	margin-bottom:10px;
}
h3 {
	font-size:20px;
	font-weight:700;
	line-height:26px;
	margin-bottom:10px;
}
h4 {
	font-size:18px;
	font-weight:500;
	line-height:24px;
	margin-bottom:10px;
}
h5 {
	font-size:16px;
	font-weight:700;
	line-height:23px;
	margin-bottom:10px;
}
h6 {
	font-size:14px;
	font-weight:500;
	line-height:18px;
	margin-bottom:10px;
}
p {
	font-size:15px;
	font-weight:400;
	line-height:25px;
	margin-bottom:10px;
}
main {
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: Gilmer;
}


:root {
  --anarenk: #231F20;
  --kirmizi: #ED1C24;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
  --baslik: "Paytone One";
}

/* width */
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #F6F5F0; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: var(--anarenk); 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #FEDD06; 
}
.container-fluid {
	max-width:calc(100vw - 30px);	
}

.swiper {
	position:relative;
	overflow:hidden;
}

.page-item.active .page-link {
    background-color: var(--anarenk);
    border-color: var(--anarenk);
}
.page-link {
    color: var(--anarenk);
}
/*------------------buton1----------------------*/


.buton1 {
	position:relative;
	display:inline-flex;
	align-items:center;
	height:50px;
	padding:0px 10px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	z-index:10;
}
.buton1:hover {
	color: #fff;
}
.buton1 i {
	font-size: 22px;
}
.buton1:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:2px;
	background:var(--anarenk);
	z-index:-1;
	transition:all 0.3s ease;
}
.buton1:hover:before {
	height:100%;
}
/*------------------buton2----------------------*/


.buton2 {
	position:relative;
	display:inline-flex;
	align-items:center;
	height:50px;
	padding:0px 10px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	z-index:10;
}
.buton2:hover {
	color: #fff;
}
.buton2 i {
	font-size: 22px;
}
.buton2:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:2px;
	height:100%;
	background:var(--anarenk);
	z-index:-1;
	transition:all 0.3s ease;
}
.buton2:hover:before {
	width:100%;
}

.baslik{
	font-family: var(--baslik);
}
/*------------------header----------------------*/

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	transition:all 0.3s ease;
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
	background:var(--anarenk);
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background:#f2f2f2;
}
#header .alan {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:10px 0px;
}
#header .alan .logo {
	display:flex;
	justify-content:center;
	width:30%;
}
#header .alan .logo img {
	height:126px;
}
/********/
#header .alan .logo #logo_dark {
	display:flex;
}
#header.heading .alan .logo #logo_dark {
	display:none;
}
#header .alan .logo #logo_light {
	display:none;
}
#header.heading .alan .logo #logo_light {
	display:flex;
}
/*********/
#header.heading .alan .logo img {
	height:70px;
}

#header .menu {
	display:flex;
	justify-content:flex-start;
	width:35%;
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap:20px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 58px;
    color: #FFFFFF;
    font-family: var(--baslik);
}
#header.dark .menu .link-item {
	color: #000;
}
#header.heading .menu .link-item {
	color: #000;
}
#header .menu .link-item:hover {
    color:#979494
}

#header .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 5px);
	left:0px;
	width:250px;
	padding:5px 10px;
	border-radius: 0px;
	background: #ffffff;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.26);
	border-top:5px solid var(--anarenk);
}
#header .menu .link-li:hover .acilan {
	display:block;
}
#header .menu .acilan ul {
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	grid-column-gap:0px;
	grid-row-gap:10px;
	padding:0px;
}
#header .menu .acilan .link-item {
	line-height:24px;
    color: #000;
	padding:0px 10px;
}


#header .alan .sag {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	width:35%;
}
#header .alan .sag .solmenuac {
	display:flex;
	align-items:center;
	grid-column-gap:20px
}
#header .alan .sag .solmenuac .yazi {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
}
#header.dark .alan .sag .solmenuac .yazi {
	color: #000;
}
#header.heading .alan .sag .solmenuac .yazi {
	color: #000;
}
#header.dark .alan .sag .solmenuac.active .yazi {
	color: #fff;
}
#header .alan .sag .solmenuac .cizgi {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	grid-row-gap:8px;
	width: 84px;
	height: 84px;
	border-radius:42px;
	background:var(--anarenk);
}
#header.heading .alan .sag .solmenuac .cizgi {
	border:1px solid #fff;
}
#header .alan .sag .solmenuac.active .cizgi {
	background:#fff;
}
#header .alan .sag .solmenuac .cizgi span {
	width:42px;
	height:1px;
	background:#fff;
	transition:all 0.3s ease;
}
#header .alan .sag .solmenuac.active .cizgi span {
	width:42px;
	height:1px;
	background:var(--anarenk);
}

#header .alan .sag .solmenuac.active .cizgi span:nth-child(1) {
    transform: rotate(45deg);
    margin-top: 0px;
}
#header .alan .sag .solmenuac.active .cizgi span:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -9px;
}

#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 20px;
	height:100%;
}
#header .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	height:40px;
	border-radius: 5px;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
}
#header.heading .dil .default {
	color: #000;
}
#header .dil .default img {
	height:15px;
	margin-right:5px;
}
#header .dil .default i {
	color:#fff;
	font-size:20px;
}

#header .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#header .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
	text-transform:uppercase;
}
#header .dil:hover .acilan {
	display:block;
}

/*------------------acilanmenu----------------------*/

#acilanmenu {
	position:fixed;
	top:0px;
	right:-100vw;
	width:30%;
	height:100vh;
	z-index:900;
	transition:all 0.3s ease;
	background:var(--anarenk);
	padding:100px 70px;
}
#acilanmenu.active {
	right:0px;
}
#acilanmenu .baslik {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    right: 0;
    transform-origin: center;
    font-weight: 300;
    font-size: 70px;
    line-height: 84px;
    text-align: center;
    color: #FFFFFF;
    left: auto;
}
#acilanmenu .menu {
    display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
}

#acilanmenu .menu a {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 50px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    font-family: var(--baslik);
}
#acilanmenu .menu a:hover {
	transform: translateX(-20px) scale(0.95);
}

#acilanmenu .menu a:hover {
	color: #979494;
}

/*------------------mobilheader----------------------*/

#mobilheader {
	display:none;
	align-items:center;
	flex-wrap:wrap;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:1000;
	height:65px;
	padding:0px 5px;
	background:#fff;
}
#mobilheader.sabit {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	background:#fff;
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:#fff;
}

#mobilheader .alansol {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

#mobilheader .alanorta {
	width:30%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

#mobilheader .alansag {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#mobilheader .btn {
    padding: 0px 0px 0px 0px;
}
#mobilheader .btn i {
	font-size:40px;
}
#mobilheader .logo {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
}
#mobilheader .logo img {
    width: 130px;
}

#mobilheader .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 5px;
	height:100%;
}
#mobilheader .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	border:1px solid rgba(0,0,0,0.4);
	text-transform:uppercase;
}
#mobilheader .dil .default img {
	height:15px;
	margin-right:5px;
}
#mobilheader .dil .default i {
	color:#fff;
	font-size:20px;
}

#mobilheader .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#mobilheader .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#mobilheader .dil:hover .acilan {
	display:block;
}


/*------------------mobilmenu----------------------*/


#mobilmenu {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow-y:scroll;
	z-index:1000;
	background: #fff;
	transform: translateX(-100%);
	transition:all 0.3s ease;
}

#mobilmenu .ust {
	display:flex;
	align-items:center;
	width:100%;
	height:65px;
	padding:10px;
}
#mobilmenu .ust .logo {
	max-height:100%;
	max-width:70%;
	margin-right:auto;
}
#mobilmenu .ust .kapat {
	font-size:40px;
	color:#000;
}
#mobilmenu .menu {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 0px;
}
#mobilmenu .menu ul {
	display: flex!important;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
}
#mobilmenu .menu .link-li {
	position:relative;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
	border-bottom:1px solid rgba(51, 51, 51, 0.1);
	padding:5px 40px 5px 5px;
}
#mobilmenu .menu .link-li:last-child {
	border-bottom:0px solid rgba(51, 51, 51, 0.1);
}
#mobilmenu .menu .link-li.hover:before {
    position:absolute;
	content:"\f105";
	top:5px;
	right:0px;
	width:30px;
	height:32px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	color:#000;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
#mobilmenu .menu .link-item {
	font-size:14px;
	line-height:32px;
	font-weight:500;
	color:rgb(0, 0, 0);
	letter-spacing:1.8px;
}
#mobilmenu .menu .acilan {
	display:none;
	width: 100%;
}
#mobilmenu .menu .link-li:hover .acilan {
	display:block;
}
#mobilmenu .menu .acilan ul {
	width: 100%;
}

#mobilmenu .menu .acilan ul .link-li {
    min-height: 32px;
}
#mobilmenu .menu .acilan ul .link-item {
	font-size:14px;
	line-height:32px;
	color:rgb(51, 51, 51, 0.6);
}

#mobilmenu .arama {
	position:relative;
}
#mobilmenu .arama .form-control {
	border:1px solid var(--anarenk);
}
#mobilmenu .arama .btn {
	position:absolute;
	top:0px;
	right:0px;
	width:46px;
	height:46px;
	font-size:20px;
	color:#000;
	border-radius:9px;
	padding:0px;
	justify-content:center;
}

#mobilmenu .butonlar {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .butonlar a {
	display:block;
	font-size:12px;
	font-weight:400;
	line-height:32px;
	color:rgb(0, 0, 0);
	letter-spacing:1.2px;
}

#mobilmenu .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	font-size:28px;
	color:rgb(0, 0, 0);
	margin-right:5px;
}
#mobilmenu .sosyal a:hover {
	color: var(--krem);
}

/*------------------slider----------------------*/

#slider {
	position:relative;
}
#slider .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
	max-height:100vh;
	object-fit:cover;
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	z-index:5;
}
#slider .item .bilgi .yazi1 {
    font-weight: 300;
    font-size: 67.1803px;
    line-height: 81px;
    text-align: right;
    color: #FFFFFF;
    margin-bottom: -20px;
}
#slider .item .bilgi .yazi2 {
	font-weight: 300;
	font-size: 104.62px;
	line-height: 126px;
	text-align: right;
	color: #FFFFFF;
	font-family: var(--baslik);
	margin-bottom:22px;
}
#slider .item .bilgi .yazi3 {
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	text-align: right;
	color: #FFFFFF;
}
#slider .butonlar {
	position:absolute;
	bottom:-75px;
	right:0px;
	aspect-ratio:600/300;
	max-height:303px;
	height:150px;
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position:center;
	z-index:10;
	display:flex;
	align-items:center;
	justify-content:center;
	grid-column-gap:10px;
}
#slider .butonlar div {
	display:flex;
	align-items:center;
	justify-content:center;
	width:56px;
	height:56px;
	border-radius:30px;
	background-color:#fff;
	font-size:24px;
	color:#000;
	transition:all 0.3s ease;
}
#slider .butonlar div:hover {
	color:#fff;
	background:#000;
}
#slider .kaydir {
	position:absolute;
	bottom:40px;
	left:100px;
	display:flex;
	align-items:center;
	grid-column-gap:22px;
	font-weight: 600;
	font-size: 14px;
	line-height: 28px;
	color: #FFFFFF;
	z-index:10;
}
#slider .kaydir span {
	display:flex;
	align-items:center;
	justify-content:center;
	width:56px;
	height:56px;
	border-radius:30px;
	font-size:24px;
	color:#fff;
	background:var(--anarenk);
	transition:all 0.3s ease;
}
#slider .kaydir:hover span {
	color:var(--anarenk);
	background:#fff;
}

/*------------------hakkimizda----------------------*/

#hakkimizda {
	position:relative;
	padding:100px 0px;
}
#hakkimizda .resim {
	width:100%;
	animation-name: hareket;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}
@keyframes hareket {
  0%   {transform: translateY(-50px);}
  50%   {transform: translateY(0);}
  100%   {transform: translateY(-50px);}
}
#hakkimizda .yazi1 {
	font-weight: bold;
	font-size: 35px;
	line-height: 48px;
	margin-bottom:15px;
	font-family: var(--baslik);
  color: #ED1C24;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

#hakkimizda .yazi1::before {
  content: attr(data-text); /* yazıyı tekrar basar */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,0.8) 50%,
    transparent 100%
  );
  background-repeat: no-repeat;
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite linear;
}
@keyframes shine {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

#hakkimizda .yazi2 {
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	margin-bottom:75px;
}

/*------------------urunlerhome----------------------*/

#urunlerhome {
	position:relative;
	padding:35px 0px;
	background: #f2f2f2;
}
#urunlerhome .icbaslik {
	font-weight: 700;
	font-size: 30px;
	line-height: 18px;
	color: #000000;
	text-align:center;
	margin-bottom:35px;
}
#urunlerhome .ust {
	display:flex;
	align-items:center;
	margin-bottom:35px;
}
#urunlerhome .ust .baslik {
	font-weight: 700;
	font-size: 30px;
	line-height: 48px;
	color: #ED1C24;
	margin-bottom:5px;
	margin-right:auto;
	font-family: var(--baslik);
}
#urunlerhome .ust .baslik small{
	display:block;
	font-family: Gilmer;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: #000;
}
.urunitem {
	display:flex;
	flex-direction:column;
	align-items:center;
	padding:25px;
    background:url('');
	background-repeat:no-repeat !important;
	background-size:auto 100% !important;
	background-position:top center !important;
	transition:all 0s ease;
}/*
.urunitem:hover {
    background:url('../img/filigran-2.png');
}
#urunler .urunitem:hover {
    background:url('../img/filigran-5.png');
}*/
.urunitem .anaresim {
    width:100%;
	/*aspect-ratio:307/171;
	max-height:171px;*/
	object-fit:contain;
	object-position:center;
	margin-bottom:72px;
	transition:all 0.3s ease;
	border-radius:30px;
}
.urunitem .anaresim:hover {
   transform:rotate(2deg);
}
.urunitem .adi {
	font-weight: 700;
	font-size: 27px;
	line-height: 18px;
	color: #000000;	
	text-align: center;
	margin-bottom:25px;
}
.urunitem .desc {
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #000000;
	margin-bottom:25px;
}
.urunitem .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:56px;
	height:56px;
	border-radius:30px;
	font-size:24px;
	color:#fff;
	background:var(--anarenk);
	transition:all 0.3s ease;
	opacity:0;
}
.urunitem:hover .icon {
	opacity:1;
}

/*------------------banner----------------------*/

#banner {
	position:relative;
	padding:35px 0px;
}
#banner .kutu {
	display:block;
	margin-bottom:25px;
}
#banner .kutu .adi {
	font-weight: 700;
	font-size: 35px;
	line-height: 48px;
	text-align: center;
	color: #ED1C24;
	margin-bottom:15px;
	font-family: var(--baslik);
}
#banner .kutu .resim {
	position:relative;
}
#banner .kutu .resim img {
	width:100%;
	aspect-ratio:758/399;
	max-height:399px;
	border-radius:15px;
	object-fit:cover;
}
#banner .kutu .resim .yazi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:60px 40% 60px 60px;
	font-weight: 700;
	font-size: 30px;
	line-height: 43px;
	color: #FFFFFF;
}

/*------------------katalog----------------------*/

#katalog {
	position:relative;
	padding:35px 0px;
}
#katalog .resim {
	width:100%;
	margin-bottom:46px;
}
#katalog .yazi1 {
	font-weight: 700;
	font-size: 35px;
	line-height: 48px;
	text-align: center;
	color: #000000;
	margin-bottom:4px;
}
#katalog .yazi2 {
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #000000;
	margin-bottom:40px;
}
#katalog .buton {
	text-align: center;
}

/*------------------footer----------------------*/

#footer {
	position:relative;
}
#footer .ust {
	position:relative;
	padding:40px 0px;
	background: #000000;
}
#footer .logo {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
#footer .logo img {
	max-width:100%;
	max-height:112px;
}

#footer .menubas {
	display:block;
	font-weight: 600;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 2.6px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom:15px;
}
#footer .menulink {
	display:block;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	margin-bottom:10px;
}
#footer .menulink:hover {
	color: #b8b8b8;
}
#footer .adres {
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	color: #ffffff;
	margin-bottom:10px;
}

#footer .bilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:10px;
}
#footer .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 30px;
	height: 30px;
	font-size:20px;
	color: #ffffff;
}
#footer .bilgi .yazi {
	width: calc(100% - 30px);
	padding-left:10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	color: #ffffff;
}
#footer .wp {
	display:flex;
	flex-direction:column;
	align-items:flex-end;
	margin-bottom:10px;
}
#footer .wp .icon {
	width: 100%;
	height: 45px;
	font-size:40px;
	color: #ffffff;
	text-align: right;
}
#footer .wp .yazi {
	width: 100%;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	text-align: right;
	letter-spacing: 0.05em;
	color: #ffffff;
}
#footer .sosyal {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	grid-column-gap:10px;
	margin-top:30px;
}
#footer .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 36px;
	height: 36px;
	border-radius:22px;
	font-size:18px;
	color: var(--anarenk);
	background:#fff;
}
#footer .sosyal a:hover {
	background:#b8b8b8;
	color:#fff;
}
#footer .alt {
	background:var(--anarenk);
}
#footer .altic {
	position:relative;
	z-index:10;
	display:flex;
	align-items:center;
	height:50px;
}
#footer .altic .copy {
	font-weight: 600;
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	margin-right:auto;
}

/*------------------kurumsal1----------------------*/

#kurumsal1 {
	position:relative;
	padding:258px 0px 258px 0px;
	/*background:url('../img/kurumsalback.jpg');*/
	background-repeat:no-repeat;
	background-size:100% auto;
	z-index:10;
}
#kurumsal1:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url('../img/kurumsalback-2.png');
	background-repeat:no-repeat;
	background-size:80% auto;
	background-position:center;
	z-index:5;
}
#kurumsal1 .container {
	position:relative;
	z-index:10;
}
#kurumsal1 .yazi1 {
    font-weight: 300;
    font-size: 70px;
    line-height: 84px;
    text-align: center;
    color: #000000;
    margin-bottom: 125px;
    font-family: var(--baslik);
}
#kurumsal1 .yazi2 {
	font-weight: 700;
	font-size: 35px;
	line-height: 48px;
	text-align: center;
	color: #ED1C24;
	margin-bottom:33px;
}
#kurumsal1 .yazi3 {
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #000000;
}

/*------------------kurumsal2----------------------*/

#kurumsal2 {
	position:relative;
	z-index:10;
	padding:35px 0px 35px 0px;
}
#kurumsal2 .resim {
	width:100%;
	border-radius:15px;
}
#kurumsal2 .yazilar {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
#kurumsal2 .yazi1 h1 ,
#kurumsal2 .yazi1 h2 ,
#kurumsal2 .yazi1 h3 ,
#kurumsal2 .yazi1 h4 ,
#kurumsal2 .yazi1 h5 
{
	font-weight: 700;
	font-size: 35px;
	line-height: 48px;
	color: #ED1C24;
	margin-bottom:30px;
}
#kurumsal2 .yazi1 p 
{
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	color: #000000;
	margin-bottom:15px;
}
/*------------------urunler----------------------*/

#urunler {
    position: relative;
    padding: 250px 0px 25px 0px;
}
#urunler .baslik {
	font-weight: 300;
	font-size: 70px;
	line-height: 84px;
	text-align: center;
	color: #ed1c24;
	margin-bottom:25px;
}
#urunler .baslik2 {
    font-family: var(--baslik);
    font-weight: bold;
    font-size: 25px;
    color: #ed1c24;
    border-bottom: 1px solid;
    margin-bottom: 35px;
    padding-bottom: 10px;
    letter-spacing: 0.3px;
}
/*------------------urundetay----------------------*/

#urundetay {
	position:relative;
	padding:258px 0px 258px 0px;
	background:url('../img/filigran_1.png');
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center;
	z-index:10;
}
#urundetay .resim {
	max-width:100%;
	border-radius: 60px;
}
#urundetay .yazilar {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
#urundetay .yazi1 {
	font-weight: 400;
	font-size: 60px;
	line-height: 70px;
	color: #000000;
	margin-bottom:10px;
    font-family: var(--baslik);
}
#urundetay .yazi2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 23px;
	color: #000000;
}
#urundetay .ozellikler {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-top:50px;
}
#urundetay .ozellikler .ozellik {
	padding:0px;
}
#urundetay .ozellikler .ozellik .ust {
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	padding:10px 20px;
	border-bottom:1px solid #fff;
	text-align:center;
}
#urundetay .ozellikler .ozellik .alt {
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	padding:10px 20px;
	text-align:center;
}

/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;
	padding:258px 0px 258px 0px;
	/*background:url('../img/kurumsalback.jpg');*/
	background-repeat:no-repeat;
	background-size:100% auto;
	z-index:10;
}
#iletisimpage:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url('../img/kurumsalback-2.png');
	background-repeat:no-repeat;
	background-size:80% auto;
	background-position:center;
	z-index:5;
}
#iletisimpage .container {
	position:relative;
	z-index:10;
}
#iletisimpage .yazi1 {
    font-weight: 400;
    font-family: var(--baslik);
    font-size: 70px;
    color: #ee282f;
    line-height: 84px;
    text-align: center;
    margin-bottom: 25px;
}
#iletisimpage .adres {
	font-weight: 500;
	font-size: 14px;
	line-height: 27px;
	color: #000000;
	text-align:center;
	margin-bottom:10px;
}

#iletisimpage .bilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:10px;
}
#iletisimpage .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 30px;
	height: 30px;
	font-size:20px;
	color: #000000;
}
#iletisimpage .bilgi .yazi {
	width: calc(100% - 30px);
	padding-left:10px;
	font-weight: 500;
	font-size: 14px;
	line-height: 27px;
	color: #000000;
}
#iletisimpage iframe {
	width: 100%;
	height:300px;
	border-radius:15px;
	margin:40px 0px;
}
#iletisimpage .form-control {
    height: 66px;
    border-radius: 33px;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    padding: 0px 30px;
    line-height: 50px;
}
#iletisimpage textarea.form-control {
    height: 166px;
    border-radius: 33px;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    padding: 30px 30px;
    line-height: 24px;
}
#iletisimpage .btn-kirmizi {
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
	height:56px;
	border-radius:33px;
	color:#000;
	padding:0px 30px;
}
#iletisimpage .btn-kirmizi:hover {
	color:#f8f8f8;
	background: #000;
	
}

/*------------------cerezpolitikasi----------------------*/
.cerezpolitikasi {
	position:fixed;
	bottom:20px;
	left:20px;
	width:400px;
	max-width:calc(100% - 40px);
	padding:20px;
	border-radius:20px;
	background:rgba(0,0,0,0.5);
	font-size:14px;
	line-height:20px;
	color:#fff;
	z-index:100000;
}
/*****Kategoriler*****/
#kategoriler {
	padding: 50px 0;
    background: #f1f1f1;
    border-radius: 20px;
    position: sticky;
    top: 150px;
}
#kategoriler .alans {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 0;
    list-style: none;
}
#kategoriler .alans li {
	height:35px;
}
#kategoriler .item {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 50px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

#kategoriler .item:hover{
	transform: translateX(3px) scale(0.95);
	color: #979494;
	display: flex;
	transition: ease-in-out 0.3s all;
}

