@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('lightslider.css');
@import url('swiper-bundle.min.css');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('formcontrol.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;
	background: #fff7f1;
}
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: #3a3d3f;
  --kirmizi: #025628;
  --playfair: 'Playfair Display', serif;
  --ikincifont: 'Barlow', sans-serif;
}

body {
	font-family: 'Barlow', sans-serif;
}
/* width */
.scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

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

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: var(--anarenk); 
}
.container-fluid {
	max-width:calc(100vw - 86px);	
}
.container-2 {
	 max-width: 1120px;
	 width: 100%;
	padding-right: var(--bs-gutter-x,.75rem);
	padding-left: var(--bs-gutter-x,.75rem);
	margin-right: auto;
	margin-left: auto;
}
.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;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--anarenk);
    border-color: var(--anarenk);
}
.page-link {
    position: relative;
    display: block;
    color: var(--anarenk);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: 0.875rem 1.25rem;
}
.page-link:hover {
    z-index: 2;
    color: #000;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	height:50px;
	border-radius:50px;
	padding:0px 40px;
	font-size: 16px;
	font-weight: 400;
	border:0px;
	font-family:var(--ikincifont);
}

.btn-white {
	position:relative;
	background: transparent;
	border-bottom:1px solid #fff;
	border-radius:0px;
	color:#fff;
	justify-content:left;
	padding:0px 60px 0px 10px;
}
.btn-white:before {
	position:absolute;
	content:"\f061";
	top:0px;
	right:10px;
	width:30px;
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family: 'Line Awesome Free';
    font-weight: 900;
	font-size:20px;
	color:#fff;
	transition:all 0.3s ease;
}
.btn-white:hover:before {
	color:var(--anarenk);
	right:2px;
}
.btn-white:hover {
	background: #fff;
	color:var(--anarenk);
}
.btn-mavi {
	background: var(--anarenk);
	color:#fff;
}
.btn-mavi:hover {
	background: var(--kirmizi);
	color:#fff;
}



.btn-outline-mavi {
	position:relative;
	background: transparent;
	border-bottom:1px solid var(--anarenk);
	border-radius:0px;
	color:var(--anarenk);
	justify-content:left;
	padding:0px 60px 0px 10px;
}
.btn-outline-mavi:before {
	position:absolute;
	content:"\f061";
	top:0px;
	right:10px;
	width:30px;
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family: 'Line Awesome Free';
    font-weight: 900;
	font-size:20px;
	color:var(--anarenk);
	transition:all 0.3s ease;
}
.btn-outline-mavi:hover:before {
	color:#fff;
	right:2px;
}
.btn-outline-mavi:hover {
	background: var(--anarenk);
	color:#fff;
}



main {
	position:relative;
	width:calc(100vw - 10px);
	overflow:hidden;
}
/*------------------------------donenicon----------------------------*/

.donenicon {
	position:fixed;
    right: 2%;
    bottom: 3%;
	width: 108px;
	height: 102px;
	z-index:10000;
}
.donenicon .alt {
	width: 100%;
	transform:rotate(0deg);
	animation: fadeinphoto 22s linear infinite;
}
.donenicon:hover .alt {
	animation-play-state: paused;
}
.donenicon .ust {
	position:absolute;
	top:0px;
	left:0px;
	max-width:100%;
	max-height:100%;
	width: 100%;
	transform:rotate(0deg);
}
@keyframes fadeinphoto {
    0% { transform:rotate(0deg); }
    50% { transform:rotate(180deg); }
    100% { transform:rotate(360deg); }
}

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

#header {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:1000;
	background:#fff;
}
#header .alan {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	height:63px;
	background:#fff;
}
#header .alan .sol {
	width:40%;
}
#header .alan .orta {
	width:20%;
	text-align:center;
}
#header .alan .orta .logo {
	height:17px;
}
#header .alan .orta .logo img {
	height: 140px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0 10px 10px 10px;
    border-radius: 0 0 10px 10px;
}
#header.duzen .alan .orta .logo img{
	background: var(--anarenk);
}
#header .alan .orta .logo.light img {
    display: none;
}
#header .alan .orta .logo.dark img {
    display: block;
}

#header.duzen .alan .orta .logo.light img {
    display: block;
}
#header.duzen .alan .orta .logo.dark img {
    display: none;
}

/* Varsayılan logo */
#header .alan .orta .logo img {
    height: 140px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;  /* Başlangıç rengi beyaz */
    padding: 0 10px 10px 10px;
    border-radius: 0 0 10px 10px;
    transition: box-shadow 0.8s ease-in-out;  /* sadece box-shadow için geçiş ekledik */
    box-shadow: 0 0 0 rgba(0, 0, 0, 0); /* Başlangıçta gölge yok */
}

/* Butona basıldığında class eklenince değişim */
#header.duzen .alan .orta .logo img {
    animation: smoothFadeIn 0.8s ease-out forwards;  /* Animasyonu sadece 'duzen' class'ı aktif olduğunda başlat */
}

/* Animasyonları sadece class eklendiğinde başlat */
@keyframes smoothFadeIn {
    0% {
        background: #fff;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
        background: #3a3d3f;
        box-shadow: 0 0 15px rgba(58, 61, 63, 0.6);
    }
}

@keyframes smoothFadeOut {
    0% {
        background: #3a3d3f;
        box-shadow: 0 0 15px rgba(58, 61, 63, 0.6);
    }
    100% {
        background: #fff;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
}



#header .alan .sag {
	width:40%;
	text-align:right;
}
#header .alan .sag .butonlar {
	display:flex;
	justify-content:flex-end;
}
#header .alan .sag .butonlar a {
	display:inline-flex;
	align-items:center;
	color: var(--anarenk);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding-left:25px;
	padding-right:25px;
}
#header .alan .sag .butonlar a:nth-child(1) {
	border-right:1px solid var(--anarenk);
}
#header .alan .sag .butonlar a:nth-child(2) {
	border-right:1px solid var(--anarenk);
}
#header .alan .sag .butonlar a:last-child {
	padding-right:0px;
	border-right:0px solid var(--anarenk);
}
#header .alan .sag .butonlar a .yazi {
	margin-left:10px;
}
#header .alan .sag .butonlar a .icon {
	display:inline-flex;
	height:18px;
}
#header .alan .sag .butonlar .acilan {
	display:inline-flex;
	align-items:center;
	position:relative;
}
#header .alan .sag .butonlar .acilan .acmenu{
	position:absolute;
	top:100%;
	left:calc(50% - 100px);
	width:200px;
	padding-top:30px;
	display:none;
}
#header .alan .sag .butonlar .acilan:hover .acmenu{
	display:block;
}
#header .alan .sag .butonlar .acilan .acmenu:before {
	position:absolute;
	content:"";
	top:0px;
	left:calc(50% - 2px);
	border-color: transparent transparent #fff transparent ;
	border-style: solid;
	border-width: 16px;
	width: 0px;
	height: 0px;
}
#header .alan .sag .butonlar .acilan .acmenu .acmenuic {
	padding:10px;
	background: #ffffff;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.1);
}
#header .alan .sag .butonlar .acilan .acmenu .acmenuic a {
	position:relative;
	width:100%;
	display:flex;
	align-items:center;
	height: 43px;
	border-radius: 5px;
	background: #fff;
	margin-left:0px;
	margin-bottom:10px;
	padding:0px 14px;
	border-right:0px;
	justify-content:center;
}
#header .alan .sag .butonlar .acilan .acmenu .acmenuic a:hover {
	background: #f5f5f5;
}
/* #header .alan .sag .butonlar .acilan .acmenu .acmenuic a:before { */
	/* position:absolute; */
	/* content:"\f061"; */
	/* top:0px; */
	/* right:0px; */
	/* width:43px; */
	/* height:43px; */
	/* display:none; */
	/* align-items:center; */
	/* justify-content:center; */
	/* font-family: 'Line Awesome Free'; */
    /* font-weight: 900; */
	/* font-size:22px; */
/* } */
/* #header .alan .sag .butonlar .acilan .acmenu .acmenuic a:hover:before { */
	/* display:flex; */
/* } */
#header .alan .sag .butonlar a .icon img {
	height:18px;
}
#header .alan .sag .diller {
	margin-top:15px;
}
#header .alan .sag .diller a {
	position:relative;
	color: var(--anarenk);
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 1.8666667px;
	padding:0px 10px;
}
#header .alan .sag .diller a:hover , 
#header .alan .sag .diller a.active {
	color: var(--kirmizi);
}
#header .alan .sag .diller a:before {
	position:absolute;
	content:"|";
	top:0px;
	right:-3px;
	width:10px;
	height:17px;
}
#header .alan .sag .diller a:last-child:before {
	content:"";
}

#header .hamburger {
    width: 45px;
    height: 34px;
    cursor: pointer;
    user-select: none;
    position: relative;
    transition: transform 0.4s ease-in-out;
}

#header .hamburger span {
    display: block;
    position: absolute;
    width: 45px;
    height: 6px;
    background-color: var(--anarenk);
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}

#header .hamburger span:nth-child(1) {
    top: 0;
}

#header .hamburger span:nth-child(2) {
    top: 14px;
}

#header .hamburger span:nth-child(3) {
    top: 28px;
}

#header .hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 14px;
}

#header .hamburger.active span:nth-child(2) {
    opacity: 0;
}

#header .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 14px;
}

#header .hamburger.active {
    transform: rotate(180deg);
}



/*------------------------------acilanmenudil----------------------------*/

#acilanmenudil {
	position:fixed;
	top:63px;
	left:50px;
	width:calc(100% - 100px);
	height:calc(100vh - 80px);
	z-index:990;
	transform:translateX(-210%);
	transition:all 0.3s linear;
	opacity:0;
}
#acilanmenudil.active {
	transform:translateX(0px);
	opacity:1;
}
#acilanmenudil .container-fluid {
	height:100%;
}
#acilanmenudil .alan {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	width:100%;
	height:100%;
	background:var(--anarenk);
	display:flex;
	justify-content:center;
	flex-direction:column;
}
#acilanmenudil .alan .baslik {
	display:flex;
	align-items:center;
	justify-content:center;
	color: #ffffff;
	font-size: 35px;
	font-stretch: condensed;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: 4.6666665px;
	padding:80px 0px;
	margin-bottom:0px;
}
#acilanmenudil .alan .baslik .icon {
	display:inline-flex;
	filter: brightness(100);
	margin-right:15px;
}
#acilanmenudil .alan .baslik .icon img {
	height:40px;
}
#acilanmenudil .alan .dilitem {
	display:block;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	font-family:var(--ikincifont);
	line-height: 54px;
	text-align:center;
}


/*------------------------------acilanmenuarama----------------------------*/

#acilanmenuarama {
	position:fixed;
	top:63px;
	left:50px;
	width:calc(100% - 100px);
	height:calc(100vh - 80px);
	z-index:990;
	transform:translateX(-210%);
	transition:all 0.3s linear;
	opacity:0;
}
#acilanmenuarama.active {
	transform:translateX(0px);
	opacity:1;
}
#acilanmenuarama .container-fluid {
	height:100%;
}
#acilanmenuarama .alan {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	width:100%;
	height:100%;
	background:var(--anarenk);
	display:flex;
	justify-content:center;
	flex-direction:column;
}
#acilanmenuarama .alan .baslik {
	display:flex;
	align-items:center;
	justify-content:center;
	color: #ffffff;
	font-size: 35px;
	font-stretch: condensed;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: 4.6666665px;
	padding:80px 0px;
	border-bottom:0px solid rgba(255,255,255,0.12);
	margin-bottom:0px;
}
#acilanmenuarama .alan .baslik .icon {
	display:inline-flex;
	filter: brightness(100);
	margin-right:15px;
}
#acilanmenuarama .alan .baslik .icon img {
	height:40px;
}
#acilanmenuarama .alan .aramakutu {
	position:relative;
}
#acilanmenuarama .alan .aramakutu .form-control {
	height:50px;
	padding:0px 20px;
	border:2px solid #fff;
	background:#fff;
}
#acilanmenuarama .alan .aramakutu .btn {
	position:absolute;
	top:0px;
	right:0px;
	font-size:30px;
	color:var(--anarenk);
	padding: 0px 17px;
	border-radius:0px;
}
/*------------------------------acilanmenuon----------------------------*/

#acilanmenuon {
	position:fixed;
	top:63px;
	left:50px;
	width:calc(50% - 50px);
	height:calc(100vh - 80px);
	z-index:990;
	transform:translateX(-210%);
	transition:all 0.3s linear;
	opacity:0;
}
#acilanmenuon.active {
	transform:translateX(0px);
	opacity:1;
}
#acilanmenuon .container-fluid {
	height:100%;
}
#acilanmenuon .alan {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	width:100%;
	height:100%;
}

#acilanmenuon .alan .sol {
	position:relative;
	width:100%;
	height:100vh;
	background:var(--anarenk);
	display:flex;
	align-items:center;
	padding:0px 150px;
}
#acilanmenuon .alan .sol .ok {
	position:absolute;
	top:calc(50% - 16px);
	left:calc(100% - 2px);
	border-color: transparent transparent transparent var(--anarenk);
	border-style: solid;
	border-width: 16px;
	width: 0px;
	height: 0px;
}

#acilanmenuon .alan .sol ul {
	list-style:none;
}
#acilanmenuon .alan .sol ul li {
	display:block;
}
#acilanmenuon .alan .sol ul li a {
	display:block;
	color: #ffffff;
	font-size: 25px;
	font-weight: 400;
	line-height: 54px;
	transition:all 0.3s linear;
	font-family:var(--ikincifont);
}
#acilanmenuon .alan .sol ul li a:hover {
	padding-left:10px;
}

#acilanmenuon .alan .sol .sosyal {
	position:absolute;
	bottom:0px;
	right:60px;
	width:50px;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
#acilanmenuon .alan .sol .sosyal a {
	font-size:20px;
	color:#fff;
	width:100%;
	text-align:center;
	padding:10px 0px;
}
#acilanmenuon .alan .sol .sosyal a img {
	max-width:16px;
	max-height:16px;
	filter:brightness(100);
}
#acilanmenuon .alan .sol .sosyal a:hover {
	color:var(--anarenk);
}
/*------------------------------acilanmenuarka----------------------------*/

#acilanmenuarka {
	position:fixed;
	top:63px;
	left:0px;
	width:100%;
	height: 100vh;
	z-index:880;
	transform:translateX(210%);
	transition:all 0.6s linear;
	opacity:0;
	background: #fff;
}
#acilanmenuarka.active {
	transform:translateX(0px);
	opacity:1;
}
#acilanmenuarka .container-fluid {
	height:100%;
}
#acilanmenuarka .alan {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	height:100%;
}

#acilanmenuarka .alan .sol {
	width:50%;
	height:100%;
}
#acilanmenuarka .alan .sag {
	position:relative;
	width:50%;
	height:100%;
}
#acilanmenuarka .alan .sag .resimler {
	height:100%;
}
#acilanmenuarka .alan .sag .resim {
	display:block;
	width:100%;
	height:100vh;
    object-fit: cover;
}
#acilanmenuarka .alan .sag .menuresim {
	display:none;
	height:100%;
    background: #f5f5f5;
}
#acilanmenuarka .alan .sag .menuresim.active {
	display:block;
}
#acilanmenuarka .alan .sag .alt {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	display:flex;
	align-items:center;
	padding:46px 54px;
	background:var(--kirmizi); /*cba769*/
}
#acilanmenuarka .alan .sag .alt .destek {
	display:flex;
	align-items:center;
}
#acilanmenuarka .alan .sag .alt .destek .icon {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width: 50px;
	height: 50px;
	border-radius:25px;
	border: 3px solid #ffffff;
	font-size:20px;
	color:#fff;
	margin-right:10px;
}
#acilanmenuarka .alan .sag .alt .destek:hover .icon {
	border: 3px solid #ffffff;
	background:#fff;
	color:var(--anarenk);
}
#acilanmenuarka .alan .sag .alt .destek .yazi1 {
	color: #ffffff;
	font-size: 25px;
	font-weight: 400;
	margin-right:10px;
}
#acilanmenuarka .alan .sag .alt .destek .yazi2 {
	color: #ffffff;
	font-size: 25px;
	font-weight: 400;
	margin-right:10px;
}

#acilanmenuarka .alan .sag .sosyal {
	position:absolute;
	bottom:0px;
	right:60px;
	width:50px;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
#acilanmenuarka .alan .sag .sosyal a {
	font-size:20px;
	color:#fff;
	width:100%;
	text-align:center;
	padding:10px 0px;
}
#acilanmenuarka .alan .sag .sosyal a img {
	max-width:16px;
	max-height:16px;
	filter:brightness(100);
}
#acilanmenuarka .alan .sag .sosyal a:hover {
	color:var(--anarenk);
}

#acilanmenuarka .sepet {
	width:50px;
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	margin-left:auto;
}
#acilanmenuarka .sepet a {
	font-size:20px;
	color:#fff;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: rgba(255,255,255,0.27);
	display:flex;
	align-items:center;
	justify-content:center;
}
#acilanmenuarka .sepet a:hover {
	background: rgba(255,255,255,1);
	color:var(--kirmizi);
}
#acilanmenuarka .urungorsel {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
	background: #f5f5f5;
	padding:50px;
}
#acilanmenuarka .urungorsel .satir {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:20px;
	width: 100%;
	height:30%;
}
#acilanmenuarka .urungorsel .satir .katadi {
	width:25%;
	flex:0 0 auto;
	background:#fff;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding:10px 10px;
}
#acilanmenuarka .urungorsel .satir .katadi .hr {
	width:100%;
	height:7px;
	background:url('../img/icon/icon-4.png');
	background-size:auto;
	background-position:center;
	background-repeat:no-repeat;
}
#acilanmenuarka .urungorsel .satir .katadi span {
    font-size: 18px;
    line-height: 22px;
    color: var(--anarenk);
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    font-weight: 600;
}
#acilanmenuarka .urungorsel .satir .gruplar {
	display:flex;
	flex-wrap:wrap;
	width:75%;
}
#acilanmenuarka .urungorsel .satir .gruplar a {
	display:flex;
	flex-direction:column;
	width:calc(33.333% - 10px);
	flex:0 0 auto;
	background:#dcdcdc;
	padding:8px 5px 0px 5px;
	margin-left:10px;
	border:1px solid transparent;
}
#acilanmenuarka .urungorsel .satir .gruplar a:hover {
	border:1px solid var(--anarenk);
}
#acilanmenuarka .urungorsel .satir .gruplar a .adi {
    font-size: 12px;
    line-height: 20px;
    color: var(--anarenk);
    margin-bottom: 8px;
    text-align: center;
    display: block;
	font-weight:500;
}
#acilanmenuarka .urungorsel .satir .gruplar a .resim {
	width:100%;
	height:100px;
	overflow:hidden;
	text-align:center;
	margin-top:auto;
}
#acilanmenuarka .urungorsel .satir .gruplar a .resim img {
	width:90%;
	height:auto;
}


#acilanmenuarka .urungorsel .satir .gruplar2 {
	display:flex;
	flex-wrap:wrap;
	width:75%;
}
#acilanmenuarka .urungorsel .satir .gruplar2 a {
	display:flex;
	flex-direction:column;
	width:calc(25% - 10px);
	flex:0 0 auto;
	background:#dcdcdc;
	padding:8px 5px 0px 5px;
	margin-left:10px;
	border:1px solid transparent;
}
#acilanmenuarka .urungorsel .satir .gruplar2 a:hover {
	border:1px solid var(--anarenk);
}
#acilanmenuarka .urungorsel .satir .gruplar2 a .adi {
    font-size: 12px;
    line-height: 20px;
    color: var(--anarenk);
    margin-bottom: 8px;
    text-align: center;
    display: block;
	font-weight:500;
}
#acilanmenuarka .urungorsel .satir .gruplar2 a .resim {
	width:100%;
	height:100px;
	overflow:hidden;
	text-align:center;
	margin-top:auto;
}
#acilanmenuarka .urungorsel .satir .gruplar2 a .resim img {
	width:85%;
	height:auto;
}

#acilanmenuarka .urungorsel .satir .gruplar3 {
	display:flex;
	flex-wrap:wrap;
	width:75%;
}
#acilanmenuarka .urungorsel .satir .gruplar3 a {
	display:flex;
	flex-direction:column;
	width:calc(50% - 10px);
	flex:0 0 auto;
	background:#dcdcdc;
	padding:8px 5px 0px 5px;
	margin-left:10px;
	border:1px solid transparent;
}
#acilanmenuarka .urungorsel .satir .gruplar3 a:hover {
	border:1px solid var(--anarenk);
}
#acilanmenuarka .urungorsel .satir .gruplar3 a .adi {
    font-size: 12px;
    line-height: 20px;
    color: var(--anarenk);
    margin-bottom: 8px;
    text-align: center;
    display: block;
	font-weight:500;
}
#acilanmenuarka .urungorsel .satir .gruplar3 a .resim {
	width:100%;
	height:100px;
	overflow:hidden;
	text-align:center;
	margin-top:auto;
}
#acilanmenuarka .urungorsel .satir .gruplar3 a .resim img {
	width:46%;
	height:auto;
}
#acilanmenuarka .brandssatir {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
    padding: 15px 15px 15px 45px;
}
#acilanmenuarka .brandssatir .brand {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	height:200px;
	width:100%;
	background:#dcdcdc;
	padding:20px;
    margin-bottom: 10px;
}
#acilanmenuarka .brandssatir .brand .brandresim {
	display:flex;
	justify-content:center;
	align-items:center;
    height: 160px;
}

#acilanmenuarka .brandssatir .brand .brandresim img {
	max-width:90%;
	max-height:90%;
}

#acilanmenuarka .brandssatir .brand .brandadi {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 10px;
    color: var(--anarenk);
    text-align: center;
}


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

#slider {
	position:relative;
	padding-bottom:50px;
	margin-top:63px;
}
#slider .item {
	position:relative;
	height:100%;
}
#slider .item .resim {
	width:100%;
	height:100%;
}

#slider .item .yazi1 {
    position: absolute;
    bottom: 10%;
    left: 10%;
    color: #1C4734;
    font-family: Barlow;
    font-size: 112.083px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -2.242px;
}
#slider .item .eklogoresim {
    position: absolute;
    bottom: 45%;
    left: 10%;
    transform: translateY(-50%);
	opacity: 0;
    animation: slideRotate 1.5s ease-out forwards;
}

#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:394px;
	height:100%;
	display:inline-flex;
	flex-direction:column;
	justify-content:center;
	padding:0px 70px;
}
#slider .item .bilgi .kutu {
	position:relative;
	width:254px;
	margin-bottom:21px;
}
#slider .item .bilgi .kutu img {
	width:254px;
}
#slider .item .bilgi .kutu span {
	position:absolute;
	top:69px;
	left:0px;
	width:100%;
	padding:0px 26px;
	color: var(--anarenk);
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	display:flex;
	align-items:center;
	justify-content:center;
	height:140px;
	text-align:center;
}
#slider .item .bilgi .yazi1 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom:21px;
	filter: drop-shadow(2px 4px 6px black);
	font-family:var(--ikincifont);
}
#slider .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -60px;
    left: 0;
    z-index: 2;
    display: inline-flex;
    justify-content: flex-start;
    padding: 0;
    margin-right: 0px;
    margin-bottom: 1rem;
    margin-left: 0px;
    list-style: none;
    width: 20%;
}
#slider .carousel-indicators [data-bs-target] {
	height: 3px;
    background-color: #959595;
}
#slider .item .tabak {
	position:absolute;
	top:0px;
	left:38%;
	width:24%;
	height:100%;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
#slider .item .tabak img {
	transform:rotate(360deg); 
	padding:0px; 
	width:100%;
	animation: tabakbuyut 0.5s linear;
}

@keyframes tabakbuyut {
    0% { 
		transform:rotate(0deg); 
		width:0px;
	}
    50% { 
		transform:rotate(180deg); 
		width:50%;
	}
    100% { 
		transform:rotate(360deg); 
		width:100%;
	}
}
#slider .item .paket {
	position:absolute;
	bottom:0px;
	left:43%;
	width:14%;
	height:100%;
	display:inline-flex;
	align-items:flex-end;
	justify-content:center;
	animation: paketbuyut 1s linear;
	overflow:hidden;
}
#slider .item .paket img {
	width:100%;
}
@keyframes paketbuyut {
    0% { 
		height:0px;
	}
    25% { 
		height:0px;
	}
    50% { 
		height:0px;
	}
    75% { 
		height:50%;
	}
    100% { 
		height:100%;
	}
}
#slider .atademirer {
	position:absolute;
	bottom:0px;
	right:130px;
	border-bottom: 1px solid #73a8bb;
}
#slider .atademirer img {    
	margin-bottom: -3px;
}
#slider .sosyal {
	position:absolute;
	top:0px;
	right:60px;
	width:50px;
	height:calc(100% - 100px);
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
#slider .sosyal a {
	font-size:20px;
	color:#fff;
	width:100%;
	text-align:center;
	width:40px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:20px;
}
#slider .sosyal a:hover {
	background:var(--anarenk);
}
#slider .sosyal a img {
	max-width:16px;
	max-height:16px;
	filter:brightness(100);
}
#slider .sosyal a:hover {
	color:var(--kirmizi);
}
#slider .sepet {
	position:absolute;
	bottom:120px;
	right:60px;
	width:50px;
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
#slider .sepet a {
	font-size:20px;
	color:#fff;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: rgba(255,255,255,0.27);
	display:flex;
	align-items:center;
	justify-content:center;
}
#slider .sepet a:hover {
	background: rgba(255,255,255,1);
	color:var(--kirmizi);
}
#slider .kesfet {
	position:absolute;
	bottom:30px;
	left:calc(50% - 25px);
	padding:17px 0px;
	text-align:center;
	color: var(--anarenk);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 2px;
}
#slider .kesfet:before {
	position:absolute;
	content:"";
	top:0px;
	left:calc(50% - 1px);
	width:2px;
	height:16px;
	background:var(--anarenk);
	transition:all 0.3s linear;
}
#slider .kesfet:after {
	position:absolute;
	content:"";
	bottom:0px;
	left:calc(50% - 1px);
	width:2px;
	height:16px;
	background:var(--anarenk);
	transition:all 0.3s linear;
}
#slider .kesfet:hover:before ,  
#slider .kesfet:hover:after 
{
	background:var(--kirmizi);
}
#slider .kesfet:hover:before 
{
	top:calc(100% - 20px);
	transform:rotate(-45deg);
	height:20px;
	left:calc(50% - 7px);
}
#slider .kesfet:hover:after 
{
	bottom:0px;
	transform:rotate(45deg);
	height:20px;
	left:calc(50% + 7px);
}

/*------------------------------mutluurunler----------------------------*/

#mutluurunler {
	position:relative;
	padding:12px 0px 52px 0px;
}
#mutluurunler .yazi1 {
	color: var(--anarenk);
	font-size: 35px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom:7px;
	text-align:center;
}
#mutluurunler .yazi2 {
	color: var(--anarenk);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom:30px;
	text-align:center;
}
#mutluurunler .tablarust {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:0px;
}
#mutluurunler .tablarust a {
	color: var(--anarenk);
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding:10px 0px;
	margin:0px 20px;
	border-bottom:2px solid transparent;
}
#mutluurunler .tablar {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:0px;
}
#mutluurunler .tablar a {
	color: var(--anarenk);
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding:10px 0px;
	margin:0px 20px;
	border-bottom:2px solid transparent;
}
#mutluurunler .tablar a:hover {
	border-bottom:2px solid var(--kirmizi);
}
#mutluurunler .tablar a.active {
	border-bottom:2px solid var(--anarenk);
}


#mutluurunler .tablar .acilan {
	display:inline-flex;
	align-items:center;
	position:relative;
}
#mutluurunler .tablar .acilan .acmenu{
	position:absolute;
	top:100%;
	left:calc(50% - 100px);
	width:200px;
	padding-top:30px;
	display:none;
	z-index:1000;
}
#mutluurunler .tablar .acilan:hover .acmenu{
	display:block;
}
#mutluurunler .tablar .acilan .acmenu:before {
	position:absolute;
	content:"";
	top:0px;
	left:calc(50% - 2px);
	border-color: transparent transparent #fff transparent ;
	border-style: solid;
	border-width: 16px;
	width: 0px;
	height: 0px;
}
#mutluurunler .tablar .acilan .acmenu .acmenuic {
	padding:10px;
	background: #ffffff;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.1);
}
#mutluurunler .tablar .acilan .acmenu .acmenuic a {
	position:relative;
	width:100%;
	display:flex;
	align-items:center;
	height: 43px;
	border-radius: 5px;
	background: #fff;
	margin-left:0px;
	margin-bottom:10px;
	padding:0px 14px;
}
#mutluurunler .tablar .acilan .acmenu .acmenuic a:hover {
	background: #f5f5f5;
}
#mutluurunler .tablar .acilan .acmenu .acmenuic a:before {
	position:absolute;
	content:"\f061";
	top:0px;
	right:0px;
	width:43px;
	height:43px;
	display:none;
	align-items:center;
	justify-content:center;
	font-family: 'Line Awesome Free';
    font-weight: 900;
	font-size:22px;
}
#mutluurunler .tablar .acilan .acmenu .acmenuic a:hover:before {
	display:flex;
}



#mutluurunler .swiper {
	overflow:hidden;
	position:relative;
}
#mutluurunler .item {
	display:block;
	padding-top:19px;
	transition:all 0.3s ease;
	
}
#mutluurunler .item .resim {
	position:relative;
	display:flex;
	justify-content:center;
	width:100%;
	height:275px;
	margin-bottom:20px;
}

#mutluurunler .item .resim img {    
    height: 100%;
    object-fit: cover;
	transition:all 0.3s linear;
	width: 100%;
    border-radius: 20px;
}

#mutluurunler .item .adi {
	color: var(--anarenk);
	font-size: 25px;
	font-weight: 400;
	line-height: 19.2px;
	margin-bottom:13px;
	text-align:center;
}

#mutluurunler .item .adi.duzen {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: calc(100% - 30px);
    left: 50%;
    transform: translateX(-50%);
    height: 70px;
    border-radius: 10px;
    padding: 10px 0;
}

#mutluurunler .item .hr {
	width:100%;
	height:7px;
	background:url('../img/icon/icon-4.png');
	background-size:auto;
	background-position:center;
	background-repeat:no-repeat;
	margin-bottom:12px;
}
#mutluurunler .item .gr {
	color: var(--anarenk);
	font-size: 12px;
	font-weight: 400;
	line-height: 19.2px;
	text-align:center;
}
#mutluurunler .mutluurunler-button-next {
	position: absolute;
	display:flex;
	justify-content:center;
	align-items:center;
	bottom:5px;
    left: 11%;
	width: 50px;
	height: 50px;
	border-radius: 9.1px;
	background: rgba(255,255,255,1);
	box-shadow: 0px 2px 20px rgba(0,0,0,0);
	font-size:24px;
	color:var(--anarenk);
	z-index:500;
}
#mutluurunler .mutluurunler-button-next.swiper-button-disabled {
	opacity:0;
}
#mutluurunler .mutluurunler-button-prev {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
	bottom:5px;
    right: 11%;
    width: 50px;
    height: 50px;
    border-radius: 9.1px;
    background: rgba(255,255,255,1);
	box-shadow: 0px 2px 20px rgba(0,0,0,0);
    font-size: 24px;
    color: var(--anarenk);
    z-index: 500;
}
#mutluurunler .mutluurunler-button-prev:hover,
#mutluurunler .mutluurunler-button-next:hover
{
    color: var(--kirmizi);
}
#mutluurunler .swiper-container-horizontal>.swiper-pagination-bullets, 
#mutluurunler .swiper-pagination-custom, .swiper-pagination-fraction {
    display:flex;
	justify-content:center;
	padding-top:50px;
}
#mutluurunler .swiper-pagination-bullet {
    width: 21px;
    height: 5px;
    display: inline-block;
    border-radius: 3px;
    background: var(--anarenk);
    opacity: .2;
	transition:all 0.3s linear;
}
#mutluurunler .swiper-pagination-bullet-active {
    width: 57px;
    opacity: 1;
    background: var(--anarenk);
}


#mutluurunler .item .alan .urunresim2,
#mutluurunlerpage .item .alan .urunresim2{
    background: #f79131;
    padding: 10px;
    border-radius: 15px;
    width: 80px;
}

#mutluurunler .item .alan,
#mutluurunlerpage .alan{
    position: absolute;
    top: 50%;
    width: calc(100% - 20px);
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 10px;
    flex-direction: column;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    margin-top: 19px;
}

#mutluurunlerpage .alan{
	top: 50%;
	margin-top: 0;
}

#mutluurunler .item .adi.text,
#mutluurunlerpage .item .adi.text{
    text-align: center;
    color: #fff;
    font-family: Barlow;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.5px;
}

#mutluurunler .resim.duzen.bg,
#mutluurunlerpage .resim.duzen{
    background: #f79131;
    border-radius: 15px;
}

#mutluurunler .aciklama,
#mutluurunlerpage .aciklama{
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.32px;
}

#mutluurunler .icon,
#mutluurunlerpage .icon {
    color: #fff;
    background: #000;
    text-align: center;
    width: 25px;
    height: 25px;
    margin-left: auto;
    display: flex;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 14px;
    opacity: 0;
    pointer-events: none; /* görünmezken tıklanmasın */
    transition: opacity 0.3s ease-in-out;
}

#mutluurunler .item:hover .icon,
#mutluurunlerpage .katitem:hover .icon {
    opacity: 1;
    pointer-events: auto;
}

#mutluurunler .item:hover .adi:not(:last-child),
#mutluurunlerpage .katitem:hover .adi:not(:last-child) {
    color: #f79131;
    font-weight: 600;
}

 #mutluurunlerpage    #openButton {
      position: fixed;
      top: 50%;
      left: 0;
      transform: translateY(-50%) rotate(-90deg) perspective(800px) rotateX(-10deg);
      transform-origin: left top;
      width: 100px;
      height: 40px;
      background-color: #2e6b4f;
      color: white;
      border: none;
      cursor: pointer;
      z-index: 1000;
	 transition: all 0.3s ease-in-out;
    }

	 #mutluurunlerpage #openButton:hover {
      transform: translateY(-50%) rotate(-90deg) perspective(800px) rotateX(0deg);
	  background-color: #025628;
	  transition: all 0.3s ease-in-out; 
    }

#mutluurunlerpage #customPanel {
    position: fixed;
    top: 50%;
    right: -300px;
    transform: translateY(-50%) perspective(800px) rotateY(-10deg);
    width: 300px;
    height: 500px;
    background-color: #2e6b4f;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.3);
    transition: right 0.3s ease, transform 0.3s ease;
    z-index: 999;
    padding: 20px;
    overflow-y: auto;
    color: #fff;
    border-radius: 15px 0 0 15px;
	transition: all 0.5s ease-in-out
}

#mutluurunlerpage #customPanel:hover {
    transform: translateY(-50%) perspective(800px) rotateY(0deg);
	background-color: #025628;
	transition: all 0.3s ease-in-out;
}

  #mutluurunlerpage   #customPanel.open {
      right: 0;
    }

 #mutluurunlerpage .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*------------------------------sustainability----------------------------*/


#sustainability .resim {
    width: 100%;
}

#sustainability .resim img {
	width: 100%;
    height: 545px;
    object-fit: cover;
    object-position: center;
}

#sustainability .alt_alan {
    background: #025628;
    width: 65%;
    height: 110%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 120px 80px 195px;
    position: absolute;
    left: 80%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    line-height: 30px;
}

.z-1{
	z-index: 1;
}

#sustainability .alt_alan .yazi {
    width: 100%;
    font-size: 22px;
    text-align: justify;
}

#sustainability .title_img {
    height: 50px;
    margin-bottom: 50px;
}
/*------------------------------mutluvideo----------------------------*/

#mutluvideo {
	position:relative;
	padding:0px 0px 30px 0px;
}
#mutluvideo .alan {
	position:relative;
}
#mutluvideo .alan .video {
	width:100%;
	height:486px;
}
#mutluvideo .alan .video img {
	width:100%;
	height:486px;
	object-fit:cover;
	object-position:center;
}
#mutluvideo .alan .ust {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-direction:column;
	background:rgba(0,0,0,0.44);
	padding: 0px 80px;
}
#mutluvideo .alan .ust .icon {
	text-align:center;
	margin-bottom:37px;
}
#mutluvideo .alan .ust .icon img {
	height: 164px;
}
#mutluvideo .alan .ust .yazi1 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom:18px;
}
#mutluvideo .alan .ust .yazi2 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom:33px;
	font-family:var(--ikincifont);
}
#mutluvideo .alan .ust .buton {
}
#mutluvideo .swiper {
	position:relative;
	overflow:hidden;
	width:100%;
}

/*------------------------------mutlutarifler----------------------------*/

#mutlutarifler {
	position:relative;
	padding: 152px 0px 22px 0px;
}
#mutlutarifler .dinamik-background2 {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url('../img/tariflerback.png');
    background-size: calc(100% - 150px);
	background-position:center;
	background-repeat:no-repeat;
	z-index:2;

}
#mutlutarifler .container {
	position:relative;
	z-index:3;
}

#mutlutarifler .tablar {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:20px;
}
#mutlutarifler .tablar a {
	color: var(--anarenk);
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding:10px 0px;
	margin:0px 20px;
	border-bottom:2px solid transparent;
}
#mutlutarifler .tablar a:hover {
	border-bottom:2px solid var(--kirmizi);
}
#mutlutarifler .tablar a.active {
	border-bottom:2px solid var(--anarenk);
}
#mutlutarifler .baslik {
	color: var(--anarenk);
	font-size: 35px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom:74px;
	text-align:center;
}
#mutlutarifler .swiper {
	overflow:hidden;
	position:relative;
}
#mutlutarifler .tarifitem {
	display:block;
	position:relative;
}
#mutlutarifler .tarifitem .resim {
	width:100%;
	height: 270px;
}
#mutlutarifler .tarifitem .resim img {
	width:100%;
	height: 270px;
	object-fit:cover;
}
#mutlutarifler .tarifitem .alt {
	display:flex;
	flex-direction:column;
	width:100%;
	height: 100px;
	padding:15px;
	background:var(--anarenk);
	transition:all 0.3s linear;
}
#mutlutarifler .tarifitem:hover .alt {
	background:var(--kirmizi);
}
#mutlutarifler .tarifitem .alt .adi {
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom:5px;
}
#mutlutarifler .tarifitem .alt .kesfet {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top:auto;
}

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

#haberler {
	position:relative;
	padding:30px 0px 10px 0px;
}
#haberler .baslik {
	display:flex;
	align-items:center;
	color: var(--anarenk);
	font-size: 35px;
	font-weight: 700;
	line-height: 42px;
	margin-bottom:40px;
}
#haberler .baslik .link {
	color: var(--anarenk);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-left:auto;
}
#haberler .alan {
	background:#f5f5f5;
}
#haberler .alan .yazilar {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
	padding:0px 50px;
}
#haberler .alan .yazilar .yazi1 {
	color: var(--anarenk);
	font-size: 35px;
	font-weight: 700;
	line-height: 42px;
	margin-bottom:40px;
}
#haberler .alan .yazilar .yazi2 {
	color: var(--anarenk);
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom:17px;
	font-family:var(--ikincifont);
}
#haberler .alan .resim {
	width:100%;
	height:400px;
	object-fit:cover;
	object-position:center;
}

/*------------------------------reklamfilmleri----------------------------*/

#reklamfilmleri {
	position:relative;
	padding:30px 0px 30px 0px;
}

#reklamfilmleri::before {
    position: absolute;
    content: "";
    background-image: url(https://baktar.com.tr/new/app/Images/cicek_sol.png);
    width: 100%;
    height: 100%;
    background-size: 300px;
    background-repeat: no-repeat;
    z-index: -1;
	left: -5%;
}
#reklamfilmleri.dzn::before {
	position: static;
}
#reklamfilmleri.dzn2::before {
	left: 5%;
    transform: scaleX(-1);
}


#reklamfilmleri .baslik {
	color: var(--anarenk);
	font-size: 35px;
	font-weight: 700;
	line-height: 42px;
	margin-bottom:40px;
}
#reklamfilmleri .baslik.renkli {
    margin-bottom: 40px;
    color: #025628;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
}

#reklamfilmleri .alan {
	background:#f5f5f5;
	padding: 60px;
    border-radius: 25px;
}
#reklamfilmleri .alan .yazilar {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
#reklamfilmleri:nth-child(even) .alan .yazilar {
	padding: 0 0 0 50px;
}
#reklamfilmleri:nth-child(odd) .alan .yazilar {
	padding: 0 50px 0 0;
}
#reklamfilmleri:nth-child(odd) .alan .yazilar.duzen {
	padding: 0 150px 0 0;
}

#reklamfilmleri .alan .yazilar .yazi1 {
	color: var(--anarenk);
	font-size: 35px;
	font-weight: 700;
	line-height: 42px;
	margin-bottom:40px;
}
#reklamfilmleri .alan .yazilar .ust_alan .yazi1 {
	margin-bottom: 0;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.7px;
}

#reklamfilmleri .alan .yazilar .ust_alan .yazi1 .rsm {
    width: 225px;
}

#reklamfilmleri .alan .yazilar .desen_rsm {
    width: 70px;
    margin-bottom: 40px;
	margin-left: 5px;
}

#reklamfilmleri .alan .yazilar .yazi2 {
	color: var(--anarenk);
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 15px;
	font-family:var(--ikincifont);
	text-align: justify;
}

#reklamfilmleri .alan .yazilar.dzn .yazi2 {
    font-size: 20px;
}

#reklamfilmleri .alan .yazilar .yazi2.renkli {
    z-index: 1;
    color: #025628;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.46px;
    position: relative;
}

#reklamfilmleri .alan .yazilar .yazi2.renkli::before {
    position: absolute;
    content: "";
    width: 300px;
    height: 50px;
    background: #ed8302;
    right: 38%;
    bottom: -20px;
    z-index: -1;
}


#reklamfilmleri .alan .resim {
    width: 100%;
}
#reklamfilmleri .alan .videoitem {
	position:relative;
	display:block;
	height:400px;
}
#reklamfilmleri .alan .videoitem .resim {
	width:100%;
	height:400px;
	object-fit:cover;
	object-position:center;
}
#reklamfilmleri .alan .videoitem .icon {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	display:flex;
	align-items:center;
	justify-content:center;
	transition:all 0.3s ease;
}
#reklamfilmleri .alan .videoitem:hover .icon {
	background:rgba(0,0,0,0);
}


#reklamfilmleri .box_alan {
    position: relative;
}

#reklamfilmleri .box_alan .info_box {
    display: flex;
    position: absolute;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    flex-direction: column;
    z-index: 1;
    bottom: 10%;
    right: 60%;
    width: 300px;
}

#reklamfilmleri .box_alan .info_box .yazi1 {
    color: #F79131;
    font-family: Barlow;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}
#reklamfilmleri .box_alan .info_box .yazi2 {
    color: #3A3D3F;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.32px;
}

#reklamfilmleri .box_alan .info_box .icon {
    width: 120px;
    position: absolute;
    right: -30px;
    top: -60px;
}

#reklamfilmleri .hp_brands {
    font-weight: 700;
    position: relative;
    color: #595959;
}

#sustainability .hp_brands {
    font-weight: 500;
    position: relative;
	display: inline-flex;
}

#sustainability .hp_brands::before {
    position: absolute;
    content: "";
    background: #ed8302;
    width: 155px;
    height: 25px;
    z-index: -1;
    top: 5px;
    left: 0px;
    transform: rotate(-1deg);
}

#reklamfilmleri .hp_brands::before {
    position: absolute;
    content: "";
    background: #ed8302;
    width: 100px;
    height: 13px;
    z-index: -1;
    top: 10px;
    left: 25px;
}


/*------------------------------makarnaninseruveni----------------------------*/

#makarnaninseruveni {
	position:relative;
	padding:32px 0px;
}
#makarnaninseruveni .alan {
	position:relative;
	height: 580px;
}
#makarnaninseruveni .alan .back {
	width:100%;
	height: 580px;
	object-fit:cover;
	object-position:center;
}
#makarnaninseruveni .alan .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
}
#makarnaninseruveni .alan .bilgi .yazi1 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 400;
	line-height: 46px;
	margin-bottom:15px;
}
#makarnaninseruveni .alan .bilgi .hr {
	width:100%;
	height:7px;
	background:url('../img/icon/icon-5.png');
	background-size:auto;
	background-position:center;
	background-repeat:no-repeat;
	margin-bottom:28px;
}
#makarnaninseruveni .alan .bilgi .yazi2 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom:200px;
}
#makarnaninseruveni .alan .urunler {
	position:absolute;
	bottom:0px;
	right:100px;
	width:30%;
}


/*------------------------------sermaye----------------------------*/

#sermaye {
	position:relative;
	padding:22px 0px;
}
#sermaye .alan {
	position:relative;
	padding:93px 170px 5px 170px;
	background:url('../img/kurumsalustback.png');
	background-size:cover;
	background-repeat:no-repeat;
}
#sermaye .alan .baslik {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom:42px;
	text-align:center;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
#sermaye .alan .baslik small {
	display:block;
	font-family:var(--ikincifont);
	font-size: 18px;
	line-height: 25px;
	margin-top:20px;
}
#sermaye .alan .ciroitem {
	position:relative;
	height:calc(50% - 20px);
	padding:38px 42px;
	background: transparent;
	margin-bottom:20px;
}
#sermaye .alan .ciroitem:before {
	position:absolute;
	content:"";
	top:3px;
	left:3px;
	width:calc(100% - 6px);
	height:calc(100% - 6px);
	border:1px solid #fff;
}
#sermaye .alan .ciroitem:after {
	position:absolute;
	content:"";
	top:6px;
	left:6px;
	width:calc(100% - 12px);
	height:calc(100% - 12px);
	border:1px solid #fff;
}
#sermaye .alan .ciroitem:last-child {
	margin-bottom:0px;
}
#sermaye .alan .ciroitem .yazi1 {
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	line-height: 25px;
	text-align: center;
	margin-bottom:13px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
#sermaye .alan .ciroitem .yazi2 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 15px;
	text-align: center;
	margin-bottom:17px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
#sermaye .alan .ciroitem .yazi3 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
#sermaye .alan .barlar {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	height:100%;
}
#sermaye .alan .bar {
	position:relative;
	width:100%;
	padding:27px 20px 16px 20px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	height: calc(50% - 20px);
}
#sermaye .alan .bar:before {
	position:absolute;
	content:"";
	top:3px;
	left:3px;
	width:calc(100% - 6px);
	height:calc(100% - 6px);
	border:1px solid #fff;
}
#sermaye .alan .bar:after {
	position:absolute;
	content:"";
	top:6px;
	left:6px;
	width:calc(100% - 12px);
	height:calc(100% - 12px);
	border:1px solid #fff;
}
#sermaye .alan .bar .ust {
	display:flex;
	margin-bottom:30px;
}
#sermaye .alan .bar .alt {
	display:flex;
	align-items:center;
}
#sermaye .alan .bar .rakam {
	color: #fff;
	font-size: 46px;
	font-weight: 500;
	line-height: 25px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
#sermaye .alan .bar .sagsabit {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 25px;
	margin-left:15px;
	font-family:var(--ikincifont);
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
#sermaye .alan .bar .icon {
	margin-bottom:8px;
}
#sermaye .alan .bar .icon img {
	filter: brightness(100);
	max-height:40px;
}
#sermaye .alan .bar .adi {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 25px;
	margin-left:15px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
#sermaye .alan .bar1 {
	background: transparent;
	margin-bottom:20px;
}
#sermaye .alan .bar2 {
	background: transparent;
}
#sermaye .alan .bar3 {
	background: transparent;
	margin-bottom:20px;
}
#sermaye .alan .bar4 {
	background: transparent;
}
/*------------------------------footer----------------------------*/

#footer {
	position:relative;
}
#footer .ust {
	position:relative;
	background:url('../img/footer_bg.svg') #f5f5f5;
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:center;
	padding:25px 60px 25px 60px;
}
#footer .ust .sagalan {
	display:flex;
	flex-direction:column;
	height:100%;
}
#footer .ust .atafooter {
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
#footer .ust .atafooter img {
	width:100%;
}
#footer .ust .logo {
	display:block;
	margin-bottom:80px;
	transform: translateY(-25px);
	position: relative;
}
#footer .ust .logo img {
	height: 140px;
}
#footer .ust .sosyal .yazi {
	color: var(--anarenk);
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	padding-left:15px;
}
#footer .ust .sosyal .linkler {
    text-align: center;
}
#footer .ust .sosyal .linkler a {
	display:inline-block;
	font-size:20px;
	color:var(--anarenk);
	padding:10px;
}
#footer .ust .sosyal .linkler a img {
	width:16px;
}
#footer .ust .sosyal .linkler a:hover img {
	filter: brightness(100);
}
#footer .ust .menubas {
	display:block;
	color: var(--anarenk);
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom:15px;
}
#footer .ust .menulink {
	display:block;
	color: var(--anarenk);
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
}
#footer .ust .menulink:hover {
	color: var(--kirmizi);
}
#footer .ust .ebulten .bultenbas {
	display:block;
	color: var(--anarenk);
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom:15px;
}
#footer .ust .ebulten .form-control {
	height: 62px;
	border-radius: 10px;
	border: 2px solid var(--anarenk);
	background:#f5f5f5;
	margin-bottom:15px;
}
#footer .alt {
	background: #d9d7d7;
	padding:20px 60px;
}
#footer .alt .ic {
	display:flex;
	align-items:center;
}
#footer .alt .ic .copy {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-right:30px;
}
#footer .alt .ic .linkler {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
#footer .alt .ic .linkler a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding:0px 20px;
}
#footer .alt .ic .anatolfav {
	margin-left:auto;
	filter: brightness(100);
	padding-right:70px;
}
/*------------------------------slider----------------------------*/

#urunlerust {
	position:relative;
	margin-top:63px;
}
#urunlerust .item {
	position:relative;
	height:calc(100vh - 263px);
}
#urunlerust .item .resim {
	width:100%;
	height:calc(100vh - 263px);
	object-fit:cover;
}
#urunlerust .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:394px;
	height:100%;
	display:inline-flex;
	flex-direction:column;
	justify-content:center;
	padding:0px 70px;
}
#urunlerust .item .bilgi .kutu {
	position:relative;
	width:254px;
	margin-bottom:21px;
}
#urunlerust .item .bilgi .kutu img {
	width:254px;
}
#urunlerust .item .bilgi .kutu span {
	position:absolute;
	top:69px;
	left:0px;
	width:100%;
	padding:0px 26px;
	color: var(--anarenk);
	font-size: 29px;
	font-weight: 400;
	line-height: 35px;
}
#urunlerust .sosyal {
	position:absolute;
	bottom:0px;
	right:60px;
	width:50px;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
#urunlerust .sosyal a {
	font-size:20px;
	color:#fff;
	width:100%;
	text-align:center;
	padding:10px 0px;
}
#urunlerust .sosyal a img {
	max-width:16px;
	max-height:16px;
	filter:brightness(100);
}
#urunlerust .sosyal a:hover {
	color:var(--kirmizi);
}
/*------------------------------mutluurunler----------------------------*/

#mutluurunlerpage {
	position:relative;
	padding:22px 0px;
	background: #fff;
}
#mutluurunlerpage .baslik {
	color: #111c4e;
	font-size: 28px;
	font-weight: 600;
	line-height: 43px;
	margin-bottom:40px;
	text-align:center;
}
#mutluurunlerpage .turadi {
	color: var(--anarenk);
	font-size: 26px;
	font-weight: 600;
	line-height: 38px;
	text-align: center;
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px solid rgba(17,28,78,0.5);
}
#mutluurunlerpage .katitem {
	margin-bottom:30px;
}
#mutluurunlerpage .katitem .resim {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	margin-bottom:15px;
}
#mutluurunlerpage .katitem .resim img {
	    width: 100%;
}
#mutluurunlerpage .katitem .adi {
	color: var(--anarenk);
    margin-bottom: 15px;
    text-align: center;
    font-family: Barlow;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.44px;
}
#mutluurunlerpage .katitem .aciklama {
	text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
    color: var(--anarenk);
}
#mutluurunlerpage .tablar {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:50px;
}
#mutluurunlerpage .tablar a {
	color: var(--anarenk);
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding:10px 0px;
	margin:0px 20px;
	border-bottom:2px solid transparent;
}
#mutluurunlerpage .tablar a:hover {
	border-bottom:2px solid var(--kirmizi);
}
#mutluurunlerpage .tablar a.active {
	border-bottom:2px solid var(--anarenk);
}
#mutluurunlerpage .alan {
	padding:50px;
	margin-bottom:22px;
}
#mutluurunlerpage .swiper {
	overflow:hidden;
	position:relative;
}
#mutluurunlerpage .kutu {
	position:relative;
	width:254px;
	margin-bottom:21px;
}
#mutluurunlerpage .kutu img {
	width:254px;
}
#mutluurunlerpage .kutu .ic {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:37px 30px;
}
#mutluurunlerpage .kutu .ic .hr {
	width:100%;
	height:7px;
	background:url('../img/icon/icon-4.png');
	background-size:auto;
	background-position:center;
	background-repeat:no-repeat;
	margin-bottom:20px;
}
#mutluurunlerpage .kutu .ic .yazi1 {
	color: var(--anarenk);
	font-size: 20px;
	font-weight: 400;
	line-height: 35px;
	text-align: center;
	margin-bottom:20px;
}
#mutluurunlerpage .kutu .ic .yazi1.sari {
	color: #EEC173;
}
#mutluurunlerpage .kutu .ic .yazi2 {
	color: var(--anarenk);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	margin-bottom:12px;
	font-family:var(--ikincifont);
}
#mutluurunlerpage .kutu .ic .btn {
	display: flex;
    padding: 0px 22px;
}

#mutluurunlerpage .item .resim {
	position: relative;
    display: flex;
    justify-content: center;
    height: 300px;
    width: 300px;
}
#mutluurunlerpage .item .resim.duzen {
    width: 100%;
    height: 390px;
}
/*
#mutluurunlerpage .item .resim:after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: -62px;
    width: 80%;
    height: 52px;
    background: rgba(10, 10, 10, 0.7);
    border-radius: 50%;
    opacity: 0.4;
    -webkit-filter: blur(16px);
    filter: blur(16px);
    pointer-events: none;
    height: 26px;
    -webkit-filter: blur(8px);
    filter: blur(8px);
    opacity: 0.15;
    bottom: -27px;
}*/
#mutluurunlerpage .item .resim img {    
    height: 100%;
    object-fit: contain;
	transition:all 0.3s linear;
	width: 100%;
}

/* #mutluurunlerpage .item .resim { */
	/* display:flex; */
	/* justify-content:center; */
	/* width:100%; */
	/* height:205px; */
	/* margin-bottom:37px; */
/* } */
/* #mutluurunlerpage .item .resim img {     */
	/* height: 100%; */
    /* object-fit: cover; */
/* } */
#mutluurunlerpage .item .adi {
	color: var(--anarenk);
	font-size: 20px;
	font-weight: 400;
	line-height: 19.2px;
	margin-bottom:13px;
	text-align:center;
}
/*
#mutluurunlerpage .item .hr {
	width:100%;
	height:7px;
	background:url('../img/icon/icon-4.png');
	background-size:auto;
	background-position:center;
	background-repeat:no-repeat;
	margin-bottom:12px;
}*/
#mutluurunlerpage .item .gr {
	color: var(--anarenk);
	font-size: 12px;
	font-weight: 400;
	line-height: 19.2px;
	text-align:center;
}
#mutluurunlerpage .mutluurunlerpage-button-next {
	position: absolute;
	display:flex;
	justify-content:center;
	align-items:center;
    top: calc(50% - 30px);
    left: 16%;
	width: 60px;
	height: 60px;
	border-radius: 9.1px;
	background: rgba(255,255,255,1);
	box-shadow: 0px 2px 20px rgba(0,0,0,0.09);
	font-size:24px;
	color:var(--anarenk);
	z-index:1000;
}
#mutluurunlerpage .mutluurunlerpage-button-next.swiper-button-disabled {
	opacity:0;
}
#mutluurunlerpage .mutluurunlerpage-button-prev {
	position: absolute;
	display:flex;
	justify-content:center;
	align-items:center;
    top: calc(50% - 30px);
    right: 16%;
	width: 60px;
	height: 60px;
	border-radius: 9.1px;
	background: rgba(255,255,255,1);
	box-shadow: 0px 2px 20px rgba(0,0,0,0.09);
	font-size:24px;
	color:var(--anarenk);
	z-index:1000;
}
#mutluurunlerpage .mutluurunlerpage-button-prev.swiper-button-disabled {
	opacity:0;
}
#mutluurunlerpage .swiper-container-horizontal>.swiper-pagination-bullets, 
#mutluurunlerpage .swiper-pagination-custom, .swiper-pagination-fraction {
    display:flex;
	justify-content:center;
	padding-top:50px;
}
#mutluurunlerpage .swiper-pagination-bullet {
    width: 21px;
    height: 5px;
    display: inline-block;
    border-radius: 3px;
    background: var(--anarenk);
    opacity: .2;
	transition:all 0.3s linear;
}
#mutluurunlerpage .swiper-pagination-bullet-active {
    width: 57px;
    opacity: 1;
    background: var(--anarenk);
}

#mutluurunler .col-md-3:nth-last-child(-n+4),
#mutluurunlerpage .col-md-3:nth-last-child(-n+4) {
    pointer-events: none;
    touch-action: none;
    cursor: default;
}


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

#kurumsalust {
	position:relative;
	margin-top:63px;
	margin-bottom:40px;
}
#kurumsalust .item {
	position:relative;
	height:275px;
}
#kurumsalust .item .resim {
	width:100%;
	height:275px;
	object-fit:cover;
}
#kurumsalust .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:inline-flex;
	flex-direction:column;
	justify-content:center;
	padding:0px 70px;
	/* background: linear-gradient(45deg, rgba(0,0,0,0.7), rgba(0,0,0,0.3)); */
}
#kurumsalust .item .bilgi .yazi1 {
	color: #ffffff;
	font-size: 35px;
	font-weight: 400;
	line-height: 42px;
	margin-bottom:40px;
}
#kurumsalust .item .bilgi .yazi2 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	font-family:var(--ikincifont);
}
#kurumsalust .item .bilgi.urunler .yazi2 {
    color: #fff;
    position: absolute;
    bottom: 15%;
    font-size: 70px;
    font-weight: 600;
    left: 3%;
}
#kurumsalust .sosyal {
	position:absolute;
	bottom:0px;
	right:60px;
	width:50px;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
#kurumsalust .sosyal a {
	font-size:20px;
	color:#fff;
	width:100%;
	text-align:center;
	padding:10px 0px;
}
#kurumsalust .sosyal a img {
	max-width:16px;
	max-height:16px;
	filter:brightness(100);
}
#kurumsalust .sosyal a:hover {
	color:var(--anarenk);
}
/*------------------------------kurumsal----------------------------*/

#kurumsal {
	position:relative;
	padding:23px 0px;
}
#kurumsal .alan {
	display:flex;
	flex-wrap:wrap;
}
#kurumsal .alan .item {
	width:50%;
	display:flex;
	flex-wrap:wrap;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.05);
}
#kurumsal .alan .item .sol {
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
	width:60%;
	padding:70px 40px;
	transition:all 0.3s ease;
}
#kurumsal .alan .item:hover .sol {
	background:var(--anarenk);
}
#kurumsal .alan .item .sol:before {
	position:absolute;
	content:"";
	bottom:200px;
	right:-10%;
	width:0px;
	height:4px;
	background:#fff;
	transition:all 0.3s linear;
}
#kurumsal .alan .item:hover .sol:before {
	width:40%;
}
#kurumsal .alan .item.sag .sol:before {
	right:inherit;
	left:-10%;
}
#kurumsal .alan .item .sol .yazi1 {
	color: var(--anarenk);
	font-size: 28px;
	font-weight: 400;
	line-height: 35px;
	margin-bottom:18px;
}
#kurumsal .alan .item:hover .sol .yazi1 {
	color: #fff;
}
#kurumsal .alan .item .sol .yazi2 {
	color: var(--anarenk);
	font-family: Intro;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom:auto;
	font-family:var(--ikincifont);
	margin-bottom:20px;
}
#kurumsal .alan .item:hover .sol .yazi2 {
	color: #fff;
}
#kurumsal .alan .item:hover .sol .btn-outline-mavi {
	color: #fff;
	border-bottom:1px solid #fff;
}
#kurumsal .alan .item:hover .sol .btn-outline-mavi:before {
	color: #fff;
}

#kurumsal .btn-outline-mavi:hover {
	background: #fff;
	color:var(--anarenk) !important;
}
#kurumsal .btn-outline-mavi:hover:before {
	color:var(--anarenk) !important;
}
#kurumsal .alan .item .resim {
	width:40%;
	height:400px;
	object-fit:cover;
}
/*------------------------------iletisimbilgiler----------------------------*/

#iletisimbilgiler {
	position:relative;
	padding:23px 0px;
}
#iletisimbilgiler .alan {
	display:flex;
	flex-wrap:wrap;
	background:#f5f5f5;
}
#iletisimbilgiler .alan .sol {
	display:flex;
	flex-direction:column;
	width:50%;
	padding:90px 136px;
	height:100%;
}
#iletisimbilgiler .alan .sol .baslik {	
	color: var(--anarenk);
	font-size: 28px;
	font-weight: 400;
	line-height: 35px;
	margin-bottom:50px;
}
#iletisimbilgiler .alan .sol .bilgi {	
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:30px;
}
#iletisimbilgiler .alan .sol .bilgi .icon {	
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	border-radius:20px;
	background: #ffffff;
	font-size:18px;
	color:var(--kirmizi);
	margin-right:15px;
}
#iletisimbilgiler .alan .sol .bilgi:hover .icon {	
	background: var(--kirmizi);
	color:#fff;
}
#iletisimbilgiler .alan .sol .bilgi .yazi {	
	width: calc(100% - 60px);
	color: var(--anarenk);
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	font-family:var(--ikincifont);
}
#iletisimbilgiler .alan .harita {	
	width:100%;
}
#iletisimbilgiler .alan .harita iframe {	
	width:100%;
	height:500px;
}
/*------------------------------iletisimformu----------------------------*/

#iletisimformu {
	position:relative;
	padding:23px 0px;
	margin-top:40px;
}
#iletisimformu .alan {
	background: #f5f5f5;
	padding:16px 119px;
	border-radius: 15px;
}

#iletisimformu .business.alan {
	background: #f5f5f5;
    padding: 20px 0;
    border-radius: 15px;
    margin: 0px;
    display: flex;
    justify-content: center;
}

#iletisimformu .business.alan .alt_alan {
    gap: 40px;
    display: flex;
    justify-content: center;
}

#iletisimformu .business.alan .col-md-3{
	margin-bottom: 20px;
}


#iletisimformu .alan .yazilar {
	display: flex;
    flex-direction: column;
    height: calc(100% - 20px);
    padding: 10px;
    background: #fff;
    margin-bottom: 20px;
	border-radius: 15px;
}
#iletisimformu .business.alan .yazilar {
    margin-bottom: auto;
	height: 100%;
	border-radius: 15px;
	position: relative;
}

#iletisimformu .business.alan .yazilar .resim{
	overflow: hidden;
}

#iletisimformu .business.alan .yazilar .resim img {
    transition: all ease-in-out 0.8s;
	width: 100%;
    height: 415px;
    object-fit: cover;
    object-position: center;
}

#iletisimformu .business.alan .yazilar .resim:hover img {
    transform: scale(1.02);
    transition: all ease-in-out 0.8s;
}

#iletisimformu .alan .yazilar .yazi1 {
	color: var(--anarenk);
	font-size: 28px;
	font-weight: 400;
	line-height: 35px;
	margin-bottom:35px;
}
#iletisimformu .alan .yazilar .yazi2 {
	color: var(--anarenk);
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	font-family:var(--ikincifont);
}

#iletisimformu .alan .yazilar .baslik {	
	color: var(--anarenk);
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom:10px;
	text-align:center;
	min-height:52px;
}
#iletisimformu .alan .yazilar .baslik.duzen {
    color: var(--anarenk);
    font-size: 30px;
    margin: 20px 10px 10px 35px;
    text-align: left;
    min-height: 52px;
    letter-spacing: -0.64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#iletisimformu .business.alan .yazilar .baslik {	
	min-height: auto;
}

#iletisimformu .alan .yazilar .bilgi {	
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:30px;
	justify-content: center;
}

#iletisimformu .business.alan .yazilar .baslik.dzn {
    position: absolute;
    bottom: 100px;
    background: #f79131;
    color: #fff !important;
    z-index: 10;
    font-size: 16px !important;
    padding: 5px 20px;
    border-radius: 0 15px 15px 0;
}

#iletisimformu .alan .yazilar .bilgi.duzen {	
	 margin: 5px 20px 15px 20px;
}
   
#iletisimformu .business.alan .yazilar .bilgi {	
	margin-bottom: auto;
}
#iletisimformu .alan .yazilar .bilgi .icon {	
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: 5px;
}
#iletisimformu .yazi .menulink {
    color: #3A3D3F;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

#iletisimformu .yazi .menulink br {
    display: none;
}

#iletisimformu .yazilar .tell {
    color: #3A3D3F;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.4px;
}

#iletisimformu .alan .yazilar .bilgi .icon img {	    
	max-width: 44%;
    max-height: 44%;
}

#iletisimformu .alan .yazilar .bilgi .yazi {	
	width: calc(100% - 60px);
	color: var(--anarenk);
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	font-family:var(--ikincifont);
	text-align: left;
}
#iletisimformu .alan .yazilar .bilgi .yazi a{	
	color: var(--anarenk);
}
#iletisimformu .alan .yazilar .bilgi .yazi a:hover{	
	color: #f79131;
}
#iletisimformu .business.alan .yazilar .bilgi .yazi {
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
    text-align: center;
}
#iletisimformu .alan .form-control {
	height:60px;
	border:0px;
	background:rgba(255,255,255,0.42);
	border-radius:0px;
	margin-bottom:12px;
	padding:0px 29px;
	color: var(--anarenk);
	font-size: 15px;
	font-weight: 400;
	line-height: 22.5px;
	font-family:var(--ikincifont);
}
#iletisimformu .alan textarea.form-control {
	height:212px;
	padding:26px 29px;
}
::-webkit-input-placeholder { /* Edge */
	color: var(--anarenk);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: var(--anarenk);
}

::placeholder {
	color: var(--anarenk);
}
#iletisimformu .alan .buton {
	width:100%;
	height: 109px;
	background: #282a8f;
	color: #ffffff;
	font-size: 25px;
	font-weight: 400;
	line-height: 22.5px;
	border:0px;
}
/*------------------------------slider----------------------------*/

#urunust {
	position:relative;
	padding-bottom:100px;
	margin-top:63px;
}
#urunust .dinamik-background {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url('../img/urunhareketliback.png') -25px -50px;
    background-size: calc(100% + 50px);
	z-index:2;

}
#urunust .item {
	position:relative;
	height:calc(100vh - 80px);
}
#urunust .item .resim {
	position:relative;
	z-index:1;
	width:100%;
	height:calc(100vh - 80px);
	object-fit:cover;
}
#urunust .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:394px;
	height:100%;
	display:inline-flex;
	flex-direction:column;
	justify-content:center;
	padding:0px 70px;
	z-index:3;
}

#urunust .item .bilgi .kutu {
	position:relative;
	width:254px;
	margin-bottom:21px;
}
#urunust .item .bilgi .kutu img {
	width:254px;
}
#urunust .item .bilgi .kutu .ic {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:37px 44px;
}
#urunust .item .bilgi .kutu .ic .hr {
	width:100%;
	height:7px;
	background:url('../img/icon/icon-4.png');
	background-size:auto;
	background-position:center;
	background-repeat:no-repeat;
	margin-bottom:30px;
}
#urunust .item .bilgi .kutu .ic .yazi1 {
	color: var(--anarenk);
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
	margin-bottom:20px;
}
#urunust .item .bilgi .kutu .ic .icon {
	width:100%;
	text-align:center;
}
#urunust .item .bilgi .kutu .ic .icon img {
	max-width:90%;
}
#urunust .item .urungorsel {
	position:absolute;
	top:0px;
	left:35%;
	width:30%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	z-index:4;
}
#urunust .item .urungorsel .urunresim {
	width:100%;
	height:70%;
	text-align:center;
}
#urunust .item .urungorsel .urunresim img {
	max-width:100%;
	max-height:100%;
}
#urunust .item .urungorsel .altbuton {
	border-bottom:2px solid #fff;
	padding:10px 0px;
}
#urunust .item .urungorsel .altbuton .ok {
	font-size:18px;
	color:#fff;
}
#urunust .item .urungorsel .altbuton span {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-right:auto;
	margin-left:auto;
	padding:0px 20px;
}
#urunust .item .urunaciklama {
	position:absolute;
	top:0px;
	left:65%;
	width:25%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	z-index:3;
	font-family:var(--ikincifont);
}
#urunust .item .tasdegirmen {
	position:absolute;
	bottom:53px;
	right:23px;
	width:107px;
	z-index:2;
}
#urunust .item .tasdegirmen img {
	width:100%;
}
#urunust .sosyal {
	position:absolute;
	bottom:0px;
	right:60px;
	width:50px;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	z-index:10;
}
#urunust .sosyal a {
	font-size:20px;
	color:#fff;
	width:100%;
	text-align:center;
	padding:10px 0px;
}
#urunust .sosyal a img {
	max-width:16px;
	max-height:16px;
	filter:brightness(100);
}
#urunust .sosyal a:hover {
	color:var(--anarenk);
}
#urunust .kesfet {
	position:absolute;
	bottom:30px;
	left:calc(50% - 150px);
	width:300px;
	padding:17px 0px;
	text-align:center;
	color: var(--anarenk);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 2px;
}
#urunust .kesfet:before {
	position:absolute;
	content:"";
	top:0px;
	left:calc(50% - 1px);
	width:2px;
	height:16px;
	background:var(--anarenk);
	transition:all 0.3s linear;
}
#urunust .kesfet:after {
	position:absolute;
	content:"";
	bottom:0px;
	left:calc(50% - 1px);
	width:2px;
	height:16px;
	background:var(--anarenk);
	transition:all 0.3s linear;
}
#urunust .kesfet:hover:before ,  
#urunust .kesfet:hover:after 
{
	background:var(--kirmizi);
}
#urunust .kesfet:hover:before 
{
	top:calc(100% - 20px);
	transform:rotate(-45deg);
	height:20px;
	left:calc(50% - 7px);
}
#urunust .kesfet:hover:after 
{
	bottom:0px;
	transform:rotate(45deg);
	height:20px;
	left:calc(50% + 7px);
}

/*------------------------------urunbilgileri----------------------------*/

#urunbilgileri {
	position:relative;
	padding:23px 0px;
}
#urunbilgileri .alan {
	background: #f5f5f5;
	padding:44px 0px;
}
#urunbilgileri .alan .baslik {
	color: var(--anarenk);
	font-size: 20px;
	font-weight: 500;
	line-height: 43px;
	margin-bottom:23px;
}
#urunbilgileri .alan .liste {
	margin-bottom:44px;
}
#urunbilgileri .alan .liste .list {
	display:flex;
	align-items:center;
	padding:10px 10px;
	background:#fff;
	color: var(--anarenk);
	font-size: 16px;
	font-weight: 400;
}
#urunbilgileri .alan .liste .list:nth-child(even) {
	background:#f5f5f5;
}
#urunbilgileri .alan .liste .list span {
	font-weight:700;
	width:50%;
}

/*------------------------------sayfayazi----------------------------*/

#sayfayazi {
	position:relative;
}
#sayfayazi .baslik {
	color: var(--anarenk);
	font-size: 35px;
	font-weight: 400;
	line-height: 42px;
	margin-bottom:40px;
}
#sayfayazi .alan {
	background:#f5f5f5;
}
#sayfayazi .alan .sayfaresim .resim {
	width:100%;
}
#sayfayazi .alan .yazilar {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
	padding:30px 50px;
}
#sayfayazi .alan .yazilar ul {
	padding-left:20px;
}
#sayfayazi .alan .yazilar .yazi1 {
	color: var(--anarenk);
	font-size: 35px;
	font-weight: 400;
	line-height: 42px;
	margin-bottom:40px;
}
#sayfayazi .alan .yazilar .yazi2 {
	color: var(--anarenk);
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	font-family:var(--ikincifont);
}


/*------------------------------haberust----------------------------*/

#haberust {
	margin-top: 120px;
    padding: 40px;
    background: var(--anarenk);
    font-size: 20px;
    color: #fff;
    line-height: 40px;
	margin-bottom:40px;
}

/*------------------------------belgeler----------------------------*/

#belgeler {
	position:relative;
	padding:23px 0px 75px 0px;
}
#belgeler .item {
    padding: 20px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 105px;
    background: #F6F6F6;
    margin-bottom: 20px;
}
#belgeler .yazi1 {
    text-align: center;
    margin: 50px 0;
    z-index: 1;
    color: #025628;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.46px;
    position: relative;
}

#belgeler .yazi1::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 40px;
    background: #ed8302;
    right: 38%;
    bottom: -10px;
    z-index: -1;
}

#belgeler .item .name {
    color: #3A3D3F;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: -0.4px;
}

#belgeler .item .logo {
    width: 25%;
    padding: 15px;
    border-right: 2px solid #3a3d3f20;
}
#belgeler .item .logo img {
    width: 100%;
    height: 56px;
    object-fit: contain;
	mix-blend-mode: multiply;
}
#belgeler .item .text-wrapper {
    padding: 15px 40px;
}
#belgeler .item .text-wrapper .title {
	color: #3A3D3F;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.44px;
}
#belgeler .item .btn {
    background: #fff;
    border: 0;
    padding: 20px;
    width: 15%;
    height: 70px;
    border-radius: 50px;
	font-weight: 500;
}
#belgeler .item .btn i {
    font-size:30px;
}
/* #belgeler .item { */
	/* display:flex; */
	/* align-items:center; */
	/* height:60px; */
	/* border-radius:30px; */
	/* background:#fff; */
	/* padding:10px 30px; */
	/* box-shadow: 0px 22px 74px rgba(0,0,0,0.16); */
	/* margin-bottom:20px; */
/* } */
/* #belgeler .item .adi { */
	/* font-size:20px; */
	/* font-weight:500; */
	/* font-family:var(--ikincifont); */
	/* color:var(--anarenk); */
	/* margin-right:auto; */
/* } */
/* #belgeler .item .icon { */
	/* padding:0px 20px; */
	/* font-size:40px; */
	/* color:var(--kirmizi); */
	/* border-left:1px solid #f5f5f5; */
/* } */




#belgeler .alan {
    position: relative;
}

#belgeler .alan .belgeler {
    overflow: hidden;
}

#belgeler .belgeler-button-prev i,
#belgeler .belgeler-button-next i{
    font-size: 40px;
    position: absolute;
    bottom: 50%;
    left: -50px;
	transform: translateX(-50%);
    z-index:1;
}
#belgeler .belgeler-button-next i{
	left: auto;
	right: -50px;
}

#belgeler .swiper.belgeler {
    position: relative;
	margin-bottom: 40px;
}

#belgeler .belgeler-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px; 
  align-items: center;
}

#belgeler .belgeler-pagination .swiper-pagination-bullet {
  width: 20px; 
  height: 4px; 
  background: #3a3d3f;
  border-radius: 2px; 
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

#belgeler .belgeler-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background: #f79131;
  opacity: 1;
  box-shadow: 0px 0px 6px rgba(247, 145, 49, 0.5);
}

#belgeler.homepg .item{
	 border-radius: 25px;
	margin-bottom: auto;
}


/*------------------------------cerezpolitika----------------------------*/

#cerezpolitika {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	padding:10px;
	background:#fff;
	font-size:14px;
	font-weight:500;
	color:var(--anarenk);
	text-align:center;
	z-index:100000;
}


.sosyal a {
	width:40px !important;
	height:40px !important;
	display:inline-flex !important;
	align-items:center !important;
	justify-content:center !important;
	border-radius:20px !important;
}
.sosyal a:hover {
	background:var(--anarenk) !important;
}
.sosyal a:hover img {
	filter: brightness(100);
}

/*------------------------------urundetay2----------------------------*/

#urundetay2 {
	position:relative;
	padding:70px 0px 23px 0px;
}
#urundetay2 .alan {
	position:relative;
	padding:10px 10px 10px 10px;
	background:#fff;
}
#urundetay2 .alan .slide {
	position:relative;
	background:#fff;
}
#urundetay2 .alan .slideitem {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:550px;
}
#urundetay2 .alan .slideitem img {
	max-width:100%;
	max-height:95%;
}
#urundetay2 .alan .carousel-indicators {
    position: absolute;
    right: inherit;
    bottom: inherit;
    top: 0px;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
    list-style: none;
}
#urundetay2 .alan .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: 0px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    transition: opacity .6s ease;
    border: 1px solid #f2f2f2;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:10px;
}
#urundetay2 .alan .carousel-indicators [data-bs-target] img {
	max-width: 70%;
    max-height: 70%;
}

#urundetay2 .alan .carousel-control-next, 
#urundetay2 .alan .carousel-control-prev {
    position: absolute;
    top: inherit;
    bottom: 0;
    right: calc(50% - 40px);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
#urundetay2 .alan .carousel-control-next {
    right: calc(50% - 40px);
}
#urundetay2 .alan .carousel-control-prev {
    left: calc(50% - 40px);
}
#urundetay2 .alan .carousel-control-next-icon, 
#urundetay2 .alan .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    color: #111c4e;
    font-size: 30px;
}
#urundetay2 .alan .carousel-control-prev-icon , 
#urundetay2 .alan .carousel-control-next-icon 
{
    background-image: url('');
}

#urundetay2 .alan .sag {
    display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
#urundetay2 .alan .sag .ust {
	margin-bottom:10px;
}
#urundetay2 .alan .sag .ust .pisirme {
	display:inline-flex;
	align-items:cetner;
	margin-right:20px;
}
#urundetay2 .alan .sag .ust .pisirme .icon {
	margin-right:10px;
}
#urundetay2 .alan .sag .ust .pisirme .icon img {
	height:18px;
}
#urundetay2 .alan .sag .ust .pisirme .sure {
	color: #111c4e;
	font-size: 20px;
	font-weight: 700;
	text-align:right;
}
#urundetay2 .alan .sag .ust .pisirme .sure small {
	display:block;
	font-size: 12px;
	font-weight: 500;
	margin-bottom:10px;
}
#urundetay2 .alan .sag .urunadi {
	color: #111c4e;
	font-size: 44px;
	font-weight: 700;
	line-height: 43px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left: auto !important;
}
#urundetay2 .alan .sag .aciklamaaa {
	color: #111c4e;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom:20px;
	
}
#urundetay2 .alan .sag .paketlemebas {
	display:flex;
	align-items:center;
	justify-content:center;
	border-bottom:1px solid #ececec;
	color: #111c4e;
	font-size: 16px;
	font-weight: 700;
	line-height: 49px;
}
#urundetay2 .alan .sag .paketlemebas i {
	font-size:27px;
}
#urundetay2 .alan .sag .liste {
	border:1px solid #ececec;
	border-radius: 15px;
}
#urundetay2 .alan .sag .liste .list {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	color: #111c4e;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	border-bottom:1px solid #ececec;
	text-align:center;
}
#urundetay2 .alan .sag .liste .list div {
	width:50%;
	text-align:center;
}
#urundetay2 .alan .sag .liste .list:last-child {
	border-bottom:0px solid #ececec;
}
#urundetay2 .alan .sag .liste .list span {
	width:calc(50% - 15px);
	font-weight: 700;
	border-right:1px solid #ececec;
	padding:10px 13px;
	margin-right:15px;
	color: #111c4e;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
}
#urundetay2 .container-fluid {
	position:relative;
}

#urundetay2 .besindegerleri .liste {
	display:flex;
	flex-wrap:wrap;
}
#urundetay2 .besindegerleri .liste .list {
	width:calc(11.11% - 6px);
	flex:1 1 auto;
	background: #f6f6f6;
	padding:20px 10px;
	text-align:center;
	margin:0px 3px;
	font-size: 14px;
}
#urundetay2 .besindegerleri .liste .list span {
	position:relative;
	display:block;
	color: #111c4e;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	padding:15px 0px;
	width:100%;
	height:40px;
	margin-bottom:20px;
	padding-top:0px;
}
#urundetay2 .besindegerleri .liste .list span:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:25%;
	width:50%;
	height:2px;
	background:rgba(17,28,78,0.2);
}

/*------------------------------urundetay2tarifler----------------------------*/

#urundetay2tarifler {
	position:relative;
	padding:0px 0px 30px 0px;
}
#urundetay2tarifler .baslik {
	color: #111c4e;
	font-size: 28px;
	font-weight: 600;
	line-height: 43px;
	margin-bottom:40px;
	text-align:center;
}
#urundetay2tarifler .resim {
	width:100%;
	height: 477px;
	object-fit:cover;
	object-position:center;
}
#urundetay2tarifler .yazilar {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	height:100%;
	padding:30px;
	background: #f8f8f8;
}
#urundetay2tarifler .yazilar .yazi1 {
	color: #111c4e;
	font-size: 16px;
	font-weight: 700;
	line-height: 43px;
	margin-bottom:50px;
	text-align:center;
}
#urundetay2tarifler .yazilar .hr {
	width:100%;
	height:7px;
	background:url('../img/icon/icon-4.png');
	background-size:auto;
	background-position:center;
	background-repeat:no-repeat;
	margin-bottom:50px;
}
#urundetay2tarifler .yazilar .yazi2 {
	color: #111c4e;
	font-size: 35px;
	font-weight: 700;
	line-height: 43px;
	margin-bottom:50px;
	text-align:center;
}
#urundetay2tarifler .yazilar .btn {
	margin-top:auto;
}



/*------------------------------urunbanner----------------------------*/

#urunbanner {
	position:relative;
}
#urunbanner .alan {
	position:relative;
}
#urunbanner .alan .resim {
	width:100%;
}
#urunbanner .alan .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.1);
	display:flex;
	align-items:center;
	justify-content:center;	
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	line-height: 73px;
	text-align:center;
}
/*------------------------------uretimline----------------------------*/

#uretimline {
	position:relative;
	padding:123px 0px 23px 0px;
}
#uretimline .alan {
	position:relative;
	padding:10px;
	background:#F6F6F6;
}
#uretimline .alan .baslik {
	position:relative;
	color: #111c4e;
	font-size: 35px;
	font-weight: 700;
	line-height: 43px;
	text-align: center;
	letter-spacing: 2px;
	padding:50px 0px;
	margin-bottom:20px;
}
#uretimline .alan .baslik:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	width:100%;
	height:15px;
	background:url('../img/hrgenis.png');
	background-repeat:no-repeat;
	background-position:center;
}
#uretimline .alan .line {
	display:flex;
	flex-wrap:wrap;
}
#uretimline .alan .line .satir {
	position:relative;
	width:calc(50% + 1px);
	display:flex;
	margin-right:calc(50% - 3px);
	justify-content:flex-end;
	padding-right:230px;
	height:150px;
	border-right:2px solid #111c4e;
}
#uretimline .alan .line .satir:before {
	position:absolute;
	content:"";
	top:calc(50% - 15px);
	right:-15px;	
	width: 30px;
	height: 30px;
	border-radius:15px;
	border: 7.5px solid #efefef;
	background: #cba769;
}
#uretimline .alan .line .satir:hover:before {
	background: #111c4e;
}
#uretimline .alan .line .satir:nth-child(even) {
	width:calc(50% - 1px);
	margin-left:calc(50% - 1px);
	margin-right:0px;
	justify-content:flex-start;
	padding-left:230px;
	padding-right:0px;
	border-right:0px solid #111c4e;
	border-left:2px solid #111c4e;
}
#uretimline .alan .line .satir:nth-child(even):before {
	right:0px;	
	left:-16px;	
}
#uretimline .alan .line .satir .icon {
	position:absolute;
	top:0px;
	right:0px;
	width:230px;
	height:150px;
	display:flex;
	align-items:center;
	justify-content:center;
}
#uretimline .alan .line .satir:nth-child(even) .icon {
	position:absolute;
	top:0px;
	right:inherit;
	left:0px;
}
#uretimline .alan .line .satir .icon img {
	max-width:90%;
	max-height:90%;
}
#uretimline .alan .line .satir .yazi {
	display:flex;
	flex-direction:column;
	align-items:flex-end;
	justify-content:center;
	text-align:right;
	color: #111c4e;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}
#uretimline .alan .line .satir .yazi b {
	font-weight: 700;
}
#uretimline .alan .line .satir .yazi span {
	color:#CBA769;
}
#uretimline .alan .line .satir:nth-child(even) .yazi {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
	text-align:left;
}
#uretimline .swiper ,
#sayfayazi .swiper 
{
	position: relative;
	overflow:hidden;
	padding-bottom:30px;
}
#uretimline .swiper .item .resim img ,
#sayfayazi .swiper .item .resim img 
{
	width:100%;
	height:400px;
	object-fit:cover;
}
#uretimline .uretimline-button-next ,
#sayfayazi .uretimline-button-next 
{
	position: absolute;
	display:flex;
	justify-content:center;
	align-items:center;
	bottom:5px;
    left: 11%;
	width: 50px;
	height: 50px;
	border-radius: 9.1px;
	background: rgba(255,255,255,1);
	box-shadow: 0px 2px 20px rgba(0,0,0,0);
	font-size:24px;
	color:var(--anarenk);
	z-index:500;
}
#uretimline .uretimline-button-next.swiper-button-disabled ,
#sayfayazi .uretimline-button-next.swiper-button-disabled 
{
	opacity:0;
}
#uretimline .uretimline-button-prev ,
#sayfayazi .uretimline-button-prev 
{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
	bottom:5px;
    right: 11%;
    width: 50px;
    height: 50px;
    border-radius: 9.1px;
    background: rgba(255,255,255,1);
	box-shadow: 0px 2px 20px rgba(0,0,0,0);
    font-size: 24px;
    color: var(--anarenk);
    z-index: 500;
}
#uretimline .uretimline-button-prev:hover,
#uretimline .uretimline-button-next:hover,
#sayfayazi .uretimline-button-prev:hover,
#sayfayazi .uretimline-button-next:hover
{
    color: var(--kirmizi);
}
#uretimline .swiper-container-horizontal>.swiper-pagination-bullets, 
#uretimline .swiper-pagination-custom, .swiper-pagination-fraction ,
#sayfayazi .swiper-container-horizontal>.swiper-pagination-bullets, 
#sayfayazi .swiper-pagination-custom, .swiper-pagination-fraction 
{
    display:flex;
	justify-content:center;
	padding-top:50px;
}
#uretimline .swiper-pagination-bullet ,
#sayfayazi .swiper-pagination-bullet 
{
    width: 21px;
    height: 5px;
    display: inline-block;
    border-radius: 3px;
    background: var(--anarenk);
    opacity: .2;
	transition:all 0.3s linear;
}
#uretimline .swiper-pagination-bullet-active ,
#sayfayazi .swiper-pagination-bullet-active 
{
    width: 57px;
    opacity: 1;
    background: var(--anarenk);
}

/*------------------------------tarifust----------------------------*/

#tarifust {
}
#tarifust .alan {
	display:flex;
	flex-wrap:wrap;
}
#tarifust .sol {
	width:50%;
	flex:0 0 auto;
	margin-top:60px;
}
#tarifust .sol .tarifresim {
	width:100%;
	height:100%;
	min-height:600px;
	object-fit:cover;
	object-position:center;
}
#tarifust .sag {
	width:50%;
	flex:0 0 auto;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	padding:50px;
	margin-top:60px;
	background:var(--anarenk);
}
#tarifust .sag .adi {
	font-size:30px;
	color:#fff;
	margin-bottom:20px;
}
#tarifust .sag .baslik {
	font-size:20px;
	font-weight:600;
	color:#fff;
	margin-bottom:10px;
}
#tarifust .sag .aciklama {
	font-size:16px;
	font-weight:600;
	color:#fff;
	margin-bottom:10px;
}
#tarifust .sag ul {
  line-height: 1.5em;
  margin: 5px 0 15px;
  padding: 0;
}

#tarifust .sag li {
	list-style: none;
	position: relative;
	padding: 0 0 0 20px;
	margin-bottom:10px;
}
#tarifust .sag li::before {
	content: ""; 
	position: absolute; 
	left: 2px; 
	top: 5px; 
	width: 6px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
#tarifust .sag .oneri {
	display:flex;
	align-items:center;
	margin-bottom:30px;
}
#tarifust .sag .oneri .yazi1 {
	font-size:16px;
	line-height:22px;
	color:#fff;
}
#tarifust .sag .oneri .yazi1 span {
	display:block;
	color:var(--kirmizi);
}
#tarifust .sag .oneri .oneriresim {
	height:120px;
	margin-right:20px;
}
#tarifust .sag .btnizle {
	position:relative;
	display:inline-block;
	height:46px;
	line-height:46px;
	padding:0px 70px 0px 30px;
	border-radius:15px;
	font-size:14px;
	font-weight:500;
	color:#fff;
	background:var(--kirmizi);
	border:2px solid #fff;
}
#tarifust .sag .btnizle .icon {
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	top:-9px;
	right:-9px;
	width:60px;
	height:60px;
	border-radius:30px;
	background:#fff;
	font-size:30px;
	color:var(--kirmizi);
	transition:all 0.3s ease;
}
#tarifust .sag .btnizle:hover .icon {
	top:-14px;
	right:-14px;
	width:70px;
	height:70px;
	border-radius:35px;
}
/*------------------------------tarifdetay----------------------------*/

#tarifdetay {
	padding:40px 0px;
}
#tarifdetay .alan {
	padding:20px;
	background:#f5f5f5;
}
#tarifdetay .baslik {
	font-size:20px;
	font-weight:600;
	color:var(--anarenk);
	margin-bottom:30px;
}
#tarifdetay p {
	line-height: 25px;
}
#tarifdetay ul {
  line-height: 1.5em;
  margin: 5px 0 15px;
  padding: 0;
}

#tarifdetay .sol li {
	list-style: none;
	position: relative;
	padding: 0 0 0 20px;
	margin-bottom:10px;
}
#tarifdetay .sol li::before {
	content: ""; 
	position: absolute; 
	left: 2px; 
	top: 5px; 
	width: 6px;
	height: 12px;
	border: solid var(--anarenk);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
            
#tarifdetay ol {
	counter-reset: item;
	list-style-type: none;
}

#tarifdetay ol li {
	position: relative;
	display: block;
	padding:5px 0px 0px 40px;
	min-height:30px;
	margin-bottom:20px;
}

#tarifdetay ol li:before {
	position:absolute;
	top:0px;
	left:0px;
	display:flex;
	align-items:center;
	justify-content:center;
	content: counter(item) "  ";
	counter-increment: item;
	width:30px;
	height:30px;
	border-radius:15px;
	background:linear-gradient(56deg,#111c4e,#415093);
	color:#fff;
	font-size:12px;
}
/*------------------------------breaddd----------------------------*/

#breaddd {
	display:flex;
	align-items:center;
	color: #ffffff;
	font-size: 25px;
	font-weight: 400;
	line-height: 42px;
	background:var(--anarenk);
	padding:10px 20px;	
	border-radius: 15px 15px 0 0;
}
#breaddd .linkler {
	margin-right:auto;
	font-size:14px;
	color:#fff;
}
#breaddd .linkler a {
	font-size:14px;
	color:#fff;
	margin:0px 10px;
}
#breaddd .paylas {
	position:relative;
	z-index:100;
}
#breaddd .paylas .link {
	display:flex;
	align-items:center;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 7px;
	padding:10px 0px;
}
#breaddd .paylas .link .icon {
	margin-right:10px;
}
#breaddd .paylas .link .icon img {
	height:21px;
	filter:brightness(100);
}
#breaddd .paylas .acilan {
    position: absolute;
    top: 100%;
    right: -20px;
    width: 150px;
    display: none;
    background: #111c4e;
    padding: 10px;
}
#breaddd .paylas:hover .acilan {
	display:block;
}

.bread_img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 300px;
    border-radius: 0 0 15px 15px;
}


@keyframes slideRotate {
    from {
        transform: translateX(-100%) rotate(-360deg);
        opacity: 0;
    }
    to {
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }
}



/* Swiper kapsayıcı alan */
#galerim  .swiper {
  width: 100%;
  max-width: calc(100% - 200px);
  height: 500px;
  margin: 40px auto;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Swiper içindeki her slayt */
#galerim .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

#galerim .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
}

#galerim .swiper-button-next,
#galerim .swiper-button-prev {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 12px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  width: 50px;
  height: 50px;
}

#galerim .swiper-button-next:hover,
#galerim .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

/* Sayfa göstergesi (dot'lar) */
#galerim .swiper-pagination {
  bottom: 10px !important;
}

#galerim .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.7;
}

#galerim .swiper-pagination-bullet-active {
  background-color: #f79131;
  opacity: 1;
}

/* Mobil uyum */
@media (max-width: 768px) {
  #galerim .swiper {
    height: 300px;
	max-width: calc(100% - 20px);
  }
 #galerim .swiper-button-next,
 #galerim .swiper-button-prev {
 	 width: 35px;
 	 height: 35px;
	}
	#galerim .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 18px !important;
	}
	
}

#galerim .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 25px !important;
}