@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap');
@import"https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&display=swap";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-family: 'Oswald', sans-serif;*/
    font-family: 'Mulish', sans-serif;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #e6e6e6 !important;
    overflow-x: hidden;

}

.container,
.container-fluid {
    min-width: 1px;
    min-height: 90vh;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.baslik {
    background-color: #f15806;
    border-bottom: 4px solid black;
}

.baslik center label {
    font-size: 24px;
    color: white;
    margin-top: 6px;
    font-weight: 350;
    letter-spacing: 2px;
}

.indir_btn {
    background-image: url("./indir3.png");
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    border: none;
    margin-top: -60px;
}

.kitap {
    height: 100%;
    width: auto;
    background-color: white;
}

.kitap-kapak {
    width: 100%;
    height: auto;
    margin: auto;
}

.indir-btn {
    width: 50%;
    height: auto;
}

.footer {
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: space-around;
}

.copyright_footer {
    font-size: 22px;
    color: aliceblue;
    font-weight: 500;
    margin: 10px;
    letter-spacing: 4.4px;
}

.logo img {
    height: 6vw;
    width: auto;
    padding: 0.6vw;
    max-height: 70px;
    min-height: 50px;
}

.kategori {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all .3s ease-in-out;
    border-radius: 10%;
    margin: auto;
}

.kategori:hover {
    border-radius: 20%;
    transform: scale(1.1);
    transform: rotate(5deg);
}

.carousel {
    border-bottom: 8px solid #00489f;
}

.row {
    margin: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}