@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;
}
main {
	overflow:hidden;
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: Atyp Text;
}


:root {
  --anarenk: #E21F26;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
  --font2: Jeff Script;
  --yazi:#353b42;
  --ikincirenk:#D7B469;
}

/* 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;
}

.dikeyortala {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}

/*------------------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;
}
.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0px 25px;
	height:50px;
	border-radius:30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 151%; /* 21.14px */
	text-align: center;
}
.btn i {
	font-size: 22px;
}
.btn-mor {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-mor:hover {
	background:var(--yazi);
	border:1px solid var(--yazi);
	color:#fff;
}
.btn-mavi {
	background: #42BAC8;
	border:1px solid #42BAC8;
	color:#fff;
}
.btn-mavi:hover {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-outline-mor {
	background:#fff;
	border:1px solid var(--anarenk);
	color:var(--anarenk);
}
.btn-outline-mor:hover {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}

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

#header {
	position:relative;
	z-index:999;
	transition:all 0.3s ease;
	background:#fff;
}
#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:var(--anarenk);
}
#header .alan {
	display:flex;
	align-items:center;
	padding:10px 0px;
}
#header .alan .logo {
	margin-right:auto;
}
#header .alan .logo img {
	height:54px;
}

#header .menu {
}
#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;
	color: #495868;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#header.heading .menu .link-item { 
	color:#fff;
}
#header.heading .menu .link-item:hover {
	background-color:var(--anarenk);
	color:#fff;
}

#header .menu .link-item:hover {
    color: var(--anarenk);
}

#header .menu .acilan {
	position: absolute;
	display: none;
	top: 23px;
	left: 0;
	width: 218px;
	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);
	z-index: 999;
}
#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.heading .menu .acilan .link-item:hover,
#header.heading .menu .acilan .link-item,
#header .menu .acilan .link-item {
	line-height:24px;
    color: #000;
	padding:0px 10px;
}
#header.heading .menu .acilan .link-item:hover{
	color: #000;
	background-color:#fff;
}

#header .alan .sag a {
	position:relative;
	display:inline-flex;
	align-items:center;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin-left:20px;
}
#header .alan .sag a i {
	font-size: 24px;
}

#header .arama {
	position:absolute;
	top:100%;
	right:0px;
	background:var(--krem);
	padding:0px;
	overflow:hidden;
	height:0px;
	transition:all 0.3s ease;
}
#header .arama.active {
	padding:20px;
	height:auto;
}
#header .arama .form-control {
	background:transparent;
	border-radius:0px;
	border:0px;
	border-bottom:2px solid var(--siyah);
	color:var(--siyah);
    height: 36px;
    line-height: 36px;
}
#header .arama .form-control:focus {
	background:transparent !important;
	border-radius:0px !important;
	border:0px !important;
	border-bottom:2px solid var(--siyah) !important;
	color:var(--siyah) !important;
}
#header .arama .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--siyah);
  opacity: 1; /* Firefox */
}
#header .arama .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--siyah);
}
#header .arama .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--siyah);
}
#header .arama .btn {
	position:absolute;
	top:20px;
	right:20px;
	width:36px;
	height:36px;
	font-size:20px;
	color:var(--siyah);
	border-radius:9px;
	padding:0px;
	justify-content:center;
}
#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;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	background: #F5F5F5;
	text-transform:uppercase;
}
#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;
}
#header .dil:hover .acilan {
	display:block;
}
#header .color {
	display:block;
}

#header .color img {
	height:54px;
}


/*------------------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:var(--krem);
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:var(--krem);
}

#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 {
	max-width:100%;
	max-height:100%;
	height:55px;
}

#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 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
	margin-bottom:22px;
}
#slider .item .bilgi .yazi2 {
	color: #FFF;
	font-size: 98.133px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:22px;
}
#slider .item .bilgi .yazi3 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
}
#slider .slider-button-prev ,
#slider .slider-button-next 
{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	font-size:30px;
	color:#fff;
	border:1px solid #fff;
	z-index:10;
}
#slider .slider-button-prev:hover ,
#slider .slider-button-next:hover 
{
	color:#fff;
	border:1px solid #fff;
	background:var(--anarenk);
}
#slider .slider-button-next 
{
	right:100px;
	bottom:160px;
}
#slider .slider-button-prev 
{
	right:100px;
	bottom:80px;
}

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

#hakkimizda {
	position:relative;
	padding:65px 0px;
	z-index:20;
	background: #F7F7F7;
}
#hakkimizda .logo {
	margin-bottom:37px;
}
#hakkimizda .logo img {
	height:37px;
}
#hakkimizda .yazi1 {
	color: #495868;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 151%; /* 37.75px */
	margin-bottom:22px;
}
#hakkimizda .yazi1 strong {
	color: var(--anarenk);
}
#hakkimizda .yazi2 {
	color: #495868;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-bottom:22px;
}
#hakkimizda .slogan {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:flex-end;
	height:100%;
}
#hakkimizda .slogan img {
	height:120px;
}
#hakkimizda:before {
	position:absolute;
	content:"";
	top:0px;
	right:0px;
	width:100%;
	height:140%;
	background:url('../img/filigran-1.png');
	background-size:contain;
	background-position:right top;
	background-repeat:no-repeat;
	mix-blend-mode: multiply;
}


/*------------------segacolor----------------------*/

#segacolor {
	position:relative;
	padding:65px 0px;
	z-index:30; 
}
#segacolor .baslik {
	background: linear-gradient(91deg, var(--anarenk), var(--ikincirenk));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: 112%;
	text-align:center;
	margin-bottom:40px;
	padding-top: 10px;
}
#segacolor .item {
	display:block;
	position:relative;
	border-radius: 15px;
}
#segacolor .item .resim {
	width:100%;
	aspect-ratio:700/386;
	max-height:386px;
	object-fit:cover;
	border-radius:15px 15px 0px 0px;
}
#segacolor .item .bilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:50px;
	background: #F7F7F7;
	border-radius: 0px 0px 15px 15px;
}
#segacolor .item .sol {
	width:calc(100% - 60px);
	padding-right:25px;
}
#segacolor .item .yazi1  {
	color: #475765;
	font-family: Jeff Script;
	font-size: 33px;
	font-style: normal;
	font-weight: 400;
	line-height: 112%; /* 36.96px */
}
#segacolor .item .yazi2  {
	font-size: 33px;
	font-style: normal;
	font-weight: 600;
	line-height: 112%; /* 36.96px */
	background: linear-gradient(91deg, var(--anarenk), var(--ikincirenk));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom:30px;
}
#segacolor .item .yazi3  {
	color: #495868;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
#segacolor .item .circ {
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	background: #B2B5B5;
	font-size:30px;
	color:#fff;
}
#segacolor .item:hover .circ {
	background: var(--anarenk);
}

/*------------------bilgiler----------------------*/

#bilgiler {
	position:relative;
	padding:65px 0px;
	z-index:30; 
	background:url('../img/filigran-2.png') #f5f5f5;
	background-repeat:no-repeat;
	background-size:auto 140%;
	background-position:left top;
	border-bottom:1px solid rgba(255, 255, 255, 0.50);
}
#bilgiler .item {
	position:relative;
	padding:45px 35px;
	border-radius: 30px;
	text-align:center;
	background: #FFF;
	transition:all 0.3s ease;
}
#bilgiler .item:hover {
	background: var(--anarenk);
}
#bilgiler .item .icon {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width: 118px;
	height: 118px;
	border-radius:70px;
	background:#F5F5F5;
	border:1px solid #F5F5F5;
	margin-bottom:35px;
	transition:all 0.3s ease;
}
#bilgiler .item:hover .icon {
	background:var(--anarenk);
	border:1px solid rgba(255, 255, 255, 0.30);
}
#bilgiler .item .icon img {
	max-width:50%;
	max-height:50%;
	transition:all 0.3s ease;
}
#bilgiler .item:hover .icon img {
	filter:brightness(100);
}
#bilgiler .item .adi {
	color: #475765;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px; /* 125% */
	margin-bottom:35px;
	transition:all 0.3s ease;
}
#bilgiler .item:hover .adi {
	color: #fff;
}
#bilgiler .item .desc {
	color: #475765;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.5px; /* 159.375% */
	transition:all 0.3s ease;
}
#bilgiler .item:hover .desc {
	color: #fff;
}

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

#haberler {
	position:relative;
	padding:65px 0px;
	z-index:30; 
	background:#f5f5f552;
}
#haberler .baslik {
	color: var(--yazi);
	text-align:center;
	font-size: 45px;
	font-style: normal;
	font-weight: 600;
	line-height: 112%; /* 50.4px */
	margin-bottom:30px;
}
#haberler .buton {
	margin-bottom:30px;
}
#haberler .item {
	display:block;
	background:#fff;
	border-radius: 15px 15px 15px 15px;
}
#haberler .item .resim {
	width:100%;
	aspect-ratio:700/386;
	max-height:386px;
	object-fit:cover;
	border-radius:15px 15px 0px 0px;
}
#haberler .item .bilgi {
	padding:20px 40px;
	border-radius:0px 0px 15px 15px;
	min-height: 300px;
}
#haberler.blog-list .item .bilgi {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#haberler.blog-list .item .bilgi .btn-outline-mor {
  position: relative;
  bottom: 10px;
}
#haberler .item .adi {
	color: #475765;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px; /* 125% */
	margin-bottom:16px;
}
#haberler .item .desc {
	color: #475765;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.5px; /* 141.667% */
	margin-bottom:26px;
}

#haberler .item .bilgi .btn-outline-mor {
	position: absolute;
	bottom: 10px;
}
/*------------------teklifal----------------------*/

#teklifal {
	position:relative;
	padding:65px 0px;
	z-index:30; 

}
#teklifal .alan {
	position:relative;
	border-radius: 15px;
	padding: 132px 50px;
	display: flex;
	flex-wrap: wrap;
	background-position: center;
}
#teklifal .alan {
  position: relative;
  border-radius: 15px;
  padding: 142px 50px;
  display: flex;
  flex-wrap: wrap;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#teklifal .alan .bolum:last-child {
	border-right:0px solid #EAE7F0;
}
#teklifal .alan .eco {
	height:120px;
}
#teklifal .alan .yazi {
	color: #FFF;
	text-align: center;
	font-size: 50px;
	font-style: normal;
	font-weight: 100;
	line-height: 40px; /* 60% */
}
#teklifal .alan .yazi b {
	display:block;
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
}

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

#footer {
	position:relative;
	padding:50px 0px 0px 0px;
	background: var(--yazi);
}

#footer .logo {
	display:block;
	margin-bottom:85px;
}
#footer .logo img {
	height:66px;
}
#footer .menu .menulink {
	display:block;
	color: #FFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height:40px;
}
#footer .bas {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 173%; /* 34.6px */
	margin-bottom:47px;
}

#footer .sosyal {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	grid-column-gap:10px;
	margin-bottom:auto;
}
#footer .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 54px;
	height: 54px;
	border-radius:32px;
	font-size:22px;
	color: #B2B5B5;
	border:1px solid #B2B5B5;
	background: transparent;
}
#footer .sosyal a:hover {
	background: var(--anarenk);
	color: #fff;
	border: 1px solid #fff;
}

#footer .bilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:30px;
}
#footer .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 44px;
	height: 44px;
	border-radius:40px;
	background:#fff;
	font-size:20px;
	color: var(--anarenk);
}
#footer .bilgi .yazi {
	width: calc(100% - 44px);
	padding-left:10px;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px; /* 145% */
}
#footer .alt {
	position:relative;
	z-index:10;
	display:flex;
	align-items:center;
	padding:30px 0px;
	margin-top:50px;
	border-top:1px solid #B2B5B5;
}
#footer .alt .copy {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin-right:auto;
}

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

#kurumsal {
	position:relative;
	z-index:30; 
}
#kurumsal .bolum1 {
	position:relative;
	z-index:30; 
	background:#F5F5F5;
	padding:75px 0px 0px 0px;
}
#kurumsal .yazi1 {
	color: #495868;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 151%; /* 37.75px */
	margin-bottom:82px;
}
#kurumsal .yazi2 {
	padding-top: 10px;
	background: linear-gradient(91deg, var(--anarenk), var(--ikincirenk));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: 112%;
	margin-bottom:42px;
}
#kurumsal .yazi3 {
	color: #495868;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 45px; /* 150% */
	margin-bottom:32px;
}
#kurumsal .yazi3 strong {
	color: var(--anarenk);
}
#kurumsal .yazi4 {
	color: #495868;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 166.667% */
	margin-bottom:32px;
}
#kurumsal .yazi5 {
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 112%;
	background: linear-gradient(91deg, var(--anarenk), var(--ikincirenk));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 32px;
	padding-top: 4px;
}
#kurumsal .yazi6 {
	padding:60px;
	border-radius: 15px;
	background: #D71F27;
	margin-bottom:32px;
	color:#fff;
}
#kurumsal .resim {
	width:100%;
	border-radius: 15px 15px 0px 0px;
}
#kurumsal .bolum2 {
	position:relative;
	z-index:30; 
	padding:75px 0px 0px 0px;
}
#kurumsal .bolum2:before {
    position:absolute;
    content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:-1;
	background:url('../img/filigran-4.png') #fff;
	background-repeat:no-repeat;
	background-size:90% auto;
	background-position:center center;
    animation: arkaplanHareketi 10s linear infinite alternate;
}

@keyframes arkaplanHareketi {
    from {
        left:-50vw;
    }
    to {
        left:50vw;
    }
}

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

#urunler {
	position:relative;
	z-index:30; 
	padding:0px 0px 50px 0px;
}
#urunler .ust {
	position:relative;
	z-index:30; 
	padding:36px 0px 36px 0px;
	background: #F5F5F5;
	margin-bottom:50px;
}
#urunler .ust .yazi1 {
	color: var(--yazi);
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 151%; /* 37.75px */
	margin-bottom:76px;
}
#urunler .ust .yazi2 {
	color: var(--yazi);
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 151%;
}
#urunler .item {
	display:block;
	position:relative;
	border-radius: 15px;
	margin-bottom:20px;
}
#urunler .item .resim {
	width:100%;
	aspect-ratio:700/386;
	max-height:386px;
	object-fit:cover;
	border-radius:15px 15px 0px 0px;
}
#urunler .item .bilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:20px;
	background: #F7F7F7;
	border-radius: 0px 0px 15px 15px;
}
#urunler .item .sol {
	width:calc(100% - 60px);
	padding-right:25px;
}
#urunler .item .yazi1  {
	color: var(--yazi);
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: 112%; /* 36.96px */
}
#urunler .item .yazi2  {
	font-size: 33px;
	font-style: normal;
	font-weight: 600;
	line-height: 112%; /* 36.96px */
	background: linear-gradient(91deg, #E52E24 -14.25%, #F5A21C 13.97%, #44A2DB 39.72%, #53347E 75.47%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom:30px;
}
#urunler .item .yazi3  {
	color: #495868;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
#urunler .item .circ {
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	background: #B2B5B5;
	font-size:30px;
	color:#fff;
}
#urunler .item:hover .circ {
	background: var(--anarenk);
}

/*------------------kategori----------------------*/

#kategori {
	position:relative;
	z-index:30; 
	padding:0px 0px 50px 0px;
	background: #F5F5F5;
}
#kategori .ust {
	position:relative;
	z-index:30; 
	padding:70px 0px 70px 0px;
	background-size:cover !important;
	text-align:center;
	margin-bottom:50px;
}
#kategori .ust .baslik {
	color: #FFF;
	text-align: center;
	font-size: 70px;
	font-style: normal;
	font-weight: 600;
	line-height: 151%; /* 105.7px */
	margin-bottom:70px;
}
#kategori .ust select {
	display:inline-block;
	width:300px;
	max-width:100%;
	border-radius: 53px;
	background: #FFF;
	text-align:center;
}
#kategori .anabaslik {
	display:flex;
	align-items:center;
	margin-bottom:50px;
}
#kategori .anabaslik span {
	color: var(--yazi);
	font-size: 55px;
	font-style: normal;
	font-weight: 400;
	line-height: 151%; /* 83.05px */
	letter-spacing: 0.55px;
	margin-right:auto;
}

.table>:not(caption)>*>* {
    padding: 0.8rem 0.8rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table tr td {
	color: #495868;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 151%; /* 24.16px */
}
.table tr td:first-child {
	color: #53347E;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 151%; /* 30.2px */
	background:#fff !important;
}

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

#iletisimpage {
	position:relative;
	z-index:30; 
	padding:50px 0px 0px 0px;
	background: #F5F5F5;
}
#iletisimpage .baslik {
	color: var(--yazi);
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 151%; /* 60.4px */
	margin-bottom:40px;
}

#iletisimpage .bilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:30px;
}
#iletisimpage .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 64px;
	height: 64px;
	border-radius:40px;
	background:#fff;
	font-size:30px;
	color: var(--anarenk);
}
#iletisimpage .bilgi .yazi {
	width: calc(100% - 64px);
	padding-left:10px;
	color: #495868;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px; /* 145% */
}
#iletisimpage .form-control {
	height: 64px;
	padding:0px 20px;
	border-radius:40px;
}
#iletisimpage textarea.form-control {
	height: 124px;
	padding:20px 20px;
	border-radius:20px;
}
#iletisimpage iframe {
	width:100%;
	height:400px;
	margin-top:40px;
}

/******galeri page css********/
#haberlersayfa {
    padding: 75px 0px 0px 0px;
	background-color: #F5F5F5;
    
}
#haberlersayfa .baslik {
    color: #76777a;
    font-size: 35px;
    font-weight: 400;
    line-height: 90px;
    margin-bottom: 20px;
}
#haberlersayfa .haberitem {
    display: block;
    margin-bottom: 25px;
}
#haberlersayfa .haberitem .resim {
    position: relative;
    display: block;
    margin-bottom: 20px;
    transition: 0.5s;
}
#haberlersayfa .haberitem .resim img {
    width: 100%;

    object-fit: contain;
}
#haberlersayfa .haberitem .resim:hover {
    transform: scale(1.2);
    z-index: 2;
}