@font-face {
    font-family: 'InterphaseMono';
    src: url('../fonts/Interphase-Mono.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'InterphaseMono', sans-serif!important;
}


#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav button.owl-prev, #portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav button.owl-next {
    margin-top: 0;
}


#portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div,
#portfolioSliderWithThumbs #thumbGalleryDetail  {
    height: auto !important;
}


/* Logoyu ortala */
.project-client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
        height: 100%;
}
.project-client-logo img {
    max-width: 150px;
    height: auto;
}

.portfolio-title i, .portfolio-title h1 {
    color: white;
}


.thumb-info .thumb-info-title {
    padding: 10px;
}


.feature-box .feature-box-info {
    padding-left: 0;
}

#header .header-nav-main nav > ul > li a.active,
.nav-pills > li.active > a, .nav-pills .nav-link.active,
.tabs .nav-tabs .nav-link.active {
    font-size: 1.5em!important;
}


.sub-category .nav-link.active  {
    font-size: 1.2em!important;
}

.sub-category.sort-source.sort-source-style-3 > li > a {
    font-weight: normal;
}


html body .tabs .nav-tabs .nav-link {
    color: #444;
}

section.photographers {
	background: #fff;
	border: none;
	padding: 0;
}

section.section {
	background: #fff;
	border: none;
}

.index-slide {
    position: absolute;
    left: 0;
    width: 100%;
}

#header.index-header {
    background: none!important;
}

#header.index-header .header-body {
    background: #ffffffcf;
}

.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap :last-child, .wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, .wpb_text_column .rev_slider .tp-mask-wrap :last-child {
    left: 100%;
}

.slider-container:hover .arrows-side-header-1.tp-leftarrow {
    left: 255px!important;
}

.sort-source.sort-source-style-3 > li > a {
    font-weight: bold;
}

.thumb-info .thumb-info-wrapper:after {
    background: none!important;
}



.sort-source.sort-source-style-3 > li > a {
    color: #444;
}

.custom-caption-bg {
    background-color: rgba(200, 200, 200, 0.7); /* Açık gri arka plan */
    padding: 0px 20px;
    color: #000;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.slider-caption-link:hover .custom-caption-bg {
    background-color: rgba(180, 180, 180, 0.9); /* Hover efekti */
}