@import './default.css';
@import './topbar.css';
@import './FontFamily.css';
@import './slider.css';
@import './contact.css';
@import './about.css';
@import './iletisim.css';
@import './sendbox.css';
@import "./products.css";
@import "./posts.css";
@import "./post2.css";
@import "./post3.css";
@import "./product.css";
@import "./lifetree.css";

.card{
    
    width: 190px;
    height: 254px;
    border-radius: 30px;
    background: #212121;
    box-shadow: 15px 15px 30px rgb(0, 0, 0),
               -15px -15px 30px rgb(60, 60, 60);
    align-content: center;
    margin: 10px;
    margin-bottom: 20px;
    position: relative;
    left: 20px;
    top: 30px;
    margin: 30px;
    margin-bottom: 90px;
    cursor: pointer;
    transition: 0.3s ease;
    overflow: hidden ;
    justify-content: center;
    display: flex;
   

}
.card span img{
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.product-section .wrapper{
    display: flex;
    justify-content: center;
    gap: 15px;
    align-content: center;
    
    
}
h2{
    display: flex;
    justify-content: center;
    margin: 30px;
}
.product-section .wrapper:hover> :not(:hover) {
    filter: blur(5px);
    opacity: 0.5s;  
}
.product-section .wrapper .card:hover{
    transform: scale(1.2);
    transition: 0.5s;
}

.urun {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


.footer {
    text-align: center;
    padding: 20px;
    font-size: 0.9rem;
    color: #777;
    background-color: #eeeeee;
    margin-top: 40px;
    justify-content:center ;
   
  }

