@media screen and (max-width: 768px) {
    .cards-homes-text {
        margin-left: 36px;
    }
}

::placeholder {
    color: rgb(92, 92, 92) !important;
}

:root {
    --overlay: rgb(0 0 0 / 62%);
    --box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.15);
    --green: #528119;
    --red: #e74c3c;
    --primary: #6222cc;
    --secondary: #fba504;
    --light: #f6f4f9;
    --dark: #04000b;
    --font-sans:
        "Mona Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial,
        sans-serif;
    --bs-font-sans-serif: var(--font-sans);
    --bs-body-font-family: var(--font-sans);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    color: inherit;
}

a:hover {
    color: currentColor;
    text-decoration: none;
}

.cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--overlay);
}

/* SVG SECTION
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

.hero-section {
    min-height: 100vh;

    max-height: 100vh;
    overflow: hidden;
}

.hero-section video {
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-section svg {
    bottom: 0;
    left: 0;
    height: 30vh;
}

body {
    min-height: 100vh;
    color: var(--color-text);
    background: var(--color-background);
    transition:
        color 0.5s,
        background-color 0.5s;
    line-height: 1.6;
    font-size: 15px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--font-sans);
}

/* header {
    background: rgb(255 255 255 / 95%);
    width: 90%;
    left: 5% !important;
    right: 5% !important;
    border-radius: 0px 0px 20px 20px;
} */

.button-call-header {
    margin-left: 30px;
    background: linear-gradient(
        95deg,
        rgb(233, 30, 99) 20%,
        rgb(233, 30, 99) 80%
    );
    color: #fff;
    border-radius: 4px;
    padding: 10px 30px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
}

.button-call-header:hover {
    color: #000;
}

@media (min-width: 992px) {
    .button-call-header {
        display: none;
    }
}

header .offcanvas {
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    overflow: inherit;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10000;
}

.offcanvas {
    transition: transform 0.3s !important;
}

.list-nav {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y)
        var(--bs-list-group-item-padding-x);
    border: none !important;
}

.list-nav a {
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.list-nav a:hover {
    color: #ff0666;
}

p {
    color: #585858;
    text-align: justify;
}

.slider-area.position-relative {
    position: relative !important;
}

.slide-bg {
    background-image: url(../img/DigitalMarketingAgencyNewJersey-MarketingDigitalNewJersey-PerformanceMarketingCompany-SearchEngineOptimization-SEO-SEM-DigitalAgency-NJ-ConversionRateOptimization-cro-GrowthHackingB2B-slider-bg.webp);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    transform: scale(1);
    transition: all 8s linear 0s;
}

.swiper-container-horizontal {
    position: relative;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.kslider--subtitle {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-left: 32px;
    text-transform: uppercase;
    margin-top: 15px;
}

.slider-title h1,
.slider-title h2 {
    font-size: 70px;
    font-weight: 900;
    color: #fff;
    line-height: 101px;
    text-transform: uppercase;
    letter-spacing: -2.5px;
    text-shadow: 0px 4px 5px #3d3f43;
    position: relative;
}

.kslider--subtitle:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 6px;
    background-color: #ff0666;
    top: 5px;
    left: 0;
}

.nav-item a {
    color: black;
    text-transform: uppercase;
    font-size: 15px;
}

.nav-item a:hover {
    color: #ff0666;
}

.nav-link:hover,
.nav-link:focus {
    color: #00c8ff;
}

.justify-content-center {
    justify-content: center !important;
}

.text-center {
    text-align: center !important;
}

::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #ff0666;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #ff0666;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:active {
    background-color: #ff0666;
}

::-webkit-scrollbar-track {
    background: #2c2a32;
    border-radius: 0px;
}

::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
    background: #2c2a32;
}

.logo {
    margin: 5px;
    transition: 0.3s all;
}

.logo:hover {
    transform: scale(1.07);
    transition: 0.3s all;
}

.logo img {
    width: 79%;
    height: 60px;
}

.service-area {
    background-image: url(../img/DigitalMarketingAgencyNewJersey-MarketingDigitalNewJersey-PerformanceMarketingCompany-SearchEngineOptimization-SEO-SEM-DigitalAgency-NJ-ConversionRateOptimization-cro-GrowthHackingB2B-servicio-area.webp);
    background-size: cover;
    padding-top: 70px;
    margin-bottom: 50px;
}

.kservice-text-title {
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.kservice-text p {
    color: #ffffff;
    line-height: 2;
    font-size: 18px;
    margin-bottom: 45px;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1rem;
    vertical-align: -0.125em;
}

.svg-inline--fa-serv {
    display: inline-block;
    font-size: inherit;
    height: 50px;
    vertical-align: -0.125em;
}

.cta-area {
    margin-top: -50px;
}

.cta-bg {
    display: flex;
    align-items: center;
    padding: 65px 70px;
    border-radius: 20px;
}

.bg-theme {
    background: #d30252;
    position: relative;
}

.cta-bg .cta-number {
    flex-basis: 33%;
}

.cta-number-icon {
    float: left;
    margin-right: 20px;
    animation: opacityPulse 2s ease-out;
    animation-iteration-count: infinite;
    opacity: 1;
}

.cta-number-text span {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 1px;
    margin-top: 3px;
    font-weight: 900;
}

.uppercase {
    text-transform: uppercase;
}

.cta-number-text h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    text-decoration: none;
}

.cta-number-text h3 a {
    color: #fff;
    text-decoration: none;
    font-weight: 900;
}

.cta-bg .cta-description {
    flex-basis: 37%;
    margin-left: 0;
    padding-left: 20px;
    position: relative;
}

.cta-bg .cta-description:before {
    height: 80px;
    width: 2px;
    background: #fff;
    opacity: 0.2;
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
}

.cta-bg .cta-description p {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 30px;
    margin: 0;
}

.cta-bg .cta-btn {
    flex-basis: 27%;
    text-align: right;
}

.theme-btn.black-btn {
    background: #242629;
}

.theme-btn {
    font-size: 13px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: none;
    font-weight: 700;
    color: #fff;
    background: #000;
    padding: 0 50px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    position: relative;
    z-index: 1;
    transition: all 0.3s linear 0s;
    text-decoration: none;
}

.theme-btn-whats {
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    font-weight: 700;
    color: #fff;
    background: #d10550;
    padding: 0 50px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    position: relative;
    z-index: 1;
    transition: all 0.3s linear 0s;
    text-decoration: none;
    float: right;
}

.theme-btn-whats:before {
    background: #ffc107;
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.theme-btn-whats:hover:before {
    left: 0;
    right: auto;
    width: 100%;
}

.theme-btn-whats:hover {
    color: #ffffff;
}

.theme-btn:before {
    background: #fff;
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.theme-btn:hover:before {
    left: 0;
    right: auto;
    width: 100%;
}

.theme-btn:hover {
    color: #ff0666;
}

.about-area {
    padding-bottom: 70px;
    padding-top: 85px;
}

.border-btn {
    border: 1px solid #ff0666;
}

.section-title {
    font-size: 50px;
    color: #242629;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.kabout .section-title-wrapper p {
    line-height: 2;
    font-size: 18px;
}

.kabout-service-title {
    font-size: 18px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 18px;
    font-weight: 700;
}

.kabout-service p {
    font-size: 16px;
}

.ul-about {
    margin-bottom: 55px;
    margin-top: 20px;
}

.kabout ul li {
    font-size: 17px;
    font-weight: 500;
    color: #242629;
    margin-bottom: 15px;
    list-style: none;
    display: flex;
}

.kabout ul li i {
    margin-right: 15px;
    color: #ff0666;
    margin-top: 1px;
}

.kabout-img {
    position: relative;
    margin-right: 70px;
    margin-bottom: 50px;
}

@-webkit-keyframes popupBtn {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.6);
        opacity: 0.3;
    }

    to {
        transform: scale(2.2);
        opacity: 0;
    }
}

@keyframes popupBtn {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.6);
        opacity: 0.3;
    }

    to {
        transform: scale(2.2);
        opacity: 0;
    }
}

.kabout-img img:hover {
    filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0);
}

.kabout-service-title:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 19px;
    background: #ff0666;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.trust-area.trust-area {
    position: relative;
    padding-top: 105px;
    padding-bottom: 120px;
}

.trust-bg {
    background-image: url(../img/DigitalMarketingAgencyNewJersey-MarketingDigitalNewJersey-PerformanceMarketingCompany-SearchEngineOptimization-SEO-SEM-DigitalAgency-NJ-ConversionRateOptimization-cro-GrowthHackingB2B-contacto-fondo-bg.webp);
    background-attachment: fixed;
}

.trust-bg {
    opacity: 1;
    z-index: 0;
    background-size: cover;
}

.trust-bg,
.trust-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.trust-bg:before {
    content: "";
    background: rgb(0 0 0 / 82%);
}

.ktrust-title {
    font-size: 60px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
}

.quality-area {
    padding-top: 30px;
}

.kquality-text-title {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #d00550;
}

.kquality-img {
    position: relative;
    display: inline-block;
}

.kquality-img:after,
.kquality-img:before {
    height: 100%;
    width: 10px;
    top: 0;
    left: 0;
    background: #ff0666;
    position: absolute;
    content: "";
    z-index: 1;
}

.kquality-img:after {
    left: 10px;
    background: #fff;
}

.fix {
    overflow: hidden;
}

.footer {
    background: #000;
    background-size: cover;
    padding-top: 40px;
}

.footer-text {
    font-size: 15px;
    font-weight: 500;
    color: #a0a2a6;
    line-height: 2;
}

.widget {
    margin-bottom: 30px;
}

.widget-title {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin-top: 12px;
}

.widget ul li {
    list-style: none;
    margin-bottom: 5px;
}

.widget-contact li {
    line-height: 26px;
    font-size: 15px;
    color: #a0a2a6;
}

.pb-10 {
    padding-bottom: 10px;
}

ul {
    margin: 0;
    padding: 0;
}

.copyright-area {
    position: relative;
    z-index: 1;
}

.copyright-area:before {
    background: #1a1c1e;
    height: 100%;
    width: 400px;
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
}

.copyright-bg {
    background: #1a1c1e;
    padding: 28px 0;
}

.copyright-area span {
    color: #a0a2a6;
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding: 15px 0;
    position: inherit;
}

.copyright-area ul li {
    padding: 15px 0;
    list-style: none;
}

.copyright-area ul li a {
    color: #a0a2a6;
    font-size: 15px;
    font-weight: 400;
    margin-right: 25px;
    position: relative;
    text-decoration: none;
}

.telf-enl {
    color: #a0a2a6;
    text-decoration: none;
}

.telf-enl:hover {
    color: #ff0666;
}

.kquality-text {
    padding-left: 15px;
}

.foot-mail a {
    text-decoration: none;
    color: white;
}

.foot-mail a:hover {
    text-decoration: none;
    color: #ff0666;
}

.offcanvas-body {
    justify-content: space-evenly;
}

@keyframes opacityPulse {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* FORM
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section {
    position: relative;
    width: 100%;
    display: block;
}

.full-height {
    min-height: 100vh;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: inherit;
    left: -9999px;
}

.checkbox:checked + label,
.checkbox:not(:checked) + label {
    position: relative;
    display: block;
    text-align: center;
    width: 60px;
    height: 16px;
    border-radius: 8px;
    padding: 0;
    margin: 10px auto;
    cursor: pointer;
    background-color: #ffeba7;
}

.checkbox:checked + label:before,
.checkbox:not(:checked) + label:before {
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #ffeba7;
    background-color: #102770;
    font-family: "unicons";
    content: "\eb4f";
    z-index: 20;
    top: -10px;
    left: -10px;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    transition: all 0.5s ease;
}

.checkbox:checked + label:before {
    transform: translateX(44px) rotate(-270deg);
}

.card-3d-wrap {
    position: relative;
    width: 440px;
    max-width: 100%;
    height: 520px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    /* perspective: 800px; */
    /* margin-top: 30px; */
}

.card-3d-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 600ms ease-out;
}

.card-front {
    width: 100%;
    height: 460px;
    background-color: #ffffff;
    background-image: url(../img/DigitalMarketingAgencyNewJersey-MarketingDigitalNewJersey-PerformanceMarketingCompany-SearchEngineOptimization-SEO-SEM-DigitalAgency-NJ-ConversionRateOptimization-cro-GrowthHackingB2B-servicio-form.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300%;
    position: absolute;
    border-radius: 6px;
    left: 0;
    top: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.checkbox:checked ~ .card-3d-wrap .card-3d-wrapper {
    transform: rotateY(180deg);
}

.center-wrap {
    position: absolute;
    width: 100%;
    padding: 0 20px;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 35px) perspective(100px);
    z-index: 20;
    display: block;
}

.form-group {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.form-style {
    padding: 13px 20px;
    padding-left: 55px;
    height: 48px;
    width: 100%;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    outline: none;
    color: #000000;
    background-color: #ffffff;
    border: none;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    box-shadow: 0 4px 8px 0 rgb(21 21 21 / 20%);
}

.form-style:focus,
.form-style:active {
    border: none;
    outline: none;
    box-shadow: 0 4px 8px 0 rgba(21, 21, 21, 0.2);
}

.input-icon {
    position: absolute;
    top: 0;
    left: 18px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    text-align: left;
    color: #ffeba7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input:-ms-input-placeholder {
    color: #c4c3ca;
    opacity: 0.7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input::-moz-placeholder {
    color: #c4c3ca;
    opacity: 0.7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input:-moz-placeholder {
    color: #c4c3ca;
    opacity: 0.7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input::-webkit-input-placeholder {
    color: #c4c3ca;
    opacity: 0.7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input:focus:-ms-input-placeholder {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input:focus:-moz-placeholder {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.btn {
    border-radius: 4px;
    height: 44px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    padding: 0 30px;
    letter-spacing: 1px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    border: none;
    background-color: #ffeba7;
    color: #102770;
    box-shadow: 0 8px 24px 0 rgba(255, 235, 167, 0.2);
}

.btn:active,
.btn:focus {
    background-color: #102770;
    color: #ffeba7;
    box-shadow: 0 8px 24px 0 rgba(16, 39, 112, 0.2);
}

.btn:hover {
    background-color: #102770;
    color: #ffeba7;
    box-shadow: 0 8px 24px 0 rgba(16, 39, 112, 0.2);
}

.tit-form {
    font-weight: 700;
    text-align: center;
    color: #d30252;
    font-size: 24px;
    padding-left: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.overlay-mail {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.theme-btn-email {
    font-size: 14px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: none;
    font-weight: 700;
    color: #ff0666;
    background: #fff;
    padding: 0 50px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    position: relative;
    z-index: 1;
    transition: all 0.3s linear 0s;
    text-decoration: none;
    width: 100%;
    text-align: center;
}

.theme-btn-email:before {
    background: #000;
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.theme-btn-email:hover:before {
    left: 0;
    right: auto;
    width: 100%;
}

.theme-btn-email:hover {
    color: #fff;
}

.vide-email {
    width: 640px;
    height: 360px;
}

.carousel-item {
    position: initial !important;
}

.carousel-inner {
    position: initial !important;
}

.carousel-caption {
    bottom: 8.25rem !important;
    text-align: left !important;
}

.kslider--descrip {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
}

.random {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.random p {
    color: #fe0466;
    font-size: 16px;
    font-weight: 700;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.reg-p {
    color: white;
    position: relative;
    font-weight: 400;
    font-size: 24px;
}

.reg-p a {
    color: white;
    text-decoration: none;
}

.reg-p a:hover {
    color: #ff0666;
}

/* Clon agencia-de-marketing-digital*/

/* Clon digital-marketing-agencies*/

/* Clon digital-marketing-services*/

/* Clon digital-marketing-companies*/

/* Clon empresa-de-marketing-digital*/

.theme-btn-n {
    font-size: 15px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: none;
    font-weight: 700;
    color: #fff;
    background: #ab0442;
    padding: 0 50px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    position: relative;
    z-index: 1;
    transition: all 0.3s linear 0s;
    text-decoration: none;
}

.theme-btn-n:hover:before {
    left: 0;
    right: auto;
    width: 100%;
}

.theme-btn-n:before {
    background: #ffc107;
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.theme-btn-n:hover {
    color: #fff;
}

.num-ref {
    text-decoration: none;
}

.modal-body {
    padding: 0px 30px 0px 30px !important;
}

.btn-secondary {
    border-radius: 0px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: 0;
    opacity: 0.01;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    color: #7a7a7a;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 0.2em;
    box-shadow:
        inset 0 1px 3px rgba(0, 0, 0, 0.1),
        0 0 0 rgba(203, 34, 237, 0.2);
    -webkit-transition: all 0.275s;
    transition: all 0.275s;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: "✕";
    position: absolute;
    top: 0.5em;
    left: 0.13em;
    font-size: 1.375em;
    color: #d30252;
    line-height: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}

/* Disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #e9e9e9;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #777;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}

/* Accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    box-shadow:
        inset 0 1px 3px rgba(0, 0, 0, 0.1),
        0 0 0 6px rgba(203, 34, 237, 0.2);
}

.modal-header {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: none !important;
}

.kslider--btn ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: flex-end;
}

.kslider--btn li {
    position: relative;
    margin-right: 10px;
}

.banner-form {
    background-image: url(../img/mdb01.jpg);
    background-size: cover;
}

.banner-form {
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transform: scale(1);
    transition: all 8s linear 0s;
}

.banner-form,
.banner-form:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner-form:before {
    content: "";
    background: rgb(0 0 0 / 67%);
}

.banner-area {
    position: relative;
    padding-top: 100px;
    padding-bottom: 130px;
}

.banner-title {
    font-size: 40px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    text-shadow: 0px 5px 11px #5c5c5c;
    text-align: center;
}

.banner-cont {
    position: relative;
}

.banner-align {
    display: flex;
    align-items: center;
}

/*** Service ***/
.service-item {
    position: relative;
    padding: 45px 30px;
    overflow: hidden;
    transition: 0.5s;
}

.service-item:hover {
    margin-top: -15px;
    padding-bottom: 60px;
    /* background: #fe0466 !important; */
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 126px;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    background: url(/img/DigitalMarketingAgencyNewJersey-MarketingDigitalNewJersey-PerformanceMarketingCompany-SearchEngineOptimization-SEO-SEM-DigitalAgency-NJ-ConversionRateOptimization-cro-GrowthHackingB2B-blop.webp)
        center center no-repeat;
    background-size: contain;
    transition: 0.5s;
}

.service-item:hover .service-icon {
    color: #ff0168;
    background: url(/img/DigitalMarketingAgencyNewJersey-MarketingDigitalNewJersey-PerformanceMarketingCompany-SearchEngineOptimization-SEO-SEM-DigitalAgency-NJ-ConversionRateOptimization-cro-GrowthHackingB2B-blop-02.webp)
        center center no-repeat;
    background-size: contain;
}

.service-item h1 {
    font-weight: 900;
    color: #ffffff;
    text-shadow: 0px 3px 4px black;
    font-size: 26px;
}

.service-item h1,
.service-item p {
    transition: 0.5s;
}

.service-item:hover h5,
.service-item:hover p {
    color: #ff0168;
}

.service-item a.btn {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    color: #ff0168;
    background: #ffffff;
    border-radius: 20px 20px 0 0;
    transition: 0.5s;
    z-index: 1;
}

.service-item a.btn:hover {
    color: #ffffff !important;
    background: #ffc107;
}

.service-item:hover a.btn {
    bottom: 0;
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.section-title span:first-child,
.section-title span:last-child {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    width: 30px;
    height: 2px;
}

.section-title span:last-child {
    margin-right: 0;
    margin-left: 30px;
}

.section-title span:first-child::after,
.section-title span:last-child::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    top: 0;
    right: -20px;
}

.section-title span:last-child::after {
    right: auto;
    left: -20px;
}

.section-title.text-primary span:first-child,
.section-title.text-primary span:last-child,
.section-title.text-primary span:first-child::after,
.section-title.text-primary span:last-child::after {
    background: var(--primary);
}

.section-title.text-secondary-serv span:first-child,
.section-title.text-secondary-serv span:last-child,
.section-title.text-secondary-serv span:first-child::after,
.section-title.text-secondary-serv span:last-child::after {
    background: #ff0168;
}

.section-title.text-white span:first-child,
.section-title.text-white span:last-child,
.section-title.text-white span:first-child::after,
.section-title.text-white span:last-child::after {
    background: #ffffff;
}

.text-secondary-serv {
    color: #d30252 !important;
    font-size: 25px;
    font-weight: 900;
}

.section-title-serv {
    text-transform: uppercase;
    font-weight: 900;
}

.section-title-serv h2 {
    font-size: 40px;
}

.services-new {
    background:
        linear-gradient(rgb(255 255 255) 0%, rgb(0 0 0 / 0%) 22%),
        url(/img/DigitalMarketingAgencyNewJersey-MarketingDigitalNewJersey-PerformanceMarketingCompany-SearchEngineOptimization-SEO-SEM-DigitalAgency-NJ-ConversionRateOptimization-cro-GrowthHackingB2B-fondo-services.webp);
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 20px;
}

.bg-body-tertiary {
    background-color: #fff;
}

/* ------------------------
    List Icon
------------------------*/

/* ------------------------
    Bg Animated Image
------------------------*/

/* ------------------------
    Round Animated Image
------------------------*/
.round-animation {
    background-image: linear-gradient(120deg, #fe0466 0%, #050006 100%);
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    width: 100%;
    height: 100%;
    animation: morph 10s linear infinite;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    will-change: border-radius;
}

.round-animation:before,
.round-animation:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    will-change: border-radius, transform, opacity;
    animation-delay: 200ms;
    background-image: linear-gradient(
        120deg,
        rgb(254 4 102 / 25%) 0%,
        rgba(255, 0, 102, 0.993) 100%
    );
}

.round-animation:before {
    animation: morph 3s linear infinite;
    opacity: 0.21;
    animation-duration: 1.5s;
}

.round-animation img {
    position: relative;
    z-index: 99;
}

.seo-img img {
    position: relative;
    -webkit-animation: seo 2s linear infinite;
    animation: seo 2s linear infinite;
}

@-webkit-keyframes seo {
    0% {
        left: 20px;
        bottom: 20px;
    }

    25% {
        left: -20px;
        bottom: 20px;
    }

    50% {
        left: -20px;
        bottom: 0px;
    }

    75% {
        left: 0px;
        bottom: 0px;
    }

    100% {
        left: 20px;
        bottom: 20px;
    }
}

@keyframes seo {
    0% {
        left: 20px;
        bottom: 20px;
    }

    25% {
        left: -20px;
        bottom: 20px;
    }

    50% {
        left: -20px;
        bottom: 0px;
    }

    75% {
        left: 0px;
        bottom: 0px;
    }

    100% {
        left: 20px;
        bottom: 20px;
    }
}

@keyframes morph {
    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }

    50% {
        opacity: 0.89;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

.about-img {
    display: flex;
    align-items: center;
    padding-top: 40px;
}

.btn-square {
    font-weight: 700 !important;
    text-transform: initial;
}

.theme-btn-call-now {
    font-size: 13px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: none;
    font-weight: 700;
    color: #ab0545;
    background: #fff;
    padding: 0px 35px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    position: relative;
    z-index: 1;
    transition: all 0.3s linear 0s;
    text-decoration: none;
}

.theme-btn-call-now:before {
    background: #ffc107;
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.theme-btn-call-now:hover:before {
    left: 0;
    right: auto;
    width: 100%;
}

.theme-btn-call-now:hover {
    color: #fff;
}

/* ------------------------
    Services
------------------------*/

.services-parraf {
    text-align: center;
    margin-bottom: 50px;
}

.serv-enlace {
    text-decoration: none !important;
}

.card-sem {
    padding: 66px 50px;

    border: none !important;
    border-radius: 20px !important;
    box-shadow: -2px 5px 40px 0px rgb(121 122 129 / 12%);
    margin-bottom: 30px;
}

.seo {
    padding: 30px 20px;
    border-radius: 20px !important;
}

.seo-cont {
    display: flex;
    justify-content: center;
}

.seo-items div h1 {
    text-align: center;
}

.card-seo {
    margin-bottom: 30px;
    border: 1px solid #e1e1e1 !important;
    box-shadow: 0px 3px 6px #dfdfdf;
}

.seo-img {
    margin-bottom: 15px;
}

.card-white-seo {
    background-color: #fdfcfc !important;
}

.card-white {
    background-color: #f7f7f7 !important;
}

.card-black {
    background-color: #000 !important;
}

.card-title-black h1 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 24px;
    color: #ff0055;
}

.card-title-white h1 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 24px;
    color: #ff0055;
}

.card-title-white p {
    text-align: justify;
    margin-bottom: 0px;
    font-size: 20px;
}

.card-title-white-t h2 {
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 5px;
    color: #ff0055;
}

.card-title-white-t p {
    text-align: justify;
    margin-bottom: 0px;
    font-size: 19px;
}

.cont-img {
    display: flex;
    justify-content: center;
}

.cont-img-seo {
    display: flex;
    justify-content: center;
}

.cont-gif img {
    border-radius: 20px;
}

/* FAQ */
/* .faq {
    padding: 40px 0px;
}

.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #000000 !important;
    font-weight: 700;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #d10550 !important;
    outline: 0;
    box-shadow: 0px 0px 3px #d10550 !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(/img/digitalmarketingnewjersey-digital-marketing-new-jersey-nj-us-openfs-down.svg) !important;
}

.accordion-button::after {
    background-image: url(/img/digitalmarketingnewjersey-digital-marketing-new-jersey-nj-us-openfs-up.svg) !important;
}

.accordion-button {
    font-weight: 600;
}

.accordion-body {
    text-align: justify;
} */

/* Offcanvas */
.btn-offcanvas {
    width: 30px;
    margin-left: 20px;
    cursor: pointer;
}

.offcanvas.offcanvas-end {
    height: fit-content !important;
}

.offcanvas-header {
    padding: 1.5rem 1.5rem 0rem 1.5rem !important;
}

.offcanvas-header svg {
    width: 30px;
    cursor: pointer;
}

.offcanvas-header img {
    padding-top: 20px;
}

.offcanvas {
    border-bottom-left-radius: 40px;
}

.card-title-black p {
    text-align: justify;
    margin-bottom: 0px;
    font-size: 20px;
    color: #fff;
}

/* ------------------------
    Partner
------------------------*/
#partner-googler {
    padding-top: 70px;
    padding-right: 0px;
    padding-bottom: 90px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.section {
    will-change: top;
}

.section {
    z-index: 1;
    position: relative;
}

.section-content-center {
    display: flex;
    width: 100%;
    align-items: center;
}

.section-background-video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}

.section-background-video video {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: repeat;
    z-index: 1;
    background-color: rgb(0 0 0 / 73%);
}

.partner-text h1 {
    color: #ffb712;
    font-weight: 800;
}

.partner-cont {
    z-index: inherit;
}

.partner-items {
    display: flex;
    align-items: center;
}

.partner-img {
    display: flex;
    justify-content: center;
}

.btn-rap-movil {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.cont-gif img {
    width: 100%;
}

.keywords-a {
    color: #ff0055;
    text-decoration: none;
    font-weight: 700;
}

.keywords-a:hover {
    color: #af043d;
    text-decoration: none;
    font-weight: 700;
}

.seo-intro {
    margin: 50px 0px;
}

.intro-img {
    display: flex;
    justify-content: center;
}

.intro-seo div p {
    margin-bottom: 20px;
}

.seo-l img {
    margin-bottom: 50px;
}

/* FOOTER */
.footer-enlaces a {
    color: #a0a2a6;
    text-decoration: none;
}

.footer-enlaces a:hover {
    color: #ff0055;
}

/* ============================
 ABOUT US
=============================*/
.about-us {
    padding: 70px 0px 0px 0px;
}

.breadcumb-area {
    background: url(/img/DigitalMarketingAgencyNewJersey-MarketingDigitalNewJersey-PerformanceMarketingCompany-SearchEngineOptimization-SEO-SEM-DigitalAgency-NJ-ConversionRateOptimization-about-bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 110px 0 120px;
}

.breadcumb-title h1 {
    font-size: 41px;
    margin-bottom: 14px;
    margin-top: 0;
    font-weight: 800 !important;
    letter-spacing: 0;
    color: #fff;
    font-weight: 700;
}

.breadcumb-content-text p {
    color: #ff0055;
    font-weight: 600;
}

.choose-us-area .section-title {
    text-align: left;
    margin-bottom: 33px;
}

.choose-us-area .sub-title h5 {
    margin-left: 40px;
}

.sub-title h5 {
    color: #d10550;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 15px 0px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.sub-title h5::before {
    position: absolute;
    content: "";
    top: 10px;
    right: 0;
    left: -30px;
    margin: 0;
    height: 5px;
    width: 20px;
    background: #d10550;
    border-radius: 5px;
}

.sub-title h5::after {
    position: absolute;
    content: "";
    top: 10px;
    right: 0;
    left: -40px;
    margin: 0;
    height: 5px;
    width: 5px;
    background: #d10550;
    border-radius: 5px;
}

.sub-title h3 {
    font-size: 42px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 700;
    color: #1d2124;
}

.choose-us-area .sub-title p {
    width: 100%;
    margin: 25px auto 20px;
    line-height: 28px;
}

.sub-title p {
    font-size: 17px;
    color: #646464;
    margin: 15px auto 20px;
    width: 58%;
    line-height: 28px;
}

.choose-thumb {
    display: flex;
    justify-content: center;
}

.choose-thumb img {
    margin: -20px 0 0 -50px;
}

.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}

.bounce-animateX {
    animation-name: float-bobX;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    -moz-animation-name: float-bobX;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bobX;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bobX;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float-bobX {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
}

.service-about-area {
    padding: 70px 0px 60px 0px;
    background: url(/img/DigitalMarketingAgencyNewJersey-MarketingDigitalNewJersey-PerformanceMarketingCompany-SearchEngineOptimization-SEO-SEM-DigitalAgency-NJ-ConversionRateOptimization-services-about-bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.dreamit-service-box {
    padding: 0px 25px 30px;
    background-color: #fff;
    border: 1px solid rgba(35, 35, 35, 0.1);
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.dreamit-service-box:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: url(/img/box-bg.png);
    transition: 0.5s;
    opacity: 0;
    z-index: -1;
    background-size: cover;
}

.dreamit-service-box:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.dreamit-service-box:hover .em-service-icon {
    background: #fe0466;
}

.dreamit-service-box:hover .em-service-title h2,
.dreamit-service-box:hover .em-service-text p {
    color: #fff;
}

.dreamit-service-box:hover .service-button a {
    color: #fff;
    border: 1px solid #fe0466;
}

.dreamit-service-box:hover .service-button a:before {
    transform: scale(1);
}

.service-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fe0466;
    border-radius: 30px;
    transform: scale(0);
    transition: 0.5s;
}

.dreamit-service-box:hover .em-service-icon svg {
    filter: brightness(0) invert(1);
}

.service-box-inner {
    transition: 0.4s;
}

.em-service-icon {
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    line-height: 76px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid rgba(35, 35, 35, 0.1);
    transition: 0.5s;
}

.em-service-icon svg {
    transition: 0.5s;
    height: 32px;
    margin-top: 22px;
    color: #fe0466;
}

.em-service-title h2 {
    font-size: 22px;
    font-weight: 700;
    padding: 55px 0 42px;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    color: #838383;
}

.em-service-title h2:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 22px;
    margin: auto;
    width: 40px;
    height: 2px;
    background: #fe0466;
}

.service-number h1 {
    font-size: 100px;
    opacity: 5%;
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 700;
}

.em-service-text p {
    transition: 0.5s;
}

.service-button a {
    padding: 8px 18px 8px 24px;
    font-size: 15px;
    border-radius: 22px;
    background-color: #ffffff;
    color: #232323;
    border: 1px solid rgba(35, 35, 35, 0.1);
    display: inline-block;
    margin-top: 11px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    text-decoration: none;
}

.service-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fe0466;
    border-radius: 30px;
    transform: scale(0);
    transition: 0.5s;
}

.services-area-title {
    margin-bottom: 60px;
}

.itsoft-section-title h2 {
    font-size: 42px;
    margin: 0;
    font-weight: 700;
}

.itsoft-section-title span {
    color: #fe0466;
}

.em-service-icon svg {
    transition: 0.5s;
}

/* ============================
TEAM
=============================*/

.team-area {
    padding: 20px 0px 80px 0px;
}

.single-team-box {
    margin-top: 30px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-image {
    position: relative;
    z-index: 1;
    border-radius: 3px;
    overflow: hidden;
}

.team-image::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgb(2 2 2 / 0%);
    background-image: linear-gradient(
        -135deg,
        rgb(62 62 62 / 0%) 0%,
        rgb(0 0 0 / 48%) 100%
    );
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team-box .team-image img {
    width: 100%;
    height: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-social-icon {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team-social-icon a {
    margin: 5px;
    color: #5e87eb;
    font-size: 16px;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    will-change: transform;
}

.team-social-icon a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ffffff;
    border-radius: 3px;
}

.team-info {
    padding: 20px 15px 0px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-info h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.team-info span {
    color: #fe0466;
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.single-team-box:hover .team-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.single-team-box:hover .team-social-icon a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.single-team-box:hover .team-image::before {
    opacity: 0.8;
    visibility: visible;
}

.team-card {
    display: flex;
    justify-content: center;
}

/* ============================
 CONTACT US
=============================*/
/* .about-us{
    padding: 70px 0px 0px 0px;
} */

.breadcumb-area-contact {
    background:
        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url(/img/DigitalMarketingAgencyNewJersey-MarketingDigitalNewJersey-PerformanceMarketingCompany-SearchEngineOptimization-SEO-SEM-DigitalAgency-NJ-ConversionRateOptimization-contact-bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    padding: 180px 0 120px;
}

.contact-info .card {
    border: none;
}

.text-secondary-contact {
    color: #3a3a3a !important;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
    padding-top: 25px;
}

.section-title-contact {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 27px;
    color: #ff0063;
}

.info-contact {
    font-size: 17px;
    font-weight: 500;
}

.info-contact a {
    text-decoration: none;
    color: #000000;
    transition: 0.3s;
}

.info-contact a:hover {
    text-decoration: none;
    color: #ff0063;
    transition: 0.3s;
}

.card-contact {
    background: #fbfbfb;
}

/* ============================
 DESIGN AND DEVELOPMENT
=============================*/
.text-secondary-dev {
    color: #d30252 !important;
    font-size: 24px;
    font-weight: 900;
}

.description-web {
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-image: linear-gradient(180deg, #ffffff 0%, #d7dfeb 100%);
}

.img-web-movil {
    display: flex;
    z-index: 1;
    position: absolute;
    top: 250px;
    left: 0;
    width: 90%;
}

.img-web-tablet {
    display: flex;
    right: 0;
    position: absolute;
    width: 90%;
    height: auto;
}

.cards-web {
    background:
        linear-gradient(rgb(255 255 255) 0%, rgb(255 255 255 / 0%) 100%),
        url(/img/fondo-dev.png);
    background-size: cover;
    /* background: linear-gradient(180deg, #ffffff 0%, rgba(247, 247, 247, 0.09) 100%) transparent; */
    /* background-color: #000; */
}

.text-description-web p {
    line-height: 2;
    font-size: 20px;
    margin-bottom: 45px;
}

.description-web .box-img {
    margin-top: 8rem;
}

.banner-phone {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url(/img/banner-01.jpg);
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    padding: 150px 0px;
    margin-top: -5%;
}

.text-phone h1 {
    text-align: end;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.5px;
    padding-top: 20px;
    margin-bottom: 15px;
}

.slider-clients {
    /* background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.6)), url(/img/fondo-dev.png); */
    background: url(/img/fondo-phone.webp);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
    background-size: cover;
    background-position: center;
    margin-top: 18rem;
    position: relative;
    z-index: 2;
}

.clients-title-dev {
    text-transform: uppercase;
    font-weight: 900;
    color: #ffffff;
}

.carousel-clients {
    margin-top: 5rem;
}

.carousel-clients img {
    height: 150px;
    width: auto !important;
}

.img-phone {
    width: 315px;
}

.title-animate {
    text-transform: uppercase;
    font-weight: 900;
    color: #d00550;
    font-size: 3.5rem;
}

.title-animate-dark {
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    font-size: 3.5rem;
}

/* ============================
 RESPONSIVE
=============================*/
@media (max-width: 1199px) and (min-width: 992px) {
    .kslider--title {
        font-size: 50px;
        line-height: 70px;
    }

    .carousel-caption {
        padding-bottom: 3.5rem;
    }

    .text-description-web p {
        line-height: 2;
        font-size: 18px;
    }

    @keyframes float-bobX {
        0% {
            -webkit-transform: translateX(100px);
            transform: translateX(100px);
        }

        50% {
            -webkit-transform: translateX(50px);
            transform: translateX(50px);
        }

        100% {
            -webkit-transform: translateX(-100px);
            transform: translateX(100px);
        }
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cta-bg {
        display: inherit;
    }

    .cta-contact {
        display: flex !important;
    }

    .kslider--title {
        font-size: 60px;
        line-height: 77px;
    }

    .section-title-wrapper {
        margin-top: 50px;
    }

    .kquality-img {
        float: right;
    }

    .vide-email {
        width: 100% !important;
        height: auto !important;
    }

    .theme-btn-email {
        font-size: 12px !important;
        padding: 0 10px !important;
    }

    .carousel-item {
        position: initial !important;
    }

    .carousel-inner {
        position: initial !important;
    }

    .contact-info iframe {
        margin-top: 40px;
        height: 500px;
        border: 0;
    }

    .description-web .box-img {
        margin-top: 0;
    }

    .description-web {
        padding-bottom: 550px;
    }

    .img-web-tablet {
        width: 70%;
    }

    .img-web-movil {
        width: 60%;
    }

    .text-phone h1 {
        text-align: center;
        font-size: 45px;
    }

    .text-description-web p {
        font-size: 18px;
    }

    .cards-homes-text {
        margin-left: 36px;
    }
}

@media (max-width: 576px) {
    .theme-btn-whats {
        font-size: 12px;
        padding: 0 8px;
    }

    .cta-bg {
        display: inherit;
        padding: 25px 30px;
        flex-direction: column;
    }

    .kslider--title {
        font-size: 35px;
        letter-spacing: 0px;
        line-height: 45px;
    }

    .cta-number-icon {
        float: none;
        margin-right: 30px;
    }

    .kabout-img {
        position: relative;
        margin-right: 0px;
        margin-bottom: 160px;
    }

    .cta-bg .cta-description {
        flex-basis: 37%;
        margin-left: 0px;
        padding-left: 0px;
        position: relative;
        margin-bottom: 12px;
    }

    .ktrust-title {
        font-size: 35px;
    }

    .kservice-text-title {
        font-size: 30px;
    }

    .section-title {
        font-size: 40px;
    }

    .copyright-area:before {
        width: 100%;
    }

    .kquality-text-title {
        font-size: 26px;
    }

    .cta-number-text h1 a {
        font-size: 30px;
    }

    .vide-email {
        width: 100% !important;
        height: auto !important;
    }

    .theme-btn-email {
        font-size: 12px !important;
        padding: 0 10px !important;
    }

    .carousel-item {
        position: initial !important;
    }

    .carousel-inner {
        position: initial !important;
    }

    .kslider--subtitle {
        font-size: 20px;
    }

    .kslider--descrip {
        font-size: 25px !important;
    }

    .random p {
        font-size: 13px !important;
    }

    .card-3d-wrap {
        height: 750px !important;
    }

    .theme-btn-n {
        font-size: 10px !important;
    }

    .text-secondary-serv {
        font-size: 20px !important;
        text-align: center !important;
    }

    .service-item h1 {
        font-size: 20px !important;
    }

    .banner-title {
        font-size: 26px !important;
    }

    .service-item:hover p {
        font-size: 11px !important;
    }

    .service-item:hover a.btn {
        bottom: -6px !important;
    }

    .item-span {
        font-size: 11px;
    }

    .cont-img img {
        width: 80%;
    }

    .cont-img-seo img {
        width: 60%;
    }

    .intro-img img {
        width: 100%;
    }

    .card-sem {
        padding: 25px 20px;
    }

    .card-title-black {
        margin-bottom: 30px;
    }

    .card-title-white {
        margin-bottom: 30px;
    }

    .img-partner img {
        width: 80%;
    }

    .seo-l img {
        display: none;
    }

    .card-title-black p {
        font-size: 17px;
    }

    .card-title-white p {
        font-size: 17px;
    }

    .card-title-white-t p {
        font-size: 17px;
    }

    .contact-info iframe {
        margin-top: 40px;
        height: 500px;
        border: 0;
    }

    .contact-info svg {
        width: 120px;
    }

    .description-web {
        padding-bottom: 460px;
    }

    .img-web-tablet {
        width: 70%;
    }

    .img-web-movil {
        top: 110px;
        width: 80%;
    }

    .text-phone h1 {
        text-align: center;
        font-size: 35px;
    }

    .description-web .box-img {
        margin-top: 0;
    }

    .banner-phone {
        padding: 85px 0px;
        margin-top: -10%;
    }

    .carousel-clients {
        margin-top: 1rem;
    }

    .carousel-clients img {
        height: 140px;
    }

    .owl-theme .owl-nav {
        margin-top: 0px;
    }

    .slider-clients {
        margin-top: 9rem;
    }

    .title-animate,
    .title-animate-dark {
        font-size: 3rem;
    }

    .carousel-caption {
        bottom: 25% !important;
        text-align: left !important;
    }
    .cards-homes-text {
        margin-left: 36px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .cta-area .cta-bg {
        padding: 45px 35px;
    }

    .cta-bg .cta-description {
        margin-left: 0px;
        padding-left: 10px;
    }

    .theme-btn-call-now {
        padding: 0 20px;
    }

    .cta-number-text h1 {
        font-size: 28px;
    }

    .cta-number-text span {
        font-size: 12px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .service-item h1 {
        font-size: 22px;
    }

    .cta-number {
        display: flex;
        justify-content: center;
    }

    .cta-bg .cta-btn {
        text-align: center;
    }

    .cta-bg .cta-description {
        margin-left: 0px;
        padding-left: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .cta-bg .cta-description:before {
        display: none;
    }

    /* boton request */
    .kslider--btn li {
        margin-right: 35px;
    }

    .btn-rap {
        display: none;
    }

    .logo-offcanvas img {
        display: none !important;
    }

    .btn-rap-movil {
        margin: 2.5rem 0px 1rem 0px;
        display: flex;
        justify-content: center;
    }

    .theme-btn-whats {
        padding: 0 40px;
    }

    .img-mock img {
        width: 100%;
    }

    .seo-l img {
        width: 100%;
    }

    .cont-gif img {
        margin-top: 20px;
    }

    .cont-img img {
        margin-top: 20px;
    }
    .cards-homes-text {
        margin-left: 36px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .btn-offcanvas {
        margin-left: 10px;
        margin-right: 10px;
    }

    .cta-number {
        display: flex;
        justify-content: center;
    }

    .cta-bg .cta-btn {
        text-align: center;
    }

    /* boton request */
    .kslider--btn li {
        margin-right: 15px;
    }

    .theme-btn-whats {
        display: none;
    }

    .img-mock img {
        width: 100%;
    }
    .cards-homes-text {
        margin-left: 36px;
    }
}

@media (max-width: 575px) {
    header {
        background: rgb(255 255 255 / 95%);
        width: 100%;
        left: 0% !important;
        right: 0% !important;
        border-radius: 0px 0px 0px 0px;
    }

    .subtitle-tel {
        font-size: 35px !important;
    }

    .btn-offcanvas {
        margin-left: 10px;
        margin-right: 0px;
    }

    .cta-number-icon {
        display: flex;
        justify-content: center;
    }

    .cta-number-text span {
        font-size: 14px;
    }

    .cta-bg .cta-btn {
        text-align: center;
    }

    .kslider--title {
        font-size: 35px;
        line-height: 40px;
    }

    .theme-btn-n {
        background: #ab0442;
        padding: 0 30px;
    }

    .logo {
        margin: 0px;
    }

    .logo img {
        width: 100%;
        height: 60px;
    }

    .cta-number-text {
        text-align: center;
    }

    .kabout-img {
        margin-bottom: 40px;
    }

    /* boton request */
    .kslider--btn li {
        margin-right: 15px;
    }

    .btn-rap {
        display: none;
    }

    .logo-offcanvas img {
        display: none !important;
    }

    .btn-rap-movil {
        margin: 2.5rem 0px 1rem 0px;
        display: flex;
        justify-content: center;
    }

    .theme-btn-whats {
        padding: 0 40px;
    }

    .title-animate,
    .title-animate-dark {
        font-size: 1.6rem;
    }

    .card-development img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 20px;
    }

    .text-description-web p {
        font-size: 15px;
    }

    .img-web-tablet {
        width: 90%;
    }

    .description-web {
        padding-bottom: 300px;
    }

    .slider-clients {
        margin-top: 14rem;
    }
    .cards-homes-text {
        margin-left: 36px;
    }
}

/* RESPONSIVE ABOUT US */
@media (max-width: 1199px) and (min-width: 992px) {
    .em-service-title h2 {
        font-size: 15px;
    }

    .team-info h3 {
        font-size: 17px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .em-service-title h2 {
        padding: 55px 15px 42px 15px;
    }

    .dreamit-service-box {
        margin-top: 30px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .choose-thumb img {
        margin: 0px;
        width: 100%;
        margin-top: -25px;
    }

    .dreamit-service-box {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .choose-thumb img {
        margin: 0px;
        width: 100%;
        margin-top: -20px;
    }

    .dreamit-service-box {
        margin-top: 30px;
    }
}

.content-video {
    display: flex;
    justify-content: center;
    /* background-image: url(../img/Romulo-Betancourt-OpenFS-LLC---Digital-Marketing-NewJersy--New-Jersey-SEO---GIF.gif); */
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

/* .content-video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    border-radius: 15px;
} */

.content-video iframe {
    border-radius: 20px;
    margin-bottom: 30px;
}

.cta-area-in {
    margin-top: -80px;
}

.text-secondary-dev-inv {
    color: white !important;
    font-size: 27px;
    line-height: 41px;
    font-weight: 900;
}

.text-inf-inv {
    color: white;
    font-size: 20px;
}

.cont-form h1 {
    font-weight: 800;
    color: #ff0063;
}

.tit-inv {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 22px;
    color: #d10550;
}

.txt-box-inv {
    background: white;
    padding: 25px 15px;
    box-shadow: 0px 2px 14px #e5e5e5;
    color: #3a5c95;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
}

.card-form-inv {
    border: 1px solid;
    border-radius: 25px;
    overflow: auto;
    border-color: #d30252;
}

.inv-cont-ani {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Cards nuevos */

.wrapper {
    padding-top: 40px;
    padding-bottom: 50px;
}

.wrapper:focus {
    outline: 0;
}

.vector-card {
    background: white;
    width: 300px;
    display: inline-block;
    margin: auto;
    border-radius: 19px;
    position: relative;
    text-align: center;
    box-shadow: -1px 15px 30px -12px #d5d5d5;
    height: 565px;
}

.vector-card__image {
    position: relative;
    height: 230px;
    margin-bottom: 35px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.vector-card__image--bg-vector {
    background: linear-gradient(
        90deg,
        rgba(250, 250, 255, 1) 0%,
        rgba(235, 235, 235, 1) 35%,
        rgba(255, 255, 255, 1) 100%
    );
}

.vector-card__image--bg-vector img {
    width: 400px;
    position: absolute;
    top: -65px;
    left: -70px;
}

.vector-card__level {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
}

.vector-card__level--bg-vector {
    color: #d10550;
}

.vector-card__unit-name {
    font-size: 26px;
    color: black;
    font-weight: 900;
    margin-bottom: 5px;
    padding: 0px 10px;
}

.vector-card__unit-description {
    padding: 10px 20px;
    margin-bottom: 10px;
}

.card-vector {
    display: flex !important;
    justify-content: center !important;
}

.carusel-img {
    border-radius: 10px;
    box-shadow: 0px 2px 19px #ebebeb;
    transition: 0.3s;
    opacity: 1;
}

.tel-div {
    color: #000;
    text-decoration: none;
}

.subtitle-tel {
    text-decoration: none;
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    color: #d10550;
    text-align: center;
    /* animation: opacityPulse 2s ease-out;
    animation-iteration-count: infinite; */
}

.tel-href {
    display: flex;
    align-items: center;
}

.cont-search {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cont-search h1 {
    text-align: center;
    font-size: 46px;
    padding-top: 50px;
    font-weight: 400;
    line-height: 64px;
    margin-bottom: 33px;
}

.cont-search p {
    margin-top: 35px;
    font-size: 18px;
}

.solution_cards_box .solution_card {
    flex: 0 50%;
    background: #000;
    box-shadow:
        0 2px 4px 0 rgba(136, 144, 195, 0.2),
        0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    margin: 20px;
    padding: 10px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 265px;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover {
    /* background: #fff;
    color: #d30252; */
    transform: scale(1.1);
    z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
    background: rgb(85 108 214 / 10%);
}

.solution_cards_box .solution_card:before {
    content: "";
    position: absolute;
    background: rgb(85 108 214 / 5%);
    width: 170px;
    height: 400px;
    z-index: -1;
    transform: rotate(42deg);
    right: -56px;
    top: -23px;
    border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description button {
    background: #fff !important;
    color: #309df0;
}

.solution_card .solu_title h3 {
    margin-top: 13px;
    margin-bottom: 13px;
    color: #ff0055;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

.solution_card .solu_description p {
    font-size: 15px;
    margin-bottom: 15px;
}

.solution_card .solu_description button {
    border: 0;
    border-radius: 15px;
    background: linear-gradient(
        140deg,
        #42c3ca 0%,
        #42c3ca 50%,
        #42c3cac7 75%
    ) !important;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 5px 16px;
}

.solution_card .solu_description p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #fff;
}

.hover_color_bubble {
    position: absolute;
    background: rgba(206, 33, 99, 0.219);
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
    top: 0rem;
}

/*start media query*/
@media screen and (min-width: 320px) {
    .sol_card_top_3 {
        position: relative;
        top: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .sol_card_top_3 {
        position: relative;
        top: -2rem;
    }
}

.cro-new {
    background:
        linear-gradient(rgb(255 255 255) 24%, rgb(0 0 0 / 0%) 85%),
        url(/img/fondo-dev.png);
    background-size: cover;
    padding-top: 25px;
}

.cro-parraf {
    text-align: center;
    margin-bottom: 50px;
}

.card-cro {
    padding: 10px;
    margin-bottom: 10px;
}

.card-cro h1 {
    font-weight: 800;
    font-size: 22px;
    color: #d30252;
    text-transform: uppercase;
    text-align: center;
}

.card-cro p {
    text-align: justify;
    font-size: 18px;
    line-height: 1.8;
}

.text-description-cro p {
    font-size: 18px;
    margin-bottom: 45px;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .carousel-inner {
        margin-top: 30% !important;
    }

    .card-body {
        padding: 20px 20px !important;
    }
}

@media (max-width: 395px) {
    .carousel-inner {
        margin-top: 20% !important;
    }

    .card-body {
        padding: 10px 10px !important;
    }
}

@media (max-width: 991px) {
    .text-phone .row .col-12 {
        display: flex !important;
    }
}

/* span {
    position: absolute;
    border-radius: 100vmax;
} */

.top {
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 50%, #d30252);
}

.bottom {
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, #d30252, transparent 50%);
}

.right {
    top: 0;
    right: 0;
    width: 3px;
    height: 0;
    background: linear-gradient(180deg, transparent 50%, #d30252);
}

.left {
    left: 0;
    bottom: 0;
    width: 3px;
    height: 0;
    background: linear-gradient(180deg, #d30252, transparent 50%);
}

.top {
    animation: animateTop 5s ease-in-out infinite;
    animation-delay: 1s;
}

.bottom {
    animation: animateBottom 5s ease-in-out infinite;
    animation-delay: 1s;
}

.right {
    animation: animateRight 5s ease-in-out infinite;
    animation-delay: 1s;
}

.left {
    animation: animateLeft 5s ease-in-out infinite;
    animation-delay: 1s;
}

@keyframes animateTop {
    25% {
        width: 100%;
        opacity: 1;
    }

    30%,
    100% {
        opacity: 0;
    }
}

@keyframes animateBottom {
    0%,
    50% {
        opacity: 0;
        width: 0;
    }

    75% {
        opacity: 1;
        width: 100%;
    }

    76%,
    100% {
        opacity: 0;
    }
}

@keyframes animateRight {
    0%,
    25% {
        opacity: 0;
        height: 0;
    }

    50% {
        opacity: 1;
        height: 100%;
    }

    55%,
    100% {
        height: 100%;
        opacity: 0;
    }
}

@keyframes animateLeft {
    0%,
    75% {
        opacity: 0;
        bottom: 0;
        height: 0;
    }

    100% {
        opacity: 1;
        height: 100%;
    }
}
.p-tel {
    text-align: center;
    color: #d10550;
    font-weight: 800;
    font-size: 20px;
    margin-top: -18px;
}

.ref-partner {
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
}

.ref-partner a img {
    height: 210px;
}

.trust-bg-partner,
.trust-bg-partner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.trust-bg-partner:before {
    content: "";
    background: linear-gradient(
        90deg,
        rgba(92, 30, 236, 1) 0%,
        rgba(78, 91, 243, 1) 35%,
        rgba(66, 140, 250, 1) 100%
    );
    mix-blend-mode: multiply;
}

.name-partner {
    color: #fff;
    font-size: 25px;
    z-index: 1;
    position: relative;
}

.bg-partner {
    background-image: url(../img/google-partner-marketing-digiral-new-jersey-open-ad-free-software-solution-backround.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: top;
}
.badge-danger {
    background: #931443;
    color: white;
    margin-top: 0px !important;
    margin-bottom: 12px !important;
    padding: 10px !important;
}
.img-fle {
    display: flex;
    justify-content: space-evenly !important;
    margin-bottom: -40px;
    margin-top: 50px;
}

.movie-sect {
    display: flex;
    justify-content: center;
}

.mov-d video {
    border-radius: 25px;
}
.mov-d img {
    border-radius: 25px;
    box-shadow: 0px 0px 13px #a3a3a3;
}

.movie-sect div {
    display: flex;
    justify-content: center;
}

@media (max-width: 576px) {
    .card-3d-wrap {
        height: 560px !important;
    }
}

.slick-slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: 100%;
    margin: 20px;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 0.1;
}

.slick-active {
    opacity: 0.5;
}

.slick-current {
    opacity: 1;
}

.slick-dots {
    display: none !important;
}
.slick-arrow {
    display: none !important;
}
.r-title {
    margin-bottom: 0px !important;
    font-size: 20px;
    margin-left: 10px;
}
.rev-body {
    padding-top: 0px !important;
}
.rev-w {
    font-size: 25px !important;
    margin-left: 10px;
}

/* Móviles en vertical */
@media only screen and (max-width: 479px) {
    .r-title {
        margin-bottom: 0px !important;
        font-size: 14px;
        margin-left: 5px;
    }
    .rev-body {
        padding-top: 0px !important;
    }
    .rev-w {
        font-size: 16px !important;
        margin-left: 5px;
    }
    .rev-text {
        font-size: 13px;
    }
}

/* Móviles en horizontal */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .r-title {
        margin-bottom: 0px !important;
        font-size: 20px;
        margin-left: 10px;
    }
    .rev-body {
        padding-top: 0px !important;
    }
    .rev-w {
        font-size: 25px !important;
        margin-left: 10px;
    }
}

/* Tablets en vertical */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}

/* Tablets en horizontal */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

/* Escritorios pequeños */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}

/* Escritorios grandes */
@media only screen and (min-width: 1600px) {
}

.card-body-t {
    padding: 20px;
}

.btn-form-live {
    display: flex;
    justify-content: space-between;
}

.error-style {
    display: flex;
    justify-content: flex-end;
    margin-bottom: -7px;
    font-size: 13px;
}

.error-style span {
    margin-top: -10px !important;
    padding: 6px 12px !important;
}

.thead:hover {
    background: #000 !important;
}

.widget-contact span a {
    color: #a0a2a6;
    text-decoration: none;
    font-size: 12px;
}

.widget-contact span a:hover {
    color: #a0a2a6;
    text-decoration: none;
    font-size: 12px;
}

.vertical-title-center .title {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    writing-mode: vertical-lr;
}

.vertical-title-center {
    display: flex;
    height: 100%;
}

.w-10px {
    width: 40px !important;
}

.card-homes {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(46 49 51) !important;
}

.card-pest {
    background-color: rgb(209 5 80) !important;
    color: white;
}

.accordion-header {
    margin-top: 0px !important;
}

.hero .hero-bg-seo {
    background-image: url(../images/digital-marketing-new-jersey-seo-agency-nj-slider.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(10 25 47 / 81%);
    top: 0;
    left: 0;
    z-index: 2;
}

.hero-inner {
    position: relative;
    z-index: 3;
    padding: 40px 20px;
    text-align: center;
    color: white;
}

.kservice-text-title {
    font-size: 35px;
    color: #ffffff;
}

.img-banner-video {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.cont-hero {
    z-index: 2;
    position: relative;
}

.ktrust video {
    border-radius: 20px;
}

.ktrust-v video {
    border-radius: 20px 20px 0px 0px;
}
#container-animated {
    color: #3a465c;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 900;
    position: relative;
    display: block;
    text-align: end;
    line-height: 60px;
}

#flip {
    height: 70px;
    overflow: hidden;
}

#flip > div > div {
    color: #fff;
    padding: 4px 20px;
    height: 70px;
    margin-bottom: 25px;
    display: inline-block;
}

#flip div:first-child {
    animation: show 5s linear infinite;
}

#flip div div {
    background: #42c58a;
}
#flip div:first-child div {
    background: #4ec7f3;
}
#flip div:last-child div {
    background: #dc143c;
}

@keyframes show {
    0% {
        margin-top: -270px;
    }
    5% {
        margin-top: -180px;
    }
    33% {
        margin-top: -180px;
    }
    38% {
        margin-top: -90px;
    }
    66% {
        margin-top: -90px;
    }
    71% {
        margin-top: 0px;
    }
    99.99% {
        margin-top: 0px;
    }
    100% {
        margin-top: -270px;
    }
}

.title-h1-sli {
    text-align: center !important;
}
.title-h1-sli h1 {
    font-size: 40px !important;
    line-height: 55px !important;
}
.title-h1-sli h1 strong {
    color: #ffca00;
}

.title-h1-sli p {
    color: #fff !important;
    text-align: center !important;
}

.h2-slider h2 {
    font-size: 40px !important;
    line-height: 55px !important;
    text-align: center !important;
}

.h2-slider p {
    color: #fff;
    text-align: center !important;
}

@media (max-width: 767px) {
    .d-none-mobil {
        display: none !important;
    }
    .title-h1-sli h1 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .title-h1-sli p {
        font-size: 21px !important;
        line-height: 30px !important;
    }
    .h2-slider h2 {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    .h2-slider p {
        font-size: 21px !important;
        line-height: 30px !important;
    }

    .section-title-review {
        display: flex !important;
        flex-direction: column !important;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .d-none-mobil {
        display: none !important;
    }
    .title-h1-sli h1 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .title-h1-sli p {
        font-size: 21px !important;
        line-height: 30px !important;
    }
    .h2-slider h2 {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    .h2-slider p {
        font-size: 21px !important;
        line-height: 30px !important;
    }
    .section-title-review {
        display: flex !important;
        flex-direction: column !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}

@media (min-width: 1025px) {
}

.bg-cian {
    background: #d10550;
}
.card-info-cian {
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.card-info-cian h2 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 15px;
}

.card-info-cian p {
    color: #efefef;
    font-size: 17px;
    margin-bottom: 0px !important;
}

.bg-black {
    background: #d10550;
}

.title-request-p {
    font-size: 25px !important;
    color: #fff !important;
    font-weight: 800 !important;
}
.card-movie-request {
    background: #d10550;
    border-radius: 10px;
    padding: 20px;
    margin-top: -10px;
}

.card-movie-request h2 {
    color: #fff;
    font-size: 20px;
    text-align: start;
    font-weight: 700;
}

.card-movie-request p {
    margin-bottom: 0px;
    color: #e9e9e9;
}

.is-invalid {
    border: 2px solid #dc3545 !important; /* rojo bootstrap */
}

.input-error-msg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.75rem;
    background: #dc3545;
    color: white;
    padding: 2px 6px;
    border-radius: 10px;
}
.form-group {
    position: relative;
}

.card-review {
    height: 290px;
}

.card-review p {
    font-size: 14px;
    margin-bottom: 0px;
    text-align: left;
}

.post-google-href {
    display: flex;
    text-decoration: none;
    color: #858585;
    font-weight: 500;
    line-height: 18px;
}

.post-google-href,
.post-google-href .text-gray-500 {
    color: #5f6368;
}

.text-google {
    color: #3c4043;
}

.services-parraf strong a {
    text-decoration: none;
    color: #d10550;
}

.card-title-white h2 {
    text-align: center;
    color: #e91e63;
}

.card-review .text-muted {
    color: #5f6368 !important;
}

@media only screen and (min-width: 1600px) {
    .floatWapp-movil {
        position: fixed;
        width: auto;
        bottom: 20px;
        left: 20px;
        background-color: #d15607;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 19px;
        z-index: 100;
        transition: 0.3s all;
        display: flex;
        padding: 9px 20px 3px;
    }

    .floatWapp-movil:hover {
        color: #fff;
        transform: scale(1.08);
        transition: 0.3s all;
    }

    .floatWapp-movil svg {
        margin-top: 3px;
    }

    .floatWapp-movil:after,
    .floatWapp-movil:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        border-radius: 20%;
        width: auto;
        height: 100%;
    }
    .content-new-w h1 {
        font-size: 16px;
        margin-bottom: 0px;
        color: #fff;
        text-align: start;
    }
    .content-new-w p {
        margin-bottom: 0px;
        color: #fff;
        font-weight: 900;
    }
    .content-new-w {
        margin-left: 8px;
    }
}

.floatWapp-movil {
    position: fixed;
    width: auto;
    bottom: 20px;
    left: 20px;
    background-color: #fc0666;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 19px;
    z-index: 100;
    transition: 0.3s all;
    display: flex;
    padding: 9px 25px 6px;
    text-decoration: none;
    font-weight: 600;
}

.floatWapp-movil:hover {
    color: #fff;
    transform: scale(1.08);
    transition: 0.3s all;
}

.floatWapp-movil svg {
    margin-top: 3px;
}

.floatWapp-movil:after,
.floatWapp-movil:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius: 20%;
    width: auto;
    height: 100%;
}
.content-new-w h1 {
    font-size: 16px;
    margin-bottom: 0px;
    color: #fff;
    text-align: start;
}
.content-new-w p {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 900;
}
.content-new-w {
    margin-left: 8px;
}

.features-serv span {
    font-size: 14px;
}

.features-serv p {
    font-size: 14px;
    margin-bottom: 0px !important;
}

.features-serv {
    padding: 25px;
}

.text-home h2 {
    font-size: 25px;
}

.text-home p {
    font-size: 16px;
    line-height: 27px;
}

/* Reservar espacio ANTES de que Owl inicialice */
.reviews-carousel {
    min-height: 320px;
}

.reviews-carousel .owl-stage-outer {
    min-height: 290px;
}

.card-review {
    min-height: 290px; /* ya tienes height: 290px, usa min-height */
}

.checkout-card {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.qty-stepper {
    display: inline-flex;
    align-items: center;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    overflow: hidden;
}

.qty-stepper button {
    border: 0;
    background: #f8f9fa;
    width: 38px;
    height: 38px;
    font-size: 18px;
}

.qty-stepper input {
    width: 52px;
    border: 0;
    text-align: center;
}

.payment-method-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 0.85rem 1rem;
    margin-bottom: 0.75rem;
    cursor: pointer;
    transition: 0.2s;
}

.payment-method-option.active {
    border-color: #ff0666;
    background: #fff7fa;
}

.payment-method-option.disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.summary-total {
    font-size: 1.25rem;
    font-weight: 700;
}

@media (min-width: 992px) {
    .checkout-summary {
        position: sticky;
    }
}

.breadcumb-area-shop {
    background: url(/img/DigitalMarketingAgencyNewJersey-MarketingDigitalNewJersey-PerformanceMarketingCompany-SearchEngineOptimization-SEO-SEM-DigitalAgency-NJ-ConversionRateOptimization-about-bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 110px 0 35px;
}

.form-check-input:checked {
    background-color: #d10750 !important;
    border-color: #d10750 !important;
}

.checkout-guide-card .section-eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ff0666;
    font-weight: 600;
}

.checkout-step {
    display: flex;
    gap: 0.875rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f1f3f5;
    transition:
        background 0.2s,
        opacity 0.2s;
}

.checkout-step:last-child {
    border-bottom: 0;
}

.checkout-step-num {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    color: #ff0666;
    background: #fff7fa;
    border: 2px solid #ffe0eb;
}

.checkout-step.is-active .checkout-step-num {
    background: #ff0666;
    color: #fff;
    border-color: #ff0666;
}

.checkout-step.is-done .checkout-step-num {
    background: #d1e7dd;
    color: #0f5132;
    border-color: #badbcc;
}

.checkout-step.is-pending {
    opacity: 0.55;
}

.checkout-reference-preview {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.35rem;
    padding: 0.35rem 0.65rem;
    border-radius: 8px;
    background: #f8f9fa;
    border: 1px dashed #dee2e6;
    font-family: ui-monospace, monospace;
    font-size: 0.75rem;
    color: #495057;
}

#checkout-steps a {
    text-decoration: none;
    color: #ff0666;
}

/*-------------------------------------
MAIN SLIDER SECTION NEW DESGIN FULL WEBSITE
----------------------------------------*/
.slide__bg {
    z-index: 1;
}

.swiper-slide {
    overflow: hidden;
}

.main-swiper .slide__bg {
    transform: scale(1.15);
    transition: transform 6s ease-in-out;
}

.swiper-slide-active .slide__bg {
    transform: scale(1);
}

.slide__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(0 0 0 / 74%), rgb(87 2 35 / 48%));
    z-index: 2;
}

.slide__shapes {
    z-index: 3;
    pointer-events: none;
}

.slide__content {
    z-index: 4;
}

.slider__arrow-container {
    max-width: 800px;
}

.slider__arrow {
    position: absolute;
    top: 0;
    /* left: -60px; */
    object-fit: cover;
    width: 100%;
    color: #c0c0c0;
}

.slider__arrow-badge {
    position: static;
    display: inline;
    padding: 0.6rem 1rem;
    font-size: 1rem;
    border-radius: 12px;
    transform: translateX(100%);
    background: rgb(252 6 102 / 57%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    color: #fff;
    font-weight: 700;
}

.slide_title_h1,
.slide_title_h2 {
    font-size: 35px;
    font-family: var(--font-sans);
    font-weight: 900;
}

@media (min-width: 992px) {
    .slider__arrow-badge {
        position: absolute;
        top: -1rem;
        right: 0;
    }
}

.slider__top-badge {
    display: flex;
    justify-content: start;
    gap: 16px;
}

.slider__top-badge span {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    -webkit-backdrop-filter: blur(7px) saturate(140%);
    backdrop-filter: blur(7px) saturate(140%);
    font-weight: 700;
}

.slider__description {
    max-width: 730px;
    padding-right: 0px;
    color: #fff;
    font-weight: 500;
}

@media (min-width: 768px) {
    .slider__description {
        padding-right: 80px;
    }
}

@keyframes sliderFadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes sliderFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Estado inicial: oculto en todos los slides */
.main-swiper .slide__animate-title,
.main-swiper .slide__animate-desc,
.main-swiper .slide__animate-badge,
.main-swiper .slide__animate-cta {
    opacity: 0;
}

/* Solo anima el slide activo */
.main-swiper .swiper-slide-active .slide__animate-badge {
    animation: sliderFadeIn 0.6s ease 0.1s forwards;
}

.main-swiper .swiper-slide-active .slide__animate-title {
    animation: sliderFadeInDown 0.8s ease 0.25s forwards;
}

.main-swiper .swiper-slide-active .slide__animate-desc {
    animation: sliderFadeIn 0.8s ease 0.55s forwards;
}

.main-swiper .swiper-slide-active .slide__animate-cta {
    animation: sliderFadeIn 0.6s ease 0.75s forwards;
}

@media (prefers-reduced-motion: reduce) {
    .main-swiper .slide__animate-title,
    .main-swiper .slide__animate-desc,
    .main-swiper .slide__animate-badge,
    .main-swiper .slide__animate-cta {
        opacity: 1 !important;
        animation: none !important;
        transform: none !important;
    }
}
/*-------------------------------------
HEADER
----------------------------------------*/

.header {
    z-index: 999;
}

.header.sticky {
    backdrop-filter: blur(18px);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;
    background: rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(16px);
}

.sticky {
    position: fixed !important;
    top: 0;
    z-index: 999;
    inset-inline-end: 0;
    inset-inline-start: 0;
    width: 100%;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.digital-navbar-menu {
    color: #ffffff93;
    transition: color 0.3s ease-in-out;
}

.digital-navbar-menu .nav-ambient-cubes {
    display: flex;
    flex-wrap: wrap;
    width: 21px;
    gap: 1px;
}

.digital-navbar-menu .nav-ambient-cubes span {
    width: 9px;
    height: 9px;
    border-radius: 3px;
    border: 2px solid rgba(255, 255, 255, 0.5803921569);
    transition: border 0.3s ease-in-out;
}

.digital-navbar-menu .nav-ambient-cubes span:nth-child(2) {
    border-color: #ffffff93;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
}

.digital-navbar-menu:hover .nav-ambient-cubes span:nth-child(2) {
    animation: bounceTwice 0.6s linear forwards;
    border-color: white;
}

.digital-navbar-menu:hover,
.digital-navbar-menu:hover span {
    color: white;
    border-color: white;
}

@keyframes bounceTwice {
    0% {
        transform: rotate(45deg) translateY(0);
    }

    25% {
        transform: rotate(0) translateY(-3px);
    }

    50% {
        transform: rotate(0) translateY(0);
    }

    75% {
        transform: rotate(0) translateY(-3px);
    }

    to {
        transform: rotate(0) translateY(0);
    }
}
