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


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

ol,ul {
	padding:0px;
	margin:0px;
}
main {
	overflow:hidden;
}

body {
	position:relative;
	font-family: Barlow;
}


:root {
  --anarenk: #1F7D53;
  --kirmizi: #ea0005;
  --gri: #27391C;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
  --font2: Gilda Display;
}

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

.swiper {
	position:relative;
	overflow:hidden;
}
.btn {
	display:inline-flex;
	align-items:center;
	grid-column-gap:10px;
	padding:0px 20px;
	height:54px;
	border-radius:30px;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}
.btn i {
	font-size: 20px;
}
.btn-gri {
	background: var(--gri);
	border:1px solid var(--gri);
	color:#fff;
}
.btn-gri:hover {
	background: var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-sari {
	background: var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-sari:hover {
	background: #fff;
	border:1px solid #fff;
	color:var(--anarenk);
}

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

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	transition:all 0.3s ease;
}
#header.sabit {
	transition:all 0.3s ease;
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background: linear-gradient(to right, #154940, #186a42, #02633e);
}
#header .alan {
	display:flex;
	align-items:center;
	padding:10px 0px;
}
#header .alan .logo {
}
#header .alan .logo img {
	height: 80px;
    padding: 5px;
}
#header .alan .logo img.dark {
	display:none;
}


#header.sabit.heading .alan .logo img.light {
	display:block;
}
#header.sabit.heading .alan .logo img.dark {
	display:none;
}


#header .menu {
	margin-right:auto;
	margin-left:auto;
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap: 30px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
    position: relative;
    display: inline-block;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3px;
    font-family: 'Barlow Condensed';
}
#header.sabit .menu .link-item {
}
#header.sabit.heading .menu .link-item {
	color: #fff;
}
#header.heading .menu .link-item {
	position: relative;
    display: inline-flex;
    height: 35px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

#header.heading .menu .link-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

#header.heading .menu .link-item:hover::after {
  transform: translateX(0%);
}


#header .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 5px);
	left:0px;
	width:250px;
	padding:5px 10px;
	border-radius: 0px;
	background: #ffffff;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.26);
	border-top:5px solid var(--anarenk);
}
#header .menu .link-li:hover .acilan {
	display:block;
}
#header .menu .acilan ul {
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	grid-column-gap:0px;
	grid-row-gap:10px;
	padding:0px;
}
#header .menu .acilan .link-item {
	line-height:24px;
    color: #000;
	padding:0px 10px;
}


#header .alan .sag {
	margin-left:20px;
}

#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	height:100%;
	margin-left:20px;
}

#header .dil:hover {
	transform: translateY(-5px)
}
	
#header .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:54px;
	height:54px;
	border-radius: 30px;
	color: #27391c;
	font-size: 16px;
	font-weight: 500;
	background:#fff;
	border:1px solid #fff;
	text-transform:uppercase;
}
#header.sabit .dil .default {
	background:#EFEFEF;
}
#header .dil .default img {
	height:15px;
	margin-right:5px;
}
#header .dil .default i {
	color:#fff;
	font-size:20px;
}

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

#header.heading .btn-sari{
	background: #27391c;
	border: none;
}
#header.heading .btn-sari:hover{
	border: none;
	color: #fff;
	transform: translateY(-5px)
}



/*------------------cerezpolitikasi----------------------*/
.cerezpolitikasi {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    border-radius: 20px;
    background: #fff;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    z-index: 100000;
    display: flex
;
    font-weight: 300;
    height: 45px;
}

.cerezpolitikasi .btn {
    height: 25px;
    margin-left: 20px;
    line-height: 1em;
    padding: 8px 23px;
    font-weight: 400;
}

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

/*------------------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: linear-gradient(to right, #154940, #186a42, #02633e);
}
#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:30%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

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

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

#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 rgba(256,256,256,0.4);
	text-transform:uppercase;
}
#mobilheader .dil .default img {
	height:15px;
	margin-right:5px;
}
#mobilheader .dil .default i {
	color:#fff;
	font-size:20px;
}

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


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


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

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

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

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

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

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

#siziarayalim {
	position:fixed;
	top:0px;
	right:-100vw;
	width:25vw;
	height:100vh;
	padding:20px;
	display:flex;
	flex-direction:column;
	align-items:center;
	background: #27391c;
	z-index:1000;
	transition:all 0.3s ease;
}
#siziarayalim.active {
	right:0px;
}
#siziarayalim .kapat {
	font-size:60px;
	color:#fff;
	margin-bottom:10px;
}
#siziarayalim .yazi1 {
	color: #FFF;
	text-align: center;
	font-size: 34px;
	font-weight: 700;
	line-height: 54px; /* 126.163% */
	margin-bottom:10px;
}
#siziarayalim .yazi2 {
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px; /* 126.163% */
	margin-bottom:30px;
}

.form-control {
	background:transparent;
	border-radius:0px;
	border:0px;
	border-bottom:1px solid #fff;
	color: #fff !important;
}

.form-control::placeholder {
    color: #ffffff !important;
}

.form-control:focus{
	background: transparent;
}
/*------------------slider----------------------*/

#slider {
	position:relative;
	margin-bottom: -10px;
}
#slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    z-index: 2;
    pointer-events: none;
}
#slider .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
	max-height:100vh;
	object-fit:cover;
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	z-index:5;
}
#slider .item .bilgi .yazi1 {
	color: #FFF;
	font-family: Gilda Display;
	font-size: 92.985px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-top:37px;
}
#slider .item .bilgi .yazi2 {
	color: #fff;
	font-family: Gilda Display;
	font-size: 92.985px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:40px;
}
#slider .slider-button-prev ,
#slider .slider-button-next 
{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	font-size:30px;
	color:#fff;
	border:1px solid #fff;
	z-index:10;
}
#slider .slider-button-prev:hover ,
#slider .slider-button-next:hover 
{
	color:#fff;
	border:1px solid #fff;
	background:var(--anarenk);
}
#slider .slider-button-next 
{
	right:50px;
	bottom:70px;
}
#slider .slider-button-prev 
{
	right:120px;
	bottom:70px;
}

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

#hakkimizda {
    position: relative;
    padding: 99px 0px;
    background: url(../../../../../app/Images/hakkimizdabg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
#hakkimizda .yazi1 {
	color: #18230F;
	font-size: 16px;
	font-weight: 500;
	line-height: 178%;
	margin-bottom:20px;
}
#hakkimizda .yazi2 {
	color: #18230F;
	font-size: 64px;
	font-weight: 400;
	line-height: normal;
	padding-bottom:55px;
	margin-bottom:55px;
	border-bottom:1px solid #D9D9D9;
}
#hakkimizda .yazi3 {
	color: #18230F;
	font-size: 16px;
	font-weight: 500;
	line-height: 178%; /* 28.48px */
}

#hakkimizda .btn{
    margin-top: 60px;
}
/*------------------proje----------------------*/

#proje {
	position:relative;
	font-family: 'Gilda Display';
}
#proje .ust {
    position: relative;
    margin-bottom: 30px;
    height: 500px;
    z-index: 1;
    overflow: hidden;
}

#proje .ust::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: url(https://duzbag.com.tr/app/Images/bungalovbg.webp) no-repeat right;
    background-size: cover;
    background-attachment: fixed;
    filter: brightness(0.4);
}

#proje .ust .container ,
#proje .ust .row ,
#proje .ust .colll 
{
	height:100%;
}

#proje .ust .item .resim {
	width:100%;
	max-height:900px;
	object-fit:cover;
}
#proje .ust .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
#proje .ust .item .bilgi .kutu {
	padding:50px;
	border-radius: 42px;
	background: #27391C;
	margin-top:-120px;
	margin-bottom:20px;
}
.bilgi_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 40px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  width: 500px;
  z-index: 2;
}

.bilgi_box .yazi1 {
  font-size: 55px;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: Gilda Display;
}

#proje .ust .item .bilgi .kutu .logo {
	width:100%;
}
#proje .ust .item .bilgi .buton {
	margin-top:auto;
	margin-bottom:20px;
}
.bilgi_box .yazi1 {
    font-size: 55px;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: Gilda Display;
}
#proje .ust .item .bilgi .yazi2 {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}
#proje .projeitem {
	display:block;
	margin-bottom:20px;
}
#proje .projeitem .resim {
	width:100%;
	aspect-ratio:590/380;
	max-height:400px;
	object-fit:cover;
	border-radius:20px;
	margin-bottom:20px;
}
#proje .projeitem .adi {
	color: #27391c;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	transition:all 0.3s ease;
}
#proje .projeitem:hover .adi {
	padding-left:10px;
}

#proje .video_button {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #ff3c3c;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  transition: background-color 0.3s ease;
  overflow: hidden;
  z-index: 1;
}

#proje .video_button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 60, 60, 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0.7;
  z-index: -1;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

#proje .video_button:hover::before {a
  transform: translate(-50%, -50%) scale(1.6);
  opacity: 0;
}
#proje .video_button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #1f7d53;
  border-radius: 50%;
  color: white;
  font-size: 28px;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  z-index: 1;
}

#proje .video_button::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.5s ease, opacity 0.5s ease;
  z-index: 0;
}

#proje .video_button:hover::before {
  transform: translate(-50%, -50%) scale(1.6);
  opacity: 0;
}

#proje .video_button i {
  position: relative;
  z-index: 1;
  color: white;
}

#proje .alt .baslik{
    font-size: 55px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    letter-spacing: 2px;
    padding: 10px 0;
}

#proje .grid-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  /*box-shadow: 0 4px 12px rgba(0,0,0,0.1);*/
  text-decoration: none;
  color: #fff;
}

#proje .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  /*filter: brightness(0.8);*/
}

#proje .grid-item:hover img {
  transform: scale(1.05);
}

#proje .grid-item .adi {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 100%;
	padding: 10px 15px;
	font-size: 25px;
	font-weight: 500;
}

.custom-slider {
	width: 100%;
	padding: 60px 0;
}
.custom-slider .swiper-slide {
	width: 200px;
	transition: transform 0.3s ease;
	opacity: 0.6;
}
.custom-slider .swiper-slide img {
	width: 100%;
	height: 293px;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.custom-slider .swiper-slide .adi {
	text-align: center;
	margin-top: 10px;
	font-weight: 600;
	color: #333;
}
.custom-slider .swiper-slide.swiper-slide-active {
	transform: scale(1.2);
	opacity: 1;
	z-index: 2;
}
.swiper-button-prev, .swiper-button-next {
	color: #000;
}

.alt .swiper-button-prev,
.alt .swiper-button-next {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.alt:hover .swiper-button-prev,
.alt:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/*------------------avantajlar----------------------*/

#avantajlar {
	position:relative;
	padding:0px;
}

#avantajlar .bgtree {
    position: absolute;
    left: -400px;
    width: 1000px;
    bottom: 0;
    transform: rotate(-12deg);
    opacity: 0.05;
    z-index: -1;
}
#avantajlar .yazi1 {
	color: #763201;
	font-family: Gilda Display;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:22px;
}
#avantajlar .yazi1 span {
	display:block;
	color: var(--sari);
}
#avantajlar .yazi2 {
	color: #763201;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 178%; /* 28.48px */
}
#avantajlar .kutular {
	display:flex;
	flex-wrap:wrap;
    rotate: -45deg;
	margin:100px 0px;
}
#avantajlar .kutular .kutu {
	position:relative;
	width:50%;
	aspect-ratio:1/1;
}
#avantajlar .kutular .kutu .ic {
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	overflow:hidden;
    rotate: 45deg;
}
#avantajlar .kutular .kutu:nth-child(1):before {
	position:absolute;
	content:"";
	bottom:0px;
	right:0px;
	width:100%;
	height:1px;
	background: linear-gradient(to left, rgba(222, 222, 222, 0.47) 0%, rgba(222, 222, 222, 0.00) 100%);
}
#avantajlar .kutular .kutu:nth-child(1):after {
	position:absolute;
	content:"";
	bottom:0px;
	right:0px;
	width:0px;
	height:3px;
	background: #763201;
	transition:all 0.3s ease;
}
#avantajlar .kutular .kutu:nth-child(1):hover:after {
	width:100%;
}
#avantajlar .kutular .kutu:nth-child(2):before {
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	width:1px;
	height:100%;
	background: linear-gradient(to top, rgba(222, 222, 222, 0.47) 0%, rgba(222, 222, 222, 0.00) 100%);
}
#avantajlar .kutular .kutu:nth-child(2):after {
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	width:3px;
	height:0px;
	background: #763201;
	transition:all 0.3s ease;
}
#avantajlar .kutular .kutu:nth-child(2):hover:after {
	height:100%;
}
#avantajlar .kutular .kutu:nth-child(4):before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:1px;
	background: linear-gradient(to right, rgba(222, 222, 222, 0.47) 0%, rgba(222, 222, 222, 0.00) 100%);
}
#avantajlar .kutular .kutu:nth-child(4):after {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:0px;
	height:3px;
	background: #763201;
	transition:all 0.3s ease;
}
#avantajlar .kutular .kutu:nth-child(4):hover:after {
	width:100%;
}
#avantajlar .kutular .kutu:nth-child(3):before {
	position:absolute;
	content:"";
	top:0px;
	right:0px;
	width:1px;
	height:100%;
	background: linear-gradient(to bottom, rgba(222, 222, 222, 0.47) 0%, rgba(222, 222, 222, 0.00) 100%);
}
#avantajlar .kutular .kutu .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100px;
	height:100px;
	border-radius:50%;
	background: linear-gradient(134deg, rgba(222, 222, 222, 0.47) 0%, rgba(222, 222, 222, 0.00) 100%);
	margin-bottom:20px;
	
}
#avantajlar .kutular .kutu .icon img {
	max-width:50%;
	max-height:50%;
	filter: brightness(0.5);
}
#avantajlar .kutular .kutu .adi {
	color: #27391c;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 178%; /* 28.48px */
	margin-bottom:20px;
}
#avantajlar .kutular .kutu .desc {
	width:70%;
	color: #27391c;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 130% */
}
#avantajlar .kutular .kutu .ic2 {
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	background: linear-gradient(233deg, rgba(222, 222, 222, 0.47) 0%, rgba(222, 222, 222, 0.00) 100%);
}
#avantajlar .kutular .kutu .logo {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
    rotate: 45deg;
	
}
#avantajlar .kutular .kutu .logo img {
	max-width:50%;
	max-height:50%;
	filter: brightness(0.5);
}
/*------------------resimler----------------------*/

#resimler {
	position:relative;
	padding:40px 0px;
}
#resimler .resimler {
	position:relative;
	padding-bottom:30px;
}
#resimler .item {
	position:relative;
}
#resimler .item .resim {
    width: 100%;
	height: 100%;
    object-fit: cover;
    max-height: 400px;
    border-radius: 10px;
    transition: all ease-in-out 0.3s;
}
#resimler .item span {
	position:absolute;
	bottom:20px;
	left:20px;
	color: #FFF;
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 119%; /* 44.7px */
}
#resimler .alan {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

#resimler .alan .resim_alan {
    width: calc(25% - 30px);
	overflow: hidden;
	border-radius: 15px;
}

#resimler .alan .resim_alan:hover img{
	transform: scale(1.1);
	transition: all ease-in-out 0.3s;
}


.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 30%;
    height: 4px;
	left: 50%;
    transform: translateX(-50%);
    top: auto;
	bottom:0;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--anarenk);
}

#resimler .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

#resimler .swiper-slide img.resim {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  filter: grayscale(1);
}

#resimler .swiper-slide-active img.resim {
    filter: grayscale(0);
}



#resimler .swiper-slide .item:hover img.resim {
  transform: scale(1.1);
}

#resimler .swiper-slide .item::after {
    content: "Görseli büyüt";
    position: absolute;
    bottom: 0;
    right: 0;
    width: fit-content;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s ease;
    pointer-events: none;
}

#resimler .swiper-slide .item:hover::after {
  opacity: 1;
  transform: translateY(0%);
}

#resimler .baslik{
    font-size: 55px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    letter-spacing: 2px;
    padding: 10px 0;
	font-family: 'Gilda Display';
	margin-bottom: 30px;
}

/*------------------arayalim----------------------*/

#arayalim {
	position:relative;
	padding:40px 0px;
}
#arayalim .alan {
	position:relative;
	border-radius: 15px;
	border: 1px solid #F6F6F6;
	overflow:hidden;
}
#arayalim .alan .ust {
	position:relative;
	border-radius: 15px;
	background-size:cover;
	padding:150px 15px;
}
#arayalim .alan .ust .yazi1 {
	color: #FFF;
	text-align:center;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 5.5px;
	margin-bottom:20px;
}
#arayalim .alan .ust .yazi2 {
	color: #FFF;
	text-align:center;
	font-size: 64px;
	font-weight: 700;
	line-height: normal;
}
#arayalim .alan .alt {
	display:flex;
	flex-wrap:wrap;
}
#arayalim .alan .alt .yazi3 {
	display:flex;
	align-items:Center;
	justify-content:Center;
	width:50%;
	padding:50px 15px;
	color: #27391c;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
}
#arayalim .alan .alt .sosyal {
	width:50%;
	display:flex;
	align-items:center;
	justify-content:center;
    border-left: 1px solid #F6F6F6;
	grid-column-gap:10px;
}
#arayalim .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 50px;
	height: 50px;
	border-radius:30px;
	font-size:28px;
	background: #F6F6F6;
	color:#27391c;
}
#arayalim .sosyal a:hover {
	color: var(--anarenk);
}
/*------------------footer----------------------*/

#footer {
	position:relative;
	background: linear-gradient(to right, #154940, #186a42, #02633e);
}
#footer .ust {
	position:relative;
	padding:40px 0px;
	border-bottom:1px solid #f1f1f1;
}
#footer .ust .logo {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
#footer .ust .logo img {
	height:75px;
}

#footer .menubas {
	display:block;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	margin-bottom:15px;
}
#footer .menulink {
	display:block;
	color: #FFF;
	font-size: 15px;
	font-weight: 400;
	line-height: 217.5%; /* 32.625px */
	margin-bottom:5px;
}
#footer .menulink:hover {
	padding-left:10px;
}

#footer .orta {
	position:relative;
	padding:20px 0px;
	border-bottom:2px solid #D9D9D9;
}
#footer .bilgi {
	display:flex;
	align-items:center;
}
#footer .bilgi .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 22px;
    color: #fff;
}
#footer .area {
    padding: 10px 0;
}
#footer .bilgi .yazi {
    width: 100%;
    padding-left: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
#footer .bilgi .yazi b {
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
}
#footer .alt {
	position:relative;
	z-index:10;
	display:flex;
	align-items:center;
	padding:20px 0px;
}
#footer .alt .copy {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin-right:auto;
}

@keyframes pulseBounce {
    0% {
        transform: scale(1) translateY(0);
        box-shadow: 0 0 0 rgba(255, 193, 7, 0.6);
    }
    50% {
        transform: scale(1.05) translateY(-5px);
        box-shadow: 0 0 15px rgba(255, 193, 7, 0.8);
    }
    100% {
        transform: scale(1) translateY(0);
        box-shadow: 0 0 0 rgba(255, 193, 7, 0.6);
    }
}


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

#kurumsal {
	position:relative;
	background: url('../img/filigran-1.png') #232323;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:200px 0px 0px 0px;
}
#kurumsal .bolum1 {
	position:relative;
	z-index:10;
}
#kurumsal .yazi1 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 86.4px; /* 432% */
	margin-bottom:14px;
}
#kurumsal .yazi2 {
	color: #FFF;
	font-size: 84.4px;
	font-weight: 500;
	line-height: 86.4px; /* 102.37% */
	margin-bottom:50px;
}
#kurumsal .bolum2 {
	position:relative;
	z-index:10;
}
#kurumsal .yazi3 {
	color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 200px;
}
#kurumsal .resim {
	width:100%;
	border-radius:27px;
}
#kurumsal .bolum3 {
	position:relative;
	z-index:20;
	margin-top:-160px;
}
#kurumsal .yazi4 {
	color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    border-radius: 42px;
    background: #27391c;
    padding: 40px;
    padding-bottom: 200px;
}
#kurumsal .bolum4 {
	position:relative;
	z-index:30;
	margin-top:-160px;
}
#kurumsal .yazi5 {
    color: #FFF;
    text-align: right;
    font-family: Gilda Display;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    background: var(--anarenk);
    border-radius: 42px;
    padding: 60px 40px;
    padding-bottom: 100px;
    line-height: 60px;
}
#kurumsal .bolum5 {
	position:relative;
	z-index:40;
	margin-top:-100px;
}
/*------------------projelerpage----------------------*/

#projelerpage {
	position:relative;
	padding:200px 0px 30px 0px;
	background: linear-gradient(to bottom, #232323 500px, #fff 30px 100%);
}
#projelerpage .ust {
	display:flex;
	align-items:center;
	margin-bottom:30px;
}
#projelerpage .ust .baslik {
	color: #fff;
	font-size: 40px;
    font-weight: 500;
    line-height: 60px;
    margin-right: auto;
}
#projelerpage .ust .butonlar {
	display:flex;
	align-items:center;
	border-radius: 51px;
	border: 1px solid #ECECEC;
	overflow:hidden;
	height:80px;
}
#projelerpage .ust .butonlar a {
	display:flex;
	align-items:center;
	color: #27391c;
	font-size: 20px;
	font-weight: 400;
	line-height: 31.9px; /* 159.5% */
	height:80px;
	padding:0px 30px;
}
#projelerpage .ust .butonlar a:hover ,
#projelerpage .ust .butonlar a.active 
{
	background: #ECECEC;
	color: #959599;
}
#projelerpage .banner {
	display:flex;
	flex-wrap:wrap;
	border-radius: 15px;
	background: #27391c;
	overflow:hidden;
	margin-bottom:30px;
}
#projelerpage .banner .sol {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 40%;
    color: #FFF;
    font-family: Gilda Display;
    font-size: 38px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    padding: 20px;
}
#projelerpage .banner .sag {
	width:60%;
}
#projelerpage .banner .sag img {
	width:100%;
	height:350px;
	object-fit:cover;
}
#projelerpage .item {
	position:relative;
	margin-bottom:20px;
}
#projelerpage .item .resim {
	width:100%;
	max-height:600px;
	object-fit:cover;
	border-radius:15px;
}
#projelerpage .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:20px;
	display:flex;
	align-items:flex-end;
	border-radius: 15px;
}
#projelerpage .item .bilgi .logo {
    margin-right: auto;
    color: #fff;
    font-size: 26px;
}
#projelerpage .item .bilgi .logo img {
	height:50px;
}
/*------------------projedetay----------------------*/

#projedetay {
	position:relative;
	padding:200px 0px 30px 0px;
	background: linear-gradient(to bottom, #232323 500px, #fff 30px 100%);
}
#projedetay .bolum1 {
	position:relative;
	z-index:10;
}
#projedetay .bolum1 .kutu {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	padding:40px;
	border-radius: 25px;
    background: #fff;
    color: #232323;
    font-size: 40px;
	margin-bottom: 20px;}
#projedetay .bolum1 .kutu .logo {
	max-width:90%;
	margin-bottom:120px;
}
#projedetay .bolum1 .kutu .ok {
	max-width:40px;
    filter: invert(1);
}
#projedetay .bolum1 .yazi1 {
	color: #27391c;
	font-size: 70px;
	font-weight: 500;
	line-height: 86.4px; /* 123.429% */
	margin-bottom:17px;
}
#projedetay .bolum1 .yazi2 {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    line-height: 28.4px;
    margin-bottom: 30px;
    letter-spacing: 0.2px;
}
#projedetay .bolum2 {
	position:relative;
	z-index:5;
	margin-bottom:30px;
}
#projedetay .bolum2 .resim {
	width:100%;
	border-radius:15px;
}
#projedetay .bolum3 {
	position:relative;
	z-index:5;
	margin-top:30px;
}
#projedetay .bolum3 .yazi1{
	color: #27391c;
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	line-height: 149%; /* 59.6px */
}
#projedetay .bolum4 {
	position:relative;
	z-index:5;
	border-radius: 15px;
	background: #27391c;
	padding:40px;
}
#projedetay .bolum4 .resim {
	width:100%;
}
#projedetay .bolum4 .yazi1 {
	color: #FFF;
	font-family: Gilda Display;
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 102.9px; /* 171.5% */
	text-align:center;
	margin-bottom:45px;
}
#projedetay .bolum4 table {
	width:100%;
}
#projedetay .bolum4 table tr {
	border-bottom:1px solid #fff;
}
#projedetay .bolum4 table td {
	padding:15px 10px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 47.04px */
}
#projedetay .bolum4 table td:last-child {
	text-align:right;
}
/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;
	padding:150px 0px 30px 0px;
	background: linear-gradient(to bottom, #232323 500px, #fff 30px 100%);
}
#iletisimpage .ust {
	display:flex;
	align-items:center;
	margin-bottom:30px;
}
#iletisimpage .ust .baslik {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
    margin-right: auto;
}
#iletisimpage .ust .butonlar {
	display:flex;
	align-items:center;
	border-radius: 51px;
	border: 1px solid #ECECEC;
	overflow:hidden;
	height:55px;
}
#iletisimpage .ust .butonlar a {
	display:flex;
	align-items:center;
	color: #27391c;
	font-size: 20px;
	font-weight: 400;
	line-height: 31.9px;
	height:80px;
	padding:0px 25px;
}
#iletisimpage .ust .butonlar a:hover ,
#iletisimpage .ust .butonlar a.active 
{
	color: #fff;
}
#iletisimpage iframe
{
	
	width:100%;
	height:576px;
	border-radius:15px;
}
#iletisimpage .alt {
	position:relative;
	margin-top:-100px;
	z-index:10;
}
#iletisimpage .alt .alan {
	position:relative;
	padding:40px;
	border-radius: 25px;
	background: #f1f1f1;
}
#iletisimpage .alt .form-control {
	height: 70px;
	border-radius: 20px;
	background: #232323;
}
#iletisimpage .alt textarea.form-control {
	height: 120px;
	padding:30px 30px;
}
#iletisimpage .bilgi {
	display:flex;
	align-items:center;
	flex-direction:column;
}
#iletisimpage .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 50px;
	height: 50px;
	font-size:40px;
	color: #27391c;
}
#iletisimpage .bilgi .yazi {
    width: calc(100% - 0px);
    padding-left: 0px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #27391c;
}
#iletisimpage .btn{
	background: #27391c;
}
#iletisimpage .btn:hover{
	color: #fff;
}
#iletisimpage .bilgi .yazi b {
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
}
#iletisimpage form {
	margin-top:40px;
}