.new-services {
    position: relative;
    padding: 120px 100px
}

.new-services-title {
    color: #f1f3ff;
    font-family: 'Gilroy', 'Gilroy-Light', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 103.5%;
    letter-spacing: -.192px;
    text-align: center;
    margin-bottom: 50px
}

.new-services-title strong {
    font-family: 'Gilroy', 'Gilroy-Bold', sans-serif;
    font-style: italic;
    font-weight: 700
}

.new-services-content {
    display: flex;
    gap: 24px
}

.service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: #f1f3ff;
    color: #020416;
    padding: 24px;
    font-family: 'Gilroy', 'Gilroy-Medium', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -.039px;
    overflow: hidden;
    cursor: pointer;
    transition: all .1s linear
}

.service-card:hover .pseudo-link {
    transition: all .1s linear
}

.service-card:hover {
    transition: all .05s linear;
    transform: scale(1.02)
}

.service-card .service-card-num {
    color: initial !important
}

.service-card-blue .service-card-num {
    color: #fff !important
}

.service-card:hover .pseudo-link img {
    transition: all .2s linear
}

.service-card-num {
    position: absolute;
    top: 24px;
    left: 24px
}

body[dir="rtl"] .service-card-num {
    position: absolute;
    top: 24px;
    left: unset;
    right: 24px
}

.service-card-title {
    color: #020416;
    font-family: 'Gilroy', 'Gilroy-Medium', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -.078px;
    margin-bottom: 16px;
    z-index: 1
}

.service-card-subtitle {
    color: #4e4f5c;
    font-family: 'Gilroy', 'Gilroy-Medium', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 20px
}

.service-card-subtitle strong {
    font-family: 'Gilroy', 'Gilroy-Bold', sans-serif;
    font-weight: 700;
    font-style: italic
}

.service-card .pseudo-link {
    display: flex;
    align-items: center;
    margin-top: auto;
    color: #0e1020;
    font-family: 'Gilroy', 'Gilroy-Medium', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -.045px
}

.pseudo-link {
    position: relative;
    display: inline-flex;
    gap: 8px;
    align-items: center
}

.pseudo-link-span svg {
    transition: all .2s linear
}

.pseudo-link-span {
    width: 18px;
    height: 18px;
    background-color: #d3f468;
    border: 1px solid transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s linear
}

.service-card:hover .pseudo-link-span {
    background-color: transparent;
    border: 1px solid var(--dark-color);
    transform: translateX(2px)
}

.service-card-blue:hover .pseudo-link-span {
    background-color: transparent;
    border: 1px solid #fff
}

.service-card-blue:hover .pseudo-link-span svg {
    fill: #fff
}

.services-arr {
    margin-left: 8px
}

.services-1-1, .services-1-2, .services-1-3, .services-2-1, .services-2-2, .services-1-3-mob {
    position: absolute
}

.services-1-1 {
    top: 0;
    left: 32%
}

.services-1-3-mob {
    display: none;
    top: 0;
    right: 0
}

.services-1-2 {
    right: 0;
    top: 6%
}

.services-1-3 {
    right: 0;
    top: 12%
}

.services-2-1 {
    top: 11%;
    right: 22%;
    border-radius: 50%
}

.services-2-2 {
    right: 0;
    bottom: 15px
}

.services-2-3-wrapper {
    position: absolute;
    display: flex;
    bottom: 35px;
    right: 200px
}

.service-card-string-wrapper {
    position: absolute;
    top: 0;
    right: -50%;
    width: 436px;
    height: 32px;
    background-color: #d3f468;
    padding: 8px 10px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    transform: rotate(14.6deg);
    z-index: 2
}

.service-card-string {
    display: inline-block;
    color: #0e1020;
    font-family: 'Gilroy', 'Gilroy-Medium', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -.036px
}

#marquee1 {
    animation: marquee 15s linear infinite
}

#marquee2 {
    animation: marquee2 15s linear infinite
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-101%)
    }
}

@keyframes marquee2 {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-101%)
    }
}

.services-2-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--green-color);
    color: #0e1020;
    font-family: 'Gilroy', 'Gilroy-Medium', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -.033px;
    margin-left: -20px
}

.new-services-content-left, .new-services-content-right {
    width: calc(50% - 12px)
}

.new-services-content-left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.new-services-content-left-top {
    height: calc(50% - 12px);
    padding: 72px 24px 24px
}

.new-services-content-left-bottom {
    padding: 72px 24px 24px;
    color: #fff;
    background: var(--blue-color);
    height: calc(50% - 12px)
}

.new-services-content-left-bottom .service-card-title, .new-services-content-left-bottom .service-card-subtitle, .new-services-content-left-bottom .pseudo-link {
    color: #ebecfa
}

.new-services-content-right {
    display: flex;
    flex-wrap: wrap;
    gap: 24px
}

.new-services-content-right-1 {
    padding: 24px;
    width: 100%
}

.new-services-content-right-2 {
    width: calc(50% - 12px)
}

.new-services-content-right-3 {
    width: calc(50% - 12px)
}

.new-services-content-right-2 .service-card-num, .new-services-content-right-3 .service-card-num {
    left: auto;
    right: 24px
}

.new-services-content-right-1 .service-card-subtitle {
    max-width: 490px
}

.new-services-content-right-4 .service-card-subtitle {
    max-width: 400px
}

.new-services-content-right-4 {
    padding: 54px 24px 24px;
    width: 100%
}

.new-services-content-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    width: 100%
}

.new-services-content-bottom-txt {
    border-radius: 150px;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .05);
    padding: 10px 18px;
    color: #d0d0d0;
    font-family: 'Gilroy', 'Gilroy-Medium', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.008px;
    letter-spacing: -.048px
}

.services-bottom-img-3 {
    margin-right: -1px
}

.services-rotate-txt {
    transform: rotate(-19.4deg) translate(5px, -32px);
    margin-right: -10px
}

.new-services-content-bottom-left, .new-services-content-bottom-right {
    display: flex
}

.new-services-blur-1, .new-services-blur-2, .new-services-blur-3, .new-services-blur-4 {
    position: absolute;
    z-index: -1
}

.new-services-blur-1 {
    width: 20%;
    height: 10%;
    top: 13%;
    left: -70px;
    background: #d3d3d3;
    opacity: .2;
    filter: blur(80px);
    border-radius: 40%
}

.new-services-blur-2 {
    width: 40%;
    height: 20%;
    bottom: 20px;
    left: -10%;
    background: #d3f468;
    opacity: .25;
    filter: blur(100px);
    border-radius: 40%
}

.new-services-blur-3 {
    width: 400px;
    height: 600px;
    top: 10%;
    right: 20%;
    background: #1b31c2;
    opacity: .4;
    filter: blur(100px);
    border-radius: 40%;
    filter: blur(100px);
    transform: rotate(10deg)
}

.new-services-blur-4 {
    width: 20%;
    height: 20%;
    top: auto;
    bottom: 12%;
    right: 44px;
    background: #d3d3d3;
    opacity: .3;
    filter: blur(100px);
    border-radius: 40%;
    filter: blur(90.37368774414062px);
    transform: rotate(144.903deg)
}

@media (max-width: 1360px) {
    .services-1-2 {
        right: -80px;
        top: 6%
    }

    .services-1-3 {
        right: -80px;
        top: 12%
    }

    .services-2-1 {
        top: 5%;
        right: 5%
    }
}

@media (max-width: 1200px) {
    .services-1-2 {
        right: -110px;
        top: auto;
        bottom: 90px
    }

    .services-1-3 {
        right: -100px;
        top: auto;
        bottom: -10px;
        width: 250px;
        height: 240px
    }

    .services-2-3-wrapper {
        position: absolute;
        display: flex;
        bottom: 18%;
        right: 200px
    }

    .new-services {
        padding: 120px 60px
    }

    .new-services-content-right-2 .service-card-num, .new-services-content-right-3 .service-card-num {
        top: 8px;
        right: 10px
    }
}

@media (max-width: 1024px) {
    .new-services-content {
        flex-direction: column
    }

    .new-services-content-left, .new-services-content-right {
        width: 100%
    }

    .new-services-title {
        font-size: 48px
    }

    .services-2-3-wrapper {
        bottom: 35px
    }

    .services-2-1 {
        top: 15%;
        right: 30%
    }

    .services-1-2 {
        right: 0
    }

    .services-1-3 {
        right: 0
    }

    .new-services-content-right-2 .service-card-num, .new-services-content-right-3 .service-card-num {
        top: 24px;
        right: 24px
    }

    body[dir="rtl"] .new-services-content-right-2 .service-card-num, body[dir="rtl"] .new-services-content-right-3 .service-card-num {
        top: 24px;
        right: unset;
        left: 24px;
    }

    .new-services-content-bottom {
        flex-direction: column;
        gap: 20px
    }

    .service-card-string-wrapper {
        right: -55%
    }
}

@media (max-width: 768px) {
    .new-services {
        padding: 48px 10px
    }

    .new-services-title {
        font-size: 32px;
        margin-bottom: 30px
    }

    .service-card-title {
        font-size: 22px
    }

    .new-services-blur-1, .new-services-blur-2, .new-services-blur-3, .new-services-blur-4 {
        display: none
    }

    .service-card:hover .pseudo-link {
        transition: all .1s linear;
        color: #020416
    }

    .service-card:hover {
        transition: all .05s linear;
        transform: scale(1);
        box-shadow: none
    }
}

@media (max-width: 576px) {
    .services-2-1, .services-2-3-wrapper, .services-1-2 {
        display: none
    }

    .new-services-content-bottom {
        gap: 10px
    }

    .new-services-content-left-top {
        padding-top: 120px
    }

    .new-services-content-left-top .service-card-num {
        margin-top: 60px
    }

    .new-services-content-left-bottom .service-card-subtitle {
        margin-bottom: 80px
    }

    .services-1-1 {
        left: -60px
    }

    .services-1-3 {
        display: none
    }

    .services-2-2 {
        width: 110px;
        height: 150px;
        bottom: -20px;
        right: 5%
    }

    .services-1-3-mob {
        display: block
    }

    .new-services-content {
        gap: 10px
    }

    .new-services-content-left {
        gap: 10px
    }

    .new-services-content-right {
        gap: 10px
    }

    .new-services-content-right-2 {
        width: 100%
    }

    .new-services-content-right-3 {
        width: 100%
    }

    .new-services-content-bottom {
        margin-top: 60px
    }

    .new-services-content-bottom-txt {
        padding: 7px 14px;
        font-size: 12px
    }

    .services-bottom-img {
        width: 38px;
        height: 38px
    }

    .service-card-string-wrapper {
        top: 20px;
        right: -30%;
        transform: rotate(22deg)
    }
}