body {
    background-color: #1e7e34;
    font-family: Poppins;
}

.cookie-consent{
    position: fixed;
    bottom: 0px;
    width: 100%; 
    height: 90px;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.allow-button{
      height: 20px;
    width: 104px;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid green;
    background-color: green;
}

.p {
    font-family: Poppins;
}

.navbar {
    background-color: #1e7e34;
}

.navbar-brand {
    color: #fff;
    font-size: 32px;
}

.navbar-toggler {
    border-color: #fff;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-arrow-repeat' viewBox='0 0 16 16'%3e%3cpath d='M8 2a6 6 0 0 0-4.695 9.697l-1.023-.665A7.993 7.993 0 0 1 0 8c0-.926.16-1.82.465-2.657l1.023.665A5.998 5.998 0 0 1 8 2zm0 12a6 6 0 0 0 4.695-9.697l1.023.665A7.993 7.993 0 0 1 16 8c0 .926-.16 1.82-.465 2.657l-1.023-.665A5.998 5.998 0 0 1 8 14zm0-8a1 1 0 0 1 1 1h3.293l-.737-.737a.5.5 0 0 1 0-.707l.708-.707a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .707l-2 2a.5.5 0 0 1-.708 0l-.707-.707a.5.5 0 0 1 0-.707l.738-.737H9a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zm0 6a1 1 0 0 1 1-1h3.293l-.737-.737a.5.5 0 0 1 0-.707l.708-.707a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .707l-2 2a.5.5 0 0 1-.708 0l-.707-.707a.5.5 0 0 1 0-.707l.738-.737H9a1 1 0 0 1-1-1V8z'/%3e%3c/svg%3e");
}

.navbar-nav {
    text-align: center;
    margin-top: 20px;
}

.nav-link {
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    transition: background-color 0.3s;
}

.nav-link:hover,
.nav-link:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.offcanvas-body {
    background-color: #1e7e34;
}

.dropdown-menu {
    background-color: #1e7e34;
}

.dropdown-item {
    color: #fff;
    transition: background-color 0.3s;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}


/* Harita */

.section-lg {
    padding-top: 100px;
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 0) !important;
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:root {
    --swiper-navigation-size: 44px;
    --swiper-theme-color: #57B33E;
}

.map-marker-box {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.map-marker {
    z-index: 2;
    cursor: pointer;
    border: none;
    /* Kenarlık olmadan */
    padding: 10px;
    /* İçerikten kenarlara mesafe */
    border-radius: 50%;
    /* Yuvarlatılmış kenarlar */
}

button {
    border: none;
    text-transform: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

[type=button],
[type=reset],
[type=submit],
.map-marker.map-marker-secondary {
    background: #229954;
}

.map-marker.map-marker-5 {
    width: 24px;
    height: 24px;
}

.custom-map {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 720px;
    min-height: 280px;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail-gallery {
    position: relative;
    display: inline-block;
}

.thumbnail-gallery-img {
    transition: filter 0.3s ease;
}

.thumbnail-gallery:hover .thumbnail-gallery-img {
    filter: blur(2px);
}

.thumbnail-gallery::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    /* Çerçeve rengi */
    box-sizing: border-box;
    transition: border-color 0.3s ease;
    pointer-events: none;
}

.thumbnail-gallery:hover::before {
    border-color: rgba(255, 255, 255, 0.3);
    /* Daha fazla saydamlık */
}

.map-popup {
    display: none;
    position: absolute;
    padding: 10px;
    background-color: transparent;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}

.map-popup.active {
    display: block;
}

.map-popup-top {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

#world-map-popup-7,
#world-map-popup-8,
#world-map-popup-9,
#world-map-popup-10 {
    right: calc(100% + 10px);
    /* Sağ taraftan butonun genişliği kadar (10px) uzaklıkta */
    top: 50%;
    transform: translate(0, -50%);
    /* Yatay merkezleme */
}

#world-map-popup-8 {
    right: calc(100% + 20px);
}

#world-map-popup-9 {
    right: calc(100% + 20px);
}

#world-map-popup-10 {
    right: calc(100% + 20px);
}

#world-map-popup-6 {
    left: 50%;
    top: calc(100% + 10px);
    transform: translateX(-50%);
}

#world-map-popup-2 {
    left: calc(100% + 10px);
    top: 50%;
    transform: translate(0, -50%);
}

#world-map-popup-3 {
    left: calc(100% + 10px);
    top: 40%;
    transform: translate(0, -50%);
}

#world-map-popup-4 {
    left: calc(100% + 10px);
    top: 68%;
    transform: translate(0, -50%);
}

#world-map-popup-5 {
    left: calc(100% + 10px);
    top: 80%;
    transform: translate(0, -50%);
}

#video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.image-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
}

.image-container {
    position: relative;
    margin: 10px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    /* gölge efekti */
}

.image-container img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.image-container:hover img {
    transform: scale(1.1);
    /*  büyüme efekti */
}

.image-section {
    position: relative;
    /* Overlay'ı göstermek için gerekli */
}

.image-container {
    position: relative;
    /* Hover efekti uygulamak için gerekli */
    overflow: hidden;
    /* Overlay'ın sadece içeriğin üzerine sığmasını sağlar */
}

.image-container::before {
    content: "";
    /* Pseudo elementi oluşturur */
    position: absolute;
    /* Overlay'ı içerik öğesinin üzerine yerleştirir */
    top: 0;
    left: 0;
    width: 100%;
    /* İçerik öğesinin genişliğini kaplar */
    height: 100%;
    /* İçerik öğesinin yüksekliğini kaplar */
    background-color: rgba(0, 128, 0, 0);
    /* Varsayılan olarak filtre gizlidir */
    transition: background-color 0.3s ease;
    /* Geçiş efekti ekler */
    pointer-events: none;
    /* Overlay'ın tıklamayı engellemesini sağlar */
    z-index: 1;
    /* Fotoğrafların üzerine gelmesini sağlar */
}

.image-container:hover::before {
    background-color: rgba(0, 128, 0, 0.5);
    /* Yeşil filtre rengi (RGBA formatıyla) */
}

.overlay {
    position: absolute;
    /* Metnin overlay içinde konumlandırılması için */
    top: 50%;
    /* Metnin dikey hizalaması */
    left: 50%;
    /* Metnin yatay hizalaması */
    transform: translate(-50%, -50%);
    /* Metnin merkezlemesi */
    z-index: 2;
    /* Metnin fotoğrafların üzerine gelmesini sağlar */
    color: white;
    /* Metin rengi */
    font-size: 24px;
    /* Metin font boyutu */
    font-weight: bold;
    /* Metin kalınlığı */
    opacity: 0;
    /* Başlangıçta görünmez */
    transition: opacity 0.3s ease;
    /* Geçiş efekti ekler */
}

.image-container:hover .overlay {
    opacity: 1;
    /* Hover olduğunda metin görünür olur */
}

.map-section {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
}

.map-inner {
    position: relative;
}

.map-marker-box {
    position: absolute;
}

.map-popup {
    position: absolute;
    display: none;
    z-index: 2;
}

.map-marker:hover+.map-popup,
.map-popup:hover {
    display: block;
}

.content-box {
    background-color: rgb( rgba(0, 128, 128, 0.8));
    padding: 0px;
    margin-bottom: 0px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

.content-box h4 {
    color: rgb(42, 177, 132);
    text-align: center;
}

.content-box p {
    color: #fff;
}

.map-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    float: right;
    /* Görseli sola kaydır */
    margin-left: 20px;
    /* Sağ tarafa boşluk bırak */
}

.content-box p span {
    display: block;
    margin-bottom: 50px;
    margin-top: 50px;
    line-height: 1.6;
    font-size: 16px;
}

.swiper {
    width: 600px;
    height: 300px;
}


/* Navbar */

nav a {
    text-decoration: none;
}


/* Clients */

.news-carousel-container {
    overflow: hidden;
}

.news-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.news-item img {
    margin-bottom: 10px;
}

.caption {
    font-size: 18px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 5px;
}


/* Footer */

.footer .container div a {
    text-decoration: none;
}

.tp-leftarrow,
.tp-rightarrow {
    display: none !important;
}

#zemez-core-error {
    display: none;
}

.custom-heading {
    background: rgba(255, 255, 255, 0.8);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0);
}

.custom-heading h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #333;
}
.custom-heading h1 {
    font-size: 58px;
    margin-bottom: 15px;
    color: #333;
}

.custom-heading p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.service-text h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.service-text p {
    font-size: 16px;
    color: #555;
}

.gif-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(248, 249, 250, 0.0);
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    padding: 10px;
}

.gif-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/recycle-symbol.png');
    background-size: 50px 50px;
    background-repeat: repeat;
    opacity: 0.2;
    pointer-events: none;
}

.custom-image {
    border-radius: 10px;
    transition: transform 0.5s ease;
}

.gif-wrapper:hover .custom-image {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .custom-heading {
        padding: 15px;
    }
    .custom-heading h3 {
        font-size: 24px;
    }
    .custom-heading p {
        font-size: 14px;
    }
    .service-text h3 {
        font-size: 20px;
    }
    .service-text p {
        font-size: 14px;
    }
    .gif-wrapper {
        padding: 5px;
    }
    .images {
        height: 1200px;
    }
}

.map-marker-box {
    position: absolute;
    transform: translate(-50%, -50%);
}

.map-popup {
    position: absolute;
    padding: 0px 10px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.map-popup.map-popup-top {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
}

.map-popup.map-popup-right {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin-left: 10px;
}

.map-popup.map-popup-left {
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    margin-right: 10px;
}

.map-popup.map-popup-bottom {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
}

.map-popup-bottom-left {
    top: 100%;
    right: 100%;
    transform: translate(50%, 0);
    margin-top: 10px;
}

.map-popup-top-left {
    bottom: 100%;
    right: 100%;
    transform: translate(50%, 0);
    margin-bottom: 10px;
}

.map-marker-box:hover .map-popup {
    opacity: 1;
}
