@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');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.btn 
{   
  border-color: rgba(126, 239, 104, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(126, 239, 104, 0);
  outline: 0 none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



:root {
  --anarenk: #FF834F;
  --kirmizi: #ea0005;
  --sari: #CAA63B;
  --siyah: #121212;
  --gradientsari: linear-gradient(180deg, #FF9C07 0%, #CBAB66 0.01%, #CAA63B 100%);
  --gradientsarihover: linear-gradient(40deg, #FF9C07 0%, #CBAB66 0.01%, #CAA63B 100%);
}

body {
	position:relative;
	font-family: 'Rubik';
}
body.active:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:218px;
	background:var(--anarenk);
	z-index:-10;
}
*::selection {
  background: var(--anarenk);
  color: #fff;
}
/* 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: var(--anarenk);  
}
.container-fluid {
	max-width:calc(100vw - 60px);	
}
.dropdown-toggle::after {
    display: none;
}

.form-control.is-invalid, 
.was-validated .form-control:invalid {
    background-position: right calc(.375em + 3.1875rem) center;
}

.form-control.is-valid, 
.was-validated .form-control:valid {
    background-position: right calc(.375em + 3.1875rem) center;
}
.delay-1 {
animation-delay: .25s;
}
.delay-2 {
animation-delay: .5s;
}
.delay-3 {
animation-delay: .75s;
}
.delay-4 {
animation-delay: 1s;
}


.btnlight {
	position:relative;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border: 1px solid #fff;
	background:#fff;
	border-radius: 25px;
	height: 50px;
	padding: 0px 25px;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	text-align: right;
	color: #494949;
}
.btnlight:hover {
	border: 1px solid var(--anarenk);
	background: var(--anarenk);
	color: #fff;
}
.btnlight:focus {
	border: 1px solid var(--anarenk);
	background: var(--anarenk);
	color: #fff;
}
.btnlight i {
	font-size: 20px;
}




.btndark {
	position:relative;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border: 1px solid #494949;
	background:#494949;
	border-radius: 25px;
	height: 50px;
	padding: 0px 25px;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	text-align: right;
	color: #fff;
}
.btndark:hover {
	border: 1px solid var(--anarenk);
	background: var(--anarenk);
	color: #fff;
}
.btndark:focus {
	border: 1px solid var(--anarenk);
	background: var(--anarenk);
	color: #fff;
}
.btndark i {
	font-size: 20px;
}
.btnnormal {
	position:relative;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border: 1px solid var(--anarenk);
	background:var(--anarenk);
	border-radius: 25px;
	height: 50px;
	padding: 0px 25px;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	text-align: right;
	color: #fff;
}
.btnnormal:hover {
	border: 1px solid #fff;
	background: #fff;
	color: var(--anarenk);
}
.btnnormal:focus {
	border: 1px solid #fff;
	background: #fff;
	color: var(--anarenk);
}
.btnnormal i {
	font-size: 20px;
}


.swiper {
	position:relative;
	overflow:hidden;
}
.form-label {
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	color: #FFFFFF;
}
.form-control {    
    position: relative;
    height: 50px;
	border-radius:0px;
    line-height: 40px;
    padding: 0px 17px;
    background: #4D4D4D;
    border: 0px;
    border: 1px solid rgba(255, 255, 255, 0.2);
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	color:#fff;
}
.form-control:focus {    
    border: 1px solid var(--anarenk) !important;
    background: #4D4D4D !important;
	color:#fff;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.5);
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.5);
}
.form-controlust {    
    position: relative;
}
textarea.form-control {    
    line-height: 20px;
    padding: 10px 17px;
	height:120px;
}
.form-check-label {
    color: rgba(255,255,255,0.6);
}
.form-group label {    
	line-height:30px;
}
.select {
    position: relative;
    display: inline-block;
    height: 43px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    border: 0px;
    background: transparent;
    border-bottom: 5px solid #155e72;
}
.select .form-control {
	position:relative;
	display:inline-block;
	height:43px;
	border-radius:0px;
	padding:0px 50px 0px 10px;
	font-size: 14px;
	font-weight: 500;
	border:0px;
	background:transparent;
	z-index:3;
    color:#155e72;
}
.select:before {
    position: absolute;
    content: "\f063";
    top: 0px;
    right: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: 'Line Awesome Free';
    font-weight: 900;
	font-size:20px;
    color: #155e72;
    z-index: 2;
}

h1 {
	font-size:50px;
	font-weight:400;
	line-height:56px;
}
h2 {
	font-size:30px;
	font-weight:700;
	line-height:39px;
}
h3 {
	font-size:20px;
	font-weight:700;
	line-height:26px;
}
h4 {
	font-size:18px;
	font-weight:500;
	line-height:24px;
}
h5 {
	font-size:16px;
	font-weight:700;
	line-height:23px;
}
h6 {
	font-size:14px;
	font-weight:500;
	line-height:18px;
}
p {
	font-size:15px;
	font-weight:400;
	line-height:25px;
}
p.p1 {
	font-size:15px;
	font-weight:400;
	line-height:25px;
}
p.p2 {
	font-size:14px;
	font-weight:400;
	line-height:22px;
}
p.p3 {
	font-size:13px;
	font-weight:400;
	line-height:25px;
}

main {
	overflow:hidden;
	width:calc(100vw - 5px);
}
/*------------------header----------------------*/

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:10000;
	transition:all 0.3s ease;
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:10000;
	height:80px;
	background:#4D4D4D;
}
#header .alan {
	display:flex;
	align-items:center;
}
#header .logo {
	margin-right:auto;
	padding:10px 0px;
}
#header .logo img {
	height:82px;
}

#header.heading .logo img {
	height:62px;
}

#header .menu {
	margin-right:auto;
}
#header .menu ul {
	list-style:none;
}
#header .menu .link-li {
	position:relative;
	float:left;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #919191;
	margin:0px 10px;
	padding:0px 10px;
}
#header .menu .link-item:hover {
	color: #fff;
}
#header.heading .menu .link-item {
	line-height: 78px;
}
#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 .link-li  {
	width:100%;
}
#header .menu .acilan .link-li .link-item {
	display:block;
	color: #003869;
	font-size: 15px;
	font-weight: 600;
	line-height: 47px;
	border-bottom:1px solid #ececec;
	margin:0px 0px;
	padding:0px 5px;
}
#header .menu .acilan .link-li .link-item:hover:before {
	display:none;
}
#header .menu .acilan .link-li .link-item img {
	width:70%;
	margin:10px 15%;
}
#header .menu .acilan .link-li:last-child .link-item {
	border-bottom:0px solid #ececec;
}
#header .menu .acilan .link-li .link-item:hover {
	color: var(--anarenk);
}
#header .teklifal {
	display:flex;
	align-items:center;
	height:60px;
	border-radius: 43px;
	padding:0px 60px;
	background: #FF834F;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}

#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:60px;
	height:60px;
	border-radius: 30px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #4D4D4D;
	background:#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% - 30px);
	width:60px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#header .dil .acilan .default {
	width:60px;
	height:60px;
	border-radius: 30px;
	margin-bottom:10px;
	background: #fff;
	color:#000;
	padding:10px;
	border:0px solid #155e72;
}
#header .dil:hover .acilan {
	display:block;
}
#header .menuac {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:60px;
	padding:0px 20px;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.59em;
	color: #FFFFFF;
}
#header .menuac .oklar span {
	display:flex;
	flex-direction:column;
	height:40px;
}
#header .menuac .oklar span {
	display:block;
	width:69px;
	height:2px;
	background:#fff;
	margin-bottom:10px;
	transition:all 0.3s ease;
}
#header .menuac .oklar span:nth-child(3) {
	width:35px;
}
#header .menuac:hover .oklar span:nth-child(3) {
	width:70px;
}
#header .menuac.active .oklar span:nth-child(1) { 
	width:40px;
	transform: rotate(-45deg) translateY(10px) translateX(3px);
}
#header .menuac.active .oklar span:nth-child(2) {  
	width:40px;    
    transform: rotate(45deg) translateY(-11px) translateX(1px);
}
#header .menuac.active .oklar span:nth-child(3) {   
	display:none;
}

/*------------------acilanmenu----------------------*/

#acilanmenu {
	position:fixed;
	top:0px;
	right:-100vw;
	width:35%;
	height:100vh;
	padding-top:0px;
	z-index:100;
	overflow:hidden;
	background: #494949;
	transition:all 0.3s ease;
	border-left:1px solid rgba(255, 255, 255, 0.2);
	
}
#acilanmenu.active {
	right:0px;
}
#acilanmenu .ic {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	height:100%;
	padding:100px 240px 100px 90px;
}
#acilanmenu .ic ul {
	width:100%;
	list-style:none;
}
#acilanmenu .ic ul li {
	position:relative;
	padding:15px 0px;
	width:100%;
	list-style:none;
}
#acilanmenu .ic ul li.hover:before {
	position:absolute;
	content:"+";
	top:0px;
	left:0px;
	width:50px;
	height:100%;
	font-size: 22px;
	font-weight:700;
	color:var(--anarenk);
	display:flex;
	align-items:center;
	justify-content:center;
}
#acilanmenu .ic ul li a {
	display:block;
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	text-align: right;
	color: #FFFFFF;
}
#acilanmenu .ic ul li.hover a {
	font-weight: 700;
}

#acilanmenu .ic ul li a:hover {
	padding-right:5px;
}
/*------------------acilanmenu2----------------------*/

.acilanmenu2 {
	position:fixed;
	top:0px;
	right:-100vw;
	width:25%;
	height:100vh;
	padding-top:0px;
	z-index:99;
	overflow:hidden;
	background: #494949;
	transition:all 0.3s ease;
}
.acilanmenu2.active {
	right:35%;
}
.acilanmenu2 .ic {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	height:100%;
	padding:100px 40px 100px 40px;
}

.acilanmenu2 .ic ul {
	width:100%;
	list-style:none;
}
.acilanmenu2 .ic ul li {
	position:relative;
	padding:10px 50px 10px 0px;
	width:100%;
	list-style:none;
}

.acilanmenu2 .ic ul li.hover:before {
	position:absolute;
	content:"+";
	top:12px;
	right:0px;
	width:50px;
	height:100%;
	font-size: 22px;
	font-weight:700;
	color:var(--anarenk);
	display:flex;
	align-items:flex-start;
	justify-content:center;
}
.acilanmenu2 .ic ul li a {
	display:block;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	text-align: right;
	color: #FFFFFF;
}
.acilanmenu2 .ic ul li .acilan {
	display:none;
	transition:all 0.3s ease;
}
.acilanmenu2 .ic ul li:hover .acilan {
	display:block;
}
.acilanmenu2 .ic ul li:hover .acilan li {
	padding:5px 22px 5px 0px;
}

.acilanmenu2 .ic ul li .acilan li:hover:before {
	position:absolute;
	content:"";
	top:3px;
	right:0px;
	width:22px;
	height:22px;
	background:url('../img/favicon.png');
	background-size:auto 100%;
	background-repeat:no-repeat;
	
}
.acilanmenu2 .ic ul li:hover .acilan li a {
	font-size: 14px;
	line-height: 22px;
	transition:all 0.3s ease;
}
.acilanmenu2 .ic ul li:hover .acilan li a:hover {
	padding-right:5px;
}



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

#slider {
	position:relative;
	padding:0px 0px;
	z-index:10;
}
#slider .slider {
	position:relative;
}
#slider .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
	object-fit:cover;
	object-position:center;
}

#slider .item .video {
	width:100%;
	object-fit:cover;
	object-position:center;
}

#slider .kaydir {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	letter-spacing:2px;
	color: #FFFFFF;
	z-index:20;
	padding:40px 0px;
}

#slider .maseffe {
	position:absolute;
	bottom:0px;
	right:0px;
	width:172px;
	padding:40px 0px;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:20;
}
#slider .maseffe img {
	filter:brightness(100);
	transition:all 0.3s ease;
	transform:rotate(90deg) translateX(-50%);
	-moz-animation: maseffeimg 3s linear infinite;
	-webkit-animation: maseffeimg 3s linear infinite;
	animation: maseffeimg 3s linear infinite;		
}
#slider .maseffe:hover img{
	filter:inherit;
	
}

@keyframes maseffeimg {
	0% {
		filter:brightness(100);
	}
	25% {
		filter:brightness(100);
	}
	50% {
		filter:inherit;
	}
	75% {
		filter:inherit;
	}
	100% {
		filter:inherit;
	}
}


#slider .slider-button-next, 
#slider .slider-button-prev {
    position:absolute;
    bottom: calc(50% - 30px);
	width:60px;
	height:60px;
	border-radius:30px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff;
	font-size:28px;
	color:#155e72;
	z-index:101;
	border: 1px solid #f3f3f3;
}
#slider .slider-button-next:hover, 
#slider .slider-button-prev:hover {
	
}
#slider .slider-button-prev {
	left:20px;
}
#slider .slider-button-next {
	right:20px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
    right: 0px;
	left:auto;
    width: 100%;
	height:60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    position: absolute;
    z-index: 2;
}
.swiper-pagination-bullet:only-child {
    display: block!important;
}
.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 7px;
    opacity: 1;
    background: #eef8fd;
	border:3px solid transparent;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--anarenk);
	border:3px solid #eef8fd;
}



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

#hizmetler {
	position:relative;
	background: #292929;
	padding:22px 0px;
}
#hizmetler .item {
	position:relative;
	display:block;
	margin-bottom:5px;
}
#hizmetler .item .resim {
	width:100%;
	aspect-ratio:4/2;
	object-fit:cover;
}
#hizmetler .item .bilgi {
	position:absolute;
	bottom:61px;
	left:61px;
	width:400px;
	padding:10px;
	background: rgba(105, 87, 87, 0.26);
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(6.68111px);
	border-radius: 10px;
}
#hizmetler .item .bilgi .adi {
	font-weight: 700;
    font-size: 20px;
    line-height: 30px;
	color: #FFFFFF;
	transition:all 0.3s ease;
}
#hizmetler .item:hover .bilgi .adi {
	padding-left:10px;
}
#hizmetler .item .bilgi .icon {
	display:none;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	font-size:24px;
	font-weight:300;
	color:#fff;
	border: 1px solid #FFFFFF;
	margin-top:20px;
	
}
#hizmetler .item:hover .bilgi .icon {
	display:none;
	
}



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

#hakkimizda {
	position:relative;
	background: #ECECEC;
	padding:22px 0px;
}
#hakkimizda .resim {
	width:100%;
	margin-bottom:20px;
}
#hakkimizda .yazi1 {
	font-weight: 800;
	font-size: 45px;
	line-height: 66px;
	color: #000000;
	margin-bottom:26px;
}
#hakkimizda .yazi2 {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #494949;
	margin-bottom:51px;
}
#hakkimizda .btnlight {
	margin-bottom:51px;
}

/*------------------nedentusena----------------------*/

#nedentusena {
	position:relative;
	background: #ECECEC;
	padding:22px 0px;
}

#nedentusena .baslik {
	font-weight: 800;
	font-size: 45px;
	line-height: 66px;
	color: #000000;
	margin-bottom:12px;
	text-align:center;
}
#nedentusena .altbaslik {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #494949;
	margin-bottom:51px;
	text-align:center;
}
#nedentusena .resimalan {
	display:flex;
	align-items:center;
	height:100%;
}
#nedentusena .resimalan .anaresim {
	width:100%;
}
#nedentusena .adim {
	margin-bottom:60px;
}
#nedentusena .adim .rakam {
	display:inline-flex;
	align-items:center;
	height: 24px;
	background: #000000;
	border-radius: 12px;
	padding:0px 19px;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	color: #FFFFFF;
	margin-bottom:9px;
	transition:all 0.3s ease;
}
#nedentusena .adim:hover .rakam {
	background: var(--anarenk);
}
#nedentusena .adim .rakam img {
	display:none;
	margin-left:45px;
	height:18px;
}
#nedentusena .adim:hover .rakam img {
	display:block;
}
#nedentusena .adim .yazi1 {
	display:block;
	font-weight: 700;
	font-size: 25px;
	line-height: 37px;
	color: #000000;
	margin-bottom:9px;
}
#nedentusena .adim .yazi2 {
	display:block;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #494949;
}
/*------------------projeler----------------------*/

#projeler {
	position:relative;
	background: #fff;
	padding:22px 0px;
}
#projeler .baslik {
	font-weight: 800;
	font-size: 45px;
	line-height: 66px;
	text-align: center;
	color: #000000;
	margin-bottom:13px;
}
#projeler .altbaslik {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #494949;
	margin-bottom:76px;
}
#projeler .swiper {
	padding:0px 0px 50px 0px;
	margin:0px 50px;
}
#projeler .item {
	display:block;
	position:relative;
}
#projeler .item .resim {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
	margin-bottom:32px;
}
#projeler .swiper-slide:nth-child(odd) .item .resim {
	width:100%;
	aspect-ratio:7/8;
	object-fit:cover;
	object-position:center;
	margin-bottom:32px;
}
#projeler .item .adi {
	font-weight: 400;
	font-size: 22px;
	font-family: 'Rubik', sans-serif;
	line-height: 32px;
	color: #000000;
	margin-bottom:10px;
}
#projeler .item .adi b {
	font-weight: 800;
}
#projeler .item .ozet {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #494949;
}

#projeler .projeler-button-next, 
#projeler .projeler-button-prev {
    position:absolute;
    bottom: calc(50% - 30px);
	width:60px;
	height:60px;
	border-radius:30px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff;
	font-size:28px;
	color:#155e72;
	z-index:101;
	border: 1px solid #f3f3f3;
}
#projeler .projeler-button-next:hover, 
#projeler .projeler-button-prev:hover {
	
}
#projeler .projeler-button-prev {
	left:20px;
}
#projeler .projeler-button-next {
	right:20px;
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 50;
    height: 3px;
    width: 100%;
    opacity: 1 !important;
	background:#ECECEC;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: #000000;
    border-radius: 0px;
    left: 0;
    top: 0;
}
#eapps-instagram-feed-1 {
    z-index: 0;
    margin-bottom: -45px;
}

/*------------------teklifal----------------------*/

#teklifal {
	position:relative;
	background: #fff;
	padding:22px 0px;
}
#teklifal .alan {
	display:flex;
	align-items:center;
}
#teklifal .alan .yazi1 {
	width:35%;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #494949;
	margin-right:auto;
}

/*------------------slogan----------------------*/

#slogan {
	position:relative;
	background: #4D4D4D;
	padding-bottom:59px;
}
#slogan .resim {
	width:100%;
	margin-bottom:59px;
}
#slogan .yazi1 {
	font-weight: 400;
	font-size: 30px;
	line-height: 50px;
	color: #FFFFFF;
	margin-bottom:39px;
}
#slogan .yazi2 {
	font-weight: 400;
	font-size: 30px;
	line-height: 41px;
	color: #FFFFFF;
	font-family: 'Rubik', sans-serif;
}

/*------------------youtubeiframe----------------------*/

#youtubeiframe {
	width:100%;
	height:600px;
}
/*------------------footer----------------------*/

#footer {
	position:relative;
	z-index:5;
	background: #4D4D4D;
}
#footer .yazilar  {
	display:flex;
	flex-direction:column;
	height:100%;
	padding-top:60px;
}

#footer .sag {
	padding-right:60px;
}


#footer .sosyal  {
	display:flex;
	align-items:center;
}
#footer .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width:46px;
	height:46px;
	border-radius:28px;
	font-size:16px;
	color:#fff;
	background: #4D4D4D;
	border:1px solid #fff;
	margin-right:10px;
}
#footer .sosyal a:hover {
	background:#fff;
	color:#4D4D4D;
}
#footer .maseffe {
	display:flex;
	align-items:center;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
	margin:auto 0px;
}
#footer .maseffe img {
	height:49px;
	margin:0px 4px;
}

#footer .copy {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #FFFFFF;
	margin-bottom:28px;
}
#footer .linkler {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	margin-bottom:28px;
}
#footer .linkler a {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	padding:0px 10px;
}
#footer .linkler a:first-child {
	padding-left:0px;
}


#footer .sol {
	border-left: 1px solid #656565;
	padding-left:60px;
}


#footer .iletisimegecin {
	font-weight: 400;
	font-size: 40px;
	line-height: 51px;
	color: #FFFFFF;
	margin-bottom:60px;
	font-family: 'Rubik', sans-serif;
}

#footer .bilgi {
	display:flex;
	flex-wrap:wrap;
}
#footer .bilgi .icon {
	width:30px;
	flex:0 0 auto;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: 20px;
	color: #FFFFFF;
}
#footer .bilgi .yazi {
	width:calc(100% - 30px);
	padding:0px 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 31px;
	color: #FFFFFF;
}
#footer .buton {
	margin:46px 0px;
}
#footer .anatolfav {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	margin-bottom:28px;
	margin-top:auto;
	text-align:right;
}


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

#kurumsal {
	position:relative;
	padding:158px 0px 64px 0px;
	background: #4D4D4D;
}
#kurumsal .yazi1 {
	font-weight: 500;
	font-size: 20px;
	line-height: 29px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom:58px;
}
#kurumsal .yazi2 {
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	font-size: 90.5418px;
	line-height: 110px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom:3px;
}
#kurumsal .yazi3 {
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom:25px;
}
#kurumsal .resim {
	width:100%;
}
#kurumsal .yazi4 {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	padding:150px 0px;
}
#kurumsal .yazi5 {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	text-align:center;
	margin-bottom:90px;
}
#kurumsal .yazi5 span {
	display:inline-block;
	font-family: 'Rubik', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 50px;
	line-height: 110px;
	text-align: center;
	color: #FFFFFF;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}
#kurumsal .yazi5 span small {
	display:block;
	font-family: 'Helvetica Now Display';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #FFFFFF;
}
#kurumsal .yazilar {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
	padding:20px 0px;
}
#kurumsal .yazi6 {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
}


/*------------------hizmetust----------------------*/

#hizmetust {
	position:relative;
}
#hizmetust .resim {
	width:100%;
}
#hizmetust .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:140px 0px 40px 0px;
}
#hizmetust .bilgi .container {
	height:100%;
}
#hizmetust .bilgi .ic {
	display:flex;
	flex-direction:column;
	height:100%;
}
#hizmetust .bilgi .linkler {
	text-align:center;
	font-weight: 500;
	font-size: 20px;
	line-height: 29px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom:auto;
}
#hizmetust .bilgi .linkler a {
	text-align:center;
	font-weight: 500;
	font-size: 20px;
	line-height: 29px;
	text-align: center;
	color: #FFFFFF;
	padding:0px 10px;
}
#hizmetust .bilgi .adi {
	width:53%;
	padding:20px;
	background: rgba(105, 87, 87, 0.26);
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(6.68111px);
	border-radius: 20px;
	font-weight: 700;
	font-size: 40px;
	line-height: 46px;
	color: #FFFFFF;
}
#hizmetust .bilgi .adi img {
	height: 52px;
    border-radius: 10px;
}
#hizmetust .bilgi .kategori {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

/*------------------hizmetlerpage----------------------*/

#hizmetlerpage {
	position:relative;
	padding:70px 0px;
	background: #ECECEC;
}

#hizmetlerpage .item {
	display:block;
	position:relative;
	margin-bottom:30px;
}
#hizmetlerpage .item .resim {
	width:100%;
	aspect-ratio:4/2;
	object-fit:cover;
}
#hizmetlerpage .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:4%;
	display:flex;
    flex-direction: column;
    justify-content: flex-end;
	transition:all 0.3s ease;
}
#hizmetlerpage .item:hover .bilgi {
	background: rgba(105, 87, 87, 0.26);
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(6.68111px);
}
#hizmetlerpage .item .bilgi .adi {
	font-weight: 700;
    font-size: 20px;
    line-height: 44px;
    color: #FFFFFF;
}
#hizmetlerpage .item .bilgi img {
	height:25px;
	border-radius:5px;
	margin-bottom:5px;
}
#hizmetlerpage .ara {
	padding:150px 0px;
}
#hizmetlerpage .ara .sol {
	display:flex;
	align-items:center;
	justify-content:center;
}
#hizmetlerpage .ara .sol .yazi1 {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	height:230px;
	width:320px;
	border-top:1px solid #494949;
	border-bottom:1px solid #494949;
	font-family: 'Rubik', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 44px;
	line-height: 110px;
	color: #494949;
	z-index:1;
}
#hizmetlerpage .ara .sol .yazi1 * {
	position:relative;
	z-index:1;
}
#hizmetlerpage .ara .sol .yazi1:before {
	position:absolute;
	content:"";
	top:-10%;
	left:50%;
	height:120%;
	aspect-ratio:1/1;
	border-radius:50%;
	background:#fff;
	border:1px solid #494949;
	transform:translateX(-50%);
	z-index:-1;
}
#hizmetlerpage .ara .yazi2 {
	display:flex;
	align-items:center;
	height:100%;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #494949;
}

/*------------------hizmetdetay----------------------*/

#hizmetdetay {
	position:relative;
	padding:70px 0px;
	background: #ECECEC;
}
#hizmetdetay .yazi1 {
	font-weight: 400;
	font-size: 20px;
	line-height: 33px;
	color: #494949;
}

#hizmetdetay .orta {
	padding:70px 0px;
}
#hizmetdetay .orta .sol {
	position:relative;
	z-index:10;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	height:100%;
}
#hizmetdetay .orta .sol .circle {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	width: 351px;
	height: 351px;
	background: #FFFFFF;
	border: 1px solid #494949;
	padding:50px;
	border-radius:50%;
	margin-right:-100px;
}
#hizmetdetay .orta .sol .circle span {
	position:relative;
	display:block;
	font-weight: 400;
	font-size: 44px;
	line-height: 54px;
	color: #494949;
	text-align:center;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #494949;
}
#hizmetdetay .orta .sol .circle span:before {
	position:absolute;
	content:"";
	top:calc(100% - 1px);
	left:25%;
	width:50%;
	height:3px;
	background:#ED8121;
}
#hizmetdetay .orta .sol .circle small {
	font-weight: 400;
	font-size: 30px;
	line-height: 54px;
	color: #494949;
	text-align:center;
}
#hizmetdetay .resim2 {
	width:100%;
}


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

#iletisimpage {
	position:relative;
	padding:158px 0px 64px 0px;
	background: #4D4D4D;
}
#iletisimpage .yazi11 {
    color: #ffffff;
    font-size: 40px;
    font-stretch: semi-expanded;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    margin-bottom: 45px;
}
#iletisimpage .yazi1 {
	font-weight: 500;
	font-size: 20px;
	line-height: 29px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom:58px;
}
#iletisimpage .yazi2 {
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	font-size: 90.5418px;
	line-height: 110px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom:40px;
}
#iletisimpage .yazi3 {
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom:25px;
}
#iletisimpage .alan {
	padding:30px;
	background: rgba(106, 106, 106, 0.3);
}
#iletisimpage iframe {
	width:100%;
	height:100%;
	min-height:300px;
	margin-bottom:40px;
}
#iletisimpage .bilgiler {
	padding:40px 0px;
	border-top:1px solid rgba(236, 236, 236, 0.2);
	border-bottom:1px solid rgba(236, 236, 236, 0.2);
	margin-bottom:40px;
}
#iletisimpage .buton {
	margin-bottom:40px;
	text-align:center;
}
#iletisimpage .bilgi {
	display:flex;
	flex-wrap:wrap;
}
#iletisimpage .bilgi .icon {
	width:30px;
	flex:0 0 auto;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: 20px;
	color: #FFFFFF;
}
#iletisimpage .bilgi .yazi {
	width:calc(100% - 30px);
	padding:0px 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 31px;
	color: #FFFFFF;
}
#iletisimpage .baslik {
	font-weight: 700;
	font-size: 35px;
	line-height: 40px;
	color: #FFFFFF;
	margin-bottom:40px;
}
.dosyaekle {
	display:block;
	padding:10px 20px;
	background: #6A6A6A;
	text-align:center;
	font-weight: 700;
	font-size: 15px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.7);
}
.dosyaekle input {
	display:none;
}

.form-check-input:checked {
    background-color: var(--anarenk);
    border-color: var(--anarenk);
}


.bounce {
	padding:40px 0px;
	height:200px;
	overflow: hidden;
    background: #4d4d4d;
	position: relative;
}

.bounce p {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	text-align: center;
	-moz-transform: translateX(50%);
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	-moz-animation: bouncing-text 5s linear infinite alternate;
	-webkit-animation: bouncing-text 5s linear infinite alternate;
	animation: bouncing-text 10s linear infinite alternate;			
	color: #f6f6f6;
	font-size: 73px;
    line-height: 95px;
	font-stretch: semi-expanded;
	font-weight: 700;
	opacity:0.5;

}

@-moz-keyframes bouncing-text {
	0% {
		-moz-transform: translateX(50%);
	}
	100% {
		-moz-transform: translateX(-50%);
	}
}

@-webkit-keyframes bouncing-text {
	0% {
		-webkit-transform: translateX(50%);
	}
	100% {
		-webkit-transform: translateX(-50%);
	}
}

@keyframes bouncing-text {
	0% {
		-moz-transform: translateX(50%);
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
	100% {
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
.iti--separate-dial-code .iti__selected-dial-code {
    color: #fff;
}
.iti__arrow {
    border-top: 4px solid #ebebeb;
}

.iti {
	display:block;
}


.simple-marquee-container *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-size: 60px;
}
.simple-marquee-container {
	width: 100%;
	background: #4D4D4D;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 100px;
	position: relative;
	cursor: pointer;
    margin-top: -2px;
    margin-bottom: -2px;
}

.simple-marquee-container .marquee-sibling {
	padding: 0;
	background: rgb(61, 61, 61);
	width: 20%;
	height: 100px;
	line-height: 100px;
	font-size: 60px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
}

.simple-marquee-container .marquee, .simple-marquee-container *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}

.simple-marquee-container .marquee{
  margin-left: 25%;
}

.simple-marquee-container .marquee-content-items{
  display: inline-block;
  padding: 5px;
  margin: 0;
  height: 100px;
  position: relative;
}

.simple-marquee-container .marquee-content-items li{
  display: inline-block;
  line-height: 100px;
  color: #fff;
}

.simple-marquee-container .marquee-content-items li:after{
	content: "|";
	margin: 0 1em;
}
