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

.container {
    padding-left: 15px;
    padding-right: 15px;
}

html {
    scroll-behavior: smooth;

}

body {
    overflow-x: clip;
}

footer,
section {
    scroll-margin-top: 100px;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gilroy-Bold', sans-serif;
}

p,
a {
    font-family: 'Gilroy-Regular', sans-serif;
}

.font-bold {
    font-family: 'Gilroy-Bold', sans-serif;
}

.font-thin {
    font-family: 'Gilroy-Regular', sans-serif;
}

.head-menu {
    position: relative;
    display: flex;
    gap: 20px;
}

.menu ul li a {
    color: black;
    font-size: 14px;
    font-weight: 400;
}

.sit-btn {
    background-color: #4E2BCD;
    color: white;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
}

.sit-btn.ai {
    background-color: #C9B80F !important;
    box-shadow: none !important;
    border: none !important;
}

.off-canvas-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.dev-icon {
    /* position: absolute;
    left: 10%;
    bottom: 0;
    width: 130px; */
    animation: floatUpDownLeftRight 6s ease-in-out alternate-reverse infinite;
}

.ux-icon {
    /* position: absolute;
    right: 10%;
    bottom: 0;
    width: 130px; */
    animation: floatUpDownLeftRight 6s ease-in-out infinite;
    animation-delay: 1.5s;
}

:is(.spplit) .line {
    overflow: hidden;
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

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

@keyframes floatUpDownLeftRight {

    0%,
    100% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(10px, -5px);
    }

    50% {
        transform: translate(-5px, 10px);
    }

    75% {
        transform: translate(15px, 10px);
    }
}

.off-canvas-slider {
    gap: 20px !important;
    display: flex !important;
}

.off-canvas-slider-item {
    width: 100%;
    min-width: 550px;
}

.off-canvas-slider-item img {

    width: 100%;
    max-width: 90px;
    height: 90px;
}

.service-card {
    padding: 30px 40px;
    border-bottom: 1px solid #E0E0E0;
    display: grid;
    grid-template-columns: 550px 600px 1fr;
    grid-template-columns: 0.9fr 1fr max-content;
    gap: 20px;
    width: 100%;
    max-width: 1299px;
    align-items: center;
    transition: 0.3s;
    margin: auto;
}

.service-card svg {
    transition: 0.3s;
    margin-left: auto;
}

.service-card span {
    font-family: 'Gilroy-Bold', sans-serif;
    color: #4E2BCD;
    font-size: 20px;
    transition: 0.3s;
    font-weight: 400;
}

.service-card h5 {
    color: #555770;
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s;
}

.service-card p {
    font-size: 12px;
    transition: 0.3s;
    color: #555770;
    max-width: 522px;
}

.service-card:hover {
    background-color: #4E2BCD;
    border-radius: 16px;
    border-color: #4E2BCD !important;
}

.service-card:hover span,
.service-card:hover p,
.service-card:hover h5 {
    color: white;
}

.service-card:hover svg {
    filter: invert(1);
    transform: rotate(-90deg);
}

.benefit-box {
    padding: 60px 30px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: white;
    transition: 0.3s;
}

.benefit-box:hover {
    box-shadow: 0 0 25px 0 #4E2BCD40;
}

.benefit-box h4 {
    color: #4E2BCD;
    font-size: 38px;
    line-height: 1.2em;
    font-weight: 300;
    text-transform: capitalize;
}

.benefit-box p {
    color: #555770;
    font-size: 16px;
    font-weight: 400;
}

.success-stories-section {
    background: #201157;
}

.success-stories-section h2 {
    color: white;
    position: relative;
    padding-left: 20px;

}

.success-stories-section h2::before {
    min-width: 10px;
    height: 60px;
    background: white;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 60px;
}

.story-box {
    padding: 30px;
    border: 1px solid transparent;
    border-radius: 16px;
}

.story-box svg {
    margin-bottom: 25px;
}

.story-box h4 {
    margin-bottom: 25px;
    color: white;
    font-size: 32px;
    margin-bottom: 15px;
}

.story-box p {
    margin-top: 15px;
    font-size: 16px;
    color: white;
}

.story-box p b {
    margin-top: 15px;
    color: #F48401;
    font-family: 600;
}

.story-box p.muted {
    color: #8E90A6 !important;
    min-height: 75px;
}

.story-box.orange {
    background: #351C4E;
    border-color: #F48401;
}

.story-box.orange h4 {
    color: #F48401;
}

.story-box.green {
    background: #202259;
    border-color: #1DBD6E;
}

.story-box.green h4 {
    color: #1DBD6E;
}

.story-box.blue {
    background: #231B68;
    border-color: #3F71FF;
}

.story-box.blue h4 {
    color: #3F71FF;
}

.blog-section h2 {
    color: #4E2BCD;
    padding-left: 20px;
    position: relative;
}

.blog-section h2::before {
    min-width: 10px;
    height: 60px;
    background: #4E2BCD;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 60px;
}

.faq-box {
    background-color: white;
    padding: 30px;
    border-radius: 18px;
}

.faq-box svg {
    transition: 0.3s;
}

.faq-box h5 {
    color: #01054C;
    font-size: 18px;
    font-weight: 400;
}

.faq-box p {
    color: #696969;
    font-size: 14px;
    line-height: 32px;
}

.faq-box:has(.faq-content:not(.hidden)) svg {
    transform: rotate(45deg);
}

/* Mobile Menu Styles */
.mobile-menu {
    transition: right 0.3s ease-in-out;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu ul li a {
    color: black;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 10px 0;
}

/* Update existing menu styles */
.head-menu {
    position: relative;
    display: flex;
    gap: 20px;
}



/* Add overlay when mobile menu is open */
.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 40;
}

.menu-overlay.active {
    display: block;
}

.off-canvas-slider-item {
    position: relative;
    padding-bottom: 90px !important;
}

.off-canvas-slider-item a {
    background-color: #4E2BCD;
    width: calc(100% - 40px);
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 15px 0;
    text-align: center;
    border-radius: 50px;
    display: block;
    color: white;
    font-size: 16px;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.animated-text {
    transition: opacity 0.2s ease-in-out;
}

.work-chart-holder {
    position: relative;
    height: 550px;
}

.primary-item {
    background-color: #4E2BCD1A;
    border-radius: 50%;
    aspect-ratio: 1/1;
    text-align: center;
    position: absolute;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.primary-item p {
    color: #4E2BCD;
    font-size: 16px;

    font-family: 'Gilroy-Bold', sans-serif;
}

.secondary-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #4E2BCD;
    aspect-ratio: 1/1;
    border-radius: 50%;
    position: absolute;
    padding: 30px;
    gap: 15px;
    transition: 0.3s;
}

.secondary-item p {
    color: #1C1C28;
    font-size: 20px;
    font-family: 'Gilroy-Bold', sans-serif;
    text-align: center;
    transition: 0.3s;
}

.secondary-item span {
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
}

.secondary-item:hover {
    background-color: #4E2BCD;
}

.secondary-item:hover p {
    color: white;
}

.item-4 span {
    background-image: url('../images/clock.webp');
}

.item-5 span {

    background-image: url('../images/calendar-tick.webp');
}

.item-6 span {

    background-image: url('../images/moneys.webp');
}


.item-4:hover span {
    background-image: url('../images/clock-hov.webp');
}

.item-5:hover span {

    background-image: url('../images/calendar-tick-hov.webp');
}

.item-6:hover span {

    background-image: url('../images/moneys-hov.webp');
}




.item-1 {
    width: 160px;

    top: 60px;
    left: 240px;
}

.item-2 {
    width: 104px;
    top: 65px;
    right: 40%;
}

.item-3 {
    width: 160px;
    top: 50px;
    right: 0px;
}

.item-7 {
    width: 109px;
    bottom: 50px;
    left: 500px;
}

.item-4 {
    width: 23%;
    top: 230px;
    left: 0px;
}

.item-5 {
    width: 19%;
    top: 0;
    left: 460px;
}

.item-6 {
    width: 22%;
    top: 190px;
    right: 270px;
}

.item-8 {
    width: 105px;
    bottom: 0px;
    right: 100px;
}




/* R CSS */
.team-card {
    width: 100%;
    padding: 27px 19px;
    border-radius: 12px;
    border: 1px solid hsl(252.96deg 65.32% 48.63% / 13%);
    display: grid;
    gap: 15px;
    grid-template-rows: max-content 1fr max-content;
}

.tc-top {
    width: 100%;
    display: flex;
    gap: 17px;
    align-items: center;
}

.tc-top>img {
    width: 78px;
    height: 78px;
    display: block;
    object-fit: contain;
}

.tc-details {
    display: grid;
    gap: 7px;
}

.tc-details h4 {
    display: flex;
    gap: 3px;
    align-items: center;
    font-size: 20px;
    color: #320C37;
}

.tc-details h4 img {
    height: 20px;
    width: 20px;
    display: block;
    object-fit: contain;
}

.tc-details p {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 12px;
    color: #4E2BCD;
    font-weight: 600;
}

.tc-details p img {
    height: 20px;
    width: 20px;
    display: block;
    object-fit: contain;
}

.tc-cntnt p {
    font-size: 10.5px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: -0.4px;
    color: #3F3F40;
    text-transform: capitalize;
}

.tc-btns {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.tc-btns a {
    padding: 8px 10px 8px !important;
    height: fit-content;
    margin: 0px;
    text-align: center;
    border-radius: 7px;
    border: 1px solid #4E2BCD;
    font-size: 13px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0px;
}

.tc-btns a.bt2 {
    background: transparent;
    color: #4E2BCD;
}

.team-more-panel {
    margin-top: 28px;
    padding: 28px 24px;
    border-radius: 12px;
    border: 1px dashed hsl(252.96deg 65.32% 48.63% / 35%);
    background: linear-gradient(135deg, #faf8ff 0%, #fff 55%, #f8f7fc 100%);
    text-align: center;
}

.team-more-panel h4 {
    font-size: 20px;
    color: #1c1c28;
    margin-bottom: 10px;
    font-weight: 600;
}

.team-more-panel > p:not(.team-more-count) {
    font-size: 15px;
    line-height: 1.55;
    color: #555770;
    max-width: 720px;
    margin: 0 auto 16px;
}

.team-more-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}

.team-more-chips span {
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 999px;
    background: #ede9fe;
    color: #4e2bcd;
    border: 1px solid #e5dff7;
}

.team-more-panel .team-more-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #4e2bcd;
    text-decoration: none;
}

.team-more-panel .team-more-cta:hover {
    text-decoration: underline;
}

.team-more-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ffffff;
    color: #4e2bcd;
    border: 2px solid #4e2bcd;
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto 12px;
    line-height: 1;
    box-shadow: 0 6px 18px rgba(78, 43, 205, 0.12);
}

.tc-staffing-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}

.tc-ramp-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.02em;
    padding: 4px 8px;
    border-radius: 6px;
    background: #f3f0ff;
    color: #4E2BCD;
    border: 1px solid #e5dff7;
}

.tc-role-focus {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #555770;
    margin-top: 2px;
    line-height: 1.35;
    text-transform: none;
}

.how-we-work-sec {
    background: #fff;
}

.how-we-work-steps {
    counter-reset: how-we-work;
}

.how-we-work-step {
    background: #f8f7fc;
    border: 1px solid hsl(252.96deg 65.32% 48.63% / 13%);
    border-radius: 12px;
    padding: 28px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.how-we-work-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #4e2bcd;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
}

.how-we-work-step-title {
    font-size: 18px;
    font-weight: 600;
    color: #1c1c28;
    line-height: 1.35;
    margin: 0;
}

.how-we-work-step p {
    font-size: 14px;
    line-height: 1.55;
    color: #555770;
    margin: 0;
    flex: 1;
}

.case-studies-sec {
    background: #f8f7fc;
}

.case-study-card {
    background: #fff;
    border: 1px solid hsl(252.96deg 65.32% 48.63% / 13%);
    border-radius: 12px;
    padding: 28px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.case-study-card h4 {
    font-size: 20px;
    color: #1c1c28;
    margin-bottom: 8px;
    line-height: 1.3;
}

.case-study-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #4e2bcd;
    margin-bottom: 12px;
}

.case-study-card dl {
    margin: 0 0 16px;
    flex: 1;
}

.case-study-card dt {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #4e2bcd;
    margin-top: 12px;
}

.case-study-card dt:first-of-type {
    margin-top: 0;
}

.case-study-card dd {
    font-size: 14px;
    line-height: 1.55;
    color: #3f3f40;
    margin: 4px 0 0;
}

.case-study-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
}

.case-study-chips span {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    background: #ede9fe;
    color: #4e2bcd;
}

.case-study-card .case-study-cta {
    font-size: 14px;
    font-weight: 600;
    color: #4e2bcd;
    text-decoration: none;
}

.case-study-card .case-study-cta:hover {
    text-decoration: underline;
}

.case-studies-grid.is-collapsed .case-study-card--more {
    display: none;
}

.case-studies-toggle-wrap {
    margin-top: 2.5rem;
}

.case-studies-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 8px;
    border: 2px solid #4e2bcd;
    background: transparent;
    color: #4e2bcd;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.case-studies-toggle:hover {
    background: #4e2bcd;
    color: #fff;
}

.case-studies-toggle:focus-visible {
    outline: 2px solid #4e2bcd;
    outline-offset: 3px;
}



.recogs-maqruee {
    margin-top: 115px;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    --spc: 8px;
}

.recog-mq-inner {
    display: flex;
    white-space: nowrap;
    animation: mooooov 25s linear infinite;
}

.recog-block {
    width: 200px;
    padding: 32px 20px;
    background: #FFF8E9;
    margin-right: var(--spc);
    border-radius: 18px;
    aspect-ratio: 200/217;
}

.recog-block img {
    width: 100%;
    max-width: 127px;
    display: block;
    object-fit: contain;
    margin: 0 auto 7px;
}

.recog-block p {
    font-size: 20px;
    line-height: 68px;
    font-weight: 600;
    color: #4E2BCD;
    text-align: center;
    letter-spacing: -0.2px;
}

@keyframes mooooov {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}

.bnn-bg {
    background-size: 100% 104% !important;
}

.hp-grad {
    background-image: url(../images/banner-bg_converted.webp);
    background-repeat: no-repeat;
    background-size: 100% 103%;
}



.swiper.pff-swiper {
    overflow: visible;
}

.pf-nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding-top: 100px;
}

.pf-nav :is(.pff-button-next, .pff-button-prev) {
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    bottom: unset;
    height: 51px;
    width: 51px;
    background-image: url(../images/pfa.png);
    margin: 0px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pf-nav :is(.pff-button-next, .pff-button-prev)::after {
    display: none;
}

.pf-nav .swiper-pagination.pff-pagination {
    position: unset;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    width: fit-content;
}

.pf-nav .swiper-pagination.pff-pagination .swiper-pagination-bullet {
    background: #4E2BCD;
    margin-inline: 1.7px;
    height: 10px;
    width: 10px;
    transition: all 0.3s;
}

.pf-nav :is(.pff-button-next) {
    transform: scale(-1);
}






.stack-holder {
    min-height: 420px;
    min-height: 100vh;
    height: auto !important;
    position: relative;
    overflow: visible !important;
}

.stack-holder>div {
    position: sticky;
    top: 120px;
    backface-visibility: hidden;
    transition: all 0.5s;
    margin: 0 auto !important;
    padding: 30px 30px;
    border: 1px solid hsl(252.96deg 65.32% 48.63% / 36%);
    border-radius: 20px;
    background: #fff;
}

.stack-holder>div.scrolled {
    opacity: .5;
    transform: scale(0.9);
}

.stack-holder>div:has(+.scrolled) {
    opacity: 0 !important;
}



@media (max-width: 1410px) {
    .item-2 {
        width: 104px;
        top: 45px;
        right: 27%;
    }
}

@media (max-width: 1200px) {
    .secondary-item p {
        font-size: 16px;
    }

    .primary-item p {
        font-size: 14px;
    }

    .item-2 {
        width: 104px;
        top: 30px;
        right: 23%;
    }

    .item-7 {
        width: 109px;
        bottom: 50px;
        left: 340px;
    }

    .item-1 {
        width: 160px;
        top: 24px;
        left: 150px;
    }

    .item-6 {
        width: 22%;
        top: 227px;
        right: 281px;
    }

    .secondary-item {
        padding: 5px;
    }

    .item-5 {
        width: 19%;
        left: 390px;
    }

}

@media (max-width: 1025px) {
    .service-card {
        padding: 20px 15px;
        display: flex;
        flex-direction: column;
        position: relative;
        text-align: center;
    }

    .service-card svg {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 20px;
    }

    .story-box {
        padding: 20px;
    }

    .story-box h4 {
        margin-bottom: 15px;
        color: white;
        font-size: 25px;
        margin-bottom: 5px;
    }
}


@media (max-width: 990px) {
    .service-card h5 {
        font-size: 20px;
        padding-right: 20px;
        text-align: left;
    }

    .benefit-box {
        padding: 20px;
    }

    .benefit-box h4 {
        font-size: 22px;
    }

    .benefit-box p {
        font-size: 14px;
    }

    .faq-box {

        padding: 20px;
    }

    .faq-box h5 {

        font-size: 18px;
    }

    .faq-box p {

        font-size: 14px;
        line-height: 22px;
    }

    .ux-icon {
        display: none;
    }

    .banner-content br {
        display: none;
    }

    .banner-content img {
        display: none;
    }

    .dev-icon {
        display: none;
    }

    .off-canvas-slider-item {
        width: 100%;
        min-width: 325px;
    }

    .mobile-menu ul li a {
        font-size: 14px;
        padding: 5px 0;
    }

    .off-canvas-slider-item img {
        width: 100%;
        max-width: 90px;
        height: 90px;
        margin: 0 auto;
    }

    .logo img {
        max-width: 200px;
        width: 100%;
    }

    .pf-nav {
        padding-top: 0px;
    }



    .stack-holder>div {
        top: 100px !important;
        max-width: 700px !important;
        gap: 30px !important;
        min-height: 390px;
    }

    .stack-holder>div>.flex {
        padding: 0px;
    }

}

@media (max-width: 768px) {
    .off-canvas-slider-item {
        width: 100%;
        min-width: 380px;
    }

    .off-canvas-slider-item a {
        font-size: 14px;
    }

    .recogs-maqruee {
        margin-top: 60px;
    }

    .swiper-slide .h-\[320px\] {
        height: 210px;
    }


    .stack-holder>div {
        top: 40px !important;
    }

    .stack-holder>div>.flex p {
        font-size: 14px !important;
        margin-bottom: 10px;
    }

    .stack-holder>div>.flex h3 {
        margin-bottom: 10px !important;
    }


}

@media (max-width: 400px) {
    .off-canvas-slider-item {
        width: 100%;
        min-width: 350px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 1600px !important;
    }




}

header {
    transition: transform 0.3s ease-in-out;
}

.header-hidden {
    transform: translateY(-100%);
}



@media (max-width: 575px) {
    .vr-line {
        display: none;
    }

    .swiper-slide h3.pr-\[30px\] br {
        display: none;
    }

    .swiper-slide .sit-btn {
        font-size: 12px;
    }

    .pf-nav :is(.pff-button-next, .pff-button-prev) {
        height: 40px;
        width: 40px;
    }

    .service-card h5 {
        font-size: 16px;
    }

    .service-card .flex:has(>h5) {
        flex: 1;
        width: 100%;
    }

    .service-card p {
        text-align: left;
    }

    .service-card svg {
        right: 15px;
        top: 21px;
        width: 14px;
    }

    .hiring-process-sec {
        margin-top: 60px !important;
    }

    .team-sec {
        padding-top: 0px !important;
        padding-bottom: 90px !important;
    }

    .hp-grad {
        padding-bottom: 40px !important;
    }

    .flex:has(> .vr-line)>* {
        max-width: 45%;
        width: 100%;
        object-fit: contain;
    }

    .flex:has(> .vr-line)>* h3 {
        font-size: 14px;
    }

    .flex:has(> .vr-line)>* .flex img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .flex:has(> .vr-line)>* .flex span {
        font-size: 30px;
    }

    .flex:has(> .vr-line)>* .flex {
        justify-content: center;
    }
}