@import url('https://fonts.googleapis.com/css2?family=Khula:wght@300;400;600;700;800&display=swap');

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-family: "Khula", sans-serif;
    font-style: normal;
}

:root {
    --primary-color: #002B36;
    --secondary-color: #FF9900;
    --black-color: #000000;
    --white-color: #ffffff;
}

body {
    color: var(--black-color);
    font-family: "Khula", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.custom-btn {
    color: var(--black-color);
    font-family: "Khula", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    text-transform: capitalize;
    border-radius: 20px;
    padding: 18px 24px 13px;
    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;
}

p {
    font-family: "Khula", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: unset;
}

p.white {
    color: white;
}

/* header css */


a {
    text-decoration: none;
}

.nav-link {
    color: var(--black-color);
    font-family: "Khula", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    border-radius: 4px;
    margin: 0 4px;
    padding: 6px 0px 0;
}

header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 9;
    background: white;
    height: 107px;
}

/* menu css */
header#header.fixed {
    position: fixed;
    top: 0px;
    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: black;
}

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 {
    width: 100%;
    left: 0;
    right: 0;
    top: 108px;
    background: var(--white-color);
    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;
}


header .dropdown-item {
    /* font-weight: 500; */
    text-transform: capitalize;
    font-size: 18px;
    border-radius: 4px;
    color: black;
    /* font-family: Inter; */
    font-style: normal;
    font-weight: 400;
    font-family: "Khula", sans-serif;
}

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

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


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

header .dropdown-item {
    border: 1px solid var(--black-color);
    margin: 4px auto;
    padding: 8px 0;
}

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);
}

.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(--secondary-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;
}

header#header.fixed .navbar-nav .dropdown-menu {
    background: var(--primary-color);
}

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);
}

.parent-right-top-header {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar {
    padding: 0 0;
    width: auto;
    height: 100%;
    align-items: center;
}

.parent-logo-header {
    /* background: #FF9900; */
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}

header::before {
    content: "";
    right: 0;
    height: 43px;
    width: 100%;
    background: #002B36;
    position: absolute;
    top: 0;
    z-index: -1;
}

.parent-right-header {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 2px;
}

header::after {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 620px;
    background: #FF9900;
    position: absolute;
    clip-path: polygon(0% 0%, 95% 0%, 100% 40%, 95% 100%, 0% 100%);
    z-index: -1;
}

.parent-right-top-header a {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #FFF;
    font-family: Khula;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.parent-right-bottom-header {
    height: 100%;
}

header .container {
    height: 100%;
}


/* menu css */

/* header css */

/* hero css */

.hero-sec {
    position: relative;
    z-index: 0;
    background-image: url('../images/hero-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 650px;
    width: 100%;
    display: flex;
    align-items: center;
}

.heading-1 {
    color: #FFF;
    font-family: Khula;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    /* 111.111% */
    text-transform: capitalize;
}

figure {
    margin: 0 0 0;
}

.outer-circle {
    display: flex;
    align-items: baseline;
    gap: 45px;
    margin: 2rem 0;
}

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

figure.long-string {
    background-image: url('../images/long-string.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 130px;
    width: 2000px;
    position: absolute;
    bottom: 0px;
    z-index: 2;
    left: 0;
    right: 0;
    /* -webkit-animation: moveclouds 80s linear infinite; */
    /* animation: 1s linear infinite bf-animate; */
    animation: launch 6s infinite alternate;
}


@-webkit-keyframes moveclouds {
    0% {
        background-position-x: 1200px;
    }

    100% {
        background-position-x: 0px;
    }
}



figure.rocket {
    position: absolute;
    top: 1.5rem;
    transition: all 0.7s ease;
    animation: 4s linear infinite bf-animate;
}

figure.shap-top-right {
    position: absolute;
    bottom: 4rem;
}

figure.string {
    position: absolute;
    right: 700px;
    bottom: 120px;
    transition: all 0.7s ease;
    animation: 4s linear infinite bf-animate;
}

figure.book-light {
    position: absolute;
    bottom: 150px;
    right: 20px;
    max-width: 150px;
}

figure.shap-bottom-left {
    position: absolute;
    right: 40px;
    top: 40px;
}

figure.hero-img-parent {
    text-align: end;
    transition: all linear 1s;
    animation: ball2 3s linear infinite alternate;
}

/* hero css */

/* about css */
.tag {
    color: #000;
    font-family: Khula;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.heading-2 {
    color: #000;
    font-family: Khula;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    text-transform: capitalize;
}

.shadow-box {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 3px 4px 11.4px 0 rgba(0, 0, 0, 0.20);
    padding: 21px;
    position: relative;
    z-index: 0;
}

figure.about-img {
    width: 125%;
    margin: -7rem 0 0;
}

figure.about-img img {
    width: 100%;
    animation: scroll-down 4s linear infinite;
}

.py {
    padding: 6rem 0 6rem;
}

section.about-us-sec {
    padding-top: 7rem;
}

/* about css */

/* our-services-sec css */
.our-services-sec {
    position: relative;
    z-index: 0;
    background-image: url('../images/services-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
}

.ghostwriting-solutions-slider {
    height: 360px;
}

.main-heading.centered {
    text-align: center;
}

.white {
    color: white;
}

.white-tag {
    color: white;
}

.services-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    display: inline-flex;
    align-items: start;
    gap: 15px;
    padding: 2rem 1rem;
    height: 172px;
}

figure.services-img {
    background: linear-gradient(180deg, #F90 0%, #FFF 100%);
    width: 110px;
    height: 90px;
    border-radius: 72px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.content-card p {
    margin: 0;
    height: 69px;
    overflow-y: auto;
    padding-right: 5px;
}

.content-card {
    width: 100%;
}

.heading-3 {
    color: #000;
    font-family: Khula;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
}

.main-heading {
    margin: 0 0 2rem;
}

figure.services-img img {
    max-width: 50px;
    height: 50px;
    width: 50px;
    object-fit: contain;
}

figure.child-reading-book {
    position: absolute;
    top: -6rem;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}

.transparent-btn {
    border: 1px solid #F90;
    color: white;
}

.py2 {
    padding: 10rem 0 6rem;
}

.centered-btn {
    justify-content: center;
    margin: 2rem 0 0;
}

/* our-services-sec css */

/* portfolio-sec css */

.portfolio-slider figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* cta-banner css */
.bottom-cta-banner {
    background-image: url('../images/cta-bg.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

figure.bottom-cta-bottom {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 2rem;
    animation: horizontal-move-two 5s linear infinite;
}

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

figure.bottom-cta-top {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5rem;
}

.py2b {
    padding: 6rem 0 10rem;
}

a.anchar-btn {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #FFF;
    font-family: Khula;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

figure.process-shap-top-right {
    position: absolute;
    right: 50px;
    top: 0;
}

figure.child-reading-book-2 {
    display: inline-block;
    position: absolute;
    top: -14rem;
    right: 0;
    z-index: 2;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}

figure.process-figure {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* background: #002B36; */
    border-radius: 110px;
    width: 120px;
    height: 85px;
    border: 2px solid white;
    transform: rotate(0deg) translate(0px, 150px);
    transition: all ease-in-out .7s;
}

.process-card {
    display: flex;
    gap: 1rem;
    width: 360px;
    align-items: center;
    position: relative;
    z-index: 0;
    opacity: 0;
    transition: all ease .5s;
}

.content-process * {
    color: #000;
    font-family: Khula;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

.content-process {
    display: inline-flex;
    gap: 6px;
    width: 100%;
    transform: rotate(0deg) translate(0px, 160px);
    transition: all ease-in-out .7s;
}

figure.process-figure img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.process-card:before {
    content: "";
    position: absolute;
    bottom: 30px;
    height: 150px;
    width: 1px;
    border: 1px dashed black;
    left: 38px;
    z-index: -1;
}

.process-card-parent {
    position: absolute;
}

.our-process-card-parent {
    position: relative;
    z-index: 0;
    height: 600px;
    width: 86%;
    margin: auto;
}

.our-process-card-parent .process-card-parent:nth-child(01) {
    bottom: 0;
    left: 0;
    transform: translate(0px, -150px);
}

.our-process-card-parent .process-card-parent:nth-child(02) {
    bottom: 0;
    transform: translate(0px, -310px);
}

.our-process-card-parent .process-card-parent:nth-child(odd) figure.process-figure {
    background: #002B36;
    outline: 2px solid #002B36;
}

.our-process-card-parent .process-card-parent:nth-child(even) figure.process-figure {
    background: #F90;
    outline: 2px solid #F90;
}

.our-process-card-parent .process-card-parent:nth-child(02) .process-card:before {
    border-top-left-radius: 150px;
    height: 160px;
    width: 113px;
    border-style: solid;
    border-right: transparent;
    border-bottom: transparent;
}

.our-process-card-parent .process-card-parent:nth-child(03) {
    top: 0;
    left: 160px;
    transform: rotate(0deg) translate(0px, 70px);
}

.our-process-card-parent .process-card-parent:nth-child(03) .process-card:before {
    border-top-left-radius: 80px;
    height: 50px;
    width: 50px;
    border-style: solid;
    border-right: transparent;
    border-bottom: transparent;
    transform: rotate(90deg) translate(90px, -145px);
    /* top: 80px; */
    /* left: 180px; */
}

.our-process-card-parent .process-card-parent:nth-child(04) {
    bottom: 150px;
    left: 370px;
    transform: translate(0px, -150px);
}

.our-process-card-parent .process-card-parent:nth-child(04) .process-card:before {
    bottom: -100px;
    height: 90px;
}

.our-process-card-parent .process-card-parent:nth-child(05) {
    bottom: 0;
    left: 370px;
    transform: translate(20px, -140px);
}

.our-process-card-parent .process-card-parent:nth-child(05) .process-card:before {
    border-bottom-right-radius: 190px;
    height: 110px;
    width: 90px;
    border-style: dashed;
    border-left: transparent;
    border-top: transparent;
    transform: translate(20px, 140px) rotate(85deg);
}

.our-process-card-parent .process-card-parent:nth-child(06) {
    transform: translate(540px, 510px);
}

.our-process-card-parent .process-card-parent:nth-child(06) .process-card:before {
    border-bottom-right-radius: 450px;
    height: 100px;
    width: 100px;
    border-style: dashed;
    border-left: transparent;
    border-top: transparent;
    transform: translate(120px, -50px) rotate(0deg);
}

.our-process-card-parent .process-card-parent:nth-child(07) {
    transform: translate(760px, 340px);
}

.our-process-card-parent .process-card-parent:nth-child(08) {
    transform: translate(760px, 160px);
}

.our-process-card-parent .process-card-parent:nth-child(08) .process-card:before {
    border-top-left-radius: 80px;
    height: 50px;
    width: 50px;
    border-style: solid;
    border-right: transparent;
    border-bottom: transparent;
    transform: rotate(-50deg) translate(27px, -75px);
}

.our-process-card-parent .process-card-parent:nth-child(09) {
    transform: translate(760px, 0px);
}

.our-process-card-parent .process-card-parent:nth-child(09) .process-card:before {
    display: none;
}

.cta-banner {
    background-image: url('../images/cta-bottom-bg.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.py3 {
    padding: 6rem 0 3rem;
}

figure.cta-right {
    text-align: end;
}

/* review css  */
.review-card {
    position: relative;
    z-index: 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.25);
    padding: 20px 30px;
    overflow: hidden;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 0rem;
    height: 85px;
}

figure.client {
    border: 3px solid transparent;
    border-radius: 62px;
    outline: 2px dashed #002B36;
}

.clients-details {
    background: #EBF1F5;
    filter: drop-shadow(0 4px 11.4px rgba(0, 0, 0, 0.15));
    width: 75%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 1rem;
    position: relative;
    z-index: -1;
    margin-left: -3rem;
    padding-left: 4rem;
    border-radius: 12px;
}

.heading-4 {
    color: #000;
    font-family: Khula;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    text-transform: capitalize;
}

.clients-details .heading-4 {
    margin: 0;
}

.client-position {
    color: #000;
    font-family: Khula;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

figure.quote {
    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: -1;
}

.review-card p {
    margin: 0;
    height: 114px;
    overflow-y: auto;
}

figure.five-stars {
    margin: 14px 0 8px;
}

.review-card:before {
    position: absolute;
    content: "";
    background: #f90;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%);
    z-index: -1;
}

.reviews-slider {
    padding: 10px 10px;
}

figure.reviews-top-left {
    position: absolute;
    top: 40px;
    left: 50px;
}


/* faq section css */

.faqs {
    background-image: url('../images/faq-bg.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

button.accordion-button {
    background: transparent;
}

.accordion-item {
    background: transparent;
    margin: 12px 0;
    border: none;
    border-radius: 10px !important;
    overflow: hidden;
    outline: 1px solid #fff;
}

.accordion-body {
    background: white;
    margin: 0px;
    padding: 1.5rem 14px;
    margin-top: 0;
    color: #000;
    font-family: Khula;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

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

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

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

button.accordion-button {
    padding: 16px 18px 16px;
    color: white;
    font-family: Khula;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    border: 0px solid white;
    box-shadow: none;
    outline: none;
}

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


figure.services-on {
    position: absolute;
    inset: 0;
    text-align: center;
    align-content: center;
    animation: scroll-down 4s linear infinite;
}

.faq-left-parent {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    gap: 1rem;
}

figure.faq-img-1 img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-width: 100%;
}

.faq-right-images img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-width: 100%;
}

.faq-right-images {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* faq section css */

/* submission form css */
.address-details ul {
    list-style: none;
    padding: 0;
}

.address-details ul li {
    display: flex;
    flex-direction: column;
    margin: 0 0 1rem;
}

.address-details ul li a {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.parent-form-main {
    box-shadow: 0 4px 11.4px rgba(0, 0, 0, 0.25);
    padding: 37px 46px;
    border-radius: 10px;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
}

.parent-form-main label {
    color: #000;
    font-family: Khula;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 137.5% */
    text-transform: capitalize;
    margin: 1px 0 6px;
}

.parent-form-main input,
.form-select,
.parent-form-main textarea {
    color: #000;
    font-family: Khula;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    height: 44px;
}

.parent-form-main .custom-btn {
    width: auto;
}

.parent-form-main input::placeholder,
.form-select::placeholder,
.parent-form-main textarea::placeholder {
    color: #000;
}

.parent-form-main textarea {
    height: 115px;
}

.get-in-touch {
    display: grid;
    align-items: start;
    grid-template-columns: 34% 63%;
    gap: 1rem;
}

.double-cta-btn a {
    display: flex;
    flex-direction: column;
}

.double-cta-btn a {
    color: #000;
    font-family: Khula;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
}

.double-cta-btn {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.double-cta-btn a span {
    color: #000;
    font-family: Khula;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

figure.form-shap-top-right {
    position: absolute;
    right: 40px;
    top: 0;
}

/* submission form css */

/* footer css */
footer {
    background-image: url('../images/footer-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 10rem 0 0;
    position: relative;
    z-index: 0;
}

ul.footer-anchar-list {
    padding: 0;
    list-style: none;
}

h6.footer-link-child {
    color: #FFF;
    font-family: Khula;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    /* margin: 0 0 0.2rem; */
}

ul.footer-anchar-list a {
    color: #FFF;
    font-family: Khula;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}

.parent-bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
    font-family: Khula;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    margin: 2.5rem 0 0;
    padding: 1.5rem 0 1rem;
    border-top: 1px dashed white;
}

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

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

.parent-bottom-footer ul li a {
    color: #FFF;
    font-family: Khula;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

figure.footer-child-image {
    position: absolute;
    top: -120px;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}

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

figure.accept-payment {
    border-top: 1px dashed white;
    padding: 1.5rem 0 0;
    margin: 1.5rem 0 0;
}

ul.footer-anchar-list li.bolded a {
    font-weight: 600;
}

ul.footer-anchar-list li.bolded {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 8px 0 0px;
}

.footer-link-parent {
    margin: 1.5rem 0 0;
}

/* footer css */


/* inner css */
.inner-banner {
    background-image: url('../images/inner-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: auto;
    width: 100%;
    display: flex;
    align-items: start;
    padding: 8rem 0 14rem;
}

figure.inner-shap-top-right {
    position: absolute;
    right: 40px;
    top: 40px;
}

figure.inner-rocket {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.inner-banner-content {
    text-align: center;
}

.inner-banner-content p {
    width: 68%;
    margin: auto;
}

.inner-services-card {
    position: relative;
    z-index: 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 2.5rem 1.5rem 1rem;
    border: 0px solid red;
    height: 340px;
}

span.number-counter {
    position: absolute;
    right: 6px;
    top: 6px;
    color: #002b361c;
    font-family: Khula;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 50px;
}

.inner-services-card p {
    height: 175px;
    overflow-y: auto;
    margin: 0;
}

.inner-services-slider {
    padding: 14px 12px;
}

/* inner-portfolio css */

.inner-portfolio .portfolio-sec {
    background-image: url('../images/inner-portfolio-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 8rem;
}

.inner-portfolio .portfolio-sec .tag {
    color: white;
}

.inner-portfolio .portfolio-sec .heading-2 {
    color: white;
}

.inner-portfolio {
    position: relative;
    z-index: 0;
}

figure.portfolio-child-reading-book {
    position: absolute;
    z-index: 1;
    top: -108px;
}

.inner-bottom-cta-banner {
    position: relative;
    z-index: 0;
}

figure.inner-child-reading-book-2 {
    position: absolute;
    right: 0;
    top: -215px;
    z-index: 1;
}

.portfolio-sec.main-portfolio-page img {
    width: 100%;
    margin: 0 0 1.6rem;
}

.reviews-sec.main-page-testimonials .review-card {
    margin: 0 0 1.5rem;
}

.custom-btn.black-transparent-btn {
    border: 1px solid #f90;
}

/* inner-portfolio css */

/* inner css */


/* animation css */
.yellow-btn:hover {
    background: var(--primary-color);
    color: white;
    border-color: #f90;
}

.transparent-btn:hover {
    background: white;
}


@keyframes bf-animate {

    0%,
    100% {
        filter: drop-shadow(0px 0px 0px #fff);
        transform: translateY(-10px);
    }

    50% {
        filter: drop-shadow(0px 0px 0px #DA6A2F);
        transform: translateY(0)
    }

    80% {
        filter: drop-shadow(0px 0px 0px #fff);
    }
}


figure.get-ib-touch-book {
    background: #fd9825;
    border-radius: 5px;
}


@keyframes launch {
    0% {
        transform: translateX(0%) translateY(0) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translateX(-3%) translateY(30px) rotate(5deg);
        opacity: 1;
    }
}


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

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


@keyframes horizontal-move-two {
    0% {
        -webkit-transform: rotateZ(20deg);
        transform: rotateZ(20deg);
    }

    50% {
        -webkit-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg);
    }

    100% {
        -webkit-transform: rotateZ(20deg);
        transform: rotateZ(20deg);
    }
}


@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);
    }
}

/* animation css */





/* step prcess css */

.process-card-parent.active {
    transform: translateY(-8px);
    transition: all ease-in-out .5s;
}

.process-card-parent.active .process-card {
    opacity: 1;
    transition: all ease-in-out .5s;
}

.process-card-parent.active .process-figure {
    transform: rotate(0deg) translate(0px, 0px);
    transition: all ease-in-out .7s;
}

.process-card-parent.active .content-process {
    transform: rotate(0deg) translate(0px, 0px);
    transition: all ease-in-out .7s;
}

.process-card-parent.active .process-card:before {
    opacity: 1;
    transition: all ease 20s;
}

.process-card-parent .process-card:before {
    opacity: 0;
}


.process-card-parent.active figure.process-figure {
    filter: none;
}

.inner-portfolio .portfolio-sec .custom-btn.black-transparent-btn {
    color: white;
}

/* step prcess css */




/* =========================
   CONFETTI EFFECT
========================= */


/* Restrict effects to process section */
.our-process-sec {
    position: relative;
    overflow: hidden;
}

/* Confetti particles */
.confetti {
    position: absolute;
    top: -20px;
    width: 10px;
    height: 14px;
    opacity: 0.9;
    animation: confettiFall 4s linear forwards;
    pointer-events: none;
    z-index: 5;
}

/* @keyframes confettiFall {
    0% {
        transform: translateY(10%) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(120%) rotate(720deg);
        opacity: 0;
    }
} */

@keyframes confettiFall {
    to {
        transform: translateY(100vh) rotate(720deg);
        opacity: 0;
    }
}

/* Congrats text */
.process-congrats {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: 700;
    z-index: 6;
    pointer-events: none;
}


/* =========================
   CONFETTI EFFECT
========================= */

.navbar-nav li.nav-item {
    text-align: center;
    justify-content: center;
}

header .dropdown .nav-link {
    text-align: center;
}

headetr .parentBtns {
    text-align: center;
    justify-content: center;
}

.transparent-btn.btn:focus-visible {
    background: #f90;
    color: black;
}


ul.list-item {
    list-style-image: url('../images/right-arrow-y.png');
    padding: 0px 0 0 26px;
    margin: 0 0 1.5rem;
    color: #242E3D;
    font-family: "Khula", sans-serif;
}

.list-item-parent {
    list-style-image: url('../images/right-arrow-y.png');
    padding: 0px 0 0 26px;
    margin: 0 0 1.5rem;
    color: #242E3D;
    font-family: "Khula", sans-serif;
}

.list-item-parent li {
    margin: 0 0 8px;
    color: #242E3D;
    font-family: "Khula", sans-serif;
    font-size: 16px;
}

.list-item-parent li a {
    color: #242E3D;
    font-family: "Khula", sans-serif;
}

.about-hero.privacy-policy a {
    color: #042b36;
}


.parent-form input.form-control:focus {
    color: white!important;
}

.parent-form input:focus {
    color: white!important;
}

.parent-form input:focus, .parent-form textarea:focus {
    color: white !important;
}