html {
    overflow-x: hidden
}

.box-links {
    float: left;
    background-color: #fff;
    color: var(--maincolor) !important;
    text-align: center;
    font-weight: 700;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 7%);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .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
}

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

#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: .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: .3s;
    transition: .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, .1);
    border-radius: 7px;
    -webkit-transition: .3s;
    transition: .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: .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, .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: .3s;
    transition: .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: .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: .3s;
    transition: .3s
}

@media (min-width:480px) and (max-width:767px) {
    .footer-contact__info a {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .footer-contact__info a {
        margin-left: 10px;
        margin-right: 10px
    }
}

.footer-contact__info a:hover {
    color: #fff
}

.footer-contact__info a strong {
    font-weight: 700
}

.footer-logo a {
    display: block;
    position: relative;
    margin-top: 25px
}

@media (max-width:991px) {
    .footer-logo a {
        margin-top: 20px;
        display: none
    }
}

.footer-logo img {
    max-height: 180px
}

.footer-bottom {
    background: #272c30;
    padding-top: 25px;
    padding-bottom: 25px
}

.footer-bottom .container {
    position: relative;
    z-index: 1
}

@media (max-width:479px) {
    .footer-bottom .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer-bottom .text {
    color: #fff;
    font-size: 13px
}

.footer-bottom .design {
    color: #9dafcd;
    opacity: .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, .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, .6);
    font-family: Poppins, sans-serif;
    margin-top: 3px
}

.footer-tab__nav ul li.nav-search.is-current .btn .icon {
    -webkit-transform: scale(.8);
    transform: scale(.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, .3);
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-transition: .4s;
    transition: .4s
}

.footer-tab__container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .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: .4s;
    transition: .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, .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, .08);
    -webkit-box-shadow: 1px 2px 3px rgba(73, 82, 91, .1);
    box-shadow: 1px 2px 3px rgba(73, 82, 91, .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, .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, .25);
    box-shadow: 0 0 15px rgba(73, 82, 91, .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, .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, .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: .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, .08);
    -webkit-box-shadow: 1px 2px 3px rgba(73, 82, 91, .1);
    box-shadow: 1px 2px 3px rgba(73, 82, 91, .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: 80% !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:1367px) and (max-width:1440px) {
   .haberkutu{
    min-width:325px!important ;
    max-width:325px!important ;
    min-height:306px!important ;
    max-height:306px!important ;
   }
   .haber-slider .item a .img img{
    height: 160px!important;
   }
   .slider-linklerk{
    margin-bottom: 5rem!important;
   }
   .slider-butons{
    width: 135px!important;
   }
}

@media (min-width:768px) and (max-width:1366px) {
    .haberkutu{
     min-width:300px!important ;
     max-width:300px!important ;
     min-height:315px!important ;
     max-height:315px!important ;
    }
    .haber-slider .item a .img img{
     height: 145px!important;
    }
    .slider-linklerk{
     margin-bottom: 5rem!important;
    }
    .slider-butons{
     width: 129px!important;
    }
    .slider-butons a{
        margin: 0px!important;
    }
 }

@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
}

.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: .8rem;
    color: rgb(255 255 255);
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 100%;
    padding: .4rem .8rem;
    background-color: var(--maincolor);
    height: unset;
    width: unset;
    max-width: 40px
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

.header-nav__mayor-social a svg {
    height: 25px
}

.header-nav__mayor-social a:hover {
    color: #fff !important
}

.header {
    border-top: 0 !important
}
.tab .active{
    color: var(--maincolor);
}

@media (max-width:768px) {
    .e-belediye-hizlimenu{
        display: unset!important;
    }
    .guncel-bolumu{
        display: unset!important;
    }

    .overlayIcerikler,
    .slideryazi {
        display: none !important
    }

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

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

    .mobil-gizle {
        display: none !important
    }

    .habercol_outer {
        height: unset !important;
        padding: .5rem
    }

    .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: 15px
    }
    .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%;
    }
    .home-activities .habercol_outer { 
     flex-direction: column!important;
    }
    .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;
        right: 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: .3s;
    transition: .3s
}

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

.section-projects {
    background-color: #f7f7f7
}

.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: .9rem;
    padding: .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, .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, .2);
    height: 4px;
    width: 0;
    -webkit-transition: width .3s;
    transition: width .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: -.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: .3s;
    transition: .3s
}

.shortcuts-dropdown .heading {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -.5px;
    border-bottom: 3px solid rgba(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, .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: .3s;
    transition: .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: .3s;
    transition: .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(.95);
    transform: scale(.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, .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: .3s;
    transition: .3s
}

.shortcuts.list-button .shortcuts-card:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-radius: 0 0 10px 10px;
    -webkit-transition: .3s;
    transition: .3s
}

.shortcuts.list-button .shortcuts-card:hover .more {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s .2s;
    transition: .3s .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: .3s .2s;
    transition: .3s .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: -.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(.8);
    transform: scale(.8);
    -webkit-transition: .3s;
    transition: .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, .2, 1);
    transition: -webkit-transform 1s cubic-bezier(0, 0, .2, 1);
    transition: transform 1s cubic-bezier(0, 0, .2, 1);
    transition: transform 1s cubic-bezier(0, 0, .2, 1), -webkit-transform 1s cubic-bezier(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: -.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, .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;
}
.home_ebelediye_buttons {
    display: grid;
    grid-template: repeat(1, 1fr)/repeat(3, 1fr);
    gap: 5px 5px;
    height: 100%
}

.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 .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    opacity: .8;
    box-shadow: 0 1px 20px 0 rgb(0 0 0 / 7%)
}

.slide {
    background-color: rgba(35, 22, 4, .1);
    position: relative;
    height:50rem
}

.slide:before {
    content: '';
    position: absolute;
    opacity: .6;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  
}

.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, .85);
    transition: .2s;
    opacity: .8
}

#sticky-sidebar a,
.owl-nav [class*=owl-] {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .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: .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: -.5px;
    font-size: 13px;
    transition: all .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 .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 .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 (max-width:1440px) {
    .kutudivmodal li {
        height: 7rem !important;
        width: 9rem !important
    }

    .kutudivmodal {
        padding: 4rem !important
    }

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

    .butonlaralt .item1 {
        height: 5rem
    }

    .altbutonduyuru {
        height: 50px !important
    }

    .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: #26398d;
    height: 50px !important
}

.header-logo {
    display: none !important
}


.header-button {
    height: 30px !important;
    border-radius: 5px !important
}

.header-bottom {
    height: 90px !important;
    display: flex;
    align-items: center
}

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

.header-nav__item>a {
    font-weight: 900 !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) {
    .card-v2-footer {
        background-color: #fff;
        text-align: center;
        padding: 25px 26px;
        height: 70px;
    }
    .header-bottom {
        background-color: #26388c
    }

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

    .header__mobile-logo img {
       width:9rem
    }

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

    .header-nav__mayor-social a {
        padding: 5px 0 !important;
        max-width: 36px
    }

    .header-nav__mayor-social a:first-child {
        padding: 10px 0 !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: var(--maincolor) !important
    }
}

.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: .4rem;
    box-shadow: 0 5px 20px 0 #0000000d;
    margin-bottom: .5rem;
    border-radius: 5px;
    border: 1px solid #cccccc6b;
    transition: all ease .2s;
    overflow: hidden
}

.yayinlar__list li a {
    font-size: .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 .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
}

.slideraltkutu {
    position: absolute;
    bottom: 0;
    width: 100vw;
    margin: 0;
    left: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex;
    z-index: 1;
    justify-content: space-between;
    padding: 0 55px
}

.main-slide .owl-nav {
    z-index: 2
}

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

.altbutonsol {
    width: auto;
    padding: 0;
    display: flex
}

.altbutonduyuru {
    padding: 0;
    height: 65px;
    display: flex
}

.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: column
}

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

    .altbutonsol img {
        min-width: 210px !important
    }

    .main-slide img {
        object-fit: cover;
        /* height: calc(100vh - 190px) !important; */
    }
}

.baskanimza-home img {
    max-height: 75px
}

.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: #000;
    margin-left: 50px;
    font-size: 14px
}

@media (max-width:1200px) {
    .slideraltkutu {
        display: none !important
    }
    .home-activities .etkinlik_slider .content_text .title{
        height: 50px;
    }
    .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: cover;
        height: calc(100vh - 205px);
    }
}

@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: 12px;
        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;
    }
    .footer-heading {
        font-size: 14px
    }
    .masonry-cards{
        height: 450px!important;
    }
    .mayor-card__img{
        height: 180px!important ;
        object-fit: contain!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: 120px !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
    }

    .home-icons .cont .item {
        margin-right: .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: 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
}

.tumhaberler {
    margin-left: auto
}

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

.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: 12px;
    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: var(--secondary)
}

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

.allNews:hover {
    color: #fff;
    background-color: var(--secondary);
    border-radius: 0 10px 10px 0
}

@media (max-width:768px) {
    .loading img{
        width: 8rem!important;
        max-width: 14rem!important;
    }

    .habercol_outer {
        margin-top: 0 !important
    }

    .allNews {
        font-size: 10px !important;
        padding: 0 10px 0 !important;
    }
    .sosyal-tesisler-section{
        padding: 0 15px 1rem;
        padding-top: 1.5rem;
    }
    
    button.slidebutton {
        min-width: 25px !important;
    }

    .mainSlide-wrapper {
        display: none !important;
    }

    .mobil-habers {
        margin-top: 50px;
    }
    #fast-menu{
        display: none !important;
    }
    .baslik-indexs{
        margin-bottom: 1rem;
    }
    .mayor-card__link{
        padding: 10px 0 5px 26px!important;
    }
    .mobil-guncelbolumu{
        padding-top: 1rem ;
    }
    .slider-card__slider{
        min-height: unset!important;
    }
    .projeler-section{
        padding-top: 0!important;
    }
    .onemlilogolar-section{
        display: none!important;
    }
    .sosyal-tesisler-section .container{padding: 0!important; }
    .sosyaltesis-baslik{
        font-size: 30px!important;
        width: unset!important;
        padding: 0!important;
        margin: 0!important;
    }
    .sosyal-tesisler-section .swiper-buttons1{
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
    .tarihi-prev ,.tarihi-next{
        width: 35px!important;
    }
}

.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-color: var(--secondary)
}

.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: .3s;
    -o-animation-delay: .3s;
    -ms-animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s
}

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

.windows8 #wBall_4 {
    animation-delay: .91s;
    -o-animation-delay: .91s;
    -ms-animation-delay: .91s;
    -webkit-animation-delay: .91s;
    -moz-animation-delay: .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 .125rem .25rem rgba(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: .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 .275rem .75rem rgba(0, 0, 0, .5) !important;
        transition-duration: .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 .125rem .25rem rgba(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 .125rem .25rem rgba(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 .125rem .25rem rgba(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: .8rem;
        line-height: .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 .125rem .25rem rgba(0, 0, 0, .1) !important;
        margin-bottom: 27px;
        transition: all .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: .877rem;
        line-height: .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
    }

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

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

    .etkinliksag {
        padding-left: .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-color: var(--maincolor);
    opacity: .98;
    z-index: 9999;
    position: fixed;
    display: none
}

.hizlimenuModal.show {
    display: unset
}

.modalachizli {
    overflow: hidden;
    position: absolute
}

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

.mobil-ebelediye1 {
    padding: 1rem;
    display: flex;
    justify-content: flex-start;
    color: #fff;
    background: var(--maincolor);
    margin-bottom: 1.5rem !important;
    font-size: 1.1rem;
    text-align: start;
    position: relative;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 7%);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .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: 35%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center
}

.slider-yazi1 {
    font-family: Poppins;
    line-height: 1.2;
    font-size: 20px;
    font-style: italic;
 
}

.slider-yazi2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    font-family: Poppins;
}

.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 {
    background-color: #f7f7f7;
    padding: 50px 0
}

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

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

.fast-menu-item {
    padding: 30px 10px;
    text-align: center;
    background: #fff;
    box-shadow: 20px 0 15px rgba(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 .5s ease;
    position: absolute;
    border-radius: 5px;
    width: 100%;
    top: -20px;
    left: 0;
    opacity: 0;
    z-index: 0
}

.fast-menu-item:hover:before {
    transition: all .5s ease;
    opacity: 1
}

.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: #F68B1E;
    font-weight: 600
}

.fast-menu-content {
    font-size: 9px;
    color: #000000;
    font-weight: 600;
}

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

.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: row;
    font-size: 30px;
    align-items: flex-start;
    margin-top: 1rem;
    justify-content: flex-start;
    padding-right: 20rem;
    color: var(--maincolor);
}
.haberler-baslik a{
margin-right: 1.5rem;
}


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

.haberler-baslik span:last-child {
    color: var(--maincolor);
    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: center;
    display: grid;
    grid-template-columns: 23fr 25fr 25fr 25fr;
    grid-template-rows: repeat(1, 1fr)
}

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

section.newsMain .newsSliderTop .newsArrow .icon {
    height: 43.02px;
    width: 24.32px;
    fill: #fff;
    filter: drop-shadow(1px 29px 43px rgba(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, .09) 33.71%, #000 100%);
    opacity: .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: -.02em;
    line-height: 24px;
    color: #fff;
    position: relative;
    left: -100vw;
    transition: .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: .3s .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: -.02em;
    line-height: 28px;
    color: #fff;
    transition: .3s .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: .5;
    transition: .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, .3);
    filter: drop-shadow(0 30px 30px rgba(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: .02em;
    line-height: 19px;
    text-align: left;
    color: #999
}

section.newsMain .twitterContent .twitterprofile .name {
    font-size: 16px;
    letter-spacing: .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, .36);
    border-radius: 24px;
    margin-right: 8px;
    border: 0;
    transition: .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: .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, .3);
    box-shadow: 0 30px 30px rgba(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: -.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: .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
}

.habercol_outer {
    margin: 0;
    justify-content: space-between
}

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

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

.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, .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: .6
}

.flickity-button:disabled {
    opacity: .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: .25;
    cursor: pointer
}

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

.masonry-cards {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 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 27fr;
        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 .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, .08);
    box-shadow: 0 0 0 1px rgba(0, 49, 92, .08)
}

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

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

.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: .75rem;
    line-height: 1.3;
    font-weight: 500
}

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

.mayor-card__item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 49, 92, .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 .15s ease-in-out;
    transition: color .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 .75s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
    transition: transform .75s cubic-bezier(.19, 1, .22, 1);
    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .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) {
    .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 .15s ease-in-out;
    transition: background-color .15s ease-in-out;
    opacity: .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 {
    background-color: #e8ecf0;
    height: 100%;
    min-height: 240px;
    will-change: transform;
    -webkit-transition: -webkit-transform 1.25s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform 1.25s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1.25s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1.25s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1.25s cubic-bezier(.19, 1, .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: .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(.19, 1, .22, 1);
    transition: -webkit-transform 1.25s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1.25s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1.25s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1.25s cubic-bezier(.19, 1, .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(.19, 1, .22, 1);
    transition: -webkit-transform 1.25s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1.25s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1.25s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1.25s cubic-bezier(.19, 1, .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(.19, 1, .22, 1);
    transition: -webkit-transform 1.25s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1.25s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1.25s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1.25s cubic-bezier(.19, 1, .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(.19, 1, .22, 1);
    transition: -webkit-transform 1.25s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1.25s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1.25s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1.25s cubic-bezier(.19, 1, .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: .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(.19, 1, .22, 1);
    transition: -webkit-transform 1.25s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1.25s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1.25s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1.25s cubic-bezier(.19, 1, .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%;
    }
}

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

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

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

.guncel-bolumu {
    background-color: #f7f7f7
}

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

.mayor-card__img {
    height: 250px;
    object-fit: cover
}

.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: 3.5rem 0;
    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, .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: .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, .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
}

.habercol_outer .swiper-head {
    justify-content: center;
    display: flex;
    align-items: center
}

.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: .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%
}

.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: .3s .1s;
    -o-transition: .3s .1s;
    transition: .3s .1s;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -.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: .3s .3s;
    -o-transition: .3s .3s;
    transition: .3s .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: .3s .2s;
    -o-transition: .3s .2s;
    transition: .3s .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, .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: .3s;
    -o-transition: .3s;
    transition: .3s
}

.card-v2-footer .title {
    color: var(--maincolor);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.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: .4s;
    -o-transition: .4s;
    transition: .4s;
    will-change: opacity
}

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

.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: 20px;
}

.slider-linklerk a {
    height: 100%
}


.slider-butons:hover{
    background: #F68B1E;
    width: 150px;
    height: 155px;
    border-radius: 15px;
}
.slider-butons:hover a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-butons:hover .fast-menu-title{
    color:#f4f4f4;
}
.section-logolar {
    padding: 50px 0;
    background-color: #f7f7f7
}

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

.onemlilogolar-slider img {
    width: 85px !important;
    height: 85px
}

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

.tab.active{
    color: var(--secondary);
}
.tablar .tab.active span svg {
    fill: var(--secondary);
}
.tablar a:hover{
    color: unset;
}

.tablar{
    display: flex;
    flex-direction: row;
  }

  .tablar li:not(:first-child) svg {
    margin-left: 1.5rem;
  }

    .tablar li:not(:last-child) {
     position: relative;
     padding-right: 10px;
    }

    .tablar li:not(:last-child)::after {
     content: "";
     position: absolute;
     top: 50%;
     right: 0;
     transform: translateY(-50%);
     width: 1px;
     height: 50%;
     background-color:  rgba(0, 0, 0, 0.137);
    }

  .haberler-baslik li{
        list-style: none;
        display: flex;
  }

  .haberler-baslik svg{
    fill: #f68b1e;
    width: 15px;
    margin-top: 8px;
    margin-right: 5px;
  }

.slider-linklerk{
    display: flex;
    align-items: center;
    margin:1.3rem;
    height:114px
   }

   .slider-link-icon svg{
    width: 30px; 
    height: 30px;
   }
   .slider-linklerk  p {
   font-size:10px;
   margin: 0;
   max-width: 200px; 
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   }

  .slider-linklerk  h3 {
   font-size:12px;
   margin: 0;
   max-width: 200px; 
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   }

  

.slider-linklerk li {
    background-color: #fff;
    margin: 0px;
    border-radius: 0px;
    padding: 10px;

    
}

.slider-butons:not(:last-child) {
    position: relative;
  }

  .slider-butons{
    width: 150px;
    height: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slider-butons a{
    margin: 10px;
    margin-top: 20px;
}
.slider-butons:last-child  {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  
  .slider-butons:first-child  {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
  }
  
  
  .slider-butons:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 90%;
    background-color: rgba(0, 0, 0, 0.137);
  }
  
  /* .tablar li:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height:90%;
    background-color: rgba(0, 0, 0, 0.137);
  } */


.slider-linklerk ul {
    border-radius: 15px;
}
.mobil-guncelbolumu {
    background-color: #f7f7f7;
}
.mobil-guncelbolumu .mayor-card{
    display: flex;
    flex-direction: row;
    padding: 20px 14px;
    border-radius: 10px;
}
.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%;
}

.mid-horiz-logo img {
    height: 80px;
    margin-top: -3px;
}
