@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.woff2') format('woff2'), url('../fonts/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400 !important;
    background-color: #ffff;
}

.datenews {
    font-size: 11px;
    color: #999;
}

.user-image img {
    width: 100%;
    max-width: 200px;
}

.user-name {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px dashed #979797;
    padding-bottom: 15px;
    font-size: 20px;
    color: #5d5d5d;
}

    .user-name strong {
        color: #323232;
    }

.user-image, .user-name {
    text-align: center;
}

.user-buttons {
    margin-top: 10px;
    margin-bottom: 50px;
}

.user-button {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    color: #ffF;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #841a1d;
    padding: 10px;
}

    .user-button i {
        padding-left: 5px;
        padding-right: 5px;
    }

    .user-button:first-child {
        background-color: #458549;
    }

    .user-button:hover {
        margin-left: 10px;
        color: #fff;
        text-decoration: none;
    }

a {
    text-decoration: none !important;
}

/* HEADER */
.header-nav {
    background-color: #cd9f7d !important;
}

.nav-link {
    color: #ffff !important;
    font-size: 14px !important;
    padding: 8px 15px !important;
}

    .nav-link:hover {
        background-color: #723c8a !important;
    }

.menu {
    background-color: #723c8a !important;
    min-height: 5vh !important;
}

.menu-link {
    color: #ffff !important;
    font-size: 15px !important;
    padding: 25px 15px !important;
}

.nav-area {
    margin-left: 150px;
}

.menu-link:hover {
    color: #723c8a !important;
    background-color: #ffff !important;
}

.social {
    justify-content: center !important;
}

.tprecd-logo {
    max-width: 230px;
    position: absolute;
    z-index: 9999;
    bottom: 0px;
}
/*@media (max-width: 575.98px) {
  .nav-link img {
    display: none;
  }
} */

/* SLIDER */
.carousel-indicators {
    display: flex !important; /* Butonların hizalanmasını sağlar */
    justify-content: center;
    align-items: center;
    gap: 8px; /* Butonlar arasındaki mesafe */
}

    .carousel-indicators button {
        width: 14px !important; /* Genişlik */
        height: 14px !important; /* Yükseklik */
        border-radius: 50% !important; /* Tam daire */
        background-color: transparent !important; /* İç rengi sarı */
        border: 1px solid #3192bf !important; /* Mavi çerçeve */
        opacity: 1 !important; /* Bootstrap'ın varsayılan şeffaflığını kaldır */
        margin: 0 5px; /* Butonlar arasına mesafe ekler */
        padding: 0 !important; /* İç boşluğu sıfırlar */
        flex-shrink: 0; /* Küçülmesini önler */
    }

    .carousel-indicators .active {
        background-color: #be27af !important;
    }

.carousel-caption {
    background-color: #ffffffdb;
    color: #1e6479 !important;
    width: 20%;
    padding: 20px 40px;
    font-size: 14px;
    font-weight: bold;
}

.sld-title {
    color: #733c8a;
    margin-bottom: 20px;
	opacity: 2;
}
.carousel-caption{
	opacity: .8;
	}

.sld-btn {
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
    background-color: #d0943c;
    color: #ffff;
    text-decoration: none;
}

    .sld-btn:hover {
        background-color: #a1722d;
    }

/* BTN */
.btn-blue {
    background: url('../img/btn-blue.jpg') no-repeat;
    background-size: cover;
}

.btn-purple {
    background: url('../img/btn-purple.jpg') no-repeat;
    background-size: cover;
}

.btn-blue, .btn-purple {
    padding: 10px;
    color: #ffff !important;
    text-decoration: none;
    max-width: 630px !important;
    transition: all 0.3s ease;
}

    .btn-blue:hover {
        transform: scale(1.02);
        box-shadow: 0 0 20px rgb(78,82,156);
    }

    .btn-purple:hover {
        transform: scale(1.02);
        box-shadow: 0 0 20px rgb(111,89,174);
    }

    .btn-blue p, .btn-purple p {
        color: #ffff;
        margin: 0;
    }

    .btn-blue a, .btn-purple a {
        text-decoration: none;
    }

.btn-title {
    font-size: 26px;
    color: #ffff !important;
}

#shortcuts img {
    max-width: 100%;
    height: auto;
    max-height: 60px;
}

.shortcut {
    padding: 30px 0px;
    align-self: flex-end;
    text-align: center;
}

    .shortcut a {
        color: #181818;
        font-size: 16px;
        display: block;
        font-weight: 500;
        border-right: 1px solid rgba(0, 0, 0, 0.07);
        transition: .5s;
    }

        .shortcut a:hover {
            color: #743e8a;
            text-decoration: none;
        }

    .shortcut:last-child a {
        border: 0px;
    }

    .shortcut span {
        margin-top: 20px;
        display: block;
        vertical-align: bottom;
    }

#shortcuts .shortcuts-bg {
    background-color: #eeeeee;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

    #shortcuts .shortcuts-bg > .row {
        justify-content: center;
    }

.four-bosluk {
    margin-top: .3rem;
}

#news {
    margin-top: 25px;
    margin-bottom: -30px;
}

.news-title {
    padding-top: 12px;
    padding-bottom: 5px;
    color: #4458a1;
    background-color: #eeeeee;
}

    .news-title .nav {
        justify-content: center;
    }

#news .nav-pills .nav-item {
    margin: 0px 7px;
}

#news .nav-pills .nav-link {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    padding: 10px 30px;
    font-size: 23px;
    background-color: #ddefff;
    color: #62686d;
}

    #news .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #333231;
        background-color: #fff;
        font-family: 'Lato', sans-serif;
    }

.devami {
    background-color: #f6efff !important;
    color: #515151 !important;
    text-align: center;
    border-top: 1px solid #e6e6e6;
}

    .devami:hover {
        color: #1b3958 !important;
    }

    .devami i {
        color: #999897;
        padding-left: 3px;
    }

.duyuru {
    border-radius: 0px;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
    width: 99%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100% !important;
    bottom: 0px;
}

    .duyuru:hover {
        bottom: -6px;
        box-shadow: 0 6px 18px 0 rgba(135, 135, 135, 0.2);
    }

.duyuru-baslik {
    color: #565656;
    font-size: 19px;
    font-family: 'Lato', sans-serif;
}

.duyuru-tarih {
    color: #b6b6b6;
    position: absolute;
    bottom: 55px;
    right: 0px;
    font-size: 15px;
    text-align: center;
    left: 0px;
}

.duyuru-alt {
    margin-top: 2rem;
    margin-bottom: 0rem;
    border-top: 5px solid #e3e3e3;
    width: 30%;
    border-radius: 10px;
}

.imgzoom {
    overflow: hidden;
    position: relative;
}

.duyuru .imgzoom::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 105px;
    background-size: cover;
    z-index: 5;
}

.imgzoom img {
    max-width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.imgzoom:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.duyuru-link {
    text-decoration: none;
    width: 100%;
}

    .duyuru-link:hover {
        text-decoration: none;
        color: #076bae;
    }

        .duyuru-link:hover .devami {
            color: #076bae;
            background-color: #e9f4ff;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

.news-owl {
    padding: 0px;
    margin-top: 25px;
}

.duyurular-slider .owl-stage-outer, .subeler-slider .owl-stage-outer {
    padding: 0px 1px 30px;
}

.duyurular-slider .owl-stage, .duyurular-slider .owl-item, .subeler-slider .owl-stage, .subeler-slider .owl-item {
    display: flex;
    overflow: visible;
    flex-wrap: wrap;
}

.duyurular-slider .owl-prev, .subeler-slider .owl-prev {
    left: -70px;
    top: 40%;
    position: absolute;
    margin: 0px !important;
}

    .duyurular-slider .owl-prev i, .duyurular-slider .owl-next i, .subeler-slider .owl-prev i, .subeler-slider .owl-next i {
        background: #f6efff;
        width: 50px;
        font-size: 40px !important;
        line-height: 50px;
        text-align: center;
        height: 50px;
        color: #6e777f;
    }

.duyurular-slider .owl-nav [class*=owl-]:hover i, .subeler-slider .owl-nav [class*=owl-]:hover i {
    color: #076bae;
    text-decoration: none;
}

.duyurular-slider .owl-nav [class*=owl-]:hover, .subeler-slider .owl-nav [class*=owl-]:hover {
    background: none;
}

.duyurular-slider .owl-next, .subeler-slider .owl-next {
    right: -70px;
    top: 40%;
    margin: 0px !important;
    position: absolute;
}

.news-all-links {
    float: right;
    text-align: right;
}

    .news-all-links a {
        color: #032547;
        font-size: 15px;
    }

.news-owl .owl-nav.disabled {
    display: block !important;
}

.owl-carousel .owl-item img {
    width: 70%;
}

.owl-carouselslider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #e45b38;
    border: 1px solid #e45b38;
}

.owl-carouselslider .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #114d85;
    width: 15px;
    height: 15px;
}

.congress-slider {
    background-color: #f4f4f4;
    padding: 10px 0px;
}

.congress-slider__title {
    padding: 0px 5px;
    font-size: 24px;
    color: #114d85;
    background-color: rgba(151, 54, 149, 0.1);
    text-align: center;
    margin-bottom: 20px;
}

.owl-carousel-congress .item img {
    text-align: center;
    width: 70%;
    max-width: 200px;
}

.owl-carousel-congress .item {
    text-align: -webkit-center;
    text-align: -moz-center;
}

.owl-carousel-congress .owl-dots .owl-dot.active span, .congress-slider .owl-dots .owl-dot:hover span {
    background-color: #076bae !important;
}

.owl-carousel-congress .owl-prev {
    left: 15px;
    top: 35%;
    position: absolute;
    margin: 0px !important;
}

    .owl-carousel-congress .owl-prev i, .owl-next i {
        font-size: 43px !important;
        color: #606163;
    }

.owl-carousel-congress .owl-nav [class*=owl-]:hover i {
    background: none;
    text-decoration: none;
}

.owl-carousel-congress .owl-nav [class*=owl-]:hover {
    background: none;
    color: #114d85;
}

.owl-carousel-congress .owl-next {
    right: 15px;
    top: 35%;
    margin: 0px !important;
    position: absolute;
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

    .owl-theme .owl-nav [class*=owl-] {
        transition: all 0.3s ease;
    }

        .owl-theme .owl-nav [class*=owl-].disabled:hover {
            background-color: #D6D6D6;
        }

img[class="card-img-top"] {
    width: 100% !important;
}

.btn-news {
    color: #565656;
    font-size: 18px;
    font-weight: 500;
}


    .btn-news:hover {
        color: #485eab;
    }

/* ETKİNLİK */
#etkinlikler {
    background-color: #fffaf4 !important;
}

.etkinlik-title {
    font-weight: 600;
    font-size: 24px;
    color: #4458a1;
}

.etkinlik-tarih {
    color: #ac2800;
    font-size: 14px;
}

.etkinlik-adi {
    color: #614793;
    font-weight: 500;
}

    .etkinlik-adi:hover {
        color: #485eab;
    }

.tum-etkinlikler {
    color: #565656;
    font-size: 16px;
    font-weight: 500;
}

    .tum-etkinlikler:hover {
        color: #485eab;
    }

.btn-etkinlik {
    background: url('../img/etkinlik-btn.jpg') no-repeat;
    background-size: cover;
    padding: 20px;
}

.btn-haber {
    background: url('../img/haber-btn.jpg') no-repeat;
    background-size: cover;
    padding: 20px;
}


.btn-etkinlik, .btn-haber {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-etkinlik::before, .btn-haber::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: inherit;
        background-size: cover;
        filter: blur(0px);
        transition: filter 0.3s ease-in-out;
        z-index: 0;
    }

    .btn-etkinlik:hover::before, .btn-haber:hover::before {
        filter: blur(5px);
    }

    .btn-etkinlik a, .btn-haber a {
        position: relative;
        z-index: 1;
        text-decoration: none;
        color: white;
        font-size: 1.2rem;
        transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
    }

        .btn-etkinlik a:hover, .btn-haber a:hover {
            transform: scale(1.1);
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        }

.basvuru {
    background: url('../img/basvuru-bg.jpg') no-repeat;
    background-size: cover;
    min-height: 45vh;
}

.basvuru-title {
    color: #018baf;
    font-weight: 500;
    font-size: 30px;
}

.btn-basvuru {
    background-color: #018baf !important;
    color: #fff !important;
    min-width: 140px !important;
}

    .btn-basvuru:hover {
        background-color: #037b9a !important;
    }

/* FOOTER */

footer {
    background: url('../img/footer-bg.jpg') no-repeat center;
    background-size: cover;
    min-height: 40vh;
    color: #fff;
}

.footer-adres {
    border-right: 1px solid #edededc4;
}

.navbarMenu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    font-weight: 400;
    color: #8c8f96;
}

    .navbarMenu a {
        color: #000 !important;
    }

.menutitle {
    color: #723c8a;
    font-size: 2rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: 500;
    margin-bottom: 30px;
}



.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
}

.navbar-toggler {
    border-color:#ededed73!important;
}


.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")!important;

}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;

}







@media screen and (max-width: 1400px) {
    .menu-link {
        font-size: 13px !important;
        padding: 25px 12px !important;
    }

    .social {
        justify-content: end !important;
    }
	
	.btn-blue .btn-purple {
		max-width: 565px!important;
	}

}

@media screen and (max-width: 1200px) {
    .nav-link {
        padding: 8px 5px !important;
    }

    .tprecd-logo {
        max-width: 180px;
    }

    .duyurular-slider .owl-nav, .subeler-slider .owl-nav {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .hidden-sm {
        display: none!important;
    }

    .nav-area {
        margin-left: 0;
    }

    .nav-link {
        color: #ffff !important;
        font-size: 14px !important;
        padding: 8px 5px !important;
    }
	
	.en-btn {
		min-height: 62px;
	}
}

@media screen and (max-width: 768px) {
    .shortcut span {
        font-size: 12px !important;
    }

    #news .nav-pills .nav-link {
        padding: 10px 15px;
    }
	
	.btn-title {
		font-size:18px;
	}
		.en-btn {
		min-height: 40px;
	}
	
	.basvuru {
		min-height: 30vh;
}
}

@media screen and (max-width: 470px) {

		.en-btn {
		min-height: 60px;
	}
}


.video-section {
      padding: 2rem 0;
    }

    .video-card {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
      border-radius: 8px;
      overflow: hidden;
    }

    .video-header {
      background-color: #dc3545;
      color: white;
      padding: 0.75rem;
      text-align: center;
      font-weight: 600;
      font-size: 1.1rem;
    }

    .video-embed {
      aspect-ratio: 16 / 7;
      width: 100%;
      border: none;
    }

    .surgery-thumbnail {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .surgery-wrapper {
      height: 100%;
    }

    @media (max-width: 767.98px) {
      .video-embed {
        height: auto;
        aspect-ratio: 16 / 9;
      }
    }
