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

body {
	position:relative;
	font-family: Charlevoix Pro;
	background:#F7F7EF;
}


:root {
  --anarenk: #F7F7EF;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #656565;
  --krem: #fcfcf9;
}

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

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

/*------------------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:#fff;
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background:var(--anarenk);
}
#header .alan {
	display:flex;
	align-items:center;
	padding:30px 0px;
}
#header .alan .logo {
	margin-right:auto;
}
#header .alan .logo img {
	height: 50px;
}
#header .alan .logo img.light {
	display:block;
}
#header .alan .logo img.dark {
	display:none;
}
#header.sabit .alan .logo img.light {
	display:none;
}
#header.sabit .alan .logo img.dark {
	display:block;
}

#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: #FFF;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 106.667% */
	letter-spacing: 1.2px;
	text-transform: uppercase;
}
#header.sabit .menu .link-item {
	color: #656565;
}
#header .menu .link-item:hover {
    color: #fff;
	letter-spacing: 2px;
}
#header.sabit .menu .link-item:hover {
    color: #656565;
	letter-spacing: 2px;
}

#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 a {
	position:relative;
	display:inline-flex;
	align-items:center;
	color: #fff;
	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%;
	display: none;
}
#header .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-transform:uppercase;
}
#header.sabit .dil .default {
	color: #656565;
}
#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;
}


/*------------------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:20%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

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

#mobilheader .alansag {
	width:20%;
	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: 32px;
}

#mobilheader .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 5px;
	height:100%;
	display: none;
}
#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: 45%;
	margin-right:auto;
}
#mobilmenu .ust .kapat {
	font-size:40px;
	color:#000;
}
#mobilmenu .menu {
    border-top: 1px solid hsla(0,0%,60%,.2);
    padding-top: 20px;
}
#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%;
	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;
	text-align: center;
	font-size: 62px;
	font-style: normal;
	font-weight: 400;
	line-height: 66px; /* 106.667% */
	letter-spacing: 31px;
	text-transform: uppercase;
	margin-bottom:38px;
}
#slider .item .bilgi .yazi2 {
	color: #FFF;
	text-align: center;
	font-size: 62px;
	font-style: normal;
	font-weight: 300;
	line-height: 66px; /* 106.667% */
	letter-spacing: 31px;
	text-transform: uppercase;
	margin-bottom:75px;
}
#slider .item .bilgi .buton {
	text-align: center;
}
#slider .item .bilgi .buton a {
	position:relative;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	height:35px;
	padding:0px 24px;
	border-right:6px solid #fff;
	border-left:6px solid #fff;
	z-index:20;
	color:#fff;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 16px; /* 106.667% */
	letter-spacing: 3px;
	text-transform: uppercase;
}
#slider .item .bilgi .buton a:hover {
	color:var(--siyah);
}
#slider .item .bilgi .buton a:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:0px;
	height:100%;
	background:#fff;
	transition:all 0.3s ease;
	z-index:-1;
}
#slider .item .bilgi .buton a:hover:before {
	width:50%;
}
#slider .item .bilgi .buton a:after {
	position:absolute;
	content:"";
	top:0px;
	right:0px;
	width:0px;
	height:100%;
	background:#fff;
	transition:all 0.3s ease;
	z-index:-1;
}
#slider .item .bilgi .buton a:hover:after {
	width:50%;
}
#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;
}

/*------------------kolek1----------------------*/

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

#kolek1 {
	position:relative;
	padding:120px 0px;
	background:url('../img/filigran-1.png');
	background-size:100% auto; 
}

#kolek1 .yazi1 {
	color: #656565;
	font-size: 30px;
	font-style: normal;
	font-weight: 300;
	line-height: 40px; /* 133.333% */
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom:56px;
}
#kolek1 .yazi1 b {
	display:block;
	font-weight:400;
}

#kolek1 .yazi2 {
	color: #656565;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.5px; /* 159.375% */
	text-transform: capitalize;
	margin-bottom:56px;
}
#kolek1 .resim {
	width:100%;
}

.efbuton {
	position:relative;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	height:35px;
	padding:0px 24px;
	border-right:2px solid var(--siyah);
	border-left:2px solid var(--siyah);
	z-index:20;
	color:var(--siyah);
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 16px; /* 106.667% */
	letter-spacing: 3px;
	text-transform: uppercase;
}
.efbuton:hover {
	color:#fff;
}
.efbuton:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:0px;
	height:100%;
	background:var(--siyah);
	transition:all 0.3s ease;
	z-index:-1;
}
.efbuton:hover:before {
	width:50%;
}
.efbuton:after {
	position:absolute;
	content:"";
	top:0px;
	right:0px;
	width:0px;
	height:100%;
	background:var(--siyah);
	transition:all 0.3s ease;
	z-index:-1;
}
.efbuton:hover:after {
	width:50%;
}

/*------------------hizmetlerimiz----------------------*/

#hizmetlerimiz {
	position:relative;
	padding:100px 0px;
	background:#fff;
}
#hizmetlerimiz .baslik {
	color: #656565;
	text-align:center;
	font-size: 55px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px; /* 72.727% */
	letter-spacing: 20px;
	text-transform: capitalize;
	margin-bottom:96px;
}
#hizmetlerimiz .slide {
	position:relative;
	border-radius: 20px;
	background: #F7F7EF;
	padding:94px 194px;
}
#hizmetlerimiz .slide .hizmetlerimiz-button-prev ,
#hizmetlerimiz .slide .hizmetlerimiz-button-next {
	position:absolute;
	top:0px;
	width:140px;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:10;
}
#hizmetlerimiz .slide .hizmetlerimiz-button-prev {
	left:0px;
}
#hizmetlerimiz .slide .hizmetlerimiz-button-next {
	right:0px;
}
#hizmetlerimiz .slide .hizmetlerimiz-button-prev img ,
#hizmetlerimiz .slide .hizmetlerimiz-button-next img {
	max-width:50%;
}
#hizmetlerimiz .item {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#hizmetlerimiz .item .resim {
	position:relative;
	width:170px;
	z-index:10;
}
#hizmetlerimiz .item .resim:before {
	position:absolute;
	content:"";
	top:0px;
	left:20px;
	width:170px;
	height:170px;
	border-radius:50%;
	background:#899AC4;
	z-index:-1;
}
#hizmetlerimiz .item .resim img {
	width:100%;
}
#hizmetlerimiz .item .sag {
	width:calc(100% - 190px);
	padding-left:30px;
}
#hizmetlerimiz .item .sag .yazi1 {
	color: #656565;
	font-size: 35px;
	font-style: normal;
	font-weight: 300;
	line-height: 40px; /* 114.286% */
	letter-spacing: 2px;
	text-transform: capitalize;
	margin-bottom:40px;
}
#hizmetlerimiz .item .sag .yazi2 {
	color: #656565;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}

/*------------------kirmizialan----------------------*/

#kirmizialan {
	position:relative;
	padding:56px 0px;
	background:#C49E89;
}
#kirmizialan .kolek {
	position:relative;
	display:flex;
	flex-direction:column;
	height:100%;
}
#kirmizialan .kolek .resim {
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius: 40px;
}
#kirmizialan .kolek .yazi1 {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:55px;
	color: #FFF;
	font-size: 37.171px;
	font-style: normal;
	font-weight: 300;
	line-height: 48.295px;
	letter-spacing: 14.831px;
	text-transform: uppercase;
	transition:all 0.3s ease;
}
#kirmizialan .kolek:hover .yazi1 {
	letter-spacing: 24.831px;
}
#kirmizialan .kolek .yazi1 b {
	display:block;
	font-weight: 500;
}
#kirmizialan .yeniler {
	display:block;
	border-radius: 40px;
	background: #F7F7EF;
	border-radius: 40px;
	padding:58px;
}
#kirmizialan .yeniler .resim {
	max-width:75%;
	border-radius: 15px;
	margin-bottom:66px;
}
#kirmizialan .yeniler .yazi1  {
	color: #656565;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 63.124px; /* 157.811% */
	letter-spacing: 10px;
	text-transform: uppercase;
	margin-bottom:14px;
}
#kirmizialan .yeniler .yazi2  {
	color: #656565;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 200% */
	margin-bottom:87px;
}

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

#hakkimizda {
	position:relative;
	padding:100px 0px;
}
#hakkimizda .alan {
	position:relative;
	background-size:cover !important;
}
#hakkimizda .logo img {
    height: 50px;
}
#hakkimizda .alan .alanic {
	position:relative;
	padding:40px 40px;
	background: #F7F7EF;
	text-align:center;
}
#hakkimizda .alan .alanic .logo {
	position:relative;
	margin-bottom:48px;
	text-align:center;
}
#hakkimizda .alan .alanic .yazi1 {
	color: #656565;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 200% */
	margin-bottom:48px;
	text-align:center;
}
#hakkimizda .resim {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: left;
}

#hakkimizda .anaresim {
    height: 100%;
    width: 100%;
	object-fit: cover;
}
/*------------------footer----------------------*/

#footer {
	position:relative;
	padding:54px 0px 34px 0px;
	background:#fff;
}
#footer .slogan {
	color: #656565;
	font-size: 25px;
	font-weight: 500;
	line-height: 197.8%;
	margin-bottom:54px;
}

#footer .bilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:20px;
}
#footer .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 60px;
	height: 60px;
	border-radius:30px;
	border:1px solid #D9D9D9;
	font-size:30px;
	color: #656565;
}
#footer .bilgi .yazi {
	width:calc(100% - 60px);
	padding-left:10px;
	color: #656565;
	font-size: 20px;
	font-weight: 400;
	line-height: 44px; 
}
#footer .menualan {
	display:flex;
	flex-direction:column;
	grid-gap:0px;
}
#footer .menualan a {
	color: #656565;
	font-size: 20px;
	font-weight: 400;
	line-height: 44px; /* 220% */
	text-align:right;
}
#footer .sosyal {
	display:flex;
	flex-direction:column;
	grid-gap:0px;
}
#footer .sosyal a {
	color: #656565;
	font-size: 20px;
	font-weight: 400;
	line-height: 44px; /* 220% */
	text-align:right;
}
#footer .alt {
	margin-top:54px;
}
#footer .alt .logo {
	text-align:left;
}
#footer .alt .logo img {
	height:36px;
}
#footer .alt .copy {
	text-align:center;
	color: #656565;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
}
#footer .alt .anatolfav {
	display:block;
	text-align:center;
}


}

/*------------------blogpage----------------------*/

#blogpage {
	position:relative;
	z-index:20;
	padding:25px 0px;
}
#blogpage .item {
	position:relative;
	z-index:20;
	display:flex;
	flex-direction:column;
	height:calc(100% - 20px);
	margin-bottom:20px;
	border-radius: 10px;
	background:#F6F6F6;
	align-items:center;
}
#blogpage .item .logo {
	width: 100%;
	aspect-ratio: 400/287;
	max-height: 300px;object-fit: cover;
	object-position: center;
	margin: 0 auto;
	border-radius: 10px 10px 0px 0px;
}
#blogpage .item .baslik {
	width:100%;
	text-align:center;
	padding:15px;
	border-top:1px solid #fff;
	color: #636769;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
}
#blogpage .item .tarih {
	width:100%;
	text-align:center;
	padding:15px;
	border-top:1px solid #fff;
	color: #636769;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
}
#blogpage .item .link {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: var(--siyah);
}
#blogpage .item .link:hover {
  text-decoration: none;
}

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

#kurumsal {
	position:relative;
	z-index:20;
	padding:25px 0px;
	border-bottom:1px solid #E8E8E8;
}
#kurumsal .bolum1 {
	position:relative;
	z-index:20;
	padding:25px 0px;
}
#kurumsal .bolum1 .yazi1 h1 ,
#kurumsal .bolum1 .yazi1 h2 ,
#kurumsal .bolum1 .yazi1 h3 ,
#kurumsal .bolum1 .yazi1 h4 , 
#kurumsal .bolum1 .yazi1 h5  
{
	color: #636769;
	font-size: 30px;
	font-weight: 900;
	line-height: 40px;
	letter-spacing: -0.4px;
	margin-bottom:20px;
}
#kurumsal .baslik {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
}
#kurumsal strong {
    font-weight: 800;
    letter-spacing: 0.5px;
}
#kurumsal .bolum1 .yazi1 p  
{
    color: #636769;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
}
#kurumsal .bolum1 .resim {
    display: block;
    position: sticky;
    top: 20px;
}
#kurumsal .bolum1 .resim img {
	width:100%;
	border-radius: 30px;
}
#kurumsal .bolum1 .resim span {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:30px;
	color: #FFF;
	font-size: 35px;
	font-weight: 700;
	line-height: 38.7px;
	text-align:center;
}
#kurumsal .bolum2 {
	position:relative;
	z-index:20;
	padding:25px 0px;
}
#kurumsal .bolum2:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../img/filigran-2.png);
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center center;
    animation: arkaplanHareketi 10s linear infinite alternate;
	z-index:-1;
	
}

#kurumsal .bolum2 .resim {
	width:100%;
	border-radius: 30px;
}
#kurumsal .bolum3 {
	position:relative;
	z-index:20;
	padding:25px 0px;
}
#kurumsal .bolum3 .yazi1 h1 ,
#kurumsal .bolum3 .yazi1 h2 ,
#kurumsal .bolum3 .yazi1 h3 ,
#kurumsal .bolum3 .yazi1 h4 , 
#kurumsal .bolum3 .yazi1 h5  
{
	color: var(--anarenk);
	font-size: 30.89px;
	font-weight: 900;
	line-height: 39.539px;
	letter-spacing: -0.424px;
	margin-bottom:20px;
}
#kurumsal .bolum3 .yazi1 p  
{
    color: #636769;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 20px;
}

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

#kurumsal1 {
	position:relative;
}
#kurumsal1 .resim {
	width:100%;
	min-height:50vh;
	object-fit:cover;
}
#kurumsal1 .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	background:rgba(255,255,255,0.5);
}
#kurumsal1 .bilgi .yazi1 {
	color: #656565;
	text-align: center;
	font-size: 42.353px;
	font-weight: 400;
	line-height: 45.176px; /* 106.667% */
	letter-spacing: 21.219px;
	text-transform: uppercase;
	margin-bottom:80px;
}
#kurumsal1 .bilgi .yazi2 {
	color: #656565;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 25.5px; /* 127.5% */
	text-transform: capitalize;
	margin-bottom:20px;
}
#kurumsal1 .bilgi .yazi3 {
	color: #656565;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px; /* 187.5% */
	text-transform: capitalize;
}
/*------------------kurumsal2----------------------*/

#kurumsal2 {
	position:relative;
	padding:96px 0px;
	background:#fff;
}
#kurumsal2 .resim {
	width:100%;
	border-radius: 30px;
}
#kurumsal2 .yazi1 {
	color: #656565;
	font-size: 40px;
	font-weight: 400;
	line-height: 63.124px; /* 157.811% */
	letter-spacing: 10px;
	text-transform: uppercase;
	margin-bottom:50px;
}
#kurumsal2 .yazi2 {
	color: #656565;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px; /* 187.5% */
	text-transform: capitalize;
}
/*------------------kurumsal3----------------------*/

#kurumsal3 {
	position:relative;
	padding:96px 0px;
}
#kurumsal3 .resim {
	width:100%;
	border-radius: 30px;
}
#kurumsal3 .yazi1 {
	color: #656565;
	font-size: 40px;
	font-weight: 400;
	line-height: 63.124px; /* 157.811% */
	letter-spacing: 10px;
	text-transform: uppercase;
	margin-bottom:50px;
}
#kurumsal3 .yazi2 {
	color: #656565;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px; /* 187.5% */
	text-transform: capitalize;
}
/*------------------bread----------------------*/

#bread {
	position:relative;
	padding:77px 0px;
}
#bread .yazi1 {
	color: #656565;
	text-align: center;
	font-size: 42.353px;
	font-weight: 400;
	line-height: 45.176px; /* 106.667% */
	letter-spacing: 21.219px;
	text-transform: uppercase;
}
/*------------------koleksiyonlar----------------------*/

#koleksiyonlar {
  padding: 40px 0;
  background: #fafafa;
}

#koleksiyonlar .koleksiyon-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  transition: transform 0.3s ease;
}

#koleksiyonlar .koleksiyon-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/ 1;
  display: block;
  border-radius: 6px;
  transition: transform 0.4s ease;
}

#koleksiyonlar .koleksiyon-item:hover img {
  transform: scale(1.05);
}

#koleksiyonlar .koleksiyon-item::after {
  content: "\f002"; /* search icon */
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

#koleksiyonlar .koleksiyon-item:hover::after {
  opacity: 1;
}

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

#iletisimpage {
	position:relative;
	padding:77px 0px;
	background-size:cover !important;
}
#iletisimpage .baslik1 {
	color: #FFF;
	text-align: center;
	font-size: 42.353px;
	font-weight: 400;
	line-height: 45.176px; /* 106.667% */
	letter-spacing: 21.219px;
	text-transform: uppercase;
	margin-bottom:50px;
}
#iletisimpage .baslik2 {
	color: #656565;
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	line-height: 45.176px; /* 180.704% */
	letter-spacing: 21.219px;
	text-transform: uppercase;
	margin-bottom:30px;
}
#iletisimpage .kutu {
	background: #FFF;
	padding:25px;
	margin-bottom:30px;
}
#iletisimpage .bilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:20px;
}
#iletisimpage .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 60px;
	height: 60px;
	border-radius:30px;
	border:1px solid #D9D9D9;
	font-size:30px;
	color: #656565;
}
#iletisimpage .bilgi .yazi {
	width:calc(100% - 60px);
	padding-left:10px;
	color: #656565;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px; 
}
#iletisimpage .form-control {
	height: 70px;
	border-radius: 10px;
	background: #F3F3F3;	
	border:1px solid #F3F3F3;	
}
#iletisimpage textarea.form-control {
	height: 150px;
}
#iletisimpage .btn-gri {
    background: #656565;
    border: 1px solid #656565;
    color: #fff;
    padding: 20px 40px;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
}

.map {
	width:100%;
	height:400px;
}
.map iframe{
	width:100%;
	height:400px;
}