


/*========== HEADER  ==========*/


/* active sidebar */
/*.sidebar li:nth-child(13) a {
    background-color: var(--white-color);
    color: #26443B !important;
    font-weight: var(--font-medium);
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}*/


/*========== base img body ==========*/
.main{
    margin-top: 5.7%;
    overflow: hidden;
}

.base_img_body {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.base_img_container {
    position: relative;
    display: inline-block;
}

.slide__image {
    display: block;
    width: 100%; 
    height: auto; 
}

.image-data {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff; 

}


.image-data h2{
    font-size: 42px;
    margin-bottom: 1rem;
}

.image-data .text{
    font-size: 23px;
}





@media (max-width: 768px) {

    .image-data h2{
        font-size: 17px;
        margin-bottom: 0rem;
        
    }
    

    .image-data .text{
        font-size: 7px;
        margin-top: 3%;
    }

    .main{
        margin-top: 16%;
    }
    

}



@media (min-width: 769px) and (max-width: 1440px)  {

    .image-data h2{
        font-size: 30px;
        margin-bottom: 0rem;

    }

    .image-data .text{
        font-size: 12px;
    }

    .main{
        margin-top: 5.5%;
    }
    
}



/* BASE */
.card_body{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
    overflow: hidden;
}

.card_container {
    max-width: 1200px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.card_header {
    text-align: center;
    margin-bottom: 10%;
}

.card_header h1 {
    font-size: 20px;
    margin: 0;
    font-weight: 650;
}

.card_header h2{
    font-size: 15px;
    margin-bottom: 0%;
    font-weight: 550;
}


.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 50px;
}
.card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    overflow: hidden;
    flex-direction: column;
}
.card img {
    width: 100%;
    border-radius: 10px;
    height: auto;
}
.card-content {
    padding: 10px;
}
.card-content h2 {
    margin: 0 0 10px;
}
.card-content p {
    margin: 0;
    line-height: 1.5;
    font-size: 9px;
}




    


@media (min-width: 768px) {
    .card {
        flex-direction: row;
    }
    .card img {
        width: 45%;
    }
    .card-content {
        width: 60%;
        display: flex;
        align-items: center;
    }

    .card-content p{
        font-size: 14px;
        line-height: 1.8;
        margin-left: 30px;
    }

    .card_container{
        width: 65%;}


    .card_header h1 {
        font-size: 2rem;
        margin: 0;
        font-weight: 650;
    }
    
    .card_header h2{
        font-size: 1.4rem;
        margin-bottom: 1%;
        font-weight: 500;
    }

    .cards {
        gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    }
}






/* CENTER */
.center_body{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffff;
    margin-top: 3%;
    position: relative;
    margin-bottom: 3%;
}


.center-image img {
    max-width: 100%;
    height: auto;
}


.center-content {
    max-width: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-10%, -50%);
    left: 10%;
}

.center-content h1 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.center-content p {
    font-size: 0.8rem;
    margin-bottom: 20px;
    width: 70%;
}

.center-content button {
    background-color: #50a773;
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    font-size: 1em;
    border-radius: 10px;
    cursor: pointer;
}

.center-content button:hover {
    background-color: #3e8f5a;
}








@media(max-width: 399px) {
    .center-content h1{
        margin-bottom: 2px;
        font-size: 10px;

    }

    .center-content p{
        font-size: 6px;
        width: 100%;
        margin-bottom: 5px;
    }

    .center-content button{
        font-size: 6px;
     padding: 3px 15px;
        
    }

   

}


@media(min-width: 400px) and (max-width: 767px) {
    .center-content h1{
        margin-bottom: 5px;
        font-size: 15px;

    }

    .center-content p{
        font-size: 8px;
        width: 100%;
        margin-bottom: 5px;
    }

    .center-content button{
        font-size: 8px;
    padding: 3px 15px;
        
    }

   

}






@media (min-width: 768px) and (max-width: 1024px) {
    .center-content h1{
        font-size: 23px;
    }

    .center-content p{
        font-size: 11px;
    }

    .center-content button{
        font-size: 12px;
    }

   

}


/* PRODUCT */

.product_container{
    text-align: center;
    padding: 20px;
}


.product_container h1{
    font-size: 2rem;
    font-weight: 650;
    margin-bottom: 70px;
}

.product_container h2{
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 1%;
}


.product_cards_container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}


.product_card{
    background-image: url('../img/etki_img/card_img2.png');
    background-size: cover;
    background-position: center;
    width: 300px;
    height: 450px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s;
    border-radius: 20px;
}


.product_card:hover{
    transform: scale(1.1);
}


.product_content{
    color: white;
    width: 100%;
    text-align: center;
    padding: 80px 0;
    letter-spacing: 4px;
    font-size: 20px;
    font-weight: 700;
}





@media (max-width: 768px) {

        .product_content{
            font-size: 9px;

            padding: 40px 0;
        }

        .product_card{
            width: 90px;
            height: 155px;
            border-radius: 15px;
        }
  
        .product_container h1, .card_header h1{
            font-size: 18px;
        }

        .product_container h2, .card_header h2{
            font-size: 15px;
            margin: 0%;
        }
}




