/* FONT IMPORT */


/* Google Font */

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* Local Font */

:root {
    --white: #fff;
    --black: #000;
    --primary: #9ffd63;
    --secondary: #00b8ea;
}

html {
    scroll-behavior: smooth;
    height: 100%;
    overflow-x: clip;
}

body {
    position: relative;
    background: #fff;
    overflow-x: clip;
    height: 100%;
    font-family: "Plus Jakarta Sans", sans-serif;
    overflow-wrap: break-word;
}

section {
    position: relative;
    overflow: clip;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

figure {
    margin: 0;
}


/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
}


/* Cursor End */


/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}

.preLoader img {
    width: 500px;
}


/* PRELOADER */


/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 1rem;
    color: var(--black);
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    padding: 1rem 2em;
    border-radius: 50px;
    line-height: normal;
}

.themeBtn:hover {
    background: var(--secondary);
    color: var(--white);
}


/* !GLOBAL CSS */


/* NAV HEADER CSS */

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 111;
    top: 0;
    width: 100%;
    padding-top: 1.875rem;
    transition: 0.3s ease-in-out;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

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

.navbar-nav {
    align-items: center;
    gap: 2rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 0;
    display: inline-block;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary);
}

.form-inline {
    margin-left: 2.8125rem;
}


/* !NAV HEADER CSS */


/* MAIN HERO SLIDER CSS */

.main-slider {
    height: 1000px;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .swiper-pagination {
    bottom: 2rem;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
}

.homeSlider .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
    display: inline-block;
    margin: 0 0.3rem !important;
    opacity: 30%;
    background: var(--white);
}

.homeSlider .swiper-pagination-bullet-active {
    background: var(--white);
    position: relative;
    opacity: 100%;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.homeSlider .slide-inner:before {
    content: "";
    position: absolute;
    width: 78%;
    height: 100%;
    background: linear-gradient(to left, #042c8000 0%, rgb(4 44 128 / 70%) 35%, #042C80 100%);
    top: 0;
}

.slideOne {
    margin-top: 6rem;
}

.slideOne small {
    color: var(--primary);
    font-size: 1.375rem;
    font-weight: 600;
}

.slideOne h1 {
    color: var(--white);
    font-size: 4.0625rem;
    font-weight: 300;
}

.slideOne h2 {
    color: var(--white);
    font-size: 6.25rem;
    font-weight: bold;
    line-height: 1;
}

.slideOne h3 {
    color: var(--white);
    font-size: 4.375rem;
    font-weight: 600;
}

.slideOne h3 span {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 400;
}

.slideOne p {
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 500;
    margin: 1.2rem 0 2.5rem 0;
}

.themeBtn1 {
    font-size: 1.125rem;
}


/* !MAIN HERO SLIDER CSS */


/* About Sec Css Start */

.aboutSec {
    padding: 7.5rem 0;
}

.aboutContent div span {
    font-size: 1.25rem;
    color: #3A9AB9;
    font-weight: 500;
}

.aboutContent h2 {
    color: var(--black);
    font-size: 2.625rem;
    font-weight: bold;
    margin: 0.75rem 0;
}

.aboutContent p {
    color: #444444;
    font-size: 1.125rem;
    line-height: 1.77;
    width: 90%;
}

.aboutContent ul li span {
    color: #444444;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 6px;
    display: inline-block;
}

.aboutContent ul {
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 1.5rem;
}

.aboutContent {
    margin-left: 2rem;
}


/* About Sec Css End */


/* Service Sec Css Start */

.serviceSec {
    padding: 7.5rem 0 10rem 0;
    background: url(../images/serviceBg.webp)center/cover;
    background-attachment: fixed;
}

.serviceHeadings {
    margin: 0 0 4.375rem 0;
}

.serviceHeadings h1 {
    color: var(--black);
}

.serviceHeadings h2 {
    color: var(--secondary);
}

.serviceHeadings h3 {
    color: var(--black);
}

.serviceHeadings h3 span {
    color: #001748;
}

.serviceSec .slideOne p {
    color: var(--black);
    margin: 0 0 .5em;
}

.serviceContent h4 {
    color: var(--black);
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 3.125rem;
}

.serviceContent ul li span {
    font-size: 1.5625rem;
    font-weight: bold;
    color: #012035;
    opacity: 50%;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    padding-left: 1.5rem;
    white-space: nowrap;
    transition: 0.5s ease;
    cursor: pointer;
}

.serviceContent ul li span:hover {
    opacity: 100%;
}

.serviceContent ul {
    margin-bottom: 1rem;
}

.serviceContent p {
    font-size: 1rem;
    color: var(--black);
    margin: 0 0 2rem;
}

.serviceImage {
    text-align: right;
}

.serviceImage img {
    border-radius: 1.25rem;
}

.serviceContent ul li span:before {
    content: "";
    position: absolute;
    background: #012035;
    width: 6px;
    height: 58px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: 0.5s ease;
}

.serviceContent ul li span:hover:before {
    opacity: 1;
}

.srvLogo {
    position: absolute;
    top: 3.75rem;
    right: 2rem;
}


/* Service Sec Css End */


/* Industries Sec Css Start */

.industriesHeading h2 {
    font-size: 4.375rem;
    color: var(--black);
    font-weight: 800;
}

.industriesHeading h2 span {
    color: #001748;
    font-family: 'Playfair Display';
    font-weight: 400;
    font-style: italic;
}

.industriesWrap figure {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.industriesArrow {
    position: absolute;
    inset: 0;
    background: rgb(159 253 99 / 32%);
    display: grid;
    place-items: center;
    border-radius: 100%;
    transform: scale(0);
    transition: 0.5s ease;
}

.industriesWrap figure:hover .industriesArrow {
    transform: scale(1);
}

.industriesSlider .swiper-slide-next .industriesArrow {
    transform: scale(1);
}

.industriesArrow a {
    color: var(--white);
    background: rgb(0 184 234 / 80%);
    width: 67px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 100%;
    font-size: 2rem;
}

.industriesContent h3 {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--black);
    margin: 2rem 0 0 0;
}

.industriesWrap {
    text-align: center;
}

.industriesSlider {
    padding-top: 2.5rem;
}

.industriesSec .swiper-button-next:after,
.industriesSec .swiper-button-prev:after {
    display: none;
}

.industriesSec .swiper-button-next,
.industriesSec .swiper-button-prev {
    background: rgb(159 253 99 / 36%);
    width: 50px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50px;
    color: var(--black);
    font-size: 1.5rem;
    opacity: unset;
    top: 55%;
    transition: 0.5s ease;
}

.industriesSec .swiper-button-next:hover,
.industriesSec .swiper-button-prev:hover {
    background: var(--primary);
}

.industriesSec .swiper-button-prev {
    left: 11%;
}

.industriesSec .swiper-button-next {
    right: 11%;
}


/* Industries Sec Css End */


/* Feature Sec Css Start */

.featureSec {
    background: rgb(159 253 99 / 10%);
}

.featureImage img {
    border-radius: 1.25rem;
}

.featureHeadings h2 {
    font-size: 3.75rem;
    color: var(--black);
    font-weight: bold;
}

.featureHeadings h3 {
    color: var(--black);
    font-size: 4.375rem;
    font-weight: 400;
}

.featureHeadings h3 span {
    color: #001748;
    font-family: 'Playfair Display';
    font-style: italic;
}

.featureBox {
    background: #DEEEFF;
    border-radius: 1.25rem;
    padding: 2.5rem 1.75rem 1.25rem 1.75rem;
}

.featureBox h4 {
    font-weight: bold;
    color: var(--black);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.featureBox p {
    color: #444444;
    margin: 0;
    line-height: 1.7;
}

.featureBox h5 {
    font-size: 3.75rem;
    margin: -1rem 0 0 0;
    color: rgb(161 193 227 / 20%);
    font-weight: 800;
    line-height: 1;
    text-align: right;
}

.featureTop {
    margin-top: 2rem;
}

.featureHeadings {
    margin-left: 2rem;
}


/* Feature Sec Css End */


/* Profile Sec Css Start */

.profileSec {
    background: url(../images/profileBg.webp)center/cover;
    background-attachment: fixed;
}

.profileContent>span {
    color: var(--white);
    display: block;
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 6.25rem;
}

.profileContent h2,
.profileContent h3,
.profileContent h4 {
    color: var(--white);
}

.profileContent h2 {
    font-size: 3.125rem;
    font-weight: 300;
    margin: 1rem 0 0 0;
}

.profileContent h3,
.profileContent h4 {
    font-size: 3.75rem;
}

.profileContent h3 {
    font-weight: bold;
    margin: 0;
}

.profileContent h4 {
    font-weight: 600;
}

.profileContent h4 span {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
}

.profileSlider {
    margin-right: -24rem;
}


/* Profile Sec Css End */


/* Client Sec Css Start */

.clientSec {
    padding: 7.5rem 3.125rem;
}

.clientWraps {
    position: relative;
    cursor: pointer;
}

.clientHeading {
    margin-bottom: 5rem;
}

.clientBox {
    background: #DEEEFF;
    padding: 3.125rem 2.5rem;
    border-radius: 1.25rem;
    transition: 0.5s ease;
    margin-top: 1rem;
}

.clientWraps:hover .clientBox {
    background: #001748;
    transform: rotate(5deg);
    margin-top: 5rem;
}

.clientWraps:hover .clientBox h3,
.clientWraps:hover .clientBox span,
.clientWraps:hover .clientBox p {
    color: var(--white);
}

.clientWraps:hover .clientBox img {
    filter: brightness(0) invert(1);
}

.clientBox h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--black);
    transition: 0.5s ease;
}

.clientBox span {
    color: var(--black);
    display: block;
    margin-bottom: 5rem;
    transition: 0.5s ease;
}

.clientBox img {
    transition: 0.5s ease;
}

.clientBox p {
    font-size: 1.25rem;
    font-weight: 600;
    color: #444444;
    font-style: italic;
    line-height: 1.9;
    margin: 1rem 0 0 0;
    transition: 0.5s ease;
    width: 98%;
}

.clientImage {
    position: absolute;
    top: -6rem;
    z-index: -1;
    transform: scale(0);
    transition: 0.5s ease;
}

.clientWraps:hover .clientImage {
    transform: scale(1);
    top: -9.8rem;
}


/* Client Sec Css End */


/* Process Sec Css Start */

.processSec {
    padding: 6.25rem 0;
}

.processContent h2,
.processContent h4 {
    font-size: 6.25rem;
    color: var(--black);
    font-weight: 400;
}

.processContent h4 {
    font-weight: bold;
    margin-bottom: 3rem;
}

.processWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.125rem;
    margin: 1rem 0;
}

.processWrap h3 {
    color: #001748;
    font-size: 7rem;
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    margin: 0;
}


/* Process Sec Css End */


/* Footer Css Start */

footer {
    background: url(../images/footBg.webp)center/cover;
    padding-top: 6.25rem;
}

.footerLogo a img {
    filter: brightness(0) invert(1);
}

.footerLogo ul {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 3.75rem;
}

.footerLogo ul li a {
    background: rgb(255 255 255 / 15%);
    width: 40px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50px;
    font-size: 1.25rem;
    color: var(--white);
}

.footerLogo ul li a:hover {
    background: var(--primary);
    color: var(--white);
}

footer h3 {
    color: var(--white);
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 3.5rem;
    position: relative;
}

.contactLinks li {
    display: flex;
    align-items: baseline;
    gap: 1rem;
}

.contactLinks li i {
    color: var(--primary);
}

.contactLinks li a {
    color: rgb(255 255 255 / 75%);
    font-size: 0.9375rem;
    display: block;
}

.contactLinks li a:hover,
.links li a:hover {
    color: var(--primary);
}

.contactLinks li a span {
    font-weight: bold;
}

.contactLinks li+li {
    margin-top: 1.6rem;
}

footer h3:before,
footer h3:after {
    content: "";
    position: absolute;
    background: var(--secondary);
    width: 35px;
    height: 2px;
    bottom: -1.5rem;
}

footer h3:after {
    width: 260px;
    height: 1px;
    background: var(--white);
    opacity: 10%;
    left: 0;
}

.links li a {
    color: rgb(255 255 255 / 75%);
    font-size: 0.9375rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.links li i {
    color: var(--primary);
    font-size: 8px;
}

.links li+li {
    margin-top: 10px;
}

.callBox {
    background: rgb(255 255 255 / 5%);
    border-radius: 8px;
    padding: 1.125rem 1.625rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    max-width: 262px;
}

.callBox div {
    background: var(--primary);
    width: 48px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50px;
}

.callBox a {
    flex: 1;
    color: var(--white);
    font-size: 1.3125rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
}

.callBox a span {
    display: block;
    font-size: 0.875rem;
    color: rgb(255 255 255 / 70%);
}

.footPara {
    color: rgb(255 255 255 / 70%);
    font-size: 0.9375rem;
    text-align: center;
    margin: 1rem 0 0 0;
    line-height: 1.7;
}

.copyRight p {
    text-align: center;
    font-weight: 600;
    color: var(--white);
    margin: 0;
}

.copyRight {
    background: rgb(255 255 255 / 5%);
    border-radius: 8px;
    padding: 1.375rem 0;
    margin: 5.625rem 0 2.1875rem 0;
}


/* Footer Css End */

/* Innerpages */
.main-slider.main-slider--inner {
    height: 700px;
}

.main-slider.main-slider--inner .slideOne h2 {
    font-size: 5rem;
}

/* About Us Page */

.about--mission {
    background: url(../images/about-bg.png) no-repeat center/cover;
}

/* Reviews */
.clientSec--inner .row {
    gap: 7rem 0;
}

/* Contact */
.contact {
    background: url(../images/contact-bg.png) no-repeat center/cover;
    padding: 6rem 0;
}

.contact h2 {
    font-size: 2.625rem;
    font-weight: 700;
}

.contact :is(input, textarea) {
    width: 100%;
    border: 1px solid #D2D2D2;
    border-radius: 1.5rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    resize: none;
}

.contact .themeBtn {
    border: none;
    display: block;
    margin: 0 auto;
}

.consulting-section {
    padding: 5rem 0;
}

.consulting-content h3 {
    font-size: 2.625rem;
    font-weight: bold;
    color: var(--black);
    margin-bottom: 1.25rem;
}

.consulting-content ul li {
    font-size: 1.125rem;
    font-weight: 600;
    color: #444444;
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 1rem;
}

.consulting-content ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #444444;
    border-radius: 50%;
}

.privacy,
.terms {
    padding: 6rem 0;
}

.privacyContent :is(p, li),
.termsContent :is(p, li) {
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0 0 1rem;
    color: #4b4b4b;
}

.privacyContent p a,
.termsContent p a {
    color: var(--primary);
    font-weight: 600;
}

.privacyContent h3,
.termsContent h3 {
    font-size: 2.125rem;
    font-weight: 600;
    margin: 1.125rem 0;
}

.privacyContent .list li,
.termsContent .list li {
    position: relative;
    padding-left: 1.75rem;
}

.privacyContent .list li::before,
.termsContent .list li::before {
    content: "";
    width: 16px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--primary);
    position: absolute;
    top: 0.25rem;
    left: 0;
}

.consulting-card {
    margin-bottom: 2.25rem;
}

.consulting-card__content h3 {
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 0.5em;
    color: var(--black);
}

.consultingmodule .clientBox span {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.125rem;
}

.profileSlider {
    border-radius: 1.25rem;
}

.profileImage {
    background: var(--white);
    border-radius: 1.25rem;
    overflow: hidden;
}

.profileImage img {
    width: 100%;
    height: 600px;
    object-fit: contain;
}

.padd-y {
    padding: 5rem 0;
}

.navbar-toggler {
    background: var(--primary);
    color: var(--black);    
    outline: none !important;
}

.navbar-toggler:hover {
    background: var(--secondary);
    color: var(--white);
}