﻿.film {
    border: 1px dotted #f88f00;
    margin-bottom: 10px;
    padding: 10px;
    /* kendi çevreleri içerisinden 10px boşluk bırak */
}
.div1 {
    border: 3px solid #ff0000; /* kırmızı*/
    margin-bottom: 10px;
    padding: 5px;
}


.div_button {
    border: 3px solid #0a37a4; /* dark_blue*/
    margin-bottom: 5px;
    padding: 50px;
    height: 200px;
}

.div_magazine_page {
    float: none;
    width:640px;
    border: 3px solid #228c22; /* dark_green*/
    margin-left: 250px;
    margin-bottom: 250px;
    height: 895px;
}

.div_magazine_page_yanyana {
    float: left;
    width: 640px;
    border: 3px solid #228c22; /* dark_green*/
    margin-bottom: 5px;
    height: 895px;
}

.div_temizle::after{
    content:"";
    clear: both;
    display: table;
}

.img {
    width: 400px;
    height: 400px;
}

.img_hover {
    opacity: 0.015;
    width: 400px;
    height: 400px;
}

.img_hover:hover {
    opacity: 1.0;
    width: 400px;
    height: 400px;
}

.imgg {
    width: 5000px;
    height: 400px;
}


.kagidi_degistir {
    background-color: #a4AA6D; /* Green */
    width: 300px;
    height: 60px;
}

.cevabi_goster {
    background-color: #008CBA; /* Blue */
    width: 300px;
    height: 60px;
}

.onceki_kart {
    background-color: #A52A2A;
    width: 300px;
    height: 60px;
}

.div2 {
    /*border: 3px solid #83de0f; /* açık yeşil */ 
    margin-bottom: 5px;
    padding: 30px;
}


.lbl1 {
    /*border: 3px solid #f502fd; /* açık pink */
    margin-left: 100px;
}

.kodfun-galeri {
    display: flex;
    height: 20rem;
    gap: 1rem
}

.kodfun-galeri > div {
    flex: 1;
    border-radius: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    transition: all .8s cubic-bezier(.25, .4, .45, 1.4);
}

.kodfun-galeri > div:hover {
    flex: 5;
}

.div_magazine_page figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.div_magazine_page figure:hover img {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
}