@import url('https://fonts.googleapis.com/css2?family=Barlow&family=Quicksand&display=swap');
html, body {
  font-family: 'Barlow', sans-serif !important;
}
.f1 {
  font-family: 'Barlow', sans-serif;
}
.f2 {
  font-family: 'Quicksand', sans-serif;
}
:root {
  --bir: #24aedb;
  --iki: rgba(30, 30, 30, 1.00);
  --uc: #e7e7e7;
  --dort: #EEE;
  --acik: #FFF;
  --koyu: rgba(30, 30, 30, 1.00);
  --acik2: rgb(227 207 207);
  --bg: #FBFBFB;
  --surface-color: #fff;
  --curve: 40;
}
*, button:focus {
  outline: none;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  outline: 0;
}
html {
  scroll-behavior: smooth;
}
html, body {
  color: var(--iki);
  background: var(--bg);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .3px;
}
body {
  padding-top: 100px;
}
body.homepage {
  padding-top: 0px;
}
a {
  color: var(--iki);
  text-decoration: none;
}
a:hover {
  color: var(--bir);
}
.fff, .fff a {
  color: var(--FFF);
  text-decoration: none;
}
.fff:hover, .fff a:hover {
  color: var(--FFF);
}
.sehirler a:hover {
  color: var(--FFF);
}
img {
  max-width: 100%;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.subheader {
  background: var(--uc);
}
.ortala {
  display: flex;
  align-items: center;
}
.middle {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.overlay1 {
  background-color: rgba(255, 255, 255, 0.08);
}
.overlay2 {
  background-color: rgb(0 0 0 / 10%);
}
.nav-link {
  display: block;
  color: white;
  font-weight: 900;
  line-height: 23px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 2px 18px;
  letter-spacing: 0.1em;
  position: relative;
  border-radius: 4px;
}
.nav .submenu {
  opacity: 0;
  visibility: hidden;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 0px;
  list-style-type: none;
  display: block;
  width: 230px;
  padding: 0px;
  z-index: 9;
  background: #1c9ed2;
  margin: 0 15px;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, visibility 0.5s;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}
.nav li.dropdown:hover > .submenu {
  opacity: 1;
  visibility: visible;
  webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  background: #1c9ed2;
  margin: 0 15px;
}
.nav .submenu li {
  display: block;
  padding: 8px 15px;
  color: #fff;
}
.nav .submenu li:hover {
  background: #0b80b5;
  color: #fff;
}
.nav .submenu li a {
  display: block;
  color: inherit;
}
.cab-section.flight-section {
  background-image: url(../img/bg-flight.png);
}
.cab-section {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  z-index: 1;
}
.cab-section.flight-section .cloud {
  height: 100%;
  bottom: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.cloud {
  -webkit-animation: slide 50s linear infinite;
  animation: slide 50s linear infinite;
  background-repeat: repeat !important;
}
.cab-section.flight-section .cab-content {
  padding-top: 86px;
}
.cab-section .cab-content {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-group-item-header {
  position: relative;
  display: block;
  padding: 0rem 1rem !important;
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  border: 0;
}
.slayt-alti {
  margin-top: 50px;
  margin-bottom: 25px;
}
.slayt-alti-kutu {
  display: block;
  padding: 20px 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 5%);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.slayt-alti-kutu:hover {
  background: var(--bir);
  color: #FFF;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #DDD;
}
.slayt-alti-kutu .ikon {
  height: 60px;
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.ucan-cocuk {}
.ucak2 {
  margin-top: 150px;
}
.kutu1 {
  display: block;
  padding: 20px 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 5%);
  border-radius: 10px;
}
.kutu1:hover {
  background: var(--bir);
  color: #FFF;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
}
.list-group {
  -webkit-box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 5%);
  border-radius: 10px;
}
.list-group-item-dark {
  color: #141619;
  background-color: #EFEFEF;
}
.list-group-item-listeleme:hover {
  color: #FFF !important;
  background-color: var(--bir) !important;
}
.list-group-item {
  border: 0;
  padding: 15px 15px 15px 15px;
}
header {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navfix .ust {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: none;
}
.navfix .alt {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: background-color 1s ease;
  background: var(--bir)
}
body:not(.homepage) header .ust {
  background: #158dbd;
}
body:not(.homepage) header .alt {
  background: var(--bir);
}
.accordion-button:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.search-form-homepage {
  position: absolute;
  top: calc(100vh - 123px);
  z-index: 10;
}
.search-form-content {
  background: rgba(207, 207, 207, 1.00);
}
#search-form {
  width: 100%;
}
#search-form .container {
  padding: 15px;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}
.sup-search-item {
  padding: 5px;
}
.sup-search-item .form-check-label {
  font-weight: 500;
  font-size: 15px;
  color: #1a6da7;
}
.search-item {
  display: inline-block;
  width: 22%;
  padding: 0px 5px;
  position: relative;
}
.search-item i {
  position: absolute;
  left: 15px;
  top: 10px;
  color: #aaa;
}
.search-button {
  display: inline-block;
  width: 8%;
}
.search-item input {
  padding: 10px 15px 10px 40px;
  width: 100%;
  border: 1px solid #47b4de;
}
#search-form .search-btn {
  background: #1e76bb;
  width: 100%;
  padding: 9px 15px;
  border: 1px solid #0c5791;
  color: #fff;
  font-size: 20px;
}
.search-item input::placeholder {
  font-weight: 400;
  color: #aaa;
}
.sosyal {
  font-size: 36px;
}
.sosyal i {
  color: var(--acik);
  margin-right: 15px;
}
.sosyal i:hover {
  color: var(--iki);
}
.adres div {
  margin-bottom: 20px;
}
.nav li:hover > .dropdown-menu {
  display: block;
}
.nav .dropdown-menu {
  right: 0;
  min-width: 200px;
  font-size: 1rem;
  color: var(--acik);
  background-color: var(--bir);
}
.nav .dropdown-menu a {
  font-size: 1rem;
  color: var(--acik);
  font-weight: 900 !important;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.nav .dropdown-item:hover {
  color: var(--acik);
  background-color: var(--bir);
}
.top a {
  color: #FFF;
}
.autocomplete-suggestions {
  background: #fff;
  width: max-content !important;
  padding: 15px 0px;
}
.passengers {
  display: inline-block;
  margin-bottom: 0.125rem;
}
.passengers .dropdown-toggle {
  font-weight: 500;
  font-size: 15px;
  color: #1a6da7;
  line-height: 15px;
}
.passengers .dropdown-menu {
  width: 250px;
  padding: 15px;
}
.passenger-options .input-group {
  width: 50%;
  float: right;
}
.passenger-options .input-group .quantity {
  text-align: center;
}
.passenger-options .input-group button {
  background-color: #f9f9f9;
  border-color: #ccc;
}
.passenger-options .input-group button:hover {
  color: #000;
  background-color: #e9e9e9;
  border: 1px solid #ccc;
  box-shadow: none !important;
}
.passenger-options .passenger-opt-label {
  width: 50%;
  float: left;
}
.passenger-options .passenger-opt-label span {
  display: block;
  font-size: 13px;
  line-height: 14px;
  color: #777;
}
.autocomplete-suggestion {
  padding: 10px;
}
.autocomplete-suggestion:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f3c5";
  font-weight: var(--fa-style, 900);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 10px;
}
.autocomplete-suggestion strong {
  font-weight: normal;
}
.autocomplete-suggestion:hover {
  background: #24aedb;
  color: #fff;
}
.bg-blue {
  background: #1c9ed2;
}
.toast-custom {
  background-color: rgba(0, 0, 0, 0.5); /* %60 opaklık */
  color: white;
  z-index: 1055; /* Yüksek z-index */
}