@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: #a0050f;
  --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 0px 2px 0px;
  margin: 0px 20px;
  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;*/
  padding: 3px 3px 15px 3px;
  -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;
  height:100%;
}
.slayt-alti-kutu:hover {
  background: var(--bir);
  color: #FFF;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slayt-alti-kutu img{
	border-radius: 10px;
}
.slayt-alti-kutu .ikon {
  height: 60px;
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.ucan-cocuk {}
.ucak2 {
  margin-top: 100px;
}
.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;
  height:100%;
}
.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)
}


.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: #ccc;
}
.adres div {
}
.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;
}


.son-eklenenler{
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}

..son-eklenenler:before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.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;
}

.bg-red{
background:#c62330;
}

.text-shadow-black-1{
	text-shadow: 1px 1px 2px #000;
}

.color-1{
	color:#dd4337;
}

/*************************
  Objects car
*************************/
.objects-car { position: relative; z-index: 1; overflow: hidden; padding-top:100px;padding-bottom:100px;background:#fff;}
.objects-left { position: absolute; height: 100%; width: 40%; left: 0; bottom: 0px; z-index: -1; }
.objects-left .objects-1 { position: absolute; left: 0px; bottom: 0; }
.objects-right { position: absolute; height: 100%; width: 40%; right: 0; bottom: 0px; z-index: -1; }
.objects-right .objects-2 { position: absolute; right: 0px; bottom: 0; }
.objects-center { position: absolute; height: 100%; width: 100%; left: 0; bottom: 0px; z-index: -1; }
.objects-center .objects-3 { position: absolute; left: 50%; bottom: 0; margin-left: -450px; }
.welcome-block.objects-car { overflow: hidden; position: relative; }
.objects-left.left .objects-1 { left: -190px; }
.objects-right.right .objects-2 { right: -190px; }

.son-eklenenler .card{
	height:100%;
}
.son-eklenenler .list-all-cars a{
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 45px;
	font-weight:bold;
	text-align:center;
	background:#a0050fbf;
	transition: background 0.5s;
	color:#fff;
}
.son-eklenenler .list-all-cars a:hover{
	background:#a0050fff;
}

.ust .social-links a{
	color:#fff;
}

.inner-intro{
	height: 310px;
    display: block;
	margin-top: -100px;
	background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}
.bg-overlay-black-70:before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.breadcrumb{
	    margin-top: 15px;
}
.breadcrumb-item a,.breadcrumb-item.active{
	color:#fff;
	font-size:15px;
}


.tp-mask-wrap{
padding-bottom: 15px !important;
}

.contact-info .feature-box-3 { display: block; }
.feature-box-3.white-icon .icon i { background: #ffffff; }
.feature-box-3.white-icon:hover .icon i { background: #a0050f; }
/*feature-box-3 */
.feature-box-3 .icon { width: 70px; height: 70px; float: left; margin-right: 20px; text-align: center; border-radius: 50%; border: 1px solid #ffffff; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.feature-box-3.grey-border .icon { border: 1px solid #f1f1f1;  }
.feature-box-3 .icon i { font-size: 20px; background: #f1f1f1; display: block; border-radius: 50%; margin: 9px 10px 10px 9px; width: 50px; height: 50px; line-height: 50px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.feature-box-3 .content { display: table-cell; margin-top: 10px; vertical-align: top; }
.feature-box-3 .content h5 { margin-bottom: 0px; margin-top: 10px; }
.feature-box-3 .content h6 { margin-bottom: 0px; margin-top: 10px; }
.feature-box-3 .content p { margin-top: 0px !important; margin-bottom: 0px;}
.feature-box-3:hover .icon, .feature-box-3:hover .icon i { border-color: #a0050f; }
.feature-box-3:hover .icon i { background: #a0050f; color: #ffffff; }

.border-kirmizi{
	border: 5px solid #dd4337;
    padding: 2px;
}