@font-face {
    font-family: libreBaskerville;
    src: url("../font/LibreBaskerville-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: libreBaskerville;
    src: url("../font/LibreBaskerville-Italic.ttf");
    font-style: italic;
}

@font-face {
    font-family: libreBaskerville;
    src: url("../font/LibreBaskerville-Regular.ttf");
    font-weight: normal;
}

@font-face {
    font-family: samsungSans;
    src: url("../font/Samsung-Sharp-Sans-Bold.ttf");
    font-weight: normal;
}

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");

body,
html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: "DM Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "samsungSans";
}

hr {
    margin-bottom: 16px !important;
}

section {
    position: relative;
}

section .divider-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    bottom: 0px;
    z-index: 1;
}

.help-text {
    color: #787878;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 13px;
}

/* Animations */
.pulse {
	animation: pulse .5s infinite ease-in-out alternate;
}
@keyframes pulse {
	from {
		transform: scale(0.97);
	}
	to {
		transform: scale(1.07);
	}
}


/* Margins */
.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

/* Paddings */
.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}


/* Buttons */
.btn-buy {
    min-width: 170px !important;
    max-width: 100%!important;
    background-color: #2cbe0f !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 13px!important;
    cursor: pointer;
}

.btn-buy:hover {
    background-color: #269d0e !important;
}

/* Media */
@media screen and (max-width: 480px) {
    hr {
        width: 94% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .mt-sm-70{
        margin-top: 70px!important;
    }

    section#book-area {
        min-height: 930px !important;
        text-align: center;
        padding-top: 0px!important;
    }

    section#book-area ul {
        list-style: none;
        padding-left: 0;
        margin-left: 0;
    }

    section#book-area img.book-cover {
        width: 70% !important;
        margin-top: 53px;
    }

    section#book-area .book-name {
        font-size: 43px !important;
    }

    section#table-of-content .tof .list {
        display: block;
        columns: 1;
        font-size: 14px;
    }

    section#buy-options {
        margin-top: 30px;
    }

    section#buy-options span.cargo {
        float: left;
        width: 100%;
    }

    section#buy-options span.new-price {
        min-height: 90px!important;
    }

    section#free-chapters {
        padding-bottom: 43px!important;
    }

    section#free-chapters .pages {
        padding-top: 43px!important;
    }

    section#buy-options .cok-yakinda {
        font-size: 13px!important;
        top: -7px!important;
        left: 5%!important;
    }

    section#buy-options .yeni {
        font-size: 13px!important;
        top: -7px!important;
        left: 20%!important;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1100px !important;
    }
}

/* ================================ */

/* BOOK AREA */
section#book-area {
    min-height: 730px;
    font-size: 13px;
    background-color: #f4f4f4;
    padding-top: 70px;
}

section#book-area img.book-cover {
    width: 400px;
}

section#book-area .book-name {
    font-weight: bold;
    font-size: 47px;
    font-family: "samsungSans";
}

section#book-area .author-name {
    font-style: italic;
    font-size: 13px;
    background-color: #f9e001;
    float: left;
    padding: 11px;
    border-radius: 11px;
    clear: both;
}

section#book-area .book-area ul {
    margin-bottom: 25px;
}

section#book-area .book-area ul li {
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
}

section#book-area .book-area ul li i {
    margin-right: 20px;
    color: #5454DC;
}


/* TABLE OF CONTENT */
section#table-of-content .tof {
    display: block;
    position: relative;
}

section#table-of-content .list {
    height: 400px;
    display: block;
    columns: 3;
    overflow: hidden;
}

section#table-of-content .show-more {
    position: absolute;
    float: left;
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, #ffffff, #ffffff00);
    bottom: -30px;
    text-align: center;
    left: 0;
}

section#table-of-content .show-more span {
    bottom: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    background: #ffe400;
    padding: 8px;
    width: fit-content;
    border-radius: 8px;
    cursor: pointer;
    font-size: 11px;
}

section#table-of-content .show-more span img {
    width: 18px;
    height: 18px;
}


/* FREE CHAPTERS */
section#free-chapters {
    background-color: #f4f4f4;
}

section#free-chapters ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

section#free-chapters ul li {
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 12px;
    cursor: pointer;
    box-shadow: 0px 0px 8px 0px #0000001f;
}

section#free-chapters ul li:hover {
    background-color: #eaeaea;
}

section#free-chapters ul li.active {
    background-color: #ffe400;
    box-shadow: 0px 0px 16px 0px #ffe400c9;
}

section#free-chapters .pages .page {
    display: none;
}

section#free-chapters .pages .page.visible {
    display: block !important;
}

/* BUY OPTIONS */
section#buy-options {
    padding-bottom: 70px;
}

section#buy-options .container {
}

section#buy-options img.buy-book-cover {
    max-width: 230px;
    width: 77%;
    clear: both;
}

section#buy-options span.old-price {
    float: left;
    width: 100%;
    font-size: 19px;
    opacity: .5;
    text-decoration: line-through;
}

section#buy-options span.new-price {
    float: left;
    width: 100%;
    font-size: 33px;
    font-weight: bold;
    min-height: 60px;
}

section#buy-options .passive {
    opacity: .5;
}

section#buy-options .cok-yakinda {
    position: absolute;
    rotate: -37deg;
    background-color: #ffda00;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #ffda01;
    font-size: 17px;
    margin: auto;
    z-index: 2;
    top: 25px;
    left: 24%;
}

section#buy-options ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-bottom: 33px;
}

section#buy-options .yeni {
    position: absolute;
    rotate: -37deg;
    background-color: #ff4900;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #F44336;
    font-size: 17px;
    margin: auto;
    z-index: 2;
    top: -9px;
    left: 40%;
    color: white;
    font-weight: bold;
    width: 70px;
}