﻿:root {
    --primary-color: #2d5a27;
    --secondary-color: #4a7c59;
    --accent-color: #7fb069;
    --text-dark: #2c3e50;
    --text-light: #6c757d;
    --bg-light: #f8f9fa;
    --bg-red: #da2832;
    --home-color: #ade5a9;
    --home-color-2: #024817;
}

body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
}

.bg-nav {
    background-color: var(--bg-red) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

    .btn-primary:hover {
        background-color: var(--secondary-color);
        border-color: var(--secondary-color);
    }

.text-primary {
    color: var(--primary-color) !important;
}

.hero-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    min-height: 50vh;
    display: flex;
    align-items: center;
}

.hero-image img {
    width: 100%;
    max-width: 400px;
    height: 400px;
    object-fit: cover;
}

.action-cards .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
}

    .action-cards .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

.card-img-container {
    height: 250px;
    overflow: hidden;
}

.card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.card:hover .card-img-top {
    transform: scale(1.05);
}

.newsletter-section {
    background-color: var(--bg-light);
}

.social-links a {
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: var(--accent-color) !important;
    transform: translateY(-3px);
    opacity: 0.8;
}

.social-links a:hover .fa-whatsapp {
    color: #25D366 !important;
}

.navbar-brand {
    font-size: 1.5rem;
}

.dropdown-item.active {
    background-color: var(--primary-color);
}

.display-title {
    color: #839787;
    font-size: x-large;
}

.display-desciption {
    color: #ffffff;
    font-size: 4rem;
    font-weight: bold;
}

.display-content {
    color: #d1cccc;
    font-weight: 500;}

.display-content-link {
    color: #d1cccc;
    text-decoration: none;
}

.display-contact {
    color: #000000;
    font-size: 2rem;
}

/* Harekete katıl Başlangıç */
/*body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
    padding: 20px;
}*/

.success-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.success-icon {
    animation: scaleUp 0.5s ease-in-out;
}

@keyframes scaleUp {
    0% {
        transform: scale(0);
    }

    70% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.social-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

    .social-icon:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 15px rgba(0,0,0,0.2);
    }

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #1da1f2;
}

.whatsapp {
    background-color: #25d366;
}

.instagram {
    background-color: #e4405f;
}

.linkedin {
    background-color: #0077b5;
}

.telegram {
    background-color: #0088cc;
}

.share-text {
    font-weight: 500;
    color: #6c757d;
    text-align: center;
    margin-bottom: 0.5rem;
}

.modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.modal-header {
    border-bottom: 1px solid #e9ecef;
    background-color: #f8f9fa;
    border-radius: 15px 15px 0 0;
    padding: 1.2rem;
}

.modal-title {
    font-weight: 600;
    color: #495057;
}

.modal-body {
    padding: 2rem;
}

.btn-close {
    border-radius: 50%;
    background-size: 60%;
}

.action-buttons {
    margin-top: 2rem;
}

/* Özel buton stilleri */
.btn-primary {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
}

/* Harekete katıl Başlangıç */

.btn-outline-primary {
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
}

video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 768px) {
    .display-desciption {
        font-size: 3rem;
    }

    .hero-section {
        text-align: center;
        padding: 3rem 0;
    }

    .hero-image {
        margin-top: 2rem;
    }

    .display-4 {
        font-size: 2rem;
    }

    .hero-image img {
        width: 100%;
        max-width: 400px;
        height: auto;
        object-fit: cover;
    }

    video {
        max-height: 70vh; /* mobilde ekranı taşırmasın */
    }
}

/* Mobil uyumluluk */
@media (max-width: 576px) {

    .hero-image img {
        width: 100%;
        max-width: 400px;
        height: auto;
        object-fit: cover;
    }

    .display-desciption {
        font-size: 3rem;
    }

    .social-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .modal-body {
        padding: 1.5rem;
    }

    .display-4 {
        font-size: 2.5rem;
    }

    video {
        max-height: 70vh; /* mobilde ekranı taşırmasın */
    }
}