@charset "utf-8";
/* CSS Document */

body{
	background-color: #323232;
}

.scroll-kaldir{
	overflow-y: hidden;
}

::-webkit-scrollbar { 
    display: none; 
}

header{
	height: 30px;
	padding: 60px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

@media (max-width: 991px) {
	header.arkaplan{
	background-image: url("../images/web_bg.png");
	}	
}


header .logo-siyah{
	background-image: url("../images/logo-siyah.png");
	width: 160px;
	margin-top: -22px;
	height: 60px;
    background-size: cover;
}

header .logo-beyaz{
	background-image: url("../images/logo-beyaz.png");
	width: 160px;
	margin-top: -22px;
	height: 60px;
    background-size: cover;
}

header a.menu-link{
	height: 20px;
	border: 2px solid #000000;
	padding: 10px 20px;
	color: #000000;
	font-weight: 600;
}

header a.menu-link.acik{
	border: 2px solid #000000;
	color: #000000;
}

header a.menu-link.kapali{
	border: 2px solid #ffffff;
	color: #ffffff;
}

header a.menu-link svg{
	margin-right: 10px;
}


@media (max-width: 991px) {
	.menu-link{
		position: absolute;
		width: 40px;
		height: 40px !important;
		overflow: hidden;
		padding: 8px 12px !important;
		right: 15px;
	}
}

.index-tam{
	position: relative;
	height: 700px;
	margin-top: -350px;
	margin-bottom: 1000px;
	top: 50vh;
}

.index-kucuk{
	background-image: url("../images/web_bg.png");
	height: 600px;
	margin-top: -300px;
	margin-bottom: 1000px;
	top: 50vh;
	position: relative;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.index-tam .yazi,
.index-kucuk .yazi{
	width: 425px;
	height: 120px;
	position: absolute;
	left: 50%; margin-left: -212px;
	top: 50%; margin-top: -60px;
	background-image: url("../images/ecesenses-yazi.png");
	background-size: cover;
}

.index-tam .yazi:hover,
.index-kucuk .yazi:hover{
	margin-left: -220px;
	margin-top: -70px;
}

.icerik-tab{
	height: 100vh;
	width: 100%;
	background-color: #ff0000;
	z-index: 99;
	position: relative;	
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.icerik-tab.acik{
	margin-top: -100vh;
}

.icerik-tab.kapali{
	margin-top: 100vh;
}

/**/
.owl-carousel{
	background-image: url("../images/web_bg.png");
}

.owl-carousel .item{
	top: 0;
	left: 0;
	margin-left: 15px;
}

.owl-carousel .item img.item-img{
	position: absolute;
	top: 50vh !important;
	left: 50% !important;
}

.owl-next{
	width: 50px;
    height: 100px;
    position: absolute;
    right: 30px;
    top: 50vh;
    margin-top: -50px !important;
	background: none !important;
}

.owl-prev{
	width: 50px;
    height: 100px;
    position: absolute;
    left: 30px;
    top: 50vh;
    margin-top: -50px !important;
	background: none !important;
}

.owl-prev span, .owl-next span{
	font-size: 144px;
	line-height: 100px;
	color: #333;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    right: 75px;
    top: 100px;
	z-index: 3;
}

.owl-dots button span {
	display: none !important;
}

/**/
.owl-dots button:nth-child(2) {
	width: 100px;
	height: 20px;
	background-color:transparent !important;
}

.owl-dots button:nth-child(2)::before {
	content: 'HAKKIMDA';
	font-weight: 600;
	top: 0;
	left: 0;
	color: #ffffff;
}

/**/
.owl-dots button:nth-child(3) {
	width: 120px;
	height: 20px;
	background-color:transparent !important;
}

.owl-dots button:nth-child(3)::before {
	content: 'KEŞFET';
	font-weight: 600;
	top: 0;
	left: 0;
	color: #ffffff;
}

/**/
.owl-dots button:nth-child(4) {
	width: 120px;
	height: 20px;
	background-color:transparent !important;
}

.owl-dots button:nth-child(4)::before {
	content: 'TASARIMLAR';
	font-weight: 600;
	top: 0;
	left: 0;
	color: #ffffff;
}

/**/
.owl-dots button:nth-child(5) {
	width: 90px;
	height: 20px;
	background-color:transparent !important;
}

.owl-dots button:nth-child(5)::before {
	content: 'BLOG';
	font-weight: 600;
	top: 0;
	left: 0;
	color: #ffffff;
}

/**/

.owl-dots
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.owl-dots button:nth-child(6) {
	width: 120px;
	height: 20px;
	background-color:transparent !important;
}

.owl-dots button:nth-child(6)::before {
	content: 'İLETİŞİM';
	font-weight: 600;
	top: 0;
	left: 0;
	color: #ffffff;
}

/**/

.icerik-link{
	width: 50px;
	height: 30px;
	background-image: url("../images/devami-btn-bg.png");
	background-size: cover;
	position: absolute;
	top: 100vh;
	left: 50%;
	margin-top: -60px;
	margin-left: -30px;
	cursor: pointer;
	text-indent: -99999px;
}

@media (max-width: 991px) {
.icerik-link{
	margin-top: -120px;
}
}

.detay-icerik{
	width: 100%;
	height: 100vh;
	background-color: #333;
	position: absolute;
	z-index: 99;
	color: #d3d3d3;
}

.detay-icerik a{
	color: #d3d3d3;
}

.detay-icerik.acik{
	top: 0;
}

.detay-icerik.kapali{
	top: 100vh;
}

/**/

.detay-icerik .header{
	padding: 30px;
	border-bottom: 1px solid #666;
	margin-bottom: 30px;
}

a.slider-geri-gel{
	width: 60px;
	height: 20px;
	border: 2px solid #ffffff;
	color: #ffffff;
	padding:10px 10px;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
}

a.slider-geri-gel svg{
	margin-right: 10px;
}


/**/

.harita-box{
	cursor: pointer;
	position: relative;
	background-color: #82bb25;
	height: 324px;
	overflow: hidden;
}

.harita-box:hover img{
	opacity: .05;
}

.harita-box .link{
	opacity: 0;
	margin: -120px 0 0 30px;
	color: #ffffff;
	font-size: 24px;
}

.harita-box:hover .link{
	opacity: 1;
	margin: -60px 0 0 30px;
}

/**/

.ust-div{
	height: 150px;
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	background-color: #323232;	
}

.ust-div-gizlen{
	top: -150px;
}

.ust-div-gorun{
	top: 0;
}

.alt-div{
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	background-color: #323232;	
}

.alt-div-gizlen{
	height: 1px;
	bottom: 0;
}

.alt-div-gorun{
	height: 150px;
	bottom: 0;
}

/**/

.bolum-icerik{
	width: 100%;
	height: 100vh;
	background-color: #323232;
	margin-top: 100vh;
	color: #ffffff;
	overflow-y: scroll;
}

.bolum-icerik .head{
	height: 150px;
	background-color: #ffffff;
	padding: 30px;
	text-align: center;
	margin-bottom: 30px;
	color: #323232;
}

.bolum-icerik .head h4{
	margin-top: 30px;
}

.bolum-icerik img{
	width: auto !important;
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
}

.bolum-icerik a{
	color: #ffffff;
}


.modal-body hr{
	 border-top: 2px solid #323232;
	margin-left: -15px;
	margin-right: -15px;
}

.ih{
	font-family: 'Comfortaa', cursive;
	font-size: 18px;
	line-height: 32px;
	font-weight: 200;
	padding: 30px;
	text-align: justify;
}