body {
  --maincolor: hsl(0, 0%, 100%);
  --ahover: #000000;
  --menurenk: #4ea80b;
  --main-bordo: #4ea80b;
  --menuhover: #000;
  --main-siyah: #4ea80b;
  --brown: #4ea80b;
  --kirmizi: #4ea80b;
  --mavi: #004a93;
  --yesil: #4ea80b;
  overflow-x: hidden;
  --titles: "Outfit", sans-serif;
  --sections: "Quicksand", sans-serif;
  background-color: #f2f2f2;
}

.header .right-menu ul.menu li .submenu .menu-1 ul li ahtml {
  overflow-x: hidden;
}
@media screen and (max-width: 992px) {
  .box-links {
    background-color: #2774b817 !important;
  }
}
.box-links {
  float: left;
  background-color: #fff;
  color: var(--mavi);
  text-align: center;
  font-weight: 700;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 7%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  will-change: box-shadow;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  min-width: 10%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  min-height: 65px;
  align-items: center;
  justify-content: start;
  width: 100%;
}
.box-links:hover {
  background-color: #ddd;
}
.box-links .vertical-center {
  display: flex;
  flex-direction: column;
  text-transform: uppercase !important;
}
.box-links-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  color: var(--maincolor);
  margin-top: 15px;
}
#carousel-ebelediye .owl-stage {
  height: 250px;
  padding-top: 30px;
}
svg {
  height: 75px;
}
.footer {
  position: relative;
}
@media (max-width: 767px) {
  .footer {
    margin-bottom: 70px;
  }
}
.footer-siluet {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .footer-siluet {
    display: none;
  }
}
.footer-siluet img {
  width: 950px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.07;
}
.footer-row {
  position: relative;
  z-index: 1;
}
.footer-top {
  background: #8a1474;
  background: radial-gradient(
    circle,
    rgba(138, 20, 116, 0.7203256302521008) 32%,
    rgba(176, 40, 151, 0.7203256302521008) 69%
  );
  min-height: 444px;
  position: relative;
  padding-bottom: 50px;
}

.footer-heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 72px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-heading {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .footer-heading {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .footer-card:not(:last-child) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.footer-card ul li a {
  display: block;
  color: #9dafcd;
  font-size: 13px;
  font-weight: 300;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
img.overlay-baskanimza {
  max-width: 160px;
}
.footer-card ul li a:hover {
  color: #fff;
}
.footer-buttons {
  margin-top: 50px;
}
@media (max-width: 479px) {
  .footer-buttons .item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.footer-buttons .item a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  height: 60px;
  transition: 0.3s;
}
.footer-buttons .item a:hover {
  background: #fff;
}
.footer-buttons .item a:hover .icon {
  color: #1553a4;
}
.footer-buttons .item a:hover .description .title {
  color: #999;
}
.footer-buttons .item .icon {
  color: #fff;
  font-size: 24px;
  width: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-buttons .item .description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
}
.footer-buttons .item .description .title {
  line-height: 1.4;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .footer-contact {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer-contact__numbers {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .footer-contact__numbers {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .footer-contact__numbers {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.footer-contact__numbers ul li {
  margin-bottom: 20px;
}
.footer-contact__numbers ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .footer-contact__numbers ul li {
    text-align: center;
  }
}
.footer-contact__numbers ul li a {
  display: block;
  position: relative;
  text-align: right;
  color: #9dafcd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .footer-contact__numbers ul li a {
    text-align: center;
  }
}
.footer-contact__numbers ul li a:hover {
  color: #fff;
}
.footer-contact__numbers ul li a .title {
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 5px;
}
.footer-contact__numbers ul li a .number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: sfm-400;
  font-size: 30px;
  line-height: 0.8;
}
@media (max-width: 1199px) {
  .footer-contact__numbers ul li a .number {
    font-size: 60px;
  }
}
.footer-contact__numbers ul li a .icon {
  font-size: 48px;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .footer-contact__numbers ul li a .icon {
    font-size: 42px;
  }
}
.footer-contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-contact__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .footer-contact__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .footer-contact__info {
    text-align: center;
  }
}
.footer-contact__info a {
  color: #9dafcd;
  font-size: 13px;
  font-weight: 300;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 480px) and (max-width: 767px) {
  .footer-contact__info a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-contact__info a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.footer-contact__info a:hover {
  color: #fff;
}
.footer-contact__info a strong {
  font-weight: 700;
}
.footer-logo a {
  display: block;
  position: relative;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .footer-logo a {
    margin-top: 20px;
    display: none;
  }
}
.footer-logo img {
  max-height: 180px;
}
.footer-bottom {
  background: #272c30;
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer-bottom .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 479px) {
  .footer-bottom .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-bottom .text {
  color: #fff;
  font-size: 13px;
}
.footer-bottom .design {
  color: #9dafcd;
  opacity: 0.5;
  display: flex;
  align-items: center;
}
.footer-bottom .design img {
  max-height: 11px;
  margin-left: 10px;
}
.footer-tab {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1006;
  display: none;
}
@media (max-width: 767px) {
  .footer-tab {
    display: block;
  }
}
.footer-tab__nav {
  position: relative;
  z-index: 10;
}
.footer-tab__nav:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  height: 70px;
  background-size: cover;
  background-image: url(../../assets/img/footer-nav-bg.png);
}
.footer-tab__nav ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
}
.footer-tab__nav ul li:not(.nav-search).is-current a .icon {
  color: #55b250;
}
.footer-tab__nav ul li:not(.nav-search).is-current a .text {
  color: rgba(85, 178, 80, 0.6);
}
.footer-tab__nav ul li:not(.nav-search) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
  height: 70px;
}
.footer-tab__nav ul li:not(.nav-search) a .icon {
  color: #49525b;
  font-size: 24px;
}
.footer-tab__nav ul li:not(.nav-search) a .text {
  font-size: 11px;
  color: rgba(73, 82, 91, 0.6);
  font-family: Roboto, sans-serif;
  margin-top: 3px;
}
.footer-tab__nav ul li.nav-search.is-current .btn .icon {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.footer-tab__nav ul li.nav-search .btn {
  position: absolute;
  left: 50%;
  bottom: 11px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer-tab__nav ul li.nav-search .btn .icon {
  width: 72px;
  height: 72px;
  background: #55b250;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  border: 5px solid #f7f7f7;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-tab__container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-tab__container.is-visible {
  opacity: 1;
  visibility: visible;
}
.footer-tab__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 80%;
  background: #fff;
  border-radius: 13px 13px 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  will-change: transform;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-tab__content.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.footer-tab__content:before {
  content: "";
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  height: 4px;
  width: 40px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 7px;
}
.footer-tab__content._search {
  height: 95%;
}
.footer-tab__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  height: 80px;
}
.footer-tab__content-header .heading {
  color: #49525b;
  font-size: 16px;
  font-weight: 900;
}
.footer-tab__content-header .heading span {
  font-weight: 300;
}
.footer-tab__content-header .close {
  color: #49525b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer-tab__content-header .close .icon {
  font-size: 28px;
}
.footer-tab__content-search {
  padding-left: 20px;
  padding-right: 20px;
}
.footer-tab__content-search form {
  position: relative;
  width: 100%;
}
.footer-tab__content-search form input {
  width: 100%;
  border: 1px solid rgba(73, 82, 91, 0.08);
  -webkit-box-shadow: 1px 2px 3px rgba(73, 82, 91, 0.1);
  box-shadow: 1px 2px 3px rgba(73, 82, 91, 0.1);
  border-radius: 7px;
  height: 55px;
  font-family: inherit;
  padding-left: 20px;
  padding-right: 50px;
  font-size: 13px;
  font-weight: 600;
}
.footer-tab__content-search form .icon {
  color: #55b250;
  font-style: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-tab__content-wrapper {
  height: calc(100% - (70px + 80px));
  overflow-y: auto;
  padding-top: 13px;
}
.footer-tab__content-wrapper._search {
  height: calc(100% - (70px + 80px + 55px));
}
.footer-tab__content-wrapper._search > div {
  margin-top: 15px;
}
.footer-tab__content-list.no-photo .content {
  padding-left: 0;
}
.footer-tab__content-list ul li {
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid rgba(73, 82, 91, 0.08);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.footer-tab__content-list ul li:last-child {
  border-bottom: 0 none;
}
.footer-tab__content-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-tab__content-list .photo {
  width: 110px;
  height: 80px;
  border-radius: 10px;
  padding: 5px;
  -webkit-box-shadow: 0 0 15px rgba(73, 82, 91, 0.25);
  box-shadow: 0 0 15px rgba(73, 82, 91, 0.25);
}
.footer-tab__content-list .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 7px;
}
.footer-tab__content-list .figure {
  width: 110px;
  height: 80px;
  border-radius: 10px;
  background: #eff2f7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-tab__content-list .figure .icon {
  color: #49525b;
  font-size: 42px;
}
.footer-tab__content-list .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
  padding-right: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.footer-tab__content-list .content .tag {
  font-weight: 600;
  font-style: italic;
  color: rgba(73, 82, 91, 0.9);
  font-size: 11px;
}
.footer-tab__content-list .content .title {
  color: #49525b;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  overflow: hidden;
  max-height: 37px;
}
.footer-tab__content-list .content .date {
  color: rgba(73, 82, 91, 0.6);
  line-height: 1.5;
  font-size: 12px;
  font-weight: 300;
  margin-top: 7px;
  font-family: Roboto, sans-serif;
}
.footer-tab__content-list .content .date .icon {
  font-size: 12px;
  margin-right: 3px;
}
.footer-tab__content-list .content > .icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #49525b;
  opacity: 0.2;
}
.footer-tab__content-buttons {
  padding-left: 20px;
  padding-right: 20px;
}
.footer-tab__content-buttons ul {
  margin-left: -5px;
  margin-right: -5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-tab__content-buttons ul li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
@media (max-width: 479px) {
  .footer-tab__content-buttons ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .footer-tab__content-buttons ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .footer-tab__content-buttons ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.footer-tab__content-buttons ul li a {
  border: 1px solid rgba(73, 82, 91, 0.08);
  -webkit-box-shadow: 1px 2px 3px rgba(73, 82, 91, 0.1);
  box-shadow: 1px 2px 3px rgba(73, 82, 91, 0.1);
  border-radius: 7px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.footer-tab__content-buttons .icon {
  color: #55b250;
  font-size: 24px;
}
.footer-tab__content-buttons .title {
  font-size: 11px;
  color: #333;
  margin-top: 8px;
  line-height: 1.3;
}
.container {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 479px) {
  .container {
    max-width: 390px;
  }
}
@media (min-width: 480px) {
  .container {
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  #desktopMenuToggler.outlined {
    border: 1px solid #fff;
    width:6rem;
  }
  .event-item-box:hover {
    box-shadow: 1px 4px 12px #2774b861;
    transform: scale(1.01);
    transition: 0.5s all;
    cursor: pointer;
    background: #2774b861;
    border: 1px solid #2774b861;
  }
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
  .container.max-1200 {
    max-width: 1200px;
  }
}
@media (min-width: 1750px) {
  .container {
    max-width: 1400px;
  }
  .container.max-1200 {
    max-width: 1200px;
  }
}
.container-fluid {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1400px) {
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1750px) {
  .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 2020px) {
  .container-fluid {
    max-width: 2000px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 992px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    max-width: 768px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .container-fluid {
    max-width: 600px;
  }
}
@media (max-width: 479px) {
  .container-fluid {
    max-width: 390px;
  }
}
footer ul {
  list-style: none;
  padding-left: 0;
}
.text-center {
  text-align: center;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-between {
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}
#sectionbaskan .col-lg-6 {
  background-color: #294a77;
}
.governor-area {
  background: url(/assets/img/baskananasayfayeni.jpg) no-repeat left top;
  background-size: cover;
  padding: 0 15px;
  height: 600px;
  padding-top: 25px;
}
.governor-txt {
  color: #fff;
  width: 37%;
}
.governor-area .governor-txt .header-nav__mayor-social {
  background: #00000000;
  border-radius: 11px !important;
  width: 100%;
  float: right;
  margin-top: 12px;
  display: block;
}
.governor-area .governor-txt .header-nav__mayor-social a {
  height: 47px;
  width: 49px;
  color: rgb(255 255 255 / 57%);
  border-right: 0 solid #0c0c0c73;
  border-radius: 50%;
  background: #00000040;
  margin-right: 7px;
  padding: 0;
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.header-nav__mayor-social a svg {
  height: 25px;
}
.header {
  border-top: 0 !important;
}
@media (max-width: 768px) {
  .overlayIcerikler,
  .slideryazi {
    display: none !important;
  }
  .eleinside.eleinside_Center img {
    max-height: 50vh;
  }
  .haber-slider .item a .img img {
    max-height: 250px;
  }
  .mobil-gizle {
    display: none !important;
  }
  .fast-menu {
    display: none;
  }
  .governor-txt {
    color: #fff;
    width: 100vw;
    text-align: justify;
    padding: 20px;
  }
  .baskanimza-home {
    margin-top: 80px;
  }
  .baskanimza-home {
    justify-content: center;
  }
  .baskanimza-home img {
    margin-top: 2rem;
    max-height: 42px;
  }
  .governor-area {
    background: #17284d;
  }
  .owl-projects button {
    display: none !important;
  }
  .rakamlarlabelediyemizdiv {
    flex-wrap: wrap;
  }
  .rakamlarlabelediyemizdiv .uk-card {
    margin-bottom: 40px;
    width: 33% !important;
  }
  .rakamlarlabelediyemizdiv .uk-card .count.nunito {
    font-size: 1.5rem !important;
  }
  .projects-header {
    margin-bottom: 50px;
  }
  .projects-nav li {
    margin-bottom: 20px;
  }
  #sectionbaskan .fast-menu {
    display: none !important;
  }
  .haberler__tumunugor {
    border-radius: 0;
    width: 96.7%;
    margin-left: 6px;
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  .mobile_index_mayor_section {
    display: none;
  }
}
@media (max-width: 992px) {
  .mobile_index_mayor_section {
    display: flex;
    height: 300px;
    max-height: 300px;
    position: relative;
    flex-direction: column;
    margin-top: 15px;
  }
  .mobile_mayor_photo {
    background-size: 100% 100%;
    min-height: 250px;
    max-height: 250px;
    background-size: cover;
  }
  .mobile_mayor_footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
  }
  .mobile_mayor_footer a {
    display: flex;
    background-color: var(--menurenk);
    color: #fff;
    height: 50px;
    flex-basis: 50%;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #9d1283;
  }
  .mobile_mayor_overlay {
    position: absolute;
    bottom: 60px;
    right: 20px;
    display: flex;
  }
}
@media (min-width: 768px) {
  .lg-d-none {
    display: none !important;
  }
}
.f-1r {
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .fast-title {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
  .p-50 {
    padding: 50px;
  }
  .mb-10 {
    margin-bottom: 10px;
  }
  #ebelediye {
    margin-top: 2rem;
  }
  .baskanbolum,
  .fast-menu {
    padding-top: 50px;
  }
  .projects-nav li {
    margin-right: 20px;
  }
  .rakamlarlabelediyemizdiv {
    margin-top: 80px;
  }
}
.activities-single {
  margin-bottom: 15px;
}
.projects-nav {
  margin-top: 30px;
}
.projects-nav ul li.is-current a {
  background: var(--main-siyah);
  color: #fff;
  -webkit-box-shadow: 0 0 50px 0 0 50px rgb(43 53 172 / 30%);
  box-shadow: 0 0 50px 0 0 50px rgb(43 53 172 / 30%);
}
.projects-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 60px;
  background: #f8f9fa;
  -webkit-box-shadow: 0 0 50px rgb(24 76 124 / 30%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 1.25;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.projebaslikr {
  max-height: 50px;
}
.projects-content.tab--content {
  display: none;
}
.projects-content.tab--content.is-active {
  display: block;
}
.duyuru-baslik-buton {
  font-size: 14px;
  font-weight: 900;
}
.anasayfa-duyurular {
  background: var(--main-siyah) !important;
}
.slideslogan {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 51;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideryazi {
  display: flex;
  flex-direction: column;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.slideryazi .text {
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
}
.slideryazi .slogan {
  font-weight: 700;
  font-size: 3rem;
}
.overlayIcerikler {
  max-width: fit-content;
  color: #fff !important;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: end;
  right: 50px;
  height: 100vh;
  margin-bottom: 10px;
  width: 100%;
  bottom: 20px;
  z-index: 9;
  font-size: 1.5rem;
}
.overlayIcerikler a {
  color: inherit;
  font-size: inherit;
  line-height: 1;
}
.slider-overlay {
  background: #00000059 linear-gradient(to right, #68686826, #9b1d1d24);
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
}
.overlayLeft {
  left: 0;
  align-items: flex-start;
  padding-left: 20px;
  bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 1199px) and (max-width: 1366px) {
  .haber-slider .item a .img img {
    height: 400px;
  }
  .habercol_outer {
    height: 460px;
  }
}
.header-logo a {
  display: block;
  position: relative;
  margin-top: 3px;
  padding: 1.5rem;
  padding-top: 2rem;
  border-radius: 7%;
  padding-bottom: 2rem;
}
.header-logo img {
  width: 167px !important;
  margin-top: -85px !important;
}
.header-logo:before {
  height: 142px !important;
}
.main-content {
  position: relative;
}
.slider__main .image {
  max-height: 100vh;
  height: 100%;
}
@media (max-width: 767px) {
  .card-body {
    margin-top: 30px;
  }
  .main-content .owl-theme .custom-nav {
    top: 19vh !important;
  }
  .header-container.container-fluid {
    width: 100vw !important;
  }
}
@media (min-width: 768px) {
  .mobile_sticky_buttons {
    display: none;
  }
}
@media (max-width: 992px) {
  .slider__main .image {
    max-height: 60vh;
    height: 45vh;
  }
  .header-logo {
    padding-top: 0 !important;
  }
  .header-logo img {
    width: unset !important;
    max-height: 60px;
    margin-top: 0;
  }
  .row.mobilduyuru {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    max-width: 100vw !important;
    margin: 0 !important;
    margin-top: 1rem !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-content .owl-theme .custom-nav {
    top: 20vh !important;
  }
}
@media (max-width: 1200px) {
  .governor-area {
    background: #294a77;
  }
  .header-logo:before,
  .overlayIcerikler {
    display: none;
  }
  .row.mobilduyuru {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .homepage__mayor_photos img {
    min-height: 100px;
  }
}
.homepage__mayor_photos .a-col-w {
  margin-top: 1.5rem;
}
.homepage__mayor_photos .a-col-w .btn.btn-light {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.5rem 2rem;
}
.rakamlarlabelediyemizdiv .count.nunito {
  color: #294a77;
}
.fc-day-sat div:before,
.fc-day-sun div:before {
  background-color: #fff !important;
}
.hero-shortcuts__bg {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-image: url(https://www.kayneskariyer.com/assets/images/section-before.png);
  height: 50px;
}
@media (min-width: 1200px) {
  .shortcuts .container {
    max-width: 1175px;
  }
}
.shortcuts-wrapper {
  background-color: rgba(242, 108, 79, 0.7);
  height: 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 19px;
  padding-right: 19px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.shortcuts-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  max-width: 16%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.shortcuts-item:nth-child(2) .shortcuts-wrapper {
  background-color: #294a77d6;
}
.shortcuts-item:nth-child(2) .shortcuts-dropdown {
  background-color: #294a77d6;
}
.shortcuts-item:nth-child(2) .shortcuts-dropdown__list li a:before {
  background: #294a77d6;
}
.shortcuts-item:nth-child(3) .shortcuts-wrapper {
  background-color: #294a77d6;
}
.shortcuts-item:nth-child(3) .shortcuts-dropdown {
  background-color: #294a77d6;
}
.shortcuts-item:nth-child(3) .shortcuts-dropdown__list li a:before {
  background: #294a77d6;
}
.shortcuts-item:nth-child(4) .shortcuts-wrapper {
  background-color: #294a77d6;
}
.shortcuts-item:nth-child(4) .shortcuts-dropdown {
  background-color: #294a77d6;
}
.shortcuts-item:nth-child(4) .shortcuts-dropdown__list li a:before {
  background: #294a77d6;
}
.shortcuts-item:nth-child(5) .shortcuts-wrapper {
  background-color: #294a77d6;
}
.shortcuts-item:nth-child(5) .shortcuts-dropdown {
  background-color: #294a77d6;
}
.shortcuts-item:nth-child(5) .shortcuts-dropdown__list li a:before {
  background: #294a77d6;
}
.shortcuts-item:hover .shortcuts-wrapper:before {
  width: 100%;
}
.shortcuts-item:hover .shortcuts-dropdown {
  opacity: 1;
  visibility: visible;
}
.shortcuts-item:hover .shortcuts-dropdown__list li a .icon {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.shortcuts-wrapper {
  background-color: #294a77d6;
  height: 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 19px;
  padding-right: 19px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
}
.shortcuts-wrapper:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  height: 4px;
  width: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.shortcuts-wrapper .icon {
  color: #fff;
  font-size: 24px;
}
.shortcuts-wrapper .desc {
  padding-left: 13px;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.shortcuts-wrapper .desc .title {
  font-size: 11px;
  letter-spacing: -0.5px;
  font-weight: 500;
  color: #fff;
  display: flex;
  padding: 0;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.shortcuts-wrapper .desc .text {
  font-size: 13px;
  line-height: 1.3;
}
.shortcuts-dropdown {
  position: absolute;
  right: 10px;
  bottom: 95px;
  left: 10px;
  background: #294a77d6;
  padding: 15px;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shortcuts-dropdown .heading {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.5px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.35);
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.shortcuts-dropdown__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-size: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  position: relative;
  z-index: 1;
}
.shortcuts-dropdown.first .shortcuts-dropdown__list li a:before {
  background: #a75d16;
}
.shortcuts-dropdown__list li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -15px;
  bottom: -1px;
  right: -15px;
  background: #1c4166e0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shortcuts-dropdown__list li a:hover:before {
  opacity: 1;
  visibility: visible;
}
.shortcuts-dropdown__list li a .icon {
  font-size: 13px;
  margin-right: 7px;
  width: 18px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 479px) {
  .shortcuts.list-button ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.shortcuts.list-button ul li:nth-child(1) .shortcuts-card {
  background: #65be9f;
}
.shortcuts.list-button ul li:nth-child(1) .shortcuts-card:before {
  background: #65be9f;
}
.shortcuts.list-button ul li:nth-child(2) .shortcuts-card {
  background: #6f8a93;
}
.shortcuts.list-button ul li:nth-child(2) .shortcuts-card:before {
  background: #6f8a93;
}
.shortcuts.list-button ul li:nth-child(3) .shortcuts-card {
  background: #aa9785;
}
.shortcuts.list-button ul li:nth-child(3) .shortcuts-card:before {
  background: #aa9785;
}
.shortcuts.list-button ul li:nth-child(4) .shortcuts-card {
  background: #4badba;
}
.shortcuts.list-button ul li:nth-child(4) .shortcuts-card:before {
  background: #4badba;
}
.shortcuts.list-button ul li:nth-child(5) .shortcuts-card {
  background: #fbb843;
}
.shortcuts.list-button ul li:nth-child(5) .shortcuts-card:before {
  background: #fbb843;
}
.shortcuts.list-button.v1:hover .shortcuts-card {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
.shortcuts.list-button.v1 .shortcuts-card {
  border-radius: 15px;
}
.shortcuts.list-button.v1 .shortcuts-card:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0);
  filter: blur(0);
}
.shortcuts.list-button.v1 .shortcuts-card:before {
  display: none;
}
.shortcuts.list-button.v1 .shortcuts-card .more {
  display: none;
}
.shortcuts.list-button.v-light ul li:nth-child(n + 3) {
  margin-bottom: 0 !important;
}
.shortcuts.list-button.v-light .shortcuts-card {
  background: #eff2f7 !important;
}
.shortcuts.list-button.v-light .shortcuts-card a > .icon {
  color: #0794aa;
}
.shortcuts.list-button.v-light .shortcuts-card a .title {
  color: #0794aa;
}
.shortcuts.list-button.v-border .shortcuts-card {
  background: 0 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.shortcuts.list-button.v-border .shortcuts-card a > .icon {
  color: #fff;
}
.shortcuts.list-button.v-border .shortcuts-card a .title {
  color: #fff;
}
.shortcuts.list-button .shortcuts-card {
  height: 175px;
  background: #b54386;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shortcuts.list-button .shortcuts-card:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-radius: 0 0 10px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shortcuts.list-button .shortcuts-card:hover .more {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s 0.2s;
  transition: 0.3s 0.2s;
}
.shortcuts.list-button .shortcuts-card:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -20px;
  left: 0;
  height: 20px;
  background: #b54386;
  border-radius: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.3s 0.2s;
  transition: 0.3s 0.2s;
}
.shortcuts.list-button .shortcuts-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.shortcuts.list-button .shortcuts-card a > .icon {
  font-size: 48px;
}
.shortcuts.list-button .shortcuts-card .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}
.shortcuts.list-button .shortcuts-card .text {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3;
  overflow: hidden;
  max-height: 34px;
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 5px;
  display: none;
}
.shortcuts.list-button .shortcuts-card .more {
  position: absolute;
  bottom: -13px;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .shortcuts.list-button .shortcuts-card .more {
    display: none;
  }
}
.shortcuts.list-button .shortcuts-card .more .icon {
  font-size: 24px;
}
@media (max-width: 479px) {
  .shortcuts.list-body > .row > div:not(:last-child) {
    margin-bottom: 10px;
  }
}
.shortcuts.list-body .shortcuts-card a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.shortcuts.list-body .shortcuts-card a:hover .shortcuts-cover img {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}
.shortcuts.list-body .shortcuts-cover {
  height: 230px;
  overflow: hidden;
}
@media (min-width: 1824px) {
  .shortcuts.list-body .shortcuts-cover {
    height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shortcuts.list-body .shortcuts-cover {
    height: 185px;
  }
}
.shortcuts.list-body .shortcuts-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1),
    -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}
.shortcuts.list-body .shortcuts-body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
  padding: 20px 15px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#49acb9)
  );
  background: linear-gradient(transparent, #49acb9);
}
.shortcuts.list-body .shortcuts-body .title {
  line-height: 1.15;
  color: #fff;
  font-family: "Cerebri Sans Heavy", sans-serif;
  font-size: 24px;
  letter-spacing: -0.5px;
}
@media (min-width: 1824px) {
  .shortcuts.list-body .shortcuts-body .title {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shortcuts.list-body .shortcuts-body .title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .shortcuts.list-body .shortcuts-body .title {
    font-size: 20px;
  }
}
.shortcuts.list-body .shortcuts-body .title span {
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}
.shortcuts.list-body .shortcuts-body .icon {
  position: absolute;
  left: 17px;
  bottom: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  padding-left: 3px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .shortcuts.list-body .shortcuts-body .icon {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shortcuts.list-body .shortcuts-body .icon {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shortcuts.list-body .shortcuts-body .icon {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .shortcuts.list-body .shortcuts-body .icon {
    display: none;
  }
}
.shortcuts.list-body .shortcuts-body.color-1 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#fbb843)
  );
  background: linear-gradient(transparent, #fbb843);
}
.shortcuts.style-1 {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  z-index: 6;
}
@media (min-width: 1200px) {
  .shortcuts .container {
    max-width: 1175px;
    min-width: unset !important;
  }
}
.e-belediye-dropdownlist .shortcuts-dropdown__list {
  display: flex !important;
  flex-wrap: wrap;
}
.e-belediye-dropdownlist .shortcuts-dropdown__list li {
  display: flex !important;
  overflow: hidden;
  padding: 5px;
  flex: 25%;
}
.shortcuts .row {
  justify-content: center;
}
.overlayIcerikler.overlayLeft {
  bottom: 0 !important;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 0 !important;
}
.overlayIcerikler.overlayLeft img:nth-child(1) {
  max-width: 250px;
  margin-left: 8rem;
}
.overlayIcerikler.overlayLeft img:nth-child(2) {
  max-height: 70px;
  margin-bottom: 3rem;
}
@media (max-width: 1440px) {
  .overlayIcerikler {
    bottom: 135px !important;
  }
  #sectionbaskan .fast-menu,
  .governor-area {
    height: 500px !important;
  }
  .shortcuts .row {
    justify-content: flex-end;
  }
  .shortcuts .container {
    max-width: 1280px;
    min-width: unset !important;
  }
  .shortcuts-wrapper {
    background-color: #294a77d6;
    height: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
    width: fit-content;
    padding: 10px 20px 0 20px;
    margin: 0;
    min-width: 130px;
  }
  .shortcuts-item a {
    display: flex;
    width: fit-content;
    margin: 0;
    min-width: 132px;
  }
  .shortcuts-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: fit-content;
  }
}
@media (max-width: 992px) {
  .shortcuts.style-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-logo a {
    padding: 0;
    background: 0 0;
  }
  .loadingimg {
    height: 10rem !important;
    margin-bottom: 2rem !important;
  }
}
.home_ebelediye_buttons {
  display: grid;
  grid-template: repeat(2, 1fr) / repeat(3, 1fr);
  gap: 20px 5px;
}
.ebelediyebutonlar {
  padding: 3rem 2rem;
}
.ebelediyebutonlar .section-titles {
  margin-bottom: 3rem;
  margin-top: 2rem;
}
.ebelediyebutonlar .projects-header .text {
  padding-bottom: 2rem;
}
@font-face {
  src: url(../fonts/Gilroy-Medium.eot);
  src: url(../fonts/Gilroy-Medium.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Gilroy-Medium.woff2) format("woff2"),
    url(../fonts/Gilroy-Medium.woff) format("woff"),
    url(../fonts/Gilroy-Medium.ttf) format("truetype"),
    url(../fonts/Gilroy-Medium.svg#Gilroy-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(../fonts/Gilroy-ExtraBold.eot);
  src: url(../fonts/Gilroy-ExtraBold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Gilroy-ExtraBold.woff2) format("woff2"),
    url(../fonts/Gilroy-ExtraBold.woff) format("woff"),
    url(../fonts/Gilroy-ExtraBold.ttf) format("truetype"),
    url(../fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold) format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(../fonts/Gilroy-Black.eot);
  src: url(../fonts/Gilroy-Black.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Gilroy-Black.woff2) format("woff2"),
    url(../fonts/Gilroy-Black.woff) format("woff"),
    url(../fonts/Gilroy-Black.ttf) format("truetype"),
    url(../fonts/Gilroy-Black.svg#Gilroy-Black) format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(../fonts/Gilroy-Bold.eot);
  src: url(../fonts/Gilroy-Bold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Gilroy-Bold.woff2) format("woff2"),
    url(../fonts/Gilroy-Bold.woff) format("woff"),
    url(../fonts/Gilroy-Bold.ttf) format("truetype"),
    url(../fonts/Gilroy-Bold.svg#Gilroy-Bold) format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(../fonts/Gilroy-SemiBold.eot);
  src: url(../fonts/Gilroy-SemiBold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Gilroy-SemiBold.woff2) format("woff2"),
    url(../fonts/Gilroy-SemiBold.woff) format("woff"),
    url(../fonts/Gilroy-SemiBold.ttf) format("truetype"),
    url(../fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold) format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(../fonts/BebasNeueBold.eot);
  src: url(../fonts/BebasNeueBold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/BebasNeueBold.woff2) format("woff2"),
    url(../fonts/BebasNeueBold.woff) format("woff"),
    url(../fonts/BebasNeueBold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html[lang="ar"] .header .right-menu ul.menu li .submenu {
  text-align: right;
}
html[lang="ar"] .searchBar .form .inputBar .form-group {
  direction: rtl;
}
html[lang="ar"] .searchBar .form .submit {
  left: 0;
  right: initial;
}
html[lang="ar"] .searchBar .form .close {
  left: 30px;
  right: initial;
}
#mobileMenu {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  padding: 30px;
  display: none;
}
#mobileMenu .close {
  color: #9098a9;
  font-size: 16px;
  display: flex;
  justify-content: right;
}
#mobileMenu .close span {
  display: flex;
  align-items: center;
}
#mobileMenu .close span:after {
  content: "";
  background: #fff url(../../assets/img/close-mobile.svg) no-repeat center
    center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  margin-left: 20px;
}
#mobileMenu form {
  position: relative;
  margin: 20px 0;
}
#mobileMenu form label {
  width: 100%;
}
#mobileMenu form label input {
  border: 2px solid #dce5f1;
  height: 55px;
  border-radius: 55px;
  width: 100%;
  padding: 0 50px 0 20px;
  font-size: 16px;
}
#mobileMenu form label input::placeholder {
  color: #ccc;
}
#mobileMenu form label input:-ms-input-placeholder {
  color: #ccc;
}
#mobileMenu form label input::-ms-input-placeholder {
  color: #ccc;
}
#mobileMenu form button {
  border: none;
  position: absolute;
  top: 50%;
  right: 20px;
  background: url(../../assets/img/search.svg) no-repeat center center;
  width: 21px;
  margin: -10px 0;
  height: 20px;
}
#mobileMenu ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mobileMenu ul.menu li {
  font: 26px;
  margin: 15px 0;
}
#mobileMenu ul.menu li a {
  color: #2b2929;
  text-decoration: none;
  display: block;
}
#mobileMenu ul.menu li a .icon {
  margin-right: 10px;
  display: inline-block;
  transform: translateY(-2px);
  position: relative;
  z-index: -1;
}
#mobileMenu ul.menu li.open > ul {
  margin-left: 0;
  opacity: 1;
  pointer-events: auto;
}
#mobileMenu ul.menu li.over > a {
  position: relative;
  padding-right: 30px;
}
#mobileMenu ul.menu li.over > a:before {
  content: "\f107";
  font-weight: 400;
  color: #00a1e3;
  line-height: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -6px 0;
}
#mobileMenu ul.menu li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  position: fixed;
  background: #fff;
  left: 0;
  width: 100%;
  padding: 0 30px;
  margin-left: 100%;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
  top: 100px;
  z-index: 10;
}
#mobileMenu ul.menu li ul li.back {
  background: url(../../assets/img/arrow-blue.svg) no-repeat 0 0;
  width: 40px;
  height: 20px;
  background-size: 100%;
  margin-bottom: 40px;
}
#mobileMenu ul.menu li ul li.head {
  color: #a1a1a1;
  font: 14px "Gilroy Bold" !important;
  letter-spacing: 0.1em;
}
#mobileMenu ul.menu li ul li ul {
  height: calc(100vh - 210px);
  overflow: auto;
}
#mobileMenu .bottomMenu {
  width: 100%;
  margin-bottom: 20px;
}
#mobileMenu .bottomMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #e9eff8;
  padding: 0 0 20px;
}
#mobileMenu .bottomMenu ul li {
  font: 18px;
  display: inline-block;
  vertical-align: middle;
}
#mobileMenu .bottomMenu ul li:last-child {
  float: right;
}
#mobileMenu .bottomMenu ul li .login-link a {
  color: #2b2929;
  text-decoration: none;
  display: inline-block;
  background: url(../../assets/img/login.svg) no-repeat left center;
  padding: 2px 0 0 30px;
}
#mobileMenu .bottomMenu ul li .currency,
#mobileMenu .bottomMenu ul li .lang {
  margin-right: 30px;
}
#mobileMenu .bottomMenu ul li .currency span,
#mobileMenu .bottomMenu ul li .lang span {
  cursor: pointer;
  display: inline-block;
}
#mobileMenu .bottomMenu ul li .currency span i,
#mobileMenu .bottomMenu ul li .lang span i {
  color: #00a1e3;
  margin-right: 5px;
  vertical-align: bottom;
  transition: 0.3s;
}
#mobileMenu .bottomMenu ul li .currency.open ul,
#mobileMenu .bottomMenu ul li .lang.open ul {
  margin-bottom: 0;
}
#mobileMenu .bottomMenu ul li .currency ul,
#mobileMenu .bottomMenu ul li .lang ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 22px rgba(0, 161, 227, 0.25);
  padding: 20px 0;
  transition: 0.4s;
  z-index: 3;
  margin-bottom: -100%;
}
#mobileMenu .bottomMenu ul li .currency ul li,
#mobileMenu .bottomMenu ul li .lang ul li {
  font: 22px "Gilroy Medium";
  width: 100%;
}
#mobileMenu .bottomMenu ul li .currency ul li a,
#mobileMenu .bottomMenu ul li .lang ul li a {
  color: #2b2929;
  display: inline-block;
  text-decoration: none;
  padding: 10px 0;
}
#mobileMenu .bottomMenu ul li .currency ul li.active a,
#mobileMenu .bottomMenu ul li .lang ul li.active a {
  color: #00a1e3;
}
.searchBar {
  transition: 0.5s;
  position: fixed;
  width: 100%;
  padding: 80px 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.searchBar:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}
.searchBar.active {
  transition: 0.5s;
  pointer-events: inherit;
  opacity: 1;
  visibility: inherit;
}
.searchBar .form {
  width: 100%;
  max-width: 870px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 100px 90px;
  box-shadow: 0 0 22px rgba(0, 161, 227, 0.25);
  background: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .searchBar .form {
    padding: 35px 40px;
  }
}
.searchBar .form .close {
  background: url(../../assets/img/close.svg) no-repeat center center;
  cursor: pointer;
  width: 29px;
  height: 29px;
  position: absolute;
  top: -40px;
  right: 30px;
}
.searchBar .form .inputBar {
  position: relative;
}
.searchBar .form .inputBar .form-group {
  margin-bottom: 0 !important;
}
.searchBar .form .inputBar label {
  width: 100%;
}
.searchBar .form .inputBar label input {
  border: 2px solid #dce5f1;
  padding: 0 60px 0 30px;
  height: 65px;
  border-radius: 65px;
  outline: 0;
  box-shadow: inherit;
  font-size: 16px;
  color: #000 !important;
  width: 100%;
}
.searchBar .form .submit {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 7px;
  background: #ebf0f8 url(../../assets/img/search.svg) no-repeat center center;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
.header {
  position: fixed;
  transition: 0.4s;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
.header.fixed {
  margin-top: 0 !important;
}
.header.fixed .right-menu {
  box-shadow: 0 0 22px rgba(0, 161, 227, 0.25);
}
.header.fixed .logo {
  box-shadow: 0 0 22px rgba(0, 161, 227, 0.25);
}
@media only screen and (max-width: 767px) {
  .header .logo {
    height: 50px;
    padding: 10px;
    max-width: 130px;
  }
}
@media (min-width: 2000px) {
  .header .right-menu {
    font-size: 19px;
    max-width: 1250px;
  }
}
@media (max-width: 1300px) {
  .header .right-menu {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .right-menu {
    background: 0 0;
    padding-right: 20px;
    box-shadow: initial !important;
  }
}
@media only screen and (max-width: 767px) {
  .header .right-menu {
    height: 50px;
  }
}
.header .right-menu ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .header .right-menu ul.menu {
    display: none;
  }
}
@media (max-width: 1280px) {
  .header .right-menu ul.menu li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.sticky .header .right-menu ul.menu li:hover a {
  color: #fff;
}
.header .right-menu ul.menu li:hover a:hover {
  color: var(--main-bordo);
}
.header .right-menu ul.menu li.open .submenu {
  transition: 0.4s;
  opacity: 1;
  visibility: inherit !important;
  pointer-events: auto;
  transform: translateY(0);
}
@media (max-width: 1400px) {
  .header .right-menu ul.menu li .submenu {
    width: 1165px;
    margin: 0 -582.5px;
  }
}
.header .right-menu ul.menu li .submenu .menu-1 .head {
  font: 18px;
  margin-bottom: 20px;
}
.header .right-menu ul.menu li .submenu .menu-1 .head .icon {
  margin: 0 0 10px;
}
.header .right-menu ul.menu li .submenu .menu-1 .head a {
  display: inline-block;
  padding: 0;
  color: #2b2929;
  text-decoration: none;
}
.header .right-menu ul.menu li .submenu .menu-1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .right-menu ul.menu li .submenu .menu-1 ul li a {
  display: inline-block;
  color: #2b2929;
  text-decoration: none;
  padding: 5px 0;
  transition: 0.3s;
  font-weight: 700;
}
.header .right-menu ul.menu li .submenu .menu-1 ul li a:hover {
  color: #00a1e3;
}
.header .right-menu .login-link {
  margin: 0 50px 0 20px;
  max-width: 135px;
  overflow: hidden;
  text-wrap: nowrap;
}
@media (max-width: 1450px) {
  .header .right-menu .login-link {
    margin: 0 20px 0 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .right-menu .login-link {
    display: none;
  }
}
.header .right-menu .login-link a {
  color: #2b2929;
  text-decoration: none;
  display: inline-block;
  background: url(../../assets/img/login.svg) no-repeat left center;
  padding: 2px 0 0 30px;
}
.header .right-menu .currency,
.header .right-menu .lang {
  margin-right: 30px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .header .right-menu .currency,
  .header .right-menu .lang {
    display: none;
  }
}
.header .right-menu .currency span,
.header .right-menu .lang span {
  cursor: pointer;
  display: inline-block;
}
.header .right-menu .currency span i,
.header .right-menu .lang span i {
  color: #00a1e3;
  margin-right: 5px;
  vertical-align: bottom;
  transition: 0.3s;
}
.header .right-menu .currency span.open i,
.header .right-menu .lang span.open i {
  transform: rotate(180deg);
}
.header .right-menu .currency ul,
.header .right-menu .lang ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 0 22px rgba(0, 161, 227, 0.25);
  border-radius: 30px;
  border-top: none;
  padding: 17px 0;
  display: none;
  width: 120px;
  margin: 10px -40px;
}
.header .right-menu .currency ul li,
.header .right-menu .lang ul li {
  text-align: center;
}
.header .right-menu .currency ul li a,
.header .right-menu .lang ul li a {
  color: #2b2929;
  padding: 5px 0;
  text-decoration: none;
  display: inline-block;
}
.header .right-menu .currency ul li.active a,
.header .right-menu .lang ul li.active a {
  color: #00a1e3;
}
.header .right-menu .search-btn {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .header .right-menu .search-btn {
    display: none;
  }
}
.header .right-menu .shopping-btn {
  background: #ebf0f8 url(../../assets/img/shopping.svg) no-repeat center center;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  margin: 0 20px 0 10px;
}
@media only screen and (max-width: 1200px) {
  .header .right-menu .shopping-btn {
    background-color: #fff;
    margin-right: 10px;
    border: 2px solid #d5e0f0;
  }
}
.header .right-menu .shopping-btn sup {
  background: #00a1e3;
  display: block;
  margin: 0 0 0 auto;
  color: #fff;
  font: 11px/21px "Gilroy Medium";
  width: 21px;
  height: 21px;
  text-align: center;
  border-radius: 50%;
}
@-webkit-keyframes burst {
  0% {
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes burst {
  0% {
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.header .right-menu .donate-btn {
  position: relative;
}
.header .right-menu .donate-btn.open .submenu {
  transition: 0.4s;
  opacity: 1;
  visibility: inherit !important;
  pointer-events: auto;
  transform: translateY(0);
}
.header .right-menu .donate-btn .submenu {
  transition: 0.4s;
  box-shadow: 0 0 22px rgba(0, 161, 227, 0.25);
  position: absolute;
  top: 100%;
  right: 0;
  width: 550px;
  background: #fff;
  z-index: 1;
  height: auto;
  padding: 30px;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateY(15px);
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .header .right-menu .donate-btn .submenu {
    width: 300px;
    padding: 20px;
    margin-right: -40px;
  }
}
.header .right-menu .donate-btn .submenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .right-menu .donate-btn .submenu ul li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .header .right-menu .donate-btn .submenu ul li {
    width: 100%;
  }
}
.header .right-menu .donate-btn .submenu ul li a {
  padding: 15px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #2b2929;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .header .right-menu .donate-btn .submenu ul li a {
    padding: 11px 15px;
  }
}
.header .right-menu .donate-btn .submenu ul li a:hover {
  color: #00a1e3;
}
.header .right-menu .donate-btn .submenu ul li a .icon {
  margin-right: 13px;
}
@media only screen and (max-width: 767px) {
  .header .right-menu .donate-btn .submenu ul li a .icon {
    display: none;
  }
}
.header .right-menu .donate-btn .submenu ul li a:hover {
  background-color: #f4f7fa;
}
@media only screen and (max-width: 1200px) {
  .header .right-menu .donate-btn span {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header .right-menu .donate-btn span {
    width: 115px;
    text-align: center;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .header .right-menu .donate-btn span:hover:after,
  .header .right-menu .donate-btn span:hover:before {
    background-image: url(../../assets/img/heart-yellow.svg);
  }
}
@media only screen and (max-width: 1200px) {
  .header .right-menu .donate-btn span:after,
  .header .right-menu .donate-btn span:before {
    display: none;
  }
}
.header .right-menu .donate-btn span:after {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
  background-size: 100%;
}
.header .right-menu .navbar {
  display: none;
  border: 2px solid #d5e0f0;
}
@media only screen and (max-width: 1200px) {
  .header .right-menu .navbar {
    margin-left: 10px;
    display: block;
    min-width: 50px;
    height: 50px;
    background-color: #fff;
    padding: 11px 11px;
    border-radius: 50%;
  }
  .header .right-menu .navbar span {
    background-color: #00a1e3;
    width: 24px;
    margin: 5px 0;
    height: 3px;
    display: block;
  }
  .header .right-menu .navbar span:last-child {
    width: 12px;
  }
}
.chosen-container,
.chosen-container-multi {
  width: 100% !important;
}
.blue-btn {
  background: #00a1e3;
  color: #fff;
  width: 100%;
  height: 50px;
  font-size: 14px;
  border: none;
  border-radius: 50px;
}
.popuptxt img {
  width: 100% !important;
  height: auto !important;
}
.dsp-none {
  display: none;
}
.fs-35 {
  font-size: 35px !important;
}
.destinations-box::before {
  content: "";
  background: linear-gradient(
    0deg,
    rgb(0 0 0 / 84%) 0%,
    rgba(232, 145, 35, 0) 30%
  );
  position: absolute;
  bottom: 0px;
  height: 100%;
  z-index: 0;
  width: 100%;
  right: 0px;
  border-radius: 1rem;
}
.destionations-title {
  position: absolute;
  bottom: 10%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: var(--maincolor);
}
.donate-bar .form-control:disabled,
.form-control[readonly] {
  background: #fff !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--main-bordo) !important;
}
.nav-tabs .nav-link {
  color: #595959;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  margin-right: 5px;
  padding: 10px 15px;
  border: 1px solid #d3d3d3;
  width: 6rem;
  transition: all 0.3s ease;
}
.nav-tabs {
  border-bottom: #fff;
  display: flex;
  justify-content: space-between;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.haberlerbutton button:hover svg path {
  fill: #fff;
}
.tarihi-prev {
  border: 2px solid var(--main-siyah);
  border-radius: 100px;
  height: 3rem;
  width: 3rem;
  left: -5rem;
  margin-left: -73px;
}
.event-item-box {
  border: 1px solid #e1e1e19c !important;
}
.event-title-box.text-center.mt-0.fw-semibold {
  border-bottom: 1px solid #e1e1e19c;
  position: relative;
  width: 100%;
}
.event-item-footer-inner-left-side {
  border-right: 1px solid #e1e1e1;
}
.picture {
  position: relative;
  overflow: hidden;
}
.picture img {
  transition: transform 0.3s ease;
}
.picture:hover img {
  transform: scale(1.1);
}
body {
  font-family: var(--sections);
}
.container-fluid {
  max-width: 1920px;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .featuredProjects .listing .col-6:first-child .bigBox,
  .featuredProjects .listing .col-6:nth-child(2) .bigBox {
    margin-top: 0;
  }
}
.featuredProjects .listing .item.bigBox .images {
  height: 270px;
}
.featuredProjects .listing .item .images .picture {
  height: 100%;
}
.featuredProjects .listing .item .images picture {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  text-align: center;
  border-radius: 5px;
}
.featuredProjects .listing .item .images picture:before {
  content: "";
  background: #363636;
  opacity: 0.2;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}
.featuredProjects .listing .item .images picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  margin: 0 auto;
}
.featuredProjects .listing .item .images .donationBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 50px;
}
.featuredProjects .listing .item .images .donationBottom span {
  font: 14px camptonmedium;
  color: #fff;
  padding: 5px 20px;
  position: relative;
  width: 100%;
}
.featuredProjects .listing .item .images .donationBottom .moreButton {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: inherit !important;
}
.featuredProjects .listing .item .text {
  margin: 20px 0 0 0;
  padding-left: 20px;
}
.featuredProjects .listing .item .text a {
  color: #363636;
}
.featuredProjects .listing .item .text h3 {
  font-size: 15px;
  color: #000;
  position: relative;
  font-weight: 800;
}
.featuredProjects .listing .item .text h3:before {
  content: "";
  background: var(--main-bordo);
  display: block;
  width: 4px;
  height: 100%;
  float: left;
  position: absolute;
  left: -20px;
}
.featuredProjects .listing .item .text span {
  color: #363636;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  gap: 10px;
  display: flex;
  margin-top: 5px;
  align-items: center;
}
.featuredProjects .listing .item .text {
  margin: 5px 0 0 0;
  padding-left: 20px;
  background-color: #f7f7f7;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #eee;
}
.featuredProjects .multiBox {
  margin-top: 40px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-slider .col-4 {
  max-width: 100%;
  flex: inherit;
}
.featuredProjects .listing .item .images {
  height: 270px;
  position: relative;
}
.featuredProjects .listing .item .images .picture {
  height: 100%;
}
.featuredProjects .listing .item .images picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  margin: 0 auto;
}
.slick-dots li {
  list-style-type: none;
  display: inline-block;
  margin: 0 5px;
  height: 4px;
}
.nav-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 12rem;
}
.projects-footer {
  text-align: center !important;
  position: absolute;
  bottom: 0;
  padding: 12px;
  margin: 14px;
  width: 15rem;
}
.projects-footer .title {
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0;
  line-height: 1.55;
}
.projects-photo {
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  background: #f7f7f7;
  padding: 12px;
  width: 17rem;
}
.projects-photo {
  position: relative;
  overflow: hidden;
}
.projects-photo img {
  filter: brightness(0.5);
  border-radius: 10px;
}
.cards-cover img,
.facilities-cover img,
.news-cover img,
.projects-photo img,
.shortcuts-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1),
    -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}
.tumprojeler {
  background-color: var(--main-siyah) !important;
}
.button.min-width {
  min-width: 200px;
}
a:hover {
  text-decoration: none !important;
}
.header-buttons__wrapper ul li a .icon,
.header-mobile__buttons a .icon:not(.not),
.header-mobile__buttons button .icon:not(.not),
.header-sticky .btn-bar .icon:not(.not),
.header-support .icon,
.logos-carousel .swiper-button-next::after,
.logos-carousel .swiper-button-prev::after,
.swiper-arrow__style .swiper-button-next::after,
.swiper-arrow__style .swiper-button-prev::after,
.swiper-buttons .swiper-button-next::after,
.swiper-buttons .swiper-button-prev::after,
.videos-carousel .swiper-button-next::after,
.videos-carousel .swiper-button-prev::after {
  font-size: 24px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-buttons .swiper-button-next,
.swiper-buttons .swiper-button-prev {
  position: relative;
  margin-top: 0;
  top: 0;
  color: var(--main-siyah);
  font-size: 32px;
  height: 60px;
  width: 65px;
  padding-top: 2px;
  border-radius: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fancybox-button--right,
.swiper-buttons .swiper-button-next,
.swiper-buttons .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.fancybox-button--left,
.swiper-buttons .swiper-button-prev,
.swiper-buttons .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.header-buttons__wrapper ul li a .icon,
.header-mobile__buttons a .icon:not(.not),
.header-mobile__buttons button .icon:not(.not),
.header-sticky .btn-bar .icon:not(.not),
.header-support .icon,
.logos-carousel .swiper-button-next::after,
.logos-carousel .swiper-button-prev::after,
.swiper-arrow__style .swiper-button-next::after,
.swiper-arrow__style .swiper-button-prev::after,
.swiper-buttons .swiper-button-next::after,
.swiper-buttons .swiper-button-prev::after,
.videos-carousel .swiper-button-next::after,
.videos-carousel .swiper-button-prev::after {
  font-size: 24px;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.button:not(.border):not(.light):not(.color-1):not(.color-2) {
  color: #fff;
}
.button.min-width {
  min-width: 200px;
}
.scroll-reveal .bi,
.scroll-reveal .icon {
  fill: var(--menurenk);
  transition: fill 0.3s ease;
}
.scroll-reveal:hover .bi,
.scroll-reveal:hover .icon {
  fill: #fff;
}
.listeditems .icon {
  fill: currentColor;
  transition: fill 0.3s ease;
}
.listeditems:hover .icon {
  fill: #c5416e;
}
.listeditems .app_list_item {
  transition: background-color 0.3s ease;
}
.listeditems:hover .app_list_item {
  background-color: #c5416e;
}
.listeditems .icon {
  fill: currentColor;
  transition: fill 0.3s ease;
}
.listeditems:hover .icon {
  fill: var(--menurenk);
}
.overflow-hidden {
  overflow: hidden !important;
}
.hm2-feature-area {
  margin-top: 0rem;
}
.position-relative {
  position: relative !important;
}
.zindex-1 {
  z-index: 1;
}
.hm2-feature-area {
  padding-bottom: 2rem;
}
.section-titles {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.section-titles {
  opacity: 1;
}
.sectiontitles {
  margin-top: 4rem;
  font-weight: 700;
}
.haberleropacityTitle {
  position: absolute;
  font-weight: 900;
  font-size: 80px;
  z-index: 0;
  opacity: 0.05;
  top: 20%;
}
.bottom-shape {
  display: none;
}
.position-relative {
  position: relative !important;
}
.scroll-reveal.gorunur {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 1200px) {
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: #fff;
}
.rounded-2 {
  border-radius: 10px !important;
}
.hm2-feature-card {
  padding: 25px 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hm2-feature-card {
  height: 215px;
}
.rounded-2 {
  border-radius: 5px;
}
.deep-shadow {
  -webkit-box-shadow: 0 5px 19px rgb(179 179 179 / 38%);
  box-shadow: 0 5px 19px rgb(179 179 179 / 38%);
}
.hm2-feature-card .icon-wrapper {
  width: 60px;
  height: 60px;
  background-color: #f7f7f7;
  color: var(--maincolor);
  font-size: 25px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.icon-wrapper i {
  font-size: 22px;
  color: var(--menurenk);
}
.hm2-feature-card h3 {
  font-size: 14px;
  font-weight: 800;
  color: #000;
}
.app_lists {
  margin-top: 2rem;
}
.app-list-col {
  margin: 0 10rem !important;
}
.listeditems.animate {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 1200px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.fc .fc-button,
a {
  background-color: transparent;
}
.app_list_item .ebelediyeTitle:hover {
  color: #fff;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ebelediyeTitle {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.e-belediyeSection {
  display: flex;
  justify-content: center;
}
.hm2-feature-card a:hover {
  background: var(--menurenk);
  color: #fff;
  border-color: var(--menurenk);
}
.hm2-feature-card a {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  line-height: 30px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.app_list_item:hover .iconBox {
  background: #fff;
  transition: 0.3s ease-in;
  color: var(--main-siyah);
}
.iconBox {
  color: #fff;
  fill: #fff;
  display: flex;
  width: 40px;
  height: 40px;
  background: var(--menurenk);
  padding: 5px;
  border-radius: 50%;
  margin-right: 1rem;
  justify-content: center;
  align-items: center;
}
.app_list_item:hover {
  transition: 0.3s ease-in;
  background-color: var(--main-siyah) !important;
}
.rounded-2 {
  border-radius: 5px;
}
.rounded-2rem {
  border-radius: 12px;
}
.deep-shadow {
  -webkit-box-shadow: 0 5px 19px rgb(179 179 179 / 38%);
  box-shadow: 0 5px 19px rgb(179 179 179 / 38%);
}
.app_list_item {
  padding: 13px 22px;
  margin-bottom: 3.6rem;
}
.hm2-feature-card:hover .icon-wrapper {
  background-color: var(--main-siyah);
  color: #fff;
}
.hm2-feature-card:hover .icon-wrapper i {
  color: #fff !important;
  fill: #fff !important;
}
.hm2-feature-card:hover a {
  background-color: var(--main-siyah);
  border-color: var(--main-siyah);
  color: #fff;
}
.mainSearch__submit:hover {
  background-color: #c5416e;
  color: #fff;
}
.icon-separator {
  width: 1px;
  background-color: var(--main-siyah);
  height: 14px;
  margin: 0 6px;
  align-self: center;
}
.overlay-box {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 7px;
  background-color: var(--maincolor);
  border-radius: 10px;
  width: max-content;
  height: 45px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-top: 12px;
  padding: 0px 10px;
}
.overlayBaskaninfo {
  display: flex;
  flex-direction: column;
  margin-left: 0px;
  position: absolute;
  max-width: max-content;
  max-height: max-content;
  bottom: 5%;
  left: 50%;
  transform: translateX(10%);
}
.overlay-icon {
  color: var(--main-siyah);
}
.altbutonsol {
  z-index: 3;
  margin-left: 35px;
  display: flex;
  bottom: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  width: max-content;
}
svg:not(:root).svg-inline--fa {
  overflow: visible;
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.overlaySearch:not(.visible) .hero-search__dropdown-content {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.hero-search__dropdown-content.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hero-search__dropdown-content {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
input {
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  height: 100%;
  line-height: 30px;
  outline: 0;
  border: 0;
  display: block;
  font-size: 1em;
  border-radius: 20px;
  padding: 0 20px;
}
.hero-search__buttons .btn .icon svg {
  fill: #fff;
}
.overlayIcerikler {
  max-width: fit-content;
  color: #fff !important;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  right: 50px;
  height: 30vh;
  width: 100%;
  top: 0;
  z-index: 1;
}
a {
  text-decoration: none;
  color: #fff;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -transition: all 0.2s ease-out;
}
a {
  text-decoration: none !important;
  color: #1abc9c;
}
.overlayIcerikler i {
  font-size: 2em !important;
}
.mobiltel > a:nth-child(2) > span,
.overlayIcerikler > a:nth-child(2) > span {
  font-size: 2rem;
  font-weight: 100 !important;
  font-family: "Bebas Neue";
}
.mobiltel > a:nth-child(3) > span,
.overlayIcerikler > a:nth-child(3) > span {
  font-size: 1.5625rem;
  font-weight: 600;
}
.mobiltel span,
.overlayIcerikler span {
  display: block;
  line-height: 1;
  font-family: "PT Sans";
}
.mobiltel .click-speak,
.overlayIcerikler .click-speak {
  font-family: "PT Sans";
  font-size: 0.6875rem;
}
.mobiltel > a:nth-child(3) > span,
.overlayIcerikler > a:nth-child(3) > span {
  font-size: 1rem;
  font-weight: 600;
}
a {
  text-decoration: none !important;
  color: #000;
}
.js-tabs {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.tabs.-bookmark .tabs__controls {
  position: relative;
  overflow: auto;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  z-index: 3;
}
.items-center {
  align-items: center !important;
}
.tabs__controls {
  position: relative;
  overflow: auto;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  white-space: nowrap;
}
.tabs.-bookmark .tabs__controls > div {
  scroll-snap-align: center;
}
.tabs.-bookmark .tabs__button {
  display: flex;
  justify-content: center;
  font-weight: 600;
  align-items: center;
  line-height: 1.3;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 45px;
  width: 185px;
  gap: 8px;
  font-size: 15px;
}
.tabs__content {
  position: relative;
}
.tabs__pane.is-tab-el-active {
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  position: relative;
  opacity: 1;
  visibility: visible;
}
.shadow-1 {
  box-shadow: 0 20px 40px 0 #05103612;
}
.bg-white {
  background-color: #fff !important;
}
.mainSearch {
  padding: 0.2rem;
  width: max-content;
  position: relative;
  z-index: 20;
  border-radius: 15px;
  justify-content: space-between;
}
input:not([type="range"]),
select,
textarea {
  /* border: 0; */
  outline: 0;
  width: 100%;
  background-color: transparent;
  font-family: var(--sections);
}

.mainSearch .button-item {
  border: none !important;
}
.mainSearch .button {
  width: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  font-weight: 800;
  font-size: 13px;
  line-height: 1.2;
  border-radius: 12px;
  border: 1px solid transparent;
  background: var(--mavi);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.shadow-1 {
  box-shadow: 0 20px 40px 0 #05103612;
}
.bg-white {
  background-color: #fff !important;
}
.tabs.-bookmark .tabs__button.is-tab-el-active {
  color: #fff !important;
  background-color: var(--main-siyah);
  border-radius: 15px 15px 0 0;
}
.tabs.-bookmark .tabs__button:hover {
  color: #fff !important;
}
input:not([type="range"]),
select,
textarea {
  /* border: 0; */
  outline: 0;
  width: 100%;
  background-color: transparent;
}

input {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.homeFirst .donate-bar .list {
  background: #fff;
  align-items: center;
  display: flex;
  padding: 20px;
  border-radius: 95px;
  max-width: 855px;
  margin: 0 auto;
}
.homeFirst .donate-bar .list .head {
  color: #00a1e3;
  min-width: 80px;
  font-family: "Gilroy Bold";
}
.homeFirst .donate-bar .list div {
  margin-right: 24px;
}
.homeFirst .donate-bar .list .selects {
  position: relative;
  width: 225px;
}
.homeFirst .donate-bar .list div {
  margin-right: 24px;
}
.homeFirst .donate-bar .list .selects:before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 3px solid #ddf5ff;
  height: 100%;
  color: #00a1e3;
  width: 40px;
  text-align: center;
  line-height: 51px;
  padding-right: 7px;
}
.homeFirst .donate-bar .list .selects select {
  width: 100%;
  background: #fff;
  color: #2b2929;
  border: 3px solid #ddf5ff;
  padding: 0 35px 0 15px;
  outline: 0;
  cursor: pointer;
  height: 51px;
  border-radius: 51px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.homeFirst .donate-bar .list .head {
  color: #00a1e3;
  min-width: 80px;
  font-family: "Gilroy Bold";
}
.homeFirst .donate-bar .list div {
  margin-right: 24px;
}
.homeFirst .donate-bar .list .input-group {
  width: 150px;
}
.homeFirst .donate-bar .list div {
  margin-right: 24px;
}
.homeFirst .donate-bar .list .input-group input {
  border: 3px solid #ddf5ff;
  height: 51px;
  text-align: left !important;
  padding: 0 67px 0 15px;
  border-radius: 51px !important;
}
.homeFirst .donate-bar .list .input-group input {
  border: 3px solid #ddf5ff;
  height: 51px;
  text-align: left !important;
  padding: 0 67px 0 15px;
  border-radius: 51px !important;
}
.homeFirst .donate-bar .list .input-group .moneyType {
  position: absolute;
  top: 50%;
  right: 50px;
  background: url(../../assets/img/tl.svg) no-repeat;
  width: 12px;
  height: 16px;
  margin: -8px 0;
}
.homeFirst .donate-bar .list .input-group .input-group-addon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  margin: 0;
  border-left: 3px solid #ddf5ff;
}
.homeFirst
  .donate-bar
  .list
  .input-group
  .input-group-addon
  button:first-child {
  border-bottom: 3px solid #ddf5ff;
}
.homeFirst .donate-bar .list .input-group .input-group-addon button {
  display: block;
  color: #00a1e3;
  background: 0 0;
  width: 100%;
  border-radius: inherit;
  box-shadow: inherit;
  border: none;
  text-align: center;
  padding: 0 8px 0 0;
  height: 50%;
  line-height: 25px;
}
.homeFirst .donate-bar .list .input-group .input-group-addon button {
  display: block;
  color: #00a1e3;
  background: 0 0;
  width: 100%;
  border-radius: inherit;
  box-shadow: inherit;
  border: none;
  text-align: center;
  padding: 0 8px 0 0;
  height: 50%;
  line-height: 25px;
}
.homeFirst .donate-bar .list div {
  margin-right: 24px;
}
.homeFirst .donate-bar .list .donate-btn a {
  background: #f79e1b;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font: 16px/47px "Gilroy Bold";
  height: 51px;
  width: 185px;
  border-radius: 51px;
  text-align: center;
  position: relative;
  border: 2px dashed #f79e1b;
  transition: 0.4s;
}
.homeFirst .donate-bar .list .donate-btn a span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
.homeFirst .donate-bar .list .donate-btn a span:after,
.homeFirst .donate-bar .list .donate-btn a span:before {
  transition: 0.4s;
  content: "";
  position: absolute;
  background-image: url(../../assets/img/heart.svg);
  top: 50%;
  margin: -8px 0;
  left: 0;
  width: 24px;
  height: 20px;
}
.homeFirst .donate-bar .list .donate-btn a span:after {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
  background-size: 100%;
}
.homeFirst .donate-bar .list .donate-btn a span:after,
.homeFirst .donate-bar .list .donate-btn a span:before {
  transition: 0.4s;
  content: "";
  position: absolute;
  background-image: url(../../assets/img/heart.svg);
  top: 50%;
  margin: -8px 0;
  left: 0;
  width: 24px;
  height: 20px;
}
.homeFirst .donate-bar .list {
  background: #fff;
  align-items: center;
  display: flex;
  padding: 20px;
  border-radius: 95px;
  max-width: 855px;
  margin: 0 auto;
}
.custom-nav {
  display: flex;
  justify-content: center;
  bottom: 24rem;
  position: absolute;
  z-index: 999;
  right: 3%;
  gap: 12px;
}
.owl-prev {
  background-color: opacity;
  width: 3rem !important;
  height: 3rem !important;
  border-radius: 100px;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.icons {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
}
.owl-next {
  width: 3rem;
  height: 3rem;
  border-radius: 100px;
  border: 2px solid #fff;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  position: relative;
}
.owl-next:hover {
  background-color: var(--main-bordo);
  border: 2px solid var(--main-siyah);
}
.owl-next:hover svg {
  animation: moveArrow 0.3s ease;
}
@keyframes moveArrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.owl-next svg {
  fill: #a4638a;
  transition: fill 0.3s ease;
}
.owl-prev:hover {
  background-color: var(--main-bordo);
  border: 2px solid var(--main-siyah);
}
.owl-prev:hover svg {
  animation: moveArrow 0.3s ease;
}
@keyframes moveArrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.owl-prev svg {
  fill: #a4638a;
  transition: fill 0.3s ease;
}
/* .owl-dots {
  display: none;
} */
div.loading.hidden {
  display: none !important;
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cinemaSwiperContainer,
.eventsSwiperContainer {
  overflow: hidden;
  position: relative;
}
section.events-home-section {
  background: #f7f7f7;
  padding: 2.5rem 3rem !important;
  position: relative;
  bottom: 10%;
  box-shadow: rgb(0 0 0 / 16%) 0px 3px 8px;
}
section.projects-home-section {
  background: transparent !important;
  padding: 2.5rem 3rem !important;
  box-shadow: 0 0 0 rgba(179, 179, 179, 0) !important;
  position: relative;
  bottom: 10%;
}
.loadingimg {
  height: 12rem;
  margin-bottom: 2rem;
}
.projeler-section {
  max-width: 1920px;
  margin-bottom: 3rem !important;
}
.altbutonbaskanfoto {
  min-width: 180px;
  max-width: 18rem;
  transform: scaleX(-1);
}
.baskanbolumbaskan {
  width: 15rem;
}
.haberlerbutton {
  gap: 86rem;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 15rem;
}
@media (min-width: 1536px) and (max-width: 1864px) {
  .header .right-menu ul.menu li a {
    font-size: 13px !important;
  }
  .custom-nav {
    right: 3%;
  }
  .mainSearch {
    margin-bottom: -21px;
  }
}
@media (max-width: 1536px) {
  .sticky.right-menu {
    width: 65rem !important;
  }
  .altbutonsol {
    z-index: 999;
  }
  .solaltbaskan {
    margin-left: 13rem;
  }
  .haberlerbutton {
    gap: 64rem;
  }
  .projects-footer {
    text-align: center !important;
    position: absolute;
    bottom: 0;
    padding: 12px;
    margin: 14px;
    width: 14rem;
    border-radius: 15px;
  }
  .projects-footer .title {
    color: var(--maincolor);
    font-size: 10px !important;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
  }
  .haberlerbutton {
    gap: 1rem !important;
    display: flex !important;
    position: absolute !important;
    top: 110% !important;
    left: 50%;
  }
  .featuredProjects {
    margin: 20px 0 0 0 !important;
  }
  .header .logo {
    max-width: 356px !important;
  }
  .header .right-menu ul.menu li a {
    font-size: 13px !important;
    padding: 20px 10px;
  }
  .header .right-menu ul.menu li .submenu {
    width: 452px !important;
    padding: 20px !important;
  }
  .header-sticky.is-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .header-sticky.is-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .header-sticky {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(var(--maincolor)),
      to(var(--maincolor))
    );
    background: linear-gradient(to right, var(--maincolor), var(--maincolor));
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1004;
    -webkit-box-shadow: 0 0 50px rgba(13, 58, 117, 0.5);
    box-shadow: 0 0 50px rgba(13, 58, 117, 0.5);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
  }
  .sticky .right-menu .donate-btn span {
    background: #fff;
    color: var(--menurenk);
  }
  .sticky {
    position: fixed;
    top: -35px;
    right: 0;
    left: 0;
    z-index: 1000;
    height: 140px;
  }
  .sticky .right-menu {
    max-width: 110%;
    width: 110%;
    background-color: #c5416e;
  }
  .sticky .logoimgbox {
    width: 70px;
  }
  .sticky .logobox {
    background: 0 0;
  }
  .sticky .right-menu ul.menu li a {
    color: #fff;
  }
  .sticky .logo {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 1536px) and (max-width: 1578px) {
  .mainSearch {
    margin-bottom: -21px;
  }
}
@media (max-width: 1200px) {
  .altbutonsol {
    display: none !important;
  }
  .right-menu {
    display: none !important;
  }
  .altbutonsag {
    display: none;
  }
  .imzayazi {
    display: none !important;
  }
  .header .logo {
    width: 8rem !important;
    height: 55px !important;
  }
  .logobox {
    height: 5rem !important;
    width: 5rem !important;
    margin-top: -68px !important;
  }
  .logoimgbox {
    width: 65px !important;
  }
  .logobox {
    left: 2rem !important;
  }
  .featuredProjects {
    display: none !important;
  }
  .header {
    top: 16px;
  }
}
@media (min-width: 1200px) {
  .footer-sticky {
    display: none !important;
  }
  .ebelediyebutonlar {
    display: none !important;
  }
  .mobile_duyurular {
    display: none !important;
  }
  .etkinlikBg {
    height: 45rem;
    padding-top: 0rem;
    display: flex;
    background-repeat: no-repeat;
    align-items: center;
    margin-top: 3rem;
    background-size: 100%;
    margin-bottom: 4rem;
    background-color: #f7f7f7;
    border-radius: 22px;
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .auto-container {
    position: static;
    max-width: 1650px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
  }
  .section-activities {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  @media (min-width: 992px) {
    .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
  }
  .home-activities {
    background-size: cover;
  }
  .habercol_outer {
    width: 100%;
    overflow: hidden;
    margin: 0;
  }
  .habercol_outer {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .swiper-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  .onemli-link-baslik {
    font-size: 40px;
    font-family: "Bebas Neue";
    line-height: 54px;
    padding: 20px 20px 0 0;
    color: var(--menurenk);
  }
  .swiper-head .swiper-buttons1 {
    display: flex;
    align-items: center;
  }
  .home-activities #etkinlik_swiper_next,
  .home-activities #etkinlik_swiper_prev {
    width: 39px;
    height: 39px;
    background: var(--menurenk);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 39px;
    color: #fff;
    border-radius: 10px;
  }
  .swiper-head .swiper-buttons1 a {
    width: 40px;
    height: 40px;
    background: var(--menurenk) !important;
    border: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    border-radius: 10px !important;
  }
  .swiper-pointer-events {
    touch-action: pan-y;
  }
  .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }

  /* .swiper-slide {
    height: unset !important;
  } */
  .swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
  }
  .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em;
  }
  .fc .fc-view-harness {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
  }
  .fc .fc-scrollgrid-liquid {
    height: 100%;
  }
  .fc .fc-scrollgrid-section {
    height: 1px;
  }
  .fc .fc-scroller-harness {
    position: relative;
    overflow: inherit;
    direction: ltr;
  }
  .fc .fc-scrollgrid-section table {
    height: 1px;
  }
  .fc .fc-scrollgrid table {
    border-top-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
  }
  .section-activities .fc-theme-standard th {
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
  }
  .fc td,
  .fc th {
    vertical-align: top;
    padding: 0;
  }
  .fc th {
    text-align: center;
  }
  .section-activities .fc .fc-col-header-cell-cushion {
    font-size: 13px;
    color: #8d97a5;
  }
  .fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 2px 4px;
  }
  .fc .fc-scrollgrid-section-liquid {
    height: auto;
  }
  .fc .fc-scrollgrid-section {
    height: 1px;
  }
  .fc .fc-scrollgrid-section-liquid > td {
    height: 100%;
  }
  .fc .fc-scroller-harness-liquid {
    height: 100%;
  }
  .fc .fc-scroller-harness {
    position: relative;
    overflow: inherit;
    direction: ltr;
  }
  .fc .fc-scroller-liquid-absolute {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: inherit !important;
  }
  .fc .fc-daygrid-body {
    position: relative;
    z-index: 1;
  }
  .fc .fc-scrollgrid-section-body table,
  .fc .fc-scrollgrid-section-footer table {
    border-bottom-style: hidden;
  }
  .fc .fc-scrollgrid-section table {
    height: 1px;
  }
  .fc .fc-scrollgrid table {
    border-top-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
  }
  .fc .fc-scrollgrid,
  .fc .fc-scrollgrid table {
    width: 100%;
    table-layout: fixed;
  }
  .home-activities .etkinlik_slider {
    border-radius: 10px;
    height: 100%;
    background: #fff;
    height: 20rem;
    padding: 0.5rem;
  }
  .home-activities .etkinlik_slider img {
    width: 100%;
    height: 11rem;
    border-radius: 10px;
    object-fit: cover;
  }
  a img {
    border: none;
  }
  .home-activities .etkinlik_slider .content_text {
    padding: 19px 15px;
  }
  @media (min-width: 1500px) {
    .home-activities .etkinlik_slider .content_text .title {
      min-height: 60px;
      line-height: 20px !important;
    }
  }
  .home-activities .etkinlik_slider .content_text .title {
    font-weight: 800;
    font-size: 14px;
    color: #000;
    min-height: 50px;
  }
  .home-activities .etkinlik_slider .content_text .activity-detail {
    margin-top: 0;
    min-height: 65px;
  }
  .home-activities .etkinlik_slider .content_text .activity-detail li {
    display: flex;
    border-bottom: 1px solid #f2f2f2;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    padding: 8px 0;
    align-items: center;
  }
  .home-activities .etkinlik_slider .content_text .activity-detail li i {
    font-size: 14px;
    color: var(--menurenk);
    margin-right: 7px;
  }
  .home-activities .etkinlik_slider {
    border-radius: 10px;
    height: 100%;
    background: #fff;
    height: 20rem;
    padding: 0.5rem;
  }
  .index_mayor_section {
    height: 83vh;
    background-image: url(/assets/img/baskan.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
  }
  .index_mayor_section_socials {
    position: absolute;
    left: 100px;
    width: 90%;
    margin-bottom: 3rem;
    display: flex;
    align-items: flex-end;
  }
  img {
    max-width: 100%;
  }
  .index_mayor_section_socials a {
    color: var(--main-siyah);
    background-color: #fff;
    border-radius: 50%;
    font-size: 20px;
    padding: 10px;
    margin-left: 10px;
    min-width: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  svg:not(:root).svg-inline--fa {
    overflow: visible;
  }
  .svg-inline--fa.fa-w-9 {
    width: 0.5625em;
  }
  .index_mayor_section_signature {
    position: absolute;
    left: 100px;
  }
  .baskanslogan {
    font-family: Licorice;
    font-weight: 600;
    color: #fff;
    font-size: 3rem;
    text-shadow: 3px 4px 20px #000;
  }
  @media only screen and (min-width: 1440px) {
    .baskanslogan {
      font-size: 4rem !important;
    }
  }
  .ataturklogo {
    margin-top: -28px;
  }
  .ataturklogo img {
    margin-bottom: 9px;
    margin-right: 4%;
  }
  .icon-text {
    display: flex;
    align-items: center;
  }
  .icon-text i {
    margin-right: 5px;
  }
  .icon-text p {
    margin: 0;
  }
  .over:hover .submenu {
    display: block;
  }
  .over.open .submenu {
    display: block;
  }
  @media (max-width: 1200px) {
    .sectiontitles {
      margin-top: 2rem;
    }
  }
  @media (max-width: 1200px) {
    .sectiontitles {
      font-size: 20px;
    }
  }
  @media (max-width: 1200px) {
    .haberleropacityTitle {
      font-size: 33px;
    }
    .hm2-feature-area {
      padding-bottom: 0;
    }
  }
  @media (max-width: 1200px) {
    .projects-nav ul.row.no-gutters {
      padding: 0 1rem;
      margin-bottom: -3rem;
    }
  }
  @media (max-width: 1200px) {
    .projects-nav ul li a {
      font-size: 10px;
    }
  }
  @media (max-width: 1200px) {
    .likutu a {
      margin: 5px;
    }
  }
  @media (max-width: 1200px) {
    .likutu a {
      margin: 5px;
    }
  }
  @media (max-width: 768px) {
    .projects-nav li {
      flex: 0 0 33.33%;
    }
  }
  @media (max-width: 1400px) {
    .projects-photo {
      height: 200px !important;
    }
    .ataturklogo {
      display: none !important;
    }
  }
  @media (max-width: 1200px) {
    .etkinlikBg {
      height: 27rem;
    }
    .swiper-buttons {
      padding-left: 0;
      padding-right: 0;
      width: 250px !important;
      height: 40px;
    }
    .index_mayor_section {
      display: none;
    }
    .main-content {
      display: none;
    }
    .button {
      padding-left: 20px;
      padding-right: 20px;
      font-size: 8px !important;
      font-weight: 700;
      letter-spacing: 0.5px;
      border-radius: 10px;
      margin-right: 10px;
      border: 2px solid transparent;
      height: 40px !important;
    }
    .button.min-width {
      min-width: 114px !important;
    }
    .swiper-buttons {
      margin: 20px auto !important;
    }
  }
  .application-area {
    padding-bottom: 8rem;
  }
  @media (max-width: 1536px) {
    .sticky .logo {
      max-width: 402px !important;
    }
  }
  @media (min-width: 1200px) {
    .ebelediyebutonlar {
      display: none !important;
    }
  }
  @media (max-width: 1400px) {
    .home-activities .etkinlik_slider .content_text {
      padding: 0 15px !important;
    }
  }
  @media (max-width: 1400px) {
    .home-activities .etkinlik_slider {
      border-radius: 10px;
      height: 19rem !important;
      background: #fff;
      padding: 1.5rem;
    }
  }
  @media (max-width: 1400px) {
    .home-activities .etkinlik_slider .content_text .title {
      font-size: 11px;
      line-height: 14px;
      margin-top: 15px;
    }
  }
  @media (max-width: 1400px) {
    .home-activities .etkinlik_slider .content_text .activity-detail li {
      padding: 2px 0 !important;
    }
    .etkinlik_swiper {
      margin-top: 4rem;
    }
    .projeler-section {
      margin-bottom: 4rem !important;
    }
  }
  .section-activities {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  @media (max-width: 768px) {
    .etkinlikBg {
      margin-top: 0 !important;
    }
  }
  @media (max-width: 768px) {
    #etkinlikler {
      margin-top: 0 !important;
    }
  }
  @media (max-width: 767.98px) {
    .section-activities > div {
      padding: 0rem !important;
    }
  }
  @media (max-width: 479px) {
    .section-activities > div {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }
  @media (max-width: 1400px) {
    .home-activities {
      padding-bottom: 0 !important;
    }
  }
  @media (max-width: 992px) {
    .habercol_outer {
      margin-top: unset !important;
    }
  }
  @media (max-width: 768px) {
    .habercol_outer {
      padding: 1.5rem;
    }
  }
  @media (max-width: 767.98px) {
    .etkinlikHead {
      display: flex;
      flex-direction: column;
      margin-bottom: 1rem;
    }
    .swiper-wrapper {
      margin-left: 7px;
    }
  }
  @media (max-width: 767.98px) {
    .onemli-link-baslik {
      padding: 0 !important;
    }
  }
  @media (max-width: 1200px) {
    .mobilgizle {
      display: none !important;
    }
  }
  @media (max-width: 1200px) {
    .ebelediyebutonlar {
      margin-bottom: 2rem;
    }
  }
  @media (max-width: 1200px) {
    .ebelediyebutonlar,
    .ebelediyebutonlar .projects-header .text {
      padding-bottom: 0 !important;
    }
    .projects-nav ul li.is-current a {
      background: #5e788e;
    }
  }
  @media (max-width: 1200px) {
    .ebelediyebutonlar,
    .header-logo {
      padding-top: 0 !important;
    }
  }
  @media (max-width: 1200px) {
    .sectiontitles {
      margin-top: 2rem;
    }
  }
  @media (max-width: 1200px) {
    .sectiontitles {
      font-size: 20px;
    }
  }
  @media (max-width: 1200px) {
    .haberleropacityTitle {
      font-size: 33px;
    }
  }
  @media (max-width: 1199px) {
    .vertical-center {
      color: #000;
      font-weight: 800;
      font-size: 11px;
    }
  }
  @media (max-width: 1199px) {
    .vertical-center i {
      color: var(--mavi);
    }
  }
  @media (max-width: 1200px) {
    .whatsapbuton {
      display: none !important;
    }
    .box-links-title {
      font-size: 12px !important;
      font-weight: 500 !important;
    }
  }
  .listeditems a:hover .ebelediyeTitle {
    color: #fff;
  }
}
.baskanoverlayimza {
  position: absolute;
  width: 12rem !important;
  bottom: 20px;
  left: 30px;
  background: #00000063;
  padding: 20px;
}
@media (max-width: 1200px) {
  .whatsapbuton {
    display: none !important;
  }
}
.altbutonorta {
  position: relative;
  z-index: 1;
}
.altbutonsag {
  padding: 0rem;
  position: relative;
  top: 0;
  z-index: 1;
  right: 10px;
}
.altbutonmain {
  position: absolute !important;
  bottom: 5%;
  width: 80% !important;
  left: 10%;
}
.unesco_img {
  max-height: 80px;
}
@media (max-width: 1500px) {
  .mayor__detail {
    margin-left: 0 !important;
  }
  .unesco_img {
    max-height: 70px;
    margin-bottom: 5px;
  }
}
.application-area {
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .footer-bottom {
    padding-bottom: 75px !important;
  }
  .footer-top {
    padding-bottom: 45px !important;
  }

  .modal-mayor__social a {
    width: 36px !important;
    height: 36px !important;
    font-size: 20px !important;
  }
  .modal-mayor__social {
    position: absolute;
    right: 0;
    bottom: 1rem;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer-app-galery.col-md-6.d-flex.flex-row {
    margin-top: 2rem;
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }
  .card-v2 a {
    -webkit-box-shadow: 0 0 0 rgb(69 95 118 / 0%) !important;
    box-shadow: 0 0 0 rgb(69 95 118 / 0%) !important;
  }
  .section-projects > div {
    padding-top: 50px;
    padding-bottom: 30px !important;
  }
  .ebelediyebutonlar {
    padding: 3rem 1rem;
  }
  .section-projects .owl-projects .owl-item .item {
    border-radius: 18px;
    margin-right: 3px;
  }
  .swiper-head .swiper-buttons1,
  ul.sosyal_medyalar {
    flex-direction: row !important;
    width: 100%;
  }
  .swiper-head {
    align-items: start !important;
    justify-content: center !important;
    flex-direction: column !important;
  }
  .my_projects .project_slide img {
    height: 200px !important;
  }
  .slick-dots li button {
    font-weight: 700;
    width: 100%;
    height: 100%;
    color: #fff !important;
  }
  .allNews {
    color: #fff !important;
  }
  button.slidebutton {
    color: #fff !important;
  }
  .slick-dots {
    background-color: var(--mavi) !important;
  }
  .ebelediyebutonlar .section-titles {
    margin-top: 0 !important;
    margin-bottom: 2rem;
  }
  .ebelediyebutonlar {
    padding-top: 0 !important;
  }
  .porjelerSectiondiv {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .team-wrapper .team-box ul.footer-social li a {
    width: 3rem !important;
    height: 3rem !important;
    line-height: 3rem !important;
  }
  .team-wrapper .team-box .team-pic img {
    transform: translateX(-7rem) !important;
  }
  .posi-rel {
    margin-left: 0 !important;
  }
  .team-wrapper .team-box .team-desc h4 {
    font-size: 22px;
  }
  .projelerTabKolon {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: 100%;
  }
  .my_projects .left_project_area .btn_all_pr {
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    margin-top: 5px !important;
    margin-bottom: 10px;
  }
}
.porjelerSectiondiv {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-top: 2rem;
}
.onlinemenu {
  background: linear-gradient(45deg, var(--mavi), #8eb72f);
  color: #fff !important;
  width: 14rem;
  display: flex !important;
  justify-content: center !important;
}
.sticky .onlinemenu {
  background: #fff;
  color: var(--main-bordo) !important;
  width: 14rem;
  display: flex !important;
  justify-content: center !important;
}
.settings__btn__styles {
  display: none !important;
}
.glowCookies__banner__1 > h3 {
  display: none;
}
.glowCookies__banner__1 > h2 {
  margin-top: unset;
}
.glowCookies__banner__1 .btn__section {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .footer-sticky {
    display: none !important;
  }
}
#myPath:hover {
  fill: #000000;
}
.etkinlikbutton {
  background: var(--menurenk);
}

@media (max-width: 767px) {
  .header-logo {
    padding-top: 0;
    display: flex;
    align-items: center;
  }
}
.fw-bolds {
  font-weight: 900 !important;
}
.main-content {
  position: relative;
  width: 100%;
  height: 100%;
}

#main-slider {
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}

.slider__main {
  position: relative;
  height: 90vh;
  overflow: hidden;
  border-radius: 0rem 0rem 2rem 2rem;
}

.slider__main .iframe-container iframe {
  width: 100%;
  height: 115vh;
  transform: scale(1.5);
  border: none;
}

.slider__main .image {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}

.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgb(22 22 22 / 65%) 0%,
    rgb(0 0 0 / 40%) 100%
  );
}

.slideslogan {
  position: absolute;
  bottom: 20%;
  left: 50%;
  top: -5%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}

.slideryazi {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slideryazi .text {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: -0.5rem;
}

.slideryazi .slogan {
  font-size: 2.5rem;
}

.sliderSearchButon {
  margin-right: 1rem;
  border-radius: 13px;
  color: #000;
  border: 3px solid #000;
}

.search-result-item {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}

.mayor__detail {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.search-list {
  display: none;
  position: absolute;
  bottom: 20%;
  right: 2%;
  width: 96%;
  height: 50vh;
  overflow-y: auto;
  background: #dbdbdb36;
  border-radius: 10px 10px 0 0;
  z-index: 9999;
  border-radius: 12px;
  backdrop-filter: blur(20px);
}
.search-list ul {
  padding: 10px;
  list-style: none;
}
.page-content__header {
  position: relative;
}
.search_result_item_header_title {
  left: 1%;
}
li.search_resul_item_col_prop:hover .search_result_item_main_title {
  color: #ffffff !important;
}
.search_result_item_main_title {
  font-weight: bold !important;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}
li.search_resul_item_col_prop:hover .text {
  color: #ffffff !important;
}
.search-list-ul span.text {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.search-list ul li {
  padding: 10px 0px;
  background: #0000003d;
  margin-bottom: 8px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding-inline: 12px;
  box-shadow: 1px 1px 5px #00016361;
  transition: 0.6s all;
}

.bodySectionTab {
  color: #000;
  border-color: var(--main-bordo);
  font-size: 30px;
  font-family: "Bebas Neue", cursive;
}

.haberkutu {
  background: #f7f7f7;
  border-radius: 2rem;
}

@media (max-width: 768px) {
  .haberkutu {
    background: var(--maincolor) !important;
  }
  .haber-slider .item a {
    height: 350px !important;
  }
}

.haber-slider .item a {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
}

.haber-slider .item a .img {
  position: relative;
}

@media (max-width: 1450px) {
  .haber-slider .item a .img img {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .haber-slider .item a .img img {
    max-height: 275px !important;
  }
}

@media (max-width: 1199px) {
  .haber-slider .item a .img img {
    max-height: 280px;
  }
}

@media (max-width: 1199px) {
  .haber-slider .item a .img img {
    max-height: 235px;
  }
}

.haber-slider .item a .img img {
  width: 100%;
  height: 445px;
  border-radius: 2rem;
}

.haber-slider .item a .head {
  position: absolute;
  z-index: 2;
  padding: 10px 0;
  color: #000;
  letter-spacing: -0.5px;
  height: 30%;
  margin: 10px 0;
  border-radius: 2rem;
  bottom: 65%;
  left: 50%;
  max-width: 40%;
  transform: translateX(22%);
}

@media (max-width: 768px) {
  .haber-slider .item a .head .title {
    font-size: 0.9rem !important;
  }
}

.haber-slider .item a .head .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.haber-slider .item a .head .date {
  font-size: 11px;
  padding-top: 0.3rem;
}

@media (max-width: 768px) {
  .header-top,
  .haberler-desktop {
    display: none !important;
  }
}

.haber-slider .item a .head .description {
  font-size: 11px;
}

.haber-slider .owl-dots .owl-dot span {
  display: flex;
  background-color: #761f32;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 0px;
  width: 100%;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue";
}

.haber-slider .owl-dots .owl-dot.active span {
  background-color: var(--maincolor);
  color: #761f32;
}
.slick-dots {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  border-radius: 10px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  opacity: 1;
  box-shadow: 0 1px 20px 0 rgb(0 0 0 / 25%);
}

.owl-dots .owl-dot span {
  width: 35px;
  margin-right: 5px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0.8;
  box-shadow: 0 1px 20px 0 rgb(0 0 0 / 7%);
}

.slick-dots {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  border-radius: 10px;
}

.slick-dots {
  height: 45px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  position: relative;
}

.slick-dots li:first-child {
  border-radius: 10px 0 0 10px;
}

.slick-dots li {
  position: relative;
  display: inline-flex;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.haberlerdots.col-xl-12.col-lg-12.col-md-12.haberlermobildots {
  height: 20%;
  max-width: 100%;
}
a:hover {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

a:hover {
  color: #0a58ca;
}

@media (max-width: 768px) {
  .allNews {
    font-size: 10px !important;
    padding: 0 10px 0 !important;
  }
}

.allNews {
  display: flex;
  align-items: center;
}

.allNews {
  font-size: 16px;
  font-weight: 900;
  color: var(--mavi);
  text-transform: uppercase;
  padding: 0 1rem;
}

/* .owl-dots {
  display: none !important;
} */

button.slidebutton:hover {
  background-color: var(--secondary);
}
.feed-footer-content-container-nav-item {
  width: max-content;
}
.nav-tabs .nav-item.show .rounded-1rem .nav-link,
.nav-tabs .nav-link.active {
  color: var(--maincolor) !important;
  background: var(--yesil) !important;
  font-weight: 900 !important;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--yesil) !important;
}
.nav-tabs {
  border-bottom: none !important;
}
.news-content-footer-section-heading::before {
  content: ">";
  position: relative;
  width: 32px;
  height: 32px;
  z-index: 3;
  background-color: var(--mavi);
  color: var(--maincolor);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
}
.head.col-auto.bg-white.px-3.rounded-1rem.news-footer-content-head-col {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
button.rounded-md.nav-link {
  background: var(--maincolor);
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  button#nexthaber {
    font-size: 12px;
    background: var(--yesil);
    color: #fff;
    border-radius: 50%;
    height: 35px;
    padding: 8px;
    width: 35px;
  }
  button#prevhaber {
    font-size: 20px;
    background: var(--yesil);
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
  }
}

button.slidebutton {
  min-width: 30px;
  color: #5e788e;
}

@media (max-width: 768px) {
  button.slidebutton {
    min-width: 25px !important;
  }
}
.featured_news_title_prop {
  color: var(--main-bordo);
  font-weight: 800;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.featuredProjects #searchContent {
  border-top: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 8px 0 5px 12px;
  background: #e1e1e12e;
}
.featuredProjects .listing .item .text {
  margin: 15px 0 0 0;
  padding-left: 12px;
}
.featuredProjects .listing .item .text a {
  color: #363636;
}
.featuredProjects .listing .item .text h3 {
  font-size: 14px;
  color: #3f3f3f;
  position: relative;
  font-weight: 900;
  line-height: 24px;
}
.featuredProjects .listing .item .text h3:before {
  content: "";
  background: var(--main-bordo);
  display: block;
  width: 4px;
  height: 100%;
  float: left;
  position: absolute;
  left: -12px;
}
.featuredProjects .listing .item .text span {
  color: #363636;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
}
span.news_date_prop.fw-bold {
  position: relative;
  display: flex !important
;
  margin-right: 19px;
  font-weight: bold !important;
  justify-content: flex-end;
}
.news_date_prop .fa-calendar-alt {
  margin-right: 5px;
}
@media (max-width: 768px) {
  .featuredProjects #searchContent {
    padding: 8px 0 20px 12px !important;
  }
}
.tabContentTitle {
  font-family: "Red Hat Display";
}
.team-wrapper .team-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  z-index: -1;
  border-radius: 15px;
  background: #bd001a;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s cubic-bezier(0, 0, 1, 1);
}

.my_projects .project_slide img {
  object-fit: fill;
  height: 270px;
  border-radius: 10px;
  width: 100%;
}

.my_projects .project_slide .title_mid {
  font-weight: 700;
  font-size: 14px;
  color: #000;
  display: flex;
  justify-content: center;
  text-align: center;
}

.team-wrapper .team-box:hover .team-desc h4,
.team-wrapper .team-box:hover .team-desc span {
  color: #fff;
}

.team-wrapper .team-box:hover::before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.team-wrapper .team-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  z-index: -1;
  border-radius: 15px;
  background: linear-gradient(45deg, var(--mavi), #8eb72f);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s cubic-bezier(0, 0, 1, 1);
}

.buton-tumunugors {
  background: #761f32;
  color: #fff;
}

.project_slide a {
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
}

.projeresims1 {
  width: 100%;
}

.auto-container {
  position: static;
  max-width: 1650px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.posi-rel {
  margin-bottom: 2rem;
}

.team-wrapper .team-box {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 2px 90px 0 rgba(0, 0, 0, 0.11);
  padding: 2rem 0rem 1rem 5rem;
  margin-left: 1rem;
  position: relative;
  z-index: 1;
}

.team-wrapper .team-box .team-pic img {
  transform: translateX(-8rem);
  width: 100%;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.team-wrapper .team-box .team-desc {
  margin-top: 1rem;
}

.team-wrapper .team-box .team-desc h4 {
  text-transform: capitalize;
  margin-bottom: 7px;
  line-height: 1.1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  font-weight: 650;
  color: #000;
}

.team-wrapper .team-box .team-desc span {
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  line-height: 1;
  font-weight: 700;
}

.team-wrapper .team-box .team-social {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translate(0, -50%);
}

.team-wrapper .team-box ul.footer-social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 1rem;
}

.team-wrapper .team-box ul.footer-social li {
  margin-bottom: 1.5rem;
}

.team-wrapper .team-box ul.footer-social li a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f9f9f9;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  display: block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.projelerTabKolon {
  display: flex;
  justify-content: flex-end;
}

.my_projects .left_project_area .title_mid {
  font-weight: 700;
  font-size: 22px;
  color: var(--main-bordo);
  line-height: 1;
}

.my_projects .left_project_area .subtitle {
  font-weight: 700;
  font-size: 20px;
  color: #000;
}

.my_projects .nav-tabs {
  border-bottom: none !important;
  display: flex;
  align-content: center;
}

.projelerTab {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
}

.my_projects .nav-tabs .nav-link {
  background: #fff;
  margin-bottom: -1px;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  border-radius: 5px;
  border: none !important;
}

.my_projects .nav-link.active {
  color: #000 !important;
  border-radius: 5px;
  font-weight: 600;
}

.my_projects .left_project_area .btn_all_pr {
  display: flex;
  flex-direction: column-reverse;
  gap: 26px;
  align-items: center;
  margin-top: 18px;
}

.animation,
.blck-bg,
.blck-bg:hover,
.btn,
.btn:hover,
.details-big-img img,
.details-big-img:hover .play-icon,
.details-big-img:hover img,
.flaticon-play-button,
.flaticon-play-button:hover,
.gallery-contetn:hover .gallery-hover,
.gallery-hover,
.gallery-menu ul li:after,
.gallery-menu ul li:hover,
.gallery-menu ul li:hover:after,
.green-bg,
.green-bg:hover,
.home-2 .owl-next,
.home-2 .owl-prev,
.home-2 .plylist-wich span:hover,
.home-2 .slider-section a.carousel-control span:hover,
.home-2 span.flaticon-play-button:hover,
.owl-item.active,
.owl-next,
.owl-next:hover,
.owl-prev,
.owl-prev:hover,
.play-icon,
.scroll-up::-webkit-scrollbar,
.widget-slide .owl-nav > div,
.widget-slide .owl-nav > div:hover,
.zoom img,
.zoom img:hover,
a,
a:hover,
button,
button:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.projebuton {
  margin-right: 10px;
  font-size: 12px;
  padding: 9px;
}

.buton-tumunugors {
  background: var(--main-colors) !important;
  color: #fff;
  width: 9rem;
  border-radius: 10px;
  font-weight: 800;
}

.btn_all_pr .btns {
  display: flex;
}

.my_projects .left_project_area .btn_all_pr button {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  background: linear-gradient(45deg, var(--mavi), #8eb72f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
  margin-right: 6px;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.animation,
.blck-bg,
.blck-bg:hover,
.btn,
.btn:hover,
.details-big-img img,
.details-big-img:hover .play-icon,
.details-big-img:hover img,
.flaticon-play-button,
.flaticon-play-button:hover,
.gallery-contetn:hover .gallery-hover,
.gallery-hover,
.gallery-menu ul li:after,
.gallery-menu ul li:hover,
.gallery-menu ul li:hover:after,
.green-bg,
.green-bg:hover,
.home-2 .owl-next,
.home-2 .owl-prev,
.home-2 .plylist-wich span:hover,
.home-2 .slider-section a.carousel-control span:hover,
.home-2 span.flaticon-play-button:hover,
.owl-item.active,
.owl-next,
.owl-next:hover,
.owl-prev,
.owl-prev:hover,
.play-icon,
.scroll-up::-webkit-scrollbar,
.widget-slide .owl-nav > div,
.widget-slide .owl-nav > div:hover,
.zoom img,
.zoom img:hover,
a,
a:hover,
button,
button:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

button {
  outline: 0 !important;
  cursor: pointer;
}

.my_projects .left_project_area .btn_all_pr button {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  background: linear-gradient(45deg, var(--mavi), #8eb72f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
  margin-right: 6px;
}

.tab-content > .active {
  display: block;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

.fade {
  transition: opacity 0.15s linear;
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1650px;
  }
}

.buton-tumunugors:hover {
  color: #fff;
  background: #bd001a;
}

.team-wrapper .team-box ul.footer-social li a:hover {
  color: var(--main-bordo);
}
.card-instagram ul {
  display: -webkit-box;

  display: flex;

  flex-wrap: wrap;

  margin-right: -15px;

  margin-left: -15px;

  position: relative;

  max-height: 100%;
}

.card-instagram ul li {
  position: relative;

  width: 100%;

  padding-right: 15px;

  padding-left: 15px;

  -webkit-box-flex: 0;

  flex: 0 0 33%;

  max-width: 33%;

  margin-bottom: 30px;
}

.card-social {
  display: block;

  height: 100%;

  background: #fff;

  border-radius: 5px;

  box-shadow: 0 3px 10px rgb(0 0 0 / 10%);

  overflow: hidden;

  -webkit-transition: 0.3s;

  transition: 0.3s;
}

.card-instagram ul li img {
  -o-object-fit: cover;

  object-fit: cover;

  height: 175px;
}

.card-instagram ul li a {
  display: flex;

  flex-direction: column;
}

.card-social figure img {
  display: block;

  width: 100%;
}

.card-social .text {
  position: relative;

  padding: 0px 10px 15px;

  color: #5d5d5d;

  background: #fff;
}

.card-social .text .user {
  margin-top: 5px;

  font-size: 1rem;

  font-weight: 600;
}

.card-social .text p {
  font-size: 1.2rem;

  line-height: 1.6rem;
}

.card-social:hover {
  box-shadow: 10px 15px 30px rgb(0 0 0 / 25%);
}

.ucresimbloglu img {
  max-width: 100%;
  height: 100%;
  border-radius: 10px;
}

.icon-container {
  font-size: 24px;
}

@media (max-width: 1200px) {
  .ebelediyebutonlar {
    margin-bottom: 2rem;
  }
}

@media (max-width: 1200px) {
  .ebelediyebutonlar,
  .ebelediyebutonlar .projects-header .text {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 1200px) {
  .onemli-link-baslik {
    font-size: 35px;
  }
}

@media (max-width: 1200px) {
  .sectiontitles {
    margin-top: 2rem;
  }
}

@media (max-width: 1200px) {
  .sectiontitles {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .haberleropacityTitle {
    font-size: 33px;
  }
}

@media (max-width: 1199px) {
  .vertical-center {
    color: #000;
    font-weight: 800;
    font-size: 11px;
  }
}

@media (max-width: 1199px) {
  .vertical-center i {
    color: var(--mavi);
  }
}

@media (max-width: 1200px) {
  .box-links-title {
    font-size: 12px !important;
    font-weight: 500 !important;
    margin-top: 5px !important;
  }
}

.ikonrenk {
  color: var(--main-bordo);
}
.owl-projects .owl-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  bottom: 50%;
}

.owl-projects .owl-nav button {
  background-color: var(--main-siyah) !important;
  color: #fff !important;
  border-radius: 100px !important;
  height: 3rem;
  width: 3rem;
  font-size: 25px !important;
  display: flex;
  justify-content: center;
}
.owl-projects .owl-nav button span {
  margin-top: 3px;
}

.owl-projects .owl-nav button:hover {
  border: 2px solid var(--main-siyah) !important;
  border-radius: 100px;
  height: 3rem;
  width: 3rem;
  background-color: var(--main-bordo) !important;
}
.solaltbaskan {
  flex-direction: row;
  gap: 15px;
  align-items: center !important;
}
#searchInput::placeholder {
  color: var(--mavi);
  font-weight: bold;
}

section#haberler {
  position: relative;
  margin-bottom: 80px;
  z-index: 3;
  top: 4%;
  border-radius: 2rem;
}
.color-yesil {
  color: var(--yesil);
}
li.social-item.color-yesil {
  border: 1px solid var(--yesil);
  border-radius: 50%;
  padding: 5px 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  line-height: normal;
  height: 100%;
}
.row.align-items-center.inner_news_carusel_row.p-3.pb-5 {
  position: relative;
}

.announcement-inner-main-box {
  background: #fff;
  border-radius: 2rem;
  position: relative;
  z-index: 2;
  padding: 3rem 5rem;
  box-shadow: rgb(0 0 0 / 16%) 0px 3px 8px;
}
section.d-flex.flex-column.container.announcements-section {
  position: relative;
  bottom: 16%;
  z-index: 3;
}
.announcement-item {
  border: 0.5px solid #e1e1e16b;
  padding: 1rem;
  transition: 0.3s all;
}
i.bi.bi-arrow-right-short.text-white.fs-20.bg-maincolor.col-auto.announcement-arrow {
  border-radius: 8px;
  padding: 0px 10px;
  font-size: 22px;
}
p.back-key-number-announcement.fw-bold {
  width: max-content;
  position: absolute;
  right: 3%;
  bottom: 0%;
  font-size: 55px;
  color: #e1e1e191;
  z-index: -1;
}
.event-item-box {
  transition: 0.5s all;
}

.announcement-item:hover {
  box-shadow: 1px 4px 12px #4ea80b38;
  transform: scale(1.05);
  transition: 0.3s all;
  cursor: pointer;
  background: #4ea80b0f;
  border: 1px solid #4ea80b7a;
}
.news-footer-content-head-col {
  transition: 0.5s all;
}
.news-footer-content-head-col:hover {
  transition: 0.5s all;
  background: #2774b817 !important;
  border: 1px solid #2774b861;
}

@media (max-width: 992px) {
  .haberlerdots.col-xl-12.col-lg-12.col-md-12.haberlermobildots {
    margin-top: 3%;
  }

  section.events-home-section.container.d-flex.mobile-destinations {
    background: var(--maincolor);
    padding: 1rem !important;
    position: relative;
    bottom: 0 !important;
    top: 12% !important;
    max-width: 96%;
    margin: 2rem auto;
  }
  span.col-12.news-f-title {
    width: 100%;
    font-size: 14px;
    line-height: normal;
    color: #000;
    font-weight: 500;
    font-family: var(--sections);
  }
  .mobil-habers {
    position: relative;
    top: 8%;
  }
  a.allNews {
    width: max-content;
  }
}

@media (max-width: 768px) {
  .quick-menu-slider .swiper-slide {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-items: center;
    align-items: center;
    margin-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .mobile-box-links {
    width: 105px !important;
    padding: 5px !important;
  }
}
@media (max-width: 768px) {
  .box-links {
    min-height: 100px;
  }
}
@media (max-width: 768px) {
  .quick-menu-scrollbar {
    height: 30px !important;
    background: var(--mavi) !important;
    border-radius: 10px !important;
    margin-top: 0px;
    padding: 10px 10px;
  }
}
@media (max-width: 768px) {

  .swiper-scrollbar-drag {
    color: #fff;
    background: #fff !important;
    width: 45% !important;
  }
  .duyurularsection.web-gizle.wow.animate__animated.animate__fadeInRight.animated {
    position: relative;
    top: 12%;
    z-index: 3;
  }
  section.events-home-section.container.d-flex.mobile-destinations.flex-row.gap-3.justify-content-between.rounded-1_5rem.align-items-center {
    margin-top: 1rem;
    margin-bottom: 11rem;
  }
}

@media (max-width: 1450px) {
  .section-yayinlar {
    height: 455px;
    overflow-y: auto;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 8px;
    border: none;
    border-radius: 1rem;
  }
  .onecikan-anadiv {
    overflow: scroll;
    padding-top: 12px;
    padding-right: 0px;
  }
  .onecikan-anadiv {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #4ea80b #f1f1f1;
  }

  .onecikan-anadiv::-webkit-scrollbar {
    width: 8px;
  }

  .onecikan-anadiv::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }

  .onecikan-anadiv::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: content-box;
  }

  .onecikan-anadiv::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }

  .one-cikan-haber {
    padding: 1rem;
    background-color: #2774b817;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex !important
;
    border: 1px solid #004a9314;
  }
  .one-cikan-haber .col-4.nopadding {
    max-width: 20%;
  }
  .haber-sagresims {
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
  }
  .news-s-title {
    color: var(--mavi);
    font-weight: 600;
    font-size: 11px;
    font-family: var(--sections);
  }
  .mobile_nav_buttons {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
}
img.event-item-photo.rounded-1rem.w-100 {
  object-fit: cover;
  width: 275px;
  height: 275px;
}

@media screen and (max-width: 992px) {
  body {
    background-color: #fff !important;
  }
  .mobile_sections_general_shadow {
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 8px !important;
  }
  :root {
    background: #f2f2f2 !important;
  }
}

@media screen and (min-width: 992px) {
  .news-footer-feed-section {
    position: absolute;
    height: 100%;
    z-index: 9;
    top: 100%;
    transform: translateY(25%);
    width: 100%;
    padding-right: 2%;
  }

  .bi::before,
  [class*=" bi-"]::before,
  [class^="bi-"]::before {
    font-weight: 900 !important;
  }

  .haber-slider-buttons.active > .dot-button {
    background: var(--yesil);
    border-radius: inherit;
  }

  .haber-slider-buttons:last-child {
    border-radius: 0px 10px 10px 0px !important;
  }

  .d-flex.tumhaberler {
    position: absolute;
    right: 0;
    flex-direction: row-reverse;
    width: 100%;
  }

  /* .head.col-12.bg-white.p-4.rounded-2rem {
   
    margin-bottom: 1rem;
  } */

  .slick-dots {
    position: relative;
    display: flex;
    width: 70%;
    padding: 0px;
    margin: 0;
    list-style: none;
    text-align: center;
    border-radius: 10px;
    bottom: 2rem;
    z-index: 9;
    left: 0%;
  }

  .slick-dots {
    height: 40px;
    background-color: var(--mavi);
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 10%;
    margin-left: 15px;
  }

  .slick-dots li:first-child {
    border-radius: 10px 0 0 10px;
  }

  .slick-dots li:first-child {
    border-radius: 10px 0 0 10px;
  }

  .slick-dots li button {
    font-weight: 700;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
  }

  .slick-dots li {
    position: relative;
    display: inline-flex;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    justify-content: center;
    align-items: center;
  }
}
.cm-title {
  font-size: 15px;
  color: #fff;
  font-weight: 900;
}
.cm-tel {
  font-size: 22px;
  color: #fff;
  font-weight: 900;
  font-family: "Barlow Condensed";
}
.phone-rotate {
  transform: rotate(320deg);
}
.social-icons i {
  font-size: 15px;
  transition: color 0.3s ease;
  border: 1px #fff solid;
  border-radius: 100%;
  padding: 2px;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-icons i:hover {
  color: var(--main-bordo); /* Tema rengi */
}
.social-icons {
  gap: 0px;
}

.search-box input {
  border-radius: 10px 0 0 10px;
  border: none;
  background-color: #fff;
  padding: 11px 10px;
  outline: none;
  width: 15rem;
}

.search-box button {
  border-radius: 0 10px 10px 0;
  border: none;
  background: #004aad; /* Tema rengi */
  color: #fff;
  padding: 8px 12px;
}

.search-box button:hover {
  background: #00337a;
}

.search-box input::-webkit-input-placeholder {
  /* Chrome, Safari, Edge */
  color: #004aad;
  font-size: 10px;
  font-weight: bold;
}

.search-box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #004aad;
  font-weight: bold;
  font-size: 10px;
}

.search-box input::placeholder {
  /* Standart */
  color: #004aad;
  font-weight: bold;
  font-size: 10px;
}
.head-h {
  padding: 0 8% 0 1%;
  gap: 25px;
}

.main-content {
  position: relative;
  /* diğer stiller */
}

.hizlimenusection {
  position: relative;
  top: 100%; /* slider’ın hemen altına yerleştir */
  margin-top: 10px;
}
.hizlimenui {
  color: #004a93;
  font-size: 35px;
  margin-bottom: 15px;
}

/* cubuk belediyesi */

.footer-menu {
  margin-top: -4rem;
}
.social-media-title {
  color: #fff;
  font-size: 10px;
  text-align: justify;
  font-weight: 900;
  margin-bottom: 15px;
}
.description {
  color: #595959 !important;
}
.title {
  color: #595959 !important;
}
.sectiontitles-kesfet {
  color: #fff;
  font-size: 35px;
}
.owl-next-kesif {
  background: #4ea80b;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #4ea80b;
  color: #fff;
}
.owl-prev-kesif {
  background: #4ea80b;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #4ea80b;
  color: #fff;
}
#ihaleler-tab {
  border: 1px solid #e5e5e5c5;
}
.header-nav__mayor-social {
  gap: 3px;
}
.altmenuname {
  font-size: 13px !important;
}
#projectCategoryTabs {
  display: flex;
}

.nav-tabs .nav-link {
  width: 10rem !important;
}

.tab-content-container p {
  font-size: 14px;
  font-weight: 500;
}
.dots-boxs {
  display: flex;
  justify-content: flex-end;
  width: 90%;
  bottom: 90px;
  z-index: 99;
}
.haberlerslickdots {
  list-style: none;
  gap: 5px;
}
.haberlerslickdots li {
  display: inline-block;
}
.dot-button {
  background: none;
  border: none;
  cursor: pointer;
}
.slidebutton {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
}

#newsTabContent {
  background-color: #004a93;
  color: white;
  padding: 20px;
  height: 288px;
  border-radius: 10px;
  font-family: Arial, sans-serif;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-item {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #004181;
  padding-bottom: 15px;
  height: 6rem;
}

.date-circle {
  width: 70px;
  min-width: 80px;
  border: 1px solid #fff;
  border-radius: 10px;
  text-align: center;
  padding: 10px 0;
  color: white;
  display: flex;
  font-weight: 700;
  flex-direction: column;
  justify-content: center;
}

.date-circle .day {
  display: block;
  font-size: 28px;
  line-height: 1;
}

.date-circle .month {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
  text-transform: capitalize;
}

.news-content {
  flex: 1;
}

.news-title {
  font-size: 14px;
  margin: 0 0 15px 0;
  font-weight: 700;
  display: flex;
  font-family: "Quicksand", sans-serif;
  align-items: center;
  gap: 8px;
}

.news-title i {
  color: #004a93;
  font-size: 15px;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
}

.news-text {
  font-size: 12px;
  margin: 0;
  font-family: "Quicksand", sans-serif;
}

.see-all {
  text-align: justify;
}

.see-all a {
  color: white;
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
  font-size: 13px;
  font-family: "Quicksand", sans-serif;
}

.see-all a:hover {
  color: #cce6ff;
}
.ihaleler-listesi {
  max-height: 220px; /* yüksekliği ayarlayabilirsin */
  overflow-y: auto; /* dikey kaydırma */
  padding-right: 5px; /* scrollbar üst üste binmesin */
}

/* İsteğe bağlı: sadece ilk 2 item yüksekliğe göre görünsün */
.ihaleler-listesi .news-item {
  margin-bottom: 15px;
}

@media (max-width: 1440px) {
  .etkinlik-buttons{
    display: flex;
    gap:4px;
  }
  .quick-menu-box{
    width:78%!important;
  }
  .nav-item {
    width: 8rem;
    font-size: 12px;
  }
  .news-item {
    margin-bottom: 20px !important;
  }
  #newsTabContent {
    height: 300px !important;
  }
  .quick-menu-wrapper {
    margin-top: -250px !important;
  }
  .footer-logo img {
    width: 400px !important;
  }
  .fs-16 {
    font-size: 11px !important;
  }
  .dots-boxs {
    display: flex;
    justify-content: flex-end;
    width: 90%;
    bottom: 78px !important;
    z-index: 99;
  }
  h1.fs-40,
  h2.fs-40,
  h3.fs-40,
  h4.fs-40,
  h5.fs-40,
  h6.fs-40 {
    font-size: 34px !important;
  }
  .img-haber {
    width: 900px;
    height: 420px!important;
    object-fit: cover;
  }
  .allNews{
    font-size:11px
  }
  button#prevhaber {
 
    width: 40px!important;
    height: 40px!important;
  }
  section#haberler{
    margin-bottom:35px;
  }
  h1.fs-32, h2.fs-32, h3.fs-32, h4.fs-32, h5.fs-32, h6.fs-32 {
    font-family: var(--titles) !important;
    font-size: 28px !important;
  }
  h1.fs-26, h2.fs-26, h3.fs-26, h4.fs-26, h5.fs-26, h6.fs-26 {
    font-family: var(--titles) !important;
    font-size: 23px !important;
  }
  .quick-menu-item{
    height: 7rem!important;
  }
  .hizlimenui {
    color: #004a93;
    font-size: 25px;
    margin-bottom: 15px;
}
.quick-menu-item span{
  font-size:12px!important
}
.quick-menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 100%
}
.quick-menu-carousel .owl-item{
  margin-left:-1.6em!important;
}
.fs-24 {
  font-size: 18px !important;
}
  }
  @media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1310px!important;
    }

    
}
.img-haber {
  width: 900px;
  height: 450px!important;
  object-fit: cover;
}
.swiper-slide {
  will-change: transform, opacity;
}
@media(max-width:996px){
  .proje-item{
    width:6rem!important
  }
  .footer-bottom-cell-content{
    margin-bottom: 1rem;
  }  
}