@font-face {
    font-family: 'PP Editorial Old';
    src: url(../fonts/PPEditorialOld-UltralightItalic.woff2) format('woff2'), url(../fonts/PPEditorialOld-UltralightItalic.woff) format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'PP Editorial Old';
    src: url(../fonts/PPEditorialOld-Ultrabold.woff2) format('woff2'), url(../fonts/PPEditorialOld-Ultrabold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'PP Editorial Old';
    src: url(../fonts/PPEditorialOld-Italic.woff2) format('woff2'), url(../fonts/PPEditorialOld-Italic.woff) format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'PP Editorial Old';
    src: url(../fonts/PPEditorialOld-Ultralight.woff2) format('woff2'), url(../fonts/PPEditorialOld-Ultralight.woff) format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'PP Editorial Old';
    src: url(../fonts/PPEditorialOld-Regular.woff2) format('woff2'), url(../fonts/PPEditorialOld-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'PP Editorial Old';
    src: url(../fonts/PPEditorialOld-UltraboldItalic.woff2) format('woff2'), url(../fonts/PPEditorialOld-UltraboldItalic.woff) format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Aspekta";
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
    src: url("../fonts/AspektaVF.woff2") format("woff2");
}

:root {
    --aspekta: 'Aspekta';
    --pp: 'PP Editorial Old'
}

* {
    margin: 0;
    padding: 0
}

html,
body {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth
}

body.active {
    overflow: hidden
}

ul {
    list-style-type: none;
    display: flex;
    align-items: center
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--aspekta)
}

h1 {
    font-size: 64px;
    font-weight: 450;
    line-height: 61.44px;
    letter-spacing: -1.2111554145812988px;
    text-align: left;
    color: #111;
    text-transform: capitalize
}

h2 {
    font-size: 54px;
    font-weight: 400;
    line-height: 67.5px;
    text-align: center;
    color: #FFF
}

h3 {
    font-size: 36px;
    font-weight: 350;
    line-height: 46.8px;
    color: #FFF
}

h2 span {
    font-family: var(--pp);
    font-size: 54px;
    font-style: italic;
    font-weight: 200;
    line-height: 67.5px;
    color: #FFF
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 30px;
    z-index: 999
}

.header-logo a {
    display: flex
}

.header-logo img {
    max-width: 114px;
    filter: invert(1)
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 590px;
    position: relative;
    margin: 0 auto;
    border-radius: 29px;
    background-color: #F2F2F2CC;
    padding: 9px 24px;
    transition: .4s ease all
}

.country-select.inside .selected-flag {
    border-bottom: .94px solid #DADADA
}

.header-container.active {
    max-width: 720px
}

.header-links>ul>li>a {
    font-family: var(--aspekta);
    font-size: 10px;
    font-weight: 450;
    line-height: 14.3px;
    letter-spacing: 1px;
    text-align: left;
    color: #000;
    text-transform: uppercase
}

.header-links>ul {
    gap: 40px;
    transition: .4s ease all
}

.header-container.active .header-links>ul {
    transform: translateX(-120px)
}

.header-btn {
    position: absolute;
    right: 10px;
    opacity: 0;
    pointer-events: none;
    transition: .4s ease all;
    z-index: 1
}

.header-container.active .header-btn {
    opacity: 1;
    pointer-events: all
}

.header-btn a {
    border-radius: 24px;
    padding: 8px 12px;
    background-color: #BC0219;
    font-family: var(--aspekta);
    font-size: 12px;
    font-weight: 450;
    line-height: 18px;
    letter-spacing: .07em;
    text-align: left;
    color: #FFF;
    transition: .2s ease all
}

.header-btn a:hover {
    color: #BC0219;
    background-color: #FFF
}

.landing-banner {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.banner-bg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%
}

.banner-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.banner-usps {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-top: 48px
}

.banner-usp {
    font-family: var(--aspekta);
    font-size: 14px;
    font-weight: 450;
    line-height: 21px;
    letter-spacing: .07em;
    text-align: left;
    padding: 8px 12px;
    background-color: #BC0219;
    color: #FFF;
    text-transform: capitalize;
    border-radius: 24px
}

.banner-heading {
    max-width: 70ch
}

.banner-container {
    position: relative
}

.banner-award {
    max-width: 240px
}

.banner-award img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner-stat-head {
    font-family: var(--aspekta);
    font-size: 60.77px;
    font-weight: 400;
    line-height: 72.93px;
    letter-spacing: -1.5551159381866455px;
    color: #111;
    display: flex;
    align-items: center
}

.banner-stat-body {
    font-family: var(--aspekta);
    font-size: 11.98px;
    font-weight: 450;
    line-height: 17.98px;
    letter-spacing: 1.1212975978851318px;
    text-transform: uppercase;
    color: #111
}

.banner-stat-head span {
    font-family: var(--aspekta);
    font-size: 41px;
    font-weight: 400;
    line-height: 72.93px;
    letter-spacing: -1.5551159381866455px
}

.banner-stats {
    display: flex;
    align-items: center;
    gap: 70px;
    padding-top: 68px
}

.banner-award {
    padding-top: 140px
}

.banner-container {
    padding-top: 70px;
    padding-bottom: 65px;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.banner-right form {
    background-color: #FFF;
    width: 433px;
    padding: 45px 35px;
    padding-top: 25px
}

.sp-contact-input.ct-code {
    display: grid;
    align-items: center;
    width: 100%;
    grid-template-columns: 1fr 7fr
}

form .sp-contact-input.ct-code p {
    display: block
}

form .sp-contact-input.ct-code .country_code {
    position: relative;
    top: 4.5px;
    left: 6px
}

.sp-contact-input.ct-code .country-select {
    max-width: 20px !important
}

.sp-contact-input p br {
    display: none
}

.country-select.inside .flag-dropdown {
    right: auto;
    left: 0
}

.sp-contact-input.ct-code .country-select.inside input,
.sp-contact-input.ct-code .country-select.inside input[type=text] {
    max-width: 20px !important;
    height: 27px !important
}

form .sp-contact-input.ct-code p .wpcf7-form-control-wrap:nth-child(1) {
    display: block
}

.sp-contact-label label {
    font-family: var(--aspekta);
    font-size: 13px;
    font-weight: 500;
    line-height: 18.2px;
    letter-spacing: .06em;
    color: #111
}

.sp-contact-input input,
.sp-contact-input textarea {
    display: block;
    width: 100%;
    padding: 9px 6px;
    border: none;
    border-bottom: .94px solid #DADADA;
    outline: none;
    box-sizing: border-box;
    resize: none;
    border-radius: 0
}

.sp-contact-input textarea {
    height: 34px
}

.sp-contact-input input::placeholder,
.sp-contact-input textarea::placeholder {
    font-family: var(--aspekta);
    font-size: 13.75px;
    font-weight: 400;
    line-height: 19.25px;
    color: #B2B2B2
}

.sp-contact-input {
    padding-top: 10px
}

form .sp-contact-form_field:not(:first-child) {
    padding-top: 30px
}

.sp-contact-input select {
    padding: 9px 6px;
    border: none;
    border-bottom: .94px solid #DADADA;
    cursor: pointer;
    width: 100%;
    outline: none;
    font-size: 12px;
    border-radius: 0;
    box-sizing: content-box;
    background: url(https://www.simpleplanmedia.com/wp-content/themes/simpleplan/assets/images-new/blackDrop.svg) no-repeat 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.sp-contact-form-submit button,
.sp-contact-form-submit input[type="submit"] {
    width: 73px;
    height: 73px;
    border-radius: 50%;
    background-color: #D8031D;
    font-family: var(--aspekta);
    font-size: 11.37px;
    font-weight: 650;
    line-height: 13.64px;
    letter-spacing: 1.333569884300232px;
    border: none;
    text-transform: uppercase;
    color: #FEFEFE;
    padding: 0 7px;
    cursor: pointer
}

.sp-contact-form-submit {
    text-align: end;
    padding-top: 20px
}

.landing-stakeholder {
    background-color: #111
}

.landing-container {
    display: flex;
    align-items: center;
    max-width: 1200px;
    padding: 60px 20px;
    margin: 0 auto;
    justify-content: space-between
}

.landing-testimonials .landing-container {
    padding-top: 0
}

.landing-stakeholder-usp-head {
    display: flex;
    align-items: start;
    gap: 8px
}

.landing-stakeholder-usp-head-text p {
    font-family: var(--aspekta);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #FFF
}

.landing-stakeholder-usp-body p {
    font-family: var(--aspekta);
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: .03em;
    color: #D1D1D1
}

.landing-stakeholder-usp-body {
    padding-top: 10px
}

.landing-showreel {
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 97px 0
}

.landing-showreel-asset-left {
    position: absolute;
    left: 0
}

.landing-showreel-asset-right {
    position: absolute;
    right: 0
}

.landing-showreel-asset-right img {
    height: 100vh
}

.landing-showreel-video video {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.landing-showreel-video {
    width: 1000px;
    height: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.landing-video-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 320px;
    gap: 12px;
    border-radius: 34px;
    background-color: #FFFFFFD6;
    cursor: pointer;
    z-index: 2;
    transition: .2s ease all
}

.landing-video-btn-p {
    position: absolute;
    bottom: 20px;
    right: 40px;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    pointer-events: none
}

.landing-video-btn-p.active {
    opacity: 1;
    pointer-events: all
}

.landing-video-btn-p svg {
    height: 30px;
    width: 30px
}

.landing-video-btn-p svg path {
    fill: #fff
}

.landing-video-btn.active {
    opacity: 0;
    pointer-events: none
}

.landing-video-btn span.text {
    font-family: var(--aspekta);
    font-size: 21.06px;
    font-weight: 450;
    line-height: 30.11px;
    letter-spacing: 1.503989815711975px;
    color: #000;
    text-transform: uppercase
}

.landing-video-btn span:first-child {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #D8031D
}

.landing-tickers {
    background-color: #000;
    padding: 140px 0
}

.landing-tickers-head h2 {
    max-width: 34ch;
    margin: 0 auto;
    text-align: center
}

.ticker-pill {
    border-radius: 46px;
    background-color: #191919;
    font-family: var(--aspekta);
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: 3px;
    color: #ADADAD;
    padding: 14px 29px;
    text-transform: uppercase
}

.landing-ticker1 {
    padding-top: 75px
}

.landing-ticker2 {
    padding-top: 20px
}

.splide__list.slider_main2 {
    gap: 8px
}

main {
    margin-bottom:
}

.landing-pcs {
    background-color: #000;
    padding: 140px 60px;
    padding-bottom: 300px;
    position: relative
}

.landing-pcs-bg {
    position: absolute;
    left: 0;
    bottom: 0
}

.landing-pcs-element {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 46px;
    background-color: #FFF;
    padding: 6px 12px;
    position: relative;
    top: -6px;
    margin-left: 5px
}

.landing-pcs-element span:first-child {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #D8031D
}

.landing-pcs-element span.text {
    font-family: var(--aspekta);
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    color: #111
}

.landing-pcs-head h3 {
    max-width: 29ch
}

.landing-pcs-description-top {
    background-color: #161616;
    padding: 29px 24px;
    display: flex;
    flex-direction: column
}

.landing-pcs-description-top-head {
    display: flex;
    align-items: center
}

.landing-pcs-description-top-head-text p {
    font-family: var(--aspekta);
    font-size: 18px;
    font-weight: 450;
    line-height: 23.4px;
    letter-spacing: 1px;
    color: #FFF;
    text-transform: capitalize
}

.landing-pcs-description-top-body p {
    font-family: var(--aspekta);
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 1px;
    color: #D1D1D1;
    max-width: 35ch
}

.landing-pcs-description-bottom-top {
    font-family: var(--aspekta);
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 1px;
    color: #FFF
}

.landing-pcs-description-bottom-bottom {
    font-family: var(--aspekta);
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 2px;
    color: #D8031D;
    text-transform: uppercase;
    padding-top: 10px
}

.landing-pcs-descriptions {
    display: flex;
    gap: 40px;
    padding-top: 90px;
    justify-content: end
}

.landing-pcs-descriptions .landing-pcs-description:nth-child(2) {
    transform: translateY(66px)
}

.landing-pcs-descriptions .landing-pcs-description:nth-child(3) {
    transform: translateY(-87px)
}

.landing-pcs-description-top-head-text {
    max-width: 25ch
}

.landing-pcs-description {
    max-width: 340px
}

.landing-pcs-description-top-body {
    padding-top: 8px
}

.landing-pcs-description-bottom {
    padding-top: 15px
}

.landing-measure {
    padding: 200px 60px 120px 60px
}

.landing-measure-head h2 {
    color: #111;
    text-align: left;
    max-width: 19ch
}

.landing-measure-head .landing-pcs-element {
    background-color: #111;
    position: relative;
    top: -10px;
    min-width: 110px
}

.landing-measure-head .landing-pcs-element span.text {
    color: #EEE;
    font-style: normal
}

.landing-measure-accordion {
    background-color: #F6F6F6
}

.landing-measure-accordion-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 24px;
    cursor: pointer
}

.landing-measure-accordion-head-text {
    font-family: var(--aspekta);
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #111;
    text-transform: capitalize;
    transition: .2s ease all
}

.landing-measure-accordion-head.active .landing-measure-accordion-head-text {
    font-weight: 500;
    font-size: 24px
}

.landing-measure-accordion-head-icon svg path,
.landing-measure-accordion-head-icon svg {
    transition: .2s ease all
}

.landing-measure-accordion-head.active .landing-measure-accordion-head-icon svg path {
    stroke: #D8031D
}

.landing-measure-accordion-head.active .landing-measure-accordion-head-icon svg {
    transform: rotate(-90deg)
}

.landing-measure-accordions {
    padding-top: 80px
}

.landing-measure-accordion-body {
    padding-left: 24px;
    --webkit-transition: all .4s;
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: all .4s
}

.landing-measure-accordion-body.active {
    opacity: 1;
    grid-template-rows: 1fr
}

.landing-measure-accordion-body div {
    overflow: hidden
}

.landing-measure-accordion-body p {
    font-family: var(--aspekta);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 1px;
    color: #4F4F4F;
    max-width: 46ch;
    padding-bottom: 25px;
    padding-right: 25px
}

.landing-measure-accordions {
    display: flex;
    align-items: start;
    gap: 28px
}

.landing-measure-accordions-left,
.landing-measure-accordions-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%
}

.landing-measure-accordions-middle-img {
    position: relative;
    width: 244px;
    display: none;
    animation: fadeEffect 1s
}

@keyframes fadeEffect {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.landing-measure-accordions-middle-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.landing-measure-accordions-middle-img-text {
    position: absolute;
    bottom: 15px;
    left: 15px
}

.landing-measure-accordions-middle-img-text-head {
    font-family: var(--aspekta);
    font-size: 96.92px;
    font-weight: 400;
    line-height: 93.05px;
    color: #EEE
}

.landing-measure-accordions-middle-img-text-head span {
    font-family: var(--aspekta);
    font-size: 48px;
    font-weight: 400;
    line-height: 46.08px
}

.landing-measure-accordions-middle-img-text-body {
    font-family: var(--aspekta);
    font-size: 11.91px;
    font-weight: 600;
    line-height: 17.86px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #EEE;
    max-width: 21ch;
    padding-top: 5px
}

.landing-techStack-head {
    font-family: var(--aspekta);
    font-size: 16px;
    font-weight: 500;
    line-height: 15.36px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #111
}

.landing-techStack .landing-container {
    justify-content: center;
    flex-direction: column;
    gap: 60px
}

.landing-techStack-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.landing-techStack-wrap.mob {
    display: none
}

.landing-helped-head {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.landing-helped-head h2 {
    color: #111
}

.landing-helped-head-stats {
    display: flex;
    align-items: center;
    gap: 44px
}

.landing-helped-head-stat-head {
    font-family: var(--aspekta);
    font-size: 36px;
    font-weight: 400;
    line-height: 50.4px;
    color: #D8031D
}

.landing-helped-head-stat-body {
    font-family: var(--aspekta);
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2D2D2D
}

.landing-helped-projects {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 67px
}

.landing-helped-project img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.landing-helped-project-text-head {
    display: flex;
    gap: 24px
}

.landing-helped-project-text-head-left {
    display: flex;
    align-items: center;
    gap: 7px
}

.landing-helped-project-text-head-left span:first-child {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #A1D803
}

.landing-helped-project-text-head-left span.text {
    font-family: var(--aspekta);
    font-size: 36px;
    font-weight: 400;
    line-height: 30.4px;
    color: #EEE
}

.landing-helped-project-text-head-right {
    font-family: var(--aspekta);
    font-size: 12px;
    font-weight: 400;
    line-height: 13.8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #EEE;
    max-width: 15ch
}

.landing-helped-project-text {
    background-color: #111;
    padding: 19px 14px 19px 14px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    max-width: 240px
}

.landing-helped-project-text-body p {
    font-family: var(--aspekta);
    font-size: 14px;
    font-weight: 300;
    line-height: 19.46px;
    letter-spacing: 1px;
    color: #D1D1D1;
    max-width: 25ch
}

.landing-helped-project {
    position: relative;
    width: 25%;
    transition: .4s ease all;
    cursor: url(https://www.simpleplanmedia.com/wp-content/themes/simpleplan/assets/images-new/cursorEye.svg) 50 50, auto
}

.landing-helped-project.active {
    width: 50%
}

.landing-helped-project img {
    max-height: 480px;
    height: 480px;
    transition: .2s ease all;
    filter: grayscale(1)
}

.landing-helped-project.active img {
    filter: grayscale(0)
}

.landing-helped-project-text-body {
    padding-top: 10px
}

.landing-helped-container {
    padding: 200px 60px 100px 60px
}

.landing-testimonial-head {
    font-family: var(--aspekta);
    font-size: 32px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    color: #111
}

.landing-testimonial-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 51px
}

.landing-testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.landing-testimonial-name {
    font-family: var(--aspekta);
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 2px;
    text-align: center;
    color: #D8031D;
    text-transform: uppercase;
    margin-top: 10px
}

.landing-testimonials-splide-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px
}

.landing-testimonials-splide-arrows-left,
.landing-testimonials-splide-arrows-right {
    cursor: pointer
}

.landing-testimonials-splide {
    width: 100%
}

.landing-creating {
    position: relative
}

.landing-creating-rightBg {
    position: absolute;
    right: 0;
    top: 0
}

.landing-creating-leftBg {
    position: absolute;
    bottom: 40%;
    left: 0
}

.landing-creating-head h2 {
    color: #111;
    text-align: left;
    max-width: 24ch
}

.landing-creating-head .landing-pcs-element {
    background-color: #111;
    min-width: 110px
}

.landing-creating-head .landing-pcs-element span.text {
    color: #FFF;
    font-style: normal
}

.landing-creating-container {
    padding: 200px 60px;
    position: relative;
    z-index: 1
}

.landing-creating-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
    gap: 50px
}

.landing-creating-bottom-left p {
    font-family: var(--aspekta);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    color: #4F4F4F;
    max-width: 45ch
}

.landing-creating-bottom-left p:nth-child(2) {
    padding-top: 20px
}

.landing-creating-bottom-right-card-head {
    font-family: var(--aspekta);
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #FFF;
    text-transform: capitalize
}

.landing-creating-bottom-right-card-body {
    font-family: var(--aspekta);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 1px;
    color: #D1D1D1;
    padding-top: 8px
}

.landing-creating-bottom-right-card-head ul {
    flex-direction: column;
    list-style-type: disc;
    justify-content: start;
    align-items: start;
    padding-left: 20px;
    padding-top: 10px
}

.landing-creating-bottom-right-card-head ul li {
    font-family: var(--aspekta);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #FFF;
    text-transform: capitalize
}

.landing-creating-bottom-right-card {
    padding: 20px;
    background-color: #161616;
    padding-bottom: 90px
}

.landing-creating-bottom-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    width: 60%
}

.landing-creating-down-head h2 {
    font-family: var(--aspekta);
    font-size: 60px;
    font-weight: 300;
    line-height: 57.3px;
    color: #111;
    max-width: 16ch;
    text-align: left;
    margin: 0 auto
}

.landing-creating-down-head h2 .landing-pcs-element {
    background-color: #111;
    min-width: 190px
}

.landing-creating-down-head h2 .landing-pcs-element span.text {
    color: #FFF;
    font-style: normal
}

.landing-creating-down {
    padding-top: 200px
}

.landing-creating-down-usps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    padding-top: 90px;
    max-width: 1100px;
    margin: 0 auto
}

.landing-creating-down-usp-head {
    font-family: var(--aspekta);
    font-size: 20px;
    font-weight: 450;
    line-height: 30px;
    color: #111
}

.landing-creating-down-usp-body {
    font-family: var(--aspekta);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    color: #717171;
    padding-top: 10px
}

.landing-footer {
    position: relative;
    bottom: -40px !important;
    overflow: hidden
}

.footer-bg {
    position: absolute;
    inset: 0
}

#eightTwo .image_caption {
    display: none
}

.footer-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.landing-footer-left-head h2 {
    font-family: var(--aspekta);
    font-size: 70px;
    font-weight: 300;
    line-height: 71.05px;
    color: #FFF;
    text-align: left;
    max-width: 15ch
}

.landing-footer-left-head .landing-pcs-element {
    margin-top: 25px
}

.landing-footer-left-head .landing-pcs-element span.text {
    font-size: 16px
}

.landing-footer-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.landing-footer-container {
    position: relative;
    z-index: 1;
    padding: 60px 64px 74px 64px;
    display: flex;
    justify-content: space-between
}

.landing-footer-left-bottom p {
    font-family: var(--aspekta);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    color: #8C8C8C;
    max-width: 31ch
}

.landing-footer-left-bottom a {
    font-family: var(--aspekta);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    color: #FFF;
    text-decoration: underline;
    display: block;
    padding-top: 10px
}

.landing-footer-right.banner-right form {
    background-color: #232323
}

.landing-footer-right .sp-contact-label label {
    color: #FFF
}

.sp-contact-label p br {
    display: none
}

.landing-footer-right .sp-contact-input input,
.landing-footer-right .sp-contact-input textarea {
    background-color: #fff0;
    color: #B2B2B2
}

.landing-footer-right .sp-contact-input select {
    color: #B2B2B2;
    background: url(https://www.simpleplanmedia.com/wp-content/themes/simpleplan/assets/images-new/whiteDrop.svg) no-repeat 95% 50%
}

.wpcf7-spinner {
    position: absolute !important;
    right: 180px;
    bottom: 130px
}

.mobile-header {
    display: none
}

.landing-footer-right.banner-right .wpcf7 form .wpcf7-response-output {
    color: #fff
}

@media only screen and (max-width:1400px) {
    .landing-pcs-bg {
        bottom: 40%
    }
}

@media only screen and (max-width:1300px) {
    .landing-techStack-wrap {
        flex-wrap: wrap;
        justify-content: center
    }

    .landing-helped-head {
        flex-direction: column;
        align-items: start;
        gap: 40px
    }
}

@media only screen and (max-width:1200px) {
    .banner-container {
        flex-direction: column;
        gap: 250px
    }

    .banner-left {
        display: flex;
        flex-direction: column
    }

    .banner-stats {
        order: 2
    }

    .banner-award {
        order: 3;
        margin: 0 auto;
        padding-top: 60px
    }

    .landing-footer-container {
        flex-direction: column;
        gap: 100px
    }

    .landing-footer-left {
        gap: 50px
    }

    .landing-helped-project {
        width: 30%
    }

    .landing-helped-project.active {
        width: 40%
    }
}

@media only screen and (max-width:1100px) {
    .landing-showreel-video {
        width: 90%
    }

    .landing-pcs-bg {
        top: -210px;
        right: 0;
        left: auto;
        bottom: auto;
        transform: rotate(180deg)
    }

    .landing-ticker2,
    .landing-ticker1,
    .landing-pcs-head {
        position: relative;
        z-index: 2
    }
}

@media only screen and (max-width:991px) {
    .landing-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px
    }

    .landing-techStack {
        overflow: hidden
    }

    .landing-techStack .landing-container {
        align-items: start
    }

    .header-links>ul>li>a {
        font-size: 8px
    }

    .landing-showreel-video {
        height: 480px
    }

    .landing-techStack-wrap.desk {
        display: none
    }

    .landing-techStack-wrap.mob {
        display: flex
    }

    .landing-tickers-head h2 {
        font-size: 44px;
        line-height: 55px
    }

    .landing-tickers-head h2 span {
        font-size: 44px;
        line-height: 55px
    }

    .landing-tickers-head {
        padding: 0 20px
    }

    .landing-pcs-descriptions {
        flex-wrap: wrap;
        justify-content: center
    }

    .landing-pcs-descriptions .landing-pcs-description:nth-child(2),
    .landing-pcs-descriptions .landing-pcs-description:nth-child(3) {
        transform: none
    }

    .landing-measure {
        padding: 100px 60px
    }

    .landing-helped-container {
        padding: 100px 0
    }

    .landing-helped-head {
        padding: 0 60px
    }

    .landing-helped-projects {
        scroll-snap-type: x mandatory;
        overflow: auto;
        width: 100%
    }

    .landing-helped-project {
        flex-shrink: 0;
        scroll-snap-align: start;
        width: 60%
    }

    .landing-helped-project.active {
        width: 60%
    }

    .landing-helped-project img {
        filter: grayscale(0)
    }

    .landing-creating-bottom {
        flex-direction: column
    }

    .landing-creating-bottom-right {
        width: 100%
    }

    .landing-creating-down-usps {
        grid-template-columns: repeat(2, 1fr)
    }

    .desktop-header {
        display: none
    }

    .mobile-header {
        display: block
    }

    .mobile-header-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 11px 16px
    }

    .mobile-header .header-btn {
        position: static;
        opacity: 1;
        pointer-events: all
    }

    header {
        top: 0
    }

    .mobile-header {
        transition: .2s ease all
    }

    .mobile-header.active {
        background-color: #FFFFFF12
    }

    .mobile-header-bottom {
        position: fixed;
        border-radius: 24px;
        background-color: #F2F2F2CC;
        max-width: 330px;
        margin: 0 auto;
        bottom: 42px;
        left: 0;
        right: 0;
        padding: 10px 20px;
        opacity: 0;
        pointer-events: none;
        transition: .2s ease all
    }

    .mobile-header-bottom.active {
        opacity: 1;
        pointer-events: all
    }

    .mobile-header-bottom ul {
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center
    }

    .landing-footer-container {
        padding-bottom: 90px !important
    }
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 36px;
        line-height: 30px;
        text-align: center;
        max-width: 16ch;
        margin: 0 auto
    }

    .landing-video-btn {
        width: 220px;
        height: 44px
    }

    .landing-video-btn span.text {
        font-size: 14px
    }

    .landing-video-btn span:first-child {
        width: 12px;
        height: 12px
    }

    .landing-measure-accordions {
        flex-direction: column
    }

    .landing-creating-head h2 {
        font-size: 32px;
        line-height: 40px
    }

    .landing-creating-bottom {
        padding-top: 35px
    }

    .landing-creating-bottom-right {
        grid-template-columns: repeat(1, 1fr)
    }

    .landing-creating-container {
        padding: 0 20px;
        padding-bottom: 50px
    }

    .landing-creating-leftBg {
        bottom: 55%
    }

    .landing-creating-rightBg {
        height: 374px
    }

    .landing-creating-rightBg img {
        height: 100%
    }

    .landing-measure-head h2 {
        font-size: 32px;
        line-height: 42px
    }

    .landing-measure {
        padding: 60px 20px
    }

    .landing-tickers-head h2 {
        font-size: 28px;
        line-height: 38px
    }

    .landing-tickers-head h2 span {
        font-size: 28px;
        line-height: 38px
    }

    .banner-container {
        padding-left: 10px;
        padding-right: 10px
    }

    .banner-usps {
        justify-content: center;
        gap: 0;
        padding-top: 30px
    }

    .banner-right {
        width: 100%
    }

    .banner-right form {
        width: 100%;
        box-sizing: border-box
    }

    .banner-stat-head {
        font-size: 33px
    }

    .banner-stat-body {
        font-size: 10px;
        line-height: 15px
    }

    .banner-stats {
        gap: 20px;
        padding-top: 50px
    }

    .banner-usp {
        padding: 5px 10px;
        font-size: 9px
    }

    .banner-stat-body {
        text-align: center
    }

    .banner-stat-head {
        justify-content: center
    }

    .banner-container {
        gap: 100px
    }

    .landing-container {
        justify-content: start
    }

    .landing-showreel-video {
        height: 240px
    }

    .landing-showreel {
        height: auto
    }

    .landing-showreel-asset-right {
        height: 210px
    }

    .landing-showreel-asset-right img {
        height: 100%
    }

    .landing-showreel-asset-left {
        height: 270px
    }

    .landing-showreel-asset-left img {
        height: 100%
    }

    .landing-showreel {
        padding-top: 20px
    }

    .landing-showreel-video {
        width: 95%
    }

    .landing-showreel-asset-right {
        top: -50px;
        transform: rotate(180deg)
    }

    .landing-footer-left-head h2 {
        font-size: 36px;
        line-height: 36.54px
    }

    .landing-footer-left-bottom {
        display: none
    }

    .landing-footer-container {
        padding: 60px 20px 74px 20px
    }

    .landing-tickers {
        padding: 45px 0
    }

    .landing-pcs {
        padding: 60px 20px
    }

    .landing-helped-project {
        width: 80%
    }

    .landing-helped-project.active {
        width: 80%
    }

    .landing-helped-head h2 {
        font-size: 32px;
        line-height: 42px
    }

    .landing-helped-head {
        text-align: center;
        padding: 0 10px
    }

    .landing-testimonial-head {
        font-size: 24px;
        line-height: 32px
    }

    .landing-creating-down-usps {
        grid-template-columns: repeat(1, 1fr)
    }

    .landing-creating-down-head h2 {
        margin: 0
    }

    .landing-creating-down-head h2 {
        font-size: 32px;
        line-height: 40px
    }

    .landing-creating-down {
        padding-top: 100px
    }

    .landing-creating-rightBg {
        top: 12%
    }

    .landing-techStack-head {
        font-size: 12px
    }
}

.wpcf7-not-valid-tip {
    font-size: 12px !important;
    margin-top: 6px;
    font-family: var(--aspekta)
}

.country_code .wpcf7-not-valid-tip {
    display: none !important
}

.sp-contact-input.ct-code .wpcf7-not-valid-tip {
    position: absolute;
    left: -50px
}

.project-modal {
    position: fixed;
    inset: 0;
    height: 90vh;
    width: 90vw;
    top: 20px;
    margin: 0 auto;
    background-color: #FFF;
    z-index: 0;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .4s ease all
}

.project-modal.active {
    z-index: 99999;
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.project-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 2
}

.project-modal-wrap {
    padding-bottom: 50px;
    position: relative
}

.sp-project-image img,
.sp-project-image video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0
}

section.project-inner-2-banner {
    padding-top: 130px;
    background: #111
}

section.project-inner-2-banner .pi-2b-container {
    padding: 0 62px
}

.pib-wrapper .pib-ban-upper {
    display: flex;
    align-items: baseline;
    justify-content: space-between
}

.pib-ban-upper .head-left h1 {
    color: #fff;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 95.5%
}

.pib-ban-upper .right-sub-txt .rst-top p {
    color: #FFF;
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1px;
    max-width: 65ch
}

.pib-ban-upper .right-sub-txt .rst-bottom .work-tag p {
    color: #fff;
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 3.5px;
    text-transform: uppercase
}

.pib-ban-upper .right-sub-txt .rst-bottom .work-seperater {
    color: #D8031D;
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 3.5px;
    text-transform: uppercase
}

.pib-ban-upper .right-sub-txt .rst-bottom {
    display: flex;
    align-items: center;
    gap: 6px;
}

.pib-ban-upper .right-sub-txt {
    display: flex;
    flex-direction: column;
    gap: 100px
}

.pib-ban-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0
}

.pib-ban-img {
    position: relative;
    width: 100%;
    padding-top: 40%;
    overflow: hidden
}

.pib-wrapper {
    display: flex;
    flex-direction: column;
    gap: 44px
}

.project-inner-content-wrapper .sp-quote-wrapper {
    max-width: 1155px;
    width: 100%;
    margin: 0 auto
}

.sp-project-images-top .sp-project-image-wrapper {
    width: 50%
}

.sp-project-image-caption p {
    color: #909090;
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1px
}

.sp-project-image-caption {
    margin-top: 15px;
    display: none
}

.sp-project-images-bottom-wrapper .sp-project-image-caption p {
    text-align: center
}

.sp-project-images-bottom-wrapper .sp-project-image img {
    object-position: top
}

.sp-project-found-quote .sp-quote-wrapper {
    max-width: 992px
}

section.sp-project-image-collection {
    display: flex;
    flex-direction: column;
    gap: 76px;
    padding-top: 80px;
    padding-bottom: 60px
}

section.sp-project-image-collection .sp-project-images {
    padding-top: 0
}

.sp-proj-exp-blog-deliverables {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 50px
}

.sp-proj-exp-blog-deliverables .sp-proj-exp-bd-item {
    display: flex;
    flex-direction: column
}

.sp-proj-exp-bd-item .delivery-head {
    color: #6F6F6F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1px
}

.sp-proj-exp-bd-item .delivery-body,
.sp-proj-exp-bd-item ul li {
    color: var(--SP-BLACK, #111);
    font-family: Aspekta;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1px
}

.sp-proj-exp-bd-item .delivery-body a {
    border-bottom: 1px solid #111;
    display: inline
}

.sp-proj-exp-bd-item ul {
    list-style: none
}

.landing-container-fluid {
    position: relative;
    z-index: 1
}

.sp-proj-exp-blog-cont .sp-proj-exp-quote-cta {
    padding-top: 120px
}

.project-modal p {
    font-family: var(--aspekta)
}

.country-select ul.country-list {
    flex-direction: column;
    align-items: normal
}

@media only screen and (max-width:768px) {
    .project-modal {
        height: 100%;
        width: 100%;
        top: 0
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}