:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #289e11;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #d24115;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 40, 158, 17;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 253, 126, 20;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text: #0a58ca;
  --bs-secondary-text: #6c757d;
  --bs-success-text: #1b7908;
  --bs-info-text: #087990;
  --bs-warning-text: #997404;
  --bs-danger-text: #f46222;
  --bs-light-text: #6c757d;
  --bs-dark-text: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #f8f9fa;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #e9ecef;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-link-color: #f46222;
  --bs-link-color-rgb: 244, 98, 34;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #d24115;
  --bs-link-hover-color-rgb: 210, 65, 21;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
  --bs-emphasis-color: #000;
  --bs-form-control-bg: var(--bs-body-bg);
  --bs-form-control-disabled-bg: var(--bs-secondary-bg);
  --bs-highlight-bg: #fff3cd;
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}


/* stylelint-disable selector-list-comma-newline-after */

.blog-header {
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif
    /*rtl:Amiri, Georgia, "Times New Roman", serif*/
  ;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif
    /*rtl:Amiri, Georgia, "Times New Roman", serif*/
  ;
}

.display-4 {
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 {
  height: 250px;
}

@media (min-width: 768px) {
  .h-md-250 {
    height: 250px;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}

.blog-post-title {
  font-size: 2.5rem;
}

.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #727272;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}

.blog-footer p:last-child {
  margin-bottom: 0;
}

.nav-link.active {
  border-bottom: 5px solid #f46222;
}

.themed-container {
  padding: .75rem;
  margin-bottom: 1.5rem;
  background-color: #f46222;
  border: 1px solid #d24115;
}

.themed-container a {
  color: white;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #f46222;
  --bs-btn-border-color: #f46222;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #d24115;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #d24115;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #f46222;
  --bs-btn-disabled-border-color: #f46222
}

.text-danger {
  color: rgba(244, 98, 34, 1) !important
}

.bg-danger {
  background-color: rgba(244, 98, 34, 1) !important
}

.ntg-box-shadow {
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.20);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.20);
}

.border-radius-0 {
  border-radius: 0px !important;
}

.border-radius {
  border-radius: 4px !important;
}

.border-radius-50 {
  border-radius: 50% !important;
}

.border-radius-left {
  border-radius: 0px !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.border-radius-right {
  border-radius: 0px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins';
}

body {
  /* font-family: "Open Sans",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; */
  font-family: 'Poppins';
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #53605e;
  background-color: #fff;
}

.pointer {
  cursor: pointer;
}

.img-hover-zoom {
  /* max-height: 245px; */
  overflow: hidden;
}

.img-hover-zoom img {
  transition: transform .5s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.5);
}

.kesfet-area .col {
  cursor: pointer;
  opacity: 1;
}

.kesfet-area .col:hover {
  opacity: 0.8;
}

.x-features {
  background: #fff;
  padding: 100px 0 85px;
}

.section-title {
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 30px;
  text-transform: capitalize;
  position: relative;
}

.x-features h2 {
  font-size: 24px;
  line-height: 24px;
}

.x-features .section-title h2 {
  color: #000;
}

.x-features .promo-content {
  color: #333333;
  overflow: hidden;
  border-bottom: 1px solid rgba(157, 209, 246, 0.4);
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.x-features .promo-icon {
  float: left;
  margin-right: 25px;
  font-size: 30px;
  color: #333333;
}

.x-features .img-left,
.x-features .img-right {
  margin-top: 20px;
}

.section-title span.bordered-icon {
  color: #dadada;
  padding: 0 10px;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  display: inline-block;
}

.section-title span.bordered-icon:before,
.section-title span.bordered-icon:after {
  content: "";
  background: #dadada;
  width: 50px;
  height: 1px;
  top: 8px;
  position: absolute;
}

.section-title span.bordered-icon:before {
  left: 100%;
}

.section-title span.bordered-icon:after {
  right: 100%;
}

.x-features .promo-content h3 {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
}

.s5,
div.divs5 {
  height: 5px;
}

.s10,
div.divs10 {
  height: 10px;
}

.s15,
div.divs15 {
  height: 15px;
}

.s20,
div.divs20 {
  height: 20px;
}

.s25,
div.divs25 {
  height: 25px;
}

.s30,
div.divs30 {
  height: 30px;
}

.s35,
div.divs35 {
  height: 35px;
}

.s40,
div.divs40 {
  height: 40px;
}

.s45,
div.divs45 {
  height: 45px;
}

.s50,
div.divs50 {
  height: 50px;
}

.satir_1 {
  height: 1px;
}

.satir_5 {
  height: 5px;
}

.satir_10 {
  height: 10px;
}

.satir_15 {
  height: 15px;
}

.satir_20 {
  height: 20px;
}

.satir_25 {
  height: 25px;
}

.satir_30 {
  height: 30px;
}

.satir_35 {
  height: 35px;
}

.satir_40 {
  height: 40px;
}

.satir_45 {
  height: 45px;
}

.satir_50 {
  height: 50px;
}

.satir_100 {
  height: 100px;
}

.satir_200 {
  height: 200px;
}

.fs7,
.fsx7 * {
  font-size: 7px;
}

.fs8,
.fsx8 * {
  font-size: 8px;
}

.fs9,
.fsx9 * {
  font-size: 9px;
}

.fs10,
.fsx10 * {
  font-size: 10px;
}

.fs11,
.fsx11 * {
  font-size: 11px;
}

.fs12,
.fsx12 * {
  font-size: 12px;
}

.fs13,
.fsx13 * {
  font-size: 13px;
}

.fs14,
.fsx14 * {
  font-size: 14px;
}

.fs16,
.fsx16 * {
  font-size: 16px !important;
}

.fs18,
.fsx18 * {
  font-size: 18px !important;
}

.fs21,
.fsx21 * {
  font-size: 21px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs27 {
  font-size: 27px !important;
}

.fs30 {
  font-size: 30px !important;
}

.fs35 {
  font-size: 35px !important;
}

.fs40 {
  font-size: 40px !important;
}

.fs45 {
  font-size: 45px !important;
}

.fs50 {
  font-size: 50px !important;
}

.fs60 {
  font-size: 60px !important;
}

.fs70 {
  font-size: 70px !important;
}

.fs100 {
  font-size: 100px !important;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.home-row-header {
  font-weight: 300;
  font-size: 20px;
  margin: 30px 0 15px;
  color: #383838;
  line-height: 1.1;
}

.home-header-right,
.home-header-left {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.home-row-left {
  margin-bottom: 15px;
  margin-top: 30px;
}

.home-cell {
  margin-bottom: 30px;
}

.home-cell i {
  display: inline-block;
  margin-right: 0;
  position: absolute;
  font-size: 40px;
}

.home-cell .home-cell-text {
  margin-left: 50px;
}

.home-cell .home-cell-text div {
  display: inline-block;
  font-weight: 300;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 1.1;
  color: inherit;
  font-family: inherit;
  margin-top: 0;
}

.home-cell .home-cell-text span {
  display: inline-block;
  line-height: 16px;
  font-size: 13px;
  padding-top: 5px;
}

.ntg-company-line,
.ntg-company-line-footer {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  border-bottom: 1px solid #cecece;
  padding: 10px;
}

.ntg-company-line-footer {
  border-top: 1px solid #cecece;
  padding: 10px;
}

.ntg-company-line img {
  border-radius: 7px;
  width: 100%;
}

#cover-img {
  max-height: 100%;
  background-image: url('../img/bgs/bg8.jpg');
}

@media (min-width: 768px) {
  #cover-img.parallax-cover-image {
    min-height: 410px;
    background-attachment: scroll !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-overflow-scrolling: touch;
    background-image: url('../img/bgs/bg1.jpg');
  }
}


.popover {
  min-width: 200px!important;
}

.parallax-cover-image .form-area {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.tab-container {
  min-height: 251px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 14px;
}

.document {
  font-size: 12px;
  color: #fff;
}

.parallax-motto-container {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.parallax-motto-container-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.parallax-motto {
  position: relative;
  width: 80%;
  /* text-align: justify; */
  padding: 1.5rem;
  /* height: calc(100% - 2.5rem); */
  height: auto;
  color: #fff;
  background-color: rgba(0,0,0,.4);
  border-radius: 4px;
}

.ucusFormu .input-group {

}

.ucusFormu .input-group .input-group-text {
  background-color: transparent;
  color:#f46222;
}
.ucusFormu .input-group .form-control {
  border-right: 0px;
}
.ucusListesiBorderRight > div {
  border-right:1px solid silver;
}

.bg-faded{background-color:#f7f7f7}

.NTGAccordionFly {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
}

.maxw {
  max-width: 100px;
}

.none, .NTGGidisSliderFiyat, .NTGDonusSliderFiyat, .NTGGidisSliderSaat, .NTGDonusSliderSaat, .NTGGidisSliderSaatHepsi, .NTGDonusSliderSaatHepsi, .NTGHavaLimaniSecici, .NTGHavaYoluSecici, .NTGUcusPromosyon, .NTGUcusIptal, .NTGUcusAktarma, .NTGGidisAktarmaHepsi, .NTGDonusAktarmaHepsi, .NTGGidisIptalHepsi, .NTGDonusIptalHepsi, .NTGHavaLimaniSecici, .NTGGidisHavaLimaniHepsi, .NTGDonusHavaLimaniHepsi, .NTGHavayoluSecici, .NTGGidisHavayoluHepsi, .NTGDonusHavayoluHepsi, .NTGDonusGizle, .UcusBulunamadiGG{display:none;}

#ucak-bileti-yukleniyor{
	background: rgba(0,0,0,0.3);
	height: 100vh;
	width: 100vw;
  margin:auto;
	position: fixed;
  align-items: center;
  display: flex;
  justify-content: center;
	/* top: 0px;
	left: 0px; */
	z-index:99999999999;
}
#ucak-bileti-yukleniyor-cevrele{
	background: rgba(255,255,255,1);
	text-align:center;
	padding:20px;
  margin:auto;
	width: 400px;
	height: 100px;
	font-family:Verdana;
  border-radius: 7px;
	font-size:16px;
	font-weight:bold;
	overflow:hidden;
  align-items: center;
  position: relative;
  display: flex;
  justify-content: center;
}

#ucak-bileti-yukleniyor-cevrele .UBYCyazi{
	margin-top: 1%;
}

#ucak-bileti-yukleniyor-cevrele .UBYCresim{
	margin-top: 49%;
}

#ucak-bileti-yukleniyor-cevrele .UBYCyaziSon{
	margin-top: 20%;
	font-size:14px;
	font-weight:normal;
}


.utgi{
	top:0;
	width:100%;
	height:100%;
	position:absolute;
	float:left;
	z-index:1;
	clear:both;
	background:none;
	border:none;
	text-indent:-9999px;
}

input:not(.utgi)[readonly].rb {
   background-color: #fff;
}

[name="UcusAramaFormu"] .form-control{
	font-size:14px;
	border-color:#e0e0e0;
    padding-right: 25px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: right 5px center;
}
[name="UcusAramaFormu"] .form-control:focus{
	border-color:#17a2b8;
}

[name="UcusAramaFormu"] .btn{
	font-size:14px;
}
[name="UcusAramaFormu"] input:invalid{
	-webkit-box-shadow: none;
			box-shadow: none;
}


.OtoTamamlaLi {
	width:100%;
	display:table;
}
.OtoTamamlaSpan1 {
	width:50px;
	display:table-cell;
	text-transform: uppercase;
	border-right:1px solid silver;
	padding-right: 10px;
}
.OtoTamamlaSpan2 {
	padding-left: 10px;
	display:table-cell;
	width:auto;
}

.modal.OzelModal > .modal-dialog, 
.modal.OzelModal > .modal-dialog > .modal-content{
	max-width: 700px;
}

.modal.OzelModal > .modal-dialog > .modal-content > .modal-body{
	max-height: 600px;
	max-width: 700px;
	overflow-y:auto;
}

.modal > .modal-dialog.OzelModalDialog2 {
	max-width:400px;
}

.modal > .modal-dialog.OzelModalDialogAlert {
	top: 33%;
	max-width:500px;
}

@media (max-width: 768px) {
	.pmo-0{margin:0; padding:0;}
}


@media (max-width: 768px) {
	
	a.nav-link{
		padding-left:10px !important;
		border-bottom:1px solid #efefef;
	}
	li.nav-item:first-child a.nav-link{
		border-top:1px solid #efefef;
	}
	
	.modal {
		background-color: #ffffff !important;
		height:100%;
	}
	
	.modal > .modal-dialog.OzelModalDialog, .modal > .modal-dialog.OzelModalDialog2, .modal > .modal-dialog.OzelModalDialogAlert
	{
		width:100%;
		max-width:100%;
		padding:0;
		margin:0;
	}

	.modal > .modal-dialog.OzelModalDialogAlert {
		top: 0;
	}

	.modal.seffaf {
		background-color: rgba(0,0,0,0.5) !important;
	}
	.modal.OzelModal > .modal-dialog,
	.modal.OzelModal > .modal-dialog > .modal-content{
		height: 100%;
		width: 100%;
		overflow:hidden;
		padding:10px;
		margin:0;
    max-height: 100%;
    max-width: 100%;
	}

	.modal.OzelModal > .modal-dialog,
	.modal.OzelModal > .modal-dialog > .modal-content > .modal-body{
		width: 100%;
		height: 100%;
    max-height: 100%;
    max-width: 100%;
	}
	.modal.OzelModal > .modal-dialog > .modal-content > .modal-body{
		margin-bottom:55px;
	}
	.modal.OzelModal > .modal-dialog > .modal-content > .modal-footer > button{
		height: 100%;
		line-height: 100%;
		width: 100%;
    max-height: 100%;
    max-width: 100%;
	}
	.modal.OzelModal > .modal-dialog > .modal-content > .modal-footer{
		border: none;
		padding:10px;
		height:50px;
		position:relative;
		/* bottom:0; */
		width:100%;
		max-width:100%;
	}
}

.OZIndex{z-index:9999;}


.height-10{ height: 10px !important; }
.height-20{ height: 20px !important; }
.height-30{ height: 30px !important; }
.height-40{ height: 40px !important; }
.height-50{ height: 50px !important; }
.height-60{ height: 60px !important; }
.height-70{ height: 70px !important; }
.height-80{ height: 80px !important; }
.height-90{ height: 90px !important; }
.height-100{ height: 100px !important; }

.form-control-lg {
  min-height: calc(1.5em + 2rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.btn-lgx {
  --bs-btn-padding-y: 1.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #f46222;
  --bs-btn-border-color: #f46222;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f46222;
  --bs-btn-hover-border-color: #e44a1b;
  --bs-btn-focus-shadow-rgb: 217,164,6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f46222;
  --bs-btn-active-border-color: #e44a1b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f46222;
  --bs-btn-disabled-border-color: #f46222;
}


a.fs_cagri_merkezi{text-decoration: none;}

.accordion-button.filter {
  color: #f46222;
  background-color: #ffffff !important;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.secildi{background: #289e11;}
.border-red{border-color:red;}

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

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: .25rem;
  border-radius: .25rem
}

.bd-callout h4 {
  margin-top: 0;
  margin-bottom: .25rem
}

.bd-callout p:last-child {
  margin-bottom: 0
}

.bd-callout code {
  border-radius: .25rem
}

.bd-callout+.bd-callout {
  margin-top: -.25rem
}

.bd-callout-success {
  border-left-color: #5cb85c
}

.bd-callout-success h4 {
  color: #5cb85c
}

.bd-callout-info {
  border-left-color: #17a2b8
}

.bd-callout-info h4 {
  color: #17a2b8
}

.bd-callout-warning {
  border-left-color: #f0ad4e
}

.bd-callout-warning h4 {
  color: #f0ad4e
}

.bd-callout-danger {
  border-left-color: #d9534f
}

.bd-callout-danger h4 {
  color: #d9534f
}


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


.stepwizard-step p {
  margin-top: 10px;  
font-size: 11px;  
overflow: hidden;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;     
  width: 100%;
  position: relative;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;
  
}

.stepwizard-step {    
display: table-cell;
position: relative;
width:33.33%;
text-overflow: ellipsis;
white-space: nowrap;
text-align:center;
}

.btn-circle {
width: 30px;
height: 30px;
text-align: center;
padding: 6px 0;
font-size: 12px;
line-height: 1.428571429;
border-radius: 15px;
}

input:not(.utgi)[readonly].rb {
background-color: #fff;
}


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



.plane-alan div:first-child{
	padding-left:15px;
}
.plane-alan div:last-child{
	padding-left:15px;
}
.plane-ciz{
	font-family: FontAwesome;
	/* border-left:2px solid red; */
	background:red;
	width:1px;
	height:50px;
	display:block;
	padding:0;
}
.plane-ciz:after{
	content: "\f111";
	display: block;
	width: 0; 
	height: 0; 
	position: absolute;
	top: 0px;
	left: -1px;
}
.plane-ciz:before{
	content: "\f10c";
	display: block;
	width: 0; 
	height: 0; 
	position: absolute;
	top: 47px;
	left: -1px;
	/* font-size:21px; */
}

.plane-list {
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	list-style: none;
}
.plane-list li:not(:first-child), .plane-list li:not(:last-child){
	list-item:circle;
	border-left:1px solid #17a2b8;
	width:0px;
	height:20px;
	position: relative;
	float: left;
}
.plane-list li:first-child:before, .plane-list li:last-child:before{
	content:'';
	position: absolute;
	left: -.35rem;
	bottom: 0px;
	width: 11px;
	height: 11px;
	background: #17a2b8;
	border-radius:100%;
}
.plane-list li:first-child:before{
	content:'';
	top: 0px;
}

.plane-list-text {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.plane-list-text li{
	list-item:none;
	width:100%;
	height:25px;
	position: relative;
	float: left;
}

@media (max-width: 768px) {
	.plane-list li:not(:first-child), .plane-list li:not(:last-child){
		height:16px;
	}
	.plane-list-text li{
		height:19px;
	}	
}

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

.dotted-top-1{border-top:1px dashed #e0e0e0;}
.dotted-bottom-1{border-bottom:1px dashed #e0e0e0;}
.dotted-bottom-1:last-child{border:none;}

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

/* .OzelCardPanelCollapse .card-header {
  cursor:pointer;
}
.OzelCardPanelCollapse .card-header:after {
  font-family: 'bootstrap-icons';  
  content: "\F2EA";
  float: right; 
}
.OzelCardPanelCollapse .card-header.collapsed:after {
  content: "\F4FE"; 
}
 */

a.PanelCollapseDetay, a.PanelCollapseDetay:hover, a.PanelCollapseDetay:active, a.PanelCollapseDetay:visited{
	width:100%;
	height:25px;
	color:white;
	text-align:center;
	font-weight:bolder;
	display:block;
	margin-top:5px;
}
a.PanelCollapse, a.PanelCollapse:hover, a.PanelCollapse:active, a.PanelCollapse:visited{
	width:100%; 
	height:35px;
	color:white;
	font-weight:bolder;
	display:block;
}

.PanelCollapse span{ 
	display:inline-block;
	*float:left;
	width:95%;
}

.PanelCollapse span:last-child{   
	float:right;
	width:5%;
}

.PanelCollapse span:last-child:before, .PanelCollapseDetay span:last-child:before{   
	content: "\F286";
  font-family: 'bootstrap-icons';  
}

.PanelCollapse.collapsed span:last-child:before, .PanelCollapseDetay.collapsed span:last-child:before{
	content: "\F282";
  font-family: 'bootstrap-icons';  
}

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

.HataliKartBilgileri{color: red;}
select.OdemeTaksit{width:50%;height:35px; line-height:35px;padding-top:0;padding-bottom:0;}

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

.about-section {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
}
.about-section h2 {
    margin-bottom: 20px;
    color: #343a40;
}
.about-section p {
    line-height: 1.8;
    margin-bottom: 15px;
}
.license-section {
    margin-top: 30px;
}
.license-section h4 {
    margin-bottom: 15px;
}
/* İsteğe bağlı: Belgeler için stil */
.document-placeholder {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    margin-bottom: 15px;
    background-color: #fff;
}

.contact-section {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.contact-section h2 {
    margin-bottom: 30px;
    color: #343a40;
    text-align: center;
}
.contact-info p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #555;
}
.contact-info .icon {
    margin-right: 10px;
    color: #007bff; /* İkon rengi */
}
.map-container {
    margin-top: 30px;
    height: 400px; /* Harita yüksekliği */
    border-radius: 8px;
    overflow: hidden; /* Haritanın kenarlardan taşmasını engeller */
}

.page-title {
    margin-bottom: 30px;
    text-align: center;
    color: #343a40;
}
.blog-post-card {
    margin-bottom: 30px;
    transition: transform .2s ease-in-out, box-shadow .2s ease-in-out;
}
.blog-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}
.blog-post-card .card-img-top {
    height: 200px;
    object-fit: cover; /* Resimlerin orantılı görünmesini sağlar */
}
.blog-post-card .card-title a {
    text-decoration: none;
    color: #212529;
}
.blog-post-card .card-title a:hover {
    color: #007bff;
}
.post-meta {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 10px;
}
.post-meta .fa-icon {
    margin-right: 5px;
}
.pagination .page-link {
    color: #007bff;
}
.pagination .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
}

.single-post-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.post-title {
    margin-bottom: 15px;
    color: #343a40;
}
.post-meta-single {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.post-meta-single .fa-icon {
    margin-right: 5px;
}
.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.post-content p {
    line-height: 1.8;
    margin-bottom: 1.2rem;
}
.post-tags {
    margin-top: 30px;
    margin-bottom: 30px;
}
.post-tags .badge {
    margin-right: 5px;
    font-size: 0.85rem;
}
.author-box {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.author-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}
.comments-section {
    margin-top: 40px;
}
.comments-section h4 {
    margin-bottom: 20px;
}
.comment-form textarea {
    min-height: 120px;
}
/* Sidebar (İsteğe Bağlı) */
.sidebar .card {
    margin-bottom: 20px;
}