body {
    zoom: 100%;
}

/* DPR 1.25 to 1.49 -> zoom 80% */
@media (-webkit-min-device-pixel-ratio: 1.25) and (-webkit-max-device-pixel-ratio: 1.49),
(min-resolution: 120dpi) and (max-resolution: 143dpi) {
    body {
        zoom: 80% !important;
    }
}

/* DPR 1.5 to 1.99 -> zoom 65% */
@media (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.99),
(min-resolution: 144dpi) and (max-resolution: 199dpi) {
    body {
        zoom: 65% !important;
    }

    .genre_banner {
        padding: 130px 0 70px 0px !important;
    }

    header .logo-container {
        width: 270px !important;
    }

    .ghost-writing-sec .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 30px;
    }

}

.btn,
.btn span,
.btn::after {
    transition: .4s linear
}

.btn::after,
.btn_1::after {
    /* background: url(../images/blue-arrow.png) 0 0/contain; */
}

.btn,
header .nav-link {
    position: relative;
    padding: 0
}

*,
p,
ul {
    margin: 0
}

@font-face {
    font-family: aghaFont-Bold;
    src: url(../font/TestHeldaneDisplay-Bold-BF6621e298bd989.otf)
}

@font-face {
    font-family: aghaFont-stylish;
    src: url(../font/Thesignature.ttf)
}

* {
    padding: 0;
    box-sizing: border-box;
    font-optical-sizing: auto;
    font-style: normal
}

html {
    scroll-behavior: smooth
}

body {
    color: #000;
    overflow: auto
}

.about-banner .banner_content .heading,
.line_break,
.section7 .sec_top h2 .crown,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: aghaFont-Bold
}

.wrapper {
    width: 100%;
    height: auto;
    overflow: hidden
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(165deg, #81b126 0, #8bc107 66.41%, #649701 100%)
}

.btn,
.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
    outline: 0
}

.about-sec2 .sec_right,
.section5 .sec_left,
.section9 .sec_right {
    box-shadow: 0 4px 94px 0 rgb(255 255 255 / .46)
}

.btn {
    display: flex;
    gap: 10px;
    z-index: 1
}

.btn span {
    border: 1px solid #356959;
    border-radius: 25px;
    width: 115px;
    height: 42px;
    font-size: 12px;
    text-transform: capitalize;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(0)
}

.btn:hover span {
    /* transform: translateX(51px); */
    background: #fff;
    color: #356959;
    border-color: #fff;
    background: #356959 !important;
}

.btn::after {
    /* content: ""; */
    width: 42px;
    height: 42px;
    position: absolute;
    right: -50px;
    transform: translateX(0) rotate(0);
    z-index: 1
}

.btn:hover::after {
    /* transform: translateX(-122px) rotate(45deg) */
}

.btn_1:hover::after {
    /* background: url(../images/white-arrow.png) */
}

.btn_2::after {
    /* background: url(../images/blue-chat.png) 0 0/contain */
}

.btn_2:hover::after {
    /* background: url(../images/white-chat.png); */
    /* transform: translateX(-122px) rotate(0) */
}

.section2 .container-box .circle,
.section2 .container-box .close-btn,
header .dropdown-link>a {
    background: #87b437;
    color: #fff
}

ul {
    padding: 0
}

li {
    list-style-type: none
}

a {
    text-decoration: none !important
}

img {
    max-width: 100%;
    outline: 0
}

h1 {
    font-size: 55px
}

h2 {
    font-size: 50px
}

h3 {
    font-size: 40px
}

h4 {
    font-size: 36px
}

.new-serv-head,
h5 {
    font-size: 30px
}

h6 {
    font-size: 25px
}

p {
    font-size: 16px
}

.scroll_block {
    overflow: auto;
    padding-right: 10px
}

.scroll_block::-webkit-scrollbar {
    width: 1px
}

.scroll_block::-webkit-scrollbar-track {
    background: 0 0
}

.scroll_block::-webkit-scrollbar-thumb {
    background: 0 0
}

.combo_btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.sec_padding {
    padding: 80px 0
}

.no_border {
    border: none !important
}

.line_break {
    display: block
}

.about-sec4::before,
.editing_sec2 .sec_top h2::before,
.editing_sec3 .sec_content .editing_sec3_slider .slick-dots li button::before,
.genre_sec3::before,
.my-tabs,
.section11 .sec_content ul.sec11_slider .slick-dots li button::before {
    display: none
}

.genre_sec4 .sec_content .paragraph.active,
.my-tabs.current,
.section2 .container-box .circle.expanded .close-btn {
    display: block
}

.primary_clr {
    font-family: aghaFont-stylish;
    background: linear-gradient(193deg, #fff 0, #446939 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

header {
    padding: 10px 0;
    position: absolute;
    top: 0;
    background: 0 0;
    width: 100%;
    z-index: 22
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

header .nav-links>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px
}

header .nav-link>a {
    line-height: 3rem;
    color: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s
}

header .nav-link>a>i {
    margin-left: .2rem
}

header .nav-link:hover>a {
    transform: scale(1.1)
}

header .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 15rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .5s
}

.banner,
header .dropdown ul,
header .dropdown-link {
    position: relative
}

header .dropdown-link>a {
    display: flex;
    padding: 10px;
    font-size: 14px;
    align-items: center;
    justify-content: space-between;
    transition: .3s
}

header .dropdown-link:hover>a {
    background-color: #fff;
    color: #88b43f;
}

header .dropdown-link:not(:nth-last-child(2)) {
    border-bottom: 1px solid #88b43f;
    color: #88b43f;
}

header .dropdown-link i {
    transform: rotate(-90deg)
}

header .arrow {
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color: #356556;
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1
}

header .dropdown-link:first-child:hover~.arrow {
    background-color: #fff
}

header .dropdown.second {
    top: 0;
    left: 100%;
    padding-left: .8rem;
    cursor: pointer;
    transform: translateX(10px)
}

header .dropdown.second .arrow {
    top: 10px;
    left: -5.5px
}

header .dropdown-link:hover>.dropdown,
header .nav-link:hover>.dropdown {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto
}

header .hamburger-menu-container {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end
}

header .hamburger-menu {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

header .hamburger-menu div {
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    z-index: 1001;
    transition: .5s
}

header .hamburger-menu div:after,
header .hamburger-menu div:before {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #fff;
    border-radius: 3px;
    transition: .5s
}

header .hamburger-menu div:before {
    transform: translateY(-7px)
}

header .hamburger-menu div:after {
    transform: translateY(7px)
}

header #check {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none
}

header #check:checked~.hamburger-menu-container .hamburger-menu div {
    background-color: #fff0
}

header #check:checked~.hamburger-menu-container .hamburger-menu div:before {
    transform: translateY(0) rotate(-45deg)
}

header #check:checked~.hamburger-menu-container .hamburger-menu div:after {
    transform: translateY(0) rotate(45deg)
}

@keyframes animation {
    from {
        opacity: 0;
        transform: translateY(15px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.banner {
    background: url(../images/banner-bg.png);
    background-size: cover;
    background-position: center top;
    padding-top: 200px;
    z-index: 1;
    overflow: hidden
}

.banner .banner_left h6,
.banner .banner_left p {
    color: #fff
}

.banner .banner_before {
    width: 100%;
    position: absolute;
    bottom: -80px;
    left: 0;
    z-index: -2;
    display: none;
}

.banner .banner_after {
    width: 100%;
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: -1
}

.banner .banner_after img,
.banner .banner_before img {
    margin: 0 auto;
    display: block;
    display: none;
}

.banner .banner_left h1 {
    color: #fff;
    text-transform: capitalize
}

.about-sec2 .combo_btn,
.about-sec3 .sec_right p,
.authors_sec2 .sec_content,
.banner .banner_left .combo_btn,
.genre_sec2 .combo_btn,
.genre_sec4 .sec_content,
.section4 .combo_btn,
.section5 .combo_btn,
.section6 .combo_btn,
.section8 .sec_content,
.section9 .combo_btn {
    margin-top: 40px
}

.banner .banner_right {
    position: relative;
    z-index: -2;
}

.banner .banner_right .banner_right_top {
    position: absolute;
    top: 0;
    left: -50px;
    animation: 1s linear infinite move;
    z-index: 2
}

@keyframes move {

    0%,
    100% {
        transform: translateY(-10px)
    }

    50% {
        transform: translateY(0)
    }
}

.banner .banner_right .banner_right_main,
.section6 .sec_content .my-tabs .right img {
    width: 100%;
    animation: 1s linear infinite blush;
}

.banner .banner_right .banner_right_bottom {
    position: absolute;
    bottom: 70px;
    left: 0;
    animation: 1s linear infinite move
}

.section2 {
    background: #356959;
    padding: 0 0 60px;
    position: relative;
    z-index: 1
}

.editing_sec3 .sec_content .editing_sec3_slider .slick-list.draggable,
.section11 .sec_content ul.sec11_slider .slick-list.draggable,
.section2 .sec2_slider .slick-list.draggable {
    padding: 0 !important
}

.section2 .slick-list.draggable .slick-track {
    display: flex;
    align-items: center
}

.section2 .sec2_slider_2 {
    margin-top: 25px
}

.section2 .slick-slide {
    margin: 0 20px
}

.sec_form,
.section6 .sec_content {
    margin-top: 100px
}

.about-sec3 .sec_before img,
.genre_sec4 .sec_content .box>.box_front .img,
.genre_sec4 .sec_content .box>.box_front .img img,
.section2 .slick-slide img {
    width: 100%
}

.section2 .container-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99
}

.section2 .container-box .circle {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    transition: .6s cubic-bezier(.615, 0, .07, 1);
    position: relative;
    z-index: 1
}

.section2 .container-box .get-started {
    position: absolute
}

.section2 .container-box .close-btn {
    display: none;
    position: absolute;
    top: -20px;
    right: 130px;
    width: 50px;
    height: 50px;
    font-size: 40px;
    cursor: pointer;
    border-radius: 50px;
    line-height: 50px
}

.section2 .container-box .form-container {
    opacity: 0;
    display: none;
    position: absolute;
    text-align: center;
    width: 80%;
    color: #fff;
    transition: opacity .5s;
    z-index: 1
}

.section2 .container-box .form-container.show {
    display: block;
    opacity: 1
}

.section2 .container-box .circle.expanded {
    width: 90%;
    border-radius: 200px;
    justify-content: flex-start;
    background: #fff;
    background: linear-gradient(165deg, #081411 0, #356959 66.41%, #2f4941 100%)
}

.section2 .container-box .circle.expanded .get-started {
    display: none !important
}

.section2 .container-box .form-container h2 {
    text-transform: uppercase;
    color: #fff
}

.section2 .container-box .form-container form {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px
}

.section2 .container-box .form-container form button,
.section2 .container-box .form-container form input {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff;
    background: 0 0;
    padding: 10px 20px;
    box-shadow: 0 0 5px 0 rgb(255 255 255 / .2);
    outline: unset
}

.section2 .container-box .form-container form input::placeholder {
    color: #fff
}

.section2 .container-box .form-container form button {
    width: unset;
    background: #fff;
    color: #005cff;
    padding: 10px 50px
}

.section2 .container-box .form-container form button:hover {
    background: linear-gradient(193deg, #ff6161 0, #fd9800 100%);
    color: #fff
}

.section3 {
    padding: 30px 0
}

.section3 ul.sec3_slider .slick-slide {
    margin: 0 10px
}

.section4 {
    background: linear-gradient(180deg, #fff0d9 0, #fff 45%);
}

.section11 .sec_top h2,
.section4 .sec_left h2,
.section8 .sec_top h2 {
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    z-index: 1
}

.section4 .sec_left h2 span.primary_clr {
    position: absolute;
    bottom: -50px;
    right: -70px;
    font-size: 110px
}

.genre_sec2 .sec_left h2 img,
.img-anim,
.sec_form .sec_left h2 img,
.section12 .sec_top h2 img,
.section4 .sec_left h2 img,
.section5 .sec_right h2 img,
.section6 .sec_top h2 img,
.section8 .sec_top h2 img,
.section9 .sec_left h2 img {
    width: 60px;
    transform: translateY(-10px);
    animation: 1s linear infinite move
}

.section4 .sec_left p {
    height: 80px;
    margin-top: 20px
}

.section4 .sec_left ul li {
    margin-bottom: 30px
}

.about-sec2 .combo_btn span,
.about-sec3 .sec_right .combo_btn .btn span,
.genre_sec2 .combo_btn span,
.sec_form .sec_right form .btn span,
.section10 .sec_content .combo_btn span,
.section4 .combo_btn span,
.section6 .combo_btn span,
.section7 .combo_btn span {
    color: #000
}

.section4 .combo_btn .btn:hover span,
.section6 .combo_btn .btn:hover span {
    background: #005dff;
    color: #fff;
    border-color: #fff
}

.about-sec3 .sec_right .combo_btn .btn_1:hover::after,
.genre_sec2 .combo_btn .btn_1:hover::after,
.sec_form .sec_right form .btn_1:hover::after,
.section10 .sec_content .combo_btn .btn_1:hover::after,
.section4 .combo_btn .btn_1:hover::after,
.section6 .combo_btn .btn_1:hover::after,
.section7 .combo_btn .btn_1:hover::after {
    background: url(../images/blue-arrow.png) 0 0/contain;
    display: none;
}

.about-sec3 .sec_right .combo_btn .btn_2:hover::after,
.genre_sec2 .combo_btn .btn_2:hover::after,
.section10 .sec_content .combo_btn .btn_2:hover::after,
.section4 .combo_btn .btn_2:hover::after,
.section6 .combo_btn .btn_2:hover::after,
.section7 .combo_btn .btn_2:hover::after {
    background: url(../images/blue-chat.png) 0 0/contain
}

.about-sec2,
.section4 .sec_right,
.section5,
.section6 .sec_top h2,
.section9 {
    position: relative;
    z-index: 1
}

.section5::after,
.section5::before,
.section6 .sec_after {
    z-index: -1;
    position: absolute
}

.section4 .sec_right .left {
    position: absolute;
    top: 130px;
    left: 30px;
    animation: 1s linear infinite move
}

.section4 .sec_right .right {
    position: absolute;
    right: -20px;
    top: 100px;
    animation: 1s linear infinite move
}

.section4 .sec_right .center {
    display: block;
    margin: 0 auto;
    animation: 1s linear infinite blush
}

.section5::before {
    content: "";
    width: 100%;
    height: 235px;
    background-color: #ffffff;
    left: 0;
    top: 0
}

.section5::after {
    content: "";
    width: 50%;
    height: 570px;
    background: #446939;
    right: 0;
    top: 0
}

.section5 .container {
    background: #446939;
    border-radius: 300px 0 0 300px;
    padding: 40px 0
}

.section5 .sec_left {
    width: 490px;
    height: 490px;
    background: #fff;
    border-radius: 100%;
    margin-left: 40px;
    display: flex;
    align-items: center;
    background: linear-gradient(208deg, #fff 0, #fff 57.41%, rgb(255 255 255 / .16) 100%)
}

.section5 .sec_left img {
    width: 100%;
    min-width: 650px;
    transform: translate(-50px, 0);
    animation: 1s linear infinite move;
    margin-left: -50px
}

.section5 .sec_right h2,
.section9 .sec_left h2 {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    position: relative
}

.section5 .sec_right h2 span.primary_clr {
    position: absolute;
    bottom: -50px;
    right: 0;
    font-size: 110px
}

.section5 .sec_right p {
    height: 145px;
    margin-top: 20px;
    color: #fff
}

.section5 .combo_btn span,
.section9 .combo_btn span {
    color: #fff;
    border-color: #fff
}

.section5 .combo_btn .btn:hover span {
    background: #fff !important;
    color: #000;
    border-color: #fff
}

.genre_sec2 .sec_right .genre_form form .btn_1::after,
.genre_sec2 .sec_right .genre_form form .btn_1:hover::after,
.section5 .combo_btn .btn_1::after,
.section5 .combo_btn .btn_1:hover::after,
.section9 .combo_btn .btn_1::after,
.section9 .combo_btn .btn_1:hover::after {
    background: url(../images/white-arrow.png) 0 0/contain
}

.section5 .combo_btn .btn_2::after,
.section5 .combo_btn .btn_2:hover::after,
.section9 .combo_btn .btn_2::after,
.section9 .combo_btn .btn_2:hover::after {
    background: url(../images/white-chat.png) 0 0/contain
}

.section6 {
    padding: 80px 0 0;
    position: relative;
    z-index: 1
}

.section6 .sec_after {
    right: 0;
    bottom: 0
}

.section6 .sec_top h2 .primary_clr {
    position: absolute;
    bottom: -95px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    font-size: 110px
}

.section12 .sec_top ul,
.section6 .sec_content .tabs {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px
}

.section6 .sec_content .tabs li {
    padding: 12px 12px 12px 55px;
    border: 1px solid #000;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.section6 .sec_content .tabs li:first-child {
    background: #fff6d6;
    border-color: #fd6
}

.section6 .sec_content .tabs li:nth-child(2) {
    background: #d6e6ff;
    border-color: #67a2ff
}

.section6 .sec_content .tabs li:nth-child(3) {
    background: #ffd1d3;
    border-color: #ff7c81
}

.section6 .sec_content .tabs li:nth-child(4) {
    background: #cbffe6;
    border-color: #4affa8
}

.section6 .sec_content .tabs li:nth-child(5) {
    background: #ebe0ff;
    border-color: #ba94ff
}

.section6 .sec_content .tabs li:nth-child(6) {
    background: #fac9fb;
    border-color: #fc5fff
}

.section6 .sec_content .tabs li::before {
    content: "";
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    z-index: -1
}

.section6 .sec_content .tabs li:first-child::before {
    background: url(../images/services/book-ghostwriting-icon.png) 0 0/contain
}

.section6 .sec_content .tabs li:nth-child(2)::before {
    background: url(../images/services/book-editing-icon.png) 0 0/contain
}

.section6 .sec_content .tabs li:nth-child(3)::before {
    background: url(../images/services/book-publishing-icon.png) 0 0/contain
}

.section6 .sec_content .tabs li:nth-child(4)::before {
    background: url(../images/services/video-book-trailers-icon.png) 0 0/contain
}

.section6 .sec_content .tabs li:nth-child(5)::before {
    background: url(../images/services/web-design-and-seo-icon.png) 0 0/contain
}

.section6 .sec_content .tabs li:nth-child(6)::before {
    background: url(../images/services/cover-design-icon.png) 0 0/contain
}

.editing_sec3 .sec_content,
.section10 .sec_content,
.section11 .sec_content,
.section6 .sec_content .my-tabs,
.section7 .sec_content {
    margin-top: 60px
}

.section6 .sec_content .my-tabs .box .left h3 {
    position: relative;
    z-index: 1;
    margin: 0
}

.section6 .sec_content .my-tabs .box .left h3 .primary_clr {
    font-size: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 75px
}

.section6 .sec_content .my-tabs .box .left p {
    margin: 20px 0;
    height: 120px
}

.section6 .sec_content .my-tabs .box .left ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.section6 .sec_content .my-tabs .box .left ul li {
    width: 49%;
    padding-left: 20px;
    position: relative;
    z-index: 1
}

.section6 .sec_content .my-tabs .box .left ul li::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/check.png) 0 0/contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1
}

.section7 {
    background: #446939;
    border-radius: 95px 95px 0 0;
    position: relative;
    z-index: 1
}

.section7::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, #fff);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.section7 .sec_top h2 {
    text-align: center;
    color: #fff
}

.section7 .sec_top h2 .crown {
    position: relative;
    z-index: 1
}

.section7 .sec_top h2 .crown::after {
    content: "";
    width: 44px;
    height: 48px;
    background: url(../images/crown.png) 0 0/contain;
    position: absolute;
    top: -30px;
    left: -25px;
    z-index: 1
}

.sec_form,
.section8 {
    position: relative;
    z-index: 1
}

.section7 .sec_top h2 .primary_clr {
    display: inline-block;
    font-size: 110px;
    text-transform: capitalize;
    transform: translate(-10px, 29px);
    z-index: 2
}

.section7 .sec_content .tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 50px
}

.section7 .sec_content .tabs li {
    width: 180px;
    height: 42px;
    border-radius: 50px;
    background: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s linear;
    cursor: pointer
}

.section7 .sec_content .tabs li.current {
    background: #356959;
    color: #fff
}

.editing_sec3 .sec_content .editing_sec3_slider .box .img,
.section13 img,
.section7 .sec_content .my-tabs img {
    display: block;
    margin: 0 auto
}

.section7 .combo_btn {
    justify-content: center;
    margin-top: 40px
}

.about-sec3 .sec_right .combo_btn .btn:hover span,
.genre_sec2 .combo_btn .btn:hover span,
.sec_form .sec_right form .btn:hover span,
.section10 .sec_content .combo_btn .btn:hover span,
.section7 .combo_btn .btn:hover span {
    background: #446939;
    color: #fff;
    border-color: #fff
}

.section8 {
    background: linear-gradient(180deg, #fff0d9 0, #fff 45%);
    border-radius: 145px 145px 0 0
}

.section8 .sec_top h2 .primary_clr {
    font-size: 110px;
    position: absolute;
    bottom: -45px;
    right: -130px;
    z-index: 1
}

.section8 .sec_content .box {
    background: #f8f8f8;
    border-radius: 40px;
    margin-top: 25px;
    padding: 40px;
    transition: .4s linear;
    cursor: pointer
}

.section8 .sec_content .box:hover {
    background: #356959
}

.section8 .sec_content .box h5 {
    margin: 20px 0;
    transition: .4s linear
}

.author_details_banner .banner_right .left .sub_heading,
.new-bn-subhd,
.section8 .sec_content .box:hover h5,
.section8 .sec_content .box:hover p,
footer .link h6,
footer .main_ft ul li {
    color: #fff
}

.section8 .sec_content .box p {
    height: 100px;
    transition: .4s linear
}

.section9::before {
    content: "";
    width: 50%;
    height: 570px;
    background: #446939;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.section9 .container {
    background: #446939;
    border-radius: 0 300px 300px 0;
    padding: 40px 0
}

.section9 .sec_left h2 span.primary_clr {
    position: absolute;
    bottom: -40px;
    right: -35px;
    font-size: 110px
}

.section9 .sec_left p {
    height: 120px;
    margin-top: 20px;
    color: #fff
}

.section9 .combo_btn .btn:hover span {
    background: #fff;
    color: #005dff;
    border-color: #fff
}

.section9 .sec_right {
    width: 490px;
    height: 490px;
    background: #fff;
    border-radius: 100%;
    margin-left: auto;
    margin-right: 40px;
    display: flex;
    align-items: center;
    background: linear-gradient(208deg, #fff 0, #fff 57.41%, rgb(255 255 255 / .16) 100%)
}

.section9 .sec_right img {
    width: 100%;
    min-width: 550px;
    transform: translate(-50px, 0);
    animation: 1s linear infinite blush
}

.genre_banner .banner_right img,
.genre_sec2 .sec_right .left,
.genre_sec2 .sec_right .right,
.section10 .sec_top h2 img,
.section11 .sec_top h2 img {
    animation: 1s linear infinite move
}

@keyframes blush {

    0%,
    100% {
        filter: drop-shadow(2px 4px 6px #005cff)
    }

    50% {
        filter: drop-shadow(0 0 0 #005cff)
    }
}

.about-sec3 .sec_right #counter .box,
.cnter-head p,
.section10 .sec_top,
.section11 .sec_top {
    text-align: center
}

.section10 .sec_top h2 {
    text-transform: capitalize;
    line-height: 0
}

.section10 .sec_top h2 .primary_clr {
    display: inline-block;
    font-size: 110px;
    line-height: 90px;
    transform: translate(0, 20px)
}

.section10 .sec_top h2 img {
    width: 80px;
    transform: translate(-20px, -20px)
}

.section10 .sec_content .box h3 {
    color: #c3c3c3;
    font-size: 60px;
    margin: 0;
    transform: translateX(-20px)
}

.section10 .sec_content .box h6 {
    margin: 0 0 10px
}

.section10 .sec_content .box p {
    font-size: 14px;
    height: 105px;
    color: #7b7b7b
}

.section10 .sec_content .sec_left {
    display: flex;
    flex-direction: column;
    gap: 50px
}

.section10 .sec_content .combo_btn {
    justify-content: center;
    margin-top: 10px
}

.section11 {
    background: linear-gradient(180deg, #dcf9d3 0, #fff0 100%);
}

.genre_sec4 .sec_top h2 .line_break,
.section11 .sec_top h2 span.line_break {
    transform: translateX(-100px)
}

.section11 .sec_top h2 img {
    width: 80px;
    transform: translate(0, -10px)
}

.section11 .sec_top h2 .primary_clr {
    position: absolute;
    bottom: -40px;
    right: -90px;
    font-size: 110px
}

.section11 .sec_content ul.sec11_slider .box {
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / .03);
    background: #fff;
    border: 1px solid rgb(0 0 0 / .07);
    border-radius: 30px;
    padding: 30px 50px 30px 30px;
    position: relative;
    z-index: 1;
    opacity: .4;
    filter: blur(2px);
    transition: .4s linear
}

.section11 .sec_content ul.sec11_slider .box::after {
    content: "";
    width: 38px;
    height: 28px;
    background: url(../images/quotes.png) 0 0/contain;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: -1
}

.section11 .sec_content ul.sec11_slider .slick-slide {
    margin: 0 30px
}

.editing_sec3 .sec_content .editing_sec3_slider .slick-dots,
.section11 .sec_content ul.sec11_slider .slick-dots {
    bottom: -55px
}

.editing_sec3 .sec_content .editing_sec3_slider .slick-dots li,
.section11 .sec_content ul.sec11_slider .slick-dots li {
    width: unset;
    height: unset
}

.editing_sec3 .sec_content .editing_sec3_slider .slick-dots li button,
.section11 .sec_content ul.sec11_slider .slick-dots li button {
    width: 20px;
    height: 10px;
    border-radius: 50px;
    background: #7e7e7e;
    padding: 0;
    transition: .4s linear
}

.editing_sec3 .sec_content .editing_sec3_slider .slick-dots li.slick-active button,
.section11 .sec_content ul.sec11_slider .slick-dots li.slick-active button {
    width: 55px;
    background: #356959
}

.section11 .sec_content ul.sec11_slider .slick-current .box {
    opacity: 1;
    filter: unset
}

.section11 .sec_content ul.sec11_slider .box .box_img {
    width: 40%
}

.section11 .sec_content ul.sec11_slider .box .box_img img {
    width: 100%;
    height: 100%
}

.section11 .sec_content ul.sec11_slider .box .box_body {
    width: 60%
}

.section11 .sec_content ul.sec11_slider .box .box_body p {
    font-size: 14px;
    height: 80px;
    margin-bottom: 20px
}

.section11 .sec_content ul.sec11_slider .box .box_body h6 {
    font-size: 18px;
    text-transform: uppercase
}

.section11 .sec_content ul.sec11_slider .box .box_body h6 span {
    display: block;
    font-size: 14px;
    color: grey
}

.section12 {
    padding: 80px 0 0;
    background: linear-gradient(180deg, #fff0d9 0, #fff 100%);
    border-radius: 144px 144px 0 0
}

.section12 .sec_top h2 {
    text-align: center;
    text-transform: capitalize
}

.section12 .sec_top h2 .primary_clr {
    display: inline-block;
    font-size: 110px;
    transform: translateY(-25px)
}

.section12 .sec_top ul li a {
    display: block;
    width: 280px;
    background: cyan;
    border: 1px solid #000;
    border-radius: 100px;
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 10px
}

.section12 .sec_top ul li:first-child a {
    background: #fff6d6;
    border-color: #fd6;
    box-shadow: inset 0 -4px 1px #fd6;
    transition: .1s ease-out
}

.section12 .sec_top ul li:first-child a:hover {
    box-shadow: inset 0 0 0 #fd6
}

.section12 .sec_top ul li:nth-child(2) a {
    background: #d6e6ff;
    border-color: #67a2ff;
    box-shadow: inset 0 -4px 1px #67a2ff;
    transition: .1s ease-out
}

.section12 .sec_top ul li:nth-child(2) a:hover {
    box-shadow: inset 0 0 0 #67a2ff
}

.section12 .sec_top ul li:nth-child(3) a {
    background: #ffd1d3;
    border-color: #ff7c81;
    box-shadow: inset 0 -4px 1px #ff7c81;
    transition: .1s ease-out
}

.section12 .sec_top ul li:nth-child(3) a:hover {
    box-shadow: inset 0 0 0 #ff7c81
}

.section12 .sec_top ul li:nth-child(4) a {
    background: #cbffe6;
    border-color: #4affa8;
    box-shadow: inset 0 -4px 1px #4affa8;
    transition: .1s ease-out
}

footer .info,
footer .menu {
    border-right: 1px solid #ffffff0f
}

.section12 .sec_top ul li:nth-child(4) a:hover {
    box-shadow: inset 0 0 0 #4affa8
}

.section12 .sec_top ul li a img {
    width: 64px;
    height: 64px
}

.section12 .sec_top ul li a h6 {
    margin: 0;
    font-size: 20px;
    color: #000;
    text-transform: capitalize
}

.section12 .sec_top ul li a h6 span {
    display: block;
    font-size: 16px
}

.sec_form::before {
    content: "";
    width: 50%;
    height: 100%;
    background: #446939;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.genre_banner,
.genre_banner .banner_left h1,
.genre_sec2,
.sec_form .sec_left h2,
.sec_form .sec_right,
.sec_form .sec_right form h2,
footer {
    position: relative;
    z-index: 1
}

.sec_form .sec_left {
    padding: 90px 0
}

.sec_form .container {
    background: #436937;
    border-radius: 0 469px 469px 0
}

.sec_form .sec_left h2 {
    color: #fff;
    text-transform: capitalize;
    display: inline-block
}

.sec_form .sec_left h2 .primary_clr {
    font-size: 110px;
    position: absolute;
    right: -40px;
    bottom: -45px;
    z-index: 2
}

.sec_form .sec_left .accordion {
    margin-top: 30px;
    border: 0
}

.sec_form .sec_left .accordion .accordion-item {
    border: 0;
    background: 0 0;
    border-bottom: .5px solid rgb(220 220 220 / .3);
    margin-top: 25px
}

.sec_form .sec_left .accordion .accordion-item .accordion-button {
    border: unset;
    border-radius: unset;
    background: 0 0;
    color: #fff;
    box-shadow: unset;
    font-family: aghaFont-Bold;
    padding: 15px 0;
    font-size: 20px
}

.sec_form .sec_left .accordion .accordion-item .accordion-button::after {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    background-size: contain
}

.sec_form .sec_left .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png);
    transform: rotate(-180deg)
}

.sec_form .sec_left .accordion .accordion-item .accordion-body {
    padding: 10px 0;
    color: #fff;
    font-size: 14px
}

.sec_form .sec_right {
    width: 580px;
    height: 580px;
    background: #fff;
    border-radius: 100%;
    margin-left: auto;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px
}

.sec_form .sec_right::before {
    content: "";
    width: 281px;
    height: 182px;
    background: url(../images/send_letter.png) 0 0/contain no-repeat;
    position: absolute;
    left: -40px;
    bottom: 20px
}

.sec_form .sec_right form h2 {
    text-align: center;
    margin-bottom: 30px
}

.sec_form .sec_right form h2 .primary_clr {
    display: block;
    font-size: 110px;
}

.sec_form .sec_right form input,
.sec_form .sec_right form textarea {
    width: 100%;
    height: 40px;
    border: unset;
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
    outline: 0;
    color: #000;
    font-size: 14px
}

footer::after,
footer::before {
    border-radius: 100%;
    background: #8bbf23;
    filter: blur(240px);
    position: absolute;
    z-index: -1;
    content: ""
}

.sec_form .sec_right form textarea {
    height: 80px;
    resize: unset
}

.editing_sec3 .sec_content .editing_sec3_slider .box .img img,
.sec_form .sec_right form .btn {
    margin: 0 auto
}

.section13 {
    padding: 40px 0;
    display: none
}

footer {
    background: #426935;
    padding: 60px 0 0;
    overflow: hidden;
    border-top: 2px solid #639953;
}

footer::before {
    width: 400px;
    height: 300px;
    fill: #fff;
    top: -40px;
    left: -90px
}

footer::after {
    width: 820px;
    height: 200px;
    fill: rgb(237 28 36 / .5);
    top: 0;
    right: -200px
}

footer .menu {
    padding: 0 50px
}

footer .info {
    padding-right: 50px
}

footer .link {
    padding-left: 50px
}

footer .info p {
    color: #fff;
    margin: 30px 0;
    font-size: 14px
}

footer .link h6,
footer .menu h6 {
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1
}

footer .link h6::after,
footer .menu h6::after {
    content: "";
    width: 44px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: -10px;
    bottom: 0;
    z-index: -1
}

footer .menu ul {
    margin-bottom: 40px
}

footer .menu ul li a {
    color: #fff;
    font-size: 14px;
    transition: .4s linear;
    transform: translateX(0) scale(1);
    display: inline-block
}

footer .menu ul li a:hover {
    transform: translateX(-10px) scale(1.065)
}

footer .link ul {
    display: flex;
    gap: 10px;
    margin: 0 0 20px
}

footer .link ul li a {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: 0 0;
    color: #fff;
    transition: .2s linear;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center
}

footer .link ul li a:hover {
    background: #527b36;
}

footer .main_ft {
    background: linear-gradient(165deg, #81b126 0, #8bc107 66.41%, #649701 100%);
    border-radius: 43px 43px 0 0;
    padding: 15px 0
}

footer .main_ft p,
footer .main_ft ul li a {
    color: #fff;
    font-size: 14px
}

footer .main_ft p a {
    color: #001c4c
}

footer .main_ft ul {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px
}

.genre_banner {
    background: url(../images/fiction/banner-bg.png) center/cover;
    padding: 120px 0 0
}

.about-banner,
.editing-banner {
    padding: 120px 0 350px;
    overflow: visible
}

.genre_banner .banner_left h1 {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    margin: 0
}

.genre_banner .banner_left h1 .primary_clr {
    position: absolute;
    bottom: -25px;
    font-size: 110px
}

.genre_banner .banner_left p {
    color: #fff;
    margin: 10px 0 25px
}

.genre_banner .banner_left .badge {
    margin-top: 30px
}

.genre_banner .banner_right {
    text-align: center;
    transform: translateY(60px)
}

.genre_sec2 {
    background: #f4f8ff
}

.genre_sec2 .sec_before {
    position: absolute;
    top: 200px;
    right: 0;
    z-index: -1
}

.genre_sec2 .sec_left h2 {
    text-transform: capitalize;
    position: relative;
    z-index: 1
}

.genre_sec2 .sec_left h2 span.primary_clr {
    position: absolute;
    bottom: -85px;
    left: -30px;
    font-size: 110px
}

.genre_sec2 .sec_left p {
    margin-top: 20px
}

.genre_sec2 .sec_right {
    margin-top: 20px;
    position: relative;
    z-index: 1
}

.genre_sec2 .sec_right .left {
    width: 120px;
    position: absolute;
    bottom: 0;
    left: 0
}

.genre_sec2 .sec_right .right {
    width: 100px;
    position: absolute;
    right: 0;
    top: 0
}

.genre_sec2 .sec_right .flip-clock-container [class|=flip-item] .flip-digit>span::after,
.genre_sec2 .sec_right .flip-clock-container [class|=flip-item] .flip-digit>span::before {
    font-size: 35px
}

.genre_sec2 .sec_right .genre_form {
    width: 70%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    animation: 1s linear infinite blush
}

.genre_sec2 .sec_right .genre_form .genre_form_before {
    width: 166px;
    position: absolute;
    left: -35px;
    top: -122px;
    z-index: -1
}

.genre_sec2 .sec_right .genre_form .genre_form_after {
    width: 100%;
    height: 150px;
    background: #fff;
    border-radius: 45px 45px 0 0;
    display: flex;
    justify-content: center;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -1
}

.genre_sec2 .sec_right .genre_form h3 {
    display: inline-block;
    margin: 0 0 0 90px;
    position: relative;
    text-align: center;
    z-index: 1
}

.genre_sec2 .sec_right .genre_form h3 .primary_clr {
    font-size: 110px;
    color: #000;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    position: absolute;
    top: -40px;
    right: -100px
}

.genre_sec2 .sec_right .genre_form .genre_form_wrapper {
    width: 100%;
    height: 100%;
    background: #013ca6;
    background: linear-gradient(165deg, #081411 0, #356959 66.41%, #2f4941 100%);
    border-radius: 45px;
    padding: 30px 20px;
    box-shadow: -18px 31px 76px 0 rgb(0 0 0 / .35)
}

.genre_sec2 .sec_right .genre_form h6 {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: Poppins, sans-serif;
    margin: 0
}

.genre_sec2 .sec_right .genre_form form {
    width: 100%;
    margin-top: 10px
}

.genre_sec2 .sec_right .genre_form form .control_form {
    margin-top: 15px
}

.genre_sec2 .sec_right .genre_form form .control_form input,
.genre_sec2 .sec_right .genre_form form .control_form textarea {
    background: 0 0;
    border: .91px solid #fff;
    padding: 10px 15px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    border-radius: 27px;
    box-shadow: none;
    outline: 0;
    font-family: Poppins, sans-serif
}

.genre_sec2 .sec_right .genre_form form .control_form textarea {
    height: 100px;
    resize: unset
}

.genre_sec2 .sec_right .genre_form form .control_form input::placeholder,
.genre_sec2 .sec_right .genre_form form .control_form textarea::placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #fff
}

.genre_sec2 .sec_right .genre_form form .btn_1 {
    margin: 20px auto 0
}

.genre_sec2 .sec_right .genre_form form .btn_1 span {
    border-color: #fff
}

.author_sec2 .sec_content h2,
.authors_sec2 .sec_top h2,
.genre_sec4 .sec_top h2 {
    display: inline-block;
    position: relative;
    z-index: 1
}

.genre_sec4 .sec_top h2::before {
    content: "";
    width: 97px;
    height: 101px;
    background: url(../images/crown-book.png) 0 0/contain;
    position: absolute;
    top: -25px;
    left: -100px;
    z-index: -1;
    animation: 1s linear infinite move
}

.genre_sec4 .sec_top h2 .primary_clr {
    font-size: 110px;
    position: absolute;
    right: -110px;
    bottom: -50px
}

.genre_sec4 .sec_content .swiper {
    width: 100%;
    padding: 0 0 5px
}

.genre_sec4 .sec_content .box {
    width: 100%;
    position: relative;
    z-index: 1
}

.genre_sec4 .sec_content .box>.box_back,
.genre_sec4 .sec_content .box>.box_front {
    display: block;
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    transition-duration: .5s;
    transition-property: transform, opacity
}

.genre_sec4 .sec_content .box>.box_front {
    transform: rotateY(0);
    border-radius: 34px;
    background: #fff;
    border: 1px solid rgb(0 0 0 / .07);
    box-shadow: 0 5px 23px 0 rgb(0 0 0 / .03);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding: 30px
}

.genre_sec4 .sec_content .box>.box_front h5 {
    text-transform: uppercase;
    text-align: center
}

.genre_sec4 .sec_content .box>.box_back {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding: 30px
}

.genre_sec4 .sec_content .box>.box_back h5 {
    margin: 0
}

.genre_sec4 .sec_content .box:hover>.box_front {
    transform: rotateY(180deg)
}

.genre_sec4 .sec_content .box:hover>.box_back {
    opacity: 1;
    transform: rotateY(0);
    border-radius: 34px;
    background: #fff;
    border: 1px solid rgb(0 0 0 / .07);
    box-shadow: 0 5px 23px 0 rgb(0 0 0 / .03)
}

.genre_sec4 .sec_content .box:hover>.box_back p {
    height: 200px
}

.genre_sec4 .sec_content .paragraph {
    display: none;
    text-align: center;
    margin-top: 30px
}

.about-banner .banner_after,
.about-banner .banner_before {
    bottom: 70px
}

.about-banner .banner_content h4 {
    color: #fff;
    margin: 0
}

.about-banner .banner_content .love_book,
.about-banner .banner_content .star {
    display: block;
    margin: 0 auto 20px
}

.about-banner .banner_content h1 {
    font-size: 110px;
    line-height: 110px;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1
}

.about-banner .banner_content .left_book {
    width: 70px;
    animation: 1s linear infinite move
}

.about-banner .banner_content .right_book {
    width: 130px;
    transform: translate(-20px, 10px);
    animation: 1s linear infinite move
}

.about-banner .banner_content .heading {
    display: inline-block;
    background: linear-gradient(193deg, #fff 0, #42977d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    transform: translateX(50px)
}

.about-banner .banner_content .fly_book {
    display: inline-block;
    width: 120px;
    z-index: 1;
    position: relative;
    animation: 1s linear infinite move
}

.about-banner .banner_content .primary_clr {
    font-size: 150px;
    color: #fff;
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    transform: translate(-20px, 30px);
    display: inline-block;
    z-index: -1
}

.about-banner .banner_content p {
    font-size: 25px;
    color: #fff
}

.about-banner .inner {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -300px
}

.about-sec2::before {
    content: "";
    width: 50%;
    height: 100%;
    background: #fff6e8;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.about-sec2 .container {
    background-color: #fff6e8;
    border-radius: 0 300px 300px 0;
    padding: 40px 0
}

.about-sec2 .sec_left h2 {
    display: inline-block;
    text-transform: capitalize;
    position: relative
}

.about-sec2 .sec_left h2 span.primary_clr {
    font-size: 110px
}

.about-sec2 .sec_left p {
    height: 120px;
    margin-top: 20px
}

.about-sec2 .combo_btn .btn:hover span {
    color: #356959
}

.about-sec2 .sec_right {
    width: 490px;
    height: 490px;
    background: #fff;
    border-radius: 100%;
    margin-left: auto;
    margin-right: 40px;
    display: flex;
    align-items: center;
    background: linear-gradient(208deg, #fff 0, #fff 57.41%, rgb(255 255 255 / .16) 100%);
    position: relative;
    z-index: 1
}

.about-sec2 .sec_right .left {
    width: 150px;
    position: absolute;
    left: -20px;
    top: 80px;
    animation: 1s linear infinite move
}

.about-sec2 .sec_right .center {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    animation: 1s linear infinite blush
}

.about-sec2 .sec_right .right {
    width: 140px;
    position: absolute;
    right: -30px;
    top: 80px;
    animation: 1s linear infinite move
}

.about_gap {
    margin-top: 300px
}

.about-sec3 {
    background: linear-gradient(180deg, #f4f8ff 0, #fff 100%);
    position: relative;
    z-index: 1
}

.about-sec3 .sec_before {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.about-sec3 .sec_right h2 {
    padding-left: 0;
    position: relative;
    z-index: 1;
    width: 80%
}

.about-sec3 .sec_right h2 .primary_clr {
    font-size: 110px;
}

.authors_sec2 .sec_top h2::before,
.authors_sec2::before,
.contact_sec2::before {
    content: "";
    position: absolute;
    z-index: -1
}

.about-sec3 .sec_right #counter {
    display: flex;
    align-items: center;
    gap: 50px;
    margin: 40px 0
}

.about-sec3 .sec_right #counter .box p {
    margin: 0;
    font-size: 14px
}

.about-sec5 .sec_top h2 .line_break {
    transform: translateX(-90px)
}

.about-sec5 .sec_top h2 .primary_clr {
    bottom: 16px;
    right: -140px
}

.editing-banner {
    background: url(../images/book-editing/banner-bg.png) top center/cover
}

.editing-banner .banner_content h1 {
    line-height: 100px
}

.editing-banner .banner_content .left_book {
    width: 100px;
    animation: 1s linear infinite move
}

.editing-banner .banner_content .right_book {
    width: 130px;
    transform: translate(-30px, 0);
    animation: 1s linear infinite move
}

.editing-banner .banner_content .heading {
    transform: translateX(10px)
}

.editing-banner .banner_content .fly_book {
    width: 140px;
    animation: 1s linear infinite move
}

.editing-banner .sec_right .center {
    max-width: 490px
}

.editing_sec2 {
    background: linear-gradient(180deg, #f4f8ff 0, #fff 100%)
}

.editing_sec2 .sec_top h2 .pencil {
    transform: translateX(14px)
}

.editing_sec2 .sec_top h2 .primary_clr {
    right: -100px;
    bottom: -35px
}

.editing_sec3 {
    background: linear-gradient(180deg, #fff6e8 0, #fff0 100%)
}

.authors_sec2,
.contact_sec2 {
    background: #446938;
    position: relative
}

.editing_sec3 .sec_top h2 .primary_clr {
    display: inline-block;
    font-size: 110px;
    transform: translate(-40px, 25px)
}

.editing_sec3 .sec_content .editing_sec3_slider .slick-slide {
    margin: 0 15px
}

.editing_sec3 .sec_content .editing_sec3_slider .box {
    background: #fff;
    padding: 40px 30px;
    border-radius: 34px;
    border: 1px solid rgb(54 225 215 / .5);
    text-align: center
}

.editing_sec3 .sec_content .editing_sec3_slider .slick-slide:first-child .box {
    border-color: rgb(54 179 225 / .5)
}

.editing_sec3 .sec_content .editing_sec3_slider .slick-slide:nth-child(2) .box {
    border-color: rgb(54 225 215 / .5)
}

.editing_sec3 .sec_content .editing_sec3_slider .slick-slide:nth-child(3) .box,
.editing_sec3 .sec_content .editing_sec3_slider .slick-slide:nth-child(5) .box {
    border-color: rgb(225 54 208 / .5)
}

.editing_sec3 .sec_content .editing_sec3_slider .slick-slide:nth-child(4) .box {
    border-color: rgb(219 197 6 / .5)
}

.editing_sec3 .sec_content .editing_sec3_slider .slick-slide:nth-child(6) .box {
    border-color: rgb(255 92 0 / .5)
}

.editing_sec3 .sec_content .editing_sec3_slider .box h5 {
    margin: 10px 0;
    text-transform: uppercase
}

.editing_sec3 .sec_content .editing_sec3_slider .box p {
    height: 96px
}

.authors_sec2 {
    z-index: 1
}

.authors_sec2::before {
    width: 100%;
    height: 100%;
    border-radius: 144px 144px 0 0;
    background: linear-gradient(180deg, #e8f0ff 0, #fff 100%);
    top: 0;
    left: 0
}

.authors_sec2 .sec_top h2::before {
    width: 96px;
    height: 86px;
    background: url(../images/book.png) 0 0/contain no-repeat;
    top: 10px;
    left: -90px;
    animation: 1s linear infinite move
}

.authors_sec2 .sec_top h2 .primary_clr {
    display: inline-block;
    font-size: 110px;
    transform: translateY(30px)
}

.authors_sec2 .box {
    width: 100%;
    height: 490px;
    background: #fff;
    padding: 30px;
    border: 1px solid rgb(0 0 0 / .07);
    border-radius: 34px;
    box-shadow: 0 5px 23px 0 rgb(0 0 0 / .03);
    margin-top: 25px;
    overflow: hidden;
    transition: .4s ease-out
}

.authors_sec2 .box .img {
    width: 100%;
    height: 380px;
    border: 1px solid rgb(0 0 0 / .07);
    border-radius: 29px;
    transition: .4s ease-out;
    overflow: hidden
}

.authors_sec2 .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.authors_sec2 .box:hover .img {
    width: 80px;
    height: 80px;
    border-radius: 100px
}

.authors_sec2 .box h5 {
    text-transform: uppercase;
    margin: 20px 0;
    transition: .4s ease-out
}

.authors_sec2 .box:hover h5 {
    margin: 15px 0
}

.authors_sec2 .box p {
    font-size: 14px;
    height: 110px;
    margin-bottom: 10px;
    transition: .4s ease-out;
    opacity: 0
}

.authors_sec2 .box:hover a,
.authors_sec2 .box:hover p {
    opacity: 1
}

.authors_sec2 .box a {
    color: #000;
    font-size: 14px;
    display: inline-block;
    transition: .4s ease-out;
    opacity: 0;
    position: relative;
    z-index: 1
}

.authors_sec2 .box a::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/author/arrow.png) 0 0/contain no-repeat;
    position: absolute;
    top: 5px;
    right: -15px;
    transform: rotate(0);
    transition: .4s ease-out;
    z-index: 1
}

.authors_sec2 .box a:hover::after {
    transform: rotate(45deg)
}

.contact_banner {
    padding-top: 80px
}

.contact_sec2 {
    border-radius: 0;
    z-index: 1
}

.contact_sec2::before {
    width: 100%;
    height: 100%;
    border-radius: 144px 144px 0 0;
    background: linear-gradient(180deg, #fff0d9 0, #fff 100%);
    top: 0;
    left: 0
}

.author_details_banner {
    padding: 150px 0 200px
}

.author_details_banner .banner_before {
    bottom: 0
}

.author_details_banner .banner_left {
    padding: 20px;
    height: 440px;
    background: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.author_details_banner .banner_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px
}

.author_details_banner .banner_right {
    width: 100%;
    height: 440px;
    padding: 30px;
    backdrop-filter: blur(54px);
    background: rgb(54 107 91 / 75%);
    border: 1px solid #356959;
    border-radius: 29px;
    z-index: 1;
    display: flex;
    align-items: center
}

.author_details_banner .banner_right .left h1 {
    color: #fff;
    margin: 20px 0 0;
    text-transform: capitalize
}

.author_details_banner .banner_right .left ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin: 20px 0 30px
}

.author_details_banner .banner_right .left ul li {
    width: 100%;
    border-right: 1px solid #ffffff4f
}

.author_details_banner .banner_right .left ul li:last-child {
    border: 0
}

.author_sec2::before,
.policy_content::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 144px 144px 0 0;
    position: absolute;
    left: 0;
    z-index: -1
}

.author_details_banner .banner_right .left ul li p {
    color: #fff;
    font-weight: 700
}

.author_details_banner .banner_right .left ul li p span {
    display: block;
    font-weight: 300;
    margin-top: 10px
}

.author_details_banner .banner_right .left .para_1 {
    color: #fff;
    opacity: .7
}

.author_details_banner .banner_right .left .career {
    color: #fff;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.author_details_banner .banner_right .left .career span {
    background: #24453b;
    border-radius: 23px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 300
}

.author_details_banner .banner_right .right ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px
}

.author_details_banner .banner_right .right ul li {
    background: #24453b;
    color: #fff;
    border-radius: 30px;
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.author_sec2 {
    position: relative;
    padding: 0 0 100px;
    background: linear-gradient(180deg, #e8f0ff 0, #fff 100%);
    z-index: 1
}

.author_sec2::before {
    background: linear-gradient(180deg, #e8f0ff 0, #f7faff 100%);
    top: -140px
}

.author_sec2 .sec_content h2::before {
    content: "";
    width: 97px;
    height: 101px;
    background: url(../images/crown-book.png) 0 0/contain;
    position: absolute;
    top: -25px;
    left: -100px;
    z-index: -1;
    animation: 1s linear infinite move
}

.author_sec2 .sec_content h2 .primary_clr {
    font-size: 110px;
    position: absolute;
    top: -100px;
    left: 47%;
    transform: translateX(-50%)
}

.author_sec2 .sec_content p {
    margin-top: 20px;
    font-size: 20px
}

.policy_banner {
    background: #45693b;
    padding: 180px 0 80px
}

.policy_banner .banner_content h1 {
    color: #fff;
    letter-spacing: 10px;
    text-transform: uppercase
}

.policy_content {
    padding: 100px 0;
    background: #45693b;
    position: relative;
    z-index: 1
}

.policy_content::before {
    background: #fff;
    top: 0
}

.new-sec {
    background: #f4f8ff;
    padding-top: 20px
}

.cnter-head h2 {
    text-align: center;
    font-size: 52px
}

.list-item li {
    padding: 10px 0 0
}

.why-choose-new {
    padding: 60px 0
}

.why-choose-new h3 {
    font-size: 26px;
    margin-bottom: 0;
    padding-top: 10px
}

.gapps {
    padding-top: 30px
}

.cnter-head h4 {
    text-align: center;
    color: #356959
}

.subs-heds h3 {
    font-size: 30px;
    margin-bottom: 0;
    padding-top: 20px
}

.subs-heds p {
    margin-top: 0 !important
}

.main_ft a {
    color: #fff !important
}

.section3 {
    display: none
}

.badge {
    display: none
}

.desk-non {
    display: none;
}

.ghost-writing-sec .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.timmer_content {
    display: none;
}

.banner .banner_left .combo_btn a span {
    border: 1px solid #fff;
}

.banner .banner_left .combo_btn a:hover span {
    color: #000;
    border: 1px solid #356959;
    background: #fff !important;
}