.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.playwrite-ng-modern {
  font-family: "Playwrite NG Modern", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.dancing-script{
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.smooch-regular {
  font-family: "Smooch", cursive;
  font-weight: 400;
  font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    scroll-behavior: smooth;

}
.btn-paketler {
    background-color: #96745D !important;
    border-color: #96745D !important;
    padding: 8px 25px;
    font-weight: bold;
}
.top-bar-icon {
    font-size: 1.5rem;
    color: #e8bea1;
    margin-left: 1rem;
}
.navbar-brand img {
    height: 85px;
}
.nav-link {
    font-weight: 500;
    color: #343a40 !important; 
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.nav-link:hover {
    color: #96745D !important;
}
.active {
    color: #96745D !important;
}
.hero-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    color: white;
    text-align: center;
}
:root {
    --warm-primary: #96745D; 
    --warm-secondary: #6B4423;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgb(20 20 20 / 80%);; 
    z-index: 1;
}
.hero-section h1 {
    font-size: 6rem; 
    font-weight: 400;
    color: #e5b18f; 
    margin-bottom: 1rem;
}
.hero-section .lead {
    font-size: 3.1rem; 
    font-weight: 400; 
    color: #f7f7f7;
}
.hero-section .btn-primary {
    background-color: #96745D !important;
    border-color: var(--warm-primary) !important;
    border-radius: 2rem;
    padding: 15px 40px;
    font-size: 1.6rem;
    margin-top: 20px !important;
    z-index: 2;
    transition: all .6s;
}
.hero-section .btn-primary:hover {
    background-color: #d1ac94 !important;
}
.hero-section .container {
    z-index: 2; 
}
.icon-box {
    text-align: center;
    padding: 20px;
}
.nav-ul li a{
    font-weight: 700;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 6rem;
    width: 100%;
}
.navbar-nav .dropdown-menu li a{
    margin-bottom: 1rem;
    transition: all .5s;
}
.navbar-nav .dropdown-menu li a:hover {
    background-color: #F7F5F0;
    color: #96745D;
}
.lead-info {
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    color: #73534C;
}
.color-1 {
    background-color: #96745D;
    border-color: #96745D;
    border-radius: 3rem;
    padding: 8px 20px;
    font-size: 1.1rem !important;
    width: 50%;
}
.info-icon {
    width: 150px;
    font-size: 3rem;
    text-align: center;
    margin-top: 1rem;
    color: #96745D;
}
.bilgiler div{
    text-align: left;
}
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 70vh; 
    perspective: 1000px;
    margin-bottom: 25px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s; 
    transform-style: preserve-3d; 
    transform-origin: center center;
}
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
    border-radius: 10px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}
.flip-card-front {
    background-color: #bbb;
    color: black;
    position: relative;
}
.flip-card-front::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; 
    border-radius: 10px;
    background: linear-gradient(
        to top, 
        rgba(0, 0, 0, 0.95) 0%, 
        rgba(0, 0, 0, 0.55) 35%, 
        rgba(0, 0, 0, 0) 70%   
    );
}
.flip-card-front img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    z-index: 1; 
    border-radius: 10px;
}
.flip-card-front .content-overlay {
    position: relative;
    z-index: 3; 
    padding: 20px;
    background: none; 
    color: white;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    border-radius: 0 0 10px 10px; 
}
.flip-card-front h5 {
    font-weight: bold;
    margin-bottom: 10px;
}
.flip-card-front .btn-light, .flip-card-front .btn-outline-light {
    margin: 0 5px;
    font-size: 0.9rem;
    padding: 8px 15px;
}
.flip-card-back {
    background-color: #f8f9fa; 
    color: var(--warm-secondary);
    transform: rotateY(180deg) translateZ(1px); 
    padding: 30px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    text-align: left;
}
.flip-card-back h5 {
    color: var(--warm-primary);
    font-weight: bold;
    margin-bottom: 25px;
    text-align: left;
}
.flip-card-back p {
    font-size: 0.95rem;
    line-height: 1.6;
}
.flip-card-back .btn {
    margin-top: 20px;
}
.activity-section {
    background-color: #f8f8f8;
    padding: 80px 0;
}
.activity-item {
    padding: 40px 0;
    display: flex;
    align-items: center;
}
.activity-image-container {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto; 
    background: linear-gradient(135deg, var(--warm-primary) 0%, #ff8c00 100%); 
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.activity-image-container img {
    width: 100%; 
    height: 100%;
    object-fit: cover;
    border-radius: 50%; 
}
.activity-content h3 {
    color: var(--warm-secondary);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.activity-content p {
    color: #6c757d;
    line-height: 1.6;
}
.text-right {
    text-align: right;
}
.atv-icon, .horse-icon {
    font-size: 5rem;
    color: white;
}
.activity-card-wrapper {
    margin-bottom: 30px;
    height: 70vh; 
}
.hizmetler-card-wrapper {
    margin-bottom: 30px;
    height: 60vh;
}
.activity-box {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease; 
}
.activity-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.85); 
    transition: filter 0.4s ease;
}
.floating-content {
    position: absolute;
    bottom: 15px;
    left: 10%;
    right: 10%;
    width: 80%; 
    margin: 0 auto;
    background-color: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(75, 52, 12, 0.15);
    z-index: 10;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.floating-content h5 {
    color: var(--warm-primary); 
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.floating-content p {
    font-size: 1.1rem;
    font-weight: 400;
    color: #6c757d;
    margin-bottom: 0;
}
.hizmetler-floating-content {
    position: absolute;
    bottom: 15px;
    left: 10%;
    right: 10%;
    width: 80%; 
    margin: 0 auto;
    background-color: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(75, 52, 12, 0.15);
    z-index: 10;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.hizmetler-floating-content h5 {
    color: var(--warm-primary); 
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.hizmetler-floating-content p {
    font-size: 1rem;
    font-weight: 400;
    color: #6c757d;
    margin-bottom: 0;
}
.activity-box:hover img {
    filter: brightness(0.65); 
}
.activity-box:hover .floating-content,.activity-box:hover .hizmetler-floating-content {
    transform: translateY(-10px); 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25); 
}
/* Balon Animasyonu Keyframes */
@keyframes flyAcross {
    0% {
        transform: translateX(-100%) translateY(0) rotate(0deg); 
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(100vw) translateY(-20px) rotate(5deg); 
        opacity: 0;
    }
}
.animated-balloon-divider {
    position: relative;
    width: 100%;
    height: 100px; /* Balonun hareket alanı */
    margin: 60px 0; /* Bölümler arası boşluk */
    overflow: hidden; 
}
.animated-balloon {
    position: absolute;
    bottom: 0; 
    left: 0;
    width: 80px; 
    height: 80px;
    background-image: url('/img/balloon.png'); 
    background-size: contain; 
    background-repeat: no-repeat;
    animation: flyAcross 20s linear infinite; 
    animation-delay: 2s; /* Sayfa yüklendiğinde 2 saniye bekle */
}
.hakkimizda-row {
    width: 60%;
}
@keyframes movePattern {
    0% {
        background-position: 0 0; 
    }
    100% {
        background-position: 500px 500px; 
    }
}
@media (max-width: 768px) {

    .flip-card {
        height: 400px;
    }
    .flip-card-front h5 {
        font-size: 1.2rem;
    }
    .flip-card-front .btn-light, .flip-card-front .btn-outline-light {
        font-size: 0.8rem;
        padding: 6px 10px;
    }
    .flip-card-back h5 {
        font-size: 1.3rem;
    }
    .flip-card-back p {
        font-size: 0.85rem;
    }
    .hero-section h1 {
        font-size: 3rem; /* ÇOK BÜYÜK */
        font-weight: 400; /* Kalın ve dikkat çekici */
        letter-spacing: 0px;
        color: #e5b18f; /* Açık renk metin */
        margin-bottom: 0.5rem;
    }
        /* Açıklama Metni (Lead) Stili: H1'den Küçük ama Yine Büyük */
    .hero-section .lead {
        font-size: 1.8rem; /* BÜYÜK ama h1'den küçük */
        font-weight: 400; /* İnce font ağırlığı */
        color: #f7f7f7; /* Hafif bej/beyaz */
    }
        /* Buton Stili: Ilıman Temaya Uyumlu */
    .hero-section .btn-primary {
        background-color: #96745D !important;
        border-color: var(--warm-primary) !important;
        border-radius: 2rem;
        padding: 15px 40px;
        font-size: 1.3rem;
        margin-top: 20px !important;
        z-index: 2; /* Butonu katmanın üstüne çıkarır */
        transition: all .6s;
    }
    .lead-info {
        font-size: 2.2rem;
    }
    .info-icon {
        width: 100px;
        font-size: 2.2rem;
    }
    .activity-item {
        gap: 15px;
    }
    .activity-content{
        text-align: center;
    }
    .activity-card-wrapper {
        margin-bottom: 30px;
        height: 50vh;
    }
    .floating-content h5 {
        font-size: 1.2rem;
    }
    .floating-content p {
        font-size: 1rem;
    }
    .footer-copyright {
        font-size: 15px !important;
    }
    .activity-section {
        padding: 50px 0;
    }
    .hizmetler-card-wrapper {
        height: 50vh !important;
    }
    .hizmetler-floating-content {
        padding: 17px !important;
    }
    .footer-logo-area {
        padding-bottom: 15px !important;
    }
    .hakkimizda-row {
        width: 100%;
    }
    .price-bar-lg {
        font-size: 1.7rem !important;
    }
    .feature-list li {
        font-size: 1.2rem !important;
    }
    .btn-orange-cta {
        font-size: 1.4rem;
    }
}
@keyframes blink {
    0%, 100% { opacity: 0.2; } /* Başlangıç ve bitişte sönük */
    50% { opacity: 0.8; } /* Ortada parlak */
}
.main-footer-stars-blinking {
    position: relative;
    width: 100%;
    height: 350px; 
    background: linear-gradient(180deg, #5b4424 0%, #212529 100%);
    overflow: hidden; 
    padding-top: 30px; 
    color: white;
}
.star-particle-blinking {
    position: absolute;
    background-color: white; 
    border-radius: 50%; 
    z-index: 1; 
    animation: blink 2s infinite alternate; 
}
.star-particle-blinking:nth-child(1) {
    width: 3px; height: 3px;
    top: 15%; left: 10%;
    animation-delay: 0.5s;
}
.star-particle-blinking:nth-child(2) {
    width: 5px; height: 5px;
    top: 30%; left: 25%;
    animation-delay: 1.2s;
}
.star-particle-blinking:nth-child(3) {
    width: 2px; height: 2px;
    top: 50%; left: 40%;
    animation-delay: 0.8s;
}
.star-particle-blinking:nth-child(4) {
    width: 4px; height: 4px;
    top: 25%; left: 60%;
    animation-delay: 1.8s;
}
.star-particle-blinking:nth-child(5) {
    width: 3px; height: 3px;
    top: 70%; left: 75%;
    animation-delay: 0.3s;
}
.star-particle-blinking:nth-child(6) {
    width: 6px; height: 6px;
    top: 40%; left: 85%;
    animation-delay: 1.5s;
}
.star-particle-blinking:nth-child(7) {
    width: 6px; height: 6px;
    top: 40%; left: 85%;
    animation-delay: 1.5s;
}
.footer-logo-area {
    text-align: center;
    padding-bottom: 50px;
    position: relative;
    z-index: 2; 
}
.footer-copyright {
    background-color: rgba(0, 0, 0, 0.1); 
    padding: 15px 0;
    text-align: center;
    color: #bbb; 
    font-size: 0.9rem;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
}
.lightbox-close {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 45px;
    color: white;
    background: none;
    border: none;
    z-index: 9999;
    cursor: pointer;
    line-height: 1;
    opacity: .9;
}
.lightbox-close:hover {
    opacity: 1;
}
.lightbox-prev, .lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4);
    color: white;
    border: none;
    padding: 12px 18px;
    font-size: 40px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 8px;
    opacity: 0.9;
}
.lightbox-prev:hover, .lightbox-next:hover {
    background: rgba(0,0,0,0.6);
}
.lightbox-prev { left: 15px; }
.lightbox-next { right: 15px; }
body.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
}
#imageModal .modal-dialog {
    max-width: 100% !important;
    width: 100% !important;
    height: 100%;
    margin: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.modal-backdrop.show {
    opacity: 0.8 !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
}
#imageModal .modal-content {
    height: 100%;
    border-radius: 0;
    background: transparent !important;
}
#imageModal .modal-body {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#imageModal .lightbox-img {
    max-height: 100%;
    width: auto;
}
/* Mobil uyumluluk */
@media(max-width: 576px) {
    .lightbox-prev, .lightbox-next {
        font-size: 28px;
        padding: 8px 12px;
    }
    .lightbox-close {
        font-size: 35px;
        right: 15px;
    }
}
.w-60 {
    width: 60% !important;
}
.contact-section .form-control {
        border-radius: 0;
        border: 1px solid #ced4da;
        box-shadow: none;
        height: 50px; 
    }
    .contact-section textarea.form-control {
        height: auto;
    }   
    .contact-section .visually-hidden {
        position: static !important;
        width: auto !important;
        height: auto !important;
        padding: 0;
        margin-bottom: 5px; 
        overflow: visible;
        clip: auto;
        white-space: nowrap;
    }
.paketlerimiz-card {
    background-color:transparent;
    transition: all .7s;
    margin-bottom: 32px;
}
.paketlerimiz-card:hover {
    background-color: #96745daa;
}
.paketlerimiz-card a {
    display: block; 
    overflow: hidden; 
    border-radius: inherit; 
}
.paketlerimiz-card a img {
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}
.paketlerimiz-card a:hover img {
    transform: scale(1.05); 
}
.package-detail-container {
    max-width: 600px; 
    margin: 40px auto;
    text-align: center;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}
/* Ana Başlık */
.package-detail-container h1 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #333;
    margin-bottom: 25px;
}
.price-bar-lg {
    background: linear-gradient(90deg, #ae8c76 0%, #8c653b 100%); 
    color: white;
    font-size: 2.2rem;
    font-weight: 900;
    padding: 15px 30px;
    border-radius: 50px; 
    margin: 0 auto 30px auto; /* Merkezleme ve alttan boşluk */
    box-shadow: 0 5px 15px rgba(255, 100, 0, 0.4); /* Yumuşak turuncu gölge */
    width: 90%; /* Dış konteynerin %90'ı kadar genişlik */
}
.feature-list {
    list-style: none; /* Varsayılan list stili kaldır */
    padding: 0;
    margin-bottom: 30px;
    display: inline-block; /* Ortalamak için */
    text-align: left; /* Maddeleri sola yasla */
}
.feature-list li {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.feature-list i {
    color: #12b620; /* Yeşil onay işareti */
    margin-right: 10px;
    font-size: 1.3rem;
}
/* CTA Butonu Stili */
.btn-orange-cta {
    background-color: #96745D; /* Daha önce tanımladığımız turuncu tema rengi */
    border-color: var(--warm-primary);
    color: white;
    padding: 10px 30px;
    font-size: 1.1rem;
    border-radius: 20px;
    transition: all 0.6s;
}
.btn-orange-cta:hover {
    background-color: #96745d9a ;
    border-color: #96745d9a;
    color: white;
}
.travel-plan-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background-color: rgba(138, 100, 32, 0.316); /* Formun zemini */
    border-radius: 10px;
}
/* Her bir seçim bölümünün başlığı */
.selection-group-header {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--warm-primary); /* Turuncu tema rengi */
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee; /* Hafif ayırıcı çizgi */
    padding-bottom: 10px;
}
/* Seçenekler (Checkbox/Radio) için daha iyi boşluk */
.form-check {
    padding-bottom: 5px;
}
/* Genel input stilini iyileştirelim */
.travel-plan-container .form-control {
    border-radius: 5px;
    height: 45px;
}
.konaklama-süresi {
    font-size: 1.5rem;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 15px;
}
.day , .night{
    font-size: 2rem;
    color: #96745D;
}