.top-header {
    background: #4ed7f1;
    padding: 12px 0;
}
header {
    background: #232f3e;
}
header a.btn.custom-btn.blue-btn span img.img-fluid {
    filter: invert(77%) sepia(86%) saturate(1167%) hue-rotate(157deg) brightness(94%) contrast(100%);
}
header .custom-btn.blue-btn {
    background: #fff;
    color: #232F3E;
}
.parent-top-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.july-4-popup {
    position: fixed;
    top: 20%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 50%;
    background: rgb(255, 255, 255);
    padding: 0px;
    box-shadow: rgb(0, 0, 0) 0px 0px 10px;
    z-index: 9999;
    border-radius: 23px;
}
img.july-4-img {
    width: 100%;
}
button#closePopup {
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 25px 4px 14px 25px;
}
.parent-cta-btns {
    display: flex;
    gap: 30px;
}

.parent-cta-btns a {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}


.parent-top-banner p {
    margin: 0;
    color: white;
    font-weight: 400;
}


.heading-1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    text-transform: capitalize;
}

.heading-1 span {
    display: block;
}

.para {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.yellow {
    color: #4ed7f1;
}


body {
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

p {
    color: #7E7E7E;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}


.hero-section {
    background-image: url('/images/hero-bg.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-attachment: fixed;
}

.swiper {
    width: 100%;
    
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* hero  */

header .nav-link,
header .dropdown-item {
    color: #8E8E8E;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0px;
}

header .nav-link.active {
    color: #232F3E;
}
.dropdown-menu.show {
    display: block !important;
}
.custom-btn {
    display: inline-flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid transparent;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

.custom-btn.yellow-btn {
    background: #4ed7f1;
    color: #232F3E;
}

.custom-btn.blue-btn {
    background: #232F3E;
    color: #fff;
}

.btn-parent {
    display: flex;
    gap: 16px;
}

figure.hero-side-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.tags {
    border-radius: 22px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    gap: 10px;
    margin-bottom: 1rem;
}

.tags p {
    margin: 0;
}

.dots {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 22px;
}

.tags.white-tag {
    background: white;
}

.tags.white-tag p {
    color: #232F3E;
}

.tags p {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
}

.tags.white-tag .dots {
    background: #232F3E;
}

.custom-btn.white-btn {
    background: white;
}

.brand-list {
    margin: 2rem 0 0;
}

.custom-btn.yellow-btn-w {
    background: #4ed7f1;
    color: white;
}

.hero-section .custom-content p.para {
    margin: 1rem 0 2rem;
    width: 90%;
}


.official-site-sec {
    position: relative;
    z-index: 0;
    padding-top: 14rem;
}

.official-site-sec .flying-books {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: -1;
}

.official-site-sec .bubble-layers {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
}

.tags.blue-tag {
    background: #232F3E;
}

.tags.blue-tag .dots {
    background: #4ed7f1;
}

.tags.blue-tag p {
    color: #4ed7f1;
}

.heading-2 {
    font-family: Poppins;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    line-height: 42px;
}

.black {
    color: #232F3E;
}

ul {
    list-style: none;
    padding: 0;
}

.list-item-parent {
    display: flex;
    align-items: center;
    gap: 26px;
}

.list-item-parent ul li {
    display: flex;
    gap: 12px;
    margin: 0px 0 10px;
    color: #111;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.list-item-parent ul {
    margin: 1rem 0 2rem;
}

.official-site-sec .heading-2 span {
    display: block;
}

.official-site-sec .custom-content p {
    width: 93%;
}

.parent-video-top-banner {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.centered {
    text-align: center;
}

.left-figure {
    align-self: end;
}


/* video section  */
.video-parent video {
    width: 100%;
    height: 650px;
    border-radius: 10px;
    border: 11px solid #4ed7f1;
    background: #4ed7f1;
    object-fit: cover;
    margin-top: -1px;
}

figure {
    margin: 0;
}

.video-section {
    position: relative;
    z-index: 0;
}

.video-section .circle-layer {
    position: absolute;
    bottom: -170px;
    left: 0;
    z-index: -1;
}

.video-section .main-heading {
    margin-bottom: 0;
}

.py {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.services-card {
    text-align: center;
    margin: 1rem 0;
}

.heading-3 {
    color: #232F3E;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.services-card p {
    font-weight: 400;
    width: 92%;
    margin: 12px auto 12px;
}

.read-more-btn {
    color: #232F3E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
    text-decoration: none;
}

.read-more-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}


/* ghostwriting-solutions-slider */
.ghostwriting-solutions-slider {
    height: 570px;
    position: relative;
    z-index: 0;
}

.ghostwriting-solutions-slider .swiper-slide.swiper-slide-active .parent-solutions {
    background: #9B585A;
}

.parent-solutions {
    padding: 12px;
}
.ghostwriting-solutions-slider .swiper-wrapper {
    position: relative;
    flex-direction: unset;
}
.ghostwriting-solutions-slider .swiper-wrapper:before {
    opacity: 1;
    background: #4ed7f1;
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}
.parent-ghostwriting-solutions-slider {
    position: relative;
    z-index: 0;
}

.parent-ghostwriting-solutions-slider:before {
    opacity: 1;
    background: #4ed7f1;
    width: 1px;
    height: 90%;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 435px;
    margin: auto;
}

.parent-ghostwriting-solutions-slider:after {
    opacity: 1;
    background: #4ed7f1;
    width: 1px;
    height: 90%;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 435px;
    margin: auto;
}


.main-heading {
    margin-bottom: 2rem;
}

.services-card figure {
    margin-bottom: 8px;
}

/* testimonials css  */
.testimonials {
    position: relative;
    z-index: 2;
    background-image: url('/images/testimonials-bg.png');
    
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #232F3E;
    background-attachment: fixed;
    background-position: top;
}

.testimonials .hand-writing {
    position: absolute;
    left: 0;
    top: -167px;
    z-index: -1;
}

.testimonials .man-hand-writing {
    position: absolute;
    top: -218px;
    right: 0;
    z-index: -1;
}

.tags.yellow-tag {
    background: #4ed7f1;
}

.tags.yellow-tag p {
    color: white;
}

.tags.yellow-tag .dots {
    background: white;
}

.testimonials .swiper-slide {
    /* width: 282.157px !important; */
}

.swiper.our-services-slider {
    padding: 1rem 0 3rem;
}

/* showcase css  */
.showchase-section {
    position: relative;
    z-index: 0;
}

.showchase-section .bubble-layers-2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.showchase-section .circle-layers-2 {
    position: absolute;
    right: 0;
    top: -260px;
    z-index: -1;
}

.parent-showcase-books {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
}

.showcase-cards-parent {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.showcase-card {
    background: #232F3E;
    border-radius: 6px;
    padding: 16px 14px;
    position: relative;
    z-index: 0;
}

.showcase-card p {
    color: white;
    font-weight: 400;
    margin-bottom: 8px;
}



.cards-number {
    background: #232F3E;
    border: 3px solid white;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.13px;
}

.showcase-card .read-more-btn {
    justify-content: start;
}


.showcase-books-slider span.swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    color: #4ed7f1;
    background: #232F3E;
    color: white;
    border: .6px solid #232F3E;
    font-weight: 700;
    opacity: 1;
}

.showcase-books-slider .swiper-pagination-bullet-active {
    background: #4ed7f1 !important;
    color: white !important;
    opacity: 1 !important;
}

.read-more-btn.white {
    color: white;
}

.read-more-btn.white img {
    filter: brightness(0) invert(1);
}

.numbers-parents {
    position: absolute;
    top: 42px;
    right: -20px;
    z-index: 0;
}

.numbers-parents::before {
    position: absolute;
    z-index: -1;
    content: "";
    background: transparent;
    border: 1px dashed #232F3E;
    width: 120px;
    top: 20px;
}

figure.showcase-book {
    position: relative;
    z-index: 1;
}

.right-showcase-parent .numbers-parents::before {
    left: 0px;
}

.left-showcase-parent .numbers-parents::before {
    left: -90px;
}

.showcase-cards-parent.left-showcase-parent .numbers-parents {
    left: -20px;
}

.showcase-cards-parent.left-showcase-parent .showcase-card {
    padding-left: 26px;
    padding-right: 0;
}

.showcase-books-slider.swiper {
    width: 240px;
    height: 320px;
}

.showcase-books-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.showcase-books-slider .swiper-slide:nth-child(1n) {
    background-color: #232F3E;
}

.showcase-books-slider .swiper-slide:nth-child(2n) {
    background-color: #4ed7f1;
}

.showcase-books-slider .swiper-slide:nth-child(3n) {
    background-color: #232F3E;
}

.showcase-books-slider .swiper-slide:nth-child(4n) {
    background-color: #4ed7f1;
}

.showcase-books-slider .swiper-slide:nth-child(5n) {
    background-color: #232F3E;
}

.showcase-books-slider .swiper-slide:nth-child(6n) {
    background-color: #4ed7f1;
}

.showcase-books-slider .swiper-slide:nth-child(7n) {
    background-color: #232F3E;
}

.showcase-books-slider .swiper-slide:nth-child(8n) {
    background-color: #4ed7f1;
}

.showcase-books-slider .swiper-slide:nth-child(9n) {
    background-color: #232F3E;
}

.showcase-books-slider .swiper-slide:nth-child(10n) {
    background-color: #4ed7f1;
}

.showcase-books-slider {
    display: none;
}




/* cta banner css  */
.cta-top-figures-parent {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.cta-banner {
    background-image: url('/images/cta-banner-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 264px;
    width: 100%;
    background-color: #232F3E;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

.parent-cta-banner {
    height: auto;
    margin-top: -3rem;
    position: relative;
    z-index: 2;
}

.cta-banner .left-cta-book {
    position: absolute;
    left: 0;
    top: 0;
}

.cta-banner .right-cta-book {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.cta-banner .main-heading {
    margin: 0;
}

/* packages css  */

.for-top-layers {
    position: relative;
    z-index: 1;
}

.for-top-layers .left-bubble-layers {
    position: absolute;
    left: 0;
    top: -110px;
    z-index: -1;
}

.for-top-layers .bubble-layers-3 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
}

.packages-card {
    border-radius: 6px;
    border: 1px solid #2E3031;
    background: #FFF;
    padding: 22px;
}

.packages-card .heading {
    color: #2E3031;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.packages-header .pricing {
    color: #2E3031;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.packages-card .packages-header .custom-btn.white-btn {
    border-color: black;
    border-width: 1.5px;
    width: 100%;
    font-weight: 600;
    margin: 1rem 0 2rem;
}

.packages-card ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-y: auto;
    max-height: 520px;
}

span.pkg-details {
    color: #191D23;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 90%;
}

.packages-card ul li {
    display: flex;
    align-items: start;
    gap: 10px;
}


.swiper-slide-active .packages-card {
    background: #232F3E;
}

.swiper-slide-active .packages-card .heading {
    color: white;
}

.swiper-slide-active .packages-card p {
    color: white;
}

.packages-card p {
    font-weight: 300;
    font-size: 15px;
}

.swiper-slide-active .packages-card .pricing {
    color: white;
}

.swiper-slide-active .packages-card .packages-header .custom-btn.white-btn {
    background: transparent;
    color: white;
    border-color: white;
}

.swiper-slide-active .packages-card ul span.pkg-details {
    color: white;
}

.swiper-slide-active .packages-card ul li .pkg-icon {
    background: white;
}

.packages-card ul li .pkg-icon {
    background: #4ed7f1;
    border-radius: 22px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
    /* display: inline-flex; */
}

/* parent-cta-banner-cta-2 css  */
.parent-cta-banner.cta-2 .cta-banner {
    background-image: url('/images/parent-cta-banner-cta-2.png');
    height: 350px;
}

section.parent-cta-banner.cta-2 {
    margin-top: -11rem;
    z-index: 2;
}

.parent-cta-banner.cta-2 .cta-banner .heading-2 {
    margin: 0rem 0 2rem;
}

/* parent-cta-banner-cta-2 css  */


/* faq css  */
.accordion-item:first-of-type>.accordio {}

.accordion-item {
    margin: 0rem 0 17px;
    border: 0px solid red !important;
    border-radius: 8px;
}

.accordion-header {
    margin-bottom: 0rem;
    background: transparent;
}

.accordion-item {}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.accordion-item:first-of-type {
    border-radius: 0;
}

.accordion-button {
    overflow: hidden;
    background: #232F3E;
    border-radius: 6px !important;
    color: white;
    font-weight: 400;
    font-size: 16px;
}

.accordion-body {
    background: #4ed7f1;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-top: 0;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.accordion-button:not(.collapsed) {
    color: black;
    font-weight: 600;
    background-color: #4ed7f1;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-button:not(.collapsed)::after {
    filter: none;
}

.parent-foam {
    border-radius: 15px;
    border: 3px solid #FFF;
    background: #4ed7f1;
    padding: 1rem;
    text-align: center;
    position: relative;
    z-index: 0;
}

.parent-foam input,
textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(35, 47, 62, 0.50);
    background: rgba(255, 255, 255, 0.10) !important;
    color: white;
    padding: 10px 11px;
}


.form-heading {
    color: white;
}

.form-heading span {
    display: block;
}

.form-heading {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 3rem;
    z-index: 0;
}

.form-heading span {
    color: #232F3E;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.parent-foam input::placeholder,
textarea::placeholder {
    color: rgba(255, 255, 255, 0.70) !important;
}

.parent-foam textarea {
    height: 100px;
    border-color: rgba(35, 47, 62, 0.50);
    color: white;
}

.parent-foam button.btn.custom-btn {
    width: 100%;
    color: #232F3E;
    border-radius: 250px;
    background: #FFF;
    font-weight: 600;
}

.form-heading::before {
    position: absolute;
    z-index: 1;
    border-bottom: 2px dashed #232f3e91;
    width: 100%;
    content: "";
    left: 0;
    right: 0;
    top: 108px;
}

.review-card {
    border-radius: 10px;
    border: 1px solid var(--Dark, #232F3E);
    background: #FFF;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.10);
    padding: 16px 25px 16px;
    margin: 3rem 0 2rem;
}

.review-card figure.client-profile {
    margin-top: -41px;
    margin-bottom: 1.5rem;
    margin-left: 1rem;
}

.review-card p {
    color: #333;
    font-weight: 400;
}

.review-footer {
    border-top: 2px solid #232f3e9e;
    padding-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.client-details p {
    margin: 0;
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.client-details h6 {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.review-card figure.client-profile img {
    border: 1px solid black;
    border-radius: 60px;
    overflow: hidden;
}


/* footer css  */
.footer-top-layer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: -16rem;
    position: relative;
    z-index: 0;
}

.footer-marquee-parent {
    /* display: flex; */
    /* align-items: center; */
    /* gap: 100px; */
    /* border-bottom: 2px solid #4ed7f1; */
    /* padding: 1rem 0; */
    /* margin-bottom: 5rem; */
}

footer {
    background-image: url('/images/footer-bg.png');
    background-position: center;
    background-size: contain;
    background-repeat: repeat-x;
    background-color: #232F3E;
}

.bottom-footer {
    background: var(--Yellow, #4ed7f1);
    padding: 12px 0;
}

.bottom-footer p {
    margin: 0;
    text-align: center;
    color: #232F3E;
}

.child-marquee {
    display: inline-flex;
    align-items: baseline;
    white-space: nowrap;
    gap: 16px;
    margin: 0rem 3rem;
}

.child-marquee p {
    color: white;
    margin: 0;
}

.heading-6 {
    color: #4ed7f1;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* 180% */
}

footer ul li a {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

footer ul li {
    margin: 0 0 8px;
}

footer ul {
    margin-top: 1rem;
}

.address a {
    text-decoration: none;
    color: #FFF;
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

footer .address {
    margin: 0 0 12px;
}

p.white {}

.footer-details-col p {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 1rem;
}

.email-subscribe input {
    border-radius: 6px 0px 0px 6px;
    border: #4ed7f1;
    background: #FFF;
    display: flex;
    width: 95%;
    height: 50px;
    padding: 16.5px 15.2px 16.5px 15px;
    justify-content: center;
    align-items: center;
    border: 1px solid #4ed7f1;
    border-radius: 6px 0px 0px 6px;
}

.email-subscribe form {
    position: relative;
    z-index: 0;
}

.email-subscribe form button.btn.btn-primary {
    position: absolute;
    right: 0;
    top: 0;
    background: #4ed7f1;
    border-radius: 0px 6px 6px 0px;
    border: 0;
    height: 50px;
    padding: 0 14px;
}

.social-media-links {
    display: flex;
    align-items: baseline;
    justify-content: start;
    gap: 10px;
}

section.parent-cta-banner.cta-2 .cta-banner .left-cta-book.right-2 {
    right: 0 !important;
    left: unset;
    top: unset;
}

section.parent-cta-banner.cta-2 .cta-banner {
    overflow: unset;
}

.faqs-section {
    position: relative;
    z-index: 4;
}

.faqs-section figure.left-bubble-layers {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.faqs-section figure.bubble-layers-3 {
    position: absolute;
    right: 0;
    top: -120px;
    z-index: -1;
}

footer .container {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.swiper-slide-active .review-card {
    background: #232F3E;
}

.swiper-slide-active .review-card p {
    color: white;
}

.swiper-slide-active .review-card .client-details h6 {
    color: white;
}

.swiper-slide-active .review-card .review-footer {
    border-color: #ffffffad;
}

.address {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.parent-cta-banner.cta-3 .heading-2 {
    margin-bottom: 1rem;
}

.list-item-parent ul li span img {
    margin-bottom: 3px;
}

.footer-details-col figure {
    margin-bottom: 2rem;
}

.social-media-links figure {
    margin: 0;
}

span.swiper-pagination-bullet {
    border-radius: 250px;
    background: #000;
    width: 42.314px;
    height: 8px;
    flex-shrink: 0;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #232F3E;
}

.swiper.review-slider {
    padding-bottom: 2rem;
}


.swiper.packages-slider {
    padding-bottom: 2rem;
}

.ml2 .letter {
    display: inline-block;
    line-height: 1em;
}

/* animation 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: 2px solid #4ed7f1;
    padding: 1rem 0;
}


@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.animate-charcter {
    background-image: linear-gradient(-225deg, #4ed7f1 0%, #4ed7f1 29%, #0B0D36 67%, #4ed7f1 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 animName {
    0% {
        transform: rotate3d(1, 1, 1, 0deg) scale(1.1);
    }

    30% {
        transform: rotate3d(1, 1, 1, 5deg) scale(1.3);
    }

    100% {
        transform: rotate3d(1, 1, 1, 0deg) scale(1.1);
    }
}

.elem {
    /* animation: animName 3s infinite; */
    animation-delay: 1s;
    animation-duration: 3s;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-name: animName;
    animation-play-state: running;
    animation-range-end: normal;
    animation-range-start: normal;
    animation-timeline: auto;
    animation-timing-function: ease-in;
    transition: all 11s ease 10s;
}


.custom-btn.yellow-btn:hover {
    background: #232F3E;
    color: white;
}

.custom-btn.yellow-btn:hover img {
    filter: brightness(0) invert(1);
}

.custom-btn.blue-btn:hover {
    background: #4ed7f1;
}

.parent-cta-btns a:hover {
    color: #fff;
}

.custom-btn.yellow-btn-w:hover {
    background: white;
    color: black;
}

.custom-btn.yellow-btn-w:hover img {
    filter: brightness(0) invert(0);
}

.custom-btn.white-btn:hover {
    background: #4ed7f1;
}

#box1 {
    background-color: #4ed7f1;
    -webkit-animation-name: animate1;
    /* Chrome, Safari, Opera */
    -webkit-animation-duration: 7s;
    /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite;
    /* Chrome, Safari, Opera */
    animation-name: animate1;
    animation-duration: 7s;
    animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes animate1 {
    0% {
        background-color: #232F3E;
    }

    25% {
        background-color: #4ed7f1;
    }

    50% {
        background-color: #232F3E;
    }

    100% {
        background-color: #4ed7f1;
    }
}

/* Standard syntax */
@keyframes animate1 {
    0% {
        background-color: #232F3E;
    }

    25% {
        background-color: #4ed7f1;
    }

    50% {
        background-color: #232F3E;
    }

    100% {
        background-color: #4ed7f1;
    }
}

.flying-books {
    transition: all 0.7s ease;
    animation: 3s linear infinite bf-animate;
}

@keyframes bf-animate {

    0%,
    100% {
        filter: drop-shadow(0px 0px 5px #4ed7f1);
        transform: translateY(-5px)
    }

    50% {
        filter: drop-shadow(0px 0px 5px #232F3E);
        transform: translateY(0)
    }

    80% {
        filter: drop-shadow(0px 0px 5px #4ed7f1);
    }
}


.animated-girl-parent {
    position: relative;
    z-index: 0;
    text-align: center;
}

.animated-girl-parent .animated-girl {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
}

.official-site-sec {
    padding-bottom: 12rem;
}

.animated {
    position: relative;
    transition: all linear 1s;
    animation: ball 2s linear infinite alternate;
}

.animated2 {
    position: relative;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}


@keyframes ball {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1.0);
    }
}

@keyframes ball2 {
    0% {
        transform: translate(10px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

/* animation css  */

/* about us */
.about-us-section {
    background-image: url('/images/about-bg.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    
    position: relative;
    z-index: 0;
}

.row-reverse {
    flex-flow: row-reverse;
}

.about-us-section figure.about-layer {
    position: absolute;
    right: 0;
    z-index: -1;
}

/* about us */

/* contact us css  */

.contact-form-parent input,
.contact-form-parent textarea {
    color: #777;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 1rem 0 0;
    border-radius: 4px;
    border: 1px solid #232F3E;
    background-color: #F8F8F8 !important;
    padding: 14px 18px;
}

.contact-form-parent input::placeholder,
.contact-form-parent textarea::placeholder {
    color: #777 !important;
}

.parent-contact-details {
    border-radius: 20px;
    background: #232F3E;
    margin: 1rem 0 1rem;
}

.contact-details-child {
    text-align: center;
    padding: 50px 0;
}

.contact-us-section {
    position: relative;
    z-index: 1;
    padding-top: 8rem;
}

.contact-us-section figure.contact-layer {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.contact-us-section figure.contact-layer-1 {
    position: absolute;
    top: 90px;
    z-index: -1;
}

.contact-form-parent {
    margin: 1rem 0 5rem;
}

.contact-details-child .heading-4 {
    color: #FFF;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 107.692% */
    text-transform: capitalize;
    margin: 1.5rem 0 1rem;
}

.contact-details-child a {
    text-decoration: none;
}

.contact-details-child a.para {
    text-wrap-style: auto;
    margin: auto;
    width: 80%;
    text-wrap-style: balance;
}

.side-borders {
    position: relative;
    z-index: 0;
}

.side-borders:before {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 20%;
    width: 2px;
    height: 70%;
    flex-shrink: 0;
    background: #D9D9D9;
    content: "";
}

.side-borders:after {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 20%;
    width: 2px;
    height: 70%;
    flex-shrink: 0;
    background: #D9D9D9;
    content: "";
}

.contact-form-parent .btn-parent {
    justify-content: center;
    margin-top: 3rem;
}

/* contact us css  */

/* inner banner  */
.inner-banner {
    background-image: url('/images/inner-banner-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

.inner-banner .heading-1 span {
    display: inline-block;
}

.parent-anchar {
    width: 60%;
    margin: auto;
}

.inner-services-page {
    position: relative;
    /* z-index: -1; */
}

figure.services-page-top-layer-1 {
    position: absolute;
    top: -190px;
    left: 0px;
}

figure.services-page-top-layer-2 {
    position: absolute;
    right: 0;
    top: 0;
}

.inner-faqs .faqs-section figure.left-bubble-layers {
    display: none;
}

.inner-faqs .faqs-section figure.bubble-layers-3 {
    display: none;
}

.inner-faqs figure.inner-faqs-layer {
    position: absolute;
    right: 0;
    z-index: -1;
}


.inner-packages .packages-section.for-top-layers.py {
    padding-bottom: 0;
}

.parent-cta-banner.cta-2 figure.reading-human {
    max-width: 160px;
}

/* inner banner  */


/* our services css  */
.our-services {
    background: transparent;
}

.cenetered {
    text-align: center;
}

.main-heading {
    margin-bottom: 3rem;
}

.main-heading p {
    width: 100%;
    margin: auto;
}

.parent-card-services {
    padding: 28px 20px;
    border-radius: 24px;
    border: 1px solid #232F3E;
    background: #FFF;
}

.card-header-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

span.number {
    color: #E1E4E5;
    font-family: Exo;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    font-family: Poppins;
}

.parent-card-services p {
    font-weight: 400;
}

.parent-card-services .heading-4 {
    color: #232F3E;
    margin: 12px 0 12px;
    font-weight: 600;
    font-size: 24px;
    font-family: Poppins;
}

.grey {
    color: #D9D9D9;
}

.card-services-slider {
    padding-bottom: 1rem;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #4ed7f1 !important;
}

span.featured {
    color: #232F3E;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
    text-transform: uppercase;
}


.white {
    color: white;
}

.content-card-child {
    border-radius: 10px;
    background: #232F3E;
    padding: 1rem 14px 1.3rem;
    text-align: start;
}

.content-card-child .read-more-btn {
    color: #4ed7f1;
    margin-top: 6px;
}

.content-card-child p {
    font-weight: 400;
    margin: 0;
}

.content-card-child .heading-6 {
    border-bottom: 1px dashed #D9D9D9;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.content-card-child {
    height: 180px;
}

.official-site-section-slider {
    height: 580px;
}

.child-grid-content {
    display: grid;
    grid-template-columns: 48% 48%;
    margin: 1rem 0px;
    gap: 1rem;
}

.parent-content-images img {
    height: auto;
    object-fit: cover;
}

.parent-content-images figure {
    height: auto;
    border-radius: 6px;
    overflow: hidden;
}

.child-grid-content figure {
    height: auto;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.child-grid-content figure img {
    object-fit: cover;
}

.showchase-section-inner figure.bubble-layers-2 {
    display: none;
}

.showchase-section-inner figure.circle-layers-2 {
    display: none;
}

.inner-packages-services figure.left-bubble-layers {
    display: none;
}

.inner-packages-services figure.bubble-layers-3 {
    display: none;
}

.for-top-layers .bubble-layers-3 img {
    height: 480px;
}

header .nav-item {
    margin: 0 10px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
    border: none !important;
    box-shadow: none;
    color: inherit;
}

a:-webkit-any-link:focus-visible {
    outline: none !important;
}

:focus-visible {
    outline: none !important;
}




/* modal css  */
.entry-box {
    transform: translate(0%, 3%);
}

a#entry-box_close {
    background: linear-gradient(-28deg, #00caff 0%, #000c69 60%);
    width: 59px;
    height: 59px;
    display: block;
    line-height: 59px;
    color: #fff;
    border-radius: 50%;
    font-size: 32px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 999;
    text-decoration: none;
}

.entry-box .text-1 h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 34px;
    margin-bottom: 12px;
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 33px;
    margin-top: 0;
    text-transform: uppercase;
    text-align: start;
    font-family: Poppins;
}

.entry-box .text-1 h1 span.red {
    color: white;
    text-transform: uppercase;
}

.col-sm-12.entry-right {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.entry-box .text-1 p {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.entry-box .text-1 p strong {
    text-transform: uppercase
}

.text-1 {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.text-1:before {
    content: "";
    width: 10px;
    
    position: absolute;
    left: 0;
    background: linear-gradient(-28deg, #fff 0%, #4ed7f1 60%);
    border-radius: 100px;
}

.entry-box .form-control {
    /* min-height: 40px; */
    border-radius: 7px;
    background-color: rgba(250, 250, 250, .92);
    border-color: transparent;
    color: #060606;
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 7px 6px;
    background: #fafafa !important;
    border: #dcdcdc 1px solid;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: Poppins;
}

.entry-box .form-control::placeholder {
    color: #000 !important;
}

.entry-box input::placeholder,
textarea::placeholder {
    color: #000 !important;
}

.entry-box button {
    border-radius: 5px;
    background-color: #3376ee;
    background: #4ed7f1;
    color: #fff;
    font-size: 18px;
    border: #ffffff 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 10px;
    letter-spacing: 1px;
    border-radius: 3px;
    outline: 0px none;
    width: 88%;
    display: inline-block;
}

.entry-box button {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    cursor: pointer;
    width: 100%;
    /* margin: 2px 0 0; */
    font-family: Poppins;
}

.entry-box ul li {
    color: #111322;
    font-size: 16px;
    font-weight: 500;
    width: 49%;
    display: inline-block;
    margin-bottom: 4px
}

.entry-box ul li i {
    color: #eb0000
}

.form-group {
    margin-bottom: 1rem;
}

.form-btn {
    text-align: center
}

.two-title p {
    padding-bottom: 25px
}

#entry-popup .container {
    max-width: 1574px !important;
    width: 100%;
    margin: 0 auto !important;
    float: none !important;
    padding: 0 15px !important;
}

.christmas-popup {
    position: absolute;
    left: -10px;
    top: 34px;
}

.loader {
    margin-top: 8px;
}

.loader img {
    width: 30px;
}

#entry-box_close {
    opacity: 1;
    background: linear-gradient(-28deg, #fff 0%, #4ed7f1 60%);
    width: 7px;
    height: 0px;
    /* display: block; */
    line-height: 0px;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    position: absolute;
    right: 4px;
    top: 9px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 22px;
}

.modal-header {
    padding: 0;
    border: none;
}

.modal-content {
    background: transparent;
    border: none;
}

.entry-box {
    /* background: url('/images/chris-pop-img.png'); */
    margin: 0px auto;
    border-radius: 10px;
    position: relative;
    height: auto;
    width: 100%;
    padding: 16px 0 6px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: right;
    background-color: black;
}

.entry-box .form-control::placeholder {
    color: black !important;
    font-weight: 500;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

div#entry-popup .modal-dialog {
    max-width: 360px;
    margin: auto;
}

.modal-header {
    position: absolute;
    right: 0;
}

span.pkg-details strong {
    color: #4ed7f1;
}



/* entry */

/* modal css  */


/* privacy policy  */
.privacy-policy-sec {
    background: none;
}

.privacy-policy-sec .list-item-parent {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 4px;
    font-weight: 400;
    list-style: inside;
    font-family: Poppins;
    font-size: 14px;
}

.privacy-policy-sec p {
    color: black;
    font-weight: 400;
}

.parent-foam textarea::placeholder {
    color: white !important;
}

label.error {
    color: #ff5656;
    text-align: start;
    width: 100%;
    font-size: 13px;
}
/* privacy policy  */

ul.navbar-nav.m-auto {
    margin-top: 0 !important;
}

a.para {
    text-transform: lowercase;
}

.parent-card-services {
    height: 360px;
}

.child-grid-content figure img {
    height: 256px;
}

.parent-content-images figure img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.brand-list {
    display: flex;
    align-items: baseline;
    gap: 22px;
}