/* Söyleyemediğim ama yüreğimde hissettiğim her sıkıntıdan beni kurtar Allah'ım */

:root {
  --green       :#a8c513;
  --darkgray    :#1f2326;
  --light-blue  :#34B9E6;
  /*--antrasit    :#006937;*/ /*(Murat : fiyat bölümü*/
  --antrasit2    :#2f3e46; /*(Murat : Footer için Yapıldı)*/
  --antrasit    :#2f3e46;   /*rgba(47, 62, 70, 1.0)*/
  --yesil-murat :#006937;
  --borange     :#febd3d;/*#ef800d;*/
  --bizim-orange:#ef800d;
}

@font-face {
  font-family: "Avenir Book";
  src: url("../fonts/avenir-book.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Avenir Roman";
  src: url("../fonts/avenir-roman.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Avenir Heavy";
  src: url("../fonts/avenir-heavy.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Avenir Light";
  src: url("../fonts/avenir-light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Lato Light";
  src: url("../fonts/lato-light.ttf") format("truetype");
  font-display: swap;
}

.superior {
  font-size: 15px;
  color: var(--bizim-orange);
  position: relative;
  top: auto;
  left: auto;
}


@media only screen and (max-width: 1441px) {
  .superior {
      font-size: 12px;
      color: var(--bizim-orange);
      position: absolute;
      top: -15px;
      left: 10px;
  }
}


/* FOR FULL WIDTH (ALL PAGES) */
/* .container-fluid{padding-left:0!important; padding-right:0!important;} */

body {
  font-family: "Avenir Book";
  overflow-x: hidden;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
}

select optgroup {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  /*font-family: "Avenir Book,Avenir Roman,Avenir Light,Lato Light,Verdana, Tahoma";*/
}

.bg-grey {
  background-color: #f9f9f9;
}
.bg-antrasit {
  background-color: #2f3e46;
}
.bg-orange {
  background-color: var(--borange);
}
.bg-green {
  background-color: var(--green);
}

.text-orange {
  color :var(--bizim-orange);
}
.text-green {
  color :var(--green);
}

.text-antrasit {
  color :var(--antrasit);
}
.yesil-murat {
  color :var(--yesil-murat)!important;
}

.body-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  z-index: 88;
  display: none;
}
.btn-dark {
  border-radius: 18px !important;
  background-color: var(--darkgray) !important;
  padding: 6px 25px !important;
}
.btn-antrasit {
  border-radius: 3px !important;
  background-color: var(--antrasit) !important;
  padding: 6px 25px !important;
  color:#fff;
}

.btn-green {
  border-radius: 3px !important;
  background-color: var(--green) !important;
  color:#fff;
  height:40px; 
  line-height: 40px;
  font-size:16px;
}

.btn-green i{
  margin-left:10px;
  color:#fff;
  font-size:15px;
}

.btn-orange {
  border-radius: 3px !important;
  background-color: orange !important;
  color:#fff;
  height:40px; 
  line-height: 40px;
  font-size:16px;
  padding:10px 25px;
  
}
.btn-orange:hover {
  color:#fff;
}
.btn-orange i{
  color:#fff;
  font-size:15px;
  margin-left:8px;
}

.btn-list{
  background-color:#2f3e46;
  color:#fff;
  font-size:17px;
  font-family: "Avenir Book";
}
.btn-list:hover {
  color:var(--bizim-orange);
}

button.btn-orange {
  border-radius: 3px !important;
  background-color: orange !important;
  color:#fff;
  height:40px; 
  line-height: 40px;
  font-size:16px;
  padding:0 25px;
  border:none;
}
button.btn-orange:hover {
  color:#fff;
}
button.btn-orange i{

  color:#fff;
  font-size:15px;
}

.btn-primary{background-color: var(--green)!important; border:none!important;}

a.read-more {
  color: var(--green);
}
a.read-more i {
  margin-left: 10px;
}
.sp header {min-height:250px; position:relative;  background-position:center top;}
.sp-header-overlay{width:100%; height:100%; position:absolute; left:0; bottom:0; background-color: rgba(0,0,0,.5); z-index:9;}

.sp-header-title{position:absolute; left:0; bottom:0;  z-index:10; width:100%; height:130px; text-align: center; display:flex; flex-direction: column; justify-content: center; color:#fff; font-size:30px; font-weight: "Avenir Heavy";}

.sp header .header-top {
  /*background-color: rgba(0, 0, 0, 0.4);*/
  background-color: rgba(241, 242, 242, 0.9) !important;
  backdrop-filter: blur(2px);
  min-height: 48px;
  line-height: 48px;
  color:var(--antrasit);/* #fff;*/
  font-family: "Avenir Book";
  font-size: 17px;
}

/* MAPS */
#map_canvas {
	width:98%;
	height:400px;
  overflow:hidden;
}

/* HEADER */
header .header-top {
  /*position: absolute;*/
  left: 0;
  top: 0;
  z-index: 9999;
  height: 48px;
  line-height: 48px;
  color:var(--antrasit);/* #fff;*/
  font-family: "Avenir Book";
  font-size: 15px;
  width: 100%;
  text-align: right;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.8);*/
  /*background-color: rgba(41, 49, 51, 0.7);*/
  background-color: rgba(241, 242, 242, 0.9) !important;
  /*background-color: transparent;*/
}
header .header-top ul li {
  display: inline;
  margin-right: 12px;
  
}
header .header-top ul li a {
  color:var(--antrasit);/* #fff;*/
  font-size: 12px;
  font-family: "Avenir Book";
  color:var(--antrasit);
}

.simgeli a{
  background-color: var(--green);
  border-radius:3px;
}

.header-top1 a:hover{
  background-color: var(--antrasit);
  color:#fff!important;
}
.simgeli a img:last-child {
  display: none;  
}
.simgeli a:hover img:last-child {
  display:inline-block;
}
.simgeli a:hover img:first-child {
  display: none;  
}

/* icon input field*/
.input-icons i {
  position: absolute;
  top:9px;
  padding:2px;
}
.input-icons {
  width: 100%;
  margin-bottom: 10px;
}
.icon {
  padding: 10px;
  min-width: 40px;
}
.input-field {
  width: 100%;
  padding: 10px;
  text-align: center;
}
/* icon input field*/


/*NAVBAR */

header .navbar {
 /*position: absolute;*/
  top: 48px;
  left: 0;
  width: 100%;
  background-color: rgba(47, 62, 70, .9);
  color :#fff;
  /*background-color: rgba(41, 49, 51, 0.5);*/
  /*background-color: rgba(255, 255, 255, 1);*/
  /*backdrop-filter: blur(2px);*/
  z-index: 109;
  height:auto;
}

header .collapse {
  margin-right: 120px;
}

header .nav-item {
  margin-left: 0px;
}

header .nav-link {
  font-size: 15px;
  color: var(--antrasit) !important;
}

header .nav-link:hover {
  background-color: rgba(41, 49, 51, 0.7);/*var(--antrasit) !important;*/
  color: #fff !important;
  border-radius: 3px;
}

header .nav-link.active {
  background-color: var(--antrasit) !important;
  color: #fff !important;
  border-radius: 3px;
}

header .select-language {
  position: absolute;
  right: 20px;
  top: 42px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
}
a.sl-phn,
a.sl-flag {
  color: var(--green) !important;
  padding: 0px 5px !important;
}

header .select-language .dropdown-toggle::after {
  display: none;
}
header .select-language li {
  background: none !important;
  float: left;
}
header .select-language .sl-phn i {
  font-size: 17px;
  transform: scaleX(-1);
  transform: rotate(135deg);
}
header .select-language .lang-drp,
header .select-language .call-drp {
  position: relative;
}
header .select-language .lang-menu {
  display: none;
  position: absolute;
  right: 0;
  border-radius: 0;
  top: 150%;
  background-color: #fff;
  width: 150px;
}
header .select-language .lang-menu::before {
  position: absolute;
  top: -8px;
  right: 15px;
  width: 8px;
  height: 8px;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
header .select-language .call-menu {
  display: none;
  position: absolute;
  right: 0px;
  border-radius: 0;
  top: 150%;
  background-color: #fff;
  width: 320px;
}

.call-menu {
  
  /*position: absolute;*/
  top:0px;
  right: 0px;
  border-radius:0px 0px 20px 20px;
  /*top: 150%;*/
  background-color: rgba(241, 242, 242, 1);
  width : 300px;
  /*
  -webkit-box-shadow: 0px 6px 16px -4px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 6px 16px -4px rgba(0, 0, 0, 0.9);
  */
  -webkit-box-shadow: 0px 0px 15px 0px rgba(47, 62, 70, 0.5); 
  box-shadow: 0px 0px 15px 0px rgba(47, 62, 70, 0.5);
}

.drp-item a img {
  margin-top: -3px;
  width: 30px;
}
.drp-menu-border {
  height: 5px;
  width: 100%;
  background-color: rgb(36, 175, 161);
  clear: both;
  margin-bottom: 5px;
}
.sl-subdrop {
  display: none;
  border-top: 4px solid rgb(36, 175, 161);
}
.sl-subdrop li {
  float: none !important;
  margin-bottom: 5px;
}

.drp-item a {
  float: left;
  width: 50%;
  clear: inherit;
  font-size: 17px !important;
  color: rgb(36, 175, 161) !important;
  font-weight: bold !important;
}
.sl-subdrop a {
  color: var(--darkgray);
  font-size: 15px !important;
  cursor: pointer !important;
}
.sl-subdrop a i,
.sl-subdrop a img {
  color: rgb(36, 175, 161) !important;
  margin-right: 8px;
}
.sl-subdrop a img {
  width: 25px;
}

/* HEADER CALL DROP */
.cm-phone {
  border-bottom: 1px solid #000;/*rgb(58, 184, 0)*/
  margin-left: 12px;
  margin-right: 15px;
  font-size: 14px;
  background-color: rgba(241, 241, 241 ,0.5);
}
.cm-phone::before {
  position: absolute;
  top: -8px;
  right: 5px;
  width: 8px;
  height: 8px;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgb(241, 241, 241);
}
.cm-free {
  color: var(--darkgray);
  font-family: "Avenir Roman";
  font-weight: bold;
  font-size: 16px;
}
.cm-number {
  color: var(--darkgray); /*rgb(58, 184, 0);*/
  font-family: "Avenir Roman";
  font-weight: bold;
  vertical-align: middle;
  font-size: 17px;
}
.cm-opening-hours {
  font-size: 15px;
  color: rgb(133, 133, 133);
  font-size: 14px;
}

.cm-antrasit{
  font-size: 14px;
  background-color: var(--antrasit);
  border-radius:0px 0px 20px 20px;
  height: 90px;
}

.cm-callback {
  font-size: 15px;
  color: rgb(133, 133, 133);
  font-size: 14px;
}

.oph-title {
  color: var(--darkgray);
  font-weight: bold;
  margin-bottom: 0px;/*10 idi*/
  margin-left: 15px;/*yeni*/
  font-size: 18px;
}

.cm-links ul li {
  clear: both;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
}
.cm-links ul li a {
  color: rgb(73, 73, 73);
  font-weight: bold;
  font-size: 15px;
}
.cm-links ul li a i {
  color: #fff;
  background-color: rgb(102, 102, 102);
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  margin-right: 15px;
}
.cm-links ul li a div {
  float: right;
  width: fit-content;
}
.cm-links ul li a div i {
  background-color: transparent;
  color: rgb(36, 175, 161);
}

header .navbar-brand {
  margin: 2px 0;
}
header .navbar-toggler {
  margin-right: -10px!important;/*80*/
  border-color: transparent !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28168, 197, 19, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-bg {
  background-color: rgba(0, 0, 0, 0.8) !important;
}


/* MEGAMENU */
.megamenu {
  position: static;
  z-index: 99999;
}
.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 80%;
  margin-left: 10% !important;
}
.mgm-sidemenu {
  padding: 20px 8px;
}
.mgm-sidemenu .megamenu-link {
  padding: 12px 15px !important;
  min-height: auto !important;
  border-bottom: 1px solid rgba(164, 174, 207, 0.2);
  text-align: left;
  color: #000 !important;
  font-size: 13px !important;
  font-family: "Avenir Roman";
  position: relative;
}
.mgm-sidemenu .megamenu-link.active {
  background-color: rgba(164, 174, 207, 0.1);
  color: var(--green) !important;
}
.mgm-sidemenu .megamenu-link i {
  position: absolute;
  right: 10px;
  top: 16px;
  color: #1f2326;
  font-size: 10px;
}
.mgm-sidemenu .megamenu-link.active i {
  color: var(--green) !important;
}

.megamenu .tab-pane {
  font-size: 15px;
  color: var(--darkgray);
  line-height: 25px;
}
.megamenu .tab-pane .absolute-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left:-3vw;
}
.megamenu .tab-pane .absolute-link a {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 25px;
  color: var(--darkgray);
  font-size: 15px;
  font-weight: bold !important;
}
.megamenu .tab-pane .tab-pane-title {
  font-family: "Avenir Roman";
}
.megamenu .tab-pane ul {
  padding: 20px 0 20px 0;
}
.megamenu .tab-pane ul li a {
  width: 100%;
  display: block;
  color: #666;
  text-decoration: none;
  padding: 5px 0;
  border-bottom: 1px dotted rgba(192, 192, 192, 0.5);
  font-size: 14px;
}
.megamenu .tab-pane ul li a:hover {
  color: var(--darkgray);
}
.megamenu .tab-pane .tab-pane-link {
  color: var(--green);
  font-family: "Avenir Roman";
  font-size: 15px;
}
.megamenu .tab-pane .tab-pane-link i {
  font-size: 10px;
  margin-left: 5px;
}
.megamenuBG {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
}

/* Grid Slide */
.grid-slider{min-height:430px; padding-top:0px;margin-top:114px;}
.grid-slider a{width:100%; height:100%; display: block; background-size: cover; background-repeat: no-repeat; background-position: center;} 
.grid-slider .gs-1{height:438px;}
.grid-slider .gs-2{height:221px;}
.grid-slider .gs-3{height:221px;}
.grid-slider .gs-4{height:210px; margin-top:6px;}
.grid-slider .gs-5{height:102px; margin-top:6px;}
.grid-slider .gs-link-spot{position:relative;}
/* .grid-slider .row .col-md-6, .grid-slider .row .col-md-5, .grid-slider .row .col-12{padding-left:7px!important; padding-right:7px!important;}
.grid-slider .row .col-md-7{padding-left:0px!important; padding-right:0px!important;} */
.grid-slider .row *{padding-left:7px!important; padding-right:0px!important;}

.grid-slider .gs-link-spot .gs-link-spot-info{position:absolute; width:100%; height:100%; background-color: rgba(0,0,0,.7); left:0; top:0; position:absolute; z-index:99; color:#fff; padding:15px;}
.grid-slider .gs-link-spot .gs-link-spot-info1{margin-bottom:7px; font-size:23px; font-family: "Avenir Roman"; }
.grid-slider .gs-link-spot .gs-link-spot-info1 i{margin-right:5px; }
.grid-slider .gs-link-spot .gs-link-spot-info2{font-family: "Lato Light";}
.grid-slider .gs-link-spot .gs-link-spot-info2 i{margin-left:10px; font-size:13px;}


/* CAROUSEL */

.carousel {
  position: relative;
}

.sp .carousel-item {
  height: 400px;
  background-position-x: center;
  background-position-y: bottom;
  background-size: cover;
}

.hm .carousel-item {
  max-height: 600px;/*70vh;*/
  background-position-x: center;
  background-position-y: bottom;
  /*background-size: cover;*/
  background-size: auto;/*contain;*/
  background-repeat: no-repeat;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 99;
  /*display: none;*/
}
/*
.carousel-indicators{z-index:999; bottom:0px; left:auto; right:0;  width:fit-content; top:inherit; flex-direction: column; margin-right:20px; margin-left:0;}
.carousel-indicators li img{width:170px;}
.carousel-indicators li{ padding:0!important;  box-sizing: border-box;   -ms-flex: inherit;  flex: inherit;   width: auto;
  height: max-content;   display:block;  text-indent:inherit;   cursor: pointer;   background-color: transparent;   background-clip:inherit;   border:2px solid #fff;  opacity: .7;  transition: opacity .6s ease; margin-bottom:10px; transition:.5s; }
.carousel-indicators li.active{opacity: 1; transform: scale(1.1);}
.carousel-indc-video{position:relative;}
.carousel-indc-video i{color:#fff; font-size:25px; position:absolute; top:0; left:0; bottom:0; right:0; z-index:9; display:flex; flex-direction: column; justify-content: center; align-items: center;}
*/

.carousel-item-price{
  position: absolute;
  right: 15px;
  top: 30%;
  background-color: rgba(255, 166, 0, 1);
  padding:20px 30px;
  color: #fff;
  font-size: 15px;
  text-align: right;
  width:fit-content;
}
.carousel-caption {
  /*position: absolute;*/
  float:right;
  right: 1%;
  bottom: 1%;
  /*top:25%;*/
  /*left: 15%;*/
  z-index: 10;
  padding: 10px;  
  color: #fff;
  /*background-color: rgba(0, 0, 0, 0.5) !important;
  background-color: var(--antrasit);*/
  text-align: right;
  /*  Caption : show */ 
   /* display: flex;    */
 /* Caption : hide  */
 /*
  display: display;
  flex-direction: column;
  justify-content: center;
 */
  /*margin:0 auto;*/
  text-shadow: 2px 2px #333;
}

.carousel-caption h5 {
  font-size:20px;
  font-family: "Avenir Book"!important; /*font-family: "Avenir Heavy" idi 12.09.22*/
}
.carousel-caption p{
  font-size:15px;
}

/*06.02 canımızı yakan deprem ıcın eklendi 07.02.23 tarıhınde*/

.carousel-caption .kurdele {
  /*position: absolute;*/
  float:left;
  /*right: 1%;*/
  bottom: 1%;
  /*top:25%;*/
  /*left: 1%;*/
  z-index: 10;
  padding: 5px;  
  color: #fff;
  /*background-color: rgba(0, 0, 0, 0.5) !important;
  background-color: var(--antrasit);*/
  text-align: left;
  /*  Caption : show */ 
   /* display: flex;    */
 /* Caption : hide  */
 /*
  display: display;
  flex-direction: column;
  justify-content: center;
 */
  /*margin:0 auto;*/
  text-shadow: 2px 2px #333;
}




/* RESERVATION */
.reservation-box {
  position: absolute;
/*  left: 0;*/
  left: 150px;
/*  bottom: 80px;*/
  bottom: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 7;
  text-align: left;
  width: 50%;
  /*box-shadow: 3px 7px 9px 3px rgba(0, 0, 0, 0.1);*/
}

.reservation-box1 {
  position: absolute;
  left: 0;
  bottom: 0;
/*  bottom: 80px;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 7;
  text-align: left;
  width: 100%;
  border-radius:0px;
  /*box-shadow: 3px 7px 9px 3px rgba(0, 0, 0, 0.1);*/
  /*background-color: rgba(0, 0, 0, 0.7);*/
  background-color:rgba(254, 254, 254, 0.8);

}

.rb-title {
  font-size: 21px;
  font-style: italic;
  color: #fff;
  width: 70%;
  margin: 0 0 8px 15%;
  padding-left: 30px;
  font-weight: bold;
  letter-spacing: 4px;
}
.rb-form {
  background-color: #fff;
  border-radius: 30px;
  border:3px solid #546E7A;

  /*margin-left: 15%;*/
  padding:1px 0;
}

.mright-15{margin-right:15%;}


.rb-form .form-group {
  margin-bottom: 0!important;
  margin-top: 0!important;
}
.rb-form input.form-control {
  border: none !important;
  /*color: var(--green);*/
  color : #000;
  font-family: 'Abel', sans-serif!important;
  font-size: 17px;
  height:auto!important;
  border-radius:1.25rem!important;
  font-weight:bold;
}
.frm-left {
  border-right: 1px solid #d4d4d4;
  padding-top: .20rem;
}
.frm-middle {
  font-family: "Avenir Book";
  font-size: 18px;
  padding-top:.2rem;
  padding-left: 20px !important;
  position: relative;
}

.frm-middle input {

  padding-left: 20px;
}
.frm-right {
  color: #d4d4d4;
  font-family: "Avenir Book";
  font-size: 16px;
  margin-top: 0.5rem;
}
.frm-middle i {
  font-size: 20px;
  color: #d4d4d4;
  margin-right: 15px;
  position: absolute;
  top: 11px;
  left: 10px;
}
/*
ben kapattım
input:focus {
  border: none !important;
}
*/
.form-control:focus {
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group .form-control-i {
  /*padding-left: 2.375rem;*/
  padding-left: 2.125rem;
}

.form-group .form-control-icon {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  /*color: #aaa;*/
}
.form-group .form-control-iconr {
  position: absolute;
  top:0px;
  right:10px;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: hand;
  /*color: #aaa;*/
}

.hm ::-webkit-input-placeholder {
  /* Edge */
  color: var(--green) !important;
  font-family: "Avenir Book",Verdana,'Abel', sans-serif!important;
  font-size: 13px;
}
.hm ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--green) !important;
  font-family: "Avenir Book",Verdana,'Abel', sans-serif!important;
  font-size: 13px;
}
.hm ::placeholder {
  color: var(--antrasit) !important;
  font-family: "Avenir Book",Verdana,'Abel', sans-serif!important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  /* Edge #777*/
  color: #000 !important;
  font-family: "Avenir Book",'Abel', sans-serif!important;
  font-size: 13px;
}
::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000 !important;
  font-family: "Avenir Book",'Abel', sans-serif!important;
  font-size: 13px;
}
::placeholder {
  color: #000 !important;
  font-family: "Avenir Book",'Abel', sans-serif!important;
  font-size: 13px;
}
.rb-search {
  border-radius: 50%;
  width: 43px;
  height: 43px;
  background-color: var(--green);
  border: none !important;
}
.rb-search i {
  font-size: 18px;
  color: #fff;
}

/* HOME GOLF CARD*/
.hgc-item {
  position: relative;
  margin-bottom: 10px;
  display: block;
}
/*
.hgc-item:hover > .hgc-title {
  color:var(--green);
  font-weight: bold;
}
.hgc-item:hover > .hgc-subtitle {
  color:var(--bizim-orange);
  font-weight: bold;
}
*/
.hgc-item:hover > .hgc-overlay {
  background-color: rgba(0, 0, 0, 0);
  color:#000;
}

.hgc-item:before {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 10%;
  height: 25%;
  border: 3px solid #fff;
  border-bottom: none !important;
  content: "";
  z-index: 2;
}
.hgc-item:after {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 10%;
  height: 25%;
  border: 3px solid #fff;
  border-top: none !important;
  content: "";
  z-index: 2;
}

.hgc-overlay {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.hgc-title,
.hgc-subtitle {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
}

.hgc-title {
  font-size: 3vw;
  font-family: "Lato Light";
  letter-spacing: 0.4rem;
}

.hgc-subtitle {
  /*margin-top: -7vw;*/
  bottom:135px;
  letter-spacing: 0.4rem;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.4vw;
}

/** Megamenu Card item*/
/***********************************************/
.mgc-item {
  position: relative;
  margin-bottom: 10px;
  display: block;
}
.mgc-item:hover > .mgc-overlay {
  background-color: rgba(0, 0, 0, 0.25);/*0.0idi*//*17.01.23 Emel*/
  color:#000;
}

.mgc-item:before {
  position: absolute;
  width: 96%;
  left: 2%;
  top: 3%;
  height: 10%;
  border: 0px solid #e2e2e2;
  border-bottom: none !important;
  content: "";
  z-index: 2;
}
.mgc-item:after {
  position: absolute;
  width: 96%;
  left: 2%;
  bottom: 3%;
  height: 10%;
  border: 0px solid #fff;
  border-top: none !important;
  content: "";
  z-index: 2;
}
.mgc-overlay {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.0);/*0.25 idi*//*17.01.23 Emel*/
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.mgc-title,
.mgc-subtitle {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  color: #f1f1f1;
  font-family: Verdana,"Times New Roman", Times, serif;
}

.mgc-title {
  /*font-size: 1.5vw;*/
  font-size:21px;
  /*letter-spacing: 0.4rem;*/
  font-weight: bold;
  text-transform: uppercase;
}

.mgc-subtitle {
  /*margin-top: -7vw;
  bottom:135px;*/
  /*letter-spacing: 0.4rem;  */
  /*font-size: .8vw;*/
  font-size:15px;
  font-weight: bold;
  text-transform: uppercase;
}
/*****************************************************************/




/* HOME FEATURES */
.hf-card i {
  font-size: 30px;
  color: var(--green);
}
.hf-right {
  padding-top: 0!important;
}
.hf-img {
  background-size: cover;
  width: 100%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%, 0% 0%);
  height:100%;
}
.hf-card {
  margin-top: 60px;
}
.hf-card-title {
  color: var(--darkgray);
  font-size: 18px;
  font-family: "Avenir Roman";
  font-weight: bold;
}

/* HOME FEATURES 2 */
.home-features2 img {
  height: 23vw;
}

.hf2-card {
  position: relative;
  /*height:40vh;*/
  /*min-height:360px;*/
  min-height:210px;
  /*min-height:300px; eskı halı bu sekıldeydı emel*/
  background-size: cover;
  overflow: hidden;
}

.hf2-card img{
  /*
  background-repeat: no-repeat;
  background-size:cover;
  display: none;

  visibility: hidden;
  opacity: 0;
  transform: scale(0.75);
  transition: 
    opacity 350ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, 
    transform 350ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
*/
  transition: transform 2s;
  /*
  -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    */
}
.hf2-card img:hover{
  /*
  visibility: visible;
      opacity: 1;
      transform: scale(1);


  opacity: 0;
  position:absolute;
  top:0;
  display: inline-block;
  */
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  animation: fade-in 1s;
  
}

.hf2-desc {
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8)!important;
  z-index: 9;
  padding: 15px;
}

.hf2-desc.left-pos {
  position: absolute;
  /*width: 350px!important; ilk hali buydu emel */
  width: 35%!important; /*ben ekledim*/
  min-width:250px; /*ben ekledim*/
  height:100%!important;
  display: block;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8)!important;
  z-index: 9;

}
.hf2-desc:hover {
  background-color: rgba(0, 0, 0, 0.6)!important;
}
.hf2-desc i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
}
.hf2-desc-title {
  font-family: "Avenir Roman";
  color: #fff;
  margin-bottom: 5px;
  font-weight: bold;
  /*font-size: 25px;*/
  font-size: 1.4vw;
}
.hf2-desc.left-pos .hf2-desc-title {
  margin-bottom: 15px;
}
.hf2-desc-text {
  font-family: "Avenir Book";
  color: #fff;
  font-size: 0.8vw;
}

.hf3-card {
  position: relative;
  /*height:40vh;*/
  min-height:200px;
  /*min-height:350px; eskı halı bu sekıldeydı emel 21.12.2021*/
  max-height:460px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center center;
}


.hf3-desc {
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8)!important;
  z-index: 9;
  padding: 5px;
}

.hf3-desc.left-pos {
  position: absolute;
  /*width: 350px!important; ilk hali buydu emel */
  width: 35%!important; /*ben ekledim*/
  min-width:250px; /*ben ekledim*/
  height:100%!important;
  display: block;
  bottom: 0px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8)!important;
  z-index: 9;
  padding: 13px;

}

/*18.01 deneme emel */
.hf3-desc.top-pos {

  position: absolute;
  width: 100%;
  height: 20%!important;
  display: block;
  left: 10px;
  top: 0;
  /*margin-top:172px;*/
  background-color: rgba(0, 0, 0, 0.8)!important;
  z-index: 9;
  padding: 5px;

}


.hf3-desc:hover {
  background-color: rgba(0, 0, 0, 0.6)!important;
}
.hf3-desc i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
}

.hf3-desc-title {
  font-family: "Avenir Roman";
  color: #fff;
  margin-bottom: 0px;
  font-size: 1.4vw;
  padding:0 0 2px 6px;
}


.hf3-desc-text {
  font-family: "Avenir Book";
  color: #fff;
  font-size: 0.8vw;
  padding:0 0 2px 6px;

}


.hf4-card {
  position: relative;
  /*height:40vh;*/
  min-height:200px;
  /*min-height:350px; eskı halı bu sekıldeydı emel 21.12.2021*/
  max-height:460px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center center;
}

.hf4-card img{
  transition: transform 2s;
}

.hf4-card img:hover{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  animation: fade-in 1s;
}


.health img{
  transition: transform 2s;
}

.health img:hover{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  animation: fade-in 1s;
}

/* OFFERS */
.offers { 
  padding: 0px 0;
}
.offers-category{ margin-bottom:10px;}
.offers-category a {
  color: #000;
  font-family: "Avenir Roman";
  padding: 8px 50px;
  font-size: 17px;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom:0px;
  border:1px solid #e2e2e2;
}
.offers-category a i {
  color: #fff;
}
.offers-active,
.offers-category a:hover {
  background-color: var(--antrasit);
  color: #fff !important;
  border :none;
}

.oci-card {
  background-color: #fff;
  padding: 5px;
  border: 1px solid rgba(47, 62, 70, 0.3);
  display: block;
  width: 100%;
  margin-bottom: 25px;
/*
  background-color: #fff;
  padding: 5px;
  border: 1px solid rgba(47, 62, 70, 0.3);
  display: block;
  *width: 390px;*
  min-height:410px;
  /*height:auto;*
  margin-bottom: 25px;
  */
}

.oci-card-dnm {
  background-color: #fff;
  padding: 5px;
  border: 2px solid rgba(47, 62, 70, 0.3);
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

.oci-card:hover{
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.oci-card-top {
  position: relative;
}
.oci-card-group {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: var(--green);
  width: fit-content;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
}
/*
.oci-card-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 23px;
  font-family: "Avenir Roman";
  padding: 10px;
}
*/

.oci-card-title {
  position: relative;/*absolute isi*/
  left: 0;
  bottom: 0;
  width: 100%;
  height:90%;
  background-color:var(--yesil-murat);
  /*background-color: rgba(0, 0, 0, 0.7);*/
  color: #fff;
  font-size: 23px;
  font-family: "Avenir Roman";
  padding: 10px;
}

.oci-card-title-star li {
  display: inline;
}
.oci-card-title-star li i {
  font-size: 14px;
}

.oci-card-body {
  padding: 20px;
  padding-bottom:0;
  margin-bottom:0;
}
.oci-price {
  font-size: 35px !important;
  color: var(--antrasit) !important;
  font-family: "Avenir Roman" !important;
  font-weight: bold;
  margin-bottom: 20px;
}
.oci-price i {
  font-size: 35px !important;
  margin-right: 15px !important;
  color: var(--antrasit) !important;
}
.oci-card-body ul li {
  color: #000;
  margin-bottom: 5px;
  font-size: 15px;
}
.oci-card-body ul li span {
  color: var(--bizim-orange);
  position: relative;
  /*
  color: orange;
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
  */
}
/*
.oci-card-body ul li span::before {
  position: absolute;
  left: 0;
  top: 40%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
  content: "";
}
*/
.oci-card-body ul li i {
  font-size: 13px;
  color: rgb(139, 139, 139);
  margin-right: 5px;
}

.oci-card-body td i{
  font-size: 13px;
  color: rgb(139, 139, 139);
}

.otlresim{
    position:relative;

    /*width: 100%;*/
    /*height: auto;*/
    /*min-height: 12vw;*/
    /*height:300px;*/
    
    display: block;
    
    /*background-size  : cover; 
    background-repeat  : no-repeat; 
    background-position: center center;
    overflow           : hidden;*/

    background-repeat: no-repeat; 
    background-position: top center;
    overflow: hidden;
    width: 100%;
    min-height: 21vh;
    background-size: 100% 100%;
}

.otlresim img{
  transition: transform 2s;
}

.otlresim img:hover{
  transform: scale(1.25); 
}

.otlAdiLink {
  font-size: large;
}

/*.otlAdiLink a:hover{
  color:var(--antrasit);
  /*text-decoration: underline!important;
}*/

/*otladi link hover yapıldı 18.05.2022*/
.hover-underline-animation {
  position: relative;
  color: black;
  padding-bottom: 20px;
 }
 
 .hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 90%;
  transform: scaleX(0);
  height: 1.0px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
 }
 
 .otlAdiLink:hover .hover-underline-animation:after {
  color:var(--antrasit);
  transform: scaleX(1);
  transform-origin: bottom left;
 }


/* HOME ARTICLE */
.ha-card {
  border: 1px solid #d4d4d4;
  padding: 5px;
  font-size: 16px;
}
.ha-read-more {
  color: var(--green);
}
.ha-read-more:hover {
  color: var(--green);
}
.ha-read-more i {
  margin-left: 10px;
}

/* HOME BANNER */
.hb-card {
  position: relative;
}

.hb-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 3vw;
  font-family: "Avenir Roman";
  color: #fff;
}

/*harita ıcın yenı eklendı 19.11*/
.hb-overlay-map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background-color: rgba(0, 0, 0, 0.4);*/
  display: flex;
  flex-direction: column;
  justify-content:end;
  text-align: center;
  font-size: 3vw;
  font-family: "Avenir Roman";
  color: #fff;
  font-weight: bold;
}


/* HOME NEWSLETTER */
.home-newsletter_old {
  /* background: url("../img/newsletter.jpg") center top; */
  background-color: var(--green);
  background-size: cover;
  margin-bottom: 20px;
}
.hn-box {
  padding: 20px 0;
  text-align: center;
}
.hn-title {
  font-size: 30px;
  margin-bottom: 15px;
  color: #fff;
}
.hn-search {
  border-radius: 30px;
  width: 130px;
  height: 43px;
  background-color: var(--antrasit);
  border: none !important;
}
.hn-search i {
  font-size: 18px;
  color: #fff;
}

/* FOOTER */
footer {
  background-color: var(--antrasit2);
  padding: 10px 0;
}
footer ul {
  margin: 5px !important;
}
footer ul li::before {
  content: "\2022";
  color: var(--green);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
footer ul li,
footer ul li a {
  color: #fff !important;
  font-size: 15px;
  line-height: 28px;
}
footer ul li a:hover {
  color: var(--green) !important;
}
.footer-list,
.footer-menu {
  margin-bottom: 20px;
  line-height: 18px; /*yenı ekledım*/
}
.footer-list li {
  margin-bottom: 10px;
  line-height: 22px; 
}
.fl-title {
  color: #fff;
  font-size: 18px;
  color: var(--green);
  padding:0;
  font-weight: bold;
}
.fl-title-adr {
  color: #fff;
  font-size: 20px;
  padding:0;
  font-weight: bold;
  margin-top: 25px; 
}
.fl-desc {
  margin-top: 10px;
}
.bslk {
  margin-left: 0px;
  margin-right: 0px; 
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none !important; /*background: #fff;*/
  color: #000;
  font-weight: 600;
  font-size: 13px;
}

/*
.modal {
  height: auto !important;
  top: 25% !important;
}
*/

.ui-widget.ui-widget-content {
  border: none;
  border-radius: 0px;
  padding: 0px;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 10px 0;
}
.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
}
.ui-datepicker .ui-datepicker-header {
  border-radius: 0px;
  text-align: center;
}
.ui-widget-header {
  border: none;
  background: var(--darkgray);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 20px 0 !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid var(--green);
  background: var(--green);
  color: #fff;
}

.ui-datepicker .ui-datepicker-prev {
  left: -20px;
  top: 0px;
  border-radius: 0px;
}
.ui-datepicker .ui-datepicker-next {
  right: 20px;
  top: 0px;
  border-radius: 0px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 40px;
  height: 40px;
  background: none;
}
.form-sec-header label {
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
}
.form-sec-header .cal-icon:before {
  position: absolute;
  right: 10px;
  top: 26px;
  content: "\f073";
  color: var(--green);
  z-index: 1;
  font-size: 14px;
  font-family: "FontAwesome";
}
.ui-datepicker-current-day .ui-state-default {
  background: #e8e8e8;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: none;
}
.ui-widget-header .ui-icon {
  background: none;
}

.ui-icon-circle-triangle-e {
  background-attachment: none;
  background-position: inherit;
}
.ui-widget-header .ui-datepicker-next:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  color: #000;
  color: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}
.ui-widget-header .ui-datepicker-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  position: absolute;
  color: #000;
  color: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
  font-size: 13px;
}

.ui-datepicker-calendar td {
  padding: 10px;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid var(--green);
  background: var(--green);
  color: #fff;
  padding: 8px 12px;
  border-radius: 50%;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none !important;
}

/* ABOUT */
.subpage {
  font-family: "Avenir Roman";
  font-size: 17px;
  color: var(--darkgray);
}
.subpage-name {
  position: absolute;
  z-index: 7;
  top:330px;
  left: 40px;
  font-family: "Avenir Book";
  color: #fff;
  font-size: 23px;
  text-shadow: 1px 1px 6px rgb(107, 107, 107);
}

.subpage-name-info {
  position: absolute;
  z-index: 8;
  top:300px;
  left: 40px;
  font-family: "Lato Light";
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  text-shadow: 1px 1px 6px rgb(107, 107, 107);
}
.subpage-title {
  margin: 25px 0;
  font-size: 32px;
}

/* ABOUT INFO  CARD */
.info-simple-card {
  box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin-bottom: 25px;
}
.isc-img {
  margin-bottom: 15px;
}
.isc-title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* Office Cards */
.office-cards {
  margin-bottom: 25px;
}
.oc-img {
  position: relative;
  /*border: 1px solid rgb(194, 194, 194);
  margin-bottom: 10px;*/
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50vh;
}
.oc-img img {
  max-height: 100%;
  width: auto;
}
.oc-phone {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #ffa600;
  color: #fff;
  width: fit-content;
  padding: 8px;
  font-size: 16px;
}
.oc-phone i {
  color: #fff;
  font-size: 16px;
  margin-right: 8px;
}
.oc-title {
  font-size: 18px;
  font-family: "Avenir Roman";
  font-weight: bold;
  margin-bottom: 10px;
}

/*****  TOURNAMENTS PAGE *****/

.search-v2 .input-bg {
  -webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);
  border: 1px solid #e2e2e2;
}
.search-v2 .input-bg i {
  position: absolute;
  top: 41px;
  left: 20px;
}
.search-v2 label {
  width: 60%;
  font-weight: bold;
  font-size: 16px;
}
.search-v2 input,
.search-v2 select {
  border: none;
  height: calc(1.5em + 0.75rem + 2px) !important;
  color: #555;
  font-family: 'Abel', sans-serif!important;
}
.search-v2 select option {
  padding: 10px 0 !important;
}

/*11.01.2022 yeni only greenfee form 2*/

.search-v5 form {
  color:#fff;
  padding: 1px;
  /*-webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);*/

  background-color: var(--antrasit);
 
 
}
.search-v5 .input-bg {
  margin: 2px 0 0px 0;
}
.search-v5 .form-group {
  margin-bottom: -1px!important;
  /*color: var(--antrasit);*/
}

.search-v5 .form-control {
  background-color: #fff;
}

/*
.search-v5 i {
  position: absolute;
  top: 9px;
  left:9px;
  padding:2px;
  color:var(--bizim-orange);
}
*/

.search-v5 input,
.search-v5 select {
  border: none;
  height: calc(1.5em + 0.75rem + 2px) !important;
  color:#000;
  font-family: 'Abel', sans-serif!important;
  background-color:#fff;
}
.search-v5 select option {
  padding: 10px 0 !important;
  color:#000;
}
.search-v5 .btn-v3 {
  background-color: var(--green) !important;
  box-shadow: none !important;
  border-radius: 30px;
  text-transform: inherit !important;
  font-family: "Avenir Roman";
  width: 100%;
  color:#fff;
  margin-right: -8px;
  margin-bottom: 4px;
}

/*emınolduk burasıymıs RE 15.04*/

.form-control::placeholder {
  color: #000 !important;
  font-family: "Avenir Book",'Abel', sans-serif!important;
  font-size: 14px;
}

.tournament-card {
  width: 100%;
  padding: 5px;
  -webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);;
}
.tc-title {
  font-weight: bold;
  color: var(--darkgray);
  font-size: 20px;
  max-width: 100%;
  line-height: 32px;
}
.tc-title-icon {
  float: left;
  width:50px;
  margin-right: 10px;
  vertical-align: middle;
}
.tc-title-icon img{
  width: 100%;
  max-width:100px; 
  margin:0 auto;

}
.tc-list {
  clear: both;
  margin: 30px 0 0 30px;
}
.tc-list li {
  margin-bottom: 8px;
}
.tc-list li::before {
  content: "\2022";
  color: var(--green);
  font-weight: bold;
  float: left;
  width: 1em;
  margin-left: -1em;
}
.tc-logos {
  margin: 20px 0 0 0;
}
.tc-logos li {
  display: inline;
}
.tc-logos li img {
  margin-right: 10px;
  margin-bottom: 20px;
  max-width:90px;
}

.tc-img {
  position: relative;
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.tc-img img {
  width: 100%;
}
.tc-date {
  position: absolute;
  right: 8px;
  left: 8px;
  top: 8px;
  background-color: rgba(255, 166, 0, 0.901);
  padding: 8px 25px;
  color: #fff;
  font-size: 15px;
  text-align: right;
}
.tc-more-info {
  position: absolute;
  right: 8px;
  left: 8px;
  bottom:8px;
  padding: 8px 20px;
  color: var(--green);
  background-color: rgba(255,255,255,.8);
  font-size: 18px;
  text-align: center;
}
.tc-more-info i {
  margin-left: 15px;
}
.tc-more-info:hover {
  color: orange;
}

/* SEARCH V3 */
.search-bg3 {
  position: relative;
  min-height: 140px;
  background-size: cover;
  background-position: center center;
}
.spc-offers-bg3 {
  min-height: 150px !important;
}
.abslt {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
}
.search-bg3-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.search-v3 form {
  background-color: #fff;
  border-radius: 0px;
  padding: 0 10px;
  -webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);
  border: 1px solid #e2e2e2;
}
.search-v3 .input-bg {
  margin: 2px 0 0px 0;
}
.search-v3 .form-group {
  margin-bottom: -1px!important;
}
.search-v3 i {
  position: absolute;
  top: 13px;
  left: 20px;
}
.search-v3 input,
.search-v3 select {
  border: none;
  height: calc(1.5em + 0.75rem + 2px) !important;
  color: #555;
  font-family: 'Abel', sans-serif!important;
}
.search-v3 select option {
  padding: 10px 0 !important;
}
.search-v3 .btn-v3 {
  background-color: var(--green) !important;
  box-shadow: none !important;
  border-radius: 30px;
  text-transform: inherit !important;
  font-family: "Avenir Roman";
  width: 100%;
  color:#fff;
  margin-right: -8px;
  margin-bottom: 4px;
}

/*HOTELS & RESORTS PAGE*/

.hrc-filter {
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  border: 1px solid #efefef !important;
}
.hrc-filter .select-wrapper input.select-dropdown {
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 15px !important;
  margin-bottom: 0 !important;
}
.hr-card {
  -webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);
  padding: 14px 0;
  display: block;
  position:relative;
}

.hr-card:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3); 
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;

  /*
  transform: scale(1.05); 
  background-color:#2f3e46;
  color:#e2e2e2;
  */
}

.hr-card-img {
  /*position: relative;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  height: 100%;
  width: auto;
}
.hrc-stars{margin-bottom:15px;}
.hrc-stars ul li {
  display: inline;
  padding:0;
}
.hrc-stars ul li i {
  color: #222;
  font-size: 11px;
  margin-right: 3px;
}
.hrc-price {
  position: absolute;
  right: 45px;
  top: 10px;
  background-color: var(--antrasit);
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
/*
  box-shadow: -10px 10px 5px -5px rgba(0,0,0,0.41);
  -webkit-box-shadow: -10px 10px 5px -5px rgba(0,0,0,0.41);
  -moz-box-shadow: -10px 10px 5px -5px rgba(0,0,0,0.41);
*/
  box-shadow: -20px 3px 20px rgba(0, 0, 0, 0.7)  ; 
	-webkit-box-shadow: -20px 3px 20px rgba(0, 0, 0, 0.7)  ; 
	-moz-box-shadow: -20px 3px 20px rgba(0, 0, 0, 0.7)  ; 
}
.hrc-price span {
  font-size: 20px;
  font-weight: bold;
}
.hrc-title {
  padding: 5px 5px 0px 0;
  font-size: 20px;
  font-family: "Avenir Roman";
  font-weight: bold;
}
.hrc-location {
  padding: 5px 10px 0 0;
  font-size: 15px;
  font-family: "Avenir Book";
}
.hrc-location i {
  margin-right: 8px;
}
.hrc-desc {
  padding: 10px 10px 10px 0;
  font-size: 16px;
  font-family: "Avenir Roman";
}
.hrc-rtext {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 0 0 20px 0;
}

/* SPECIAL OFFERS PAGE */
.search-v3-links li {
  display: inline;
  margin-right: 5px;
}
.search-v3-links li a {
  padding: 10px 40px;
  color: #fff;
  font-family: "Tahoma";
  font-weight: normal !important;
  font-size: 16px;
  display: inline-flex;
  margin-bottom:5px;
}
.search-v3-links li .active {
  background-color:#fff!important;
  color:var(--darkgray);
}
.search-v3-links li:nth-child(1) a,
.search-v3-links li:nth-child(7) a {
  background-color: darkgreen;
}
.search-v3-links li:nth-child(2) a,
.search-v3-links li:nth-child(8) a {
  background-color: orange;
}
.search-v3-links li:nth-child(3) a,
.search-v3-links li:nth-child(9) a {
  background-color: lightseagreen;
}
.search-v3-links li:nth-child(4) a,
.search-v3-links li:nth-child(10) a {
  background-color: darkgreen;
}
.search-v3-links li:nth-child(5) a,
.search-v3-links li:nth-child(11) a {
  background-color: orange;
}
.search-v3-links li:nth-child(6) a,
.search-v3-links li:nth-child(12) a {
  background-color: lightseagreen;
}


/* Special Offers Card */
.special-offers-card {
  margin-bottom: 20px;
}
.spco-card-head {font-size:18px;  font-family: "Avenir Book";font-weight: bold;}
.spco-card-title{color:var(--antrasit);}
.spco-card-promo{color:orange; text-align: right; font-size: 16px;}
/*.spco-card-promo span{ width:25px; height:25px; background-color: #FF5656; color:#fff; border-radius:50%; text-align: center; display:inline-flex; flex-direction: column; justify-content: center; margin-left:10px;}*/
.spco-card-promo .badge{ width:30px; height:30px; background-color: #FF5656; color:#fff; border-radius:50%; text-align: center; display:inline-flex; flex-direction: column; justify-content: center; margin-left:10px;}

.spco-card-item { -webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);  box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);; display:block; width:100%; padding:5px; margin-bottom:20px;}
.spco-item-img {min-height:140px; width:100%; background-size: 100%; background-repeat: no-repeat; background-position:center center;}
.spco-item-title{font-family: "Avenir Book";  margin-bottom:10px!important;}
.spco-item-text{margin-bottom:8px;font-size:17px; color:var(--darkgray); font-family: "Avenir Book";}
.spco-item-text span{color:orange; margin-right:5px;}
.spco-item-price li{display: inline-flex; flex-direction: row; margin-right:5px; }
.spco-item-price{text-align: right;}
.spco-item-person-price {padding:10px 20px; background-color:#EEF9FD; color:#71CEEE; border:1px solid #71CEEE; border-radius:15px;}
.spco-item-group-price {padding:10px 20px; background-color:#F8FEDC; color:#A8C513; border:1px solid #A8C513; border-radius:15px; }
.spco-item-person-price div:nth-child(1), .spco-item-group-price div:nth-child(1){font-size:25px; font-family: "Avenir Heavy"; margin-bottom:5px;}
.spco-card-footer {font-size:16px;}

.spco-card-body *{font-size:16px!important; font-family: "Lato Light"!important;}
.spco-card-body .btn-list{margin-right:10px;}

/* HOTEL PAGE */

.hotel-stars li{display:inline!important;}
.hotel-simple-tab{justify-content: center;}
/*.hotel-simple-tab .nav-link{background-color:transparent!important; color:var(--darkgray)!important;}*/
.hotel-simple-tab .nav-link{
    background-color:transparent!important; 
    color:var(--darkgray)!important;
    border-radius: 0px;
}
.hotel-simple-tab .nav-link:hover, .hotel-simple-tab .nav-link.active{
  background-color:var(--antrasit)!important; 
  color:#fff!important;
  border-radius: 3px;
}
.hotel-simple-tab .nav-link div{display:none;}
.hotel-simple-tab .nav-link.active div{display:block;}

.hrc-subtitle{font-size:15px; padding-bottom:2px; margin-bottom:5px; border-bottom:1px solid var(--green); }
/*.hrc-features-desc{font-size:15px; font-family: "Avenir Heavy"; margin-bottom:10px;}*/
.hrc-features-desc{font-size:13px; margin-bottom:5px;}
.hrc-features-desc-sm{font-size:11px; font-family: "Avenir Book"; margin-bottom:10px;}
.hrc-features-price1{color:orangered; text-decoration:line-through; font-family: "Avenir Heavy"; font-size:18px; margin-bottom:10px; text-align: right!important;}
.hrc-features-price2{text-align:right!important; color:var(--antrasit);  font-family: "Avenir Book"; font-weight:bolder;font-size:15px;}
.hrc-features-price2 button{
  width:60%;
  font-weight: bold;
}

/*.hotel-detail-res{position:absolute; left:-2000px; bottom:0; width:100%!important; transition:.5s; background-color:#fff;z-index:99999; padding:15px; }*/
.hotel-detail-res{width:100%!important; transition:.5s; background-color:#fff; padding:0px; }
.hdr-head{background-color: var(--antrasit); color:#fff; font-size:18px; font-family: "Avenir Roman";padding:7px 0 0px 0; }
.hdr-hleft{padding-top:10px;}
.hdr-head-price div{float:right; width:fit-content; padding:0 10px;}
.hdr-head-price div:nth-child(2){font-size:14px;}
.hdr-head-price div:nth-child(2) span{display:block; width:100%; font-size:12px;}
.hdr-head-price div:nth-child(1){font-size:35px; font-family: "Avenir Heavy"; }
.hdr-head i{margin:0 25px;}
.hdr-body .select-wrapper{width:120px;}
.hdr-body .select-wrapper input.select-dropdown{color:var(--light-blue); text-decoration: underline; font-size:15px;}
.hdr-body {font-size:14px!important;}
.hdr-body tr{border:0;}
.hdr-body table td{padding:0;}
.hdr-body table .select-td{width:130px;}
.hdr-body .form-check{float:left; margin-right:5px; }
.hdr-table ::placeholder{color:var(--light-blue)!important; text-decoration: underline; }
.hdr-table ::-ms-input-placeholder{color:var(--light-blue)!important; text-decoration: underline; }
.hdr-table ::-webkit-input-placeholder{color:var(--light-blue)!important; text-decoration: underline; }
.hdr-table td{vertical-align: middle;} /*baseline*/
.hdr-table .form-control{color:var(--light-blue); text-decoration: underline;}
.hdr-body-title{font-size:20px; font-family: "Avenir Heavy"; /*margin-bottom:20px*/}


/* COURSE PAGE */
.course-info{width:80vw; margin-left:10vw;}
.course-info li{width:23vw; text-align: center; font-family: "Avenir Heavy"; display:inline-block;}
.course-detail .cd-feat{margin-bottom:20px; font-family: "Avenir Heavy";}
.text-small{font-size:14px; color:#bebebe; clear:both;padding-top:10px;}



/* FORM PAGE */
/* LEFT */
.pos-relative{position: relative;}
.form-page-left{/*-webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);  box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);*/ padding:10px;left:0; }
.fpl-title{position:relative; background-size:cover; background-repeat: no-repeat; background-position: center center;background-color:var(--antrasit);/*height:35px;*/ }
.fplt-overlay{position:absolute; left:0; top:0; width:100%; height:100%; background-color: rgba(0, 0, 0, 0.4);}
.fplt-text{color:#fff; font-family: "Avenir Heavy"; font-size:25px;/* position:absolute;  width:100%;  z-index:9; bottom:3px; left:3px;*/}
.fpl-desc{font-size:18px; color:var(--darkgray); padding:20px;}
.input-border{padding:25px!important; border:1px solid #d6d6d6!important;}
.form-page-left .form-check label{font-size:17px!important; font-family: "Avenir Book"!important; margin-left:10px;}
.form-page-left .form-check input{height:20px!important; width:20px;  }
.fpl-transfer-service{background-color:var(--light-blue); padding:40px 20px; color:#fff; font-size:17px; line-height: 34px;}
.fpl-ts-title{color:rgb(32, 31, 31); font-family: "Avenir Heavy"; font-size:20px; margin-bottom:15px;}
.form-check label{font-size:13px!important; font-family: "Avenir Book"!important; }
/* RIGHT */
/*
.fpr-title{font-size:25px; font-family: "Avenir Heavy"; margin-bottom:15px;  }
.fprt-text{font-size:18px;}
.form-page-right .search-v3 .select-wrapper{margin-left:35px!important;}
.fpr-card{-webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4); box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4)}
.fprc-img{display:block;  height:420px; background-size:cover; background-position:center center;}

.fprc-title{font-family: "Avenir Heavy"; font-size:20px; margin-bottom:15px;}
.fprc-feat{font-size:16px; font-family: "Avenir Heavy"; margin-bottom:15px;}
.fprc-feat i{color:orange; margin-right:10px;}
.fprc-round-info{font-size:16px; font-family: "Avenir Heavy";}
.fprc-round-date{font-size:14px;}
.fprc-round-price{font-size:28px; font-family: "Avenir Heavy";}
.fprc-round-1{background-color:#EEF9FD; border:1px solid var(--light-blue); color:var(--light-blue)}
.fprc-round-2{background-color:#F8FEDC; border:1px solid #A8C513; color:#A8C513;}
.fprc-round-1, .fprc-round-2{padding:15px; border-radius:20px; }
*/


.fpr-title{font-size:25px; font-family: "Avenir Heavy"; margin-bottom:15px;  }
.fprt-text{font-size:18px;}
.form-page-right .search-v3 .select-wrapper{margin-left:35px!important;}
.fpr-card{
    background-color:#fff;
    border:1px solid #e2e2e2;
  }
.fpr-card:hover{
  /*
  -webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4); 
  box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);
  */
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3); 
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  background-color:#f8f8f8;
}

.fprc-img{display:block;  height:160px; background-size:cover; background-position:center center;background-repeat: no-repeat;}

.fprc-title{font-family: "Avenir Heavy"; font-size:18px; margin-bottom:15px;}
.fprc-feat{font-size:16px; font-family: "Avenir Roman"; margin-bottom:15px;}
.fprc-feat i{color:orange; margin-right:10px;}
.fprc-round-info{font-size:16px; font-family: "Avenir Heavy";}
.fprc-round-date{font-size:14px;}
.fprc-round-price{font-size:28px; font-family: "Avenir Heavy";}
.fprc-round-1{border-bottom:1px solid #efefef; padding-bottom:10px;}
.fprc-round-1, .fprc-round-2{margin-bottom:5px;}
.fprc-round-1 .fprc-round-price{color:var(--green)}
.fprc-round-2 .fprc-round-price{color:var(--light-blue)}
.form-box{padding-bottom:10px; margin-bottom:20px; border-bottom:1px solid #efefef;}
.form-plus-btn, .form-times-btn{margin-top:8px; display: block; cursor: pointer;}
.form-plus-btn i{font-size:20px; color:var(--green)}
.form-times-btn i{font-size:20px; color:red}


/**
 * Flexdatalist custom
 * style for properties text
 */
 .flexdatalist-results span:not(:first-child):not(.highlight) {
  padding-left: 10px;
  display: inline-block;
  font-size: 80%;
  color: rgba(0, 0, 0, 0.50);
}
.flexdatalist-results li.active span:not(:first-child):not(.highlight) {
  color: rgba(255, 255, 255, 0.50);
}
.flexdatalist-results li span.highlight {
  font-weight: 700;
  text-decoration: underline;
  color: #000;
  background: yellow;
}
/**************************************************************************************/


.navTelefon{
  position:absolute;
  top:12px;
  right:65px;
}
.navTelefon i{
  font-size:19px;
  color:#fff;
}


/*bestsellers için yapıldı 18.01.2022 made by emel  *
.sellers .nav-item .active{
  border-top: 3px solid var(--green)!important;
  background-color: rgba(47, 62, 70, 0.9); /* yeni 10.01.2022 yapıldı*
  color: #fff !important;
}

.sellers .nav-link {
  border:1px solid #e2e2e2;
}
*/

/*18.01.2022 bestseller için yapıldı*/
.best-title {
  color:#fff;
  font-size: 21px;
  font-family: "Avenir Heavy";
  /*font-weight: bold;*/
  text-align:center;
  margin-bottom:15px;
  border:1px solid var(--antrasit);
  background-color: rgba(47, 62, 70, 0.9); 
}


/* RESPONSIVE SETTING */

@media (min-width: 1200px) {
  .navbar .select-language {
    top: 32px;
  }
  .fixed .select-language {
    top: 16px!important;
  }
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar .has-megamenu {
    position: static !important;
  }
}
@media (max-width: 1200px) {

  .home-features{display:none;}
  .tc-tournament * {
    text-align: center;
    margin: 0 auto;
  }
  .tc-logos,
  .tc-logos li {
    width: 100%;
    display: block;
    text-align: center;
  }
  .tc-title{text-align:center;}
  .tc-title-icon {
    float: none;
    text-align: center;
    max-width: inherit;
    margin:0 auto;
  }
  .tc-title-icon img {
    margin-bottom: 8px;
  }
  .tc-title-text {
    text-align: center;

  }
  .tc-list li {
    width: 100%;
    text-align: center;
    padding-left: 3px;
  }
  .tc-list li::before {
    float: none;
  }
  .fixed .select-language {
    top: 25px!important;
  }
  header .collapse {
    margin-right: 0 !important;
  }
  header .collapse .nav-item {
    border-bottom: 1px solid rgba(168, 197, 19, 0.2);
  }
  header .collapse .nav-item:last-child {
    background-color: transparent;
    border: none;
  }
  .sp header .collapse .nav-item:last-child {
    background-color: transparent !important;
    color: #fff !important;
  }
  .megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 20px !important;
  }
  /*
  .sp header .nav-link {
    color: #fff !important;
  }
  */

  .sp header .nav-link:hover {
    color: var(--green) !important;
  }

  .spc-offers-bg3 {
    min-height: 170px !important;
  }

  .spco-item-person-price {padding:8px 8px;}
  .spco-item-group-price {padding:8px 8px; }
}

@media (max-width: 992px) {

  .reservation-box {
    width: 80%;
  }
  
  .hgc-title {
    font-size: 2.5vw;
  }
  
  .hf-img {
    width: 100%;
    max-width: 100%;
    -webkit-clip-path: inherit;
    clip-path: inherit;
  }

  .hf-card {
    padding: 20px;
    border: 1px solid rgb(185, 185, 185);
    border-radius: 10px;
    margin-top: 20px;
  }
  .hf-right {
    padding-top: 10px !important;
  }
  .home-features2 img {
    height: auto;
  }

  .search-bg3 {
    min-height: 500px;
  }

}

@media (max-width: 768px) {
/*  
  .header-top1{
    display: none;
  }

  header .navbar{
    top:0;
    padding-top: 0;
    padding-bottom: 0;
  }
*/


  .home-golf-cards{
    display: none;
  }

  .reservation-box {
    bottom: 40px;
    width: 80%;
  }

  .rb-title {
    font-size: 22px;
    font-style: italic;
    color: #fff;
    width: 100%;
    margin-left: 10%;
    padding-left: 20px;
    margin-bottom: 8px;
  }
  .rb-form .frm-left {
    border: none;
  }
  .rb-form {
    background-color: #fff;
    border-radius: 30px;
    width: 80%;
    margin-left: 10%;
  }
  .rb-search,
  .hn-search {
    border-radius: 30px;
    width: 100%;
    height: 50px;
    background-color: var(--antrasit);
    border: none !important;
  }
  .hgc-title {
    font-size: 8vw;
  }
  .hgc-subtitle {
    font-size: 4vw;
    margin-top: -18vw;
  }

  .oc-img {
    height: auto;
  }
  .search-v3-links li{width:100%!important; display: block!important;}
  .search-v3-links li a {
    display: block;
  }

 
  .spc-offers-bg3 {
    min-height: 300px !important;
  }
  .hdr-head-price{margin-top:15px;}
  .spco-card-promo{ text-align: left; margin-top:10px;}
  .grid-slider {min-height:230px; padding-top:0px;}
  .grid-slider .gs-1{/*height:100vw;*/width:100%; margin-bottom:10px;}
  .grid-slider .gs-2{display:none;height:100vw; margin-bottom:10px;}
  .grid-slider .gs-3{display:none;height:100vw; margin-bottom:10px;}
  .grid-slider .gs-4{display:none;height:100vw; margin-bottom:10px;}
  .grid-slider .gs-5{display:none;height:95px; }


  .hr-card-img img {
    height:200px;
  }

  .hrc-features-price2 button{
    width:100%;
  }
  .hotel-simple-tab .nav-item a{
    color: #000 !important;
  }

  .simgeli a{
    padding: 3px;
  }

  .navbar-toggler{
    margin-top:0px!important;
  }


}

@media (min-width: 768px) {
  .hgc-middle {
    padding-left: 8px;
    padding-right: 8px;
  }

}

@media (max-width: 576px) {
  .reservation-box {
    bottom: 40px;
    width: 90%;
    left: 5%;
  }
  .rb-title {
    font-size: 22px;
    font-style: italic;
    color: #fff;
    width: 100%;
    margin-left: 0;
    padding-left: 30px;
  }
  .rb-form {
    background-color: #fff;
    border-radius: 30px;
    width: 90%;
    margin-left: 5%;
  }
  .rb-form input.form-control::-webkit-input-placeholder {
    font-size: 16px;
  }
  
  .rb-form input.form-control:-ms-input-placeholder {
    font-size: 16px;
  }
  
  .rb-form input.form-control ::placeholder {
    font-size: 16px;
  }

  .hf2-desc {
    height: auto;
    font-size: 16px;
  }

  .hb-overlay {
    font-size: 4vw;
  }

  .spc-offers-bg3 {
    min-height:350px !important;
  }
  .spco-item-price li{width:48%!important; display:block; float:left; margin-right:2%!important}
  .carousel-indicators{display:none;}

  .hotel-simple-tab .nav-item{display:block; width:100%; margin-bottom:3px; text-align: center;}
  .hotel-simple-tab .nav-link.active{background-color: var(--green)!important; color:#fff!important;}
  .hotel-simple-tab .nav-link.active div{display:none!important; }
  .subpage-name{font-size:30px;}
  .course-info{width:100%!important; margin-left:0!important;}
  .course-info li{display:block; margin-bottom:4px; width:100%;}
}
 
.subSearch {
  height:48px;max-width:95%;font-size:21px;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date{background-color:#fff!important;}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 
  /* CSS KODLARI BURAYA */
   
  .spco-card-body table td,.spco-card-body table th{
    font-size:13px!important;
  }
  .spco-card-body span{
    font-size:13px!important;
  }
  .spco-card-body a{
    font-size:13px!important;
  }


  .scroll-to-top{
    margin-right:1.5em;
  }

  .navTelefon{
    right:55px;
  }
  .msjsize{
    font-size:11px!important;
  }

    /*02.02.23 eklendi mobile request form top kısmı ıcın emel*/
  .reqmobile {

    top:-30px!important;
  }

}

@media only screen and (min-device-width : 1366px) and (max-device-width : 1440px) { 
  /* CSS KODLARI BURAYA */
  .kisatarih{
    display:none;
  }

  .hgc-subtitle{
    margin-top:45px;
  }  
  
  .oci-card-body ul li{
    font-size:11px;
  }
  .oci-card-body .oci-card-oteladi{
    font-size:17px;
  }

  .tour-logo{
    margin-top : -35px;
    margin-left: -10px;    
  }
  .tour-logo img{
    width: 90%;
  }
  .tour-header {
    font-size:13px!important;
  }
  .tour-date{
    font-size:13px!important;
  }
  .tour-aciklama{
    font-size:11px!important;
  }
  .tour-oyundetay{
    font-size:10px!important;
  }
  .tour-price th {
    font-size:13px!important;
  }
  .tour-price td {
    font-size:13px!important;
  }
      
  .btn-tour-req{
    font-size:13px!important;
  }


}

.tour-header{
  font-size:21px;
  font-weight: bold;
  background-color :#fff;
  color:var(--antrasit);
}
.tour-date{
  color : var(--green);
  font-size:17px;
}
.tour-aciklama{
  font-size:14px;
  font-weight: bolder;
}
.tour-oyundetay{
  font-size:12px;
}
.tour-price th {
  font-size:17px;
}

.tour-price td {
  font-size:15px;
}


/*******************************************************************/
/* benim stillerim */
/*******************************************************************/
.bizimrenk1{
  background-color: #2f3e46;
}
.bizimrenk2{
  background-color: #081C15;
}
.bizimrenk3{
  background-color: #293241;
}
.bizimrenk4{
  background-color: #123024;
}

.daterangepicker td.active, .daterangepicker td.active:hover{background-color: orange!important; color:#fff;}
.fixed{
  position:fixed!important;   
  -webkit-box-shadow: 0px 6px 16px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 6px 16px -4px rgba(0, 0, 0, 0.4);

  /*background-color: rgb(241,242,242,.9)!important;*/
  
  /*background-color: rgba(0, 0, 0, .6)!important;*/
  background-color: rgb(41,49,51,.9)!important;

}
.fixed .navbar-brand{margin:0!important;}
/*.fixed .navbar-brand img{width:170px;height:65px;}*/
.fixed .nav-link{color: #000 !important;}
.fixed .topMenu{color: #000 !important;}

select:focus{outline: none !important;}

.ui-autocomplete-category {
  font-weight: bold;
  padding: .2em .4em;
  margin: .8em 0 .2em;
  line-height: 1.5;
}


.btn-eorange {
  border-radius: 3px !important;
  background-color: orange !important;
  color:#fff;
  height:40px; 
  line-height: 40px;
  font-size:16px;
}

.btn-eorange i{
  margin-left:10px;
  color:#fff;
  font-size:15px;
}




.scroll-to-top{
  position:fixed;
  /*background:url(../img/b_logo.png) no-repeat transparent;*/
  cursor:pointer;
  bottom:1em;
  right:1%;
  width:55px;
  height:55px;
  padding-right:1em;
  display:none;
  z-index:999;
  -webkit-filter: drop-shadow(2px 2px 2px #666);
  filter:         drop-shadow(2px 2px 2px #666); 
}


.sec-1-area{
  width:100%; 
  overflow: hidden; 
}

.sec-1-area img{
  width:98%;
  transition: transform 2s;
}
.sec-1-area img:hover{
  transform: scale(1.05); 
}

.sec-3-item{
  position:relative;
  width:99.5%;
  height:100%;
  overflow: hidden;
} 

.sec-3-item img{
  transition: transform 2s;
}
.sec-3-item img:hover{
  
  transform: scale(1.05); 
}

.OtlPkgCard:hover{
		background-color:#e2e2e2;
}

/*********************************************************/

.text-truncate-container {
  width: 96%;
}
.text-truncate-container p {
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* mixin for multiline */
.block-with-text {
  overflow: hidden;
  position: relative;
  line-height: 1.1em;
  max-height: 2.2em;
  text-align: justify;
  margin-right: 1em;
  padding-right: 1em;
}
.block-with-text:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
.block-with-text:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

html {
  --lh: 1.5rem;
  /*line-height: var(--lh);*/
}

.truncate-overflow {
  --max-lines: 3;
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
  padding-right: 1rem; /* space for ellipsis */
}
.truncate-overflow::before {
  position: absolute;
  content: "...";
  inset-block-end: 0; /* "bottom" */
  inset-inline-end: 0; /* "right" */
}
.truncate-overflow::after {
  content: "";
  position: absolute;
  inset-inline-end: 0; /* "right" */
  width: 1rem;
  height: 1rem;
  background: white;
  /*background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);*/
}


/* enable absolute positioning */
.inner-addon { 
  position: relative; 
}

/* style icon */
.inner-addon .fas {
  position: absolute;
  padding: 12px 5px 5px 5px;
  pointer-events: none;
}

/* align icon */
.left-addon .fas  { left:  0px;}
.right-addon .fas { right: 0px;}

/* add padding  */
.left-addon input   { padding-left : 27px;}
.left-addon select  { padding-left : 27px;}
.right-addon input  { padding-right: 27px;}
.right-addon select { padding-right: 27px;}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 11%;
}
.sticky1 {
  position: -webkit-sticky;
  position: sticky;
  top: 16%;
}


.select1 {
  font-family: 'Avenir','Avenir Book','Avenir Roman','Avenir Light','Lato Light',Verdana, Tahoma;
  font-size  : 14px;
}

.select2 {
  font-family: 'Avenir Book','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size  : 15px;
  color      :#000;
}

.select3 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size  : 14px;
}

.vl {
  border: 1px solid var(--antrasit);
  height: 50px;
  width:1px;
}
.bra{
    border: 1px solid var(--antrasit);
}
.vr {
    height: 80%;
    width: 1px;
    border-left: 1px solid gray;
    /*display: inline-block;*/    
    margin: 5px auto;
}

.heart {
  position: absolute;
  right:10px;
  bottom:215px;
  text-shadow: 1px 1px 1px #ccc;
  opacity: 0.8;
  font-size: 1.8em;
  color: #fff;

}

.heart:hover {
 color :red;
}


.heart2 {
  position: absolute;
  right:10px;
  bottom:0px;
  text-shadow: 1px 1px 1px #ccc;
  opacity: 0.8;
  font-size: 1.8em;
  color: var(--antrasit)

}

.heart2:hover {
 color :red;
}


.hrc-price-deneme {
  color:var(--bizim-orange);
  font-size: 24px;
  font-weight: bold;
}

.hrc-price-eml {
  position:absolute;
  padding: 5px;
  top:0;
  right:15px;
  background-color:rgba(47, 62, 70, 0.8);
  width:130px;
  height:40px;
  color:var(--bizim-orange);
  text-align:right;
  border-radius: 0 0 0 3px;
}
.hrc-price-eml .hfrom {
  padding-right:7px;
  font-size:13px;
}
.hrc-price-eml .hprice {
  padding-right:7px;
  font-size: 21px;
  font-weight: bold;
}

.ppfiyat:hover {
  background-color :var(--antrasit);
  color:white;
  cursor:pointer;
}

.gpfiyat:hover {
  background-color :var(--antrasit);
  color:white;
  cursor:pointer;
}

.tour-card {
  cursor:pointer;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
}

.tour-card:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3); 
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
}



/**score card template emel*/

/*score card calısması*/

.scrtable {
  width:80%;
  font-family:"Avenir Heavy";
  border:1px solid var(--antrasit);
}


td {
  width: auto;
  height: 24px;
  text-align: center;
  font-size: 14px;
 
  vertical-align: middle;
  border-bottom:1px solid #000;
  
  
  }
  .ortala {
      width: 80%;
      margin:0 auto;
      padding: 0px;
  }
  .title-red {
      color:red;
  }
  .title-yellow {
      color:#e8d100;
  }
  .title-blue {
      color:blue;
  }

  .title-antrasit {
      color:#2f3e46;
  }
  .title-gold {
      color:gold;
  }

  .title-silver {
      color:silver;

  }


  .stn-antrasit{
  font-size: 12px;
  font-family: verdana;
  vertical-align: middle;
  background-color:#2f3e46;
  color:#fff;
  width:10%;
  }

  .stn-green{
  font-size: 12px;
  font-family: verdana;
  vertical-align: middle;
  background-color:#a8c513;
  color:#000;
  width:10%;
 
  }

  .stn-gry {
  font-size: 12px;
  font-family: verdana;
  vertical-align: middle;
  background-color:#dadada;
  color:#000;
  width:10%;
 
  }
  .stn-gry-2 {
  font-size: 12px;
  font-family: verdana;
  vertical-align: middle;
  background-color:#e3e3e3;   
  color:#000;
  width:10%;
 
  }

  .stn-gry-3 {
  font-size: 12px;
  font-family: verdana;
  vertical-align: middle;
  background-color:#ededed;
  color:#000;
  width:10%;
 
  }

  .stn-gry-4 {
  font-size: 12px;
  font-family: verdana;
  vertical-align: middle;
  background-color:#f6f6f6;
  color:#000;
  width:10%;
 
  }
  
  .stn-gry-5 {
  font-size: 12px;
  font-family: verdana;
  vertical-align: middle;
  background-color:#fbfbfb;
  color:#000;
  width:10%;
 
  }

  .golgeimg {
      /*width: 150px;*/
      -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
      filter        : drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
  }

  .request:hover, .question:hover,.request i:hover, .question i:hover {
    /*background-color:orange;*/
    color:var(--bizim-orange);
  }

  /*02.02.23 eklendi mobile request form top kısmı ıcın emel*/
  .reqmobile {

   margin-top:90px;
  }

  /* yenı ekledim*/
.btn-list-grn{
  background-color:#2f3e46;
  color:#fff;
  font-size:17px;
  font-family: "Avenir Book";
}
.btn-list-grn:hover {
  color:var(--green);
}
.hrc-location {
  padding: 5px 10px 0 0;
  font-size: 15px;
  font-family: "Avenir Book";
  float: right; /* yeni ekledim*/
}
.hrc-location i {
  margin-right: 8px;
  color:var(--green)/*yenı ekledım*/
}

.hrc-price {
  position: absolute;
  right: 10px;/*45 idi yeni ekledim*/
  top: 10px;
  background-color: var(--antrasit);
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
/*
  box-shadow: -10px 10px 5px -5px rgba(0,0,0,0.41);
  -webkit-box-shadow: -10px 10px 5px -5px rgba(0,0,0,0.41);
  -moz-box-shadow: -10px 10px 5px -5px rgba(0,0,0,0.41);
*/
  box-shadow: -20px 3px 20px rgba(0, 0, 0, 0.7)  ; 
	-webkit-box-shadow: -20px 3px 20px rgba(0, 0, 0, 0.7)  ; 
	-moz-box-shadow: -20px 3px 20px rgba(0, 0, 0, 0.7)  ; 
}


.srcBox {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  bottom:10%;
  width :45%;
  height:77px;
  /*left:40%;*/
  z-index: 8;        
  /*box-shadow: 3px 7px 9px 3px rgba(0, 0, 0, 0.4);*/
  /*background-color: rgba(0, 0, 0, 0.7);*/
  background-color: rgba(0, 0, 0, 0.3);
  border-radius:3px;
}
.srcBox ::placeholder{
  font-size:21px;
}

.srcBox1 {
  /*background-color: rgba(0, 0, 0, 0.7);        */
  background-color: transparent;/*#fff;/*var(--antrasit);*/
  border-radius:3px;
}

.mblAnaResim{
  position:relative;
  margin-top:40px;
  padding-top: 0px;
  min-height: 400px;
  background-image: url('../img/slide1.webp');
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover; 
}

.mblsrcBox {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top:8%;
  width:85%;
  padding:7px;
  /*height:77px;*/
  z-index: 8;        
  background-color: rgba(0, 0, 0, 0.5);
  border-radius:3px;
  font-size:13px;
}

.mblsrcBox ::placeholder{
  font-size:15px;
}
.mblsrcBox img{  
  height: 400px;
}



.mainMsg{
  position:absolute;
  top:40%;
  z-index:1099;
}

.srcBoxe {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top:35%;
  left:5%;
  z-index: 99;        
  box-shadow: 3px 7px 9px 3px rgba(0, 0, 0, 0.6);
  /*background-color: rgba(0, 0, 0, 0.7);*/
  background-color: rgba(255, 255, 255, 0.8);
  border-radius:30px;
}
.btn-emeci {
  background-color: rgba(153, 205, 50, 0.7);
  border-radius:15px;
}


.frm-card-title {
  color: var(--darkgray);
  font-size: 24px;
  font-family: "Avenir Roman";
  font-weight: bold;
  text-align:center;
  margin-bottom:15px;
}
.frm-card-text {
  color: var(--darkgray);
  font-size: 15px;
  font-family: "Avenir Roman";
  font-weight: bold;
  text-align:left;
  margin-bottom:8px;
}
.frm-card-baslk {
  color:white;
  background-color: var(--antrasit);
  font-size: 24px;
  font-family: "Avenir Roman";
  font-weight: bold;
  text-align:left;
  margin-bottom:25px;
  /*border:1px solid (var(--antrasit));*/
  height: 50px;
  padding-top:5px;

}
.frm-card-baslk-grn {
  color:var(--green);
  background-color: var(--antrasit);
  font-size: 28px;
  font-family: "Avenir Roman";
  font-weight: bold;
  text-align:center;
  margin-bottom:25px;
  /*border:1px solid (var(--antrasit));*/
  height: 50px;
  padding-top:3px;
 
}
.frm-card-tckt {
  color: var(--darkgray);
  font-size: 15px;
  font-family: "Avenir Roman";
  font-weight: bold;
  text-align:left;
  margin-top:5px;
}

.flight-title {
  color: var(--darkgray);
  font-size: 32px;
  font-family: "Avenir Heavy";
  font-weight: bold;
  text-align:center;
  margin-bottom:15px;
  margin-top:25px;
}

.home-newsletter {
  background: url("../img/banner/tournaments.webp") center top;  
  /*background-color: var(--green);*/
  background-size: cover;
  margin-bottom: 20px; 
}



/*destinations*/

.dest-title{
  position:relative; 
  background-size:cover; 
  background-repeat: no-repeat; 
  background-position: center center;
  /*background-color:rgba(47, 62, 70, 0.9);*/
  /*background-color:var(--antrasit);*/
  font-weight:bold;
  font-size:30px;
  height:140px;
}

  .dest-text
  {
    color:var(--antrasit); 
    font-family: "Verdana"; 
    font-size:20px;/* position:absolute;  width:100%;  z-index:9; bottom:3px; left:3px;*/
    font-weight: normal;
  }

  .htl-title {
    padding: 5px 5px 0px 0;
    font-size: 32px;
    font-family: "Avenir Roman";
    font-weight: normal;
  }


  .crs-card {
    /*-webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);*/
    border:1px solid #e2e2e2;
    display: block;
    position:relative;
  }
  .crs-card:hover {
    -webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    -moz-transition: 0.7s;
    background-color:whitesmoke;


  }

  .crs-subtitle{
    font-size:18px;  
    font-weight:bold;
    text-align: center;
   }
   .crs-features-desc{
     font-size:18px; 
     text-align: center;
    }


   .crs-img {
    background-size: cover;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 69% 0, 100% 100%, 0% 100%);
    /*-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);*/
    clip-path: polygon(0 0, 69% 0, 100% 100%, 0% 100%);
    /*clip-path: polygon(0 0, 0% 100%, 100% 0);*/
    height:100%;
  }

  .btn-crs {
    border-radius: 3px !important;
    background-color: var(--green) !important;
    color:#000;/*antrasit ti 11.05.2022*/
    height:40px; 
    width:100px!important; 
    font-size:18px;

  }

  .btn-turuncu {
    border-radius: 3px !important;
    background-color: var(--borange) !important;
    color:#000;/*antrasit ti 11.05.2022*/
    height:40px;
    width:100px!important; 

  }

  .btn-list-grn{
    background-color:#2f3e46;
    color:#fff;
    font-size:17px;
    font-family: "Avenir Book";
  }
  .btn-list-grn:hover {
    color:var(--green);
  }


   /* 15.11 yeni ekledim*/

   input[type="checkbox"] {
     /*
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    */
 
    width: 16px;
    height: 16px;
    border: 1px solid var(--antrasit); /*23.12.21*/
    /*background-color: var(--antrasit);*/
  }
  
  input[type="checkbox"]:checked {
    background-color:var(--antrasit);
  }

  .input2[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background-color: white;
  }
  
  .input2[type="checkbox"]:checked {
    background-color:orange;
  }
 /*yeni button 18.11*/


 button.btn-oranj  {
  border-radius: 3px !important;
  background-color: var(--bizim-orange) !important;
  color:#fff;
  height:38px; 
  line-height: 38px;
  font-size:16px;
  padding:0 15px;
  border:1px solid var(--bizim-orange);

}
button.btn-oranj :hover {
 color:#fff;
 /*color: var(--borange) !important;*/
}
/*çizgi için yenı eklendi 19.11*/

s, strike{text-decoration:none;position:relative;}
s::before, strike::before 
{
  top: 50%; 
  background:red; 
  opacity:.7;
  content: '';
  width: 140%;
  position: absolute;
  height:1px;/*.07em;*/
  /*border-radius:.1em;*/
  /*left:-1%;*/
  text-align: center;
  /*white-space:nowrap;*/
  /*display: inline-block;*/
  /*transform: rotate(-25deg);  */
  margin-left:-5px;
  }
s.straight::before, strike.straight::before{transform: rotate(0deg);left:-1%;width:102%;}

/*23.11.2021 yeni ekledim*/


button.btn-yesil  {
  border-radius: 3px !important;
  background-color: var(--green) !important;
  color:#fff;
  height:38px; 
  line-height: 38px;
  font-size:16px;
  padding:0 15px;
  border:none;

}
button.btn-yesil :hover {
  color:#fff;
}

.btn-tour{
  background-color:#2f3e46;
  color:#fff;
  font-size:17px;
  font-family: "Avenir Book";
}
.btn-tour:hover {
  color:var(--green);
}


/*golf listesine eklendi yeni 17.11*/
.glf-card-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;

  background-color: rgba(47, 62, 70, 0.8);
  color: #fff;
  font-size: 24px;
  font-family: "Avenir Roman";
  padding: 5px;

}

/*otel listesine eklendi yeni 17.11*/
.htl-card-title {
  position: absolute;
  margin-left:0px;
  bottom: 8px; 
  width: 96%;
  background-color: rgba(47, 62, 70, 0.8);
  color: #fff;
  font-size: 23px;
  font-family: "Avenir Roman";
  padding: 10px; 
}

.ceocu{

  font-size: 23px;
}


.ogMesaj {
  font-size:17px; 
  /*margin-top:10px;
  margin-left:18px;*/
  border-radius:3px;
  border:1px solid #e2e2e2;
}

.about-us {
  padding: 5px 0 0 5px;
}
.about-us ul {
  margin: 5px !important;
}
.about-us ul li::before {
  content: "\2022";
  color: var(--green);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}



/**************************************************************************/
/* Floating Label */
/*************************************************************************/
/*
.form-group.floating>label {
  bottom: 14px;
  left: 8px;
  position: relative;
  background-color: white;
  padding: 0px 5px 0px 5px;
  font-size: 1.1em;
  transition: 0.1s;
  pointer-events: none;
  font-weight: 500 !important;
  transform-origin: bottom left;
}

.form-control.floating:focus~label{
  transform: translate(1px,-85%) scale(0.80);
  opacity: .8;
  color: #005ebf;
}

.form-control.floating:valid~label{
  transform-origin: bottom left;
  transform: translate(1px,-85%) scale(0.80);
  opacity: .8;
}
*/

.form-group {
  position: relative;
  margin-bottom: 1.5rem
}

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 0;
  transition: all 300ms;
  opacity: 0.5
}

.form-control:focus+.form-control-placeholder,
.form-control:valid+.form-control-placeholder {
  font-size: 80%;
  transform: translate3d(0, -100%, 0);
  opacity: 1
}
/*************************************************************************/

.hf2-card2 {
  position: relative;
  min-height:220px;  
  background-size: cover;
  overflow: hidden;
  width:100%;
  

}

.hf2-card2 img{

  transition: transform 2s;
 
}
.hf2-card2 img:hover{
  
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  animation: fade-in 1s;
  
}

.hf2-desc2 {
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8)!important;
  z-index: 9;
  padding: 15px;
    
}


.hf2-desc2.right-pos {
  position: absolute;
  width: 40%!important; 
  min-width:200px; 
  height:100%!important;
  display: block;
  bottom: 0;
  left: 60%;
  background-color: rgba(0, 0, 0, 0.8)!important;
  z-index: 9;

}
.hf2-desc2:hover {
  background-color: rgba(0, 0, 0, 0.6)!important;
}
.hf2-desc2 i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
}
.hf2-desc2-title {
  font-family: "Avenir Roman";
  color: #fff;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 25px;
}
.hf2-desc2.right-pos .hf2-desc-title {
  margin-bottom: 15px;
}
.hf2-desc2-text {
  font-family: "Avenir Book";
  color: #fff;
}


.hf2-desc3 {
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 15px;
}


/*Tournament içerik* 20.12.2021*/

.tour-grn {
color:#0c6d3d;
font-size:24px;
font-weight:bold
}

.tour-antr {
  color:#2f3e46;
  font-size:20px;
  font-weight:bold
  }

  .footer-logo img
  {
  
    /*background-color:#fff;*/
    border-radius:50px;
    width:99px;
    height:38px;
    padding:5px;
  }
  .footer-logo img:hover{
  
    background-color: var(--green) !important;
  }


.footer-list img
{

  background-color:#fff;
  border-radius:15px;
  width:32px;
  height:34px;
  padding:5px;
}
.footer-list img:hover{

  background-color: var(--green) !important;
}  

.sticky2 {
  position: -webkit-sticky;
  position: sticky;
  top: 45%;
}

.promotion {
    background-color:var(--bizim-orange);
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);
}
  
  .promotion :hover{
    background-color:var(--green);
    border-radius: 5px;    
  }
  
  .promotion2 {
    background-color:#e2e2e2;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);
  }

  .promotion-title {
    color:#fff;
    text-align: center;
    vertical-align: middle;
    font-size:20px;
    font-weight: bolder;
    
  }
  
  .promotion-text {
  /*color:rgba(0, 0, 0, 0.8);*/
  text-align: left;
  font-size:16px ;
  font-weight: bolder;
  vertical-align: middle;
  
  }

.search-v3 i {
  position: absolute;
  top: 13px;
  left: 20px;
  color:var(--bizim-orange);
}

.mainSearch{
  min-height:48px;max-width:95%;font-size:21px;  
}

  .oci-card-oteladi{
    /*
    font-size:21px;
    font-weight: bolder;
    */
    font-size:18px;
    font-weight: bold;
    color:var(--antrasit);
  }
  /*
  .oci-card-yildiz{
    font-size:13px;
  }*/
  .oci-card-bolge{
    font-size:15px;
  }
  .oci-card-bolge span{
    font-size:17px;
  }
  .oci-card-fiyat h3{
    font-size:27px;
  }


  /*why book bılyana kutusu 13.01.2022*/
  .whybox {
    background-color:var(--green);
    border-radius:5px;
    
    
    /*-webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);*/
    }
        
    .whybox-title {
      color:#fff;
      /*vertical-align: top;*/
      text-align: center;
      font-size:23px;
      font-weight: bolder; 
    }
    .whybox-text {
      color:#fff;
      text-align: left;
      vertical-align: middle;
      font-size:15px;
    
     
    }  

    .about-banner {
      background-color:#f1f2f2;
      border-radius:5px;
      
      }
      
      
    .about-banner-title {
      color:var(--antrasit);
      /*vertical-align: top;*/
      text-align: center;
      font-size:21px;
      font-weight: bold; 
    }
    .about-banner-text {
      color:var(--antrasit);
      text-align: center;
      vertical-align: middle;
      font-size:15px;
    
      
    }
    
    .about-banner img {
      display: block;
      margin-left: auto;
      margin-right: auto;
     
    
    }    

/*
  Request Form wizard
*/
/*------------------------------------------------------------------------------------------*/
.wizard .nav-tabs {
  position: relative;
  margin-bottom: 0;
  border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 75%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 15px;
  z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 16px;
  color: #0e214b;
  font-weight: 500;
  border: 1px solid #ddd;
}
span.round-tab i{
  color:#555555;
}
.wizard li.active span.round-tab {
  background: #0db02b;
  color: #fff;
  border-color: #0db02b;
}
.wizard li.active span.round-tab i{
  color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
  color: #0db02b;
}

.wizard .nav-tabs > li {
  width: 35%;
}

.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: red;
  transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
  width: 30px;
  height: 30px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
  top: 0;
}
.wizard .nav-tabs > li a i{
  position: absolute;
  top: -25px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  left: 80%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

.wizard .nav-tabs > li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 20px;
}

.wizard h3 {
  margin-top: 0;
}
.prev-step,
.next-step{
  font-size: 13px;
  padding: 8px 24px;
  border: none;
  border-radius: 4px;
  margin-top: 30px;
}
.next-step{
  background-color: #0db02b;
}
.skip-btn{
  background-color: #cec12d;
}
.step-head{
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 767px){
  .wizard .nav-tabs > li a i{
    display: none;
  }
}
/*----------------------------------------------------------------------------------*/

/*
-----------------------------------------------------------------------------------
  Responsive ayarları
-----------------------------------------------------------------------------------
*/
/* Smartphones (portrait and landscape) ----------- 320 - 480*/
@media only screen and (min-device-width : 320px) and (max-device-width : 420px) { 
/* CSS KODLARI BURAYA */

.msjsize{
  font-size:11px!important;
}

  .navbar-brand img{ 
    height:25px!important;/*40px*/
    width :auto;
    /*width:215px!important;*/
  }
  .atol_logo_nav{
    width:22px; /*26*/
    height:21px;/*25*/
    margin-top:2px;
  }
  .abta_logo_nav{
    height:21px;/*23*/
    margin-top:2px;
  }

  .pBirim{
    display:none;
  }
  
  .navbar-toggler{
    margin-top:0px!important;
    margin-right:-10px!important;
    border:1px solid #fff;
  }


  .hm .carousel-item {
    max-height: 350px;/*70vh;*/
  }

  .desktopSlide{
    display: none;
  }

  .subpage{
    margin-top:0px!important;
  }

  /**
    iç sayfa başlık banneri
  */
  /****************************************/
  .desktopBanner{
    top:49px;
    bottom:0;
    padding-bottom: 0;
  }
  .desktopBanner h1{
    top:60px!important;
    font-size:21px!important;
  }
  .desktopBanner .srcBox{
    height: 56px;
  }
  .desktopBanner .subSearch{
    height: 28px;
    font-size:15px;
    width: 95%;
  }
  .desktopBanner .subSearch::placeholder{
    font-size:15px;
  }

  /****************************************/

  .srcBox{
    top:55%;
    height: 65px;
    width:85%;
  }
  .srcBox .mainSearch{
    min-height: 32px;
    font-size:15px;
  }
  .srcBox .mainSearch::placeholder{
    font-size:15px;
  }
  .srcBox i{
    font-size:15px;
  }
  
  .home-features2{
    display: none;
  }

  .grid-slider img{max-height:330px; padding-top:0px;}
}
    
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* CSS KODLARI BURAYA */

.msjsize{
  font-size:11px!important;
}

}

/* Smartphones (portrait) ----------- */ 
@media only screen and (max-width : 320px) { 
/* CSS KODLARI BURAYA */
  
.navbar-toggler{
  margin-top:-2px!important;
}

}

/* Smartphones ----------- */ 
@media only screen and (max-width: 767px) {
  
  /*ONLY GF ICONLAR ICIN YAPILDI 15.04.2022*/
  .ogicon {
    display:none;
  }
  .home-features2{
    display: none;
  }

  .msjsize{
    font-size:11px!important;
  } 


  .yldsize{
   font-size:8px!important;
  }

  .otlsize{
    font-size:16px!important;
  }

  header .navbar{
    top:0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-toggler{
    margin-top:-2px!important;
  }

  .atol_logo_nav{
    width:22px; /*26*/
    height:21px;/*25*/
    margin-top:2px;
  }
  .abta_logo_nav{
    height:21px;/*23*/
    margin-top:2px;
  }

  .pBirim{
    margin-top:7px;
  }

  .srcBox {
      top :60%;
      width:90%;
  }

  .mblsrcBox {
    top:10%;
  }
  
  .btn-success{
    background-color: var(--green);  
    color:var(--antrasit);
    border-color: var(--green);
  }
  .btn-success:hover {
    background-color: var(--green);  
    color:var(--antrasit);
    border-color: var(--green);
  }
  .btn-success:focus, .btn-success.focus {
    background-color: var(--green);  
    color:var(--antrasit);
    border-color: var(--green);
    box-shadow: 0 0 0 0.2rem var(--green);
  }
  .btn-success.disabled, .btn-success:disabled {
    background-color: var(--green);  
    color:var(--antrasit);
    border-color: var(--green);
  }
  
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    background-color: var(--green);  
    color:var(--antrasit);
    border-color: var(--green);
  }
  
  .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
  .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem var(--green);
  }


  header .navbar {
    background-color:rgba(47, 62, 70, 1);
  }

  .navbar-brand {
    position :relative;
    left: -15px!important;
    padding:5px!important;
  }

  .navbar-brand img {
    /*width: 135px;*/
    height: 25px!important;
  }

  .navbar-toggler{
    margin-top  :0px;
    margin-right:-5px!important;
  }

  .spc-offers-bg3 {
    min-height:500px !important;
  }

  .atol_logo{
    width:10%;
    max-height:16px;
    top:-3px!important;
    /*display: none;*/
  }

  .abta_logo{
    width:10%;
    max-height:16px;
    /*display: none;*/
  }

  .header-top .topMenu{
    text-align:left;
    font-size:9px;
  }

  .desktopSlide{
    position: relative!important;
    top:5%!important;
    display: none;
  }

  .carousel-item {
    height: 450px;
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
  }
  .sp .carousel-item {
    height: 200px;
    /*
    background-position-x: center;
    background-position-y: center;
    */
    background-position: center center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
  }
  .sp .subpage-name{
    top:10px;
    left: 20px;
    font-family: "Avenir Book";
    color: #fff;
    font-size: 30px;  
  }
  .fplt-text{
    position:relative;  
    color:#fff;
    font-family: "Avenir Heavy"; 
    font-size:14px; 
    width:100%;  
    z-index:9; 
    bottom:0px; 
    left:0px;
  }

  .subSearch{
    min-height:24px;max-width:100%;font-size:15px;
  }
  
  .subpage {
    margin-top:0px!important;
  }

  .mainMsg{
    top:15%;
  }
  .mainMsg h2{
    font-size:17px;
  }
  .mainMsg h5{
    font-size:15px;
  }

  .otlResim1 .gs-1{height:438px;}
  .otlResim5 .gs-5{
    width:100%;
  }
  /*
  .otlResim2,.otlResim3, .otlResim4, .otlResim5{
    display: none;
  }
*/
  .hotel-simple-tab{
    display: none;
  }

  .home-article, .home-newsletter1{
    display: none;
  }

  .home-golf-cards{
    display:flex;
  }
  .home-golf-cards, .hgc-subtitle{
    margin-top:50px;
  }
  .topCard3{
    display: none;
  }

  /**otel paket card */
  .oci-card-title{
    padding-top: 0;
    padding-bottom: 0;
    /*height:85px;*/
  }

  .oci-card li{
    font-size:10px;
  }

  .oci-card-oteladi{
    font-size:16px;
    font-weight: bolder;
  }/*
  .oci-card-yildiz{
    font-size:11px;
  }*/
  .oci-card-bolge{
    font-size:11px;
    display: inline;
    height:12px;
  }
  .oci-card-fiyat h3{
    font-size:21px;
    display: inline;
    top:-10px;
  }
  .oci-card .otlresim{
    /*max-height:150px;*/    
    min-height: 21vh;
  }
  .oci-card-body ul li{
    font-size:12px;
  }
  .oci-card-body{
    padding-top: 3px;
    padding-bottom: 0;
  }

  .grid-slider img{
    /*height:270px; padding-top:30px;margin-top:10px;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    */
    padding: 0;
    margin-top:-60px;
    height: 300px;
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;    
  }

  .grid-slider h5,h6{
    font-size:15px;
  }

  .grid-slider span{
    font-size:13px;
  }
  
  .spco-card-title h5{
    font-size: 15px;
  }

  .spco-card-promo button{
    font-size: 12px;
    padding:0px 3px 0px 3px;
    margin:0;
    transition-duration: 0.4s; /*yeni*/
  }

  

  /*12.05.2022 promotion denemesi
  .spco-card-promo button:hover{
    background-color: #4CAF50; 
    color: white;
  }*/




  .htl-title {
    font-size:23px;
  }

  .htl-card-title {
    bottom: 8px;
    width: 92%;
    font-size: 17px;
    padding: 10px;
  }

  .ceocu{

    font-size: 15px;
  }


  
  /**Only Golf **/
  .form-page-right .fpr-title{
    font-size:19px;
  }
  .form-page-right .fprt-text{
    font-size:13px;
  }
  .fpr-card h4{
    font-size:19px;
  }
  .fprc-feat{
    font-size:12px!important;
  }

}


/* iPads (portrait and landscape) ----------- */ 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* CSS KODLARI BURAYA */
  
.kisatarih{
  display:none;
}
  .navbar-brand {
    position :relative;
    left: -15px!important;
    padding:0px!important;
  }

  .otlsize{
    font-size:20px!important;
  }

  .navTelefon{
    top:24px;
  }

  .carousel{
    margin-top: 15%!important;;
  }
  
  .hgc-subtitle{
    top:30px!important;
  }

  .ha-card, .ha-card-text, .btn-tour{
    font-size: 13px!important;
  }
  .oci-card-body ul li, .oci-card-body i{
    font-size:clamp(10px,1.2vw,15px)!important;
    
  }

  .mainMsg{
    top:15%;
  }
  .mainMsg h2{
    font-size:17px;
  }
  .mainMsg h5{
    font-size:15px;
  }

  .home-features2{
    display: none;
  }

  .carousel-caption h5 {
      font-size:15px;
  }

  .atol_logo_nav{
    width:36px;
    height:35px;
    margin-top:7px;
  }
  img.abta_logo_nav{
    height:33px;
    margin-top:7px;
  }
  
  .navbar-toggler{
    margin-top:12px;
  }
  
  .srcBox{
    top:55%;
    height: 65px;
  }
  .srcBox .mainSearch{
    min-height: 32px;
    font-size:15px;
  }
  .srcBox .mainSearch::placeholder{
    font-size:15px;
  }
  .srcBox i{
    font-size:21px;
  }

  .desktopBanner .srcBox{
    height: 56px;
  }
  .desktopBanner .srcBox1{
    height: 38px;
  }
  .desktopBanner .subSearch{
    height: 28px!important;
    font-size:15px;
    width: 95%;
  }
  
  .desktopBanner .input-bg i{
    font-size:13px;
  }

  .desktopBanner .subSearch::placeholder{
    font-size:15px;
  }


   /**otel paket card */
   .oci-card-title{
    padding-top: 0;
    padding-bottom: 0;
    /*height:85px;*/
  }

  .oci-card ul li{
    font-size:13px;
  }

  .oci-card-oteladi{
    font-size:15px;
    font-weight: bolder;
  }/*
  .oci-card-yildiz{
    font-size:11px;
  }*/
  .oci-card-bolge{
    font-size:10px;
  }
  .oci-card-fiyat h3{
    font-size:16px;
    margin-top:10px;
  }
  
  .oci-card .otlresim{
    /*max-height:100px;*/
    min-height: 13vh;
  }
  .oci-card-body{
    padding-top: 3px;
    padding-bottom: 0;
  }

}
  
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 834px) and (max-device-width : 1194px) and (orientation : landscape) {
  /* CSS KODLARI BURAYA */

  .header-top1 ul{
    margin-top:-5px;
  }
/*
  .header-top1 .navbar-collapse{
    right:0px!important;
  }
  */
  .nav-item .coronaText, .aboutText{
    font-size: 13px!important;
    top:5px;
  }
  .quoteImg img{
    width:18px;
  }
  .quoteMsg{
    font-size:13px;
  }
  .home-golf-cards .hgc-subtitle{
    margin-top:40px;
  }
  .oci-card-body ul li{
    font-size:11px;
  }
  .header-top1 #main-search-input2{
    min-width:400px!important;
  }
  .oci-card .otlresim{
    min-height: 17vh;
  }

  .oci-card-oteladi{
    font-size:17px;
  }/*
  .oci-card-yildiz{
    font-size:11px;
  }*/
  .oci-card-bolge{
    font-size:13px;
  }
  .oci-card-bolge span{
    font-size:15px;
  }
  .oci-card-fiyat h3{
    font-size:21px!important;
  }

}

/* iPads (portrait) ----------- */ 
@media only screen and (min-device-width : 834px) and (max-device-width : 1194px) and (orientation : portrait) {
/* CSS KODLARI BURAYA */
  .header-top1{
    margin-top:-5px;
  }
  .oci-card .otlresim{
    min-height: 11vh;
  }
  /*
  .header-top1 .navbar-collapse{
    right:15px!important;
  }
  */
  .header-top1 #main-search-input2{
    min-width:230px!important;
  }
  
  .nav-item .coronaText, .aboutText{
    font-size: 11px!important;
  }
  .quoteImg img{
    width:18px;
    
  }
  .quoteMsg{
    font-size:11px;
  }
  .oci-card-body ul li{
    font-size:10px!important;
  }
  .carousel-inner{
    top:-10px;
  }

  .oci-card-oteladi{
    font-size:17px;
  }/*
  .oci-card-yildiz{
    font-size:11px;
  }*/
  .oci-card-bolge{
    font-size:13px;
  }
  .oci-card-bolge span{
    font-size:15px;
  }
  .oci-card-fiyat h3{
    font-size:21px!important;
  }


}

/* Desktops and laptops ----------- */ 
@media only screen and (min-width : 1224px) {
/* CSS KODLARI BURAYA */
  
}

/* Large screens ----------- */ 
@media only screen and (min-width : 1824px) {
/* CSS KODLARI BURAYA */


}
  
/* iPhone 5 (portrait & landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) { 
/* CSS KODLARI BURAYA */

  .navbar-toggler{
    margin-top:-2px!important;
  }
  .msjsize{
    font-size:11px!important;
  }
}

@media only screen and (max-device-width : 375px){/* and (max-device-width : 568px) {  */
  /* CSS KODLARI BURAYA */
  
    .navbar-toggler{
      margin-top:-2px!important;
    }
  }
    
/* iPhone 5 (landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {  
/* CSS KODLARI BURAYA */

}
  
/* iPhone 5 (portrait)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {  
/* CSS KODLARI BURAYA */
.msjsize{
  font-size:11px!important;
}

} 

/*
.datepicker {
  z-index: 1600 !important; /* has to be larger than 1050 *
}
*/

.my-icon {
  padding-right: calc(1.5em + .75rem);
  background-image: url('https://use.fontawesome.com/releases/v5.8.2/svgs/regular/calendar-alt.svg');
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.btn-quote {
  border-radius: 3px !important;
  background-color: var(--green) !important;
  color:#fff;
  height:40px; 
  font-size:20px;
}

/*turnuva card ıcın*/

.btn-tour-req{
  background-color:var(--green);
  color:var(--antrasit);
  font-family: "Avenir Book";
  font-weight: bold;
}
.btn-tour-req:hover {
  color:#fff;
  font-weight: bold;
}

.path img {
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 75% 100%, 0 100%, 50% 50%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 75% 100%, 0 100%, 50% 50%, 0 0);
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.tour-logo {
  position: absolute;
  top:80px;
  left:10px;
  vertical-align: center;
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.request:hover, .question:hover,.request i:hover, .question i:hover {
  /*background-color:orange;*/
  color:var(--green);
}


.tab .nav-pills{ border-bottom: 2px solid #e8e8e8; }
.tab .nav-pills li a{
    display: block;
    padding: 10px 20px;
    margin: 0 5px 1px 0;
    /*background: #fff;*/
    background-color:#2f3e46!important;
    font-size: 20px;
    font-weight: 700;
    /*color: #112529;*/
    color:#fff;
    text-align: center;
    border: none;
    border-radius: 0;
    z-index: 2;
    position: relative;
    transition:all 0.3s ease 0s;
}
.tab .nav-pills a:hover {
  background-color:#fff!important;
  color: #2f3e46!important;
  border: none;
  /*border-top:1px solid #a8c513!important;*/

}
.tab .nav-pills a.active {
    /*background-color:#2f3e46!important;
    color: #fff!important;*/
    border-top:1px solid #2f3e46!important;
    background-color:#fff!important;
    color: #2f3e46!important;
    border: none;
    /*border-top:1px solid #a8c513!important;*/
}
.tab .nav-pills a.active:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    font-weight: 700;
    color: #a8c513;
    margin: 0 auto;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}
.tab .nav-pills a.active:after{
    content: "";
    width: 100%;
    height: 3px;
    background: #a8c513;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.tab .tab-content{
    padding: 30px 3px 3px;
    margin-top: 0;
    background: #fff;
}


hr.style-one {
border: 0;
height: 1px;
background: #333;
background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

hr.style-two {
border: 0;
height: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

hr.style-three {
height: 30px;
border-style: solid;
border-color: black;
border-width: 1px 0 0 0;
border-radius: 20px;
}
hr.style-three:before {
display: block;
content: "";
height: 30px;
margin-top: -31px;
border-style: solid;
border-color: black;
border-width: 0 0 1px 0;
border-radius: 20px;
}



.h-divider {
  margin: auto;
  /*margin-top: 5px;/*50 idi 25.11.22*/
  width: 80%;
  position: relative;
}

.h-divider .h-shadow {
  overflow: hidden;
  height: 20px;
}

.h-divider .h-shadow:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  box-shadow: 0 0 8px black;
}

.h-divider .text {
  width: 100px;
  height: 45px;
  padding: 10px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -23px;
  left: 50%;
  margin-left: -60px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #999;
  background: white;
}

.h-divider .text i {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 100%;
  border: 1px dashed #aaa;
  text-align: center;
  line-height: 40px;
  font-style: normal;
  font-weight:bold;
  color: #666;
}

.h-divider .text2 {
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -35px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #999;
  background: white;
}

.h-divider img {
  position: absolute;
  margin: 4px;
  max-width: 60px;
  border-radius: 100%;
  /*border: 1px dashed #aaa;*/
}

/* Only GreenFee için yapıldı */
.bg-og{
  background-color:#e2e2e2;
}
.search-v5 form {
  color:var(--antrasit);
  padding: 1px;
  /*-webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.4);*/
  background-color:#fff;
}
/*onlygf deneme 10.10.2022*/
.search-v5 .form-control {
  background-color:#fff;
  border:2px solid var(--bizim-orange);/*17.02.2022 yeni eklendi*/
}

/*nav_bar_5 10.03.2022 uae sıgmadıgı ıcın alamancada yenı yapıldı*/

.menuforarab {
  margin-left:-10px;
  width:300px;
}
  
.menuforarabicon {
  margin-left:-20px; 
}

/*** custom checkboxes ***/
/*
input[type=checkbox] { display:none; } /* to hide the checkbox itself *
input[type=checkbox] + label:before {
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
}

input[type=checkbox] + label:before { content: "\f0c8"; } /* unchecked icon *
input[type=checkbox] + label:before { letter-spacing: 5px; } /* space between checkbox and label *

input[type=checkbox]:checked + label:before { content: "\f14a"; } /* checked icon *
input[type=checkbox]:checked + label:before { letter-spacing: 5px; } /* allow space for check mark *
*/


/*main_slider dgv için yapıldı Emel BÜLÜÇ */
.dgv{
  top:400px; /*225 idi*//*alman siteye yuklenmedi*/ /*140 idi*/
}

.dgv2{
  top:290px;
}


/*18.04.2022 only-greenfee ekran ayarları için yapıldı*/

.ogicon span{
  font-size:15px;
  font-weight:bolder;

}

@media only screen and (max-width: 1024px) and (min-width : 768px) {
  .ogicon span{
    font-size:14px;
  
  }
  .dgv{
    top:5px;
  }
  
  .dgv2{  
    top:80px;
  }

}

/*yıldız size 09.05.2022*/

.yldsize{
  font-size:13px;
}

/*oteladi size 09.05.2022*/
.otlsize{
  font-size:22px;
}

/*spo alt mesaj size 11.05.2022*/
.msjsize{
  font-size:15px!important;
}

/*!!!!!!!!!14.02.2023 dosyalardan alınan cssler!!!!!!!!!!*/

/*company_features*/

.ipp {
color:var(--antrasit);
font-weight:bold;
border-bottom:1px solid var(--antrasit);

}

.ipp:hover{
color:var(--green);
border-bottom:2px solid var(--green);
}

/*get_a_quote*/

.form-popup {
  position: fixed;
  bottom: 35px!important;/*almancada  bottom: 20%;*/
  left:25%;
  z-index: 99;
  background-color: var(--bizim-orange);
  /*border-radius:5px;*/
  width:45%;
  /*box-shadow: 2px 3px rgba(47, 62, 70, 0.7);*/
  -webkit-filter: drop-shadow(2px 2px 2px #666);
  filter:         drop-shadow(2px 2px 2px #666);
  font-size:16px; /*korecede 15px*/
 
  }

@media (max-width: 350px) {
    .form-popup {

    width:50%;
    font-size:15px;  /*korecede 14px*/
    left:23%;
    /* bottom: 20%;/*bu ayar almancaya gore*/
    
    }

}

@media (min-width: 450px) {
    .form-popup {

display:none!important;

}

}

.quote:hover {

border-bottom:1px solid var(--darkgrey);
    
}

/*pop_up*/

* {box-sizing: border-box;}

.form-popup2 {
  display: none;
  position: fixed;
  bottom: 0;
  right: 75px;
  z-index: 9;

}

.form-container {
  max-width: 400px;
  padding: 10px;
  background-color: white;
}

@media (max-width: 767px) {
    .form-container {
    max-width: 300px;
}
  }

.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

.cancel {
position:absolute;
left:90%;
bottom:90%;
/*-webkit-appearance:none; bunu ıncele bır ara*/
background:none;
outline:none;
border:0;
padding:0;
font-size:15px;
color: #fff;
width:17px;
height:17px;
cursor:pointer;

}

.cancel::before, .cancel::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: .3125rem;
  margin-top: -1px;
  background: #fefefe;
}
.cancel::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cancel::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

/*seasons & specialoffers / best_offers*/

.cta {
  border: none;
  background: none;
 }
 
 .cta span {
  padding-bottom: 7px;
  letter-spacing: 2px;
  font-size: 11px;
  padding-right: 5px;
  text-transform: uppercase;
 }
 
 .cta svg {
  transform: translateX(-8px);
  transition: all 0.3s ease;
 }
 
 .cta:hover svg {
  transform: translateX(0);
 }
 
 .cta:active svg {
  transform: scale(0.9);
 }
 
 .hover-underline-animation {
  position: relative;
  color: black;
  padding-bottom: 20px;
 }
 
 .hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1.5px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
 }
 
 .cta:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
 }

 .ipp {
  color:var(--antrasit);
  font-weight:bold;
  border-bottom:1px solid var(--antrasit);
  
  }
  
  .ipp:hover{
  color:var(--green);
  border-bottom:2px solid var(--green);
  }
  


.pro tr td {

    border-bottom:1px solid rgba(47, 62, 70, 0.5);
}

.pro td {

border-bottom:1px solid rgba(47, 62, 70, 0.5);
font-size:18px;

}

.pro th {

border-bottom:1px solid rgba(47, 62, 70, 0.5);
}

.pga ul {
  list-style: none;
}
.pga ul li::before {
  content: "\2022";
  color: var(--green);
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}


.banLogo{
  top:20%;
  right:1%;
  z-index:100;
}

@media (max-width: 575.98px) {
  .banLogo {
      top:5%;
      right:1%;
  }
  .banLogo img{
      float:right;
      width:60%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) { 
  .banLogo {
      top:5%;
      right:1%;
  }
  .banLogo img{
      float:right;
      width:60%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banLogo {
      top:5%;
      right:1%;
  }
  .banLogo img{
      float:right;
      width:50%;
  }

  .mainMsg{
      top:5%;
  }
  .mainMsg h2{
      font-size:12px;
  }
  .mainMsg h5{
      font-size:10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banLogo {
      top:3%;
      right:1%;
  }
  .banLogo img{
      float:right;
      width:65%;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .banLogo {
      top:28%;
      right:1%;
  }
  .banLogo img{
      float:right;
      width:75%;
  }
  .mainMsg{
      top:35%;
  }
  .mainMsg h2{
      font-size:16px;
  }
  .mainMsg h5{
      font-size:14px;
  }
}
@media (min-width: 1441px){
  .banLogo {
      top:23%;
      right:1%;
  }
  .banLogo img{
      float:right;
      width:95%;
  }
  
  /*
  .mainMsg{
      top:30%;
  }
  .mainMsg h2{
      font-size:16px;
  }
  .mainMsg h5{
      font-size:14px;
  }
  */
}




/* yeni eklenen css ler oteller ve header için 10.09.2025 murat*/
.easy-autocomplete {
  width: 98% !important;
}

.mega-menu-left>.dropdown-menu {
  right: 0em;
}

.new-icon {
  font-family: FontAwesome5;
  font-size: 1rem;
  line-height: 1;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  text-align: end;
}

.icon-summer {
  display: inline-block;
  width: 32px;
  height: 16px;
  background-image: url(http://localhost/bilyanaNew/assets/img/summer1.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px !important;
}

.icon-healthcare {
  display: inline-block;
  width: 32px;
  height: 16px;
  background-image: url(http://localhost/bilyanaNew/assets/img/healthcare.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px !important;
}



.header-top1 #main-search-input2 {
  min-width: 100% !important;
}

.enust {
  top: 0 !important;
  background-color: rgba(241, 242, 242, 1) !important;
  height: 48px !important;
  z-index: 10 !important;
}

@media (max-width: 991px) and (min-width: 767px) {
  .otlResim1 {
    display: none !important;
  }

  .wizard .nav-tabs>li a i {
    display: none;
  }

  .otlResim1+.col-md-6 {
    display: none !important;
  }

  .grid-slider {
    min-height: 266px;
  }
}



@media (max-width: 991px) and (min-width: 867px) {
  .quoteMsg {
    margin-top: 3px !important;
  }

  .simgeli {
    margin-top: 0px !important;
  }

  .navbar-expand-sm {
    top: -6px !important;
  }

  .enust {
    top: 0px !important;
  }
}

@media (max-width: 834px) and (min-width: 767px) {

  .nav-link {
    padding: 5px !important;
  }
}

@media (max-width: 1999px) and (min-width: 1194px) {
  .nav-link {
    padding: 4px 1rem !important;
  }


}

@media (max-width: 991px) {
  .mobil-k {
    display: none;
  }
}
@media (min-width: 1300px) {
  #navbarNavDropdown {
    margin-top:4px ;
  }
}

/* hotel detay sayfası arama bölümü  */
.header-top1 #main-search-input2 {
  min-width: 100% !important;
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) {
  .header-top1 #main-search-input2 {
    min-width: 100%;
  }
}

/* .carousel {
  margin-top: 10%!important;
} */


@media only screen and (min-width: 940px) and (max-width: 1024px) {
  .carousel {
    margin-top: 13% !important;
  }


}

/* bizdeki tablet ekran boyu dikey */
@media only screen and (min-width: 767px) and (max-width: 940px) {
  .carousel {
    margin-top: 15% !important;
  }

  .srcBox {
    margin-top: -26% !important;
    z-index: 120;
  }

  .slider-ipp {
    width: 22%;
  }
}


/* bizdeki tablet ekran boyu yatay */
@media only screen and (min-width: 1160px) and (max-width: 1185px) {
  .carousel {
    margin-top: 10% !important;
  }

  .srcBox {
    /* bottom: -18%!important; */
    margin-top: 5% !important;
    /* width: 100%; */

  }

  .slider-ipp {
    width: 20%;
    margin-top: -20% !important;
  }

  .dgv {
    top: 10px;
  }

}


/* bizdeki tablet ekran boyu yatay */

/* @media (max-width: 1180px) {
  .srcBox{
    display: none!important;
  }
} */