@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: "Source Sans 3";
}
	
	
.scroll-toggle {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 9999;
}
.scroll-toggle:hover {
  background: rgba(255,255,255,0.25);
  border-color: rgba(255,255,255,0.8);
  transform: translateY(-3px);
}
.scroll-toggle i {
  pointer-events: none;
  transition: transform 0.3s ease;
}



:root {
  --anarenk: #e86f51;
  --kirmizi: #e86f51;
  --gri: #9D9E9D;
  --siyah: #1A1A1A;
  --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: 1680px;
}

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

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

/*------------------cerezpolitikasi----------------------*/
.cerezpolitikasi {
    position: fixed;
    bottom: 20px;
    border: 1px solid #58595b;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 2px 0 10px;
    border-radius: 20px;
    background: #fff;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    z-index: 999;
    display: flex;
    font-weight: 300;
    height: 30px;
    align-items: center;
    gap: 20px;
}
.cerezpolitikasi .btn{
    height: 25px;
    margin-left: auto;
    line-height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #00000050;
}
.cerezpolitikasi .btn:hover{
	background-color: #58595b;
	color:#fff;
}
.btn {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 30px;
    height: 45px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
	gap: 5px;
}


.btn-ana {
  position: relative;
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 5px;
  padding: 12px 20px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.btn-ana::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.15);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.btn-ana:hover::before {
  transform: scaleX(1);
}

.btn-ana:hover {
  border-color: #fff;
  box-shadow: 0 0 15px rgba(255,255,255,0.2);
	color: #fff;
}

.custom-scrollbar {
 position: fixed;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 100vh;
  background-color: rgba(255,255,255,0.2);
  border-radius: 2px;
  z-index: 999999;
  pointer-events: none;
  isolation: isolate;
}


.scroll-indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #e86f51;
  transition: height 0.6s ease;
  border-radius: 2px;
}

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

#header {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}


#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background:var(--anarenk);
}
#header .alan {
	display:flex;
	align-items:center;
	padding: 20px 0;
}
#header .alan .logo {
	margin-right:auto;
}
#header .alan .logo img {
	height:80px;
}

#header.heading .alan{
    padding: 10px 0;
}

#header .menu {
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap:20px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 70px;
}
#header .menu .link-item:hover {
    transform: scale(0.8);
}

#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:auto;
	display:flex;
	align-items:center;
	height:100%;
}
#header .alan .sag a {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	flex:0 0 auto;
	color: #000;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:0px 13px;
	border-right:1px solid rgba(255, 255, 255, 0.10);
}
#header .alan .sag a:last-child {
	border-right:0px solid rgba(255, 255, 255, 0.10);
}
#header .alan .sag a span {
	display: flex;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	border-radius: 41px;
	background: #262626;
	font-size:24px;
	color:#e86f51;
	transition:all 0.3s ease;
}
#header .alan .sag a:hover span {
	background: #e86f51;
	color:#262626;
}

#header .arama {
	position:absolute;
	top:100%;
	right:0px;
	background:var(--krem);
	padding:0px;
	overflow:hidden;
	height:0px;
	transition:all 0.3s ease;
}
#header .arama.active {
	padding:20px;
	height:auto;
}
#header .arama .form-control {
	background:transparent;
	border-radius:0px;
	border:0px;
	border-bottom:2px solid var(--siyah);
	color:var(--siyah);
    height: 36px;
    line-height: 36px;
}
#header .arama .form-control:focus {
	background:transparent !important;
	border-radius:0px !important;
	border:0px !important;
	border-bottom:2px solid var(--siyah) !important;
	color:var(--siyah) !important;
}
#header .arama .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--siyah);
  opacity: 1; /* Firefox */
}
#header .arama .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--siyah);
}
#header .arama .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--siyah);
}
#header .arama .btn {
	position:absolute;
	top:20px;
	right:20px;
	width:36px;
	height:36px;
	font-size:20px;
	color:var(--siyah);
	border-radius:9px;
	padding:0px;
	justify-content:center;
}
#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 20px;
	height:100%;
}
#header .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	border:1px solid #fff;
	text-transform:uppercase;
}
#header .dil .default img {
	height:15px;
	margin-right:5px;
}
#header .dil .default i {
	color:#fff;
	font-size:20px;
}

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


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

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

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

#mobilheader .alanorta {
	width:65%;
	display:flex;
	align-items:flex-start;
	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;
	color:#000;
}
#mobilheader .btn i {
	font-size:40px;
}
#mobilheader .logo {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
}
#mobilheader .logo img {
	height:50px;
}

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

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


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


#mobilmenu {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow-y:scroll;
	z-index:1000;
	background: #000;
	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:#fff;
}
#mobilmenu .menu {
    border-top: 1px solid rgba(255,255,255,0.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(255,255,255,0.2);
	padding:5px 40px 5px 5px;
}
#mobilmenu .menu .link-li:last-child {
	border-bottom:0px solid rgba(255,255,255,0.2);
}
#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(255, 255, 255);
	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:rgba(255,255,255,0.8);
}

#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(255, 255, 255);
	margin-right:5px;
}
#mobilmenu .sosyal a:hover {
	color: var(--anarenk);
}


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

#slider {
	position:relative;
}
#slider .item {
    position: relative;
    height: 100vh;
    width: 100%;
}
#slider .item .anaresim {
	width:100%;
	height:100vh;
	object-fit:cover;
}
#slider video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
#slider .item .bilgi {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 5;
}
#slider .item .bilgi .yazi1 {
	color: #FFF;
	font-size: 80.096px;
	font-style: normal;
	font-weight: 700;
	margin-bottom:22px;
}
#slider .item .bilgi .yazi2 {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}
#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 #242320;
	background: #242320;
	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:120px;
	bottom:30px;
}
#slider .slider-button-prev 
{
	right:190px;
	bottom:30px;
}

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

#hakkimizda {
	position:relative;
	background-repeat: no-repeat !important;
    background-size: cover !important;
}
#hakkimizda .alan {
    padding: 30px 15px;
    border-radius: 15px;
    /*background: rgb(232, 111, 81, 0.60);*/
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(12.5px);
}


#hakkimizda svg {
    position: absolute;
    top: 0;
    transform: rotate(180deg);
}

#hakkimizda .buton {
    text-align: right;
}

.gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 350px;
}

.item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;
  
  &:hover{
    flex: 2;
  }
}
		

#kurumsal .yazi1 {
  font-size: 42px;
  font-weight: 800;
  color: #e86f51;
  position: sticky;
  top: 120px;
  transition: all 0.4s ease;
  text-transform: uppercase;
}


#kurumsal .icerik-blok {
  margin-bottom: 50px;
  padding-bottom: 50px;
  position: relative;
	padding: 250px 0;
}
		
		
#kurumsal .icerik-blok::before {
  width: 50%;
  position: absolute;
  content: "";
  left: 8.3%;
  bottom: 0;
  height: 2px;
  border-bottom: 2px dashed #bdbdbd;
}
		
		
#kurumsal .icerik-blok:last-child::before {
  display: none;
}

#kurumsal .icerik-blok img {
  width: 100%;
	height: 700px;
	object-fit: cover;
	border-radius: 20px;
}


#hakkimizda .yazi1 {
    color: #fff;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    width: fit-content;
    margin-bottom: 30px;
    margin-left: 10px;
    line-height: 45px;
    padding-bottom: 2px;
    border-bottom: 1px solid;
	display: flex;
    align-items: center;
    gap: 10px;
}
#hakkimizda .yazi2 {
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 108.48%; /* 69.427px */
	background: #e86f51;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom:37px;
}
#hakkimizda .yazi2 img {
	height:35px;
}
#hakkimizda .yazi3 {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 25px;
    border-radius: 10px;
    padding: 20px;
    border: 2px dashed #fff;
    letter-spacing: 1px;
}
#hakkimizda .resim {
	width:100%;
}

#hakkimizda .bg_resim {
    position: absolute;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#hakkimizda .container {
    z-index: 1;
    position: relative;
}

#hakkimizda .resim {
    width: 700px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

/*------------------projeler----------------------*/

#projeler {
	position:relative;
	padding:100px 0px;
}
#projeler .slider {
	position:relative;
}
#projeler .tab{
	display:none;
}
#projeler .tab.active {
	display:block;
}
#projeler .item {
	display:flex;
	flex-wrap:wrap;
}
#projeler .item .resim {
}
#projeler .item .resim .res1
{
	width:100%;
	aspect-ratio:1039/656;
	max-height:800px;
	object-fit:cover;
	object-position:center;
}
#projeler .sag {
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	height:100%;
}
#projeler .sag .buton{
	display:flex;
	align-items:center;
	justify-content:center;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 139.023%; /* 27.805px */	
	width:100%;
	height:33.333%;
	background:#000;
}
#projeler .sag .buton.active {
	background: linear-gradient(141deg, #6E1F23 -2.53%, #863830 12.89%, #A04B3D 33.45%, #e86f51 48.87%, #A04B3D 64.29%, #863830 84.85%, #6E1F23 100.27%);
}
#projeler .butonlar {
	height:33.333%;
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	background:#000;
}
#projeler .projeler-button-prev ,
#projeler .projeler-button-next 
{
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	font-size:30px;
	color:#fff;
	border:1px solid #242320;
	background: #242320;
	z-index:10;
}
#projeler .projeler-button-prev:hover ,
#projeler .projeler-button-next:hover 
{
	color:#fff;
	border:1px solid #fff;
	background:var(--anarenk);
}

/*------------------projerakam----------------------*/

#projerakam {
	position:relative;
	background-repeat: no-repeat !important;
    background-size: cover !important;
}
#projerakam .slider {
	position:relative;
}
#projerakam .resim {
	width:100%;
	aspect-ratio:1039/656;
	max-height:800px;
	object-fit:cover;
	object-position:center;
}
#projerakam .sol_alan {
    width: 100%;
    height: 100vh;
    background: rgba(52, 52, 52, 0.63);
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(12.5px);
    padding: 140px 100px 140px 245px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	position: relative;
}
#projerakam .butonlar {
	position:absolute;
	top:0px;
	right:0px;
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	z-index:10;
	padding:15px;
}
#projerakam .projerakam-button-prev ,
#projerakam .projerakam-button-next 
{
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	font-size:30px;
	color:#fff;
	border:1px solid #242320;
	background: #242320;
	z-index:10;
}
#projerakam .projerakam-button-prev:hover ,
#projerakam .projerakam-button-next:hover 
{
	color:#fff;
	border:1px solid #fff;
	background:var(--anarenk);
}
#projerakam .rakam {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	height:70%;
	margin-top:30%;
	transition:all 0.3s ease;
}
#projerakam .rakam.active {
	height:80%;
	margin-top:20%;
}

#projerakam .rakam .sayi
{
	font-size: 175px;
	font-style: normal;
	font-weight: 700;
	line-height: 170px; /* 243.29px */
	-webkit-text-stroke-width: 1px; 
	-webkit-text-stroke-color: #fff; 
	color:transparent;
}
#projerakam .rakam .adi
{
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 139.023%; /* 27.805px */
}

#projerakam .sol_alan .yazi1 {
    color: #e86f51;
    font-size: 20px;
}

#projerakam .sol_alan .yazi2 {
    color: #fff;
    font-size: 45px;
    line-height: 45px;
    font-weight: 800;
    margin-bottom: 25px;
}

#projerakam .sol_alan .yazi3 {
    color: #fff;
    letter-spacing: 0.4px;
	margin-bottom: 30px;
}

#projerakam .sol_alan .yazilar {
    width: 75%;
}



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

#footer {
	position:relative;
	background: #1A1A1A;
	border-top: 1px solid #ffffff20;
}

#footer .footer-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none; /* tıklamaları engelle */
}
#footer .footer-video-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18; 
  filter: blur(1px) saturate(90%);
}

#footer::before {
    content: "";
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: none;
    position: static;
}


#footer .ust {
	position:relative;
	padding:20px 0px;
}

#footer .ust .alan .sol {
	display:flex;
	flex-direction:column;
	height:100%;
	padding:40px;
}
#footer .ust .alan .sol .yazi1 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 139.023%;
	margin-bottom:25px;
}
#footer .ust .alan .sol .yazi2 {
	color: #FFF;
	font-size: 48.731px;
	font-style: normal;
	font-weight: 700;
	line-height: 139.023%; /* 67.747px */
	margin-bottom:auto;
}
#footer .logo img {
    height: 120px;
}
#footer .bilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
#footer .bilgi.tel {
	display:inline-flex;
	padding:10px 30px 10px 10px;
	border:1px solid #fff;
	border-radius:50px;
	margin-top: 25px;
	position: relative;
	overflow: hidden;
}

#footer .bilgi.tel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.15);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
	border-radius:50px;

}

#footer .bilgi.tel:hover::before {
  transform: scaleX(1);
}

#footer .bilgi.tel:hover {
  border-color: #fff;
  box-shadow: 0 0 15px rgba(255,255,255,0.2);
  color: #fff;
  transform: scale(1.05);
  transition: all ease-in-out 0.5s;
}
#footer .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 30px;
	height: 30px;
	font-size:20px;
	color: #fff;
}
#footer .bilgi .yazi {
	width: calc(100% - 30px);
	padding-left:10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	color: #fff;
}
#footer .logo {
    text-align: center;
    width: fit-content;
    height: 100%;
    display: flex;
    align-items: center;
}
#footer .sosyal {
    display: flex;
    align-items: end;
    justify-content: end;
    grid-column-gap: 10px;
    height: 100%;
}
#footer .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:22px;
	color: #fff;
}
#footer .sosyal a:hover {
	transform: translateY(-8px) rotate(10deg);
	transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
	color: #fff;
}

#footer .alt {
	padding:20px 0px;
	border-top:1px solid #333;
}
#footer .altic {
	position:relative;
	z-index:10;
	display:flex;
	align-items:center;
}
#footer .altic .copy {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin-right:auto;
}


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

#kurumsal {
    position: relative;
}
#kurumsal .bolum1 {
position: relative;
    padding: 75px 0px;
    background: #fff url(https://erhanas.com/new/app/Images/kurumsalbg.png) no-repeat center;
    background-size: 70%;
    background-attachment: fixed;
}

#kurumsal .resim {
	width:100%;
}

#kurumsal .yazi1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 108.48%;
    color: #e86f51;
    margin-bottom: 35px;
}
#kurumsal .yazi2 {
	font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
#kurumsal .yazi3 {
	color: #FFF;
	text-align: center;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 139.023%; /* 34.756px */
}
#kurumsal .bolum2 {
	position:relative;
	background:#000;
	padding:76px 0px;
}

/*------------------bread----------------------*/

#bread {
	position:relative;
	background-color: #fff;
}
#bread .alan {
	position:relative;
}
#bread .alan .resim {
	height: 400px;
    width: 100%;
    object-fit: cover;
}
#bread .alan .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	padding:50px;
	border-radius:25px;
}
#bread .alan .bilgi .yazi1 {
	color: #FFF;
	font-size: 48px;
	font-style: normal;
	font-weight: 900;
	line-height: 54px; /* 112.5% */
	margin-bottom:20px;
}
#bread .alan .bilgi .yazi2 {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;	
	margin-bottom:20px;
}

#bread .alan .linkler {
	background: linear-gradient(112deg, #a83b2d 0%, #c95037 15%, #e86f51 32%, #f08767 47%, #e86f51 63%, #c95037 78%, #a83b2d 100%);
	position: relative;
	z-index: 1;
}

#bread .alan .area {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
	height: 40px;
    display: flex;
    align-items: center;
}

#bread .alan .area .link-item,
#bread .alan .area i{
    color: #fff;
	font-size: 12px;
    margin-right: 5px;
}

#bread .alan .area .link-item:last-of-type {
    color: #ffffff50;
    font-weight: 500;
}

#bread.kurumsal.iletisim .resim {
    height: 350px;
}

#bread.kurumsal.iletisim .alan .bilgi{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 25px;
    position: absolute;
    bottom: 0;
}

#bread .to_bottom {
    width:60px;
    height:60px;
    border-radius:50%;
    background: #0d5382;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
	z-index: 999;
}

#bread .to_bottom svg{
    font-size:22px; 
    color:#fff
}



/*------------------projelerpage----------------------*/

#projelerpage {
	position:relative;
}
#projelerpage .tablar {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	border-bottom:1px solid #424242;
	padding:20px 0px;
	margin-bottom:20px;
}
#projelerpage .tablar a {
	color: #000;
	font-size: 30px;
	font-style: normal;
	font-weight: 800;
	line-height: 108.48%;
	padding:8px 16px;
	border-right:1px solid #424242;
}
#projelerpage .tablar a:last-child {
	border-right:0px solid #424242;
}
#projelerpage .tablar a.active {
	background: #e86f51;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#projelerpage .item {
	position:relative;
	display:block;
	overflow: hidden;
}
#projelerpage .item .resim {
	width:100%;
	aspect-ratio:850/523;
	max-height:523px;
	object-fit:cover;
	object-position:center;
	transition: all ease-in-out 0.3s;
}
#projelerpage .item:hover .resim {
	transform: scale(1.05);
	transition: all ease-in-out 0.3s;
}
#projelerpage .item .bilgi {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:30px 0px;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 91.67%, rgba(0, 0, 0, 0.55) 100%);
}
#projelerpage .item .bilgi .adi {
	position:relative;
	padding-left:80px;
	color: #FFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 108.48%; /* 32.544px */
}
#projelerpage .item .bilgi .adi:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:70px;
	height:100%;
	background: linear-gradient(112deg, #a83b2d 0%, #c95037 15%, #e86f51 32%, #f08767 47%, #e86f51 63%, #c95037 78%, #a83b2d 100%);
}

/*------------------projedetay----------------------*/

#projedetay {
	position:relative;
	padding:40px 0px;
}
#projedetay .baslik {
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 108.48%;
    background: linear-gradient(112deg, #a83b2d 0%, #c95037 15%, #e86f51 32%, #f08767 47%, #e86f51 63%, #c95037 78%, #a83b2d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
}
#projedetay .anaresim {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #f8f8f8;
    border-radius: 15px;
}
#projedetay .resim {
	width:100%;
	aspect-ratio:411/514;
	max-height:500px;
	object-fit:cover;
	object-position:center;
}

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

#iletisimpage {
	position:relative;
	padding:40px 0px;
	background: #fff url(https://erhanas.com/new/app/Images/bg.jpg) no-repeat top center;
    background-size: 100%;
	background-attachment: fixed;
}
#iletisimpage .baslik {
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 108.48%;
    margin-bottom: 40px;
    color: #e76e50;
}
#iletisimpage .baslik2 {
	color: #76777A;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align:center;
	margin-bottom:40px;
}

#iletisimpage .logo {
    background: #e76e50;
    width: min-content;
    padding: 10px;
    border-radius: 10px;
    aspect-ratio: 1 / 1;
	margin-bottom: 10px;
}

#iletisimpage .logo i {
    font-size: 35px;
    color: #fff;
}

#iletisimpage .yazi1 {
    font-size: 20px;
    font-weight: 700;
}
#iletisimpage .yazi2 {
    padding: 10px 0;
    color: #727272;
}
#iletisimpage .bilgiler {
	padding:40px;
	margin-bottom:20px;
}
#iletisimpage .bilgi {
    align-items: center;
    margin: 10px 0px;
    display: inline-flex;
    color: #000;
}
#iletisimpage .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 80px;
	height: 80px;
	border-radius:40px;
	font-size:40px;
	color: #e86f51;
	background:#262626;
}
#iletisimpage .bilgi:hover .icon {
	color: #fff;
	background:#e86f51;
}
#iletisimpage .bilgi .yazi {
	width: calc(100% - 80px);
	padding-left:10px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px; /* 161.111% */
}
#iletisimpage iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 25px;
    border-radius: 25px;
    box-shadow: 2px 5px 25px #00000050;
}
#iletisimpage .form-control {
	border-radius: 10px;
	height: 40px;
	background: transparent;
	border: 1px solid #1a1a1a;
}
#iletisimpage textarea.form-control {
	height:160px;
}

#iletisimpage .form-control::placeholder {
    color: #000;
}

#iletisimpage .btn-ana{
	color: #1a1a1a;
	padding: 12px 30px;
	border: 1px solid #1a1a1a;
}


/* =======================================
   🔸 GENEL ANİMASYON AYARLARI
   Bu yapı sayesinde efektler .animate class'ı eklenince çalışır.
   ======================================= */
[data-animate] {
  opacity: 0;
  transition: all 1.2s ease;
  will-change: transform, opacity;
}

/* =======================================
   🔹 FADE IN (yumuşak görünme)
   ======================================= */
.FadeIn {
  transform: scale(0.98);
}
.animate .FadeIn {
  opacity: 1;
  transform: scale(1);
}

/* =======================================
   🔹 FADE UP (alttan yukarı görünme)
   ======================================= */
.FadeUp {
  transform: translateY(40px);
}
.animate .FadeUp {
  opacity: 1;
  transform: translateY(0);
}

/* =======================================
   🔹 FADE DOWN (yukarıdan aşağı görünme)
   ======================================= */
.FadeDown {
  transform: translateY(-40px);
}
.animate .FadeDown {
  opacity: 1;
  transform: translateY(0);
}

/* =======================================
   🔹 SLIDE LEFT (soldan kayarak giriş)
   ======================================= */
.SlideLeft {
  transform: translateX(60px);
}
.animate .SlideLeft {
  opacity: 1;
  transform: translateX(0);
}

/* =======================================
   🔹 SLIDE RIGHT (sağdan kayarak giriş)
   ======================================= */
.SlideRight {
  transform: translateX(-60px);
}
.animate .SlideRight {
  opacity: 1;
  transform: translateX(0);
}

/* =======================================
   🔹 FADE IN UP (fade + yukarı çıkış karışımı)
   Daha yumuşak, blur'lu bir giriş efekti
   ======================================= */
.FadeInUp {
  transform: translateY(30px);
  filter: blur(3px);
}
.animate .FadeInUp {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* =======================================
   🔹 FADE IN SCALE (zoom in efekti)
   ======================================= */
.FadeInScale {
  transform: scale(0.8);
}
.animate .FadeInScale {
  opacity: 1;
  transform: scale(1);
}

/* =======================================
   🔹 GECİKME OPSİYONLARI
   data-delay="100", "200" vs. ile kullanılabilir
   ======================================= */
[data-delay="100"] { transition-delay: 0.1s; }
[data-delay="200"] { transition-delay: 0.2s; }
[data-delay="300"] { transition-delay: 0.3s; }
[data-delay="400"] { transition-delay: 0.4s; }
[data-delay="500"] { transition-delay: 0.5s; }
[data-delay="600"] { transition-delay: 0.6s; }
[data-delay="700"] { transition-delay: 0.7s; }
[data-delay="800"] { transition-delay: 0.8s; }


