 /* Ana Ekran Giriş   */
body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #2e2e2e;
    color: white;
    margin: 0;
    padding: 0;
}

header {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100;
}

.logo {
    width: 70px;
    height: auto;
}


.container {
    padding: 20px;
    margin-top: 50px;
}

h1 {
    font-size: 28px;
}

h1 span {
    font-style: italic;
}

.features {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 15px 0;
    font-size: 18px;
}

.car-image {
    width: 80%;
    max-width: 500px;
    margin: 20px 0;
}

h2 {
    font-size: 22px;
    margin: 10px 0;
}

p {
    font-size: 18px;
    margin-bottom: 20px;
}

.offer-btn {
    background-color: gold;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
}

.contact-icons {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.whatsapp-button img {
    width: 50px;
    height: 50px;
}

.whatsapp-button:hover {
    transform: scale(1.1);
}
/* Ana Ekran Bitiş */
/* Aşağı Ekran1 GİRİŞ */
.logolar {
    text-align: center;
    padding: 20px;
    display: flex;
    margin: 3rem auto;
    width: 80%;
}
.logolar > div{
flex: 1;



}

.logo {
    margin-bottom: 30px;
}

.logo img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    background-color: #f5f7fa;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    color: #2e3a48;
}

p {
    font-size: 16px;
    color: #6c757d;
}

.contact-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.call-btn{
background-color: green;
color: white;
font-size: 20px;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
cursor: pointer;
}
.whatsapp-btn{
background-color: #25d366;
color: white;
font-size: 20px;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
cursor: pointer;
}
/* Aşağı Ekran1 BİTİŞ */
/* Aşağı Ekran2 GİRİŞ */
.services {
    text-align: center;
    padding: 40px 20px;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    color: #2E3A48;
}

.subtitle {
    font-size: 18px;
    color: #6C757D;
    margin-bottom: 30px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.service-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.service-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;

}
.service-item img:hover{

    transform: scale(1.2);
    overflow: hidden;
    display: inline-block;
width: 300px;
transition: transform 0.3s ease;



}
.service-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}
/* Aşağı Ekran2 BİTİŞ */
/* Aşağı Ekran3 GİRİŞ */
.transfer-container {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: background-color 0.3s ease-in-out;
}

.transfer-container img {
    width: 80%; 
    max-width: 400px;
    display: block; 
    margin: 0 auto; 
    border-radius: 10px; 
}

h2 {
    font-size: 24px;
    font-weight: bold;
}

.underline {
    width: 50px;
    height: 4px;
    background-color: #0056b3;
    margin: 10px auto;
}

p {
    font-size: 16px;
    color: #555;
}
/* Aşağı Ekran3 BİTİŞ */
/* Aşağı Ekran4 GİRİŞ */
footer {
    background-color: #222;
    color: white;
    text-align: center;
    padding: 20px 0;
    position: relative;
    bottom: 0;
    width: 100%;
    font-family: Arial, sans-serif;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}


label {
    font-size: 16px;
}


select {
    padding: 8px;
    width: 200px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}


button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}


button:hover {
    background-color: #218838;
}
/* Aşağı Ekran4 BİTİŞ */
/*MENÜ GİRİŞ*/

.menu-button {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}


.menu-icon {
    width: 25px;
    height: 3px;
    background-color: black;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.menu-icon::before,
.menu-icon::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: black;
    transition: all 0.3s ease-in-out;
}

.menu-icon::before {
    top: -8px;
}

.menu-icon::after {
    top: 8px;
}

.menu-button.active {
    transform: rotate(90deg);
}

.menu-button.active .menu-icon {
    background: transparent;
}

.menu-button.active .menu-icon::before {
    transform: rotate(45deg);
    top: 0;
}

.menu-button.active .menu-icon::after {
    transform: rotate(-45deg);
    top: 0;
}


.menu-list {
    position: fixed;
    top: 70px;
    right: 15px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    padding: 10px;
    display: none;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}


.menu-list a {
    text-decoration: none;
    color: black;
    padding: 12px 20px;
    display: block;
    font-size: 16px;
    transition: background 0.3s;
}

.menu-list a:hover {
    background: gold;
}

.menu-list.active {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}
/*MENÜ BİTİŞ*/
