.social a {
    background-color: var(--white);
    padding: 10px;
    clip-path: circle();
    min-width: 22%;
    display: flex;
    justify-content: center;
}

.social a:hover {
    background-color: var(--green);
    color: var(--white);
}
.primary-btn {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    background: var(--golden);
    padding: 8px 15px;
    border-radius: 5px;
    border: 2px solid transparent;
    display: inline-block;
}
.primary-btn:hover ,
.secondary-btn:hover{
    background: transparent;
    border: 2px solid #C09100;
}
.navbar-light .navbar-nav .nav-link {
    color: var(--black);
    text-transform: capitalize;
}
.home-banner{
    padding: 130px 0;
    background: url(../images/banner.webp) center center / cover no-repeat;
}
.home-banner ul li ,
.author__book ul li{
    list-style: disc;
    margin-left: 20px;
    FONT-WEIGHT: 600;
}
.secondary-btn {
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    padding: 8px 20px;
    border: 2px solid transparent;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
}
.author__info .secondary-btn:hover img ,
.primary-btn:hover img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(0%) hue-rotate(197deg) brightness(92%) contrast(105%);
}
.test-next {
    cursor: pointer;
    background-color: var(--orange);
    padding: 20px 10px;
    position: absolute;
    right: -5%;
    bottom: 7%;
}
.test-next:hover {
    background-color: var(--black);
}
.author__book h4 span::before {
    position: absolute;
    content: '';
    width: 90px;
    height: 2px;
    background-color: #80808073;
    top: 39%;
    left: -2%;
}
.cta__wrap {
    background-color: var(--light-green);
    padding: 40px 0;
    border-radius: 10px;
    position: relative;
    top: -120px;
}
.cta__wrap img {
    position: absolute;
    top: 0;
}
.cta__wrap img {
    position: absolute;
    top: -20%;
}
.authorsales__book {
    padding-bottom: 220px;
}
.inner__services img {
    width: 130px;
    height: 130px;
    background-color: var(--orange);
    clip-path: circle();
    padding: 35px;
}
.inner__services .container {
    max-width: 1300px;
}
.inner__services {
    padding-top: 0;
    margin-top: -110px;
}
.inner__services .row .col-lg-6 a{
    margin-bottom: 35px;
    padding-right: 30px;
}
.inner__services .row .col-12 div:hover img {
    background-color: #78cbb3;   
}
.book__portfolio img {
    margin-bottom: 18px;
    border-radius: 5px;
}

.book__portfolio .container-fluid p {
    line-height: 20px;
}
.book__portfolio .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black);
}
.book__portfolio .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active ,
.book__portfolio .nav-tabs .nav-link:hover{
    border-color: transparent;
    position: relative;
}
.book__portfolio .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active::before{
    content: '';
    position: absolute;
    width: 60%;
    height: 4px;
    background-color: var(--orange);
    bottom: 2%;
}

.slide__content{
    z-index: 999;
    position: relative;
    max-width: 300px;
    display: block;
    margin: auto;
}
.books__slider .slide__content::before {
    position: absolute;
    font-size: 170px;
    font-weight: 800;
    top: 0;
    line-height: 131px;
    color: #e4e9f6;
    z-index: -1;
    padding-top: 10px;
}
.slide__content h3 {
    padding-top: 50px;
    padding-bottom: 05px;
}
.slide__content p {
    font-size: 13px;
    padding-bottom: 18px;
}
.books__slider .no-1::before{
    content: '01';
}
.books__slider .no-2::before{
    content: '02';
}
.books__slider .no-3::before{
    content: '03';
}
.books__slider .no-4::before{
    content: '04';
}
.books__slider .no-5::before{
    content: '05';
}
.books__slider .no-6::before{
    content: '06';
}
.books__slider .no-7::before{
    content: '07';
}
.books__slider .no-8::before{
    content: '08';
}
.books__slider .no-9::before{
    content: '09';
}
.books__slider .no-10::before{
    content: '10';
}
.slide__content:hover::before {
    color: #f27d5e57;
}
.sli-prev ,
.sli-next{
    width: 70px;
    position: absolute;
    top: 55%;
    cursor: pointer;
}
.sli-next {
    right: -7.5%;
}
.sli-prev {
    left: -10%;
}
.test__content {
    border: 2px solid grey;
    padding: 25px;
    text-align: center;
    border-radius: 5px;
    max-width: 100%;
    margin: 0 10px;
}
.test__content:hover{
    background-color: var(--light-green);
}

.test__content img {
    max-width: 33%;
    filter: brightness(0) saturate(100%) invert(58%) sepia(9%) saturate(3347%) hue-rotate(326deg) brightness(101%) contrast(91%);
}

.test__content ul li:nth-child(1) {
    padding: 10px 0;
}

.test__content ul li:nth-child(3) {
    font-size: 12px;
    padding: 5px 0;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
}

.test__content ul li:nth-child(4) {
    font-size: 10px;
}
.info__form{
    background: url(../../assets/images/form-bg.webp) center center / cover no-repeat;
}
.info__form form input {
    width: 100%;
    height: 45px;
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: 16px;
    padding-left: 15px;
    color: black;
}
.info__form form textarea {
    width: 100%;
    height: 150px;
    border-radius: 3px;
    padding: 15px;
    font-size: 16px;
    color: black;
}
.img-frame {
    position: absolute;
    left: 46px;
    top: -15px;
    -webkit-animation: matrix-animation 1s infinite alternate;
    animation: matrix-animation 1s infinite alternate;
}
.info__form .relative img:nth-child(2) ,
.author__info .relative img:nth-child(2){
    position: relative;
    z-index: 999;
}
@-webkit-keyframes matrix-animation {
    0% {
        transform: matrix(0.8, 0, 0, 0.8, 0, 0);
    }
    100% {
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
  }
  @keyframes matrix-animation {
    0% {
        transform: matrix(0.8, 0, 0, 0.8, 0, 0);
    }
    100% {
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}
.author__info .img-frame {
    left: 0;
}
.footer .txt {
    padding-top: 40px;
    font-size: 14px;
    padding-bottom: 25px;
    padding-right: 30px;
}
.ft-social li svg {
    font-size: 20px;
    color: #eaa451;
    background-color: #e9a4595e;
    padding: 10px;
    clip-path: circle(49%);
    min-width: 21px;
}

.ft-social li svg:hover {
    background-color: var(--light-green);
    color: var(--white);
}
.footer h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
    font-family: 'Poppins';
}
.footer .row .col-12:nth-child(2) ul li a,
.footer .row .col-12:nth-child(3) ul li a,
.footer .row .col-12:nth-child(4) ul li a ,
.footer .address  span{
    display: block;
    line-height: 35px;
    font-size: 14px;
    text-transform: capitalize;
}
.footer .row .col-12:nth-child(2) ul li a:hover,
.footer .row .col-12:nth-child(3) ul li a:hover,
.footer .row .col-12:nth-child(4) ul li a:hover,
.address li a:hover  {
    color: var(--orange);
}
.footer .row .col-12:nth-child(2) ul li a svg,
.footer .row .col-12:nth-child(3) ul li a svg,
.footer .row .col-12:nth-child(4) ul li a svg {
    color: var(--orange);
    padding-right: 5px;
}
.address li {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.address li svg {
    font-size: 22px;
    padding-right: 15px;
    color: #e9a459;
}
.frame {
    position: absolute;
    top: 7%;
    left: 6%;
    opacity: 0;
    transition: all .2s linear;
}

.authors__wrap .relative img:nth-child(1) img {
    position: relative;
    z-index: 9999;
}
.authors__wrap .relative:hover img:nth-child(1){
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 0;
}
.authors__wrap .relative:hover img:nth-child(2){
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
}
.portfolio_box_img a {
    position: relative;
}

.portfolio_box_img a::after {
    background: url(../images/plus.webp) center center / contain no-repeat;
    content: '';
    position: absolute;
    width: 20%;
    height: 20%;
    object-fit: scale-down;
    top: 35%;
    left: 37%;
    z-index: 9999;
    opacity: 0;
    clip-path: circle(35%);
}
.portfolio_box_img:hover a::before {
    height: 100%;
    transition: all .4s linear;
}
.portfolio_box_img:hover a::after {
    opacity: 1;
    transition: all .5s linear;
}
.portfolio_box_img figure {
    margin: 0;
}
.portfolio_box_img a:hover {
    filter: brightness(0.5);
}
.nav__grid {
    display: grid;
    grid-template-columns: auto auto auto;
    background-color: #fffef1;
}
.nav__grid img {
    margin-right: 10px;
    width: 30px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7%) hue-rotate(174deg) brightness(86%) contrast(100%);
}
.nav__grid li a {
    border: 1px solid #adadad4d;
    padding: 8px 40px 8px 10px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}
.nav__grid li a:hover {
    background-color: var(--orange);
    color: var(--white);
}
.nav__grid li:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(192deg) brightness(107%) contrast(101%);
}
.nav__grid li:hover a {
    color: var(--white);
}
.navbar-nav .dropdown-menu {   
    margin-top: 20px;
    padding: 0;
    border: 0;
    background-color: transparent;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: 25px;
}
.inner-dropdown{
    grid-template-columns: auto auto;
}
.slick-dots li {
    width: 50px;
    height: 6px;
    background-color: var(--orange);
  }
  .slick-dots li:active {
    background-color: var(--orange);;
  }
  .slick-dots li button:before,
  .slick-dots li.slick-active button:before {
    color: transparent;
}
.testi-slider .slick-dots li {
    width: 50px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 3px;
}
.slick-dots li.slick-active button:before {
    background-color: #113357;
    width: 50px;
    height: 6px;
    opacity: 1;
    border-radius: 5px;
}
.testimonial div ul:nth-child(1) {
    border-bottom: 1px solid white;
    width: max-content;
}
.slick-dots {
    bottom: -40px;
}
.test__content img{
    display: block;
    margin: auto;
}
.about-bg{
    background: url(../images/about-bg.webp) center center / cover no-repeat;
}
.formatting-bg{
    background: url(../images/formating.webp) center center / cover no-repeat;
}
.video-bg{
    background: url(../images/video-book.jpg) center center / cover no-repeat;
}
.social-media-bg{
    background: url(../images/social-media-bg.png) center center / cover no-repeat;
}
.digital-bg{
    background: url(../images/digital-book.jpg) center center / cover no-repeat;
}
.interactive-bg{
    background: url(../images/interactive.jpg) center center / cover no-repeat;
}
.ghost-bg{
    background: url(../images/ghostwriting.jpg) center center / cover no-repeat;
}
.creative-bg{
    background: url(../images/creative.jpg) center center / cover no-repeat;
} 
.press-bg{
    background: url(../images/press-bg.jpg) center center / cover no-repeat;
}
.fiction-bg{
    background: url(../images/fiction.jpg) center center / cover no-repeat;
}
.editing-bg{
    background: url(../images/editing.jpg) center center / cover no-repeat;
}
.book-cover-bg{
    background: url(../images/book-cover.webp) center center / cover no-repeat;
}
.amazon-bg{
    background: url(../images/amazon-bg.jpg) center center / cover no-repeat;
}
.seo-bg{
    background: url(../images/seo-bg.jpg) center center / cover no-repeat;
}
.audio-book-bg{
    background: url(../images/audio-book-bg.jpg) center center / cover no-repeat;
}
.author-bg{
    background: url(../images/author-website.jpg) center center / cover no-repeat;
}
.wiki-pedia-bg{
    background: url(../images/wikipedia.jpg) center center / cover no-repeat;
}
.article-bg{
    background: url(../images/article-writing.jpg) center center / cover no-repeat;
}
.webcopy-bg{
    background: url(../images/webcopy.jpg) center center / cover no-repeat;
}
.non-fiction-bg{
    background: url(../images/fiction.jpg) center center / cover no-repeat;
}
.contact-bg{
    background: url(../images/contact.jpg) center center / cover no-repeat;
}
.beauty-bg{
    background: url(../images/beauty.jpg) center center / cover no-repeat;
}
.fantasy-bg{
    background: url(../images/fantasy.jpg) center center / cover no-repeat;
}
.medical-bg{
    background: url(../images/medical.jpg) center center / cover no-repeat;
}
.screen-bg{
    background: url(../images/screen.jpg) center center / cover no-repeat;
}
.blog-bg{
    background: url(../images/blog.jpg) center center / cover no-repeat;
}
.celebrity-bg{
    background: url(../images/celebrity.png) center center / cover no-repeat;
}
.legal-bg{
    background: url(../images/legal.jpg) center center / cover no-repeat;
}
.rap-bg{
    background: url(../images/rap.jpg) center center / cover no-repeat;
}
.children-bg{
    background: url(../images/children.jpg) center center / cover no-repeat;
}
.support-bg{
    background: url(../images/support.jpg) center center / cover no-repeat;
}
.inner__banner {
    padding: 100px 0;
}
.mission {
    max-width: 570px;
    background-color: var(--orange);
    padding: 30px;
    border-radius: 30px;
    padding-left: 100px;
    padding-right: 70px;
    position: relative;
    top: 40px;
    left: -15%;
}

.mission p {
    padding-top: 10px;
    font-weight: 300;
}
.experts__team {
    padding-bottom: 130px;
}
.experts-img {
    position: relative;
    z-index: 9999;
}
.discover__list img {
    width: 190px;
    height: 190px;
    background-color: #F6F2E7;
    clip-path: circle();
    padding: 50px;
}
.inner__cta .container {
    background-color: var(--light-green);
    padding: 40px;
    border-radius: 30px;
}
.inner__cta .right__content a:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    background-color: var(--black);
    color: var(--white);
    padding: 10px 17px;
    border-radius: 5px;
}
.inner__cta {
    position: relative;
    top: -150px;
}
.befote__cta {
    padding-top: 60px;
    padding-bottom: 180px;
}
.service__platform{
    background: url(../images/plat-slider.webp) center center/contain repeat;
    background-position: 50%;
    height: 75px;
    animation: animatedBack 100s linear infinite;
    -webkit-animation: animatedBack 100s linear infinite;
    top: 16px;
    background-size: 75%;
}
@-webkit-keyframes animatedBackground {
0% {
    background-position: 0 0
}

to {
    background-position: -4750px 0
}
}
@-webkit-keyframes animatedBack {
0% {
    background-position: 0 0
}

to {
    background-position: 4750px 0
}
}
.publishing__solutions {
    padding-top: 180px;
    margin-top: -290px;
}
.book-platform-slider {
    background: url(../images/book-platform.webp) center center / contain repeat;
    background-position: 50%;
    height: 70px;
    animation: animatedBack 100s linear infinite;
    -webkit-animation: animatedBack 100s linear infinite;
    top: 16px;
    background-size: 100%;
}
.bf-testimonial{
    background-color: #F26A41;
    padding: 80px 0;
}
.content__portfolio button p {
    padding: 20px;
    border-radius: 5px;
    display: block;
    background-color: var(--white);
    margin-bottom: 15px;
}
.content__portfolio .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: transparent;
}
.content__portfolio .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active p{
    background-color: #f16948;
}
.content__portfolio .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(100deg) brightness(107%) contrast(93%);
}
.content__portfolio .nav-tabs .nav-link {
    padding: 0px 7px;
    font-size: 16px;
    font-weight: 600;
    color: #787878;
}
.content__portfolio .nav-tabs .nav-link.active::before {
    left: 40%;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #f16948;
    bottom: 32px;
    border-radius: 3px;
    transform: rotate(45deg);
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.content__portfolio .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(119deg) brightness(100%) contrast(105%);
}
.content__portfolio .tab-content img {
    border-radius: 10px;
}
.process__grid {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    text-align: center;
}

.process__grid div span {
    min-width: 100px;
    font-size: 40px;
    font-weight: 900;
    background-color: #064531;
    color: var(--white);
    padding: 15px 25px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
}
.process__grid div span::before {
    content: '';
    position: absolute;
    background: url(../images/wave-arrow.webp) center center / contain no-repeat;
    width: 100px;
    height: 100px;
    right: -120px;
    top: -4%;
}

.process__grid div h6 {
    font-size: 16px;
    font-family: inherit;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 5px;
}

.process__grid div p {
    font-size: 14px;
}
.process__grid div {
    padding: 0px 5px;
}
.process__wrap .container {
    max-width: 1240px;
}
.content__portfolio .nav-link img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(5%) hue-rotate(52deg) brightness(90%) contrast(100%);
    width: 50px;
}
.process__grid div:nth-child(5) span::before{
    display: none;
}
.publishing .row:nth-child(2) .col-12 {
    border: 0 10px;
    text-align: left;
}
.publishing .row:nth-child(2) {
    row-gap: 30px;
}
.bg-transparent{
    background: transparent;
}
.black-filter{
    filter: brightness(0) saturate(100%) invert(0%) sepia(86%) saturate(7482%) hue-rotate(143deg) brightness(106%) contrast(98%);
}
.white-filter{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(345deg) brightness(102%) contrast(101%);
}
.contact__form{
    padding: 90px 0;
}
.contact__form form{
    margin-top: 40px;
}

.contact__form form .t-fields {
    min-width: 45%;
    height: 30px;
    border-bottom: 1px solid black;
}
.contact__form form input::placeholder,
.contact__form .fields textarea::placeholder{
    color: var(--black);
}
.contact__form form .fields{
    height: 80px;
    width: 93%;
    border-bottom: 1px solid black;
    display: flex;
    align-items: end;
}
.contact__form .fields input ,
.contact__form .fields textarea{
    height: 30px;
    width: 93%;
    color: black;
}
.contact__form .primary-btn {
    margin-top: 45px;
    padding: 8px 25px;
}
.contact__form .primary-btn:hover{
    background-color: var(--black);
    border-color: transparent;
}
.contact__form .right__content {
    background-color: var(--orange);
    padding: 45px 25px;
    border-radius: 20px;
}
.contact__form .right__content ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
}
.contact__form .right__content ul li a ,
.contact__form .right__content ul li p{
    display: block;
    color: var(--white);
    font-weight: 600;
    line-height: 14px;
}
.contact__form .right__content ul li:nth-child(4) {
    padding-bottom: 0;
}
.book__portfolio .row {
    display: flex !important;
}
.testi .row .col-12 {
    margin-bottom: 20px;
}
.testi .test__content {
    text-align: left;
}
.testi .test__content ul li:nth-child(1){
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}
.testi .test__content ul li:nth-child(2) {
    font-size: 14px;
}
.testi .test__content {
    height: 300px;
}
.testi .test__content ul li:nth-child(3) {
    font-weight: 900;
    color: var(--orange);
    padding-top: 10px;
}
.testi  .test__content img{
    margin-right: auto;
    display: block;
}
.policy__content h3 {
    padding: 10px 0;
}
.policy__content p {
    font-size: 14px;
    font-weight: 400;
    color: black;
}
.portfolio_box_img {
    padding-top: 15px;
}
.inner__banner {
    padding: 100px 0;
    position: relative;
}
.inner__banner .container {
    z-index: 999;
    position: relative;
}
.inner__banner::before {
    position: absolute;
    content: '';
    background-color: #000000c9;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
}
.home-banner h1 span {
    font-family: 'Libre Baskerville';
}
.inner__services .row:nth-child(2) p {
    font-size: 14px;
}
.test__content ul li p {
    height: 96px;
    overflow: auto;
    padding-right: 10px;
    text-transform: math-auto;
}

.test__content ul li p::-webkit-scrollbar {
    width: 1px;
}

.test__content ul li p::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.test__content ul li p::-webkit-scrollbar-thumb {
background-color: var(--orange);
outline: 1px solid var(--orange);
}


.support__form select, .support__form input , .support__form textarea {
    font-size: 14px;
    border: 1px solid #8080805e;
    padding: 10px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 10px;
}
*::placeholder{
    color: var(--black);
}
.support__form input[type="submit"]{
    background-color: #2cc05b;
    color: var(--white);
    border: none;
}
*:focus , 
input:focus,
textarea:focus, input:focus{
    outline: none;
}
.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
  }




  section.footer ul li {
    text-transform: capitalize;
}

section.footer ul li  a{
    text-transform: capitalize;
}


.author-profile img {
    border: 1px solid grey;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    width: 100%;
    border-bottom: 0;
}

.author-profile .content {
    width: 90%;
    margin: auto;
    background-color: #064532;
    padding: 30px 20px;
    position: absolute;
    bottom: 15px;
    left: 18px;
    z-index: 9999;
}

.author-profile .content span {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: white;
    display: block;
}

.author-profile .content a {
    font-size: 14px;
    font-weight: 500;
    color: #FFD523;
}

.author-profile {
    max-width: 345px;
    height: auto;
    position: relative;
    margin: 35px auto 0 auto;
}

.author-profile .content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    transition: all .3s linear;
    z-index: -1;
    background: linear-gradient(90deg, rgba(193,146,1,1) 0%, rgba(216,174,1,1) 55%);
}

.author-profile .content:hover::before {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}
.author-profile .content:hover::before a{
    color: black;
    transition: all .4s linear;
}
.hire__btn {
    font-size: 16px;
    font-weight: 600;
    background-color: var(--green);
    color: var(--white);
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
}
.hire__btn:hover{
    background-color: var(--orange);
    color: var(--white);
}
.w-list li span {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
}

.w-list li span:nth-child(1) {
    width: 171px;
}

.w-list li span:nth-child(2) {
    color: var(--orange);
}

.w-list li {
    line-height: 40px;
    border-bottom: 1px solid var(--green);
}
.w-list li:last-child{
    border-bottom: 0;
}
.writer__info .left-content p {
    font-size: 14px;
}

.bio-list span {
    font-size: 12px !important;
    background-color: var(--green);
    color: white !important;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    margin: 5px;
    border-radius: 5px;
    width: max-content !important;
    line-height: 30px;
}
.author-book-slider .slick-slide {
    margin: 0 5px;
}


/* snow animation */
.snow-bg {
    position: relative;
    overflow-x: hidden;
}


.snow-bg:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-image: 
    url('../images/snow-1.png'),
    url('../images/snow-2.png'),
    url('../images/snow-3.png');
    animation: snow 10s linear infinite;
 }
 
 @keyframes snow {
      0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
      50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
      100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
 }