@font-face {
    font-family: "Keep Calm";
    src: url('../fonts/keep_calm/KeepCalm-Medium.ttf');
}

html {
    overflow-x: hidden;
}

.hero {
    background-image: url('../images/heroBg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 8rem 0 0;
}

.white {
    color: white;
}

.black {
    color: black;
}

.heading-1 {
    font-family: "Keep Calm";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;
    text-transform: uppercase;
}

p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;
}

p:first-letter {
    text-transform: capitalize;
}

header .nav-link:focus,
header .nav-link:hover {
    color: white;
}

.grand-parent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.parent-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0 0 20px 20px;
    background: #F90;
    padding: 0.8rem 1.5rem;
}

.child-top-header a {
    color: #FFF;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 15.6px */
    /* text-transform: capitalize; */
}

.child-top-header {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

header {}

figure {
    margin: 0;
}

.custom-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #FFF;
    font-family: "Keep Calm";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 5px;
    padding: 16px 20px;
    position: relative;
    z-index: 1;
    transition: all ease .2s;
}

.parentBtns {
    display: flex;
    align-items: center;
    gap: 37px;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 4px 0 0;
}

body {
    position: relative;
    z-index: 0;
    font-family: "Golos Text", sans-serif;
    overflow-x: hidden;
}

a.nav-link {
    color: #FFF;
    font-family: "Keep Calm";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 10px 4px 6px;
    margin: 0 10px;
}

a.nav-link.active {
    color: #F90 !important;
}

a.liveChat {
    display: flex;
    gap: 10px;
    color: #FFF;
    font-family: "Keep Calm";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
    text-decoration: none;
    align-items: center;
}

.yellowLinear {
    color: #F90;
}

.hero p {
    width: 95%;
    margin: 0 0 1.5rem;
}

.hero-rating {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 2.5rem 0 0;
}

.hero-rating p {
    width: auto;
}

figure.girlwithbook {
    text-align: end;
}

span.btn-after {
    border-radius: 5px;
    border: 2px dashed #FF8900;
    position: absolute;
    bottom: -7px;
    right: -6px;
    content: "";
    border-radius: 5px;
    border: 2px dashed #FF8900;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all ease .2s;
}

.yellow-btn .btn-before {
    background: linear-gradient(90deg, #F90 0%, #FFBF76 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    left: 0;
    right: 0;
    border-radius: 5px;
}

.generic-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 190px;
    flex-shrink: 0;
    gap: 1rem;
    box-shadow: 0 0 16px #00000021;
    border-radius: 5px;
    background: #FFF;
    background-image: url('../images/generic-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.heading-3 {
    color: #000;
    font-family: "Keep Calm";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

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

.generic-slider {
    padding: 1rem;
}

.portfolio-sec {
    background: rgba(255, 153, 0, 0.20);
}

.portfolio-slider {
    padding: 1rem 0rem;
    margin: 0 0 0rem;
}

.portfolio-slider-2 {
    padding: 1rem 0 2rem;
}

.parent-slider figure {
    border-radius: 9.479px;
    background: rgba(0, 0, 0, 0.20);
    box-shadow: 0 3.318px 14.693px 0.948px rgba(0, 0, 0, 0.20);
}

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

/* know-about-us css */

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.know-about-us {
    background: #ff99001a;
}

/* know-about-us css */

.ghostwriting-solutions-slider {
    height: 650px;
    position: relative;
    z-index: 0;
}

/* team css */
.team-card-parent {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 410px;
}

.team-member-details {
    position: absolute;
    bottom: 25px;
    width: 85%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 20px 50px;
    z-index: 99999;
    height: auto;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 4px 10.4px 0 rgba(0, 0, 0, 0.25);
    background-image: url('../images/team-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.social-media-parent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 6px;
}

.team-member-details figcaption {
    text-align: center;
    color: #000;
    font-family: "Keep Calm";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.team-card-parent figure {
    position: relative;
    z-index: 1;
}

span.team-member-professional {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.team-card-parent figure img {
    width: 100%;
}

.swiper-slide:is(:hover) .team-member-details {
    background: #f90;
}

.swiper-slide:is(:hover) .team-member-details figcaption {
    color: white;
}

.swiper-slide:is(:hover) span.team-member-professional {
    color: white;
}

.team-sec {
    overflow-x: hidden;
}

/* team css */

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

span.client-name {
    color: #000;
    font-family: "Keep Calm";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

span.client-role {
    font-size: 14px;
    font-weight: 400;
}

.client-details {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 1rem;
    margin-top: 5rem;
    margin-left: 1rem;
}

.reviews-sec-parent {
    position: relative;
    z-index: 0;
    padding: 2rem 1.5rem 0;
    width: 82%;
    height: auto;
}

.review-slider-2-parent {
    position: absolute;
    width: 390px;
    top: 170px;
    right: 0px;
    left: 400px;
    display: inline-block;
    height: 70px;
    transform: rotate(90deg);
    z-index: 999;
}

.review-slider-2-parent figure.client-pictures {
    transform: rotate(-90deg);
    border: 2px solid transparent;
    border-radius: 212px;
}

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

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

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

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

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

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

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

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

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

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

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

.reviews-sec-parent .swiper-slide {
    height: 360px;
    padding: 0px;
}

.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: #FFF;
    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;
}

/* testimonials css */

/* marquee css  */
.marquee {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    -webkit-animation: marquee 50s linear infinite;
    animation: marquee 100s linear infinite;
    margin-bottom: 0;
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}



.demo-text {
    align-items: center;
    gap: 100px;
    border-bottom: 0px solid #FF9900;
    padding: 1.6rem 0 1rem;
    background: rgb(255 233 201);
    margin: 0 0 4rem;
}


@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

/* marquee css  */

/*footer css */

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

.social-media-list {
    display: flex;
    gap: 12px;
    margin: 1.5rem 0 0;
}

.left-footer p {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    margin: 0;
}

/* footer */

ul.footer-anchar-list li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Keep Calm";
    text-transform: capitalize;
}

ul.footer-anchar-list {
    /*list-style-image: url('../images/list-item-arrow.png');*/
    padding-left: 22px;
    margin: 0;
}

.footer-link-parent h6 {
    display: inline-block;
    margin-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
    z-index: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.92px;
    text-transform: uppercase;
    font-family: "Keep Calm";
}

ul.footer-anchar-list li {
    margin: 0px 0 14px;
    font-family: Poppins;
}

/*footer css */

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

figure.top-left-curly {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

figure.top-right-curly {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

figure.bottom-left-curly {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

figure.bottom-right-curly {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.know-frame {
    display: flex;
    flex-direction: column;
    color: #F90;
    font-family: "Keep Calm";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    align-items: end;
    align-items: start;
    width: 280px;
    margin-left: auto;
    position: relative;
    top: 15px;
}

span.numbers {
    font-size: 37.405px;
}

.know-frame-parent {
    position: relative;
    z-index: 0;
    height: 460px;
}

figure.know-frame-1 {
    position: absolute;
    left: 0;
    top: 0;
    animation: scroll-down 4s linear infinite;
}


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

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

figure.know-frame-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

figure.play-showcase {
    position: absolute;
    left: 80px;
    bottom: 40px;
    -webkit-animation: horizontal-move-two 5s linear infinite;
    animation: horizontal-move-two 5s linear infinite;
}

figure.dots {
    position: absolute;
    bottom: 20px;
    left: -30px;
    -webkit-animation: horizontal-move-two 5s linear infinite;
    animation: horizontal-move-two 5s linear infinite;
}


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


.heading-2 {
    color: #000;
    font-family: "Keep Calm";
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

span.yellow-tag {
    color: #F90;
}

span.tag {
    color: #000;
    font-family: "Keep Calm";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.parent-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0rem 0rem 14px -2.4rem;
}

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

/* our services css */
.heading-4 {
    color: #000;
    font-family: "Keep Calm";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.tabs-slider {
    position: relative;
    z-index: 0;
    margin: 0 0 1rem;
}

.tabs-slider .swiper-slide {
    border-bottom: 4px solid transparent;
    cursor: pointer;
    text-align: center;
}

.tabs-slider:before {
    border-bottom: 4px solid rgba(255, 137, 0, 0.20);
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
}

.tabs-slider .swiper-slide.swiper-slide-thumb-active,
.swiper-slide:hover {
    border-color: #FF8900;
}

.tabs-slider .swiper-slide:nth-child(01) {
    text-align: start;
}

ul.list-item {
    padding: 0px 0 0 26px;
    margin: 0 0 1.5rem;
}

.services-card {
    border-radius: 5px;
    background: #ff99001a;
    padding: 16px;
    position: relative;
    z-index: 0;
    height: 314px;
}

.anchar {
    color: #FF9316;
    font-family: "Keep Calm";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: all ease .5s;
}

a {
    text-decoration: none;
}

figure.serivces-icon-hidden {
    position: absolute;
    bottom: 4px;
    right: 4px;
}

span.numbers-tag {
    color: #FFF;
    font-family: "Keep Calm";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 18px 0 0 18px;
    background: #F90;
    position: absolute;
    right: 0;
    top: 40px;
    width: 75px;
    height: 45px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
}

figure.services-img {
    margin: 0 0 1rem;
    transition: all ease 1s;
}


ul.list-item {
    list-style-image: url('../images/right-arrow-y.png');
}

/* our services css */

a:-webkit-any-link:focus-visible {
    outline-offset: 0px !important;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.parent-frames-why-choice {
    display: grid;
    grid-template-columns: 55% 40%;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
    padding-left: 1.5rem;
}

figure.why-choice-frame-1 {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

figure.why-choice-frame-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

figure.why-choice-frame-2 img {
    width: 100%;
    object-fit: contain;
}

figure.why-choice-frame-2 img:nth-child(01) {
    border-radius: 6px;
}

figure.why-choice-frame-1 img {
    width: 100%;
    height: 455px;
    object-fit: cover;
}


/* why choice us css */

.progressbar-item {
    margin-bottom: 2rem;
}

.progress-bar {
    margin: 0 0 10px;
    overflow: visible;
    background: transparent;
}

.progress-number {
    padding-bottom: 5px;
    position: relative;
    margin: 0px 0 5px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    color: #2e2e2e;
}

.progress-title {
    z-index: 100;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.progress-number-mark {
    font-size: 12px;
    line-height: 1;
    padding: 0;
    border-radius: 3px;
    color: #F90;
    margin-bottom: 0;
    border-radius: 10px;
    background-image: url('../images/progress-bar-bg.png');
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    transform: translateX(-90%);
    background-size: contain;
    background-position: 2px 0px;
    width: 40px;
    height: 31px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
}

.progress-bg {
    height: 8px;
    background: rgba(255, 153, 0, 0.20);
    overflow: hidden;
    border-radius: 6px;
}

.progress-fill {
    height: 8px;
    background: var(--progressbar-fill, linear-gradient(to right, #F90 0%, #F90 100%));
    width: 0%;
    border-radius: 6px;
}

/* why choice us css */

/* packages css */
.packages-section {
    background: rgba(255, 153, 0, 0.20);
}

.packages-card {
    border-radius: 5px;
    background: rgba(255, 153, 0, 0.20);
    padding: 30px 24px;
    position: relative;
    z-index: 0;
}

.packages-header .custom-btn {
    width: 55%;
    justify-content: center;
    display: inline-flex;
    margin: 0 0 2.5rem;
}

.packages-header .heading-4 {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 20px;
    margin: 0 0 1rem;
}

.packages-header .heading-4 span.counter {
    font-size: 40px;
}

.packages-card ul {
    padding: 0;
    margin: 1.5rem 0 2rem;
    height: 300px;
    overflow-y: auto;
}

.packages-card ul li {
    gap: .5rem;
    margin: 0 0 10px;
}

.packages-card ul li span.pkg-icon {
    width: 20px;
    display: none;
}

span.pkg-details {
    width: 100%;
}

.packages-card .custom-btn {
    justify-content: center;
}

span.slogan {
    padding: 2rem 0 0;
    display: block;
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

span.best-value {
    width: 191.65px;
    height: 31.712px;
    transform: rotate(49.626deg);
    flex-shrink: 0;
    background: #FFEBCC;
    position: absolute;
    right: 0;
    flex-wrap: nowrap;
    white-space: nowrap;
    color: #F90 !important;
    font-family: "Keep Calm";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 6px 0px;
    right: -50px;
    top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.packages-card.active {
    background: #F90;
    border-radius: 5px;
    box-shadow: -5.468px 9.569px 32.123px 0 rgba(244, 144, 26, 0.20);
}

.packages-card.active * {
    color: white;
}

.packages-card.active .yellow-btn .btn-before {
    background: white;
    color: black;
}

.packages-card.active .yellow-btn {
    color: #F90;
}

.packages-card.active span.btn-after {
    border-color: white;
}

.packages-card.active .yellow-btn {
    color: black;
}

.packages-header p {
    font-size: 14px;
}

.packages-card.active ul li span.pkg-icon img {
    filter: brightness(0) invert(1);
}

.packages-slider {
    padding: 10px 0;
}

.packages-card ul {
    list-style-image: url('../images/right-arrow-b.png');
    padding-left: 21px;
}

.packages-card.active ul {
    list-style-image: url('../images/right-arrow-w.png');
}

.accordion-button {
    border-radius: 5px;
    background: #F90 !important;
    color: white;
    color: #FFF !important;
    font-family: "Keep Calm";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 16px 24px;
}

.accordion-item {
    border: none;
    margin: 0 0 10px;
}

.accordion-button::after {
    background-color: white;
    color: black;
    border-radius: 12px;
    width: 30px;
    height: 30px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

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

.accordion-body {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 5px;
    border: 1px solid #F90;
    background: #FFF;
    margin: 12px 0 0;
}

/* packages css */

/* reviews-sec css */

.reviews-sec {
    background: rgba(255, 153, 0, 0.20);
    background-image: url('../images/testimonials-bg.png');
    background-size: 910px;
    height: 570px;
    background-repeat: no-repeat;
    background-position: 670px 55px;
}

.reviews-sec-parent:before {
    width: 100%;
    height: 290px;
    flex-shrink: 0;
    background: white;
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 5px 5px 5px 0;
    background: #FFF;
    display: flex;
    fill: #FFF;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.10));
}

figure.client-pictures img {
    width: 100%;
    object-fit: cover;
}

figure.quote {
    position: absolute;
    top: -20px;
}

figure.client-photo {
    position: relative;
    z-index: 0;
}

figure.client-photo:before {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid #f60;
    z-index: -1;
    border-radius: 6px;
}

.reviews-sec-parent:after {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    position: absolute;
    bottom: 105px;
    left: 0;
    content: "";
    z-index: 9;
    border-bottom-right-radius: 72px;
    border-left: 50px solid transparent;
    border-right: 0px solid transparent;
    border-top: 60px solid #fff;
    transform: rotate(-90deg);
}

.reviews-slider-1 {
    height: 390px;
}

/* reviews-sec css */

/* footer css */
.child-marquee p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

ul.footer-anchar-list li::marker {
    color: white;
}

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

.bottom-footer {
    border-bottom: 0px solid #FF9900;
    padding: 1rem 0 1rem;
    background: rgb(255 233 201);
    margin: 4rem 0 0rem;
}

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

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

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

.parent-bottom-footer p {
    margin: 0;
    font-size: 16px;
    font-family: Poppins;
}

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

figure.girlwithbook img {
    width: 90%;
    transition: all linear .5s;
    animation: ball2 2.5s linear infinite alternate;
}

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

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

.main-heading.centered .parent-tag {
    margin-left: 0;
}

span.best-value {
    z-index: 2;
}

.swiper-pagination-bullet-active {
    background: #f90;
}

.navbar-nav .dropdown-menu a.dropdown-item.nav-link {
    color: #f90;
    margin: 6px 0 0;
    padding: 5px 6px 5px;
    background: white;
}

.navbar-nav .dropdown-menu {
    background: #f90;
}


/* menu */
header .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 70px;
    background: #fff;
    padding: 10px;
    margin: auto;
}

header .dropdown {
    position: unset;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #f90;
    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: 16px;
    border-radius: 4px;
    color: rgb(42, 42, 42);
    font-family: "Keep Calm";
    font-style: normal;
    font-weight: 400;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f90;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #f90;
    color: white;
}


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

header .dropdown-item {
    border: 1px solid #f90;
    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: #f37838;
    color: white;
    transition: all ease .3s;
}

div#step1-form button#next-to-step2:hover {
    color: white;
    background: #f37838;
}

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

.form-wrap form ul.fields li button:hover {
    background: #f37838;
}

.loader img {
    margin: auto;
}

.logo-w {
    display: none;
}

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

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

header .container {
    position: relative;
    z-index: 0;
}

header#header.fixed {
    position: fixed;
    top: 0px;
    transition: all ease-in-out .7s;
}

header#header.fixed nav.navbar .container {
    background: #f90;
    border-radius: 10px;
    box-shadow: 0 -4px 7px #a4a4a4;
}
header .nav-link.active {
    color: #F90 !important;
    background: #ffffff;
    border-radius: 5px;
}

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

header#header.fixed nav.navbar .custom-btn.orange-btn {
    background: white;
    color: #f90;
}

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

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

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

header#header.fixed nav.navbar .container a.liveChat img {
    filter: brightness(0) invert(1);
}

/* menu */

.animate-charcter,
.yellow-tag {
    background-image: linear-gradient(-225deg, #fff 0%, #fff 29%, #f90 67%, #fff 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 8s linear infinite;
    /*display: inline-block;*/
}

@keyframes textclip {
    to {
        background-position: -200% center;
    }
}

.custom-btn:hover span.btn-after {
    bottom: 0;
    right: 0;
}

.custom-btn.yellow-btn:hover {
    color: white;
}

.custom-btn.yellow-btn:hover .btn-before {
    background: linear-gradient(90deg, #FFBF76 0%, #F90 100%);
}

.yellow-tag {
    background-image: linear-gradient(-225deg, #000 0%, #000 29%, #f90 67%, #000 100%);
}


/* position_aware */

.blue-btn {
    background: #3B82F6;
}

.blue-btn.btn-check:checked+.btn,
.blue-btn.btn.active,
.blue-btn.btn.show,
.blue-btn.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: white;
    background-color: #3B82F6;
    border-color: #3B82F6;
}


.position_aware {
    position: relative;
    /* background: linear-gradient(145deg, #ffffff, #f4f4f4); */
    /* padding: 20px; */
    border-radius: 20px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); */
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
    overflow: hidden;
    /* margin: 5px; */
}

.position_aware::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at var(--mouse-x) var(--mouse-y), rgb(255 255 255 / 61%), transparent 60%);
    pointer-events: none;
    transition: background 0.15s ease;
    opacity: 0;
}

.position_aware:hover {
    box-shadow: 5px 5px 27px rgb(255 255 255 / 20%);
    /* cursor: none; */
    background: #f90;
}

/* Smooth tilt effect */
.position_aware .header-services-card,
.position_aware .content-services-card,
.position_aware a {
    transform: translateZ(20px);
    transition: transform 0.2s ease;
}

.position_aware img {
    transform: translateZ(40px);
}

/* Optional: make hover scale slightly */
.position_aware:hover {
    /* transform: scale(1.02); */
}

.position_aware:hover::after {
    opacity: 1;
}

/* position_aware */

.services-card:hover span.numbers-tag {
    background: white;
    color: black;
    transition: all ease .2s;
}

.services-card:hover .heading-3 {
    color: white;
    transition: all ease .2s;
}

.services-card:hover p {
    color: white;
    transition: all ease .2s;
}

.services-card:hover .anchar {
    color: white;
    transition: all ease .2s;
}

.services-card:hover figure.services-img {
    transition: all ease .2s;
    opacity: 1;
    filter: sepia(130) drop-shadow(2px 4px 6px yellow);
    opacity: 1;
}

.services-card:hover .anchar img {
    filter: brightness(0) invert(1);
    transform: rotate(180deg);
    transition: all ease .5s;
}

.custom-btn:hover img {
    transform: rotate(180deg);
    transition: all ease .5s;
}

.custom-btn img {
    transition: all ease .5s;
}

.portfolio-parent::after {
    content: "+";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: #fff;
    transition: all ease .5s;
    z-index: 9;
}

.why-choice-frame-3 {
    transition: all linear 1s;
    animation: ball2 3s linear infinite alternate;
}


/* floating button css  */

.floatbutton.active {
    right: 0;
    z-index: 9;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: fixed;
    right: -368px;
    top: 12%;
    font-size: 0;
    width: 420px;
    z-index: 9;
    display: flex;
    align-items: center;
}

.floatbutton .clickbutton {
    width: 55px;
    z-index: 99;
    height: 235px;
    cursor: pointer;
    box-shadow: -10px 7px 18px -7px rgba(51, 59, 108, .24);
    border-radius: 10px 0 0 10px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    /* margin-top: 151px; */
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    position: relative;
    right: -3px;
    text-transform: uppercase;
    background: #FF9900;
    font-family: Poppins, sans-serif;
    border-radius: 5px 0 0 5px;
    background: #F90;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus {
    /* white-space: pre; */
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    left: -76px;
    white-space: pre;
    bottom: 104px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #FFF;
    font-family: "Keep Calm";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #000a47;
    margin: 17px 0 0 15px
}

.banner-form {
    /* background: #fff; */
    /* padding: 25px; */
    /* position: relative; */
    /* border-radius: 5px 0 0 5px; */
    /* margin: 0; */
    /* width: 370px; */
    /* display: inline-block; */
    /* box-shadow: 0 0 30px #0000001f; */
}

.banner-form h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 400;
    font-family: "Keep Calm";
    color: white;
}

.fBold {
    font-weight: 400;
    font-size: 26px;
    /* font-family: 'Lobster', cursive; */
    font-family: "Keep Calm";
}

.ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: 0 !important;
}

textarea {
    overflow: auto;
    resize: vertical;
}

.ban-form {
    padding: 0;
}

.ban-form .btn.custom-btn {
    width: 100%;
    margin-top: 1rem;
    justify-content: center;
    color: black;
}

.modal-divider-2 {
    width: 60%;
}

.modal-divider-2 .btn.custom-btn {
    background: #f1453e;
    width: 100%;
}

.book-call-ys-popup-close {
    position: absolute;
    background-color: #ffffff;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    display: block;
    right: -10px;
    top: -14px;
    font-weight: 700;
    border: solid 1px #ffffff;
    padding: 6px 8px;
    line-height: initial;
    border-radius: 100%;
    z-index: 11;
    color: #fff;
}

.modal-dialog {
    /* max-width: 770px; */
    /* margin: auto; */
    /* position: relative; */
    /* z-index: 0; */
    /* display: flex; */
    /* align-items: baseline; */
    /* justify-content: center; */
}

/* floating button css  */



/* foam css  */
.content_section .banner-form {
    box-shadow: 0px 0px 10px #fff;
    border-radius: 0px 0px 0px 40px;
    padding-bottom: 50px;
}

.banner-form {
    background: #F90;
    padding: 30px;
    position: relative;
    border-radius: 5px 0 0 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0 0 30px #0000001f;
    border: 2px solid white;
    right: -1px;
}

.content_section .banner-form::before {
    content: "";
    position: absolute;
    right: -15px;
    top: -15px;
    background: #f1443d;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 10px;
}

.content_section .banner-form h3 {
    font-size: 16px;
    color: #000;
    letter-spacing: 2px;
    text-align: center;
}

.content_section h3 {
    margin: 0px 0 5px;
    font-size: 22px;
    color: #f1453e;
    font-weight: 700;
}

.content_section .banner-form h3 strong {
    letter-spacing: 2px;
    font-size: 28px;
    font-weight: 400;
    color: balck;
    font-family: 'Lobster', cursive;
}

.content_section .banner-form .banform {
    margin-top: 20px;
}

.content_section .banner-form input:not(.content_section .banner-form input[type="submit"]),
.content_section .banner-form textarea {
    box-shadow: 0px 0px 10px #ddd;
    margin-top: 0;
}

.content_section .banner-form input:not(.content_section .banner-form input[type="submit"]),
.content_section .banner-form textarea {
    box-shadow: 0px 0px 10px #ddd;
    margin-top: 0;
    width: 100%;
    border-color: lightgrey;
    padding: 13px 15px;
    font-size: 15px;
}

.ban-form input {
    width: 100%;
    margin: 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: 0 !important;
    margin: 0 0 15px 0;
    font-family: Poppins;
}


.ban-form .btn.custom-btn span.btn-before {
    background: white;
    color: black;
}

.ban-form .btn.custom-btn img {
    filter: brightness(0) invert(0);
}

.ban-form .btn.custom-btn span.btn-after {
    filter: brightness(0) invert(1);
}

/* foam css  */

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #f90 rgb(236, 236, 236);
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #d6202e;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.packages-card.active ul.packages-details {
    scrollbar-color: #f90 #ffffff;
}

/* ===== Scrollbar CSS ===== */

/* inner css */
.inner-banner {
    height: 450px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.90) 100%), url(<path-to-image>) lightgray 0px -508.562px / 100% 213.583% no-repeat;
    display: flex;
    align-items: center;
    padding-top: 8rem;
}

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

figure.inner-girl {
    position: absolute;
    right: 0;
    bottom: -138px;
    top: unset;
}

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

.inner-services-card {
    border-radius: 0 0 3.737px 3.737px;
    background: #FFF;
    box-shadow: 0 2.989px 7.698px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 0;
    height: 400px;
}

figure.bottom-right-card-curve {
    position: absolute;
    right: 0;
    bottom: 0;
}

figure.inner-services-dot {
    background: #FF9900;
    border-radius: 30px;
    width: 63px;
    height: 63px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 20px;
    margin-top: -2rem;
    overflow: hidden;
}

.inner-services-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.inner-services-card-slider {
    padding: 1rem 5px;
}

figure.inner-services-figure img {
    width: 100%;
}

figure.inner-services-dot img {
    position: absolute;
    bottom: 0;
}

.left-content-section {
    position: relative;
    z-index: 0;
}

figure.book-publish-book-2 {
    position: absolute;
    top: 70px;
    right: 0;
    animation: scroll-down 4s linear infinite;
}

.child-marquee {
    display: flex;
    align-items: center;
    gap: 2rem;
    color: #000;
    font-family: "Keep Calm";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: math-auto;
}

.anchar:hover img {
    transform: rotate(180deg);
    transition: all ease .5s;
}

.anchar:hover {
    color: #FF9316;
}

.inner-services-card:hover:before {
    opacity: 1;
    height: 100%;
    transition: all ease .5s;
}

.inner-services-card:before {
    width: 100%;
    height: 0%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all ease .5s;
    background: #ffe9d1;
    z-index: -1;
}


figure.inner-services-figure {
    overflow: hidden;
    transition: all ease .5s;
}

.inner-services-card:hover figure.inner-services-figure img {
    transform: scale(1.2);
    transition: all ease .5s;
}

figure.inner-services-figure img {
    transition: all ease .5s;
}

.inner-services-card:hover figure.inner-services-dot {
    transition: all ease .5s;
    background: #ffe9d1;
}

.team-card-parent figure {
    overflow: hidden;
    border-radius: 6px;
}

.team-card-parent:hover figure img {
    transform: scale(1.2);
    transition: all ease .5s;
}

.team-card-parent figure img {
    transition: all ease .5s;
}

.know-about-us.inner-about-us {
    background: white;
}

p.bottom-content {
    margin: 2rem 0 0;
}

.inner-portfolio :is(figure.top-left-curly, figure.top-right-curly, figure.bottom-left-curly, figure.bottom-right-curly) {
    display: none;
}

.inner-portfolio .portfolio-sec {
    background: white;
}

/* inner css */




/* contact us css */
.contact-us {
    background-image: url('../images/contact-us-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.form-control:focus {
    color: #212529;
    background-color: inherit;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

.parent-foam {
    text-align: center;
    padding: 3rem 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2.576px 24.9px 0 rgba(0, 68, 104, 0.25);
}

.parent-foam p {
    color: #004468;
    font-family: "Golos Text";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.parent-foam input, .parent-foam textarea {
    border-radius: 6.28px;
    border: 0.644px solid #000;
    height: 46px;
}

.parent-foam textarea {
    height: 90px;
    border-radius: 6px;
    border: 0.644px solid #000;
}

.parent-foam .btn.custom-btn.green-btn {
    width: 100%;
}


figure.why-choice-us-right-img {
    position: relative;
    z-index: 0;
    text-align: end;
    margin-left: 4rem;
}

figure.why-choice-us-right-img:before {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 15.037px 20px 25px 0;
    background: #004468;
    height: 100%;
    width: 99%;
    left: -2px;
    top: -7px;
    background: linear-gradient(-225deg, #fff 0%, #f90 29%, #f90 50%, #fff 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    /* background-clip: text; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    animation: textclip 10s linear infinite;
}


@keyframes textclip {
    to {
        background-position: 200% center;
    }
}


figure.why-choice-us-right-img img {
    max-width: 100%;
    width: 99%;
}

h5.form-heading span {
    display: block;
}

/* contact us css */

a.navbar-brand img {
    filter: brightness(0) invert(1);
    max-width: 230px;
}

figure.footr-logo img {
    filter: brightness(0) invert(1);
}


.contact-us .container {
    border: 5px solid #f90;
    border-radius: 14px;
    padding: 30px 30px;
    background: linear-gradient(0deg, #f90, transparent);
    /*animation: borderainmation 2s ease-in-out infinite;*/
}


@keyframes borderainmation {
    0% {
        border-color: #f90;
    }

    50% {
        border-color: #fff;
    }

    100% {
        border-color: #f90;
    }
}


.inner-services-card p {
    height: 100px;
    overflow-y: auto;
}

.bottom-content-section {
    margin-top: 1rem;
}

figure.client-photo img {
    border-radius: 8px;
    overflow: hidden;
}


@keyframes blinkingText3 {

    0%,
    60% {
        color: #f90
    }

    100%,
    30% {
        color: #000;
    }
}


.capital {
    text-transform: capitalize;
}