/* Genel Ayarlar */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    direction: rtl;
    text-align: right;
    background-color: #f4f4f4;
    margin: 0;
    padding: 20px;
}

/* Başlık (Header) */
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #50c8b8d5;
    color: white;
    padding: 15px 20px;
}

.header-logo {
    width: 40px;
    height: auto;
}

header nav a {
    color: white;
    text-decoration: none;
    margin-left: 15px;
    font-size: 16px;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

header nav a:hover {
    background-color: #FFD700;
}

/* Fiyat Bölümü */
.pricing {
    text-align: center;
    padding: 50px;
    background-color: #e9f7ef;
    margin: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.pricing h1 {
    font-size: 28px;
    color: #1a5e5b;
    margin-bottom: 20px;
}

.pricing-details h2 {
    font-size: 18px;
    color: #333;
    background-color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}

/* Araç Görselleri Kart Görünümünde */
.car {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 20px;
    
}

.car img {
    flex: 1 1 calc(33.333% - 10px);
    margin-top: 10px;
    text-align: center;
    background-color: #50c8b86c;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    gap: 20px; /* Fotoğraflar arasındaki boşluk */
    justify-content: center; /* Fotoğrafları yatayda ortala */
    flex-wrap: nowrap; /* Fotoğrafları aynı satırda tut */
    overflow-x: auto; /* Satıra sığmazsa yatay kaydırma ekle */
}

/* Notlar Bölümü */
.note {
    text-align: center;
    padding: 40px;
    background-color: #f9f9f9;
    margin: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.note h1 {
    font-size: 26px;
    color: #b22222;
    margin-bottom: 15px;
}

.note p  {
    font-size: 18px;
    color: #333;
    margin: 10px 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 5px;
}
.buyukaraba p{
    font-size: 18px;
    color: #333;
    margin: 10px 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 5px;
}


/* WhatsApp Butonu */
.whatsapp-button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    color: white;
    background-color: #25D366;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.whatsapp-button:hover {
    background-color: #1ebe5d;
}
/* Odeme bölümü */
.odeme {
    text-align: center;
    margin-top: 20px;
}

.divider {
    margin-top: 20px;
    height: 1px;
    background-color: #ddd;
}

/* WhatsApp butonu */
.whatsapp-button1 {
    display: inline-flex;
    align-items: center;
    background-color: #50a0ec; /* Renk ayarı */
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Gölge efekti */
    margin-top: 10px;
}

.whatsapp-button1 i {
    margin-left: 8px;
    font-size: 1.2em;
}

/* Hover efekti */
.whatsapp-button:hover {
    background-color: #407bbd; /* Daha koyu bir mavi */
    transform: scale(1.05);
}
.buyukaraba{
    flex: 1 1 calc(33.333% - 10px);
    margin-top: 10px;
    text-align: center;
    background-color: #50c8b86c;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    gap: 20px; /* Fotoğraflar arasındaki boşluk */
    justify-content: center; /* Fotoğrafları yatayda ortala */
    flex-wrap: nowrap; /* Fotoğrafları aynı satırda tut */
    overflow-x: auto; /* Satıra sığmazsa yatay kaydırma ekle */
}
.buyukaraba img{
    width: 30em;
    border: #1a5e5b 1px solid;
    border-radius: 10px;
    margin: 10px;
}
/* قسم من نحن */
#about-us {
    position: relative;
    padding: 200px 100px;
    text-align: center;
    background: url("wallpaper\ anime.jpeg") no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: auto;
    max-width: 100%;
    color: #ffffff; /* لون النص */
    margin: 10px;
}
#about-us h1,p,h2{
    margin: 10px;
}
#about-us h1,
#about-us p,
#about-us h2 {
    position: relative;
    display: block;
    z-index: 1;
}

#about-us h1::before,
#about-us p::before,
#about-us h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4); /* لون شفاف */
    filter: blur(8px); /* مقدار التمويه */
    border-radius: 4px;
    z-index: -1;
}


/* Contact Us Section */
#contact-us {
    background-color: #f4f4f4; /* Light background */
    padding: 40px;
    text-align: center;
    border-radius: 8px;
    margin: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#contact-us h1 {
    font-size: 2em;
    color: #333;
    margin-bottom: 20px;
}

#contact-us p {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 15px;
}

#contact-us form {
    margin-top: 20px;
}

#contact-us label {
    font-size: 1em;
    color: #333;
    margin-top: 10px;
    display: block;
    text-align: right;
}

#contact-us input[type="text"],
#contact-us input[type="email"],
#contact-us textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 1em;
}

.submit-button {
    background-color: #50c8b8;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #3da99a;
}

/* WhatsApp Button */
.whatsapp-link {
    text-decoration: none;
}

.whatsapp-button {
    background-color: #25D366;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease;
    
    
}

.whatsapp-button i {
    margin-left: 8px ;
    font-size: 1.2em;
}

.whatsapp-button:hover {
    background-color: #1ebe5d;
}
footer {
    background-color: #333;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
    font-size: 0.9em;
}

footer p {
    margin: 0;
    font-size: 1em;
}

/* Social Icons in Footer */
#footer-social-icons {
    margin-top: 10px;
}

#footer-social-icons a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 8px;
    font-size: 1.5em;
    transition: color 0.3s ease;
}

#footer-social-icons a:hover {
    color: #ffdd40; /* لون مميز عند التمرير */
}/* Mobil cihazlara uygun tasarım */
@media only screen and (max-width: 768px) {
    /* Genel Ayarlar */
    body {
        padding: 10px;
        font-size: 14px;
    }

    /* Başlık (Header) */
    header {
        flex-direction: column;
        text-align: center;
        padding: 10px;
    }

    header nav a {
        margin: 5px 0;
        font-size: 14px;
        padding: 5px;
    }

    /* Fiyat Bölümü */
    .pricing {
        padding: 20px;
        margin: 10px 0;
    }

    .pricing h1 {
        font-size: 22px;
    }

    .pricing-details h2 {
        font-size: 16px;
        padding: 8px;
    }

    /* Araç Görselleri */
    .car {
        flex-direction: column;
    }

    .car img {
        flex: 1 1 100%;
        width: 100%;
        margin-top: 5px;
        padding: 10px;
    }

    /* Büyük araba */
    .buyukaraba img {
        width: 100%;
        margin: 5px 0;
    }

    /* Notlar Bölümü */
    .note {
        padding: 20px;
        margin: 10px 0;
    }

    .note h1 {
        font-size: 20px;
    }

    .note p {
        font-size: 14px;
    }

    /* İletişim Bölümü */
    #contact-us {
        padding: 20px;
    }

    #contact-us h1 {
        font-size: 20px;
    }

    #contact-us input[type="text"],
    #contact-us input[type="email"],
    #contact-us textarea {
        font-size: 14px;
    }

    .submit-button {
        font-size: 14px;
        padding: 8px 16px;
    }

    /* WhatsApp Butonu */
    .whatsapp-button {
        font-size: 14px;
        padding: 8px 16px;
    }

    /* Footer */
    footer {
        font-size: 0.8em;
        padding: 10px;
    }

    #footer-social-icons a {
        font-size: 1.2em;
        margin: 0 5px;
    }
}
