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


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

ol,ul {
	padding:0px;
	margin:0px;
}
main {
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: SuisseIntl;
	background: #f7f7f7;
}


:root {
  --anarenk: #353F40;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
}

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

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

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

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

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

/*------------------cerezpolitikasi----------------------*/
.cerezpolitikasi {
	position:fixed;
	bottom:20px;
	left:20px;
	width:400px;
	max-width:calc(100% - 40px);
	padding:20px;
	border-radius:20px;
	background:rgba(0,0,0,0.5);
	font-size:14px;
	line-height:20px;
	color:#fff;
	z-index:100000;
}
.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0px 30px;
	height:50px;
	border-radius:30px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.btn-light {
    background: #fff;
    color: #353F40;
    border: 1px solid;
    border-radius: 30px;
	transition: all ease-in-out 0.3s;
}
.btn-light:hover {
    color: #fff;
    background: #00603A;
    border: 1px solid #00603A;
}
.btn-dark {
	background:#353F40;
	border:1px solid #353F40;
	color:#fff;
	text-transform: capitalize;
}
.btn-dark:hover {
	background:#fff;
	border:1px solid #353F40;
	color:#353F40;
}

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

#header {
  position: absolute;
  left: 0;
  width: 100%;
  transition: top 0.3s ease-in-out;
	z-index: 999;
}

#header.sabit {
	position:relative;
	transition:all 0.3s ease;
	background:var(--anarenk);
}
#header.heading {
	position:fixed;
	top: -0px;
	left:0px;
	width:100%;
	z-index:999;
	background: #00603A;
}

#header .top-header {
    background: #00603A;
}

#header .logo .logo-dark{
	display: none;
}

#header.heading .logo .logo-dark{
	display: block;
}

#header.heading .logo .logo-light{
	display: none;
}

#header .logo .logo-light{
	display: block;
}




#header .top-header .area {
    max-width: calc(100% - 150px);
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

#header .alan {
    display: flex;
    align-items: center;
    padding: 0px 0px;
	width: 100%;
	height: 80px;
}


#header .alan .logo {
	width: 20%;
}
#header .alan .logo img {
	height: 60px;
	margin: 0px 25px 0 25px;
}

#header .menu_ac {
    background: #00603A;
    height: 80px;
    display: flex;
    color: #fff;
    align-items: center;
    width: 80px;
    justify-content: center;
    border-radius: 10px;
	flex-direction: column;
	font-size: 10px;
}

#header .alan .sag {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#header .menu {
	width: 60%;
    display: flex;
    justify-content: center;
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap:0px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px;
	padding: 0px 20px;
	border-radius: 5px;
}
#header .menu .link-item:hover {
    background: #00603A;
}
#header .menu .link-item.active {
    background: #00603A;
}
#header .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 5px);
	left:0px;
	width:300px;
	padding:5px 10px;
	border-radius: 0px;
	background: #00603A;
	border-radius: 5px;
}

#header .menu .acilan .link-li{
width: 100%;
}
#header .menu .link-li:hover .acilan {
	display:block;
}
#header .menu .acilan ul {
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	grid-column-gap:0px;
	grid-row-gap:10px;
	padding:0px;
}
#header .menu .acilan .link-item {
	line-height: 30px;
	color: #fff;
	padding: 0px 10px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}


#header .alan .sag a {
	color: #ffffff;
	font-family: SuisseIntl;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:0px 20px;
}
#header .alan .sag a i {
	font-size: 24px;
}

#header .alan .grey_button {
    color: #fff !important;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #fff;
}

#header .alan .grey_button svg {
    margin-right: 5px;
}

#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 20px;
	height:100%;
}
#header .dil .default {
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	grid-column-gap:10px;
	width:80px;
	height:40px;
	border-radius: 6px;
	font-weight: 500 !important;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-transform:uppercase;
}
#header .dil .default img {
	height:15px;
	margin-right:5px;
}
#header .dil .default i {
    font-size: 20px;
}
#header .dil .default i:nth-last-of-type(1){
    font-size: 15px;
    margin-left: 20px;
}
#header .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 40px);
	width:80px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#header .dil .acilan .default {
	width:80px;
	height:40px;
	border-radius: 20px;
	margin-bottom:5px;
	background: #353F40;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#header .dil:hover .acilan {
	display:block;
}

#header.dark .menu .link-item {
    color: #353F40;
}

#header.dark .alan .sag a
{
    color: #353F40;
}
#header.dark.heading .menu .link-item {
    color: #fff;
}

#header.dark .alan .grey_button{
	color: #000 !important;
	border: 1px solid #353F40;
}

#header.dark.heading .alan .grey_button{
	color: #fff !important;
	border: 1px solid #fff;
}

#header.dark .logo-favicon-light,
#header.dark.heading .logo-favicon-dark{
    display: none;
}

#header.dark.heading .logo-favicon-light {
    display: block;
}




#header.dark .menu .link-item.active,
#header.dark .menu .acilan .link-item {
    color: #fff;
}

#header.dark .menu .link-item:hover {
    color: #fff;
}





#breaking-news {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
}

#breaking-news .label {
  margin-right: 10px;
}

#breaking-news .news-ticker {
  position: relative;
  height: 20px;
  overflow: hidden;
  width: 150px;
}

#breaking-news .news-item {
  left: 0;
  display: none;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 0;
}
#breaking-news .news-item:hover {
  text-decoration: underline;
}




/*-----------Hambuger Menu Css--------------*/

/* Hamburger butonu */
.menu_ac .menu-toggle {
  position: relative;
  width: 35px;
  height: 22px;
  cursor: pointer;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 5px;
}

.menu_ac .menu-toggle span {
  height: 3px;
  width: 100%;
  background-color: #333;
  border-radius: 2px;
  transition: all 0.4s ease;
}

/* X animasyonu */
.menu_ac .menu-toggle.open span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}
.menu_ac .menu-toggle.open span:nth-child(2) {
  opacity: 0;
}
.menu_ac .menu-toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Sağdan açılan tam ekran sidebar menu */
.sidebar_menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #00603A;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.5s ease;
  z-index: 950;
  flex-direction: column;
}

.sidebar_menu.open {
  right: 0;
}

.sidebar_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.sidebar_menu ul li {
  margin: 0 0 10px 0;
}

.sidebar_menu ul li a {
  text-decoration: none;
  color: white;
  font-size: 24px;
  transition: color 0.3s;
}

.sidebar_menu ul li a:hover {
  color: #ddd;
}

.sidebar_menu .acilan {
    display: none;
    transition: all 0.3s ease;
}
.sidebar_menu .acilan.active {
    display: block;
}

.sidebar_menu .acilan ul li {
    margin: 0;
}

.sidebar_menu .acilan ul li a {
    text-decoration: none;
    color: #f6f6f6;
    font-size: 17px;
}

/* Hamburger ve Close Toggle çizgi yapısı */
.menu_ac .menu-toggle span,
.sidebar_menu .close-toggle span {
  height: 4px;
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.4s ease;
}

/* Hamburger açıkken çizgiler beyaz */
.menu_ac .menu-toggle.open span {
  background-color: #fff;
}

/* Sidebar açıkken X çizgileri beyaz olur */
.sidebar_menu.open .close-toggle span {
  background-color: #fff;
}

/* Konumlandırma */
.sidebar_menu .close-toggle {
  position: relative;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 30px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1001;
}
.esc-tooltip {
  position: absolute;
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* Üçgen ok */
.esc-tooltip::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.85);
}

.menu-toggle.open .esc-tooltip {
    opacity: 1;
}

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

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

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

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

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

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

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


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


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

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

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

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

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

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


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

#slider {
	position:relative;
	border-bottom: 1px solid #f1f1f1;
}
#slider .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
	max-height:100vh;
	object-fit:cover;
	filter: brightness(0.5);
	object-position: top;
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	z-index:5;
}
#slider .item .bilgi .yazi1 {
	color: #353F40;
	font-size: 32.103px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:22px;
}
#slider .item .bilgi .yazi2 {
	color: #fff;
    font-size: 62px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 22px;
    bottom: 5%;
    left: 5%;
    position: absolute;
    width: 45%;
}
#slider .item .bilgi .yazi3 {
	color: #353F40;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 128.5%; /* 23.13px */
	margin-bottom:22px;
}
#slider .slider-button-prev ,
#slider .slider-button-next 
{
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    font-size: 30px;
    color: #aaa;
    border: 1px solid #aaa;
    justify-content: center;
}
#slider .slider-button-prev:hover ,
#slider .slider-button-next:hover 
{
	color:#fff;
	border:1px solid #fff;
	background:var(--anarenk);
}
#slider .slider-button-next{
	margin-right: auto;
}
.slider_alt {
    height: 100px;
    display: flex;
    gap: 10px;
    align-items: center;
    width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
}

.down-button {
    color: #353F40;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.down-button:hover{
	color: #00603A;
}

.down-button i {
    border-radius: 50px;
    background: #00603A;
    width: 45px;
    height: 45px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	animation: bounceDown 1.5s infinite ease-in-out;

}

	@keyframes bounceDown {
	  0%, 100% {
		transform: translateY(0);
	  }
	  50% {
		transform: translateY(5px);
	  }
	}


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

#hakkimizda {
	position:relative;
	padding:60px 0px;
}
#hakkimizda .resim {
	width:100%;
	border-radius:25px;
}
#hakkimizda .yazi1  {
	color: #353F40;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 190%; /* 30.4px */
	margin-bottom:40px;
}
#hakkimizda .logo  {
	height:70px;
	margin-bottom:25px;
}
#hakkimizda .yazi2  {
	margin-bottom: 20px;
    text-align: center;
    color: #231F20;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: -0.96px;
}

.animated-text {
    height: 50px;
    overflow: hidden;
    display: inline-flex;
    vertical-align: bottom;
    position: relative;
    background-color: #00603A;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    width: 280px;
    justify-content: center;
    align-items: center;
    font-size: 35px;
}

.animated-text span {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 6s infinite;
}

.animated-text span:nth-child(1) { animation-delay: 0s; }
.animated-text span:nth-child(2) { animation-delay: 2s; }
.animated-text span:nth-child(3) { animation-delay: 4s; }

@keyframes slideUp {
    0%   { opacity: 0; transform: translateY(20px); }
    10%  { opacity: 1; transform: translateY(0); }
    25%  { opacity: 1; transform: translateY(0); }
    35%  { opacity: 0; transform: translateY(-20px); }
    100% { opacity: 0; transform: translateY(-20px); }
}


#hakkimizda .yazi2 strong{
	color: #00603A;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 52px;
	letter-spacing: -0.96px;
}

#hakkimizda  .yazi3 {
    margin-bottom: 40px;
    color: #231F20;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 24px;
}

#hakkimizda .alan {
    display: flex;
    gap: 20px;
    justify-content: center;
}

#hakkimizda::before {
    position: absolute;
    content: "";
    background-image: url(https://nila.com.tr/app/Images/bg_1.svg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    background-position: right;
    bottom: 0;
	z-index: -1;
}

/*------------------kategoriler----------------------*/

#kategoriler {
	position:relative;
	padding:60px 0px;
	background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0.00) 100%);
}
#kategoriler .baslik {
	color: #353F40;
	text-align: left;
	font-size: 45px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:15px;
}
#kategoriler .altbaslik {
	color: #353F40;
	text-align: left;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 168.75% */
	margin-bottom:40px;
}
#kategoriler .item2 {
	position:relative;
	display:block;
	border-radius:25px;
	background:rgba(245,245,245,1);
	text-align:right;
	padding:25px 20px;
}
#kategoriler .item2 .mokap {
	width:45%;
}
#kategoriler .item2 .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:44px 40px;
	display:flex;
	flex-direction:column;
}
#kategoriler .item2 .bilgi .logo {
	width:30%;
	margin-bottom:50px;
}
#kategoriler .item2 .bilgi .buton {
	text-align:left;
	margin-top:auto;
}
#kategoriler .item {
    position: relative;
    display: block;
    background: #fff;
    height: 300px;
	width: 100%;
    border-radius: 15px;
}
#kategoriler .item:hover {
    background: #ffffff90;
}
#kategoriler .item .resim {
    top: 15px;
    left: 15px;
    position: absolute;
}
#kategoriler .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:60px 40px;
	display:flex;
	flex-direction:column;
}
#kategoriler .item .bilgi .yazi1 {
	color: #acabab;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.3px;
    position: absolute;
    bottom: 15px;
    left: 15px;
}
#kategoriler .item .bilgi .yazi2 {
    color: #231F20;
    font-size: 33.367px;
    font-style: normal;
    font-weight: 500;
    line-height: 49.573px;
    letter-spacing: -0.915px;
    position: absolute;
    bottom: 15px;
    left: 15px;
}
#kategoriler .item .bilgi .buton {
	margin-top:auto;
}
#kategoriler .butonlar {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:20px;
	grid-column-gap:10px;
}
#kategoriler .butonlar div {
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	background:rgba(236,236,236,0.5);
	font-size:24px;
	color:#353F40;
	transition:all 0.3s ease;
}
#kategoriler .butonlar div:hover {
	background:rgba(236,236,236,1);
}

/*------------------surdur----------------------*/

#surdur {
	position:relative;
}
#surdur .alan {
	position:relative;
}
#surdur .alan .resim {
	width:100%;
	border-radius:25px;
}

#surdur .alan .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:60px 40px;
	display:flex;
	flex-direction:column;
}
#surdur .alan .bilgi .yazi1 {
	width:50%;
	color: #FFF;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top:20px;
}
#surdur .alan .bilgi .yazi2 {
	width:50%;
	color: #FFF;
	font-size: 62.312px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top:20px;
}
#surdur .alan .bilgi .buton {
	margin-bottom:auto;
}

/*------------------banneralan----------------------*/

#banneralan {
	position:relative;
	padding:40px 0px;
	    overflow: hidden;
}
#banneralan.surdurulebilirlik {
	padding:40px 0px 0 0;
}
#banneralan.infobox {
	padding:0 0 40px 0px;
}
#banneralan .container-fluid {
    max-width: calc(100vw - 350px);
}
#banneralan .item {
	position:relative;
}
#banneralan .item .resim {
    width: 100%;
    object-fit: cover;
    height: 650px;
    object-position: top;
}

#banneralan .item .bilgi {
    position: absolute;
    flex-direction: column;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
}
#banneralan .item .bilgi .yazi1 {
    width: 50%;
    color: #909396;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 16px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

#banneralan .item .bilgi .yazi2 {
    color: #212833;
    text-align: center;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 68px;
    letter-spacing: -1.92px;
}

#banneralan .butonlar {
	position:absolute;
	bottom:40px;
	left:40px;
	display:flex;
	align-items:center;
	grid-column-gap:10px;
	z-index:10;
}
#banneralan .butonlar div {
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	background:rgba(255,255,255,0.5);
	font-size:24px;
	color:#353F40;
	transition:all 0.3s ease;
}
#banneralan .butonlar div:hover {
	background:rgba(255,255,255,1);
}

#banneralan .kariyer {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 32px;
    background: #fff;
    padding: 30px 25px;
    height: 560px;
    width: 100%;
	margin-bottom: 20px;
}

#banneralan .kariyer .icon {
    width: 100%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    object-fit: cover;
	border-radius: 0 0 32px 0;
}
#banneralan .kariyer .yazi1 {
	color: #353F40;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 42px; /* 116.667% */
	margin-bottom:20px;
}
#banneralan .kariyer .yazi1 strong {
    color: #00603A;
}
#banneralan .kariyer .yazi2 {
    margin-bottom: auto;
    z-index: 1;
    color: rgba(35, 31, 32, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 24px;
    width: 35%;
}

#banneralan .kariyer .buton{
	z-index: 1;
}

#banneralan.surdurulebilirlik .item .bilgi {
    top: 10%;
	bottom: auto;
}

#banneralan.surdurulebilirlik .item .bilgi .yazi1 {
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 35px;
}
#banneralan.surdurulebilirlik .item .bilgi .yazi2 {
    color: #FFF;
    text-align: center;
    font-size: 85px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1.92px;
}
#banneralan.surdurulebilirlik .item .bilgi .btn.info {
    color: #fff;
    border: 1px solid #fff;
    margin-top: 50px;
    height: 40px;
    font-size: 14px;
    font-weight: 300;
}
#banneralan.surdurulebilirlik .item .bilgi .btn.info:hover {
    color: #353F40;
	background: #fff;
}
#banneralan.surdurulebilirlik .item .resim {
    height: 100%;
}

#banneralan.infobox .banner_area{
	background: url(../../../../../app/Themes/default/assets/img/puretexbg.png);
    height: 845px;
    display: flex;
    justify-content: center;
    align-items: center;
	background-repeat: no-repeat;
    background-size: 100%;
}


#banneralan.infobox .resim {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#banneralan.infobox .kariyer .icon {
    width: 25%;
    height: 100%;
    object-fit: cover;
    display: flex;
	position: static;
}

#banneralan.infobox .banner_area .baslik {
    color: #231F20;
    text-align: center;
    font-size: 47.438px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.96px;
    margin-bottom: 50px;
}

#banneralan.infobox .kariyer .yazi1 {
    margin-bottom: 20px;
    color: rgba(35, 31, 32, 0.50);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#banneralan.infobox .kariyer {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 32px;
    background: #fff;
    padding: 60px 40px;
    height: 100%;
    width: 100%;
    gap: 50px;
    justify-content: center;
}

#banneralan.infobox .kariyer .alt_baslik {
    color: #00603A;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: -0.96px;
	text-align: center;
}



#banneralan.urunler .kariyer .yazi1 {
    margin-bottom: 20px;
    color: #00603A;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: -0.96px;
    width: 50%;
}

#banneralan.urunler .yazi2 .list-group-item a {
    color: #231F20;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.96px;
}
#banneralan.urunler .yazi2 .list-group-item a:hover {
	color: #00603A;
}

#banneralan .kariyer.last .yazi {
    color: #FFF;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 41px; /* 107.895% */
    letter-spacing: -0.96px;
}

#banneralan .kariyer.last {
    background: #00603A;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

#banneralan .kariyer.last .outline-button {
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 45px;
    border-radius: 30px;
    line-height: 15px;
}

/* Swiper Ok Butonları */
.urundetay-button-next,
.urundetay-button-prev {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.urundetay-button-next::after,
.urundetay-button-prev::after {
  font-size: 20px;
}

/* Sağ ve sol konumlandırma */
.urundetay-button-next {
  right: 10px;
}

.urundetay-button-prev {
  left: 10px;
}

/* Swiper Sayfa Noktaları (Pagination) */
.urundetay-pagination {
  text-align: center;
  margin-top: 10px;
}

.urundetay-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #999;
  opacity: 0.7;
  margin: 0 4px;
  border-radius: 50%;
  transition: all 0.3s;
}

.urundetay-pagination .swiper-pagination-bullet-active {
  background-color: #333;
  opacity: 1;
}


/*------------------urun-detay----------------------*/
#urun-detay {
    padding: 20px 0 40px 0;
}

#urun-detay .aciklama .product-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 20px auto;
  }

 #urun-detay .aciklama .product-card .title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111;
    transition: color 0.3s ease;
  }

  #urun-detay .aciklama .product-card .desc {
    font-size: 18px;
    line-height: 1.6;
    color: #444;
    margin: 0;
    transition: color 0.3s ease;
  }

 #urun-detay .aciklama .product-card:hover {
    box-shadow: 0 8px 24px #00603a44;
  }

 #urun-detay .aciklama .product-card:hover .title {
    color: #00603A;
  }

 #urun-detay .aciklama .product-card:hover .desc {
    color: #222;
  }

 #urun-detay .urundetay .swiper-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 15px;
}

#urun-detay .galeri {
    position: sticky;
    top: 10px;
}

.ilk-resim img {
    border-radius: 15px;
    margin: 20px 0;
    width: 100%;
}

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

#haberler {
	position:relative;
	padding:0px 0px 50px 0;
	background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0.00) 100%);
}
#haberler .baslik {
	color: #353F40;
	text-align: center;
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:15px;
}
#haberler .altbaslik {
	color: #353F40;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 168.75% */
	margin-bottom:40px;
}

.haberitem {
	position:relative;
	display:block;
	margin-bottom:20px;
}
.haberitem.buyuk {
	display:flex;
	flex-wrap:wrap;
	height:calc(100% - 20px);
}
.haberitem .resim {
	width:100%;
	aspect-ratio:420/192;
	max-height:200px;
	object-fit:cover;
	border-radius:25px 25px 0px 0px;
}
.haberitem.buyuk .resim {
	width:35%;
	max-height:inherit;
	flex:0 0 auto;
	object-fit:cover;
	border-radius:25px 0px 0px 25px;
}
.haberitem .bilgi {
	display:flex;
	flex-direction:column;
	padding:20px 30px;
	border-radius: 0px 0px 25px 25px;
	background: #fff;
	min-height:250px;
}
.haberitem.buyuk .bilgi {
	width:65%;
	display:flex;
	flex-direction:column;
	padding:20px 30px;
	border-radius: 0px 25px 25px 0px;
	background: #F7F7F7;
	min-height:auto;
	flex:0 0 auto;
}
.haberitem .bilgi .adi {
	color: #353F40;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.865px; /* 120.273% */
	margin-bottom:16px;
}
.haberitem .bilgi .desc {
	color: #353F40;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	margin-bottom:auto;
}
.haberitem .bilgi .buton {
	margin-top:26px;
}
/*------------------takipedin----------------------*/

#takipedin {
	position:relative;
	background:#353F40;
	z-index:20;
}
#takipedin:before {
    position:absolute;
    content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:-1;
    background:url('../img/filigran-2.png');
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center bottom;
    animation: arkaplanHareketi 10s linear infinite alternate;
}

@keyframes arkaplanHareketi {
    from {
        left:-50vw;
    }
    to {
        left:50vw;
    }
}
#takipedin .yazi1 {
	display:flex;
	align-items:center;
	color: #FFF;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 54px; /* 216% */
	margin-bottom:70px;
}
#takipedin .yazi1 i {
	font-size: 35px;
	margin-right:5px;
}
#takipedin .yazi2 {
	color: #FFF;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 54px; /* 112.5% */
	margin-bottom:10px;
}
#takipedin .yazi3 {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24.5px; 
}
#takipedin .resim {
	padding-top:40px;
	text-align:center;
}
#takipedin .resim img {
	max-width:100%;
}
/*------------------footer----------------------*/

#footer {
	position:relative;
	background-color: #231f20;
	    overflow: hidden;
}
#footer .ust {
	position:relative;
	border-bottom:1px solid #353132;
}
#footer .logo {
	position:relative;
	display:block;
}
#footer .logo img {
    width: 100%;
    height: 100%;
}
#footer .iletisimbas {
	color: #353F40;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#footer .iletisimbas b {
	display:block;
	color: #fff;
	font-size: 35px;
	font-style: normal;
	font-weight: 500;
	line-height: 54px; /* 154.286% */
}
#footer .orta {
	position:relative;
	border-bottom:1px solid #353132;
}

#footer .orta .bordered {
	border-right:1px solid #353132;
}

#footer .orta .area {
    margin-top: 100px;
}

#footer .orta .area .logolight {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

#footer .orta .area .logolight img {
    max-width: 70%;
}

#footer .orta .area .alt_area {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

#footer .bilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:20px;
}
#footer .bilgi .icon {
    font-size: 14px;
    color: #fff;
	margin-right: 10px;
}
#footer .bilgi .yazi {
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	color: #fff;
}

#footer .menubas {
	display:block;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #616161;
	margin-bottom:15px;
}
#footer .menulink {
	display:block;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin-bottom:10px;
}
#footer .menulink:hover {
	padding-left:10px;
}

#footer .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-column-gap: 35px;
}
#footer .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 54px;
	height: 54px;
	border-radius:32px;
	font-size:22px;
	color: #fff;
	border: 1px solid #fff;
}
#footer .sosyal a:hover {
	background: rgba(0, 0, 0, 1);
	color: #fff;
}

#footer .alan {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: calc(100% - 30%);
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

#footer .alan .yazi {
    color: #fff;
}

#footer .alan .yazi i {
    color: #00603A;
    margin-right: 10px;
}

.form-control {
	border-radius: 10px;
	border: 1px solid #A1A1A1;
	height:50px;
}
textarea.form-control {
	height:100px;
}

#footer .alt {
	position:relative;
	padding:26px 0px;
}
#footer .alt .altic {
	display:flex;
	align-items:center;
}
#footer .alt .altic .copy {
    margin-right: auto;
    color: #ffffff50;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
/*------------------bread----------------------*/

#bread {
	position:relative;
	padding:25px 0px;
	background-color: #fff;
}
#bread.modul {
	padding: 0;
}
#bread.modul .alan .resim{
	border-radius: 0;
}
#bread.kurumsal {
	padding: 0px;
}
#bread .alan {
	position:relative;
}
#bread .alan .resim {
	width:100%;
	border-radius:25px;
}
#bread.kurumsal .alan .resim {
	border-radius: 0;
}
#bread .alan .bilgi {
	position: absolute;
    top: 20%;
    width: 1000px;
    height: 100%;
    display: flex;
    border-radius: 25px;
    flex-direction: column;
    gap: 75px;
    left: 15%;
}
#bread .alan .bilgi .linkler a {
    color: #231F20;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
}
#bread.kalite .alan .bilgi .linkler,
#bread.kalite .alan .bilgi .linkler a,
#bread.kalite .alan .bilgi .yazi1{
    color: #fff;
}
#bread.kurumsal .alan .resim{
	filter: brightness(0.8);
}
#bread.kurumsal.kalite .alan .resim {
    filter: brightness(0.3);
}
#bread .alan .bilgi .yazi1 {
    color: #231F20;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 74px;
    letter-spacing: -1.76px;
}
#bread .alan .bilgi .yazi2 {
    margin-bottom: 20px;
    color: #231F20;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -1px;
}

#bread.urunler {
    padding-top: 135px;
    background: #f7f7f7;
}
#bread.urunler .alan .bilgi {
    position: static;
    width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: flex;
    border-radius: 25px;
    flex-direction: column;
    gap: 75px;
}

#bread.urunler .alan .bilgi  .yazilar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#bread.urunler .alan .bilgi .yazi2 {
    margin-bottom: 0;
    color: #231F20;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 74px; /* 123.333% */
    letter-spacing: -1.76px;
    opacity: 0.3;
}

#bread.urunler .alan .bilgi .yazi2 span {
    color: #00603A;
}


#bread.urun {
    padding: 0;
    height: 700px;
}

#bread.urun .alan .resim {
    object-fit: cover;
    height: 700px;
    border-radius: 0;
    filter: brightness(0.8);
}

#bread.urun .alan .bilgi {
    left: 5%;
	height: auto;
}

#bread.urun .alan .bilgi .yazi1 {
	color: #fff;
}

#bread.urun .alan .bilgi .linkler,
#bread.urun .alan .bilgi .linkler a{
    color: #fff;
}
/*------------------kurumsal----------------------*/

#kurumsal {
	position:relative;
	padding:0px 0px;
	background: #fff;
}
#kurumsal .slogan {
    color: #231F20;
    font-family: Georgia;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 61px;
    letter-spacing: -1.92px;
    width: 50%;
    left: 10%;
    position: relative;
}
#kurumsal .bolum1 {
	position:relative;
	padding:30px 0px;
}
#kurumsal .bolum2 {
	position:relative;
	padding:30px 0px;
	background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0.00) 100%);
}
#kurumsal .bolum3 {
	position:relative;
	padding:30px 0px;
}
#kurumsal .yazi1 {
	color: #020202;
	font-size: 44px;
	font-style: normal;
	font-weight: 500;
	line-height: 54px; /* 112.5% */
	margin-bottom:15px;
}
#kurumsal .yazi2 {
	color: #353F40;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 150% */
	margin-bottom:15px;
}
#kurumsal .yazi3 {
	color: #353F40;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 35px; /* 140% */
	margin-bottom:15px;
}
#kurumsal .yazi4 h1, 
#kurumsal .yazi4 h2, 
#kurumsal .yazi4 h3, 
#kurumsal .yazi4 h4, 
#kurumsal .yazi4 h5 {
    color: #020202;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 15px;
}

#kurumsal .yazi4 h1 {
    font-size: 44px;
    font-weight: 600;
}

#kurumsal .yazi4 h2 {
    font-size: 30px;
}

#kurumsal .yazi4 h3 {
    font-size: 26px;
}

#kurumsal .yazi4 h4 {
    font-size: 22px;
}

#kurumsal .yazi4 h5 {
    font-size: 18px;
}

#kurumsal strong {
    color: #00603A;
}

#kurumsal .yazi4 a{
	color: red;
}

#kurumsal strong:hover {
    color: #353F40;
}

#kurumsal .resim
{
	width:100%;
	border-radius:25px;
}
#kurumsal .mavialan
{
	border-radius: 25px;
	background: #EAF7FE;
	padding:50px;
}
#kurumsal .yesilalan
{
	border-radius: 25px;
	background: #EAFEF3;
	padding:50px;
}
#kurumsal .tarihceitem
{
	border-radius: 25px;
	background: #F7F7F7;
	padding:50px;
	height:280px;
}

#kurumsal .butonlar {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:20px;
	grid-column-gap:10px;
}
#kurumsal .butonlar div {
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	background:rgba(236,236,236,0.5);
	font-size:24px;
	color:#353F40;
	transition:all 0.3s ease;
}
#kurumsal .butonlar div:hover {
	background:rgba(236,236,236,1);
}
#kurumsal .kurumsal_banner_yazi {
    color: #231F20;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: -0.96px;
}

#kurumsal .kurumsal_banner_yazi span {
    color: #00603A;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px; /* 148.571% */
    letter-spacing: -0.96px;
}

#kurumsal.misyon_vizyon .bolum3 {
    padding: 80px 0px;
}

#kurumsal.misyon_vizyon .baslik {
    color: #231F20;
    font-size: 35px;
    font-style: normal;
    font-weight: 450;
     /* 45.455% */
    margin-bottom: 10px;
}

#kurumsal.misyon_vizyon .aciklama {
    color: #231F20;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px; /* 172.222% */
}

#kurumsal.misyon_vizyon .duzen {
    display: flex;
    align-items: center;
    gap: 80px;
    border-top: 1px solid #EEEDE9;
    padding: 30px;
}

#kurumsal.misyon_vizyon .duzen:nth-child(3) {
   border-bottom: 1px solid #EEEDE9;
}

#kurumsal.misyon_vizyon .logo img {
    width: 50px;
}

#kurumsal.boxs {
    background-image: url(/app/Images/hakkimizdabg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

#kurumsal.boxs .box {
    background: #fff;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    padding: 30px;
	margin-bottom: 20px;
    transition: ease-in-out 0.2s all;
}

#kurumsal.boxs .box:hover {
    background: #00603A;
    transition: ease-in-out 0.4s all;
    color: #fff;
}

#kurumsal.boxs .box:hover .yazi{
    transition: ease-in-out 0.2s all;
    color: #fff;
}

#kurumsal.boxs .box:hover .icon img {
    filter: invert(1) brightness(2);
    transition: ease-in-out 0.1s all;
}

#kurumsal.boxs .box .yazi {
    color: rgba(35, 31, 32, 0.66);
    font-size: 22.889px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.045px; /* 140% */
    letter-spacing: -0.916px;
	width: 55%;
}

#kurumsal.boxs .box .icon {
    margin-bottom: 25px;
}


#kurumsal.blog {
	padding-top: 150px;
}


#belgeler {
    background: linear-gradient(145deg, #e9f3f9, #ffffff);
    padding: 60px 20px;
}

#belgeler .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.belge-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 25px 25px;
    width: 300px;
    border: 2px solid #e0e0e0; /* düz sade kenarlık */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.belge-card:hover {
    background: linear-gradient(135deg, #00603A, #231f20);
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(35, 168, 224, 0.3);
}

.belge-card .icon {
    font-size: 40px;
    color: #00603A;
    margin-bottom: 15px;
    transition: transform 0.5s ease, color 0.5s ease;
}

.belge-card:hover .icon {
    transform: scale(1.1);
    color: #ffffff;
}

.belge-card .title {
    font-size: 22px;
    font-weight: 600;
    color: #231f20;
    margin-bottom: 10px;
    transition: color 0.5s ease;
}

.belge-card .desc {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    transition: color 0.5s ease;
}

.belge-card:hover .title,
.belge-card:hover .desc {
    color: #ffffff;
}
/*------------------kurumsal----------------------*/

#haberlerpage {
	position:relative;
	padding:30px 0px;
}
/*------------------iletisimpage----------------------*/

#iletisimpage {
    position: relative;
    padding: 130px 0px;
    background: url(../../../../../app/Themes/default/assets/img/puretexbg.png);
    height: 845px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: 100%;
	flex-direction: column;
}
#iletisimpage iframe {
	width:100%;
	height:450px;
	border-radius:25px;
}
#iletisimpage .siyahalan
{
	border-radius: 25px;
	background: #353F40;
	padding:50px;
	margin-top:-50px;
}
#iletisimpage .label{
	color: #353F40;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
#iletisimpage .content-title{
	color: #353F40;
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	padding: 25px 0px;
}
#iletisimpage .baslik{
    color: #00603A;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 41px;
    letter-spacing: -0.96px;
	margin-bottom: 40px;
}
#iletisimpage .bilgi {
    flex-wrap: wrap;
    margin-bottom: 20px;
    position: static;
    width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: flex;
    border-radius: 25px;
    flex-direction: column;
    gap: 75px;
}
#iletisimpage .sol_yazi .icons {
    display: flex;
    color: #353F40;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

#iletisimpage .sol_yazi .icons .icon i {
    font-size: 22px;
}

#iletisimpage .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 30px;
	height: 30px;
	font-size:20px;
	color: #353F40;
}
#iletisimpage .icons .yazi {
	color: #231F20;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px; /* 175% */
}

#iletisimpage .icons.first .yazi {
    color: #231F20;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
	margin-bottom: 25px;
}

#iletisimpage .sol_yazi {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
	height: 100%;
}

#iletisimpage .map img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

#iletisimpage .alan .area{
    position: static;
    width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: flex;
    border-radius: 25px;
    flex-direction: column;
	gap: 75px;}

#iletisimpage .area .bilgi .linkler a {
    color: #231F20;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
}

#iletisimpage .area .bilgi .yazilar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#iletisimpage .area .bilgi .yazi1 {
    color: #231F20;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 74px;
    letter-spacing: -1.76px;
}

#iletisimpage .area .bilgi .yazi2 {
    color: #231F20;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 41px;
    letter-spacing: -0.96px;
}

.contact-page #header:before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0));
    z-index: -1;
    top: 0;
    left: 0;
}


#office {
    padding: 80px;
}
#office .office-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }

#office .office-box {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
      padding: 20px;
      width: calc(33.3% - 20px);
      box-sizing: border-box;
    }

#office .office-title {
      margin-bottom: 10px;
      color: #00603A;
      font-size: 25.821px;
      font-style: normal;
      font-weight: 500;
      line-height: 35.289px; /* 136.667% */
      letter-spacing: -0.826px;
    }

#office .office-address {
      margin-bottom: 10px;
      color: #231F20;
      font-size: 17px;
      font-style: normal;
      font-weight: 500;
      line-height: 25px; /* 152.174% */
    }

#office .office-phone {
      display: flex;
      align-items: center;
      font-size: 0.95rem;
      color: #222;
    }

#office .office-phone i {
      margin-right: 8px;
    }

#form {
    background: #fff;
    padding: 80px 0;
}

#form .yazilar .yazi1 {
    color: #00603A;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 41px; /* 107.895% */
	letter-spacing: -0.96px;
	margin-bottom: 25px;
}

#form .yazilar .yazi2 {
    color: #231F20;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 172.222% */
}

#form .formalan {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px 40px 20px;
  background-color: #fff;
}

#form .formalan .baslik {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

#form .form-control {
  background-color: #f5f5f5;
  border: none;
  border-radius: 10px;
  padding: 15px;
  font-size: 16px;
  width: 100%;
  box-shadow: none;
  transition: all 0.3s ease;
}

#form .form-control:focus {
  outline: none;
  box-shadow: 0 0 0 2px #ccc;
}

#form textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

#form .btn.btn-mavi {
  background-color: #111;
  color: #fff;
  padding: 12px 40px;
  border-radius: 25px;
  font-size: 16px;
  border: none;
  transition: all 0.3s ease;
}

#form .btn.btn-mavi:hover {
  background-color: #333;
  color: #fff;
}

#form .loader {
  display: none;
  margin-top: 15px;
}


/*------------------------------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: #00603A;
    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: #fff;
    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;
    height: 70px;
    border-radius: 50px;
	font-weight: 500;
}
#belgeler .item .btn i {
    font-size:30px;
}

#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;
}


/*------------------tablar----------------------*/

#tablar {
	position:relative;
	padding:20px 0px;
}
#tablar .alan {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	grid-gap:15px;
}
#tablar .alan a {
	display:flex;
	justify-content:center;
	align-items:center;
	grid-column-gap:10px;
	height:44px;
	padding:0px 24px;
	border-radius: 10px;
	background: transparent;
	color: #353F40;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#tablar .alan a img {
	width:26px;
	height:26px;
	object-fit:contain;
	object-position:center;
}
#tablar .alan a.active , 
#tablar .alan a:hover 
{
	background: #F3F4F6;
}

/*------------------marka----------------------*/

#marka {
	position:relative;
	padding:20px 0px;
}
#marka .alan {
	position:relative;
	padding:50px;
	border-radius:25px;
	background-size:cover;
}
#marka .resim {
	position:relative;
}
#marka .resim .res {
	width:100%;
}
#marka .resim .logo {
	position:absolute;
	display:flex;
	justify-content:center;
	align-items:center;
	top:0px;
	right:0px;
	width: 174px;
	height: 174px;
	border-radius:50%;
	border:5px solid rgba(0, 0, 0, 1);
	background:#fff;
}
#marka .resim .logo img {
	max-width:60%;
	max-height:60%;
}
#marka .yazi1 {
	color: #353F40;
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:25px;
}

#marka .yazi2 h1,
#marka .yazi2 h2,
#marka .yazi2 h3,
#marka .yazi2 h4,
#marka .yazi2 h5
{
	color: #020202;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 54px; /* 112.5% */
	margin-bottom:25px;
}
#marka .yazi2 p
{
	color: #353F40;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 150% */
	margin-bottom:25px;
}
/*------------------ozellikler----------------------*/

#ozellikler {
	position:relative;
	padding:20px 0px;
}
#ozellikler .kutu {
	position:relative;
	padding:50px;
	border-radius: 40px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:20px;
}
#ozellikler .kutu .icon {
	width:150px;
	height:150px;
	object-fit:contain;
	object-position:center;
}
#ozellikler .kutu .yazi {
	width:calc(100% - 150px);
	padding-left:15px;
}
#ozellikler .kutu .yazi b {
	display:block;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 45px; /* 125% */
	margin-bottom:16px;
}
#ozellikler .kutu .yazi p {
	display:block;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 150% */
}
/*------------------numaralar----------------------*/

#numaralar {
	position:relative;
	padding:20px 0px;
	background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0.00) 100%);
}
#numaralar .alan {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	grid-gap:20px;
	margin-bottom:40px;
}
#numaralar .alan .no {
	position:relative;
	width:calc(25% - 20px);
	aspect-ratio:1/1;
	border-radius:20px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: 90px;
	font-style: normal;
	font-weight: 700;
	line-height: 108.409px; /* 120.455% */
}
#numaralar .alan span {
	position:absolute;
	top:70%;
	left:25%;
	width:50%;
	aspect-ratio:1/1;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 45px; /* 225% */
}
/*------------------paketler----------------------*/

#paketler {
	position:relative;
	padding:40px 0px;
}
#paketler .baslik {
	color: #353F40;
	text-align: center;
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:16px;
}
#paketler .altbaslik {
	color: #353F40;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 150% */
	margin-bottom:36px;
}

.paketitem {
	position:relative;
	padding:40px;
	border-radius: 40px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	background: #F7F7F7;
	margin-bottom:20px;
}
.paketitem .resim {
	width: 139px;
	height:180px;
	object-fit:contain;
}
.paketitem span {
	width: calc(100% - 139px);
	padding-left:20px;
	color: #020202;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 270% */
}

.accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125);
}
.accordion-button {
	color: #020202;
	font-size: 35px;
	font-style: normal;
	font-weight: 500;
	line-height: 54px; /* 154.286% */
	padding:20px 50px;
	border-bottom:5px solid #353F40;
}
.accordion-button:focus {
    color: #353F40;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
	border-bottom:5px solid #353F40;
}
.accordion-button:not(.collapsed) {
    color: #353F40;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
}
.accordion-button::after {
	content:"\f055";
    width: 1.25rem;
    height: 1.25rem;
    background-image: url('');
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.accordion-button:not(.collapsed)::after {
	content:"\f056";
    background-image: url('');
    transform: rotate(0deg);
}
/******kariyer ******/

#kariyer {
    position: relative;
	background-color: #ffffff9e;
	overflow:hidden;
    
}
#kariyer:before {
	position: fixed;
    content: "";
    top: 0px;
    left: 0px;
    width: 90%;
    height: 90%;
    z-index: -1;
    background: url(https://unipredo.com/app/Images/logodark_1693547980.svg) #fff;
    background-repeat: no-repeat;
    background-size: 90% auto;
    background-position: center center;
	opacity:0.5;
  

}
#kariyer > * {
    position: relative;
    z-index: 1;
}

#kariyer .bolum1 {
	position:relative;
	padding:30px 0px;
}
#kariyer .bolum2 {
	position:relative;
	padding:30px 0px;
	background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0.00) 100%);
}
#kariyer .bolum3 {
	position:relative;
	padding:30px 0px;
	background-color: #ffffff94;
}

#kariyer .yazi1 {
	color: #020202;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 54px; /* 112.5% */
	margin-bottom:15px;
}
#kariyer .yazi2 {
	color: #353F40;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 150% */
	margin-bottom:15px;
}
#kariyer .yazi3 {
	color: #353F40;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 35px; /* 140% */
	margin-bottom:15px;
}
#kariyer .yazi4 h1,
#kariyer .yazi4 h2,
#kariyer .yazi4 h3,
#kariyer .yazi4 h4,
#kariyer .yazi4 h5
{
	color: #020202;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 54px; /* 112.5% */
	margin-bottom:15px;
}
#kariyer .yazi4 p
{
	color: #353F40;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 150% */
	margin-bottom:15px;
}
#kariyer .resim
{
	width:100%;
	border-radius:25px;
}
#kariyer .mavialan
{
	border-radius: 25px;
	background: #EAF7FE;
	padding:50px;
}
#kariyer .yesilalan
{
	border-radius: 25px;
	background: #EAFEF3;
	padding:50px;
}
#kariyer .tarihceitem
{
	border-radius: 25px;
	background: #F7F7F7;
	padding:50px;
	height:280px;
}

#kariyer .butonlar {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:20px;
	grid-column-gap:10px;
}
#kariyer .butonlar div {
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	background:rgba(236,236,236,0.5);
	font-size:24px;
	color:#353F40;
	transition:all 0.3s ease;
}
#kariyer .butonlar div:hover {
	background:rgba(236,236,236,1);
}
/****meet *****/
.meet-social a{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 32px;
    font-size: 22px;
    color: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 0.12);
}
.meet-social:hover a{
    background: rgba(0, 0, 0, 1);
    color: #fff;
}

.carrier-social {
    display: flex;
}
.carrier-social .meet-social {
    padding:50px 50px 0px 0px;
}
/* Start - Sidebar Menu İtem Effect */
#emoji-container {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
}
.emoji-float {
  width: 50px;
  opacity: 0;
  position: absolute;
  animation: fadeMove 1s forwards;
}
@keyframes fadeMove {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) translateX(var(--direction)) scale(1);
  }
}
/* End - Sidebar Menu İtem Effect */

.baslik {
    position: relative;
    display: inline-block;
}

.baslik .underline {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 99%;
    height: auto;
    transform: translateX(-50%);
}

.baslik .underline path {
    stroke-dasharray: 1600;
    stroke-dashoffset: 1600;
    transition: stroke-dashoffset 3s ease;
}

.baslik.animate .underline path {
    stroke-dashoffset: 0;
}

.particles-container {
    position: absolute;
    width: 100%;
    height: 150px;
    overflow: hidden;
    bottom: 0;
    z-index: -1;
}

.bubble {
    position: absolute;
    bottom: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(0, 191, 255, 0.7);
    animation: rise 5s ease-in infinite;
}

@keyframes rise {
    0% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(-150px); opacity: 0; }
}

#kategori-urunler{
	padding-top: 60px;
}

/* Slider'ın altına noktalar için yer açın */
.kariyer-swiper {
    padding-bottom: 50px !important; /* Noktalarla kartlar arasındaki mesafe */
}

/* Noktaların konumunu özelleştirin */
.kariyer-swiper .swiper-pagination {
    bottom: 0px !important; /* Slider'ın en altına sabitler */
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #00603A;
}