.inter-400 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/* Genel Ayarlar */

body {
    /*font-family: "Arial", sans-serif;*/
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    background-color: #c6d9da;

    color: #333;
    display: flex;
    justify-content: space-around;
}

.container {
    max-width: 70%;
    /*width: 97%;*/
    /*background-color: #c6d9da;*/
}
.container2 {
    width: 100%;
}

/* Bölüm başlıkları */
section h2 {
    font-size: 2em;
    text-align: center;
    margin: 20px 0;
    color: #2c3e50;
}

/* Üst Bar */

.top-bar {
    /*background-color: #7d988b;*/
    background-color: #658e82;
    background: rgb(143, 174, 166);
    background: linear-gradient(142deg, rgba(143, 174, 166, 1) 0%, rgba(100, 142, 130, 1) 100%);

    color: white;
    text-align: center;
    /*padding: 10px;*/
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.top-bar a {
    color: #fff;
    margin: 0 15px;
    text-decoration: none;
    /*background-color: white;*/
}

.ust-iletisim {
    /*font-family: ui-sans-serif;*/
    font-size: 1.2em;
    /*font-weight: 600;*/
    padding: 10px 0;
    /*background-color: #ecd6ad;*/
    /*background-color: #ffba7e;*/
    /*background-color: #f2f2f2;*/
    /*background-color: #fff3e9;*/
    display: flex;
    justify-content: space-between;
    border: 1px solid #f7f7f7;
}

.baslik {
    font-size: 1.6em;
    font-weight: 300;
    text-align: center;
    color: #538586;
    background-color: #ffffff;
    padding: 15px;
    margin: 0;
}

.phone-btn:hover,
.whatsapp-btn:hover {
    /*text-decoration: underline;*/
    background-color: #e8ead8;
    color: #333;
}

.logo img {
    padding: 0;
    margin-top: 30px;
    /*box-shadow: 0 4px 88px rgb(83, 97, 68);*/
    /*width: 100%;*/
    object-fit: contain;
    width: 100%;
    max-width: 455px;
    /*height: 100px;*/
}

/* Ana Banner */
.hero {
    background-color: #fff3e9;
    /*background-image: url(/atolye/boya/1.webp);*/
    background-image: url(/img/hero.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 700px;
    padding: 100px;
    text-align: center;
    color: #ffffff;
    /*display: flex;*/
    /*flex-direction: column;*/
}

.hero img {
    width: 100%;
    height: auto;
}

.hero h1 {
    font-size: 3em;
    margin-top: 50px;
    /*margin-bottom: 0px;*/
    background-color: rgba(1, 1, 1, 0.1);
    padding: 20px;
}

.hero p {
    font-size: 1.8em;
    margin-bottom: 100px;
    background-color: rgba(1, 1, 1, 0.1);
    padding: 20px;
}

.hero .btn {
    background-color: #3fa238;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
    font-size: 1.5em;
}

.hero .btn:hover {
    background-color: #34c62a;
}

/* Kampanya Bölümü */
.campaigns {
    padding: 50px;
    background-color: #ffdd57;
    text-align: center;
}

.campaigns h2 {
    font-size: 42px;
    margin-bottom: 33px;
}

.campaign-list {
    display: flex;
    justify-content: space-around;
}

.campaign-item {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 40%;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.campaign-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
/* Hizmetler Bölümü */
#services-mini {
    padding: 40px 20px 0 20px;
    background-color: #f7f7f7;
    /*text-align: center;*/
}

#services-mini h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2c3e50;
    text-align: center;
}

.service-list-mini {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.service-item-mini {
    background-color: white;
    /*margin: 10px;*/
    padding: 10px;
    /*border-radius: 10px;*/
    width: 10%;
    min-width: 13ch;
    /*max-height: 300px;*/
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}

.service-item-mini img {
    width: 100%;
    /*height: auto;*/
    height: 100px;
    /*height: auto;*/
    /*max-height: 200px;*/
}

.service-item-mini h3 {
    font-size: 1.1em;
    margin-bottom: 10px;
    text-align: center;
}

/* Hizmetlerimiz Bölümü */
.services {
    padding: 40px 20px;
    background-color: #f7f7f7;
    color: #333;
}

.services h2 {
    font-size: 2.5em;
    text-align: center;
    color: #2c3e50;
    margin-bottom: 40px;
}

/* Hizmet Kartları Genel Stil */

.service-item {
    background-color: #fff;
    display: flex;
    align-items: center;
    margin: 50px 0;
    /*border-radius: 8px;*/
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

/* Sol ve Sağ Kartların Sıralanması */
.card-left {
    flex-direction: column;
}

.card-right {
    flex-direction: column;
}

/* Kart İçerik ve Görsel Stili */
.service-item img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.service-content {
    width: 80%;
    padding: 50px;
    padding-top: 0;
    line-height: 3.9em;
}

.service-content h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
    color: #2c6365;
}

.service-content p {
    font-size: 1.1em;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #555;
}

.service-content .btn {
    /*font-size: 1.1em;*/
    line-height: 1.5;
    /*margin-bottom: 10px;*/
    /*color: #555;*/
    /*text-align: center;*/
    background-color: #3fa238;
}

.service-content .btn:hover {
    /*font-size: 1.1em;*/
    line-height: 1.5;
    /*margin-bottom: 10px;*/
    /*color: #555;*/
    /*text-align: center;*/
    background-color: #2cbc21;
}

/* Teklif Alın Formu */
.contact-form {
    padding: 50px;
    background-color: aliceblue;
    text-align: center;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}

.contact-form form {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 10px;
}

.contact-form input,
.contact-form textarea {
    width: 70%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.3em;
}

.contact-form button {
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #555;
}

/* Footer */
footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px;
}

.footer-info p {
    margin: 5px 0;
}

.kalin {
    font-weight: 800;
}

.altbaslik {
    font-weight: 800;
}

.basa-don-sag {
    position: fixed;
    /*width: 80px;*/
    /*height: 90px;*/
    bottom: 175px;
    /*right: 18px;*/
    /*bottom: 18%;*/
    right: 1%;

    text-align: center;

    z-index: 999;
}

.basa-don-sag img {
    width: 100%;
    max-width: 100px;
    height: auto;

}

.whatsapp {
    position: fixed;
    /*width: 100px;*/
    /*height: 90px;*/
    bottom: 10px;
    right: 1%;
    text-align: center;
    z-index: 999;
}

.whatsapp img {
    /*width: 100px;*/
    width: 100%;
    max-width: 100px;
    height: auto;
}

.telefon {
    position: fixed;
    /*width: 80px;*/
    /*height: 90px;*/
    bottom: 100px;
    right: 1%;
    text-align: center;
    z-index: 999;
}

.telefon img {
    width: 100px;
    max-width: 100px;
    height: auto;
}

/* Phone Icon */
.phone-icon {
    /*margin-top: 1px;*/

    position: absolute;
    /*bottom: -40px;*/
    left: 50%;
    transform: translateX(-50%);
    /*background-color: #00abe9;*/
    padding: 26px;
    /*border-radius: 70%;*/
}

.phone-icon img {
    width: 40%;
    height: auto;
}

/* Kart yapısı */
.card {
    background-color: #fff;
    padding: 20px;
    margin: 20px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    /*border-radius: 8px;*/
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Sıkça Sorulan Sorular Stili */
.faq-item h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #2980b9;
}

.faq-item p {
    font-size: 1em;
    line-height: 1.6;
}

.renk1 {
    background-color: #f0f8ff;
}
.renk2 {
    background-color: #fffdf4;
}
.renk3 {
    background-color: #fafeff;
}
.renk4 {
    background-color: #fdfff7;
}
.renk5 {
    background-color: #f0f8ff;
}

/* Hakkımızda Bölümü */

.about-item p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #34495e;
}

/*
 Müşteri Yorumları Stili 
.testimonial {
    text-align: center;
    font-style: italic;
    font-size: 1.2em;
    color: #7f8c8d;
}

.testimonial::before {
    content: "“";
    font-size: 2em;
    color: #e74c3c;
}

.testimonial::after {
    content: "”";
    font-size: 2em;
    color: #e74c3c;
}
*/

/* Buton Stili */
.btn {
    display: inline-block;
    background-color: #3498db;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 20px;
    font-size: 1.5em;
}

.btn:hover {
    background-color: #2980b9;
}

.basa_don {
    /*background-color: #456166;*/
    /*float: left;*/
    /*clear: both;*/
    /*width: 100%;/*/
    padding: 1em 0;

    text-align: center;
}

.basa_don a {
    display: block;
    text-decoration: none;
    color: #f6ffd2;
}

.basa_don a:hover a:active {
    color: #afefa4;
}

.basa_don img {
    padding-top: 1em;
}

@media (max-width: 1120px) {
    /*
    .service-item-mini {
        min-width: 20ch;
        width: 58%;
    }
    */
}

@media (max-width: 900px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 890px) {
    .ust-iletisim {
        font-size: 1em;
    }
    /*
    .service-item-mini {
        width: 58%;
    }
    */

    .service-item {
        flex-direction: column;
        text-align: center;
    }

    .service-item img {
        width: 100%;
    }

    .service-content {
        width: 100%;
    }

    .card-left {
        flex-direction: column;
    }

    .card-right {
        flex-direction: column;
    }
    .contact-form input,
    .contact-form textarea {
        width: 80%;
        padding: 10px;
        margin: 10px 0;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 1em;
    }
}

/* Medya Sorguları: Mobil uyumluluk */
@media (max-width: 768px) {
    .hero {
        padding: 50px;
    }

    .hero p {
        font-size: 1.5em;
        /*margin-bottom: 100px;*/
        background-color: rgba(1, 1, 1, 0.1);
        padding: 20px;
    }

    .phone-icon {
        padding-top: 26px;
    }

    .card {
        margin: 10px;
        padding: 15px;
    }

    section h2 {
        font-size: 1.5em;
    }

    .faq-item h3 {
        font-size: 1.2em;
    }

    .testimonial {
        font-size: 1em;
    }

    .service-item img {
        width: 100%;
        margin-bottom: 20px;
    }

    .service-content {
        width: 100%;
    }

    .campaign-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /*justify-content: space-around;*/
    }
    .campaign-item {
        width: 90%;
        margin-bottom: 50px;
    }
}
@media (max-width: 700px) {
    .hero {
        padding: 10px;
    }

    .hero p {
        font-size: 1.5em;
        /*margin-bottom: 100px;*/
        background-color: rgba(1, 1, 1, 0.1);
        padding: 20px;
        margin-bottom: 50px;
    }
}

@media (max-width: 600px) {
    .slider {
        max-width: 100%;
    }

    .prev,
    .next {
        padding: 16px;
        font-size: 20px;
    }
}
