@charset "utf-8";

.height-60{
	height: 50%;
}
.ref-title{
    padding: 60px 0;
}
.ref-title h2{
	font-size: 35px;
	color: #666;
    font-family: 'Raleway', sans-serif;
        font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
        width: 100%;
}


.hizmetler-ilgili{
  padding: 40px 15px;  
}

.clients-list-hizmet{
    padding: 0 15px;
}

.hizmetler-ilgili h2{
    font-size: 24px;
    color: #666;
    font-family: 'Raleway', sans-serif;
        font-weight: 900;
    letter-spacing: 2px;
    position: relative;
        width: 100%;
            text-align: left;
}

.single-carousel .owl-item:hover{
    width: 750px !important;
}

.alt h4{
position: absolute;
    padding: 5px 15px;
    background: #fff;
    margin-left: 10px;
    border-radius: 15px;
    bottom: 20px;
}


.single-carousel .owl-item{
border-radius: 100px;
transition: width 0.4s ease, transform 0.4s ease;
margin: 10px;
}

.brand-carousel .item img{
    filter: grayscale(1);
    transition: filter 0.3s ease; /* Yumuşak geçiş için */
}

.brand-carousel .item a:hover img{
    filter: grayscale(0);
}
.brand-carousel .item{
    padding: 25px;
}

.gallery-slide {
display: flex;
width: 100%;
gap: 20px;
padding: 0 16px;
}

.gallery-slide-item {
flex: 1;
border-radius: 10px;
overflow: hidden;
transition: all 0.5s ease;
position: relative;
}

.gallery-slide-item img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.5s ease;
}

.gallery-slide-item:hover {
flex: 1.6;
}

@media (max-width: 768px) {
.gallery-slide {
    height: 300px;
}
}

.logo img{
    width: 200px;
    padding: 1.5rem 0;
}
.back img{
    height: 30px;
}


.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #03b5d2;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #03b5d2;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 25em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 1em 0;
}
.sticky{
  position: fixed;
  top: 0; left: 0;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  width: 100%;
    background: #fff;
}


.sticky img{
    padding: 0.8rem 0!important;
}


@media (max-width: 768px) {

.gallery-slide {
    height: auto;
    display: block;
    float: left;
}

.alt h4{
    font-size: 13px;
}

.gallery-slide-item{
    width: 48%;
    display: block;
    float: left;
    height: 200px;
    margin: 1%;
}

.gallery-slide .gallery-slide-item:last-child {
  width: 100%;
}

.sticky{
    top: 70px;
}

.hero-wrap{
    height: auto!important;
}
.mobil-hidden{
    display: none;
}
.desktop-hidden{
    display: block!important;
}

}
.desktop-hidden{
    display: none;
}
.clients-list-flex{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.clients-item{
width: 12%;
padding: 10px;
}
.client-wrap{
    width: 80%;
    margin: 0 auto;
}
.clients-item img{
    filter: grayscale(1);
    transition: filter 0.3s ease; /* Yumuşak geçiş için */
}

.clients-item a:hover img{
    filter: grayscale(0);
}

.portfolio-showcase {
display: flex;
flex-wrap: wrap;
padding: 10px;
gap: 10px;
}

.showcase-card {
position: relative;
flex: 0 0 calc(50% - 5px);
aspect-ratio: 1;
overflow: hidden;
margin: 0px;
}

.showcase-card img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.3s ease;
border-radius: 10px;
}

.showcase-card a{
margin-bottom: 14px;
float: left;
width: 100%;
position: relative;
color: #fafafa;
cursor: pointer;
}

.showcase-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(119, 119, 119, 0.7) 0%, rgba(128, 0, 128, 0.5) 100%);
opacity: 0;
transition: opacity 0.3s ease;
z-index: 1;
}

.showcase-card:hover::before {
opacity: 1;
}

.showcase-card .title {
position: absolute;
width: 100%;
height: 100%;
padding: 20px;
-webkit-transition: background 0.4s linear;
-moz-transition: background 0.4s linear;
-o-transition: background 0.4s linear;
-ms-transition: background 0.4s linear;
transition: background 0.4s linear;
}
.showcase-card .title h2{
font-size: 20px;
color: white;
font-family: Arial, sans-serif;
font-weight: bold;
text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
margin: 0;
padding-bottom: 5px;
position: relative;
z-index: 2;  
text-align: left;
}

@media (min-width: 768px) {
.showcase-card {
flex: 0 0 calc(30.333% - 7px);
    margin: 10px;
}
}

.image-container {
width: 100%;
position: relative;
overflow: hidden;
display: contents;
}
.hover-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0;
transition: opacity 1s ease-in-out;
}
.hover-image.active {
opacity: 1;
}
.hover-image:first-child {
    opacity: 1;
}