:root {
  --maincolor: #005ea1;
  --secondary: #e84e0f;
}

html {
  overflow-x: hidden;
}

.box-links {
  float: left;
  background-color: #fff;
  color: var(--maincolor);
  text-align: center;
  font-weight: 700;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 25px 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: 100px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .box-links {
    color: #000 !important;
  }
}
@media (max-width: 992px) {
  .mobilecapthcaprop {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center;
  }
}

.box-links:hover {
  background-color: #ddd;
}

@media (min-width: 1550px) {
  .box-links {
    min-height: 200px;
  }
}

.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: 10px;
  font-weight: 600;
  color: var(--maincolor);
  margin-top: 5px;
}
@media (max-width: 992px) {
  .box-links-title {
    color: #000 !important;
  }
}

#carousel-ebelediye .owl-stage {
  height: 250px;
  padding-top: 30px;
}

svg {
  height: 75px;
}

.footer {
  position: relative;
}

@media (max-width: 767px) {
  .footer {
    margin-bottom: 60px !important;
  }
}

.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: #343a40;
  min-height: 444px;
  position: relative;
}

.footer-top:before {
  /* content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #272c30;
  height: 72px; */
}

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

.footer-card ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.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 (max-width: 1199px) {
  .haber-slider .item a {
    height: 400px;
  }

  .haber-slider .item a .img img {
    max-height: 280px;
  }
}

@media (min-width: 1200px) {
  .footer-contact__numbers {
    padding-left: 40px;
  }
  .mobil-guncelbolumu {
    display: none !important;
  }
}

@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-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;
  width: 100%;
}

.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: Poppins, 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: Poppins, 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) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  #fast-menu {
    width: 75% !important;
  }
}

@media (min-width: 1400px) {
  #fast-menu {
    width: 100% !important;
  }
}

@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: var(--maincolor);
}

.governor-area {
  background: url(/assets/img/baskan.jpg) no-repeat left top;
  background-size: cover;
  padding: 0 15px;
  height: 600px;
  padding-top: 25px;
}

.governor-txt {
  color: var(--maincolor);
  width: 50%;
}

.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: 45px;
  width: 49px;
  color: rgb(255 255 255 / 57%);
  border-right: 0 solid #0c0c0c73;
  border-radius: 50%;
  background: #00000040;
  margin-right: 7px;
  padding: 0;
  max-width: 45px;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between !important;
  gap: 1%;
}

.linkduyurua:hover {
  color: #12254a;
}

.header-nav__mayor-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  color: rgb(255 255 255);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
  padding: 0.4rem 0.8rem;
  background: linear-gradient(
    322deg,
    rgba(0, 159, 227, 1) 0%,
    rgba(0, 94, 161, 1) 100%
  );
  max-width: 32px;
  max-height: 32px;
}

.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-nav__mayor-social a:hover {
  color: #fff !important;
}

.header {
  border-top: 0 !important;
}
.habercol_outer {
  display: none;
}

@media (max-width: 768px) {
  .overlayIcerikler,
  .slideryazi {
    display: none !important;
  }

  .eleinside.eleinside_Center img {
    max-height: 50vh;
  }

  .haber-slider .item a .img img {
    max-height: 200px;
  }

  .mobil-gizle {
    display: none !important;
  }

  .fast-menu {
    display: none;
  }
  .e-belediye-hizlimenu {
    padding: 30px 0 0 !important;
  }
  /* #haberler {
    padding: 50px 0 10px !important;
  } */
  .haber-slider .item a {
    height: 260px !important;
  }
  .mobil-haber-baslik {
    display: none !important;
  }
  .slider__next,
  .slider__prev {
    top: 55% !important;
  }
  .slider-linklerk li {
    width: 47.5%;
    margin: 0 5px 1rem 0 !important;
  }
  .slider-linklerk {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 1rem;
  }
  .governor-txt {
    color: #fff;
    width: 100vw;
    text-align: justify;
    padding: 20px;
  }
  .ethinlik-baslik-alanlari .haberler-baslik {
    font-size: 35px !important;
    align-items: center !important;
  }
  #etkinlik_swiper_next,
  #etkinlik_swiper_prev {
    width: 30px !important;
  }
  .etkinlik-tumunugorb {
    max-width: 90px !important;
    font-size: 10px !important;
  }
  .swiper-head .swiper-buttons1 a {
    margin: 0 5px 0 0 !important;
    height: 35px !important;
  }
  .slider-duyurub .slider__next {
    right: 10px !important;
  }
  .baskanimza-home {
    margin-top: 80px;
  }

  .baskanimza-home {
    justify-content: center;
  }

  .baskanimza-home img {
    margin-top: 2rem;
    max-height: 60px;
  }

  .governor-area {
    background: #17284d;
  }

  .owl-projects button {
    display: none !important;
  }

  .rakamlarlabelediyemizdiv {
    flex-wrap: wrap;
  }

  .rakamlarlabelediyemizdiv .uk-card {
    margin-bottom: 10px;
    width: 33% !important;
    box-shadow: none !important;
  }

  .rakamlarlabelediyemizdiv {
    justify-content: flex-start !important;
  }

  .rakamlarlabelediyemizdiv .uk-card .count.nunito {
    font-size: 1.5rem !important;
  }

  .projects-header {
    margin-bottom: 16px;
  }

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

  .container#projeler {
    padding: top 2.1rem !important;
    padding-bottom: 1.1rem !important;
  }
}

@media (min-width: 992px) {
  .mobile_index_mayor_section {
    display: none;
  }

  .mobil-baskan {
    display: none !important;
  }

  .mobil-etkinlik {
    margin-bottom: 1rem;
  }
}

@media (max-width: 992px) {
  .mobile_index_mayor_section {
    display: flex;
    height: 300px;
    max-height: 300px;
    position: relative;
    flex-direction: column;
    margin-top: 0px;
  }
  .slider-duyurub {
    margin-top: 2rem;
  }
  .mobile_mayor_photo {
    background-size: 100% 100%;
    min-height: 250px;
    max-height: 250px;
    background-size: cover;
  }
  .etkinlik_swiper {
    min-width: 100%;
  }
  .etkinlik-takvimib {
    display: none !important;
  }
  .etkinlik-sliderbaslik,
  .section-activities {
    min-width: 100%;
  }
  .section-activities {
    flex-direction: column;
  }
  .etkinlik-takvimi-mobil {
    padding-top: 50px;
  }
  .mobile_mayor_footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
  }

  .mobile_mayor_footer a {
    display: flex;
    background-color: var(--maincolor);
    color: #fff;
    height: 50px;
    flex-basis: 50%;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #000;
  }

  .mobile_mayor_overlay {
    position: absolute;
    bottom: 60px;
    left: 20px;
    display: flex;
  }

  .slick-dots li:nth-child(11),
  .slick-dots li:nth-child(12),
  .slick-dots li:nth-child(13),
  .slick-dots li:nth-child(14),
  .slick-dots li:nth-child(15) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .home-activities {
    padding-bottom: 0 !important;
  }
  .projects-wrapper {
    margin-bottom: 0 !important;
  }
  .section-projects .container {
    padding-top: 10px !important;
    padding-bottom: 50px !important;
  }
  .sosyaltesis-baslik {
  }
}
.projects-header .text img {
  max-width: 50% !important;
  max-height: 50px !important;
}

@media (min-width: 768px) {
  .lg-d-none,
  .mobil-habers {
    display: none !important;
  }
}

.f-1r {
  font-size: 1rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .fast-title {
    display: flex;
    justify-content: center;
    margin-top: 55px;
  }
  .etkinlik-takvimi-mobil {
    display: none !important;
  }
  .p-50 {
    padding: 50px;
  }

  .mb-10 {
    margin-bottom: 10px;
  }

  .baskanimza-home {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .baskanimza-home img {
    max-height: 60px;
  }

  #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(--maincolor);
  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.is-current a:hover {
  color: #fff;
}

.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;
  cursor: pointer;
  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: #4d6379;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 1.25;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.projeler-section {
  padding: 50px 0;
  background-color: #f7f7f7;
}

.section-projects {
  background-color: #f7f7f7;
  margin: 4rem 12px;
  border-radius: 12px;
}
.etkinlikBackgroundProp {
  margin: 8rem auto;
}
@media (max-width: 992px) {
  .section-projects {
    margin: 0;
  }
  .card-v2-footer {
    padding: 25px 20px !important;
    height: 130px !important;
  }
}
@media (min-width: 1366px) and (max-width: 1500px) {
  .card-v2-photo {
    height: 140px !important;
  }
  .card-v2-footer {
    padding: 15px 20px !important;
    height: 140px !important;
  }
}

.projebaslikr {
  max-height: 50px;
}

.projects-content.tab--content {
  display: none;
}

.projects-content.tab--content.is-active {
  display: block;
}

.projects-content {
  padding-bottom: 3rem;
}

.duyuru-baslik-buton {
  font-size: 14px;
}

.anasayfa-duyurular {
  background: var(--maincolor) !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-family: Licorice;
  font-weight: 700;
  font-size: 3rem;
}

.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: 50px;
  z-index: 9;
  font-size: 1.5rem;
}

.overlayIcerikler a {
  color: inherit;
  font-size: inherit;
  line-height: 1;
}

.slider-overlay {
  background: #00000038 linear-gradient(to right, #68686826, #9b1d1d24);
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
}

.overlayLeft {
  left: 0;
  align-items: flex-start;
  padding-left: 20px;
}

.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: 150px !important;
  margin-top: -25px;
}

.header-logo:before {
  height: 142px !important;
}

.main-content {
  position: relative;
}

.main-content .owl-theme .custom-nav {
  position: absolute;
  top: 45vh;
  bottom: auto;
  left: 1rem;
  right: 1rem;
}

.main-content .owl-theme .custom-nav .owl-next,
.main-content .owl-theme .custom-nav .owl-prev {
  position: absolute;
  height: 100px;
  color: inherit;
  background: 0 0;
  border: none;
  z-index: 100;
}

.main-content .owl-theme .custom-nav .owl-next i,
.main-content .owl-theme .custom-nav .owl-prev i {
  font-size: 2.5rem;
  color: #cecece;
}

.main-content .owl-theme .custom-nav .owl-prev {
  left: 0;
}

.main-content .owl-theme .custom-nav .owl-next {
  right: 0;
}

.slider__main .image {
  max-height: 100vh;
  height: 100%;
}

@media (max-width: 767px) {
  .main-content .owl-theme .custom-nav {
    top: 19vh !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: 36px;
    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: var(--maincolor);
  }
  .guncel-bolumu {
    display: none !important;
  }
  .onecikan-haber-kutu,
  .ihale-haber-kutu {
    min-width: 50%;
  }
  .haber-slider-kutu {
    min-width: 100%;
  }
  .baslik-indexs {
    flex-direction: row !important;
    width: unset !important;
    justify-content: flex-start !important;
    font-size: 40px !important;
  }
  .one-cikan-haber .col-4.nopadding {
    max-width: 20%;
  }
  .baslik-indexs span:nth-child(1) {
    margin-right: 5px;
  }

  .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: var(--maincolor);
}

.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: var(--maincolor) d6;
}

.shortcuts-item:nth-child(2) .shortcuts-dropdown {
  background-color: var(--maincolor) d6;
}

.shortcuts-item:nth-child(2) .shortcuts-dropdown__list li a:before {
  background: var(--maincolor) d6;
}

.shortcuts-item:nth-child(3) .shortcuts-wrapper {
  background-color: var(--maincolor) d6;
}

.shortcuts-item:nth-child(3) .shortcuts-dropdown {
  background-color: var(--maincolor) d6;
}

.shortcuts-item:nth-child(3) .shortcuts-dropdown__list li a:before {
  background: var(--maincolor) d6;
}

.shortcuts-item:nth-child(4) .shortcuts-wrapper {
  background-color: var(--maincolor) d6;
}

.shortcuts-item:nth-child(4) .shortcuts-dropdown {
  background-color: var(--maincolor) d6;
}

.shortcuts-item:nth-child(4) .shortcuts-dropdown__list li a:before {
  background: var(--maincolor) d6;
}

.shortcuts-item:nth-child(5) .shortcuts-wrapper {
  background-color: var(--maincolor) d6;
}

.shortcuts-item:nth-child(5) .shortcuts-dropdown {
  background-color: var(--maincolor) d6;
}

.shortcuts-item:nth-child(5) .shortcuts-dropdown__list li a:before {
  background: var(--maincolor) d6;
}

.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: var(--maincolor) d6;
  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: 13px;
  letter-spacing: -0.5px;
  font-weight: 500;
  color: #fff;
  display: flex;
  padding: 0;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.shortcuts-wrapper .desc .text {
  font-size: 13px;
  line-height: 1.3;
}

.shortcuts-dropdown {
  position: absolute;
  right: 10px;
  bottom: 95px;
  left: 10px;
  background: var(--maincolor) d6;
  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%;
}

@media (max-width: 1440px) {
  .overlayIcerikler {
    bottom: 135px !important;
  }
}

@media (max-width: 992px) {
  .shortcuts.style-1 {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-logo a {
    padding: 0;
    background: 0 0;
  }
}
#ebelediye {
  background-color: #f7f7f7;
  padding: 1rem 0rem 0rem 0rem;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  #ebelediye {
    background: none;
  }
}
.home_ebelediye_buttons {
  display: grid;
  grid-template: repeat(1, 1fr) / repeat(3, 1fr);
  gap: 5px 5px;
  /* height: 60%; */
}

.home_ebelediye_buttons img {
  max-width: 36px;
}

.ebelediyebutonlar {
  padding: 0rem 1rem 2rem;
}

.mobilbutonlar {
  display: flex;
  justify-content: center;
}

.mobilbutonlar svg {
  width: 36px;
  height: 42px;
}

.ebelediyebutonlar .projects-header .text {
  padding-bottom: 2rem;
}

@media (max-width: 1440px) {
  #sectionbaskan .fast-menu,
  .governor-area {
    height: 500px !important;
  }
}

@media (min-width: 1200px) {
  .gp__slider_bottom_container,
  .gp__slider_mayor,
  .gp__slider_photos {
    padding: 0 !important;
  }

  .gp__slider_bottom_container {
    display: flex;
    flex-direction: column;
  }

  .gp__slider_duyurular {
    color: var(--maincolor);
    font-weight: 600;
    align-items: center;
    display: flex;
    padding: 0;
  }

  .gp__slider_mayor {
    display: flex;
  }

  .header-button {
    background-color: var(--secondary);
  }

  .slider__main .image {
    max-height: 520px;
    object-fit: cover;
  }

  .main-content {
    margin-top: 145px;
  }

  .main-content .owl-theme .custom-nav {
    top: 20vh;
  }

  .main-content .owl-dots {
    display: none;
  }
}

.main-slide .owl-dots {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

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

.slide {
  background-color: rgba(35, 22, 4, 0.1);
  position: relative;
}

img.effect_bottom_left {
  max-height: 60%;
  position: absolute;
  top: 40%;
  right: 34.3%;
  z-index: 1;
  opacity: 0.25;
}
img.effect_top_right {
  width: 100%;
  max-height: 60%;
  position: absolute;
  left: 34.3%;
  z-index: 1;
  opacity: 0.25;
}

.slide:before {
  content: "";
  position: absolute;
  opacity: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: linear-gradient(
    27deg,
    rgba(157, 157, 157, 1) 0%,
    rgba(199, 199, 199, 1) 10%,
    rgba(226, 226, 226, 1) 25%,
    rgba(247, 247, 247, 1) 50%,
    rgba(255, 255, 255, 1) 73%,
    rgba(219, 219, 219, 1) 100%
  );
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slide img {
  z-index: 2;
}

.slide,
.slide .slide-title a {
  position: relative;
  width: 100%;
}

#sticky-sidebar a img,
.slide img {
  max-width: 100%;
}

.owl-dots,
.owl-dots *,
.owl-nav,
.owl-nav * {
  height: auto !important;
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-nav [class*="owl-"] {
  position: absolute;
  z-index: 6;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(35, 22, 4, 0.85);
  transition: 0.2s;
  opacity: 0.8;
}

#sticky-sidebar a,
.owl-nav [class*="owl-"] {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
}

.owl-dots,
.owl-dots *,
.owl-nav,
.owl-nav * {
  height: auto !important;
}

.owl-prev {
  left: -10% !important;
}

.owl-nav button.owl-prev {
  left: 2rem !important;
}

.owl-nav button.owl-next {
  right: 2rem !important;
}

.owl-nav button.owl-next,
.owl-nav button.owl-prev {
  display: flex;
  width: 3rem;
  height: 3rem !important;
  background-color: var(--maincolor) !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}

.main-slide {
  /* margin-top: 140px; */
}

.home__slide_mayor {
  min-height: 304px;
}

.home__slide_mayor ul {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  background: var(--secondary);
}

.home__slide_mayor ul li {
  background-color: var(--maincolor);
  padding: 0.2rem;
  color: #fff;
}

.home__slide_mayor .mayor__detail {
  background-color: #fff;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

.mayor__sub_content {
  width: 50%;
}

.mayor__sub_photo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.gp__duyurular__kayan {
  overflow: hidden;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-111vw);
  }
}

.gp__slider_duyurular {
  padding-left: 1rem !important;
  padding-right: 0 !important;
}

.gp__duyurular__kayan {
  min-width: 50%;
  width: 100%;
  max-width: 100%;
}

.duyuru_kayanyazi a {
  color: #fff;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.main-slide .owl-dots .owl-dot span {
  height: 8px !important;
}

.home-icons .cont {
  display: flex;
  width: 82.5%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

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

.butonlaralt .item1 {
  box-shadow: unset !important;
  background-image: url(/assets/img/kutu1.png);
  background-size: 100% 100%;
  height: 90px;
  width: 10rem !important;
}

.butonlaralt .item1 a {
  padding-left: 15px;
}

.butonlaralt .item a::before {
  display: none !important;
}

.home-icons .cont .item {
  display: flex;
  border-radius: 16px;
  width: 8.5rem;
  position: relative;
  box-shadow: 0 0 10px 3px rgb(0 0 0 / 7%);
  justify-content: center;
  align-items: center;
}

.home-icons .cont .item a {
  display: block;
  text-align: center;
  padding: 5px 0 0 0;
  color: #727272;
  letter-spacing: -0.5px;
  font-size: 13px;
  transition: all 0.2s ease-out;
  height: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-icons .cont .item a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  width: 40%;
  margin-left: -20%;
  background-color: #e1e1e1;
  height: 5px;
  transition: all 0.2s ease-out;
}

.home-icons .cont .item a:hover {
  color: var(--maincolor);
}

.home-icons .cont .item a:hover:before {
  background-color: var(--maincolor);
}

.home-icons .cont .item a:hover .img {
  filter: invert(49%) sepia(88%) saturate(1918%) hue-rotate(164deg)
    brightness(90%) contrast(102%);
}

.home-icons .cont .item a .img {
  margin-bottom: 5px;
  transition: all 0.2s ease-out;
}

.home-icons .cont .item a .img img {
  max-height: 25px;
}

.home-icons .cont .item a .title .bottom {
  font-weight: 600;
  font-size: 11px;
}

.mayor__detail {
  padding: 0 15px;
  padding-top: 20px;
  display: flex;
  align-items: end;
  padding-bottom: 1rem;
}

.gp__slider_bottom_container {
  height: calc(100vh - 65vh - 208px);
  min-height: unset !important;
}

@media (min-width: 992px) {
  .home__slide_mayor {
    height: calc(100vh - 55vh - 140px);
    min-height: unset;
  }

  .gp__slider_mayor {
    height: calc(100vh - 65vh - 201px);
    min-height: unset !important;
  }
}

@media (min-width: 1550px) {
  .home__slide_mayor {
    height: calc(100vh - 65vh - 200px);
    min-height: unset !important;
  }
}

.governor-txt h3 {
  font-size: 1rem;
  font-weight: 600;
}

.governor-txt p {
  font-size: 13px;
  max-width: 90%;
}
@media (width: 1280) {
  .altbutonduyuru {
    height: 45px !important;
  }
}
@media (width: 1440px) {
  .altbutonduyuru {
    height: 48px !important;
  }
}
@media (max-width: 1920px) {
  .altbutonduyuru {
    height: 65px !important;
  }
}
@media screen and (max-width: 1366px) {
  .altbutonduyuru {
    height: 48px !important;
  }
}
@media (max-width: 1440px) {
  .kutudivmodal li {
    height: 4rem !important;
    width: 9rem !important;
  }
  .kutudivmodal li a {
    font-size: 9px !important;
  }

  .kutudivmodal {
    padding: 4rem !important;
  }

  .home-icons .cont .item a .img {
    margin-bottom: 0;
    height: 30px;
  }

  .butonlaralt .item1 {
    height: 5rem;
  }

  .butonlaralt {
    height: 85px !important;
  }

  .home-icons .cont .item a .img img {
    max-height: 20px;
  }

  .home-icons .cont .item a {
    height: 4.5rem;
  }

  .header-button {
    height: 35px !important;
  }

  .header {
    height: 55px !important;
  }
}

.header-top {
  background-color: transparent !important;
  height: 40px !important;
  width: 100%;
}

.header-logo {
  display: none !important;
}

.mid-horiz-logo img {
  max-height: 110px !important;
  width: 100%;
}

.header-button {
  height: 45px !important;
  /* border-radius: 5px !important; */
}

.header-bottom {
  height: 70px !important;
  display: flex;
  align-items: center;
  background: transparent;
}
.header-container {
  justify-content: end !important;
  gap: 7px !important;
}
.header-input-type,
.header_ebelediye_button {
  display: none;
}

.header-input {
  padding-top: 4px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border-radius: 5px !important;
  height: 30px !important;
}
.mainlogoNewProp {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: url(/assets/img/logoarka.svg);
  background-position: top;
  background-size: 270px;
  background-repeat: no-repeat;
  width: 330px;
  height: 140px;
  top: -50px;
}

.header-nav__item > a {
  font-weight: 900 !important;
  color: #000 !important;
  font-size: 14px !important;
}
.header-nav__item > a:hover {
  color: #9d0817 !important;
}

.header-nav__item > a i {
  margin-bottom: 3px;
}

.b_baskan_contain {
  justify-content: space-between;
  max-width: 80%;
}

.baskan__image {
  position: absolute;
  bottom: 0;
  z-index: 5;
}

.rakamlarla__belediye_text {
  font-size: 2rem;
  font-weight: 800;
  color: var(--maincolor);
}

.rakamlarlab .text-center {
  color: var(--maincolor);
}

@media (max-width: 1200px) {
  .home__slide_mayor {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .header-bottom {
    background-color: #26388c;
  }

  .haber-slider .item a .head .description,
  .header-top,
  .haberler-desktop {
    display: none !important;
  }

  .header__mobile-logo img {
    max-height: 60px;
    width: 70%;
  }

  .e-belediye-hizlimenu {
    margin: 0 !important;
  }
  .etkinlik-takvimi-mobil {
    display: none;
  }
  .main-slide {
    margin-top: 90px !important;
  }

  .main-slide img {
    max-height: 270px !important;
  }

  .rakamlarla__belediye_text {
    font-size: 1rem;
  }

  .haber-slider .item a:after {
    height: 100px !important;
  }
  .hizli-odeme-buton strong {
    font-size: 0.9rem;
  }
  .hizli-odeme-buton span {
    font-size: 11px;
  }
}

@media (max-width: 1440px) {
  .b_baskan_contain {
    flex-direction: column;
  }

  .governor-txt h3,
  .governor-txt p {
    display: none;
  }

  .header-nav__mayor-social {
    margin-left: 0 !important;
    justify-content: flex-start !important;
  }

  .header-buttons__wrapper ul li a {
    padding: 15px 15px !important;
  }

  .mayor__detail {
    padding-top: 5px !important;
  }
}

@media (min-width: 1440px) {
  .baskan__image img {
    height: 290px;
  }
}

@media (min-width: 768px) {
  .footer-app-galery img {
    height: 30px !important;
    max-width: unset !important;
  }
}

@media (max-width: 768px) {
  .baskan__image {
    display: none;
  }

  .header-bottom {
    background-color: #fff;
  }
}

.section-yayinlar {
  height: 630px;
  padding: 1rem;
  align-items: end;
  overflow: hidden;
  border: unset;
  border-radius: 10px !important;
}

.section-yayinlar .nav li {
  flex: 1;
}

.section-yayinlar .nav li button {
  width: 100%;
  border-radius: 0;
}

.section-yayinlar .nav li button.active {
  background-color: var(--maincolor);
}

.section-yayinlar .nav .tab-content .tab-pane {
  padding: 0 1rem !important;
}

.yayinlar__list {
  padding: 0 1rem;
  height: 500px;
  overflow: scroll;
}

@media (max-width: 1400px) {
  .yayinlar__list {
    height: 375px;
  }
}

.yayinlar__list li {
  background-color: #f9f9f9;
  padding: 0.4rem;
  box-shadow: 0 5px 20px 0 #0000000d;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  border: 1px solid #cccccc6b;
  transition: all ease 0.2s;
  overflow: hidden;
}

.yayinlar__list li a {
  font-size: 0.8rem;
  color: var(--maincolor);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}

.nav-link {
  color: var(--maincolor);
  font-weight: 600;
  font-family: Poppins;
}

.yayinlar__list li:hover {
  background-color: var(--maincolor);
  color: #fff;
}

.yayinlar__list li:hover a {
  color: inherit;
}

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

#duyurular-slide .owl-nav button.owl-next,
#duyurular-slide .owl-nav button.owl-prev {
  background-color: #fff !important;
  color: #26398d !important;
}

.duyuru_slide_item {
  display: flex;
}

.duyuru_slide_item img {
  max-width: 64px;
  max-height: 64px;
}

#duyurular-slide .slide:before {
  display: none;
  content: "";
}

#duyurular-slide .slide {
  background-color: var(--maincolor);
}

@media (max-width: 1700px) {
  .duyuru_kayanyazi a {
    max-height: 54px;
  }
}

.baskan_bolumu {
  color: #fff;
}

@media (max-width: 768px) {
  #sectionbaskan {
    display: none !important;
  }

  .section-activities#etkinlikler {
    padding: 1rem 0.5rem !important;
  }
}

.baskanimza-home img {
  max-width: unset;
}

@media (max-width: 1366px) {
  .yayinlar__list li a img {
    max-height: 30px;
  }
}

@media (max-width: 1440px) {
  .governor-txt.baskan_bolumu p {
    display: block !important;
  }
}

.governor-area .governor-txt.baskan_bolumu .header-nav__mayor-social {
  display: flex;
  align-items: center;
}

.governor-area
  .governor-txt.baskan_bolumu
  .header-nav__mayor-social
  a:first-child
  svg {
  height: 15px;
}

@media (min-width: 1441px) {
  .activities-single__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: contain;
    min-height: 250px;
  }
}

@media (min-width: 800px) {
  .activities-single__photo img {
    min-height: 300px;
  }
}

.projects-wrapper {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .projects-wrapper {
    margin-bottom: 3rem;
  }
}

.hizlimenu_button_prop {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 0 !important;
}

.slideraltkutu {
  position: relative;
  width: 100%;
  margin: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
  z-index: 99;
  justify-content: center;
  /* top: 9rem; */
}

.main-slide .owl-nav {
  z-index: 2;
}
.header-input {
  border: transparent !important;
  color: transparent !important;
}

.altbutonsag {
  width: 60%;
  padding: 0;
  display: none;
  /* display: flex; */
  /* align-items: flex-end; */
}

.duyurular_tum_button {
  background: linear-gradient(
    270deg,
    rgba(232, 78, 15, 1) 0%,
    rgba(249, 178, 51, 1) 100%
  );
  width: 12%;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  left: 3px;
}
.altbutonsol {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: self-end;
}
.searchBoxProp.d-flex.flex-column.justify-content-end.align-items-center {
  margin-bottom: 10px;
  padding: 12px;
  border-radius: 12px;
  backdrop-filter: blur(12px);
  background: linear-gradient(
    90deg,
    rgba(232, 78, 15, 1) 0%,
    rgba(249, 178, 51, 1) 100%
  );
}
.altbutonduyuru {
  padding: 0;
  height: 65px;
  display: flex;
  max-width: 88%;
  justify-content: end;
}
li.py-1.bg-light.px-2.rounded-3.duyurular_sub_title_prop {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  right: 0;
  border-radius: 0rem 0rem 1rem 1rem !important;
  background: linear-gradient(
    322deg,
    rgba(0, 159, 227, 1) 0%,
    rgba(0, 94, 161, 1) 100%
  );
}

.butonlaralt {
  background-image: url(/assets/img/slidertaltresim.png);
  background-repeat: no-repeat;
  background-size: 86% 100%;
  background-position-x: right;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.solaltbaskan {
  display: flex;
  flex-direction: row;
  gap: 0px;
}

@media (max-width: 1400px) {
  .baskanimza-home img {
    max-height: 85px !important;
  }

  .main-slide img {
    object-fit: fill;
    height: calc(100vh - 0px) !important;
  }
}

.baskanimza-home img {
  max-height: 90px;
  width: 100%;
}

.solaltbaskan .baskanimza-home {
  margin: 0;
  justify-content: center;
}

.home-icons .cont .item:first-child a {
  padding-left: 1rem;
}

.ataturkresimh {
  height: 2rem;
  margin-right: 1rem;
}

.linkduyurua {
  color: #fff;
  margin-left: 50px;
  font-size: 12px;
  position: relative;
  top: 20px;
  font-weight: bold;
}
.turuncu_renk_button {
    background: #E40613 !important;
}

.turuncu_renk_icon {
  color: #f18122;
}

@media (max-width: 1200px) {
  .tab--content.Tab_4.modal-mayor__content.is-active {
    display: flex;
    flex-direction: column;
    margin-top: 0rem;
    padding-bottom: 7rem;
  }
  .modal-mayor__header .rank {
    color: var(--maincolor);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
  }
  .modal-mayor__header .title {
    color: var(--maincolor);
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
  }
  .section-header.center {
    text-align: center;
    justify-content: center;
    display: flex;
  }
  .slideraltkutu {
    display: none !important;
  }
  .home-activities .etkinlik_slider .content_text .title {
    height: 24px;
  }
  .header-top {
    display: none;
  }

  .e-belediye-hizlimenu .container {
    display: flex;
    flex-direction: column;
  }

  .slider-s-sol,
  .slider-s-sag {
    padding-top: 90px;
  }
  .mobil-guncelbolumu .mayor-card header {
    display: flex;
    align-items: center;
  }
  .mayor-card__img {
    min-height: 200px !important;
  }
}

@media (min-height: 650px) {
  .main-slide img {
    object-fit: fill;
    height: calc(100vh - 0px);
  }
}

@media (max-height: 1280px) and (max-width: 968px) {
  .main-slide img {
    height: 30vh !important;
  }
}

@media (max-width: 1450px) {
  .footer-top {
    padding-bottom: 10px !important;
  }
  .likutu.projes-tab a {
    font-size: 10px;
    font-weight: 600;
  }
  .news-f-title {
    font-size: 12px !important;
  }

  .activities-single__photo img {
    min-height: 150px !important;
    max-height: 220px !important;
  }
  .slider-s-sol {
    padding-top: 61px;
  }
  .e-belediye-hizlimenu {
    margin-top: 55px;
  }
  .haber-slider .item a .img img {
    height: 300px;
  }
  .section-yayinlar {
    height: 485px;
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .footer-heading {
    font-size: 14px;
  }
  .masonry-cards {
    height: 450px !important;
  }
  .mayor-card__img {
    height: 180px !important ;
    object-fit: cover !important;
  }
  .manset-etkinlik .title {
    font-size: 14px !important;
  }
  .manset-etkinlik-detay li {
    font-size: 11px !important;
  }
  .manset-etkinlik {
    padding-bottom: 0rem !important;
  }
  .etkinlik-takvim {
    height: 445px !important;
  }
  .manset-etkinlik-detay li {
    padding: 3px 0 0 !important;
  }
  .home-activities .etkinlik_slider img {
    height: 250px !important;
  }
  .manset-etkinlik-resim {
    height: 150px !important;
  }
  .genel-devam-butonu2 {
    margin: 8px 0 0 !important;
  }
  .swiper-head .swiper-buttons1 a {
    height: 32px;
  }
  .projects-nav ul li a {
    height: 45px;
  }
  .projects-nav {
    margin: 10px 0 25px 0 !important;
  }
  .projects-photo {
    height: 300px !important;
  }
  .swiper-buttons {
    width: 400px !important;
    height: 50px !important;
    margin-top: 1rem !important;
  }
  .footer-card ul li a {
    font-size: 12px !important;
  }
}
@media (min-width: 1450px) {
  .etkinlik-takvim {
    height: 640px;
  }
}

@media (max-width: 1600px) {
  .altbutonsag {
    width: 60%;
    padding: 0;
    /* display: flex; */
    /* align-items: flex-end; */
    display: none;
  }

  .home-icons .cont .item {
    margin-right: 0.5rem;
  }

  .home-icons .cont:last-child .item {
    margin-right: 1rem !important;
  }

  .home-icons .cont .item a {
    font-size: 11px;
  }

  .mayor__detail {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 9;
  }

  .solaltbaskan .header-nav__mayor-social {
    justify-content: center !important;
  }
}

.slick-dots {
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  position: relative;
}

.tumhaberler {
  margin-left: auto;
}

@media (max-width: 992px) {
  .slick-dots {
    position: absolute;
    display: flex;
    width: 85%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    border-radius: 10px;
    bottom: 0;
    left: 0;
  }
  .slick-dots li {
    position: relative;
    display: inline-flex;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    justify-content: center;
    align-items: center;
  }

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

  .slick-dots li button {
    font-weight: 700;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  .slick-dots {
    height: 45px;
    background-color: var(--maincolor);
    display: flex;
    align-items: center;
    position: relative;
  }

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

@media (min-width: 992px) {
  .slick-dots {
    position: absolute;
    display: flex;
    width: 85%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    border-radius: 10px;
    bottom: 40px;
    left: 1rem;
  }
  .stories-section {
    /* margin-left: 10px; */
  }
  .slick-dots li {
    position: relative;
    display: inline-flex;
    width: 45px;
    height: 45px;
    margin: 10px;
    padding: 0;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 3px solid #fff;
  }

  .slick-dots li:first-child {
    border-radius: 50%;
    border: 3px solid #fff;
  }

  .slick-dots li button {
    font-weight: 700;
    width: 100%;
    height: 100%;
    color: #fff;
    border-radius: 50%;
  }
}

.d-flex .tumhaberler {
  width: fit-content;
  min-width: fit-content;
}

.section-yayinlar {
  background-image: url(/assets/img/menu.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.aramamodalboyut {
  width: 55vw;
}

.search-list {
  width: 100%;
}

.allNews {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 0 1rem;
  min-width: fit-content;
}

button.slidebutton {
  min-width: 40px;
  color: #fff;
}

button.slidebutton:hover {
  background-color: var(--secondary);
}

.tumhaberler {
  margin-top: 5px;
  height: 100%;
  margin-top: 0;
}

.haber-slider-buttons.active {
  background-color: #003c70;
  color: #fff !important;
}

.haber-slider-buttons.active button {
  background: linear-gradient(
    90deg,
    rgba(232, 78, 15, 1) 0%,
    rgba(249, 178, 51, 1) 100%
  );
  color: #fff !important;
}
.allNews {
  display: flex;
  align-items: center;
}

.allNews:hover {
  color: #fff;
  background-color: #9d0817;
  border-radius: 0 10px 10px 0;
}

.one-cikan-haber {
  padding: 1rem;
  background-color: #f7f7f7;
  border-radius: 10px;
  margin-bottom: 10px;
  display: flex !important;
}
.onecikan-anadiv {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.one-cikan-haber:hover {
  background-color: #ddd;
}

.news-f-title {
  color: #000;
  font-weight: 500;
  font-size: 12px;
}

.news-s-title {
  color: var(--maincolor);
  font-weight: 400;
  font-size: 11px;
}

.slick-dots li:hover {
  background: linear-gradient(
    90deg,
    rgba(232, 78, 15, 1) 0%,
    rgba(249, 178, 51, 1) 100%
  );
}

.multimedia-content.tab--content:not(.is-active) {
  display: none;
}

@media (min-width: 1200px) {
  .video-film .button-circle {
    min-height: 450px;
  }
}

.project-intro-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.windows8 {
  position: relative;
  width: 78px;
  height: 78px;
  margin: auto;
}

.windows8 .wBall {
  position: absolute;
  width: 74px;
  height: 74px;
  opacity: 0;
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  animation: orbit 6.96s infinite;
  -o-animation: orbit 6.96s infinite;
  -ms-animation: orbit 6.96s infinite;
  -webkit-animation: orbit 6.96s infinite;
  -moz-animation: orbit 6.96s infinite;
}

.windows8 .wBall .wInnerBall {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.windows8 #wBall_1 {
  animation-delay: 1.52s;
  -o-animation-delay: 1.52s;
  -ms-animation-delay: 1.52s;
  -webkit-animation-delay: 1.52s;
  -moz-animation-delay: 1.52s;
}

.windows8 #wBall_2 {
  animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}

.windows8 #wBall_3 {
  animation-delay: 0.61s;
  -o-animation-delay: 0.61s;
  -ms-animation-delay: 0.61s;
  -webkit-animation-delay: 0.61s;
  -moz-animation-delay: 0.61s;
}

.windows8 #wBall_4 {
  animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -moz-animation-delay: 0.91s;
}

.windows8 #wBall_5 {
  animation-delay: 1.22s;
  -o-animation-delay: 1.22s;
  -ms-animation-delay: 1.22s;
  -webkit-animation-delay: 1.22s;
  -moz-animation-delay: 1.22s;
}

@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0;
  }

  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }

  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }

  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }

  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }

  76% {
    opacity: 0;
    transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}

@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0;
  }

  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%;
  }

  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%;
  }

  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%;
  }

  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%;
  }

  76% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
}

@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0;
  }

  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%;
  }

  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%;
  }

  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%;
  }

  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%;
  }

  76% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
}

@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0;
  }

  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }

  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }

  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }

  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }

  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}

@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0;
  }

  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%;
  }

  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%;
  }

  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%;
  }

  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%;
  }

  76% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
}

.simple-loader {
  display: none;
}

.simple-loader.show {
  display: block;
}

.project-intro-image {
  border-radius: 7px;
  box-shadow: 0 5px 20px #ffffff15;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  margin-top: 22px;
}

.section-header.light img {
  max-height: 50px;
  width: fit-content;
  margin-bottom: 1rem;
}

.nopadding {
  padding: 0 !important;
}

.uk-card {
  background-color: #fff;
  padding: 2rem 1rem;
  border-radius: 12px;
  box-shadow: 0 5px 20px #00000013;
  width: 230px !important;
}

.fast-menu {
  padding-left: 3rem !important;
  padding-top: 0 !important;
}

.section-activities#etkinlikler {
  padding: 4rem 4rem;
}

@media (min-width: 1700px) {
  .baskanimza-home {
    margin-top: 100px !important;
  }
}

@media only screen and (min-width: 1px) {
  .event-content {
    display: block;
    position: relative;
    z-index: 9;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2) !important;
    margin-bottom: 20px;
  }

  .event-content .event-calendar {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--maincolor);
    padding: 1vh;
  }

  .event-content .event-calendar > .day {
    font-family: Oswald, sans-serif;
    font-size: 17px;
    text-align: center;
    line-height: 0.9rem;
    font-weight: 900;
    color: #fff;
  }

  .event-content .event-calendar > .month {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
  }

  .event-content .event-calendar > .year {
    font-family: Oswald, sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: 100;
    color: #fff;
  }

  .event-content .event-info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }

  .event-content .event-info > .event-name {
    width: 100%;
    height: fit-content;
    overflow: hidden;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    text-align: center;
    color: #666;
    padding: 5px;
  }

  .event-content .event-info > .event-address {
    width: 100%;
    height: auto;
    font-family: Poppins, sans-serif;
    font-size: 9px;
    line-height: 9px;
    font-weight: 300;
    text-align: center;
    color: #656565;
    padding: 5px;
  }

  .event-content:hover {
    background: #f3f3f3;
    box-shadow: 0 0.275rem 0.75rem rgba(0, 0, 0, 0.5) !important;
    transition-duration: 0.2s;
  }
}

@media only screen and (min-width: 768px) {
  .event-content {
    display: block;
    position: relative;
    z-index: 9;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2) !important;
    margin-bottom: 20px;
  }
  .mobil-siliderresimleri {
    display: none !important;
  }
  .event-content .event-calendar {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--maincolor);
    padding: 1vh;
  }

  .event-content .event-calendar > .day {
    font-family: Oswald, sans-serif;
    font-size: 5vh;
    line-height: 5vh;
    font-weight: 900;
    color: #fff;
  }

  .event-content .event-calendar > .month {
    font-family: Poppins, sans-serif;
    font-size: 2.1vh;
    line-height: 2.5vh;
    font-weight: 400;
    color: #fff;
  }

  .event-content .event-calendar > .year {
    font-family: Oswald, sans-serif;
    font-size: 3vh;
    line-height: 3vh;
    font-weight: 100;
    color: #fff;
  }

  .event-content .event-info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }

  .event-content .event-info > .event-name {
    width: 100%;
    height: auto;
    font-family: Poppins, sans-serif;
    font-size: 2.1vh;
    line-height: 3.1vh;
    font-weight: 600;
    text-align: center;
    color: #666;
    padding: 5px 15px;
  }

  .event-content .event-info > .event-address {
    width: 100%;
    height: auto;
    font-family: Poppins, sans-serif;
    font-size: 1.8vh;
    line-height: 2.5vh;
    font-weight: 200;
    text-align: center;
    color: #656565;
    padding: 5px 15px;
  }
}

@media only screen and (min-width: 992px) {
  .event-content {
    display: block;
    position: relative;
    z-index: 9;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2) !important;
    margin-bottom: 20px;
  }

  .event-content .event-calendar {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--maincolor);
    padding: 1vh;
  }

  .event-content .event-calendar > .day {
    font-family: Oswald, sans-serif;
    font-size: 5vh;
    line-height: 5vh;
    font-weight: 900;
    color: #fff;
  }

  .event-content .event-calendar > .month {
    font-family: Poppins, sans-serif;
    font-size: 2.1vh;
    line-height: 2.5vh;
    font-weight: 400;
    color: #fff;
  }

  .event-content .event-calendar > .year {
    font-family: Oswald, sans-serif;
    font-size: 3vh;
    line-height: 3vh;
    font-weight: 100;
    color: #fff;
  }

  .event-content .event-info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }

  .event-content .event-info > .event-name {
    width: 100%;
    height: auto;
    font-family: Poppins, sans-serif;
    font-size: 2.1vh;
    line-height: 3.1vh;
    font-weight: 600;
    text-align: center;
    color: #666;
    padding: 5px 15px;
  }

  .event-content .event-info > .event-address {
    width: 100%;
    height: auto;
    font-family: Poppins, sans-serif;
    font-size: 1.8vh;
    line-height: 2.5vh;
    font-weight: 200;
    text-align: center;
    color: #656565;
    padding: 5px 15px;
  }
}

@media only screen and (min-width: 1140px) {
  .event-content {
    display: block;
    position: relative;
    z-index: 9;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2) !important;
    margin-bottom: 5px;
  }

  .event-content .event-calendar {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--maincolor);
    padding: 1vh 1vh;
  }

  .event-content .event-calendar > .day {
    font-family: Oswald, sans-serif;
    font-size: 0.8rem;
    line-height: 0.8rem;
    font-weight: 900;
    color: #fff;
  }

  .event-content .event-calendar > .month {
    font-family: Poppins, sans-serif;
    font-size: 2vh;
    line-height: 2.3vh;
    font-weight: 400;
    color: #fff;
  }

  .event-content .event-calendar > .year {
    font-family: Oswald, sans-serif;
    font-size: 3.1vh;
    line-height: 3.1vh;
    font-weight: 100;
    color: #fff;
  }

  .event-content .event-info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }

  .event-content .event-info > .event-name {
    width: 100%;
    height: auto;
    font-family: Poppins, sans-serif;
    font-size: 2vh;
    line-height: 3vh;
    font-weight: 600;
    text-align: center;
    color: #666;
    padding: 5px 5px;
  }

  .event-content .event-info > .event-address {
    width: 100%;
    height: auto;
    font-family: Poppins, sans-serif;
    font-size: 1.8vh;
    line-height: 2.5vh;
    font-weight: 200;
    text-align: center;
    color: #656565;
    padding: 5px 5px;
  }
}

@media only screen and (min-width: 1450px) {
  .event-content {
    display: block;
    position: relative;
    z-index: 9;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 27px;
    transition: all 0.2s ease;
  }
  .event-content .event-calendar {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--maincolor);
    padding: 1vh 2vh;
  }

  .event-content .event-calendar > .day {
    font-family: Oswald, sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    color: #fff;
  }

  .event-content .event-calendar > .month {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 2.6vh;
    font-weight: 400;
    color: #fff;
  }

  .event-content .event-calendar > .year {
    font-family: Oswald, sans-serif;
    font-size: 34px;
    line-height: 3.5vh;
    font-weight: 100;
    color: #fff;
  }

  .event-content .event-info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }

  .event-content .event-info > .event-name {
    width: 100%;
    height: fit-content;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    color: #666;
    padding: 5px 15px;
  }

  .event-content .event-info > .event-address {
    width: 100%;
    height: auto;
    font-family: Poppins, sans-serif;
    font-size: 0.877rem;
    line-height: 0.877rem;
    font-weight: 300;
    text-align: center;
    color: #656565;
    padding: 15px 15px;
  }
}

.event-poster {
  display: flex;
  justify-content: end;
}

@media (max-width: 479px) {
  .section-activities > div {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  section#haberler {
    margin: 0 0 0 !important;
  }

  .event-poster {
    height: 100%;
  }
}

div.activities.list {
  padding-top: 10px;
}

@media (max-width: 479px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .footer_mobile_col-left {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .e-belediye-hizlimenu {
    padding: 30px 0 0px !important;
  }

  section#haberler {
    margin: 0 0 0 !important;
    padding-bottom: 1rem !important;
  }

  .section-header.light img {
    width: 100%;
  }

  .multimedia-nav {
    margin-bottom: 2rem;
  }

  .etkinliksag {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .multimedia-container {
    margin-top: 36px;
  }

  .event-poster,
  .event-poster img {
    height: 100%;
  }
}

@media (max-width: 991px) {
  .haberler-title {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .haberler-title img {
    max-width: 30%;
  }
}

@media (min-width: 992px) {
  .haberler-title {
    display: none !important;
  }

  .mobil-ebelediye1,
  .mobil-ebelediye-kutus {
    display: none !important;
  }
}

.font-baslik {
  font-family: GlossAndBloom, sans-serif !important;
}

.hizlimenuModal {
  width: 100vw;
  height: 100vh;
  background: linear-gradient(
    322deg,
    rgba(0, 159, 227, 1) 0%,
    rgba(0, 94, 161, 1) 100%
  );
  opacity: 1;
  z-index: 9999;
  position: fixed;
  display: none;
}

.hizlimenuModal.show {
  display: unset;
}

.modalachizli {
  overflow: hidden;
  position: absolute;
}

.mobil-ebelediye1 img {
  height: 1.5rem;
  margin-right: 0.5rem;
}

.mobil-ebelediye1 {
  padding: 1rem;
  display: flex;
  justify-content: flex-start;
  color: #fff;
  background: var(--maincolor);
  margin-bottom: 3rem !important;
  font-size: 1.1rem;
  text-align: start;
  position: relative;
  box-shadow: 0 0 25px 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;
  min-width: 10%;
  min-height: 37px;
  width: 100%;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
}
.mobil-ebelediye1 span {
  font-size: 12px;
  margin-top: 10px;
}
.tl-icon {
  font-size: 25px;
  margin-right: 10px;
}
.hizli-odeme-buton {
  display: flex;
  flex-direction: column;
}
.mainSlide-wrapper {
  position: relative;
  display: flex;
}

#main-slide {
  /* padding: 0 55px; */
}

.slider-serit {
  width: 55px;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.slider-s-sol {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.slider-s-sol a {
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  height: 55px;
  min-width: 100px;
  justify-content: space-around;
  color: var(--maincolor);
}

.slider-s-sol .bottom {
  white-space: nowrap;
  font-weight: 600;
}

.slider-s-sol .icon i::before {
  font-weight: 600;
}

.slider-s-sol .icon {
  margin-right: 7px;
}

.slider-s-sag {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sagserit {
  right: 0;
}

.slider-s-sag nav {
  display: flex;
  flex-direction: column;
}

.slider-s-sag nav a {
  margin: 12px 0;
  display: flex;
  justify-content: center;
}

.slider-whatsapp {
  transform: rotate(270deg);
  display: flex;
  margin-top: 5rem;
  align-items: center;
}

.slider-whatsapp .icon {
  font-size: 24px;
  margin-right: 5px;
  color: var(--maincolor);
}

.slider-whatsapp .title {
  color: var(--maincolor);
}

.slider-whatsapp .bottom {
  white-space: nowrap;
}

span.sosyal-iconlar-span {
  font-size: 20px;
  color: var(--maincolor);
}

.slider-yazi {
  position: absolute;
  top: 30%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slider-yazi1 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-style: italic;
  font-family: Roboto;
}

.slider-yazi2 {
  font-size: 4.5rem;
  line-height: 1.2;
  font-family: fantasy;
}

.whatsapbuton {
  display: none;
}

.is-wp-ac {
  display: flex !important;
}

.slider-yazi .slider-yazi1,
.slider-yazi .slider-yazi2 {
  color: #fff;
}

.havadurumu-ikon {
  height: 30px;
}

#weather-data {
  font-size: 12px;
}

.tarih-kutus {
  width: 20%;
}

.duyuru-kayanbaslik {
  box-shadow: 14px -1px 8px 0 rgb(0 0 0 / 5%);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 5px;
}

.duyuru-kayanbaslik:hover {
  color: var(--maincolor);
}

/* #haberler {
  padding: 50px 0;
} */

.fast-menu-slider {
  position: relative;
  border-radius: 5px;
}

.fast-menu-slider .owl-stage-outer {
  padding: 20px 0;
}

.fast-menu-item {
  padding: 20px 15px;
  text-align: center;
  background: #fff;
  box-shadow: 20px 0 15px rgba(0, 0, 0, 0.05);
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fast-menu-item a {
  position: relative;
}

.fast-menu-item:before {
  content: "";
  height: calc(100% + 40px);
  background: var(--secondary);
  transition: all 0.5s ease;
  position: absolute;
  border-radius: 5px;
  width: 100%;
  top: -20px;
  left: 0;
  opacity: 0;
  z-index: 0;
}
@media (min-width: 992px) {
  .desktop-hidden {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .effect_bottom_left,
  .effect_top_right {
    display: none !important;
  }
  .mobil-gizle {
    display: none !important;
  }
}

.fast-menu-item:hover:before {
  transition: all 0.5s ease;
  opacity: 1;
  border-radius: 1rem !important;
}

.fast-menu-item:hover .fast-menu-content,
.fast-menu-item:hover .fast-menu-image img,
.fast-menu-item:hover .fast-menu-title {
  color: #fff;
  /* filter: brightness(0) invert(1); */
}

.fast-menu-item:hover:after {
  display: none;
}

.fast-menu-slider .owl-next,
.fast-menu-slider .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  height: calc(100% - 40px);
  background: var(--secondary);
  width: 60px;
  color: #fff;
  font-size: 28px;
  border-radius: 5px 0 0 5px;
}

.fast-menu-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 30px;
  width: 1px;
  background: #e9eaee;
  margin: auto;
}

.fast-menu-image {
  text-align: center;
}

.fast-menu-image img {
  width: 38px !important;
  margin: auto;
}

.fast-menu-title {
  font-size: 12px;
  margin: 13px 0 2px;
  color: var(--secondary);
  font-weight: 600;
}

.fast-menu-content {
  font-size: 12px;
  color: #cacaca;
}

.fast-menu-slider .owl-next {
  left: auto;
  right: 0;
  border-radius: 0 5px 5px 0;
}

.fast-menu-slider .owl-next i,
.fast-menu-slider .owl-prev i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#fast-menu .owl-nav.disabled {
  display: flex !important;
}

#fast-menu .owl-nav button.owl-next,
#fast-menu .owl-nav button.owl-prev {
  width: 3rem;
  height: 77% !important;
  right: -36px !important;
  opacity: 1;
}

#fast-menu .owl-nav button.owl-prev {
  left: -36px !important;
}

#fast-menu {
  width: calc(100% - 80px);
  margin-right: 2rem;
}

.fast-menu-item:hover .fast-menu-image i {
  color: #fff;
}

.e-belediye-hizlimenu {
  display: flex;
  padding: 50px 0;
  background-color: #f7f7f7;
  margin-top: 65px;
}

.e-belediye-hizlimenu .container {
  justify-content: space-between;
}

.baslik-indexs {
  font-family: "Bebas Neue", cursive;
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 61px;
  align-items: flex-start;
  padding-right: 36px;
}

.baslik-indexs span:first-child {
  color: var(--maincolor);
  line-height: 1;
}

.baslik-indexs span:last-child {
  color: var(--maincolor);
  line-height: 1;
}

.haberler-baslik {
  font-family: "Bebas Neue", cursive;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 50px;
  align-items: flex-start;
  padding: 5px 30px 0 0;
  margin-bottom: 1rem;
}

.haberler-baslik span:first-child {
  color: var(--secondary);
  line-height: 1;
}

.haberler-baslik span:last-child {
  color: var(--secondary);
  line-height: 1;
}

.guncel-baslik {
  font-family: "Bebas Neue", cursive;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 50px;
  align-items: flex-start;
  padding: 5px 30px 0 0;
  margin-bottom: 1rem;
}

.guncel-baslik span:first-child {
  color: var(--maincolor);
  line-height: 1;
}

.guncel-baslik span:last-child {
  color: var(--maincolor);
  line-height: 1;
}

.ilanlarb {
  font-size: 30px;
  padding: 12px;
}

.duyurularb {
  font-size: 50px;
  padding: 12px;
  align-items: baseline;
  display: flex;
  justify-content: start;
}

section.newsMain {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

section.newsMain .titlebar {
  background: #fff;
  height: 250px;
  padding: 90px 90px;
  display: flex;
  justify-content: end;
  flex-direction: column-reverse;
  margin-bottom: -70px;
}

section.newsMain .titlebar .title {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.04em;
  color: #066069;
}

section.newsMain .news-container {
  padding: 0 90px;
}

section.newsMain .newsSliderTop .newsArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  right: 20px;
  cursor: pointer;
}

@media (max-width: 992px) {
  .haberkutu {
    padding: 1rem !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 1rem;
  }

  .ethinlik-baslik-alanlari .haberler-baslik {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 !important;
    gap: 60px;
  }
  .home_news__header {
    display: flex;
    justify-content: space-between;
    flex-direction: column !important;
  }
  .haberler-baslik {
    padding: 5px 5px 0 0;
  }
  .etkinlik-tumunugorb {
    width: 150px !important;
    font-family: Poppins;
  }

  .haberler-baslik {
    font-size: 30px;
    width: 75%;
  }
  .mobileguncelbolumuslider {
    height: 250px !important;
  }
}
section.newsMain .newsSliderTop .newsArrow .icon {
  height: 43.02px;
  width: 24.32px;
  fill: #fff;
  filter: drop-shadow(1px 29px 43px rgba(0, 0, 0, 0.48));
}

section.newsMain .newsSliderTop .newsArrow.prev {
  right: unset;
  left: 20px;
}

section.newsMain .newsSliderTop .newsArrow.prev .icon {
  transform: rotate(180deg);
}

section.newsMain .newsSliderTop .swiper-wrapper {
  height: 500px;
}

section.newsMain .newsSliderTop .swiper-wrapper .swiper-slide {
  height: unset;
}

section.newsMain .newsSliderTop .news-item {
  display: block;
  position: relative;
}

section.newsMain .newsSliderTop .news-item .img {
  position: relative;
  padding-bottom: 62%;
  overflow: hidden;
  border-radius: 6px;
  width: 100%;
  z-index: 1;
  background: #000;
}

section.newsMain .newsSliderTop .news-item .img img {
  max-width: fit-content;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  height: 500px;
  min-width: 101%;
  width: 100%;
  object-fit: cover;
}

section.newsMain .newsSliderTop .news-item .img:before {
  content: "";
  background: linear-gradient(
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.09) 33.71%,
    #000 100%
  );
  opacity: 0.9;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

section.newsMain .newsSliderTop .news-item .content {
  position: absolute;
  left: 20px;
  bottom: 10rem;
  z-index: 2;
}

section.newsMain .newsSliderTop .news-item .content .title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 24px;
  color: #fff;
  position: relative;
  left: -100vw;
  transition: 0.3s ease all;
}

section.newsMain
  .newsSliderTop
  .swiper-slide-active
  .news-item
  .content
  .title {
  left: 0;
}

section.newsMain .newsSliderTop .news-item .content .text {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 24px;
  transition: 0.3s 0.1s ease all;
  left: -100vw;
  position: relative;
}

section.newsMain .newsSliderTop .swiper-slide-active .news-item .content .text {
  left: 0;
}

section.newsMain .newsSliderTop .news-item .content .date {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: -0.02em;
  line-height: 28px;
  color: #fff;
  transition: 0.3s 0.3s ease all;
  left: -100vw;
  position: relative;
}

section.newsMain .newsSliderTop .swiper-slide-active .news-item .content .date {
  left: 0;
}

section.newsMain .newsSliderThumb {
  padding: 0 11px;
  margin-top: -45px;
  height: 66px;
}

section.newsMain .newsSliderThumb .swiper-slide {
  opacity: 1;
  cursor: pointer;
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
}

section.newsMain .newsSliderThumb .swiper-slide .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 66px;
  opacity: 0.5;
  transition: 0.3s ease all;
}

section.newsMain .newsSliderThumb .swiper-slide.swiper-slide-thumb-active .img {
  opacity: 1;
}

section.newsMain .twitterContent {
  background: #fff;
  border: 1px solid rgba(153, 153, 153, 0.3);
  filter: drop-shadow(0 30px 30px rgba(0, 0, 0, 0.1));
  border-radius: 6px;
  padding: 48px 78px 48px 42px;
  min-height: 480px;
  position: relative;
  margin-bottom: 12px;
}

section.newsMain .twitterContent .twitterprofile {
  position: relative;
  padding-left: 55px;
  margin-bottom: 75px;
}

section.newsMain .twitterContent .twitterprofile:before {
  content: "";
  background-image: url(../img/twitter.png);
  width: 47px;
  height: 47px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

section.newsMain .twitterContent .twitterprofile .title {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 19px;
  text-align: left;
  color: #999;
}

section.newsMain .twitterContent .twitterprofile .name {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 19px;
  text-align: left;
  color: #999;
}

section.newsMain .twitterContent .twitterfeedsOwlDots {
  position: absolute;
  left: 48px;
  bottom: 35px;
}

section.newsMain .twitterContent .twitterfeedsOwlDots .owl-dot {
  width: 24px;
  height: 24px;
  background: rgba(153, 153, 153, 0.36);
  border-radius: 24px;
  margin-right: 8px;
  border: 0;
  transition: 0.3s ease all;
  cursor: pointer;
}

section.newsMain .twitterContent .twitterfeedsOwlDots .owl-dot.active {
  background: #066069;
}

section.newsMain .twitterContent .owl-twitterfeed .tweet {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #999;
  white-space: normal;
}

section.newsMain .twitterContent .twitterFallowBtn {
  font-size: 16px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #fff;
  border-radius: 17.5px;
  background: #066069;
  padding: 8px 21px;
  position: absolute;
  right: 32px;
  bottom: 28px;
}

section.newsMain .newsBtns {
  display: flex;
  justify-content: space-between;
}

section.newsMain .swiper-container {
  margin: 0;
}

section.newsMain .newsBtns .btn {
  display: flex;
  align-items: center;
  width: calc(100% - 3px);
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(153, 153, 153, 0.3);
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
  height: 130px;
  margin-right: 9px;
  position: relative;
  padding: 0 36px;
}

section.newsMain .newsBtns .btn:last-child {
  margin-right: 0;
}

section.newsMain .newsBtns .btn .icon {
  width: 77.61px;
  height: 58.23px;
  margin-right: 20px;
  background: #dadada;
  -webkit-mask-position: top center;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}

section.newsMain .newsBtns .btn span {
  display: block;
  max-width: 100px;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.04em;
  line-height: 28px;
  text-align: left;
  color: #066069;
}

section.newsMain .allNews {
  text-align: center;
  margin-top: 50px;
}

section.newsMain .allNews .btn {
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #fff;
  border-radius: 17.5px;
  background: #999;
  padding: 10px 14px;
  display: inline-block;
  position: relative;
  width: 180px;
  text-align: left;
}

section.newsMain .allNews .btn .icon {
  height: 16.68px;
  width: 9.92px;
  fill: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}

.haberkutu {
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
}

.haber-sagresims {
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 5px #19f;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.masonry-cards {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0px 20px;
  grid-auto-flow: dense;
  height: 600px;
  padding: 0 0 3rem;
}

@media screen and (min-width: 568px) {
  .masonry-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .masonry-cards {
    grid-template-columns: 23fr 25fr 25fr;
    grid-template-rows: repeat(2, 1fr);
  }
}

.masonry-cards__item {
  background-color: #fff;
  border-radius: 14px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media screen and (min-width: 568px) {
  .masonry-cards__item--span-row-col-2 {
    grid-column-end: span 2;
  }
}

@media screen and (min-width: 992px) {
  .masonry-cards__item--span-row-col-2 {
    grid-row-end: span 2;
  }
}

@media screen and (min-width: 568px) {
  .masonry-cards__item--span-row-2-sm {
    grid-row-end: span 2;
  }
}

@media screen and (min-width: 568px) {
  .masonry-cards__item--span-col-2 {
    grid-column-end: span 2;
  }
}

@media screen and (min-width: 992px) {
  .masonry-cards__item--span-row-2 {
    grid-row-end: span 2;
  }
}

.mayor-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 14px calc(14px - 10px);
  height: 100%;
}

@media screen and (min-width: 568px) {
  .mayor-card {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .mayor-card {
    padding: 28px 22px calc(22px - 12px);
  }
}

.mayor-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.125rem;
}

@media screen and (min-width: 568px) {
  .mayor-card__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.mayor-card__img-wrapper {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0.875rem 0 0;
  width: 100px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 49, 92, 0.08);
  box-shadow: 0 0 0 1px rgba(0, 49, 92, 0.08);
}

@media screen and (min-width: 568px) {
  .mayor-card__img-wrapper {
    margin: 0 auto 0.875rem;
    width: 90%;
  }
}

.mayor-card__details {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0rem 0rem 0rem;
}

.mayor-card__name {
  color: var(--maincolor);
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.2;
  margin-bottom: 3px;
}

.mayor-card__title {
  color: #000;
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 500;
}

.mayor-card__list {
  margin-top: 0.5rem;
  text-align: left;
  padding-left: 1rem;
}

.mayor-card__item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 49, 92, 0.08);
}

.mayor-card__link {
  position: relative;
  display: block;
  font-weight: 500;
  line-height: 1.2;
  padding: 10px 0 10px 26px;
  color: #000;
  will-change: color;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.mayor-card__link:hover {
  color: var(--maincolor);
}

.mayor-card__link:before {
  content: "\F134";
  font-family: bootstrap-icons !important;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: var(--secondary);
  font-size: 1rem;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}

.mayor-card__link:hover:before {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

.slider-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.slider-card__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: calc(240px + 76px);
}

@media screen and (min-width: 568px) {
  .slider-card__slider {
    min-height: calc(340px + 92px);
  }
}

@media screen and (min-width: 992px) {
  .mobileguncelbolumuslider {
    height: 250px !important;
  }
  .slider-card__slider {
    min-height: auto;
  }
}

.slider-card .slider__next,
.slider-card .slider__prev {
  top: 31%;
}

@media screen and (min-width: 568px) {
  .slider-card .slider__next,
  .slider-card .slider__prev {
    top: 34%;
  }
}

@media screen and (min-width: 992px) {
  .slider-card .slider__next,
  .slider-card .slider__prev {
    top: 38%;
  }
}

.slider__next {
  right: 0;
  border-radius: 10px 0 0 10px;
}

.slider__prev {
  border-radius: 0 10px 10px 0;
}

.slider__next,
.slider__prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  color: #fff;
  background-color: var(--secondary);
  border: none;
  padding: 0;
  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;
  will-change: background-color;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  opacity: 0.8;
}

.slider__next svg,
.slider__prev svg {
  height: 1.5rem;
  width: 1.5rem;
}

.slider-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  overflow: hidden;
}

.slider-card__img-wrapper {
  border-radius: 12px;
  background-color: #e8ecf0;
  height: 100%;
  min-height: 240px;
  will-change: transform;
  -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (min-width: 568px) {
  .slider-card__img-wrapper {
    min-height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .slider-card__img-wrapper {
    min-height: auto;
  }
}

.slider-card__item:hover .slider-card__img-wrapper {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.slider-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #0072bc;
  font-weight: 500;
  padding: 14px;
  background-color: #fff;
  z-index: 1;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .slider-card__content {
    padding: 22px 1.5rem 22px 1.5rem;
  }
  section.ebelediye {
    display: none !important;
  }
}

.slider-card__category {
  display: block;
  font-weight: 400;
  margin-bottom: 2px;
  color: #20aab0;
}

.slider-card__title {
  font-size: 1.375rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #0072bc;
}

.slider-card__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-top: 0.375rem;
}

.slider-card__location:before {
  margin-right: 4px;
  font-size: 1.375rem;
}

@media screen and (min-width: 768px) {
  .slider-card__location:before {
    margin-top: -1px;
  }
}

.kultur-sanat-card {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 40px 14px;
  min-height: 180px;
  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;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .kultur-sanat-card {
    padding-right: 32px;
    padding-left: 32px;
    min-height: auto;
  }
}

@media only screen and (max-width: 568px) {
  .kultur-sanat-card {
    min-height: 270px;
  }
}

.kultur-sanat-card:hover {
  color: #fff;
}

.kultur-sanat-card:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.kultur-sanat-card__img-wrapper.lazy-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  will-change: transform;
  -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
}

.kultur-sanat-card:hover .kultur-sanat-card__img-wrapper {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.transportation-card {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.transportation-card__img-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 160px;
  background-color: #e8ecf0;
  will-change: transform;
  -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
}

.transportation-card:hover .transportation-card__img-wrapper {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (max-width: 568px) {
  .transportation-card__img-wrapper {
    min-height: 300px;
  }
}

.transportation-card__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.city-portal-card {
  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;
  width: 100%;
  height: 100%;
}

.city-portal-card__img-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  will-change: transform;
  -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
}

.city-portal-card:hover .city-portal-card__img-wrapper {
  -webkit-transform: scale(1.075);
  transform: scale(1.075);
}

.presentation-film-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.presentation-film-card__img-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  will-change: transform;
  -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
}

.presentation-film-card:hover .presentation-film-card__img-wrapper {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.kent-card {
  position: relative;
  width: 100%;
  height: 100%;
  color: #0072bc;
  padding: 30px 14px;
  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;
  letter-spacing: 0.03rem;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .kent-card {
    min-height: 220px;
  }
}

@media only screen and (max-width: 568px) {
  .kent-card {
    min-height: 280px;
  }
}

@media only screen and (max-width: 423px) {
  .kent-card {
    min-height: 200px;
  }
}

.kent-card:hover {
  color: #0072bc;
}

.kent-card__img-wrapper.lazy-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  will-change: transform;
  -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1);
}

.kent-card:hover .kent-card__img-wrapper {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

@media (max-width: 1536px) and (min-width: 1321px) {
  .mayor-card__list > li > a {
    font-size: smaller;
    padding-top: 5px;
  }

  .mayor-card__details > h1 {
    font-size: medium;
  }

  .mayor-card__details > h5 {
    font-size: smaller;
  }

  .mayor-card > header > figure {
    margin: auto;
    margin-bottom: 5px;
  }

  .mayor-card__link:before {
    font-size: small;
  }

  .mayor-card > header {
    width: 200px;
    margin: auto;
  }
}

@media (min-width: 320px) {
  #fast-menu {
    margin: auto !important;
  }
}

@media (max-width: 1320px) and (min-width: 1158px) {
  .mayor-card {
    padding-top: 5px;
  }

  .mayor-card > header {
    width: 165px;
    height: auto;
    margin: auto;
    margin-top: 0;
    margin-bottom: 8px;
  }

  .mayor-card__details > h1 {
    font-size: small;
  }

  .mayor-card__details > h5 {
    font-size: x-small;
  }

  .mayor-card > header > figure {
    margin-bottom: 0;
  }

  .mayor-card__list > li > a {
    font-size: smaller;
    padding-top: 5px;
  }

  .mayor-card__link:before {
    font-size: small;
  }
}

@media (max-width: 1157px) and (min-width: 992px) {
  .mayor-card {
    padding-top: 5px;
  }

  .mayor-card > header {
    width: 130px;
    height: auto;
    margin: auto;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .mayor-card__details > h1 {
    font-size: small;
  }

  .mayor-card__details > h5 {
    font-size: x-small;
  }

  .mayor-card > header > figure {
    margin-bottom: 0;
  }

  .mayor-card__list > li > a {
    font-size: 11px;
    padding-top: 0;
    padding-bottom: 7px;
  }

  .mayor-card__link:before {
    font-size: small;
  }
}

@media (max-width: 567px) {
  .mayor-card > header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 518px) {
  .slider-resize > div > button {
    top: unset !important;
    margin-top: 7rem;
  }
}

@media (max-width: 1400px) {
  .altbutonsag {
    width: 45%;
    display: none;
  }
}

.masonry-cards__item.swiper-container {
  margin: 0 !important;
}

.slider-duyurub button {
  position: absolute;
  z-index: 2;
}

.slider-card__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.guncel-bolumu {
  background-color: #f7f7f7;
  padding: 2rem 0rem 11rem 0rem;
}

.mayor-card {
  background: url(/assets/img/menu.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 7px;
  background-size: 270px;
}

.mayor-card__img {
  height: 27rem;
  object-fit: cover;
  width: 100%;
}

.guncel-sagyazi {
  bottom: 2rem;
  position: absolute;
  left: 2rem;
  font-family: "Bebas Neue";
  color: #fff;
  font-size: 2rem;
  display: flex;
  align-items: center;
}

.guncel-sagyazi svg {
  width: 4rem;
  height: 4rem;
}

.kultur-sanat-card__img-wrapper .guncel-sagyazi svg {
  width: 3rem;
  height: 3rem;
}

.home-activities {
  /* padding: 5rem 10rem; */
  background-image: url(/assets/images/baskan.jpg);
  background-size: 100vw 100%;
  background-repeat: no-repeat;
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0rem 0rem;
  /* margin: 5rem 0rem; */
}
/* .index_mayor_section {
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
} */

.section-activities {
  border-radius: 10px;
  width: 47% !important;
}

.swiper-head .swiper-buttons1 a {
  height: 40px;
  background: var(--maincolor) !important;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 10px !important;
}

.swiper-head .swiper-buttons1 a:hover {
  background-color: var(--secondary) !important;
}

.my_projects .project_slide .date_img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--maincolor);
}

.etkinlik_swiper {
  background-color: #fff;
  border-radius: 10px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}

.swiper-buttons1 {
  display: flex;
}

.swiper-head .swiper-buttons1 a:hover {
  background-color: var(--secondary) !important;
}

.my_projects .project_slide .date_img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--maincolor);
}

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

.twitter-alani {
  max-height: 250px;
}

.buton-tumunugors {
  background: var(--secondary);
  color: #fff;
}

.my_projects {
  padding: 3rem 0;
  margin: 3rem 0 1rem;
  background-image: url(/assets/img/projearkaplan.webp);
}

.my_projects .nav-tabs {
  border-bottom: none !important;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 30px;
}

.my_projects .nav-tabs .nav-link {
  margin-bottom: -1px;
  color: #fff;
  background: 0 0;
  border-bottom: 1px solid transparent;
}

.my_projects .left_project_area .title {
  font-weight: 700;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.44);
}

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

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

.my_projects .left_project_area .btn_all_pr {
  display: flex;
  align-items: center;
  margin-top: 40px;
  justify-content: space-between;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.my_projects .left_project_area .btn_all_pr button {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  background: var(--secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}

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

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

.my_projects .swiper-slide {
  height: auto;
}

.my_projects .project_slide {
  padding: 8px;
  background: rgba(255, 255, 255, 0.1);
  height: 95%;
  border-radius: 10px;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.my_projects .project_slide .date_img {
  position: absolute;
  top: 8px;
  right: 27px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #e30a17;
}

.my_projects .project_slide .date_img .day {
  font-size: 31px;
  color: #fff;
  line-height: 1;
}

.my_projects .project_slide .date_img .month {
  font-size: 12px;
  color: #fff;
}

.my_projects .project_slide .title_mid {
  min-height: 50px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.my_projects .project_slide .excerpt {
  font-size: 12px;
  color: #afafaf;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-activities .etkinlik_slider {
  border-radius: 10px;
  background: #fff;
  padding: 0.5rem;
}

.home-activities .etkinlik_slider .content_text {
  padding: 8px 10px;
}

.home-activities .etkinlik_slider .content_text .title {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}

.home-activities .etkinlik_slider .content_text .activity-detail {
  margin-top: 5px;
}

.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: 2px 0;
  align-items: center;
}

.home-activities .etkinlik_slider .content_text .activity-detail li i {
  font-size: 14px;
  color: var(--maincolor);
  margin-right: 7px;
}

.home-activities .etkinlik_slider .content_text a {
  margin-top: 10px;
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  padding: 8px 8px;
  border-radius: 10px;
  display: inline-block;
  background: var(--maincolor);
}

.home-activities a {
  margin: 10px 0 0 5px;
}

.home-activities .etkinlik_slider img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.etkinlik-takvimib {
  width: 47%;
  display: flex;
  align-items: center;
}
.haberler-baslik {
  display: flex;
  align-items: start;
}
.ethinlik-baslik-alanlari {
  justify-content: space-between;
}

.ethinlik-baslik-alanlari .haberler-baslik {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 !important;
}

.etkinlik-baslik-yazi {
  font-size: 1rem;
  color: #000 !important;
  font-family: Poppins;
}

.manset-etkinlik {
  display: flex;
  padding: 1rem 10px 2rem;
}

.manset-etkinlik-resim {
  width: 100%;
  border-radius: 10px;
}

.manset-etkinlik-link {
  margin-top: 10px;
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  padding: 8px 8px;
  border-radius: 10px;
  display: inline-block;
  background: var(--maincolor);
}

.manset-etkinlik-detay {
  width: 100%;
}

.manset-etkinlik-detay li {
  display: flex;
  border-bottom: 1px solid #f2f2f2;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  padding: 8px;
}

.manset-etkinlik-detay li i {
  font-size: 14px;
  color: var(--maincolor);
  margin-right: 7px;
}

.manset-etkinlik .title {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  padding-bottom: 5px;
}

.home-activities .etkinlik_slider .content_text a:hover,
.manset-etkinlik-link:hover {
  background-color: var(--secondary);
  color: #fff;
}

.manset-etkinlik-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

#etkinlik_swiper_next,
#etkinlik_swiper_prev {
  width: 45px;
}

.etkinlik-tumunugorb {
  width: 120px !important;
  font-family: Poppins;
}

.card-v2-footer .text {
  color: #000;
  font-size: 13px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 59px;
  margin-top: 5px;
}

.card-v2-overlay .title {
  -webkit-transition: 0.3s 0.1s;
  -o-transition: 0.3s 0.1s;
  transition: 0.3s 0.1s;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.3px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

.card-v2-overlay .sub .btn {
  font-size: 13px;
  color: #fff;
  margin-top: 13px;
  text-decoration: underline;
}

.card-v2-overlay .sub .icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  border: 2px solid #fff;
  color: #fff;
}

.card-v2-overlay .number {
  -webkit-transition: 0.3s 0.3s;
  -o-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
  color: #fff;
  font-family: "Bebas Neue", cursive;
  font-size: 36px;
  line-height: 1.2;
}

.card-v2-overlay .number span:last-child {
  font-size: 24px;
}

.card-v2-overlay .text {
  -webkit-transition: 0.3s 0.2s;
  -o-transition: 0.3s 0.2s;
  transition: 0.3s 0.2s;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

.card-v2-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(254, 126, 0, 0.8);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding: 30px 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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.card-v2-footer .title {
  color: var(--maincolor);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
}

.card-v2-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: cover;
}

.card-v2-photo {
  height: 198px;
  overflow: hidden;
  background-color: #fff;
}

.card-v2 a {
  display: block;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px rgb(69 95 118 / 25%);
  box-shadow: 0 0 15px rgb(69 95 118 / 25%);
}

.section-projects .owl-projects .owl-item .item {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  will-change: opacity;
}

.card-v2-footer {
  background-color: #fff;
  text-align: center;
  padding: 25px 30px;
  height: 165px;
}

.card-v2-footer:hover {
  background-color: var(--maincolor);
  color: #fff;
}

.card-v2-footer:hover .text,
.card-v2-footer:hover .title {
  color: #fff;
}

.projeler-baslik {
  display: flex;
  align-items: center;
}

.slider-linklerk {
  display: flex;
}

.slider-linklerk a img {
  height: 60px;
}

.slider-linklerk a {
  height: 100%;
}

.section-logolar {
  padding: 50px 0;
  background-color: #f7f7f7;
}

.onemlilogolar-slider {
  min-width: 94% !important;
  margin: auto;
}

.onemlilogolar-slider img {
  width: 50px !important;
  height: auto;
  object-fit: cover;
  text-align: center;
  margin-bottom: 1rem;
}

.onemlilogolar-slider .fast-menu-item {
  display: flex;
  height: 200px;
  align-items: center;
  justify-content: center;
  box-shadow: unset !important;
  border-radius: 10px;
}

.onemlilogolar-slider .fast-menu-item:after {
  background-color: unset !important;
}

.onemlilogolar-slider .fast-menu-item:before {
  background: #eee;
  height: calc(100%);
  top: unset;
  border-radius: 10px;
}

.onemlilogolar-slider .owl-nav button.owl-prev {
  border-radius: 10px 0 0 10px;
}

.onemlilogolar-slider .owl-nav button.owl-next {
  border-radius: 0 10px 10px 0;
}

.onemlilogolar-slider .owl-nav button.owl-next,
.onemlilogolar-slider .owl-nav button.owl-prev {
  max-height: 50px !important;
  width: 2rem !important;
}

.onemlilogolar-slider .owl-nav button.owl-next span,
.onemlilogolar-slider .owl-nav button.owl-prev span {
  font-size: 2rem;
}

.onemlilogolar-slider .fast-menu-item:hover .fast-menu-title {
  filter: unset;
  color: #000;
}

.onemlilogolar-slider .fast-menu-item:hover .fast-menu-image img {
  filter: none !important;
}

a.header-button.button--modalnav.header_ebelediye_button.is-open.mr-2 {
  background: transparent !important;
  backdrop-filter: none !important;
  border: none !important;
}

.slider-linklerk li {
  background-color: #fff;
  margin: 0 15px 1rem 0;
  border-radius: 10px;
  padding: 10px;
}
.mobil-guncelbolumu {
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .mayor_section_box_prop {
    display: none !important;
  }
  .mobil-guncelbolumu {
    background: none;
  }
}
.mobil-guncelbolumu .mayor-card {
  display: flex;
  flex-direction: row;
  padding: 20px 14px;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .allNews {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0.5rem;
    min-width: fit-content;
  }
  button.slidebutton {
    min-width: 25px;
    color: #fff;
  }
  .mobil-guncelbolumu .mayor-card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
}
.mobil-guncelbolumu .slider-card__img-wrapper {
  min-height: unset;
}
.mobil-guncelbolumu .guncelslider {
  padding-top: 1rem;
}
.mobil-guncelbolumu .slider-card__img,
.mobil-guncelbolumu .slider-card__item:hover .slider-card__img-wrapper {
  border-radius: 10px;
}
.mobil-guncelbolumu .mayor-card__img-wrapper {
  width: 100%;
}

.stories-section {
  background: #fff;
  border-radius: 15px;
  padding: 1rem;
  margin-bottom: 1rem;
}
.section.section-stories {
  width: 100%;
  display: flex;
  padding-left: 1rem;
}
.storybox {
  overflow: hidden;
}
.stories.carousel {
  padding: 0 !important;
}
.stories.carousel .story {
  width: 4vw !important;
}

@media (max-width: 992px) {
  .tarihi-next,
  .tarihi-prev {
    width: 40px !important;
  }

  .tumprojeler {
    margin-right: 0 !important;
  }
  .sectiontitles {
    margin-top: 2rem !important;
  }
  .d-flex .section-activities .mobil-gizle {
    display: none !important ;
  }
  .mobil-gizle {
    display: none !important;
  }
  .home-activities {
    padding: 1rem 0rem;
  }
  .mayor_section_box_prop {
    display: none !important;
  }
  #haberler {
    padding-bottom: 0rem !important;
  }

  #ebelediye {
    background-color: #f7f7f7;
    padding: 0rem 0rem 0rem 0rem;
  }
  .index_mayor_section_overlay {
    display: none;
  }
  .slideraltkutusearch {
    display: none;
  }
  .etkinlikBackgroundProp,
  .home-activities {
    background: none !important;
    margin: 5px;
  }
  .projeler-section {
    padding: 12px 0;
    background-color: #f7f7f7;
    border-radius: 12px;
    margin: 30px 20px 30px 20px !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .projeler-baslik {
    display: flex;
    align-items: center;
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
  body {
    background-color: #eeee !important;
  }
  .desktopbeyazimzaprop {
    display: none !important;
  }
}
@media (min-width: 992px) {
  /* .section_gezilecek_yerler {
    display: none !important;
  } */
  /* .sosyal-tesisler-section {
    display: none !important;
  } */

  .projeler-section {
    display: none !important;
  }
  .mobilbeyazimzaprop {
    display: none !important;
  }
}

/* .bigBgRight {
  height: 120%;
  width: 100%;
  position: absolute;
  top: 365%;
  z-index: 1;
  background: url(/assets/bg-1.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  transform: scaleX(-1);
} */
.new-movie-inner {
  padding-top: 3.5rem;
}

@media screen and (max-width: 1366px) {
  .slideraltkutu {
    bottom: -3rem !important;
  }
  .mayor_section_box_prop {
    margin: 0px 2em !important;
    padding: 4rem 1rem !important;
  }
  .inner_index_mayor_prop {
    gap: 23rem !important;
  }
  .home-activities {
    padding: 1rem 0rem !important;
    margin: 1rem 0rem !important;
  }
  .home-activities .etkinlik_slider img {
    height: 140px !important;
  }
  .movie-item-contents .webtvimg {
    height: 34rem !important;
  }
}

.header {
  background: transparent !important;
}

.custom_prop123 {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}

/* .hidden {
  opacity: 0;
  transform: translateY(-150px);
}

@keyframes slideDown {
  0% {
    transform: translateY(-170px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.mainlogoNewProp.animate {
  animation: slideDown 2s ease-out forwards;
} */

@media screen and (max-width: 992px) {
  .home-activities {
    padding: 0rem 0rem !important;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
}

@media (min-width: 1440px) {
  .inner_index_mayor_prop {
    gap: 12rem !important;
  }
  .movie-item-contents .webtvimg {
    height: 34rem;
  }
}

@media (min-width: 2560px) {
  .etkinlikBackgroundProp {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

@media (min-width: 1550px) {
  .align-items-xl-center {
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-center {
    justify-content: center;
  }
}

.logohead.is-visible {
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  transition: 1s;
}

@media (min-width: 1550px) {
  .logohead {
    width: 150px !important;
    height: 170px;
    /* border-bottom-left-radius: 65px;
    border-bottom-right-radius: 65px; */
    padding: 11px;
    background-size: contain;
    display: block;
    top: 0;
    z-index: 99;
    position: absolute;
    -webkit-transform: translateX(0) translateY(-150%);
    transform: translateX(0) translateY(-150%);
  }
  /* 
  .logohead:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    background: url(/assets/img/logo-arkasi.svg) no-repeat bottom;
    width: 100% !important;
    height: 250px !important;
    -webkit-transform: translateX(-50%) translateY(-60%);
    transform: translateX(-50%) translateY(-60%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  } */
}

/* .logohead:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  background: url(/assets/img/logo-arkasi.svg) no-repeat bottom;
  width: 75%;
  height: 260px;
  -webkit-transform: translateX(-50%) translateY(-60%);
  transform: translateX(-50%) translateY(-60%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
} */

.logohead.is-visible:before {
  -webkit-transform: translateX(-50%) translateY(0);
  /* transform: translateX(-50%) translateY(0); */
}

.logoimgopak {
  opacity: 1 !important;
  z-index: 1;
}

.logoimg {
  opacity: 0;
}

@media screen and (max-width: 1900px) {
  .logoimg {
    width: 80% !important;
    top: -18px !important;
    position: relative !important;
  }
}

.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

.headlogonew {
  width: 80%;
  top: 15px;
  position: absolute;
}

.newhead {
  z-index: 0;
  top: 0;
  position: absolute !important;
  left: 5%;
}

@media (max-width: 1550px) {
  .headlogonew {
    width: 54%;
    top: 15px;
    position: relative;
  }

  .newhead {
    top: 0;
    position: absolute !important;
    left: 4%;
  }
}

@media (max-width: 992px) {
  .sectiontitles {
    margin-top: 1rem !important;
    font-size: 24px !important;
    margin-bottom: 14px;
    color: #2d346e !important;
  }
  .haberler-baslik span:last-child {
    color: #2d346e !important;
  }
  .mobil-gizle {
    display: none !important;
  }
}

@media (min-width: 2500px) {
  /* .mayor_section_box_prop {
    margin: 0 !important;
    padding: 4rem 1rem;
    height: 900px;
  }
  .index_mayor_section {
    height: 100% !important;
    background-size: 100% !important;
    border-radius: 1rem !important;
  }
  .inner_index_mayor_prop {
    bottom: 1rem !important;
  } */
  .large-web-hidden {
    display: none !important;
  }
}

@media (min-width: 2500px) {
  .responsive_container {
    width: 100% !important;
  }
}
.mr-1 {
  margin-right: 3px;
}
.button_quick_menu_opener::before {
  content: "\f0ac";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 110px;
  opacity: 0.2;
  position: absolute;
  top: 28%;
  left: 85%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: opacity-loop 2s infinite;
}
@keyframes opacity-loop {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.2;
  }
}

.quick_menu_title {
  font-size: 18px !important;
  padding-left: 2rem;
  font-weight: bold !important;
  animation: font_loop 2s infinite;
}
@keyframes font_loop {
  0% {
    letter-spacing: 0px;
  }
  50% {
    letter-spacing: 3px !important;
  }
  100% {
    letter-spacing: 0px;
  }
}
.tmerkez_container_card_prop {
  background: #fff;
  padding-left: 22px;
  padding-right: 22px;
  border-radius: 12px;
  box-shadow: rgb(5 3 1 / 20%) 0px 6px 8px;
  margin-bottom: 20px;
}
.bg-light {
  background-color: #fff !important;
}
.hizlimenu_button_prop {
  position: absolute;
  top: 4%;
  right: 5%;
  z-index: 99;
  height: 15% !important;
  box-shadow: 1px 12px 12px #0000004a;
  width: auto;
  margin-top: 4px;
  border-radius: 0rem 1rem 0rem 0rem !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 27% 59%);
  padding: 1% 1% !important;
  padding-bottom: 3% !important;
  animation: pulse 2s infinite;
  box-shadow: 0px 0px 1px 1px #d8790db2;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.header_top_buttons {
  position: relative;
  top: 20vh;
  display: flex;
  flex-direction: row;
  width: 75%;
}
.d-flex.menulinksSecondProp.flex-column {
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
  align-items: start;
  height: auto;
  justify-content: space-between !important;
  position: relative;
  height: 91vh;
  /* width: 13%; */
}
.custom_menu_footer_button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 12px;
}
@media (min-width: 1366px) and (max-width: 1440px) {
  .altbutonduyuru {
    max-width: 83% !important;
  }
  .duyurular_tum_button {
    width: 30% !important;
  }
  .custom_owl_slider_wrapper_prop {
    width: 71% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .buttons_photo_slider_bottom img {
    width: 100% !important;
    height: 70px;
    object-fit: contain;
  }
  .header-top {
    height: 20px !important;
  }
  .d-flex.menulinksSecondProp.flex-column {
    height: 94vh;
    /* width: 17vw; */
  }
  .duyurular_tum_button {
    width: 38% !important;
  }
  .altbutonduyuru {
    max-width: 83% !important;
  }
  .slideraltkutu {
    bottom: -1.5rem !important;
  }
  .linkduyurua {
    top: 13px;
  }
  .custom_owl_slider_wrapper_prop {
    top: 3% !important;
    width: 72% !important;
    height: 94vh !important;
  }
  .slideraltkutu {
    bottom: 0rem !important;
  }
  .custom_image_slide_prop {
    width: 76vw !important;
    height: 84vh !important;
  }
  .header-nav {
    gap: 1.5% !important;
  }
  .mayor_box_prop img {
    min-width: 120px !important;
  }
  .bottom_slider_buttons {
    max-width: 63% !important;
    height: 130px !important;
  }
  .submenu_list_button i,
  .submenu_list_button {
    font-size: 11px !important;
  }
  .searchBoxProp.d-flex.flex-column.justify-content-end.align-items-center {
    padding: 8px !important;
  }
  .searchbarinput {
    font-size: 10px;
  }
  .altbutonsol {
    gap: 1%;
  }
  .haber-slider .item a .img img {
    height: 520px !important;
  }
  .slick-dots li {
    width: 30px;
    height: 30px;
    margin: 5px;
  }
  .slick-dots {
    width: auto;
  }
  .haberlertumunugor {
    background: 0 0;
    color: #fff;
    position: absolute;
    right: 4%;
    font-size: 14px;
    bottom: 4%;
    border-radius: 10px;
    padding: 10px;
    border: solid;
    font-weight: 600;
  }
}

@media (min-width: 1400px) and (max-width: 1500px) {
  .bottom_slider_buttons {
    height: 140px !important;
  }
  .header-container .d-flex.align-center {
    z-index: 3;
    width: 100%;
  }
  .bottom_slider_buttons {
    max-width: 60% !important;
  }
  .altbutonduyuru {
    max-width: 85% !important;
  }
  .duyurular_tum_button {
    width: 25% !important;
  }
  .searchBoxProp.d-flex.flex-column.justify-content-end.align-items-center {
    padding: 16px !important;
    max-width: 38% !important;
  }
  .slideraltkutusearch {
    width: 33vw !important;
  }
  .buttons_photo_slider_bottom img {
    object-fit: contain;
    height: 80px;
    width: 100% !important;
  }
  .slick-dots {
    width: 75%;
  }
  .haberlertumunugor {
    bottom: 4%;
  }
  .slick-dots li {
    width: 36px !important;
    height: 36px !important;
  }
  .haber-slider .item a .img img {
    height: 535px !important;
  }
  .movie-item-contents .webtvimg {
    height: 34rem !important;
  }
}
@media (min-width: 1500px) and (max-width: 1660px) {
  .custom_owl_slider_wrapper_prop {
    right: 6% !important;
    width: 72% !important;
  }
  .slideraltkutu {
    bottom: 2%;
    width: 100%;
    right: 0%;
  }
  .bottom_slider_buttons {
    height: 146px !important;
  }
  .header-container .d-flex.align-center {
    z-index: 3;
    width: 100%;
  }
  .bottom_slider_buttons {
    max-width: 60% !important;
  }
  .altbutonduyuru {
    max-width: 85% !important;
  }
  .duyurular_tum_button {
    width: 22% !important;
  }
  .searchBoxProp.d-flex.flex-column.justify-content-end.align-items-center {
    padding: 16px !important;
    max-width: 38% !important;
  }
  .slideraltkutusearch {
    width: 29vw !important;
  }
  .buttons_photo_slider_bottom img {
    object-fit: contain;
    height: 80px;
    width: 100% !important;
  }
  .slick-dots {
    width: 75%;
  }
  .haberlertumunugor {
    bottom: 4%;
  }
  .slick-dots li {
    width: 36px !important;
    height: 36px !important;
  }
  .haber-slider .item a .img img {
    height: 535px !important;
  }
  .movie-item-contents .webtvimg {
    height: 34rem !important;
  }
}
@media (min-width: 1700px) and (max-width: 1800px) {
  .custom_image_slide_prop {
    height: 81vh !important;
  }
}

@media (min-width: 1660px) and (max-width: 1900px) {
  .slideraltkutu {
    bottom: 2%;
    width: 100%;
    right: 0%;
  }
  .custom_owl_slider_wrapper_prop {
    right: 4.2% !important;
    height: 92vh !important;
    width: 76% !important;
  }
  .header-container .d-flex.align-center {
    width: 100% !important;
  }
  .slideraltkutusearch {
    width: 28vw !important;
  }
  .duyurular_tum_button {
    width: 17%;
  }
  .slick-dots {
    width: 78% !important;
  }
  .haber-slider .item a .img img {
    height: 550px !important;
  }
  .movie-item-contents .webtvimg {
    height: 34rem !important;
  }
  .inner_index_mayor_prop {
    gap: 30rem !important;
  }
  li.py-1.bg-light.px-2.rounded-3.duyurular_sub_title_prop {
    margin-bottom: 1%;
  }
}
@media (min-width: 1366px) and (max-width: 1400px) {
  .custom_image_slide_prop {
    height: 82vh !important;
  }
}
@media (min-width: 1440px) and (max-width: 1600px) {
  .custom_image_slide_prop {
    height: 82vh !important;
  }
}
@media (min-width: 1440px) and (max-width: 1499px) {
  .custom_owl_slider_wrapper_prop {
    width: 72% !important;
  }
}

@media (min-height: 999px) and (max-height: 1099px) {
  .custom_owl_slider_wrapper_prop {
    top: 9.5% !important;
    height: 65% !important;
  }
  .custom_image_slide_prop {
    height: 65vh !important;
  }
}
.header-nav__item:hover > a {
  color: #fff !important;
}
