/* custom css */
/* 1. Use a more-intuitive box-sizing model */

body {
    overflow-x: hidden;
    overflow-x: clip;
}

html {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    margin: 0;
}

*::before,
*::after {
    box-sizing: border-box;
}

/* 2. Remove default margin */
/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
    html {
        interpolate-size: allow-keywords;
    }
}

body {
    /* 4. Add accessible line-height */
    line-height: 1.5;
    /* 5. Improve text rendering */
    -webkit-font-smoothing: antialiased;
    background-color: #00013A;
}

a {
    text-decoration: none;
}

/* 6. Improve media defaults */
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input,
button,
textarea,
select {
    font: inherit;
}

/* 8. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
    text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* text-wrap: balance; */
}

/*
  10. Create a root stacking context
*/
#root,
#__next {
    isolation: isolate;
}

* {
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
}

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

figure {
    margin: 0;
}

/* custom css */

/* header css */
.top-header-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
}

ul.top-header-left {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 40px;
}

/* header css */

/* hero-section */
ul.top-header-left li figure {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.top-header-left li figure a {
    font-family: "Anek Latin", sans-serif;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.right-social-media {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
}

.right-social-media ul {
    display: flex;
    gap: 16px;
    align-items: center;
}

.right-social-media span {
    color: white;
    font-family: "DM Sans", sans-serif;
}

.top-header {
    padding: 12px 0;
    position: relative;
    z-index: 1;
}

header nav.navbar {
    border-radius: 10px;
    border: 1px solid #3B82F6;
    background: rgba(255, 255, 255, 0.11);
}

.nav-link:focus,
.nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #3B82F6;
    background: white;
    border-color: #3B82F6;
}

header#header.fixed .nav-link:focus,
header#header.fixed .nav-link:hover,
header#header.fixed .navbar-nav .nav-link.active,
header#header.fixed .navbar-nav .nav-link.show {
    color: #3B82F6;
    background: #ffffff;
    border-color: #3B82F6;
}

header a.nav-link {
    color: #FFF;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 4px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #3B82F6;
}

header ul.navbar-nav {
    gap: 40px;
}

.custom-btn {
    display: inline-flex;
    padding: 14px 30.86px 14px 31px;
    justify-content: center;
    align-items: center;
    gap: 5.02px;
    border-radius: 30px;
    border: 1px solid #3B82F6;
    color: #FFF;
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: "Golos Text", sans-serif;
    transition: all ease .5s;
}


header nav.navbar {
    padding: 12px 12px;
}

.heading-1 {
    color: #FFF;
    font-family: "Golos Text", sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 85.1px;
    letter-spacing: -2.96px;
}

.para {
    color: #ABB0BE;
    font-family: "Golos Text", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.7px;
}

.dark-blue-btn {
    background: #186FFF;
}

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

.parent-btn {
    display: flex;
    gap: 20px;
}

.hero-section {
    position: relative;
    z-index: 0;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 6rem;
}

.hero-section .hero-profile {
    position: absolute;
    right: -140px;
    top: 170px;
}

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

figure.hero-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.heading-3 {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.heading-3 span {
    color: #3B82F6;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

/* hero-section */

/* happy-customers css */
.happy-customers .inner-container {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(0, 17, 114, 0.20);
    backdrop-filter: blur(10px);
    padding: 40px 50px;
}

.happy-customers-slider {
    margin-top: 1rem;
}

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

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

ul.project-list {
    position: absolute;
    bottom: -20px;
    left: -20px;
    border-radius: 7px;
    opacity: 0.9;
    background: #3B82F6;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
    padding: 30px 30px 20px 30px;
}

ul.project-list li {
    color: #F8F8F8;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tags {
    display: flex;
    align-items: center;
    color: #3B82F6;
    text-align: center;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    gap: 15px;
    margin-left: -2px;
    margin-bottom: 6px;
}

ul.project-list li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 2em;
    height: 2em;
    background: url("../images/white-arrow.png") no-repeat;
    left: 0;
    top: -2px;
}

.projects-list-parent ul li {
    padding-left: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    display: flex;
    width: 100%;
    align-items: baseline;
    height: auto;
    padding: 0px 30px 14px;
    position: relative;
    z-index: 0;
}

.heading-2 {
    color: #FFF;
    font-family: Figtree;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 16px;
}

p {
    color: #DFDFDF;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.parent-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    margin: 0px 0;
    padding: 20px 0;
}

.child-counter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

span.counter-numbers {
    color: #F8F8F8;
    text-align: center;
    font-family: Figtree;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 57.6px;
}

span.project-name {
    color: #BCBCBC;
    text-align: center;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.parent-btn-live {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 2rem;
}

a.live-chat {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 14px;
}

a.live-chat .chat-content {
    display: flex;
    flex-direction: column;
}

a.live-chat .chat-content span:nth-child(01) {
    color: #FFF;
    font-family: Figtree;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

a.live-chat .chat-content span:nth-child(02) {
    color: #DFDFDF;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

/* company-sec css */
.company-sec {
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    padding: 2rem 0;
    position: relative;
    z-index: 0;
}

.parent-expertise {
    border-radius: 20px;
    border: 1px solid #3B82F6;
    background: rgba(0, 17, 114, 0.40);
    backdrop-filter: blur(10px);
    width: 91%;
    padding: 37px 20px;
    margin-left: auto;
}

.where-expertise-sec {
    position: relative;
    z-index: 0;
    height: 600px;
    display: flex;
    align-items: center;
}

.where-expertise-sec .parent-expertise {
    margin-right: auto;
    margin-left: 0;
}

.where-expertise-sec::before {
    position: absolute;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/where-expertise-sec-bg.png');
    height: 100%;
    width: 100%;
    content: "";
    z-index: -2;
}

.where-expertise-sec::after {
    opacity: 0.5;
    background: #151515;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


/* ghostwriting-solutions-slider */
.parant-heading.centered {
    text-align: center;
    margin-bottom: 3rem;
}

.parant-heading.centered .tags {
    justify-content: center;
    margin-left: 0;
}

.services-card {
    border-radius: 20px;
    border: 1px solid #3B82F6;
    background: rgba(0, 17, 114, 0.40);
    backdrop-filter: blur(10px);
    padding: 30px;
    height: 420px;
}

.ghostwriting-solutions-slider {
    height: 920px;
    position: relative;
    z-index: 0;
    padding-bottom: 2rem;
    padding-top: 0rem;
}

.header-services-card {
    display: flex;
    align-items: center;
    gap: 20px;
}

.heading-4 {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.content-services-card {
    border-top: 1px solid #3B82F6;
    padding-top: 30px;
    margin-top: 2rem;
}

.header-services-card figure img {
    object-fit: cover;
    max-width: 100%;
    width: 120px;
    height: 100%;
}

.right-services-card p {
    margin: 0;
}

.header-services-card figure {
    max-width: 100%;
}

.transparent-anchar {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #3B82F6;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.content-services-card p {
    padding-bottom: 1.2rem;
    margin: 0;
}

.video-sec {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    height: 600px;
}

figure.video-poster {
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
    right: 0;
}

figure.play-btn-blue {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    position: relative;
    z-index: 0;
    text-align: center;
    cursor: pointer;
}

figure.play-btn-blue:before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 62px;
    z-index: -1;
}

.play-btn-blue-parent {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

/* ghostwriting-solutions-slider */

/* portfolio css */

.portfolio .nav {
    justify-content: space-between;
    margin-bottom: 3rem;
}

.portfolio .nav-link {
    border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #3B82F6;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    width: 100%;
    display: flex;
    width: 175px;
    justify-content: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #3B82F6;
    color: white;
}

.portfolio-Slider {
    height: 710px;
    padding-bottom: 3rem;
}

.portfolio-Slider .swiper-slide img {
    border-radius: 10px;
}

.portfolio .nav-link:focus,
.portfolio .nav-link:hover,
.portfolio .navbar-nav .nav-link.active,
.portfolio .navbar-nav .nav-link.show {
    background: #3B82F6;
}

/* testimonials css */
.client-stories {
    background-image: url('../images/testimonials-bg-2.png');
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 7rem 0;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

.stars-parent {
    display: flex;
    align-items: center;
}

.testimonials-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

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

figure.client-portfolio {
    display: flex;
    align-items: center;
    gap: 20px;
}

span.client-name {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

span.client-professional {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    /* 140% */
}

figure.client-portfolio figcaption {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
}

.client-review {
    border-bottom: 1px solid #828282;
    margin-bottom: 2rem;
}

.clients-over-all-reviews {
    border-radius: 10px;
    background: #186FFF;
    height: 100%;
    width: 100%;
    padding: 3rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: all ease .5s;
}

span.stars-number {
    color: #FFF;
    text-align: center;
    font-family: Figtree;
    font-size: 100px;
    font-style: normal;
    font-weight: 600;
    line-height: 62px;
}

.clients-over-all-reviews .stars-parent {
    margin: 2rem 0 1.5rem;
}

.clients-over-all-reviews p {
    color: #FFF;
    text-align: center;
    font-family: Figtree;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
}

.custom-btn.white-btn {
    background: white;
    color: #3B82F6;
}

a:-webkit-any-link:focus-visible {
    outline: 0;
}

.parent-navbar-generic {
    position: relative;
    z-index: 0;
    display: flex;
    gap: 12px;
}

.parent-navbar-generic .swiper-button-next {
    position: static;
    background: #3B82F6;
}

.parent-navbar-generic .swiper-button-prev {
    position: static;
    background: #3B82F6;
    transition: all ease .3s;
}

.parent-navbar-generic :is(.swiper-button-next, .swiper-button-prev) {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 0px solid #fff;
    outline: 0px dashed #232F3E;
    transition: all ease .3s;
}

.parent-navbar-generic :is(.swiper-button-next, .swiper-button-prev)::after {
    font-size: 18px;
    color: white;
    font-weight: 600;
}

.testi-nav {
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 9;
}

/* testimonials css */

/* blog css */
.blogs-card {
    position: relative;
    z-index: 0;
    border-radius: 25px;
    overflow: hidden;
}

.blog-content {
    position: absolute;
    bottom: 10px;
    left: 20px;
    z-index: 1;
}

.blogs-card:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 35%, rgba(0, 0, 0, 0.96) 90%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

span.published-date {
    border-radius: 4px;
    background: #3B82F6;
    color: rgba(255, 255, 255, 0.77);
    font-family: "DM Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline;
    padding: 4px 8px 4px 8px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.blog-content .heading-3 {
    margin-top: 1rem;
}

.blog-content h3 {
    color: #FFF;
    font-family: Figtree;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: -1px;
    margin-top: 1rem;
}

.horizontal-blog-card {
    display: flex;
    align-items: center;
    gap: 0px;
    justify-content: space-between;
}

figure.publisher-detail {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #797979;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hori-blog-content {
    width: 100%;
}

.hori-blog-content h3 {
    color: #FFF;
    font-family: Figtree;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -1px;
    margin: 0;
}

.horizontal-blog-card-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

figure.blog-img {
    width: 100%;
    transition: all ease .5s;
}

/* blog css */

/* footer css */
.footer-top-parent {
    display: flex;
    align-items: end;
    justify-content: space-around;
    width: 100%;
    gap: 70px;
}

.footer-right {
    width: 65%;
}

.footer-left {
    width: 80%;
}

.email-subscribe {
    position: relative;
    z-index: 0;
}

.email-subscribe .custom-btn.blue-btn {
    position: absolute;
    right: 6px;
    top: 5px;
    height: 60px;
}

.email-subscribe input {
    border-radius: 76px;
    background: #FFF;
    height: 70px;
    padding: 16px;
}

.form-check-input[type=checkbox] {
    height: 16px;
}

.footer-left img {
    margin-bottom: 1rem;
    filter: brightness(0) invert(1);
}

footer h6 {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    z-index: 0;
    margin-bottom: 2rem;
    margin-top: 4rem;
}

footer h6:before {
    position: absolute;
    z-index: 0;
    bottom: -6px;
    width: 63px;
    height: 1px;
    background: white;
    content: "";
}

ul.link-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
}

ul.social-ul {
    display: flex;
    gap: 20px;
    margin-top: 2rem;
}

ul.link-list a {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*text-transform: capitalize;*/
}

ul.latest-news-ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

li.latest-news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 21px;
}

.heading-5 {}

.latest-news-parent h4 {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.latest-news-parent p {
    font-size: 14px;
    margin: 0;
}

span.date {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.55px;
    position: relative;
    z-index: 0;
    margin-left: 12px;
}

span.date::before {
    position: absolute;
    z-index: 0;
    content: "";
    background: white;
    width: 6px;
    height: 6px;
    border-radius: 22px;
    top: 4px;
    left: -12px;
}

p.bottom-lines {
    margin: 4rem 0;
    text-align: center;
    position: relative;
    z-index: 0;
}

p.bottom-lines:before {
    position: absolute;
    z-index: 0;
    content: "";
    right: 0;
    top: 10px;
    bottom: 0;
    width: 350px;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
}

p.bottom-lines:after {
    position: absolute;
    z-index: 0;
    content: "";
    left: 0;
    top: 10px;
    bottom: 0;
    width: 350px;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
}

/* footer css */

video.bg-video {
    object-fit: fill;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
    filter: brightness(0.6) invert(0);
}

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

figure.hero-bg img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/* layers */
figure.ellipse-1 {
    position: absolute;
    top: -1100px;
    right: -1100px;
    z-index: -1;
    border-radius: 808px;
    background: #0035F5;
    filter: blur(522px);
    opacity: 1;
}

figure.ellipse-2 {
    position: absolute;
    left: -580px;
    bottom: -500px;
    border-radius: 758px;
    background: #0035F5;
    filter: blur(522px);
    width: 758px;
    height: 758px;
    z-index: -1;
}

/* layers */

.counter-sec {
    position: relative;
    z-index: 0;
}

figure.snack-lighting {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

figure.snack-lighting img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projects-list-parent ul li:last-child {
    border-bottom: 0;
}

figure.ellipse-3 {
    position: absolute;
    right: -570px;
    border-radius: 758px;
    background: #0035F5;
    filter: blur(522px);
    bottom: -128px;
    width: 758px;
    height: 758px;
    z-index: -1;
}

.services-sec {
    position: relative;
    z-index: 0;
}

.services-sec:before {
    background-image: url('../images/services-sec-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    opacity: .7;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

figure.ellipse-4 {
    position: absolute;
    right: -1700px;
    top: 0;
    width: 2084px;
    height: 2084px;
    flex-shrink: 0;
    z-index: -1;
    border-radius: 2084px;
    opacity: 0.3;
    background: #0035F5;
    filter: blur(522px);
    overflow: hidden;
}

.portfolio {
    position: relative;
    z-index: -1;
}

.portfolio:before {
    background-image: url('../images/portfolio-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    opacity: .7;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: .9;
    mix-blend-mode: lighten;
}

.portfolio:after {
    content: "";
    position: absolute;
    z-index: 0;
    border-radius: 2084px;
    opacity: 0.3;
    background: #0035F5;
    filter: blur(522px);
    width: 90%;
    height: 100%;
    flex-shrink: 0;
    top: -840px;
    left: -500px;
    width: 2084px;
    height: 2084px;
    z-index: -1;
}

.our-blogs-sec {
    position: relative;
    z-index: 0;
    background: #00013aa3;
}

.our-blogs-sec:before {
    background-image: url('../images/snack-lighting-2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    opacity: .7;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: .9;
    mix-blend-mode: lighten;
    background-repeat: repeat-x;
    background-size: contain;
}

footer {
    padding-top: 4rem;
    background-image: url('../images/footer-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: #00013aa3;
}

video.company-video {
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
    /* filter: brightness(0.6) invert(0); */
}

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

.happy-customers-slider figure {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

/* 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;
}

/* 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 */

/* hover effect */
.custom-btn {
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: all ease .5s;
}

.custom-btn:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    /* background: red; */
    overflow: hidden;
    left: 0;
    right: 0;
    z-index: -1;
    transition: all ease .5s;
    opacity: 0;
    border-radius: 150px;
    margin: auto;
}

.custom-btn.blue-btn:before {
    background: white;
}

.custom-btn.blue-btn:hover {
    border-color: #3B82F6;
    border-color: black;
}

.custom-btn.blue-btn:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    /* border-radius: 0; */
}

.custom-btn.blue-btn:hover img {
    filter: brightness(0) invert(0) drop-shadow(0px 6px 22px black);
    transform: rotate(360deg);
    transition: all ease .5s;
}

.custom-btn.dark-blue-btn:hover:before {
    width: 100%;
    opacity: 1;
}

.custom-btn.dark-blue-btn:before {
    background: #ffffff;
}

.custom-btn.dark-blue-btn {
    color: #ffffff;
    border-color: #ffffff;
}

.custom-btn.dark-blue-btn:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    /* border-radius: 0; */
}

.custom-btn.transparent-btn:before {
    background: #3B82F6;
}

.custom-btn.transparent-btn:hover:before {
    opacity: 1;
    width: 100%;
    height: 100%;
}

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

a.live-chat:hover img {
    transform: rotate(360deg);
    transition: all ease .5s;
    filter: brightness(0) invert(1) drop-shadow(0px 6px 22px white);
}

.ml6 .text-wrapper {
    position: relative;
    display: inline-block;
    /* padding-top: 0.2em; */
    padding-right: 0.05em;
    /* padding-bottom: 0.1em; */
    overflow: hidden;
}

.ml6 .letter {
    display: inline-block;
    /* line-height: 1em; */
}


.animate-charcter {
    background-image: linear-gradient(-225deg, #186FFF 0%, #186FFF 29%, #ffffff 67%, #186FFF 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;
    }
}

.animate-charcter.hero-span {
    position: relative;
    top: -20px;
}

.custom-btn.dark-blue-btn:hover {
    color: #186FFF;
    border-color: #186FFF;
}

.portfolio-Slider .position_aware {
    padding: 0;
    margin: 0;
}

.portfolio-Slider .position_aware::after {
    content: "+";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: black;
    transition: all ease .5s;
}

.clients-over-all-reviews:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-225deg, #186FFF 0%, #186FFF 29%, #17134b 67%, #186FFF 100%);
    overflow: hidden;
    z-index: -1;
    transition: all ease .5s;
    opacity: 0;
}

.clients-over-all-reviews:hover:before {
    opacity: 1;
    transition: all ease .5s;
    height: 100%;
}

.parent-navbar-generic :is(.swiper-button-next, .swiper-button-prev):hover {
    background: darkblue;
}

.blogs-card:hover figure.blog-img {
    transform: scale(1.1);
    transition: all ease .5s;
}

.blogs-card figure.blog-img img {
    width: 100%;
}

.blogs-card:hover span.published-date {
    background: #186FFF;
}

ul.link-list a:hover {
    color: #5796ff;
}

.portfolio-Slider .position_aware a {
    cursor: zoom-in;
}

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

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

.hero-section .hero-profile img {
    transition: all linear .5s;
    animation: ball2 2.5s linear infinite alternate;
}

header#header {
    transition: all ease-in-out .7s;
}

header#header.fixed {
    position: fixed;
    top: 10px;
    transition: all ease-in-out .7s;
    left: 0;
    right: 0;
    z-index: 4;
}

header#header.fixed nav.navbar {
    /* background: #3B82F6; */
    background: rgba(0, 17, 114, 0.40);
    backdrop-filter: blur(10px);
}

header#header.fixed a.nav-link {
    color: #ffffff;
}

header#header.fixed a.nav-link.active {
    background: #ffffff;
    color: white;
}

.nav-link:focus-visible {
    box-shadow: none;
}

header#header.fixed a.navbar-brand img {
    /* filter: none; */
}

/* inner css */
.inner-banner {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    padding-top: 15rem;
    padding-bottom: 7rem;
    background-image: url('../images/inner-banner.png');
    background-size: cover;
    background-repeat: repeat;
}

.inner-banner .inner-banner-content-container {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(0, 17, 114, 0.20);
    backdrop-filter: blur(10px);
    padding: 5rem 0;
    text-align: center;
}

.heading-1-1 {
    color: #FFF;
    font-family: Figtree;
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    /* 96.154% */
}

.inner-banner-content p {
    color: #FFF;
    text-align: center;
    font-family: Figtree;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

/* inner-banner */

/* our-values-sec */
.our-values-sec:before {
    background-image: url('../images/snack-lighting-2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    opacity: .7;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: .9;
    mix-blend-mode: lighten;
    background-repeat: no-repeat;
    /* background-size: contain; */
    -moz-animation: moveclouds 80s linear infinite;
    -o-animation: moveclouds 80s linear infinite;
}

.our-values-sec .ghostwriting-solutions-slider {
    height: auto;
}

.our-values-sec .services-card {
    height: auto;
}

.our-values-sec .services-card .header-services-card {
    flex-direction: column;
    align-items: start;
}

.our-values-sec .header-services-card figure img {
    width: auto;
}

.our-values-sec .content-services-card {
    margin: 0;
    border: none;
    padding: 0;
}

.our-values-sec .content-services-card p {
    color: #DFDFDF;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.our-values-sec {
    background-color: #00013A;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.our-values-sec .ghostwriting-solutions-slider .swiper-wrapper {
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
}

.our-values-sec .ghostwriting-solutions-slider .swiper-wrapper .swiper-slide {
    height: auto !important;
    margin-top: 0 !important;
}

p.big-para {
    font-size: 20px;
    width: 48%;
    margin: 0 auto 2rem;
}

.we-create-sales .parant-heading.centered {
    margin: 0;
}

.we-create-sales {
    background-image: url('../images/we-create-sales-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

/* our-values-sec */

/* our team */
.team-card {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(0, 17, 114, 0.20);
    backdrop-filter: blur(10px);
    text-align: center;
    padding: 5px 5px 1rem;
}

ul.social-account {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 1rem 0 .7rem;
}

.team-client-name {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px;
}

span.team-professional {
    color: #DFDFDF;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.team-sec {
    position: relative;
    z-index: 0;
}

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

/* our team */

/* contact page */

.our-values-sec.contact-page-details .custom-btn.blue-btn {
    width: 100%;
}

.contact-us .contact-us-inner-container {
    border-radius: 20px;
    border: 1px solid #186FFF;
    background: rgba(0, 17, 114, 0.20);
    backdrop-filter: blur(4px);
    padding: 10px 10px;
}

.contact-form .custom-btn.blue-btn {
    width: 100%;
    border-radius: 8px;
}

.contact-form textarea {
    height: 140px;
    border: 1px solid #3B82F6;
    background-color: transparent;
    color: white;
}

.contact-form input,
.contact-form select {
    height: 63px;
    border: 1px solid #3B82F6;
    background-color: transparent;
    color: white;
}

.contact-form input::placeholder {
    color: white;
}

.contact-form textarea::placeholder {
    color: white;
}

.contact-form .custom-btn.blue-btn:before {
    border-radius: 8px;
}

.contact-form .form-control:focus {
    background-color: transparent;
    color: white;
}

.contact-form select option {
    background: transparent;
    color: black;
}

.form-select:focus,
.form-control:focus {
    box-shadow: none;
    border-color: inherit;
}

.contact-form select {
    background-color: transparent;
}

.parent-header .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

/* contact page */

/*loader css starrt*/
.loader-container {
    background-attachment: fixed;
    background: rgba(0, 17, 114, 0.40);
    backdrop-filter: blur(10px);
    height: 100vh;
    position: fixed;
    z-index: 999999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    margin: auto;
    flex-direction: column;
}

.loaderMain img {
    max-width: 80px;
    margin: auto;
    filter: brightness(0) invert(1);
}

.load-6 .letter {
  animation-name: loadingF;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}

.l-1 {
  animation-delay: 0.48s;
}
.l-2 {
  animation-delay: 0.6s;
}
.l-3 {
  animation-delay: 0.72s;
}
.l-4 {
  animation-delay: 0.84s;
}
.l-5 {
  animation-delay: 0.96s;
}
.l-6 {
  animation-delay: 1.08s;
}

.letter-holder {
    padding: 10px;
    display: flex;
    color: white;
}


@keyframes loadingF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.load-6 {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

/*loader css end*/


/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #fff #130d5d;
}

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

*::-webkit-scrollbar-track {
    background: linear-gradient(-225deg, #186FFF 0%, #186FFF 29%, #17134b 67%, #186FFF 100%);
}

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

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

.header-services-card .heading-4 {
    text-transform: capitalize;
}