@charset "utf-8";
/* OMÜ Anasayfa CSS */

.slider1_container .owl-item .item.slider_wrapper {
	min-height: auto;
	margin:0 !important;
}

#slider1_container .owl-dots {
	display: none;
}
.slider1_container .item.slider_wrapper {
	margin:0 !important;
}
/* Desktop default */
.slider1_container .owl-nav button.owl-prev,
.slider1_container .owl-nav button.owl-next {
    width: 55px;
    height: 55px;
}
.slider1_container .owl-carousel .owl-item:nth-child(odd) .item,
.slider1_container .owl-carousel .owl-item:nth-child(even) .item {
	margin: 0;
}
/* Mobile */
@media(max-width: 767px) {
	nav.top-menu-reponsive-wrap {
		display: none !important;
	}
    .slider1_container {
        height: auto !important;
    }
    .slider1_container .owl-dots .owl-dot span {
        width: 10px !important;
        height: 10px !important;
    }
    .slider1_container .owl-nav button.owl-prev,
    .slider1_container .owl-nav button.owl-next {
        width: 38px;
        height: 38px;
        border-width: 1px;
    }

    .slider1_container .owl-prev-btn,
    .slider1_container .owl-next-btn {
        font-size: 26px;
        line-height: 38px;
    }

    .slider1_container .owl-nav button.owl-prev {
        left: 10px;
    }
    .slider1_container .owl-nav button.owl-next {
        right: 10px;
    }
}



.new-label {
      position: absolute;
      top: -15px;
      right: 0px;
      display: inline-block;
      height: 20px;
      line-height: 20px;
      color: rgb(255, 255, 255);
      font-size: 12px;
      text-transform: capitalize;
      box-shadow: rgba(1, 23, 133, 0.3) 0px 8px 20px 0px;
      padding: 0px 7px;
      background: #508ff7;
      border-radius: 4px
    }
.new-label::after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 10px;
    width: 0px;
    height: 0px;
    border-left: 5px solid #508ff7;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}



div.important {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    z-index: 100;
    bottom: 60px;
}
div#topSlideWrapper {
    display: block;
    position: relative;
}
a.important-notice {
    display: inline-block !important;
    position: relative;
    /* bottom: 30px; */
    /* left: 0; */
    /* right: 0; */
    z-index: 100;
    padding: 15px 30px;
    font-size: 18px;
    background: rgb(226 1 0 / 74%);
    border: 3px solid #e20100;
    border-radius: 50px;
    color: #fff;
    animation: pulse-red 2s infinite;
    transition: 0.3s;
}
a.important-notice:hover {
    background: red;
    color:#fff;
    transition: 0.3s;
    text-decoration:none;
}
@media screen and (max-width: 768px) {
div.important {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    z-index: 100;
    bottom: 10px !important;
}
a.important-notice {
    display: inline-block !important;
    position: relative;
    z-index: 100;
    padding: 5px 15px;
    font-size: 12px;
    bottom: 0px;
}
}
@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}





/****** jSsor Slider ******/

 /* jssor slider loading skin spin css */
.jssorl-009-spin img {
animation-name: jssorl-009-spin;
animation-duration: 1.6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

/* #region Bullet Navigator Skin Begin */
.jssorb031 { opacity:0;position:absolute;transition:0.5s;}
#slider1_container:hover .jssorb031 { opacity:1;transition:0.5s;}
.jssorb031 .i {position:absolute;cursor:pointer;transition:0.5s;}
.jssorb031 .i .b {fill:#fff;fill-opacity:0.5;stroke:#fff;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.3;transition:0.5s;}
.jssorb031 .i:hover .b {fill:#fff;fill-opacity:.7;stroke:#000;stroke-opacity:.5;transition:0.5s;}
.jssorb031 .iav .b {
fill: #ffffff;
stroke: #32a9e5;
fill-opacity: 1;
stroke-width: 2500;
stroke-miterlimit: 10;
stroke-opacity: 1;
transition: 0.5s;
}
.jssorb031 .i.idn {opacity:.3;transition:0.5s;}
                
/*  region Arrow Navigator Skin Begin */

.jssora051 {display:block;position:absolute;cursor:pointer;transition:0.5s;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:1200;stroke-miterlimit:100;transition:0.5s;}
.jssora051:hover {opacity:1; background: rgba(0, 0, 0, 0.5) !important; transition:0.5s;}
.jssora051.jssora051dn {opacity:.5;transform: scale(0.8) !important;transition:0.5s;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;transition:0.5s;}
.jssora051.arrowright svg, .jssora051.arrowleft svg {
padding: 8px;
}
.jssora051.arrowleft, .jssora051.arrowright {
z-index: 9999999;
}
#slider_1_container .nav-shadow {
    height: 114px;
    background: url('https://www.omu.edu.tr/sites/all/themes/anasayfa/images/nav-shadow.png') no-repeat center 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    -webkit-background-size: 100% 114px;
    -moz-background-size: 100% 114px;
    background-size: 100% 114px;
}
.slider_title_left {
    position: absolute;
    color: white;
    font-size: 50px;
    height: 100%;
    vertical-align: middle;
    max-width: 30%;
    z-index: 2;
    width: 30%;
    top: 0;
    bottom: 0;
    left:0;
    -webkit-animation: fadeInLeft .5s 1;
    -moz-animation: fadeInLeft .5s 1;
    -o-animation: fadeInLeft .5s 1;
    animation: fadeInLeft .5s 1;
}
.slider_title_left::before {
    content: '';
    position: absolute;
    z-index: 1;
    background-image: -webkit-gradient(105deg, rgba(0, 0, 0, 0.95) 20%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 80%);
    background-image: -webkit-linear-gradient(105deg, rgba(0, 0, 0, 0.95) 20%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 80%);
    background-image: -moz- oldlinear-gradient(105deg, rgba(0, 0, 0, 0.95) 20%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 80%);
    background-image: -o-linear-gradient(105deg, rgba(0, 0, 0, 0.95) 20%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 80%);
    background-image: linear-gradient(105deg, rgba(0, 0, 0, 0.95) 20%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 80%);
    top: 0px;
    bottom: 0;
    left: 0%;
    width: 150%;
}
.slider_title_wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
    top: 50%;
    transform: translate(0%, -50%);
    padding-left: 20px;
    border-left: 3px solid #e20000;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.5);
    left: 20%;
}
.slider_title_right .slider_title_wrapper {
    border-left: none;
    border-right: 3px solid #e20000;
    left: -20%;
    padding-left: 0;
    padding-right: 20px;
}
.slider_title_left .title {
    display: inline-block;
    position: relative;
    line-height: 1.2;
    text-align: left;
    width: 80%;
    float: left;
}
.slider_title_left .title a,
.slider_title_right .title a {
   text-decoration:none;
   color:#fff;
   transition:0.5s;
}
.slider_title_left .title a:hover,
.slider_title_right .title a:hover {
   text-decoration:underline;
   transition:0.5s;
}
.slider_title_right {
    position: absolute;
    color: white;
    font-size: 50px;
    height: 100%;
    vertical-align: middle;
    max-width: 30%;
    z-index: 2;
    width: 30%;
    top: 0;
    bottom: 0;
    right:0;
    -webkit-animation: fadeInRight .5s 1;
    -moz-animation: fadeInRight .5s 1;
    -o-animation: fadeInRight .5s 1;
    animation: fadeInRight .5s 1;
}
.slider_title_right::before {
    content: '';
    position: absolute;
    z-index: 1;
    background-image: -webkit-gradient(252deg, rgba(0, 0, 0, 0.95) 20%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 80%);
    background-image: -webkit-linear-gradient(252deg, rgba(0, 0, 0, 0.95) 20%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 80%);
    background-image: -moz- oldlinear-gradient(252deg, rgba(0, 0, 0, 0.95) 20%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 80%);
    background-image: -o-linear-gradient(252deg, rgba(0, 0, 0, 0.95) 20%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 80%);
    background-image: linear-gradient(252deg, rgba(0, 0, 0, 0.95) 20%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 80%);
    top: 0px;
    bottom: 0;
    right: 0%;
    width: 150%;
}
.slider_title_right .title {
    display: inline-block;
    position: relative;
    line-height: 1.2;
    text-align: right;
    width: 80%;
    float: right;
}
.slider_title_left .title_category,
.slider_title_right .title_category {
   font-size:24px;
   color:#e20000;
   width:100%;
   padding-bottom: 5px;
}
.slider_title_left .title_category {
   float:left;
}
.slider_title_right .title_category {
   float:right;
   text-align:right;
}
.slider_title_wrapper .title_category span.text_omu {
   color:#fff;
   padding-right:10px;
   margin-right:5px;
   border-right:1px solid #fff;
}
@media screen and (max-width: 414px) {

.slider_title_left, .slider_title_right {
    font-size: 150px;
}
}

@keyframes jssorl-009-spin {
from {
	transform: rotate(0deg);
}

to {
	transform: rotate(360deg);
}
}












/****** duyurular-quickview ******/

.custom-tooltip {
   display: none;
   position: fixed; /* Viewport'a göre konumlandırma */
   background-color: #333;
   color: white;
   padding: 5px 10px;
   border-radius: 3px;
   font-size: 12px;
   white-space: nowrap;
   z-index: 2000;
   pointer-events: none;
}
.custom-tooltip.show {
   display: block !important;
}
.infoBlock.DuyurularBlock {
   /*z-index:9999;*/
   z-index:1;
}
#quickViewPopup h3#popupTitle {
    background: #4a5c7e;
    color: #fff !important;
    font-weight: bold;
    font-size: 16px !important;
    line-height: 1.2;
    margin-bottom: 20px;
    /* max-width: 95%; */
    padding: 20px 25px;
    padding-right: 55px;
}
.quick-view-btn {
    display: flex;
    position: relative;
    background-color: #f7f7fb;
    color: #898989;
    border: 1px solid #dedee1;
    padding: 8px 10px 5px 10px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 12px;
    transition: 0.3s;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    top: 20px;
}
.quick-view-btn:hover {
   background-color: #0056b3;
   color: #fff;
   border: 1px solid #0056b3;
   transition:0.3s;
}
.popupduyuru {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.5);
   z-index: 1000;
   overflow: auto; /* Popup dışındaki taşmayı engelle */
}
.popup-content {
   background-color: white;
   /*padding: 20px;*/
   border: 1px solid #888;
   width: 80%;
   max-width: 800px;
   max-height: 80vh; /* Maksimum yükseklik viewport'un %80'i */
   overflow-y: auto; /* İçerik taşarsa kaydırma çubuğu ekle */
   border-radius: 5px;
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    height: auto;
    width: auto;
    max-width: 100%;
    margin: 0;
}
#popupContent {
    padding: 0px 25px;
}
#popupFiles {
    padding: 0px 25px;
    padding-bottom: 20px;
}
#popupContent p, 
#popupContent p span {
    margin-bottom: 10px;
    font-size: 15px;
}
#popupContent h2 {
    color: #012e84 !important;
    font-weight: bold;
    font-size: 18px !important;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 20px;
}
#popupContent h3 {
    font-weight: bold;
    font-weight: 800;
    padding: 10px 0 10px 0;
}
#popupContent ul li {
    display: inline-block !important;
    font-size: 15px;
    position: relative;
    list-style: none;
    margin-left: 0px;
    padding: 0px 0px 0px 0;
    padding-left: 35px;
    padding-bottom: 12px;
}
#popupContent ul li:before {
    position: absolute;
    left: -4px;
    top: -4px;
    text-align: center;
    content: "\e35f";
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgba(50, 112, 252, 0.08);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #508ff7;
}
#popupContent h3 {
    font-family: 'GeoBrandBold', 'Noto Sans Old Turkic', sans-serif !important;
    color: #18355f;
    letter-spacing: -0.03em;
    /* font-weight: 600; */
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: 15px;
    padding: 0px 0px 15px 0px;
    word-spacing: 0.05em;
    text-align: left;
    line-height: 1.2em;
}
#popupContent h5 {
    font-family: 'GeoBrandBold', 'Noto Sans Old Turkic', sans-serif !important;
    color: #18355f;
    letter-spacing: -0.03em;
    /* font-weight: 600; */
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: 15px;
    padding: 0px 0px 15px 0px;
    word-spacing: 0.05em;
    text-align: left;
    line-height: 1.2em;
}
#quickViewPopup .close-btn {
    position: fixed;
    padding: 2px 12px;
    background-color: #4285f4;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s ease-in-out;
    top: 0px;
    right: 10px;
    font-weight: bold;
    font-size: 25px;
    transition:0.3s;
}
#quickViewPopup .close-btn:hover {
    background-color: #012f84;
    color: #ffffff;
    transition:0.3s;
}
.popup-files {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
.popup-files h4 {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #012f84 !important;
}
.popup-files ul {
   list-style: none;
   padding: 0;
}
.popup-files li {
    margin-bottom: 5px;
    padding: 0 !important;
    font-size: 15px;
}
.popup-files li i {
    color: #012f84;
    margin-right: 3px;
}
.popup-files a {
   color: #007bff;
   text-decoration: none;
}
.popup-files a:hover {
   text-decoration: underline;
}
/* Mobil cihazlar için özel stiller */
@media screen and (max-width: 600px) {
   .popup-content {
       width: 90%;
       margin: 5% auto;
       max-height: 85vh; /* Daha fazla alan */
       padding: 15px;
   }
   .close-btn {
       top: 5px;
       right: 5px;
       font-size: 20px;
       padding: 8px 12px;
   }
}









/****** araştırma üniversitesi ******/

/* Grab Cursor */
#slider-carousel-arastirmauniversitesi_new.owl-carousel .owl-stage {
    cursor: grab !important;
	padding-bottom: 50px;
}
#slider-carousel-arastirmauniversitesi_new.owl-carousel .owl-stage:active {
    cursor: grabbing !important;
}

/* Lazyload Fade Effect */
.owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}
.owl-lazy.loaded {
    opacity: 1;
}


/******  akademik başarılar  

/* Grab Cursor (gerçek grab efekti) */
#slider-carousel-basarilar_new.owl-carousel .owl-stage {
    cursor: grab !important;
}
#slider-carousel-basarilar_new.owl-carousel .owl-stage:active {
    cursor: grabbing !important;
}

/* Lazyload fade efekti */
.owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}
.owl-lazy.loaded {
    opacity: 1;
}




/******  SAYILARLA OMÜ  ******/

.title-divider {
    background-image: linear-gradient(90deg, #f22ae1, #2cb2fa);
    border: 3px #000;
    border-radius: 16px;
    width: 100px;
    height: 4px;
    margin: 0 auto;
}
@media (max-width: 768px) {
#block-block-124:before {
    content: '';
    display: block;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    background: url(https://www.omu.edu.tr/sites/all/themes/anasayfa/images/headertopbgtakvim-kucuk1.jpg) no-repeat #d8d8d8 !important;
    background-position: 100% 0% !important;
    background-size: cover !important;
    z-index: -1;
}
}





/******  LOGOLAR ******/

.section { display: block; }
.section-logo-slider .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px
}

.section-logo-slider .container .logo-slider-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.section-logo-slider .container .logo-slider-header h2 {
    font-size: 32px;
    font-weight: 900;
    color: #1c458b !important;
}

.section-logo-slider .container .logo-slider-header .sub-title {
    font-size: 15px;
    color: #1c458b
}

.section-logo-slider .container .logo-slider.owl-carousel {
    display: block !important;
}

.section-logo-slider .container .logo-slider.owl-carousel.owl-theme {
    padding: 0 60px
}

.section-logo-slider .container .logo-slider.owl-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1
}

.section-logo-slider .container .logo-slider.owl-carousel.owl-theme .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1c458b!important;
    color: #fff!important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    transition: .4s
}

.section-logo-slider .container .logo-slider.owl-carousel.owl-theme .owl-nav button:hover {
   background-color: #1c458b;
   color: #fff
}

.section-logo-slider .container .logo-slider.owl-carousel.owl-theme .item {
    display: flex;
    height: 200px !important;
    flex-direction: column;
    justify-content: space-around;
    padding: 2rem 0 0;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    gap: 10px;
    cursor: pointer;
    transition: .4s;
    border: 1.2px solid rgba(102, 102, 102, .2) !important;
    min-height: auto;
    position: inherit;
    box-shadow: none;
    margin: 0;
}

.section-logo-slider .container .logo-slider.owl-carousel.owl-theme .item:hover {
    background: inherit;
    background-color: rgba(28, 69, 139, .1) !important;
    animation: none;
}

.section-logo-slider .container .logo-slider.owl-carousel.owl-theme .item:hover img {
    filter: grayscale(0);
    opacity: 1
}

.section-logo-slider .container .logo-slider.owl-carousel.owl-theme img {
    filter: grayscale(1);
    width: 100px;
    aspect-ratio: 1/1;
    opacity: .8;
    -o-object-fit: contain;
    object-fit: contain;
    transition: .4s
}

.section-logo-slider .container .logo-slider.owl-carousel.owl-theme .logo-title {
    font-size: 13px !important;
    color: #666 !important;
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0rem 1.3rem !important;
    height: 60px !important;
    border-top: 1.3px solid rgba(102, 102, 102, .3);
    line-clamp: 2;
    -webkit-line-clamp: 2;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: Poppins, sans-serif !important;
    font-weight: 500 !important;
    overflow: hidden;
    text-align: center;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}

@media (max-width: 500px) {
.section-logo-slider .container .logo-slider.owl-carousel.owl-theme .owl-nav {
   display: none
 }

.section-logo-slider .container .logo-slider.owl-carousel.owl-theme {
   padding: 0 10px
 }
}
@media (max-width: 540px) {
.section-logo-slider .container .logo-slider-header h2 {
   font-size:20px;
}
.section-logo-slider {
   margin-top: -25px
 }
}