


body::-webkit-scrollbar {
    background-color: #EBEBEB;
    width: 6px;
}
body::-webkit-scrollbar-thumb {
    background-color: #D0202D;
}


::selection {
    background-color: #d0202d;
    color: whitesmoke;
}



h2.sec-title {
    font-size: 48px;
    margin-bottom: 0px;
    font-family: "Unbounded", sans-serif;
    font-weight: 700;
    color: #272827;
}
p {
    font-size: 17px;
    font-family: 'DM Sans';
    font-weight: 400;
    line-height: 24px;
    color: #555755;
    margin-bottom: 0px;
}

/* Inner Banner CSS */


.inner-banner {
    background: linear-gradient(180deg, #F5F5F5, #EBEBEB);
    padding-top: 217px;
    padding-bottom: 88px;
}
.inner-banner h1 {
    font-size: 48px;
    text-align: center;
    font-family: 'DM Sans';
    font-weight: 700;
    color: #272827;
    margin-bottom: 0px;
}
.inner-banner p {
    font-size: 16px;
    font-family: 'DM Sans';
    font-weight: 400;
    color: #555755;
    text-align: center;
    width: 100%;
    max-width: 970px;
    line-height: 32px;
    margin: 0px auto 0px;
}
.inner-banner-btn {
    text-align: center;
    display: inline-block;
    margin-top: 32px;
}
.inner-banner-btn a {
    display: flex;
    text-decoration: none;
    background-color: #D0202D;
    padding: 18px 24px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 4px;
    box-shadow: 0px 8px 40px rgb(208 32 45 / 32%);
}
.inner-banner-btn a span {
    display: block;
    font-size: 16px;
    font-family: 'DM Sans';
    font-weight: 700;
    color: #F5F5F5;
}
.banner-content {
    text-align: center;
}



/* Inner Page Second Sec CSS */


.second-sec-content h2.sec-title {
    font-size: 40px;
    padding-right: 50px;
    margin-bottom: 16px;
}
.content-box p {
    line-height: 24px;
    padding-right: 20px;
}
.second-sec-content > .row {
    align-items: center;
}
.second-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F5F5F5;
}
.image-box img {
    width: 100%;
    border-radius: 35px;
}



/* Make Book Sec CSS */


.make-book-sec {
    background: linear-gradient(45deg, #383838, #1B1B1B);
    padding-top: 100px;
    padding-bottom: 68px;
}
.make-book-sec h2.sec-title {
    text-align: center;
    color: #F5F5F5;
    width: 100%;
    max-width: 1070px;
    margin: 0px auto 72px;
}
.make-book-content .book-content-box {
    background-color: #F5F5F5;
    height: 100%;
    text-align: center;
    padding: 0px 24px 32px;
    border-radius: 18px;
    border-top: 6px solid #d0202d;
}
.make-book-content > .row {
    align-items: stretch;
}
.book-content-box .book-img {
    display: flex;
    background-color: #D0202D;
    width: 100%;
    max-width: 76px;
    margin: 0px auto 16px;
    min-height: 96px;
    align-items: flex-end;
    justify-content: center;
    border-radius: 0px 0px 4px 4px;
}
.book-img img {
    padding-bottom: 15px;
}
.book-content-box h3 {
    margin-bottom: 12px;
    font-size: 24px;
    font-family: 'DM Sans';
    font-weight: 700;
    color: #272827;
}
.book-content-box p {
    line-height: normal;
}
.make-book-content > .row .col-md-4 {
    margin-bottom: 32px;
}



/* Story Writing Sec CSS */


.story-writing-sec {
    background-color: #F5F5F5;
    padding-top: 100px;
    padding-bottom: 100px;
}
.story-head-text {
    text-align: center;
    margin-bottom: 72px;
}
.story-head-text h2.sec-title {
    width: 100%;
    max-width: 692px;
    margin: 0px auto 12px;
}
.story-box-text {
    background-color: #FFFFFF;
    border-radius: 18px;
    padding: 32px 40px 32px;
    box-shadow: 0px 6px 72px rgb(0 0 0 / 6%);
    height: 100%;
    border-left: 3px solid #d0202d;
}
.story-box-text .story-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
    justify-content: flex-start;
    margin-bottom: 14px;
}
.image-box-story {
    background-color: #D0202D;
    border-radius: 4px;
    max-width: 64px;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.story-box-text .story-top h3 {
    font-size: 24px;
    font-family: 'DM Sans';
    font-weight: 700;
    color: #272827;
}
.story-box-text p {
    line-height: normal;
}
.story-writing-content > .row {
    align-items: stretch;
}
.story-writing-content > .row .col-md-6 {
    margin-bottom: 32px;
}
.story-writing-content .inner-banner-btn {
    margin-top: 40px;
}
.story-writing-content > .row .col-md-12 {
    text-align: center;
}


/* Authors Reviews Sec CSS */


.authors-reviews-sec {
    /*background-color: #EBEBEB;*/
    background-image: url(../images/Authors-Reviews.gif);
    background-size: cover;
    padding: 120px 0px;
}
.authors-reviews-head {
    text-align: center;
    margin-bottom: 72px;
}
.authors-reviews-head h2.sec-title {
    margin-bottom: 12px;
}
.review-box {
    background-color: #fff;
    border-radius: 10px;
    /*box-shadow: 0px 30px 60px rgb(0 0 0 / 8%);*/
    padding: 30px 30px 30px;
}
.review-box p {
    line-height: 30px;
    min-height: 150px;
}
.authors-image-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
    gap: 17px;
}
.authors-name h3 {
    font-size: 16px;
    font-weight: 500;
    font-family: "Unbounded", sans-serif;
    color: #272827;
    line-height: 16px;
    margin-bottom: 10px;
}
.authors-name label {
    font-size: 16px;
    font-family: 'DM Sans';
    font-weight: 500;
    color: #555755;
    line-height: 16px;
}
.authors-reviews-slider .item {
    height: 100%;
}
.authors-reviews-content .owl-nav button {
    background-color: #D0202D !important;
    width: 50px;
    height: 50px;
    border-radius: 100% !important;
    color: #fff !important;
    box-shadow: 0px 15px 30px rgb(208 32 45 / 30%);
}
.authors-reviews-content .owl-nav button.owl-prev {
    position: absolute;
    top: 35%;
    left: -35px;
}
.authors-reviews-content .owl-nav button.owl-next {
    position: absolute;
    top: 35%;
    right: -35px;
}



/* Faq's Sec CSS */


.faqs-sec {
    background-color: #F5F5F5;
    padding: 120px 0px;
}
.faqs-head {
    text-align: center;
    margin-bottom: 72px;
}
.faqs-head h2.sec-title {
    margin-bottom: 12px;
}
.faqs-sec .custom-faqs .accordion-button {
    color: #272827;
    font-family: 'DM Sans';
    font-weight: 500;
    line-height: 24px;
    border: 0px !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.faqs-sec .custom-faqs .accordion-item {
    margin-bottom: 12px;
    border-radius: 16px !important;
    border: 0px !important;
}
.faqs-sec .custom-faqs .accordion-item .accordion-collapse {
    border: 0px !important;
}
.faqs-sec .custom-faqs .accordion-item p {
    font-size: 15px;
    line-height: 26px;
}
.faqs-sec .custom-faqs .accordion-button::after {
    background-image: url(../images/Icon-faqs.png);
}
.faqs-sec .custom-faqs .accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg) !important;
}


/* Contact Us Sec CSS */


.contact_us {
    background-image: none !important;
    background-color: #F5F5F5;
}
.contact_us h4 {
    width: 100%;
    max-width: 452px;
    margin: 30px auto 20px;
}
.contact_us .start_project_text {
    padding-left: 0px;
    width: 100%;
    max-width: 497px;
}
.contact_us .start_project_text h2 {
    font-size: 48px;
    font-family: 'DM Sans';
    font-weight: 700;
    color: #272827;
    margin-bottom: 12px;
}
.contact_links .contact_style {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}
.contact_links {
    width: 100%;
    max-width: 249px;
    margin-top: 68px;
}
.contact_links .contact_link {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 10px;
}
.contact_links .contact_link a, .contact_links .contact_link p {
    display: block;
    font-size: 16px;
    font-family: 'DM Sans';
    font-weight: 400;
    color: #272827;
    text-decoration: none;
    margin-bottom: 0px;
}
.contact_us .row {
    align-items: center;
}



/* Resources Sec CSS */


.author-resources {
    background-color: #F5F5F5;
}
.resources-faqs {
    background: linear-gradient(0deg, #F5F5F5, #EBEBEB);
    background-color: transparent;
}



/* Authors Reviews Page CSS */


.authors-reviews-page-sec {
    padding-top: 100px;
    background-color: #F5F5F5;
    padding-bottom: 60px;
}
.authors-reviews-page-sec .col-md-4 {
    margin-bottom: 40px;
}