* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Raleway', sans-serif!important;
}

.raleway {
  font-family: 'Raleway', sans-serif;
}
.poppins {
font-family: 'Poppins', sans-serif;
}
p{
font-family: 'Poppins', sans-serif;
}
.color-1{
	color:#dc3545!important;
}
.clear{
	clear: both;
}
.m-icon{
  width: 20px;
}
.uo-modal{
  max-width: 400px;
}
.uo{
width: 100%;
font-size: 20px;
line-height: 20px;
height: 40px;
padding: 0px 15px;
border-radius: 0px!important;
border: 1px solid #c5c5c5;
}
.uo:focus{
    outline: none;
    border: 1px solid #dc3545;
}
.uo-panel{
  position: relative;
}
.uo-icon{
position: absolute;
right: 10px;
font-size: 24px;
color: #6a6a6a;
}
.uo-yazi{
  font-size: 14px;
}
.uo-btn{
font-size: 20px!important;
}
.uo-btnc{
background: #dc3545!important;
color: #fff!important;
}
.uo-complete .text-danger{
font-size: 13px;
}
.uo-btnc:hover{
background:#dc3545e0;
color: #fff;
}
.gy-modal{
  max-width: 400px;
}
.gy{
width: 100%;
font-size: 20px;
line-height: 20px;
height: 40px;
padding: 0px 15px;
border-radius: 0px!important;
border: 1px solid #c5c5c5;
}
.gy:focus{
    outline: none;
    border: 1px solid #dc3545;
}
.gy-panel{
  position: relative;
}
.gy-icon{
position: absolute;
right: 10px;
font-size: 24px;
color: #6a6a6a;
}
.gy-btn{
font-size: 20px!important;
}
.gy-btnc{
background: #dc3545!important;
color: #fff!important;
}
.gy-btnc:hover{
background:#dc3545e0;
color: #fff;
}
.gy-complete .text-danger{
font-size: 13px;
}

.rz-modal{
  max-width: 400px;
}
.rz{
width: 100%;
font-size: 20px;
line-height: 20px;
height: 40px;
padding: 0px 15px;
border-radius: 0px!important;
border: 1px solid #c5c5c5;
}
.rz:focus{
    outline: none;
    border: 1px solid #dc3545;
}
.rz-panel{
  position: relative;
}
.rz-icon{
position: absolute;
right: 10px;
font-size: 24px;
color: #6a6a6a;
}
.rz-btn{
font-size: 20px!important;
}
.rz-btnc{
background: #dc3545!important;
color: #fff!important;
}
.rz-btnc:hover{
background:#dc3545e0;
color: #fff;
}
.rz-complete .text-danger{
font-size: 13px;
}
.rz-sorgula-a{
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: inherit;
    color: #252a32;
    text-transform: capitalize;
    cursor: pointer;
}





.giris-yap{
background: #e7434e;
color: #fff;
padding: 3px 5px;
border-radius: 3px;
font-size: 14px;
cursor: pointer;
}

.uye-ol{
background: #e7434e;
color: #fff;
padding: 3px 5px;
border-radius: 3px;
font-size: 14px;
cursor: pointer;
}


.header {
  width: 100%;
}
.header .navbar {
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-basis: auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px 0;
  margin: 0 auto;
  background: #fff;
  z-index: 99;
  border-bottom: 1px solid #ddd;
}
  .header .navbar .wrapper .menu {
display: flex;
    flex-flow: wrap;
  }
.header .navbar .menu-item{
  margin-left: 20px;
}
.header .navbar .menu-item a {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: inherit;
  color: #252a32;
  text-transform: capitalize;
}
  .mrz-sorgula-a{
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: inherit;
    color: #252a32;
    text-transform: capitalize;
  }

  .mn-icon{
    width:22px; 
  }

header .dropdown-item{
font-family: 'Raleway', sans-serif;
font-weight: bold;
font-size: 14px;
}
header .dropdown-item:hover{
background:#dc3545 ;
color:#fff;
}
header .dropdown-menu{
right: 0;
left: auto;
top: 40px;
}
@media only all and (max-width: 992px) {

.header .navbar .menu-item{
  margin-left: -10px;
}
.header .navbar {
  padding: 7px 0;
  margin: 0 auto;
  }
header .dropdown {
padding:0;
}
header .dropdown-menu{
  width: 100%;
  padding: 0;
  border: 0;
  position: relative;
  top:0;}
header .dropdown-item{
  border-bottom: 1px solid #f6f6f6;
  padding-left: 30px;
}
.header .dropdown-toggle::after{
   position: absolute;
    right: 10px;
    top: 15px;
  }
  .header .navbar .wrapper-show{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background: #fff;
    transition: all 0.3s ease;
  }
  .header .navbar .wrapper .menu {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 85px;
    width: 100%;
    margin-top: -10px;
    padding-top: 10px;
  }
  .header .navbar .wrapper .menu-item {
  padding: 5px 0;
    border-bottom: 1px solid #f6f6f6;
    text-align: left;
  }
  .header .navbar .wrapper .menu-item a {
    padding: 1rem 1rem;
    opacity: 0;
    color: #252a32;
    font-size: 1rem;
    font-weight: 600;
    transform: translateX(-20px);
    transition: all 0.3s ease-in-out;
  }

  .mrz-sorgula-a{
    padding: 1rem 1rem;
    opacity: 0;
    color: #252a32;
    font-size: 1rem;
    font-weight: 600;
    transform: translateX(-20px);
    transition: all 0.3s ease-in-out;
  }
  .header .navbar .nav-toggle {
    display: block;
    position: relative;
    right: 0;
    top: -3px;
    cursor: pointer;
    z-index: 999;
   height: 2.5rem;
    width: 2.5rem;
    margin: -5px;
  }
  .header .navbar .nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: #252a32;
    border-radius: 2px;
    margin-left: 14px;
  }

  .header .navbar .nav-toggle span:nth-child(1) {
    margin-top: 16px;
  }
  .header .navbar .nav-toggle span:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
  }
  .header .navbar .nav-toggle span:nth-child(3) {
    margin-top: 4px;
  }
  .header .navbar #nav:checked + .nav-toggle {
    transform: rotate(45deg);
  }
  .header .navbar #nav:checked + .nav-toggle span {
    background: #252a32;
    transition: transform 0.5s ease;
  }
  .header .navbar #nav:checked + .nav-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(180deg);
  }
  .header .navbar #nav:checked + .nav-toggle span:nth-child(2) {
    opacity: 0;
  }
  .header .navbar #nav:checked + .nav-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(90deg);
  }
  .header .navbar #nav:checked ~ .wrapper {
    z-index: 99;
    opacity: 1;
  }
  .header .navbar #nav:checked ~ .wrapper .menu-item .mrz-sorgula-a {
    opacity: 1;
    transform: translateX(0);
  }
  .header .navbar #nav:checked ~ .wrapper .menu-item a {
    opacity: 1;
    transform: translateX(0);
  }
}
.renk-1{
  color:#e7434e;
}
.icon-size-1{
  width: 20px;
}
.hero-box {
  background: #ddd;
}
.wrapper{
  position: relative;
    top: 8px;
}
.logo{
height: 32px;
    background-size: 100%;
    width: 100px;
    background-repeat: no-repeat;
    border: none;
    outline: none;
}
.brand{
  position: relative;
  z-index: 100;
}
.text-c1{
  color:#e7434e!important;
}

.header-ara{
display: none;
position: absolute;
left: 9px;
bottom: -1px;
color: #fff;
height: 33px;
width: 33px;
background: #dc3545;
border-radius: 100%;
font-size: 15px;
padding: 3px 0px 0px 6px;
cursor: pointer;
z-index: 100;
border: 2px solid #fff;
}
.header-ara a{
  color:#fff;
}
.header-ara a:hover{
  color:#fff!important;
}

.footer-tel-outside{
    position: relative;
    margin-bottom: -99px;
    margin-top: 100px;
    padding: 60px 0;
    background: #8c8c8c0d;
    background-image: url(https://www.transparenttextures.com/patterns/checkered-pattern.png);

}
.footer-tel-outside img {
    width: 100%;
    max-width: 300px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 20px;
}


/* ----- arama-form Form ----- */
.nereden-panel{
 position: relative;
}
.nereden-panel input:focus{outline: none;}
.nereden-icon{
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
  color: #8c8c8c;
}
.nereden{
  width: 250px;
  height: 50px;
  padding:0 5px 0 30px;
  border:none;
  border-right: 1px solid #ccc;
}
.change-panel{
  width: 50px;
    height: 50px;
    background: #fff;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ccc; 
    font-size: 20px;
}
.nereye-panel{
 position: relative;
}
.nereye-panel input:focus{outline: none;}
.nereye-icon{
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
  color: #8c8c8c;
}
.nereye{
  width: 250px;
  height: 50px;
  padding:0 5px 0 30px;
  border:none;
  border-right: 1px solid #ccc;
}
.gidis-panel{
 position: relative;
}
.gidis-panel input:focus{outline: none;}
.gidis-icon{
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
  color: #8c8c8c;
}
.gidis-tarihi{
  width: 140px;
  height: 50px;
  padding-left:35px;
  border:none;
  border-right: 1px solid #ccc;
}
.gidis-tarihi-big{
width: 280px;
}
.donus-panel{
 position: relative;
}
.donus-panel input:focus{outline: none;}
.donus-icon{
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
  color: #8c8c8c;
}
.donus-tarihi{
  width: 140px;
  height: 50px;
  padding-left:35px;
  border:none;
  border-right: 1px solid #ccc;
}
.kisi-panel{
 position: relative;
}
.kisi-icon{
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
  color: #8c8c8c;
}
.kisi-secimi{
width: 175px;
    height: 50px;
    padding-left: 25px;
    background: #fff;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.bilet-ara{
    padding: 0 30px;
    color: #fff;
    background: #e7434e;
    font-size: 20px;
    font-weight: 600;
    border:none;
}
.arama-form {
  display: block;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  z-index: 1;
}
.arama-form-desktop{
  position: relative;
  top:150px;
}
.arama-form .input-line {
  display: inline-flex;
  width: 100%;
}
.arama-form .input-line .form-input {
  width: 100%;
  height: 60px;
  border: 0;
  padding: 0 240px 0 30px;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.04em;
  border-radius: 5px;
  color: #2c3e50;
}
.arama-form-form .input-line .form-input:focus, .arama-form-form .input-line .form-input.has-value {
  background: #fafafa;
}
@media (max-width: 768px) {
  .arama-form-form .input-line .form-input {
    padding-right: 190px;
  }

}
.arama-form-form .form-submit {
  position: absolute;
  right: 0;
  top: 0;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 768px) {
  .arama-form-form .form-submit {
    padding: 0 15px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {

.nereden{
  width: 180px!important;
}
.nereye{
  width: 180px!important;
}
}
.panel-body-kisi{
  background: #fff;
    padding: 10px;
    width: 250px;
    border: 1px solid #ccc;
}
.kisi-sayisi{
  position: relative;
    top: -5px;
}
#kisi-secimi{
  position: absolute;
}
.sinif{
 border: 1px solid #ccc;
 width: 100%;
height: 35px;
margin-bottom: 10px;
}
.kisi-adi-kucuk{
  font-size: 12px;
  margin-top: -10px;
 color: #717171;
 font-weight: 500;
}
.icon-artir{
  font-size: 28px;
    color: #8c8c8c;
}
.icon-azalt{
  font-size: 28px;
    color: #8c8c8c;
}
.yetiskin-sayisi{
  font-size: 22px;
  padding: 0 10px;
  position: relative;
  top: -2px;
}
.cocuk-sayisi{
  font-size: 22px;
  padding: 0 10px;
  position: relative;
  top: -2px;
}
.bebek-sayisi{
  font-size: 22px;
  padding: 0 10px;
  position: relative;
  top: -2px;
}
.kisi-hr{
  border-bottom: 1px solid #ddd;
}
.ms-1{
  height: 600px; margin-bottom: 30px;
}
.ms-2{
  margin-top:20px; 
  width: 100%;
  padding: 0 10px;
}
.ms-3{
    font-size: 32px;
    font-weight: 600;
    color: #495057;
    text-align: center;
}
.ms-4{

    font-size: 32px;
    font-weight: 600;
    color: #495057;
    text-align: center;
}
.ms-5{

  font-size: 15px;
  font-weight: 600;
    color:#666;

    text-align: center;
}
.ms-6{

  font-size: 15px;
  font-weight: 600;
    color:#666;

    text-align: center;
}
.ms-7{
font-size: 20px;
    position: absolute;
    color: #e7434e;
    left: 50%;
    transform: translate(-50%, 0);
    top: 14px;
    z-index: 1;
    background: #fff;
}
.ms-8{
width: 70%;
    height: 73px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto;
}
.ms-9{
    border-top-right-radius: 150px;
    border-top-left-radius: 150px;
    min-width: 100%;
    margin-top: 120px;
    z-index: 1;
}
.ms-10{
  background: #fff;
  height: 40px;
  line-height: 40px;
  width: 100%;
  border-top-left-radius: 8px!important;
  border-top-right-radius: 8px!important;
}
.ms-11{
  width: 50%;
  border-right: 1px solid #ddd;
  font-weight: 500;
  color: #666;
  border-bottom: 4px solid #ccc;
  cursor: pointer;
}
.ms-11:hover{
  border-bottom: 4px solid #e7434e;
}
.etkin-yon-m{
  border-bottom: 4px solid #e7434e!important;
  color: #e7434e!important;
}
.ms-12{
  width: 50%;
  font-weight: 500;
  color: #666;
  border-bottom: 4px solid #ccc;
    cursor: pointer;
}
.ms-13{
  margin: -5px 0 8px;
  font-size: 13px;
  font-weight: 500;
  color:#666;
  text-align: center;

}
.ms-14{
  margin: -5px 0 8px;
  font-size: 13px;
  font-weight: 500;
  color:#666;
  text-align: center;
}
.ms-15{
  background: #fff;
  height: 90px;
  line-height: 50px;
  width: 100%;
  border-bottom:2px solid #ccc;
}
.ms-16 {
  width: 50%;
  border-right: 1px solid #ddd;
      font-weight: 500;
    color: #666;
}
.ms-17 {
  width: 50%;
      font-weight: 500;
    color: #666;
  
}
.ms-18{
position: absolute;
    left: 50%;
    margin-left: -9px;
    font-size: 20px;
    background: #ffffff;
    margin-top: 30px;
    line-height: 30px;
    color: #e7434e;
}
.ms-19{
  background: #fff;
  height: 60px;
  line-height: 60px;
  width: 100%;
  border-bottom:2px solid #ccc;
}
.ms-20{
    width: 50%;
  border-right: 1px solid #ddd;
      font-weight: 500;
    color: #666;
    font-size: 15px;
    padding-right: 7px;
}
.ms-21{
position: absolute;
    left: 50%;
    margin-left: -20px;
    font-size: 20px;
    background: #ffffff;
    margin-top: 12px;
    height: 32px;
    line-height: 0px;
    padding: 8px;
    color: #e7434e;
}
.ms-22{
    width: 50%;
  border-right: 1px solid #ddd;
      font-weight: 500;
    color: #666;
}
.ms-23{
  max-width: 500px;
    margin: auto;
}
.ms-24{
  position: relative;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 5px;
}
.ms-25{
  border-right: 1px solid #ddd;
}
.mobile-arama{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 650px;
    margin-top: -76px;
}
.mobile-arama:after {
    content: '';
    position: absolute;
    width: 100%; 
    height:652px;
    top:0; 
    left:0;
    background:rgba(0,0,0,0.8);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.gidis-tarihi-m{
    color: #e7434e;
    width: 100px;
    height: 40px;
    text-align: center;
    position: relative;
    top: 5px;
    border: none;
    line-height: 40px;
}
.gidis-tarihi-my{
position: relative;
    height: 26px!important;
    line-height: 26px!important;
    top: 10px;
}
.ms-16 input:focus{outline: none;}
.donus-tarihi-m{
    color: #e7434e;
    width: 100px;
    height: 40px;
    text-align: center;
    position: relative;
    top: 5px;
    border: none;
    line-height: 40px;;
}
.donus-tarihi-my{
position: relative;
    height: 26px!important;
    line-height: 26px!important;
    top: 10px;
}

.ms-17 input:focus{outline: none;}
.yolcu-sec-icon-m{
  font-size: 17px;
  position: relative;
  bottom: -1px;
}
.ara-buton-m{
  margin-top: -1px;
}
.btn-ara-m{
border-top-right-radius: 0px!important;
border-top-left-radius: 0px!important;
font-size: 18px!important;
font-weight: 500!important;
height: 45px;
}
 input:disabled {
  background: #fff!important;
}
#ui-datepicker-div{
  top: 260px!important;
  font-family: 'Poppins', sans-serif!important;
}

.ls-n2{
  letter-spacing: -2px;
}
.cursor-pointer{
  cursor: pointer;
}

.fixed-ara{
display: none;
}
.fixed-ara a{
color:#fff!important;
}
@media (min-width: 1px) and (max-width: 768px) {
#ui-datepicker-div{
  bottom: 0!important;
  left: 0!important;
  top: auto!important;
  width: 100%!important;
  position: fixed!important;
}

.fixed-ara{
    display: block;
    position: fixed;
    bottom: 0px;
    color: #fff;
    height: 45px;
    width: 100%;
    background: #dc3545;
    font-size: 20px;
    padding: 5px 0px;
    cursor: pointer;
    z-index: 5;
    text-align: center;
}



}

.modal-fullscreen {
    width: 100vw!important;
    max-width: none!important;
    height: 100%;
    margin: 0!important;
}
.modal-fullscreen .modal-content {
    min-height: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
}
.modal-header-custom{
  background: #e7434e;
  height: 40px;
  color:#fff;
  display: flex;
}
.modal-geri{
  width: 30px;
    height: 30px;
    font-size: 24px;
    position: relative;
    line-height: 30px;
    top: 5px;
    left: 10px;
}
.modal-baslik{
  font-size: 18px;
    top: 10px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    padding-right: 30px;
}
.modal-ps{
font-weight: 600;
margin: 20px 0 2px;
}
.live-list-mobile-input:focus{
outline: none;
}
.live-list-mobile-input{
  border: 4px solid #DDD;
  height: 45px;
  line-height: 45px;
  padding-left: 10px;
}
.modal-content .list-group {
border-radius: 0;
}
.live-list-mobile .list-group-item {
height: 35px;
line-height: 35px;
padding: 0 0 0 20px;
font-size: 15px;
}
.live-list-mobile .list-group-item:hover {
color: #fff;
background: #e7434e;
}
.live-list-desktop{
position: absolute;
border-radius: 0!important;
}
.live-list-desktop .list-group-item {
height: 35px;
line-height: 35px;
padding: 0 20px;
font-size: 15px;
white-space: nowrap;
cursor: pointer;
}
.live-list-desktop .list-group-item:hover {
color: #fff;
background: #e7434e;
}
.modal-populer-secenekler{
  position: relative;
  top:2%;
}
.mps-liste{
display: flex;
    flex-wrap: wrap;
    position: relative;
}
.mps-item{
  border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    flex-grow: 1;
    width: 138px;
    margin: 5px 5px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.toggle-input {
  outline: 0;
  user-select: none;
  display: none;
  position: absolute;
  opacity: 0;
}
.toggle {
  box-shadow: 0px 2px 4px rgba(133, 139, 146, 0.1);
  box-sizing: border-box;
  position: relative;
  transition: all 0.2s ease-in;
  display: flex;
  cursor: pointer;
}
.toggle + .toggle {
  margin-left: 0.75rem;
}
.toggle.switch {
  width: 48px;
  padding: 4px;
  background-color: #f0f0f0;
  border-radius: 12px;
}
.toggle.switch:hover {
  box-shadow: 0px 2px 4px rgba(133, 139, 146, 0.2);
}
.toggle.switch .toggle-inner {
  width: 16px;
  height: 16px;
  background-color: #fafafa;
  border-radius: 12px;
  transition: all 0.2s ease-in;
  box-shadow: 0px 1px 2px rgba(133, 139, 146, 0.1);
}
.toggle-input:indeterminate + .toggle.switch, .toggle.switch.is-indeterminate {
  background-color: #26d0b9;
}
.toggle-input:indeterminate + .toggle.switch .toggle-inner, .toggle.switch.is-indeterminate .toggle-inner {
  background-color: white;
  margin-left: 12px;
}
.toggle-input:checked + .toggle.switch, .toggle.switch.is-active {
  background-color: #26d0b9;
}
.toggle-input:checked + .toggle.switch .toggle-inner, .toggle.switch.is-active .toggle-inner {
  margin-left: 24px;
  background-color: white;
}
.toggle-input:disabled + .toggle.switch, .toggle.switch.is-disabled {
  pointer-events: none;
  background-color: rgba(240, 240, 240, 0.8);
}
.toggle-input:disabled + .toggle.switch .toggle-inner, .toggle.switch.is-disabled .toggle-inner {
  background-color: rgba(255, 255, 255, 0.8);
}
.toggle-input:disabled:checked + .toggle.switch, .toggle.switch.is-active.is-disabled {
  pointer-events: none;
  background-color: rgba(38, 208, 185, 0.6);
}
.toggle-input:disabled:checked + .toggle.switch .toggle-inner, .toggle.switch.is-active.is-disabled .toggle-inner {
  background-color: rgba(255, 255, 255, 0.8);
}
.toggle.radio {
  width: 24px;
  height: 24px;
  padding: 4px;
  background-color: #f0f0f0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.toggle.radio:hover {
  box-shadow: 0px 2px 4px rgba(133, 139, 146, 0.2);
}
.toggle.radio .toggle-inner {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #fafafa;
}
.toggle-input:checked + .toggle.radio, .toggle.radio.is-active {
  background-color: #dc3545;
}
.toggle-input:checked + .toggle.radio .toggle-inner, .toggle.radio.is-active .toggle-inner {
  background-color: white;
}
.toggle-input:disabled + .toggle.radio, .toggle.radio.is-disabled {
  pointer-events: none;
  background-color: rgba(240, 240, 240, 0.8);
}
.toggle-input:disabled + .toggle.radio .toggle-inner, .toggle.radio.is-disabled .toggle-inner {
  background-color: rgba(255, 255, 255, 0.8);
}
.toggle-input:disabled:checked + .toggle.radio, .toggle.radio.is-active.is-disabled {
  pointer-events: none;
  background-color: rgba(38, 208, 185, 0.6);
}
.toggle-input:disabled:checked + .toggle.radio .toggle-inner, .toggle.radio.is-active.is-disabled .toggle-inner {
  background-color: rgba(255, 255, 255, 0.8);
}
.toggle.checkbox {
  width: 24px;
  height: 24px;
  background-color: #f0f0f0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
}
.toggle.checkbox:hover {
  box-shadow: 0px 2px 4px rgba(133, 139, 146, 0.2);
}
.toggle.checkbox .toggle-inner {
  width: 6px;
  height: 12px;
  border: solid #fafafa;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  border-radius: 1px;
  margin-bottom: 2px;
}
.toggle.checkbox.is-indeterminate {
  background-color: #26d0b9;
}
.toggle.checkbox.is-indeterminate .toggle-inner {
  width: 12px;
  height: 3px;
  transform: rotate(0);
  border: 0;
  margin-bottom: 0;
  background-color: #fafafa;
}
.toggle-input:checked + .toggle.checkbox, .toggle.checkbox.is-active {
  background-color: #26d0b9;
}
.toggle-input:checked + .toggle.checkbox .toggle-inner, .toggle.checkbox.is-active .toggle-inner {
  border-color: white;
}
.toggle-input:disabled + .toggle.checkbox, .toggle.checkbox.is-disabled {
  pointer-events: none;
  background-color: rgba(240, 240, 240, 0.8);
}
.toggle-input:disabled + .toggle.checkbox .toggle-inner, .toggle.checkbox.is-disabled .toggle-inner {
  border-color: rgba(255, 255, 255, 0.8);
}
.toggle-input:disabled:checked + .toggle.checkbox, .toggle.checkbox.is-active.is-disabled {
  pointer-events: none;
  background-color: rgba(38, 208, 185, 0.6);
}
.toggle-input:disabled:checked + .toggle.checkbox .toggle-inner, .toggle.checkbox.is-active.is-disabled .toggle-inner {
  border-color: rgba(255, 255, 255, 0.8);
}
.input-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0.75rem;
}
.input-container label  {
  margin-right: 10px;
  color:#fff;
}
.hide{
  display: none!important;
}
.hidden {
  display: none!important;
}
.desktop-arama{
  height: 375px;
  background-position: center;
  background-size: cover;
  margin-top: -75px;
}
.desktop-arama:after {
    content: '';
    position: absolute;
    width: 100%; 
    height:378px;
    top:0; 
    left:0;
    background:rgba(0,0,0,0.7);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.header-top{
  position: relative;
  height: 25px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
}
.top-b{
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #ddd;
  }
.top-sm{
  color:#fff;
}
.top-sm a{
  color: #fff;
  font-weight: 500;
}
.top-sm a:hover{
  color: #dfdfdf;
}

.top-smc{
  color:#777;
}
.top-smc a{
  color:#777;
}
.top-smc a:hover{
  color:#555;
}
.top-km{
  font-size:12px;
  line-height: 25px;
  color:#fff;
}
.top-k{
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
.top-kmc{
  font-size:12px;
  line-height: 25px;
  color:#777;
}


#cards_landscape_wrap-2{
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
#cards_landscape_wrap-2 a{
  text-decoration: none;
  outline: none;
}
#cards_landscape_wrap-2 .card-flyer {
  border-radius: 5px;
  position: relative;
}
#cards_landscape_wrap-2 .card-flyer .image-box{
background: #e6e6e6;
    overflow: hidden;
    border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box img{
  -webkit-transition:all .9s ease; 
  -moz-transition:all .9s ease; 
  -o-transition:all .9s ease;
  -ms-transition:all .9s ease; 
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#cards_landscape_wrap-2 .card-flyer:hover .image-box img{
  opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
#cards_landscape_wrap-2 .card-flyer .text-box{
  text-align: center;
  margin-bottom: 15px;
}
#cards_landscape_wrap-2 .card-flyer .text-box .text-container{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(#0000, #000);
    border-radius: 5px;
    height: 60px;
}
#cards_landscape_wrap-2 .card-flyer{
  background: #FFFFFF;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
}
#cards_landscape_wrap-2 .card-flyer:hover{
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#cards_landscape_wrap-2 .card-flyer .text-box p{
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px; 
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}
#cards_landscape_wrap-2 .card-flyer .text-box .h6{
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0px;
     font-family: 'Raleway', sans-serif;
}

.sehirler-adi{
    position: absolute;
    bottom: 5px;
    left: 10px;
}

.main-footer .widget-title{
      color:#fff;
   }
   .main-footer .copyright {
 font-size: 14px;
 text-align:center;
 color:#fff;
 margin-top:30px; 
   }
   .main-footer a{
      color:#adb5bd;
   }
   .main-footer a:hover{
      color:#dc3545;
   }
   .main-footer{
   margin-top: 100px;
    background: #212529;
    padding: 30px 0;
    background-image: url(https://www.transparenttextures.com/patterns/3px-tile.png);
   }

@media only all and (min-width: 1px) and (max-width: 575px) {
.header-ara{display: block;}
}


.navbar-mobile{display: none!important;}
.show{display: block!important;}
a{text-decoration: none!important;}
@media only all and (min-width: 1px) and (max-width: 767px) {
.brand{
  left: 50%;
  transform: translate(-50%);
}
.header-ara{display: block;}
body {
  overflow-x: hidden;
  position: relative;
}
.mas{display: block;}
.mobile-arama {display: block;}
.desktop-arama {display: none!important;}
.wrapper{display: none;}
.navbar-border{
  position: relative;
  border-bottom: 1px  solid #ddd;
  z-index: 101;
}
}
@media only all and (min-width: 768px) and (max-width: 992px) {
.brand{
  left: 50%;
  transform: translate(-50%);
}
.header-ara{display: block;}
body {
  overflow-x: hidden;
  position: relative;
}
.mas{display: block;}
.mobile-arama {display: block;}
.desktop-arama {display: none!important;}
.wrapper{display: none;}
.navbar-border{
  position: relative;
  border-bottom: 1px  solid #ddd;
  z-index: 101;
}
}
@media only all and (min-width: 992px) and (max-width: 1200px) {

body {overflow-x: hidden;}
.mobile-arama {display: none!important;}
.desktop-arama {display: block;}
}
@media only all and (min-width: 1200px) and (max-width: 1920px) {
body {overflow-x: hidden;}
.mobile-arama {display: none!important;}
.desktop-arama {display: block;}
}
.change-color {
    animation: colorChanger 2s infinite;
    -moz-animation: colorChanger 2s infinite;
    -webkit-animation: colorChanger 2s infinite;
}
@-moz-keyframes colorChanger {
    from {
        background: #ddd;
        animation-duration: 1s;
    }
    to {
        background: #fafafa;
        animation-duration: 1s;
    }
}
@-webkit-keyframes colorChanger {
    from {
        background: #ddd;
        animation-duration: 1s;
    }
    to {
        background: #fafafa;
        animation-duration: 1s;
    }
}


