a,
a:focus,
a:hover {
    text-decoration: none
}
a,
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
textarea,
ul {
    font-family: var(--fontFamily)
}
*,
li,
ol,
ul {
    padding: 0;
    margin: 0
}
*,
body,
li,
ol,
ul {
    margin: 0
}
.boxItem,
body {
    direction: rtl
}
.bookInfo ul li .infobox,
.book__likes,
.boxItem,
.singleBook .bookImage,
.singleBook .boxDesc {
    box-shadow: var(--boxShadow)
}
.like__box span,
img {
    vertical-align: middle
}
*,
.like__box span {
    position: relative
}
body {
    --bgColor: #fff;
    --itemBgColor: #ffffff1c;
    --uiColor: #1c274d;
    --fontFamily: "light";
    --textColor: #a1a4b1;
    --boxShadow: 0 5px 10px #083f6412;
    font-size: 14px;
    background-color: var(--bgColor);
    color: var(--uiColor);
    padding: 66px 0 0;
    overflow-x: hidden
}
::-webkit-scrollbar {
    width: 3px;
    height: 2px
}
::-webkit-scrollbar-track {
    background: #33333354
}
::-webkit-scrollbar-thumb {
    background-color: var(--redColor)
}
.boxItem,
header {
    background: #fff
}
* {
    outline: 0;
    box-sizing: border-box
}
li,
ol,
ul {
    list-style: none
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul {
    margin: 0
}
a {
    color: inherit
}
img {
    max-width: 100%;
    border-style: none
}
ul {
    list-style: none
}
.container {
    margin: 0 auto;
    max-width: 1170px;
    width: 91%
}
.boxItem,
.boxItem .postInfo,
.boxItem a {
    max-width: 100%
}
header {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    padding: 10px 0;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    transition: .3s
}
header.header__onscroll {
    transform: translate(0, -200px)
}
header .container {
    display: flex;
    gap: 25px;
    align-items: center;
    flex-wrap: wrap
}
header form.headerSearch {
    display: flex;
    flex: 1;
    height: 45px
}
header form.headerSearch>i {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    width: 50px;
    text-align: center
}
header form.headerSearch input[type=text] {
    height: 45px;
    padding: 0 45px;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 8px
}
header form.headerSearch span.advSearchToggler {
    position: absolute;
    top: 8px;
    z-index: 0;
    bottom: 8px;
    left: 110px;
    font-size: 16px;
    cursor: pointer;
    line-height: 29px;
    width: 29px;
    text-align: center;
    border-radius: 8px;
    transition: .3s
}
header form.headerSearch input[type=submit] {
    position: absolute;
    left: 8px;
    top: 8px;
    bottom: 8px;
    background: #100d481a;
    color: var(--uiColor);
    border: 0;
    width: 90px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700
}
header form.headerSearch span.advSearchToggler:hover,
ul.page-numbers .current,
ul.page-numbers a:hover {
    background: var(--uiColor);
    color: #fff
}
header nav.NavMenu>ul {
    display: flex;
    gap: 15px
}
header nav.NavMenu>ul>li {
    flex: 0 0 auto
}
header nav.NavMenu>ul>li>a {
    font-size: 14px;
    transition: .3s;
    padding: 9px 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px
}
header nav.NavMenu>ul>li>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 50%;
    height: 3px;
    background: #1c274d;
    transition: .3s;
    transform: scaleX(0);
    transform-origin: right
}
header nav.NavMenu>ul>li.current-menu-item>a:before,
header nav.NavMenu>ul>li:hover>ul,
header nav.NavMenu>ul>li>a:hover:before {
    transform: scale(1)
}
.bookInfo ul,
ul.postsList {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    margin: 0 -10px
}
.boxItem a {
    display: block;
    overflow: hidden;
    width: 100%
}
ul.postsList>li {
    flex: 0 0 calc(100% / 5);
    padding: 0 10px
}
.boxItem {
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
    text-align: right;
    border: 1px solid #ddd
}
.boxItem .postImage {
    border-radius: 8px;
    height: 6.5rem;
    flex: 0 0 6.5rem;
}
.boxItem .postInfo {
    overflow: hidden;
    flex: 1;
}
.boxItem .postInfo ul {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 8px;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap
}
.boxItem .postInfo ul li {
    float: right;
    padding: 3px 7px;
    background: #f2eff4;
    border-radius: 8px;
    font-size: 11px;
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.boxItem .postImage img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    position: absolute;
    top: 0;
    right: 0
}
.boxItem .postInfo h3 {
    display: block;
    font-size: 14px;
    line-height: 21px;
    max-width: 100%;
    overflow: hidden;
    height: 45px;
    font-weight: 500
}
.itemsSection {
    margin: 30px 0
}
.titleSection {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.titleSection h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    padding-bottom: 6px;
}
.titleSection h2 i {
    border-radius: 8px;
    text-align: center;
    line-height: 30px
}
.boxItem .postInfo p {
    font-size: 11px;
    font-weight: 700;
    margin: 6px 0;
    color: #1c274d99
}
.stageSlider {
    display: flex;
    margin: 30px 0
}
.stageSlider .box {
    flex: 0 0 50%;
    max-width: 50%
}
.stageSlider .bigItem {
    height: 370px;
    overflow: hidden;
    border-radius: 18px
}
.stageSlider .bigItem a {
    display: block;
    width: 100%;
    height: 100%
}
.stageSlider .bigItem a .bgCover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 280px;
    overflow: hidden;
    box-shadow: var(--boxShadow)
}
.stageSlider .bigItem a .bgCover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px
}
.stageSlider .bigItem a .postInfo {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 150px;
    padding: 0 20px;
    display: flex;
    gap: 20px
}
.stageSlider .bigItem a .postInfo .imgSmall {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden
}
.stageSlider .bigItem a .postInfo .imgSmall img,
.writerBoxContent .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.stageSlider .bigItem a .postInfo .title {
    flex: 1;
    padding-top: 60px
}
.singleBook {
    display: flex;
    gap: 25px;
    margin: 20px 0 30px
}
.singleBook .right {
    flex: 0 0 25%
}
.singleBook .left,
ul.shares li {
    flex: 1
}
.singleBook .bookImage {
    padding-bottom: 150%;
    overflow: hidden
}
.singleBook .bookImage img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px
}
.titleSection h2:after,
.titleSection h2:before {
    height: 4px;
    top: 100%;
    position: absolute;
    content: ""
}
.breadcrumb {
    margin: 30px 0 0
}
.breadcrumb ol {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap
}
.breadcrumb ol a,
.breadcrumb ol i {
    opacity: .6;
    transition: .3s;
    font-size: 12px;
    font-weight: 500
}
.breadcrumb ol a:hover,
.emoji:hover:after,
.imageLoader.loaded {
    opacity: 1
}
.singleBook .post-title h1 {
    display: block;
    font-size: 28px;
    line-height: 40px
}
.bookInfo ul li {
    flex: 0 0 50%;
    padding: 0 10px
}
.bookInfo ul li .infobox,
.readDownload {
    align-items: center;
    overflow: hidden;
    display: flex
}
.bookInfo ul li .infobox>span {
    display: block;
    font-weight: 500;
    font-size: 13px;
    opacity: 1
}
.bookInfo ul li .infobox {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 20px;
    border-radius: 5px;
    gap: 15px;
    background: #fff
}
.bookInfo ul li .infobox .list span,
.bookInfo ul li .infobox a {
    display: inline-block;
    padding: 3px 10px;
    background: #100d481a;
    border-radius: 8px;
    font-size: 12px;
    margin-left: 8px;
    font-weight: 500
}
.singleBook .boxDesc {
    padding: 15px 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 7px;
    border: 1px solid #ddd;
    font-size: 14px;
    background: #fff;
    line-height: 22px;
    font-weight: 400
}
.readDownload {
    margin: 20px 0;
    gap: 25px
}
.anchors {
    display: flex;
    gap: 15px;
    width: 100%
}
.anchors>a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    padding: 11px 35px;
    border-radius: 8px;
    transition: .3s;
    justify-content: center;
    text-align: center;
    flex: 1
}
.anchors>a span {
    display: block;
    text-align: center;
    font-weight: 500;
    line-height: 18px
}
.anchors>a i {
    font-size: 19px
}
.anchors>a span em {
    display: block;
    font-style: normal;
    font-size: 11px;
    font-weight: 400
}
.anchors>a.comments {
    color: #1c274d;
    background: #00000008
}
.anchors>a.comments:hover {
    background: #e4e6eb
}
.titleSection h2:after {
    right: 63px;
    display: inline-block;
    width: 4px;
    border-radius: 50%;
    background-color: var(--uiColor);
    box-shadow: 9px 0 0 0 var(--uiColor), 18px 0 0 0 var(--uiColor)
}
.titleSection h2:before {
    width: 40px;
    background: var(--uiColor);
    border-radius: 2px;
    display: block
}
ul.shares {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px
}
ul.shares li a {
    display: flex;
    padding: 10px 22px 12px;
    border-radius: 6px;
    font-weight: 400;
    text-align: center;
    overflow: hidden;
    transition: .3s;
    align-items: center;
    justify-content: center;
    gap: 10px
}
.titleSection>a,
ul.catslist li a {
    font-weight: 500;
    color: #1c274d;
    transition: .3s;
    text-align: center;
    overflow: hidden
}
ul.shares li.whatsapp a {
    background: rgb(37 211 102 / 5%);
    color: #25d366
}
.shortlink span:nth-child(2),
ul.shares li.facebook a {
    color: #1877f2;
    background: rgb(24 119 242 / 5%)
}
ul.shares li.telegram a {
    color: #27a0dd;
    background: rgb(39 160 221 / 5%)
}
ul.shares li.twitter a {
    background: rgb(29 161 242 / 5%);
    color: #1da1f2
}
ul.shares li.whatsapp a:hover {
    background: rgb(37 211 102 / 15%)
}
ul.shares li.facebook a:hover {
    background: rgb(24 119 242 / 15%)
}
ul.shares li.telegram a:hover {
    background: rgb(39 160 221 / 15%)
}
ul.shares li.twitter a:hover {
    background: rgb(29 161 242 / 15%)
}
.shortlink span {
    display: block;
    font-size: 12px
}
.shortlink span:nth-child(2) {
    padding: 4px 30px;
    border-radius: 5px
}
.shortlink button#coptText {
    position: absolute;
    bottom: 0;
    left: 10px;
    background: #ebf1fb;
    border: 0;
    height: 28px;
    display: flex;
    align-items: center;
    cursor: pointer
}
.shortlink span.copied {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #25d366
}
.singleSocial {
    display: block;
    overflow: hidden;
    margin: 20px 0
}
.footer__cols,
ul.catslist {
    margin: 0 -10px;
    display: flex
}
.titleSection>a {
    display: flex;
    padding: 8px 30px;
    background: #00000008;
    border-radius: 18px;
    align-items: center;
    gap: 10px;
    border: 1px solid #ddd
}
.titleSection>a:hover {
    background: #1c274d;
    color: #fff;
    border-color: #1c274d
}
.anchors>a.download,
a.downloadLink {
    background: #2ecc71;
    color: #fff
}
ul.catslist {
    flex-wrap: wrap;
    row-gap: 20px
}
ul.catslist li {
    padding: 0 10px;
    flex: 0 0 calc(100% / 5)
}
ul.catslist li a {
    display: block;
    padding: 10px;
    border-radius: 5px;
    background: rgb(24 119 242 / 5%);
    font-size: 12p
}
ul.catslist li a span {
    font-size: 12px
}
p.wait_text,
ul.like__actions li i,
ul.shares li a i {
    font-size: 20px
}
ul.catslist li a:hover {
    background: #1c274d;
    color: #fff
}
footer {
    display: block;
    background: #03202f;
    margin: 20px 0 0;
    color: #fff
}
.footer__cols {
    justify-content: space-between
}
ul.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 30px 0;
    flex-wrap: wrap
}
ul.page-numbers a,
ul.page-numbers span {
    display: block;
    padding: 10px 17px;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    transition: .3s;
    color: var(--uiColor);
    background: rgb(242 239 244);
    border-radius: 8px
}
.anchors>a.read {
    background: #3799ef;
    color: #fff
}
.progress-container {
    width: 100%;
    height: 30px;
    background-color: #e0e0e0;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}
.progress-bar {
    height: 100%;
    width: 0;
    background-color: #76c7c0;
    transition: width .5s
}
.countdown {
    font-size: 2rem;
    font-weight: 700;
    color: #333
}
.download__box {
    display: table;
    margin: 100px auto;
    width: 60%;
    max-width: 500px;
    text-align: center
}
p.wait_text {
    display: block;
    font-weight: 700;
    margin: 15px 0
}
a.downloadLink {
    margin: 10px auto;
    padding: 12px 30px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 8px;
    display: none;
    cursor: pointer
}
.like__box span,
span.ribbon {
    text-align: center;
    font-size: 12px;
    font-weight: 700
}
.book__source {
    background: #cce5ff47;
    padding: 11px 15px;
    border-radius: 8px;
    font-weight: 400;
    border: 1px solid #cce5ff;
    margin: 15px 0;
    font-size: 13px
}
.book__likes {
    margin: 20px 0 0;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #ddd;
    background: #fff
}
ul.like__actions li {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid;
    border-radius: 8px;
    padding: 6px 10px;
    cursor: pointer
}
ul.like__actions li.likes {
    border-color: #fb3026;
    color: #fb3026;
    margin-bottom: 15px
}
ul.like__actions li>span {
    font-size: 23px;
    line-height: 24px;
    font-weight: 700
}
ul.like__actions li em {
    font-style: normal;
    font-size: 15px;
    font-weight: 700
}
ul.like__actions li.dislikes {
    color: #0000008a
}
.book__likes .like__box {
    display: table;
    margin: 0 auto 7px;
    font-size: 15px;
    font-weight: 700
}
.like__box span {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    border: 5px solid #ccc;
    justify-content: center;
    margin-left: 5px;
    line-height: 43px;
    align-items: center;
    display: inline-flex
}
.like__box span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 5px solid #2e70c0;
    border-radius: 50%;
    left: -5px;
    bottom: -5px;
    transform: rotate(180deg)
}
.logoArea a {
    display: flex;
    align-items: center
}
.logoArea a svg {
    width: 200px;
    height: auto;
    margin-left: 9px;
    color: #1c274d
}
.imageLoader {
    opacity: 0;
    transition: .3s
}
span.ribbon {
    position: absolute;
    top: 23px;
    left: -61px;
    width: 200px;
    height: 30px;
    background: #f5c518;
    line-height: 30px;
    color: #272727;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 11;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.Arrow__Left,
.Arrow__Right,
a.author__box {
    box-shadow: var(--boxShadow);
    background: #fff
}
.owl-item {
    float: right;
    opacity: 0;
    pointer-events: none;
    transition: .3s
}
.owl-item.active {
    opacity: 1;
    pointer-events: inherit
}
.owl-dots,
.owl-nav.disabled {
    display: none
}
.mt-25 {
    margin-top: 25px
}
.mb-25 {
    margin-bottom: 25px
}
.page__contents {
    overflow: hidden;
    display: block;
    width: 100%
}
.Arrow__Left,
.Arrow__Right {
    position: absolute;
    top: 30%;
    right: -45px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    border: 1px solid #ddd;
    font-size: 25px;
    padding: 6px;
    border-radius: 8px;
    cursor: pointer
}
.Arrow__Left {
    right: auto;
    left: -45px
}
ul.writers__list {
    display: flex;
    align-items: center;
    margin: 0 -10px;
    flex-wrap: wrap;
    row-gap: 20px
}
ul.writers__list li {
    flex: 0 0 calc(100% / 3);
    padding: 0 10px
}
a.author__box {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    overflow: hidden
}
a.author__box .image {
    flex: 0 0 90px;
    height: 90px
}
a.author__box .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px
}
a.author__box .text {
    flex: 1;
    padding: 5px 20px
}
a.author__box .text h3 {
    display: -webkit-box;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 6px;
    font-weight: 500;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 23px
}
a.author__box .text p {
    font-size: 11px;
    color: #737272;
    line-height: 19px;
    font-weight: 500;
    margin-top: 6px
}
a.author__box.booki .text p {
    margin-top: 0
}
a.author__box .text>span {
    padding: 3px 10px;
    background: #100d481a;
    border-radius: 8px;
    font-size: 12px;
    margin-top: 5px;
    display: table
}
#pdf-canvas {
    width: 100%;
    border: 1px solid #ddd
}
.footer__section {
    padding: 30px 0
}
.footer__section .footer__cols {
    align-items: start
}
.footer__section .footer__cols .col {
    flex: 0 0 auto;
    width: calc(100% / 3);
    padding: 0 10px
}
.site__end {
    padding: 7px 0;
    background: #032637
}
.bokawy__box,
.single__page {
    box-shadow: var(--boxShadow);
    background: #fff;
    overflow: hidden
}
.designedBY>a,
.logoArea.footer {
    display: block
}
.logoArea.footer p {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    text-align: right
}
.single__page {
    padding: 25px 25px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #ddd
}
.single__page p {
    display: block;
    line-height: 29px;
    font-size: 14px;
    margin-bottom: 10px
}
.single__page>h2,
.single__page>h3,
.single__page>h4 {
    display: table;
    margin-bottom: 10px;
    line-height: 29px
}
.single__page iframe {
    margin: 10px 0
}
ul.footer__menu li {
    display: block;
    padding: 5px 0
}
ul.footer__menu li a {
    font-size: 15px;
    display: block;
    font-weight: 500
}
a.btn__telegram {
    height: 4rem;
    line-height: 2rem;
    padding: 1rem 1.5rem;
    border-radius: 15px;
    font-size: 1.25rem;
    background-color: #039be5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
    gap: 10px;
    width: auto;
    box-shadow: var(--boxShadow);
    max-width: 400px;
    font-weight: 500
}
.titleSection>a i {
    font-size: 22px;
    line-height: 20px
}
.bokawy__box {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    padding: 25px
}
.bokawy__box .right__box,
.comment__box .comment__content {
    flex: 1
}
.bokawy__box .right__box .logo {
    display: flex;
    align-items: center
}
.bokawy__box .right__box .logo svg {
    width: 60px;
    height: auto
}
.bokawy__box a.btn__telegram {
    margin: 0;
    box-shadow: none
}
.bokawy__box .right__box .logo .box__text h3 {
    font-size: 28px;
    line-height: 20px
}
.bokawy__box .right__box .logo .box__text p {
    font-size: 15px;
    font-weight: 400;
    margin-top: 16px
}
.home__hero {
    padding: 110px 0;
    overflow: hidden
}
.home__hero:after {
    content: '';
    background: linear-gradient(180deg, #1c274d00 0, #000);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding-top: 40%;
    opacity: .8
}
.home__hero .container {
    display: table;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
    z-index: 9;
    color: #fff
}
.home__hero .hero__search h3 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 30px;
}
.home__hero .hero__search p {
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: 400
}
.home__hero .hero__search form {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 20px 0
}
.home__hero .hero__search form i.fa-search {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    color: #aaa;
    font-size: 20px;
    bottom: 0;
    width: 58px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}
.home__hero .hero__search form input[type=text] {
    display: block;
    width: 100%;
    flex: 0 0 auto;
    padding: 13px 50px 13px 80px;
    border-radius: 15px;
    border: 0;
    outline: 0;
    transition: .3s
}
.home__hero .hero__search form input[type=submit] {
    color: #fff;
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    z-index: 9;
    border: 0;
    border-radius: 15px;
    background: #1c274d;
    padding: 0 20px;
    cursor: pointer
}
.no__comments__found h3 {
    display: block;
    background: #00000008;
    border-radius: 18px;
    font-size: 12px;
    font-weight: 400;
    padding: 15px 20px;
    color: #656262
}
.links__list>a,
header nav.NavMenu>ul>li>ul>li>a:hover {
    background: rgb(24 119 242 / 5%)
}
#read__more__btn,
.links__list>a {
    color: #1c274d;
    text-align: center
}
ul.writers__list.booksis {
    padding: 0;
    list-style: none;
    margin: 0 -10px
}
ul.writers__list.booksis li {
    list-style: none;
    padding: 0 10px;
    margin: 0
}
.related__books {
    background: #f7f8fc;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin: 20px 0
}
.comments__area,
.writerBox {
    box-shadow: var(--boxShadow);
    background: #fff
}
.related__books h4 {
    margin-bottom: 10px
}
.sens__co {
    margin: 20px auto
}
.designedBY {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 15px;
    font-weight: 500
}
.designedBY>a img {
    display: block;
    width: 90px;
    height: auto
}
.copyrights {
    font-weight: 500
}
.single__page ol,
.single__page ul {
    list-style: disc;
    padding-right: 30px;
    margin: 15px 0
}
.single__page ol li,
.single__page ul li {
    list-style: disc;
    margin-bottom: 15px;
    line-height: 25px
}
.single__page a:not(.author__box) {
    text-decoration: underline;
    color: #e60a0a;
    font-weight: 700
}
.writerBox {
    margin: 20px 0;
    border-radius: 5px;
    padding: 20px;
    border: 1px solid #ddd
}
.writerBoxContent {
    display: flex;
    gap: 20px
}
.writerBoxContent .img {
    flex: 0 0 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 10px
}
.writerBoxContent .text {
    width: calc(100% - 80px)
}
.writerBoxContent .text h2 {
    line-height: 20px;
    margin-bottom: 10px
}
.writerBoxContent .text p {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    max-height: 4.5em;
    overflow: hidden;
    color: #545454
}
#read__more__btn {
    display: block;
    cursor: pointer;
    font-weight: 700;
    border: 1px solid #ddd;
    padding: 8px 30px;
    width: fit-content;
    margin: 13px auto 0;
    font-size: 13px;
    border-radius: 8px
}
.writerBoxContent .text p.expanded {
    max-height: none
}
.site__end .container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.links__list {
    display: flex;
    align-items: center;
    gap: 10px
}
.links__list>a {
    display: flex;
    padding: 10px 20px;
    font-weight: 400;
    overflow: hidden;
    transition: .3s;
    border-radius: 8px;
    align-items: center;
    gap: 10px;
    border: 1px solid #ddd
}
.links__list>a i {
    font-size: 17px
}
.links__list>a.active,
.links__list>a:hover {
    background: #1c274d;
    border-color: #1c274d;
    color: #fff
}
.comment__box .comment__content p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400 !important
}
.comment__box {
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 20px
}
.comment__box .avatar,
form.add__comment .avatar {
    width: 33px;
    height: 33px;
    overflow: hidden;
    border-radius: 50px
}
.comments__area {
    padding: 25px 25px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #ddd
}
.comment__box .avatar img,
form.add__comment .avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.comment__box .comment__content .content {
    border-radius: 18px;
    background: #00000008;
    padding: 6px 15px;
    width: fit-content
}
.comment__box .comment__content .content .author {
    font-size: 12px
}
.comment__box .comment__content .comment__bar {
    display: flex;
    margin-top: 5px;
    gap: 15px
}
.comment__box .comment__content .comment__bar>div {
    font-size: 11px;
    cursor: pointer
}
.comment__box .comment__content .comment__bar>div:hover {
    text-decoration: underline
}
form.add__comment {
    display: flex;
    gap: 10px;
    margin-bottom: 15px
}
.add__comment__box {
    border-radius: 18px;
    background: #00000008;
    padding: 6px 15px;
    flex: 1
}
.ad_head,
.footer__messags {
    align-items: center;
    display: flex
}
.add__comment__box textarea {
    border: 0;
    background: 0 0;
    outline: 0;
    width: 100%;
    display: block;
    min-height: 30px
}
.add__comment__box>button {
    background: 0 0;
    border: 0;
    outline: 0;
    position: absolute;
    left: 0;
    top: 0;
    padding: 14px;
    cursor: pointer;
    color: #aaa
}
.add__comment__box>button i {
    transform: rotate(180deg);
    font-size: 16px
}
ul.comments__list__ul li:last-child>div {
    margin-bottom: 0
}
.comment__react {
    position: absolute;
    z-index: 2;
    right: -20px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .08), 0 2px 2px rgba(0, 0, 0, .15);
    border-bottom: 1px solid #ffffff14;
    white-space: nowrap;
    background: #fff;
    border-radius: 130px;
    padding: 13px 11px;
    margin-bottom: 3px;
    transform-origin: bottom right;
    transform: scale(.3) translate(0, 50px);
    transition: .35s;
    visibility: hidden;
    opacity: 0;
    bottom: 230%
}
.emoji {
    width: 120px;
    height: 120px;
    margin: 0 10px;
    background: linear-gradient(to bottom, #ffe276, #f89e38);
    display: inline-block;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    vertical-align: top;
    transform-origin: bottom center;
    transition: .2s
}
.emoji:hover {
    transform: scale(1.18);
    z-index: 10
}
.emoji:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    font-weight: 400;
    content: Attr(data-tooltip);
    background: #0b0c0cc2;
    margin-bottom: 13px;
    font-size: 25px;
    transform: translate(-50%, 0);
    height: 50px;
    padding: 1px 19px;
    line-height: 46px;
    border-radius: 50px;
    opacity: 0;
    transition: .2s;
    color: #fff
}
.emoji__eyebrows,
.emoji__eyes,
.emoji__face,
.emoji__hand,
.emoji__heart,
.emoji__mouth,
.emoji__thumb,
.emoji__tongue {
    position: absolute
}
.emoji__eyebrows:after,
.emoji__eyebrows:before,
.emoji__eyes:after,
.emoji__eyes:before,
.emoji__face:after,
.emoji__face:before,
.emoji__hand:after,
.emoji__hand:before,
.emoji__heart:after,
.emoji__heart:before,
.emoji__mouth:after,
.emoji__mouth:before,
.emoji__thumb:after,
.emoji__thumb:before,
.emoji__tongue:after,
.emoji__tongue:before {
    position: absolute;
    content: ''
}
.emoji__face {
    width: inherit;
    height: inherit
}
.emoji__like {
    background: linear-gradient(to bottom, #32a0fb, #2155cd)
}
.emoji__like .emoji__hand {
    left: 25px;
    bottom: 30px;
    width: 20px;
    height: 40px;
    background: #fff;
    border-radius: 5px;
    z-index: 0;
    -webkit-animation: 2s linear infinite hands-up;
    animation: 2s linear infinite hands-up
}
.emoji__like .emoji__hand:before {
    left: 25px;
    bottom: 5px;
    width: 40px;
    background: inherit;
    height: 10px;
    border-radius: 2px 10px 10px 2px;
    box-shadow: 1px -9px 0 1px #fff, 2px -19px 0 2px #fff, 3px -29px 0 3px #fff
}
.emoji__like .emoji__thumb {
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
    top: -25px;
    right: -25px;
    z-index: 2;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-animation: 2s linear infinite thumbs-up;
    animation: 2s linear infinite thumbs-up
}
.emoji__like .emoji__thumb:before {
    border-radius: 50% 50% 0 0;
    background: #fff;
    width: 10px;
    height: 12px;
    left: -10px;
    top: -8px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    box-shadow: -1px 4px 0 -1px #fff
}
.emoji__love {
    background: linear-gradient(to bottom, #f85c7d, #e01333)
}
.emoji__love .emoji__heart {
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    -webkit-animation: 1s linear infinite alternate heart-beat;
    animation: 1s linear infinite alternate heart-beat
}
.emoji__love .emoji__heart:after,
.emoji__love .emoji__heart:before {
    left: calc(50% - 20px);
    top: calc(50% - 32px);
    width: 40px;
    height: 64px;
    background: #fff;
    border-radius: 20px 20px 0 0
}
.emoji__love .emoji__heart:before {
    -webkit-transform: translate(20px) rotate(-45deg);
    transform: translate(20px) rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}
.emoji__love .emoji__heart:after {
    -webkit-transform: translate(-20px) rotate(45deg);
    transform: translate(-20px) rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}
.emoji__haha .emoji__face {
    -webkit-animation: 2s linear infinite haha-face;
    animation: 2s linear infinite haha-face
}
.emoji__haha .emoji__eyes {
    width: 26px;
    height: 6px;
    border-radius: 2px;
    left: calc(50% - 13px);
    top: 35px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    background: 0 0;
    box-shadow: -25px 5px 0 0 #333c5e, 25px -5px 0 0 #333c5e
}
.emoji__haha .emoji__eyes:after {
    left: 0;
    top: 0;
    width: 26px;
    height: 6px;
    border-radius: 2px;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    background: 0 0;
    box-shadow: -25px -5px 0 0 #333c5e, 25px 5px 0 0 #333c5e
}
.emoji__haha .emoji__mouth {
    width: 80px;
    height: 40px;
    left: calc(50% - 40px);
    top: 50%;
    background: #000;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
    z-index: 1;
    -webkit-animation: 2s linear infinite haha-mouth;
    animation: 2s linear infinite haha-mouth
}
.emoji__haha .emoji__tongue {
    width: 70px;
    height: 30px;
    background: #d3264a;
    left: calc(50% - 35px);
    bottom: -10px;
    border-radius: 50%
}
.emoji__yay:after {
    content: 'Yay';
    -webkit-animation: 1s linear infinite yay-reverse;
    animation: 1s linear infinite yay-reverse
}
.emoji__yay .emoji__face {
    -webkit-animation: 1s linear infinite alternate yay;
    animation: 1s linear infinite alternate yay
}
.emoji__yay .emoji__eyebrows {
    left: calc(50% - 3px);
    top: 30px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: 0 0;
    box-shadow: -6px 0 0 0 #000, -36px 0 0 0 #000, 6px 0 0 0 #000, 36px 0 0 0 #000
}
.emoji__yay .emoji__eyebrows:after,
.emoji__yay .emoji__eyebrows:before {
    width: 36px;
    height: 18px;
    border-radius: 60px 60px 0 0;
    background: 0 0;
    border: 6px solid #000;
    box-sizing: border-box;
    border-bottom: 0;
    bottom: 3px;
    left: calc(50% - 18px)
}
.emoji__yay .emoji__eyebrows:before {
    margin-left: -21px
}
.emoji__yay .emoji__eyebrows:after {
    margin-left: 21px
}
.emoji__yay .emoji__mouth {
    top: 60px;
    background: 0 0;
    left: 50%
}
.emoji__yay .emoji__mouth:after {
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: -75px;
    border-radius: 50%;
    background: 0 0;
    border: 6px solid #000;
    box-sizing: border-box;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 1
}
.emoji__wow .emoji__eyebrows,
.emoji__yay .emoji__mouth:before {
    left: calc(50% - 3px);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: 0 0
}
.emoji__yay .emoji__mouth:before {
    bottom: 5px;
    box-shadow: -25px 0 0 0 #000, 25px 0 0 0 #000, -35px -2px 30px 10px #d5234c, 35px -2px 30px 10px #d5234c
}
.emoji__wow .emoji__face {
    -webkit-animation: 3s linear infinite wow-face;
    animation: 3s linear infinite wow-face
}
.emoji__wow .emoji__eyebrows {
    box-shadow: -18px 0 0 0 #c70, -33px 0 0 0 #c70, 18px 0 0 0 #c70, 33px 0 0 0 #c70;
    -webkit-animation: 3s linear infinite wow-brow;
    animation: 3s linear infinite wow-brow
}
.emoji__wow .emoji__eyebrows:after,
.emoji__wow .emoji__eyebrows:before {
    width: 24px;
    height: 20px;
    border: 6px solid #c70;
    box-sizing: border-box;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    top: -3px;
    left: calc(50% - 12px)
}
.emoji__wow .emoji__eyebrows:before {
    margin-left: -25px
}
.emoji__wow .emoji__eyebrows:after {
    margin-left: 25px
}
.emoji__wow .emoji__eyes {
    width: 16px;
    height: 24px;
    left: calc(50% - 8px);
    top: 35px;
    border-radius: 50%;
    background: 0 0;
    box-shadow: 25px 0 0 0 #333c5e, -25px 0 0 0 #333c5e
}
.emoji__wow .emoji__mouth {
    width: 30px;
    height: 45px;
    left: calc(50% - 15px);
    top: 50%;
    border-radius: 50%;
    background: linear-gradient(to bottom, #4d2210, #742f08);
    -webkit-animation: 3s linear infinite wow-mouth;
    animation: 3s linear infinite wow-mouth
}
.emoji__sad .emoji__face {
    -webkit-animation: 2s ease-in infinite sad-face;
    animation: 2s ease-in infinite sad-face
}
.emoji__sad .emoji__eyebrows {
    left: calc(50% - 3px);
    top: 35px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: 0 0;
    box-shadow: -40px 9px 0 0 #c70, -25px 0 0 0 #c70, 25px 0 0 0 #c70, 40px 9px 0 0 #c70
}
.emoji__sad .emoji__eyebrows:after,
.emoji__sad .emoji__eyebrows:before {
    width: 30px;
    height: 20px;
    border: 6px solid #c70;
    box-sizing: border-box;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    top: 2px;
    left: calc(50% - 15px)
}
.emoji__sad .emoji__eyebrows:before {
    margin-left: -30px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
}
.emoji__sad .emoji__eyebrows:after {
    margin-left: 30px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}
.emoji__sad .emoji__eyes {
    width: 14px;
    height: 16px;
    left: calc(50% - 7px);
    top: 50px;
    border-radius: 50%;
    background: 0 0;
    box-shadow: 25px 0 0 0 #333c5e, -25px 0 0 0 #333c5e
}
.emoji__sad .emoji__eyes:after {
    background: #548dff;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    border-radius: 0 100% 40% 50%/0 50% 40% 100%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-animation: 2s ease-in infinite tear-drop;
    animation: 2s ease-in infinite tear-drop
}
.emoji__sad .emoji__mouth {
    width: 60px;
    height: 80px;
    left: calc(50% - 30px);
    top: 80px;
    box-sizing: border-box;
    border: 6px solid #4d2210;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    background: 0 0;
    -webkit-animation: 2s ease-in infinite sad-mouth;
    animation: 2s ease-in infinite sad-mouth
}
.emoji__angry .emoji__eyebrows,
.emoji__sad .emoji__mouth:after {
    left: calc(50% - 3px);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: 0 0
}
.emoji__sad .emoji__mouth:after {
    top: 4px;
    box-shadow: -18px 0 0 0 #000, 18px 0 0 0 #000
}
.emoji__angry {
    background: linear-gradient(#d93902 -2%, #ea802d);
    background-size: 100%;
    -webkit-animation: 2s ease-in infinite angry-color;
    animation: 2s ease-in infinite angry-color;
    background-position: top
}
.emoji__angry .emoji__face {
    -webkit-animation: 2s ease-in infinite angry-face;
    animation: 2s ease-in infinite angry-face
}
.emoji__angry .emoji__eyebrows {
    top: 49px;
    box-shadow: -44px 5px 0 0 #bc3b01, -7px 16px 0 0 #bc3b01, 7px 16px 0 0 #bc3b01, 44px 5px 0 0 #bc3b01;
    transform: scale(1, 1.2) translate(0, -21px);
    opacity: .2
}
.comment__box .comment__content .comment__bar>div.comment__like:hover .comment__react,
.footer__messags.show {
    opacity: 1;
    visibility: visible
}
.emoji__angry .emoji__eyebrows:after,
.emoji__angry .emoji__eyebrows:before {
    width: 50px;
    height: 20px;
    border: 6px solid #000;
    box-sizing: border-box;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    top: 0;
    left: calc(50% - 25px)
}
.emoji__angry .emoji__eyebrows:before {
    margin-left: -25px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
}
.emoji__angry .emoji__eyebrows:after {
    margin-left: 25px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
}
.emoji__angry .emoji__eyes {
    width: 12px;
    height: 12px;
    left: calc(50% - 6px);
    top: 70px;
    border-radius: 50%;
    background: 0 0;
    box-shadow: 15px 0 0 0 #343c61, -15px 0 0 0 #343c61;
    transform: scale(1.7) translate(0, -9px)
}
.emoji__angry .emoji__mouth {
    width: 26px;
    height: 25px;
    left: 50%;
    border-radius: 70px;
    transform: translate(-50%, 0);
    bottom: 25px;
    background: linear-gradient(to bottom, #4d2210, #742f08);
    -webkit-animation: 2s ease-in infinite angry-mouth;
    animation: 2s ease-in infinite angry-mouth
}
@-webkit-keyframes heart-beat {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
}
@keyframes heart-beat {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
}
@-webkit-keyframes haha-face {
    10%,
    30%,
    50% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }
    20%,
    40% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
    60%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    70%,
    90% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}
@keyframes haha-face {
    10%,
    30%,
    50% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }
    20%,
    40% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
    60%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    70%,
    90% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}
@-webkit-keyframes haha-mouth {
    10%,
    30%,
    50% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        top: 45%
    }
    20%,
    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        top: 45%
    }
    60%,
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        top: 50%
    }
    70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        top: 50%
    }
    90% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        top: 50%
    }
}
@keyframes haha-mouth {
    10%,
    30%,
    50% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        top: 45%
    }
    20%,
    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        top: 45%
    }
    60%,
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        top: 50%
    }
    70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        top: 50%
    }
    90% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        top: 50%
    }
}
@-webkit-keyframes yay {
    25% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    75% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
}
@keyframes yay {
    25% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    75% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
}
@-webkit-keyframes wow-face {
    15%,
    25% {
        -webkit-transform: rotate(20deg) translateX(-25px);
        transform: rotate(20deg) translateX(-25px)
    }
    45%,
    65% {
        -webkit-transform: rotate(-20deg) translateX(25px);
        transform: rotate(-20deg) translateX(25px)
    }
    100%,
    75% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0)
    }
}
@keyframes wow-face {
    15%,
    25% {
        -webkit-transform: rotate(20deg) translateX(-25px);
        transform: rotate(20deg) translateX(-25px)
    }
    45%,
    65% {
        -webkit-transform: rotate(-20deg) translateX(25px);
        transform: rotate(-20deg) translateX(25px)
    }
    100%,
    75% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0)
    }
}
@-webkit-keyframes wow-brow {
    15%,
    65% {
        top: 25px
    }
    0%,
    100%,
    75% {
        top: 15px
    }
}
@keyframes wow-brow {
    15%,
    65% {
        top: 25px
    }
    0%,
    100%,
    75% {
        top: 15px
    }
}
@-webkit-keyframes wow-mouth {
    10%,
    30% {
        width: 20px;
        height: 20px;
        left: calc(50% - 10px)
    }
    50%,
    70% {
        width: 30px;
        height: 40px;
        left: calc(50% - 15px)
    }
    100%,
    75% {
        height: 50px
    }
}
@keyframes wow-mouth {
    10%,
    30% {
        width: 20px;
        height: 20px;
        left: calc(50% - 10px)
    }
    50%,
    70% {
        width: 30px;
        height: 40px;
        left: calc(50% - 15px)
    }
    100%,
    75% {
        height: 50px
    }
}
@-webkit-keyframes sad-face {
    25%,
    35% {
        top: -15px
    }
    55%,
    95% {
        top: 10px
    }
    0%,
    100% {
        top: 0
    }
}
@keyframes sad-face {
    25%,
    35% {
        top: -15px
    }
    55%,
    95% {
        top: 10px
    }
    0%,
    100% {
        top: 0
    }
}
@-webkit-keyframes sad-mouth {
    25%,
    35% {
        -webkit-transform: scale(.85);
        transform: scale(.85);
        top: 70px
    }
    0%,
    100%,
    55% {
        -webkit-transform: scale(1);
        transform: scale(1);
        top: 80px
    }
}
@keyframes sad-mouth {
    25%,
    35% {
        -webkit-transform: scale(.85);
        transform: scale(.85);
        top: 70px
    }
    0%,
    100%,
    55% {
        -webkit-transform: scale(1);
        transform: scale(1);
        top: 80px
    }
}
@-webkit-keyframes tear-drop {
    0%,
    100% {
        display: block;
        left: 35px;
        top: 15px;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0)
    }
    25% {
        display: block;
        left: 35px;
        -webkit-transform: rotate(45deg) scale(2);
        transform: rotate(45deg) scale(2)
    }
    49.9% {
        display: block;
        left: 35px;
        top: 65px;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0)
    }
    50% {
        display: block;
        left: -35px;
        top: 15px;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0)
    }
    75% {
        display: block;
        left: -35px;
        -webkit-transform: rotate(45deg) scale(2);
        transform: rotate(45deg) scale(2)
    }
    99.9% {
        display: block;
        left: -35px;
        top: 65px;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0)
    }
}
@keyframes tear-drop {
    0%,
    100% {
        display: block;
        left: 35px;
        top: 15px;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0)
    }
    25% {
        display: block;
        left: 35px;
        -webkit-transform: rotate(45deg) scale(2);
        transform: rotate(45deg) scale(2)
    }
    49.9% {
        display: block;
        left: 35px;
        top: 65px;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0)
    }
    50% {
        display: block;
        left: -35px;
        top: 15px;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0)
    }
    75% {
        display: block;
        left: -35px;
        -webkit-transform: rotate(45deg) scale(2);
        transform: rotate(45deg) scale(2)
    }
    99.9% {
        display: block;
        left: -35px;
        top: 65px;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0)
    }
}
@-webkit-keyframes hands-up {
    25% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    50% {
        -webkit-transform: rotate(-15deg) translateY(-10px);
        transform: rotate(-15deg) translateY(-10px)
    }
    100%,
    75% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}
@keyframes hands-up {
    25% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    50% {
        -webkit-transform: rotate(-15deg) translateY(-10px);
        transform: rotate(-15deg) translateY(-10px)
    }
    100%,
    75% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}
@-webkit-keyframes thumbs-up {
    25% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }
    100%,
    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
}
@keyframes thumbs-up {
    25% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }
    100%,
    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
}
@-webkit-keyframes angry-color {
    45%,
    60% {
        background-size: 250%
    }
    0%,
    100%,
    85% {
        background-size: 100%
    }
}
@keyframes angry-color {
    45%,
    60% {
        background-size: 280%
    }
    0%,
    100%,
    85% {
        background-size: 400%
    }
}
@-webkit-keyframes angry-face {
    35%,
    60% {
        -webkit-transform: translateX(0) translateY(10px) scale(.9);
        transform: translateX(0) translateY(10px) scale(.9)
    }
    40%,
    50% {
        -webkit-transform: translateX(-5px) translateY(10px) scale(.9);
        transform: translateX(-5px) translateY(10px) scale(.9)
    }
    45%,
    55% {
        -webkit-transform: translateX(5px) translateY(10px) scale(.9);
        transform: translateX(5px) translateY(10px) scale(.9)
    }
}
@keyframes angry-face {
    35%,
    60% {
        -webkit-transform: translateX(0) translateY(10px) scale(.9);
        transform: translateX(0) translateY(20px) scale(.9)
    }
    40%,
    50% {
        -webkit-transform: translateX(-5px) translateY(10px) scale(.9);
        transform: translateX(-5px) translateY(20px) scale(.9)
    }
    45%,
    55% {
        -webkit-transform: translateX(5px) translateY(10px) scale(.9);
        transform: translateX(5px) translateY(20px) scale(.9)
    }
}
@-webkit-keyframes angry-mouth {
    25%,
    50% {
        height: 6px;
        bottom: 25px
    }
}
@keyframes angry-mouth {
    25%,
    50%,
    75% {
        height: 6px;
        bottom: 33px;
        width: 36px
    }
}
.comments__replies form#add__reply {
    margin-top: 15px;
    margin-bottom: 0
}
.footer__messags {
    position: fixed;
    bottom: 20px;
    right: 50%;
    transform: translate(50%, 300px);
    padding: 15px 30px 15px 70px;
    border-radius: 15px;
    gap: 10px;
    transition: .3s;
    opacity: 0;
    visibility: hidden
}
.ad_head,
.ad_slot {
    padding: 15px
}
.footer__messags.error {
    color: red;
    background-color: #f8d7da;
    border-color: #f5c6cb
}
.footer__messags.show {
    transform: translate(50%, 0)
}
.footer__messags>i {
    font-size: 18px
}
.footer__messags .close__alert {
    font-size: 20px;
    position: absolute;
    left: 20px;
    cursor: pointer
}
.footer__messags.success {
    color: #2ba146;
    background-color: #d4edda;
    border-color: #c3e6cb
}
.ad_head,
.blog__post_head h1 {
    border-bottom: 1px solid #ddd
}
a.author__box.booki .text h3 {
    font-size: 13px
}
.ad_head {
    justify-content: space-between;
    background: #fff
}
.ad_box {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden
}
.ad_head>i {
    font-size: 20px;
    line-height: 10px
}
.blog__post_head {
    margin: -25px -25px 20px
}
.blog__post_head h1 {
    font-size: 18px;
    background: #f7f7f7;
    display: block;
    padding: 15px 25px
}
.social__footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0 10px
}
.social__footer>em {
    font-size: 20px;
    font-style: normal
}
.social__footer>span {
    font-size: 25px;
    cursor: pointer
}
div[id^=attachment_] {
    background-color: #f7f8fc;
    margin: 20px auto;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ddd;
    max-width: 100% !important
}
div[id^=attachment_] img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px
}
div[id^=attachment_] p {
    margin: 0;
    display: block;
    text-align: center;
    padding: 3px 0
}
.home__hero .bg_shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    transform: rotate(-180deg);
    height: 50px;
    z-index: 1
}
.home__hero .bg_shape svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #FFF
}
@media (min-width:600px) {
    .home__hero .hero__search form input[type=text] {
        width: 450px
    }
}
@media (min-width:900px) {
    .home__hero .hero__search form input[type=text] {
        width: 650px
    }
}
@media (min-width:1200px) {
    .home__hero .hero__search form input[type=text] {
        width: 750px
    }
}
@media(max-width:500px) {
    ul.writers__list li {
        flex: 0 0 100%
    }
}
@media(max-width:700px) {
    .bokawy__box {
        flex-wrap: wrap;
        row-gap: 20px;
        justify-content: center
    }
    .bokawy__box .left__box,
    .bokawy__box .right__box {
        flex: 0 0 100%
    }
    .bokawy__box .right__box .logo {
        justify-content: center;
        text-align: center
    }
    header .container {
        gap: 0;
        row-gap: 15px
    }
    .logoArea {
        flex: 0 0 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center
    }
    header nav.NavMenu>ul {
        flex-direction: row;
        overflow-x: auto
    }
    .Arrow__Left {
        left: 10px
    }
    .Arrow__Right {
        right: 10px
    }
    .footer__section .footer__cols {
        flex-wrap: wrap
    }
    .footer__section .footer__cols .col {
        width: 100%
    }
}
@media(max-width:900px) {
    .singleBook {
        flex-wrap: wrap;
        display: table
    }
    .singleBook .right {
        width: 50%;
        margin: 0 auto 15px
    }
    .singleBook .left {
        width: 100%;
        max-width: 100%
    }
    ul.postsList>li {
        flex: 0 0 calc(100% / 2)
    }
}
@media(max-width:550px) {
    .book__source,
    .links__list>a,
    .singleBook .post-title h1,
    .writerBoxContent,
    ul.like__actions li {
        text-align: center
    }
    .links__list {
        padding-bottom: 5px;
        overflow-x: scroll;
        overflow-y: hidden
    }
    .links__list>a {
        padding: 9px 10px;
        gap: 10px;
        font-size: 14px;
        min-width: 140px;
        justify-content: center
    }
    .single__page>h2,
    .single__page>h3,
    .single__page>h4 {
        font-size: 18px !important;
        line-height: 30px
    }
    .site__end .container {
        display: table;
        text-align: center
    }
    .designedBY {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px
    }
    header nav.NavMenu {
        flex: 0 0 100%;
        align-items: center;
        justify-content: center;
        display: flex
    }
    .singleBook {
        flex-wrap: wrap;
        display: block;
        width: 100%;
        max-width: 100%
    }
    .book__source {
        display: block;
        line-height: 20px;
        white-space: nowrap;
        overflow-x: scroll
    }
    .singleBook .right {
        width: 100%;
        margin: 0 auto 15px
    }
    ul.like__actions {
        gap: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-width: 100%
    }
    ul.like__actions li {
        margin-bottom: 0 !important;
        flex: 1;
        align-items: center;
        justify-content: center
    }
    ul.like__actions li em {
        font-size: 13px
    }
    ul.like__actions li>span {
        font-size: 19px
    }
    ul.catslist li,
    ul.postsList>li {
        flex: 0 0 calc(100% / 2)
    }
    ul.shares li {
        flex: 0 0 calc((100% / 2) - 8px)
    }
    .writerBoxContent {
        width: 100%;
        gap: 10px
    }
    .writerBox .writerBoxContent .img {
        height: 70px;
        overflow: hidden;
        width: 70px;
        margin-bottom: 10px;
        flex: 0 0 auto
    }
    .writerBoxContent .text {
        flex: 1;
        text-align: right
    }
    .writerBoxContent .text p {
        font-size: 11px
    }
    .writerBoxContent .text h2 {
        font-size: 16px
    }
    .anchors>a {
        flex: 1;
        padding: 10px
    }
    .anchors {
        flex-wrap: wrap
    }
    .anchors>a.comments {
        flex: 0 0 100%
    }
}
@media(max-width:480px) {
    .bookInfo ul li {
        flex: 0 0 100%
    }
}
footer .titleSection h2:before {
    background: #fff
}
footer .titleSection h2:after {
    background: #fff;
    box-shadow: 9px 0 0 0 #fff, 18px 0 0 0 #fff
}
footer .logoArea a svg * {
    fill: #FFF
}
footer .logoArea a h1 {
    font-size: 36px
}
footer .logoArea a svg {
    width: 50px
}
header nav.NavMenu>ul>li>ul {
    position: absolute;
    width: 200px;
    background: #fff;
    right: -20px;
    top: 46px;
    border-radius: 8px;
    z-index: 9;
    transform: scale(0);
    border: 1px solid #e1e6f5;
    transition: .3s
}
header nav.NavMenu>ul>li>ul:before {
    content: "";
    background: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: -10px;
    transform: rotate(45deg);
    border: 1px solid #e1e6f5;
    border-radius: 8px;
    z-index: -1;
    border-bottom: 0;
    border-right: 0
}
li.menu-item-has-children>a:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px
}
header nav.NavMenu>ul>li>ul>li>a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    border-radius: 8px;
    font-size: 14px;
    transition: .3s
}
header nav.NavMenu>ul>li>ul>li:last-child>a {
    border: 0
}
.books__list {}
.books__list > ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    row-gap: 20px;
}
.books__list ul > li {
    padding: 0 10px;
    flex: 0 0 calc(100% / 3);
}
.boxItem a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
}