@import "./header-panel.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
p,span,h1,h2,h3,h4,h5,h6,a {
   font-family: "Nunito", sans-serif !important;
}

body {
  font-family: "Nunito", sans-serif !important;
}
ul {
  list-style: none;
}
a {
  color: #000;
  text-decoration-line: none;
  cursor: pointer !;
}
.row {
  margin: 0px;
  padding: 0;
}
.form-check-input:checked {
  background-color: #ffa900;
  border-color: #ffa900;
}
.form-check-input:focus {
  border-color: unset !important;
  outline: 0;
  box-shadow: unset !important;
}
input.form-control.e-posta-adres::placeholder {
  padding-left: 15px;
  font-size: 20px;
  color: wheat;
}
.active {
  display: block !important;
}
.navbar {
  min-height: 75px;
}
.navbar .container-fluid .offcanvas-body{flex-grow: initial;}
.navbar .container-fluid .offcanvas-body ul li {
  border-bottom: 1px solid #ddd;
  padding: 5px 0px;
}
.navbar .container-fluid .offcanvas-body ul li:hover {
  background-color: #f58515;
}
.navbar .container-fluid .offcanvas-body ul li a {
  font-size: 15px;
  padding-left: 10px;
}
.navbar .container-fluid .offcanvas-body ul li a:hover {
  background-color: #f58515;
  color: #fff;
}
.navbar .container-fluid .offcanvas-body ul li ul {
  display: none;
}
.navbar .container-fluid .offcanvas-body ul li ul li {
  border-bottom: none !important;
  background-color: #fff;
}
.navbar .container-fluid .offcanvas-body ul li ul li:hover {
  background-color: #f58515;
}
.navbar .container-fluid .offcanvas-body ul li ul li a {
  font-size: 13px !important;
  padding-left: 15px;
}
.header-main {
  padding: 10px 0 0;
  /* border-bottom: 1px solid #e7e7e7; */
}
.header-main .row {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.header-menu-wrap .header-menu {
  display: flex;
  margin: 0;
  font-weight: 500;
}
.header-main .header-menu > li {
  margin: 0 10px !important;
  cursor: pointer;
}
.header-main .header-menu li > a {
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  /* margin: 0px 0px -15px; */
  line-height: 43px;
}
.header-main .tel-login-area ul {
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 0;
  font-size: 14px;
}
.header-menu-wrap {
  position: relative;
}
.mega-menu {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  cursor: default;
  background-color: #fff;
  box-shadow: 0 5px 36px 0 rgb(0 0 0 / 35%);
  border-radius: 10px;
  width: 185%;
  margin-left: -100px;
  z-index: 999;
  margin-top: 15px;
}
.mega-menu:hover {
  display: flex !important;
}
.mega-menu ul {
  padding: 0;
}
.header-menu-wrap .mega-menu ul > li > a {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
}
.header-menu-wrap .mega-menu ul > li > a:hover {
  background-color: rgba(207, 212, 218, 0.2);
}
.header-menu-wrap .mega-menu .mega-menu-left {
  width: 30%;
}
.header-menu-wrap .mega-menu .mega-menu-left ul > li > ul {
  display: none;
}
.header-menu-wrap .mega-menu .mega-menu-left .mega-menu-item {
  margin: 10px 0px;
}
.header-menu-wrap .mega-menu .mega-menu-left,
.header-menu-wrap .mega-menu .mega-menu-right ul {
  margin: 20px 10px;
}
.header-menu-wrap .mega-menu .mega-menu-left .img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 10px;
}
.header-menu-wrap .mega-menu .mega-menu-left i {
  font-size: 12px;
  margin-left: auto;
}
.header-menu-wrap .mega-menu .mega-menu-right {
  display: flex;
  width: 70%;
  background-color: rgb(250 250 250);
  border-radius: 0px 10px 10px 0px;
}
.header-menu-wrap .mega-menu .mega-menu-right .reklam-area {
  padding: 30px 0px;
  margin-left: auto;
}
.header-menu-wrap .mega-menu .mega-menu-right .reklam-area img {
  width: 250px;
  height: 140px;
  margin: 10px;
  border-radius: 10px;
}
.header-main ul {
  padding: 0px;
  margin-bottom: 0;
}
.header-menu i {
  font-size: 10px;
  padding-left: 5px;
}
.header-login {
  position: relative;
  /* padding-left: 20px; */
  /* padding-top: 5px; */
}

.header-login #login{
  padding: 8px 22px;
  border: 1px solid #FFA900;
  border-radius: 20px;
  margin-left: 9px;
  font-weight: 600;
  background: linear-gradient(270deg, #FFA900 26.8%, #FF5C00 86.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-tel a:hover,
.header-login a:hover:first-child {
  color: #f58515;
}

.header-login #header-profil {
  position: absolute;
  top: 50px;
  right: 0px;
  background-color: #fff;
  padding: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 9;
}
.header-login #header-profil ul {
  display: block !important;
}
@media(min-width: 769px) {
  ul#pills-tab .nav-item:last-child:after {
    display: none !important;
}

.mainSlider img {
  height: 500px;
  overflow: hidden;
}
.mainSlider.webBanner {
  height: 500px;
  overflow: hidden;
}
}
.map-alani {
  margin-bottom: 15px;
  border-radius: 20px;
  overflow: hidden;
}
.header-login #header-profil ul li {
  padding: 6px 0px;
  border: 1px solid #57afb9 !important;
  border-radius: 5px !important;
  cursor: pointer;
  margin: 8px 0px;
  min-width: 195px;
}
.header-login #header-profil ul li a {
  padding: 5px 10px;
  color: #57afb9;
}
.header-login #header-profil ul li:hover {
  background-color: #57afb9;
  color: #fff;
}
.header-login #header-profil ul li:hover a {
  color: #fff;
}
.header-login #header-profil ul li:last-child {
  border: 1px solid red !important;
}
.header-login #header-profil ul li:last-child:hover {
  background-color: red;
}
.header-login #header-profil ul li:last-child a,
.header-login #header-profil ul li:last-child i {
  color: red;
}
.header-login #header-profil ul li:hover:last-child a,
.header-login #header-profil ul li:hover i {
  color: #fff;
}
.header-login #header-profil ul li i {
  color: #57afb9;
  padding-left: 5px;
}
.subelerimiz a:hover{color:#f49806}
#open-login {
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 10px;
  z-index: 9;
}
#open-login ul {
  display: flex;
  justify-content: center;
  padding: 0px;
}
#open-login ul li {
  padding: 10px 5px;
  border: 1px solid #f49806;
  border-radius: 8px;
  margin: 0px 5px;
  width: 115px;
  text-align: center;
}
#open-login ul li a i {
  color: #f49806;
  padding-right: 10px;
}
#pop-up {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px;
  width: 85%;
  height: 200px;
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
}
/* .search {
  background: #e0e0e0;
  align-items: center;
  display: flex;
  position: relative;
  padding: 20px 0px 70px;
} */
/* .search:after {
  content: "";
  width: 100%;
  height: 92px;
  background: url("../../images/cloud.png") no-repeat;
  bottom: 0;
  position: absolute;
  display: inline-block;
  background-position-x: right;
} */
.search .home-otelsearch.active,
.search .home-tursearch.active,
.search .home-ucaksearch.active {
  color: #ff6700;
  border-bottom: 2px solid #ff6700;
  /* border-image: linear-gradient(
      to right,
      #33737a 25%,
      #cff64a 25%,
      #f9ee08 50%,
      #f49806 50%,
      #f49806 75%,
      #6b878a 75%
    )
    5; */
}
.search .home-otelsearch,
.search .home-tursearch {
  font-size: 18px;
  margin-right: 14px;
  /* padding-bottom: 10px; */
  /* margin-bottom: 5px; */
  text-align: center;
  color: #6c757d;
}
.search .home-otelsearch span,
.search .home-tursearch span,
.search .home-ucaksearch span {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.search input {
  width: 100%;
  border: none;
  padding: 10px;
}
.search .add-room i {
  padding: 0px 10px 0px 0px !important;
}
.ui-autocomplete-category {
  font-weight: 600;
}
.ui-autocomplete li {
  padding: 5px;
}
.ui-autocomplete li > div {
  background-color: transparent !important;
  border: none !important;
  color: #184347 !important;
}
input:focus-visible {
  outline: none;
}
.ui-autocomplete li:hover,
.ui-autocomplete li div:hover {
  background: linear-gradient(270deg, #FFA900 26.8%, #FF5C00 86.98%);
  border: none;
  color: white !important;
}
.ui-autocomplete .ui-autocomplete-category:focus,
.ui-autocomplete li div:focus {
  background-color: #6ba7ad;
  border: none;
}
.search .room-count-dropdown {
  position: absolute;
  width: 300px;
  top: 65px;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.room-count-dropdown:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 200;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: white;
  border-width: 14px;
  margin-left: -14px;
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.02));
}
.search .room-count-dropdown .info-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search .room-count-dropdown .info-row select {
  cursor: pointer;
}
.search .room-count-dropdown .info-row .col-4 {
  margin: 5px 20px;
  font-size: 14px;
  cursor: pointer;
}
.search .room-count-dropdown .info-row .col-12 {
  padding: 8px 21px 0px 21px;
  font-weight: 600;
}
.search .room-count-dropdown .action-button-area {
  width: 100%;
  padding: 10px 0px;
  text-align: center;
}
.search .room-count-dropdown .action-button-area span {
  background: rgb(255, 238, 0);
  background: linear-gradient(270deg, #FFA900 26.8%, #FF5C00 86.98%);
  padding: 5px 20px;
  border-radius: 8px;
  color: white;
  font-weight: 600;
  cursor: pointer;
}
.search .person-total:hover .room-count-dropdown {
  display: flex !important;
}
.search .users-icon {
  display: inline-block;
  width: 100%;
  height: 48px;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 6px;
  line-height: 48px;
}
.search input:nth-child(2) {
  border-left: 0px !important;
}
.search .search-icon {
  display: flex;
  background-color: #fff;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 6px;
  /* height: 48px; */
}
.search-link-box a {
    color: white;
}
.search #otel-ara:focus {
  border: none !important;
}
.search .calendar-icon {
  display: flex;
  width: 100%;
  height: 58px;
  border: 1px solid #eee;
  background-color: #fff;
  align-items: center;
  border-radius: 6px;
}
input:focus-visible {

  border-radius: unset;
}
.search i {
  color: #ff6700;
  /* padding: 0 0 0 10px; */
}
.search-form-main i, .search-form-tur  i {

  padding: 0 0 0 10px !important;
}

.searchwrap .col-md-4 {
  /* border: 1px solid #eee; */
  height: 58px;
  /* line-height: 48px; */
  border-radius: 6px;
  /* margin-right: 5px; */
}
.searchwrap .col-md-12 select {
  border: none;
  width: 200px;
  appearance: none;
  height: 45px;
  /*float: right;*/
  outline: none;
  background: #fff;
}
.search-form-tur button {
  margin-left: 15px;
}
.full-btn {
  padding: 0px;
}
.full-btn button {
  width: 100%;
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 5px;
  background: linear-gradient(270deg, #FFA900 26.8%, #FF5C00 86.98%);
  margin: 0;
  height: 100%;
  height: 58px;
}

.story {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
  width: 900px;
}
.story .igStory {
  display: flex;
}
.igStory .item {
  text-align: center;
  justify-content: center;
  cursor: pointer;
}
.storyWrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 99999;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.storyWrap .wrapper {
  width: 450px;
  height: 75%;
  background: #fff;
  position: relative;
}
.storyWrap .wrapper .imgWrap {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.storyWrap .wrapper .load {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 0px;
  background: #000;
}
.storyWrap .wrapper .load .barWrap {
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 2px;
  border-radius: 20px;
}
.storyWrap .wrapper .load .barWrap .bar {
  width: 1%;
  background: #fff;
  height: 2px;
}
.storyWrap .wrapper .top {
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
  padding: 10px 10px;
  display: flex;
  align-items: center;
}
.storyWrap .wrapper .top .thumb {
  display: flex;
  align-items: center;
  float: left;
}
.storyWrap .wrapper .top .thumb .image {
  border-radius: 100%;
  background: linear-gradient(rgb(226, 156, 45), rgb(255, 240, 216));
  width: 35px;
  height: 35px;
  padding: 2px;
  margin-right: 5px;
}
.storyWrap .wrapper .top .thumb .image img {
  width: 35px;
  height: 30px;
  object-fit: cover;
  border-radius: 100%;
}
.storyWrap .wrapper .top .thumb span {
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 8px;
}
.storyWrap .wrapper .top .close {
  cursor: pointer;
  float: right;
  margin-left: auto;
  background: #ffffffa6;
  width: 35px;
  height: 35pxpx;
  text-align: center;
  line-height: 35px;
  border-radius: 6px;
  opacity: 1;
  color: #666;
}
.storyWrap .wrapper .bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounce 0.6s ease-in-out infinite;
  animation-direction: alternate;
}
.storyWrap .wrapper .bottom a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 8px;
}
@keyframes bounce {
  from {
    bottom: 2%;
  }
  to {
    bottom: 4%;
  }
}

.story .image {
  background: -webkit-linear-gradient(left top, #2d6f76 0%, #fce836 100%);
  border-radius: 50%;
  padding: 3px;
  width: 80px;
}
.story img {
  width: 100%;
  padding: 2px;
  background: white;
  border-radius: 50%;
}
.image-area {
  width: 80px;
}
.image-area h5 {
  padding-top: 10px;
  font-size: 15px;
  text-align: center;
}

#anabanner ul {
  padding-left: 0px;
}
#anabanner ul:first-child {
  margin-bottom: 4px;
}
#anabanner ul:first-child .flickity-viewport {
  border-radius: 10px;
}
#anabanner ul:last-child .flickity-viewport {
  height: 90px !important;
}
.swiper-button-next,
.swiper-button-prev {
  color: #78b6be;
  background-color: #ddd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.swiper-button-next:after {
  font-size: 20px;
  padding-left: 3px;
}
.swiper-button-prev:after {
  font-size: 20px;
  padding-right: 3px;
}

.kampanyalar {
  margin-bottom: 30px;
}
.kampanyalar .all-kampanya {
  border: none;
  width: auto;
  display: flex;
  align-items: center;
  box-shadow: none;
}
.kampanyalar .all-kampanya:hover {
  color: #f49806;
}
.kampanyalar h1,
.kategori h1 {
  font-size: 27px;
  font-weight: 600;
  padding-bottom: 15px;
}
.kampanyalar a {
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 100%;
  display: flex;
  padding: 0px;
  box-shadow: rgb(0 0 0 / 6%) 0px 1px 10px 0px;
}
.kampanyalar a:hover {
  color: #184347;
}
.kampanyalar a img {
  width: 100%;
  height: 100px;
  border-radius: 10px 0px 0px 10px;
}
.kampanyalar .kampanya-text {
  padding: 10px;
  font-size: 15px;
}

.kategori {
  padding: 0px;
}
.kategori .row {
  padding-left: 0px;
}
.kategori img {
  width: 100%;
  border-radius: 8px;
}
.kategori p {
  text-align: center;
  padding: 10px;
  font-weight: 600;
}
.kategori a:hover {
  color: #f58515;
}
.categoriesWrapper {
  margin: 0 -5px;
}
.categoriesWrapper .column {
  position: relative;
  padding: 0 5px;
  margin-bottom: 10px;
  width: 25%;
  float: left;
  height: 195px;
  border-radius: 10px;
}
.categoriesWrapper .column img {
  height: 195px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.categoriesWrapper .column:nth-child(8n + 1) > img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.categoriesWrapper .column:nth-child(8n + 1) {
  width: 50%;
  height: 400px;
}
.categoriesWrapper .column:nth-child(8n + 2) {
  width: 50%;
  height: 195px;
}

.categoriesWrapper .column .info {
  opacity: 0;
  position: absolute;
  left: 5px;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
  background: rgba(0, 0, 0, 0.58);
  border-radius: 10px;
}
.categoriesWrapper .column .info:hover {
  opacity: 1;
}
.categoriesWrapper .text {
  position: absolute;
  top: 56%;
  left: 50%;
  width: 200px;
  text-align: center;
  margin-right: -50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
}
.text ul {
  visibility: hidden;
  display: block;
  opacity: 0;
  height: 0;
  position: relative;
  top: 50px;
  list-style: none;
  padding: 0;
}
.categoriesWrapper .column:nth-child(8n + 1) .text ul a {
  line-height: 30px;
}

.column h3 {
  position: absolute;
  top: calc(50% - 32px);
  left: 15%;
  width: 70%;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  z-index: 2;
  margin: 0;
}
.column h3 a {
  background: rgba(0, 0, 0, 0.58);
  padding: 5px 20px;
  display: inline-block;
  border-radius: 5px;
}

.column:nth-child(8n + 1) h3 {
  left: 27.5%;
  width: 45%;
  font-size: 1.2rem;
}

.text ul a {
  color: #fff;
  font-size: 0.8rem;
  border-bottom: 1px solid #b1b1b1;
  text-align: center;
  display: block;
  line-height: 30px;
  text-decoration: none;
  padding: 0 5px;
}
.text ul .all {
  display: inline-block;
  width: auto;
  padding: 4px 15px;
  background: #f58515;
  color: #fff;
  border-radius: 14px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  font-size: 0.8rem;
}
.column:hover .text ul {
  visibility: visible;
  opacity: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transition: all 480ms 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 480ms 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 480ms 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  height: auto;
  top: 0;
}
.text ul li:hover {
  background-color: #3d3d3d;
}
.text .all {
  display: inline-block;
  width: auto;
  padding: 4px 15px;
  background: #f58515;
  color: #fff;
  border-radius: 14px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  font-size: 0.8rem;
}
.column .text .all:hover {
  transition: ease-in-out all 300ms;
}
.column:hover .text .all {
  opacity: 1;
  visibility: visible;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transition: all 480ms 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 480ms 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 480ms 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.column:hover h3 {
  top: 15%;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transition: all 480ms 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 480ms 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 480ms 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.metin-icerik .uyelik-panel-form .form-group {
  margin-bottom: 15px;
}

.description {
  margin: 30px 0px 40px 0px;
}

.description-footer {
  display: flex;
  padding: 10px 0px 10px 0px;
  /* align-items: flex-end; */
}
.description-footer .tel-media {
  display: flex;
  justify-content: end;
  opacity: 0.8;
  align-items: inherit;
  line-height: initial;
}
.description-footer .social-media,
.description-footer .desc-tel {
  float: right;
  font-size: 1.2rem;
  opacity: 0.8;
  font-weight: 600;
}
.description-footer .desc-tel i {
  padding: 0px 10px;
}
.description-footer .desc-tel span {
  padding: 0 10px;
  margin: 0 10px;
}
.description-footer .social-media i {
  color: #fff;
  background-color: #184347;
  padding: 5px 0px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 20px;
  text-align: center;
  margin: 0px 3px;
}
.footer-area {
  /* background-color: #fcfcfc; */
  padding: 20px 0px 0px 0px;

}
.footer-area .menu-footer {
  opacity: 0.7;
  padding-left: 15px;
}
.footer-area .menu-footer .menu-item {
  display: flex;
  flex-wrap: wrap;
  margin-left: 33px;
}
.footer-area .menu-footer .menu-item h5 {
  padding: 10px 0px;
  color: #184347;
  font-weight: 600;
  font-size: 17px;
  text-align: left;
  border-bottom: 1px solid #edf1f5;
}
.footer-area .menu-footer .menu-item ul {
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-area .menu-footer .menu-item ul li {
  width: 33%;
}
.footer-area .menu-footer .menu-item ul li:hover,
.footer-area .menu-footer .menu-item ul li a:hover {
  color: #000;
}

.footer-area .alt-footer {
  background-color: #fff;
  padding: 40px 0px 0px 0px;
}
.footer-area .alt-footer .etbis {
  display: flex;
  justify-content: flex-start;
}
.footer-area .alt-footer .etbis img:first-child {
  width: 80px;
}
.footer-area .alt-footer .etbis img:last-child {
  height: 80px;
  margin-left: 15px;
}
.footer-area .copyright {
  background-color: #6b8789;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.footer-area .copyright p {
  margin: 0;
  font-size: 13px;
}
.mail-gonder {
  background-color: #ffb33b;
  border-radius: 10px;
  min-height: 250px;
  display: flex;
  align-items: center;
}
.mail-gonder p {
  font-size: 20px;
  color: #004d55;
}
.footer-newsletter .input-group {
  /* width: 606px; */
  max-width: 100%;
}
.e-posta-adres {
  height: 50px;
}
.btn-gonder {
  height: 50px;
}
.footer-newsletter input {
  padding: 10px;
  background: transparent;
  border: 2px solid #6b878a;
  padding-left: 10px;
}
/* .footer-newsletter input[type="email"] {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
} */
.footer-newsletter .input-group-append button {
  width: 120px;
  border-radius: 20px;
  padding: 8px 15px;
  margin-left: 30px;
  background-color: #fff;
  color: #004d55;
  font-weight: 500;
  border: none;
}

.footer-newsletter .form-check {
  /* padding-top: 10px; */
  padding-left: 23px;
  width: 432px;
  line-height: 1.3;
  color: #525549;
  display: flex;
  align-items: center;
}
.footer-newsletter .form-check label {
  font-size: 27.79px;
}
#fancybox-container-1.fancybox-can-swipe  .fancybox-content {
  width: 100%;
}
ul.ara-uye {
  display: flex;
  align-items: center;
}
.youtube-mobil .section-header {
  font-family: Montserrat;
  font-size: 18px;

}
.search-icon i {
  color: #ff6700;
}
ul#pills-tab li:last-child:after {
  display: none;
}
.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped,
.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
  background: #f49806 !important;
  color: white !important;
}
.lightpick__apply-action {
  color: #fff;
  background-color: #f49806 !important;
}
.youtube-mobil.masaustugizle {
  background: rgba(237, 241, 245, 1);
}

div#offcanvasNavbar {
  background: rgba(237, 241, 245, 1);
}
.ara-title {
  background: linear-gradient(270deg, #FFA900 26.8%, #FF5C00 86.98%);
}
.listing-grid-blog button {
  background: linear-gradient(270deg, #FFA900 26.8%, #FF5C00 86.98%) !important;
}
.ara-title h2 {
  color: #fff;
  font-size: 20px;
  padding: 20px 15px;
}
.listing-grid-blog input,
.listing-grid-blog textarea {

  border-radius: 0px;

}
.listing-grid-blog a {
  margin-top: 8px;
  background-color: orange;
  padding: 10px 50px;
  font-size: 18px;
  color: #fff;
  /* float: right; */
  width: 100%;
  text-align: center;
}
.listing-grid-blog a:hover {
  background-color: #ff8800;
}
.blog-banner {
  background-position: center;
  padding: 200px 0px 10px 0px;
}
.kf_ralated_posts .kf_post_2.kf_post {
  border: 1px solid #ddd;
  margin: 25px 0px;
}
.kf_ralated_posts .kf_post_content {
  padding: 15px;
}
.kf_ralated_posts .kf_post_footer .meta_tag {
  display: flex;
  justify-content: space-between;
  padding: 0px 15px;
}
.reklam-ind {
  padding: 20px 0px;
}
.reklam-ind .mySwiper {
  height: 400px;
  border-radius: 10px;
}

.lightpick__previous-action,
.lightpick__next-action {
  padding-bottom: 4px;
}
#anabanner {
  margin-bottom: 60px;
}
#anabanner ul:nth-child(2) {
  display: none;
}
#anabanner ul:first-child img {
  border-radius: 10px;
  height: auto;
  width: 100%;
}
.carousel-nav .carousel-cell {
  height: 90px;
  width: 120px;
  padding: 0px 2px;
}
.carousel-nav .carousel-cell img {
  height: 100%;
  width: 100%;
}
.swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
.swiper-wrapper li {
  position: relative;
}
.swiper-wrapper li img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
}

.reklam-right img {
  height: 662px;
  width: 100%;
}
.header-menu-wrap li:nth-child(2) i {
  display: none;
}
.iconBox {
  margin-bottom: 20px;
  margin-top: 40px;
  padding: 0;
}
.iconBox .box {
  display: flex !important;
  align-items: center;
  line-height: normal;
}
.iconBox .box .image {
  width: 100px;
}
.iconBox .box .txt {
  width: calc(100% - 100px);
  font-size: var(--fs3);
  font-weight: bold;
  color: #000;
  padding-left: 15px;
}
.iconBox .box .image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.home-kategori img {
  width: 100%;
  height: 425px;
  border-radius: 6px;
}
.home-kategori a {
  position: relative;
}
.home-kategori .kategori-text {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  background: #f29b10c9;
    padding: 0px 10px;
    border-radius: 0px 0px 0px 9px;
}

.home-kategori .kategori-baslik {
  font-size: 24px;
  padding-left: 0px;
  padding-bottom: 15px;
  font-weight: 500;
}
.home-kategori .sag-kutu {
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 3px 10px #8f8f8f;
  margin-top: 25px;
  min-height: 200px;
}
.home-kategori .sag-kutu img {
  height: auto;
}
.home-kategori .sag-kutu:nth-child(2) {
  background-color: #f39fae !important;
  color: #fff;
}
.home-kategori .blog-kutu-item img {
  width: 100%;
  height: auto;
  min-height: 50px;
}
.blog-sag {
  padding-top: 25px;
}
.blog-sag .blog-sag-baslik {
  font-size: 18px;
  padding-bottom: 10px;
}
.blog-kutu-item {
  border: 1px solid #eee;
  padding: 4px;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 5px #eee;
}
.blog-kutu-item .col-3 {
  padding: 0px;
}
.blog-kutu-item .col-9 {
  height: 50px;
  font-size: 12px;
  line-height: 1.4;
  overflow-y: auto;
  overflow-x: hidden;
}
.blog-kutu-item .col-9::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.blog-kutu-item .col-9::-webkit-scrollbar-thumb {
  background: #f49806;
  border-radius: 10px;
}
ul#ui-id-1::-webkit-scrollbar-thumb {
  background: #f49806;
  border-radius: 10px;
}
.blog-kutu-item .col-9::-webkit-scrollbar {
  width: 12px;
}
.blog-alt img {
  border-radius: 10px;
  max-width: 100%;
}
.blog-alt .blog-alt-left {
  position: relative;
}
.blog-alt .blog-alt-left .blog-alt-info {
  position: absolute;
  top: 20px;
  left: 35px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  width: 500px;
  max-width: 90%;
}

.blog-alt .blog-alt-left .blog-alt-info a {
  border: 1px solid #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.blog-alt .blog-alt-left .blog-alt-info a:hover {
  font-size: 20px;
  background-color: #f58515;
  border: 1px solid #f58515;
}
.blog-alt .blog-alt-right .blog-alt-kutu {
  padding-bottom: 10px;
  padding-left: 0px;
}
.blog-alt .blog-alt-right .blog-alt-kutu img {
  width: 100%;
  height: 195px;
}
.blog-alt .blog-alt-right a {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
}
.blog-alt .blog-alt-right p {
  font-size: 18px;
  position: absolute;
  bottom: 0;
  color: #fff;
  margin-bottom: 0px;
  background-color: #00000061;
  box-shadow: 0px -11px 10px #00000061;
  padding: 0px 10px;
  border-radius: 10px;
  width: 100%;
}
.home-blogalt ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 10px 10px 12px;
}
.home-blogalt ul li {
  padding: 5px 18px;
  background-color: #f58515;
  border-radius: 20px;
  margin: 0px 3px 3px;
}
.home-blogalt ul li a {
  color: #fff;
  font-size: 15px;
}

  .header-tel a{    display: flex;
    align-items: center;}
    .col-lg-12.otel-kutu {
      /* border: 0.5px solid rgba(11, 4, 4, 1); */
      margin-bottom: 15px;
      border-radius: 20px;
      /* overflow: hidden; */
      padding: 7px;
  }
  @media (max-width:575px) {
    .search-box {
      top: 169% !important;
  }
  .text-item-box {
    padding: 20px !important;
  }
  .youtube-alan-box {
    display: block !important;
 
}

  }
@media (max-width: 768px) {
  .fancybox-stage {
    width: 100% !important;
}

#status {
  width: 100% !important;
  }
.mainSlider.mobilBanner {
  border-radius: 10px;
  overflow: hidden;
}

/* section.search {
  background: #e9ecf0;
} */
input.form-control.e-posta-adres::placeholder {
  font-size: 14px;
}
.footer-newsletter .form-check label {
  font-size: 14px;
}
.e-posta-adres {
  height: 36px;
}
.btn-gonder {
  height: 36px;
}
#main-div {
  display: none !important;
}
.footer-tel-box {
  display: none !important;

}
.menu-footer ul.kf_arrow_list a {
  font-size: 14px;
}
footer .destek-btn a {
  padding: 10px 18px 10px 18px;
}
.footer-social-text {
  font-size: 20px !important  ;
}
.social-icon-box {
  display: flex;
  justify-content: space-evenly;
}
.oteller-box {
  margin: 1px auto !important;
}

.main_input_search_part.margin-top-0 form {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 33px;
  background: white;
  margin-top: 74px;
  padding-top: 20px;
  z-index: 9;
}



.main_input_search_part_item.intro-search-field.two-input .icon {
  display: flex;
    align-items: center;
    border: unset;
}

.main_input_search_part_item.intro-search-field.two-input {
    border: 1px solid #eee;
}

#titlebar.otel-titlebar {
  padding: 0 !important;
  height: 84px;
}

.main_input_search_part_item .icon {}
  .hide{display: none !important;}

  .blog-banner {
    background-size: 800px;
}
.otel-titlebar h1.baslik {
  margin-left: 7px;
  font-size: 18px;

}
.mobile-filter {
  margin-top: 275px;
}
.blogMenu ul{display: flex; flex-wrap: wrap;}
.blogMenu li{width:100%}
  .search input {
    padding: 10px 9px !important;
  }
  /* .row.search-form-ucak input {
    padding-left: 31px !important;
} */
.home-tursearch {
  font-size: 14px !important;
}

.home-otelsearch.active {
  font-size: 14px;
}

.home-ucaksearch {
  font-size: 14px;
}

.home-otelsearch {
  font-size: 14px !important;
}
  .home-kategori .col-md-3 {
    padding-top: 0px !important;
  }
  .home-blogalt ul {
    justify-content: left;
  }
  #open-login {
  }

  .mail-gonder .col-md-8 {
    padding-top: 10px !important;
  }
  .footer-newsletter .input-group-append button {
    margin-left: 10px;
  }
  .home-kategori .col-md-4 {
    padding: 0px 5px 30px 5px !important;
  }
  .home-kategori img {
    height: 265px;
  }
  .mail-gonder {
    text-align: center;
    padding: 15px;
    background: none !important;
    background-color: #fcee96 !important;
  }
  .mail-gonder .col-md-4{display: none;}
  .mail-gonder img {
    width: 250px;
  }
  .mail-gonder p {
    font-size: 18px;
  }
  .blog-alt .blog-alt-right .blog-alt-kutu {
    padding: 10px;
  }
  .header-main .tel-login-area ul {
    font-size: 15px;
  }
  .swiper-wrapper li img {
    width: 100%;
  }
  .navbar > .container-fluid {
    justify-content: space-between;
    padding: 0px 20px;
  }
  .form-inner .col-inner .row {
    margin-left: 0px !important;
  }
  .full-btn button {
    width: 100% !important;
  }
  .home-search .search-route {
    margin-left: 0px !important;
  }
  .fancybox-content {
    width: 100% !important;
    max-width: 100% ;
  }

  .search .calendar {
    margin: 10px 0px 10px 0px;
    padding-right: 24px;
  }
  .full-btn {
    height: 50px;
    padding: 0px 12px;
    margin-top: 10px;
  }

  .story {
    width: 100%;
  }
  .reklam-ind {
    display: block;
  }
.reklam-ind .reklam-right{display: none;}
  .kampanyalar .all-kampanya {
    padding-bottom: 17px;
  }
  .categoriesWrapper .column:nth-child(8n + 1) {
    width: 100%;
  }
  .categoriesWrapper .column:nth-child(8n + 2) {
    width: 100%;
  }
  .categoriesWrapper .column {
    width: 100%;
  }
  .description-footer .tel-media {
    display: block;
  }
  .description-footer {
    text-align: center;
  }
  .description-footer .social-media,
  .description-footer .desc-tel {
    float: none;
    margin: 15px 0px;
  }
  .footer-area .menu-footer .menu-item ul li {
    width: 50%;
    text-align: left;
  }
  .footer-area .copyright p {
    font-size: 11px;
  }
  .footer-area .menu-footer .menu-item {

    margin-left: unset;
}
.footer-area .menu-footer {
  padding-left: unset;
}
.footer-tel-box {
 position: relative !important;
}
}

.header-top {height: 50px;display: flex;align-items: center;}
.ustmenu ul {display: flex;align-items: center;margin: 0;padding: 0;}
.ustmenu ul li a {color: #fff;}
.ustmenu ul li {margin-right: 10px;}
.header-top .phone {float: right;font-weight: bold;color: #fff;}

.subelerimiz {position: relative;margin-right: 10px;padding: 10px 0;}
.subelerMenu {position: absolute;top: 100%;width: 200px;left: 0;background: #fff;padding: 15px;z-index: 9;box-shadow: 0px 2px 4px rgb(137 137 137 / 38%);border-radius: 2px;margin-left: -50px;padding-top: 10px;display: none;}
.subelerimiz:hover .subelerMenu {display: block;}
.subelerMenu:before {display: block;content: "";position: absolute;left: 50%;margin-left: -10px;top: -10px;border-style: solid;border-width: 0 10px 10px 10px;border-color: transparent transparent #ebebeb transparent;}
.subelerMenu ul {justify-content: start !important;display: block !important;}
.subelerMenu ul li {width: 100%;border-bottom: 1px solid #eee;}
.subelerMenu ul li a {display: block;padding: 8px 4px 8px 15px;position: relative;}
.subelerMenu ul li a:before {position: absolute;left: 0;content: "\f3c5";font-family: "Font Awesome 6 Free";font-weight: 900;}
.fancybox-navigation {
  width: 50% !important;
}
.login-page-close {
  line-height: 43px !important;
}
.ui-widget {
  font-family: "Nunito", sans-serif !important;
 
}
ul#ui-id-1 {
  height: 200px;
  overflow: auto;
}
.fancybox-stage {
  width: 34%;
  margin: auto !important;
}
.fancybox-slide{padding: unset !important;}
p.hizmet-css {
  border-bottom: 1px solid #2d6f76;
  background-color: #2d6f76;
  color: #FFF;
  padding: 5px 20px;
  border-radius: 5px;
}
.style-1.dahil {
  background: #f7f7f7;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
  height: 250px;
}

.style-1.dahildegil {
  background: #f7f7f7;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
  height: 250px;
}
@media (max-width: 768px) {
  .search-link-box ul li a {
    background: #ffffff;
    padding: 5px;
    border-radius: 5px;
    color: #ff5c00;
}
  .style-1.dahil {
    height: auto;
}
.youtube-kat-box i {

  font-size: 38px;
}
.owl-carousel.owl-theme.owl-isbirlik.owl-loaded.owl-drag {
  padding-bottom: 30px;
}

.right-uye {
  padding: 20px 0 !important;
}
button#searchComplete {
  display: none;
}
.slick-dots li button {

  width: 13px !important;
  height: 13px !important;

}
.style-1.dahildegil {
  height: auto;
}
}
.col-12.search-route i {
  padding: 0 0 0 0;
}

.slick-dots {
  position: absolute;
  bottom: 45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  /* width: 20px; */
  /* height: 20px; */
  margin: 0 5px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: white;
}

.slick-dots li button:hover,.slick-dots li button:focus {
  outline: 0
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
  opacity: 1
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  width: 20px;
  height: 20px;

  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  /* color: black; */
  /* width: 47px; */
  content: "";
}
.mainSlider ul {
  padding: unset;
    margin: unset;
}

.mainSlider img {
  width: 100%;
  /* object-fit: cover; */
}
.mobilBanner {

  margin-top: 14px;
}
.search-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
 
  /* height: 417px; */
}
.header-top-box {
  display: flex;
  justify-content: end;
  align-items: center;

}

.header-top-box > div {
  margin-right: 30px;
}
.header-top-kayit {
  background: linear-gradient(270deg, #FFA900 26.8%, #FF5C00 86.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-top-sizi-arayalim {
  background: linear-gradient(270deg, #FFA900 26.8%, #FF5C00 86.98%);
  padding: 6px;
  border-radius: 30px;
}
.header-top-sizi-arayalim a {
  color: white;
}
.header-top-sizi-arayalim {
  margin-right: unset !important;
}


.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: inherit;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev, .slick-next {
  z-index: 1;
  color: #fff;
  transition: all 0.2s ease-out;
}

.slick-prev {
  left: 5px;
}

.slick-next {
  right: 5px;
}

.slick-prev:before, .slick-next:before {
  transition: all 0.1s ease-out;
  text-shadow: 0px 2px rgba(0,0,0,0.3);
}

.slick-prev:before, .slick-next:before {
  font: normal normal normal 35px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
}

.slick-prev:before {
  content: '\f053';
}

.slick-next:before {
  content: '\f054';
}
.kategorileri-alani img {
  width: 100%;
}
.kategorileri-alani ul {
  padding: unset;
}
.kategorileri-alani {
  background: rgba(237, 241, 245, 1);
  padding: 50px;
}
.cat-box {
  margin-right: 15px;
  background: white;
}

.text-header {
  position: absolute;
  bottom: 13px;
  left: 20px;
  color: white;
  font-weight: 600;
  /* text-shadow: 3px 0px #00000073; */

}

.image-box {
  position: relative;
}

.owl-nav,  .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
 .owl-nav button span,  .owl-nav button span {
  right: 0;
  position: absolute;
}
 .owl-nav button span,  .owl-nav button span {
  font-size: 53px;
  color: rgba(185, 185, 185, 1);;
  transform: translate(-50%, -54%);
  top: 50%;
  left: 50%;
  position: absolute;
}
button.owl-prev {
  position: absolute;
  left: -39px;
  width: 50px;
  height: 50px;
  background:rgba(233, 233, 233, 1) !important;
  box-shadow: 0px 3px 12.363505363464355px 0px rgba(0, 0, 0, 0.25);

  border-radius: 50% !important;
}
 button.owl-next {
  position: absolute;
  right: -39px;
  width: 50px;
  height: 50px;
  background:rgba(233, 233, 233, 1) !important;
  border-radius: 50% !important;
  box-shadow: 0px 3px 12.363505363464355px 0px rgba(0, 0, 0, 0.25);

}
 .item {
  /* border-radius: 30px; */
  overflow: hidden;
  background: white;
}
.text-box {
  padding: 20px;
}
.line-bg {
  background: linear-gradient(300.72deg, #FDFDFD -4.15%, #DEF0FF 0.86%, #FFFFFF 100%);
  width: 100%;
  height: 2px;
}
.text-botom {
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  
}
.text-botom2 {
  margin-top: 6px;
  font-size: 17.76px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  overflow: hidden;
  /* width: 100px; */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 84px;
}
.youtube-alan-box 
.btn-border {
  border-image: -webkit-linear-gradient(0.25turn, #ff6700, rgba(255, 0, 0, 1));
  width: 170px;
  height: 50px;
  color: #ff6700;
  padding: 2px;
  border-radius: 50px;
  background: -webkit-linear-gradient(left top, #ffa900 0%, #ff5c00 100%);
}
.youtube-alan-box a {
  width: 166px;
  padding: 0px;
  height: 46px;
  border-radius: 50px;
  display: block;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.65px;
  text-align: center;
  display: flex;
  justify-content: center;
  background: linear-gradient(101.18deg, #e3e4d6 9.25%, #F2EBD7 80.74%);

}
.btn-border .btn {
  width: 100%;
  color: orange;
  font-weight: 700;
}
.owl-deneme .btn-border {
  /* border: 0.85px solid transparent; */
  border-image: -webkit-linear-gradient(0.25turn, #ff6700, rgba(255, 0, 0, 1));
  /* border-image-slice: 1; */
  width: 102.18px;
  height: 44.35px;
  color: #ff6700;
  /* font-size: 18px; */
  /* font-weight: 700; */
  /* line-height: 22px; */
  /* letter-spacing: 0em; */
  padding: 2px;
  /* text-align: left; */
  border-radius: 50px;
  /* text-align: center; */
  /* background: -webkit-linear-gradient(left top, rgba(255, 0, 0, 1), blue 100%); */
  /* background: white; */
  background: -webkit-linear-gradient(left top, #ffa900 0%, #ff5c00 100%);
}
.owl-deneme button.btn.btn-incele {
  background: white;
  width: 102.18px;
  padding: 0px;
  border-radius: 50px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.65px;
  text-align: center;
  color: #ff6700;

}
.btn-incele-box {
  display: flex;
  justify-content: end;
  margin-top: 10px;
}
/* button.btn.btn-incele {
  border: 0.85px solid transparent;
  border-image: linear-gradient(0.25turn, #ff6700, rgba(255, 0, 0, 1));
  border-image-slice: 1;
  width: 40%;
  color: #ff6700;

font-size: 18px;
font-weight: 700;
line-height: 22px;
letter-spacing: 0em;
text-align: left;
border-radius: 50px;
text-align: center;

} */
.section-header {
  font-family: Montserrat;
font-size: 24px;
font-weight: 700;
line-height: 39px;
letter-spacing: 0em;
text-align: left;

}
section {
  position: relative;
}
.kategorileri-alani.kampanya-alani .text-header {
  top: 10px;
}
.kategorileri-alani.kampanya-alani .text-botom {
  position: absolute;
  top: 83px;
  width: 26%;
  font-size: 10px;
  left: 41px;
  text-align: center;
  color: white;
  line-height: 1;
}
.text-botom span {
  font-size: 20px;
}
.kategorileri-alani.kampanya-alani .text-header {
  font-size: 13px;
  text-shadow: unset;
  width: 200px;
}
.text-botom3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}
.btn-border {
  display: flex;
  justify-content: end;
}

.youtube-alan-box {
  display: flex;
  height: 100%;
}

.owl-youtube .item {
    background: linear-gradient(101.18deg, #B9CDD1 9.25%, #F2EBD7 80.74%);
    /* border-radius:136.53px; */
    border-radius: 90px;
    overflow: hidden;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block;
}
img.youtube-img {
  width: 154px !important;
  height: 64px;
}

.text-item-box {
  padding: 20px;
}
.yazi1 span {
  font-family: Montserrat;
font-size: 40px;
font-weight: 700;
line-height: 49px;
letter-spacing: 0em;
text-align: left;
color: #ff6700;
}
.yazi2 span {
  font-family: Montserrat;
font-size: 32px;
font-weight: 400;
line-height: 39px;
letter-spacing: 0em;
text-align: left;
color: rgba(0, 0, 0, 1);
}
.owl-youtube .btn-border {
  display: block;
}
.text-item-box {
  display: grid;
  flex-direction: column;
  height: 100%;
}
.uye-ol-box {
  background: rgba(237, 241, 245, 1);
  padding: 50px;
}
.uye-ol-box img {
  width: 100%;
  height: auto;
}
.uye-item {
  background: linear-gradient(278.59deg, #FFA900 29.59%, #E86C12 98.6%);
  border-radius: 90px;
    overflow: hidden;

}
.uye-item input, .uye-item label, .uye-item p {
  color: white;
}
.uye-item .footer-newsletter input {
  border: 1px solid white;

}
.uye-item .form-control {
  border-radius: 44.63px !important;

}
.uye-item .footer-newsletter  .input-group-append button {
  width: 175px;
  border-radius: 30px;
  padding: 8px 15px;
  font-size: 20px;
  margin-left: 16px;
  background-color: #fff;
  color: #ffa900;
  font-weight: 700;
  border: none;
}
.uye-item input.form-control::placeholder {
  color: white;
}
.form-check-input[type=checkbox] {
  border-radius: unset !important;
}
.right-uye {
  padding: 20px;
  height: 100%;
 
}
.uye-item .row {
  align-items: center;
}
.right-uye .form-check {
  margin: 1rem auto;
  margin-left: 4px;
}
.form-check input {
  margin-right: 10px;
}

.right-uye .font12 {
  font-family: Montserrat;
  font-size: 27.79px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
}
.right-uye .form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}
.owl-theme .owl-nav {
  margin-top: unset !important;
}
.tatilciden-box img {
  width: 100%;
}

.tatilciden-box {
  background: rgba(237, 241, 245, 1);
}

.bavul-icon-box img {
  width: 90px;
  height: auto;
  margin-right: 15px;
}
.bavul-icon-box {
  display: flex;
  align-items: center;
}

.bavul-icon-box span {
  margin-top: 17px;
  font-family: Montserrat;
font-size: 16px;
font-weight: 400;
line-height: 31px;
letter-spacing: 0em;
text-align: left;

}
.tatilciden-header h2 {
  font-family: Montserrat;
font-size: 24px;
font-weight: 700;
line-height: 39px;
letter-spacing: 0em;
text-align: left;

}

.tatilciden-box {
  padding: 50px;
}
.tatilciden-exp p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
}
.footer-tel-box p {
  /* margin-left: 49px; */
  /* margin-top: 10px; */
  margin:unset;
}
.takvim-img {
  width: 100%;
  display: flex;
  justify-content: end;
}
.tursab-item {
  display: flex;
  justify-content: start;
}
.takvim-img p {
  font-family: "Zeyada", cursive;
font-size: 32px;
font-weight: 400;
line-height: 36px;
letter-spacing: 0em;
text-align: center;
color: #ff6700;

}
.tursab-item img {
  margin-top: 25px;
  width: 100%;
}
.takvim-img img{
  margin-top: 54px;
  width: 50%;
}
.social-item i {
  font-size: 72px;
}
.fa-instagram {
color:#FFA900;
margin-right: 15px;
}
.fa-youtube {
color: red;
}
/* .footer-reklam-img {
  margin-top: -77px;
} */

.social-item {
  /* margin-top: -59px; */
  text-align: center;
  /* margin-left: 47px; */
}
.destek-btn:hover {
  background: #f0213717;
  border-radius: 8px;
  transition: .2s all;
}
footer .phone.pn1 {
  /* background-image: url(/site/resim/location-pin.png);
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 27px; */
  border-radius: 30px;
  background: linear-gradient(270deg, #FFA900 26.8%, #FF5C00 86.98%);
}
footer .phone.office {
  background-image: url(/site/resim/phone-call.png);
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 27px;
}
footer .phone.hakkimizda {
  background-image: url(/site/resim/user.png);
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 27px;
}
footer .phone {
  display: block;
  border-radius: 8px;
  padding: 3px 7px 3px 40px;
  color: #56585A;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
footer .phone span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: white;
}
footer .phone span.number {
  color: #f02137;
}
footer .phone.wp {
  background-image: url(/site/resim/sleeping.png);
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 27px;
}
footer .phone span.number {
  color: #f02137;
}
footer .phone.pn2 {
  background-color: #f02137;
  border-color: #f02137;
  color: #fff;
  background-image: url(/site/resim/info.png);
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 27px;
}
a.phone.pn2 span {
  color: white;
}
footer .destek-btn a {
  padding: 10px 7px 10px 40px;
}

.alt-footer {
  display: flex;
  justify-content: end;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .iletisim {
    padding-top: 250px;
}
.hotel-box {

  padding: unset !important;
}
/* .subeler-box ul#pills-tab {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: scroll;
  justify-content: unset;
} */
.subeler-box li.nav-item {
  width: max-content;
}
  .gradient.margin-bottom-0.tur-titlebar.oteller {
    padding: 0 !important;
    height: 84px;
  }
  .oteller-box {
    padding-top: 300px;
  }
  .owl-carousel.owl-theme.owl-footer-bavul.masaustugizle.owl-loaded.owl-drag {
    display: block;
}
section.lightpick.lightpick--2-columns {
  top: 105% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.lightpick--2-columns .lightpick__months {
  grid-template-columns: unset !important;
}
  .search-box {
    position: relative;
    /* top: 130%;
    left: 50%; */
    width: 339px;
    left: unset !important;
    transform:unset !important;
    height: auto;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    border-radius: 33px;
    margin: -25px auto;;
}
button.owl-prev {
  left: 0;
}
.owl-nav, .owl-nav {
  top: 42%;
}
button.owl-next {
  right: 0;
  
}
.owl-youtube .item {
  border-radius: 25px;
}

.yazi2 span {
  line-height: unset;
}
img.youtube-img {
  width: 73px !important;
  height: auto;
}
.yazi1 span {
  font-size: 19px;
  line-height: 0;
}
/* .kategorileri-alani {
  padding-top: 422px;
} */
.kategorileri-alani.kampanya-alani {
  padding-top: unset;
}
.home-search {
  background-color: unset;
  padding: 30px 0px;
  border-radius: unset;
  margin: 0;
}
/* .webBanner {
  display: none !important;;
}
.mobilBanner {
  display: block !important;
} */
.home-search {

  margin: unset !important;
}
.kategorileri-alani {
  /* background: rgba(237, 241, 245, 1); */
  padding-right: unset !important;
  padding-left: unset !important;
}

.text-item-box {
  padding-right: unset;
  padding-left: 13px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.youtube-alan-box .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img.youtube-img {
  width: 53px !important;
  height: auto;
}
.yazi1 span {
  font-size: 14px;
  line-height: 0;
}
.yazi2 {
  width: 80%;
}
.yazi2 span {
  font-size: 12px;
}
.youtube-alan-box .btn-border {
  width: 110px;
  height: 38px;
  padding: 1px;  

}
.youtube-alan-box a {
  width: 108px;
  padding: 0px;
  height: 36px;
  font-size: 16px;

}
.youtube-kategori button.btn.btn-incele {
  display: flex;
  justify-content: center;
  align-items: center;

}
.youtube-kategori button.owl-next {
  right: -14px;
  top: -17px;

}
.youtube-kategori button.owl-prev, .youtube-kategori button.owl-next {
  width: 36px;
  height: 36px;

}
.youtube-kategori button.owl-prev {
  left: -14px;
  top: -17px;

}
.youtube-kategori .image {
  height: 100%;
}
.youtube-kategori .image img{
  height: 100%;
  object-fit: cover;
}
.uye-ol-box {
  padding: 20px 0 20px 0px !important;
}
.right-uye .font12 {

  font-size: 16px;
}
.right-uye .form-check {
  margin: 10px auto;
 
}

.search .home-otelsearch, .search .home-tursearch {
  margin-right: 3px;
}
.masaustugizle {
  display: block !important;
}
.social-item i {
  font-size: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: white;
}
.social-item {
  background: gray;
  /* margin-right: 10px !important; */
  width: 46px;
  height: 46px;
  margin-left: unset !important;
  border-radius: 50%;
  position: relative;
  /* margin-top: 25px !important; */

}
/* .social.masaustugizle {
  display: flex !important;
  justify-content: center;
} */
.uye-item {
  border-radius: 25px;
}
.right-uye .font12 {

  /* line-height: 0px; */
  margin: unset;
}
.uye-item .footer-newsletter .input-group-append button {
  width: 81px;
  margin-left:10px; 
  font-size: 14px;
}
.footer-newsletter .form-check label {
  width: 80%;
}
/* footer .kurumsal {
  float: left;
} */
.uye-ol-box {
  margin: 0 !important;
}
.owl-footer-bavul .item {
  background: transparent !important;
}
.takvim-img img {
  width: 100%;
}

.footer-reklam-img {
  margin-top: unset;
}
.footer-tel-box p i {
  margin-right: 14px;
  font-weight: 700;
  color: gray;
}
.footer-tel-box p {
  
  margin: unset !important;
}
.footer-tel-box {display: flex;justify-content: space-between;position: relative;}

.footer-tel-box:before {
    content: "";
    position: absolute;
    border: 1px solid #c9c9c9;
    height: 100%;
    left: 50%;
}
footer .phone span {
  font-size: 13px;
}
.owl-footer-bavul .owl-nav {
  display: none !important;
}
button.owl-dot.active {
  display: inline-block !important;
}
.owl-footer-bavul button.owl-dot.active span {
  width: 25px;
  background: orange !important;
}
.owl-footer-bavul button.owl-dot span {
  background: rgba(255, 169, 0, 0.58) !important;

}
.footer-reklam-img img {
  width: 100%;
}
.owl-isbirlik .item img {
  width: auto;
}
.owl-isbirlik .item{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.owl-isbirlik{
  margin: 30px auto;
}
.owl-isbirlik .owl-next {
  position: absolute;
  right: -17px;
  width: 36px;
  height: 36px;
}
.owl-isbirlik .owl-prev {
  position: absolute;
  left: -17px;
  width: 36px;
  height: 36px;
}
.owl-isbirlik .owl-nav {
  top: 0;
}
button.navbar-toggler {
  border: unset;
}
.owl-footer-bavul .owl-item img {
  width: 81px;
  margin-right: 22px;
  height: 84px;
}
.mobil-bavul-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.owl-footer-bavul .item span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.owl-footer-bavul .item {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
.tatilciden-box {
  padding: unset;
}
.tatilciden-exp {
  position: relative;
  max-height: 230px;
  overflow: hidden;
  font-size: 0.8rem;
  margin: 15px 0px;
  border-radius: 6px;

}


.tatilciden-exp:before {
  transition: height .15s linear;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  width: 100%;
  z-index: 5;
  background-image: linear-gradient(to bottom, rgb(237 241 245 / 77%), rgb(237 241 245 / 63%) 20%, #edf1f5f2 50%, #edf1f5);
}
.tatilciden-exp p {
  line-height: unset;
}
.tatilciden-exp .more {
  position: absolute;
  left: 50%;
  bottom: 0px;
  color: #fea701;
  z-index: 9;
  cursor: pointer;
  font-weight: normal;
  font-weight: 700;
  transform: translate(-50%, -50%);
}
.tatilciden-exp .more.more-btn {
  bottom: -31px;

}
.tatilciden-exp.more-text:before {
  content: unset !important;
}
.tatilciden-exp.more-text {
  max-height: unset;
  margin-bottom: 36px;
  overflow: visible;
}
}
.mobilBanner {
  display: none;
}
.masaustugizle {
  display: none;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefdfa;
  z-index: 99999;
}
#status {
   width: 25%;
   height: 100%;
   position: absolute;
   left: 50%;
   top: 50%;
   background-color: #fefdfa;
   background-image: url(/site/images/preloader.gif);
   background-repeat: no-repeat;
   background-position: center;
   /* margin: -100px 0 0 -100px; */
   background-size: contain !important;
   transform: translate(-50%, -50%);
}
.home-tursearch:last-child {
  margin: unset;
}

.owl-carousel.owl-theme.owl-footer-bavul.masaustugizle.owl-loaded.owl-drag {
  display: none;
}


.oteller-item-box .text-box {
  border: 1px solid black;
  border-top: unset !important;
  border-bottom-left-radius: 49px;
  border-bottom-right-radius: 49px;
}

.oteller-item-box .image-box img {
  border-top-left-radius: 49px;
  border-top-right-radius: 49px;
}
.oteller-item-box .btn-border {
  border-image: -webkit-linear-gradient(0.25turn, #ff6700, rgba(255, 0, 0, 1));
    width: 170px;
    height: 50px;
    color: #ff6700;
    padding: 2px;
    border-radius: 50px;
    background: -webkit-linear-gradient(left top, #ffa900 0%, #ff5c00 100%);

}

.oteller-item-box a {
  width: 166px;
  padding: 0px;
  height: 46px;
  border-radius: 50px;
  display: block;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.65px;
  text-align: center;
  display: flex;
  justify-content: center;
  background: white;
}
.oteller-item-box {
  border-radius: 49px;
  transition: .2s all;
  margin-bottom: 15px;
}
.oteller-item-box:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: .2s all;

}
.oteller-box {
  margin: 50px auto;
}

.otel-text-header {
  font-weight: 700;
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 8px;
}
.services-blog-choose {
  border: 1px solid orange;
  border-radius: 40px;
  padding: 20px;
  border: 1.62px solid #ff6700;
}
.main_input_search_part_item .icon {
  border: 1px solid #eee;
}

.main_input_search_part_item.intro-search-field.two-input {
}

.main_input_search_part_item.intro-search-field.two-input .icon {
  border: unset;
}

.main_input_search_part_item.intro-search-field.two-input {border: 1px solid #eee;}

/* a,p,h1,h2,h3,b,h4,h5,h6,span {
  font-family: "Montserrat", sans-serif;
} */
ul.header-menu li i {
  display: none;
}
.oteller-item-box:hover img {
  transform: scale(1.2);
  transition: 2s all;
}

.oteller-item-box img {
  transition: 2s all;
}

.oteller-item-box .image {
  position: relative;
  overflow: hidden;
}

.oteller-item-box {
  overflow: hidden;
}
.btn:focus-visible {
  color: unset !important;
  background-color: unset !important;
  border-color: unset !important;
  outline: 0;
  box-shadow: unset !important;
}
.otel-detay-reklam {
  margin: 15px auto;
}
.subeler-item-box h1 {
  font-size: 32px;
  font-weight: 700;
}

.slick-dots .slick-active {
  width: 47px !important;
border-radius: 20px !important;
opacity: 1 !important;

}
.slick-dots button {

border-radius: 50% !important;
opacity: 0.5 !important;
}
span.more:before {
  content: "Daha Fazla Oku";
  cursor: pointer;
}
span.more::after {
  content: '\f078';
  font-family: 'Font Awesome 6 Pro';

}
.youtube-kat-box {
  display: flex;
  align-items: center;
  background: #efefef;
  padding: 5px;
  border-radius: 8px;
}
.youtube-kat-box i {
  margin-right: 5px;
  
}
span.more.more-btn:before {
  content: '\f077';
  font-family: 'Font Awesome 6 Pro';
}
.youtube-kat-box p {
  margin: 0;
  margin-left: 5px;
  font-size: 12px;
}
.youtube-alani:has(> .youtube-kat-box span:empty) {
  display: none !important;
}
span.more {
  color: #ffa900;
  font-weight: 600;
}

span.more.more-btn:before {
  cursor: pointer;
  content: "Daha Az Oku";
}
.navbar-toggler:focus {

  box-shadow: unset !important;
}
.otel-ozellik:after {
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 50%;
content: "";
background: linear-gradient(rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.85) 40%, rgb(255, 255, 255) 100%);
pointer-events: none;
}
.otel-ozellik {
height: 200px;
overflow: hidden;
position: relative;
}
.read-more {
  height: auto !important;;
overflow: visible !important;

}
.read-more:after {
  content: unset !important;
}
button.btn-dahafazla {
  position: absolute;
  bottom: -34px;
  z-index: 9;
  background: linear-gradient(270deg, #FFA900 26.8%, #FF5C00 86.98%);
  color: white;
  border: unset;
  border-radius: 20px;
  height: 40px;
  left: 50%;
  transform: translate(-50%,-50%);
}
button.btn.btn-dahafazla.read-more-btn {
  position: relative !important;
  left: unset !important;
  transform: unset !important;
}
button.btn.btn-dahafazla.read-more-btn:before {
  content: "Daha Az Oku" !important;

}
button.btn-dahafazla:before {
  content: "Daha Fazla Oku";
  z-index: 99;
}

.map-aciklama {
  position: relative;
}
div#yorum {
  margin-top: 50px;
}
p.reklam-tel img {
  width: 32px;
}
.footer-logo {
  text-align: center;
  border-bottom: 1px solid #edf1f5;
  position: relative;
}
.footer-tel-box {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 15px;
  gap: 16px;
}

.footer-tel-box i {
  margin-right: 5px;
}
.kurumsal {
  padding: 20px 0px 0px 0px;
}
.footer-social-text {
  text-align: center;
    margin-top: 15px;
    font-size: 23px;
    font-weight: 700;
}


.footer-mobil-menu.mobil-goster {
  background: white;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  bottom: 0px;
  background: white;
  right: 0px;
  left: 0px;
  min-height: 64px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
}
.footer-mobil-menu.mobil-goster {
  display: flex !important;
}
.footer-mobil-menu-box {
  display: flex;
  justify-content: space-around;
  grid-gap: 0.75rem;
  background: white;
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  bottom: 0;
  width: 100%;
  z-index: 99;
  bottom: 0px;
  background: white;
  right: 0px;
  left: 0px;
  min-height: 64px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.footer-mobil-menu-box a {
  flex-direction: column;
  display: flex;
  text-align: center;
}
.footer-mobil-menu i {
  font-size: 18px;
}
.footer-logo {
  padding-bottom: 15px;
}

.tatilciden-exp {
  height: 100px;
  font-family: "Nunito", sans-serif !important;
  overflow: hidden;
  position: relative;
  padding-bottom: 117px;
}

span.more{
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translate(-50%,-50%);
}
.tatilciden-exp.more-text {
  height: auto;
  overflow: visible;
  padding-bottom: 10px;
}
.text-header:empty {
  display: none;
}
.text-botom3 {
  height: 57px;
}
.image-box .image {
  height: 216px;
}
.mobil-youtube-img .image  {
  height: auto !important;
}

@media (max-width: 1299px) and (min-width: 1024px) { 

  .search-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 417px;
}
.mainSlider img {
  width: 100%;
  object-fit: cover;
}
}
.youtube-mobil .text-botom3 {
  height: auto;
}
.youtube-mobil .text-botom2 {
  margin-top: 6px;
  font-size: 17.76px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  overflow: hidden;
  /* width: 100px; */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 64px;
}
input, input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
  height: 43px;
  line-height: 45px;
  padding: 0 9px;
  outline: none;
  font-size: 15px;
  color: #808080;
  margin:unset;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border: unset;
  box-shadow: unset !important;
  font-weight: 400;
  opacity: 1;
  border-radius: 4px;
}
.tab-content {
  padding: 15px;
}
.person-total{
  display: inline-block;
  width: 100%;
  height: 60px;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 6px;
  /* line-height: 48px; */
}
.col-12.search-route > div {
  background: white;
  color: #ff6700;
  border-radius: 8px;
  height: 41px;
  width: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 5px 10px 5px 5px;
}
.flight-ticket-count-dropdown.show {
  visibility: visible;
  opacity: 1;
}
.flight-ticket-count-dropdown {
  position: absolute;
  min-width: 311px;
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: all 250ms ease-in-out;
  top: 66%;
  margin-top: 14px;
  left: -16px;
}
.show {
  display: block !important;
}
.flight-ticket-count-dropdown .room-info {
  padding: 10px;
  float: left;
  width: 100%;
}
.flight-ticket-count-dropdown .room-info .info-row {
  width: 100%;
  text-align: left;
  padding: 10px 0px;
}
.flight-ticket-count-dropdown .room-info .info-row .col {
  display: block;
  width: 100%;
  padding: 0px 10px;
  float: left;
  margin-bottom: 7px;
}
.flight-ticket-count-dropdown .room-info .info-row .col label {
  display: block;
  color: #000;
  font-weight: normal;
  font-size: 12px;
}
.search .inner label {
  font-weight: normal;
  display: block;
  width: 100%;
  margin-bottom: 8px;
  color: white;
  text-align: center;
}
.flight-ticket-count-dropdown .room-info .info-row .col label .title {
  width: 30%;
  float: left;
  font-size: 13px;
  line-height: 40px;
}
.flight-ticket-count-dropdown .room-info .info-row .col label .selector {
  width: 70%;
  float: left;
  text-align: right;
}
.flight-ticket-count-dropdown .room-info .info-row .col label .selector .buttonSelect {
  cursor: pointer;
  width: 40px;
  outline: none;
  height: 40px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 33px;
  font-weight: 600;
  color: #ff6a00;
  font-size: 32px;
  border: 1.5px solid #ddd;
  border-radius: 4px;
  text-align: center;
}
.flight-ticket-count-dropdown .room-info .info-row .col label .selector .txt {
  width: 40px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.search .inner .tab-content input, .search .inner .tab-content select, .search .inner .person-total {
  display: block;
  height: 40px;
  width: 100%;
  border-radius: 6px;
  line-height: 40px;
  border: 1px solid gray;
}
.search-form-ucak input, .search-form-ucak select, .search-form-ucak .persons {
  display: block;
  height: 44px;
  border: 1px solid #e9eaec;
  width: 100%;
  border-radius: 4px;
  line-height: 36px;
  /* padding: 0 10px; */
  font-size: 13px;
  background: white;
}
.search-box input {
  padding-left: 9px;
}

.search-form-ucak .ikon {
  position: relative;
}
 .ikon i {
  top: 13px;
}
.ikon i {
  position: absolute;
  left: 8px;
  top: 10px;
  color: #ff6700;
  ;
}
.search .inner .tab-content input, .search .inner .tab-content select, .search .inner .person-total {
  display: block;
  height: 40px;
  width: 100%;
  border-radius: 6px;
  line-height: 40px;
  border: 1px solid gray;
}
.yon {
  display: inline-block !important;
  width: auto !important;
}
.yon input {
  width: auto !important;
  height: auto !important;
  display: inline-block !important;
}
span.persons.konuklarucak.flight-guest {
  border: unset;
}
.search-form-ucak button:hover {
  /* background: transparent; */
  /* color: #f02137; */
  /* transition: ease-in-out all 300ms; */
}
.search-form-ucak button {
  display: block;
  height: 54px;
  border: 1px solid #f02137;
  width: 100%;
  border-radius: 4px;
  /* line-height: 36px; */
  /* padding: 0 10px; */
  background: #f02137;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 5px;
  background: linear-gradient(270deg, #FFA900 26.8%, #FF5C00 86.98%);
  margin: 0;
}
.col-md-1.col-xs-12.otelUcakHesapBtn i {
  color: white;
}
.ucak-search-bg {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
}
.ucak-search-bg label {
  color: gray;
}
.search-form-ucak .ikon {
  position: relative;
  display: flex;
  background-color: #fff;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 6px;
}
.ucak-search-bg input {
  border: unset;
}
.ucak-search-bg form label {
  color: #f77f41;
  font-weight: bold;
}
button#ucak-hesapla i {
  color: white;
}
@media (min-width: 992px) {
  .tab-content {
    height: 323px;
  }
}

@media (max-width: 991px) {
  
  .mobilgizle {
    display: none !important;
  }
  .webgizle {
    display: block !important;
  }
  .search-form-main label {
    font-weight: 600;
    margin-bottom: -26px;
}
  .collaps  {
    /* position: unset !important; */
  }
  .search-form-ucak input, .search-form-ucak select, .search-form-ucak .persons {
    padding-left: 5px;
}
.ucak-search-bg form label {

  top: -4px;
  left: 34px;
}

.collaps img {
  position: absolute !important;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  /* z-index: 99; */
}

  .search-form-main label {
    top: -2px;;
}
input, input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
  height: 30px;
}
.search-box {
  width: 750px;
}
.icon {
  position: relative !important;

}
.full-btn {
  padding-left: 15px;
    padding-right: 15px;
    margin-top: 7px;
}
.search-form-main img, .search-form-tur img, .search-form-ucak img {
  width: 25px;
}
.ucak-search-bg form label {
  top: -3px;
  left: 30px;
}

.search-icon img {
  margin-left: 5px;
}

select#ayyil {
  padding-left: 5px;
}
.ikon {
  margin-bottom: 7px;
}
.calendar {
  margin-bottom: 7px;
}
  .mobil-menu-header {
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}


  .mobil-uye {
    display: flex;
    border-top: 1px solid #e5e5e5 !important;
    bottom: 83px;
    top: auto;
    border-width: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .search-link-box ul li {
    padding: 0 !important;
}
.turKategori .mainSlider, .turKategori .mainSlider img {
  height: auto !important;
}
  .collaps {
    /* display: flex; */
    /* justify-content: end; */
}
  .header-box {
    padding: 11px 0;
    display: flex;
    align-items: center;
}
.mobilmenu {
  position: absolute;
  top: 79px;
  z-index: 99;
  background: white;
  width: 100%;
  left: 0;
  height: 100vh;
}
.mobilmenu ul li {
  padding: 10px;
}
}
@media (min-width: 992px) {
  .mainHeader .collaps{display:none}
  
}
@media (max-width: 768px) {
  .mobilmenu {
    top: 0;
  }
}
div#from_sb {
  width: 200px !important;
}

div#to_sb {
  width: 200px !important;
}
.search-route img {
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  width: auto;
}
.ucak-search-bg form label {
  color: #f77f41;
  font-weight: bold;
  left: 37px;
  margin-bottom: -30px;
  margin-left: 8px;
}
.ikon input {
  margin-top: 10px;
}
span.search-txt {
    color: white;
    font-size: 22px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
@media (max-width: 425px) {
  .mobil-tursab {
    right: 32px !important;
    color: #CCCCCC;
}
.ikon input {
  margin-top: 18px;
}
.search-form-tur label {
  color: #ff6700;
  margin-bottom: -11px !important;
  font-weight: 600;
  margin-left: 8px;
}
.mobil-uye {
  bottom: 83px;
}
}


.mobil-uye a {
  padding: 0 15px !important;
  display: inline-block !important;
  line-height: 1;
  margin: 18px 0;
  border: unset !important;
  color: black !important;
}

.mobil-uye svg {
  display: inline-block;
  min-width: 39px;
  font-size: 16px;
  color: #888;
}

a.signin-btn.button.border {
  border-left: 1px solid #e0e0e0 !important;
  border-radius: unset;
}
.mobilmenu ul {
  padding: unset;
}

.mobilmenu li {
  border-top: 1px solid #e5e5e5;
}

.mobilmenu li:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.collaps img {
  width: auto !important;
  height: 24px !important;
}

.collaps {
  position: relative;
  z-index: 999;
}

/* .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease;
} */
.dark-overlay:before {
  content: "";
  background: #00000070;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  transition: .3s all;
}
.mobil-menu-header {
  text-align: center;
}

.room-info label {
  position: relative !important;
  left: unset !important;
  top: unset !important;
}
.calendar {
  padding-left: 5px;
  padding-right: 5px;
}
.searchwrap .col-md-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.ucak-search-bg .col-md-2 {
  padding-left: 5px;
  padding-right: 5px;
}
.search-form-tur label {
  /* position: absolute; */
  /* top: -1px; */
  /* left: 47px; */
  color: #ff6700;
  /* margin-bottom: -18px; */
  margin-left: 8px;
  font-weight: 600;
}
.webgizle {
  display: none;
}
.room-count-dropdown.show label {
  margin: unset;
}

.hotelTab .otelKutu .image img {
  height: 160px;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
  width: 100%;
}
span.flight-guest-total {
  margin-left: 9px;
}


.login-page .form .message.half {
  width: 50%;
  float: unset !important;
}
.login-page .form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 460px;
  margin: auto;
  padding: 0px 45px 25px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.user-login-btn {
  cursor: pointer;
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  font-size: 12px;
}

span.user-login-btn span {
  line-height: unset !important;
}
.user-wrapper {
  background: transparent !important;
}
.uye-panel-menu ul {
  background: #ff6700 !important;
}
.favoriler-menu .title {
  background: #ff6700;

}
.kalkis-box:has(> .turbankaliste ul:empty) {
  display: none;
}
.odeme-box:has(> .turbankaliste ul:empty) {
  display: none;
}

span.favori-icon {
  display: none;
}
/* .flight-box.oneway-flight:first-child {
  margin-top: 24px;
} */

.turbrutfiyat {
  text-decoration: line-through;
}
span.date-btn.hiddexs:has(> .other-dates:empty) {
  display: none !important;
}
form#email-form input {
  border: 1px solid gray;
  margin-bottom: 10px;
}
span.favori-icon.relative.sharebtns.hidden-xs {
  display: none !important;
}

.tour-kat-menu {
  display: none;
  position: absolute;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  list-style: none;
  padding: 0;
  max-height: 150px !important;
  width: 100%;
  left:0;
  border-radius:8px;
  overflow: auto;
}
.tour-kat-menu ul {
  margin: 0;
  padding: 0;
}
.tour-kat-menu li {
  padding: 5px 10px;
  cursor: pointer;
}
.tour-kat-menu li:hover {
  background: linear-gradient(270deg, #FFA900 26.8%, #FF5C00 86.98%);
    border: none;
    color: white !important;
}