.banner,
.services .sec_content .sec_left,
header .navbar,
header .navbar ul li {
    position: relative
}

.banner::before,
header {
    width: 100%;
    position: absolute;
    left: 0
}

header {
    top: 0;
    z-index: 2
}

header .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center
}

header .navbar .main_menu {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 40px
}

.about_us_writer .sec_top .custom-arrows button::before,
.ghostwriter-section.md-none,
.our_reviews,
.our_services.md-none,
.why_choose_us.md-none,
body.book-editing-services-page .why_choose_us .sec_top h2 span.font-800::before,
header .navbar .menu-toggle,
header .navbar ul li:last-child::before {
    display: none
}

header .navbar ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 40px
}

header .navbar ul li::before {
    content: "";
    width: 2px;
    height: 60%;
    background: #fff;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1
}

.our_reviews .box .content span.book_name,
header .navbar ul li a {
    color: var(--light-color);
    transition: var(--cubic)
}

header .navbar ul li a:hover {
    color: #fc0
}

header .navbar ul li.services_dropdown>a i {
    margin-left: 6px;
    transition: transform .3s
}

header .navbar ul li.services_dropdown.active>a i {
    transform: rotate(180deg)
}

header .navbar ul li.services_dropdown .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #288af6;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 50px #0d41b5 inset;
    min-width: 500px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    transition: .3s;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
    z-index: 100
}

header .navbar ul li.services_dropdown .dropdown li {
    list-style: none;
    flex: 0 0 49.4%
}

header .navbar ul li.services_dropdown .dropdown li a {
    display: block;
    color: var(--light-color);
    background: #1d7a8c;
    box-shadow: 0 0 50px #0d41b5 inset;
    transform: skewX(0);
    padding: 10px 15px;
    transition: var(--cubic);
    white-space: nowrap
}
.gradient-text {
  background: linear-gradient(90deg, #F1BD05, #F08804);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .navbar ul li.services_dropdown .dropdown li a:hover {
    box-shadow: 0 0 1px 1px #181818
}

header .navbar ul li.services_dropdown.active .dropdown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.about_us_writer .sec_content ul li .box .info h6,
.contact_us .sec_left h6,
.contact_us .sec_right form .submit_btn,
.page_content .control_group h2,
.who_we_serve .sec_right .swiper .swiper-slide h4,
header .navbar .main_menu .combo_btn {
    margin: 0
}

header .navbar .main_menu .combo_btn .btn_1 .text {
    background: var(--primary-color)
}

.ghostwriter-section .sec_left .box_two h3,
.ghostwriter-section .sec_left .box_two p,
header .navbar .main_menu .combo_btn .btn_1 .text span {
    color: var(--dark-color)
}

.banner {
    background: url("../images/banner-bg.png") center/cover;
    padding: 150px 0 300px;
    z-index: 1
}

.banner::before {
    content: "";
    height: 240px;
    background: var(--gray-color);
    box-shadow: 0 0 70px 70px var(--light-color), inset 0 0 170px 170px var(--light-color);
    bottom: 0;
    z-index: 3
}

.banner .clock_tower_img {
    top: 60px;
    right: 0;
    z-index: 2
}

.about_us_banner .banner_left h6,
.banner .banner_left h6,
.contact_us_banner .banner_left h6,
.services_banner .banner_left h6 {
    width: fit-content;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    color: var(--light-color);
    border: 1px solid var(--light-color);
    border-radius: 20px;
    padding: 0 20px;
    margin: 0
}

.about_us_banner .banner_left h1,
.banner .banner_left h1,
.contact_us_banner .banner_left h1,
.services_banner .banner_left h1 {
    color: var(--light-color);
    margin: 25px 0
}

.about_us_banner .banner_left h1 img,
.banner .banner_left h1 img,
.contact_us_banner .banner_left h1 img,
.services_banner .banner_left h1 img {
    display: inline-block
}

.about_us_banner .banner_left p,
.banner .banner_left p,
.contact_us_banner .banner_left p,
.services_banner .banner_left p {
    color: var(--light-color);
    padding-left: 20px;
    margin: 0;
    position: relative;
    z-index: 1
}

.about_us_banner .banner_left p::before,
.banner .banner_left p::before,
.contact_us_banner .banner_left p::before,
.services_banner .banner_left p::before {
    content: "";
    width: 6px;
    height: 90%;
    border-radius: 20px;
    background: var(--warning-color);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1
}

.about_us .sec_right,
.about_us_about .sec_left,
.about_us_about .sec_right,
.about_us_banner .banner_right,
.about_us_writer,
.banner .banner_right,
.contact_us_banner .banner_right,
.our_services .boxes .box .img,
.services_banner .banner_right,
.services_sec2 .sec_left,
.why-us .sec_right h2,
.why_choose_us .sec_top h2 span.font-800 {
    position: relative;
    z-index: 1
}

.banner .banner_right .banner_right_book,
.banner .banner_right .banner_right_shape,
.banner .banner_right .seller_badge,
.banner .banner_right .up_arrow_icon,
.banner .clock_tower_img {
    position: absolute
}

.banner .banner_right .up_arrow_icon {
    top: 220px;
    left: 100px
}

.banner .banner_right .woman_img {
    margin-left: auto;
    transform: translateX(135px) translateY(0)
}

.banner .banner_right .woman_img img {
    display: block;
    transform: rotate(0) scale(1);
    transition: var(--cubic)
}

.banner .banner_right .woman_img img:hover {
    transform: rotate(-1deg) scale(1.065)
}

.banner .banner_right .banner_right_shape {
    bottom: -20px;
    right: -140px;
    z-index: -1
}

.banner .banner_right .seller_badge {
    top: -50px;
    left: -30px;
    z-index: 0
}

.banner .banner_right .banner_right_book {
    top: -15px;
    left: 0;
    z-index: -1
}

.banner .banner_right .banner_right_book img {
    display: block;
    transform: rotate(0);
    transition: var(--cubic)
}

.banner .banner_right .banner_right_book img:hover {
    transform: rotate(-10deg)
}

.banner .banner_inner {
    width: 100%;
    height: 440px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3
}

.about_us_writer .sec_content ul.writer_slider .slick-slide,
.banner .banner_inner .sec_one_slider .slick-slide {
    margin: 0 10px
}

.banner .banner_inner .sec_one_slider .slick-slide .box {
    width: 100%;
    height: 440px
}

.banner .banner_inner .sec_one_slider .slick-slide .box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pin-section {
    height: 100vh;
    position: relative
}

.our_services {
    padding: 140px 0
}

.our_services .our_services_top h2 {
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 1
}

.our_services .our_services_top h2::before {
    content: "Our Services";
    width: 125px;
    height: 30px;
    transform: rotate(-6.439deg) translateX(-50%);
    font-size: 20px;
    line-height: 1.5;
    background: var(--primary-color);
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    position: absolute;
    top: -30px;
    left: 50%;
    z-index: 2
}

.our_services .our_services_top p {
    text-align: center;
    opacity: .7;
    margin-top: 15px
}

.our_services .boxes .box {
    background: var(--light-gray-color);
    padding: 35px 10px 5px;
    border-radius: 10px;
    position: relative;
    z-index: 3
}

.our_services .boxes .box h4 {
    margin: 0;
    padding: 0 20px
}

.our_services .boxes .box p {
    color: var(--dark-color);
    height: 90px;
    opacity: .7;
    text-align: left;
    padding: 0 20px;
    margin: 10px 0 25px
}

.about_us .sec_left h2::before,
.why-us .sec_right h2::before {
    width: 100px;
    height: 30px;
    font-size: 20px;
    line-height: 1.5;
    background: var(--secondary-color);
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    top: -20px;
    z-index: 2;
    position: absolute
}

.our_services .boxes .box .img a {
    display: block;
    transform: rotate(0);
    position: absolute;
    top: -40px;
    right: 20px;
    z-index: 2;
    transition: var(--cubic)
}

.our_services .boxes .box .img a:hover {
    transform: rotate(40deg)
}

.our_services .cta-buttons {
    justify-content: center;
    opacity: 0;
    transform: translateY(100px)
}

.about_us {
    background: url("../images/about-us-bg.webp") top right/cover;
    overflow: hidden
}

.about_us .sec_left h2 {
    color: var(--light-color);
    margin: 0;
    position: relative;
    z-index: 1
}

.about_us .sec_left h2::before {
    content: "aBOUT us";
    transform: rotate(-6.439deg);
    left: -20px
}

.about_us .sec_left p {
    margin: 25px 0;
    color: var(--light-color);
    opacity: .7
}

.about_us .sec_right .about-us-three-books,
.about_us .sec_right .best-seller-book,
.about_us .sec_right .yellow-star-shape {
    position: absolute;
    transition: var(--cubic)
}

.about_us .sec_right .woman-notebook img {
    transform: scale(1) translateY(0);
    transition: var(--cubic)
}

.about_us .sec_right .woman-notebook img:hover {
    transform: scale(1.1) translateY(-10px)
}

.about_us .sec_right .yellow-star-shape {
    width: 100%;
    top: 57%;
    left: 43%;
    transform: translate(-50%, -50%) scale(1.1);
    z-index: -3
}

.about_us .sec_right .about-us-three-books img,
.about_us .sec_right .best-seller-book img,
.about_us .sec_right .yellow-star-shape img {
    display: block;
    transition: var(--cubic)
}

.about_us .sec_right .yellow-star-shape img {
    animation: 20s linear infinite rotation
}

.about_us .sec_right .best-seller-book {
    top: 0;
    right: -150px;
    transform: scale(.9) rotate(0);
    z-index: -2
}

.about_us .sec_right .best-seller-book img {
    transform: rotate(0)
}

.about_us .sec_right .best-seller-book img:hover {
    transform: rotate(-5deg)
}

.about_us .sec_right .about-us-three-books {
    bottom: -20px;
    left: -140px;
    z-index: 0;
    transform: scale(.9)
}

.about_us .sec_right .about-us-three-books img {
    transform: translateY(0) rotate(0)
}

.about_us .sec_right .about-us-three-books img:hover {
    transform: translateY(-5px) rotate(-5deg)
}

.why-us .sec_right h2::before {
    content: "why us";
    transform: rotate(-6.439deg);
    color: var(--light-color);
    left: -10px
}

.ghostwriter-section .sec_right p,
.our_specialities .sec_left p,
.services_sec2 .sec_right p,
.services_sec4 .sec_left p,
.who_we_serve .sec_left p,
.why-us .sec_right p {
    margin: 25px 0;
    opacity: .8
}

.why-us .sec_right p.para_1 {
    height: 210px
}

.why-us .sec_right p.para_1 span {
    display: block;
    position: relative;
    z-index: 1;
    margin-top: 20px;
    padding-left: 25px
}

.why-us .sec_right p.para_1 span::before {
    content: "";
    width: 19px;
    height: 19px;
    position: absolute;
    top: 6px;
    left: 0;
    background: url(../images/icons/check.webp) 0 0/contain no-repeat;
    z-index: -1
}

.services .sec_top h2::before,
.why_choose_us .sec_top h2 span.font-800::before {
    background: var(--primary-color);
    color: var(--dark-color);
    position: absolute;
    top: -25px;
    left: -20px;
    height: 30px;
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    transform: rotate(-6.439deg)
}

.why_choose_us .sec_top h2 span.font-800::before {
    top: -10px;
    content: "Why Choose Us";
    width: 150px;
    z-index: 2
}

.why-us .sec_right p.para_1 span~span {
    margin-top: 10px
}

.why-us .sec_right .box {
    background: var(--bg-color);
    border-radius: 20px;
    margin-top: 25px;
    z-index: 1
}

.why-us .sec_right .box .content {
    border-radius: 20px;
    padding: 15px;
    transform: rotate(0) translate(0, 0);
    transition: var(--cubic);
    position: relative;
    z-index: 0
}

.why-us .sec_right .box .bg1 {
    background: var(--warning-color)
}

.our_story .sec_content .box_three,
.why-us .sec_right .box .bg2 {
    background: var(--accent-color)
}

.our_story .sec_content .box_one,
.why-us .sec_right .box .bg3 {
    background: var(--success-color)
}

.our_specialities h2::before,
.our_story .sec_content .box_two,
.why-us .sec_right .box .bg4 {
    background: var(--secondary-color)
}

.why-us .sec_right .box .content:hover {
    transform: rotate(5deg) translate(-10px, 15px);
    position: relative;
    z-index: 2
}

.why-us .sec_right .box .content h6 {
    margin: 15px 0 0;
    color: var(--light-color)
}

.why-us .sec_right .box .content p {
    color: var(--light-color);
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    opacity: 1
}

.faqs,
.services {
    background: url("../images/New-2/Image-6.png") center/cover;
    padding: 150px 0 250px;
    position: relative;
}

.faqs::after,
.services::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10, 35, 40, 0.705);
    pointer-events: none;
}

.faqs > *,
.services > * {
    position: relative;
    z-index: 1;
}

.services .sec_top h2 {
    position: relative;
    z-index: 1;
    color: var(--light-color)
}

.services .sec_top h2::before {
    content: "Our Services";
    width: 125px;
    z-index: 2
}

.services .sec_content {
    margin-top: 50px
}

.contact_us .sec_right form,
.our_story .sec_content .box .img img,
.services .sec_content .sec_left .my-tabs .img img,
.who_we_serve,
.why_choose_us .sec_content .box .img img,
footer .ft_services ul li {
    width: 100%
}

.services .sec_content .sec_right .tabs {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px
}

.services .sec_content .sec_right .tabs li .box {
    border-bottom: 1px solid var(--gray-color);
    padding-bottom: 10px;
    cursor: pointer
}

.ebook-process .sec_top h2,
.ghostwriter-section .sec_left .box p,
.services .sec_content .sec_right .tabs li .box h3,
footer .ft_menu h4 {
    color: var(--light-color);
    margin: 0
}

.services .sec_content .sec_right .tabs li .box .scroll_block {
    height: 0;
    transition: var(--cubic)
}

.services .sec_content .sec_right .tabs .current .box .scroll_block {
    height: 100px
}

.services .sec_content .sec_right .tabs li .box p {
    color: var(--light-color);
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0
}

.services .sec_content .sec_right .tabs li .box a {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 40px;
    color: var(--light-color);
    font-size: 18px;
    font-weight: 600
}

.why_choose_us .sec_top p {
    margin: 0;
    opacity: .7
}

.why_choose_us .sec_content {
    margin-top: 15px;
    height: 695px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.our_specialities::after,
.our_specialities::before {
    width: 100%;
    height: 50px;
    box-shadow: inset 0 0 30px 30px #ffc902d1, 0 0 30px 20px #ffc902d1;
    position: absolute;
    z-index: 2;
    background: 0 0;
    content: ""
}

.why_choose_us .sec_content .box {
    position: absolute;
    top: -200px;
    left: 0;
    width: 635px;
    padding: 25px;
    background: var(--success-color);
    border-radius: 20px;
    color: #fff;
    opacity: 0;
    transition: .8s;
    margin-top: 25px
}

.why_choose_us .sec_content .box span {
    font-size: 150px;
    line-height: 110px;
    color: var(--light-color);
    position: absolute;
    top: 20px;
    right: 20px;
    letter-spacing: -5.484px;
    opacity: .1
}

.why_choose_us .sec_content .box .img {
    width: 70px
}

.ghostwriter-section .sec_left .box h3,
.why_choose_us .sec_content .box h3 {
    color: var(--light-color);
    margin: 20px 0 10px
}

.audio-book-services-page .why_choose_us .sec_content .box h3,
body.book-illustration-services-page .why_choose_us .sec_content .box h3 {
    font-size: 35px
}

.why_choose_us .sec_content .box p {
    margin: 0;
    height: 120px;
    color: var(--light-color);
    opacity: .7
}

.why_choose_us .sec_content .box1.animate {
    top: 0;
    left: 0;
    opacity: 1;
    transform: translate(0, 0) !important
}

.why_choose_us .sec_content .box2.animate {
    top: 0;
    left: 660px;
    opacity: 1;
    transform: translate(0, 0) !important
}

.why_choose_us .sec_content .box3.animate {
    top: 345px;
    left: 0;
    opacity: 1;
    transform: translate(0, 0) !important
}

.why_choose_us .sec_content .box4.animate {
    top: 345px;
    left: 660px;
    opacity: 1;
    transform: translate(0, 0) !important
}

.why_choose_us .combo_btn {
    justify-content: center
}

.our_specialities {
    background: url("../images/our-specialities-bg.webp") center left/cover;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.our_specialities::before {
    top: 0;
    left: 0
}

.our_specialities::after {
    bottom: 0;
    left: 0
}

.about_us_about .sec_right h2,
.get_started .sec_right h2,
.ghostwriter-section .sec_right h2,
.masterpiece_sec .sec_top h2,
.our_specialities .sec_left h2,
.services_sec2 .sec_right h2,
.services_sec4 .sec_left h2,
.who_we_serve .sec_left h2 {
    margin: 0;
    position: relative;
    z-index: 1
}

.get_started .sec_right h2::before,
.ghostwriter-section .sec_right h2::before,
.our_specialities h2::before,
.who_we_serve .sec_left h2::before {
    width: 160px;
    transform: rotate(-6.439deg);
    position: absolute;
    top: -25px;
    left: -10px;
    color: var(--light-color);
    font-weight: 800;
    text-transform: uppercase;
    text-align: center
}

.our_specialities h2::before {
    content: "Our Specialities";
    height: 30px;
    font-size: 20px;
    line-height: 1.5;
    z-index: 2
}

.our_specialities .sec_right {
    display: flex
}

.our_specialities .swiper {
    width: 265px;
    height: 800px;
    margin: 0
}

.our_specialities .swiper .swiper-wrapper {
    transition-timing-function: linear !important
}

.our_specialities .swiper-slide {
    width: 100% !important;
    height: 245px !important;
    background: 0 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.our_specialities .sec_right .box {
    width: 240px;
    background: var(--light-color);
    border-radius: 20px;
    padding: 40px 15px 30px
}

.our_specialities .sec_right .box h6 {
    margin: 15px 0 5px
}

.our_specialities .sec_right .box p {
    height: 90px;
    margin: 0;
    font-size: 15px;
    line-height: 22px
}

.ghostwriter-section .sec_left {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 100px
}

.ghostwriter-section .sec_left .box {
    padding: 40px 25px;
    border-radius: 20px
}

.ghostwriter-section .sec_left .box_one {
    background: var(--success-color);
    transform: rotate(-5deg)
}

.ghostwriter-section .sec_left .box_two {
    background: var(--warning-color);
    transform: rotate(5deg)
}

.ghostwriter-section .sec_left .box_three {
    background: var(--secondary-color);
    transform: rotate(-5deg)
}

.ghostwriter-section .sec_left .box_two h3 {
    font-size: 42px
}

.faqs .sec_left h2::before,
.our_reviews .sec_top h2::before {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800
}

.ghostwriter-section .sec_right {
    position: relative;
    will-change: transform;
    padding-left: 40px !important
}

.get_started .sec_right h2::before,
.ghostwriter-section .sec_right h2::before,
.who_we_serve .sec_left h2::before {
    content: "Who We Serve";
    height: 30px;
    font-size: 20px;
    line-height: 1.5;
    background: var(--secondary-color);
    z-index: 2
}

.our_reviews {
    background: url("../images/review-bg.webp") top center/cover
}

.our_reviews .sec_top h2 {
    color: var(--light-color);
    position: relative
}

.our_reviews .sec_top h2::before {
    content: "Our Reviews";
    width: 150px;
    height: 30px;
    transform: rotate(-6.439deg) translateX(-50%);
    background: var(--primary-color);
    color: var(--dark-color);
    position: absolute;
    top: -20px;
    left: 50%;
    z-index: 2
}

.our_reviews .sec_top p {
    color: var(--light-color);
    opacity: .8
}

.our_reviews .sec_content {
    margin-top: 100px
}

.contact_us .sec_content,
.page_content .control_group,
footer .main_ft {
    margin-top: 40px
}

.our_reviews .our_reviews_slider .slick-slide {
    transform: scale(.6);
    transition: var(--cubic)
}

.our_reviews .our_reviews_slider .slick-slide.slick-active {
    transform: scale(.8)
}

.our_reviews .our_reviews_slider .slick-slide.slick-current.slick-center {
    transform: scale(1)
}

.our_reviews .box {
    width: 590px;
    height: 670px;
    padding: 20px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: var(--cubic)
}

.our_reviews .box .video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.our_reviews .box .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    transition: var(--cubic)
}

.our_reviews .box a.play_button {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: #ffffff00;
    backdrop-filter: blur(20px);
    box-shadow: 0 0 0 5px #ffffff21;
    display: flex;
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
    transition: var(--cubic)
}

.our_reviews .box a.play_button img {
    width: 50px;
    filter: invert(1);
    opacity: .6;
    transition: var(--cubic)
}

.our_reviews .our_reviews_slider .slick-slide.slick-current.slick-center .box:hover a.play_button {
    top: 30%
}

.our_reviews .box .client_info,
.our_reviews .box h4 {
    width: 350px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--light-color);
    color: var(--dark-color);
    text-align: center;
    border-radius: 30px;
    margin: 0;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 3;
    transition: var(--cubic);
    transition: .9s cubic-bezier(.615, 0, .07, 1)
}

.our_reviews .box h4 {
    width: fit-content;
    padding: 10px 20px;
    justify-content: start
}

.our_reviews .our_reviews_slider .slick-slide.slick-current.slick-center .box h4 {
    background: 0 0;
    color: var(--light-color);
    bottom: 60px
}

.our_reviews .box .client_info {
    width: 100px;
    gap: 10px;
    left: unset;
    right: 20px;
    bottom: 20px
}

.our_reviews .our_reviews_slider .slick-slide.slick-current.slick-center .box .client_info {
    bottom: 40px;
    color: var(--light-color);
    background: 0 0
}

.our_reviews .box .content {
    width: 550px;
    background: #ffffff00;
    backdrop-filter: blur(20px);
    box-shadow: 0 0 0 5px #ffffff21;
    padding: 20px;
    border-radius: 20px;
    position: absolute;
    bottom: -400px;
    left: 20px;
    transition: var(--cubic);
    z-index: 2
}

.our_reviews .our_reviews_slider .slick-slide.slick-current.slick-center .box .content {
    bottom: 20px
}

.our_reviews .box .content p {
    color: var(--light-color);
    height: 180px;
    margin: 0 0 70px
}

.who_we_serve .sec_right .swiper {
    width: 550px;
    margin-right: auto;
    padding: 50px 0
}

.who_we_serve .sec_right .swiper .swiper-slide {
    width: 100%;
    height: auto;
    background: var(--light-color);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
    position: relative;
    display: flex;
    flex-direction: column
}

.who_we_serve .sec_right .swiper .swiper-slide .quotation {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1
}

.who_we_serve .sec_right .swiper .swiper-slide .stars {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px
}

.who_we_serve .sec_right .swiper .swiper-slide p.scroll_block {
    margin: 25px 0 30px;
    height: 200px;
    opacity: .8
}

.faqs .sec_left h2 {
    color: var(--light-color);
    text-transform: capitalize;
    margin: 0;
    position: relative;
    z-index: 1
}

.faqs .sec_left h2::before {
    content: "Faq's";
    width: 80px;
    height: 30px;
    transform: rotate(-6.439deg);
    background: var(--primary-color);
    color: var(--dark-color);
    position: absolute;
    top: -20px;
    left: -10px;
    z-index: 2
}

.faqs .sec_left p {
    opacity: .8;
    margin: 25px 0;
    color: var(--light-color)
}

.faqs .sec_right .accordion {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 25px
}

.faqs .sec_right .accordion .accordion-item {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: var(--light-color);
    padding-left: 50px
}

.faqs .sec_right .accordion .accordion-item .accordion-header .accordion-button {
    width: 100%;
    display: block;
    border-radius: 0;
    padding: 10px 0 0;
    margin: 0;
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    color: var(--dark-color);
    background: var(--light-color);
    box-shadow: none
}

.faqs .sec_right .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    padding: 15px 0
}

.faqs .sec_right .accordion .accordion-item .accordion-header .accordion-button::after {
    margin: 0;
    position: absolute;
    top: 20px;
    left: -35px
}

.faqs .sec_right .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
    top: 25px
}

.faqs .sec_right .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    filter: brightness(0)
}

.faqs .sec_right .accordion .accordion-item .accordion-body {
    opacity: .8;
    padding: 0 20px 10px 0
}

.get_started {
    background: url("../images/get-started-bg.webp") center/cover;
    padding: 0 0 40px;
    position: relative
}

.get_started .marquee_text .marquee_slider li {
    font-size: 65px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 70px
}

.about_us_about .sec_right h2::before,
.contact_us .sec_top h2::before {
    height: 30px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 800;
    background: var(--secondary-color);
    text-transform: uppercase;
    top: -10px;
    text-align: center
}

.contact_us .sec_top h2 {
    position: relative;
    margin: 0;
    z-index: 1
}

.contact_us .sec_top h2::before {
    content: "contact us";
    width: 120px;
    color: var(--light-color);
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%) rotate(-6.439deg);
    z-index: 2
}

.contact_us .sec_left ul.info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin: 15px 0 50px
}

.contact_us .sec_left ul.info li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
}

.contact_us .sec_left ul.info li a {
    display: block
}

.contact_us .sec_left ul.info li a h4 {
    margin: 0;
    color: var(--dark-color)
}

.contact_us .sec_left ul.social_link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    margin: 15px 0 50px
}

.contact_us .sec_left ul.social_link a {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .099))
}

.contact_us .sec_left ul.our_achievements {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
    margin: 15px 0 0
}

.contact_us .sec_right form .form_control {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    z-index: 1
}

.contact_us .sec_right form .form_control label {
    display: block;
    font-size: 14px;
    font-weight: 700
}

.contact_us .sec_right form .form_control input,
.contact_us .sec_right form .form_control textarea {
    width: 100%;
    background: 0 0;
    color: var(--dark-color);
    height: 45px;
    border-bottom: 1px solid var(--dark-color)
}

.contact_us .sec_right form .form_control textarea {
    resize: none
}

.contact_us .sec_right form .form_control input::placeholder,
.contact_us .sec_right form .form_control textarea::placeholder {
    color: var(--dark-color)
}

.contact_us .sec_right form .submit_btn input[type=submit] {
    width: 200px;
    height: 55px;
    background: var(--secondary-color);
    border: 0;
    color: var(--light-color)
}

footer {
    background: var(--dark-color);
    padding: 60px 0 10px
}

footer .ft_menu ul {
    margin-top: 25px
}

footer .ft_menu ul li a {
    display: block;
    color: var(--light-color);
    font-weight: 300;
    font-size: 16px;
    transform: scale(1)
}

footer .ft_menu ul li a:hover {
    transform: scale(.9)
}

footer .ft_services ul {
    column-count: 2
}

.services_sec4.same_sec .sec_left h2,
.services_sec4.same_sec .sec_left p,
footer .ft_info ul li {
    color: var(--light-color)
}

footer .ft_menu ul li {
    line-height: 25px;
    margin-top: 10px;
    font-size: 16px
}

footer .main_ft {
    padding: 20px 0 0;
    border-top: 2px solid #2b2b2b
}

footer .main_ft .sec_left p {
    margin: 0;
    color: var(--light-color);
    font-size: 16px
}

footer .main_ft .sec_right {
    text-align: end;
    color: var(--light-color)
}

footer .main_ft .sec_right p {
    margin: 0;
    color: var(--light-color);
    font-size: 16px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px
}

footer .main_ft .sec_right p a {
    display: block;
    color: var(--light-color)
}

.contact_us_banner {
    background: url("../images/contact-us/contact-us-bg.webp") center/cover;
    padding: 200px 0;
    position: relative;
    z-index: 1
}

.about_us_banner::before,
.contact_us_banner::before,
.services_banner::before {
    content: "";
    width: 100%;
    height: 240px;
    background: var(--gray-color);
    /* box-shadow: 0 0 70px 70px var(--light-color), inset 0 0 170px 170px var(--light-color); */
    /* position: absolute; */
    bottom: -180px;
    left: 0;
    z-index: 3
}

.contact_us_banner .banner_right .banner_right_shape {
    left: -100px;
    bottom: -150px;
    position: absolute;
    z-index: -4;
    animation: 10s linear infinite rotation
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.about_us_banner .banner_right .banner_right_img,
.contact_us_banner .banner_right .banner_right_img {
    transform: scale(1.5);
    animation: 2s linear infinite scaling
}

@keyframes scaling {

    0%,
    100% {
        transform: scale(1.5);
        filter: drop-shadow(2px 4px 6px black)
    }

    50% {
        transform: scale(1.49);
        filter: drop-shadow(2px 4px 6px transparent)
    }
}

.book-cover-design-services-page .services_banner,
.services_banner {
    background: url("../images/New-2/Image-1.png") center/cover;
    padding: 150px 0 250px;
    position: relative;
}

/* Overlay */
.book-cover-design-services-page .services_banner::after,
.services_banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10, 35, 40, 0.705); /* low opacity */
    pointer-events: none;
}

/* Keep text above overlay */
.book-cover-design-services-page .services_banner > *,
.services_banner > * {
    position: relative;
    z-index: 1;
}


.about_us_about .sec_left .yellow_star_shape {
    position: absolute;
    top: -105px;
    left: -80px;
    z-index: -1;
    animation: 10s linear infinite rotation-2
}

@keyframes rotation-2 {
    0% {
        transform: rotate(0) scale(.8)
    }

    100% {
        transform: rotate(360deg) scale(.8)
    }
}

.about_us_about .sec_right h2::before {
    content: "About";
    width: 100px;
    transform: rotate(-6.439deg);
    color: var(--light-color);
    position: absolute;
    left: -10px;
    z-index: 2
}

.about_us_about .sec_right p {
    opacity: .8;
    margin: 25px 0
}

.about_us_writer::before {
    content: "";
    width: 100%;
    height: 80%;
    background: url("../images/about-us-writer-bg..png") top center/cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.about_us_writer .sec_top h2 {
    margin: 0 0 20px
}

.about_us_writer .sec_top p {
    margin: 0;
    opacity: .8
}

.about_us_writer .sec_top .custom-arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 50px
}

.about_us_writer .sec_top .custom-arrows button {
    position: unset;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: unset
}

.about_us_writer .sec_top .custom-arrows button img {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.about_us_writer .sec_content,
.masterpiece_sec .sec_content {
    margin-top: 80px
}

.about_us_writer .sec_content ul.writer_slider .slick-list.draggable {
    padding: 0 !important
}

.about_us_writer .sec_content ul li .box {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.about_us_writer .sec_content ul li .box .info {
    background: var(--light-color);
    border-radius: 20px;
    padding: 20px 0;
    text-align: center;
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 150px);
    transition: var(--cubic)
}

.about_us_writer .sec_content ul li .box:hover .info {
    transform: translate(-50%, -20px)
}

.about_us_writer .sec_content ul li .box .info span {
    display: block;
    opacity: .8
}

.our_story .sec_content {
    margin-top: 20px
}

.our_story .sec_content .box {
    border-radius: 50px;
    padding: 50px 0 50px 80px;
    text-align: center;
    position: relative;
    z-index: 1
}

.our_story .sec_content .box .img {
    width: 60px;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: -1
}

.our_story .sec_content .box h5 {
    color: var(--primary-color);
    margin: 0;
    font-size: 100px;
    line-height: 100px;
    text-align: center
}

.our_story .sec_content .box p {
    color: var(--light-color);
    margin: 0;
    font-size: 30px;
    line-height: 30px;
    text-align: center
}

.our_story .sec_content .combo_btn {
    margin-top: 100px;
    justify-content: center
}

.services_sec4.same_sec,
.why_choose_us.design_bg {
    background: url("../images/services-bg.png") top center/cover
}

.book-cover-design-services-page .services_banner {
    padding: 150px 0 200px
}

.about_us_banner ul,
.contact_us_banner ul,
.services_banner ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin: 20px 0 0;
    padding: 0
}

.about_us_banner ul li,
.contact_us_banner ul li,
.services_banner ul li {
    color: var(--light-color);
    padding-left: 25px;
    position: relative;
    z-index: 1
}

.about_us_banner ul li::before,
.contact_us_banner ul li::before,
.services_banner ul li::before {
    content: "";
    width: 19px;
    height: 19px;
    background: url(../images/icons/check.webp) 0 0/contain no-repeat;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: -1
}

.services_banner .banner_right .banner_right_img {
    transform: scale(1.3) translateY(40px)
}

.book-printing-services-page .services_banner .banner_right .banner_right_img {
    transform: scale(1) translateX(60px)
}

.book-marketing-services-page .services_banner .banner_right .banner_right_img {
    transform: scale(1.1) translate(30px, 20px)
}

.author-website-services-page .services_banner .banner_right .banner_right_img {
    transform: scale(1.7) translate(80px, 90px)
}

.book-editing-services-page .banner_after {
    position: absolute;
    bottom: 40px;
    right: 0
}

.services_sec2,
.services_sec4 {
    overflow: hidden
}

.services_sec2 .sec_right {
    padding: 60px 0;
    position: relative;
    z-index: 1
}

.services_sec2 .sec_right h2 .sub_title {
    width: max-content;
    height: 30px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-10deg);
    position: absolute;
    top: -22px;
    left: -20px;
    font-size: 22px;
    line-height: 25px;
    background: var(--secondary-color);
    text-transform: uppercase;
    color: var(--light-color);
    font-weight: 500;
    letter-spacing: -2px
}

body.ebook-writing-services-page .services_sec2 .sec_right h2 .sub_title {
    top: -10px;
    left: -10px
}

.services_sec2 .sec_left .img {
    transform: scale(1.1) translate(-70px, -25px)
}

.book-publishing-services-page .services_sec2 .sec_left .img {
    transform: scale(1.2) translate(-70px, -20px)
}

.author-website-services-page .services_sec2 .sec_left .img,
.book-marketing-services-page .services_sec2 .sec_left .img {
    transform: scale(1.3) translate(-70px, 0)
}

.audio-book-services-page .services_sec2 .sec_left .img {
    transform: scale(1.1) translate(-70px, 0)
}

.ebook-process {
    background: url("../images/New-2/Image-4.png") top center/cover;
    padding: 150px 0 250px;
    position: relative;
}

.ebook-process::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10, 35, 40, 0.705);
    pointer-events: none;
}

.ebook-process > * {
    position: relative;
    z-index: 1;
}


.ebook-process .sec_content {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px
}

.ebook-process .sec_content .process-box {
    border-radius: 70px;
    border: 1px solid #F1BD05;
    background: #1d7a8c;
    /* box-shadow: 0 4px 40px 15px rgba(184, 184, 184, .25), 0 0 55px #0d41b5 inset; */
    padding: 20px 10px;
    width: 110px;
    height: 655px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    transition: var(--cubic);
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.ebook-process .sec_content .process-box h2 {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 100px;
    margin: 0;
    transition: var(--cubic)
}

.ebook-process .sec_content .process-box>p {
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    color: var(--light-color);
    width: 550px;
    height: 110px;
    transform: rotate(90deg) translate(244px, 0);
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0;
    transition: var(--cubic)
}

.masterpiece_sec .sec_top h2 .sub_title,
.services_sec4 .sec_left h2 .sub_title {
    width: max-content;
    height: 30px;
    display: flex;
    top: -10px;
    font-size: 22px;
    line-height: 25px;
    background: var(--secondary-color);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -2px;
    color: var(--light-color);
    position: absolute
}

body.book-publishing-services-page .ebook-process .sec_content .process-box>p {
    font-size: 24px;
    line-height: 30px
}

body.book-publishing-services-page .ebook-process .sec_content .process-box.active>p {
    font-size: 40px;
    line-height: 50px
}

.audio-book-services-page .ebook-process .sec_content .process-box>p {
    font-size: 30px
}

.ebook-process .sec_content .process-box .box-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: var(--cubic)
}

.ebook-process .sec_content .process-box.active {
    width: 500px;
    /* box-shadow: 0 4px 40px 15px rgba(184, 184, 184, .25), 0 0 100px #0d41b5 inset; */
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 20px
}

.ebook-process .sec_content .process-box.active .box-content {
    opacity: 1;
    max-height: unset;
    margin-left: 0;
    text-align: center
}

.ebook-process .sec_content .process-box.active>p {
    margin: 0;
    transform: rotate(0);
    width: 100%;
    height: unset;
    transform: rotate(0) translate(0, 0);
    display: flex;
    justify-content: center;
    align-items: center
}

.ebook-process .sec_content .process-box.active .box-content p {
    color: var(--light-color);
    opacity: .7;
    margin: 0;
    height: 210px
}

.masterpiece_sec .sec_top h2 .sub_title {
    padding: 0 15px;
    justify-content: center;
    align-items: center;
    transform: rotate(-10deg);
    left: 25px
}

.masterpiece_sec .sec_content .box {
    margin-top: 40px;
    position: relative;
    z-index: 1
}

.masterpiece_sec .sec_content .bottom_box .img img {
    display: block;
    margin-left: auto
}

.masterpiece_sec .sec_content .box .content {
    width: 450px;
    background: var(--light-color);
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, .25);
    border-radius: 40px;
    padding: 35px 25px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1
}

.masterpiece_sec .sec_content .bottom_box .content {
    left: 0;
    right: unset
}

.masterpiece_sec .sec_content .box .content h4 {
    margin: 0;
    font-weight: 700
}

.masterpiece_sec .sec_content .box .content p {
    height: 180px;
    margin: 10px 0 0;
    opacity: .8
}

.services_sec4 .sec_left {
    padding: 150px 0
}

.book-marketing-services-page .services_sec4 .sec_left {
    padding: 100px 0 60px
}

.services_sec4 .sec_left h2 .sub_title {
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    transform: rotate(-5deg);
    left: -10px
}

.services_sec4.extra_design .sec_right .img {
    transform: scale(1.3) translate(50px, -68px)
}

.book-publishing-services-page .services_sec4.extra_design .sec_right .img {
    transform: scale(1.1) translate(50px, 0)
}

.book-illustration-services-page .services_sec4.extra_design .sec_right .img {
    transform: scale(1.4) translate(50px, -125px)
}

.book-printing-services-page .services_sec4.extra_design .sec_right .img {
    transform: scale(1.3) translate(60px, -150px)
}

.book-marketing-services-page .services_sec4.extra_design .sec_right .img {
    transform: scale(1.5) translate(70px, -75px)
}

.author-website-services-page .services_sec4.extra_design .sec_right .img {
    transform: scale(1.4) translate(100px, 0)
}

.audio-book-services-page .services_sec4 .sec_right .img {
    transform: scale(1.4) translate(70px, 0)
}

.book-video-trailer-services-page .services_sec4.extra_design .sec_right .img {
    transform: scale(1.9) translate(30px, 0);
    position: relative;
    z-index: -1
}

.services_design_bg {
    background: url("../images/New-2/Image-5.png") top center/cover;
    padding: 150px 0 250px;
    position: relative;
}

.services_design_bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10, 35, 40, 0.705);
    pointer-events: none;
}

.services_design_bg > * {
    position: relative;
    z-index: 1;
}


.services_sec4.same_sec .row {
    flex-direction: row-reverse
}

.services_sec4.same_sec .sec_right .img {
    transform: scale(1.3) translate(-70px, -68px)
}

.services_sec4.same_sec .sec_left h2 .sub_title {
    background: var(--primary-color);
    color: var(--dark-color)
}

.services_sec4.same_sec .sec_left p {
    opacity: .8
}

.book_illustration_banner::before {
    bottom: -90px
}

.privacy-policy {
    background: url(../images/banner-bg.png) center/cover;
    padding: 200px 0 100px;
    position: relative;
    z-index: 1
}

.privacy-policy::before {
    content: "";
    width: 100%;
    height: 20px;
    background: var(--gray-color);
    box-shadow: 0 0 20px 20px var(--light-color), inset 0 0 0 20px var(--light-color);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3
}

.privacy-policy .banner_content h1 {
    margin: 0;
    color: var(--light-color)
}

.privacy-policy .banner_content p {
    margin: 20px 0 0;
    color: var(--light-color);
    opacity: .8
}

.page_content .control_group p {
    margin: 25px 0
}

.page_content .control_group ul li {
    line-height: 35px;
    padding-left: 25px;
    position: relative;
    z-index: 1
}

.page_content .control_group ul li::before {
    content: "";
    width: 19px;
    height: 19px;
    background: url("../images/icons/check.webp") 0 0/contain no-repeat;
    position: absolute;
    top: 9px;
    left: 0;
    z-index: -1
}

body.privacy-policy-page .contact_us {
    background: #eee
}