﻿
.bannerCS {
    /*max-width: 1092px;*/
    height: 450px;
    overflow: hidden;
    /*margin:auto*/
     
}

.homePageBanner {
    max-height:100%
}


#homePageBanner .owl-dots {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #353C48 !important;
}

#homePageBanner .owl-dot span {
    width: 20px;
    height: 20px;
}
.homePageBanner .item {
    position: relative;
    height: 450px;
    display:flex;
}
.homePageBanner .item img {
    max-height: 100%;
    object-fit:cover;

}
.homePageBanner .hpitem {
    width: 100%;
    border: 4px solid #4CAF50
}
.bannerOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0) 122.22%);
}
.bannerTextWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.bannerHeader {
    font-weight: 600;
    font-size: 40px;
    max-width: 70%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 24px;
    color:white;
}
    .bannerHeader h3 {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
    }
.bannerDescription{
    font-size:20px;
    color:white;
    margin-bottom:24px;
    max-width:540px;
    line-height:1.4;
}
.bannerButton a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.bannerButton svg {
    width:12px;
    height:12px
}

/* Owl oklarını görünür yap */
.owl-nav button span,
.owl-nav button {
  font-size: 20px ;  /* yazılar/ikonlar görünsün */
  line-height: 1 ;
}

.owl-nav svg {
  width: 50px ;
  height: 50px ;
  fill: white ;
  display: block ;
}
.owl-theme .owl-nav [class*='owl-'] {
    margin: 0 40px 0 40px !important;
}

@media (max-width:768px){
    .owl-nav svg {
        width: 30px;
        height: 30px;
        fill: white;
        display: block;
    }

    .bannerCS, .homePageBanner .item {
        height: 270px;
    }
    .bannerHeader {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .bannerDescription {
        font-size: 14px;
        margin-bottom: 12px;
	max-width: 340px;
        line-height: 1.2;
    }
    .bannerButton svg {
        width: 10px;
        height: 10px;
    }
    #homePageBanner .owl-dot span {
        width: 12px;
        height: 12px;
    }
}

@media (max-width:590px){
    .bannerCS, .homePageBanner .item {
        height: 200px;
    }
    .bannerHeader {
        font-size: 18px;
    }
    #homePageBanner .owl-dot span {
        width: 8px;
        height: 8px;
    }
    .bannerButton a {
        gap: 4px;
    }
    .bannerButton svg {
        width: 8px;
        height: 8px;
    }
}
@media (max-width: 400px) {
    .bannerHeader {
        max-width: 90%;
    }
}