body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none !important;
    padding: 0 !important;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

:root {
    --org: #ff7005;
    --org1: #cd5a05;
    --dorg: #813904;
    --wth: #ffffff;
    --lpk: #fdeee5;
    --fbtn: #2b2b2b;
    --blk: #000000;
    --blk1: #363636;
    --blk2: #414141;
    --para: #4e4f4f;
}


.orange-text {
    color: var(--org);
}


/* header css start */

header {
    padding: 20px 0;
}

.btn-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.web-btn {
    background: var(--org);
    border-radius: 30px;
    padding: 8px 0px !important;
    border: 1px solid var(--org);
    color: var(--wth);
    font-weight: 500;
    font-size: 15px;
    width: 200px;
}

.trans-btn {
    background: transparent;
    color: var(--blk1);
}

/* header css end */

/* banner-section css start */
.banner-section:before {
    position: absolute;
    content: "";
    background: #00000063;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.banner-section {
    background-image: url(../images/banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom, left;
    height: 650px;
    display: flex;
    align-items: end;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.banner-content h1 {
    color: var(--wth);
    font-weight: 600;
    font-size: 46px;
    text-shadow: 0 3px 2px var(--blk);
}

.banner-content p {
    margin: 20px 0;
    color: var(--wth);
    font-weight: 500;
    text-shadow: 0 3px 2px var(--blk);
    font-size: 18px;
    width: 85%;
}

.banner-trustpilot {
    display: flex;
    align-items: end;
    gap: 30px;
    margin: 50px 0;
}

.banner-form {
    background: var(--org);
    padding: 30px 30px 30px 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.banner-form {
    text-align: center;
}


.banner-form h2 {
    color: var(--wth);
    font-weight: 700;
    font-size: 30px;
}

.banner-form p {
    color: var(--wth);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}

.banner-form form .form-control {
    background: var(--org1);
    border: none;
    margin-bottom: 20px;
    height: 55px;
    font-weight: 500;
    font-size: 13px;
    border-radius: 5px;
    color: var(--wth);
}

.banner-form form .form-control::placeholder {
    color: var(--blk);
}

.banner-form form #textarea {
    height: unset;
}

.banner-form form .form-control:focus,
.banner-form form .form-control:hover {
    background: var(--dorg);
    box-shadow: none;
}

.banner-form form .form-control:focus::placeholder,
.banner-form form .form-control:hover::placeholder {
    color: var(--wth);
}

.form-btn {
    background: var(--fbtn);
    width: 100%;
    margin: auto;
    color: var(--wth);
    font-weight: 600;
    padding: 15px 0 !important;
    border-radius: 8px;
}

.banner-content .trans-btn {
    background: var(--wth);
}

.banner-content .btn-flex a {
    border-radius: 15px;
    box-shadow: 1px 2px 2px 1px #000000a3;
}

/* banner-section css end */

/* logo-section css start */
.logo-section {
    padding: 25px 0;
    background: var(--lpk);
}

/* logo-section css end */


/* ghostwriting-agency  css start */

.ghostwriting-agency {
    padding: 70px 0;
}

.creative-agency h5 {
    font-size: 22px;
    font-weight: 600;
    color: var(--fbtn);
}

.creative-agency h5 img {
    width: 22px;
    margin-right: 10px;
}

.creative-agency h2 {
    color: var(--blk1);
    font-weight: 600;
    font-size: 40px;
    margin: 10px 0;
}

.creative-agency p {
    color: var(--blk1);
    font-size: 18px;
    text-align: justify;
    font-weight: 600;
    width: 85%;
    line-height: 22px;
    margin-bottom: 10px;
}

.creative-banner img {
    border-radius: 10px;
    box-shadow: 8px 7px 5px 1px #10110c;
}


/* ghostwriting-agency  css end */

/* ghostwriting-service  css start */

.ghostwriting-service {
    padding: 50px 0;
}

.ghostwriting-count {
    text-align: center;
}

.ghostwriting-count h2 {
    font-weight: 700;
    color: var(--blk1);
    font-size: 40px;
}

.ghostwriting-count p {
    width: 70%;
    margin: auto;
    margin-top: 20px;
    color: var(--para);
    font-weight: 500;
}

/* ghostwriting-service  css end */

/* services-main  css start */


.services-main {
    background: var(--fbtn);
    padding: 30px;
    border-radius: 20px;
    margin-top: 40px;
    height: 210px;
}

.services-main h4 {
    color: var(--wth);
    font-weight: 600;
    font-size: 25px;
}

.content-services {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}

.content-services img {
    width: 60px;
}

.content-services p {
    color: var(--wth);
    font-weight: 300;
    width: 65%;
    font-size: 16px;
}

.mid-org {
    background: var(--org);
}

.mid-org h4 {
    color: var(--blk1);
}

.mid-org p {
    color: var(--blk1);
    font-weight: 400;
}

.call-us-request {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 30px;
}

.number-call-us {
    display: flex;
    align-items: center;
    gap: 15px;
}

.call-us-request .btn-flex a i {
    background: var(--blk);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
    transform: rotate(-50deg);
}

.call-us-request .web-btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

a.number-call-us i {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
    width: 50px;
    height: 50px;
    background: var(--org);
    font-size: 22px;
    color: var(--wth);
}

.number-call-us p {
    color: var(--blk);
    font-weight: 600;
    font-size: 20px;
}

.number-call-us p span {
    font-size: 16px;
    font-weight: 400;
}

/* services-main  css end */

/* map-banner-listn  css start */


.map-banner-list {
    background-image: url(../images/map-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    display: flex;
    align-items: center;
}

.ghostwriting-services-tree {
    position: relative;
    z-index: 0;
    height: 900px;
    display: flex;
    align-items: center;
}

.main-tree {
    background-image: url(../images/tree-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    padding: 30px 15px;
    text-align: center;
    box-shadow: 10px 15px 38px 1px #0000006e;
}

.main-tree img {
    width: 25%;
    margin-bottom: 10px;
}

.main-tree h6 {
    font-size: 16px;
    font-weight: 500;
    color: var(--para);
    margin-bottom: 8px;
}

.main-tree h4 {
    font-weight: 700;
    line-height: 35px;
    color: var(--blk1);
    font-size: 32px;
}

.back-tree-sub {
    background-image: url(../images/tree-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    padding: 30px 15px;
    text-align: center;
    box-shadow: 10px 15px 38px 1px #0000006e;
}

.back-tree-sub img {
    width: 70%;
}

.branch-content h5 {
    font-weight: 600;
    color: var(--blk1);
    font-size: 20px;
}

.branch-content p {
    color: var(--blk2);
    font-weight: 600;
    width: 33%;
    font-size: 12px;
    margin-top: 10px;
}

.tree-service-custom {
    display: flex;
    align-items: center;
    gap: 60px;
    position: absolute;
    z-index: 0;
    right: 0;
    width: 100%;
}

.tree-service-custom.serv-one {
    top: 5%;
    left: 30%;
}

.tree-service-custom.serv-two {
    top: 22%;
    left: 42%;
}

.tree-service-custom.serv-three {
    left: 54%;
}

.tree-service-custom.serv-four {
    bottom: 23%;
    left: 42%;
}

.tree-service-custom.serv-five {
    bottom: 5%;
    left: 30%;
}

.tree-service-custom.serv-one:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -90px;
    bottom: -240px;
    background-image: url(../images/tree-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 230px;
    width: 165px;
}

.tree-service-custom.serv-two:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -245px;
    bottom: -100px;
    background-image: url(../images/tree-arrow1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
    width: 300px;
}

.tree-service-custom.serv-three:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -400px;
    bottom: 18px;
    background-image: url(../images/tree-arrow2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
    width: 370px;
}

.tree-service-custom.serv-four:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -245px;
    bottom: 120px;
    background-image: url(../images/tree-arrow4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
    width: 300px;
}

.tree-service-custom.serv-five:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -90px;
    bottom: 105px;
    background-image: url(../images/tree-arrow3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 280px;
    width: 160px;
}

/* map-banner-listn  css end */

/* money-back-guarantee  css start */

.publishing-packages {
    padding-bottom: 50px;
}

.money-back-guarantee {
    padding: 100px 0;
}

.expeirnece-mind ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 40px 0 30px 0;
}

.money-back-label {
    border: 2px solid var(--blk);
    border-radius: 15px;
    text-align: center;
    position: relative;
    margin-top: 70px;
    z-index: 0;
}

.money-back-label img {
    margin: auto;
    width: 70%;
    margin-top: -120px;
    background: var(--wth);
    border-radius: 60%;
}

.money-back-label p {
    color: var(--blk);
    font-weight: 600;
    margin: auto;
    width: 90%;
    margin-top: 10px;
    font-size: 18px;
}

.money-back-label h4 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 15px;
}

.expeirnece-mind h3 {
    font-size: 35px;
    font-weight: 700;
}

.expeirnece-mind ul li {
    width: 30%;
}

.owner-rights {
    display: flex;
    align-items: center;
    gap: 10px;
}

.owner-rights img {
    width: 25%;
}

.owner-rights h5 {
    font-weight: 600;
    font-size: 18px;
}

.author-publication h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: var(--blk1);
}

.packages-main {
    margin-top: 40px;
    background: var(--fbtn);
    border-radius: 10px;
    padding: 30px 0px 20px 0px;
    text-align: center;
    transition: 0.7s ease;
}

.packages-main h5 {
    color: var(--wth);
    font-weight: 300;
    font-size: 40px;
}

.packages-main h3 {
    color: var(--wth);
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.packages-main ul {
    text-align: start;
    padding: 20px 35px;
}

.packages-main ul li {
    padding: 5px;
}

.packages-main ul li p {
    color: var(--wth);
    font-weight: 500;
}

.premium-packege {
    background: var(--org);
}

.premium-packege h5 {
    color: var(--para);
}

.premium-packege h3 {
    color: var(--blk1);
}

.premium-packege ul li p {
    color: var(--para);
    font-weight: 500;
}

.packages-main .trans-btn {
    color: var(--wth);
}

.premium-packege .trans-btn {
    border-color: var(--fbtn);
    color: var(--fbtn);
}

.publising-satisfied-book {
    background: var(--org);
    padding: 50px 0;
}

.books-published-number h4 {
    font-weight: 700;
    text-align: center;
    font-size: 27px;
    color: var(--fbtn);
}

.books-published-number h4 span {
    font-size: 19px;
    font-weight: 600;
}

/* money-back-guarantee  css end */



/* testimonial  css start */

.testimonial-sec {
    padding: 60px 0px;
    background-image: url(../images/Review.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.review-book {
    padding: 65px 30px 65px 30px;
    background: var(--fbtn);
    border-radius: 20px;
    margin: auto;
    margin-top: 25px;
    width: 95%;
}

.testimonial .h2-heading {
    text-align: center;
    font-size: 61px;
    margin-bottom: 40px;
    font-weight: 700;
    color: var(--fbtn);
}

.review-book figure img {
    width: 50px !important;
    margin-top: -81px;
    margin-left: 40px;
}

.review-book h3 {
    color: var(--wth);
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
}
.banner-trustpilot img {
    width: 123px;
}
.review-book p {
    width: 88%;
    margin: auto;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    margin-top: 50px;
    color: var(--wth);
}

.reviews .owl-item.active.center .review-book {
    background: var(--org);
}

.reviews .owl-item.active.center .review-book h3 {
    color: var(--fbtn);
}

.reviews .owl-item.active.center .review-book p {
    color: var(--fbtn);
}

.client-name p {
    width: unset;
    margin: unset;
}

.client-name {
    text-align: center;
    padding-top: 33px;
}


/* testimonial  css end */


/* faq css start */

.faq {
    background: var(--org);
    padding: 50px 0;
}

.choose-right-plan {
    text-align: center;
}

.faq .choose-right-plan h3 {
    color: var(--fbtn);
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 15px;
}

.faq .choose-right-plan p {
    color: var(--para);
    width: 60%;
    font-weight: 400;
    font-size: 16px;
    margin: auto;
    margin-bottom: 60px;
}

.main-frequently .accordion-item {
    background: transparent !important;
    border: 1px solid var(--wth) !important;
    margin-bottom: 15px;
}

.main-frequently .accordion-item button {
    background: transparent;
    color: var(--fbtn);
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid var(--wth);
    justify-content: space-between;
}

.main-frequently .accordion-item .accordion-body p {
    margin: 0;
    text-align: start;
    width: 90%;
    font-weight: 400;
    font-size: 17px;
    color: var(--blk1);
}

.main-frequently .accordion-item button:after {
    display: none;
}

.icon-change span i {
    font-size: 15px;
}

button.accordion-button.collapsed .minus {
    display: none;
}

button.accordion-button .plus {
    display: none;
}

button.accordion-button.collapsed .plus {
    display: block;
}

button.accordion-button .minus {
    display: block;
}

.main-frequently .accordion-item button {
    outline: none !important;
    box-shadow: none !important;
}

.main-frequently .accordion-item button:hover {
    background: var(--blk);
    color: var(--wth);
}

/* faq css end */

/* footer-form css start */

.footer-form {
    padding-top: 120px;
}

.holding-book {
    background: var(--fbtn);
    position: relative;
    z-index: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 50px 80px 0px 80px;
}

.get-discount {
    padding-bottom: 50px;
}



.get-discount h3 {
    color: var(--wth);
    font-weight: 700;
    font-size: 40px;
}

.get-discount p {
    margin: 30px 0;
    color: var(--wth);
    font-weight: 300;
    font-size: 13px;
    width: 81%;
    line-height: 26px;
}

.footer-signup {
    position: relative;
    z-index: 0;
    background: var(--org);
    padding: 25px 20px 40px 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.footer-signup h6 {
    color: var(--wth);
    font-weight: 600;
    font-size: 26px;
    text-align: center;
}

.footer-signup h5 {
    font-weight: 300;
    font-size: 18px;
    color: var(--wth);
    margin-top: 5px;
    text-align: center;
    margin-bottom: 10px;
}


.footer-signup form .form-control {
    background: var(--org1);
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 15px 20px;
    font-size: 14px;
    border: none;
    font-weight: 600;
    color: var(--wth);
}

.footer-signup form .form-control::placeholder {
    color: var(--blk);
    font-weight: 400;
}

.footer-signup .side-girl {
    position: absolute;
    z-index: 0;
    left: -230px;
    bottom: 20px;
    width: 69%;
    animation: topbottom linear 2s infinite;
}

.footer-signup {
    width: 90%;
    margin-left: auto;
    margin-top: -120px;
}

.footer-signup form .form-control:hover {
    background: var(--dorg);
}

.banner-form form .form-control:focus,
.banner-form form .form-control:hover {
    background: var(--dorg);
    box-shadow: none;
}

.banner-form form .form-control:focus::placeholder,
.banner-form form .form-control:hover::placeholder {
    color: var(--wth);
}

.fotfrom-btn {
    width: 100%;
}

.ft-cloud-1 {
    left: 50px;
    top: 50px;
}

.ft-cloud-2 {
    left: 30%;
    top: 20px;
}

.ft-cloud-3 {
    bottom: 100px;
    left: 42%;
}

.ft-cloud-4 {
    bottom: 30px;
    left: 17%;
}

.holding-book .form-animation img {
    width: 70%;
    animation: leftright linear 4s infinite;
}

/* footer-form css end */

/* secure-journey css start */

.secure-journey {
    background: var(--org);
    padding: 60px 0 30px 0px;
}

.secure-journey .choose-right-plan h3 {
    font-weight: 700;
    font-size: 35px;
    color: var(--fbtn);
    height: 45px;
}

.secure-journey .choose-right-plan p {
    width: 50%;
    font-size: 16px;
    margin: auto;
    color: var(--para);
    margin-top: 20px;
}

.contact-detail {
    text-align: center;
    padding-top: 60px;
}

.contact-detail h6 {
    color: var(--fbtn);
    font-weight: 400;
    font-size: 16px;
    margin: 8px 0;
}

.contact-detail img {
    width: 8%;
}

.contact-detail p {
    color: var(--fbtn);
    font-weight: 500;
    font-size: 20px;
}

.contact-detail p a {
    color: var(--fbtn);
    font-weight: 500;
    font-size: 20px;
}

/* secure-journey css end */

/* footer css start */


footer {
    background: var(--blk);
}


.copy-reserved {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 50px 0;
}

.all-right p {
    color: var(--wth);
    font-weight: 300;
    font-size: 14px;
}

.all-right ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.all-right ul li a {
    color: var(--wth);
    font-weight: 300;
    font-size: 14px;
}

/* footer css end */

/* animation css start */

@keyframes zoomin {
    0% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.0);
    }
}

@keyframes leftright {
    0% {
        transform: translateX(20px);
    }

    50% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(20px);
    }
}

@keyframes topbottom {
    0% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(20px);
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }

    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}


@keyframes criss-cross-left {
    0% {
        left: -20px;
    }

    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}


.services-main {
  transition: all 0.3s ease;
}
.services-main:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.services-main:hover img {
  transform: rotate(10deg);
  color: #ff6600;
}
/* animation css end */
.packages-main:hover {
    background: #ff7005;
}

.packages-main:hover h5,h3 {}

.packages-main:hover h5, h3,p {
    color: #2b2b2b;
}

.packages-main:hover h3 {
    color: #2b2b2b;
}

.packages-main:hover p {
    color: #2b2b2b;
}

.premium-packege:hover {
    background: #2b2b2b;
}

.premium-packege:hover h5 {
    color: white;
}

.premium-packege:hover h3 {
    color: white;
}

.premium-packege:hover p {
    color: white;
}

.premium-packege:hover .trans-btn {
    background: #ff7005;
}

.packages-main:hover .trans-btn {
    background: #2b2b2b;
}
.premium-packege:hover .trans-btn {
    background: #ff7005;
}



.black_friday {
    width: 290px;
    height: 105px;
    color: #fff;
    position: fixed;
    bottom: 30px;
    left: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px solid #fff;
    border-radius: 15px;
    filter: drop-shadow(0 0 5px #fc0505);
    z-index: 9;
    background: #000000;
    cursor: pointer;
    animation: 1s linear infinite bf-animate;
    display: flex;
}

.black_friday .black_friday_top {
    width: 187px;
    height: 34px;
    background: 0 0;
    color: #fff;
    border: 2px solid #fcffeb;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    filter: drop-shadow(0 0 5px #003870);
    margin-bottom: 5px;
    animation: 1s linear infinite bf-animate-2
}

.black_friday .black_friday_top p {
    font-size: 20px!important;
    margin-bottom: 0;
    color: #fff;
    font-family: Yantramanav,sans-serif;
    padding: 0;
    text-align: center;
}

.black_friday h2 {
    font-size: 21px!important;
    -webkit-text-stroke: 1.5px #f9a636;
    text-shadow: 1px 2px 15px #fc0505;
    filter: drop-shadow(0 0 25px #fc0505);
    font-weight: 500;
    margin: 6px 0 0;
    color: #fff;
    font-family: Yantramanav,sans-serif
}

.requestButton a,.top-phone a,.top-phone i {
    font-size: calc(13px + (20 - 13) * (100vw - 320px) / (1920 - 320))
}

.black_friday h2 span {
    padding-left: 5px;
    -webkit-text-stroke: 1px #fff;
    text-shadow: 1px 2px 15px #fff;
    filter: drop-shadow(0 0 25px #003870);
    color: #fff;
    font-family: Yantramanav,sans-serif
}

@keyframes bf-animate {
    0%,100% {
        filter: drop-shadow(0 0 5px #fc0505);
        transform: translateY(-5px)
    }

    50% {
        filter: drop-shadow(0 0 5px #003870);
        box-shadow: 0 0 1px 2px #643c05,0 0 1px 2px #ab6c17 inset;
        border-color: #be6e02;
        transform: translateY(0)
    }

    80% {
        filter: drop-shadow(0 0 5px #003870);
        box-shadow: 0 0 1px 2px #ece10a,0 0 1px 2px #d2ec25 inset;
        border-color: #dac609
    }
}

@keyframes bf-animate-2 {
    0%,100% {
        filter: drop-shadow(0 0 5px #fc0505)
    }

    50% {
        filter: drop-shadow(0 0 5px #003870);
        box-shadow: 0 0 1px 2px #e8ff26,0 0 1px 2px #f8ff09 inset;
        border-color: #000;
        transform: translateX(0)
    }

    80% {
        filter: drop-shadow(0 0 5px #003870);
        box-shadow: 0 0 1px 2px #e9ff30,0 0 1px 2px #c3ff2f inset;
        border-color: #000
    }
}


.btn-close {
    filter: brightness(0) invert(6);
}
.btn-close-ctm {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
}
.perc {
    position: absolute;
    top: -92px;
    z-index: 9;
    right: -27px;
}
.perc img {
    width: 137px;
}
.img-lig {
    position: relative;
}
.img-lig img {
    height: 521px;
    /* -webkit-mask-image: linear-gradient(to right, transparent 0, #000 50%, #000 50%, transparent 100%); */
    margin-top: -9px;
    object-fit: cover;
}
.img-lig img {
    width: 377px;
}
.logo-pop.text-center.mb-2.mt-3 img {
    width: 199px;
    filter: brightness(0) invert(1);
}
.logo-pop.text-center.mb-2.mt-3 h3 {
    font-size: 20px;
    text-align: start;
    font-weight: 600;
    color: #f87827;
}
.logo-pop.text-center.mb-2.mt-3 h2 {
    font-size: 26px;
    text-align: start;
    font-weight: 700;
    color: #fff;
}
.header-form input, .header-form select {
    margin-bottom: 10px;
    border: 2px solid #eaeaea;
    background-color: #fff;
    height: 50px;
    padding: 10px;
    display: block;
    width: 100%;
}
.header-form input, .header-form select {
    margin-bottom: 10px;
    border: 2px solid #eaeaea;
    background-color: #fff;
    height: 50px;
    padding: 10px;
    display: block;
    width: 100%;
}



.modal-md.modal-dialog.modal-dialog-centered {
    max-width: 928px;
}
.modal-content {
    border: 0 !important;
    background-color: transparent !important;
}

.modal-body {
    border-radius: 12px;
    background-color: #fff0;
    background-color: #101010;
    padding-bottom: 13px;
}
a.ss.btn.web-btn.trans-btn {
    font-weight: 800;
    padding: 10px 10px !important;
    width: 250px;
}

section.logo-section {
    overflow: hidden;
}

section.ghostwriting-agency {
    overflow: hidden;
}

section.ghostwriting-service {
    overflow: hidden;
}

section.map-banner-list {
    overflow: hidden;
}

section.money-back-guarantee {
    overflow: hidden;
}

section#pricing {
    overflow: hidden;
}

section.publising-satisfied-book {
    overflow: hidden;
}

section.testimonial-sec {
    overflow: hidden;
}

section.faq {
    overflow: hidden;
}

section.footer-form {
    overflow: hidden;
}

section.secure-journey {
    overflow: hidden;
}

footer {
    overflow: hidden;
}

.all-right p a {
    color: var(--wth);
}