@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    overflow-x: hidden;
    --btn-font-size: 15px;
    --btn-font-weight: bold;
    --btn-letter-spacing: 0;
    --btn-padding: 6px 20px;
        --dark-muted: #141b22;
    --btn-rounded: 0;
}
.article-cards{/* opacity:0; */transform:translateY(40px);transition:all .6s ease;/* display:none; */}

.article-cards.show{
display:block;
opacity:1;
transform:translateY(0);
}

.contnt {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

:root {
    --primary-color: #020617;
    --secondary-color: #C9A227;
    --black-color: #020617;
    --white-color: #fff;
    /* overflow: hidden; */
}

body {
    color: var(--black-color);
    font-family: Prompt;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero-sec {
    background-image: url('../images/banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    position: relative;
    z-index: 0;
    padding: 6rem 0 0;
    overflow: hidden;
    height: 650px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: var(--primary-color);
}

.custom-btn {
    color: var(--black-color);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
    border-radius: 10px;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: all ease-in-out 0.2s;
}

.yellow-btn {
    background: var(--secondary-color);
}

a {
    text-decoration: none;
}

.nav-link {
    color: var(--white-color);
    /* font-family: "Roboto", sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    border-radius: 4px;
    margin: 0 4px;
    padding: 6px 0px;
}

.heading-1 {
    color: var(--white-color);
    font-family: "Roboto", sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.hero-sec .custom-content {
    text-align: center;
}

p {
    font-family: Prompt;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: unset;
}

p.white {
    color: white;
}

span.yellow {
    color: var(--secondary-color);
}


.main-circle {
    border: 2px solid #020617;
    background: white;
    width: 100%;
    height: 604px;
    border-radius: 502.969px;
    position: absolute;
    left: 0;
    right: 0;
    top: 147px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    padding-top: 4rem;
    border-radius: 11015px;
    gap: 1rem;
}

.rounded-parent {
    position: relative;
    z-index: 0;
    margin: auto;
    width: 600px;
    margin: auto;
    height: 600px;
}

.heading-2 {
    color: var(--black-color);
    font-size: 25px;
    font-style: normal;
    /* font-weight: 700; */
    line-height: 41px;
    font-family: "Roboto", sans-serif;
    /* text-transform: uppercase; */
}

.parent-btn {
    display: flex;
    gap: 2rem;
}

.outer-circle figure {
    display: inline-block;
    margin: 0;
    position: absolute;
}

.outer-circle figure:nth-child(01) {
    left: -130px;
    top: 225px;
}

.outer-circle figure:nth-child(02) {
    left: 0px;
    top: 80px;
}

.outer-circle figure:nth-child(03) {
    left: 236px;
    top: 40px;
}

.outer-circle figure:nth-child(04) {
    right: 0px;
    top: 80px;
}

.outer-circle figure:nth-child(05) {
    right: -130px;
    top: 230px;
}

.parent-hero-content p {
    width: 63%;
    margin: auto;
}

.tag {
    color: #404146;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.py {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

figure.about-left-book img {
    width: 98%;
}


figure.about-left-book {
    position: relative;
    z-index: 0;
}

figure.about-left-book:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background: var(--secondary-color);
    box-shadow: -1.589px -2.119px 3.708px 0 rgba(255, 255, 255, 0.15) inset;
    z-index: -1;
}



/* our services */
.our-services-sec {
    background: var(--primary-color);
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.divided-headings {
    display: grid;
    align-items: center;
    gap: 5rem;
    grid-template-columns: 40% 53%;
}

.services-card {
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0 4px 11.4px 0 rgb(0 0 0 / 7%);
    position: relative;
    z-index: 0;
    text-align: center;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 280px;
}

.content-card {
    margin: 12px 0 0;
}

.content-card p {
    height: 115px;
    overflow-y: auto;
    margin: 0;
}

.ghostwriting-solutions-slider {
    height: 905px;
    padding: 0rem 0px 2rem;
}

section {
    position: relative;
    z-index: 0;
}

figure.top-dimand-ring {
    position: absolute;
    top: 20px;
    left: 20px;
}

.main-heading.centered {
    text-align: center;
    margin: 0 0 2rem;
}

.portfolio-grand-parent a {
    color: black;
}

.portfolio-grand-parent a .heading-3 {
    margin: 12px 0 2px;
}

.portfolio-parent img {
    width: 100%;
}

.satisfied-video-sec {
    background: #FFE0B3;
    background-image: url('../images/video-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

figure.video-frame video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-parent {
    border-radius: 10px;
    background: #242E3D;
    padding: 1.5rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin: 3rem 0 0;
}

h4.heading-2-1 {
    color: var(--white-color);
   
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 119%;
    text-transform: uppercase;
    margin: 0;
     font-family: "Roboto", sans-serif;
}

.cta-parent .custom-btn {
    white-space: nowrap;
}

.choice-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgb(0 0 0 / 4%);
    text-align: center;
    width: 212px;
    height: 181px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 20px;
}

.swiper.process-slider {
    padding: 15px 0;
}

figure {
    margin: 0 0 0;
}

.swiper-slide.first-heading-services .services-card {
    background: transparent;
    text-align: start;
    padding: 0;
    box-shadow: none;
}

.swiper-slide.first-heading-services .services-card .tag {
    width: 100%;
}

.tag.white-tag {
    color: white;
}

.swiper-slide.first-heading-services .services-card .content-card {
    margin: 0;
}

.swiper-slide.first-heading-services .services-card .content-card .heading-2 {
    margin: 0;
}

.our-services-sec:before {
    background-image: url('../images/yellow-bages.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 101.3%;
    width: 100%;
    position: absolute;
    content: "";
    top: -11px;
    left: 55px;
    z-index: 0;
    transform: rotate(-180deg);
}

.radical:after {
    position: absolute;
    content: "";
    right: 100px;
    top: 100px;
    border-radius: 436px;
    background: #FFF;
    filter: blur(250px);
    width: 436px;
    height: 436px;
    z-index: -1;
}

figure.icons-generic {
    display: inline-block;
    border-radius: 5px;
    /* background: var(--primary-color); */
    /* width: 100px; */
    /* height: 95px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-bottom: 0;
}

.generic-card {
    text-align: center;
    position: relative;
    z-index: 0;
    height: 300px;
    padding: 15px 0px 0px;
    overflow: hidden;
    border-radius: 5px;
}

.generic-card:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-image: url('../images/generic-bg.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.heading-3 {
    color: #404146;
    font-family: "Roboto", sans-serif;
    line-height: 23px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.generic-card p {
    height: 135px;
    margin: 0;
    overflow-x: auto;
    padding: 0 4px;
    margin: 0 8px;
}

section {
    position: relative;
    z-index: 0;
    /* overflow: hidden; */
}

figure.top-yellow-layer {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.generic-card:after {
    background: #000000;
    width: 85px;
    height: 85px;
    content: "";
    position: absolute;
    top: 24px;
    left: 0px;
    right: 0;
    z-index: -1;
    margin: auto;
    border-radius: 5px;
}

.generic-card .heading-3 {
    margin: 16px 0 0;
}

.bottom-generic-heading {
    position: relative;
    z-index: 0;
    color: #fff;
    background: var(--primary-color);
    text-align: start;
}

.bottom-generic-heading figure.arrow-generic {
    position: absolute;
    right: 16px;
    top: -16px;
}

.bottom-generic-heading .heading-3 {
    margin: 0;
    padding: 12px 20px 6px;
    line-height: normal;
    width: 100%;
    color: #fff;
}

.generic-card.active:after,
.generic-card:hover:after {
    display: none;
}

.generic-card.active:before,
.generic-card:hover:before {
    background-image: url('../images/generic-bg-2.webp');
}

.generic-card.active .generic-content,
.generic-card:hover .generic-content {
    opacity: 0;
    transition: all ease 0.5s;
    transform: translate(0px, 100px);
}

.parent-bottom-generic {
    opacity: 0;
    transition: all ease .5s;
    transform: translate(0px, 150px);
    height: 100%;
}

.generic-card.active .parent-bottom-generic,
.generic-card:hover .parent-bottom-generic {
    opacity: 1;
    transition: all ease .5s;
    transform: translate(0px, 0px);
}

.parent-bottom-generic a {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
}

figure.generic-book {
    height: 100%;
}

.generic-content {
    opacity: 1;
    transition: all ease 0.2s;
    /* transform: translate(0px, 0px); */
    position: absolute;
    top: 36px;
    /* height: 300px; */
}

.generic.active .generic-content,
.generic:hover .generic-content {
    opacity: 0;
    transition: all ease .2s;
    /* transform: translate(0px, 0px); */
}

.generic-card-slider {
    height: 660px;
    position: relative;
    z-index: 0;
    padding: 0rem 0px 1rem;
}

.generic-card-slider.swiper-grid-column>.swiper-wrapper {
    justify-content: center;
    flex-direction: row;
    align-items: baseline;
}


.process-sec {
    background: linear-gradient(135deg, #F8E7A1, #D4AF37, #B8860B);
}

.process-sec:before {
    background-image: url('../images/yellow-bages-process.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 101.3%;
    width: 100%;
    position: absolute;
    content: "";
    top: -12px;
    left: 0;
    z-index: -1;
}

.white {
    color: white;
}

.process-card {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 27px 25px;
    height: 510px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: all ease-in-out 0.2s;
    border: 1px solid var(--secondary-color);
}

.process-card .heading-3 {
    margin: 10px 0 6px;
}

.process-sec.radical:after {
    left: 160px;
    top: 120px;
}

.our-process-slider {
    padding: 1rem 0 1rem;
}

span.for-numbers {
    background: #ffffff;
    width: 30px;
    height: 30px;
    color: #000;
    text-align: center;
    font-family: Prompt;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0rem 0 0rem;
    position: relative;
    z-index: 0;
    opacity: 1;
    transition: all ease 0.5s;
}

.our-process-slider .swiper-slide.active .for-numbers {
    opacity: 1;
    transition: all ease 0.5s;
}

.our-process-slider .swiper-slide:nth-child(odd) .for-numbers {
    margin-bottom: 1.5rem;
    left: 92px;
}

.our-process-slider .swiper-slide:nth-child(even) .for-numbers {
    margin-top: 1rem;
    left: 150px;
}

.our-process-slider .swiper-slide:nth-child(even) .process-card {
    margin-top: 7rem;
}

.our-process-slider .swiper-slide:nth-child(03) .for-numbers {
    left: 210px;
}

figure.process-string {
    position: absolute;
    left: 107px;
}

figure.process-string img {
    height: 690px;
    width: 1090px;
}

.our-process-slider .swiper-slide:nth-child(04) .for-numbers {
    left: 190px;
}

.our-process-slider .swiper-slide.active .for-numbers {
    background: #0a0f21;
    color: white;
    box-shadow: 0 0 10px white;
}

.process-card p {
    height: 200px;
    overflow-y: auto;
}


/* why-choice-us css */
.why-choice-us-slider {
    height: 577px;
    padding: 2rem 1rem 0rem 1rem;
}

.why-choice-us-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 9.7px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 14px 20px;
    height: 240px;
}

figure.why-icon {
    position: relative;
    margin-top: -48px;
    margin-bottom: 10px;
    margin-left: -29px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 3px 6px 5.7px 0px rgba(0, 0, 0, 0.25);
    display: inline-flex;
    padding: 8px 10px;
}

.why-choice-us-card p {
    margin: 0;
    height: 112px;
    overflow-y: auto;
}

figure.why-choice-us-layer {
    position: absolute;
    top: 0;
    left: 0;
}


/* why-choice-us css */

/* cta-banner css */
.cta-banner {
    background: var(--primary-color);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

figure.yellow-cta-bar {
    position: absolute;
    top: -10px;
    left: -120px;
    z-index: -1;
}

.parent-cta-img {
    position: relative;
    z-index: 0;
    height: 407px;
}

figure.hand-book {
    position: absolute;
    bottom: 0px;
    transition: all linear .5s;
    animation: ball2 2.5s linear infinite alternate;
}

@keyframes ball2 {
    0% {
        transform: translate(-30px, 0px);
        /* filter: drop-shadow(2px 4px 6px #0000) saturate(1.3); */
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes scroll-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/* cta-banner css */



/* faqs-sec css */
.faqs-sec {
    background: #FFE0B3;
}

.accordion-item:first-of-type .accordion-button {
    padding-top: 0;
}

.accordion-item:last-of-type .accordion-button {
    padding-bottom: 0;
}


.accordion-item:last-of-type .accordion-body {
    padding-top: 1rem;
}

.faq-cta-img img {
    width: 100%;
}

.faq-parent {
    border-radius: 10px;
    border: 0px solid #242E3D;
    overflow: auto;
    padding: 40px;
    display: grid;
    grid-template-columns: 65%;
    width: 95%;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
}

.accordion-button {
    color: #404146;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    padding: 20px 0;
    border-bottom: 0px solid black;
    font-family: "Roboto", sans-serif;
}

.accordion-item {
    border: 0;
    border-bottom: 1px solid black;
}

.accordion-button:not(.collapsed) {
    color: #404146;
    box-shadow: none;
    background-color: transparent;
}

.accordion-body {
    padding: 0px 0 20px;
    border-bottom: 0px solid #232F3E;
    color: #242E3D;
    font-family: 'Prompt';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}

.accordion-button:not(.collapsed)::after {
    /* filter: brightness(0) invert(0); */
}

.accordion-item:last-of-type {
    border: 0;
}

.accordion-button:focus {
    border-color: inherit;
    box-shadow: none;
}

.accordion-item:last-of-type .accordion-body {
    padding-bottom: 0;
}

.parent-faq-right {
    position: absolute;
    right: 0px;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: inline-block;
    justify-content: end;
    top: 38px;
    width: 460px;
    height: 460px;
    bottom: 0;
    animation: scroll-down 4s linear infinite;
}

.parent-faqs {
    position: relative;
    z-index: 0;
}

.parent-faq-right img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.accordion-button::after {
    background-image: url('../images/faq-arrow.png') !important;
    background-size: 100%;
    width: 40px;
    height: 40px;
    /* filter: unset; */
}

/* faq css */


/* review slider  */
.client-details span {
    color: #404146;
}

span.client-name {
    font-weight: 600;
    font-size: 28px;
}

span.client-role {
    font-size: 16px;
}

.client-details {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.reviews-sec-parent {
    position: relative;
    z-index: 0;
    padding: 0px 0rem 0rem 0rem;
    width: 100%;
}

.review-slider-2-parent {
    width: 100%;
    top: 0;
    right: 0px;
    left: 0;
    height: 240px;
    transform: rotate(0deg);
    width: 100%;
    margin: auto;
}

.review-slider-2-parent figure.client-pictures {
    transform: rotate(0deg);
    border: 2px solid transparent;
    border-radius: 212px;
    width: 78px;
    display: inline-flex;
}

.review-slider-2-parent .swiper-wrapper .swiper-slide {
    transform: translate(0px, 0px);
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(01) {
    transform: translate(10px, 0px);
    z-index: -1;
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(02) {
    transform: translate(10px, 30px);
    z-index: -1;
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(03) {
    transform: translate(10px, 60px);
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(04) {
    transform: translate(80px, 140px) scale(1.9);
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(05) {
    transform: translate(-120px, 0px);
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(05) {
    transform: translate(80px, 60px);
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(06) {
    transform: translate(80px, 30px);
}

.review-slider-2-parent .swiper-wrapper .swiper-slide.swiper-slide-thumb-active figure.client-pictures {
    border-color: var(--secondary-color) !important;
    z-index: 999;
}

.review-slider-2-parent .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    z-index: 999;
}

.review-slider-2-parent {
    width: 100%;
    margin-right: 5rem;
}

.review-slider-child p {
    margin: 0rem 0;
    width: 100%;
    text-align: center;
}

.parent-slider-navbar {
    position: relative;
    z-index: 9999;
    top: -60px;
    left: -10px;
    width: 210px;
    display: flex;
    align-items: start;
    justify-content: start;
    height: 50px;
    text-align: start;
}

.parent-slider-navbar:is(.swiper-button-next, .swiper-button-prev) {
    border: 2px solid white;
}

.swiper-button-next,
.swiper-button-prev {
    border: 1px solid white;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    font-weight: 600;
}

span.swiper-pagination-current {
    color: var(--white-color);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

span.swiper-pagination-total {
    color: #F90;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.swiper-pagination-fraction {
    color: #F90;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    z-index: -1;
}

.reviews-sec {
    background: var(--primary-color);
}


.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(07) {
    transform: translate(60px, 0px);
}

.reviews-slider-2 {
    height: 200px;
}


.reviews-slider-2 .swiper-free-mode>.swiper-wrapper {
    justify-content: center;
}

.review-slider-child {
    background: white;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 40px 70px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}


/* review slider  */

/* bottom-cta-bottom */
figure.bottom-cta-bottom {
    position: absolute;
    bottom: 0;
    left: 0%;
    z-index: -1;
    transition: all linear 1s;
    animation: ball2 6s linear infinite alternate;
}

@keyframes ball2 {
    0% {
        transform: translate(50px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes ball1 {
    0% {
        transform: translate(-200px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

figure.bottom-cta-top {
    position: absolute;
    top: 0;
    right: 0%;
    z-index: -1;
    transition: all linear 1s;
    animation: ball1 6s linear infinite alternate;
}

.bottom-cta-banner p {
    width: 70%;
    margin: auto;
}

.faq-sec.py {
    padding-bottom: 9rem;
}

.bottom-cta-banner .parent-btn {
    justify-content: center;
    margin: 1.5rem 0 0;
}

footer {
    background: var(--primary-color);
    padding: 4rem 0 0;
}

.bottom-footer {
    border-top: 1px solid white;
    margin: 4rem 0 0;
    padding: 1rem 0;
}

.parent-bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.parent-bottom-footer p {
    color: white;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

.parent-bottom-footer ul {
    display: flex;
    align-items: center;
    gap: 1rem;
    list-style: none;
}

ul.footer-anchar-list {
    list-style: none;
    color: white;
    padding: 0 18px 0px 0px;
}

.footer-link-parent ul li a {
    color: var(--white-color);
    font-family: Prompt;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
}

.parent-bottom-footer ul li a {
    color: white;
    color: var(--white-color);
    font-family: Prompt;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
}

h6.footer-link-child {
    color: var(--white-color);
    font-family: Prompt;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 2rem;
}

figure.footr-logo {
    margin: 0 0 1.5rem;
}

.footer-link-parent.contact-us-details ul.footer-anchar-list {
    list-style: none;
    padding: 0;
}

.footer-link-parent.contact-us-details ul.footer-anchar-list li.bolded a {
    color: var(--white-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
}

ul.footer-anchar-list li {
    margin: 0 0 8px;
}

/* bottom-cta-bottom */

/* inner-banner css */

.inner-banner {
    background-image: url('../images/inner-banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 12rem 0 8rem;
}

.inner-banner .heading-1 {
    text-align: center;
}

.inner-services-sec.our-services-sec .ghostwriting-solutions-slider {
    height: 450px;
}


.ghostwriting-solutions-slider-inner {
    height: 590px;
    padding: 0 0 1rem;
}

.inner-services-sec.our-services-sec::before {
    display: none;
}

/* inner-banner css */




/* menu css */
header#header.fixed {
    background: transparent;
    position: fixed;
    top: 10px;
    transition: all ease-in-out .7s;
}

header#header.fixed nav.navbar {
    background: var(--primary-color);
    border-radius: 8px;
    padding: 5px 10px;
}

header#header.fixed nav.navbar .nav-link.active {
    color: #fff;
}

header#header.fixed nav.navbar .custom-btn.orange-btn {
    background: white;
    color: var(--primary-color);
}

header#header.fixed nav.navbar .navbar-brand {
    color: white;
}

figure.amazon-box img {
    animation: movebounce 10s linear infinite;
}

figure.current-layer img {
    animation: 2s linear infinite bf-animate;
}

.loud-speaker img {
    animation: 1s linear infinite bf-animate;
}

/* menu */
header .navbar-expand-lg .navbar-nav .dropdown-menu {
    /* display: block; */
    width: fit-content;
    opacity: 1;
    left: 48%;
    right: 33px;
    top: 72px;
    background: linear-gradient(135deg, #ffe681, #D4AF37, #B8860B);
    padding: 10px;
}

header .dropdown {
    position: unset;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: var(--primary-color);
    color: white;
}

header .dropdown .nav-link.active {
    color: white !important;
}

header .dropdown .nav-link {
    width: 100%;
    text-align: start;
}

header .nav-pills {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.inner-dropdown-menu.row {
    padding-left: 0px;
    list-style: none;
    display: block;
}


header .dropdown-item {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
    border-radius: 4px;
    color: black;
    /* font-family: Inter; */
    font-style: normal;
    font-weight: 400;
    font-family: Prompt;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--primary-color);
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-color: var(--primary-color);
}


header .navbar-expand-lg .navbar-nav .dropdown-menu {
    text-align: center;
}

header .dropdown-item {
    /* border: 1px solid #FFF; */
    margin: 4px auto;
    padding: 8px 0;
    color: #fff;
}

header#header.fixed .navbar-toggler {
    border-color: white;
    filter: brightness(0) invert(1);
}

.navbar-toggler:focus {
    box-shadow: none;
}

#popup_form .close span {
    position: relative;
    top: -3px;
}

.key-features-seller-card .s-para {
    height: 120px;
    overflow-y: auto;
}
#popup_form{
     backdrop-filter: blur(5px);
}
#popup_form_inner {
   
    display: flex;
    justify-content: center;
}

.custom-btn.orange-btn:hover {
    background: var(--primary-color);
    color: white;
    transition: all ease .3s;
}

div#step1-form button#next-to-step2:hover {
    color: white;
    background: var(--primary-color);
}

.btn-submit:hover {
    color: white !important;
    background: black;
}

.loader img {
    margin: auto;
}

.logo-w {
    display: none;
}

header#header.fixed .logo-b {
    display: none;
}

header#header.fixed .logo-w {
    display: block;
}

/* menu */

p.for-booking a:hover {
    filter: brightness(1.2);
}

.faq-parent.accordion .accordion-item:hover {
    background: var(--primary-color)36;
}

.accordion-button:hover {
    color: var(--primary-color);
}

.accordion-button:hover:after {
    /* filter: brightness(4.5) invert(1); */
}

.accordion-button:hover:before {
    filter: brightness(4.5) invert(1);
}

header#header.fixed nav.navbar .custom-btn.orange-btn:hover {
    color: #000000;
}

.nav-link.active,
.nav-link:hover,
.nav-link:focus,
.nav-link:hover {
    background: var(--secondary-color);
    box-shadow: none;
    outline: 0;
    color: #fff !important;
}

header#header.fixed .navbar-nav .dropdown-menu {
    background: linear-gradient(135deg, #D4AF37 , #D4AF37, #f8ce43);
}

header#header.fixed .dropdown-item {
    color: white;
    border-color: white;
}

header#header.fixed .dropdown-item:focus,
header#header.fixed .dropdown-item:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
    border-color: var(--secondary-color);
}


/* menu css */

.typed-text {
    color: var(--secondary-color);
}

.cursor {
    display: inline-block;
    width: 4px;
    margin-left: 4px;
    background: var(--secondary-color);
}

.cursor.blink {
    animation: blink 0.8s ease-in-out infinite;
}

@keyframes blink {

    0%,
    100% {
        background: var(--secondary-color);
    }

    40%,
    50% {
        background: transparent;
    }
}

.yellow-btn:hover {
    background: var(--primary-color);
    color: white;
    box-shadow: 0 0 10px white;
    transition: all ease-in-out 0.2s;
}

.yellow-btn:hover img {
    filter: brightness(0) invert(1);
    width: 100;
}

.process-card:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    content: "";
    background: #02061740;
    transition: all ease-in-out 0.2s;
    z-index: -1;
    opacity: 0;
}

.our-process-slider .swiper-slide.active .process-card:before {
    height: 100%;
    transition: all ease-in-out 0.2s;
    opacity: 1;
}

.our-process-slider .swiper-slide.active .yellow-btn {
    color: var(--secondary-color);
    background: var(--primary-color);
}

.our-process-slider .swiper-slide.active .process-card {
    border-color: white;
}


/* privacy policy */

ul.list-item li {
    color: var(--black-color);
    font-style: normal;
    margin-bottom: 12px;
    align-items: center;
    justify-content: space-between;
}

.about-hero.privacy-policy ul.list-item li {
    line-height: normal;
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
}

ul.list-item {
    padding: 0rem 0rem 0rem 0rem;
    margin: 0;
    width: 100%;
    list-style: none;
    list-style-image: url('../images/list-item-arrow.webp');
    background-repeat: no-repeat;
    margin-bottom: 16px;
    height: auto;
    overflow-y: auto;
    margin: 0;
    list-style-position: inside;
}

.about-hero.privacy-policy ul.list-item li a {
    color: var(--black-color);
}

/* privacy policy */



.new-main-banner-area{background-color: #020617;padding-top: 106px;padding-bottom:100px;overflow:hidden;position:relative;z-index:1}

.new-main-banner-area .container-fluid{
padding-left:40px;
padding-right:40px
}

.new-main-banner-area.banner-with-gradient-color{
background:linear-gradient(180deg,#F2F3FF 0%,rgba(242,243,255,0) 100%);
padding-top:100px;
padding-bottom:100px
}

.new-main-banner-area.banner-with-gradient-color .new-main-banner-content{
padding-right:30px
}

.new-main-banner-area.banner-with-gradient-color .new-main-banner-content h1{
color:var(--black-color)
}

.new-main-banner-area.banner-with-gradient-color .new-main-banner-content p{
color:var(--optionalColor)
}

.new-main-banner-content .sub-title{color: #ffd00b;font-size: 14px;font-weight:500;display:inline-block;margin-bottom:18px}

.new-main-banner-content h1{
font-size:70px;
margin-bottom:20px;
  font-family: "Nunito Sans", sans-serif;
color:var(--white-color);
    font-weight: 700;
}

.new-main-banner-content p{
color:var(--white-color);
margin-bottom:0
}

.new-main-banner-content .btn-box{
margin-top:30px
}

.new-main-banner-image{
text-align:end
}
.default-btn-with-radius {
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    transition: all 0.7s ease;
    border-radius: 30px;
    border: none;
    padding: 10px 30px;
    position: relative;
    z-index: 1;
    color: var(--white-color) !important;
    background-color: var(--secondary-color);
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
.new-main-banner-image img{
animation:moveleftbounce 5s linear infinite
}
@keyframes movescale {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}

.new-main-banner-shape-1{
position:absolute;
top:20%;
left:5%;
z-index:-1;
transform:translateY(-20%) translateX(-5%)
}

.new-main-banner-shape-1 img{
animation:moveleftbounce 5s linear infinite
}

.new-main-banner-shape-2{
position:absolute;
bottom:15%;
left:25%;
z-index:-1;
transform:translateY(-15%) translateX(-25%)
}

.new-main-banner-shape-2 img{
animation:movescale 5s linear infinite
}

.new-main-banner-wrap-area{
background:#F7F8FF;
padding-bottom:80px;
overflow:hidden;
position:relative;
z-index:1
}

.new-main-banner-wrap-area .container-fluid{
padding-left:40px;
padding-right:0
}

.new-main-banner-wrap-content{
padding-right:35px;
margin-top:70px
}

.new-main-banner-wrap-content .sub-title{
color:var(--mainColor);
font-size:var(--fontSize);
font-weight:500;
display:inline-block;
margin-bottom:18px
}

.new-main-banner-wrap-content h1{
font-size:80px;
margin-bottom:20px;
font-weight:900
}

.new-main-banner-wrap-content h1 span{
filter:url('#stroke-text')
}

.new-main-banner-wrap-content p{
margin-bottom:0
}

.new-main-banner-wrap-content .btn-box{
margin-top:30px
}

.new-main-banner-wrap-content .btn-box .phone-btn{
position:relative;
margin-left:15px;
padding-left:55px;
font-size:20px;
font-weight:600;
color:var(--black-color)
}

.new-main-banner-wrap-content .btn-box .phone-btn i{
position:absolute;
top:50%;
transform:translateY(-50%);
left:0;
font-weight:normal;
width:45px;
height:45px;
line-height:45px;
text-align:center;
background:linear-gradient(270deg,#04C8EB -12.37%,#5945D2 100%);
color:var(--white-color);
font-size:20px;
transition:var(--secondary-color);
border-radius:50%
}

.new-main-banner-wrap-image{
margin-top:-185px;
margin-right:-210px;
position:relative;
z-index:1
}

.new-main-banner-wrap-image .wrap-circle-shape{
position:absolute;
right:30px;
bottom:-20px;
z-index:-1
}

.new-main-banner-wrap-shape{
position:absolute;
left:20px;
top:20px;
z-index:-1
}

.new-main-banner-wrap-shape img{
animation:moveleftbounce 5s linear infinite
}


.fs-150 {
    font-size: 142px;
    color: #BFA046;
}


img.anim-up-down {
  -webkit-animation: move-up-down 1s infinite alternate;
  animation: move-up-down 1s infinite alternate;
}

img.anim-up-down {
  width: 33%;
  z-index: 1;
  -webkit-animation: move-up-down 1s infinite alternate;
  animation: move-up-down 1s infinite alternate;
  position: absolute;
  right: 33%;
  top: -191px;
  /* transform: translate(-50%, -50%) !important; */
  opacity: 0;
}

@-webkit-keyframes move-up-down {
  0% {
    transform: translateY(0);
  }

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

@keyframes move-up-down {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}
/* Gradient Move */
@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Text Entry */
@keyframes fadeUp {
    from {
        transform: translateY(80px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

h1.fs-150.fs-sm-15vw.lh-085.text-uppercase {
    position: relative;
    z-index: 3;
    color: #fff !important;
    line-height: 117px;
    font-family: "Orbitron", sans-serif;
    background: linear-gradient(135deg, #F8E7A1, #D4AF37, #B8860B);
    background-size: 400% 400%;
    animation: gradientMove 8s ease infinite, fadeUp 1.5s ease forwards;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
}

section.bg-dark-1.pb-0.jarallax {
    margin-bottom: 0pc;
    padding-top: 175px;
    padding-bottom: 158px;
}
/* .abs-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

a.btn-main, a.btn-main:active, a.btn-main:focus, a.btn-main:visited, .btn-main, input[type=button].btn-main, a.btn-line, #mainmenu li ul.mega a.btn-main {
    background: var(--primary-color);
    color: var(--white-color);
    font-family: "Orbitron", sans-serif;
    font-size: 16px;
    letter-spacing: var(--btn-letter-spacing);
    padding: 18px 23px;
    text-decoration: var(--btn-text-decoration);
    text-transform: var(--btn-text-transform);
    border-radius: var(--btn-rounded);
    -moz-border-radius: var(--btn-rounded);
    -webkit-border-radius: var(--btn-rounded);
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    outline: 0;
    position: absolute;
    position: absolute;
    top: 37%;
    z-index: 6;
    left: 50%;
    transform: translate(-50%, -50%);
}

img.jarallax-img {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    width: 100%;
}

.d-item {
    position: relative;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 30s linear infinite;
  opacity: 0;
}

.d-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  top: 53px;
  z-index: 10;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

a.navbar-brand img {
    width: 65%;
    /* filter: brightness(0) invert(1); */
}

a.custom-btn.yellow-btn.chat {
    background: var(--secondary-color);
}

a.custom-btn.yellow-btn.chat img {
    filter: brightness(0) invert(1);
}
figure.footr-logo img {
    width: 70%;
}

.Audibok.show-area.py-100 {
    margin-top: 0;
    background: transparent;
}

.Audibok .show-item.wow.fadeInUp {
    background: linear-gradient(135deg, #F8E7A1, #D4AF37, #B8860B);
}

.Audibok .show-content h4 a {
    color: #fff;
}

.Audibok .show-meta ul li {
    color: #fff;
}

.Audibok .show-meta ul li a {
    color: #fff;
}

.Audibok .show-content p {
    color: #fff;
}

.Audibok .show-host .host-content p {
    color: #fff;
}

.Audibok .show-host .host-content h6 {
    color: #fff;
}

.videobookSec.episode-video {
    padding-bottom: 80px;
}

.videobookSec .episode-item {
    background: linear-gradient(135deg, #F8E7A1, #D4AF37, #B8860B);
}

.videobookSec h4 {
    color: #fff;
}

.videobookSec ul li {
    color: #fff;
}

.videobookSec ul li i {
    color: #fff;
}

.videobookSec .episode-bottom h6 {
    color: #fff;
}

.videobookSec .episode-favourite {
    color: #fff;
}

.videobookSec .episode-favourite i {
    color: #fff;
}

.InnerAB.about-us-sec .heading-2 {
    line-height: 35px;
}

section.InnerAB.about-us-sec {
    padding: 50px 0px 50px;
}


.video-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.Sec-01 {
    position: relative;
    padding: 132px 13px;
}

.imgposi {
    position: absolute;
    right: 0;
    top: 0;
    /* width: 100%; */
    display: flex;
    justify-content: end;
}

.imgposi img {
    width: 700px;
    height: 668px;
    object-fit: cover;
}

.adver h4 {
    color: var(--black-color);
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

.adver ul li p {
    font-family: Prompt;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: unset;
    margin-bottom: 10px;
}

.adver ul {
    padding-left: 43px;
}
.Billsec.Sec-01{
    background: url('../images/Bg-2.webp');
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position: left !important;
}
.Sec-01{
    background: url('../images/Bg-1.webp');
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position: right;
}

section.Newbanner img {
    height: 550px;
    width: 100%;
    object-fit: cover;
}

.hero-banner {
    position: relative;
    height: 550px;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: #fff;
}

/* Background Video */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    height: 500px !important;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
}

/* Dark overlay */
.hero-overlay {
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(120deg, rgb(131 93 0 / 8%), rgb(0 0 0));
    z-index: 1;
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    display: none;
}

/* Content */
.hero-content {
    position: relative;
    z-index: 20;
    text-align: center;
}

.hero-small-text {
    font-size: 18px;
    margin-bottom: 20px;
    opacity: 0.9;
    color: #f2dd8f;
}

.hero-title {
    text-transform: uppercase;
    font-size: 49px;
    font-weight: 700;
    line-height: 1.1;
    color: #f2dd8f;
    margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .hero-title { font-size: 48px; }
}

@media (max-width: 576px) {
    .hero-title { font-size: 32px; }
    .hero-small-text { font-size: 14px; }
    .hero-banner {
    position: relative;
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: #fff;
}
.articles-wrapper {
    display: inline-grid;
}

.article-card {
    width: calc(100% - 20px);
}
.audio-player {
        width: 90%;
        left: 13px;
        padding-bottom: 5px;
        transform: unset;
        bottom: 0;
    }
.about-area{
        padding-top: 40px;
}
}

.hero-banner:before {
    position: absolute;
    content: "";
    height: 520px;
    width: 100%;
    background: linear-gradient(120deg, rgb(131 93 0 / 8%), rgb(0 0 0));
    top: 0;
    z-index: 1;
    opacity: 0.9;
}

.book-cover-art {
    margin-top: 70px;
    --aspect-ratio: 1 / 1.6;
    background: linear-gradient(135deg, #F8E7A1, #D4AF37, #B8860B);
    padding: 50px 0px;
}

.book-cover-art .covers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-auto-flow: dense;
    grid-gap: 1rem
}

@media(min-width: 900px) {
    .book-cover-art .covers-grid {
        grid-gap:2rem
    }
}

.book-cover-art .covers-grid .cell.col-span-2 {
    grid-column: span 2
}

.book-cover-art .covers-grid .cell.large {
    grid-column: span 2;
    grid-row: span 2;
    --aspect-ratio: 1 / 1.565
}

.book-cover-art .covers-grid .cell.square {
    grid-column: span 2;
    --aspect-ratio: 1 / .735
}

.book-cover-art .covers-grid .info {
    display: none;
    position: absolute
}

.book-cover-art .freelancer-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr)
}

.book-cover-art .cover-modal .modal-panel {
    display: grid;
    grid-template-columns: 1fr
}

@media(min-width: 900px) {
    .book-cover-art .cover-modal .modal-panel {
        grid-template-columns:1fr 1fr
    }
}

.book-cover-art .cover-modal .modal-body {
    display: block
}

.book-cover-art .cover-modal .modal-content {
    max-width: 100%
}

@media(min-width: 600px) {
    .book-cover-art .cover-modal .modal-content {
        max-width:80vw
    }
}

@media(min-width: 900px) {
    .book-cover-art .cover-modal .modal-content {
        max-width:80vw
    }
}

@media(min-width: 1024px) {
    .book-cover-art .cover-modal .modal-content {
        max-width:56rem
    }
}

.book-cover-art .cover-modal .modal-image {
    text-align: center;
    background-color: var(--bgColor-muted);
    padding: 1rem;
    height: 100%;
    max-height: 50vh;
    max-width: 100%
}

@media(min-width: 900px) {
    .book-cover-art .cover-modal .modal-image {
        max-height:80vh
    }
}

.book-cover-art .cover-modal .modal-image img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    position: relative
}

.book-cover-art .book-item {
    position: relative;
    text-align: center;
    aspect-ratio: var(--aspect-ratio);
    cursor: pointer;
    border-radius: .375rem;
    background-color: var(--bgColor-muted);
    transform: translateZ(0)
}

.book-cover-art .book-item:hover .book-cover {
    transform: perspective(2000px) rotate3d(0, 1, 0, -30deg);
    -webkit-transform: perspective(2000px) rotate3d(0, 1, 0, -30deg)
}

.book-cover-art .book-item:hover .book-cover .effect {
    width: 20%
}

.book-cover-art .book-item:hover .book-cover .light {
    opacity: 1;
    width: 70%
}

.book-cover-art .book-item:hover .book-cover .designer {
    opacity: 1
}

.book-cover-art .book-item .book-cover {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    background: #111;
    background-size: cover;
    border-radius: .375rem;
    border-top: .0625rem solid hsla(0,0%,100%,.2);
    border-right: .0625rem solid hsla(0,0%,100%,.2);
    overflow: hidden;
    transition: transform .5s ease-in-out
}

.book-cover-art .book-item .book-cover img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    outline: none;
    border: none
}
.book-cover-art .covers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(229px, 1fr));
    grid-auto-flow: dense;
    grid-gap: 1rem;
}
.book-cover-art .book-item .book-cover .effect {
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
    margin-left: 5%;
    border-left: 2% solid var(--dark);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    transition: all .5s ease
}

.book-cover-art .book-item .book-cover .light {
    width: 90%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
    top: 0;
    right: 0;
    opacity: .1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.book-cover-art .book-item .book-cover .designer {
    backdrop-filter: blur(0.25rem);
    text-align: left;
    padding: .5rem;
    bottom: 0;
    opacity: 0;
    transition: all .5s ease;
    background-color: var(--bgColor-overlay);
    position: absolute
}

.book-cover-art .book-inside {
    width: 98%;
    height: 97%;
    position: absolute;
    top: 1.5%;
    border: 2% solid var(--dark-muted);
    border-radius: .375rem;
    background: var(--white-color);
    box-shadow: 10px 40px 40px -10px rgba(0,0,0,.1882352941),inset -2px 0 0 var(--dark-muted),inset -3px 0 0 #dbdbdb,inset -4px 0 0 #fff,inset -5px 0 0 #dbdbdb,inset -6px 0 0 #fff,inset -7px 0 0 #dbdbdb,inset -8px 0 0 #fff,inset -9px 0 0 #dbdbdb
}
.panel {
    background-color: #00000061;
    position: relative;
    border-radius: .5rem;
    width: 100%;
}
.panel.panel-full-height>.panel-body {
    flex-grow: 1;
    padding: 85px 50px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.panel>.panel-body {
    padding: 1rem;
    box-sizing: border-box
}

@media(min-width: 900px) {
    .panel>.panel-body {
        padding:1.5rem
    }
}

.panel-body h1 {
    color: #fff;
    font-size: 34px;
    padding-bottom: 22px;
}

.mt-sm {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}



/* our-pricing-sec css */

.our-pricing-sec {
    margin-top: 50px;
    background-image: url('../images/about-us-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    height: 100%;
}

.save-your-money-card-parent {
    position: relative;
    z-index: 0;
}

.money-card {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 45px 35px 50px;
}

.save-your-money-card-parent figure.furs-img {
    top: -45px;
}

.pricing-card {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 20px 30px;
}

ul.package-list {
    margin: 0 0 1.5rem;
    list-style-image: url('../images/arrow-tick.webp');
    padding: 0rem 0rem 0rem 24px;
    color: #404146;
    font-family: Prompt;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    height: 300px;
    overflow-x: auto;
}

.pricing-header .custom-btn.yellow-btn.quote-btn {
    width: 100%;
    justify-content: center;
}

.pricing-card .custom-btn {
    width: 100%;
    justify-content: center;
}

.pricing-footer p {
    margin: 1rem 0 0;
}

span.number-pricing {
    color: #404146;
    font-family: Arial;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.pricing-header {
    display: flex;
    gap: 1rem;
}

/* our-pricing-sec css */



.Packagesmain .swiper {
    padding-bottom: 60px;
}

.Packagesmain .swiper-slide {
    transition: 0.3s ease;
}

.Packagesmain .swiper-slide-active {
    transform: scale(1.05);
}

       /* Dots container spacing */
/* Hide default slick dot icon */
.Packages-slider .slick-dots li button:before {
    display: none;
}

/* Dot base */
.Packages-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #dcdcdc;
    border-radius: 50%;
    padding: 0;
    border: none;
    transition: all 0.3s ease;
}

/* Active dot */
.Packages-slider .slick-dots li.slick-active button {
    background: linear-gradient(135deg, #F8E7A1, #D4AF37, #B8860B);
    transform: scale(1.3);
    box-shadow: 0 0 0 4px rgba(247, 145, 24, 0.25);
}

/* Spacing */
.Packages-slider .slick-dots li {
    margin: 0 6px;
}

.Packages-slider .slick-dots {
    bottom: -45px;
}
.Packages-slider .slick-slide {
    padding: 0 15px;
}

.Packages-slider .slick-list {
    margin: 0 -15px;
}

        .Packages-slider .slick-dots li:nth-child(n+4) {
    display: none;
}
a.navbar-brand {
    width: 30%;
}



video.hero1-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.bg-dark-1.pb-0.jarallax .hero-overlay {
    background: #000000b8;
    z-index: 0;
    display: block;
    height: 100%;
}

/* ===============================
   MEGA MENU FINAL CLEAN VERSION
================================= */

/* Remove theme interference */
.navbar .dropdown-menu {
    /* background: #ffffff !important; */
    border: none !important;
}

/* Main dropdown container */
.mega-clean {
    width: 750px;
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

/* Wrapper */
.mega-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

/* Column */
.mega-col {
    flex: 1;
}

/* Heading */
.mega-col h6 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 22px;
    color: #111;
}

/* Link */
.mega-link {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    text-decoration: none;
    color: #111;
    transition: 0.2s ease;
}

/* Icon */
.mega-link i {
    font-size: 18px;
    width: 22px;
    min-width: 22px;
    margin-top: 3px;
    color: #d4af37;
}

/* Title */
.mega-link span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
}

/* Description */
.mega-link p {
    margin: 2px 0 0 0;
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

/* Hover */
.mega-link:hover span {
    color: #d4af37;
}

/* ===================================
   MOBILE RESPONSIVE FIX
=================================== */

@media (max-width: 991px) {

    /* Full width dropdown on mobile */
    .mega-clean {
        width: 100% !important;
        padding: 25px;
        box-shadow: none;
        border-radius: 0;
    }

    /* Stack columns */
    .mega-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    /* Fix font scaling issue */
    .mega-col h6 {
        font-size: 16px;
    }

    .mega-link span {
        font-size: 14px;
    }

    .mega-link p {
        font-size: 12px;
    }

}

/* ===================================
   EXTRA FIX FOR BOOTSTRAP MOBILE NAV
=================================== */

/* Important for mobile dropdown click */
@media (max-width: 991px) {
    .dropdown-menu {
        position: static !important;
        float: none !important;
    }
}



section.connected {
    padding-top: 80px;
    padding-bottom: 80px;
    background: var(--black-color);
    margin-top: 53px;
    margin-bottom: 50px;
}

section.connected h2 {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

section.connected h4 {
    font-size: 2em;
    color: #fff;
    margin-bottom: 40px;
}

section.connected input {
    height: 65px;
}

section.connected input, section.connected textarea {
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    box-shadow: 14.562px 10.58px 48px 0 rgb(0 0 0 / 6%);
    padding-left: 20px;
    border: 1px solid transparent;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"] {
    padding-left: 93px;
}

section.connected .form-group {
    margin-bottom: 1rem;
}

section.connected textarea {
    height: 180px;
    padding-top: 15px;
}

section.connected ul {
    padding-left: 0;
    list-style: none;
    margin-top: 30px;
}

section.connected ul li {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}

section.connected ul li .icon {
    font-size: 26px;
    border-radius: 50%;
    display: flex;
    color: var(--black-color);
    align-items: center;
    justify-content: center;
    margin-right: 34px;
    align-items: center;
}

section.connected ul li a {
    color: #fff;
}

section.connected ul li .icon:before {
    background: var(--primary-color);
    position: absolute;
    content: "";
    height: 50px;
    width: 50px;
    border-radius: 50px;
    z-index: -2;
}

.content h6 {
    color: #fff;
}

h2.writeh2 {
    text-align: left !important;
    padding-bottom: 20px;
}

section.connected p {
    font-size: 18px;
    color: #fff;
}
section.connected ul li .icon:before {
    background: var(--secondary-color);
    position: absolute;
    content: "";
    height: 50px;
    width: 50px;
    border-radius: 50px;
    z-index: -2;
}

section.connected ul li .icon {
    font-size: 26px;
    border-radius: 50%;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 34px;
    align-items: center;
}
.btnCustom {
    color: var(--white-color);
    /* font-family: "Roboto", sans-serif; */
    font-size: 16px;
    background: var(--secondary-color);
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    border-radius: 4px;
    margin: 0 4px;
    padding: 13px 21px;
    border: transparent;
    color: #fff;
}


.services-img img {
    filter: invert(1);
}

.process-icon img {
    filter: invert(1);
}

.why-icon img {
    filter: invert(1);
}
.services-img img {
    filter: invert(1);
}
.crp-hero-funfact-line {
    position: absolute;
    top: 158px;
    right: 100%;
    height: 1px;
    width: 80px;
    display: inline-block;
    background-color: var(--secondary-color);
}
.crp-hero-funfact-img {
    position: absolute;
    top: 5px;
    right: -33px;
}
.crp-hero-funfact-bg {
    width: 300px;
    padding: 35px 20px;
    background-repeat: no-repeat;
}
.crp-hero-funfact-line::before {
    position: absolute;
    TOP: 3PX;
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    transform: translateY(-11px);
    background-color: var(--secondary-color);
}
.crp-hero-avater {
    flex: 0 0 auto;
    margin-right: 30px;
}
.crp-hero-funfact-wrap{
  background-position: center;
  background: url('../images/funfact-bg-shape.webp');
  POSITION: RELATIVE;
  background-repeat: no-repeat;
}
.crp-hero-title {
    font-size: 110px;
    font-weight: 600;
    line-height: 100px;
    color:  #ffffe6;
    font-family: "Roboto", sans-serif;
}
.crp-hero-title span {
    color: var(--secondary-color);
}
.crp-hero-ratting {
    line-height: 1;
    /* padding-top: 37px; */
}
.crp-hero-ratting-text {
    flex: 0 0 auto;
    margin-right: 18px;
}

.crp-hero-ratting-text span {
    font-weight: 600;
    font-size: 50px;
    line-height: 0.8;
    display: inline-block;
    transform: translateY(7px);
   
    color: #fff;
}
.crp-hero-ratting-details a {
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: rgba(238, 241, 234, 0.7);
    border-bottom: 1px solid rgba(238, 241, 234, 0.2);
}
.crp-hero-ratting-icon {
    line-height: 1;
}

section.bg-dark-1.pb-0.jarallax .container.relative.z-2 {
    position: relative;
    z-index: 2;
}

.crp-hero-funfact-item .form-control {
    border-radius: 0px;
    width: 85%;
    margin-bottom: 9px;
}

.crp-hero-funfact-item textarea {
    resize: none;
}
.show-player.d-flex {
    justify-content: space-between;
    align-items: baseline;
}
.show-content.mediacont h4 {
    padding: 5px 3px;
    background: #020617;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}
.crp-hero-avater1 img {
    width: 81%;
}

