﻿
.row > .column {
    padding: 0 8px;
}

.row > .columnSlider {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
    visibility: hidden;
}

.columnDergi {
    float: left;
    width: 80%;
}

    .columnDergi img {
        width: 100px !important;
    }

.currentPage {
    filter: drop-shadow(0 0 0.75rem #fefefe);
}

.modal-contentNowMagazine {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 25%;
    max-width: 1200px;
    margin-bottom: 150px;
}

.modalHeaderMagazine {
    display: flex;
    justify-content: space-between;
    background-color: rgb(0 0 0 / 30%);
}

#pageNumber {
    width: 50px;
    height: 25px;
    text-align: center;
    border: 1px;
    border-radius: 5px;
    background: #E0E0E0;
}

.columnSlider img {
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

#dergimiz {
    background: #002952;
    position: fixed;
    bottom: 0px;
    height: 160px;
    z-index: 10000;
    left: 0px;
    padding: 0px 50px;
}

.columnSlider {
    float: left;
    width: 100%;
}

/* The Modal (background) */
.modalNow {
    display: none;
    position: fixed;
    z-index: 2;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 68%);
}

/* Modal Content */
.modal-contentNow {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.closeNow {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .closeNow:hover,
    .closeNow:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

.cursorzoom {
    cursor: zoom-in;
}
/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #787878;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: #004892;
        /*    rgba(0, 0, 0, 0.8);*/
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
    }

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dergiSonsayi {
    transition: transform .2s;
}


    .dergiSonsayi:hover {
        -ms-transform: scale(1.2); /* IE 9 */
        -webkit-transform: scale(1.2); /* Safari 3-8 */
        transform: scale(1.2);
    }

.sonsayiInfo {
    display: grid;
    justify-content: center;
}

.previousMagazine {
    width: 216px;
    height: 294px;
}

.previousMagazineGap {
    margin-left: 208px;
}

@media screen and (max-width: 1200px) {
    .modal-contentNowMagazine {
        width: 30%;
    }
}

@media screen and (max-width: 920px) {

    .modal-contentNowMagazine {
        width: 45%;
    }
}

@media screen and (max-width: 750px) {


    .previousMagazine {
        width: 189px;
        height: 244px;
    }

    .previousMagazineGap {
        margin-left: 108px;
    }
}

@media screen and (max-width: 600px) {

    .modal-contentNowMagazine {
        width: 60%;
    }

    .previousMagazine {
        width: 156px;
        height: 227px;
    }

    .previousMagazineGap {
        margin-left: 108px;
    }
}

@media screen and (max-width: 450px) {

    .modal-contentNowMagazine {
        width: 60%;
    }

    .previousMagazine {
        width: 133px;
        height: 170px;
    }

    .previousMagazineGap {
        margin-left: 95px;
    }
}

@media screen and (max-width: 400px) {

    .modal-contentNowMagazine {
        width: 75%;
    }

    .previousMagazine {
        width: 113px;
        height: 150px;
    }

    .previousMagazineGap {
        margin-left: 80px;
    }
}
