.animasyon {
    overflow: hidden;
}

.animasyon img {
    transition: transform 0.5s ease;
}

.animasyon img:hover {
    transform: scale(1.2);
}

.kanpanya-urun {
    border: 2px #efc73f solid;
    font-size: 14px;
}

.kanpanya-renk {
    color: #efc73f;
}

.urun-btn {
    background-color: #efc73f;
    font-size: 14px;
    padding: 5px;
    text-decoration: none;
    border: 2px #efc73f solid;
    font-weight: bold;
    border-radius: 2px;
    transition: 0.5s all;
}

.urun-btn:hover {
    background-color: black;
    border: 2px #efc73f solid;
    color: #efc73f;
    text-decoration: none;
}

select.bg-dark.text-light option {
    background-color: #212529;

    color: #fff;

}


select.bg-dark.text-light:focus {
    background-color: #212529;
    color: #fff;
}

.fs-16{ font-size:16px !important; line-height: 20px;}
.fs-20{ font-size:20px !important; line-height: 24px;}
.fs-22{ font-size:22px !important; line-height: 26px;}
.fs-24{ font-size:24px !important; line-height: 28px;}
.fs-35{ font-size:35px !important; line-height: 40px;}
.fs-40{ font-size:40px !important; line-height: 44px}
.fs-60 { font-size: 60px; }

.hakimizda-img-1{
    width: 30%;
    max-width: 300px !important;
    height: auto;
}

.hakimizda-img-2{
    width: 20%;
    max-width: 150px !important;
    height: auto;
    margin-right: 15px;
    
}

.urun-ozellik-img {
    width:100px; 
    margin-right:25px;
}

.product-campaign {
    position: absolute;
    margin-top: -15px;
    background-color: #ff001694;
    padding: 5px;
    font-size: 12px;
    border-top-right-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.video-bosluk {
    margin-top: 360px;
}