﻿* {
    font-family: 'Gidole', sans-serif;
}

.gidole-regular {
    font-family: "Gidole", sans-serif;
    font-weight: 400;
    font-style: normal;
}



.feature-icon {
    width: 100%;
    height: 40vh;
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 15px;
    padding:0;
}

.feature-box {
    text-align: left;
    background-color: #EA5D25;
    line-height: 1.8;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 73vh;
    color: white;
    border-radius: 15px;
}

.feature-box2 {
    text-align: left;
    background-color: black;
    line-height: 1.8;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 73vh;
    color: white;
    border-radius: 15px;
}

.about-sections {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #213C5A;
}



    .about-sections h2 {
        font-weight: 600;
        font-size: 2.2rem;
        color: #E25F3A;
    }

.about-section {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #213C5A;
}



    .about-section h2 {
        font-weight: 600;
        font-size: 2.2rem;
        color: #E25F3A;
    }
@media (max-width: 1200px) {
    .feature-box h3 {
        font-size: 1.5rem;
    }

    .feature-box p {
        font-size: 0.7rem;
    }

}
    @media (max-width: 991px) {

        .about-section {
            font-family: 'Poppins', sans-serif;
            font-size: 0.8rem;
            color: #213C5A;
            padding: 0;
        }

            .about-section h2 {
                font-weight: 600;
                font-size: 1.3rem;
                color: #E25F3A;
            }

        .about-sections {
            font-family: 'Poppins', sans-serif;
            font-size: 0.8rem;
            color: #213C5A;
            padding: 0;
        }

            .about-sections h2 {
                font-weight: 600;
                font-size: 1.3rem;
                color: #E25F3A;
            }

        .feature-box {
            text-align: left;
            background-color: black;
            line-height: 1.4;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            height: auto;
            color: white;
            border-radius: 15px;
        }

            .feature-box h3 {
                font-size: 1.5rem;
            }

            .feature-box p {
                font-size: 0.7rem;
            }
    }

    * {
        font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    .align_content_center {
        align-content: center
    }



.product-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Her satıra 3 ürün */
    gap: 20px;
    justify-items: center;
    padding: 20px;
}

.product-card1 {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 350px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

    .product-card1 img {
        width: 100%;
        height: 350px;
        object-fit: contain;
    }

.product-title {
    font-weight: bold;
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
}

.product-table {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    border-collapse: collapse;
}

    .product-table td {
        padding: 4px 0;
    }

        .product-table td:first-child {
            font-weight: bold;
            width: 40%;
        }



.align_content_center {
    align-content:center;
}



















































