.landing-tickers-head h2 {
    text-transform: capitalize;
}

.landing-tickers-head p {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-top: 24px;
    max-width: 80ch;
}

.landing-head-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 40px 60px;
}

.landing-head-images .lhi-img {
    position: relative;
    padding-top: 60%;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
}

.landing-head-images .lhi-img img,
.landing-big-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.landing-big-image {
    position: relative;
    margin: 40px 60px;
    padding-bottom: 0;
    padding-top: 45%;
    border-radius: 16px;
    overflow: hidden;
}

.landing-tickers {
    padding-top: 80px;
    padding-bottom: 40px;
}

.landing-pcs {
    padding-top: 60px;
    padding-bottom: 0;
}

/* .landing-pcs{
    padding-top: 60px;
    padding-bottom: 0;
}
p.quote{
    font-family: var(--pp);
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 200;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}
.landing-pcs-descriptions{
    justify-content: center;
}
.landing-pcs-description {
    max-width: 100%;
}
.landing-pcs-description-top-body p{
    max-width: 100%;
}
.landing-pcs-description-top-head-text{
    max-width: 65ch;
}
.price-button {
    color: #fff;
    background: #D8031D;
    border: 1px solid #D8031D;
    display: inline-flex;
    padding: 12px 16px;
    border-radius: 40px;
    font-family: var(--aspekta);
    font-size: 16px;
    line-height: 125%;
    font-weight: 600;
    transition: 0.4s all ease;
    align-items: center;
    justify-content: center;
}
.price-button:hover{
    color: #D8031D;
    background: transparent;
}
.landing-pcs-description-bottom{
    max-width: 70ch;
}
.landing-pcs-description-top-body .price-button{
    margin-top: 24px;
    width: -webkit-fill-available;
}
.landing-pcs-description-top-head-text p.small{
    font-size: 14px;
}
.landing-pcs-description.with-image{
    transform: translate(0) !important;
}
.landing-pcs-description.with-image .landing-pcs-description-top{
    flex-direction: row;
    justify-content: space-between;
}
.landing-pcs-description.with-image .landing-pcs-description-txt{
    width: 60%;
}
.landing-pcs-description.with-image .landing-pcs-description-img{
    width: 35%;
}
.landing-pcs-description.with-image .landing-pcs-description-img img{
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;

}
.landing-pcs-description.with-image .price-button{
    width: -webkit-fill-available;
}
.landing-pcs-descriptions{
    flex-direction: column;
} */
p.quote {
    font-family: var(--pp);
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 200;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}

.price-button {
    color: #fff;
    background: #D8031D;
    border: 1px solid #D8031D;
    display: inline-flex;
    padding: 12px 16px;
    border-radius: 40px;
    font-family: var(--aspekta);
    font-size: 16px;
    line-height: 125%;
    font-weight: 600;
    transition: 0.4s all ease;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.price-button:hover {
    color: #D8031D;
    background: transparent;
}

.landing-testimonials .landing-container {
    flex-direction: column;
    padding: 120px 0 !important;
    gap: 40px;
}

.landing-container h2,
.landing-container h2 span {
    color: #111;
}

.landing-creating-bottom-right-card {
    padding-bottom: 30px;
}

.price-div {
    width: 100%;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #D8031D;
    border: 1px solid #D8031D;
    padding: 12px 16px;
    padding-bottom: 20px;
    border-radius: 40px;
    gap: 16px;
}

.price-div p.pd-strong {
    color: #fff;
    font-family: var(--pp);
    font-style: italic;
    font-size: 32px;
    line-height: 125%;
    font-weight: 400;
}

.price-div p.pd-price {
    background-color: #fff;
    font-family: var(--pp);
    font-size: 16px;
    line-height: 125%;
    font-weight: 600;
    color: #D8031D;
    padding: 12px 16px;
    padding-left: 20px;
    border-radius: 32px;
    transition: 0.4s all ease;
    border: 1px solid #fff;
}

.price-div p.pd-price:hover {
    color: #fff;
    background-color: transparent;
}

.landing-creating-bottom-left {
    width: 30%;
}

.landing-creating-down-head h2 {
    max-width: 26ch;
}

.landing-page-adver.sp-we-do .sp-quite-simple-heading h2,
.landing-page-adver.sp-we-do .sp-quite-simple-heading h2 span {
    text-align: left;
    line-height: 120%;
}

.landing-page-adver.sp-we-do .sp-quite-simple-text-wrapper {
    max-width: 70ch;
}

.sp-quite-simple-body {
    max-width: 60ch;
}

.lr-in {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 50px;
    column-gap: 20px;
}

.lri-img {
    display: inline-flex;
    flex: 0 0 560px;
}

.lri-img img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

section.landing-reviews .landing-container {
    flex-direction: column;
    gap: 60px;
}

/* Video Section CSS */
.video-sec {
    background-color: #D8031D;
    position: relative;
}

.videosec-in {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
    padding: 80px 0;
    top: 0;
    left: 0;
    width: 100%;
}

.videosec-heading {
    max-width: 60ch;
    /* padding-top: 120px; */
    padding-left: 80px;
    overflow: hidden;
}

.vs-heading h2 {
    transform: translateY(100%);
    opacity: 0;
    transition: .6s ease all;
    color: #fff;
    font-size: 80px;
    text-align: left;
    text-transform: capitalize;
}

.vs-heading h2 span {
    font-size: 80px;
}

.vs-body {
    padding-top: 46px;
    overflow: hidden;
}

.vs-body p {
    transform: translateY(100%);
    opacity: 0;
    transition: 0.6s cubic-bezier(.9, .03, .47, .89);
    transition-delay: 0.3s;
    color: #fff;
}

.vs-heading.in-viewport h2,
.vs-heading.was-in-viewport h2 {
    transform: translateY(0%);
    opacity: 1;
}

.vs-body.in-viewport p,
.vs-body.was-in-viewport p {
    transform: translateY(0%);
    opacity: 1;
}

.videosec-content {
    height: calc(100% - 160px);
    width: 50%;
    padding-right: 120px;
    display: flex;
    align-items: flex-start;
    padding-top: 28vh;
    margin-left: auto;
    justify-content: flex-start;
}

.vsc-videowrap {
    position: relative;
    height: 0;
    padding-top: 54%;
    width: 100%;
}

.videosec-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.landing-stakeholder .landing-container {
    align-items: flex-start;
}

.landing-stakeholder .ls-head {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 55ch;
    margin: 0 auto;
}

.landing-stakeholder .ls-head h3 {
    text-align: center;
    text-transform: capitalize;
}

.landing-stakeholder .ls-head h3 span {
    font-family: var(--pp);
    font-style: italic;
}

.landing-stakeholder .ls-head p {
    color: #f2f2f2;
    text-align: center;
}

.ls-in {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.ls-wrap {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.landing-measure-head {
    max-width: 90ch;
}

.landing-measure-head h2 span {
    color: #111;
}

.landing-measure-head h2 {
    max-width: 100%;
}

.lth-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.lth-in h2 {
    margin-bottom: 24px;
    text-transform: capitalize;
    color: #fff;
    max-width: 26ch;
}

.lth-in h2 span {
    color: #fff;
}

.lth-in p {
    text-align: center;
    margin-top: 16px;
    color: #f2f2f2;
}

.lth-in p.strong {
    font-weight: 700;
}

section.landing-text-highlight {
    background: #D8031D;
}

section.landing-text-highlight .price-button {
    margin-top: 32px;
}

section.landing-text-highlight .price-button {
    border-color: #fff;
}

section.landing-text-highlight .price-button:hover {
    background-color: #fff;
    color: #D8031D;
}

.landing-testimonial-name {
    margin-top: 40px;
}

.landing-header {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    background: #000;
    box-sizing: border-box;
}

.landing-header .logo-image {
    width: 190px;
    height: 40px;
}

.landing-header .logo-image img {
    width: 100%;
    height: auto;
}

.upgrade-kit-btn {
    display: flex;
    justify-content: center;
    max-width: 50%;
    margin: 0 auto;
    margin-top: 40px;
}

.landing-footer {
    background-color: #000;
}

.landing-footer .landing-container {
    display: block;
}

.landing-footer-in {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.landing-footer-in .top {
    width: 100%;
}

.landing-footer-in .bottom .trust-icon-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
}


.landing-footer-in .bottom .landing-footer-img {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

.landing-footer-in .bottom .landing-footer-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 180px;
    max-height: 80px;
}

.landing-footer .logo-image {
    width: 300px;
    margin: 0 auto;
}

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

.landing-footer-in .cd-right a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    transition: .3s ease all;
    text-decoration: underline;
}

.landing-footer-in .cd-right a:hover {
    cursor: pointer;
    color: #767676;
}

.for-advert .landing-creating-pricing-button {
    max-width: 50%;
    margin: 0 auto;
    margin-top: 50px;
}

.landing-creating.for-advert a.price-div {
    grid-column: span 2 / span 2;
}

.landing-creating-brand-img {
    height: 160px;
    width: 100%;
    margin-bottom: 20px;
}

.landing-creating-brand-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.landing-creating.how-sharp .landing-creating-down-usp {
    border: 2px solid #D8031D;
    border-radius: 24px;
    padding: 20px;
}

.landing-pcs-description-bottom.new_update {
    background: #fff;
    padding: 29px 24px;
    margin-top: 30px;
}

.landing-pcs-description-bottom.new_update .landing-pcs-description-bottom-top {
    color: #000;
}

.for-advert .landing-creating-container {
    padding-top: 0px;
}

.for-advert .landing-creating-down {
    padding-top: 0px;
}

.for-advert .landing-creating-leftBg {
    top: -10%;
}

.price-div p.pd-price {
    cursor: pointer;
}

.landing-creating.how-sharp .landing-creating-rightBg,
.landing-creating.how-sharp .landing-creating-leftBg {
    display: none;
}

.landing-creating.how-sharp .landing-creating-down {
    padding-top: 0px;
}

.landing-creating.how-sharp .landing-creating-container {
    padding-top: 0px;
}

.advertorial-page .lr-in {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.advertorial-page .lri-img {
    flex: unset;
}

.award-bg-white {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 200px !important;
    height: 100px !important;
}

.landing-footer-container {
    padding: 40px 60px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.clutch-widget {
    display: flex;
    align-items: center;
}

.advertorial-page .copyright-div {
    border-top: .5px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    padding: 10px 60px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.advertorial-page .copyright-div .cd-right {
    display: flex;
    gap: 30px;
}

.advertorial-page strike {
    padding: 0px 5px;
}

.advertorial-page .landing-footer {
    bottom: 0px !important;
}

.payment-trust-icon {
    width: 230px;
    margin-top: 20px;
    margin-left: auto;
}

.google-trust-icon {
    padding: 24px 5px !important;
}

.advertorial-page .landing-footer a {
    transition: .3s ease all;
}

.advertorial-page .landing-footer a:hover {
    color: #bcbaba;
}

.advertorial-page .landing-creating-down-usps {
    gap: 40px;
}

.thank-you-cta.for-mobile {
    display: none;
}

.landing-pcs-bg img,
.landing-creating-leftBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-testimonials .splide__pagination.splide__pagination--ltr {
    display: none;
}



@media screen and (max-width: 1100px) {
    .advertorial-page .landing-pcs-bg {
        top: 0;
    }

}

@media screen and (max-width: 991px) {
    .landing-measure-accordions {
        flex-direction: column;
    }

    .advertorial-page .videosec-in {
        flex-direction: column;
    }

    .advertorial-page .ls-in {
        flex-direction: column;
    }

    .advertorial-page .landing-helped-container {
        padding-left: 20px;
    }

    .advertorial-page .landing-helped-head {
        padding-right: 20px;
    }

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

    .advertorial-page .videosec-content {
        padding-top: 0px;
    }

    .thank-you-cta.for-desktop {
        display: none;
    }

    .thank-you-cta.for-mobile {
        display: block;
        padding: 0px 20px;
    }

    .advertorial-page .landing-testimonials-splide-arrows {
        margin-top: 30px;
    }

}

@media screen and (max-width: 767px) {
    .upgrade-kit-btn {
        max-width: 100%;
    }

    .advertorial-page .landing-creating-down-usps {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding-top: 50px;
    }

    .landing-creating.for-advert a.price-div {
        margin-top: 20px;
    }

    .advertorial-page .sp-quite-simple-text-wrapper {
        padding-left: 20px;
    }

    .advertorial-page .lri-img {
        flex: unset;
    }

    .advertorial-page .landing-pcs-element {
        margin-top: 20px;
    }

    .advertorial-page .videosec-heading {
        padding-left: 20px;
        padding-right: 20px;
    }

    .advertorial-page .videosec-content {
        margin-left: unset;
        margin: 0 auto;
        width: 80%;
        height: 100%;
        padding: 0px 20px;
    }

    .advertorial-page .landing-creating-down-usp-head {
        font-size: 16px;
        line-height: 130%;
    }

    .advertorial-page .landing-creating-down-usp-body {
        font-size: 14px;
        line-height: 130%;
    }

    .advertorial-page .sp-we-do-circles {
        padding-right: 20px;
        padding-left: 20px;
    }

    .advertorial-page .landing-footer .landing-container {
        padding-bottom: 30px;
    }

    .landing-head-images {
        grid-template-columns: 1fr;
    }

    .advertorial-page .lr-in {
        grid-template-columns: 1fr;
    }

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

    .advertorial-page .landing-creating.for-advert a.price-div {
        grid-column: unset;
    }

    .advertorial-page .landing-pcs-description {
        max-width: 100%;
        width: 100%;
    }

    .advertorial-page .landing-head-images {
        padding-left: 20px;
        padding-right: 20px;
    }

    .advertorial-page .vs-heading h2 {
        font-size: 42px;
    }

    .advertorial-page .vs-heading h2 span {
        font-size: 42px;
    }

    .advertorial-page .sp-quite-simple-heading h2 {
        font-size: 48px;
    }

    .advertorial-page .sp-quite-simple-heading h2 span {
        font-size: 48px;
    }

    .landing-footer-in .bottom .landing-footer-img img {
        max-width: 100px;
        max-height: 50px;
    }

    .landing-footer-container {
        padding: 30px 20px !important;
    }

    .payment-trust-icon {
        width: 150px;
        margin-top: 30px;
    }

    .advertorial-page .copyright-div {
        padding: 10px 20px;
    }

    .advertorial-page .copyright-div .cd-right {
        justify-content: center;
    }

    .advertorial-page .copyright-div {
        justify-content: center;
        text-align: center;
        flex-direction: column-reverse;
        gap: 10px;
        font-size: 12px;
    }

    .lr-in {
        row-gap: 0px;
    }

    .landing-creating-leftBg {
        display: none;
    }

    .landing-testimonial-head {
        padding: 0px 20px;
    }

    .landing-testimonial-head h2 {
        font-size: 24px;
    }

    .landing-testimonial-head h2 span {
        font-size: 24px;
    }

    section.landing-reviews .landing-container {
        gap: 20px;
    }

    .sp-we-do-circle {
        width: 120px;
        height: 120px;
    }

    .sp-we-do-circle .spwd-head {
        font-size: 28px;
    }

    .sp-we-do-circle .spwd-body {
        font-size: 8px;
    }

    .sp-we-do-circle.in-viewport.spwd-circle-1,
    .sp-we-do-circle.was-in-viewport.spwd-circle-1 {
        transform: translateX(10px);
    }

    .advertorial-page .landing-ticker1 {
        padding-top: 0px;
    }

    .advertorial-pag .landing-testimonial-head {
        font-size: 18px;
    }

    .landing-testimonials .landing-container {
        padding: 60px 0 !important;
        gap: 20px;
    }

    .google-trust-icon {
        padding: 18px 5px !important;
    }

    .advertorial-page .landing-pcs-description-top-body {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .payment-trust-icon {
        margin: 0 auto;
        margin-top: 20px;
    }

}

@media screen and (max-width: 480px) {
    .landing-footer-img.award-bg-white {
        grid-column: span 2/ span 2;
    }
}
