/*GENEL AYARLAR*/
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
@charset "utf-8";
img {
  border: none;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  overflow-x: hidden;
  line-height: 1.35;
  font-family: 'Raleway', sans-serif;
}
.p0 {
  padding: 0px;
}
.m0 {
  margin: 0px;
}
.c-pointer {
  cursor: pointer;
}
.c-context {
  cursor: context-menu;
}
.display-100 {
  font-weight: 100;
}
.display-200 {
  font-weight: 200;
}
.display-300 {
  font-weight: 300;
}
.display-400 {
  font-weight: 400;
}
.display-500 {
  font-weight: 550;
}
.bs-1-5x {
  font-size: 1.5em;
}
.display-bold {
  font-weight: bold;
}
.decoration-none {
  text-decoration: none;
}
.decoration-none:hover {
  text-decoration: none;
}
.btn-green-1{
  background-color: #28A745;
  border: #28A745;
}
.btn-green-2{
  background-color: #78BF4D;
  border: #78BF4D;
}
.btn-green-3{
  background-color: #9CC026;
  border: #9CC026;
}
.bg-green-1{
  background-color: #28A745;
}
.bg-green-2{
  background-color: #78BF4D;
}
.bg-green-3{
  background-color: #9CC026;
}
.text-green-1{
  color: #28A745;
}
.text-green-2{
  color: #78BF4D;
}
.text-green-3{
  color: #9CC026;
}
/* FF3 desteklediği için bu satır */
.clearfix {display: inline-block;}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
}
/* IE-mac için gizleme \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*ÖZEL AYARLAR*/
.ust-bg{
  background-color: #1C2019;
  height: 40px;
  line-height: 40px;
}
.menu-bg{
  background-color: #FFFFFF;
  height: 120px;
  color: #000000;
}

@media (max-width: 767px) {
  .banner-alt-mobil{
    margin-top: 4em;
  }
  .kart-ana{
    margin-bottom: 3em;
  }
  .menu-yazi .nav-item .nav-link{
    color: #1C2019;
    background-color: #FFFFFF;
    padding: 1em 2em 1em 2em;
  }
}

.logo{
  width: auto;
  height: 80px;
}
.menu-yazi .nav-item .nav-link{
  color: #1C2019;
  background-color: #FFFFFF;
}
.navbar .dropdown-toggle, .navbar .dropdown-menu a {
  cursor: pointer;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active {
  color: inherit;
  text-decoration: none;
  background-color: inherit;
  margin-top: -5px;
}
.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
@media (min-width: 767px) {
  .navbar .dropdown-toggle:not(.nav-link)::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .5em;
    vertical-align: 0;
    border-bottom: .3em solid transparent;
    border-top: .3em solid transparent;
    border-left: .3em solid;
  }
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu a::after {
  position: absolute;
  right: 6px;
  top: .8em;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
@media (min-width: 767px) {
  .dropdown-submenu-ayar {
    margin-left: -12rem;
  }
}
.banner-ana{
  height: auto;
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  margin-bottom: 4em;
}
.carousel-opa{
  background-image: url('../img/banner-ust-mask.png');
  background-repeat: repeat-x;
  background-size: contain;
  background-position: top center;
  width: 100%; 
  height: 6px;
  position: absolute;
  z-index: 2;
}
.banner-sag-item{
  margin-top: -8em;
}
.kart-ozellik{
  border: 2px solid #DFDFDF;
  text-align: center;
  z-index: 4;
  padding: 0 2em 1.5em 2em;
}
.kart-ozellik>a {
  text-decoration: none;
}
.kart-ozellik-icon {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 5rem;
  color: #FFFFFF;
  font-size: 2.5em;
  z-index: 5;
  position: relative;
  margin-top: -2.5em;
}
.orta-alt-bg{
  background-image: url(../img/orta-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 275px; 
  position: relative;
}
.orta-ust-opa{
  background-image: url('../img/banner-ust-mask.png');
  background-repeat: repeat-x;
  background-size: auto;
  background-position: top;
  width: 100%; 
  height: 6px;
  position: absolute;
  z-index: 2;
}
.orta-alt-opa{
  background-image: url('../img/banner-alt-mask.png');
  background-repeat: repeat-x;
  background-size: auto;
  background-position: bottom;
  width: 100%; 
  height: 6px;
  position: absolute;
  z-index: 3;
  margin-top: -6px;
}
.alt-kart-ozellik{
  border: 2px solid #DFDFDF;
  text-align: center;
  z-index: 4
}
.alt-kart-ozellik>a{
  text-decoration: none;
}
.alt-kart-ozellik>a>img{
  width: auto;
  height: 130px;
  object-fit: cover;
}
.alt-kart-ozellik-icon{
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 4rem;
  color: #FFFFFF;
  font-size: 2em;
  z-index: 5;
  position: relative;
  margin-top: -2em;
}
.alt-kart-ozellik-alt{
  padding: 0 1em 1em 1em;
  font-size: 0.9em;
}
.referans-bg{
  background-color: #F5F5F5;
}
.footer-harita{
  margin-bottom: -5px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0rem; /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
}
.footer-bg {
  background-color: #222222;
}
.footer-alt-bg {
  background-color: #181818;
  min-height: 50px;
}
.footer-alt-yazi {
  text-align: center;
  color: #FFFFFF;
}
.footer-link>a{
  text-decoration: none;
  color: #FFFFFF;
}
.footer-link>a:hover{
  text-decoration: underline;
}
.alt-banner {
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.alt-carousel-opa{
  background-image: url('../img/banner-ust-mask.png');
  background-repeat: repeat-x;
  background-size: contain;
  background-position: top center;
  width: 100%; 
  height: 6px;
  position: absolute;
  z-index: 2;
}
.alt-banner-yazi {
  position: absolute;
  z-index: 12;
  bottom: 0px;
  margin: 0 auto;
}
.referans-logo{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.belge-img{
  width: 100%;
  height: auto;
  object-fit: cover;
  padding: 1em;
}