/*
Theme Name: Aydin Theme
Author: Pixelbase Team
Version: 1.0
Requires PHP: 7.0
License: Private
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
  scroll-behavior: smooth;
}

.container{
	width: 100%;
	max-width: 1745px;
	margin: 0 auto;
}

@media (max-width: 1800px) {
	.container{
		max-width: 96%;
	}
}

@media (max-width: 650px) {
	.container.slider-container{
		max-width: 100%;
	}
}

.no-scroll{
	overflow: hidden;
}

.image-slider{
	position: relative;
}

.image-slider>.visual{
	display: none;
}

.image-slider>.visual.active{
	display: block;
}

.image-slider>.visual img{
	display: block;
	width: 100%;
	height: auto;
}

.image-slider .nav-buttons{
	position: absolute;
	bottom: 34px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 8px;
}

.image-slider .nav-buttons button{
	background: transparent;
	border: 0;
	padding: 0;
}

.image-slider .nav-buttons button:hover{
	cursor: pointer;
}

.image-slider .nav-buttons button svg{
	width: 25px;
}

/* Header */
#topbar{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 38px 42px 0 42px;
	margin-bottom: 50px;
}

#topbar .logo img{
	width: 145px;
	height: auto;
}

#topbar .logo img.logo-white{
	display: none;
}

#topbar .logo img.logo-black{
	display: block;
}

.home #topbar .logo img.logo-white{
	display: block;
}

.home #topbar .logo img.logo-black{
	display: none;
}

.mobile-menu-open #topbar .logo img.logo-white{
	display: block;
}

.mobile-menu-open #topbar .logo img.logo-black{
	display: none;
}

#topbar .nav{
	display: flex;
	align-items: center;
}

#topbar .nav a{
	color: #000;
	font-family: Montserrat;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: -0.17px;
	text-decoration: none;
	display: inline-block;
	margin-left: 42px;
	transition: all .2s;
}

#topbar .nav a:first-child{
	margin-left: 0;
}

@media(max-width:1400px){
	#topbar .nav a{
		margin-left: 25px;
		font-size: 16px;
	}
}

#topbar .nav a.tel{
	color: #000;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 18px; /* 75% */
	letter-spacing: -0.24px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.mobile-menu-open #topbar .nav a.tel{
	color: #FFF;
}

#topbar .nav a:hover{
	color: #397ABF;
}

#mobile-menu-button{
	display: none;
	background: transparent;
	border: 0;
	padding: 0;
}

#mobile-menu-button svg{
	display: none;
	width: 25px;
}

#mobile-menu-button svg.open path{
	fill: #000;
}

.home #mobile-menu-button svg.open path{
	fill: #FFF;
}

#mobile-menu-button svg.open{
	display: block;
}

.mobile-menu-open #mobile-menu-button svg.open{
	display: none;
}

.mobile-menu-open #mobile-menu-button svg.close{
	display: block;
}

#mobile-menu{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 1000;
}

#mobile-menu.active{
	display: block;
}

#mobile-menu>ul{
	display: flex;
	flex-direction: column;
	align-items: end;
	height: auto;
	max-height: 60%;
	gap: 16px;
	list-style: none;
	padding: 0;
	overflow-y: scroll;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#mobile-menu ul li a{
	display: block;
	color: #FFF;
	text-align: right;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 108.333% */
	letter-spacing: -0.48px;
	text-decoration: none;
	transition: all .2s;
	padding-right: 30px;
	padding-left: 40px;
	padding-bottom: 15px;
	min-width: 200px;
	border-bottom: 1px solid #3C3C3C;
}

#mobile-menu .sub-menu a {
    font-weight: 400 !important;
    letter-spacing: normal;
    text-transform: none;
    opacity: 0.9;
	font-size: 18px;
}
#mobile-menu .sub-menu a:hover {
    opacity: 1;
}



#mobile-menu ul li:last-child a{
	border-bottom: 0;
}

#mobile-menu ul.sub-menu{
	display: none;
	padding-top: 10px;
	border-right: 55px solid #211D70;
	padding-right: 17px;
	width: 100%;
}

#mobile-menu ul.sub-menu li{
	display: block;
	width: 100%;
}

#mobile-menu ul.sub-menu a{
	padding-top: 5px;
	padding-bottom: 5px;
}

#mobile-menu .phone{
	display: block;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 700;
	font-size: 36px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	color: #fff;
	text-decoration: none;
}

#mobile-menu button{
	position: absolute;
	top: 50px;
	right: 50px;
	background: #fff;
	border: 0;
	padding: 0;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#mobile-menu button svg{
	width: 30px;
}

@media(max-width:1024px){
	#topbar .nav{
		margin-left: auto;
		margin-right: 25px;
	}

	#topbar .nav a{
		display: none;
	}

	#topbar .nav a.tel{
		display: inline-block;
	}

	#mobile-menu-button{
		display: block;
	}
}

@media(max-width:650px){
	#topbar{
		padding: 38px 20px 0 20px;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	#topbar .nav{
		display: none;
	}

	#mobile-menu-button{
		grid-column: 2/3;
		justify-self: end;
	}

	#topbar .logo img{
		width: 120px;
	}
}

header.home{
	position: relative;
	z-index: 1;
	margin-bottom: -155px;
}

.mobile-menu-open header{
	position: relative;
	z-index: 1001;
}

header.home #topbar .nav a{
	color: #FFF;
}

header.home #topbar .nav a:hover{
	color: #D1E4FB;
}

/* Slider */
#slider{
	position: relative;
	margin-bottom: 68px;
}

.desktop-slider{
	display: block;
}

.mobile-slider{
	display: none;
}

@media (max-width: 650px) {
	#slider{
		margin-bottom: 0;
	}

	.mobile-slider{
		display: block;
	}

	.desktop-slider{
		display: none;
	}
}

#slider .slider-item{
	display: none;
	position: relative;
}

#slider .slider-item.active{
	display: block;
}

#slider .slider-item .visual img, #slider .slider-item .visual video{
	width: 100%;
	height: auto;
	border-bottom-right-radius: 24px;
	border-bottom-left-radius: 24px;
}

@media(max-width:650px){
	#slider .slider-item .visual img, #slider .slider-item .visual video{
		object-fit: cover;
		min-height: 400px;
		border-radius: 0;
	}
}

#slider .slider-item .text{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: self-end;
	padding-bottom: 80px;
}

#slider .slider-item .text p{
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 133.333% */
	letter-spacing: -0.18px;
}

@media(max-width:650px){
	#slider .slider-item .text{
		display: none;
	}

	#slider .slider-item .text p{
		font-size: 16px;
		line-height: 22px;
		padding: 0 20px;
	}
}

#slider-buttons{
	opacity: 0;
	position: absolute;
	bottom: 35px;
	right: auto;
	transition: all .2s;
	left: 50%;
	transform: translateX(-50%);
}

#slider:hover #slider-buttons{
	opacity: 1;
}

@media (max-width:650px) {
	#slider-buttons{
		opacity: 1;
		bottom: 70px;
	}
}

#slider-buttons button{
	background: transparent;
	border: none;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	cursor: pointer;
	transition: all .2s;
}


/* Projects */
#projects{
	margin-bottom: 120px;
}

@media(max-width:650px){
	#projects{
		margin-top: -40px;
	}
}

.projects-page .projects-list{
	display: none;
}

.projects-page .projects-list.active{
	display: block;
}

.project-list-category{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 80px;
	gap: 80px;
}

.project-list-category button{
	background: transparent;
	border: 0;
	color: #B2B2B2;
	text-align: center;
	font-family: Montserrat;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 128.571% */
	letter-spacing: -0.28px;
	text-decoration: none;
}

.project-list-category button.active{
	text-decoration: underline;
	color: #000;
}

.project-list-category button:hover{
	cursor: pointer;
}

@media(max-width:1024px){
	.project-list-category{
		padding: 0 20px;
		gap: 20px;
	}

	.project-list-category button{
		font-size: 20px;
		line-height: 28px;
	}
}

.projects-list-item{
	border-radius: 24px;
	border: 1px solid #F3F3F3;
	box-shadow: 0 40px 100px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 95px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}

.projects-list-item .text{
	padding-left: 150px;
	padding-top: 120px;
	padding-bottom: 80px;
}

@media(max-width:1400px){
	.projects-list-item .text{
		padding-left: 80px;
		padding-top: 80px;
		padding-bottom: 60px;
	}
}

.projects-list-item h2{
	color: #000;
	font-family: Montserrat;
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 56px; /* 112% */
	letter-spacing: -0.5px;
	max-width: 290px;
	margin: 0 0 70px 0;
}

.projects-list-item p{
	color: #000;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; /* 150% */
	letter-spacing: -0.2px;
	max-width: 290px;
	margin: 0 0 50px 0;
}

.projects-list-item a.details{
	display: inline-block;
	border-radius: 61.5px;
	border: 1px solid #D7D7D7;
	background: #FFF;
	color: #090909;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 177.778% */
	letter-spacing: -0.18px;
	padding: 15px 65px;
	text-decoration: none;
	transition: all .2s;
}

@media(max-width:1024px){
	.projects-list-item .text{
		padding-left: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.projects-list-item h2{
		font-size: 28px;
		line-height: 32px;
		max-width: none;
		margin-bottom: 30px;
		text-align: center;
		margin-top: 10px;
	}

	.projects-list-item p{
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 30px;
		text-align: center;
	}

	.projects-list-item a.details{
		display: block;
		width: fit-content;
		margin: 0 auto;
		font-size: 16px;
		padding: 12px 40px;
		margin-bottom: 25px;
	}
}

.projects-list-item a.details:hover{
	background: #F7F7F7;
}

.projects-list-item .visual{
	position: absolute;
	max-width: 50%;
	height: 100%;
	right: 0;
	top: 0;
}

.projects-list-item video, .projects-list-item img{
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.projects-list-item .visual .effect{
	position: absolute;
	background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 80%);
	width: 100%;
	height: 100%;
	top: 0;
	left: -50px;
	opacity: 1;
}

.projects-list-item .visual .logo{
	position: absolute;
	top: 68px;
	right: 68px;
	width: 250px;
	height: auto;
}

@media(max-width:650px){
	.projects-list-item{
		flex-direction: column-reverse;
		margin-bottom: 40px;
	}

	.projects-list-item p{
		max-width: 100%;
	}

	.projects-list-item .text{
		padding: 20px;
	}

	.projects-list-item .visual{
		position: relative;
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: 400px;
	}

	.projects-list-item .visual .effect{
		display: none;
	}

	.projects-list-item .visual .logo{
		width: 150px;
		top: auto;
		bottom: 20px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
}

.projects-list-item.counter{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 115px;
	padding-bottom: 115px;
}

.projects-list-item.counter>span{
	display: block;
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 56px; /* 175% */
	letter-spacing: -0.32px;
	margin-bottom: 50px;
}

.projects-list-item.counter .remaining-time-counter{
	display: flex;
	gap: 25px;
}

.projects-list-item.counter .number, .projects-list-item.counter .seperator{
	display: block;
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 90px;
	font-style: normal;
	font-weight: 400;
	line-height: 56px; /* 62.222% */
	letter-spacing: -0.9px;
	margin-bottom: 20px;
}

.projects-list-item.counter .text{
	display: block;
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.16px;
	padding: 0;
}

#projects a.load-more{
	display:block;
	width: fit-content;
	margin: 0 auto;
	border-radius: 62px;
	background: #000;
	height: 62px;
	color: #FFF;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 62px; /* 177.778% */
	/* letter-spacing: -0.18px; */
	padding: 0 47px;
	text-decoration: none;
	transition: all .2s;
	/* margin-top: 30px; */
}

@media(max-width:1024px){
	.projects-list-item.counter{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.projects-list-item.counter>span{
		font-size: 24px;
		margin-bottom: 0px;
	}

	.projects-list-item.counter .number, .projects-list-item.counter .seperator{
		font-size: 48px;
		margin-bottom: 10px;
	}

	#projects>a{
		font-size: 16px;
		height: 50px;
		line-height: 50px;
		padding: 0 30px;
	}
}

@media(max-width:650px){
	.projects-list-item.counter{
		padding: 20px;
	}

	.projects-list-item.counter>span{
		font-size: 18px;
		line-height: 24px;
	}

	.projects-list-item.counter .remaining-time-counter{
		gap: 10px;
	}

	.projects-list-item.counter .number, .projects-list-item.counter .seperator{
		font-size: 24px;
		margin-top: 15px;
		margin-bottom: 5px;
		line-height: 28px;
	}

	.projects-list-item.counter .text{
		font-size: 12px;
	}
}

#projects>a:hover{
	background: #444;
}


/* Info */
#info{
	border-radius: 24px;
	border: 1px solid #D7D7D7;
	background: #FFF;
	margin-bottom: 100px;
	margin-top: -60px;
}

#info .top{
	border-bottom: 1px solid #D7D7D7;
	padding: 18px;
	position: relative;
}

#info .top .text{
	position: relative;
	z-index: 1;
	display: flex;
	width: 50%;
	padding-left: 100px;
	padding-top: 100px;
	padding-bottom: 80px;
	gap: 80px;
}

@media(max-width:1400px){
	#info .top .text{
		padding-left: 40px;
		padding-top: 80px;
		padding-bottom: 60px;
		gap: 40px;
	}
}

@media(max-width:1024px){
	#info .top .text{
		flex-direction: column;
		gap: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
	}
}

#info .top .title h3{
	color: #000;
	font-family: Montserrat;
	font-size: 26px;
	font-style: normal;
	font-weight: 300;
	line-height: 32px; /* 123.077% */
	letter-spacing: -0.26px;
}

@media (max-width:650px) {
	#info .top .title h3{
		text-align: center;
	}
}

#info .top .title h3 b{
	display: block;
	margin-bottom: 20px;
	font-weight: 700;
}

#info .top .text p{
	color: #5C5C5C;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.16px;
}

@media (max-width:650px) {
	#info .top .text p{
		text-align: center;
	}
}

#info .top .text>.content>.icon{
	display: block;
	width: 58px;
	height: auto;
	position: absolute;
	top: -50px;
}

#info .top .visual{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
	padding: 18px;
}

#info .top .visual img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-right-radius: 12px;
}

#info .top .visual a{
	display: block;
	display: flex;
	flex-direction: column;
	position: absolute;
	/*center vertically and horizontally*/
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-decoration: none;
	align-items: center;
}

#info .top .visual a .icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 110px;
	fill: rgba(255, 255, 255, 0.40);
	backdrop-filter: blur(10px);
	border-radius: 100%;
	margin-bottom: 10px;
}

#info .top .visual a .title{
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 125% */
	letter-spacing: -0.16px;
}

#info .top .visual a .desc{
	color: #FFF;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.16px;
}

@media(max-width:650px){
	#info .top{
		display: flex;
		flex-direction: column;
	}

	#info .top .text{
		width: 100%;
		padding-left: 0;
	}

	#info .top .text>.content>.icon{
		left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
	}

	#info .top .visual{
		position: relative;
		width: 100%;
		height: 200px;
		padding: 0;
	}

	#info .top .visual a{
		width: 80%;
	}

	#info .top .visual a .icon{
		width: 70px;
		height: 70px;
	}

	#info .top .visual a .icon svg{
		width: 30px;
		height: auto;
	}
}

#info .bottom{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: #D7D7D7;
	gap: 1px;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	overflow: hidden;
}

#info .bottom>div{
	display: flex;
	position: relative;
	height: 280px;
	flex-direction: column;
	justify-content: flex-end;
	background: #fff;
	padding-bottom: 28px;
	padding-left: 42px;
}

#info .bottom>div:hover{
	cursor: pointer;
}

@media(max-width:650px){
	#info .bottom{
		grid-template-columns: 1fr;
	}

	#info .bottom>div{
		height: auto;
		padding: 20px;
	}
}

#info .bottom span{
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 32px; /* 177.778% */
	letter-spacing: -0.18px;
	position: relative;
	z-index: 1;
}

@media (max-width:650px) {
	#info .bottom span{
		text-align: center;
	}
}

#info .bottom>div:hover span{
	color: #fff;
}

#info .bottom .bold{
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.24px;
}

#info .bottom .visual{
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	transition: all 0.3s ease-in-out;
}

#info .bottom>div:hover .visual{
	opacity: 1;
}

#info .bottom .visual img, #info .bottom .visual video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* Page */
.page{
	padding: 38px 42px 0 42px;
	margin-bottom: 100px;
}

body.page{
	padding: 0;
	margin-bottom: 0;
}

.kurumsal{
	display: grid;
	grid-template-columns: 1fr 5fr;
	gap: 100px;
}

.kurumsal .page-content{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 100px;
   
    color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 128.571% */
	letter-spacing: -0.28px;
	
}

.pages-menu>button{
	display: none;
	background: #585858;
	border: none;
	color: #FFF;
	font-size: 16px;
	font-family: Montserrat;
	padding: 10px 20px;
	border-radius: 8px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.pages-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.pages-menu a{
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px; /* 222.222% */
	letter-spacing: -0.18px;
	text-decoration: none;
}

.pages-menu a:hover, .pages-menu .current_page_item a{
	color: #397ABF;
}

.page .featured-image img{
	max-width: 100%;
	height: auto;
	border-radius: 22px 22px 0px 0px;
}

@media(max-width:1024px){
	.kurumsal{
		grid-template-columns: 1fr 2fr;
		gap: 20px;
	}

	.kurumsal .page-content{
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.page .featured-image{
		order: -1;
	}
}

@media(max-width:650px){
	.pages-menu{
		display: none;
	}
	.kurumsal{
		padding: 0;
		grid-template-columns: 1fr;
	}

	.pages-menu>button{
		display: block;
	}

	.pages-menu ul{
		display: none;
	}
}

.page-content img {
  border-radius: 15px;  /* köşe yuvarlama oranı */
  overflow: hidden;
  object-fit: cover;    /* taşma olursa düzgün keser */
}

.page-content p{
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.16px;
	margin-bottom: 30px;
}

.page-content li{
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.16px;
}

.page.haberler{
	max-width: 1210px;
	margin: 0 auto;
}

.page.haberler>h1{
	color: #000;
	font-family: Montserrat;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 128.571% */
	letter-spacing: -0.28px;
	text-decoration: underline;
}

.news-list{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 40px;
	margin-top: 200px;
}

.news-list-item{
	display: block;
	max-width: 48%;
	box-sizing: border-box;
	border-radius: 24px;
	border: 0.5px solid rgba(0, 0, 0, 0.18);
	background: #FFF;
	box-shadow: 0 4px 50px 10px rgba(0, 0, 0, 0.05);
	text-decoration: none;
}

@media(max-width:1200px){
	.news-list-item{
		max-width: 46%;
	}
}

.news-list-item:nth-child(odd){
	margin-top: -150px;
}

@media(max-width:800px){
	.news-list{
		flex-direction: column;
		margin-top: 60px;
	}

	.news-list-item{
		max-width: 100%;
	}

	.news-list-item img{
		width: 100%;
		height: auto;
	}

	.news-list-item:nth-child(odd){
		margin-top: 0;
	}
}

.news-list-item h2{
	padding: 10px 40px 0 40px;
	color: #000;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 130% */
	letter-spacing: -0.2px;
}

.news-list-item p{
	padding: 0 40px 20px 40px;
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.16px;
}

.news-list-item .meta{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px 20px 40px;
}

.news-list-item .meta span{
	display: block;
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px; /* 200% */
	letter-spacing: -0.18px;
}

@media(max-width:650px){
	.page.haberler{
		padding: 0 20px;
	}

	.page.haberler>h1{
		margin: 0;
		font-size: 22px;
	}

	.news-list-item h2{
		padding: 10px 20px 0 20px;
	}

	.news-list-item p{
		padding: 0 20px 20px 20px;
	}

	.news-list-item .meta{
		padding: 0 20px 20px 20px;
	}

	.news-list-item .meta span{
		font-size: 16px;
	}
}

#more-news{
	display: block;
	width: fit-content;
	border-radius: 61.5px;
	background: #000;
	height: 62px;
	line-height: 62px;
	color: #FFF;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.18px;
	text-decoration: none;
	padding: 0 57px;
	margin: 180px auto;
}

.page.post .page-content{
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 800px;
    margin: auto;
}

.page.post .page-content>div{
	flex: 1;
}

.page.post .featured-image{
	max-width: 700px;
	position: sticky;   /* sabitle */
  	top: 0;             /* üstten mesafe */
 	max-width: 800px;
	z-index: 10;        /* üste gelsin */
}

.page.post .featured-image img{
	width: 100%;
	height: auto;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

@media(max-width:1200px){
	.page.post .page-content{
		flex-direction: column-reverse;
	}

	.page.post .page-content>div{
		flex: 0;
	}

	.page.post .featured-image{
		max-width: 100%;
		width: 100%;
	}
}

@media(max-width:1024px){
	.page.post .page-content{
		flex-direction: column;
	}
}

@media(max-width:650px){
	.page.post{
		padding: 10px;
	}
}

#related-posts{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	width: 100%;
}

@media(max-width:1200px){
	#related-posts{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width:650px){
	#related-posts{
		grid-template-columns: 1fr;
	}
}

#related-posts a{
	display: block;
	border-radius: 16px;
	border: 0.5px solid rgba(0, 0, 0, 0.18);
	background: #FFF;
	box-shadow: 0 4px 50px 10px rgba(0, 0, 0, 0.05);
	text-decoration: none;
	color: #000;
	overflow: hidden;
}

#related-posts a img{
	width: 100%;
	height: auto;
}

#related-posts h3{
	padding: 0 40px;
	margin: 40px 0 40px 0;
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 125% */
	letter-spacing: -0.16px;
}

#more-related-posts{
	margin: 100px 0;
	text-align: center;
}

#more-related-posts a{
	display: inline-block;
	border-radius: 61.5px;
	background: #000;
	height: 62px;
	line-height: 62px;
	color: #FFF;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.18px;
	padding: 0 58px;
	text-decoration: none;
}

.page.iletisim>h1{
	color: #000;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 130% */
	letter-spacing: -0.2px;
	margin-bottom: 40px;
}

.office-list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

@media(max-width:1024px){
	.office-list{
		grid-template-columns: 1fr;
	}
}

.office-list>.office{
	border: 0.5px solid rgba(0, 0, 0, 0.20);
	background: #FFF;
	padding-top: 50px;
}

.office-list>.office .company{
	display: block;
	color: #000;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 130% */
	letter-spacing: -0.2px;
	padding: 0 45px;
}

.office-list>.office .title{
	display: block;
	color: #000;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 108.333% */
	letter-spacing: -0.24px;
	padding: 0 45px;
	margin-bottom: 38px;
}

.office-list>.office .address{
	max-width: 380px;
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.16px;
	padding: 0 45px;
}

.office-list>.office .info{
	display: flex;
	gap: 30px;
	padding: 0 45px;
	margin-bottom: 45px;
}

.office-list>.office .info-title{
	display: block;
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	letter-spacing: -0.16px;
}

.office-list>.office .info-val{
	display: block;
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.16px;
}

@media(max-width:650px){
	.page.iletisim{
		padding: 0 10px;
	}

	.office-list>.office .company, .office-list>.office .title, .office-list>.office .address, .office-list>.office .info{
		padding: 0 20px;
	}

	.office-list>.office .info{
		flex-direction: column;
		gap: 10px;
	}
}

.office-list>.office>img{
	max-width: 100%;
	width: 100%;
	height: auto;
}

.contact-form h3{
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 128.571% */
	letter-spacing: -0.28px;
	margin-top: 120px;
	margin-bottom: 30px;
}

.contact-form form{
	max-width: 1010px;
	margin: 0 auto;
}

.contact-form .form-inner{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 30px;
}

@media(max-width:650px){
	.contact-form .form-inner{
		grid-template-columns: 1fr;
	}
}

.contact-form label{
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 200% */
	letter-spacing: -0.18px;
}

.contact-form input, .contact-form textarea{
	display: block;
	width: 100%;
	padding: 10px 20px;
	border-radius: 8px;
	border: 1px solid #D7D7D7;
	background: #FFF;
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 200% */
	letter-spacing: -0.18px;
}

.contact-form textarea{
	height: 280px;
}

.contact-form .wpcf7-acceptance .wpcf7-list-item{
	display: block;
	margin-top: 50px;
}

.contact-form .wpcf7-acceptance label{
	display: flex;
	max-width: 500px;
	margin: 0 auto;
	gap: 25px;
}

.contact-form .wpcf7-acceptance label input{
	width: 30px;
	height: 30px;
	margin-top: 10px;
}

.contact-form .wpcf7-acceptance label span{
	flex:1;
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	letter-spacing: -0.14px;
}

.contact-form input[type=submit]{
	display: block;
	width: fit-content;
	border-radius: 6px;
	background: #000;
	padding: 0 55px;
	height: 72px;
	line-height: 72px;
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: -0.18px;
	margin: 30px auto 30px auto;
}

/* Video Popup */
#video-popup{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
}

#video-popup.active{
	display: flex;
}

#video-popup .wrapper{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 80%;
}

#video-popup .wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
}

#video-popup .close{
	position: absolute;
	top: 50px;
	right: 50px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
}

#video-popup .close:hover{
	cursor: pointer;
}

#video-popup .close svg{
	width: 20px;
	height: 20px;
}

/* Footer */
.footer.container{
	position: relative;
	margin-bottom: 160px;
	padding-left: 60px;
	padding-right: 60px;
	box-sizing: content-box;
}

#footer-background{
	position: absolute;
	top: 100px;
	bottom: 0;
	padding-bottom: 10px;
	left: 0;
	right: 0;
	width: 100%;
	height: calc(100% - 10px);
	z-index: -1;
	border-bottom-right-radius: 48px;
	border-bottom-left-radius: 48px;
	background: linear-gradient(291deg, #0D0C22 4.97%, #211D70 55.79%, #3CB4E7 129.34%);
}

@media(max-width:1900px){
	.footer.container{
		padding-left: 20px;
		padding-right: 20px;
	}

	#footer-background{
		height: calc(100% - 80px);
	}
}

@media(max-width:1024px){
	.footer.container{
		padding-left: 10px;
		padding-right: 10px;
	}

	#footer-background{
		height: calc(100% - 90px);
		border-bottom-right-radius: 28px;
		border-bottom-left-radius: 28px;
	}
}

#main-footer{
	border-radius: 24px;
	border: 1px solid #D7D7D7;
	background: #FFF;
	overflow: hidden;
}

@media(max-width:650px){
	.footer.container{
		padding: 0;
		margin: 0;
		max-width: 100%;
	}

	#main-footer{
		border-radius: 0;
	}

	#footer-background{
		display: none;
	}
}

#main-footer>.grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: #E5E5E5;
}

@media(max-width:1024px){
	#main-footer>.grid{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width:650px){
	#main-footer>.grid{
		grid-template-columns: 1fr;
	}
}

#main-footer>.grid.border-bottom{
	border-bottom: 1px solid #D7D7D7;
}

#main-footer .col{
	background-color: #fff;
}

#main-footer .col.padding{
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 40px;
	padding-right: 40px;
}

#main-footer .title{
	display: block;
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 200% */
	letter-spacing: -0.16px;
}

#main-footer .title .footer-mobile-icon{
	display: none;
	transition: all .2s;
}

#main-footer .title .footer-mobile-icon.rotate{
	transform: rotate(180deg);
}

#main-footer .title .footer-mobile-icon.rotate path{
	fill: #211D70;
}

@media (max-width:650px) {
	#main-footer .title{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#main-footer .title .footer-mobile-icon{
		display: inline-block;
	}
}

.footer-nav{
	display: block;
}

@media (max-width:650px) {
	.footer-nav{
		display: none;
	}
}

.footer-nav a{
	display: block;
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: -0.16px;
	text-decoration: none;
	padding-left: 25px;
	position: relative;
}

.footer-nav a:hover{
	text-decoration: underline;
}

.footer-nav a::before{
	display: block;
	width: 4px;
	height: 4px;
	background: #000;
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
}

#footer-right-col{
	display: flex;
	flex-direction: column;
	height: 100%;
}

.footer-social{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: #E5E5E5;
	gap: 1px;
	height: 50%;
	border-bottom: 1px solid #D7D7D7;
}

.footer-social a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
	text-decoration: none;
	height: 100%;
	transition: all .2s;
}

.footer-social a:hover{
	background: #F7F7F7;
}

.footer-social a svg path{
	transition: all .2s;
}

.footer-social a:hover svg path{
	fill: #397ABF;
}

#main-footer .stores{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	background: #E5E5E5;
	gap: 1px;
	height: 50%;
}

#main-footer .stores a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	transition: all .2s;
}

#main-footer .stores a img{
	max-width: 100%;
}

@media(max-width:1400px){
	#main-footer .stores a{
		padding: 20px;
		box-sizing: border-box;
	}
}

#main-footer .stores a:hover{
	background: #F7F7F7;
}

#main-footer .copyright{
	display: flex;
	align-items: center;
	grid-column: 1/span 2;
	padding-left: 88px;
	padding-top: 50px;
	padding-bottom: 50px;
}

#main-footer .copyright img{
	width: 66px;
	height: auto;
	margin-right: 100px;
}

#main-footer .copyright p{
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.14px;
}

#main-footer .copyright p b{
	display: block;
	font-weight: 600;
}

#main-footer .address{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 50px;
}

@media(max-width:650px){
	#main-footer .copyright{
		grid-column: 1;
		padding: 20px;
		flex-direction: column;
		text-align: center;
	}

	#main-footer .copyright img{
		margin: 40px auto;
		
	}

	#main-footer .address{
		padding: 20px;
		text-align: center;
	}
}

#main-footer .address p{
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: -0.14px;
}

#main-footer .mep{
	display: flex;
	align-items: center;
	background: #D7D7D7;
	gap: 1px;
}

#main-footer .mep a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	width: 100%;
	height: 100%;
	transition: all .2s;
}

#main-footer .mep a:hover{
	background: #F7F7F7;
}

#main-footer .mep img{
	width: 80px;
	height: auto;
}

#main-footer .mep .tel{
	color: #000;
	text-align: right;
	font-family: Montserrat;
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 68px; /* 212.5% */
	letter-spacing: -0.64px;
}

@media(max-width:1400px){
	#main-footer .mep .tel{
		font-size: 24px;
	}
}
