@font-face {
    font-family: 'Inter Variable';
    src: url('/assets/fonts/InterVariable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Inter Variable", Arial, sans-serif !important;
    font-feature-settings: 'cv01' on, 'cv03' on, 'cv04' on, 'cv10' on, 'cv12' on, 'cv13' on;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

img {
    -webkit-user-drag: none
}

.brand-color {
    color: #008afc !important
}

.header {
    transition: .5s;
    z-index: 9998;
    height: 5rem;
    z-index: 999;
    background-color: #fff;
    display: flex;
}

.header .navbar ul {
    gap: 2rem
}

.header .navbar li a,
.header .navbar li a:focus {
    font-size: .9375rem;
    font-weight: 400;
    transition: .3s;
    color: #000000 !important
}

.header .navbar li a i,
.header .navbar li a:focus i {
    font-size: 15px;
    line-height: 0;
    margin-left: 5px
}

.header .navbar li .active {
    color: #008afc !important;
}

.header .navbar .dropdown ul {
    top: calc(100% + 30px);
    padding: 10px 0;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    transition: .3s;
    transform: translateZ(0);
    padding-right: 40px;
    width: max-content;
}

.header .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400
}

.header .navbar .dropdown ul a i {
    font-size: 12px
}

.header .navbar .dropdown .dropdown-toggle::after {
    display: none;
}

.header .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 45px;
    visibility: visible
}

.header .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden
}

.header .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible
}

.header .btn {
    border-radius: 9999px;
    transition: 0.3s ease-out;
    z-index: auto;
    height: 42px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: .9375rem;
    margin-left: 2rem;
}

.header .btn:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #000
}

.hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #e9f3ff;
    margin-top: 80px;
}

.hero, .hero-text {
    height: calc(100vh - 80px) !important;
}

.bg-wrapper {
    background-image: url('/assets/img/hero-pattern.png');
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: 1920px;
    flex-flow: column;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: hidden;
}

.footer .bg-wrapper {
    z-index: -1;
}

.hero-text h1 {
    letter-spacing: -.02em;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.1em;
    margin: auto auto 8px;
    color: #001a3d;
}

.pulse-effect {
    box-shadow: 0 0 0 0s rgba(0, 138, 252, 0.5);
    animation: pulse 1800ms ease-in-out infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 138, 252, 0.5);
    }

    50% {
        box-shadow: 0 0 0 15px rgba(0, 138, 252, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 138, 252, 0);
    }
}

.hero .arrow-animation {
    animation: arrow-keyframes 1000ms linear infinite;
}

@keyframes arrow-keyframes {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
    }
}

.hero .container img {
    width: 85%;
}

.hero .container .favicon {
    width: 400px;
}

.home-hero .container img {
    /*left: 60%;
    width: 700px;*/
    position: absolute;
    right: 100px;
    left: 55%;
    width: 850px;
}

.tools-wrap {
    padding: 20px 0;
    bottom: 2%;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000 12.5%, #000 87.5%, rgba(0, 0, 0, 0) 100%)
}

.tools-logos {
    animation: slide 40s infinite linear;
}

.tools-logo {
    max-height: 55px;
    margin-right: 65px;
    object-fit: contain;
    filter: grayscale(1)
}

@keyframes slide {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(-100%)
    }
}

section {
    padding: 80px 0
}

.section-title {
    padding-bottom: 30px
}

.section-title h1 {
    letter-spacing: -.02em;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.1em;
    color: #001a3d;
}

.section-title p {
    margin-bottom: 0;
    padding-bottom: 0;
    color: rgba(0, 0, 0, .6);
    line-height: 1.7em;
}

.custom-card {
    border-radius: 12px;
    padding: 40px;
    background: #00203d0a;
}

.custom-card h2 {
    transition: .3s;
    letter-spacing: -.008em;
    font-size: 1.5rem;
    line-height: 1.2em;
    font-weight: 600;
}

.custom-card p {
    font-size: 1rem
}

.custom-card h5 {
    letter-spacing: .01em;
    font-size: .75rem;
    line-height: 1em;
    background-color: #fff;
    border-radius: 1.5rem;
    height: 1.75rem;
    padding-left: .875rem;
    padding-right: .875rem;
    white-space: nowrap;
    font-weight: 520;
    text-transform: uppercase;
}

.custom-card a {
    letter-spacing: -.008em;
    white-space: nowrap;
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1em;
    transition: .3s;
    margin-top: .5rem
}

.custom-card a i::before {
    transform: translateX(10px);
    transition: all .3s ease-in-out
}

.custom-card a:hover i::before {
    transform: translateX(15px)
}

.projects .content h1 {
    letter-spacing: -.1rem;
    line-height: 116%
}

.projects .content p {
    color: rgba(0, 0, 0, .6)
}

.projects .content .image {
    width: 530px;
    height: 310px;
    background-position: top center;
    background-size: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 16px #1e23290f
}

.projects .content a i::before {
    transition: all .3s ease-in-out
}

.projects .content a:hover i::before {
    transform: translateX(15px)
}

.solution .image-container {
    background-image: url('/assets/img/transform.webp');
    background-size: cover;
    background-position: center;
    height: 350px;
    border-radius: 1rem;
    position: relative;
    overflow: hidden
}

.solution .text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 4rem 12rem
}

.solution .btn,
.solution .btn:hover {
    border-radius: 9999px;
    transition: .3s ease-in-out;
    height: 3rem;
    padding: 0 24px;
    z-index: 1;
    color: #000 !important
}

.process .stage,
.seo-benefits .stage {
    padding: 1.5rem;
    border: 0;
    transition: all .3s ease-in-out;
    border-radius: 12px;
    background: #00203d0a;
}

.seo-analytics-container {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    backdrop-filter: blur(10px);
    width: 430px !important;
    padding: 2rem;
}

.seo-analytics-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.seo-analytics-item .circle-wrapper {
    height: 100px;
    width: 100px;
}

.seo-analytics-item .circle {
    height: 100px;
    width: 100px;
    background: linear-gradient(309deg, #5aa9e6 0%, #007bff 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 123, 255, 0.2);
}

.seo-analytics-item .progress-container {
    aspect-ratio: 1/1;
    height: 100px
}

.seo-analytics-item .progress-label {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -1px;
}

.seo-analytics-item .background-glow {
    fill: none;
    stroke: rgba(255, 255, 255, 0.4);
    stroke-width: 5;
    filter: blur(3px);
}

.seo-analytics-item .background-circle {
    fill: none;
    stroke: rgba(255, 255, 255, 0.4);
    stroke-width: 2;
}

.seo-analytics-item .progress-bar {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
}

.work-collection .custom-card {
    width: 100%;
    height: 400px;
    background-position: top center;
    background-size: cover;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, .02) 0 1px 3px 0, rgba(27, 31, 35, .15) 0 0 0 1px
}

.work-collection .custom-card .text-overlay {
    gap: 5px;
    padding: 26px 15px;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0, #fff 70%);
    border-radius: 8px
}

.contact input,
.contact select,
.contact textarea {
    border-radius: 8px;
    padding: 6px 16px;
    background-color: rgb(0 0 0 / 2%);
    border-color: rgb(0 0 0 / 5%);
    outline: 0 !important;
    resize: none;
    transition: .1s all ease-in-out
}

.contact input:focus,
.contact select:focus,
.contact textarea:focus {
    border-color: rgb(0 0 0 / 5%);
    background-color: rgb(0 0 0 / 2%);
    transition: .1s all ease-in-out
}

.contact .btn,
.contact .btn:hover {
    font-size: 13px;
    line-height: 12px;
    padding: 12px 24px
}

.faq .faq-item * {
    color: #28303b
}

.faq .faq-btn-collapse [class*=bi-] {
    transition: transform .25s ease-in-out
}

.faq .faq-btn-collapse.active [class*=bi-],
.faq .faq-btn-collapse[aria-expanded=true] [class*=bi-] {
    transform: rotate(-180deg)
}

.footer {
    padding: 3rem 0 1.5rem;
    background-color: #001a3d;
    color: #fff;
}

.footer p {
    font-size: 14px
}

.footer-title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4em;
}

.footer .copyright {
    color: rgba(255, 255, 255, 0.56);
    font-size: .875rem;
    letter-spacing: -.008em;
    line-height: 1.56em
}

.seperator {
    width: 100%;
    height: 1px;
    background-color: rgb(255 255 255 / 12%);
    margin: 0;
}

.custom-btn {
    transition: .3s all ease-in-out;
    height: 42px;
    padding-left: 24px;
    padding-right: 24px;
}

.brand-bg {
    background-color: #008afc !important;
}

.work-card h3 {
    font-size: 22px;
}

.work-card p {
    letter-spacing: -.008em;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.56em;
    margin-bottom: 0;
}

.work-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 370px;
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.work-card .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    width: 100%;
    border-radius: 10px;
    padding: 2rem;
    background: linear-gradient(#0000, #00000070);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    border: #eee 1px solid;
}

.work-card .content a {
    height: 2rem;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
    background: #fff;
    color: #000 !important;
    letter-spacing: .02em;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1em;
}

.page-hero {
    height: 500px;
}

.process .section-title img {
    width: 80%;
    margin-top: 2rem;
}

.contact {
    margin-top: 80px;
}

.contact .bg-wrapper {
    background-position: 50% -50%;
}