@charset "utf-8";
body {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	background-color: #fff;
}
.allcontent {
	display: block;
	float: left;
	width: 100%;
}
.contenttop {
	float: left;
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.language {
	position:absolute; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; background-color:rgba(0,0,0,0.4); top:8px; right:0px; color:#fff; z-index:9999;
}
#outline {
    position: relative;
    min-height: 100%;
    height: 100vh;
    width: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: 0px;
    background-size: 100% 100%;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #7b753b;
    overflow: hidden;
}
#fullscreen {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 9996;
    left: 0px;
    top: 0px;
    min-height: 100%;
    height: 100vh;
}
.contentmiddle {
	float: left;
	height: 100%;
	min-height: 100vh;
	width: 100%;
	position: relative;
	padding-top: 50px;
	background: #ffffff;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	vertical-align: middle;
}
.loadingback {
	top:0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
	display: block;
	z-index: 9999;
	background-color: rgba(0,0,0,1);
}
.loading {
	top:0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 250px;
	height: 250px;
	margin: auto;
	border: 1px solid #fff;
	position: fixed;
	display: block;
	z-index: 9999;
	background-color: rgba(0,0,0,1);
	-webkit-animation: rotation 10s infinite linear;
}
@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}
.loading img {
	width: 331px;
	height: auto;
	max-width: 90%;
	max-height: auto;
	position: absolute;
	margin:auto;
	z-index: 9999;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.loadinge {
	width: 200px;
	height: 200px;
	max-width: 90%;
	position: absolute;
	margin:auto;
	z-index: 9999;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.contentbottom {
	float: left;
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
}
/* Pattern */
.pixel-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0; /* or any other overlay image/color */
	background-image: url(img/01.png);
	z-index: 9996;
}
/* Pattern */



/* logo */
.logo {
	height: 260px;
	width: 260px;
	position: absolute;
	margin-left: -130px;
	z-index: 9999;
	left: 50%;
	top: 10%;
	background-repeat: no-repeat;
	-webkit-transform:rotate(350deg) scale(0);
	-moz-transform:rotate(36deg) scale(0);
	-ms-transform:rotate(360deg) scale(0);
	-o-transform:rotate(360deg) scale(0);
	transform:rotate(360deg) scale(0);
	transition:all 3000ms;
}
.transform {
	-webkit-transform:rotate(0deg) scale(1);
	-moz-transform:rotate(0deg) scale(1);
	-ms-transform:rotate(0deg) scale(1);
	-o-transform:rotate(0deg) scale(1);
	transform:rotate(0deg) scale(1);
}
.logobanner {
	height: 260px;
	width: 260px;
	position: absolute;
	margin-left: -130px;
	z-index: 9999;
	left: 50%;
	top: 10%;

	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity:0;
	transition:all 2000ms;
}
.transform2 {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	opacity:1;
}
.transform3 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition:all 800ms;
}
.textlogo {
	line-height: 40px;
	height: 40px;
	width: 300px;
	margin-top: 200px;
	margin-left: -150px;
	position: absolute;
	top: 10%;
	z-index: 9999;
	color: #FFF;
	text-align: center;
	left: 50%;
	opacity:0;
	transition:all 2500ms;
}
.logomovetodown {
	margin-top: 260px;
	opacity:1;
}
.logotext {
	margin-top:10px;
	font-size:20px;
	letter-spacing:7px;
	width:100%;
	float:left;
	height:20px;
	position:relative;
}
.logotextdown {
	font-size: 10px;
	letter-spacing: 2px;
	width: 100%;
	float: left;
	position: relative;
	color: #999;
}
/* logo */


/* Menus */
.menuouter {
	height: 100px;
	width: 100%;
	position: absolute;
	z-index: 9999;
	left: 0px;
	bottom: 0px;
	padding: 10px;
	margin-bottom:-100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity:0;
	transition:all 2000ms;
}
.menuouterup {
	margin-bottom:0px;
	opacity:1;
}
.menuouterfixed {
	top:0px;
	opacity:1;
	position:fixed;
	z-index:9999;
}
.menuinner {
	padding: 10px;
	border: 2px solid #FFF;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menuinnerblack {
	border: 2px solid #000;
}
.menubody {
	background-color: rgba(255,255,255,0.8);
	padding: 15px;
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 60px;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: 20px center;
	text-align:center;
	transition:all 1000ms;
}
.menubodyblack {
	background-color: #ffffff;
}
.menubody a {
    font-size: 12px;
    color: #000;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #333;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 600;
    letter-spacing: 3px;
	transition:all 300ms;
}
.menubody a.white {
    color: #000000;
}
.menubody a:last-child {
	border:none;
}
.menubody a:hover, .menubody a:focus {
    color: #990;
}
.menubody a.active {
    color: #990;
}
/* Menus */

.hakkimizdaCol1imgcss {
	width: 35%;
	position: relative;
	height: 100%;
	min-height: 100vh;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;

}
.capturedby {
	position:absolute; width:100%; text-align:center; padding:10px; font-size:9px; box-sizing:border-box; color:#fff; bottom:0px;
}
.biography {
	width: 65%;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 50px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	opacity:1;
	transition:all 2000ms;
}
.normaltext {
	line-height: 25px;
	font-size: 14px;
	color: #000000;
	letter-spacing: 2px;
}
.whitetext {
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	letter-spacing: 2px;
}
.blacktext {
	font-size: 14px;
	line-height: 25px;
	color: #000;
	letter-spacing: 2px;
}



h1 {
	font-size: 14px;
	letter-spacing: 9px;
	color: #000000;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 10px;
	float: left;
}
h1:after {
	width: 100%;
	height: 20px;
	display: block;
	float: left;
	clear: left;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(img/splith2.png);
	background-position: center top;
	background-repeat: no-repeat;
	content: " ";
}

/* Parallax */
.parallax-window {
	min-height: 300px;
	width: 100%;
	background: transparent;
	padding-top: 150px;
	padding-bottom: 150px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20%;
	padding-left: 20%;
	text-align: center;
}

/* Parallax Altı Started*/
.parallaxcontent {
	width: 100%;
	min-height:300px;
	height: 100vh;
	background-color: #ffffff;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	display: table;
}

.parallaxcontentin {
	width: 50%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	padding-right: 50px;
	padding-left: 50px;
}
.parallaxcontentpic {
	height: 100%;
	width: 50%;
	text-align: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: table-cell;
}

/* Parallax Altı Finished*/
h2 {
	font-size: 14px;
	letter-spacing: 9px;
	color: #000000;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 10px;
	float: left;
	margin-bottom: 20px;
}
h2:after {
	width: 100%;
	height: 20px;
	display: block;
	float: left;
	clear: left;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(img/splith2.png);
	background-position: center top;
	background-repeat: no-repeat;
	content: " ";
}
.emptytext {
	text-align: center;
	width: 100%;
	padding-top: 60px;
	padding-right: 20%;
	background: #ffffff;
	border: 1px solid;
	padding-bottom: 60px;
	padding-left: 20%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.buttondiv {
	line-height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	z-index: 9999;
	left: 10px;
	right: 10px;
	top: 0px;
	bottom: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-align: center;
	-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
	transition:all 500ms;
	height: 40px;
	margin: auto;
}
.products {
	float: left;
	width: 100%;
	z-index: 1;
	position:  relative;
}
.productspadding {
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 280px;
    width: 24%;
    float: left;
    position: relative;
}
.products div.each {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 5px;
	-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
	transition: all 500ms;
}
.products div.each:hover a.buttondiv {
	background-color: rgba(0,0,0,0.6);
	line-height: 100px;
	height: 100px;
}

a.project387.buttondiv.cboxElement {}
.products div.each:hover {
	background-size: auto 120%;
}
.products img {
	display:block;
	float:left;
	width:100%;
	height:100%;
	position:relative;
	-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.producthover {
	position: absolute;
	top: 10px;
	border: 1px solid #FFF;
	left: 10px;
	bottom: 10px;
	right: 10px;
	-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
	z-index: 9998;
}

.contactall {
	float: left;
	width: 100%;
	-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	background-color:#FFF;
}

.contacttop {
	background-color: #232323;
	border: 20px solid #2d2d2d;
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 35px;
	-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
	height: 300px;
}
.otherprojects {
	font-size: 14px;
	color: #FFF;
	letter-spacing: 2px;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.yellowtext {
	font-size: 28px;
	color: #996;
	letter-spacing: 2px;
}
.projecttext {
	font-size: 28px;
	color: #FFF;
	letter-spacing: 2px;
	margin-left: 10px;
}
.square {
	height: 200px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #232323;
	border: 1px solid #FFF;
	margin-bottom: -160px;
	-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
	margin-top: 70px;
	transition:all 500ms;
}
.squarerotated {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 42px;
}
.squareimg {
	-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
	transition:all 500ms;
}
.squareimgrotated {
	-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.squareimgzoomout {
    -webkit-transform:rotate(45deg) scale(0.7);
    -moz-transform:rotate(45deg) scale(0.7);
    -ms-transform:rotate(45deg) scale(0.7);
    -o-transform:rotate(45deg) scale(0.7);
    transform:rotate(45deg) scale(0.7);
    transition:all 500ms;
    margin-left: -26px;
    margin-top: -31px;
}
.bottomfooterall {
	padding: 5px;
	float: left;


	width: 100%;
	-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.bottomfooter {
	padding: 10px;
	float: left;
	width: 100%;
	-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
	border: 1px solid #333;
}
.bottomfooterinside {
	padding: 10px;
	float: left;
	width: 100%;
	-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
	color: #FFF;
	background-color: #232323;
	text-align: center;
	line-height: 60px;
	font-size: 12px;
}

a.socialicon {
	font-size: 50px;
	color: #999;
	text-align: center;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	width: 80px;
	margin-top: 0px;
	display: inline-table;
}
a.socialicon:hover {
	opacity:0.6;
	transition:all 500ms;
}

a.socialicon i{
	margin-top: 25px;
}


.baslik {
	display: block;
	font-size: 25px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	line-height: normal;
	color: #ED7E22;
	float: left;
}

.formcontact {
	display: block;
	width: 100%;
	position: relative;
}
.formcontact input{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #232323;
	padding: 10px;
	-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: transparent;
	background-color: transparent;
	color: #232323;
	font-size: 10px;
}
.formcontact textarea{
	float: left;
	width: 100%;
	height: 80px;
	margin-bottom: 10px;
	border: 1px solid #232323;
	padding: 10px;
	-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
	background: transparent;
	background-color: transparent;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #232323;
	font-size: 10px;
}
.formcontact input:hover, .formcontact textarea:hover{
	background-color: #232323;
	color: #FFFFFF;
	transition:all 500ms;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #CCC;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #CCC;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #CCC;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #CCC;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #CCC;
}
.sosyal {
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 50px;
	display: block;
	float: left;
}

.contacttitle {
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	width: 50%;
	height: 100%;
	-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
	float: left;
	padding-bottom: 50px;
}

.mediaall {
	float: left;
	width: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position: relative;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	overflow: hidden;
	text-align: center;
	background-color:#fff;
}
.magazine {
	height: auto;
	width: 20%;
	perspective: 600px;
	-webkit-perspective: 600px;
	display: block;
	padding: 5px;
	float: left;
	-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
	margin-bottom: 50px;
}
.thumbmagazine{
	display: block;
	-webkit-transform: scale(0.7) rotateY( 30deg );
	transform: scale(0.7) rotateY( 30deg );
	width: 100%;
	height: auto;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #333;
	-webkit-border-radius: 7px;
-webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
-moz-border-radius: 7px;
-moz-border-radius-topright: 2px;
-moz-border-radius-bottomright: 2px;
border-radius: 7px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
	-webkit-box-shadow: 0 4px 4px -2px #000000;
   -moz-box-shadow: 0 4px 4px -2px #000000;
        box-shadow: 0 4px 4px -2px #000000;
		transition:all 500ms;
}

.thumbmagazine:hover{
-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ccc;
}	
	
	
.eachli {
	float: left;
}



.contacttitleexplain {
	float: left;
	width: 95%;
	color: #FFF;
	background-color: #232323;
	text-align: center;
	margin-bottom: 40px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.mediatitle {
	margin-top: 50px;
}
#hakkimizda {
	float: left;
	position: relative;
	width: 100%;
}
#iletisim {
	float: left;
	width: 100%;
	position: relative;
}
.calisan {width: 20%;height: 350px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align: center;padding-top: 0px;padding-right: 10px;padding-bottom: 10px;padding-left: 50px;display: inline-table;}
.calisanlar {
    width: 100%;
    height: 70%;
    background-size: auto 120%;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;
    transition: all 500ms;
    	transition:all 500ms;
	opacity:0.6;
    -webkit-filter: grayscale(100%);
}

.calisanlar:hover {
	transition:all 500ms;
	opacity:1;

}
.calisanyazi {
 display: none;
}

.bgcut1 {
	background-image:url(img/bgcut.png); background-position:right top; background-repeat:no-repeat; }
	
	.bgcut2 {
	background-image:url(img/bgcut2.png); background-position:left top; background-repeat:no-repeat;  float:right; }
	
	.mobilebasin {
	display:none;
}

.rooms-content {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.rooms-content-right {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.rooms-item {
	display: flex;
	position: relative;
}

.rooms-content-right .rooms-item {
	width: calc(50% - (1.5rem) / 2);
}

.rooms-item-image-text {
    position: absolute;
    bottom: 25px;
    z-index: 99;
    width: 100%;
    display: flex;
    flex-direction: column;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    padding: 1rem;
}

.rooms-content > div {
    width: calc(33.33% - (1rem * 2) / 3);
    height: 280px;
}

.rooms-item > a {
	display: flex;
	width: 100%;
}

.rooms-item-image {
    display: flex;
    height: 100%;
    width: 100%;
}

.rooms-item-image > img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.rooms-content-left .rooms-item {
    height: 100%;
}

.rooms-item-name {
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 1px;
}

.rooms-item-desc {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 1px;
    margin-top: 1rem;
}

.rooms-content-right .rooms-item .rooms-item-image-text {
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.rooms-content-right .rooms-item .rooms-item-image-text .rooms-item-name {
    font-size: 15px;
}

.rooms-wrapper {
    padding: 2rem 0;
}

.rooms-container {
    padding: 0;
}

.rooms-page-banner {
    height: 300px;
    position: relative;
}

.rooms-page-banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rooms-page-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,0.3);
}

.rooms-page-name > span {
    font-size: 40px;
    line-height: 45px;
    color: #444444;
    font-weight: 500;
}

.rooms-page-info {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.rooms-page-item > img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.rooms-page-slick-nav .rooms-page-item {
    margin: 0 .5rem;
	cursor: pointer;
}

.rooms-page-slick-nav .slick-track {
	transform: unset !important;
}
/* 
.rooms-page-slick-nav .rooms-page-item > img {
    width: 50px;
    height: 50px;
} */

.rooms-page-item > img {
    width: 100%;
    height: 65px;
}

.rooms-page-slider {
    position: relative;
    margin-top: 1.5rem;
}

.rooms-page-slick-nav {
    position: absolute !important;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 9;
}

.rooms-page-slick-for .rooms-page-item > img {
    height: 400px;
    object-fit: contain;
}

.rooms-page-desc {
    font-size: 17px;
    font-weight: 400;
    margin: 1rem 0;
}

.rooms-page-services-title > span {
    font-size: 30px;
    font-weight: 500;
}

.rooms-page-services > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.rooms-page-services > ul > li > img {
    width: 45px;
    margin-right: 1rem;
}

.rooms-page-services > ul > li > span {
    font-size: 17px;
    font-weight: 500;
}

.rooms-page-services > ul > li {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: .5rem 1rem;
    border-radius: 5px;
    width: 18%;
}

.rooms-page-slider:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 9;
}

.mobile-menu {
	display: none;
}

.featured-slick-prev,.featured-slick-next {
    position: absolute;
    top: 50%;
    z-index: 99;
    background: transparent;
    border: none;
    font-size: 30px;
    color: #fff;
    outline: 0 !important;
    cursor: pointer;
}

.featured-slick-prev {
    left: 20px;
}

.featured-slick-next {
    right: 20px;
}

.footer-phone {
	position: fixed;
	bottom: 95px;
	right: 15px;
	z-index: 9;
  }
  
  .footer-whatsapp {
	position: fixed;
	bottom: 25px;
	right: 15px;
	z-index: 9;
  }
  
	.footer-phone > a {
		width: 60px;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		background-color: #333;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		text-decoration: none;
	}
  
  .footer-whatsapp > a {
		width: 60px;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		background-color: #25d366;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	}
  
  .footer-phone > a > i,
  .footer-whatsapp > a > i {
	color: #fff;
	font-size: 35px;
	}

@media screen and (max-width:767px){
	.rooms-page-services > ul {
		flex-wrap: wrap;
	}
	
	.rooms-page-services > ul > li {
		width: calc(50% - (1rem) / 2);
	}

	.rooms-page-info {
		max-width: 100%;
	}

	.rooms-content > div {
		width: calc(50% - (1rem) / 2);
	}

	.rooms-container {
		max-width: 100% !important;
		padding: 1rem;
	}
}

@media screen and (max-width:553px){
	.rooms-page-slick-nav .rooms-page-item > img {
		width: 40px;
	}
	
	.rooms-page-slick-nav .slick-track {
		width: 100% !important;
	}
	
	.rooms-page-slick-nav .slick-list {
		padding: 0 !important;
	}

	.rooms-page-services > ul > li {
		width: 100%;
	}

	.rooms-content > div {
		width: 100%;
	}
}

@media only screen and (min-device-width : 1024px){
	
	
	.header, #menu {
		
		display:none;
		
	}
	
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
	.language {
	display: none;
}
	.awarddiv img {
		margin-top:30px;
		width:70px;
		height:auto;
	}
	
	
	.header, #menu {
		
		display:block;
		
	}
	
	
		.menuouter, menuouterup{
		display:none;
	}
	
	
	
/* logo */
.logo {
	height: 180px;
	width: 180px;
	position: absolute;
	margin-left: -90px;
	margin-top:-120px;
	z-index: 9998;
	left: 50%;
	top: 50%;
	background-size:180px 180px;
	background-repeat: no-repeat;
	-webkit-transform:rotate(350deg) scale(0);
	-moz-transform:rotate(36deg) scale(0);
	-ms-transform:rotate(360deg) scale(0);
	-o-transform:rotate(360deg) scale(0);
	transform:rotate(360deg) scale(0);
	transition:all 3000ms;
}
.transform {
	-webkit-transform:rotate(0deg) scale(1);
	-moz-transform:rotate(0deg) scale(1);
	-ms-transform:rotate(0deg) scale(1);
	-o-transform:rotate(0deg) scale(1);
	transform:rotate(0deg) scale(1);
}
.logobanner {
	height: 180px;
	width: 180px;
	position: absolute;
	margin-left: -90px;
	margin-top:-120px;
	z-index: 9998;
	left: 50%;
	top: 50%;
	background-size:180px 180px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity:0;
	transition:all 2000ms;
}
.transform2 {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	opacity:1;
}
.transform3 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition:all 800ms;
}
.textlogo {
	line-height: 40px;
	height: 40px;
	width: 300px;
	margin-top: -20px;
	margin-left: -150px;
	position: absolute;
	top: 50%;
	z-index: 9998;
	color: #FFF;
	text-align: center;
	left: 50%;
	opacity:0;
	transition:all 2500ms;
}
.logomovetodown {
	margin-top: 60px;
	opacity:1;
}
.logotext {
	margin-top:10px;
	font-size:20px;
	letter-spacing:7px;
	width:100%;
	float:left;
	height:20px;
	position:relative;
}
.logotextdown {
	font-size: 10px;
	letter-spacing: 2px;

	width: 100%;
	float: left;
	position: relative;
	color: #999;
}
/* logo */



.contentmiddle {
	float: left;
	height: auto;
	min-height: auto;
	width: 100%;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	vertical-align: middle;
	background-color: #ffffff;
}



.hakkimizdaCol1imgcss {
	width: 100%;
	position: relative;
	height: 600px;
	min-height: 600px;

	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
}
.capturedby {
	position:absolute; width:100%; text-align:center; padding:10px; font-size:9px; box-sizing:border-box; color:#fff; bottom:0px;
}
.biography {
	width: 100%;
	margin-top:30px;
	padding-left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 0px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	opacity:1;
	transition:all 2000ms;
	float:left;
}





/* Parallax */
.parallax-window {
	min-height: auto;
	width: 100%;
	background: #ffffff;
	background-image: url(img/blur.jpg);
	background-size:100% 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
}
/* Parallax */




/* Parallax Altı Started*/
.parallaxcontent {
	width: 100%;
	min-height: auto;
	height: auto;
	background-color: #ffffff !important;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	display: table;
}

.parallaxcontentin {
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	padding-right: 50px;
	padding-left: 50px;
	float:left;
	padding-top:50px;
	padding-bottom:50px;
}
.parallaxcontentpic {
	display:none;
}

/* Parallax Altı Finished*/


.emptytext {
	text-align: center;
	width: 100%;
	padding-top: 60px;
	padding-right: 50px;
	padding-bottom: 60px;
	padding-left: 50px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
}

.products {
	background-color:#fff;
}
.productspadding {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
	height: 50vh;
	width: 100%;
	float: left;
	position: relative;
}



.calisan {
    width: 100%;
    height: auto;
    float: left;
    padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 40px;
    -webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
    text-align: center;
}

.calisanlar {
	width: 320px!important;
	margin-left: -25px;
	height: 320px !important;
	background-size:140% auto;
	background-repeat:no-repeat;
	background-position:top center;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	transition:all 500ms;
	-webkit-filter: grayscale(100%);
}


.mediatitle {
	margin-top: 20px;
}



.contacttitle {
	background-color:#FFF;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
	height: auto;
	-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
	float: left;
	padding-bottom: 0px;
}
.contacttitleexplain {
	float: left;
	width: 100%;
	color: #FFF;
	background-color: #232323;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.bgcut1 {
	background-image: none;
}
	
.bgcut2 {
	background-image: none;
}
.square {
	height: 100px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #232323;
	border: 1px solid #FFF;
	margin-bottom: -160px;
	-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
	margin-top: 30px;
	transition:all 500ms;
}
.square img {
	height: 100px;
	width: 100px;
}
.squarerotated {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	margin-top: 40px;
}
.yellowtext {
	font-size: 14px;
	color: #996;
	letter-spacing: 2px;
}
.projecttext {
	font-size: 14px;
	color: #FFF;
	letter-spacing: 2px;
	margin-left: 10px;
}

.contactall {
	float: left;
	width: 100%;
	-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 0px;
	background-color:#FFF;
}

.products div.each {
}

.mobilebasin {
	display:block;
}
.normalbasin {
	display:block;
}
.magazine {
	height: auto;
	width: 20%;
	perspective: 600px;
	-webkit-perspective: 600px;
	display: block;
	padding: 5px;
	float: left;
	-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
	margin-bottom: 50px;
}

.squareimgzoomout {
    -webkit-transform: rotate(45deg) scale(0.7);
    -moz-transform: rotate(45deg) scale(0.7);
    -ms-transform: rotate(45deg) scale(0.7);
    -o-transform: rotate(45deg) scale(0.7);
    transform: rotate(45deg) scale(0.7);
    transition: all 500ms;
    margin-left: 2px;
    margin-top: 0px;
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) and (orientation : landscape){
.hakkimizdaCol1imgcss {
	width: 100%;
	position: relative;
	height: 600px;
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
}

.products {
	background-color:#fff;
	padding-left:5px;
	padding-right:5px;
}


.productspadding {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
	height: 90vh;
	width: 50%;
	float: left;
	position: relative;
}

.calisanlar {
	background-color:#000;
}
.calisan {
    width: 50%;
	padding-left: 10px;
}




.mediaall {
	float: left;
	width: 100%;
	-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
	position: relative;
	padding:0px;
	margin:0px;
	overflow: hidden;
	background-color:#fff;
}




}

.mobile-menu-btn {
	display: none;
}


@media screen and (max-width:1024px){
	.header, #menu {
		display: none !important;
	}
	.mobile-menu {
		display: block;
		position: fixed;
		left: -100%;
		top: 0;
		width: 45%;
		background-color: #f0f0f0;
		z-index: 9999;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s ease-in-out 0s;
	}

	.mobile-menu.active {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	
	.mobile-menu > ul > li > a {
		display: flex;
		padding: 1rem;
		font-size: 15px;
		font-weight: 600;
		color: #000;
		border-bottom: 1px solid #000;
	}

	.mobile-menu-remove {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 1rem;
		border-bottom: 1px solid;
	}
	
	.mobile-menu-remove > i {
		font-size: 18px;
	}

	.mobile-menu-btn {
		height: 40px;
		background-color: rgba(0,0,0,.5);
		display: flex;
		align-items: center;
		position: fixed;
		top: 0;
		z-index: 999;
		width: 100%;
		left: 0;
	}
	
	.mobile-menu-btn-ikon {
		display: flex;
		color: #fff !important;
		font-size: 20px;
		margin-left: 1rem;
	}

	.mobile-menu-overlay{
		position: fixed;
		background: rgba(0, 0, 0, 80%);
		inset: 0;
		z-index: 9998;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	}

	.mobile-menu-overlay.active{
		opacity: 1;
		visibility: visible;
	}
	
}

@media screen and (max-width:553px){
	.mobile-menu {
		width: 65%;
	}

	.featured-slick-prev {
		left: 0;
	}

	.featured-slick-next {
		right: 0;
	}
}