@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400&family=Roboto:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Source+Sans+/Pro:400'); */

/*
font-family: 'Caveat', cursive; */


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root{
/* tanımlamalar*/
    --general-transition: all .5s ease;

    --bes: 5;
    --on: 10;
    --dokuz: 9;
    --yuz:100;
    --bin: 1000;
    --yuzelli:150;
    --ordu-mavi: #13377E;
    --ordu-acik-mavi: #00A5E0;
    --ordu-yesil: rgba(0, 143, 191, 0.6);
    --ordu-mor: #5B2282;
    --header-mavi: #41547F;
    --light-color: white;
    --font-color: rgba(245,129,119, 0.3);
    --facebook: #3B5998;
    --twitter: #38a1f3;
    --instagram: linear-gradient(to right, #FFDF9E, #FFC273, #E56969, #C1558B, #8A49A1);
    --youtube: #FF0000;
    --border-color: rgba(255, 255, 255, 0.199);
    --gradient-color: linear-gradient(to right bottom, rgba(170,209,195, .8), rgba(89,101,133, .8));
    --haber-renk: #ec5858;
    --metin-color: #6f6f6f;
    --proje-ilk-renk: green;
    --proje-yazi-renk : #575757;
    --proje-baslik-renk : #999999;
    --ana-baslik : red;
    --acik-gri : #444;
}
html{
    font-size:12px;
    color: var(--ordu-acik-mavi);
    overflow-x: hidden;
    
    scroll-behavior: smooth;
    font-family:raleway;
}
/* body{
    overflow: auto;
} */
*::selection {
    text-shadow: none;
    color: rgb(68, 68, 68);
    background: #FDE2D4;
}
h1, h2, h3, h4{
    color:  var(--light-color);
}

p{
    color:var(--light-color);
}
section{
    /* height: 100vh; */
    width: 100%;
}
a{
    text-decoration: none;
    color: var(--light-color);
}
a:hover{
    text-decoration: none;

}
ul{
    list-style: none;
}

button{
    border:none;
    font: inherit;
    color:inherit;
    background-color: transparent;
    cursor:pointer;
}



.container{
    width:100%;
    max-width: 110rem;
    margin:0 auto;
    padding:0;
}


/* HERO */
video {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 80%;
    width: auto;
    height: auto;
    background-size: cover;
    width:100%;
    object-fit:cover;
  }
section#hero{
    /* background: url("../images/ordu-gece.jpg"); */
    background-size: cover;
    position: relative;
    height: 100vh;
}

.hero-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    width: auto;
}

/* HEADER BAŞLANGIÇ*/

.alt-nav{
    position: absolute;
    top:70%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.alt-nav a{
    color: var(--ordu-acik-mavi);
    /* text-align: center; */
    align-items: center;
    display: inline-block;
    width: 12rem;
    height: 11rem;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    padding-top:1rem;
    transition: var(--general-transition);
    text-decoration: none;
}
.alt-nav a:hover{
    border:none;
    cursor: pointer;
    background:rgba(0, 0, 0, 0.4);
    transition: var(--general-transition);
    text-decoration: none;
}
.alt-nav i{
    display: inline-block;
    border:1px solid white;
    height: 4rem;
    width: 4rem;
    border-radius:50%;
    text-align: center;
    line-height: 4rem;
    font-size:20px;
    background-color: white;
}
.alt-nav p{
    padding-top: 1rem ;
    margin:0 2rem 0 2rem;
    letter-spacing: .01rem;
}

.slogan{
    display: inline-block;
    position: absolute;
    bottom: 4.5rem;
    left: 50%;
    transform: translate(-50%);
}
.slogan h1{
    font-family: 'Caveat', cursive;
    font-size: 5rem;
    font-weight: 800;
    color: var(--ordu-acik-mavi);
    white-space: nowrap;
}

/* ÜST HEADER */

.header{
    position: relative;
    top:0;
    left: 0;
    right: 0;
}
.absolute-header{
    position: absolute !important;
}
.header-logo{
    position: absolute;
    left:50%;
    transform: translate(-50%);
    z-index: var(--bes);
    align-items: center;
    display: grid;
    height: 6rem;
}
.header-logo img{
    height: 4rem;
    position: relative;
}
.header-top{
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 113rem;
    padding: 2rem;
    left: 50%;
    transform: translate(-50%);
}
.header-top-left{
    height: 4.1rem;
    width: 22rem;


}
.contact-tel li a{
    color:white;
    display: inline-block;
    width: 22rem;
    font-size:1.4rem;
    border-radius: 30px;
}
.contact-tel li a i{
    display: inline-block;
    border: 1px solid white;
    width: 3rem;
    border-radius: 50%;
    line-height: 3rem;
    color: white;
    text-align: center;
}

.social-list li{
    display: inline-block;

}
.social-list li a{
    display: inline-block;
    border: 1px solid;
    width: 3rem;
    border-radius: 50%;
    text-align: center;
    line-height: 3rem;
    font-size: 1.5rem;
    margin-left: .5rem;
    color: var(--light-color);
    transition: var(--general-transition);
}
.social-list li:nth-child(1) a:hover{
    background-color:  var(--facebook);
    border-color: var(--facebook);
    color:white;
}
.social-list li:nth-child(2) a:hover{
    background-color: var(--twitter);
    border-color:  var(--twitter);
    color:white;
}
.social-list li:nth-child(3) a:hover{
    background: var(--instagram);
    border-color: #C1558B;
    color:white;
}
.sticky {
    position: fixed;
    top:0;
    width: 100%;
    background: var(--header-mavi);
    z-index: var(--yuzelli);
    transition: var(--general-transition);
}
.sticky +*{
    padding-top: 7.1rem;
}
#sticky-header{
    height: 6rem;
}
.header-bottom{
    display: flex;
    justify-content: center;
}
.nav-list {
    display: inline-flex;
    font-size: 1.5rem;
    justify-content: center;
    left: 50%;
    position: relative;
    transform: translate(-50%);
    margin-bottom:0;
    width: 100%;

}
.nav-list > ul{
    display: flex;
    margin: 0;
    align-items: center;
}
.ana-menu{
    width:100%;
    position: relative;
    
}
.nav-list .nav-link{
    transform: scale(1);
    transition: var(--general-transition);
    display: block;
}
.hide-item{
    transform: scale(0) !important;
}
.navbar{
   padding:1rem 0;
   width:100%;
   z-index: 2;
}
.navbar-arama{
    align-items: center;
    display: grid;
}
.navbar-arama a{
    color: #fff;
}
.navbar ul li:nth-child(2) a.nav-link.hide-item{
    transition-delay: 0.35s;
}
.navbar ul li:nth-child(3) a.nav-link.hide-item{
    transition-delay: 0.3s;
}
.navbar ul li:nth-child(4) a.nav-link.hide-item{
    transition-delay: 0.25s;
}
.navbar ul li:nth-child(5) a.nav-link.hide-item{
    transition-delay: 0.2s;
}
.navbar ul li:nth-child(6) a.nav-link.hide-item{
    transition-delay: 0.15s;
}
.navbar ul li:nth-child(7) a.nav-link.hide-item{
    transition-delay: 0.1s;
}
.navbar ul li:nth-child(8) a.nav-link.hide-item{
    transition-delay: 0.05s;
}

.navbar ul li:nth-child(2) a.nav-link{
    transition-delay: 0s;
}
.navbar ul li:nth-child(3) a.nav-link{
    transition-delay: 0.1s;
}
.navbar ul li:nth-child(4) a.nav-link{
    transition-delay: 0.15s;
}
.navbar ul li:nth-child(5) a.nav-link{
    transition-delay: 0.2s;
}
.navbar ul li:nth-child(6) a.nav-link{
    transition-delay: 0.3s;
}
.navbar ul li:nth-child(7) a.nav-link{
    transition-delay: 0.35s;
}
.navbar ul li:nth-child(8) a.nav-link{
    transition-delay: 0.4s;
}


/* index sayfası arama başlangıç*/


.search-form{
    position: absolute;
    top:1.5rem;
    left: 50%;
    transform: translateX(0%);
    width: 600px;
    height: 44px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.search-form.active{
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s;
    transform: translateX(-50%);
}
.sonuc-goster{
    visibility: hidden;
}
.search-form .search{
    width: 100%;
    height: 44px;
    background: transparent;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
}
.search-form input::placeholder{
    color: #fff;
}
.search-form::before{
    content: '\f002';
    position: absolute;
    top: 10px;
    left: -26px;
    font-size: 18px;
    color: #fff;
    font-family: fontAwesome;
}
.close-search{
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    background: transparent;
    color: #fff;
    line-height: 44px;
    font-size: 18px;
    text-align: right;
    cursor: pointer;
    opacity: 0;
    border: none;
    /* visibility: hidden; */
}
.close-search i{
    color:#fff;
}
.close-search.active{
    opacity: 1;
    visibility: visible;
}
.default-sonuc {
    color: var(--metin-color);
    }
.ac-search-results{
    position: relative;
    left: 50%;
    width: 600px;
    transform: translate(-50%);
    background: white;
    border-radius: 1px 1px 20px 20px;
    padding: 1rem;
    top: 1.2rem;
}
.search-item {
    color: black;
    display: block;
    padding: 0 1rem;
    height: 3rem;
    line-height: 3rem;
    }
.search-item:hover {
    background: #e1e1e194;
}

/* index sayfası arama bitiş*/
.container.navbar.bottom-navbar-right {
    justify-content: flex-end;
}
.nav-link{
    font-weight: 600;
    color: white;
    transition: var(--general-transition);
    cursor: pointer;
}
.gizli{
    opacity: .3;
    font-size: 1.2rem;
    white-space: nowrap;
    padding: .5rem 1rem;
    display: none;
}
span.gizli {
    right: 0;
    position: absolute;
    padding-right: 1.5rem;
    line-height: 1rem;
    font-weight: bold;
    opacity: .7;
    }
span.gizli a{
    color:red;
}

.navbar-toggler{
    font-size: 2.2rem;
    position: absolute;
    left: 3rem;
    /* z-index: var(--yuz); */
    display: none;
    padding:0;
}
.navbar-toggler .line{
    width:2.5rem;
    height: .2rem;
    background-color: var(--light-color);
    margin: .5rem;
    transition: var(--general-transition);
}

.fas.fa-search.nav-link {
    font-size: 1.7rem;
    }
.navbar-search:hover{
    cursor: pointer;
}
.navbar-toggler:hover{
    cursor: pointer;
}

/* HEADER BİTİŞ*/

/* BAŞKAN başlangıç */

.nav-link-baskan{
    cursor: pointer;
}
.baskan-sayfa-duzen {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: 2rem;
}
.overlay{
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    overflow-x: hidden;
    transition: var(--general-transition);
}
.overlay-content{
    /* position: relative; */
    width: 100%;
    height: 100vh;
}

  .overlay .modalCloseBtn {
    position: absolute;
    right: 0;
    font-size: 60px;
    padding: 8px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
.modal-baskan-baslik{
    color:red;
    /* text-align: center; */
    font-size: 4rem;
    font-weight: 600;
    margin: 1rem 0;
}
.baskan-foto {
    background: url("../images/Dtrump.png") 25% center no-repeat;
    background-size: cover;
    }
    .baskan-nav-content {
        display: flex;
    
        }
/* .baskan-foto img{
    width: 100%;
} */
.baskan-sayfa-duzen .tab-content {
    overflow: auto;
    height: 100vh;
    padding: 1rem;
    }
    .baskan-kategori {
        margin-top: 10rem;
        }
.baskan-icerik p{
    color: #4a4a4a;
    font-size: 1.5rem;
}
.baskan-kategori .nav{
    display: inline;
}
.baskan-kategori a {
    padding: 0 18px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .baskan-kategori a:hover, .baskan-kategori a:focus {
    color: red;
  }
/* başkan bitiş */


/* kurumsal başlangıç / açılır menu*/

.navbar{ padding-top: 0; padding-bottom: 0; }
.navbar .has-megamenu{position:static!important;}
.navbar .megamenu{left:-1px; right:0; width:100%; padding:20px;  }
.navbar .nav-link{ padding-top:1rem; padding-bottom:1rem;  } 

.kurumsal-li a{
    color:gray;
}
.dropdown-boxes {
    width: 100%;
    height: auto;
}
.kurumsal-li {
    height: 7rem;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
    border: .1px solid #e3e3e3;
    padding: 0;
    border-right: none;
    border-left: none;    
}
.kurumsal-li:hover {
    transition: var(--general-transition);
    background: #e2e2e290;
}
.kurumsal-li:hover {
    transition: var(--general-transition);
    background: #e2e2e243;
}
.kurumsal-li a {
    height: 100%;
    width: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar .megamenu {
    padding: 0;
    }
.row{
    margin:0;
    padding: 4rem 0;
}
.dropdown-menu{
    padding:0;
    border:0;
    border-radius: 0;
    margin:0 0 1.5rem 0;
}
  
/* SECTION NEWS*/
section#haber{
    position: relative;
}
.haber-tablo{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
    "item1 item2"
    "item1 item2"
    "item3 item3";
    
}
.item1{
    grid-area:item1;
    position: relative;
}
.buyuk-haber-carousel {
    position: absolute;
}
.item2{
    grid-area:item2;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.item3{
    grid-area:item3;
    position: relative;
    max-width:100%;
    margin-top:1rem;
}

.item3 .kucuk-aciklama{
    padding: 2rem 0 1.5rem 2rem;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient( rgba(255,0,0,0), rgba(0,0,0,.9));
}

.buyuk-haber-aciklama{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: var(--light-color);  
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.85)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
    padding: 3rem;
}
.buyuk-haber-aciklama h1{
    font-size: 2.5rem;
}
.buyuk-haber-tarih{
    padding-bottom: 1rem;
    color: white;
    border-bottom: 1px solid var(--light-color);
}
.buyuk-haber-aciklama p {
    font-size: 16px;
    padding-top: 1rem;
}

.habercik{
    position: relative;
}
.habercik a{
    display: block;
}
.habercik a:hover .habercik img{
    transform: scale3d(1.15, 1.15, 1.15);
}
.habercik img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-box {
    position: relative;
    overflow: hidden;
}
.habercik:hover .img-box img {
    transform: scale(1.2);
}
.img-hover-zoom {
    max-width: 100%;
    transition: transform 1s;
}
  
/* END NEWS SECTION */

/* PASS SECTION */

section#projects{
    background: linear-gradient(0deg,rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../images/ordu-airport.jpg");
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    background-size: cover;
    padding-bottom: 3rem;
}
.gecis{
    background: var(--gray);
    display: flex;
    height: 7rem;
    justify-content: space-evenly;
    margin-bottom: 3rem;
}
.gecis h4 {
    line-height: 7rem;
    font-weight: bold;
    font-size: 2rem;
}
#projects .container{
    position: relative;
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
}
.tab-container{
    width:95%;
    height: 45rem;
    display: inline-block;
    position: relative;

}
.tab-container .button-container{
    height: 5rem;
}

.tab-container .button-container button{
    width: 33%;
    height: 100%;
    float: left;
    background: rgba(205, 212, 218, 0.6);
    font-size: 16px;
    padding: 0 10px;
    font-weight: 600;
    color: var(--header-mavi);
}

.button-container :nth-child(1){
    margin-right: 2px;
}
.button-container :nth-child(2){
    margin-right: 2px;
}
.tab-container .button-container button:hover{
    background-color: #eee;

}
.tab-container .tab-panel{
    background-color: rgba(255, 255, 255, 0.7);
    padding: 1px 0;
    box-sizing: border-box;
    font-size: 16px;
    height: 89%;
    width: 100%;
}
.tab-panel .list-content{
    border-left: 2px solid var(--header-mavi);
    padding-left: 1rem;
    margin: .5rem 0 .5rem 0;
}
.tab-panel-list-date{
    font-size: 11px;
    color: #999;
}
.tab-panel-list li{
    border-bottom: 2px solid var(--light-color);
    padding: 15px 0 15px 20px;
    height: 6.5rem;
}

.tab-panel-list li:hover{
    background: rgba(192, 192, 192, 0.4);
    transition: var(--general-transition);
}
.tab-panel-list li a h3{
    color: var(--header-mavi);
    font-size:14px;
    font-weight: 600;
}

.tab-nav{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.tab-all-show{
    text-align: center;
    position: relative;
    margin: -7px 8px 0px 0;
}
.tab-all-show > a{
    color: var(--ordu-mavi);
    font-size: 12px;
    bottom: 2rem;
    position: relative;
}
.tab-all-show a:hover{
    text-decoration-line: underline;
    opacity: 0.8;
}

/* PROJELER */
.tabs {
    position: relative;
    width: 95%;
    height: 45rem;
    background:rgba(255, 255, 255, 0.7);
    padding:15px 20px;
    overflow:hidden;
  }
  .tabs .tab-header {
    height:50px;
    display:flex;
    align-items:center;
  }
  .tabs .tab-header > div {
    width:calc(100% / 3);
    text-align:center;
    color:#888;
    font-weight:600;
    cursor:pointer;
    font-size:14px;
    text-transform:uppercase;
    outline:none;
  }
  .tabs .tab-header > div > i {
    display:block;
    margin-bottom:5px;
  }
  .tabs .tab-header > div.active {
    color: var(--header-mavi);
  }
  .tabs .tab-indicator {
    position:relative;
    width:calc(100% / 3);
    height:5px;
    background: var(--header-mavi);
    left:0px;
    border-radius:5px;
    transition:all 500ms ease-in-out;
  }
  .tabs .tab-body {
    position:relative;
    height:calc(100% - 60px);
    padding:10px 5px;
  }
  .tabs .tab-body > div {
    top:-200%;
    opacity:0;
    position: absolute;
    transform:scale(0.9);
    transition:opacity 500ms ease-in-out 0ms,
      transform 500ms ease-in-out 0ms;
  }
  .tabs .tab-body h2{
    color: var(--header-mavi);
  }
  .tab-body p{
    color: black;
  }
  .tabs .tab-body > div.active {
    top:0px;
    opacity:1;
    transform:scale(1);
  }
  .project-image{
    height: 10rem;
    width: 19rem;
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  .project-image img{
    height: 100%;
  }
  .tab-body a{
    position: relative;
    display: grid;
    grid-template-columns: .75fr 1.25fr;
  }
  .tabs .project-image {/*burayı sil*/
    width: 100%;
  }
  .tab-body > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1) {
    width: 100%;
    }


  .project-content{
      padding:1rem;
      border-bottom: 1px solid white;
  }
  .project-content span:nth-child(2){
      padding-left: 1rem;
  }
  .project-content:hover {
    background: rgba(12,12,12, 0.05);
    transition: var(--general-transition);
}
  .project-all{
    position: relative;
    display: block;
    bottom: 8px;
    text-align: center;
  }
  .project-all p{
    color: var(--ordu-mavi);
    display: inline-block;
  }
  .project-all p:hover {
    opacity: 0.8;
    text-decoration-line: underline;
}
/* END project SECTION */




/* TRAVEL SECTION */


section#travel{
    width: 100%;
    background-size: cover;
    position: relative;
    background-color: #f0e8d5;
    
}
.travel-baslik {
    color: var(--ordu-acik-mavi);
    font-weight: 500;
    text-align: center;
    top: 4rem;
    position: relative;
    font-size: 2.5rem;
    }
.owl-turizm > div:nth-child(1) > div:nth-child(1) {
    margin: 80px 0 80px;
   }
   
.owl-turizm__item{
    opacity:0.4;
    filter: blur(5px);
    transition: var(--general-transition);
    margin: 0 20px;
    transform: scale(.8);

}
.owl-turizm .owl-item img {
    max-height: 40rem;
    object-fit: cover;
    }

@media(max-width:1000px){
    .owl-turizm__item{margin: 0; transform: scale(.9);}
}
.active .owl-turizm__item{
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}
.owl-turizm__item .owl-item{
    --webkit-backface-visibility: hidden;
    --webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.inner{position:absolute; bottom:30px; left:0; right:0; text-align:center;}
.inner a{color:#fff; text-decoration:none; border-bottom:2px solid rgba(255,255,255,0.5); transition:.3s ease border-color}
.inner a:hover{border-color:#fff;}
.black .inner a{color:#000; border-color:rgba(0,0,0,0.4)}
.black .inner a:hover{border-color:#000;}

.owl-controls{position:absolute; margin-top:300px;}


/* BASKAN BİLGİLERİ */

section#end{
    background: linear-gradient(0deg,rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../images/ordu-airport.jpg");
    /* height: 60rem; */
}
.president-content{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
}


.content-text{
    position: relative;
    padding: 1rem;
}
.content-text p{
    font-size: 25px;
    /* top: 50%; */
    position: relative;
    /* transform: translate(0, -50%); */
    font-weight: bold;
    text-align: end;
    color: black;

}
.content-text p .sub-text{
    float: right;
    opacity: .7;
    letter-spacing: .4rem;
    padding-top: 1rem;
    color: black;
    font-size: 12px;
    font-weight: 400;
    display: contents;
}
.content-text p .big-text{
    font-weight: 100;
    letter-spacing: .2rem;
    line-height: 4rem;
    font-size: 4rem;
}
.content-text h2{
    position: relative;
    display: flex;
    float: right;
    font-weight: 100;
    letter-spacing: .2rem;
    padding: 4rem;
}
.baskan-social-list{
position: relative;
float:right;
}
.baskan-social-list ul{
    display: flex;
}
.baskan-social-list a{
    display: inline-block;
    border: 1px solid transparent;
    width: 3rem;
    border-radius: 50%;
    text-align: center;
    line-height: 3rem;
    font-size: 1.5rem;
    margin-left: .5rem;
    color: var(--header-mavi);
    transition: var(--general-transition);
}

.baskan-social-list li:nth-child(1) a:hover {
    background: var(--facebook);
    border: var(--facebook);
    color:white;
}
.baskan-social-list li:nth-child(2) a:hover {
    background: var(--twitter);
    border: transparent;
    color:white;
}
.baskan-social-list li:nth-child(3) a:hover {
    background: var(--instagram);
    border: transparent;
    color:white;
}
.baskan-social-list li:nth-child(4) a:hover {
    background: var(--youtube);
    border: transparent;
    color:white;
}
.president-image{
    padding: 1rem;
    position: relative;
    width: 100%;
    max-height: 35rem;
}
.president-image img{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
}
 /* END BAŞKAN BİLGİLERİ */

/* FOOTER*/
section#end{
    width: 100%;
    background-size: cover;
    position: relative;

}
footer{
    bottom:0;
    position: relative;
    width: 100%;
    background: var(--header-mavi);
}

.foocol.first {
    width: 46%;
  }
  
  .container.footer-grid {
    display: flex;
  }
  
  .foocol {
    padding: 40px 20px;
  }
  
  .footer-logo img {
    max-width: 230px;
    display: block;
    overflow: hidden;
  }
  
  footer h2 {
    border-bottom: 2px solid darkgray;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 20px 0 15px;
    margin-bottom:2rem;
  }
  
  footer .foocol {
    margin: 0 0 25px;
    font-size: 1.3rem;
    line-height: 2.3rem;
    width: 18%;
  }
  
  .foocol p {
    color: #a8bbc4;
  }
  .foolink a{
    transition: var(--general-transition);
  }
  .foolink a:hover {
    color: antiquewhite;
    transition: var(--general-transition);
  }
  
  .clearfix::after {
    content: "\00A0";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  
  .footer-logo {
    margin: 2rem 0 2rem 0;
    display: inline-block;
  }
  .footer-menu{
      position: relative;
      height: 4rem;
      bottom:0;
  }
  .footer-menu ul{
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      row-gap: 1rem;
  }
  .footer-menu li{
    padding: 0 10px 0 10px;
  }



@media only screen and (min-width: 992.1px){
    
    .nav-link:hover{
        background-clip: border-box;
        transition: var(--general-transition);
        color: white;
    }
    .nav-link::after{
        content: '';
        display: block;
        height: .2rem;
        width: 0;
        opacity: 0;
        background-color: white;
        transition: var(--general-transition);
    }
    .nav-link:hover::after{
        width:100%;
        opacity: 1;
    }
    .ana-menu{
        top: 7px;
    }
}
@media only screen and (max-width: 992px){
   
    .nav-active{
        transform: translateX(0%) !important;
        display: block;
        transition: var(--general-transition);
    }
    
    .header-top{
        display: none;
    }
    .header-logo{
        position: fixed;
        z-index: var(--on);
    }
    .navbar-toggler, .navbar-search{
        display: block;
    }
    .gizli{
        display: inline;
    }
     .nav-list{
        display: block; 
        position: absolute;
        /* z-index: var(--bin)9999; */
        left:0;
        background-color:rgb(247, 247, 247);
        width: 43%;
        height: 100vh;
        top: 0;
        transition: var(--general-transition);
        transform: translateX(-100%);  
    }
    .nav-list > ul{
        display: block;
        overflow: auto;
        min-height: calc(100% - 110px);
        margin: auto;
        height: 1px;
    }
    .dropdown-menu { 
        position: relative;
    } 
    .nav-item-head {
        padding: 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        height: 55px;
    }
    .nav-items .nav-item{
        padding: 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        transition: var(--general-transition);
        line-height: 1.5rem;
       
    }
    .nav-list li:hover{
        background: var(--light-color);
        transition: var(--general-transition);
    }
    .nav-list li:hover .nav-link{
        color:red;
    }
    .nav-list a{
        color:black;
    }
    .search-form{
        left: 0;
        width: 43%;
    }
    .search-form.active {
        transform: translateX(0%);
        top: 55px;
        height: 4.5rem;
        background: #fff;
        transition-delay: .1s;
    }
        .close-search.active {
            color: black;
        }
        .ac-search-results {
            border-radius: 0;
            left: 0%;
            width: 43%;
            transform: translate(0%);
            top: 110px;
        }
        .search-form input::placeholder{
            color: #868686;
        }
        .search-form .search{
            color: black;
            height: 4.5rem;
        }
        .index-search {
            padding: 0 1rem;
        }
        .close-search {
            right: 0;
            right: 16px;
        }
        .nav-list #search {
            padding: 1.5rem;
        }
    .kurumsal-li{
        height: 3rem;
        width: 100%;
    }
    .kurumsal-li a {
        justify-content: normal;
        padding: 0 2rem;
        }
    .navbar .nav-link {
        padding: 1.5rem;
        }
    .nav-items > .nav-item {
        line-height: 2rem;
    }
    .nav-items .nav-item {
        padding: 0;
        }
    .row{
        padding:0;
    }
    .nav-menu-social{
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        height: 55px;
        line-height: 4rem;
        text-align: center;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        background-color: rgb(247, 247, 247);
    }
    .nav-menu-social a{
        display: inline-block;
        margin: 0;
        width:30%
    }
    .nav-menu-social a:hover{
        color: var(--ordu-mavi);
    }
    .header-bottom{
        position: fixed;
        top:0;
        width: 100%;
        z-index: var(--dokuz);
        transition: var(--general-transition);
    }
    .alt-nav{
        top:70%;
    }
    
    .baskan-foto {
        background-position-y: 0px;
        height: 40rem;
    }
        .baskan-kategori a {
            font-size: 24px;
            }
            .baskan-icerik p {
                font-size: 1.3rem;
                }
                .baskan-sayfa-duzen {
                    grid-template-columns: 1fr;
                    }
                    .baskan-sayfa-duzen .tab-content {
                        overflow: hidden;
                        }
                
    .news-slide{
        width: 100%;
    }
    .news-block{
        display: none;
    }
    .ust-haber{
        grid-template-columns: 1fr;
    }
    .buyuk-haber-aciklama{
        padding: 1rem;
    }
    .buyuk-haber-aciklama h1{
        font-size: 2rem;
    }
    .buyuk-haber-tarih{
        padding-bottom: .5rem;
    }
    .buyuk-haber-aciklama p{
        font-size: 14px;
        padding-top: .5rem;
    }
    .item3 .kucuk-aciklama {

        padding: .5rem;
        }

        .kucuk-aciklama h4 {
        font-size: 14px;
        }
    #projects .container{
        gap: 1rem;
    }
    .gecis{
        display: none;
    }
    .tabs{
        left:0;
    }
    .tabs .project-image img{
        position: relative;
    }
    
    .tabs .project-content span:nth-child(2){
        margin-left: 1rem;
    }
   
    .content-text p{
        font-size: 1.5rem;
    }
    .president-image{
        left:0;
        /* height: 85%; */
    }
    .contact-list i{
        font-size: 2.5rem;
    }
    footer{
       padding-bottom: 3rem;
    }
    .footer-grid{
        flex-direction: column;
        align-items: center;
    }
    .foocol{
        width:70% !important;
        padding: 0;
        margin:0;
    }
}

@media only screen and (max-width:870px){
    
    #projects .container {
        grid-template-columns: 1fr;
    }
  
}

@media only screen and (max-width:800px){
    .ust-haber-sag {
        width: 83.3%;
    }
    .ust-haber-sol {
        width: 83.3%;
    }
    .president-image {
        left:0;
        /* height: 78%; */
    }
    .tab-container .button-container button {
        width: 33.1%;
        font-size: 14px;
    }     
}
@media only screen and (min-width:768px){
    .content-text {
        padding: 3rem;
    }
}
@media only screen and (max-width:768px){

    .slogan {
        bottom: 5.5rem;
    }
    .slogan h1 {
        font-size: 60px;
    }
    .buyuk-haber-carousel{
        position: relative;
    }
    .haber-tablo{

        grid-template-areas: 
        "item1 item1"
        "item2 item2"
        "item3 item3";
        gap: 1rem;
    }
    .ust-haber{
        width: 100%;
    }
    .nav-list, .search-form, .ac-search-results{
        width: 50%;
    }
    .news-slide-big {
        width: 100%;
        position: absolute;
    }
    .project-image img{
        width: 100%;
        object-fit: cover;
    }
   
    .content-text {
        width: 80%;
    
    }
    .content-text p {
        width:100%;
    /* margin-bottom: 6rem; */
    }
    .content-text p .big-text {
        font-size: 5rem;
    }
    .content-text p .sub-text {
    font-size: 10px;
    }   
    .president-content {
        grid-template-columns: 1fr;
    }
   .baskan-social-list{
        bottom: 0%;
        position: relative;
    }
   .contact-list h4 {
        margin: 2rem 0 0 0;

    }
    .president-image img {
        left: 50%;
        transform: translate(-50%);
        position: relative;
        }
    .ust-haber-sag{
        max-width: 80%;
    }
    .ust-haber-sol{
        width: 80%;
    }
    .tab-container .button-container button {
        width: 33%;
    }
    .baskan-foto {
        height: 40vh;
    }
    .baskan-nav-content {
        flex-direction: column-reverse;
    }
    .baskan-sayfa-duzen {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .baskan-kategori {
        margin-top: 0;
    }
}

@media only screen and (max-width:576px){
    .tab-container .button-container button {
        width: 32.9%;
    }
    .header-logo img {
        height: 3rem;
    }
    .slogan {
        bottom: 4.5rem;
        }
    .slogan h1 {
        font-size: 35px;
    }
    .buyuk-haber-aciklama h1{
        font-size: 2rem;
    }
    .buyuk-haber-aciklama {
        box-shadow: inset 0 -100px 50px -20px rgba(0,0,0,0.5);
        padding: 2rem;
    }
    .kucuk-aciklama h4 {
        font-size: 20px;
        }
        .item3 .kucuk-aciklama {
            padding: 0 .5rem 2rem 2rem;
            }
    .gecis h4 {
        font-size: 1.5rem;
    }
    .tabs .tab-header > div{
        font-size: 12px;
    }
    .tabs .tab-body h2 {
        font-size: 20px;
    }
    .president-image img {
        width: 100%;
        object-fit: cover;
    }
    .nav-list, .search-form, .ac-search-results{
        width: 75%;
    }
}
@media only screen and (max-width:414px){
    
    .gizli {
        font-size: 1rem;
    }
    .nav-link {
        font-size: 14px;
    }
    #sticky-header {
        height: 5rem;
    }
    .navbar-toggler {
        left: 2rem;
    }
    /* .navbar-search {
        right: 2rem;
    } */
    .header-logo{
        height: 5rem;
    }
    .header-logo img {
        height: 2.5rem; 
    }
    .nav-list {
        width: 75%;
    }
    .alt-nav {
        top: 67%;
    }
    .buyuk-haber-aciklama {
        padding: 1rem 1rem .5rem 1rem;
    }
    .buyuk-haber-aciklama h1 {
        font-size: 1.2rem;
    }
    .buyuk-haber-tarih {
        padding-bottom: .5rem;
        font-size: 10px;
    }
    .buyuk-haber-aciklama p {
        font-size: 11px;
        padding-top: .5rem;
    }
    .tab-container .button-container button {
        width: 32.96%;
    }
    .tabs {
        padding: 15px 10px;
    }
    .tabs .tab-body{
        padding:0;
    }    
    .tabs .tab-body h2 {
        font-size: 17px;
    }
    .content-text {
        width: 90%;
    }
}

@media only screen and (max-width:375px){

    .alt-nav {
        top: 67%;
    }
   
}

@media only screen and (max-width:360px){

    .tab-container .button-container button {
        width: 32.9%;
    }
    .content-text p .big-text {
        font-size: 4rem;
    }
}
@media only screen and (max-width:321px){
    .slogan h1 {
        font-size: 30px;
    }
    .alt-nav {
        top: 65%;
    }
    .tab-container .button-container button {
        width: 32.85%;
    }
    .gecis h4 {
        font-size: 1.1rem;
        line-height: 5rem;
    }
    .nav-list, .search-form, .ac-search-results {
        width: 80%;
    }
}