@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('lity.min.css');
@import url('aos.css');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.btn 
{   
  border-color: rgba(126, 239, 104, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(126, 239, 104, 0);
  outline: 0 none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



:root {
  --anarenk: #000000;
  --kirmizi: #d20824;
  --yesil: #79a602;
  --siyah: #080a09;
}

body {
	font-family: Helvetica Now Display;
}
/* width */
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: #000; 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.container-fluid {
	max-width:calc(100vw - 60px);	
}
.dropdown-toggle::after {
    display: none;
}

.form-control.is-invalid, 
.was-validated .form-control:invalid {
    background-position: right calc(.375em + 3.1875rem) center;
}

.form-control.is-valid, 
.was-validated .form-control:valid {
    background-position: right calc(.375em + 3.1875rem) center;
}
.delay-1 {
animation-delay: .25s;
}
.delay-2 {
animation-delay: .5s;
}
.delay-3 {
animation-delay: .75s;
}
.delay-4 {
animation-delay: 1s;
}

.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	height: 50px;
	border-radius: 25px;
	padding:0px 30px;
	font-size: 16px;
	font-stretch: expanded;
	font-weight: 700;
	border:0px;
}
.btn i {
	font-size: 24px;
}


.btn-kirmizi {
	background: var(--kirmizi);
	
	color:#fff;
}
.btn-kirmizi:hover {
	background: var(--kirmizi);
	color:#fff;
}
.btn-outline-kirmizi {
	border:1px solid var(--kirmizi);
	background: transparent;
	color:var(--kirmizi);
}
.btn-outline-kirmizi:hover {
	background: var(--kirmizi);
	color:#fff;
}
.btn-mavi {
	background: var(--anarenk);
	
	color:#fff;
}
.btn-mavi:hover {
	background: var(--anarenk);
	color:#fff;
}

.btn-outline-mavi {
	border:1px solid var(--anarenk);
	background: transparent;
	color:var(--anarenk);
}
.btn-outline-mavi:hover {
	background: var(--anarenk);
	color:#fff;
}

.btn-siyah {
	background: var(--siyah);
	color:#fff;
}
.btn-siyah:hover {
	background: var(--siyah);
	color:#fff;
}
.btn-whatsapp {
	background: #25D366;
	color:#fff;
}
.btn-whatsapp:hover {
	background: #25D366;
	color:#fff;
}

.btn-outline-siyah {
	border:1px solid var(--siyah);
	background: transparent;
	color:var(--siyah);
}
.btn-outline-siyah:hover {
	background: var(--siyah);
	color:#fff;
}
.btn-light {
	background: #fff;
	border-bottom:2px solid #d9d7d4;
	color:var(--anarenk);
}
.btn-light:hover {
	background: var(--anarenk);
	color:#fff;
}

.btn-outline-light {
    border: 1px solid #fff;
	background: transparent;
	color:#fff;
}
.btn-outline-light:hover {
	background: #fff;
    border: 1px solid #fff;
	color:var(--anarnek);
}

.btn-gri {
	background: #F6F6F6;
	color:var(--anarenk);
}
.btn-gri:hover {
	background: var(--anarenk);
	color:#fff;
}

.btn-outline-grey {
	border:1px solid #a3a3a3;
	background: transparent;
	color:#a3a3a3;
}
.btn-outline-grey:hover {
	background: #a3a3a3;
	color:#fff;
}

.swiper {
	position:relative;
	overflow:hidden;
}
.marquee {
	width: 100%;
	overflow: hidden;
	height: 58px;
	background: #d9d7d4;
	line-height: 58px;
}
.marquee span {
	padding:0px 100px;
	color: #6a6a6a;
	font-size: 16px;
	font-weight: 500;
	line-height: 12px;
	letter-spacing: 1.3333334px;
}
.form-control {    
    position: relative;
    height: 50px;
	border-radius:25px;
    line-height: 40px;
    padding: 0px 17px;
    font-size: 16px;
    background: #fff;
    border: 0px;
    border: 1px solid #c9c9c9;
    color: var(--anarenk);
}
.form-control:focus {    
    background: #fff !important;
    border: 1px solid #c9c9c9 !important;
    color: var(--anarenk) !important;
}
.form-group label {    
	line-height:30px;
}
.select {
	position:relative;
	display:inline-block;
	height:50px;
	border-radius:25px;
	font-size: 14px;
	font-weight: 500;
	border:0px;
	background:#000;
    border: 1px solid #3f3f3f;
}
.select .form-control {
	position:relative;
	display:inline-block;
	height:50px;
	border-radius:25px;
	padding:0px 50px 0px 10px;
	font-size: 14px;
	font-weight: 500;
	border:0px;
	background:transparent;
	z-index:3;
    color: var(--anarenk);
}
.select:before {
    position: absolute;
    content: "\f063";
    top: 0px;
    right: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: 'Line Awesome Free';
    font-weight: 900;
	font-size:20px;
    color: #fff;
    z-index: 2;
}

/*------------------header----------------------*/

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:100;
	padding:30px 50px;
}
#header .alan {
	display:flex;
	align-items:flex-start;
	padding-top:10px;
}
#header .alan .logo {
	margin-right:auto;
}
#header .alan .logo img {
	height: 136px;
}
#header .menu {
	margin-right: 20px;
}
#header .menu ul {
	list-style:none;
}
#header .menu .link-li {
	position:relative;
	float:left;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 39px;
	margin:0px 10px;
	padding:0px 10px;
}
#header .menu .link-item:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:0px;
	height:1px;
	background:#fff;
	transition:all 0.3s ease;
}
#header .menu .link-item:hover:before {
	width:100%;
}
#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 .link-li  {
	width:100%;
}
#header .menu .acilan .link-li .link-item {
	display:block;
	color: #003869;
	font-size: 15px;
	font-weight: 600;
	line-height: 47px;
	border-bottom:1px solid #ececec;
	margin:0px 0px;
	padding:0px 5px;
}
#header .menu .acilan .link-li .link-item:hover:before {
	display:none;
}
#header .menu .acilan .link-li .link-item img {
	width:70%;
	margin:10px 15%;
}
#header .menu .acilan .link-li:last-child .link-item {
	border-bottom:0px solid #ececec;
}
#header .menu .acilan .link-li .link-item:hover {
	color: var(--anarenk);
}
#header .dil {
	position:relative;
	z-index:101;
}
#header .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width: 56px;
	height: 56px;
	border-radius:28px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 21px;
}
#header .dil .default i {
	color:var(--anarenk);
	font-size:20px;
}

#header .dil .acilan {
	position:absolute;
	top:100%;
	padding-top:10px;
	z-index:100;
	display:none;
}
#header .dil .acilan .default {
	margin-bottom:10px;
	background: #008fd4;
	color:#fff;
}
#header .dil:hover .acilan {
	display:block;
}

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

#slider {
	position:relative;
	padding:30px 0px;
}
#slider .slider {
	position:relative;
}
#slider .item {
	position:relative;
	overflow:hidden;
	padding-right:90px;
}
#slider .item img {
	width:100%;
}
#slider .kaydir {
	position:absolute;
	bottom:30px;
	right:40px;
	width:90px;
	padding:20px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	font-size:20px;
	color:var(--anarenk);
	z-index:20;
}
#slider .kaydir span {
	transform:rotate(90deg);
	margin-bottom:30px;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	color:#000;
}
#slider .sabitler {
	position:absolute;
	bottom:100px;
	right:200px;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	z-index:10;
    width: 30%;
}
#slider .sabitler .sabititem {
	display:block;
	width:calc(50% - 20px);
	margin:0px 10px;
	background:#fff;
}
#slider .sabitler .sabititem .ust {
	display:block;
	width:100%;
	height:calc(100% - 30px);
	padding:15px;
}
#slider .sabitler .sabititem .ust .yazi1 {
	color:#000;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	margin-bottom:10px;
}
#slider .sabitler .sabititem .ust .yazi2 {
	color: var(--anarenk);
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
}
#slider .sabitler .sabititem .alt {
	position:relative;
	display:block;
	width:100%;
	height:30px;
	background:linear-gradient(to left,rgba(0,0,0,1),rgba(0,0,0,0));
}
#slider .sabitler .sabititem .alt .ok {
	position:absolute;
	top:-15px;
	right:15px;
	width: 30px;
	height: 30px;
	border-radius:15px;
	background: #ffffff;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:16px;
	color:var(--anarenk);
	border:1px solid var(--anarenk);
}
#slider .slider-button-next, 
#slider .slider-button-prev {
    position:absolute;
    bottom: calc(50% - 70px);
	right:20px;
	width:50px;
	height:50px;
	padding:0px 20px;
	border-radius:25px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:28px;
	color:#b8b8b8;
	z-index:101;
	border: dashed 1px #f3f3f3;
}
#slider .slider-button-next:hover, 
#slider .slider-button-prev:hover {
	
}
#slider .slider-button-prev {
    bottom: calc(50% + 30px);
	right:20px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 0px;
    right: 0px;
	left:auto;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    position: absolute;
    z-index: 2;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    opacity: 1;
    border-radius: 7.5px;
    background: transparent;
	border:1px solid #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}



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

#hakkimizda {
	position:relative;
	z-index:2;
	padding:0px 115px 0px 30px;
}
#hakkimizda .alan {
	background: var(--anarenk);
	padding:90px 0px 30px 0px;
}
#hakkimizda .yazi1 {
	color: #c3e9ff;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	margin-bottom:26px;
}
#hakkimizda .yazi2 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 800;
	line-height: 48px;
	margin-bottom:62px;
}

#hakkimizda .yazi3 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	margin-bottom:109px;
}

#hakkimizda .resim {
	position:relative;
	margin-bottom:-100px;
}
#hakkimizda .resim img {
	width:100%;
}
#hakkimizda .yazi4 {
	position:absolute;
	bottom:70px;
	left:30px;
	width:70%;
	color: #ffffff;
	font-size: 50px;
	font-weight: 800;
	line-height: 65px;
}


/*------------------sonmakaleler----------------------*/

#sonmakaleler {
	position:relative;
	padding:0px 115px 0px 30px;
}
#sonmakaleler .alan {
	background: #f6f6f6;
	padding:120px 0px 200px 0px;
}

#sonmakaleler .baslik {
	color: var(--anarenk);
	font-size: 35px;
	font-weight: 800;
	line-height: 42px;
	margin-bottom:43px;
}

#sonmakaleler .blogitem {
	border-top:2px solid #dbdbdb;
	margin-bottom:50px;
	padding:10px 0px;
}
#sonmakaleler .blogitem .sayi {
	display:block;
	color: #9c9c9c;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom:10px;
}
#sonmakaleler .blogitem .kat {
	display:block;
	color: var(--anarenk);
	font-family: "Helvetica Now Display";
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	margin-bottom:10px;
}
#sonmakaleler .blogitem .resim {
	width:100%;
	max-height: 130px;
	object-fit:cover;
}
#sonmakaleler .blogitem .yazi1 {
	display:block;
	color: #535353;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	margin-bottom:20px;
}
#sonmakaleler .blogitem .yazi2 {
	display:block;
	color: #535353;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	margin-bottom:20px;
}


/*------------------homeurunler----------------------*/

#homeurunler {
	position:relative;
	padding:0px 115px 0px 30px;
}
#homeurunler .alan {
	background: #f6f6f6;
	padding:120px 0px 200px 0px;
}

#homeurunler .baslik {
	color: var(--anarenk);
	font-size: 35px;
	font-weight: 800;
	line-height: 42px;
	margin-bottom:43px;
}
#homeurunler .urunitem {
	display:block;
	text-align:center;
	padding:30px;
	background:#fff;
	transition:all 0.3s ease;
}
#homeurunler .urunitem:hover {
	box-shadow:0px 0px 5px rgba(0,0,0,0.3);
}
#homeurunler .urunitem .ok {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius:20px;
	background:var(--anarenk);
	color:#fff;
	font-size:18px;
	opacity:0;
	transition:all 0.3s ease;
	margin-bottom:20px;
}
#homeurunler .urunitem:hover .ok {
	opacity:1;
}
#homeurunler .urunitem .resim {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
	margin-bottom:20px;
}
#homeurunler .urunitem .adi {
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	color:#000;
}

/*------------------homeurunler----------------------*/

#sosyalsorumluluk {
	position:relative;
	padding:0px 115px 0px 30px;
}
#sosyalsorumluluk .alan {
	position:relative;
	background: #f6f6f6;
	padding:0px 0px 0px 0px;
}
#sosyalsorumluluk .alan .resim {
	width:100%;
}

#sosyalsorumluluk .alan .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
}
#sosyalsorumluluk .alan .bilgi .yazi1 {
	color: #ffffff;
	font-size: 60px;
	font-weight: 800;
	line-height: 72px;
	text-align:center;
	margin-bottom:70px;
}
#sosyalsorumluluk .alan .bilgi .yazi2 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
}


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

#footer {
	position:relative;
	padding:0px 115px 0px 30px;
	margin-top:30px;
}
#footer .alan {
	background: #f6f6f6;
	padding:30px 0px 10px 0px;
}
#footer .alan2 {
	text-align:center;
	background: #fff;
	padding:30px 0px 10px 0px;
}
#footer .logo {
	margin-bottom:20px;
}
#footer .logo img {
	max-width:100%;
}

#footer .menubas {
	display:block;
	color: #535353;
	font-size: 20px;
	font-weight: 800;
	line-height: 24px;
	margin-bottom:15px;
}
#footer .menulink {
	display:block;
	color: #535353;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	margin-bottom:10px;
}
#footer .ebulten {
	background:#fff;
	border-radius:47px;
}
#footer .ebulten .ust {
	padding:30px;
}
#footer .ebulten .alt {
	position:relative;
	display:block;
	width:100%;
	height:30px;
	background:linear-gradient(to left,rgba(0,0,0,1),rgba(0,0,0,0));
}
#footer .sosyal {
	display:inline-flex;
	align-items:center;
	margin-bottom:15px;
}
#footer .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 60px;
	height: 60px;
	border-radius:30px;
	border: 1px solid var(--anarenk);
	margin-right:10px;
	font-size:20px;
	color:var(--anarenk);
}
#footer .sosyal a:hover {
	background:var(--anarenk);
	color:#fff;
}
#footer .pazaryeri {
	display:flex;
	flex-wrap:wrap;
}
#footer .pazaryeri a {
	display:flex;
	align-items:center;
	justify-content:center;
	width:25%;
}
#footer .pazaryeri a img {
	max-width:70%;
}


#footer .bilgi {
	display:flex;
	margin-bottom:15px;
}
#footer .bilgi i {
	font-size:28px;
	color:var(--anarenk);
	margin-right:10px;
}
#footer .bilgi span {
	color: #1d1d1b;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
#footer .sonalt {
	display:flex;
	align-items:center;
	padding:10px 0px;
	margin-top:30px;
}
#footer .sonalt .sol {
	margin-right:auto;
	color: #535353;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
}
#footer .sonalt .sag {
	text-align:right;
}
/*------------------bread----------------------*/

#bread {
	position:relative;
	padding:30px 115px 0px 30px;
}
#bread .alan {
	background-size:cover !important;
	background-position:center !important;
	padding:105px 0px 100px 0px;
}
#bread .linkler {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	text-align:center;
	margin-bottom:30px;
}
#bread .linkler a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	padding:0px 5px;
}
#bread .baslik {
	color: #ffffff;
	font-size: 40px;
	font-weight: 800;
	line-height: 81px;
	text-align:center;
}
#bread .altbaslik {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	text-align:center;
}

/*------------------kurumsal----------------------*/

#kurumsal {
	position:relative;
	padding:0px 115px 0px 30px;
}
#kurumsal .alan {
	background-size:cover;
	padding:30px 0px 30px 0px;
}
#kurumsal.page .alan {
    background: #000;
	padding:60px 0px 60px 0px;
}
#kurumsal .yazilar {
	display:flex;
	flex-direction:column;
	height:100%;
	justify-content:center;
}
#kurumsal .yazi1 {
	color: var(--anarenk);
	font-size: 40px;
	font-weight: 400;
	line-height: 81px;
	margin-bottom:15px;
}
#kurumsal.page .yazi1 {
	color: #fff !important;
}
#kurumsal .yazi2 {
	color: #535353;
	font-size: 16px;
	font-weight: 400;
	line-height: 31px;
	margin-bottom:15px;
}
#kurumsal.page .yazi2 {
	color: #fff !important;
}
#kurumsal .resim {
	width:100%;
	margin-bottom:15px;
}
#kurumsal .altresim {
	position:relative;
}
#kurumsal .altresim img {
	width:100%;
}
#kurumsal .altresim .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	padding:20px 10%;	
	color: #ffffff;
	font-size: 60px;
	font-weight: 400;
	line-height: 72px;
	text-align: right;
}

/*------------------urunler----------------------*/

#urunler {
	position:relative;
	padding:0px 115px 0px 30px;
}
#urunler .alan {
	background:#f6f6f6;
	padding:30px 0px 30px 0px;
}
#urunler .tablar {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
}
#urunler .tablar a {
    display: block;
    padding: 20px 10px 40px 10px;
    border-bottom: 2px solid #fff;
    margin-bottom: -2px;
	font-size: 25px;
	font-weight: 700;
	line-height: 26px;
	color:#000;
}
#urunler .tablar a:hover ,
#urunler .tablar a.active 
{
    border-bottom: 2px solid #000;
}
#urunler .aciklama {
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	margin-bottom:20px;
	padding:0px 20%;
}
#urunler .urunitem {
	display:block;
	text-align:center;
	padding:30px;
	background:#fff;
	transition:all 0.3s ease;
	margin-bottom:20px;
}
#urunler .urunitem:hover {
	box-shadow:0px 0px 5px rgba(0,0,0,0.3);
}
#urunler .urunitem .ok {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius:20px;
	background:var(--anarenk);
	color:#fff;
	font-size:18px;
	opacity:0;
	transition:all 0.3s ease;
	margin-bottom:20px;
}
#urunler .urunitem:hover .ok {
	opacity:1;
}
#urunler .urunitem .resim {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
	margin-bottom:20px;
}
#urunler .urunitem .adi {
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	color:#000;
}

/*------------------haberler----------------------*/

#haberler {
	position:relative;
	padding:0px 115px 0px 30px;
}
#haberler .alan {
	background:#f6f6f6;
	padding:30px 0px 30px 0px;
}
#haberler .blogitem {
	position:relative;
	background:#fff;
	margin-bottom:50px;
	padding:10px 10px;
}
#haberler .blogitem .sayi {
	display:block;
	color: #9c9c9c;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom:10px;
}
#haberler .blogitem .kat {
	display:block;
	color: var(--anarenk);
	font-family: "Helvetica Now Display";
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	margin-bottom:10px;
}
#haberler .blogitem .resim {
	width:100%;
	object-fit:cover;
}
#haberler .blogitem .yazi1 {
	display:block;
	color: #535353;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	margin-top:20px;
	margin-bottom:20px;
}
#haberler .blogitem .yazi2 {
	display:block;
	color: #535353;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	margin-bottom:20px;
}
#haberler .blogitem .ustcizgi {
	position:absolute;
	top:0px;
	right:0px;
	display:block;
	width:5px;
	height:0px;
	background:linear-gradient(to bottom,rgba(38,20,107,1),rgba(216,216,216,0));
	transition:all 0.3s ease;
}
#haberler .blogitem:hover .ustcizgi {
	height:100%;
}
#haberler .blogitem .ok {
	position:absolute;
	bottom:-25px;
	right:25px;
	display:flex;
	align-items:center;
	justify-content:center;
	width: 50px;
	height: 50px;
	border-radius:25px;
	background: #b8b8b8;
	color:#fff;
}


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

#iletisimpage {
	position:relative;
	padding:0px 115px 0px 30px;
}
#iletisimpage .alan {
	background:#f6f6f6;
	padding:30px 0px 0px 0px;
}

#iletisimpage .yazi1 {
	color: var(--anarenk);
	font-family: "Helvetica Now Display";
	font-size: 18px;
	font-weight: 800;
	line-height: 22px;
	margin-bottom:30px;
}
#iletisimpage .bilgi {
	display:flex;
	align-items:center;
	margin-bottom:15px;
}
#iletisimpage .bilgi i {
	font-size:28px;
	color:var(--anarenk);
	margin-right:10px;
}
#iletisimpage .bilgi span {
	color: #1d1d1b;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
#iletisimpage textarea {
	height:150px;
}
#iletisimpage iframe {
	width:100%;
	height: 490px;
	margin-top:30px;
}