@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('all.min.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('intlTelInput.css');
@import url('aos.css');


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

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

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


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

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

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

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

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

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

/*------------------cerezpolitikasi----------------------*/
.cerezpolitikasi {
	position:fixed;
	bottom:20px;
	left:20px;
	width:400px;
	max-width:calc(100% - 40px);
	padding:20px;
	border-radius:20px;
	background:rgba(0,0,0,0.5);
	font-size:14px;
	line-height:20px;
	color:#fff;
	z-index:100000;
}
.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0px 30px;
	height:50px;
	border-radius:30px;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	letter-spacing:2px;
	grid-gap:8px;
	transition:all 0.3s ease;
}
.btn:hover {
	grid-gap:20px;
}


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

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	margin-bottom:14px;
}
.aciklama ul,ol {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	opacity: 1;
}
.aciklama ul li:before ,
.aciklama ol li:before 
{
	position:absolute;
	content:"";
	top:11px;
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:#fff;
	opacity: 1 !important;
}
.aciklama img {
	width:100% !important;
	border-radius:20px;
	max-height:300px;
	object-fit:cover;
	margin-bottom:25px;
}
.aciklama h2 ,
.aciklama h3 ,
.aciklama h4 ,
.aciklama h5 
{
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	margin-bottom:20px;
}
.aciklama p 
{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: rgba(255,255,255,0.7);
	opacity: 1;
	margin-bottom:20px;
}
/*------------------header----------------------*/

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	transition:all 0.3s ease;
	background:linear-gradient(to bottom,rgba(0,0,0,0.8),rgba(0,0,0,0));
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
	background:var(--anarenk);
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background:var(--anarenk);
}
#header .alan {
	display:flex;
	align-items:center;
	grid-gap:20px;
	padding:10px 0px;
}
#header .alan .logo {
	margin-right:40px;
}
#header .alan .logo img {
	height:76px;
    filter: invert(1);
}

#header .menu {
	margin-right:auto;
}
#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;
	font-weight: 700;
    font-size: 14px;
	line-height:40px;
    color: #fff;
    letter-spacing: .15em;
}
#header .menu .link-item:hover {
    color: #fff;
}

#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 .bilgi {
	display:flex;
	align-items:center;
	font-size:16px;
	font-weight:700;
	color:#fff;
	grid-gap:8px;
}
#header .bilgi i {
	font-size:22px;
}
#header .sosyal {
	display:flex;
	align-items:center;
	grid-gap:12px;
}
#header .sosyal a {
	font-size:20px;
	color:#fff;
}
#header .alan .sag a i {
	font-size: 24px;
}

#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:35%;
	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;
}
#mobilheader .btn i {
	font-size:40px;
}
#mobilheader .logo {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
}
#mobilheader .logo img {
	max-width:100%;
	max-height:60px;
}

#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: #fff;
	transform: translateX(-100%);
	transition:all 0.3s ease;
}

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

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

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

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

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


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

#slider {
	position:relative;
}
#slider .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
	max-height:100vh;
	object-fit:cover;
    filter: brightness(0.7);
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	z-index:5;
}
#slider .item .bilgi .yazi1 {
	font-weight: 800;
	font-size: 70px;
	line-height: 100px;
	color: #FFFFFF;
}
#slider .item .bilgi .yazi2 {
	font-weight: 800;
	font-size: 90px;
	line-height: 100px;
	color: #FFFFFF;
}
#slider .butonlar {
	position:absolute;
	bottom:40px;
	left:60px;
	display:flex;
	align-items:center;
	grid-gap:10px;
	z-index:20;
}

#slider .slider-button-prev ,
#slider .slider-button-next 
{
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;
	border-radius:30px;
	font-size:24px;
	color:#fff;
	border:1px solid #fff;
	z-index:10;
}
#slider .slider-button-prev:hover ,
#slider .slider-button-next:hover 
{
	color:#fff;
	border:1px solid #fff;
	background:var(--anarenk);
}
#slider .slider-button-next 
{
	right:100px;
	bottom:160px;
}
#slider .slider-button-prev 
{
	right:100px;
	bottom:80px;
}

/*------------------anavideo----------------------*/

#anavideo {
	position:relative;
	padding:60px 0px;
}
#anavideo .yazi1 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #1d1d1b;
	margin-bottom:20px;
}

/*------------------anagaleri----------------------*/

#anagaleri {
	position:relative;
	padding:60px 0px;
	background:var(--anarenk);
}
#anagaleri .logo img {
    height:126px;
	filter:invert(1);
}
#anagaleri .yazi1 {
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 56px;
    color: #fff;
}
#anagaleri .yazi2 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
}
#anagaleri .swiper {
    padding-right:30%;
}
#anagaleri .resim {
    width:100%;
	border-radius:8px;
}

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

#projeler {
	position:relative;
	padding:60px 0px;
}
#projeler .baslik {
	text-align:center;
	font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: .02em;
    color: #1d1d1b;
	margin-bottom:10px;
}
#projeler .kesfet {
	text-align:center;
	margin-bottom:30px;
}

.projeitem {
	position:relative;
	display:block;
}
.projeitem .resim {
	width:100%;
	aspect-ratio:670/460;
	object-fit:cover;
	object-position:center;
	border-radius:8px;
}
.projeitem .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	padding:24px;
	background:linear-gradient(to top , rgba(0,0,0,0.7), rgba(0,0,0,0));
	border-radius:8px;
}
.projeitem .bilgi .adi {
	font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: .02em;
    color: #fff;
}

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

#footer {
	position:relative;
	padding:60px 0px;
	background:var(--anarenk);
}
#footer .logo {
	display:block;
	margin-bottom:20px;
}
#footer .logo img {
	height:76px;
	filter:invert(1);
}

#footer .sosyal {
	display:flex;
	align-items:center;
	justify-content:Center;
	grid-gap:15px;
	margin-bottom:20px;
}
#footer .sosyal a {
	font-size:26px;
	color:#fff;
}
#footer .menu {
	display:flex;
	align-items:center;
	justify-content:Center;
	grid-gap:45px;
	margin-bottom:20px;
}
#footer .menu a {
	font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .02em;
    color: #fff;
    transition: .35s;
}
#footer .menu a:hover {
    color: #b59a88;
}
#footer .bilgiler {
	display:flex;
	align-items:center;
	justify-content:Center;
	grid-gap:15px;
	margin-bottom:40px;
}
#footer .bilgiler a {
	font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: .02em;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	grid-gap:8px;
    height: 52px;
    text-decoration: none !important;
    transition: .35s;
	border: 2px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
	padding:0px 15px;
}
#footer .bilgiler a:hover {
    background: #b59a88;
}
#footer .bilgiler a i {
    font-size: 20px;
}
#footer .alt {
	display:flex;
	align-items:center;
	justify-content:Center;
}
#footer .alt a {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .02em;
    color: #595959;
    position: relative;
	padding:0px 15px;
	border-right:1px solid rgba(255, 255, 255, .1);
}
#footer .alt a:last-child {
	border-right:0px solid rgba(255, 255, 255, .1);
}

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

#hakkimizda {
	position:relative;
	padding:60px 0px;
	background:rgb(35, 35, 33);
}

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

#projedetay {
	position:relative;
}
#projedetay .katman1 {
	position:relative;
}
#projedetay .katman1 .anaresim {
	position:relative;
}
#projedetay .katman1 .anaresim .resim {
	width:100%;
	aspect-ratio:1920/780;
	object-fit:cover;
	object-position:center;
	filter:brightness(0.5);
}
#projedetay .katman1 .anaresim .adi {
	position:absolute;
	bottom:40px;
	left:60px;
	font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: .02em;
    color: #fff;
}
#projedetay .katman2 {
	position:relative;
	padding:20px 0px;
	border-bottom:2px solid rgba(0,0,0,0.1);
}
#projedetay .kisayol {
	position:relative;
	display:flex;
	align-items:center;
	grid-gap:15px;
}
#projedetay .kisayol a {
	font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .02em;
    color: var(--anarenk);
    transition: .35s;
}
#projedetay .kisayol a:hover {
    color: #b59a88;
}
#projedetay .yazi1 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: .02em;
    color: #1d1d1b;
	margin-bottom:20px;
}
#projedetay .yazi2 {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: .02em;
    color: #1d1d1b;
	margin-bottom:20px;
}
#projedetay .yazi3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .02em;
    color: #1d1d1b;
}
#projedetay .katman3 {
	position:relative;
	padding:40px 0px;
	background:var(--anarenk);
}
#projedetay .yazi4 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: .02em;
    color: #fff;
	margin-bottom:20px;
}
#projedetay .yazi5 {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: .02em;
    color: #fff;
	margin-bottom:20px;
}
#projedetay iframe {
    width:100%;
	height:350px;
}

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

#iletisimpage {
	position:relative;
	padding:60px 0px;
}
#iletisimpage .formbas {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: .02em;
    color: #1d1d1b;
	margin-bottom:40px;
}
#iletisimpage .bilgiler {
    display:flex;
	flex-direction:column;
	align-items:flex-start;
	grid-gap:10px;
}
#iletisimpage .bilgi {
	font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: .02em;
    color: var(--anarenk);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	grid-gap:8px;
    height: 52px;
    text-decoration: none !important;
    transition: .35s;
	border: 2px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
	padding:0px 15px;
}
#iletisimpage .bilgi:hover {
    background: #b59a88;
}
#iletisimpage .bilgi i {
    font-size: 20px;
}
#iletisimpage iframe {
    width:100%;
	height:350px;
}

.form-control {
	height:45px;
	border-radius:0px;
}

textarea.form-control {
	height:125px;
	border-radius:0px;
}