.owl-carousel .item {
    /*height: auto;*/
    /*min-height: 500px !important;*/
    /*width: 100%;*/
    /*background: #4DC7A0;*/
    /*padding: 1rem;*/
    /*color: white;*/
    /*text-align: center;*/
    /*line-height: 200px;*/
    position: relative;
    height: 600px; /* Yüksekliği ihtiyacınıza göre ayarlayın */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*line-height: 400px; !* Yüksekliği ile aynı olmalı *!*/
}

#owl-carousel-slider .owl-item .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#owl-carousel-slider .owl-nav{
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

#owl-carousel-slider .owl-nav img{
    max-width: 60px;
}

#owl-carousel-slider .owl-dots .owl-dot span {
    display: none;
    background: lightgray;
    }

#owl-carousel-slider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: white; }

#owl-carousel-slider .owl-dots{
    background-color: #25AB75 !important;
}


/*#owl-carousel-slider .owl-dot span{*/
/*    background: red;*/
/*}*/

/*#owl-carousel-slider .owl-dot:active span{*/
/*    background: purple;*/
/*}*/

.slider-header{
    color: white;
    margin-bottom: 20px; /* Metin ve butonlar arasına boşluk ekleyin */
}

.slider-header span {
    display: block;
}

.owl-carousel-slider .slider-header span {
    display: block;
}

.owl-carousel-slider .slider-title1{
    font-size: 80px
}

.owl-carousel-slider .slider-title2{
    font-size: 45px
}

.slider-btn{
    padding: 20px 35px;
    border-radius: 8px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
}

.slider-btn:hover{
    text-decoration: none;
    color: white;
    transform: scale(1.05);
}

.header-apply-btn:hover{
    transform: scale(1.05);
}

/*.header-apply-btn {*/
/*    display: block;*/
/*    position: relative;*/
/*    max-width: 262px;*/
/*    background-color: #f2f8f9;*/
/*    border-radius: 4px;*/
/*    padding: 32px 24px;*/
/*    margin: 12px;*/
/*    text-decoration: none;*/
/*    z-index: 0;*/
/*    overflow: hidden;*/
/*}*/
/*.header-apply-btn:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    z-index: -1;*/
/*    top: -16px;*/
/*    right: -16px;*/
/*    background: #00838d;*/
/*    height: 32px;*/
/*    width: 32px;*/
/*    border-radius: 32px;*/
/*    transform: scale(1);*/
/*    transform-origin: 50% 50%;*/
/*    transition: transform 0.25s ease-out;*/
/*}*/
/*.header-apply-btn:hover:before {*/
/*    transform: scale(21);*/
/*}*/

/*.header-apply-btn:hover p {*/
/*    transition: all 0.3s ease-out;*/
/*    color: rgba(255, 255, 255, 0.8);*/
/*}*/
/*.header-apply-btn:hover h3 {*/
/*    transition: all 0.3s ease-out;*/
/*    color: #ffffff;*/
/*}*/

.stats_circle {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    border: 2px solid blue;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.stats_circle_title {
    text-align: center;
    display: block;
    /*margin-top: 10px;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.stats_item{
    max-width: 130px;
    margin-left: 20px;
}


/*.owl-item{*/
/*    width: 1920px !important;*/
/*}*/


.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    align-items: center;
    justify-content: space-between;
    position: relative;
    display: flex !important;
}

.multi-col-carousel .owl-nav {
    bottom: 120px;
}

.desc-btn{
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    line-height: 18px;
}

#owl-carousel-environmental-quality .owl-dots {
    text-align: center;
    /*margin-top: 20px; !* Noktaların üstten uzaklığı *!*/
}

#owl-carousel-environmental-quality .owl-dots .owl-dot {
    display: inline-block;
    margin: 1px; /* Noktalar arasındaki boşluk */
}

#owl-carousel-environmental-quality .owl-dots .owl-dot span {
    width: 10px; /* Nokta genişliği */
    margin-right: 2px;;
    height: 10px; /* Nokta yüksekliği */
    background: lightgray; /* Nokta rengi */
    display: block;
    border-radius: 50%; /* Noktaları yuvarlak yap */
}

#owl-carousel-environmental-quality  .owl-dots .owl-dot.active span {
    width: 10px; /* Nokta genişliği */
    height: 10px; /* Nokta yüksekliği */
    background: #25AB75 !important; /* Nokta rengi */
    display: block;
    border-radius: 50%; /* Noktaları yuvarlak yap */
}

#owl-carousel-environmental-quality  .owl-nav{
    display: none !important;
}

/*.our-spesifications .chart-view{*/
/*    max-width: 70%;*/
/*}*/
/*.owl-next.disabled, .owl-prev.disabled {*/
/*    display: none !important;*/
/*}*/


.companies-wrapper .companies-item{
    background-color: #10338C;
}

.companies-wrapper .companies-item-text{
    height: auto;
    max-height: 100px;
    min-height: 100px;
    padding: 20px;
    color: white;
    text-align: center
}

.projects-wrapper .projects-item{
    background-color: white;
}

.projects-wrapper .projects-item img{
    padding: 20px;
}

.projects-wrapper .projects-item span{
    color: white;
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 0.9rem;
}

.projects-wrapper .projects-item .text-area{
    /*height: auto;*/
    height: 110px;
    /*min-height: 100px;*/
    padding: 20px;
    background-color: #10338C;
}

.projects-wrapper .projects-item-text{
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
}

.events-announce-wrapper img{
    max-width: 100%;
}

/*.events-announce-wrapper img:hover{*/
/*    -webkit-animation: rotate-center 0.6s ease-in-out both;*/
/*    animation: rotate-center 0.6s ease-in-out both;*/
/*    transition: 0.5s;*/
/*}*/

.events-announce-wrapper .img-container {
    position: relative;
    display: inline-block;
}

.events-announce-wrapper .img-container:hover .overlay {
    background-color: rgba(0, 0, 0, 0.8); /* Siyah, %50 saydamlık */
}

.events-announce-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* İlk başta görünmez yapalım */
    transition: opacity 0.5s; /* Opaklık değişimi için geçiş efekti */
}

.events-announce-wrapper .img-container:hover .overlay {
    opacity: 1; /* Hover olduğunda overlay görünür olacak */
}

.events-announce-wrapper .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 600;
}

/*Response İçin*/
@media (max-width: 767px) {
    .responseEcosystemSection {
        padding: 0 !important;
        max-width: 100%;
        text-align: center;
    }
    .ecosystem-section .tab-container {
        display: block;!important;
        border-radius: 5px;
    }
    .ecosystem-section .tabs {
        display: flex;
        flex-direction: column;
        padding-right: 20px;
        padding-left: 20px;
        max-width: 100%;
    }
    .responseEcosystemImage{
        width: 100%; !important;
    }
}


