/* @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Marck+Script&family=Pacifico&family=Raleway:wght@200;300;400;500;600&family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&display=swap');
 
    
*{
    padding:0;
    margin:0;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html{
    /* font-family: 'Raleway', sans-serif; */
    outline: none;
    overflow-x: hidden;
    scroll-behavior: smooth;
    --handwrite: 'Pacifico', cursive;
    --hand-write:'Nothing You Could Do', cursive;
    --header-green: #214252;
    --header-temp-white: #fff;
    --header-gray: #214252c9;
    --text-color:  #6f6f6f;
    --third-color: #8e8e8e;
    --theme-color: #db6400;
    --text-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
body{
    overflow-x: hidden;
}
a{
    text-decoration: none;
    color: black;
}
p{
    
    font-family: var(--text-font); 
    font-size: 14px;   
}
ul{
    list-style: none;
}
button{
    border: none;
    background:transparent;
}
section#notice, section#president, section#events, section#fast-link{
    min-height: 40vh;
}
section#addContent{
    min-height: 13rem;
}
section#mobileApp{
    min-height: 27rem;
}
section{
    min-height: 100vh;
}
.loader {
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.874);
    position: fixed;
    color: white;
    z-index: 99;
    opacity: 1;
}

.loadler-element {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-hidden {
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}
img{
     max-width: 100%; 
}
main::after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #e2e2e2;
}
.container{
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}
.container-sm{
    padding: 0 120px;
}
.frm-dft{
    display: flex;
}
.frm-dft > input:nth-child(1) {
    height: 1.7rem;
    width: 100%;
    padding: 0 .5rem;
    border: 1px solid var(--third-color);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    }
    .bottom-line {
        color: var(--theme-color);
}
.light-txt{
    color: white;
}
.logo-gizle{
    transition: 1s;
    transform: translate(-50%,-20%) !important;
    opacity: 0;
}
.basic-arrow {
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    width: 2rem;
    position: absolute;
    height: 2rem;
}
.arrow-shadow{
    box-shadow: -3px 3px 2px black;
}
.left-arrow {
    transform: rotate(45deg);
}
.circle-bg{
    position: relative;
    background: white;
    height: 2rem;
    width: 2rem;
    border-radius: 25px;
}
.right-arrow{
    transform: rotate(225deg);
}
.special-arrow{
    border-color:gray;
    width: 24px;
    height: 24px;
}
input:focus, button:focus{
    outline: none;
}
.txt-cut{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.p-1{
    padding: 1rem;
}
.m-1{
    margin:1rem;
}
.bg-shadow{
    box-shadow: 0 0 10px rgb(230, 230, 230);
}
/* HEADER STİLİ*/
header{
    position: relative;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
    padding: 0 1rem;
    height: 68px;
}
.header-form > input {
    background: transparent;
    border: none;
    height: 2rem;
    width: 100%;
    font-size: 15px;
    color: white;
    padding: 0 2rem 0 1rem;
}
.header-form {
    height: 2rem;
    background: var(--header-gray);
    width: 18rem;
    align-items: center;
    justify-content: space-between;
    display: flex;
    position: relative;
}
.header-form input::placeholder {
    color: white;
}
.header-form > button:nth-child(2) {
    padding: 0 .5rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.fa-search {
    font-size: 18px;
    color: white;
}
.header-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
.header-logo img {
    height: 4rem;
}
.header-buttons {
    display: flex;
    align-items: center;
}
.btn-virtual {
    position: relative;
}
.btn-virtual img{
    height: 40px;
}
a.tip span {
    display: none
}
a.tip:hover span {
    color: white;
    padding: 5px;
    display: block;
    background: #000000b5;
    left: 0px;
    margin: 10px;
    width: 138px;
    position: absolute;
    top: 25px;
    font-size: 13px;
}
.header-buttons > .button {
    width: 9rem;
    text-align: center;
    margin-left: .5rem;
    font-size: 14px;
}
.button {
    border: 1px solid white;
    padding: .3rem 1rem;
    font-weight: bold;
}
.button > a {
    color: white;
}
.btn-light {
    background: var(--header-green);
    color: white;
    border-color: var(--header-green);
}
.button.btn-dark {
    color: var(--header-green);
    border-color: var(--header-green);
}
.header-bottom{
    height: 2.5rem;
    background: var(--header-gray);
}
.duyuru-slider{
    max-width: 40rem;
    left: 50%;
    position: relative;
    transform: translate(-50%);
}
/* indexdeki bottom duyuru */
.owl-duyuru__item h4 {
    color: white;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
}
.menu{
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 70px;
}
.menu-item {
    position: relative;
    display: inline-block;
    min-width: 15%; 
}
    .headerbtn {
    font-weight: 500;
    font-size: 15px;
    white-space: nowrap;
    }
    .headerbtn a {
        color: white;
    padding: 11px;
    border: none;
    }
    .dropbtn {
    color: var(--header-temp-white);
    padding: 11px;
    color: white;
    cursor: pointer;
    }
    .dropdown-content {
    display: none;
    position: absolute;
    background-color: #000000e0;
    background: black;
    opacity: .9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    }
    .dropdown-content a {
    color: white;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    font-size: 15px;
    font-weight: 100;
    }
    .dropdown-content a:hover {
    background-color: #a6a6a629;
    }
    .dropdown:hover .dropdown-content {
    display: block;
    }
    .dropdown:hover .dropbtn, .dropdown:hover .dropbtn a {
        color: black;
    }
    .header-after{
        background: linear-gradient(#000, #000000a1, #0000);
        height: 190px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        display: none;
    }
    .logoh > a img:nth-child(1) {
        height: 7rem;
        transition: .5s;
    }
    .aramah {
        min-width: 33px;
    }
    .aramah i{
        color: white !important;
    }
    .menuh .navbar-icon .line {
        background: white !important;
    }

/* HEADER STİLİ BİTİŞ*/

/* POPUP BASLANGIC*/

/* The Modal (background) */
.modal {
    opacity: 0;
     visibility: hidden;
  /*  display: none;
   /* display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
    transition: .5s;
  }
  
  /* popup Content */
  .popupShow{
      visibility: visible;
      opacity: 1;
  }
  .popup-content {
    margin: auto;
    width: 75rem;
    max-width: 80%;
    position: relative;
    top: 50%;
    transform: translate(0,-20%);
  }
  .popupimg {
    position: relative;
    display: inline-flex;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
 }
  .popup-anim{
    transition: 1s;
    transform: translate(0,-50%);
  }
  
  /* popup close Button */
  .close-popup {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-size: 3rem;
    position: absolute;
    right: 0;
    padding: 1rem;
    line-height: 2rem;
    text-shadow: 0px 0px 10px black;
  }
  
  .close-popup:hover,
  .close-popup:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
.popup-title{
    padding: 1rem;
}
.popup-content img{
    max-width: 80%;
    max-height: 80vh;
    object-fit: cover;
    margin: auto;
    display: block;
    max-width: 100%;
}
/* intro sitil*/

section#intro{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(29,29,29,0) 50%, rgba(0, 0, 0, .8) 100%), url("../img/bartin-kapak.jpg");
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/* header{
    background: linear-gradient(#000000e6 , #0000);
} */
/* .ee {
    background: linear-gradient(red,#0000,black);
    height: 100vh;
    width: 100%;
    position: absolute;
    } */
.main-slider{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.main-slider .item{
    width: 100%;
    max-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
#mainSlider .owl-dots {
    transform: rotate(90deg);
    left: -8rem;
    width: 20rem;
    position: absolute;
    top: 50%;
}
#mainSlider .owl-dots .owl-dot.active span {
    width: 30px;
    transition: .5s;
}
#mainSlider .owl-dots .owl-dot span {
    height: 2px;
    border-radius: 0px;
}
#mainSliderPreview {
    height: 100%;
}
#mainSliderPreview img {
    height: 100%;
    object-fit: cover;
}
#mainSlider .owl-item{
    /*transform: rotate(20deg);*/
    transition: all .3s;  
}
#mainSlider .owl-carousel, #mainSlider, .owl-stage-outer{
    height: 100%;
}
#mainSlider .owl-item.active{
    margin:0rem !important;
    transition: all 1s;
   
}
#mainSlider .item img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
  
.slide-progress {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    position: absolute;
    bottom: 0;
    z-index: 2;
    background: white;
}
.main-slider-preview{
    /* position: absolute;
    width: 20rem;
    height: 10rem;
    background: white;
    z-index: 0; */
    position: relative;
    width: 12rem;
    /* height: 10rem; */
    right: 1rem;
    bottom: 1rem;

}
.main-slider-preview .item{
    width: 100%;
    height: 7rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#navbar {
    background-color: white;
    position: fixed;
    top: -144px;
    width: 100%;
    height: 60px;
    display: flex;
    transition: top 0.6s;
    z-index: 3;
    box-shadow: 5px -3px 5px gray;
    }
    #navbar > .container {
        justify-content: space-between;
        display: flex;
        padding: 0 1rem;
    }
    .nav-item{
        transform: scale(1);
        transition: .5s;
        display: block;
    }
    .nav-item.hide-item{
        transform: scale(0);
    }
    .navbar-search-form{
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translate(-50%);
        max-width: 600px;
        width: 75%;
        height: 44px;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }
    .navbar-search-form.nav-active{
        opacity: 1;
        visibility: visible;
        transition-delay: .3s;
    }
    .navbar-search-form input{
        width: 100%;
        height: 44px;
        background: transparent;
        color: black;
        border: none;
        outline: none;
        font-size: 18px;
    }
    .navbar-search-form::before{
        content: '\f002';
        position: absolute;
        top: 11px;
        left: -26px;
        font-size: 18px;
        color: black;
        font-family: fontAwesome;
    }
    .navbar-search-close{
        position: absolute;
        right: -20px;
        top: 0;
        height: 44px;
        font-size: 18px;
        color: black;
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    #navbar .sideicon {
      float: left;
      display: flex;
      color: black;
      text-align: center;
      align-self: center;
      text-decoration: none;
      font-size: 17px;
    }

    .sticky-logo {
        display: inline-block;
        padding: .5rem;
        border-radius: 50%;
        position: absolute;
        background: white;
        left: 50%;
        transform: translate(-50%);
    }
    .sticky-logo > a img:nth-child(1) {
        height: 6rem;
    }
    .navbar-icon {
        cursor: pointer;
    }
    .navbar-icon .line {
        width: 1.5rem;
        height: 2px;
        background-color: black;
        margin: .3rem;
        /* transition: 4s; */
    }
    .navbar-search {
        color: black;
        align-self: center;
        font-size: 18px;
        font-weight: 300;
        text-align: center;
        display: flex;
        gap: 0.5rem;
        align-items: center;
        position: relative;
        cursor: pointer;
        }
        .navbar-search i {
            color: black;
        }
      
    .belediye-txt {
        align-self: center;
    }
    /* SİDEBAR */
    
    .sidebar{
        height: 100vh;
        width: 20rem;
        position: fixed;
        z-index: 3;
        top: 0;
        left: -25rem;
        background-color: #262626;
        overflow-x: hidden;
        transition: 0.5s;
    }
    .sidebar .closebtn {
        /* position: absolute;
        top: 20px;  
        right: 45px;
        float: right; */
        padding: 0 1rem;
        font-size: 40px;
    }
    .sidebar-top {
        position: relative;
        display: flex;
        justify-content: space-between;
    }
    .sidebar-top > a  {
        align-self: center;
        color: white;
        font-weight: bold;
        padding: 0 1rem;
    }
    .sidebar-link{
        /* background-color: #eee;
        color: #444; */
        color: white;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 13px;
        transition: 0.4s;
        cursor: pointer;
        display: flex;
    }
    .sidebar-link a/*, .sidebar-item .sidebar-accordion */{
        padding: 15px;
        display: block;
        width: 100%;
        color: white;
    }
    
    .sidebar-item::after {
        background: #323232;
        width: 96%;
        height: 1px;
        display: block;
        content: '';
        left: 2%;
        position: absolute;
    }
    .accord-sub-item{
        height: 2.5rem;
    }
    .accord-sub-item > a {
        color: black;
        width: 100%;
        display: flex;
        height: 100%;
        align-items: center;
        padding: 0 18px;
    }
      
    .sidebar-accordion:after {
        content: '\002B'; /* Unicode character for "plus" sign (+) */
        font-size: 13px;
        font-weight: bold;
        color: #777;
        float: right;
        margin-left: 5px;
        position: absolute;
        right: 1rem;
        line-height: 45px;
    }
    .accordion-submenu{
        /* padding: 0 18px; */
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: 0.2s ease-out;
    }
    .accord-active:after {
        content: "\2212";
}

/* sidebar bitis*/

.belediye-txt {
    align-items: center;
    display: flex;
    padding: 0 1rem;
    font-size: 18px;
    font-weight: 300;
}
    .intro-mid {
        position: absolute;
        margin: 0 auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%);
        text-align: center;
        font-size: 3rem;
        width: 90%;
        text-shadow: 1px 1px 6px gray;
        color: white;
        font-weight: bold;
    }
    .blinking-cursor {
        pointer-events: none;
        user-select: none;
        animation: blink 1s steps(2, start) infinite;
    }
    @keyframes blink {
        to {
          visibility: hidden;
        }
    }
    
.intro-bottom{
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    display: flex;
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    gap: 2rem;
    font-size: 18px;
    justify-content: center;
    justify-items: center;
    background: linear-gradient(#0000,#0008);
}
.intro-bottom > div {
    align-self: end;
}
.intro-weather{
    display: flex;
    color: white;
    padding: 0 0 2rem 1rem;
    justify-content: center;
    align-items: center;
    -ms-flex-item-align: end;
    font-size: 14px;
}
.intro-weather i {
    margin-right: .5rem;
}
.intro-weather > p {
    min-width: 12.5rem;
}
.intro-content {
    color: white;
    padding: 0 0 .6rem 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.intro-arrows{
    padding-bottom: 5rem;
    display: none;
    width: 4rem;
    position: relative;
    left: 50%;
}
.intro-arrows span{
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    transform: rotate(45deg);
    margin: -1rem;
    animation: arrows-animate 2s infinite;
}
.intro-arrows span:nth-child(2){
    animation-delay: -0.3s;
}
.intro-arrows span:nth-child(3){
    animation-delay: -0.6s;
}
@keyframes arrows-animate {
    0%
    {
        opacity: 0;
        transform: rotate(45deg) translate(-2rem, -2rem);
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
        transform: rotate(45deg) translate(2rem, 2rem);
    }
}
.intro-content > hr {
    width: 96%;
    color: white;
    margin: .6rem;
}
.belediye-logo{
    width: 7rem;
    height: 7rem;
    position: relative;
    transition: 1s;
    left: 50%;
    transform: translate(-50%);
    bottom: 1rem;
}
.belediye-logo > img {
    width: 100%;
}
.btn-ebld {
    border-radius: 25px;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    max-width: 12rem;
    transform: translate(-50%);
    left: 50%;
    position: relative;
    font-size: 16px;
}
.intro-photos {
    max-width: 384px;
}
.intro-gallery > img {
    object-fit: cover;
    width: 100%;
}
/*  event stili baslangic*/
section#events{
    background: #EBE9E9;
}
.events-page {
    display: flex;
    flex-direction: column;
}
.events-menu{
    margin-bottom: 1rem;
}
.events-list-item {
    height: 2.5rem;
    background: #d5d5d5;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    position: relative;
}
.events-list-item > a {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    line-height: 2.5rem;
}
.dark-menu {
    background: #C7C7C7;
}
.events-list {
    display: flex;
    height: 2.5rem;
    text-align: center;
    gap: .2rem;
}
.row-news {
    display: flex;
    gap: 1rem;
    height: 25rem;
    margin-bottom: 1rem;
}
.news-block{
    position: relative;
    width: 100%;
}
.owl-news{
    position: absolute;
}
.owl-news > .owl-nav {
    position: absolute;
    top: 40%;
    display: inline-flex;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 3rem;
    font-weight: 100;
    color: white;
}
.owl-news .owl-prev{
    left: 15px;
}
.owl-news .owl-next {
    right: 45px;
}
.owl-news .owl-nav [class*="owl-"] {
    position: absolute;
}
/*aptal carosel */
.owl-news {
    height: 100%;
    }
    .owl-news .owl-stage-outer {
        height: 100%;
        border-radius: 10px;
        }
        .owl-news  .owl-stage {
        height: 100%;
        }
        .owl-news .owl-item {
        height: 100%;
        }
        .owl-news  .owl-news__item {
        height: 100%;
        }
        .owl-news  .news-card {
        height: 100%;
        }
        .owl-news   .card-image {
        height: 100%;
        }
        .img-hover{
        height: 100%;
    }
/* aptal carosel*/
.owl-news .owl-item img {
    height: 100%;
    object-fit: cover;
}
/* .news-item-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: linear-gradient(#0000, #000000a1, #000000e6);
} */
.card-text{
    color: white;
    padding: 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(#0000, #000000a1, #000000e6);
    min-height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.news-date {
    font-size: 14px;
    color: white;
    opacity: .8;
}
.news-short-content {
    color: white;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-header{
    font-size: 26px;
    font-weight: 500;
    font-weight: bold;
    color: white;
    text-shadow: 2px 0 black;
}
.twitter-block {
    overflow: auto;
    border-radius: 10px;
    min-width: 24rem;
}
.activities {
    display: flex;
    /* gap: 1rem; */
    height: 19rem;
}
.activity-item {
    position: relative;
    background: white;
    border-radius: 10px;
    width:100%;
    margin: 0 1rem 0 0; /*ekledim**/
}
.activity-item:last-child {
    margin: 0;
}
.activity-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.btn-activiy {
    justify-content: center;
    display: flex;
    display: inline-flex;
    min-width: 70%;
    height: 2rem;
    align-items: center;
    border-radius: 25px;
    color: white !important;
    font-size: 16px;
    padding: 0 1rem;
    position: relative;
}
.btn-activiy a {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 2rem;
    border-radius: 20px;
}
.btn-etkn{
    background: #F9A629C9;
}
.btn-prj{
    background: #56AE52c9;
}
.btn-notc{
    background: #5C6AE8;
}
.btn-bid{
    background-color: #3b459a;
}
.activities-p {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding: 1rem;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.text-b{
    font-weight: bold;
    font-size: 16px;
}
.act-info {
    border-radius: 10px;
    background: white;
    background: #ffffff96;
    padding: 1rem 0;
    width: 100%;
    display: grid;
    gap: .5rem;
    justify-items: center;
    word-wrap: anywhere;
}
.act-info > * {
    color: black;
}

.act-info-last {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
}
.owl-ihale-duyuru {
    height: 35%;
    }
    .owl-ihale-duyuru .owl-stage {
    height: 100%;
    }
    .owl-ihale-duyuru .owl-item {
    height: 100%;
    }
    .btn-hide{
        display: none;
    }
    .act-not {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        text-align: center;
        justify-content: space-between;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 50%;
        position: relative;
        width: 100%;
    }
    .not-text {
        height: 100%;
    }
    
    .owl-ihale-duyuru {
        height: 71%;
    }
.owl-ihale-duyuru__item h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ihale-duyuru-link {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    }
.ihale-duyuru-icon{
    font-size: 2rem;
    padding: .5rem;
    color: #5C6AE8;
}
.icon-bid-bg{
    color: #3b459a;
}
.duyuru-yazi {
    text-align: left;
}
/* duyuru yoksa */
.not-element {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}



.card-image:hover .img-hover img {
    transform: scale(1.2);
}
.activity-item:hover .img-hover img {
    transform: scale(1.2);
}
.img-hover{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.img-hover-zoom {
    max-width: 100%;
    transition: transform .5s;
}

/*  event stili bitis*/

.fast-content {
    display: flex;
    gap: 1rem;
}
.fast-content .links {
    display: flex;
    width: 50%;
    color: #0007;
    text-align: center;
    flex-direction: column;
}
.link-flex{
    width: 100%;
    display: flex;
    height: 100%;
}
.fast-content .link-item {
    background: #f3f3f3;
    width: 50%;
    position: relative;
}
    .link-content{
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        font-size: 1.5rem;
        transition: .2s;
        /* color: #000; */
        position: relative;
    }
    .bb-link-cover {
        position: absolute;
        height: 100%;
        overflow: hidden;
    }
    .bb-link-cover img{
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: -webkit-transform 1.5s cubic-bezier(0, 0, 0.2, 1);
        transition: -webkit-transform 1.5s cubic-bezier(0, 0, 0.2, 1);
        transition: transform 1.5s cubic-bezier(0, 0, 0.2, 1);
        transition: transform 1.5s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0, 0, 0.2, 1);
    }
    
    .index-tomb.tombstone-up {
        padding: 0;
        min-height: 1.5rem;
        width: 1.5rem;
        box-shadow: none;
        background: white;
    }
    .index-tomb.tombstone::after {
        height: 0.4rem;
        margin-top: 3px;
        width: 37px;
        box-shadow: none;
        background: white;
    }
    .index-tomb.tomb-image {
        min-width: 37px;
        margin: 0 0 1rem 0;
    }
    .link-item:hover .bb-link-cover img{
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2);
    }
    .bb-link-body {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(93, 175, 73, 0.7);
        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;
        -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;
        color: #fff;
    }
    .link-content a {
        color: #0007;
    }
    .link-content h3 {
        font-size: 2em;
    }
    .link-content p {
        /* font-weight: 100; */
        font-size: 20px;
        color: white;
    }
    /* .link-item:hover {
        box-shadow: 0 0 1px 1px #0007;
        transition: .2s;
    } */
    .link-item-mini {
        display: flex;
        flex-direction: column;
        width: 50%;
    }
    .link-item-mini p {
        font-size: 14px;
    }
    /* .link-item-mini > .link-item {
        height: 50%;
        width: 50%;
    } */
    .mini-item{
        font-size: 1rem;
        padding: .5rem;
    }
    .mini-item i {
        font-size: 2rem;
    }
    .links .link-item-big:nth-child(2) .color-item {
        background: rgba(175, 145, 73, 0.7);
    }
    .links .link-flex:nth-child(2) .link-item-big:nth-child(1) .color-item {
        background: rgba(73, 161, 175, 0.7);
    }
    .link-item-mini .link-flex:nth-child(1) .link-item:nth-child(1) .color-item{
        background: rgba(172, 73, 175, 0.7);
    }
    .link-item-mini .link-flex:nth-child(1) .link-item:nth-child(2) .color-item{
        background: rgba(73, 103, 175, 0.7);
    }
    .link-item-mini .link-flex:nth-child(2) .link-item:nth-child(1) .color-item{
        background: rgba(175, 73, 73, 0.7);
    }
    .link-item-mini .link-flex:nth-child(2) .link-item:nth-child(2) .color-item{
        background: rgba(175, 173, 73, 0.7);
    }
    
.owl-travel{
    width: 50%;
}
.owl-travel > div:nth-child(2) {
    position: absolute;
    top: 0;
    color: white;
    right: 0;
    font-size: 2rem;
    margin: .5rem;
    }

    .owl-travel.owl-theme .owl-nav [class*="owl-"]:hover {
        background: none;
    }
    .travel-text {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }
    .travel-text h2 {
        padding:0 1.3rem;
        color: white;
        text-shadow: 4px 2px 4px black;
        font-size: 2rem;
        font-weight: 400;
    }
    .travel-text-kutu {
        background: #fff9;
        color: black;
        padding: 1.5rem;
        font-size: 16px;
        background: linear-gradient(#fff0, #d9d9d9a1, #ffffffe6);
    }
    .travel-text-kutu > p {
        color: black;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .travel-card{
        height: 30rem;
    }
    .owl-carousel .travel-card img{
        opacity: .6;
        transition: .3s;
        height: 100%;
        object-fit: cover;
    }
    .owl-travel:hover .travel-card img {
        opacity: 1;
        transition: .3s;
    }

    .book{
        /* background: url("../img/shelf1.png") no-repeat; */
        margin: 2rem 0;
        background-size: contain;
    }
    .owl-book.owl-carousel .owl-item {
        margin-right: -3rem !important;
        transition: .5s;
    }
    .owl-book .owl-item:hover {
        margin: 0 1rem 0 4rem !important;
    }
    .owl-book__item{
        height: 100%;
    }
    .owl-book.owl-carousel .owl-item {
    height: 220px;
    }
    .owl-book .owl-item img {
    height: 100%;
    }


.slogan{
    height: 16rem;
    position: relative;
}
.slogan-bg {
    height: 100%;
    background: linear-gradient(#00000054, #0000, #00000054);
    position: relative;
}
.slogan-text {
    height: 100%;
    align-items: center;
    display: flex;
    position: relative;
}
.slogan h1{
    color: white;
    font-size: 3rem;
    font-family: 'Pacifico', cursive;
    font-family: var(--handwrite);
    font-weight: lighter;
    width: 100%;
    text-align: center;
    transition: .4s;
    text-shadow: 3px 3px 8px black;
}
.slogan img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ek içerik stili additional content */
.owl-addContent {
    padding: 2rem 1rem;
}
.owl-addContent__item a {
    height: 200px;
    /* background: #f7f7f7; */
    display: block;
    position: relative;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 10px;
    color: gray;
    -webkit-transition: .3s;
    filter: grayscale(1);
    transition: .3s;
}
.addContent-icon {
    min-height: 170px;
    align-items: center;
    display: flex;
    justify-content: center;
    }
.addContent-icon img {
    max-height: 80px;
    max-width: 100%;
    width: auto !important;
    }
.owl-addContent__item a:hover{
    /* background: #cecece;
    color: white; */
    filter: grayscale(0);
    color: var(--header-gray);
}
.owl-addContent .owl-nav{
    margin-top: -16px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -15px;
    z-index: 2;
    }
    .owl-addContent .owl-nav [class*="owl-"] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: none;
    position: absolute;
    height: 2rem;
    width: 2rem;
    margin: 0;
    align-items: center;
    justify-content: center;
    }
    .owl-addContent .owl-nav .owl-prev {
    left: -30px;
    }
    .owl-addContent .owl-nav .owl-next {
    right: -30px;
    }

/* ek içerik stili son, additional content end */

/* mobil uygulama başlangıç */
.mobile-app > img:nth-child(1) {
    width: 100%;
    position: absolute;
    margin: 3.5rem 0px;
    height: 320px;
    transition: .3s;
    object-fit: cover;
    }
    .mobilepp-content {
        position: absolute;
        display: flex;
        width: 100%;
    }
    .mobile-left {
        width: 50%;
        margin-right: 4rem;
    }
    .mobile-left > img {
        height: 27rem;
        float: right;
        transition: .3s;
    }
    .mobile-right {
        width: 50%;
        padding: 4rem 0;
    }
    .mobile-right > img {
        height: 14rem;
        transition: .3s;
    }
    .mobile-app-link {
        padding-left: 1rem;
    }
    .mobile-app-link a img {
        height: 2.3rem;
    }


/* mob,l uygulama son*/

/* footer stili*/


.footer-top{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ftl{
        display: flex;
    }
    .ftl img{
        height: 4rem;
    }
    .ftl h2{
        font-size: 2rem;
        font-weight: 300;
        align-self: center;
        padding: 0 1rem;
    }
    .ftr {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ftr p {
        font-size: 1rem;
        padding-right: 2rem;
        font-weight: 100;
    }
    .ftr ul {
        display: flex;
    }
    .social-item {
        margin-right: .5rem;
    }
    .social-item a{
        border: 1px solid var(--third-color);
        display: block;
        width: 2rem;
        height: 2rem;
        text-align: center;
        transition: .4s;
    }
    .social-item a:hover {
        border-radius: 50%;
    }
    .social-item a i {
        color: var(--third-color);
        font-size: 1rem;
        line-height: 2rem;
    }

    .footer-list{
        display: flex;
    }
    .footer-list-header{
        padding: 1rem;
    }
    .footer-list-item {
        min-width: 30%;
        font-size:13px;
    }
    .footer-list-item h4 {
        font-size: 1rem;
        font-weight: 400;
        padding: .5rem 1rem;
    }
    .footer-list-item a{
        color: #6f6f6f;
        color: #0009;
        transition: .5s;
    }
    .footer-list-item li:hover a {
        color: black;
        transition: .5s;
    }
    .footer-list-header::after {
        content: '';
        display: block;
        background: #0004;
        height: 1px;
    }
    .footer-inner-list {
        padding: 0 2rem;
        color: #0009;
    }
    .footer-inner-list li {
        padding: 5px 0;
        display: flex;
    }
    .footer-inner-list i{
        padding: 0 1rem 0 0;
    }
    .subscribe-form {
        padding: 0 2rem;
    }
    .confirmation {
        font-size: 11px;
        padding: 5px 0;
    }
    .subscribe-form h5 {
        font-size: 12px;
        font-weight: 400;
        padding: .5rem 0;
    }
    #subscribeSubmit, #livSubmit {
        padding: 0 2rem;
        border: 1px solid var(--third-color);
        border-left-color: currentcolor;
        border-left-style: solid;
        border-left-width: 1px;
        border-left: none;
        border-bottom-right-radius: 19px;
        border-top-right-radius: 20px;
        color: white;
        background: var(--third-color);
        font-size: 13px;
}
.copyright{
    display: flex;
    padding: 1rem 1rem 0 1rem;
    justify-content: center;
    text-align: center;
}
.copyright p{
    font-size: 12px;
}
.copyright img{
    height: 1rem;
}
.company{
    color: var(--text-color);
    font-size: 12px;
    font-weight: 100;
    white-space: nowrap;
}
.company strong{
    font-weight: 700;
}
.company:hover {
    color: black;
    transition: .3s;
}
/* footer bitiş */
/* search sayfası başlangıç*/
.search-text {
    padding: 1rem 0;
    font-size: 2rem;
    font-weight: 500;
    width: 100%;
    border: none;
    }
    .search-page-form form::after {
        content: '';
        display: block;
        height: 1px;
        width: 100%;
        background: #00000036;
    }
    .search-text > h1:nth-child(1) {
    font-size: 3rem;
    }
    .search-text::placeholder {
    color: #00000061;
    font-weight: 100;
}
    .search-list-item a {
        display: block;
        color: var(--text-color);
        transition: .2s;
        padding: .5rem 0;
    }
    .search-list-item a:hover{
        color: black;
    }
/* baskan ayrinti baslangic*/
.president-page {
    display: flex;
    }
    .president-bg {
        width: 70%;
        background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(29,29,29,0) 50%, rgba(147, 147, 147, 0) 100%), url("../img/baskan1.jpg")  50% no-repeat;
        height: 80vh;
        background-size: cover;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        color: white;
        text-align: center;
        font-size: 30px;
    }
    .president-bg > h6 {
        font-weight: lighter;
    }
    .president-social {
        padding: 1rem 0;
    }
    .president-social-list {
        display: flex;
        justify-content: center;
    }
    .president-social-list li {
        padding: 0 .5rem;
    }
    .president-social-list > li a {
        color: white;
        border: 1px solid;
        width: 2.5rem;
        display: block;
        height: 2.5rem;
        line-height: 2.5rem;
        transition: .5s;
        font-size: 20px;
    }
    .president-social-list > li a:hover {
        border-radius: 50%;
    }
    .president-content {
        width: 100%;
        height: 80vh;
    }  
    .presidenttabs {
        padding:0 15px;
        overflow:hidden;
    }
    .presidenttabs .presidenttab-header {
        height:60px;
        display:flex;
        align-items:center;
    }
    .presidenttabs .presidenttab-header > div {
        width:calc(100% / 3);
        text-align:center;
        color:#888;
        font-weight:400;
        cursor:pointer;
        font-size:13px;
        text-transform:uppercase;
        outline:none;
    }
    .presidenttab-header div > img {
        height: 1.5em;
    }
    .presidenttabs .presidenttab-header > div > i {
        display:block;
        margin-bottom:5px;
    }
    .presidenttabs .presidenttab-indicator {
        position:relative;
        width:calc(100% / 3);
        height:5px; 
        background:var(--header-gray);
        left:0px;
        border-radius:5px;
        transition:all 500ms ease-in-out;
    }
    .presidenttabs .presidenttab-body {
        position:relative;
        height:calc(76.8vh - 60px);
        margin-top: 1rem;
        overflow-Y: auto;
        font-size: 13px;
    }
    .indicator-active > h2 {
        padding-bottom: 1rem;
    }
    .presidenttabs .presidenttab-body > div {
        position:absolute;
        top:-200%;
        opacity:0;
        transform:scale(0.9);
        transition:opacity 500ms ease-in-out 0ms, transform 500ms ease-in-out 0ms;
    }
    .presidenttabs .presidenttab-body > div.indicator-active {
        top:0px;
        opacity:1;
        transform:scale(1);
        width: 100%;
        padding-bottom: .5rem;
    }
    .presidentto-msj {
        padding: 2px;
    }
    .president-gallery-back {
        margin: 2rem 0;
    }
    .gallery-title{
        color: var(--header-green);
        margin: .5rem 0;
    }
    .owl-presidentGallery__item {
        height: 16rem;
        transition: .5s;
        display: block;
    }
    .owl-presidentGallery__item img {
        height: 100%;
        object-fit: cover;
    }
    
    .yakinlastir {
        position: absolute;
        color: white;
        height: 100%;
        top: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: .5s;
    }
    .yakinlastir:hover {
        background: #21425291;
        opacity: 1;
    }
    .president-gallery-head {
        text-align: center;
        font-family: var(--hand-write);
        font-size: 2rem;
        padding: 1rem;
        background: #2142523d;
        margin: 1rem 0;
        color: var(--header-green);
    }
/* kesfet sayfası */
/* #kesfet > .main-detail-bg { 
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%),url('../img/bg-kesfet.jpg') 40% 0% no-repeat fixed;
    } */
    .category{
        display: flex;
        flex-wrap: wrap;
    /* display: grid; */
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    /* gap: 1.5rem; */
    padding: 1rem 0;
    margin: -10px;
    }
    .category-item{
        position: relative;
        width: 33.3333%;
        padding: 0 10px;
        margin-bottom: 1rem;
        height: 10rem;
    }
    .category-item a{
        position: relative;
    }
    .category-item img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .category-name{
        position: absolute;
        bottom: 2rem;
        color: white;
        background: #0008;
        padding: 1rem;
    }
    .category-name h3 {
        border-left: 5px solid white;
        padding-left: 1rem;
        height: 2rem;
        line-height: 2rem;
    }
    .ust{
        top: -3rem;
    }
    .history {
        overflow-x: auto;
    }
    .history > h1 {
        margin: 1rem 0;
    }
    .history > p{
        font-family: var(--text-font);
}

/* BASIN STİLİ*/

    .basin-cards {
        /* gap: 5rem; */
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 -2rem;
    }
    .basin-card {
        max-width: 10rem;
        margin: 2rem;
    }
    .basin-card img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .basin-card-text {
        color: black;
        text-align: center;
    }

    section#bartinTv{
        background: #F1F1F1;
    }
    .bartin-watch {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -1rem;
    }
    .bartin-watch > iframe {
        width: 33.333333%;
        padding: 1rem;
        height: 15rem;
}


/* iletisim stili*/

.contact{
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    }
    .form h1 {
        text-align: center;
        margin: 0 0 25px;
    }
    .top-row:after {
        content: "";
        display: table;
        clear: both;
      }
      .top-row > div {
        float: left;
        width: 48%;
        margin-right: 4%;
      }
      .top-row > div:last-child {
        margin: 0;
      }
    .contact .contact-info, .contact .contac-adress{
        width: 100%;
    }
    .contact-form > h2 {
        text-align: center;
        margin-bottom: 1rem;
        display: none;
    }
    .contact-form li {
        margin: 0 0 1.5rem 0;
        position: relative;
    }
    .contact-textarea textarea {
        height: 10rem;
    }
    .iletisim-form-btn:hover {
        background: #fbfbfb;
    }
    .contac-adress > iframe:nth-child(1) {
        width: 100%;
    }
    .field-wrap {
        position: relative;
        margin-bottom: 25px;
    }
/* Haberler stili*/

    .news-page-item {
        margin-bottom: 1rem;
        border: 1px solid #0000000a;
        border-radius: 10px;
        width: 100%;
    }
    .news-page-item:hover {
        box-shadow: 0px 0px 10px #0000004a;
        border-radius: 10px;
        transition: .3s;
    }
    /* .news-page-item {
        max-height: 235px;
    } */
    .news-page-card {
        display: flex;
        gap: 2rem;
        padding: 1rem;
    }
    .news-page-img {
        min-width: 20rem;
        max-width: 20rem;
    }
    .news-page-img > img:nth-child(1) {
        width: 100%;
        height: 100%;
        max-height: 12rem;
        object-fit: cover;
        border-radius: 10px;
    }
    .news-page-txt > h1{
        transition: .5s;
        color: #db6400;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .news-page-txt > span{
        color: #aeaeae;
        font-size: 12px;
    }
    .news-page-txt p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
    
    /* .news-page-item::before {
        content: '';
        display: block;
        height: 1px;
        width: 100%;
        background: #e2e2e2;
    }
    .news-page-item:first-child::before {
        display: none;
    } */
    .page-bottom {
        text-align: center;
    }
    .more-than {
        display: inline-block;
        cursor: pointer;
        position: relative;
        margin: 1rem;
        color: grey;
        padding: .7rem 1.5rem;
        border-radius: 20px;
        /* box-shadow: 0px 5px 10px gray; */
        font-weight: 600;
        transition: .2s;
        border: 1px solid;
    }
        .more-than:hover {
        background: grey;
        color: white;
}

/* haber ayrinti stili*/
.page-detail{
    display: flex;
}
.page-right{
    margin-left: 1rem;
    width: 100%;
    min-width: 300px;
}
.news-detail-gallery {
    position: relative;
    margin: 1rem 0;
    width: 100%;
    height: 10rem;
    }
    .owl-news-detail {
        z-index: 0;
        position: absolute;
    }
    .owl-news-detail img {
        object-fit: cover;
        height: 10rem;
    }
    .news-detail-text > p:nth-child(2) {
        padding: 1rem 0;
        font-family: var(--text-font);
    }
    .owl-news-detail .owl-nav {
        position: absolute;
        top: 30%;
        display: inline-flex;
        left: 0;
        right: 0;
        width: 100%;
        font-size: 3rem;
        font-weight: 100;
        color: white;
    }
    .owl-news-detail .owl-nav [class*="owl-"] {
        position: absolute;
    }
    .owl-news-detail .owl-prev {
        left: 20px;
    }
    .owl-news-detail .owl-next {
        right: 50px;
    }
    .owl-theme .owl-nav [class*="owl-"]:hover {
        background: none;
        color: gray;
    }
    .owl-news-detail .owl-nav i {
        font-size: 2rem;
    }
    .more-news-item {
        position: relative;
        background: #f7f7f7;
        transition: .5s;
    }
        .more-news-item::after {
        content: '';
        display: block;
        background: #f7f7f7;
        height: 1px;
    }
    .more-news-item:hover {
        background: white;
    }
    .more-news-item:hover p {
        color: var(--theme-color);
    }
    .more-news-item p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding: .5rem;
        max-height: 3rem;
    }
    .more-news-item::after {
        background: white;
    }
    .more-news-text {
        line-height: 1.5;
    }
    .more-news-bg {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: var(--header-green);
        margin-bottom: .5rem;
        color: white;
    }
    .more-news-text h2 {
        padding-left: .5rem;
        font-weight: 400;
    }
    .more-news-text i {
        padding: 0 10px;
        font-size: 20px;
    }
    
/* haber ayrinti son*/

/* sosya medyada paylaş başlangıç*/
.pyls{
    display: flex;
    justify-content: start;
}
.pylsitm {
    margin-right: .5rem;
}
.pylsitm:last-child {
    margin-right: 0;
}
.pylsitm a {
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    transition: .5s;
    color: white;
}
.pylsitm a::before {
    content: '';
    display: block;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background: var(--header-green);
    position: absolute;
    z-index: -1;
    transform: scale(1);
    transition: .5s;
}
.pylsitm a:hover::before {
    transform: scale(0);
}
.pylsitm i {
    transition: .5s;
}
.pylsitm a:hover i{
    color: var(--header-green);
    transform: scale(1.8);
}
/* sosyal medyada paylaş son */

/* başkan köşesi başlangıç*/
.corner-bg {
    min-width: 18rem;
    height: 15rem;
    background: #f7f7f7;
    background-image: url('../img/bakan-transparentsol.png');
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 1rem;
}
/* .president-info a::before {
    content: '';
    display: block;
    background: #214252;
    height: 5px;
    width: 5px;
    position: relative;
    top: 49%;
    left: -12px;
    border-radius: 50%;
    transform: translate(-200%, 350%);
} */
.president-info h3 a {
    color: black;
    line-height: 2rem;
}
.president-name, .president-name > p:nth-child(2) {
    color: #214252;
}
.president-social-list.detail-social li a {
    border-color: #214252 !important;
    background: #214252;
}
.detail-social svg {
    height: 100%;
    width: 100%;
    padding: 0.3rem;
}
.detail-social path {
    font-size: 1rem;
    height: 1rem;
}
/* başkan köşesi son */

/* DUYURU STİLİ*/
.notice-item{
    transition: .1s;
    }
    .notice-item::before {
    content: '';
    height: 1px;
    width: 100%;
    background: #e6e6e6;
    display: block;
    }
    .notice-item:first-child::before{
        display: none;
    }
    .notice-item:hover {
        background: #e6e6e6;
    }
    .notice-card {
        color: black;
        padding: 1rem;
        display: flex;
        justify-content: space-between;
    }
    .notice-hide-icon{
        display: none;
    }
    .notice-card > p {
        color: var(--theme-color);
    }
    .notice-card > span {
        width: 9rem;
        text-align: end;
        min-width: 8rem;
        transition: .5s;
        font-size: 14px;
}
    
/* duyuru ayrinti*/
.notice-detail {
    padding: 1rem;
    border-radius: 2px;
    }
    .notice-detail > h2:nth-child(1) {
        transition: .5s;
        color: var(--theme-color);
    }

/* ETKİNLİK sayfası STİLİ*/

    .event-list {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: space-between;
    }
    .event-list-item {
        width: 45%;
    }
    .event-list-item img {
        height: 100%;
        width: 100%;
        position: absolute;
        object-fit: cover;
    }
    .event-card{
        position: relative;
        height: 300px;
        max-height: 350px;
    }
    .event-card a{
        display: flex;
    }
    .event-card .span {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background: linear-gradient(#000000d6, #0000, #00000038);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .event-card-date {
        color: white;
        padding: 1rem;
    }
    .event-card-title {
        text-align: center;
        color: white;
        text-shadow: 1px 1px 5px black;
        padding: 1rem;
    }
/* ETKİNLİK sayfası STİLİ SON*/
/* etkinlik detay sayfasi*/
.etkinlik-detail {
    margin: auto;
    }
    .etkinlik-top{
        display: flex;
        margin-bottom: 1rem;
    }
    .etkinlik-img {
        position: relative;
        width: 50%;
    }
    .etkinlik-img img {
        width: 100%;
        max-height: 20rem;
        object-fit: cover;
    }
    .etkinlik-info {
        padding: 1rem 0;
    }
    .etkinlik-info i{
        padding: .5rem;
    }
    .etkinlik-info li {
        display: flex;
        align-items: center;
        padding: .5rem;
    }
    .etkinlik-info a{
        color: black;
    }

/* bir fikrim var stili başlangıç*/

.idea {
    max-width: 50rem;
    margin: 2rem auto;
    }
    .form-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 0 15px;
    }
    .form-group:last-child {
        margin: 10px 0;
    }
    .form-group label, .labelcls {
        display: block;
        /* margin: 0 0 10px; */
        color: rgba(0, 0, 0, 0.6);
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .form-group input, .form-group textarea, /* .selectbox select, */.form-group button, .inputcls{
        outline: none;
        display: block;
        background: rgba(0, 0, 0, 0.1);
        width: 100%;
        border: 0;
        border-radius: 4px;
        box-sizing: border-box;
        padding: 10px;
        color: rgba(0, 0, 0, 0.6);
        font-family: inherit;
        font-size: inherit;
        font-weight: 500;
        line-height: inherit;
        transition: 0.3s ease;
    }
    /* .form-group.selectbox select {
    width: 40% !important;
    } */
    .form-group button{
        cursor: pointer;
    }
    .form-group button:hover{
        background: darkgray;
    }
    form label {
        position: absolute;
        transform: translateY(14px);
        left: 12px;
        color: rgba(0, 0, 0, 0.6);
        transition: all 0.25s ease;
        -webkit-backface-visibility: hidden;
        pointer-events: none;
        font-size: 12px;
        font-weight: 500;   
    }
    form.idea{
        position: relative;
    }
    .form-group {
        margin: 25px 0 0px;
    }
    .lbl-photo {
        transform: translateY(-17px);
        font-size: 11px !important;
        left: 2px;
    }
    label.active {
        transform: translateY(-17px);
        font-size: 11px;
        left: 2px;
    }
    label .req {
        margin: 2px;
        color: red;
    }
    label.active .req {
        opacity: 0;
    }

    label.highlight {
        color: var(--header-green);
    }
/* bir fikrim var stili son*/

/* projeler stili  */

.prj-links {
    display: flex;
    justify-content: space-around;
    height: 3rem;
    }
    .prj-tablink {
        width: 100%;
        font-size: 1.2rem;
        color: white;
        background: #cecece;
        transition: .5s;
        cursor: pointer;
    }
    .projects {
        padding: 1rem 0;
    }
    .project-list {
        display: flex;
        flex-wrap: wrap;
        margin: -10px;
    }
    .project-item {
        padding: 1rem 10px;
        max-width: 33.333333%;
        min-width: 33.333333%
    }
    .prj-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 13rem;
        min-height: 13rem;
        transition: .5s;
    }
    .prj-item-txt {
        padding: 1rem 0;
        font-size: 14px;
        color: black;
}

/* PROJE AYRINTI Stili*/
.project-detail-content {
    padding: 1rem 0;
    min-height: 18rem;
    }
    .left-image {
    float: left;
    padding: 0 16px 5px 0;
    max-height: 20rem;
    }
    .projectA-photo {
    max-width: 30rem;
    position: relative;
    }
    .projectA-photo > img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
    }
    .right-txt {
        min-height: 300px;
    }
    .projeA-txt{
    min-height: 300px;
    }
    .projeA-txt > h3 {
    padding: 0 0 1rem;
    font-size: 1rem;
    }
    .projeA-txt > p {
    font-family: var(--text-font);
    }
    .content-header{
        padding: 1rem 0;
    }
    .project-detail-info{
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-bottom: 1rem;
    }
    /* .project-detail-info > div {
        border:.5px solid #464646;
        border-radius: 50%;
        align-items: center;
        height: 18rem;
        width: 18rem;
    } */
    .project-detail-item {
        padding: 1rem;
        background: #f7f7f7;
        width: 30%;
        align-items: center;
        display: flex;
    }
    .owl-prj-detail__item img {
        height: 10rem;
        object-fit: cover;
    }
    .project-detail-item > div{
        text-align: center;
        width: 100%;
    }
    .project-detail-item i{
        font-size: 1.5rem;
    }
    /* .detail-circle {
        text-align: center;
        width: 100%;
    }
    .detail-circle i{
        color: white;
        font-size: 5rem;
        left: 50%;
        position: relative;
        transform: translate(-50%);
    }
    .circle-icon {
        height: 9rem;
        border-top-left-radius: 150px;
        background: #464646;
        border-top-right-radius: 150px;
        display: flex;
        text-align: center;
        align-items: center;
        }
    .detail-circle > p {
        font-size: 1.2rem;
        padding: 1rem;
} */

/* discover detail baslangic keşfet ayrıntı */

 /* #kesfet-ayrinti >*/ .main-detail-bg { 
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%),url('../img/background.png') fixed;
    height: 20rem;
    /* background-size: cover; */
    align-items: center;
    display: flex;
    }
    .main-detail-txt {
        text-align: center;
        width: 100%;
        color: white;
        font-size: 2rem;
        text-shadow: 5px 5px 10px black;
        padding: 0 1rem .5rem 1rem;
        top: 20%;
        position: relative; 
    }
    .main-detail-txt > p {
        color: white;
        font-size: 20pt;
    }
    .dis-item-txt {
        padding: 1rem;
    }
    .owl-discover img {
        height: 10rem;
        object-fit: cover;
    }
    .dis-item-photo{
        margin-bottom: 1rem;
    }

/* muzeler */
.museum-item-txt > h2 {
    font-size: 2rem;
    }
    .owl-museum__item img {
        height: 10rem;
        object-fit: cover;
    }
    .owl-museum__item:hover {
    filter: blur(1px);
    transition: .2s;
    }
    .museum-item-txt > h2 {
        padding: 1rem 0;
    }
    .museum-item-photo {
        padding: 2rem 0;
}

/* raporlar */
.report-item{
    box-shadow: 0 0 1px 1px #eaeaea87;
    margin: 1rem;
}
.report-item a{
        display: flex;
        align-items: center;
        padding: .5rem;
        justify-content: space-between;
    }
    .report-item i {
        color: #3e659b;
        font-size: 2.5rem;
        padding: 1rem;
        /* border-right: 3px solid #3e659b;
        margin-right: 2rem; */
    }
    .report-item a:hover {
        box-shadow: 0px 0px 5px gray;
        transition: .5s;
    }
    .report-item img {
        height: 3rem;
        margin: .5rem;
    }
    .report-txt {
        width: 100%;
    }    

    /* mezarlık stili */
    
    .tomb-item {
        margin-bottom: 1rem;
    }
    .tomb-accordionTitle {
   padding: 10px;
   position: relative;
   margin: 0;
   font-size: 18px;
   font-weight: 500;
   letter-spacing: 0.8px;
   color: #000;
   transition: ease-in-out 0.2s all;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: space-between;
   box-shadow: 0 0 5px #0000002e;
   border-radius: 2px;
}

.tomb-accordionTitle:hover {
   padding-left: 25px;
} 

/* Accordion Item line */
.tomb-accordionTitle:before,
.tomb-accordionTitle:after {
   content:'';
   position: absolute;
   height: 2px;
   border-radius: 50px;
   transition: ease-in-out 0.6s all;
   bottom: 0;
   left: 0;
   display: flex;
   justify-content: center;
   align-items: center;
}

.tomb-accordionTitle:before {
   width: 100%;
   /* background-color: #0000; */
}
.tomb-accordionTitle:after {
   background-image: linear-gradient(90deg, #000, #dfdfdf);
   width: 0%;
}

.tomb-accordionTitle:hover::after {
   width: 100%;
}

/* Accordion Item line - Active */
.tomb-accordionTitleActive:after {
   content:'';
   position: absolute;
   height: 2px;
   border-radius: 50px;
   transition: ease-in-out 0.6s all;
   bottom: 0;
   left: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   
}

.tomb-accordionTitleActive:after {
   background-image: linear-gradient(90deg, #000, #000);
   width: 100%;
}


/* Accordion Item Icon  */
.tomb-accIcon {
   float: right;
   width: 30px;
   height: 30px;
   display: flex;
   margin-top: -3px;
   align-items: center;
   justify-content: center;
}

.tomb-accIcon:before,
.tomb-accIcon:after {
   content:'';
   position: absolute;
   border-radius: 50px;
   background-color: #c8c8c8;
   transition: ease 0.3s all;
}

.tomb-accIcon:before {
   width: 2px;
   height: 20px;
}

.tomb-accIcon:after {
   width: 20px;
   height: 2px;
}

.tomb-accordionTitle:hover .tomb-accIcon:before,
.tomb-accordionTitle:hover .tomb-accIcon:after {
   background-color: grey;
}

.tomb-accIcon.anime.tomb-accIcon:before {
   transform: rotate(90deg);
}

/* Text Content */
.tomb-accordion .tomb-item .tomb-content {
   opacity: 0;
   height: 0;
   padding: 0px 20px;
   position: relative;
   line-height: 24px;
   font-size: 16px;
   font-weight: 200;
   transition: all 0.6s cubic-bezier(.42,.2,.08,1);
   overflow: hidden;
   background-color: #f7f7f7;
   letter-spacing: 0.5px;
}

/* Text Content - Class for JS to hide and show */
.tomb-accordion .tomb-item .tomb-content.show {
   opacity: 1;
   height: auto;
   padding: 15px;
   position: relative;
   z-index: 0;
   border-radius: 0px 0px 3px 3px;
}

.tomb-content-top{
    display: flex;
    margin-bottom: 2rem;
}
.tombstone-up {
    background: url('../img/mezarbg2.png');
    padding: 2rem 1rem .5rem 1rem;
    box-shadow: 0 0 7px #0000008f;
    border-radius: 50% 50% 0 0;
    min-height: 11rem;
    width: 167px;
    text-align: center; 
    left: 50%;
position: relative;
transform: translate(-50%);
display: flex;
flex-direction: column;
justify-content: space-between;
}
.tomb-image {
    min-width: 192px;
margin: 1rem;
position: relative;
}
.tombstone::after {
    display: block;
    content: '';
    height: 2rem;
    margin-top: 5px;
    position: absolute;
    width: 12rem;
    background: url('../img/mezarbg2.png');
    border-radius: 2px;
    box-shadow: 0 0 5px #0000008f;
}




.tomb-content-bottom {
text-align: center;
}
.italic-txt {
font-style: italic;
}

/* mezarlık son*/

/* selectbox */
.select_wrap{
    width: 225px;
    position: relative;
    margin: .5rem 0;
    border: 1px solid #00000014;
  border-radius: 5px;
  }
  
  .select_wrap .default_option{
    background: #fff;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
  }
  
  .select_wrap .default_option li{
      padding: 10px 20px;
  }
  
  .select_wrap .default_option:before{
      content: "";
      position: absolute;
      top: 13px;
      right: 18px;
      width: 6px;
      height: 6px;
      border: 2px solid;
      border-color: transparent transparent #555555 #555555;
      transform: rotate(-45deg);
  }
  
  .select_wrap .select_ul{
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    display: none;
    z-index: 1;
    border: 1px solid #00000014;
  }
  
  .select_wrap .select_ul li{
    cursor: pointer;
  }
  .select_wrap .select_ul .option {
  height: 40px;
  padding: 10px 20px;
  }
  .select_wrap .select_ul li:first-child:hover{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  .select_wrap .select_ul li:last-child:hover{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .select_wrap .select_ul li::after {
      content: '';
      height: 1px;
      width: 94%;
      background: #f7f7f7;
      left: 3%;
      position: relative;
      display: block;
  }
  .select_wrap .select_ul li:hover{
    background: #f7f7f7;
  }
  
  .select_wrap .option{
    display: flex;
    align-items: center;
  }
  
  .select_wrap .option{
    
      height: 20px;
    margin-right: 15px;
  }
  
  .select_wrap.active .select_ul{
    display: block;
  }
  
  .select_wrap.active .default_option:before{
    top: 19px;
    transform: rotate(-225deg);
  }
  
/* selectbox son */
@media only screen and (max-width: 1344px){
    .container-sm{
        padding: 0 120px;
    }
    .duyuru-slider{
        max-width: 25rem;
    }
}
@media only screen and (max-width: 992px){
    .container-sm{
        padding: 0 40px;
    }
    /* anasayfa */
    .intro-arrows{
        display: block;
    }
    .intro-bottom{
        grid-template-columns: 1fr;
        padding: 0 1rem;
    }
    .intro-content{
        padding: 0 0 1rem 0;
    }
    .intro-content hr{
        margin: 1rem;
    }
    .navbar{
        top: 0;
    }
    .header-top, .header-bottom{
        display: none;
    } 
    .header-after{
        display: flex;
        transition: .5s;
    }
    /* anasayfa alt logo */
    .belediye-logo{
        display: none;
    }
    .intro-weather {
        display: none;
    }
    .main-slider-preview{
        display: none;
    }
    .card-text {
        padding: 1rem;
    }
    .travel-card{
        height: 25rem;
    }
    .mini-item{
        font-size: 12px;
    }
    .row-news{
        grid-template-columns: 1fr;
    }
    .twitter-block{
        display: none;
    }
    .duyuru-slider{
        max-width: 100%;
        left: 0;
        right: 0;
        position: absolute;
        bottom: 5px;
        transform: translate(-0%);
    }
    /* mobile app*/
    .mobile-left {
        margin: auto auto;
    }
    .mobile-left > img {
        height: 25rem;
    }
    .mobile-app > img:nth-child(1) {
        height: 300px;
    }
    .mobile-right > img {
        height: auto;
        width: 75%;
    }
    /* footer */
    .slogan h1 {
        font-size: 2.5rem;
    }
    .footer-list-item h4 {
        font-size: 1rem;
    }
    .footer-list {
        flex-wrap: wrap;
    }
    .footer-list-item {
        width: 50%;
    }
    .footer-list-item:last-child {
        width: 100%;
    }
    #subscribeSubmit, #livSubmit {
        padding: 0 .5rem;
    }
    /* baskan */
    #president .main-detail-bg{
        display: none;
    }
    .president-page {
        flex-direction: column;
    }
    .presidenttab-header div > img {
        height: 1.5rem;
    }
    .presidenttabs .presidenttab-body {
        /* height: calc(89vh - 60px); */
        height: 26rem;
    }
    .president-content {
        /* height: 93vh; */
        height: 31rem;
    }
    .president-bg {
        width: 100%;
        /* height: 65vh; */
    }
    /* kesfet sayfasi*/
    .category-item{
        width: 30%;
    }
    
    .category-name h3 {
        transition: 1s;
        padding-left: 0.5rem;
        font-size: 14px;
    }
    /* */
    .main-detail-txt {
        font-size: 1.5rem;
    }
    .notice-detail > h2:nth-child(1){
        font-size: 1.2rem;
    }
    .news-page-txt > h1 {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 768px){
    .sticky-logo > a img:nth-child(1) {
        height: 5rem;
    }
    #mainSlider .owl-dots{
        display: none;
    }
    .news-header {
        font-size: 16px;
    }
    .news-short-content {
        font-size: 12px;
    }
    .owl-news > .owl-nav {
        display: none;
    }
    .activities {
        /* display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        display: flex;
        justify-content: space-around;   */
        flex-wrap: wrap;
    }
    .activity-item {
        width: 48.5%;
        height: 13rem;
        margin-bottom: 1rem; /*ekledim*/
    }
    .activity-item:nth-last-child(2) {
        margin: 0;
    }
    .activity-item:last-child {
        width: 100%;
    }
    .act-text .act-info > p:nth-child(4) {
        display: none;
    }
    .activity-notice {
        width: 100%;
        max-height: 8rem;
    }
    .activity-notice > .not-text{
        max-height: 8rem;
    }
    /* .not-text .act-info > p:nth-child(2), .not-text .act-info > p:nth-child(3){
        display: none;
    } */
    .act-info-last p {
        display: none;
    }
    .ihale-duyuru-link {
        display: flex;
    }
    .ihale-duyuru-icon {
        font-size: 16px;
        padding: 0 1rem;
    }
    .activities-p.not-text h3 {
        text-align: left;
    }
    .owl-ihale-duyuru__item h3 {
        -webkit-line-clamp: 1;
    }
    .activities-p{
        padding: .5rem;
    }
    .activity-notice, .activity-notice .not-text{
        /* max-height: 5rem; */
        max-height: 11rem;
    }
    .activities {
        height: auto;
    }
    .activity-notice .btn-hide{
        display: none;
    }
    .btn-bid a, .btn-notc a {
        line-height: 1.7rem;
    }
    .events-page {
        grid-template-rows: 32rem auto;
    }
    .events-menu{
        display: none;
    }
    /* hızlı link butonları */
    .fast-content {
        flex-direction: column;
    }
    .fast-content .links {
        width: 100%;
        height: 25rem;
    }
    .owl-travel {
        width: 100%;
    }
    .travel-text-kutu {
        padding: 1rem;
        font-size: 16px;
    }
    .travel-text h2 {
        padding: 1rem;
        font-size: 2.5rem;
    }
    /* mobile-app*/
    .mobile-left {
        display: none;
    }
    .mobile-right > img {
        width: auto;
        max-height: 15rem;
        padding: 0 1rem;
        height: 15rem;
    }
    .mobilepp-content {
        margin: 3rem auto;
        text-align: center;
    }
    .mobile-right {
        width: 100%;
        padding: 0;
    }
    /* footer, header */
    .slogan {
        height: 10rem;
    }
    .slogan h1 {
        font-size: 2rem;
    }
    .header-form {
        width: 15rem;
    }
    .header-buttons > .button {
        width: 8rem;
    }
    .ftl h2 {
        font-size: 1.8rem;
    }
    .ftr p {
        display: none;
    }
    .footer-list-item h4 {
        font-size: 1rem;
    }
    #subscribeSubmit, #livSubmit {
        font-size: 12px;
    }
    .frm-dft > input:nth-child(1) {
        width: 75%;
    }
    /* additional-content*/
    .special-arrow {
        width: 12px;
        height: 12px;
    }
    .owl-addContent .owl-nav [class*="owl-"] {
        border-radius: 50%;
        box-shadow: 0 0 5px 2px #e3e3e3;
    }
    /* kesfet sayfasi */
    .main-detail-txt > p {
        font-size: 15pt;
    }
    .category {
        padding-top: 1rem;
    }
    .category-item {
        width: 48%;
    }
    .ust{
        top: 0;
    }
    /* haberler, haber detay */
    .news-page-img {
        min-width: 15rem;
        max-width: 15rem;
        transition: 1s;
    }
    .page-detail {
        flex-direction: column;
    }
    .page-right {
        margin: 0;
        width: 100%;
        min-width: 100%;
    }
    .president-corner {
        display: none;
    }
    /* duyurular sayfasi*/
    .notice-card > span {
        min-width: 7rem;
        text-align: end;
    }
    .notice-detail > h2:nth-child(1){
        font-size: 1rem;
    }
    /* bartın tv*/
    .bartin-watch > iframe {
        width: 50%;
    }
    /* iletişim */
    .contact {
        flex-wrap: wrap;
    }
    /* projeler sayfası*/
    .prj-tablink {
        font-size: 1rem;
    }
    .project-item {
        max-width: 50%;
        min-width: 50%;
    }
    .prj-item-txt {
        padding: .5rem 0;
}
    .projectA-photo {
        max-width: 100%;
    }
    .projectA-photo > img {
        height: 100%;
    }
    .projeA-txt {
        min-height: 10px;
    }
    .left-image{
        padding: 0 0 16px 0;
        max-height: 100%;
    }
    /* basin*/
    .basin-cards {
        margin: 0px -1rem;
        }
    .basin-card {
        max-width: 41%;
        margin-bottom: 2rem;
        margin: 1rem;
    }
    /* etkinlik, etkinlik detay*/
    .event-card {
        height: 200px;
    }
    .etkinlik-top {
        flex-direction: column;
    }
    .etkinlik-img {
        width: 100%;
    }
}
@media only screen and (max-width: 600px){
    /* anasayfa */
    .sideicon .belediye-txt {
        display: none;
    }
    .navbar-search > span{
        display: none;
    }
    .row-news{
        height: 20rem;
    }
    /* haberler*/
    .news-detail-gallery, .news-detail-gallery img {
        height: 15rem;
    }
    /* projeler */
    .prj-item-img img {
        max-height: 10rem;
        min-height: 10rem;
        }
}    
@media only screen and (max-width: 576px){
    /* anasayfa */
    .main-slider-preview{
        display: none;
    }
    .intro-content > p{
        font-size: 1rem;
    }
    .text-b {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 13px;
    }
    .link-content h3 {
        font-size: 2.5rem;
    }
    .intro-mid {
        font-size: 2.5rem;
    }
    .activities-p{
        padding: 1rem;
    }
    .activity-notice, .activity-notice .not-text {
        max-height: 10rem;
    }
    .ihale-duyuru-icon {
        font-size: 13px;
    }
    .ftr{
        margin-top: .5rem;
    }
    .copyright {
        justify-content: center;
    }
    .main-detail-txt {
        font-size: 1rem;
    }
    .main-detail-txt > p {
        font-size: 12pt;
    }
    /* mobile-app */
    .mobile-right > img {
        width: 100%;
        height: auto;
    }
    .mobile-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 300px;
    }
    .mobile-app-link {
        padding: 0;
    }
    /*başkan*/
    .presidenttab-header p {
        font-size: 12px;
    }
    .owl-presidentGallery__item {
        height: 12rem;
    }
    /* haberler */
    .news-page-card {
        gap: 1rem;
        flex-direction: column;
    }
    .news-page-img {
        max-width: 100%;
        min-width: 100%;
    }
    /* haber ayrinti*/
    .logoh > a img:nth-child(1){
        height: 5rem;
    }
    .news-detail-text > h2:nth-child(1) {
        font-size: 1rem;
    }
    /* .owl-news-detail img {
        height: 15rem;
    } */
    .owl-news-detail .owl-nav{
        display: none;
    }
    /* kesfet */
    .category-item {
        width: 100%;
    }
    /* kesfet ayrinti*/
    .dis-item-txt {
        padding: 1rem;
    }
    /* duyurular */
    .notice-hide-icon{
        display: inline;
        margin-right: 14px;
    }
    .notice-card{
        padding: 1rem 0;
        flex-direction: column-reverse;
    }
    .notice-card > span {
        text-align: start;
        color: #9f9f9f;
    }
    .notice-card p {
        -webkit-line-clamp: 2;
    }
    /* bartintv*/
    .bartin-watch > iframe {
        width: 100%;
    }
    /*activity*/
    .activity-item {
        width: 100%;
    }
    .activity-item, .activity-item:nth-last-child(2){ /*ekledim*/
        margin: 0 0 1rem 0;
    }
    .activity-item:last-child{
        margin: 0;
    }
    /*etkinlik*/
    .event-list {
        flex-direction: column;
    }
    .event-list-item {
        width: 100%;
    }
    .event-card-title{
        font-size: 1rem;
    }
    /* projeler */
    .prj-tablink {
        font-size: 0.8rem;
    }
    .projeA-txt > h3 {
        font-size: 1rem;
    }
    .project-detail-info{
        flex-direction: column;
    }
    .project-detail-item{
        width: 100%;
        margin-bottom: .5rem;
    }
    .project-detail-item:last-child{
        margin: 0;
    }
    /* meclis raporları*/
    .report-item i {
        padding: 1rem;
    }
    .report-txt {
        font-size: 14px;
        transition: .3s;
    }
    .report-txt p {
        font-size: 12px;
    }
    /*  mezarlık */
    
    .tomb-content-top {
        flex-direction: column;
        margin-bottom: .5rem;
    }
    .tomb-image {
        margin: 1rem auto;
        max-width: 192px;
    }
    .tomb-content-text {
        margin-top: 2rem;
    }

}
@media only screen and (max-width: 415px) {
    .sidebar{
        width: 20rem;
    }
    .intro-mid {
        font-size: 2rem;
    }
    /* footer */
    .footer-inner-list {
        padding: 0 1rem;
    }
    .subscribe-form {
        padding: 0 1rem;
    }
    .footer-list-item h4 {
        padding: .5rem 0;
    }
    /* projeler */
    .prj-item-img img {
        max-height: 6rem;
        min-height: 6rem;
    }
    
}
@media only screen and (max-width: 374px){
    .sidebar{
        width: 100%;
    }
}

.discover-detail-item{
    box-shadow: 0 0 6px -4px #000000b0;
    margin-bottom: 2rem;
}
.discover-title{
    box-shadow: 0 10px 10px -14px #0000004d;
    margin-bottom: 1rem;
    padding: .2rem;
    color: #28485e;
}