/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
    --color-grey: #8b989d;
    --color-blue: #0e1bdb;
    --brand-color: #d2ff00;
    --color-green: #2BFE86;
    --color-navy: #141570;
    --bg-black: #040404;
    --bg-grey: #8b989d;
    --bg-black-light: #1b1b1b;
    --color-red: #e62200;
    --color-white: rgb(226, 226, 226);
    --heading-font: 'Europa Grotesk SH DemBol';
    --secondary-font: 'Approach Mono';
}


@font-face {
    font-family: 'PP Neue Montreal Book';
    src: url('/fonts/PPNeueMontreal-Book.woff2') format('woff2'),
        url('/fonts/PPNeueMontreal-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('/fonts/PPNeueMontreal-Medium.woff2') format('woff2'),
        url('/fonts/PPNeueMontreal-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('/fonts/PPNeueMontreal-Bold.woff2') format('woff2'),
        url('/fonts/PPNeueMontreal-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Europa Grotesk SH';
    src: url('/fonts/EuropaGroteskSH-Reg.woff2') format('woff2'),
        url('/fonts/EuropaGroteskSH-Reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Europa Grotesk SH DemBol';
    src: url('/fonts/EuropaGroteskSH-DemBol.woff2') format('woff2'),
        url('/fonts/EuropaGroteskSH-DemBol.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Approach Mono';
    src: url('/fonts/ApproachMono-Medium.woff2') format('woff2'),
        url('/fonts/ApproachMono-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}


html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: 'Europa Grotesk SH DemBol';
    font-size: calc(.90rem + 2*(100vw - 320px)/1600);
    text-rendering: optimizeLegibility !important;
    text-size-adjust: 100%;
    background-color: #fff;
    color: #121212;
    transition: background-color 1s ease;
}

html.lenis {
    height: auto;
  }

.lenis.lenis-smooth {
    scroll-behavior: auto;
  }

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }


body {
    position: relative;
    min-height: 100vh;
    width: 100%;
}


::-moz-selection {
    background-color: var(--brand-color);
    color: #000;
    text-shadow: none;
}

::selection {
    background-color: var(--brand-color);
    color: #000;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--bg-black);
    border-radius: 6px;
    cursor: -webkit-grab;
    cursor: grab;
}

::-webkit-scrollbar-track {
    cursor: -webkit-grab;
    cursor: grab;
}

h1,
h2,
h3
 {
    font-family: 'Europa Grotesk SH';
    color: #000;
}


h1 {
    font-size: calc((4.45 - 1) * 1.2vw + 1rem);
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: -0.062vw;
    padding: 10px 0;
    margin-bottom: 10px;
}


h2 {
    font-size: calc((2.45 - 1) * 1.2vw + 1rem);
    font-weight: 600;
    line-height: .95;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
    letter-spacing: 0.062vw;
}

h2 .heading_tag {
    font-size: 16px;
    margin-right: 20%;
}


.font_h2 {
    font-size: calc((2.25 - 1) * 1.2vw + 1rem);
    font-weight: normal;
    line-height: 1;
    color: #000;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
    letter-spacing: 0.062vw;
}


h3 {
    font-size: calc((1.75 - 1) * 1.2vw + 1rem);
    font-weight: normal;
    line-height: .9;
    margin-top: 3vh;
    margin-bottom: 3vh;
    letter-spacing: 0.062vw;
}

.font__h3 {
    font-size: calc((1.75 - 1) * 1.2vw + 1rem);
    line-height: 1;
    letter-spacing: -0.012vw;
    color: #000;
}

h4 {
    font-size: calc((1.30 - 1) * 1.2vw + 1rem);
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 35px;
}

.font__h4 {
    font-size: calc((1.455 - 1) * 1.2vw + 1rem);
    line-height: 1.1;
    color: #000;
    margin-bottom: 35px;
}

h5 {
    font-size: calc(14px + .23613vw);
    margin-bottom: calc(15px + 1.5vh);
}

.font__h5 {
    font-size: calc((1.255 - 1) * 1.2vw + 1rem);
    margin-bottom: calc(15px + 1.5vh);
}

h6 {
    position: relative;
    font-family: var(--secondary-font);
    font-size: calc(13px + 2*(100vw - 320px)/1600);
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -0.012vw;
    margin-bottom: 40px;
    color: #161617;
}

h6::before {
    content: "//";
    margin-right: 0.625rem;
    vertical-align: top;
    color: var(--brand-color);
}

p,
blockquote {
    font-family: 'Europa Grotesk SH DemBol';
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 110%;
}

p+p {
    margin-top: 20px;
}

p:not(:last-child) {
    margin-bottom: 28px;
}


ul {
    font-weight: normal;
    color: #1b1b1b;
    line-height: 1.5;
    margin-bottom: 0;
}

blockquote span {
    display: inline;
    padding-bottom: 1px;
    border-bottom: 2px solid #000 !important;
    font-size: 70px;
    line-height: 1.1 !important;
    text-transform: uppercase;
    color: #1b1b1b !important;
}

.p-lead {
    font-family: 'Europa Grotesk SH DemBol';
    font-size: calc(14px + .55vw);
    font-weight: 600;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -.015vw;
}

.font_title {
    font-size: 55px;
    line-height: .9;
    font-weight: 600;
    letter-spacing: .095vw;
    margin-top: 0;
    margin-bottom: 0;
}

.font_title span {
    display: block;
    text-indent: 25%;
}


.tag_text {
    display: inline-block;
    position: relative;
    font-family: var(--secondary-font);
    font-size: calc(12px + 2*(100vw - 320px)/1600);
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -0.042vw;
    color: #161617;
}
.tag_text::before {
    content: "//";
    margin-right: 0.625rem;
    vertical-align: top;
    color: var(--brand-color);
}

.blinking {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 1rem;
  -webkit-animation: 1s blink ease infinite;
  -moz-animation: 1s blink ease infinite;
  -ms-animation: 1s blink ease infinite;
  -o-animation: 1s blink ease infinite;
  animation: 1s blink ease infinite;
  
}

@keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-ms-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-o-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.section_number {
    font-family: var(--secondary-font);
    font-size: calc(13px + 2*(100vw - 320px)/1600);
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -0.012vw;
}


.in__view {
    text-indent: 34.5%;
}

.in__view-30 {
    text-indent: 34.5%;
}
.in__view-40 {
    text-indent: 41.67%;
}
.in__view-50 {
    text-indent: 50%;
}

.in__view__span {
    font-size: 16px;
    letter-spacing: normal;
    color: var(--color-red);
    margin-right: calc(50px + 2.5vw)
}


/* Links */


a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    color: inherit;
    outline: none;
    text-decoration: none;
    background: transparent;
    vertical-align: baseline;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover {
    color: var(--color-blue);
    text-decoration: none;
    outline: none !important;
}

a,
a>* {
    text-decoration: none;
    outline: none !important;
}


a,
button {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

button {
    white-space: normal !important;
    word-wrap: break-word !important;
}

a.link-text {
    color: var(--color-green);
}

a.link-text:hover {
    text-decoration: underline;
}


a.custom-link {
    color: var(--color-green);
    border-bottom: 2px solid var(--color-green);
}

a.custom-link:hover {
    color: var(--color-green);
    border-bottom-color: var(--color-green);
}

/*================================
NAV BAR
================================== */

nav {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    animation: 2s fadeInNav ease;
}
.nav__image {
    animation: 4s fadeInNav ease;
}

.nav__bar {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
}

.nav__home-link {
    color: #fff;
    text-transform: uppercase;
}

.navbarBrand {
    position: relative;
    padding-top: 6px;
}

.navbarBrand a {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .5rem;
}

.navbarBrand img {
    position: relative;
    height: calc(25px + 0.5vh);
}

.navbarBrand_text {
    font-size: 140%;
    color: #c4c2c2;
}

@keyframes fadeInNav {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
        top: -25px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

#nav-icon {
    width: 100px;
    height: 45px;
    position: fixed;
    top: 0px;
    right: -15px;
    z-index: 10;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg) scale(0.4);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: var(--brand-color);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    z-index: 20;
}

#nav-icon span:nth-child(1) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
    background: var(--brand-color);
}

#nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
    background: var(--brand-color);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
    background: var(--brand-color);
}

.overlay {
    width: 100%;
    height: 100%;
    background: rgb(2,0,36);
    background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 100%, rgba(35,6,255,1) 100%);
    border-radius: 16px;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    padding: calc(15px + 1vw);
}

.overlay.open {
    opacity: 1;
    visibility: visible;
}

.overlay h3 {
    color: var(--brand-color);
    font-size: calc((1.25 - 1)* 1.2vw + 1rem);
    border-bottom: 1.5px dotted #afacd4;
    padding-bottom: 10px;
}

.overlay a {
    position: relative;
    color: #fff;
    font-size: calc((1.25 - 1)* 1.2vw + 1rem);
    font-weight: lighter;
    text-decoration: none;
    font-style: italic;
    display: block;
    margin-bottom: 15px;
    opacity: 0;
    transition: transform 0.2s ease;
    overflow: hidden;
    border-bottom: 1px dotted #afacd4;
}

@keyframes fadeInCopyright {
    0% {
        opacity: 0;
    }

    80% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
    }
}

.overlay a::before {
    position: absolute;
    transition: all 0.3s;
    content: '';
    width: 10px;
    height: 10px;
    bottom: 10px;
    right: 0;
    background: var(--brand-color);
    border-radius: 100%;
}

.overlay a.open:hover {
    transform: translateY(2px);
}

.overlay a.open:nth-child(1) {
    opacity: 1;
    animation: 1s fadeInLinks1 ease;
}

@keyframes fadeInLinks1 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
    }
}

.overlay a.open:nth-child(2) {
    opacity: 1;
    animation: 1.25s fadeInLinks2 ease;
}

@keyframes fadeInLinks2 {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
    }
}

.overlay a.open:nth-child(3) {
    opacity: 1;
    animation: 1.5s fadeInLinks3 ease;
}

@keyframes fadeInLinks3 {
    0% {
        opacity: 0;
    }

    70% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
    }
}

.overlay a.open:nth-child(4) {
    opacity: 1;
    animation: 1.5s fadeInLinks4 ease;
}

@keyframes fadeInLinks4 {
    0% {
        opacity: 0;
    }

    70% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
    }
}


/* Nav Img */
.fadeInUp {
    animation:fadeInUp 1s ease backwards;}
@keyframes fadeInUp {
  0%{transform:translate(0px, 100px); opacity: 0;}
  100%{transform:translate(0px, 0); opacity: 1;}
}
.fadeInUp {
    animation:fadeInUp 1s ease backwards;
    animation-delay:5s;}
@keyframes fadeInUp {
  0%{transform:translate(0px, 100px); opacity: 0;}
  100%{transform:translate(0px, 0); opacity: 1;}
}
/* End Nav Img */



/*================================
END NAV BAR
================================== */


.cb-tagreel {
	position: relative;
}

.cb-tagreel-content {
	padding: 0;
}

.cb-tagreel-items {
	margin: -58px 0;
	overflow: hidden;
	cursor: default;
}

.cb-tagreel-row {
	display: flex;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.cb-tagreel-item {
	position: relative;
    font-size: calc((10.55 - 1)* 1.2vw + 1rem);
    color: #383737;
    font-weight: bold;
	line-height: 100%;
	flex: 0 0 33%;
	padding: 58px 20px;
	text-transform: uppercase;
}

.cb-tagreel-item.-stroke {
	color: transparent;
	text-shadow: none;
	-webkit-text-stroke: 2px #383737;
}

.cb-tagreel-item span {
	position: relative;
	display: inline-block;
	z-index: 1;
}




.banner-heading {
    position: relative;
    -webkit-animation-name: anim;
    animation-name: anim;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    z-index: 1;
    color: #fff;
    margin-bottom: calc(20px + .795vw);
    margin-left: 2rem;
}


.banner-par {
    position: relative;
    -webkit-animation-name: anim;
    animation-name: anim;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    z-index: 2;
    margin-top: 0 !important;
}

@-webkit-keyframes anim {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes anim {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/* end of banner */


.text-black {
    color: #000;
}


.text-red {
    color: var(--color-red);
}

.text-blue {
    color: var(--color-navy);
}

.text-green {
    color: var(--color-green);
}


.p-light {
    color: #9c9c9c;
}


.text-grey {
    color: var(--color-grey);
}



.hero__line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.253);
}


.line__big {
    background-color: var(--bg-black);
    width: 100%;
    height: 6px;
    margin-top: 8px;
}

.inview_text {
    margin-left: 30%;
    display: block;
}



.separator {
    width: 100%;
    min-height: 1px;
    background-image: url(/images/dotted-separator.svg);
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: auto;
    background-attachment: scroll;
    border-top: 0 #000;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    display: block;
    overflow: visible;
}

.separator__light {
    width: 100%;
    min-height: 1px;
    background-image: url(/images/dotted-separator.svg);
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: auto;
    background-attachment: scroll;
    border-top: 0 #000;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    display: block;
    filter: invert(1);
    opacity: .6;
}


.title-divider {
    height: 2px;
    background-color: #0f0f0f;
    margin-top: calc(20px + 4.5vh);
    margin-bottom: calc(35px + 4.5vh);
}


.separator_solid_light {
    position: relative;
    height: 2px;
    background: rgba(255, 255, 255, 0.15);
    width: 100%;
    max-width: 100%;
}
.separator_solid_light::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 2px;
    width: 33%;
    background: #fff;
}



/*================================
BUTTONS AND LINKS
================================== */

.main_btn {
    position: relative;
    display: inline-flex;
    gap: 24px;
    font-size: 90%;
    color: #fff;
    font-weight: normal;
    background-color: rgba(12, 12, 12, 0.7);
    border: 1px solid #111111;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 5px 5px 5px 24px;
    border-radius: 2px 2px 12px;
}


.mainBtn {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .5rem;
}

.mainBtn_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    background: var(--bg-black);
}

.mainBtn_text {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 3.5rem;
    background: var(--bg-black);
    font-family: var(--secondary-font);
    color: var(--brand-color);
    text-transform: uppercase;
    font-size: 80%;
    padding-left: 2rem;
    padding-right: 2rem;
}

.mainBtn:hover svg {
    transform: rotate(-45deg);
}

.mainBtn_icon svg {
    transition: 400ms;
}


.arrowLink {
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    font-size: 130%;
    color: var(--brand-color);
    margin-bottom: 20px;
}
.arrowLink::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 30%;
    background: var(--brand-color);
    transition: all 400ms;
}
.arrowLink_icon {
    transform: rotate(-45deg);
    transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.arrowLink:hover::after {
    width: 88%;
}
.arrowLink:hover {
    color: #000;
}
.arrowLink:hover svg {
    transform: rotate(0);
}

.submitBtn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 3.5rem;
    background: var(--brand-color);
    border: none;
    font-family: var(--secondary-font);
    color: #fff;
    text-transform: uppercase;
    font-size: 90%;
    padding-left: 2rem;
    padding-right: 2rem;
    cursor: pointer;
}

.submitBtn:hover {
    font-family: var(--secondary-font);
    color: #000;
}


.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
}

.max-300 {
    max-width: 300px;
}

.max-450 {
    max-width: 450px;
}

.max-550 {
    max-width: 550px;
}

.max-650 {
    max-width: 650px;
}


.scroll_down_wrapper {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-top: calc(15px + 4.45vw);
}

.scroll_down{
    width: 50px;
    height: 50px;
    background-color: #4b0303;
    font-size: 30px;
    overflow: hidden; 
    cursor: pointer;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.scroll_down_icon {
    color: #fff;
    animation: scrollDown1 1.5s ease infinite;
}

@keyframes scrollDown1{
    0%{
        transform: translateY(-15px);
        opacity: 0;
    }
    50%{
        transform: translateY(0px);
        opacity: 1;
    }
    100%{
        transform: translateY(15px);
        opacity: 0;
    }
}



/*================================
MODAL
================================== */

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    transition: all 400ms ease-in-out;
  }
  
  /* The Close Button */
  .close {
    color: #939292;
    margin-left: auto;
    display: inline-block;
    font-size: 58px;
    font-weight: 300;
    margin-top: -20px;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }









/*================================
BACKGROUND
================================== */

.section[data-bg="#fff"] {
    color: #333;
}


.grey-box {
    display: inline-block;
    background-color: #EFEFEF;
    min-height: calc(100px + 4.5vw);
    min-width: calc(100px + 4.5vw);
}


.panel {
    min-height: 100vh;
}

.color-black {
    background-color: var(--bg-black);
}

.brand-color {
    color: var(--brand-color);
}


.color_gray {
    background-color: #b7babe;
}




.color-red {
    background-color: #e31717;
}

.color-light {
    color: var(--color-light);
}

.color-brown {
    color: var(--color-brown);
}


.section-line {
    background: #999;
    height: 1px;
}

.color-skyblue {
    color: var(--color-skyblue);
}

.bg-blue {
    background-color: var(--color-blue);
}

.bg-grey {
    background-color: var(--bg-grey);
}

.bg-black {
    background-color: var(--bg-black);
}



.bg-black-light {
    background-color: var(--bg-black-light);
}

.bg-brand {
    background: var(--brand-color);
}

.bg-green {
    background-color: var(--color-green);
}

.bg-lightgray {
    background: #f1f1ea;
}


.bg-red {
    background: rgb(219, 0, 41);
}

.bg_text_red {
    background-color: orangered;
    border-radius: 35px;
    padding-left: 1dvw;
    padding-right: 1dvw;
    line-height: 130%;
}


.section[data-bg="white"] h2 {
    color: #000;
}

.hrDark {
    background-color: #676768;
}

/*================================
MARGINS & SPACES
================================== */

.m-10 {
    padding-top: calc(35.14286px + 4.05042vw);
    padding-bottom: calc(35.14286px + 4.05042vw);
}

.mt-10 {
    padding-top: calc(35.14286px + 4.05042vw);
}

.mb-10 {
    padding-bottom: calc(35.14286px + 4.05042vw);
}

.space {
    padding-top: calc(46px + 7.01vw);
    padding-bottom: calc(46px + 7.01vw);
}

.space__top {
    padding-top: 12.5vw;
}

.space__bottom {
    padding-bottom: 12.5vw;
}




.container-90 {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
    margin-left: auto;
    margin-right: auto;
}


.rounded-2 {
    border-radius: 15px;
}
.rounded__4 {
    border-radius: 4px;
}

.rounded__6 {
    border-radius: 6px;
}
.rounded__10 {
    border-radius: 10px;
}
.rounded__16 {
    border-radius: 16px;
}

.section__rounded {
    border-radius: calc(15px + .45vw);
}
.section__rounded-top {
    border-top-left-radius: calc(15px + .45vw) calc(20px + .45vw) 0 0;
}
.section__rounded-bottom {
    border-bottom-left-radius: calc(15px + .45vw) calc(20px + .45vw) 0 0;
}

.is_sticky {
    position: sticky;
    top: 0;
}
.is_sticky_bottom {
    position: sticky;
    bottom: 0;

}



/*================================
IMAGES
================================== */

.animated_heading_icon {
    height: calc(40px + 2.5vw);
}


.arrow__text {
    display: flex;
    align-items: end;
}

.arrow__text img {
    height: 40px;
}

.red-image {
    position: relative;
    display: inline-block !important;
}

.red-image::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #b91c00;
    mix-blend-mode: hard-light;
    border-radius: 6px;
    z-index: 1;
}


.header__video {
    position: relative;
    display: inline-block !important;
}

.header__video::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #080808db;
    mix-blend-mode: hard-light;
    border-radius: 0;
    z-index: 1;
}

.parallax__img {
    overflow: hidden;
}

.inner_video_wrapper {
    height: 110svh;
}

.rounded__img-container__img {
    border-radius: 100%;
    
}

.z-index-2 {
    position: relative;
    z-index: 2;
}

.animated__img__container {
    padding: 20%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 6px;
}


.arrow_up {
    height: calc(15px + .45vw);
}


@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 20s linear infinite;
    animation: rotating 20s linear infinite;
}

.wrapper-img {
    overflow: hidden;
}

.overflow__hidden {
    overflow: hidden;
    position: relative;
}


/*================================
INDEX PAGE
================================== */

.home_header {
    position: relative;
}

.home_header_wrapper {
    position: relative;
    height: 90vh;
    overflow: hidden;

}

.home_header_slider {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 90vh;
}

.homeHeaderSlider_item {
    height: 90vh;
    width: 100%;
}

.slider_01 {
    background: linear-gradient(rgba(0, 1, 14, 0.5), rgba(0, 1, 7, 0.5)), url(https://framerusercontent.com/images/UALNPksLDXZ8WkUB3D6HM98VNQs.png) center center / cover no-repeat;
}
.slider_02 {
    background: linear-gradient(rgba(0, 1, 14, 0.5), rgba(0, 1, 7, 0.5)), url(https://res.cloudinary.com/server-cdn/image/upload/v1741165215/210413-WGR-Wine_Macro-1_jdd2pg.jpg) center center / cover no-repeat;
}
.slider_03 {
    background: linear-gradient(rgba(0, 1, 14, 0.5), rgba(0, 1, 7, 0.5)), url(https://res.cloudinary.com/server-cdn/image/upload/v1740314383/dentist-website-design_sp0zfj.webp) center center / cover no-repeat;
}
.slider_04 {
    background: linear-gradient(rgba(0, 1, 14, 0.5), rgba(0, 1, 7, 0.5)), url(https://res.cloudinary.com/server-cdn/image/upload/v1760796966/Business_Card_Slide_axzc79.webp) center center / cover no-repeat;
}
.slider_05 {
    background: linear-gradient(rgba(0, 1, 14, 0.5), rgba(0, 1, 7, 0.5)), url(https://res.cloudinary.com/server-cdn/image/upload/v1679221018/website-design_vvlb8f.webp) center center / cover no-repeat;
}




.header__video {
    position: absolute;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}

.home_header_content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 3rem;
    z-index: 2;
    min-height: 85vh;
    top: 0;
    padding: .5rem;
}

.home_header_title {
    font-size: calc((4.15 - 1)* 1.2vw + 1rem);
    letter-spacing: 0.012vw;
    font-weight: normal;
    color: #fff;
    line-height: .9;
    margin-bottom: 0; 
    z-index: 3;
}

.arrowBox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.arrowBox svg {
    height: calc(20px + 2.5vw);
}
.arrowBox span {
    display: inline;
    font-size: calc((2.25 - 1) * 1.2vw + 1rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.062vw;
}


.introStats_wrapper {
    background-color: #000;
    border-radius: 6px;
    padding: .75rem;
}



.introStats{
    font-size: calc(68px + 2.5vw);
    line-height: 1;
    font-weight: bold;
}

.listLines {
    position: relative;
    font-family: 'Europa Grotesk SH DemBol';
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    font-weight: bold;
}
.listLines li {
    border-top: 1px solid #373737;
}
.listLines li:last-child{
    border-bottom: 1px solid #373737;
}

.footerBanner_section {
    background: linear-gradient(rgba(0, 1, 14, 0.7), rgba(0, 1, 7, 0.7)), url(https://26051979.sirv.com/home-about.webp) center center / cover no-repeat;
    min-height: 100vh;
}

.footerBanner_section h2 span {
    display: inline-block;
    font-family: var(--secondary-font);
    font-size: calc(13px + 2 * (100vw - 320px) / 1600);
}

.whyUs_par {
    max-width: calc(450px + 2.5vw);
}

.accordion_card {
    border-top: 1px dotted #555;
    padding-top: 2em;
    padding-bottom: 2em;
}
.accordion_card:last-child {
    border-bottom: 1px dotted #555;
}


.accordion_btn {
    font-size: calc((2.25 - 1) * 1.2vw + 1rem);
    line-height: 1em;
    font-weight: 400;
    width: 100%;
    text-align: left;
    padding: 3vh 0;
    text-overflow: clip;
    white-space: normal !important;
    display: flex;
}

.accordion_number {
   width: 7%;
    font-size: 16px;
    color: var(--brand-color);
}

.accordion_btn:after {
    content: "—";
    position: absolute;
    right: 15px;
}

.accordion_btn.collapsed {
    background: transparent;
    border-radius: 0;
}

.accordion_btn.collapsed:after {
    content: "+";
    position: absolute;
    right: 15px;
}

#accordion_list .collapsing {
    background: #fff;
    line-height: 30px;
    border-radius: 0;
}

#accordion_list .collapse {
    border: 0;
}

#accordion_list .collapse.show {
    background: #fff;
    line-height: 30px;
    border-radius: 0;
}

#accordion_list .card-body {
    padding-left: 0;
}
.accordion_p {
    color: #000;
    padding: 15px;
    margin-top: 0 !important;
    max-width: calc(950px + 2.5vw);
}



.home__services {
    padding-top: 10vw;
    padding-bottom: 10vw;
}

.website__home__services {
    background: linear-gradient(rgba(0, 1, 14, 0.6), rgba(0, 1, 7, 0.6)), url(/images/Adobe_Stock_313209884_516eaef7d7.jpg) center center / cover no-repeat;
}
.branding__home__services {
    background: linear-gradient(rgba(0, 1, 14, 0.6), rgba(0, 1, 7, 0.6)), url(/images/bms-united-annual-report-2021-thumbs-kommigraphics-1536x1024.webp) center center / cover no-repeat;
}
.marketing__home__services {
    background: linear-gradient(rgba(0, 1, 14, 0.6), rgba(0, 1, 7, 0.6)), url(/images/Digital__Marketing.webp) center center / cover no-repeat;
}


.intro_stats_box_heading {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgb(51, 51, 51);
    padding: 1rem;
}

.intro_stats {
    background-color: #1b1b1b;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 1rem;
    min-height: 288px;
}


.intro_stats_number {
    font-family: 'Europa Grotesk SH DemBol';
    font-size: calc(72px + 1.23613vw);
    line-height: .7;
    font-weight: 600;
    color: #fff;
    writing-mode: vertical-rl;
}

.services_wrapper {
    position: sticky;
    top: 40px;
    padding: calc(40px + 2.33333vw) 1rem calc(20px + 1.33333vw) 1rem;
    background: #fff;
    box-shadow: rgba(68, 68, 68, 0.5) 0px -6px 6px -6px;
    margin-bottom: 50px;
}

.cards-item {
    position: sticky;
    top: 100px;
    transform-origin: top center;
    transition: 0.1s all;      
  }

.services_title {
    margin-bottom: 0;
}
.services_number {
    display: inline-block;
    font-size: calc(20px + .23613vw);
}


.services_img {
    max-height: 75vh;
    overflow: hidden;
}
  .testimonial_item_footer {
    display: flex;
    align-items: end;
    gap: 1rem;
}

.testimonial_item_face {
    width: calc(4rem + 1.5vw);
}


/*========================================================================================
GLOBAL PAGE
========================================================================================== */

.global_header {
    position: relative;
    overflow: hidden;
    padding-top: 45px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    background: var(--bg-black);
}

.global_header_content {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100% !important;
}

.global_header h1 {
    font-size: calc((2.95 - 1) * 1.2vw + 1rem);
    font-weight: normal;
    line-height: 1;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
    letter-spacing: -0.062vw;
}

.globalHeader_banner {
    background: #fff;
    padding: 1rem;
}

.headerStats {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 15px 15px 15px 15px;
    background-color: #29363D;
    overflow: hidden;
    padding: 1rem;
}

.headerStats::before {
    position: absolute;
    content: "";
    top: 0;
    right: -200px;
    height: 100%;
    width: 100%;
    background: url(/images/giphy.webp) center center / cover no-repeat;
}

.headerStats_number {
    position: relative;
    font-size: calc((6.25 - 1) * 1.2vw + 1rem);
    font-weight: bold;
    color: #fff;
    display: block;
    line-height: .9;
    z-index: 3;
}


#featuredBrands img {
    opacity: .2;
    height: 50px;
}

.global_header_content_banner {
    background: linear-gradient(rgba(0, 1, 14, 0.1), rgba(0, 1, 7, 0.1)), url(https://26051979.sirv.com/graphic_design_header.webp) center center / cover no-repeat;
    padding-top: 100%;
}

.global_header_list {
    list-style: none;
}
.global_header_list_item {
    font-weight: 300;
    position: relative;
    font-size: 85%;
    color: #fff;
    border-bottom: 1px dotted #c4c2c2;
}
.global_header_list_item:first-child {
    border-top: 1px dotted #c4c2c2;
}

.globalSteps_item {
    position: relative;
    background: var(--bg-black);
    border: 1px solid #ffffff21;
    padding: 1rem;
    min-height: calc(450px + 4.5vw);
}

.globalSteps_item_number {
    display: block;
    color: #fff;
    margin-bottom: calc(35px + 5.5vw);
}
.globalSteps_item h4 {
    position: absolute;
    bottom: 0;
    color: #fff;
}
.globalSteps_item p {
    position: absolute;
    padding-top: 35px;
    color: #939292;
    visibility: hidden;
}

.globalSteps_item:hover p {
    visibility: visible;
    transition: all 400ms;
}

.globalSteps_item p::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 2px;
    width: 35px;
    background-color: var(--brand-color);
}

.globalSteps_CTA {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--brand-color);
    border: 1px solid #2b2b2b;
    padding: 1rem;
    transition: all 400ms;
}

.globalSteps_CTA:hover {
    border: 1px solid #2b2b2b;
}

.globalSteps_CTA_icon {
    display: flex;
    justify-content: space-between;
    justify-items: center;
}

.globalSteps_CTA svg {
    width: 2.0rem;
    height: 2.0rem;
    margin-left: auto;
    transform: rotate(-135deg);
}

.globalSteps {
    position: sticky;
    top: 40px;
    min-height: 30vh;
    background-color: #f4fff4;
    border: 1px solid #e5e7eb;
    box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: calc(50px + 8.5vw);
    padding: 1rem;
}
.globalSteps:last-child {
    margin-bottom: calc(10px + 4.5vw);
}

.globalSteps_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: calc(10px + 1.5vw);
    margin-bottom: calc(25px + 1.5vw);

}


.darkReasons_icons {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: calc(50px + 7.5vw);
    padding-bottom: calc(50px + 7.5vw);
}



/* 

.globalSteps_item {
    position: sticky;
    top: calc(30px + 3.5vw);
}

.globalSteps_item:nth-child(1) {
    transform: rotate(1deg);
}
.globalSteps_item:nth-child(2) {
    transform: rotate(2deg);
}
.globalSteps_item:nth-child(3) {
    transform: rotate(0deg);
}
.globalSteps_item:nth-child(4) {
    transform: rotate(-2deg);
}
.globalSteps_item:nth-child(5) {
    transform: rotate(-4deg);
}

.globalSteps_left {
    position: sticky;
    top: calc(30px + 3.5vw);
    margin-bottom: calc(35px + 5.5vw);
}

*/

.globalSteps_item_link_wrapper {
    background-color: var(--color-blue);
    border: none !important;
}
.globalSteps_item_link_wrapper h3 {
    margin-bottom: calc(45px + 17vw);
}

.video-card.video-3-2 {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.video-card {
    width: 100%;
    height: auto;
    overflow: clip;
}

.image-10 {
    aspect-ratio: 1;
    object-fit: cover;
    position: relative;
}

.t-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}



.global_header_img {
    position: relative;
    height: 10em;
    overflow: hidden;
}

.global_header_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.global_slider_wrapper {
    position: relative;
    top: 0;
}



.global_header_content_title {
position: relative;
    font-size: calc((3.25 - 1) * 1.2vw + 1rem);
    color: #fff;
    line-height: .9;
    letter-spacing: 0.012vw;
    font-weight: normal;
    mix-blend-mode: difference;
    z-index: 3 !important;
}

.global_intro_banner {
    margin-top: -100px;
}



.global_header_img_wrapper {
    background-color: #fff;
    padding: .5rem;
}


.global_header_web_img {
    display: flex;
    align-items: center;
    background-color: #000;
    padding: .5rem;
}

.global_header_p {
    backdrop-filter: blur(20px);
    background-color: #f3efec26;
    border-radius: 8px;
    padding: 1dvw 15px;
}

.main__word {
    font-family: var(--secondary-font);
    font-size: 12px;
    text-transform: uppercase;
}

.global_header_link {
    background-color: red;
    display: flex;
    padding-top: 5.5rem;
}


.global_inner_cta {
    background-color: #c20936;
    padding: 1rem;
}

/* Services Not Accordion */

.globalService {
    display: flex;
    justify-items: flex-start;
    gap: calc(2rem + 2.5vw);
    padding-top: 4.6em;
    padding-bottom: 4.2em;
    border-top: 1px solid #424244;
    border-bottom: 1px solid #424244;
}

.globalService_number {
    font-size: calc((1.15 - 1) * 1.2vw + 1rem);
    color: var(--brand-color);
}
.globalService h3 {
    font-size: calc((3.45 - 1) * 1.2vw + 1rem);
    color: #fff;
    font-weight: 400;
    margin-top: 0;
}

.category_service {
    display: inline-flex;
    gap: 2rem;
    color: rgb(66, 66, 68);
    font-weight: bold;
    letter-spacing: .5px;
}

.category_dot {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background-color: rgb(66, 66, 68);
    border-radius: 100%;
    margin-left: 10px;
    margin-right: 10px;
}


.cardDark {
    border-bottom: 1px solid #7e7d7d;
    height: 100%;
}

.cardDark_header {
    background: var(--bg-black);
    padding: 1rem;
}

.cardDark_number {
    font-weight: normal;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: calc(50px + 5.5vw);
}

.cardDark_title {
    color: #fff;
    max-width: 250px;
    margin-bottom: 0;
}

.cardDark_par {
    position: relative;
    color: #3e3e3e;
}

















.intro_image {
    background: linear-gradient(rgba(0, 1, 14, 0.1), rgba(0, 1, 7, 0.1)), url(https://26051979.sirv.com/web-design-02.jpg) center center / cover no-repeat;
    padding-top: 140%;
}


.flex_intro {
    display: flex;
    align-items: center;
    gap: 12px;
}
.flex_intro img {
    width: 28px;
    height: 28px;
}

.flex_intro p{
    width: 250px;
}

.intro_heading {
    text-indent: 35%;
    margin-top: -55px;
}





.global_project_stats {
    display: flex;
    flex-direction: column;
    gap: calc(57px + 4.5vw);
    background-color: #1b1b1b;
    padding: 0 1rem;
}

.global_project_stats_title {
    font-size: calc(1.95rem + 3.26vw);
    color: #fff;
    font-weight: 500;
}


.global_negative_banner {
    position: relative;
}

.global_negative_banner::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%;
    background-color: var(--bg-black);
}

.sticky_intro_section {
    position: sticky;
    top: 0;
}

.accordion__card-header a {
    font-family: var(--heading-font);
    font-size: 1.05em;
    line-height: 1em;
    color: #c4c2c2;
    font-weight: 400;
    width: 100%;
    text-align: left;
    padding: 2vh 0;
    text-overflow: clip;
    white-space: normal !important;
    display: flex;

}

.services__list_number {
    width: 5%;
    font-size: .75rem;
    color: var(--brand-color);
}

.services__list-btn:after {
    content: "—";
    position: absolute;
    right: 15px;
}

.services__list-btn.collapsed {
    background: transparent;
    border-radius: 0;
}

.services__list-btn.collapsed:after {
    content: "+";
    position: absolute;
    right: 15px;
}

#services__list .collapsing {
    background: #fff;
    line-height: 30px;
    border-radius: 0;
}

#services__list .collapse {
    border: 0;
}

#services__list .collapse.show {
    background: #fff;
    line-height: 30px;
    border-radius: 0;
}

#services__list .card-body {
    padding-left: 0;
}
.services__list-p {
    padding: 15px;
    margin-top: 0 !important;
    max-width: calc(950px + 2.5vw);
}





.stickyCard_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 4px;
    height: 3.5rem;
    width: 3.5rem;
    margin-bottom: 30px;
}

.stickyCard_item i {
    font-size: calc(18px + .75vw);
}









/* Accordion Light */

.accordion__card {
    border-top: 1px dotted #555;
}
.accordion__card:last-child {
    border-bottom: 1px dotted #555;
}

.accordion_light_btn {
    font-family: var(--heading-font);
    font-size: 1.05em;
    line-height: 1em;
    color: var(--bg-black);
    letter-spacing: .5px;
    font-weight: 600;
    width: 100%;
    text-align: left;
    padding: 2vh 0;
    text-overflow: clip;
    white-space: normal !important;
    display: flex;
}

.accordion_light_number {
    width: 5%;
    font-size: .75rem;
    color: var(--color-red);
}

.accordion_light_btn:after {
    content: "—";
    position: absolute;
    right: 15px;
}

.accordion_light_btn.collapsed {
    background: transparent;
    border-radius: 0;
}

#features_list .collapsing {
    background: var(--bg-black);
    line-height: 30px;
    border-radius: 0;
}

#features_list .collapse.show {
    background: var(--bg-black);
    line-height: 30px;
    border-radius: 0;
}

.accordion_light_btn.collapsed:after {
    content: "+";
    position: absolute;
    right: 15px;
}

.accordion_light_par {
    color: #c4c2c2;
    margin-top: 0 !important;
    margin-bottom: 15px;
    max-width: calc(950px + 2.5vw);
}

.numbers_item {
    border: 1px solid #202020;
    padding: 1dvw;
    height: 100%;
}

.numbers_item_number span {
    font-size: calc(24px + 5.70874vw);
    color: #5e5d5d;
    line-height: .9;
}

.numbers_item_body h4 {
    font-size: 100%;
    color: #c4c2c2;
    letter-spacing: .25px;
    margin-top: calc(20px + 1.45vw);
}
.numbers_item_body p {
    color: #5e5d5d;
}


/* Accordion Dark / Step */


.accordion_dark_btn {
    font-family: var(--heading-font);
    font-size: 1.05em;
    line-height: 1em;
    width: 100%;
    text-align: left;
    padding: 2vh 0;
    text-overflow: clip;
    white-space: normal !important;
    display: flex;
}

.accordion_dark_number {
    width: 5%;
    font-size: 1rem;
    color: var(--color-red);
}

.accordion_dark_btn:after {
    content: "—";
    position: absolute;
    right: 15px;
}

.accordion_dark_btn.collapsed {
    background: transparent;
    border-radius: 0;
}

#design_steps .collapsing {
    background: #000;
    line-height: 30px;
    border-radius: 0;
}

#design_steps .collapse.show {
    background: #000;
    line-height: 30px;
    border-radius: 0;
}

.accordion_dark_btn.collapsed:after {
    content: "+";
    position: absolute;
    right: 15px;
}

.accordion_dark_par {
    color: #c4c2c2;
    margin-top: 0 !important;
    margin-bottom: 0;
    max-width: 500px;

}

.sticky_testimonial {
    position: sticky;
    padding: 15px;
    border-radius: .6944444444vw;
    margin-bottom: 135px;
    top: 30%;
    background-color: #fff;
    border: 1px solid #d1d1d1;
}

.sticky_testimonial:nth-child(1) {
    transform: rotate(4deg);
}
.sticky_testimonial:nth-child(2) {
    transform: rotate(2deg);
}
.sticky_testimonial:nth-child(3) {
    transform: rotate(0deg);
}
.sticky_testimonial:nth-child(4) {
    transform: rotate(-2deg);
}
.sticky_testimonial:nth-child(5) {
    transform: rotate(-4deg);
}
.sticky_testimonial:nth-child(6) {
    background-color: transparent;
    border: none;
}

.sticky_testimonial_par {
    font-family: 'Europa Grotesk SH DemBol';
    font-size: calc(14px + .65vw);
    line-height: 1;
    font-weight: 400;
    letter-spacing: normal;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 35px;

}

.review__numbers {
    font-size: calc(18px + 5.95vw);
    font-weight: 600;
}

.review__numbers span {
    font-size: calc(14px + .25vw);
    font-weight: 500;
    letter-spacing: normal;
}

/* Global Pricing */

.globalPricing_header {
    padding-top: 20vh;
}

.pricingCard {
    background-color: #09090b;
    border: 1px solid #3f3f46;
    padding: 16px;
    border-radius: 10px;
    min-height: 100%;
}

.pricingTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.pricingNumber {
    color: #fff;
}

.pricingTimeline {
    display: flex;
    justify-content: space-between;
    font-size: 100%;
    color: #fff;
    border-top: 1px solid #3f3f46;
    border-bottom: 1px solid #3f3f46;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricingFeatures {
    list-style: none;
    color: #c4c2c2;
    border-bottom: 1px solid #3f3f46;
    padding-bottom: 35px;
    margin-bottom: 20px;
}



.pricingAmount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.pricingBtn {
    display: block;
    text-align: center;
    font-size: 120%;
    padding: 16px 34px;
    border-radius: 8px;
    box-shadow: rgba(9, 9, 11, 0.11) 0px 0.6px 0.6px -1.25px, rgba(9, 9, 11, 0.1) 0px 2.29px 2.29px -2.5px, rgba(9, 9, 11, 0.04) 0px 10px 10px -3.75px;
    margin-bottom: 20px;
}

.otherFeatures {
    list-style: none;
    color: #c4c2c2;
}
.otherFeatures li i {
    color: var(--brand-color);
    margin-right: 15px;
}





/*=======================================================================================================
WEBSITE DESIGN PAGE
========================================================================================================= */
.introHeading {
    position: relative;
    margin-bottom: -50px;
    z-index: 2;
}

.introImg {
    background: linear-gradient(rgba(0, 1, 14, 0.4), rgba(0, 1, 7, 0.4)), url(https://26051979.sirv.com/web-design.webp) center center / cover no-repeat;
    min-height: calc(650px + 4.5vw);
}

.center_web_banner {
    min-height: 100vh;
    background: linear-gradient(rgba(0, 1, 14, 0.4), rgba(0, 1, 7, 0.4)), url(https://26051979.sirv.com/web-design.webp) center center / cover no-repeat;
    background-attachment: fixed;
}

.accordionDark {
    border-top: 1px dotted #555;
}
.accordionDark:last-child {
    border-bottom: 1px dotted #555;
}

.accordionDark_header a {
    font-family: var(--heading-font);
    font-size: 1.05em;
    line-height: 1em;
    color: #c4c2c2;
    font-weight: normal;
    width: 100%;
    text-align: left;
    padding: 2vh 0;
    text-overflow: clip;
    white-space: normal !important;
    display: flex;

}

.accordionDark_number {
    width: 5%;
    font-size: .75rem;
    color: var(--brand-color);
}

.accordionDark_btn:after {
    content: "—";
    position: absolute;
    right: 15px;
}

.accordionDark_btn.collapsed {
    background: transparent;
    border-radius: 0;
}

.accordionDark_btn.collapsed:after {
    content: "+";
    position: absolute;
    right: 15px;
}

.accordionDark .collapsing {
    background: #fff;
    line-height: 30px;
    border-radius: 0;
}

.accordionDark .collapse {
    border: 0;
}

.accordionDark .collapse.show {
    background: #fff;
    line-height: 30px;
    border-radius: 0;
}

.accordionDark .card-body {
    padding-left: 0;
}
.accordionDark_p {
    padding: 15px;
    margin-top: 0 !important;
    max-width: calc(950px + 2.5vw);
}



























.featuresCard {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--bg-black-light);
    padding: .75rem;
}
.featuresCard_link {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
    color: #c4c2c2;
    padding: 3rem .75rem;
}

.featuresCard_link::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: var(--brand-color);
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.featuresCard_link:hover::before {
    height: 100%;
}

.featuresCard_link span {
    z-index: 2;
}
.featuresCard_link img {
    z-index: 2;
    transition: all 400ms ease-in-out;
}
.featuresCard_link:hover img {
    filter: invert(1);
}


.portfolio {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 650px;
    padding: 1dvw 1dvw 0 1dvw;
    margin-bottom: calc(50px + 5vw);
}

.portfolio_01 {
    background: linear-gradient(rgba(0, 1, 14, 0.4), rgba(0, 1, 7, 0.4)), url(https://26051979.sirv.com/Accounting-website.png) center center / cover no-repeat;
}
.portfolio_02 {
    background: linear-gradient(rgba(0, 1, 14, 0.4), rgba(0, 1, 7, 0.4)), url(https://26051979.sirv.com/ipad2bFINALWM.jpg) center center / cover no-repeat;
}
.portfolio_03 {
    background: linear-gradient(rgba(0, 1, 14, 0.4), rgba(0, 1, 7, 0.4)), url(https://26051979.sirv.com/dentist-website.webp) center center / cover no-repeat;
}


.card_item_number {
    font-family: var(--secondary-font);
    font-size: 80%;
    color: #fff;
}
.card_item_footer {
    display: flex;
}
.portfolio_title {
    width: 50%;
    color: #fff;
}

.portfolio_list {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
    list-style: none;
}



/*=======================================================================================================
GRAPHIC DESIGN
========================================================================================================= */

.center_graphic_banner {
    min-height: 100vh;
    background: linear-gradient(rgba(0, 1, 14, 0.4), rgba(0, 1, 7, 0.4)), url(/images/65dc81a66d547675aca2eaa1_LAS-Work_14.webp) center center / cover no-repeat;
}
.center_about_banner {
    min-height: 100vh;
    background: linear-gradient(rgba(0, 1, 14, 0.4), rgba(0, 1, 7, 0.4)), url(https://res.cloudinary.com/server-cdn/image/upload/v1688831530/about-netfy_mweatr.webp) center center / cover no-repeat;
}



/*=======================================================================================================
HOSTING PAGE
========================================================================================================= */

.host__header {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 100vh;
    background: linear-gradient(rgba(0, 1, 14, 0.4), rgba(0, 1, 7, 0.4)), url(https://res.cloudinary.com/server-cdn/image/upload/v1670335087/web-hosting-bg_j2kp4d.webp) center center / cover no-repeat;
}

.intro_icon {
    background-color: #000;
    flex: none;
    height: 48px;
    position: relative;
    width: 48px;
    border-radius: 100%;
}


.pricing_table {
    background: linear-gradient(rgb(31, 31, 31) 0%, rgb(0, 0, 0) 35%, rgb(0, 0, 0) 65%, rgb(31, 31, 31) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    height: 100%;
}

.pricing_table-header {
    border-bottom: 1px solid rgb(51, 51, 51)
}

.pricing_amount_wrapper {
    display: flex;
}

.pricing_table_amount {
   font-size: 64px;
   font-style: italic;
   color: #fff;
   margin-bottom: 0;
}

.pricing_table_month {
    font-size: 24px;
}
.pricing_table_btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
    padding: .675rem .75rem;
    border: 1px solid #fff;
    border-radius: 44px;
    width: 100%;
}

.features_has_icon {
    display: flex;
    border-bottom: 1px solid #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}
.features_has_icon:first-child {
    padding-top: 10px;
}
.features_icon {
    width: 15%;
    border-right: 1px solid #fff;
}
.features_text {
    width: 85%;
    padding-left: 10%;
}
.features_has_icon_img {
    filter: invert(1);

}
.features_has_icon h4 {
    color: #fff;
}
.features_has_icon p {
    color: #c4c2c2;
    margin-bottom: 0;
}




.card_dark {
    border: 1px solid rgba(255,255,255,0.15);
    height: 100%;
}

.card_dark h4 {
    color: #fff;
}
.card_dark p {
    color: #c4c2c2;
}



.hosting__reasons-item .number {
    display: block;
    font-size: calc((6.25 - 1) * 1.2vw + 1rem);
    color: black;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    border-top: 1px dotted #373737;
    padding-top: calc(15.71429px + .72857vw);
}

.migration__banner {
    background-color: var(--color-green);
    padding: calc(15px + 2.45vw) calc(15px + .45vw);
}



.hosting__question-item {
    padding-top: calc(35px + .45vw);
    padding-bottom: 35px;
    border-top: 1px solid #333;
}

.hosting__question-item p {
    margin-top: 0;
}

.hosting__website-cta {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 1, 14, 0.6)), to(rgba(0, 1, 7, 0.6))), url(https://res.cloudinary.com/server-cdn/image/upload/v1658930343/website-design-1920x0-c_kcy3r6.jpg) no-repeat center center /cover;
    background: -o-linear-gradient(rgba(0, 1, 14, 0.6), rgba(0, 1, 7, 0.6)), url(https://res.cloudinary.com/server-cdn/image/upload/v1658930343/website-design-1920x0-c_kcy3r6.jpg) no-repeat center center /cover;
    background: linear-gradient(rgba(0, 1, 14, 0.6), rgba(0, 1, 7, 0.6)), url(https://res.cloudinary.com/server-cdn/image/upload/v1658930343/website-design-1920x0-c_kcy3r6.jpg) no-repeat center center /cover;
}

.hosting__website-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hosting__website-link .btn {
    border-radius: 25px;
}

.hosting__website-link .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    background-color: hsla(0, 0%, 95%, .3);
    border-radius: 100%;
    height: 37px;
    width: 37px;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.hosting__website-link .icon:hover {
    background-color: red;
}





/*================================
About us
================================== */

.about_header {
    position: relative;
    overflow: hidden;
    padding-top: 45px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    display: flex;
}

.about_header_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--color-blue);
    padding: 1rem;
    height: 100%;

}


.brandLetters {
    display: flex;
    justify-content: space-between;
    background: var(--color-blue);
}
.brandLetters:nth-child(2) {
    margin-top: calc(-80px - 2.5vw);
}
.brandLetters:nth-child(3) {
    margin-top: calc(-80px - 2.0vw);
}
.brandLetters:nth-child(4) {
    margin-top: calc(-60px - 2.0vw);
}

.letters {
    font-size: calc((10.25 - 1) * 1.2vw + 1rem);
    font-weight: 600;
    line-height: .9;
    color: #fff;
    text-transform: uppercase;
}









.about_services_heading {
    position: sticky;
    top: 30px;
}
.about_services h4 {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding-bottom: 30px;
    border-bottom: 1px solid #b0b0b03e;
    margin-bottom: 0;
}

.about__services__item ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #b0b0b03e;
    width: 100%;
    font-family: 'Europa Grotesk SH DemBol';
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    color: #747474;
}


.counter__title__box {
    background-color: var(--bg-black);
    padding: 15px;
    border-radius: 10px;
}

.counter__title {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #fff;
    margin-bottom: calc(35px + 4.5vw);
}
.counter__title__dot {
    height: .7em;
    width: .7em;
    background: #00f;
    border-radius: 50%;
    margin-right: .75em;
}

.counter__box {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #00f;
}

.counter__box h3 {
    font-size: calc((1.85 - 1) * 1.2vw + 1rem);
    margin-top: 0;
    transition: all 400ms;
}

.counter__box-footer {
    margin-top: calc(50px + 7.5vw);
}
.counter__box p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.counter__box svg {
    height: calc(1rem + .75vw);
    width: calc(1rem + .75vw);
    transition: all .4s ease-in-out;
    color: #00f;
}
 
.counter__box:hover {
    background: #00f;
    transition: all .4s ease-in-out;
    color: #fff;
}
.counter__box:hover svg {
    transform: rotate(135deg);
    color: #fff;
}
.counter__box:hover h3 {
    color: #fff;
}

.counter__link {
    margin-top: calc(15px + 2.5vw);
}
.counter__link h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.counter__link-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--bg-black);
    padding: 15px;
    border-radius: 10px;
}

.counter__link-item {
    color: var(--color-green);
    font-weight: 400;
}

.counter__link-icon {
    font-size: 150%;
    margin-right: 5px;
}





/*================================
WORK / PORTFOLIO
================================== */

.portfolioHeading {
    min-height: 80vh;
    display: flex;
    align-items: center;
    z-index: 2
}

.portfolioHeading h2 {
    display: inline;
    backdrop-filter: blur(10px);
    border-radius: 6px;
    padding: 1rem;
}

.portfolioHeading p {
    backdrop-filter: blur(10px);
    border-radius: 6px;
    padding: 1rem;
    margin-top: 0;
}

.portfolioLink_wrapper {
    display: flex;
    align-content: center;
    padding-top: calc(100px + 6.5vw);
    padding-bottom: calc(100px + 6.5vw);
}

.portfolioLink span {
    display: block;
    background-color: #000;
    min-height: 3rem !important;
    margin-bottom: 1rem;
}


/*================================
Contact Us Page
================================== */

.contactHeader {
    padding-top: calc(10vh + 2.5vw);

}


.contact__header {
    padding-top: 50px;
    padding-bottom: 10vh;
}

.contact__page-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    border-bottom: 1.5px dotted #7c6f63;
}

.contact__page-details:first-child {
    border-top: 1.5px dotted #7c6f63;
}

.contact__heading {
    color: #b0b0b0;
    width: 30%;
}

.main__contact-details {
    width: 70%;
    text-align: right;
    font-weight: 500 !important;
}
.main__contact-details h3 {
    color: #fff;
}

.main__contact-details p a {
    border-bottom: none;
}

.contact_map {
    border: none;
    margin-bottom: -10px;
}

#form-accordion button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent !important;
    text-align: left;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: calc(10.14286px + 2.16807vw);
    margin-bottom: calc(10.14286px + 2.16807vw);
    border-radius: 0;
    border-top: 1px dotted #343434;
}

#form-accordion button .number {
    display: inline-block;
    font-weight: 500;
    color: var(--color-red);
    letter-spacing: normal !important;
    width: 50px;
    margin-bottom: calc(10.14286px + .16807vw);
}

#form-accordion button .form-heading {
    position: relative;
    display: block;
    width: 100% !important;
    padding-right: calc(35.14286px + 1.46807vw);
    font-size: calc((2.25 - 1) * 1.2vw + 1rem);
    font-weight: 300;
    line-height: 0.8;
    color: #fff;
}

#form-accordion button .form-heading::before {
    content: '';
    display: block;
    position: absolute;
    width: calc(15px + 0.75vw);
    height: calc(15px + 0.75vw);
    top: 20%;
    background: url(/images/services-arrow.svg) no-repeat center center /cover;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-filter: invert(1);
    filter: invert(1);
}



#form-accordion button:focus .form-heading::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



#form-accordion p {
    margin-left: 50px;
}

#form-accordion .form-control {
    position: relative;
    padding: 20px 20px;
    margin-bottom: calc(15.14286px + 2.16807vw);
    background: transparent;
    border-style: none none solid;
    background-color: #fff;
    border-radius: 0;
    font-weight: 300;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/* ================================================
CONTACT FORM LIGHT
============================ */

.form__dark .form-group {
    margin-bottom: calc(20px + 2.5vw);
}

.email_icon {
    width: 100px;
    margin-bottom: calc(35px + 4.5vw);
}

.form__dark .form-control {
    padding: 10px 0;
    margin-bottom: calc(5px + .16807vw);
    border: none;
    border-bottom: 1px solid #474747;
    border-radius: 0;
    font-weight: 300;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: transparent;
    
}

input {
    color: #000 !important;
}

.contact__form label {
    font-size: calc((1.25 - 1) * 1.2vw + 1rem);
    color: #fff;
    letter-spacing: normal;

 
}

select {
    background: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAngle Down%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='none' stroke='%23fa0505' stroke-miterlimit='10' stroke-width='2' d='M20 26l11.994 14L44 26' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position-x: 100% !important;
    background-position-y: 10px !important;
    background-size: 60px !important;
    box-shadow: none !important;
}

.enquiry-form .form-control:focus {
    outline: none !important;
    box-shadow: none;
    opacity: 0.63;
}

select option {
    background: #fff !important;
    box-shadow: none !important;
    color: #000;
    font-size: calc((0.95 - 1) * 1.2vw + 1rem);
}

.contacts {
    font-size: 180%;
}


/*================================
Legal Notice
================================== */

.legal__header {
    display: flex;
    align-items: flex-end;
    min-height: 50vh;
    background: var(--bg-black);
    padding-bottom: calc(15px + .45vw);
}

#legal-accordion .legal-item {
    border-top: 1.5px dotted #7c6f63;
}

#legal-accordion .legal-item:nth-child(19) {
    border-bottom: 1.5px dotted #7c6f63;
}

#legal-accordion button {
    padding: calc(10vh * .1875) 0;
    background-color: transparent !important;
}


#legal-accordion button .legal-heading {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 100%;
    font-family: 'PP Neue Montreal';
    font-size: medium;
    text-transform: capitalize;
    line-height: 1.1;
    font-weight: bold;
    position: relative;
    text-align: left !important;
    padding-right: 8%;
}


#legal-accordion button .legal-heading::before {
    content: '';
    position: absolute;
    background: #000;
    width: calc(10px + .25vw);
    height: 2px;
    top: 5px;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#legal-accordion button .legal-heading::after {
    content: '';
    position: absolute;
    background: #000;
    width: calc(10px + .25vw);
    height: 2px;
    top: 5px;
    right: 0;
}

#legal-accordion .btn:focus .legal-heading::before {
    opacity: 0;
}


#legal-accordion .legal-item p {
    margin-top: 0 !important;
    margin-right: calc(17.14286px + 3.16807vw);
}


#legal-accordion .legal-item ul {
    position: relative;
    list-style: none !important;
}

#legal-accordion .legal-item ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}

#legal-accordion .legal-item ul li::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 5px;
    height: 5px;
    background: red;
    border-radius: 50%;
}





/* ================= FORMS ================= */

.enquiry-header {
    padding-top: calc(57px + 20vh);
}

.enquiry-form .form-group {
    background-color: transparent;
    margin-bottom: calc(15px + 2.45vw);
    border: 0.5px solid #343a40;

}

.enquiry-form .form-control {
    height: auto;
    padding-left: .75rem;
    padding-bottom: 30px;
    border: 1px transparent;
    border-radius: 0;
    background-color: transparent;
    font-size: calc(14px + 0.35vw);
    font-weight: 400;
    letter-spacing: .02em;
    text-transform: none;
    color: #5a636b;
}

.enquiry-form h2 {
    color: #fff;
}

.enquiry-form h3 {
    font-size: calc((1.25 - 1) * 1.2vw + 1rem);
    color: #c4c2c2;
    text-transform: uppercase;
    padding-top: 20px;
    margin-left: .75rem;
    margin-right: .75rem;
    padding-bottom: calc(20px + .75vw);
    margin-bottom: 10px !important;
    border-bottom: 1px solid rgb(19, 18, 18);
}

.enquiry-form p {
    color: #535151;
}

.enquiry-form hr {
    background-color: #fff;
}

.enquiry-form .empty-space {
    padding-bottom: 20px;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none;
    opacity: 0.63;
}


input:where([type="checkbox"], [type="radio"]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    margin: calc(0.75em - 11px) 0.25rem 0 0;
    vertical-align: top;
    border-radius: 0;
    border: 2px solid #000;
    margin-right: 20px !important;
    margin-bottom: 10px;
}


input[type="radio"] {
    border-radius: 50%;
}

input:where([type="checkbox"], [type="radio"]):where(:active:not(:disabled), :focus) {
    outline: none;
}

input:where([type="checkbox"], [type="radio"]):disabled {
    background: #eee;
}

input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECheck Square%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M0 0v64h64V0zm47.371 25.959l-17.38 17.379-10.407-10.406a2 2 0 1 1 2.828-2.828l7.578 7.578L44.543 23.13a2 2 0 0 1 2.828 2.828z' fill='%23202020'%3E%3C/path%3E%3C/svg%3E");

}

input[type="radio"]:checked {
    background-image: url('radio.svg');
}


.form-check-label {
    margin-left: 35px;
}


.submit-button {
    position: relative;
    text-align: left;
    border-radius: 0;
    background-color: var(--color-red);
}


.submit-button::before {
    position: absolute;
    content: "";
    top: 25px;
    right: 10px;
    height: 50px;
    width: 50px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EArrow Right Up%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='4' d='M43.999 20L18 46' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3Cpath data-name='layer1' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='4' d='M44 40V20H24' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
}


.submit-button .btn {
    background-color: transparent;
    text-align: left;
    padding-top: 35px;
    padding-bottom: 40px;
    border-radius: 0;
    font-size: calc((1.25 - 1) * 1.2vw + 1rem);
    font-style: normal;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

.design-request-form .form-group {
    text-align: center !important;
    font-size: 140%;
    color: #fff;
    margin-bottom: calc(25.71429px + 5.42857vw);
}

.design-request-form .form-control {
    border: none;
    border-bottom: 1px solid rgb(70, 59, 233);
    border-radius: 0 !important;
    margin-bottom: calc(35px + .45vw);
    opacity: 0.33;
}

.design-request-form .form-control:focus {
    outline: none !important;
    box-shadow: none;
    border-bottom: 1px solid rgb(22, 6, 248);
    opacity: 0.63;
    background: transparent !important;
}


.design-request-form input {
    text-align: center !important;
    background: transparent !important;
    border: none;
    padding-bottom: calc(15px + .75vw);
}

.design-request-form textarea {
    text-align: center !important;
    background: transparent;
    border: none;
}

.design-request-form button {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center !important;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0 !important;
    padding-top: 20px;
    padding-bottom: 20px;
}


.form__offer-heading {
    padding-top: calc(84px + 56*(100vw - 930px)/670);
    padding-left: calc(24px + 100*(100vw - 930px)/670);
    padding-right: calc(24px + 100*(100vw - 930px)/670);
}


.loading-dots span {
  animation: dot-fade 1.4s infinite ease-in-out;
  /* Basic styling for the dots */
  display: inline-block;
  margin: 0 2px;
  font-size: 1.2em;
}

.loading-dots span:nth-child(1) {
  animation-delay: -0.3s; /* Adjust delay for staggered effect */
}

.loading-dots span:nth-child(2) {
  animation-delay: -0.15s;
}

@keyframes dot-fade {
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}


/* ================= FOOTER ================= */

.footer_cta {
    background: linear-gradient(rgba(0, 1, 14, 0.4), rgba(0, 1, 7, 0.4)), url(/images/steps_bg.jpg) center center / cover no-repeat;
    min-height: 100vh;
}

.footer_cta p {
    max-width: 40ch;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #fff;
    margin-bottom: 0;
}

footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
    bottom: 0px;
    z-index: -2;
}

.footer_content {
    z-index: 1;
}

.footer_box {
    display: flex;
    align-items: start;
}

.footer_box_buckets {
    display: flex;
    align-items: center;
    width: 40%;
}
.footerLogo {
    filter: invert(1);
    opacity: .4;
    width: calc(55px + 1.5vw);

}

.footer_title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.footer__marquee {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}


.footer__marquee span {
    letter-spacing: 0.32vw !important;
    mix-blend-mode: exclusion !important;
}

.footerLinks {
    display: flex;
    justify-content: start;
}

.footerLinks_item {
    display: block;
    position: relative;
    font-family: 'Europa Grotesk SH DemBol';
    padding-left: 20px;
    margin: 0;
    padding-top: 0;
}
.footerLinks_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 5px;
    width: 5px;
    border-radius: 100%;
    background-color: var(--brand-color);
}

.footerLinksItem_wrapper {
    width: 50%;
}

.footer__copyright span {
    font-family: var(--secondary-font);
    font-weight: normal;
    color: #6a6a6a;
}


footer hr {
    background-color: #d5d4d4;
}

.go_top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #474747;
    height: 35px;
    width: 35px;
    margin-left: auto;
}

.footer_logo {
    filter: invert(1);
    opacity: .2;
}

.about-hero__marquee {
    overflow: hidden;
}

.about-hero__marquee-row {
    display: flex;
    position: relative;
    text-align: center;
    white-space: nowrap;
}


.about-hero__marquee-item span {
    position: relative;
    font-size: calc((5.75 - 1)* 1.2vw + 1rem);
    line-height: .8;
    font-weight: normal;
    padding: 2px 20px;
    text-transform: uppercase;
}


/*================================
Media Queries
================================== */

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .w-75 {
        width: 100% !important;
    }

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    
    body {
        font-size: calc(14px + 24 * (100vw - 375px) / 585);
    }

    .global_header_content h1 {
        font-size: calc((5.75 - 1) * 1.2vw + 1rem);
        line-height: .85;
        letter-spacing: -0.015vw;
        margin-bottom: 20px !important;
    }

    h2 {
        font-size: calc((3.25 - 1) * 1.2vw + 1rem);
        line-height: 1;
    }

    h4 {
    font-size: calc((2.455 - 1) * 1.2vw + 1rem);
}

    .navbarBrand {
    width: 70%;
    }


    h6 {
        letter-spacing: -0.045vw;
    }


    .container-90 {
        width: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .mt_100 {
        margin-top: 100px;
    }
    .mb_100 {
        margin-bottom: 100px;
    }

    .my_100 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    
    .mt_200 {
        margin-top: 200px;
    }
    .mb_200 {
        margin-bottom: 200px;
    }

    .my_200 {
        margin-top: 200px;
        margin-bottom: 200px;
    }

    .global_header_img_wrapper {
        background-color: transparent;
        padding: 0;
    }

    .global_header_web_img {
        background-color: transparent;
        padding: 0;
    }

    .stickyCard {
        position: sticky;
        top: 40vh;
        margin-bottom: calc(100px + 4.5vw);
    }

    .stickyCard_item {
        background: #19191b;
        padding: 1rem;
        height: 100%;
    }

    

   
    /* About pAGE */
    .about_header {
        min-height: 60vh;
}

    .brandLetters_wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    .brandLetters:nth-child(2) {
        margin-top: -20px
    }
    .brandLetters:nth-child(3) {
        margin-top: -15px
    }
    .brandLetters:nth-child(4) {
        margin-top: -20px
    }

    .letters {
    font-size: calc((6.75 - 1) * 1.2vw + 1rem);
    font-weight: 600;
    line-height: .9;
    color: #fff;
    text-transform: uppercase;
    }
    

    .intro_stats {
        min-height: 200px;
    }

.intro_stats_number {
    font-size: calc(48px + 1.23613vw);
}

    #faq .card .card-header span {
        display: inline-block;
        width: 100px;
        margin-bottom: 10px;
    }

    .footerImage {
        margin-bottom: 35px;
    }

    .footer_box {
        display: block
    }

    .footer_box_buckets {
        width: 100%;
        border-bottom: 1px solid #474747;
        padding-bottom: 7px;
        margin-bottom: 12px;
    }

    .footer_box_title {
        margin-left: 0;
        margin-right: 0;
    }

    .footer_box_buckets img {
        display: none;
    }
}

 



/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .content-reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }


        
    .global__pricing-description {
        margin-top: 515px !important;
        margin-bottom: calc(35px + 1.5vw);
    }

   

    .intro_stats p {
        margin-top: 0;
    }
    
  
   
    .sticky_intro_section {
        position:static;
        margin-top: 35px;
    }

    .services__list_number, .accordion_light_number {
        width: 10%;
    }

    .accordion_light_btn {
        line-height: .8;
        letter-spacing: normal;
        font-weight: normal;
    }

    .services_title {
        margin-bottom: 10px;
    }

    .arrow_up {
        height: calc(12px + .05vw);
    }

    .sticky_testimonial {
        top: 30%;
        padding: 1.5rem 15px;
        margin-bottom: 135px;
    }

    .sticky_testimonial_par {
        margin-top: 0;
    }
}

    

    


    

    /*================================
NAVBAR
================================== */

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
  }
  
  .cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    font-weight: 700;
  }
  
  .cd-words-wrapper b.is-visible {
    position: relative;
  }
  
  .no-js .cd-words-wrapper b {
    opacity: 0;
  }
  
  .no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
  }
  