@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap');

html {
	height: 100%;
}

body {
    font-family: Arial, sans-serif;
    text-align: center;
min-height: 100vh;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: url('back.webp') no-repeat center center fixed;
    background-size: cover;
    position: relative;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

header h1 {
    font-size: 60px;
    font-weight: bold;
    color: white;
    margin: 20px 0;
    animation: fadeInScale 3s ease-out forwards;
}

.welcome h2 {
    font-size: 35px;
    color: white;
    margin-top: 10px;
    animation: fadeIn 2s ease-out forwards;
}

.handwriting {
    font-family: 'Dancing Script', cursive;
    font-size: 28px;
    color: #ffcc80;
    margin: 5px auto;
    border-right: 2px solid #ffcc80;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    display: inline-block;
    animation: typing 3.5s steps(30, end) forwards,
               blink-caret .75s step-end infinite;
}

@keyframes typing {
    from { width: 0 }
    to { width: 300px }
}

@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: #ffcc80 }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

main {
    flex: 1;
 padding-bottom: 60px;
}

.slideshow-container {
    width: 80%;
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    color: white;
}
.slideshow-container2 {
    width: 80%;
    max-width: 600px;
    margin: 20px auto 90px auto; /* Burada sol ve sağ boşluğu "auto" yaptık */
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    color: white;
    height: auto;
    overflow: hidden;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center; /* İçeriği yatayda ortala */
    justify-content: center; /* İçeriği dikeyde ortala */
}
.slideshow-container3 {
    width: 80%;
    max-width: 600px;
    margin: 20px auto 90px auto; /* Burada sol ve sağ boşluğu "auto" yaptık */
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    color: white;
    height: auto;
    overflow: hidden;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center; /* İçeriği yatayda ortala */
    justify-content: center; /* İçeriği dikeyde ortala */
}
.slideshow-container3 img {
    width: 100%;
    max-height: 300px; /* Resmin yüksekliğini sınırla */
    object-fit: cover; /* Resmin orantılı şekilde yerleştirilmesini sağlar */
    border-radius: 10px;
}
.slideshow-container2 img {
    width: 100%;
    max-height: 300px; /* Resmin yüksekliğini sınırla */
    object-fit: cover; /* Resmin orantılı şekilde yerleştirilmesini sağlar */
    border-radius: 10px;
}
.slideshow-container img {
    width: 100%;
    height: auto;
    max-height: 400px; /* Maksimum yükseklik */
    object-fit: contain; /* Resmin tamamını gösterir, bozulmaz */
    border-radius: 10px;
    background-color: transparent;/* Boş kalan yerler için arka plan */
}
.app-download {
    margin: 20px auto;
}

.store-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.store-button img {
    height: 50px;
    transition: transform 0.3s ease;
}

.store-button:hover img {
    transform: scale(1.05);
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

.modal-content {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    margin: 10% auto;
    padding: 20px;
    width: 70%;
    max-width: 500px;
    max-height: 80vh; /* Maksimum yükseklik: Ekranın %80’i */
    overflow-y: auto; /* Dikey kaydırma */
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.close-button {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.modal-title {
    color: #333;
    margin-bottom: 20px;
    font-size: 24px;
}

.modal-text {
    color: #666;
max-height: 60vh;
    line-height: 1.6;
overflow-y: auto;
    padding-right: 10px;
    text-align: left;
}

footer {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}

footer nav a {
    color: #ff9800;
    text-decoration: none;
    margin: 0 5px;
    cursor: pointer;
}
.pricing {
    padding: 4rem 1rem;
    background-color: transparent;
}

.section-title {
    text-align: center;
    color: white;
    font-size: 2rem;
    margin-bottom: 3rem;
}

.pricing-container {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 2rem;
    width: 300px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-card.featured {
    border: 2px solid #ffcc80;
    transform: scale(1.05);
}

.pricing-card.featured:hover {
    transform: scale(1.05) translateY(-10px);
}

.popular-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #ffcc80;
    color: black;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
}

.pricing-header {
    text-align: center;
    margin-bottom: 2rem;
}

.pricing-header h3 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.price {
    font-size: 2.5rem;
    color: #ffcc80;
    font-weight: bold;
}

.currency {
    font-size: 1.5rem;
    margin-left: 5px;
}

.pricing-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-features li {
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 400;
    position: relative;
    padding-left: 25px;
}

.pricing-features li::before {
    content: "✓";
    color: #ffcc80;
    margin-right: 8px;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.pricing-card.featured .pricing-features li {
    color: white;
    font-weight: 500;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.pricing-card.featured .pricing-features li::before {
    color: #ffcc80;
    text-shadow: 0 0 5px rgba(255, 204, 128, 0.3);
}

.pricing-button {
    display: block;
    width: 100%;
    padding: 1rem;
    background: rgba(255, 204, 128, 0.2);
    color: white;
    border: 2px solid #ffcc80;
    border-radius: 5px;
    font-size: 1.1rem;
    margin-top: 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pricing-button:hover {
    background: #ffcc80;
    color: black;
}
.plan-modal {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    max-width: 400px;
    padding: 2rem;
    text-align: center;
    position: relative;
    animation: modalPop 0.3s ease-out;
}

@keyframes modalPop {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.plan-icon {
    margin-bottom: 1.5rem;
}

.icon-circle {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ffcc80 0%, #ffa726 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    animation: iconFloat 2s ease-in-out infinite;
}

@keyframes iconFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.icon-circle span {
    font-size: 35px;
}

.plan-title {
    color: #333;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.plan-description {
    color: #555;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.info-box {
    background: rgba(255, 204, 128, 0.2);
    border: 1px solid #ffcc80;
    border-radius: 10px;
    padding: 1rem;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-icon {
    font-size: 1.5rem;
}

.info-box p {
    color: #666;
    font-size: 0.95rem;
    margin: 0;
    text-align: left;
}
@media (max-width: 768px) {
    .plan-modal {
        width: 90%;
        padding: 1.5rem;
    }

    .icon-circle {
        width: 60px;
        height: 60px;
    }

    .icon-circle span {
        font-size: 30px;
    }

    .plan-title {
        font-size: 1.4rem;
    }

    .plan-description {
        font-size: 1rem;
    }
    .pricing-card {
        width: 100%;
        max-width: 350px;
    }
    
    .pricing-card.featured {
        transform: scale(1);
    }
    
    .pricing-card.featured:hover {
        transform: translateY(-10px);
    }
    header h1 { font-size: 30px; }
    .handwriting { font-size: 22px; }
    .slideshow-container { width: 70%; margin-bottom: 10px; }
    .modal-content { width: 70%; margin: 30% auto; }
    .store-buttons { flex-direction: column; align-items: center; }
    .store-button img { height: 40px; }
    footer nav {
        display: flex;
        justify-content: center;
        gap: 10px; /* Linkler arasındaki boşluğu azaltabilirsin */
    }
    footer nav a {
        margin: 0 10px;
    }
    footer { 
        font-size: 10px; /* Font boyutunu küçültülebilir */
    }
}