@media (max-width: 991px) {

    #footer .col-md {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {

    #events, #video {
        margin-top: 100px;
    }
}

@media (max-width: 1150px) { 

  #slogan.uni {
    font-size: 18pt !important;   
    top: 40px !important;
  }

}

@media (max-width: 1000px) { 

    #menu1, #menu2 {
        display: none;
    }

    #btn-mobile-menu {
        display: block !important;
    }
  
    #slogan.uni {
        font-size: 22pt !important;
        top: 50% !important;
    }

    #slogan.birim {
        top: 50% !important;
    }
}

@media (max-width: 450px) { 

    #slogan.uni {
        font-size: 18pt !important;
        top: 25px !important;
  }
}
@media (max-width: 335px) { 

    #slogan.uni {
        font-size: 12pt !important;
        top: 25px !important;
  }
}
body {
    padding: 0;
    margin: 0;
    --accordion-button-color: red !important;
}

.container-xxl {
    max-width: 1500px !important;
}	


#ncontent {
    padding-top: 200px;
    background-color: #524f4f;
}

#carousel {
    width: 100%;
    min-height:160px;
    background-color:#ffffff;
}

.carousel-item a > img,video {
   max-height: calc(9*100vw / 16);
    
}

@media (min-width: 2000px) {
    .carousel-item a > img,video {
        height:80vh;    
    }

}

.carousel-item a video {
  object-fit: fill;
}

.carousel-caption {
    border-radius: 4px;
    /*background: rgba(255, 255, 255, .2);*/
}

.carousel-caption h4 {
    font-weight: bold;
    color: #fff !important;
}
.carousel-caption p {
    font-size: 14pt;
}

#carousel .elyazisi-baslik {
  font-family: 'Birthstone', cursive;
  font-size: 48pt;
 text-shadow: 4px 4px #000;
 color: #fff !important;
}

#carousel .elyazisi-aciklama {
  font-family: 'Birthstone', cursive;
 text-shadow: 4px 4px #000;
 color: #fff !important;
}

@media (max-width: 991px) {

    .carousel {
       top:65px !important;
      }
    .md-pb-70 {
        padding-top: 60px !important;
    }
    #header {
        min-height: 80px !important;
        padding-top: 0px !important;
        background: rgba(0, 0, 0, .85) !important;
 
       }
    
    #header .container-xl {
        min-height: 70px !important;
    }
    #slogan {
        margin-left: 80px !important;
    }
    #logo {
        width: 70px !important;
    }
    #slogan.birim {
        top: 34% !important;
        font-size: 14pt !important;
    }
    #btn-mobile-menu {
        top: 34%;
        font-size: 20pt !important;
    }
    
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

#header {


background: rgba(0, 0, 0, .65);

-webkit-box-shadow: 0px 10px 21px 0px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 10px 21px 0px rgba(0,0,0,0.8);
box-shadow: 0px 10px 21px 0px rgba(0,0,0,0.8);

    /*
    padding: auto;
    margin: auto;
    */
    padding-top: 10px;
    z-index: 9998;
    min-height: 160px;
    width: 100%;
}

#header:hover {

    background: rgba(0, 0, 0, .75);
}

#header .container-xl {
    min-height: 100px;
}

#logo {
    width: 130px;
    padding: 5px;
    position: absolute;
    top: 0;
}

#slogan {
    color: #ffffff;
    margin-left: 140px;
    position: absolute;
    top: 50%;
}

#slogan.uni {
    font-size: 24pt;   
    font-family: 'Birthstone', cursive;
}

#slogan.birim {
    top: 50px;
    font-size: 18pt;   
}

#mobile-menu::before, #eoku::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    pointer-events: none;
    content: "";
    background-image: url(../img/logo-beyaz.svg);
    background-position: right bottom;
      background-repeat: no-repeat;      
    position: absolute;

    top:0px;
      right: 20px;
      bottom: 20px;
      left: 20px;    
    opacity: .06;

}

#mobile-menu .accordion-button, #eoku .accordion-button{
    background:none !important;
    border-bottom: 1px dashed #817d7d !important;
    font-weight: bold;
    color: #ccc !important;
    --bs-accordion-border-color:none !important;
}

#mobile-menu .a-body, #eoku .a-body {
    background-color: rgba(0,0,0,0.3);
    padding: 20px;
    color: #ccc;
}

#mobile-menu .accordion-item, #eoku .accordion-item {
    background:none !important;
    border: none !important;
}


#mobile-menu, #eoku .accordion-body {
    background: none !important;
}

#mobile-menu h5, #eoku h5 {
    color: #d0a23c !important;
    font-weight: bold;

}
#mobile-menu a, #eoku a {
    text-decoration: none;

}
#mobile-menu .item, #eoku .item {
    display: block;
    padding: 0 20px 10px 20px;
    margin: 10px 0 10px 0;
    font-family: "Nunito", Sans-serif;

}

 #eoku {
    z-index: 9999999;
    color:#ccc;
    background-color:rgba(1, 7, 19, .9);
    overflow-y: auto;

    scrollbar-color: rebeccapurple green;

-webkit-box-shadow: 0px 10px 21px 0px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 10px 21px 0px rgba(0,0,0,0.8);
box-shadow: 0px 10px 21px 0px rgba(0,0,0,0.8);
}

#mobile-menu {
    z-index: 9999999;
    color:#ccc !important;
    background-color:rgba(1, 7, 19, 1) !important;
    overflow-y: auto;

    scrollbar-color: rebeccapurple green;

-webkit-box-shadow: 0px 10px 21px 0px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 10px 21px 0px rgba(0,0,0,0.8);
box-shadow: 0px 10px 21px 0px rgba(0,0,0,0.8);
}

#btn-mobile-menu {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 30pt;
    color: white;
    text-decoration: none;
    margin-right: 30px;    

}


#eoku i {
    font-size: 16pt;
    margin-right: 10px;
    
}

#header #menu1 {
    margin-bottom: 20px;

}

#header #menu2.birim {
    padding-top:25px;
    padding-left:95px;

}

#header #menu1 a,
#header #menu2 a {
    font-family: 'Nunito', sans-serif;
    /*font-family: 'Oxygen', sans-serif;*/
    text-decoration: none;
    color: white;
}
#header #menu1 a {
    font-size: 11pt;    
    font-weight: bold;
    color: #ccc;
}
#header #menu2 a {
    font-size: 16pt;
    font-weight: bold;
}

#header #menu2.birim a {

    font-size: 14pt;
}

#header #menu2 a:hover {
    color: rgba(196,18,48);
}

#menu2 #btn-uni:hover + #menu-web, #menu-web:hover{
    display: block !important;
}

#menu-web {
    background-image: url(../img/menu-uni.png);
    
}




.nav .active {
    
    background: url(../img/bi-caret-right-fill.svg) no-repeat right center;
    background-size: 20px 20px;
}

.menu-web {
  position: relative;
    min-height: 300px;
    display: none;
    background-color: rgba(255,255,255,1);    
    background-position: bottom 0px left 0px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 20px;
    -webkit-box-shadow: 10px 10px 30px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 30px -12px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 30px -12px rgba(0,0,0,0.75);   
}





.menu-web h5 {
    color: Black !important;
    font-weight: bold;
    margin-bottom: 4px !important;
}
.menu-web a {
    padding: 4px;
    color: #2e2e2e !important;
    font-size: 14pt !important;
    font-weight: normal !important;
}
/*
.menu-web a:hover {
    background-color: white;
    color: #0d6efd !important;
}
*/

.menu-web ul {
    margin-bottom: 20px !important;
}
/*----------------*/
.menu-web  li a {
    font-size: 11pt;
    z-index: 2;
    text-decoration: none;
    color: #ccc;
    padding: 4px;
    position: relative;
    display: inline-block;
}

.menu-web  li a::before {
  background: #dc3545;
  content: "";
  inset: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-in-out;
  z-index: -1;
}

 .menu-web li a:hover {
  color: white !important;
}

.menu-web  li a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-web li {
    background: url(../img/star-fill.svg) no-repeat left center;
    list-style-type: none;
    padding: 0px 0px 1px 24px;
    vertical-align: middle;
    background-size: 14px 14px;
    margin-bottom: 3px;
    margin-left: 20px;

}

#v-pills-tab {
    border-right: 1px dashed #ccc !important;
    min-height: 340px;
    padding-right: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {

    background-color: rgba(196,18,48) !important;
    color: white !important;
}
.nav-link {

    color: rgba(196,18,48) !important;
}




/* ------------------------------ */


.news {
    padding: 35px 0 15px 0;
    position: relative;
    margin-bottom: 0px;
    
}

.news #haberler {
    font-weight: bold;
    z-index: 4;
    position:absolute;
    top:-4px;
    left:5px;
}

.news.uni #haberler h2 {
    color: white;
    opacity:0.5;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1.8;
}
/*
#news a {
    text-decoration: none;
    font-weight: 500;
    font-size: 12pt;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
   
}
 */

.news .next-arrow {
    right: 50px;
}
.news .prev-arrow {
    left: 50px;
}

.news .prev-arrow, 
.news .next-arrow {
    color: white;
    font-size: 28pt;
    position: absolute;
    top: 40%;
    cursor: pointer;
    z-index: 999;
}

.news.birim .prev-arrow, 
.news.birim .next-arrow {
    color: #9faecb;
}

.news .slick-list {
    padding-bottom: 20px !important;
    z-index: 3;
}

.news .slick .slick-active {
    opacity: 1 !important;

}
.news .slick .card {
    margin: 0 15px 0 15px;
    width: 250px;
    height: 350px;
    opacity: 0.4;
    
}

.news.uni .slick .card {
-webkit-box-shadow: 10px 10px 18px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 18px -10px rgba(0,0,0,0.75);
box-shadow: 10px 10px 18px -10px rgba(0,0,0,0.75);
}

.news.birim .slick .card {

}

.news .slick .card img {
 padding: 5px;
 border-radius: 10px;
      
  }

.news-date {
  
  display: flex;
  padding-top: 20px;
  padding-left: 15px;
  align-items: center;

}
.news-date span{
  font-size: 14px;
  font-weight: 400;

}
.news-date i{
  font-size: 14px;
  padding-right: 7px;
  color: #dc3545;

}


#msg-video {
    margin-bottom: 50px;
}

#msg {
    position: relative;
}

#msg .card {
-webkit-box-shadow: 3px 0px 21px 1px rgba(0,0,0,0.5);
-moz-box-shadow: 3px 0px 21px 1px rgba(0,0,0,0.5);
box-shadow: 3px 0px 21px 1px rgba(0,0,0,0.5);

}

#msg .next-arrow {
    right: 20px;
}
#msg .prev-arrow {
    left: 20px;
}
#msg .prev-arrow, .next-arrow {
    color: white;
    font-size: 28pt;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 2;




}



#numbers {
    background-color: #524f4f;  
    background-image: radial-gradient(#817d7d 1px, transparent 0);
  background-size: 30px 30px;
  background-position: -19px -19px;
    margin-bottom: 100px;
    color: #ccc;
    position: relative;
    padding: 70px 0 20px 0;
    margin-bottom: 100px;
    text-align: center;
}

#numbers #caption {
    position: absolute;
    font-weight: bold;
    color: #858282;
    top: -21px;
    left: -6px;
    z-index: 1;
    font-size: 46pt;
}

#numbers i {
    font-size: 40pt;
}

#icons {
    margin-bottom: 100px;
}

#icons img {
    height: 100px;
    margin: 0 30px 0 30px;
}

#footer {
    background-color: #524f4f;
    position: relative;
    color: #ccc;
}

#footer::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    pointer-events: none;
    content: "";
    background-image: url(../img/logo-beyaz.svg);
    background-position: 50%;
      background-repeat: no-repeat;      
    position: absolute;

      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px;    
    opacity: .15;

}

#footer .container {
    padding: 20px 0 20px 0;
}

#footer h5 {
    font-weight: bold;
    border-bottom: 2px dashed #706d6d;
    padding-bottom: 4px;
    margin-right: 40px;
}

#footer a {
    display: block;
    color: #ccc;
    text-decoration: none;
}

#footer .social {
    font-size: 24pt;
    margin-top: 40px;
    margin-bottom: 10px;

}
#footer .social a {
    margin-right: 40px;
}

#footer li {
    background: url(../img/star-fill-ccc.svg) no-repeat left center;
    list-style-type: none;
    padding: 0px 0px 1px 24px;
    vertical-align: middle;
    background-size: 14px 14px;
    margin-bottom: 10px;
    margin-left: -20px;

}

/* -------------------- BIRLESTIRME KODLARI ------------------------------------- */



/*--------Dedekorkuta Sor----------*/

.open-button {
    background-color: #dc3545;
    color: white;
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
    border-radius: 10px; 
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    z-index: 100;
  }
  
  .form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 101;
    border-radius: 10px; 
  }
  
  .form-container {
    width: 400px ;
    padding: 10px;
    background-color: white;
  }
  
  .form-container input[type="text"] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    position: static;
  }
  
  .form-container input[type="text"]:focus {
    background-color: #ddd;
    outline: none;
  }
  
  .form-container .btn { 
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
    position: static;
  }
  
  .form-container .btn:hover, .open-button:hover {
    opacity: 1;
  }
  
  .search-results {
    padding: 10px;
    background-color: white;
  }
  
  .search-result {
    padding: 10px;
    cursor: pointer;
  }
  .close {
    position: absolute;
    top: 10px;
    right: 10px; 
    font-size: 30px; 
    cursor: pointer;
  }
  .search-results ul {
    max-width: 400px; /* Boyutu ayarlayabilirsiniz */
    padding: 15px; /* Paddingi artırabilirsiniz */
    background-color: #f1f1f1; /* Açık gri renk */
  }
  .search-results {
    background-color: #f1f1f1;
    white-space: nowrap;
    width: 100%;
    padding: 10px;
    margin: 0;
    height: 250px;
    max-height: 300px;
    overflow-y: auto; 
  }

  #btn-eoku {
    text-align: center;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    border-radius: 10px;
    background-color: #DC354A;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-size: 16px !important;
    font-weight:bold;
    font-family: sans-serif;
    text-decoration: none !important;
    color: #ffffff;
    transition: all 300ms ease-in-out;

  }
  #INDmenu-btn {
    --indscale-margin: 20px !important;

  }
  #INDmenu.INDmenu-loaded #INDmenuHeader_bg, #INDmenu.INDmenu-loaded[data-expanded="true"] #INDmenuHeader_expanded_bg {
    display: none !important;
  }


  
  #btn-eoku:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    color: #ffffff !important;
  }
  #btn-eoku div {
    align-items:center;
    display: flex;
    flex-direction: row;
  }
  #btn-eoku i {
      font-size: 12pt;
      margin-left: 4px;
  }

  
  
  /* Animation */
  
  @-webkit-keyframes pulsing {
    to {
      box-shadow: 0 0 0 12px rgba(232, 76, 61, 0);
    }
  }
  
  @-moz-keyframes pulsing {
    to {
      box-shadow: 0 0 0 12px rgba(232, 76, 61, 0);
    }
  }
  
  @-ms-keyframes pulsing {
    to {
      box-shadow: 0 0 0 12px rgba(232, 76, 61, 0);
    }
  }
  
  @keyframes pulsing {
    to {
      box-shadow: 0 0 0 12px rgba(232, 76, 61, 0);
    }
  }

  .popup {
    background-color: rgba(0,0,0,0.7);
    z-index: 9999;
    
  }

  .popup img {
    max-height: 100% !important;
    
  }

/* Google Maps */
/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
#map {
    height: 100%;
}   

.modal {
    z-index: 9999;
}

.yonetici {}

.yonetici .ad,
.mesaj .ad {
    font-size:130%;
    font-weight: bold;
}

.kalite .foto {
    max-width:250px;
    border:1px solid #ddd;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    margin-bottom:10px;
}

.yonetici .iletisim,
.mesaj .iletisim {
    margin-top:20px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.yonetici .iletisim div,
.mesaj .iletisim div,
.kurul .iletisim,
.koordinator .iletisim,
.temsilci .iletisim,
.idari_birimler .iletisim,
.komisyon .iletisim {
    display:flex;
    align-items:center;
    gap:10px;
    

}
.kalite .iletisim i { 
    font-size:150%;
}

.kalite .table > tbody > tr > td {
     vertical-align: middle;
}

.kalite .table caption {
    text-align:center;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    padding:15px;
    background-color: #112958;
    color:#fff;
    font-weight:bold;
    font-size:120%;
}

/* Tasinan siteler icin uyari */
#modalTasindi {
    z-index: 99999;
}

#warn-tasindi {
    z-index: 99999;
    position:fixed;
    width:100%;
    margin-bottom:100px;
    text-align:center;
}

.ata-bayrak {
    height:45px;
}

.diger-logo {
    height:50px;
}

#cookieBanner {
    position: fixed;
    bottom: 0;
    text-align: center;
    z-index: 1000;
    width: 100%;
    margin-bottom: 0px;
    display: none;
}
