:root {
--the-dark-blue: #0A1224;
--the-white: #fff;
--the-title-font: #919FA5;
--the-main-gradient: linear-gradient(261.18deg, #29ABE2 0%, #249BCE 11%, #0D4862 73%, #042838 100%);
--the-light-blue: #29ABE2;
--the-light-blue-two: #249BCE;
--the-blue-three: #042838;
--the-blue-four: #0D4862;
--the-background: #efefef;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
} @font-face {
font-family: '4sight4ward';
src: url(//4sight4ward.com/wp-content/themes/4sight4ward/css/font/4sight4ward.eot?20364751);
src: url(//4sight4ward.com/wp-content/themes/4sight4ward/css/font/4sight4ward.eot?20364751#iefix) format('embedded-opentype'),
url(//4sight4ward.com/wp-content/themes/4sight4ward/css/font/4sight4ward.woff2?20364751) format('woff2'),
url(//4sight4ward.com/wp-content/themes/4sight4ward/css/font/4sight4ward.woff?20364751) format('woff'),
url(//4sight4ward.com/wp-content/themes/4sight4ward/css/font/4sight4ward.ttf?20364751) format('truetype'),
url(//4sight4ward.com/wp-content/themes/4sight4ward/css/font/4sight4ward.svg?20364751#4sight4ward) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "4sight4ward";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.icon-innovation:before {
content: '\e800';
} .icon-customer:before {
content: '\e801';
} .icon-clear:before {
content: '\e802';
} .icon-plus:before {
content: '\e803';
} .icon-background:before {
content: '\e804';
} .icon-x:before {
content: '\e805';
} .icon-in:before {
content: '\e806';
} .icon-insta:before {
content: '\e807';
} .icon-face:before {
content: '\e808';
} .icon-menu:before {
content: '\e809';
} .icon-close:before {
content: '\e80a';
} .icon-4ward4site:before {
content: '\e80b';
} .icon-roots:before {
content: '\e80d';
}  body.site-loading {
overflow: hidden;
}
body.site-loaded {
overflow-x: hidden;
}
.site-loader {
align-items: center;
background:
radial-gradient(circle at 74% 28%, rgba(41, 171, 226, 0.18), transparent 28%),
linear-gradient(135deg, var(--the-dark-blue) 0%, var(--the-blue-three) 52%, var(--the-blue-four) 100%);
display: flex;
inset: 0;
justify-content: center;
overflow: hidden;
pointer-events: none;
position: fixed;
transition: opacity 0.65s ease, visibility 0.65s ease;
z-index: 99999;
}
.site-loader::before,
.site-loader::after {
background: rgba(255, 255, 255, 0.07);
content: "";
height: 140%;
position: absolute;
top: -20%;
transform: skewX(-16deg);
width: 34%;
}
.site-loader::before {
animation: loaderPanelLeft 1.35s cubic-bezier(0.22, 1, 0.36, 1) both;
left: -18%;
}
.site-loader::after {
animation: loaderPanelRight 1.35s cubic-bezier(0.22, 1, 0.36, 1) 0.06s both;
right: -18%;
}
.site-loader__content {
align-items: center;
display: flex;
flex-direction: column;
gap: 1.15rem;
position: relative;
z-index: 1;
}
.site-loader__logo {
animation: loaderMarkIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
display: block;
filter: drop-shadow(0 28px 70px rgba(0, 0, 0, 0.28));
height: auto;
max-width: min(360px, 70vw);
object-fit: contain;
width: auto;
}
.site-loader__line {
background: rgba(255, 255, 255, 0.18);
border-radius: 999px;
display: block;
height: 2px;
overflow: hidden;
position: relative;
width: min(260px, 62vw);
}
.site-loader__line::after {
animation: loaderLine 1.15s cubic-bezier(0.22, 1, 0.36, 1) 0.18s both;
background: var(--the-light-blue);
border-radius: inherit;
content: "";
inset: 0;
position: absolute;
transform: translateX(-100%);
}
.site-loader.site-loader--hidden {
opacity: 0;
pointer-events: none;
visibility: hidden;
}
body.site-loaded .slider,
body.site-loaded .inner-banner,
body.site-loaded .portfolio {
animation: pageAfterLoad 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes loaderPanelLeft {
0% {
transform: translateX(-70%) skewX(-16deg);
}
100% {
transform: translateX(34%) skewX(-16deg);
}
}
@keyframes loaderPanelRight {
0% {
transform: translateX(70%) skewX(-16deg);
}
100% {
transform: translateX(-34%) skewX(-16deg);
}
}
@keyframes loaderMarkIn {
0% {
opacity: 0;
transform: translateY(20px) scale(0.92);
}
100% {
opacity: 1;
transform: translateY(0) scale(1);
}
}
@keyframes loaderTextIn {
0% {
opacity: 0;
transform: translateY(12px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes loaderLine {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(0);
}
}
@keyframes pageAfterLoad {
0% {
opacity: 0;
transform: translateY(18px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@media (prefers-reduced-motion: reduce) {
.site-loader,
.site-loader::before,
.site-loader::after,
.site-loader__logo,
.site-loader__line::after,
body.site-loaded .slider,
body.site-loaded .inner-banner,
body.site-loaded .portfolio {
animation: none;
transition: none;
}
}  @font-face {
font-family: 'Neue Plak Sans';
src: url(//4sight4ward.com/wp-content/themes/4sight4ward/css/font/NeuePlak-Regular.ttf) format('truetype');
font-weight: 300;
font-style: normal;
font-display: swap;
} @font-face {
font-family: 'Neue Plak Sans';
src: url(//4sight4ward.com/wp-content/themes/4sight4ward/css/font/NeuePlak-Bold.ttf) format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
} @font-face {
font-family: 'Founders Grotesk';
src: url(//4sight4ward.com/wp-content/themes/4sight4ward/css/font/FoundersGrotesk-Regular.otf) format('opentype');
font-weight: 300;
font-style: normal;
font-display: swap;
} @font-face {
font-family: 'Founders Grotesk';
src: url(//4sight4ward.com/wp-content/themes/4sight4ward/css/font/FoundersGrotesk-Bold.otf) format('opentype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
html,
body,
a,
p,
ul,
li {
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
}
body {
overflow-x: hidden;
background: var(--the-background);
}
p,
a {
font-size: 18px !important;
}
h1,
h2 {
font-family: 'Founders Grotesk';
color: var(--the-title-font);
font-weight: 600 !important;
font-size: 2.5em;
line-height: 1.2em;
margin-bottom: 0.5em;
margin-top: 0.5em;
}
p {
font-size: 1.1em;
}
a:hover {
text-decoration: none !important;
}
.container {
max-width: 90%;
}
button {
outline: none !important;
} .the-body-content {
overflow: hidden;
}
html {
overflow-x: hidden;
scroll-behavior: smooth;
}
ul {
padding: 0;
}
li {
list-style: none;
}
img {
max-width: 100%;
height: auto;
object-fit: cover;
width: 100%;
}
.the-body-content ul li {
position: relative;
list-style-position: inside;
list-style: none;
font-size: 1.1em;
font-family: "Inter", sans-serif;
list-style: disc;
list-style-position: outside;
margin-left: 20px;
}
.wp-singular {
background: var(--the-background) !important;
}
a {
color: var(--the-black);
background-color: transparent;
text-decoration: none;
}
a:hover {
color: var(--the-blue);
}
a img {
transition: 500ms;
}  .log img {
width: 270px;
}
.color-logo {
display: none;
}
.sticky .color-logo {
display: block;
}
.sticky .black-logo {
display: none;
}
.main-logo img {
max-height: 90px;
max-width: 241px;
} .pagination {
justify-content: flex-end;
padding-top: 2em;
}
.pagination span,
.pagination a {
border-radius: 5px;
font-size: 15px;
background: var(--the-light-blue);
color: var(--white);
padding: 5px 10px;
margin: 5px 5px 30px;
}
.pagination span:hover,
.pagination a:hover {
background: var(--the-dark-blue) !important;
}
.pagination .current {
background: var(--the-blue-four) !important;
} .page {
background: var(--the-background);
}
body:not(.home) .header-container {
margin-bottom: 0;
}
.wp-singular.portfolio-template-default.single {
background: var(--the-background);
}
.project-case-study {
padding-bottom: 5em;
padding-top: 0;
}
.inside-banner {
background-image:
linear-gradient(90deg, rgba(4, 40, 56, 0.92), rgba(10, 18, 36, 0.68) 48%, rgba(41, 171, 226, 0.18)),
var(--inside-banner-image);
background-position: center;
background-size: cover;
margin-bottom: 5em;
min-height: clamp(360px, 48vw, 560px);
position: relative;
}
.inside-banner::after {
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 50%;
content: "";
height: clamp(180px, 26vw, 420px);
position: absolute;
right: 8vw;
top: 22%;
width: clamp(180px, 26vw, 420px);
}
.inside-banner-overlay {
align-items: end;
display: flex;
min-height: inherit;
padding: 9em 0 5em;
position: relative;
z-index: 1;
}
.inside-banner-content {
max-width: 960px;
}
.inside-banner-breadcrumb {
color: rgba(255, 255, 255, 0.78);
font-size: 14px;
letter-spacing: 2px;
margin-bottom: 1.4em;
text-transform: uppercase;
}
.inside-banner-breadcrumb a {
color: var(--the-white);
}
.inside-banner h1 {
color: var(--the-white);
font-size: clamp(51px, 10vw, 125px);
line-height: 0.92;
margin: 0;
max-width: 900px;
text-transform: capitalize;
}
.project-breadcrumb {
color: var(--the-title-font);
font-size: 15px;
letter-spacing: 1px;
margin-bottom: 2.5em;
text-transform: uppercase;
}
.project-breadcrumb a {
color: var(--the-blue-four);
}
.project-hero {
display: grid;
grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1.15fr);
gap: 3em;
align-items: start;
margin-bottom: 4em;
}
.project-eyebrow {
color: var(--the-light-blue);
font-family: 'Neue Plak Sans';
font-size: 18px !important;
font-weight: 700;
letter-spacing: 4px;
margin-bottom: 1em;
text-transform: uppercase;
}
.project-hero-content {
min-width: 0;
position: relative;
z-index: 2;
}
.project-hero h1 {
color: var(--the-dark-blue);
font-size: clamp(42px, 6vw, 86px);
line-height: 1.02;
margin-bottom: 0.25em;
overflow-wrap: break-word;
text-transform: capitalize;
word-break: normal;
}
.project-type {
color: var(--the-blue-four);
font-size: 22px !important;
max-width: 560px;
}
.project-hero-details {
border-top: 1px solid rgba(10, 18, 36, 0.16);
display: grid;
gap: 1em;
grid-template-columns: repeat(2, minmax(0, 1fr));
margin-top: 2em;
max-width: 680px;
padding-top: 1.4em;
}
.project-hero-details div {
background: rgba(255, 255, 255, 0.76);
border: 1px solid rgba(13, 72, 98, 0.12);
border-radius: 8px;
box-shadow: 0 18px 40px rgba(10, 18, 36, 0.06);
min-width: 0;
padding: 1em 1.1em;
}
.project-hero-details span {
color: var(--the-title-font);
display: block;
font-size: 12px;
letter-spacing: 2px;
margin-bottom: 0.45em;
text-transform: uppercase;
}
.project-hero-details strong,
.project-hero-details a {
color: var(--the-dark-blue);
display: block;
font-family: 'Founders Grotesk';
font-size: clamp(23px, 3vw, 34px) !important;
line-height: 1.02;
overflow-wrap: anywhere;
}
.project-hero-image {
align-items: center;
background:
radial-gradient(circle at 18% 18%, rgba(41, 171, 226, 0.18), transparent 34%),
linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(13, 72, 98, 0.12));
border-radius: 12px;
display: flex;
justify-content: center;
min-height: 420px;
min-width: 0;
overflow: hidden;
padding: clamp(1em, 3vw, 2.5em);
position: relative;
}
.project-hero-image::after {
background: linear-gradient(90deg, rgba(10, 18, 36, 0.18), rgba(41, 171, 226, 0.08));
content: "";
inset: 0;
position: absolute;
}
.project-hero-image img {
display: block;
height: auto;
max-height: 640px;
object-fit: contain;
position: relative;
width: auto;
z-index: 1;
}
.project-case-grid {
display: block;
margin: 0 auto;
max-width: 1120px;
}
.project-meta-panel {
border-top: 2px solid var(--the-dark-blue);
display: grid;
gap: 1.5em;
padding-top: 1.5em;
position: sticky;
top: 110px;
}
.project-meta-panel span {
color: var(--the-title-font);
display: block;
font-size: 13px;
letter-spacing: 2px;
margin-bottom: 0.45em;
text-transform: uppercase;
}
.project-meta-panel strong {
color: var(--the-dark-blue);
display: block;
font-family: 'Founders Grotesk';
font-size: 27px;
line-height: 1.05;
}
.project-url {
color: var(--the-blue-four);
display: block;
font-family: 'Founders Grotesk';
line-height: 1.1;
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 5px;
}
.project-story {
display: grid;
gap: 3em;
}
.project-story section {
border-top: 1px solid rgba(10, 18, 36, 0.18);
padding-top: 2em;
}
.project-story h2 {
color: var(--the-dark-blue);
font-size: clamp(34px, 6vw, 74px);
line-height: 1;
margin-bottom: 0.4em;
}
.project-story p,
.project-story li {
color: var(--the-dark-blue);
font-size: 21px !important;
line-height: 1.55;
}
.project-navigation {
margin-top: 4em;
}
.single-service-content {
color: rgba(10, 18, 36, 0.78);
font-family: "Inter", sans-serif;
font-size: 18px;
line-height: 1.78;
max-width: 980px;
}
.single-service-layout {
align-items: start;
display: grid;
gap: clamp(2em, 5vw, 4em);
grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
}
.single-service-content h2,
.single-service-content h3 {
color: var(--the-dark-blue);
font-family: 'Founders Grotesk';
font-weight: 900;
line-height: 0.98;
}
.single-service-content h2 {
font-size: clamp(42px, 7vw, 86px);
margin-bottom: 0.35em;
}
.single-service-content h3 {
font-size: clamp(32px, 4.5vw, 54px);
margin-top: 1.2em;
}
.service-page-cta {
align-items: center;
background:
linear-gradient(135deg, rgba(4, 40, 56, 0.96), rgba(13, 72, 98, 0.94)),
var(--the-dark-blue);
border-radius: 10px;
box-shadow: 0 28px 70px rgba(4, 40, 56, 0.22);
color: var(--the-white);
display: grid;
gap: 2em;
grid-template-columns: 1fr;
margin: 0 0 1em;
overflow: hidden;
padding: clamp(2em, 4vw, 3em);
position: relative;
}
.service-page-cta::after {
color: rgba(41, 171, 226, 0.12);
content: '\e80b';
font-family: '4sight4ward';
font-size: clamp(14em, 28vw, 30em);
line-height: 1;
position: absolute;
right: -0.28em;
top: 50%;
transform: translateY(-50%);
}
.service-page-cta > * {
position: relative;
z-index: 1;
}
.service-page-cta .section-kicker {
color: var(--the-light-blue);
}
.service-page-cta h2 {
color: var(--the-white);
font-family: 'Founders Grotesk';
font-size: clamp(38px, 4vw, 58px);
font-weight: 900;
line-height: 0.98;
margin: 0.18em 0 0.22em;
max-width: 820px;
}
.service-page-cta p {
color: rgba(255, 255, 255, 0.78);
font-size: 17px;
line-height: 1.8;
margin: 0;
max-width: 620px;
}
.service-page-cta__actions {
align-items: flex-start;
display: flex;
flex-direction: column;
gap: 1em;
min-width: 270px;
}
.global-style.service-primary {
max-width: 260px;
}
.global-style.service-primary a {
color: var(--the-white);
font-weight: 700;
letter-spacing: 2px;
position: relative;
}
.global-style.service-primary a::after {
color: var(--the-white);
content: '\e803';
font-family: '4sight4ward';
position: absolute;
right: 12px;
}
.service-page-cta__secondary {
color: rgba(255, 255, 255, 0.78);
font-family: "Inter", sans-serif;
font-size: 14px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
transition: color 260ms ease, transform 260ms ease;
}
.service-page-cta__secondary:hover,
.service-page-cta__secondary:focus {
color: var(--the-light-blue);
outline: none;
transform: translateX(4px);
}
@media (max-width: 900px) {
.single-service-layout {
grid-template-columns: 1fr;
}
.service-page-cta {
grid-template-columns: 1fr;
margin-top: clamp(3em, 7vw, 5.5em);
}
.service-page-cta__actions {
min-width: 0;
}
}
.services-load-more-wrap {
display: flex;
justify-content: center;
padding: 0 0 4em;
position: relative;
z-index: 2;
}
.portfolio-load-more-wrap {
display: flex;
justify-content: center;
padding: 2em 0 5em;
width: 100%;
}
.services-load-more {
max-width: 300px;
}
.services-load-more a.is-loading,
.portfolio-load-more a.is-loading {
opacity: 0.65;
pointer-events: none;
}
.portfolio-load-more {
max-width: 290px;
}
@media (max-width: 900px) {
.project-hero {
grid-template-columns: 1fr;
}
.project-hero-details {
grid-template-columns: 1fr;
}
.project-hero h1 {
font-size: clamp(38px, 12vw, 64px);
line-height: 1.04;
}
.project-meta-panel {
position: static;
}
.project-hero-image img {
max-height: none;
width: 100%;
}
} .contact-centre {
display: flex;
flex-wrap: wrap;
gap: 2em;
justify-content: space-between;
flex: 1;
}
.contact-details {
background: linear-gradient(356.3deg, #29ABE2 -85.07%, #249BCE -53.17%, #0D4862 59.35%, #042838 204.91%);
min-height: 550px;
margin-top: 9em;
}
.cntct-us-title h5 {
font-size: 28px;
color: var(--the-light-blue);
text-transform: uppercase;
margin-bottom: -35px;
padding-top: 4em;
}
.cntct-flex h2 {
text-transform: capitalize;
}
.cntct-flex {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
gap: 2em;
padding-top: 5em;
}
.cntct-flex p {
color: var(--the-white);
font-size: 20px !important;
}
.cntct-flex a {
color: var(--the-white);
line-height: 2;
text-decoration: underline;
transition: 500ms;
}
@media(min-width: 900px) {
.contact-centree {
margin-left: 8%;
}
.cntct-flex {
margin: 0em 3em;
}
.contact-centre {
display: grid;
gap: 2em;
grid-template-columns: 1fr 1fr;
justify-content: space-between;
}
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
border: none;
background: var(--the-light-blue);
color: var(--the-white);
padding: 10px 30px;
border-radius: 10px;
transition: 500ms;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
background: var(--the-blue-three);
}
.wpcf7-form-control.wpcf7-text {
height: 3.5em;
border: none;
padding: 10px;
border-radius: 10px;
width: 100%;
}
.wpcf7-form-control.wpcf7-textarea {
padding: 10px;
width: 100%;
border: none;
border-radius: 10px;
}
.contact-title h2 {
font-weight: 300 !important;
font-size: clamp(32px, 6vw, 80px);
color: var(--the-dark-blue);
}
.contact-title h2 span {
font-weight: 900;
} .dic-dream a {
background: var(--the-white);
padding: 14px 35px;
}
.global-style.slider {
min-width: 233px;
}
.global-style.slider a {
font-weight: 400;
letter-spacing: 2px;
position: relative;
}
.global-style.slider a::after {
content: '\e803';
position: absolute;
font-family: '4sight4ward';
right: 11px;
}
.global-style.slider::before {
content: "";
position: absolute;
background: var(--the-light-blue-two, #eee);
width: 40px;
height: 40px;
border-radius: 50%;
z-index: 0;
transform: translate(calc(var(--circle-x, 20px) - 50%), calc(var(--circle-y, 20px) - 50%));
transition: transform 0.2s ease;
pointer-events: none;
}
.dic-dream a {
background: var(--the-white);
padding: 5px 10px;
text-transform: uppercase;
display: inline-block;
max-width: 279px;
text-align: center;
transition: 500ms;
}
.dic-dream a:hover {
background: var(--the-gold);
color: var(--the-white);
} .slider-container,
#homeSlider,
#homeSlider .item {
min-height: 100vh;
height: 100vh;
width: 100vw;
position: relative;
overflow: hidden;
} #homeSlider .item {
display: flex !important;
justify-content: flex-start;
align-items: center;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
position: relative;
isolation: isolate;
} .slider-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
z-index: 1;
transform: scale(1.02);
}
.big-caption h5 {
color: var(--the-white);
text-transform: capitalize;
letter-spacing: 2px;
font-size: clamp(17px, 2.4vw, 28px);
margin-bottom: 0.8em;
max-width: 760px;
}
.big-caption h2 {
font-weight: 400 !important;
font-size: clamp(48px, 8vw, 104px);
color: var(--the-white);
line-height: 1;
max-width: 920px;
text-wrap: balance;
} .slider-video {
position: absolute;
top: 50%;
left: 50%;
width: 100vw;
height: 100vh;
object-fit: cover;
transform: translate(-50%, -50%);
z-index: 1;
filter: saturate(0.78) contrast(1.05) brightness(0.74);
} #homeSlider .item::after {
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(90deg, rgba(4, 18, 32, 0.94) 0%, rgba(4, 28, 43, 0.82) 38%, rgba(4, 28, 43, 0.4) 68%, rgba(4, 28, 43, 0.28) 100%),
linear-gradient(180deg, rgba(4, 18, 32, 0.35) 0%, rgba(4, 18, 32, 0.08) 42%, rgba(4, 18, 32, 0.72) 100%);
z-index: 2;
pointer-events: none;
}
#homeSlider .item::before {
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(135deg, rgba(41, 171, 226, 0.22), transparent 34%),
repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 92px);
mix-blend-mode: screen;
opacity: 0.38;
pointer-events: none;
z-index: 3;
} .slider-cap {
color: var(--the-white);
position: relative;
z-index: 10;
margin: 0;
max-width: 980px;
padding-top: clamp(4em, 9vw, 8em);
top: 0;
}
.slider-cap::before {
background: var(--the-light-blue);
content: "";
display: block;
height: 3px;
margin-bottom: 1.6em;
width: 84px;
}
.slider-kicker {
color: rgba(255, 255, 255, 0.82);
display: inline-flex;
font-family: 'Neue Plak Sans';
font-size: 14px;
font-weight: 700;
letter-spacing: 4px;
margin-bottom: 1.3em;
text-transform: uppercase;
}
.slider-proof {
align-items: center;
bottom: clamp(1.25em, 4vw, 3em);
color: rgba(255, 255, 255, 0.82);
display: flex;
flex-wrap: wrap;
gap: 0.75em;
left: max(20px, calc((100vw - 1140px) / 2));
max-width: calc(100vw - 40px);
position: absolute;
z-index: 10;
}
.slider-proof span {
-webkit-backdrop-filter: blur(12px) saturate(130%);
backdrop-filter: blur(12px) saturate(130%);
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.16);
border-radius: 999px;
font-family: 'Neue Plak Sans';
font-size: 12px;
font-weight: 700;
letter-spacing: 2px;
padding: 10px 14px;
text-transform: uppercase;
} .content-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
color: #fff;
z-index: 10;
} .slider-container {
position: relative;
} .slider-container .item {
position: relative;
} .slider-link a {
background: none;
padding: 12px 0px;
color: var(--the-main);
font-weight: 600;
text-transform: uppercase;
display: inline-block;
margin-top: 2em;
transition: 500ms;
border-bottom: 2px dashed;
}
.slider-link a:hover {
background: var(--the-main);
color: var(--the-white);
} @media (max-width: 759px) {
.slider-container {
margin-left: 0%;
}
.big-caption h1 {
font-size: 1.9em;
}
}
@media (max-width: 600px) {
#homeSlider .item {
height: 100vh;
background-attachment: scroll;
}
.slider-cap {
top: 2em;
padding: 0 10px;
font-size: 0.9rem;
}
.slider-proof {
display: none;
}
#homeSlider .item::after {
background:
linear-gradient(180deg, rgba(4, 18, 32, 0.82) 0%, rgba(4, 28, 43, 0.66) 48%, rgba(4, 18, 32, 0.86) 100%);
}
}
@media (min-width: 601px) {
#homeSlider .item {
height: 100vh;
background-attachment: scroll;
}
.big-caption h1 {
font-size: 4em;
width: 80%;
margin: 0 auto;
}
}
@media (min-width: 1000px) and (max-width: 1920px) {
.slider-cap {
max-width: 860px;
padding-top: clamp(6.5em, 10vh, 8.5em);
top: 0;
}
.slider-cap::before {
margin-bottom: 1.25em;
width: 76px;
}
.slider-kicker {
font-size: 13px;
letter-spacing: 3.2px;
margin-bottom: 1em;
}
.big-caption h5 {
font-size: clamp(18px, 1.75vw, 25px);
margin-bottom: 0.65em;
}
.big-caption h2 {
font-size: clamp(58px, 6.4vw, 88px);
line-height: 1.02;
max-width: 860px;
}
.global-style.slider {
margin-top: clamp(12px, 2vh, 22px);
}
.slider-proof {
bottom: clamp(1em, 2.2vw, 1.9em);
gap: 0.55em;
max-width: min(860px, calc(100vw - 40px));
}
.slider-proof span {
font-size: 10px;
letter-spacing: 1.6px;
padding: 8px 12px;
}
}
@media (min-width: 1000px) and (max-width: 1920px) and (max-height: 820px) {
.slider-cap {
padding-top: clamp(5.5em, 9vh, 7em);
}
.big-caption h2 {
font-size: clamp(54px, 5.8vw, 78px);
}
.big-caption h5 {
margin-bottom: 0.45em;
}
.slider-kicker {
margin-bottom: 0.8em;
}
.global-style.slider {
margin-top: 8px;
}
}
@media (min-width: 1000px) and (max-width: 1250px) {
.slider-proof {
display: none;
}
} .portfolio {
background: var(--the-background);
position: relative;
padding-top: 5em;
}
.port-insde-img img {
max-width: 600px;
}
.port-inside-flex {
display: flex;
flex-wrap: wrap;
gap: 2em;
}
.portfolio-item:hover::before {
animation: bounce 0.8s cubic-bezier(.28, .84, .42, 1) forwards;
background: var(--the-blue-four) !important;
}
@keyframes bounce {
0% {
transform: translateY(0);
}
30% {
transform: translateY(-18px);
}
50% {
transform: translateY(0);
}
70% {
transform: translateY(-7px);
}
100% {
transform: translateY(0);
}
}
.portfolio-item:hover::after {
animation: bounce 0.6s cubic-bezier(.28, .84, .42, 1) forwards;
background: var(--the-blue-four) !important;
}
@keyframes bounce {
0% {
transform: translateY(0);
}
30% {
transform: translateY(-18px);
}
50% {
transform: translateY(0);
}
70% {
transform: translateY(-7px);
}
100% {
transform: translateY(0);
}
}
.portfolio-wrapper {
overflow: hidden;
display: flex;
flex-direction: column;
gap: 2rem;
padding: 1em;
}
.home .featured-work-carousel {
overflow: visible;
padding-bottom: 4em;
width: 100%;
}
.home .featured-work-carousel .owl-stage-outer {
overflow: visible;
}
.home .featured-work-carousel .featured-work-slide {
width: 100%;
}
.home .featured-work-carousel .portfolio-wrapper {
width: 100%;
}
.home .featured-work-carousel .featured-work-duplicate {
opacity: 0.9;
}
.home .featured-work-carousel .owl-item {
opacity: 0;
transition: opacity 0.45s ease;
}
.home .featured-work-carousel .owl-item.active {
opacity: 1;
}
.featured-work-carousel .owl-nav {
display: flex;
gap: 14px;
justify-content: flex-end;
margin: 1.25em 0 0 auto;
position: relative;
width: fit-content;
z-index: 3;
}
.featured-work-carousel .owl-nav button {
align-items: center;
-webkit-backdrop-filter: blur(14px) saturate(145%);
backdrop-filter: blur(14px) saturate(145%);
background: rgba(10, 18, 36, 0.92) !important;
border: 1px solid rgba(255, 255, 255, 0.22) !important;
border-radius: 999px !important;
box-shadow: 0 18px 42px rgba(10, 18, 36, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.16);
color: var(--the-white) !important;
display: inline-flex !important;
height: 52px;
justify-content: center;
line-height: 1;
transition: background 0.28s ease, box-shadow 0.28s ease, color 0.28s ease, transform 0.28s ease;
width: 52px;
}
.featured-work-carousel .featured-work-arrow {
align-items: center;
display: inline-flex;
height: 22px;
justify-content: center;
width: 22px;
}
.featured-work-carousel .featured-work-arrow svg {
display: block;
height: 100%;
overflow: visible;
width: 100%;
}
.featured-work-carousel .featured-work-arrow path {
fill: none;
stroke: currentColor;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 2.25;
}
.featured-work-carousel .owl-nav button:hover {
background: var(--the-light-blue) !important;
box-shadow: 0 22px 46px rgba(41, 171, 226, 0.26), 0 0 0 6px rgba(41, 171, 226, 0.1);
color: var(--the-white) !important;
transform: translateY(-3px);
}
.featured-work-carousel .owl-dots {
display: flex;
gap: 9px;
justify-content: center;
margin-top: 1em;
}
.featured-work-carousel .owl-dot span {
background: rgba(13, 72, 98, 0.22);
border-radius: 999px;
display: block;
height: 6px;
transition: background 0.28s ease, width 0.28s ease;
width: 6px;
}
.featured-work-carousel .owl-dot.active span {
background: var(--the-light-blue);
width: 28px;
} .portfolio-wrapper img {
max-width: 512px;
z-index: 1;
object-fit: contain;
}
.portfolio-wrapper a {
z-index: 1;
} .portfolio-item {
position: relative;
max-width: 583px;
transition: 500ms !important;
}
.portfoli-inside {
display: flex;
flex-wrap: wrap;
gap: 3em;
justify-content: space-evenly;
width: 100%;
}
.portfolio-item:hover img {
transform: scale(1.1) translateY(-10px);
transition: transform 0.5s;
}
.portfolio-img a img {
position: relative;
z-index: 1;
}
.page .portfolio-img a img {
position: relative;
z-index: 1;
max-height: 336px;
max-width: 398px;
}
@media(min-width: 1000px) {
.home .portfolio-item.item-1::before {
content: '';
position: absolute;
background: var(--the-main-gradient);
width: clamp(80px, 12vw, 140px);
height: clamp(80px, 12vw, 140px);
z-index: 1;
border-radius: 50%;
top: -70px;
left: -28px;
transition: 500ms !important;
}
.home .portfolio-item.item-2::after {
content: '';
position: absolute;
background: var(--the-light-blue);
width: clamp(80px, 12vw, 140px);
height: clamp(80px, 12vw, 140px);
right: -32px;
z-index: 1;
bottom: -86px;
border-radius: 50%;
transition: 500ms !important;
}
}
.portfolio-item .portfolio-img {
transition: 500ms !important;
}
.portfolio-item:hover .portfolio-img::after {
color: var(--the-blue-four) !important;
}
.portfolio-img {
background: var(--the-white);
border-radius: 10px;
position: relative;
max-width: 583px;
display: flex;
justify-content: center;
padding: 3em;
min-height: 285px;
}
@media(min-width: 900px) {
.portfolio-img {
background: var(--the-white);
border-radius: 10px;
position: relative;
max-width: 583px;
display: flex;
justify-content: center;
padding: 3em;
min-height: 460px;
}
}
.portfolio-img::after {
content: '\e80b';
font-family: '4sight4ward';
position: absolute;
color: var(--the-background);
font-size: clamp(14em, 28vw, 26em);
top: -118px;
opacity: 1;
transition: color 0.45s ease, opacity 0.45s ease, text-shadow 0.45s ease, transform 0.45s ease;
z-index: 0;
}
.portfolio-item:hover .portfolio-img::after {
color: var(--the-light-blue) !important;
opacity: 0.32;
text-shadow: 0 18px 50px rgba(41, 171, 226, 0.24);
transform: scale(1.04);
} .portfolio-text h4 a {
color: var(--the-dark-blue);
font-weight: 900;
font-size: 1.2em !important;
position: relative;
z-index: 2;
transition: 500ms;
}
.global-style.portfolio {
max-width: 229px;
}
.global-style.portfolio a::after {
content: '\e803';
position: absolute;
font-family: '4sight4ward';
right: 16px;
color: var(--the-dark-blue);
}
.global-style.portfolio a {
position: relative;
padding: 15px 45px 15px 20px;
z-index: 1;
text-transform: uppercase;
font-weight: 300;
letter-spacing: 2px;
}
.portfolio-item:hover .portfolio-text h4 a {
color: var(--the-light-blue-two);
}
.portfoli-right {
display: flex;
width: 100%;
justify-content: end;
} @media (min-width: 900px) {
.portfolio-wrapper {
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows: repeat(5, auto);
gap: 10px 40px;
grid-template-areas:
". . . Second-grid Second-grid Second-grid"
". . . Second-grid Second-grid Second-grid"
"First-grid First-grid First-grid Second-grid Second-grid Second-grid"
"First-grid First-grid First-grid Second-grid Second-grid Second-grid"
"First-grid First-grid First-grid . . .";
padding: 2em;
justify-items: center;
margin-top: -14em;
}
.home .featured-work-carousel.portfolio-wrapper {
display: block;
margin-top: clamp(2em, 5vw, 4em);
}
.portfolio-item.item-2 {
grid-area: Second-grid;
}
.portfolio-item.item-1 {
grid-area: First-grid;
}
.home .portfolio-item.item-2 .portfolio-img {
min-height: 620px;
}
.portfolio-text {
position: absolute;
bottom: 17px;
right: -41px;
display: flex;
flex-direction: column;
align-items: end;
}
.page .portfolio-text {
position: absolute;
bottom: 12px;
right: -41px;
display: flex;
flex-direction: column;
align-items: end;
z-index: 9;
}
.home .portfolio-item.item-2 .portfolio-text {
bottom: 81px;
right: -31px;
}
} @media (max-width: 899px) {
.portfolio-text {
margin-top: 1em;
text-align: center;
position: relative;
right: 0;
bottom: 0;
}
} .why-chose-us {
padding: 8em 0px;
background: var(--the-background);
position: relative;
}
.why-chose-us-text h2 {
font-size: clamp(32px, 10vw, 85px);
text-transform: capitalize;
}
.why-chose-us::after {
content: '\e80d';
font-family: '4sight4ward';
position: absolute;
top: 44px;
right: -92px;
font-size: clamp(6em, 20vw, 23em);
color: var(--the-title-font);
opacity: 0.3;
pointer-events: none;
font-weight: 400;
}
.why-chose-us-title h5 {
color: var(--the-blue-three);
text-transform: uppercase;
font-family: 'Neue Plak Sans';
letter-spacing: 4px;
font-weight: 700;
padding-top: 5em;
font-size: 28px;
margin-top: 0 !important;
padding-top: 0;
}
.tile-one {
background: var(--the-blue-three);
color: var(--the-white);
border-radius: 10px;
}
.tile-two {
background: var(--the-blue-four);
color: var(--the-white);
border-radius: 10px;
}
.tile-three {
background: var(--the-light-blue-two);
color: var(--the-white);
border-radius: 10px;
}
@media (min-width: 900px) {
.why-chose-us-text h2 {
max-width: 925px;
}
}
.tile-title h6 {
font-size: 26px;
font-weight: 700;
position: relative;
max-width: 217px;
}
.why-chose-us-tiles {
display: flex;
gap: 20px;
justify-content: space-between;
flex-wrap: wrap;
}
.why-chose-us-tiles {
display: flex;
gap: 10px;
justify-content: space-between;
flex-wrap: wrap;
}
.why-chose-us-tiles>div {
flex: 1 1 30%;
min-width: 250px;
padding: 34px;
border-radius: 12px;
color: #fff; transition: transform 0.5s ease, box-shadow 0.5s ease;
cursor: pointer;
} .tile-one {
background: var(--the-blue-three);
transform: rotate(3deg);
}
.tile-two {
background: var(--the-blue-four);
transform: rotate(-3deg);
}
.tile-three {
background: var(--the-light-blue-two);
transform: rotate(3deg);
} .why-chose-us-tiles>div:hover {
transform: rotate(0deg) scale(1.05) translateY(-8px);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
z-index: 1;
}
@media(min-width: 100px) {
.why-chose-us-tiles {
display: flex;
gap: 0px;
justify-content: space-between;
flex-wrap: wrap;
}
}
.tile-one h6::before {
content: '\e802';
font-family: '4sight4ward';
position: absolute;
top: -70px !important;
font-size: 43px;
font-weight: 300 !important;
}
.tile-two h6::before {
content: '\e801';
font-family: '4sight4ward';
position: absolute;
top: -70px !important;
font-size: 43px;
font-weight: 300 !important;
}
.tile-three h6::before {
content: '\e800';
font-family: '4sight4ward';
position: absolute;
top: -70px !important;
font-size: 43px;
font-weight: 300 !important;
}
.why-chose-us-tiles>div {
flex: 1 1 30%;
min-width: 250px;
padding: 20px;
min-height: 381px;
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
} @media (max-width: 768px) {
.why-chose-us-tiles>div {
flex: 1 1 100%;
}
} .we-are-a-digital-agency {
position: relative;
overflow: visible;
background: var(--the-light-blue-two);
}
.we-are-a-digital-agency::after {
content: '\e804';
position: absolute;
font-family: '4sight4ward';
color: var(--the-light-blue);
right: 40px;
bottom: -77px;
font-size: clamp(7em, 34vw, 111em) !important;
opacity: 0.4;
z-index: 0;
font-weight: 400;
}
.we-are-a-digital-agency {
background: var(--the-light-blue-two);
position: relative;
height: 100vh;
padding-top: 25px;
}
.global-style.we-are {
max-width: 238px;
}
.we-are-holder {
display: flex;
flex-direction: column;
height: 100vh;
justify-content: center;
gap: 1em;
}
.global-style.we-are::before {
content: "";
position: absolute;
background: var(--the-dark-blue);
width: 40px;
height: 40px;
border-radius: 50%;
z-index: 0;
transform: translate(calc(var(--circle-x, 20px) - 50%), calc(var(--circle-y, 20px) - 50%));
transition: transform 0.2s ease;
pointer-events: none;
}
.global-style.we-are a::after {
content: '\e803';
font-family: '4sight4ward';
position: absolute;
right: 12px;
}
.global-style.we-are a {
color: var(--the-white);
position: relative;
}
.we-are-text h3 p {
font-size: clamp(32px, 9vw, 60px) !important;
color: var(--the-white);
max-width: 1147px;
font-weight: 500;
}
.we-are-title h5 {
color: var(--the-blue-three);
text-transform: uppercase;
font-family: 'Neue Plak Sans';
letter-spacing: 4px;
font-weight: 700;
padding-top: 5em;
font-size: 28px;
margin-top: 0 !important;
padding-top: 0;
}
@media (min-width: 900px) { } .portfolio-img::after {
content: '\e80b';
font-family: '4sight4ward';
position: absolute;
color: var(--the-background);
font-size: clamp(14em, 27vw, 21em);
top: -92px;
z-index: 0;
transition: 500ms;
}
@media(max-width: 900px) {
.portfolio-img::after {
content: '\e80b';
font-family: '4sight4ward';
position: absolute;
color: var(--the-background);
font-size: clamp(14em, 28vw, 26em);
top: -69px !important;
z-index: 0;
transition: 500ms;
}
}
.portfolio-item:hover .portfolio-img::after {
color: var(--the-light-blue) !important;
filter: drop-shadow(0 22px 32px rgba(41, 171, 226, 0.24));
opacity: 0.42;
transform: translate3d(0, -6px, 0) scale(1.05);
}
.services-text h2 a {
font-size: clamp(32px, 10vw, 110px) !important;
font-family: 'Founders Grotesk';
line-height: 1;
font-weight: 900;
color: var(--the-dark-blue);
display: inline;
background-image: linear-gradient(90deg, rgba(41, 171, 226, 0.32), rgba(36, 155, 206, 0.14));
background-position: 0 88%;
background-repeat: no-repeat;
background-size: 0 0.18em;
text-decoration: none;
transition: background-size 520ms cubic-bezier(0.22, 1, 0.36, 1), color 260ms ease, text-shadow 420ms ease;
}
.services-holder:hover .services-text h2 a,
.services-holder:focus-within .services-text h2 a,
.services-text h2 a:hover,
.services-text h2 a:focus {
background-size: 100% 0.18em;
color: var(--the-dark-blue);
outline: none;
text-shadow: 0 20px 42px rgba(10, 18, 36, 0.08);
}
.services-holder {
display: flex;
align-items: center;
gap: 2rem;
margin-bottom: 4rem;
flex-direction: column;
position: relative; }
.services-holder::before {
background: linear-gradient(90deg, rgba(41, 171, 226, 0.16), rgba(255, 255, 255, 0));
content: "";
height: 1px;
opacity: 0;
pointer-events: none;
position: absolute;
right: 0;
top: -1.4rem;
transform: scaleX(0.28);
transform-origin: right center;
transition: opacity 420ms ease, transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
width: min(520px, 46%);
z-index: 0;
}
.services-holder:hover::before,
.services-holder:focus-within::before {
opacity: 1;
transform: scaleX(1);
}
.row.services-ajax-results {
flex: 0 0 100%;
max-width: 100%;
width: 100%;
}
.global-style.know-us {
max-width: 200px;
transition: transform 360ms ease;
}
.services-excerpt p {
margin-bottom: 2em;
}
.global-style.know-us a::after {
content: '\e803';
font-family: '4sight4ward';
position: absolute;
right: -10px;
color: var(--the-dark-blue);
transition: color 280ms ease, transform 320ms ease;
}
.what-we-do,
.services-img {
background: var(--the-background);
position: relative;
}
.what-we-do {
isolation: isolate;
overflow: hidden;
}
.what-we-do > .container {
position: relative;
z-index: 1;
}
.services-img {
aspect-ratio: 16 / 10;
border-radius: 10px;
box-shadow: 0 0 0 rgba(10, 18, 36, 0);
max-width: 640px;
position: relative; overflow: hidden;
transform: translateZ(0);
transition: box-shadow 520ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
width: 100%;
}
.global-style.know-us a {
position: relative;
padding: 10px 5px;
z-index: 1;
text-transform: uppercase;
font-weight: 400;
display: block;
width: 350px;
letter-spacing: 3px;
}
.services-img img {
display: block;
width: 100%;
border-radius: 10px;
height: 100%;
object-fit: cover;
transition: filter 520ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
.services-holder:hover .services-img,
.services-holder:focus-within .services-img {
box-shadow: 0 28px 70px rgba(4, 40, 56, 0.16), 0 0 0 1px rgba(41, 171, 226, 0.2);
transform: translate3d(0, -6px, 0);
}
.services-holder:hover .services-img img {
filter: saturate(1.05) contrast(1.03) brightness(1.02);
transform: scale(1.035);
border-radius: 10px;
overflow: hidden;
}
.services-holder:focus-within .services-img img {
filter: saturate(1.05) contrast(1.03) brightness(1.02);
transform: scale(1.035);
}
.services-holder:hover .global-style.know-us,
.services-holder:focus-within .global-style.know-us {
transform: translateX(6px);
}
.services-holder:hover .global-style.know-us a::after,
.services-holder:focus-within .global-style.know-us a::after {
color: var(--the-light-blue);
transform: translateX(6px);
}
.services-text {
flex: 1;
position: relative;
z-index: 3;
}
.services-img img {
max-width: 640px;
width: 100%;
border-radius: 10px;
} .services-img::before {
display: none;
content: "";
} @media (min-width: 768px) {
.services-img {
flex: 0 0 clamp(320px, 46vw, 640px);
border-radius: 10px;
} .row>.col-sm-12:nth-child(odd) .services-holder {
flex-direction: row-reverse;
}
.row>.col-sm-12:nth-child(even) .services-holder {
flex-direction: row;
} .row>.col-sm-12:nth-child(odd) .services-img::before,
.row>.col-sm-12:nth-child(even) .services-img::before {
display: block;
content: "";
position: absolute;
top: 0;
height: 100%;
opacity: 0.85;
transition: opacity 360ms ease, transform 420ms ease;
width: 38%; z-index: 1;
pointer-events: none;
} .row>.col-sm-12:nth-child(odd) .services-img::before {
left: 0;
right: auto;
background: linear-gradient(to right,
rgba(255, 255, 255, 0.62) 0%,
rgba(255, 255, 255, 0) 100%);
border-radius: 10px;
} .row>.col-sm-12:nth-child(even) .services-img::before {
right: 0;
left: auto;
background: linear-gradient(to left,
rgba(255, 255, 255, 0.62) 0%,
rgba(255, 255, 255, 0) 100%);
border-radius: 10px;
}
.services-holder:hover .services-img::before,
.services-holder:focus-within .services-img::before {
opacity: 0.28;
transform: none;
}
.our-services-main-content {
padding: 3em;
}
}
.what-we-do::after {
content: '\e80b';
font-family: '4sight4ward';
position: absolute;
top: clamp(2rem, 8vw, 7rem);
right: clamp(-160px, -5vw, -60px);
width: 100%;
font-size: clamp(28em, 42vw, 68em);
display: block;
pointer-events: none;
z-index: 0;
opacity: 0.1;
line-height: 1;
text-align: right;
color: var(--the-title-font);
font-weight: 400;
text-shadow: 0 34px 70px rgba(13, 72, 98, 0.1);
} @media (max-width: 992px) {
.what-we-do::after {
font-size: clamp(15em, 25vw, 30em); top: 4rem; right: -2rem;
}
} @media (max-width: 576px) {
.what-we-do::after {
font-size: clamp(10em, 40vw, 20em); top: 6rem; right: -4rem;
}
} .diff-colour.col-12 h5 {
color: var(--the-light-blue);
text-transform: uppercase;
font-family: 'Neue Plak Sans';
letter-spacing: 4px;
font-weight: 700;
padding-top: 5em;
font-size: 28px;
}
.our-team {
background: linear-gradient(253.39deg, #29ABE2 -2.36%, #249BCE 7.65%, #0D4862 45.33%, #042838 83.83%);
position: relative;
isolation: isolate;
}
.diff-colour.col-12 h5 {
color: var(--the-light-blue);
text-transform: uppercase;
font-family: 'Neue Plak Sans';
letter-spacing: 4px;
font-weight: 700;
padding-top: 5em;
font-size: 28px;
}
.our-team>* {
position: relative;
z-index: 1; }
.team-member {
padding: 1.5em;
}
.team-inner {
position: relative;
}
.our-team::after {
content: "\e804";
position: absolute;
right: 3%;
bottom: 5%;
font-family: "4sight4ward";
font-size: clamp(30em, 40vw, 55em);
line-height: 1;
color: var(--the-blue-four);
opacity: .6;
pointer-events: none;
z-index: 0;
font-weight: 400;
}
@media(min-width: 600px) {
.team-info {
position: absolute;
z-index: 9;
bottom: 5px;
right: -50px;
display: flex;
flex-direction: column;
align-items: end;
}
.overlay-flex {
display: flex;
gap: 1em;
}
.our-team .the-h2 h2 {
padding-left: 1em;
max-width: 750px !important;
}
.overlay-flex-one {
flex: 1 1 40%;
max-width: 40%;
margin-right: 1em;
}
.overlay-flex-two {
flex: 1 1 55%;
max-width: 55%;
display: flex;
align-items: center;
}
}
.overlay-flex-two {
display: flex;
flex-direction: column;
align-items: start;
}
.overlay-flex-two h3 {
color: var(--the-blue-four);
margin-bottom: -3px;
}
.overlay-flex-two strong {
font-style: italic;
color: var(--the-light-blue);
}
.our-team .owl-carousel .owl-dots.disabled {
display: flex !important;
position: absolute;
right: 31px;
top: -60px;
gap: 15px;
} .team-member {
cursor: pointer;
position: relative;
overflow: visible !important;
}
.team-info {
color: var(--the-white);
position: absolute;
right: -23px;
bottom: 4px;
text-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
display: flex;
flex-direction: column;
align-items: end;
z-index: 5;
}
.team-thumb {
position: relative;
}
.team-thumb img {
border-radius: 10px;
min-height: 519px;
max-height: 519px;
object-fit: cover;
}
.team-thumb img {
width: 100%;
display: block;
}
.our-team-holder.col-12 {
padding-left: 0 !important;
padding-right: 0 !important;
}
.our-team-holder.col-12 {
margin-bottom: 8em;
}
.team-thumb .overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
transition: opacity 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
}
.team-thumb .overlay i {
color: #fff;
font-size: 2rem;
}
.modal-body img { border-radius: 10px;
}
.team-member:hover .overlay {
opacity: 1;
}
#teamCarousel .team-member:hover {
transform: translateY(-6px);
}
#teamCarousel .team-member {
transition: 500ms;
}
#teamCarousel .owl-nav button {
background: transparent;
border: none;
font-size: 1.8rem;
color: var(--the-blue-four);
margin: 0 8px;
cursor: pointer;
}
.what-we-do-title-and-all-services h5 {
color: var(--the-blue-three);
text-transform: uppercase;
font-family: 'Neue Plak Sans';
letter-spacing: 4px;
font-weight: 700;
padding-top: 5em;
font-size: 28px;
margin-top: 0 !important;
padding-top: 0;
}
.global-style.services a {
position: relative;
font-weight: 400;
letter-spacing: 2px;
}
.global-style.services {
max-width: 274px;
}
.what-we-do-title-and-all-services {
display: flex;
width: 100%;
justify-content: space-between;
align-items: center;
gap: 1em;
padding-top: 5em;
}
#teamCarousel .owl-dots {
margin-top: 15px;
text-align: center;
display: flex;
gap: 1em;
justify-content: right;
}
#teamCarousel .owl-dot span {
width: 5px;
height: 5px;
margin: 5px 4px;
display: block;
background: var(--the-white);
border-radius: 50%;
}
#teamCarousel .owl-dot.active span {
background: var(--the-white);
outline: 1px solid var(--the-white);
outline-offset: 13px;
}
.global-style.services a::after {
content: '\e803';
position: absolute;
font-family: '4sight4ward';
color: var(--the-dark-blue);
right: 15px;
} .modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(4, 18, 32, 0.78);
z-index: 20000;
justify-content: center;
align-items: flex-start;
overflow-y: auto;
padding: clamp(90px, 12vh, 130px) 20px 40px;
opacity: 0;
transition: opacity 0.32s ease;
-webkit-backdrop-filter: blur(14px) saturate(130%);
backdrop-filter: blur(14px) saturate(130%);
}
.modal.active {
display: flex;
opacity: 1;
}
.modal.active.is-closing {
opacity: 0;
}
.modal-content {
background:
linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 253, 0.96));
border: 1px solid rgba(255, 255, 255, 0.7);
box-shadow: 0 34px 90px rgba(4, 18, 32, 0.34);
padding: 0;
width: 90%;
max-width: 1120px;
border-radius: 18px;
position: relative;
animation: modalFadeIn 0.34s cubic-bezier(0.22, 1, 0.36, 1);
max-height: calc(100vh - 150px);
overflow: hidden auto;
transform-origin: 50% 12%;
transition: opacity 0.28s ease, transform 0.28s ease;
}
.modal.active.is-closing .modal-content {
opacity: 0;
transform: translateY(18px) scale(0.985);
} .close-team-modal {
position: absolute;
top: 18px;
right: 18px;
font-size: 0;
cursor: pointer;
color: var(--the-dark-blue);
z-index: 20;
background: rgba(255, 255, 255, 0.88);
border: 1px solid rgba(10, 18, 36, 0.12);
border-radius: 999px;
box-shadow: 0 14px 30px rgba(4, 18, 32, 0.14);
display: inline-flex;
align-items: center;
justify-content: center;
height: 46px;
line-height: 1;
width: 46px;
transition: background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, color 0.28s ease, transform 0.28s ease;
}
.close-team-modal::before {
content: "\00d7";
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 27px;
font-weight: 700;
line-height: 1;
transform: translateY(-1px);
}
.close-team-modal:hover,
.close-team-modal:focus {
background: var(--the-light-blue);
border-color: var(--the-light-blue);
box-shadow: 0 18px 40px rgba(41, 171, 226, 0.32);
color: var(--the-white);
outline: none;
transform: rotate(90deg) scale(1.06);
}
.close-team-modal:active {
transform: rotate(90deg) scale(0.96);
}
.overlay-flex {
display: grid;
grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
min-height: min(680px, calc(100vh - 150px));
}
.overlay-flex-one {
align-items: flex-start; display: flex;
justify-content: center;
min-height: 460px;
overflow: hidden;
padding: clamp(1.4em, 3vw, 2.4em);
position: relative;
flex: none;
margin-right: 0;
max-width: none;
}
.overlay-flex-one::after { content: "";
inset: 0;
pointer-events: none;
position: absolute;
}
.team-thumbnail,
.team-thumbnail img {
width: 100%;
}
.team-thumbnail {
aspect-ratio: 4 / 5;
border-radius: 14px;
box-shadow: 0 26px 64px rgba(4, 18, 32, 0.28);
height: auto;
max-height: min(560px, calc(100vh - 230px));
max-width: 420px;
overflow: hidden;
position: relative;
z-index: 1;
}
.team-thumbnail img {
height: 100%;
display: block;
object-fit: cover;
object-position: center center;
}
.overlay-flex-two {
align-self: center;
align-items: flex-start;
display: flex;
flex-direction: column;
flex: none;
max-width: none;
padding: clamp(2.4em, 6vw, 5em);
}
.team-modal-kicker {
color: var(--the-light-blue);
font-family: 'Neue Plak Sans';
font-size: 13px;
font-weight: 700;
letter-spacing: 4px;
margin-bottom: 1.1em;
text-transform: uppercase;
}
.overlay-flex-two h3 {
color: var(--the-dark-blue);
font-family: 'Founders Grotesk';
font-size: clamp(42px, 6vw, 76px);
line-height: 0.96;
margin: 0;
}
.team-position {
margin: 1.15em 0 1.8em;
}
.team-position span {
background: rgba(41, 171, 226, 0.12);
border: 1px solid rgba(41, 171, 226, 0.22);
border-radius: 999px;
color: var(--the-blue-three);
display: inline-flex;
font-family: 'Neue Plak Sans';
font-size: 13px;
font-weight: 700;
letter-spacing: 2px;
padding: 10px 14px;
text-transform: uppercase;
}
.team-content {
border-top: 1px solid rgba(10, 18, 36, 0.1);
color: rgba(10, 18, 36, 0.76);
font-size: 17px;
line-height: 1.8;
padding-top: 1.5em;
}
.team-content p:last-child {
margin-bottom: 0;
} body.no-scroll {
overflow: hidden;
}
body.no-scroll .header-container,
body.modal-open .header-container {
pointer-events: none;
z-index: 900;
}
.scroll-to-top {
align-items: center;
background: var(--the-main-gradient);
border: 1px solid rgba(255, 255, 255, 0.22);
border-radius: 999px;
bottom: 24px;
box-shadow: 0 20px 45px rgba(4, 40, 56, 0.34);
cursor: pointer;
display: flex;
height: 52px;
justify-content: center;
opacity: 0;
pointer-events: none;
position: fixed;
right: 24px;
transform: translate3d(0, 18px, 0) scale(0.92);
transition: opacity 280ms ease, transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
width: 52px;
z-index: 980;
}
.scroll-to-top span {
border-left: 2px solid var(--the-white);
border-top: 2px solid var(--the-white);
display: block;
height: 13px;
transform: translateY(4px) rotate(45deg);
width: 13px;
}
.scroll-to-top span::after {
background: var(--the-white);
content: "";
display: block;
height: 18px;
left: -2px;
position: absolute;
top: -2px;
transform: rotate(-45deg);
transform-origin: top;
width: 2px;
}
.scroll-to-top.is-visible {
opacity: 1;
pointer-events: auto;
transform: translate3d(0, 0, 0) scale(1);
}
.scroll-to-top:hover,
.scroll-to-top:focus {
border-color: rgba(255, 255, 255, 0.48);
box-shadow: 0 24px 54px rgba(41, 171, 226, 0.34);
outline: none;
transform: translate3d(0, -4px, 0) scale(1.04);
}
.scroll-to-top:active {
transform: translate3d(0, -1px, 0) scale(0.96);
}
@media (max-width: 576px) {
.scroll-to-top {
bottom: 16px;
height: 46px;
right: 16px;
width: 46px;
}
}
.modal-backdrop {
z-index: 19900;
}
.modal.show {
display: block;
opacity: 1;
overflow-x: hidden;
overflow-y: auto;
padding: clamp(90px, 12vh, 130px) 20px 40px;
z-index: 20000;
}
.modal.show .modal-dialog {
margin: 0 auto 2rem;
max-width: min(960px, 92vw);
}
.modal-header {
align-items: center;
border-bottom: 1px solid rgba(10, 18, 36, 0.08);
min-height: 58px;
position: sticky;
top: 0;
z-index: 10;
background: var(--the-white);
}
.modal-header .close {
background: var(--the-dark-blue);
border-radius: 999px;
color: var(--the-white);
display: inline-flex;
align-items: center;
justify-content: center;
height: 42px;
opacity: 1;
padding: 0;
text-shadow: none;
width: 42px;
} @keyframes modalFadeIn {
from {
transform: translateY(24px) scale(0.985);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
} @media(max-width: 768px) {
.modal-content {
width: 100%;
max-height: calc(100vh - 120px);
border-radius: 16px;
}
.modal,
.modal.show {
padding: 78px 12px 24px;
}
.overlay-flex {
grid-template-columns: 1fr;
}
.overlay-flex-one {
padding: 1.25em;
min-height: 320px;
}
.team-thumbnail {
aspect-ratio: 4 / 3;
max-height: 360px;
max-width: 100%;
}
.overlay-flex-two {
padding: 2em 1.35em 2.4em;
}
.close-team-modal {
height: 42px;
right: 14px;
top: 14px;
width: 42px;
}
}  .fluid-container.for-footer {
background: var(--the-background);
}
.logo-bg img {
max-width: 145px;
position: relative;
top: 8px;
left: -8px;
}
.the-footer-logo {
min-height: 170px;
display: flex;
max-width: 316px;
width: 100%;
height: 100%;
flex-direction: column;
justify-content: center;
}
.the-footer-logo::before {
content: '\e80b';
font-family: '4sight4ward';
font-size: clamp(50px, 15vw, 180px);
position: absolute;
width: auto;
color: var(--the-white);
z-index: 0;
top: -32%;
left: 0;
}
.logo-bg {
position: relative;
}
.outer-footer {
display: flex;
justify-content: space-between;
padding-top: 1.4em;
flex-wrap: wrap;
}
#menu-footer-menu {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.policy-terms {
display: flex;
flex-wrap: wrap;
gap: 15px;
}
.footer-wrap {
display: flex;
flex-wrap: wrap;
gap: 1em;
justify-content: space-between;
padding-bottom: 10px;
position: relative;
border-bottom: 1px solid;
}
.footer-socials i {
font-size: 1.4em;
position: relative;
left: 2px;
transition: 500ms;
}
.footer-socials a {
transition: 500ms;
position: relative;
z-index: 99;
padding: 3px;
}
.footer-socials a::before {
content: '';
position: absolute;
background: var(--the-white);
width: 40px;
height: 40px;
border-radius: 50%;
z-index: 0;
opacity: 0;
}
.footer-socials a:hover::before {
opacity: 1;
transition: 500ms;
}
.cpy-right {
text-transform: uppercase;
}
.policy-terms a {
text-transform: uppercase;
transition: 500ms;
}
.policy-terms a:hover {
color: var(--the-light-blue);
}
.logo-bg p {
font-weight: 500;
text-transform: capitalize;
}
.contact-d {
display: flex;
flex-direction: column;
gap: 1em;
min-height: 270px;
justify-content: end;
}
.contact-d a {
text-decoration: underline;
}
.global-style a {
text-decoration: none;
}
.get-in-touch {
display: flex;
flex-direction: column;
align-items: center;
gap: 3em;
margin-bottom: 1em;
padding-top: 9em;
position: relative;
}
.get-in-touch::before {
content: "";
position: absolute;
border-bottom: 2px solid var(--the-dark-blue);
width: 100%;
top: 105px;
}
.get-in-touch a {
background: var(--the-main-gradient);
color: var(--the-white);
padding: 20px;
width: 180px;
height: 180px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
transform: rotate(-30deg);
transition: transform 0.5s ease, background-position 0.8s ease;
text-transform: uppercase;
background-size: 200% 200%;
background-position: center;
z-index: 9;
}
.get-in-touch a:hover {
transform: rotate(0deg);
background-position: right center; }
.get-in-touch h2 {
font-size: clamp(32px, 10vw, 120px);
text-align: center;
max-width: 80%;
margin: 0 auto;
line-height: 1.1;
text-transform: capitalize;
}
.the-footer-m ul li a {
text-transform: uppercase;
transition: 500ms;
}
.the-footer-m ul li a:hover {
color: var(--the-light-blue-two);
}
.logo-bg p {
font-weight: 500;
font-size: 1.3em !important;
font-family: 'Founders Grotesk';
}
.get-in-touch::after {
content: '\e80d';
font-family: '4sight4ward';
font-size: clamp(60px, 20vw, 300px);
position: absolute;
right: 0;
top: 66%;
color: var(--the-title-font);
pointer-events: none;
font-weight: 400;
}
@media (max-width: 600px) {
.get-in-touch::after {
top: 70%; right: 10px; }
.the-footer-logo::before {
top: 3%;
font-size: 110px;
}
} @media(min-width: 1000px) {
.the-h2 h2 {
text-transform: capitalize;
max-width: 734px;
}
}
.the-h2 h2 {
font-size: clamp(32px, 10vw, 63px);
text-transform: capitalize;
}
.global-style {
display: flex;
position: relative;
max-width: 170px;
justify-content: left;
margin-top: 10px;
margin-bottom: 1em;
}
.global-style::before {
content: "";
position: absolute;
background: var(--the-white, #eee);
width: 40px;
height: 40px;
border-radius: 50%;
z-index: 0;
transform: translate(calc(var(--circle-x, 20px) - 50%),
calc(var(--circle-y, 20px) - 50%));
transition: transform 0.2s ease;
pointer-events: none;
}
.global-style a {
position: relative;
padding: 15px 45px 15px 20px;
z-index: 1;
text-transform: uppercase;
font-weight: bold;
} .the-contact-image h2 {
font-weight: 400 !important;
color: var(--the-dark-blue);
padding-right: 5%;
margin-top: 2em;
max-width: 666px;
}
.global-style.about-us {
max-width: 239px;
}
.why-work-img {
margin-top: 7em;
position: relative;
}
.why-work-title h3 {
font-size: 28px !important;
text-transform: uppercase;
color: var(--the-dark-blue);
margin-top: 3em;
margin-bottom: 2em;
}
@media(min-width: 900px) {
.title-the-text {
max-width: 80%;
margin: 0 auto;
}
}
.why-work-img::before {
content: '';
position: absolute;
background: var(--the-light-blue);
opacity: 10%;
width: 600px;
height: 600px;
border-radius: 50%;
left: -19%;
z-index: -1;
bottom: -29em;
}
.contact-form {
position: relative;
}
.contact-form::after {
content: '';
position: absolute;
background: var(--the-light-blue);
opacity: 10%;
width: 550px;
height: 550px;
border-radius: 50%;
right: -50%;
z-index: -1;
bottom: -3em;
}
.global-style.about-us a::after {
content: '\e803';
font-family: '4sight4ward';
position: absolute;
right: 15px;
}
.title-the-text h5 {
font-weight: 700;
}
.title-the-text {
margin-bottom: 3em;
} .we-are-a-digital-agency h5 {
color: var(--the-dark-blue);
font-size: 28px;
text-transform: uppercase;
margin-bottom: 1em;
font-weight: 600;
letter-spacing: 3px;
}
.we-are-a-digital-agency p {
color: var(--the-white);
font-size: 36px !important;
font-weight: 600;
letter-spacing: 3px;
position: relative;
z-index: 2;
max-width: 69%;
}
.we-are-a-digital-agency.about {
background: var(--the-light-blue-two);
position: relative;
padding-top: 25px;
}
.we-are-a-digital-agency.about div {
display: flex;
flex-direction: column;
justify-content: center;
}
.we {
display: flex !important;
height: 90vh;
}
@media(min-width: 900px) {
.who-we-work-with-grid {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: end;
position: relative;
max-width: 90%;
margin: 0 auto;
}
.who-we-main- {
margin-top: 8em !important;
max-width: 80%;
margin: 0 auto;
}
.who-we-work-title {
position: relative;
top: 22%;
left: -71px;
}
}
.who-we-work-with {
margin-top: 5em;
}
.who-we-work-with h5 {
color: var(--the-dark-blue);
font-size: 28px;
text-transform: uppercase;
margin-bottom: 1em;
font-weight: 600;
letter-spacing: 3px;
margin-bottom: 2em;
}
.why-work-img {
max-width: 90%;
margin: 0 auto;
margin-top: 7em;
}
.contact-form p {
font-size: 20px !important;
}
.who-we-main- h2 {
color: var(--the-dark-blue);
font-weight: 400 !important;
font-size: clamp(28px, 4vw, 47px);
}
.who-we-main- {
margin-top: 6em;
}
.who-we-work-title h2 {
font-size: clamp(32px, 10vw, 70px);
text-transform: capitalize;
}
.who-we-img {
position: relative;
}
.who-we-img::after {
content: '';
position: absolute;
background: var(--the-light-blue);
opacity: 10%;
width: 600px;
height: 600px;
border-radius: 50%;
right: -50%;
z-index: -1;
top: -17px;
}
.the-contact-image.abt {
position: relative;
} .about-page {
background: radial-gradient(circle at 10% 8%, rgba(41, 171, 226, 0.18), transparent 28%), radial-gradient(circle at 88% 22%, rgba(13, 72, 98, 0.16), transparent 30%), var(--the-background);
margin-top: -5em;
}
.section-kicker {
color: var(--the-light-blue);
display: inline-block;
font-family: 'Neue Plak Sans';
font-size: 15px;
font-weight: 700;
letter-spacing: 4px;
margin-bottom: 1.1em;
text-transform: uppercase;
}
.about-intro-modern {
padding: clamp(4em, 9vw, 8em) 0 clamp(3em, 7vw, 6em);
}
.about-intro-grid {
align-items: stretch;
display: grid;
gap: clamp(2em, 6vw, 6em);
grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
}
.about-intro-copy h2,
.about-section-title h2 {
color: var(--the-dark-blue);
font-size: clamp(38px, 7vw, 86px);
line-height: 0.98;
margin: 0 0 0.45em;
max-width: 980px;
}
.about-intro-copy p,
.about-section-title p,
.about-statement-card p,
.about-value-card p,
.why-work-grid p {
color: rgba(10, 18, 36, 0.78);
line-height: 1.7;
}
.about-intro-panel {
background:
linear-gradient(155deg, rgba(4, 40, 56, 0.96), rgba(13, 72, 98, 0.92)),
var(--the-main-gradient);
border-radius: 14px;
color: var(--the-white);
display: flex;
flex-direction: column;
justify-content: end;
min-height: 430px;
overflow: hidden;
padding: clamp(2em, 5vw, 3.5em);
position: relative;
}
.about-intro-panel::before {
color: rgba(255, 255, 255, 0.08);
content: '\e80b';
font-family: '4sight4ward';
font-size: clamp(16em, 26vw, 32em);
left: -0.22em;
line-height: 1;
position: absolute;
top: -0.15em;
}
.about-intro-panel span {
color: var(--the-light-blue);
font-size: 14px;
font-weight: 700;
letter-spacing: 4px;
position: relative;
text-transform: uppercase;
z-index: 1;
}
.about-intro-panel h3 {
color: var(--the-white);
font-family: 'Founders Grotesk';
font-size: clamp(34px, 5vw, 62px);
line-height: 1.02;
margin-top: 0.5em;
position: relative;
z-index: 1;
}
.about-statements,
.about-values,
.why-work-modern,
.who-we-work-with {
padding: clamp(3.5em, 8vw, 7em) 0;
}
.about-statement-grid {
display: grid;
gap: 1.25em;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.about-statement-card,
.about-value-card,
.why-work-grid article {
background: rgba(255, 255, 255, 0.76);
border: 1px solid rgba(10, 18, 36, 0.08);
border-radius: 12px;
box-shadow: 0 18px 50px rgba(10, 18, 36, 0.06);
padding: clamp(1.5em, 4vw, 2.6em);
}
.about-statement-card.featured {
background: var(--the-dark-blue);
color: var(--the-white);
}
.about-statement-card span,
.about-value-card span {
color: var(--the-light-blue);
display: block;
font-weight: 700;
letter-spacing: 3px;
margin-bottom: 1em;
text-transform: uppercase;
}
.about-statement-card h3,
.about-value-card h3,
.why-work-grid h3 {
color: var(--the-dark-blue);
font-family: 'Founders Grotesk';
font-size: clamp(28px, 4vw, 44px);
line-height: 1.06;
}
.about-statement-card.featured h3,
.about-statement-card.featured p {
color: var(--the-white);
}
.about-section-title {
margin-bottom: clamp(2em, 5vw, 4em);
}
.about-section-title.wide {
max-width: 1040px;
}
.about-values-grid,
.why-work-grid {
display: grid;
gap: 1.25em;
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.about-value-card:first-child {
grid-column: span 2;
}
.why-work-modern {
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.22)),
var(--the-background);
}
.client-logo-marquee {
margin-top: 1em;
overflow: hidden;
position: relative;
width: 100%;
}
.client-logo-marquee::before,
.client-logo-marquee::after {
content: "";
height: 100%;
pointer-events: none;
position: absolute;
top: 0;
width: 12vw;
z-index: 2;
}
.client-logo-marquee::before {
background: linear-gradient(90deg, var(--the-background), rgba(239, 239, 239, 0));
left: 0;
}
.client-logo-marquee::after {
background: linear-gradient(270deg, var(--the-background), rgba(239, 239, 239, 0));
right: 0;
}
.client-logo-track {
animation: client-logo-scroll 58s linear infinite;
display: flex;
gap: 1em;
transform: translate3d(0, 0, 0);
will-change: transform;
width: max-content;
}
.client-logo-marquee:hover .client-logo-track {
animation-play-state: paused;
}
.client-logo-card {
align-items: center;
background: rgba(255, 255, 255, 0.78);
border: 1px solid rgba(10, 18, 36, 0.08);
border-radius: 12px;
box-shadow: 0 14px 34px rgba(10, 18, 36, 0.05);
display: flex;
flex: 0 0 240px;
height: 120px;
justify-content: center;
padding: 1.2em;
transform: translateZ(0);
}
.client-logo-card img {
height: auto;
max-height: 90px;
object-fit: contain;
width: auto;
}
.client-logo-card span {
color: var(--the-dark-blue);
font-family: 'Founders Grotesk';
font-size: 26px;
font-weight: 700;
line-height: 1;
text-align: center;
}
@keyframes client-logo-scroll {
from {
transform: translate3d(0, 0, 0);
}
to {
transform: translate3d(calc(-50% - 0.5em), 0, 0);
}
}
@media (max-width: 1000px) {
.about-intro-grid,
.about-statement-grid {
grid-template-columns: 1fr;
}
.about-values-grid,
.why-work-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.about-value-card:first-child {
grid-column: span 1;
}
}
@media (max-width: 640px) {
.about-values-grid,
.why-work-grid {
grid-template-columns: 1fr;
}
.client-logo-card {
flex-basis: 190px;
height: 96px;
}
.client-logo-card span {
font-size: 22px;
}
}
.portfolio-load-more a {
padding-right: 38px;
}
.portfolio-load-more a::after {
right: 24px;
} @supports (content-visibility: auto) {
.portfolio,
.why-chose-us,
.we-are-a-digital-agency,
.what-we-do,
.the-blog,
.testimonials,
.for-footer {
content-visibility: auto;
contain-intrinsic-size: 1px 900px;
}
} .site-loader {
animation: forceHideLoader 4.8s forwards;
}
.site-loader.site-loader--hidden {
animation: none;
}
@keyframes forceHideLoader {
0%, 80% {
opacity: 1;
visibility: visible;
}
100% {
opacity: 0;
visibility: hidden;
pointer-events: none;
}
} .portfolio-img,
.project-hero-image,
.logo-bg,
.service-page-cta {
transform: translateZ(0);
}