@charset "UTF-8";



/*.dark-mode {
  background-color: white;
  color: black;
}
*/

/* CSS Document */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0
}
:focus {
	outline: 0
}
* {
	list-style: none;
	text-decoration: none;
}
body {
	line-height: 1;
	transition: all 0.8s;
	overflow-x: hidden;
	background: #000;
	font-family: "Raleway", serif;
	font-weight: 400;
	padding: 0px;
  	background-color: white;
  	color: #121c46;
  	font-size: 25px;
	/*--text-color: #000;
  	--bkg-color: #fff;*/
}

/*body.dark-theme {
  --text-color: #FFF;
  --bkg-color: #000;
}

@media (prefers-color-scheme: dark) {
  body {
    --text-color: #FFF;
    --bkg-color: #000;
  }
  body.light-theme {
    --text-color: #000;
    --bkg-color: #fff;
  }
}
body {
  background: var(--bkg-color);
}*/

ol, ul {
	list-style: none
}
table {
	border-collapse: separate;
	border-spacing: 0
}
caption, th, td {
	font-weight: 400;
	text-align: left
}
blockquote:before, blockquote:after, q:before, q:after {
	content: ""
}
blockquote, q {
	quotes: "" ""
}
header, nav, article, section, footer, figure, aside {
	display: block;
}
input, select, textarea {
	-webkit-border-radius: 0;
	border-radius: 0
}
img{
	width: 100%;
}
.clear {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	clear: both
}
.fancybox-content {
    width: 100%;
    max-width: 100%;
    height: 87vh !important;
} 
#navbar {
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    z-index: 11;
    padding: 10px 0 0 0;
    top: 0;
    display: block;
    position: sticky;
    background: #FFF;
}
.slider {
    padding-top: 0px;
}
.navbarContainer {
    width: fit-content;
    margin: 0px auto 30px auto;
    z-index: 2;
}
.logobar{
	width: 100%;
	position: relative;
	text-align: center;
	margin: 0 auto;
}
.logo {
    width: 150px;
    display: block;
    vertical-align: top;
    position: relative;
    top: 10px;
}
.containerMenu {
    position: relative;
    margin: 10px auto;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
}
.dil li {
    display: inline-block;
}
.dil {
    right: 5%;
    margin-top: 10px;
    position: absolute;
}
.dil .menu-item a {
    color: var(--text-color);
    font-size: 14px;
}
.dil .menu-item {
    padding: 0;
    color: #121c46;
    font-size: 20px;
}

.dil .menu-item img {
    height: 23px;
    vertical-align: middle;
    transition: all 0.5s;
    width: auto;
    margin-top: -5px;
}
.dil .menu-item img:last-child  {
    
}
.dil .menu-item img:hover {
    filter: invert(0%) sepia(0%) saturate(200%) hue-rotate(1deg) brightness(119%) contrast(119%);
}
.tren {
    right: 5%;
    margin-top: 0;
    position: absolute;
    padding: 5px;
    border: 1px solid #bfa583;
    border-radius: 5px;
    font-size: 13px;
}

.checkbox {
  opacity: 0;
  position: absolute;
}
.checkbox-label {
    background-color: #111;
    width: 40px;
    height: 12px;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #aaa;
}
.fa-moon {color: #f1c40f;}
.fa-sun {color: #f39c12;}
.checkbox-label .ball {
  background-color: #fff;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}
.checkbox:checked + .checkbox-label .ball {
  transform: translateX(24px);
}



.menu2 {
	width: 100px;
	text-align: right;
	display: block;
	color: #eee;
	position: absolute;
	top: -18px;
	right: 10%;
	font-size: 13px;
}
#img1Mouse {
	transition: all 3.7s;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

ol {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 120%;
  margin: 0 auto;
  padding: 0.5em 0;
  list-style: none;
}

.menu-item {
  background: transparent;
  padding: 0 10px;
  position: relative;
  margin: 0 0.1em;
  /* transition: border-bottom 0.23s ease-in-out, background 0.23s linear; */
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  /* border-right: 1px solid #FFF; */
}
.menu-item[aria-haspopup=true] {
  /* border-bottom-color: #fc9b1b; */
}
.menu-item:hover, .menu-item:focus-within {
  /* background: #EEE; */
}
.menu-item:hover .sub-menu, .menu-item:hover .sub-menu:hover, .menu-item:focus-within .sub-menu, .menu-item:focus-within .sub-menu:hover {
  visibility: visible;
  opacity: 1;
  display: flex;
}
.menu-item:last-child{
	 border-right: none;
}
.menu-item a {
    color: #121c46;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.5s;
    letter-spacing: 1px;
}
.menu-item a:hover {
    color: var(--text-color);
    transition: all 0.5s;
    border-bottom: 4px solid #ceab82;
}
.menu ol {
    padding: 0;
}

.sub-menu {
  /* flex-direction: row; */
  /* align-items: flex-start; */
  position: absolute;
  left: 20px;
  padding: 1em;
  visibility: hidden;
  display: none;
  opacity: 0;
  text-align: left;
  width: 200px;
  margin-left:-17px;
  background: #e9e9e9;
}
.sub-menu .menu-item {
  margin: 0px;
  padding: 10px 0px 5px 0px;
  width: 10em;
  text-align: left;
  z-index: 2;
  width: 100%;
  border-right: none;
}

a {
  color: var(--text-color);
  text-decoration: none;
  /* text-transform: uppercase; */
}
a:focus {
  outline: none;
}

@media (max-width: 690px) {
  .menu {
    width: 95%;
    font-size: 16px;
  }

  .menu-item {
    margin: 0.1em;
  }
  .menu-item:nth-child(1) {
    order: 0;
  }
  .menu-item:nth-child(2) {
    order: 1;
  }
  .menu-item:nth-child(3) {
    order: 3;
  }
  .menu-item:nth-child(4) {
    order: 4;
  }
  .menu-item:nth-child(5) {
    order: 2;
  }
}
@media (max-width: 480px) {
  .menu {
    font-size: 12px;
  }
}

.mobileMenuIcons {
	display: none;
}
.mobilemenuContainer {
    display: none;
}
.shadowOpenMenu {
    position: fixed;
    background: #0000006b;
    width: 0%;
    height: 100vh;
    top: 0;
    z-index: 9999;
    right: 0;
    transition: all 0.6s;
}
.menuOpenMenu {
    background: #000000bd;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 99999999;
    width: 43%;
    right: -110%;
    transition: all 0.9s;
}
.menuCenterMobile_1 {
    width: 340PX;
    margin: 0 auto;
}
.menuCenterMobile {
    width: 100%;
    margin: 0 auto;
    text-align: right;
    height: 450px;
    display: table-cell;
    vertical-align: middle;
}
.mobileMenuDivsContents {
    border-bottom: 1px solid #a3a3a3;
    padding-bottom: 30px;
}
.mobileMenuDivsContents div ul li {
    color: #f6f6f6;
    width: 100%;
    text-align: right;
    font-size: 19px;
    height: 30px;
    overflow: hidden;
}
.mobileMenuDivsContents div ul li a {
	color: #FFF;
}
.iconHeight {
    margin-top: 60px;
}
.mobileCloseIcons img {
    width: 6%;
    margin-bottom: 50px;
}

.mobileB {
    position: fixed;
    bottom: 0;
    lefht: 2px;
    z-index: 10;
}

.mobileB {
	display: none;
}
.desktopslide {
	display: block !important;
}
.mobilslide {
	display: none !important;
}




#footer {
	padding: 20px 0 40px 0;
	background: #121c46;
	color: #FFF;
}
.footerCenter {
	max-width: 1500px;
	margin: 0px auto;
	padding-top: 50px;
}
.footerCenter div ul li {
	display: inline-block;
	width: 22%;
	color: var(--text-color);
	vertical-align: top;
	text-align: left;
	padding: 0 50px;
}
.footerCenter div ul {
	display: flex;
}
.footerCenter .flogo{
	width: 200px;
}
.footerCenter div ul li h3{
	padding: 20px 0 20px 0;
	font-size: 23px;
	font-weight: 600;
}
.footerCenter div ul li p {
    font-size: 15px;
    padding-bottom: 20px;
    line-height: 25px;
}
.footerCenter div ul li a{
	width: 100%;
	color: var(--text-color);
	display: block;
	padding-bottom: 12px;
	font-size: 16px;
	font-weight: 100;
	line-height: normal;
}

.footerBottom {
	width: 100%;
	margin: 0 auto;
	padding: 50px;
}

.footer-bottom p {
    text-align: center;
    color: var(--text-color);
    font-weight: 200;
    font-size: 15px;
    padding: 50px 0;
}
.footer-bottom span {
    text-align: center;
    color: #676767;
    font-weight: 200;
}

#footer li h1 {
    font-size: 22px;
    font-weight: 200;
    line-height: 45px;
    font-weight: 700;
    padding-bottom: 10px;
}
#footer li h1 span {
    font-weight: 300;
}
.footerCenter div ul li a:hover {
    color: #b5b5b5;
}
.sosyalm a {
    list-style: none;
    width: 40px !important;
    display: inline-block !important;
}
.m-h{
	display: block;
	padding: 10px;
	border: 1px solid #AAA;
	width: 99%;
}
.m-h img{
	display: block;
	width: 34px;
	float: left;
	padding: 5px 13px 0 0;
}
.m-h h1{
	display: block;
	line-height: 32px !important;
	padding: 0 !important;
}
.m-h h3{
	display: block;
	padding: 0 !important;
}

/* Content */

.oteller{
	display: flex;
	text-align: center;
	margin: 100px auto 50px auto;
	width: fit-content;
}
.oteller p {
    color: #121c46;
    background: #ceab82ad;
    margin-top: -38px;
    width: 100%;
    display: block;
    position: relative;
    padding: 10px 0;
    font-weight: 600;
    font-size: 15px;
}
.rezervasyon {
    width: 100%;
    box-shadow: 0px 7px 8px #eee;
    text-align: center;
    padding-bottom: 50px;
}
.rezervasyon img{
	width: 80%;
	margin: 0 auto;
}
.hotelbilgi{
	background: #f8f6f3;
}
.bilgiic{
	width: 60%;
	text-align: center;
	margin: 0 auto;
	padding: 100px 0;
}
.bilgiic h1{
	font-size: 25px;
}
.bilgiic img{
	width: 160px;
}
.bilgiic p {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 20px;
}
.galeribaslik{
	width: 80%;
	display: flex;
	margin: 70px auto;
	
}
.galerihr{
	width: 100%;
}
.galeribaslik h2{
	padding: 0 20px;
}
.galeri{
	background: #f8f6f3;
	padding: 50px 0;
}
.galerialt{
	width: 80%;
	margin: 0 auto;
}
.galerialt .item p{
	color: #121c46;
    background: #ceab82ad;
    margin-top: -38px;
    width: 100%;
    display: block;
    position: relative;
    padding: 10px 0;
    font-weight: 600;
	font-size: 14px;
	text-align: center;
}
.sosyalm {
    width: 100px;
    padding: 10px 60px;
}
.sosyalm li {
    width: 50px !important;
    padding: 0 !important;
}
.sosyalm li img{
	width: 30px;
}
.rezervasyonyap {
    width: 250px;
    background: #121c46;
    color: #FFF;
    padding: 10px 40px;
    font-size: 16px;
	transition: all 1s;
}
.rezervasyonyap:hover {
	background: #FFF;
    color: #121c46;
	border: 1px solid #121c46; 
	transition: all 1s;
}

/* Fırsatlar */

.firsatlar {
	margin: 0px auto 50px auto;
	width: 80%;
}
.firsatlar .firsatd {
	display: flex;
	text-align: center;
}
.firsatlar p {
    color: #121c46;
    background: #ceab82ad;
    margin-top: -38px;
    width: 100%;
    display: block;
    position: relative;
    padding: 10px 0;
    font-weight: 600;
	font-size:15px;
}
.firsatd div {
    padding: 5px;
}
.firsat {
    margin: 70px auto 20px auto;
}

/* danismanlik */

.danismanlik{
	width: 80%;
	display: flex;
	margin: 50px auto;
}
.danismanliksol {
    width: 50%;
    padding: 50px;
}
.danismanliksol img{
	width: 649px;
}
.danismanliksag{
	width: 50%;
}
.danismanliksag h1 {
    padding: 200px 0 0 0;
    font-size: 30px;
}
.danismanliksag p {
    color: #121c46;
    width: 100%;
    display: block;
    position: relative;
    padding: 10px 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}
.oteller-danismanlik{
	background: #f8f6f3;
	width: 100%;
}
.oteller-ic {
    width: 80%;
    margin: 0 auto;
    display: flex;
    padding: 50px 0;
    justify-content: center;
}
.otel-minig{
	display: flex;
	padding: 0px 0;
}
.otel-minig img{
	padding: 3px;
}
.otel-bilgi{
	display: flex;
	padding: 10px 0;
}
.otel-bilgi p {
    color: #121c46;
    width: 100%;
    display: block;
    position: relative;
    padding: 0px 0px 10px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
.otel1 {
    padding: 0 50px;
}
.otel1-anagorsel img{
    width: 379px;
}
.otel-minig img{
	width: 119px;
}
.otel1-logo img{
	width: 140px;
}
.pdl-100{
	padding-left: 100px;
}
.iletisim {
    background: #f8f6f3;
    width: 100%;
    padding: 50px 0;
	margin: 50px 0;
}
.iletisimic{
	display: flex;
	width: 80%;
	margin: 0px auto;
}
.iletisimic div{
	width: 100%;
}
.iletisimic h1 {
    font-size: 30px;
}
.iletisimbilgi{
	display: flex;
	margin: 50px 0 0 0;
}
.iletisimbilgi img {
    width: 25px;
    padding-right: 10px;
}
.iletisimbilgi p {
    font-size: 18px;
    line-height: 25px;
}	
.iltel{
	display: flex;
}
.ilmail{
	display: flex;
}

/*Form*/
.formContent{
	padding: 20px;
}	
.ilgilendiginizofis {
	margin-top: 10px;
	color: #FFF;
}
.radioButtons {
	margin-top: 10px;
	color: #000;
}
.radioDiv {
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px;
}
.radioDiv label{
	color: #FFF;
}
.radioDiv input{
	color: #000;
}
radio {
	background: unset;
}

.gonderbutton {
	background: #fffcf8;
	color: #121c46;
	padding: 10px 0px 10px 0;
	border: unset;
	margin-top: 10px;
	font-weight: revert;
	width: 130px;
	border-radius: 1px;
	font-size: 15px;
	border: 1px solid #121c46;
}

.formContent h2{color:#fff; font-size: 17px; font-weight: normal; font-family: 'GothamNarrow-Light'; margin-bottom: 15px; text-align: center; margin-top: 15px;}
.formContent h2 strong{font-family: 'GothamNarrow-Bold';color:#b38e3e; display: block; fobnt-weight: normal;}
.form-control {
	display: block;
	width: 100%;
	height: auto;
	font-size: 16px;
	padding: 0 4px;
	color: #696d6d;
	border: unset;
	border: 1px solid #282828;
	margin: 16px 0 3px 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: left;
	padding: 6px 0px 6px;
	background: #f8fbf2;
	border-radius: 1px;
}
textarea.form-control {
	padding-top: 10px;
	height: 30px;
	min-height: 80px;
	margin-top: 0;
	width: 100%;
	padding: 5px;
	font-size: 14px;
}

.disclaimer {
	font-size: 12px;
	color: #FFF;
	margin: 10px 0px;
	display: block;
	line-height: normal;
	width: 100%;
}								
.disclaimer label {
	color: #012b48;
	display: block;
	margin-top: -20px;
	margin-left: 20px;
}
.disclaimer label input {
	margin-right: 5px;
	display: block;
}
.formContent input[type="radio"]+label, .formContent input[type="checkbox"]+label {
	position: relative;
	margin-left: 1.75em;
	line-height: 1.5em;
}

.dikLine { width: 1px; background: none; margin: 0 auto; margin-bottom: 5px;}
.formContent > h1 {
	font-size: 23px;
	color: #012b48;
	text-align: left;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: center;
}
#countryCode {
    width: 101.4%;
}
textarea.form-control {
	height: 30px;
}

.formContent > p {
	font-size: 17px;
	margin-bottom: 15px;
	text-align: center;
	color: #FFF;
}
.form-text {
	padding: 5px;
	height: 30px;
	margin: 10px 0;
	line-height: normal;
	font-size: 14px;
}			
form#form1 {
    width: 90%;
}
.aydinlatma-metni {text-decoration: underline;color: #121c46;font-weight: bold;}
.int .text {width: 67.49%;margin:0 auto;display:block;position: absolute;z-index: 1;top: 10.7%;left: 16.25%;}


/* Kurusal*/
.kurumsal h1{
	padding-top: 100px;
	line-height: 40px;
}
.pt-100{
	padding-top: 100px;
}
.pt-70{
	padding-top: 70px;
}

/* Gastronomi */
.gastronomi{
	
}
.gastronomi .firsatd div {
    padding: 5px;
    width: 33%;
}

/* Destinasyonlar */

/* Style the tab */
.tab {
  float: left;
  border-right: 1px solid #ccc;
  width: 30%;
}

.tab button {
  display: block;
  background-color: inherit;
  color: #121c46;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #121c46;
  color: #FFF;
}

.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 70%;
  border-left: none;
}
.tabcontent p {
    color: #121c46;
    width: 100%;
    display: block;
    position: relative;
    padding: 0px 0px 10px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
.tabcontent h3 {
    font-size: 25px;
    padding: 20px;
}

/* yatirimci */

.yatirimci h1{
	padding-top: 100px;
}
.neden {
	margin: 0px auto 50px auto;
	width: 80%;
}
.neden .nedend {
	display: flex;
	text-align: center;
	padding: 30px;
}
.neden h1 {
    color: #121c46;
    width: 100%;
    display: block;
    position: relative;
    padding: 10px 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}
.neden p {
    color: #121c46;
    background: #f8f6f3;
    width: 100%;
    display: block;
    position: relative;
    padding: 10px 0;
    font-weight: 400;
    font-size:15px;
    line-height: 22px;
}
.nedend div {
    padding: 5px;
    background: #f8f6f3;
    margin: 0 20px;
    width: 50%;
    padding: 50px;
    border: 1px solid #121c46;
    border-radius: 10px;
}
.neden {
    margin: 70px auto 20px auto;
}



