@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;700;900&display=swap);
@import url(https://site-assets.fontawesome.com/releases/v5.15.4/css/all.css);

:root {
    --light_white: #f8f8f8;
    --black: #000;
    --white: #fff;
    --primary_color: #727ed0;
    --secondary_color: #0c0c3f;
    --font-family: Inter, sans-serif
}

* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body {
    font-family: var(--font-family);
    overflow-x: hidden;
    font-size: 14px;
    line-height: 22px;
    color: var(--black);
    background: #fff
}

div#userwayAccessibilityIcon {
    right: -20px !important;
    top: 20px
}

body::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

body::-webkit-scrollbar-button:start:decrement,
body::-webkit-scrollbar-button:end:increment {
    display: none
}

body::-webkit-scrollbar-track-piece {
    background-color: #f4f4ec;
    -webkit-border-radius: 0;
    border-left: 1px solid #ccc
}

body::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0;
    background: var(--secondary_color)
}

::selection {
    color: var(--white);
    background: var(--secondary_color)
}

a {
    text-decoration: none;
    color: var(--black)
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--black)
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

p {
    color: #B1B5D3
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none
}

ul {
    padding: 0;
    margin: 0
}

ol,
ul {
    padding-left: 0rem !important
}

.container {
    margin: 0 auto;
    padding: 0
}

header {
    padding: 10px 20px;
    position: absolute;
    width: 100%;
    z-index: 99;
    transition: 0.5s ease-in-out;
    background: #fff0
}

.logo__Sec__main a {
    font-size: 40px;
    color: var(--white);
    font-weight: 700;
    line-height: 1;
    text-decoration: none
}

.logo__Sec__main a span {
    color: var(--primary_color)
}

.logo__Sec__main {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.logo__Sec__main img {
    max-width: 200px;
    filter: brightness(0) invert(1);
    height: auto;
    display: block
}

.main_menu_sec ul li a {
    font-size: 15px;
    color: var(--white);
    padding: 21px 26px !important;
    display: block
}

li.nav-item {
    position: relative
}

.navbar-nav li.nav-item::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 60px;
    height: 6px;
    background: var(--primary_color);
    border-radius: 50px;
    box-shadow: 0 4px 15px #727ed0;
    transition: transform 0.35s cubic-bezier(.4, 0, .2, 1)
}

.navbar-nav li.nav-item:hover::before,
.navbar-nav li.nav-item.active::before {
    transform: translateX(-50%) scaleX(1)
}

.main_menu_sec ul li a {
    transition: color 0.3s ease
}

.main_menu_sec ul li a:hover {
    color: var(--primary_color)
}

.btn__head ul li {
    padding: 10px 3px;
    display: inline-block
}

.btn__head ul li a {
    font-size: 17px;
    line-height: 40px;
    background: var(--primary_color);
    border-radius: 30px;
    color: var(--white);
    border: 0;
    transition: all .5s ease;
    padding: 10px 25px;
    text-decoration: none
}

.btn__head ul li a:hover {
    background: var(--white);
    color: var(--black)
}

.btn__head {
    text-align: center
}

.dropdown {
    opacity: 0;
    display: none;
    position: absolute !important;
    overflow: hidden;
    padding: 20px;
    top: -20px;
    border-radius: 15px;
    transition: all 0.5s;
    transform: translateY(100px);
    will-change: opacity;
    right: -500px;
    background-color: #fff
}

.dropdown a {
    text-decoration: none;
    color: var(--black) !important
}

.menu-sub-icon {
    width: 35px;
    height: 35px;
    color: var(--primary_color)
}

.cols-wrapper {
    display: flex
}

.list-item {
    padding: 10px 0 10px 0;
    width: 260px;
    height: auto;
    margin: 0 auto;
    color: var(--primary_color)
}

.list-item i {
    color: var(--primary_color);
    font-size: 30px
}

.menu-sub-icon a {
    display: flex;
    align-items: center;
    gap: 10px
}

.menu-sub-icon i,
.menu-sub-icon svg {
    width: 22px;
    height: 22px;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

li.list-item a:hover {
    color: var(--primary_color) !important
}

ul.main_menu_sec li a {
    display: flex !important;
    align-items: center;
    gap: 8px;
    text-decoration: none
}

ul.main_menu_sec li a span {
    font-size: 11px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgb(255 255 255 / .1);
    transition: all 0.4s cubic-bezier(.4, 0, .2, 1)
}

ul.main_menu_sec li:hover a span {
    background: var(--primary_color);
    transform: rotate(180deg);
    color: #fff
}

.main_menu_sec {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.main_menu_sec>li {
    position: relative
}

.main_menu_sec>li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 30px;
    background: #fff0
}

.trigger-enter .dropdown {
    display: block
}

.trigger-enter-active .dropdown {
    opacity: 1
}

.hero_banner {
    background-image: url(../images/hero-banner.png);
    background-size: cover;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.banner__content__sec h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-transform: capitalize
}

.banner__content__sec h1 {
    color: #fff;
    font-size: 55px;
    text-transform: uppercase;
    font-family: 'Orbitron' !important
}

.banner__content__sec p {
    color: #fff;
    font-size: 17px;
    line-height: 1.8;
    width: 100%;
    font-weight: 300;
    margin: 0 auto;
    margin-bottom: 15px
}

.banner__btn a {
    font-size: 17px;
    line-height: 40px;
    background: var(--white);
    border-radius: 30px;
    color: var(--black);
    border: 0;
    transition: all .5s ease;
    padding: 10px 25px;
    text-decoration: none
}

.banner__btn a:hover {
    background: var(--primary_color);
    color: var(--white)
}

.carde__sec {
    margin-top: -230px;
    z-index: 10;
    position: relative
}

.carde {
    background-color: #1e1e2a;
    padding: 50px 40px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: rgb(0 0 0 / .75) 0 5px 15px
}

.carde:hover {
    background-color: var(--primary_color);
    transform: translateY(-20px);
    box-shadow: #727ed0 0 7px 29px 0
}

.carde-2 {
    background-color: var(--primary_color);
    transform: translateY(-20px);
    box-shadow: #727ed0 0 7px 29px 0
}

.carde img {
    width: 100px;
    height: auto
}

.carde h3 {
    color: var(--white);
    font-size: 30px;
    margin-top: 15px
}

.carde p {
    color: var(--white);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8
}

.custom-gutter {
    --bs-gutter-x: 5rem !important
}

section.about__sec {
    padding: 150px 100px
}

.about__content {
    padding-left: 40px
}

.about__tag {
    display: inline-block;
    font-size: 20px;
    color: var(--black);
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: capitalize
}

.about__title {
    font-size: 35px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Orbitron' !important
}

.about__text {
    font-size: 18px;
    line-height: 1.8;
    color: var(--black);
    text-align: justify;
    margin-bottom: 35px
}

.about__btn a {
    font-size: 17px;
    background: var(--primary_color);
    border-radius: 30px;
    color: var(--white);
    border: 0;
    transition: all .5s ease;
    padding: 10px 25px;
    text-decoration: none
}

.about__btn a:hover {
    background: var(--secondary_color);
    color: var(--white)
}

section.service__sec {
    position: relative;
    overflow: hidden
}

section.service__sec::before {
    background-image: url(../images/service-shape.png);
    content: "";
    position: absolute;
    width: 90px;
    height: 100%;
    top: -10px;
    right: 20px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    z-index: 999
}

h2.service {
    font-size: 35px;
    font-weight: 900;
    font-family: 'Orbitron' !important
}

span.service__highlight::before {
    position: absolute;
    background-color: var(--primary_color);
    content: "";
    width: 130px;
    height: 40px;
    border-radius: 50px;
    z-index: -1;
    left: -15px;
    top: 5px
}

span.service__highlight {
    position: relative
}

.service__row {
    padding: 10px 100px
}

.service__card {
    background: var(--white);
    padding: 40px 40px;
    transition: all 0.3s ease;
    min-height: 380px;
    text-align: center;
    border: 1px solid #a5b0f2;
    border-radius: 10px;
    height: 100%
}

.service__card:hover {
    background: var(--primary_color)
}

.service__card h3 {
    font-size: 34px;
    font-weight: 700;
    margin-top: 30px
}

.service__card p {
    color: var(--black);
    font-size: 18px;
    line-height: 1.8
}

.eyes-box img {
    width: 40px
}

.service__icon {
    position: relative;
    z-index: 3
}

.ball-image img {
    width: 65%
}

.ball-image {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2
}

.service__icon img {
    position: relative;
    z-index: 3
}

.service-icon-hover {
    display: none
}

.eyes-box {
    height: 100px;
    width: 25%;
    background: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 50px 50px 50px;
    margin: 0 auto
}

.service__card:hover .service__icon {
    display: none
}

.service__card:hover .service-icon-hover {
    display: block
}

section.project__sec {
    padding: 100px 0
}

.tape-portfolio-row {
    padding: 0 80px
}

h2.project {
    font-size: 35px;
    font-weight: 900;
    font-family: 'Orbitron' !important
}

p.project-text {
    color: var(--black);
    font-size: 18px;
    line-height: 1.8;
    margin: 0 auto
}

span.project__highlight {
    position: relative
}

span.project__highlight::before {
    position: absolute;
    background-color: var(--primary_color);
    content: "";
    width: 165px;
    height: 40px;
    border-radius: 50px;
    z-index: -1;
    left: -20px;
    top: 5px
}

.highlight-animate::before {
    animation: moveRightLeft 4s ease-in-out infinite;
    will-change: transform
}

@keyframes moveRightLeft {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(20px)
    }

    100% {
        transform: translateX(0)
    }
}

span.project__span {
    display: inline-block;
    font-size: 20px;
    color: var(--black);
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: capitalize
}

.nav-tabs .nav-link {
    border: none !important;
    color: var(--black);
    font-weight: 600;
    padding: 10px 30px;
    transition: 0.3s
}

.nav-link:focus,
.nav-link:hover {
    color: var(--primary_color) !important
}

.nav-tabs .nav-link.active {
    background-color: var(--primary_color) !important;
    color: var(--white) !important;
    border-radius: 50px
}

.portfolio___box__sec {
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / .1);
    transition: 0.4s
}

.portfolio___box__sec img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease
}

.portfolio___box__sec:hover img {
    transform: scale(1.1)
}

.overlay__port {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(122 134 209 / .85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s
}

.portfolio___box__sec:hover .overlay__port {
    opacity: 1
}

.overlay__port i {
    color: var(--white);
    font-size: 30px
}

span.testimonial__span {
    display: inline-block;
    font-size: 20px;
    color: var(--black);
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: capitalize
}

h2.testimonial {
    font-size: 35px;
    font-weight: 900;
    font-family: 'Orbitron' !important;
    text-transform: uppercase
}

span.testimonial__highlight {
    position: relative
}

span.testimonial__highlight::before {
    position: absolute;
    background-color: var(--primary_color);
    content: "";
    width: 160px;
    height: 45px;
    border-radius: 50px;
    z-index: -1;
    left: 150px;
    top: 1px
}

.testimonial__row {
    margin-top: 50px !important
}

.content-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 150px
}

.slide {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s ease
}

.slide.active {
    opacity: 1;
    transform: translateX(0)
}

.slide.prev {
    transform: translateX(-100%);
    opacity: 0
}

.testimonial-card {
    padding: 60px 40px;
    text-align: center;
    position: relative;
    border-radius: 4px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.4s ease;
    box-shadow: rgb(0 0 0 / .35) 0 5px 15px
}

.testimonial-card:hover {
    background-color: var(--primary_color);
    color: #fff;
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgb(0 0 0 / .25)
}

.testimonial-card:hover p,
.testimonial-card:hover h3,
.testimonial-card:hover .quote-icon {
    color: #fff !important
}

.dark-card {
    background-color: #838cc7;
    color: #fff
}

.light-card {
    background-color: #eff0f6;
    color: #333;
    border-radius: 50px
}

.quote-icon {
    font-size: 45px;
    margin-bottom: 20px
}

.dark-card .quote-icon {
    color: #fff
}

.light-card .quote-icon {
    color: #333
}

.testimonial-text {
    font-size: 20px;
    margin-bottom: 30px;
    padding: 0 20px;
    color: #fff
}

.testimonial-name {
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    width: 35px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s
}

p.testimonial-text-dark {
    font-size: 20px;
    margin-bottom: 30px;
    padding: 0 20px;
    color: var(--black)
}

.left-arrow {
    left: 0
}

.right-arrow {
    right: 0
}

.light-card .arrow {
    background-color: #838cc7;
    color: #fff
}

.light-card .arrow:hover {
    background-color: #fff;
    color: var(--primary_color)
}

.tab-content {
    margin-top: 75px
}

a.btn.btn-primary-custom {
    font-size: 17px;
    background: var(--primary_color);
    border-radius: 30px;
    color: var(--white);
    border: 0;
    transition: all .5s ease;
    padding: 10px 25px
}

a.btn.btn-primary-custom:hover {
    background: #727ed0;
    color: var(--white)
}

a.btn.btn-light-custom {
    font-size: 17px;
    color: var(--primary_color);
    background: var(--white);
    border-radius: 30px;
    border-width: 0;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    transition: 0.5s;
    padding: 10px 25px
}

a.btn.btn-light-custom:hover {
    background: var(--secondary_color);
    color: var(--white)
}

.pricing-highlight {
    background-color: #838cc7;
    color: #fff;
    padding: 2px 15px;
    border-radius: 50px
}

.pricing-card-plan {
    background: #fff;
    padding: 25px 30px;
    border-radius: 5px;
    text-align: center;
    transition: 0.3s ease;
    border: 1px solid #fff0;
    width: 100%;
    max-width: 370px;
    margin: 0 auto
}

.custom-gutters {
    --bs-gutter-x: -7.5rem !important
}

.pricing-card-plan:hover {
    background-color: #0c0c3f;
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgb(131 140 199 / .3);
    color: #fff
}

.pricing-card-plan:hover h3,
.pricing-card-plan:hover .price,
.pricing-card-plan:hover .duration,
.pricing-card-plan:hover p,
.pricing-card-plan:hover li,
a.custom:hover,
.pricing-card-plan:hover i {
    color: #fff !important
}

.pricing-card-plan:hover .btn-primary-custom {
    background: #fff;
    color: var(--black);
    border-color: #fff
}

.pricing-card-plan:hover .custom {
    color: #fff
}

.plan-name {
    font-size: 18px;
    font-weight: 900;
    color: var(--secondary_color);
    font-family: 'Orbitron' !important
}

a.custom {
    color: var(--black);
    text-decoration: none
}

.pricing-btn {
    display: flex;
    flex-direction: column
}

.price {
    font-size: 40px;
    font-weight: 900;
    color: var(--secondary_color);
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.duration {
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
    margin-bottom: 10px
}

.btn-primary-custom {
    background-color: #838cc7;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 600
}

.btn-light-custom {
    background-color: #fff;
    color: #838cc7;
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 600
}

.feature-list {
    list-style: none;
    padding: 0 10px 0 0;
    text-align: left;
    margin-top: 15px;
    max-height: 245px;
    overflow-y: auto;
    overflow-x: hidden
}

.feature-list::-webkit-scrollbar {
    width: 6px
}

.feature-list::-webkit-scrollbar-track {
    background: rgb(0 0 0 / .05);
    border-radius: 10px
}

.feature-list::-webkit-scrollbar-thumb {
    background: #838cc7;
    border-radius: 10px
}

.featured-card .feature-list::-webkit-scrollbar-thumb {
    background: #fff
}

.feature-list li {
    padding: 5px 0;
    font-size: 15px
}

.feature-list li i {
    margin-right: 10px;
    color: #838cc7
}

.featured-card .feature-list li i {
    color: #fff
}

section.pricing-footer-bg {
    background: url(../images/gradient-bg.png);
    background-position: center;
    background-size: cover
}

.pricing__sec {
    padding: 100px 0
}

h2.pricing {
    font-size: 35px;
    font-weight: 900;
    font-family: 'Orbitron' !important
}

span.pricing__span {
    display: inline-block;
    font-size: 20px;
    color: var(--black);
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: capitalize
}

span.pricing__highlight {
    position: relative
}

span.pricing__highlight::before {
    position: absolute;
    background-color: var(--primary_color);
    content: "";
    width: 170px;
    height: 50px;
    border-radius: 50px;
    z-index: -1;
    left: 38px;
    top: 1px
}

.pricing-highlight {
    background-color: #838cc7;
    color: #fff;
    padding: 2px 15px;
    border-radius: 50px
}

.footer-sec {
    background-image: url(../images/footer-mager.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background: linear-gradient(135deg, #727ed0, #0c0c3f, #3f4aa8, #727ed0);
    background-size: 300% 300%;
    animation: gradientMove 8s ease infinite;
    height: auto
}

.footer__container {
    margin-top: 50px
}

.footer__logo__sec a {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    line-height: 1
}

.footer__logo__sec {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.footer__logo__sec img {
    max-width: 200px;
    height: auto;
    display: block;
    filter: brightness(0) invert(1)
}

.footer__logo__sec span {
    color: #838cc7
}

.social-links-title {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    color: #141428;
    margin-right: 10px;
    font-size: 16px;
    transition: 0.3s;
    text-decoration: none
}

.footer__links__sec h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 1px;
    color: #fff
}

.footer__links__sec ul {
    list-style: none;
    padding: 0
}

.footer__links__sec ul li {
    margin-bottom: 12px
}

.footer__links__sec ul li a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s
}

.footer__links__sec ul li a:hover {
    color: #838cc7
}

.newsletter-tag {
    background: #838cc7;
    padding: 5px 20px;
    border-radius: 50px;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 20px;
    color: var(--black);
    font-weight: 600;
    text-transform: capitalize
}

.newsletter-form {
    position: relative;
    background: #fff;
    padding: 5px;
    border-radius: 2px;
    display: flex
}

.newsletter-form input {
    border: none;
    padding: 10px;
    width: 100%;
    outline: none
}

.newsletter-form button {
    background: #838cc7;
    border: none;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer
}

.footer-line {
    border-top: 5px solid var(--white);
    margin: 40px 0
}

.copyright-sec p {
    margin-bottom: 10px;
    font-size: 22px;
    color: #fff
}

.copyright-sec .small-text {
    font-size: 16px;
    color: #fff;
    max-width: 800px;
    margin: 0 auto
}

.term__content__tab {
    background: #fff;
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgb(0 0 0 / .05);
    transition: all 0.3s ease
}

.term__content__tab:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgb(0 0 0 / .08)
}

.term__content__tab h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--primary_color);
    position: relative;
    font-family: 'Orbitron' !important;
    text-transform: capitalize
}

.term__content__tab p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.8;
    color: var(--black)
}

.term__content__tab ul li {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 8px;
    position: relative;
    list-style: inside
}

.term__content__tab ul li::marker {
    color: var(--primary_color)
}

.inner_hero_banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(135deg, #727ed0, #0c0c3f, #3f4aa8, #727ed0);
    background-size: 300% 300%;
    animation: gradientMove 8s ease infinite
}

.inner_banner__content__sec h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-transform: capitalize
}

.inner_banner__content__sec h1 {
    color: #fff;
    font-size: 55px;
    text-transform: uppercase;
    font-family: 'Orbitron' !important
}

.inner_banner__content__sec p {
    color: #fff;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 300;
    margin: 0 auto;
    margin-bottom: 15px
}

.badge-custom {
    background-color: var(--secondary_color);
    background: linear-gradient(90deg, var(--primary_color), var(--secondary_color));
    color: var(--white);
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    overflow: hidden;
    box-shadow: 0 12px 10px -6px rgb(11 13 43 / .21)
}

.inner_about_sec {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 3rem;
    margin-bottom: 3rem
}

.about__content__inner P {
    font-size: 18px;
    line-height: 1.8;
    color: var(--black);
    text-align: justify
}

.text-primary-custom {
    color: var(--primary_color)
}

.about__content__inner h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Orbitron' !important;
    font-weight: 800;
    font-size: 34px
}

.service-box {
    background: #f0f4f9;
    border-radius: 15px !important;
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid #fff0;
    transition: transform 0.3s;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / .35) 0 5px 15px
}

.about__content__inner {
    flex: 1;
    position: sticky;
    top: 120px
}

.service-box:hover {
    border-color: var(--primary_color);
    background-color: #f0f4f9;
    box-shadow: 0 10px 20px rgb(0 0 0 / .05);
    transform: translateX(10px)
}

.icon-box {
    font-size: 24px;
    margin-right: 15px;
    color: var(--primary_color)
}

.highlight-text {
    color: var(--primary_color);
    font-weight: 500;
    text-decoration: none
}

.main-heading {
    font-size: 35px;
    font-weight: 600;
    color: #212529;
    text-transform: uppercase;
    font-family: 'Orbitron' !important
}

.feature__box {
    padding: 0 113px
}

.image-container {
    flex: 1;
    position: sticky;
    top: 120px;
    width: 1500px
}

img.custom-img {
    box-shadow: rgb(0 0 0 / .35) 0 5px 15px;
    border-radius: 15px
}

.image-container.feature-img {
    width: 1250px
}

.image-container.feature-sec-img {
    width: 1140px
}

.feature h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Orbitron' !important;
    color: #212529;
    font-size: 30px
}

.feature p {
    font-size: 18px;
    color: var(--black);
    width: 520px
}

.feature_bg {
    background-color: #727ed029
}

.main-box {
    background: #fff;
    border-radius: 25px;
    padding: 40px 30px;
    max-width: 1500px
}

.heading-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: 600;
    color: #212529;
    text-transform: uppercase;
    font-family: 'Orbitron' !important
}

.heading-subtitle {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: 1.8;
    color: var(--black)
}

.contact-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgb(0 0 0 / .05)
}

.contact-info {
    background: var(--primary_color);
    color: #fff;
    padding: 40px 25px;
    height: 100%;
    position: relative
}

.contact-info h5 {
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Orbitron' !important
}

.contact-info p {
    font-size: 15px;
    color: var(--white)
}

.info-item {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 14px
}

.info-item a {
    text-decoration: none;
    color: var(--white);
    font-weight: 500
}

.info-item a:hover {
    color: #0c0c3f
}

.info-item i {
    font-size: 18px
}

.circle-shape {
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgb(255 255 255 / .2);
    border-radius: 50%;
    animation: floatCircle 6s ease-in-out infinite
}

@keyframes floatCircle {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }

    100% {
        transform: translateY(0)
    }
}

.contact-form {
    padding: 50px 40px
}

.form-control {
    border: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
    padding-left: 0
}

.form-control:focus {
    box-shadow: none;
    border-bottom: 2px solid var(--primary_color)
}

textarea.form-control {
    resize: none
}

.btn-send {
    margin-top: 15px;
    font-size: 17px;
    background: var(--primary_color);
    border-radius: 30px;
    color: var(--white);
    border: 0;
    transition: all .5s ease;
    padding: 10px 25px;
    text-decoration: none
}

.btn-send:hover {
    background: var(--secondary_color);
    color: var(--white)
}

label.form-label.custom-label {
    font-size: 20px;
    color: var(--black)
}

.custom-contact-wrapper {
    padding: 40px;
    border-radius: 20px;
    box-shadow: #ffffff4a 0 5px 15px;
    animation: softGlow 3s ease-in-out infinite alternate
}

@keyframes softGlow {
    0% {
        box-shadow: 0 0 15px rgb(255 255 255 / .2)
    }

    100% {
        box-shadow: 0 0 40px rgb(255 255 255 / .6)
    }
}

.contact-label {
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
    color: var(--white);
    font-size: 15px
}

.contact-input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 0 15px;
    font-size: 15px;
    transition: 0.3s ease;
    outline: none
}

.contact-input:focus {
    border-color: #6f7bd8;
    box-shadow: 0 0 0 3px rgb(111 123 216 / .15)
}

section.looking__sec__main {
    padding: 80px 0;
    background: linear-gradient(135deg, #727ed0, #0c0c3f, #3f4aa8, #727ed0);
    background-size: 300% 300%;
    animation: gradientMove 8s ease infinite
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

img.cta-img {
    max-width: 500px;
    width: 100%;
    height: auto
}

.looking__sec__img.marketing-cta-img {
    display: flex;
    justify-content: center
}

.year__content__sec h2 {
    font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: Orbitron !important;
    color: var(--white)
}

.year__content__sec p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--white)
}

.year__content__sec ul li {
    color: #fff;
    line-height: 1.8;
    display: flex;
    align-items: center;
    gap: 8px
}

ul.features-cta-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    list-style: none;
    margin-right: 250px
}

.cta__btn a {
    font-size: 17px;
    background: var(--primary_color);
    border-radius: 30px;
    color: var(--white);
    border: 0;
    transition: all .5s ease;
    padding: 10px 25px;
    text-decoration: none;
    display: inline-block
}

.cta__btn a:hover {
    background: var(--secondary_color);
    color: var(--white)
}

.flip__box__sec {
    background-color: #727ed029;
    padding: 60px 0
}

.box__content__sec h3 {
    color: var(--black);
    font-size: 30px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 10px
}

.box__content__sec h2 {
    color: var(--black);
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Orbitron' !important;
    margin-bottom: 20px;
    font-weight: 900
}

.box__content__sec p {
    color: var(--black);
    font-size: 18px;
    line-height: 1.8;
    width: 100%;
    margin: 0 auto 30px auto
}

.services-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.flip-box {
    background-color: #fff0;
    width: 100%;
    height: 260px;
    border-radius: 10px;
    perspective: 1200px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 6px 15px rgb(0 0 0 / .1)
}

.flip-box-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.8s ease-in-out;
    transform-style: preserve-3d;
    transform: translateZ(0)
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.6s ease
}

.flip-box-front {
    position: relative;
    transform: translateZ(.1px);
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(135deg, #727ed0, #3f4aa8, #0c0c3f, #727ed0);
    background-size: 400% 400%;
    animation: gradientMoveSmooth 8s ease-in-out infinite alternate;
    box-shadow: 0 15px 30px rgb(0 0 0 / .1), 0 5px 10px rgb(0 0 0 / .05)
}

@keyframes gradientMoveSmooth {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.flip-box-front h2 {
    color: var(--white);
    font-size: 25px;
    font-family: 'Orbitron' !important
}

.flip-box-back {
    background-color: #fff;
    color: var(--black);
    transform: rotateX(180deg);
    padding: 20px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .05)
}

.flip-box-back p {
    font-size: 18px;
    line-height: 1.6;
    color: var(--black)
}

.flip-box:hover .flip-box-inner {
    transform: rotateX(180deg) translateZ(10px)
}

.form-modal {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.form-modal .overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / .65);
    backdrop-filter: blur(6px)
}

.popupform {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 500px;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgb(0 0 0 / .25);
    animation: popupFade 0.4s ease;
    z-index: 2;
    background: linear-gradient(135deg, #727ed0, #0c0c3f, #3f4aa8, #727ed0);
    background-size: 300% 300%;
    animation: gradientMove 8s ease infinite
}

@keyframes popupFade {
    from {
        opacity: 0;
        transform: translateY(-40px) scale(.95)
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

.close_popup {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: #f1f1f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease
}

.close_popup i {
    font-size: 16px;
    color: #333;
    transition: 0.3s ease
}

.close_popup:hover {
    background: #6f7bd8;
    transform: rotate(90deg)
}

.close_popup:hover i {
    color: #fff
}

.books-points-des h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--white);
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-family: 'Orbitron' !important
}

.books-points-des h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 25px;
    color: var(--white)
}

.form-get-quote .form-control,
.form-get-quote .form-select {
    border-radius: 10px;
    height: 48px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    transition: 0.3s ease;
    font-size: 14px
}

.form-get-quote textarea.form-control {
    height: auto;
    resize: none
}

.form-get-quote .form-control:focus,
.form-get-quote .form-select:focus {
    border-color: #6f7bd8;
    box-shadow: 0 0 0 3px rgb(111 123 216 / .15)
}

.dark-theme-btn {
    padding: 17px 40px;
    border-radius: 50px;
    cursor: pointer;
    border: 0;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 15px;
    transition: all 0.5s ease;
    font-family: 'Orbitron' !important
}

.dark-theme-btn:hover {
    letter-spacing: 3px;
    background-color: #727ed0;
    ;
    color: hsl(0 0% 100%);
    box-shadow: #5d18dc 0 7px 29px 0
}