@import 'fonts.css';

:root {
    --color-dark-blue: #0D0C1C;
    --color-btn: #c99280;
    --color-btn-hover: #c99280;
    --border: #A0A0A645;
    --playfair: 'Inter', sans-serif !important;
    --liner1: linear-gradient(42deg, #c99280 -1.07%, #fcc583 -1.06%, #c99280 104.1%);
}

/* scroll bar */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #ffffff00;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--color-btn);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--liner1);
    cursor: pointer;
}


*,
::after,
::before {
    box-sizing: border-box;
}


body {
    background-color: #192c44;
    font-family: 'Inter', sans-serif;
    width: 400;
    font-variant: var(--liner1);
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

main {
    margin-top: 94.56px;
}

img {
    max-width: 100%;
}

img {
    border-style: none;
}

img,
svg {
    vertical-align: middle;
}

.pt-75 {
    padding-top: 4.66667rem !important;
}

.pb-75 {
    padding-bottom: 4.66667rem !important;
}

::selection {
    background-color: rgba(254, 238, 8, 0.711);
    /* Цвет фона выделения */
    color: #611961;
    /* Цвет текста при выделении */
}



.navbar {
    background-color: #192c44 !important;
    border-bottom: 1px solid var(--border);
    padding: 0;

    .navbar-brand {
        margin-right: 60px;

        img {
            width: 180px;
        }
    }

    .navbar-collapse {
        border-left: 1px solid var(--border);

        .navbar-nav {
            margin: 0 auto;
            gap: 1rem;

            .nav-link {
                color: #ffffff;
                padding: 2.5rem 1rem;
                display: block;
                position: relative;

                &:before {
                    position: absolute;
                    height: 3.125rem;
                    width: 10%;
                    background: #3a2e1a8c;
                    content: "";
                    border-radius: 0.625rem;
                    z-index: -1;
                    top: 1.75rem;
                    left: 0;
                    opacity: 0;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -ms-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                }

                &:hover {
                    color: var(--color-btn-hover) !important;
                }
            }
        }


        .header__right {
            .header__right--btn {
                display: flex;
                gap: 1.25rem;
                position: relative;


                a.signup {
                    background: var(--liner1);
                    border-radius: 0.625rem;
                    color: #0d0c1c;
                }

                a.signup  {
                    padding: 0.625rem 1.25rem;
                    border: 1px solid #d0d0cf;
                    border-radius: 0.625rem;
                    color: #fff;
                    font-weight: 500;
                    transition: all 0.5s ease-out;
                    background: linear-gradient(42deg, #4e503800 -1.07%, #55f4c400 -1.06%, #bce90600 104.1%);

                    &:hover {
                        background: var(--liner1);
                        border-radius: 0.625rem;
                        color: #0d0c1c;
                        transition: all 0.5s ease-out;
                    }
                }
            }
        }

        .nav-item {
            .nav-link:hover {
                color: #ffffff;

                &::before {
                    opacity: 1;
                    width: 115%;
                }

            }

            a {
                color: #fff;

                &.active {
                    color: var(--color-btn) !important;
                }


            }

            .dropdown-menu {
                a {
                    color: var(--color-dark-blue);
                }
            }


        }

        .has-children {
            position: relative;

            &:hover:after {
                content: "-";
            }

            &:after {
                content: "+";
                position: absolute;
                right: 3px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                color: #fff;
            }

            .submenu {
                position: absolute;
                opacity: 0;
                width: 12.5rem;
                visibility: hidden;
                background: #292837;
                transition: all .3s ease;
                top: 80%;
                padding: 0;
                left: 0;

                li {
                    &:not(:last-child) {
                        border-bottom: 1px solid #ffffff21;
                    }

                    display: block;
                    margin: 0 !important;

                    &:after {
                        right: 1rem;
                    }

                    a {
                        display: block;
                        padding: 0.856rem 1rem;
                        text-align: left;
                    }

                    ul.submenu {
                        top: 0;
                        visibility: hidden;
                        opacity: 0;
                        left: 100%;

                        a {
                            color: #fff;
                        }
                    }

                    &:hover {
                        background: var(--liner1);

                        a {
                            color: #000;
                        }

                        &:after {
                            color: #000;
                        }


                        ul.submenu {
                            top: 0%;
                            visibility: visible;
                            opacity: 1;

                            a {
                                &:hover {
                                    color: #000;
                                }
                            }
                        }
                    }
                }
            }

            &:hover {
                .submenu {
                    visibility: visible;
                    top: 104px;
                    opacity: 1;
                }

            }
        }
    }
}

/* banner */



.banner {
    padding-top: 5.33333rem;
    padding-bottom: 5.33333rem;

    /* particle */

    canvas {
        display: block;
        vertical-align: bottom;
    }


    /* #particles-js {
        position: absolute;
        width: 100%;
        top: 0;
        height: 100%;
    } */

    .banner__content {
        position: relative;
        z-index: 1;

        .button {
            padding: 10px 20px;
            background: var(--color-btn);
            border-radius: 10px;
            color: #fff;
            font-weight: 600;
            display: inline-block;
            /* font-family: var(--sora); */
        }

        h1 {
            font-size: 45px;
            font-weight: 700;
            /* font-family: var(--sora); */
            color: #fff;
            line-height: 60px;
            margin: 20px 0;
            width: 85%;
        }

        p {
            margin-bottom: 50px;
            color: #ffffff77;
        }

        .button__group {
            .button__two {
                padding: 16px 20px;
                border-radius: 10px;
                background: var(--color-btn);
                display: inline-block;
                text-transform: capitalize;
                font-weight: 600;
                color: #fff;
                /* font-family: var(--sora); */
                position: relative;
                font-size: 18px;
                border: 1px solid transparent;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -ms-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;

                &::before {
                    position: absolute;
                    content: '';
                    left: 5px;
                    top: 5px;
                    height: 100%;
                    width: 100%;
                    background: transparent;
                    border: 1px solid var(--color-btn);
                    border-radius: inherit;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -ms-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                }

                &:hover {
                    border-color: var(--color-btn);
                    background: transparent;
                    color: #fff;

                    &::before {
                        top: 0;
                        left: 0;
                    }
                }
            }

            .video__btn {
                height: 60px;
                width: 60px;
                border-radius: 50%;
                color: #000;
                background: #fff;
                position: relative;
                display: grid;
                place-items: center;
                z-index: 1;
                cursor: pointer;
                font-size: 20px;

                &::before {
                    position: absolute;
                    content: '';
                    height: 80px;
                    width: 80px;
                    background: rgba(255, 255, 255, 0.2);
                    z-index: -1;
                    border-radius: inherit;
                    -webkit-animation: ripple 3s linear infinite;
                    -moz-animation: ripple 3s linear infinite;
                    -ms-animation: ripple 3s linear infinite;
                    -o-animation: ripple 3s linear infinite;
                    animation: ripple 3s linear infinite;
                }
            }
        }
    }

    .banner__img--section {
        .animated {
            position: absolute;
            z-index: 1;

            img:nth-child(1) {
                position: absolute;
                left: -35%;
                top: 50%;
                transform: translateY(-50%);
                -webkit-animation: offOn 3s linear infinite;
                -moz-animation: offOn 3s linear infinite;
                -ms-animation: offOn 3s linear infinite;
                -o-animation: offOn 3s linear infinite;
                animation: offOn 5s linear infinite;
            }

            img:nth-child(2) {
                position: absolute;
                left: -75%;
                z-index: -2;
            }

            img:nth-child(3) {
                position: relative;
                right: -100%;
            }
        }

        .banner__image {
            position: relative;
            border-radius: 10px;
            z-index: 1;

            &:before {
                position: absolute;
                content: '';
                height: 80%;
                width: 80%;
                background: transparent;
                border: 2px solid #e67c1f;
                border-radius: inherit;
                top: -15px;
                left: -15px;
                z-index: -1;
            }

            &:after {
                position: absolute;
                bottom: -15px;
                left: 13%;
                height: 20%;
                width: 80%;
                content: '';
                background: transparent;
                border: 2px solid #e67c1f;
                border-radius: inherit;
                z-index: -1;
            }

            .big-image {
                img {
                    min-height: 490px;
                    max-height: 490px;
                    width: 100%;
                    object-fit: cover;
                    border-radius: 10px;
                }
            }

            .small-image {
                position: absolute;
                right: -10%;
                bottom: 10%;
                -webkit-animation: right 5s infinite alternate;
                -moz-animation: right 5s infinite alternate;
                -ms-animation: right 5s infinite alternate;
                -o-animation: right 5s infinite alternate;
                animation: right 5s infinite alternate;

                img {
                    border-radius: 10px;
                    max-width: 310px;
                    height: 200px;
                    object-fit: cover;
                }
            }
        }
    }
}

@keyframes ripple {

    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes offOn {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

@keyframes right {
    0% {
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }

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

/* web */

.web__button {
    margin-top: 3.125rem;

    .rounded-btn {
        padding: 0.755rem 1.25rem;
        background-color: #c99280;
        max-width: max-content;
        margin: auto;
        border-radius: 3.125rem;
        color: #000000;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 1rem;

        &:hover {
            span {
                i {
                    transform: rotate(0);
                }
            }
        }

        span {
            height: 3.125rem;
            width: 3.125rem;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #000000;
            color: #fff;
            border-radius: 3.125rem;

            i {
                -webkit-transform: rotate(-35deg);
                -ms-transform: rotate(-35deg);
                transform: rotate(-35deg);
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -ms-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
            }
        }
    }
}

.web {
    padding-top: 6.66667rem !important;
    padding-bottom: 6.66667rem !important;
    position: relative;
    z-index: 1;

    .web__text {
        position: relative;

        .web__vector {
            img:nth-child(1) {
                position: absolute;
                left: 0;
                animation: top 10s ease infinite;
            }

            img:nth-child(2) {
                position: absolute;
                right: 15%;
                animation: roundAnim 20s ease infinite;
            }
        }

        .web__text--content {
            position: relative;
            margin-left: 8.5rem;
            margin-bottom: 1.865rem;

            h2 {
                font-size: 4.375rem;
                font-weight: 700;
                line-height: 7rem;
                color: #fff;
                margin-bottom: 0;

                span {
                    background: var(--liner1);
                    background-clip: text;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    font-family: var(--sora);
                }

                em {
                    /* font-family: var(--playfair); */
                    text-decoration: 2px underline;
                }
            }

            .web__video {
                position: absolute;
                right: 11%;
                bottom: 6%;

                .video-img {
                    height: 5rem;
                    width: 14.375rem;
                    position: relative;

                    &::after {
                        position: absolute;
                        height: 105%;
                        width: 101%;
                        content: "";
                        background: #c99280;
                        top: -2.5px;
                        left: 0;
                        border-radius: 3.125rem;
                        z-index: -1;
                        -webkit-animation: ripple 2s linear infinite;
                        -moz-animation: ripple 2s linear infinite;
                        -ms-animation: ripple 2s linear infinite;
                        -o-animation: ripple 2s linear infinite;
                        animation: ripple 2s linear infinite;
                    }

                    img {
                        position: relative;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        border-radius: 3.125rem;
                    }

                    .video-play {
                        position: absolute;
                        background-color: #fff;
                        height: 3.75rem;
                        width: 3.75rem;
                        border-radius: 3.125rem;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        cursor: pointer;
                        top: 50%;
                        left: 0.565rem;
                        transform: translateY(-50%);
                        border: 2px solid #000;
                    }
                }
            }
        }

        p {
            max-width: 52.8125rem;
            margin: auto;
            text-align: center;
            color: #ffffff71;
        }

        .web__button {
            margin-top: 3.125rem;

            .rounded-btn {
                padding: 0.755rem 1.25rem;
                background-color: #c99280;
                max-width: max-content;
                margin: auto;
                border-radius: 3.125rem;
                color: #000000;
                font-weight: 600;
                display: flex;
                align-items: center;
                gap: 1rem;

                &:hover {
                    span {
                        i {
                            transform: rotate(0);
                        }
                    }
                }

                span {
                    height: 3.125rem;
                    width: 3.125rem;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    background: #000000;
                    color: #fff;
                    border-radius: 3.125rem;

                    i {
                        -webkit-transform: rotate(-35deg);
                        -ms-transform: rotate(-35deg);
                        transform: rotate(-35deg);
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -ms-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;
                    }
                }
            }
        }
    }
}

@keyframes ripple {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes top {
    0% {
        -webkit-transform: translateY(60%);
        transform: translateY(60%);
    }

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

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

@keyframes roundAnim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    35% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    75% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/* marquee */

.information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.information {
    padding-bottom: 6.66667rem !important;
    padding-top: 30px;
}

.information__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #151429;
    padding: 2rem 0;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.information__content {
    -webkit-animation: Marque 50s linear infinite;
    -moz-animation: Marque 50s linear infinite;
    -ms-animation: Marque 50s linear infinite;
    -o-animation: Marque 50s linear infinite;
    animation: Marque 50s linear infinite;
    display: flex;
}

.information__content .single-information {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-right: 2rem;
    white-space: nowrap;
}

.information__content .single-information h6 {
    text-transform: uppercase;
    margin: 0;
    font-size: 1.2rem;
    color: #ffffff77;
}

.information__content .single-information h6 span {
    background: var(--liner1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--sora);
}

.single-information {
    img {
        max-width: fit-content;
    }
}

@keyframes Marque {
    0% {
        -webkit-transform: translateX(50vw);
        transform: translateX(50vw);
    }

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

/* service */

.service {
    padding-top: 4.66667rem !important;
    padding-bottom: 4.66667rem !important;

    .title {
        margin-bottom: 3.125rem;
        display: grid;
        grid-template-columns: 65% auto;
        align-items: end;
        justify-content: space-between;

        .title__content {
            .title__sub {
                background: var(--liner1);
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                /* font-family: var(--sora); */
                display: block;
                margin-bottom: 1rem;
                text-transform: capitalize;
            }

            .section__title {
                font-family: var(--sora);
                font-weight: 600;
                font-size: 1.875rem;
                max-width: 25rem;
                display: block;
                line-height: 2.815rem;
                color: #fff;
                position: relative;
                text-transform: capitalize;
            }

            .section__title strong {
                background: var(--liner1);
                font-family: var(--playfair);
                -webkit-background-clip: text;
                -webkit-text-stroke: 2px transparent;
                color: #0D0C1C;
                letter-spacing: 2px;
            }
        }

        .view__all {
            a {
                text-decoration: underline;
                color: #fff;
            }
        }
    }

    .service__single {
        margin-bottom: 2rem;
        background-clip: padding-box;
        box-sizing: border-box;
        position: relative;
        border: solid 2px transparent;
        border-radius: 1.25em;
        width: 100%;

        &:hover {
            .meta-linkbtn {
                .link-btn {
                    background: #c99280 !important;
                    color: #0D0C1C;

                    i {
                        -webkit-transform: rotate(0) !important;
                        -ms-transform: rotate(0) !important;
                        transform: rotate(0) !important;
                        color: #0D0C1C;
                    }
                }
            }

            &::before {
                opacity: 1;
            }
        }

        &::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
            margin: -2px;
            border-radius: inherit;
            background: var(--liner1);
            opacity: 0;
            -webkit-transition: opacity 0.3s ease-in;
            -moz-transition: opacity 0.3s ease-in;
            -ms-transition: opacity 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }

        .service__single--box {
            padding: 1.25rem;
            background: #1A1929;
            border-radius: 1.25rem;

            .icon {
                margin-bottom: 1.25rem;
                height: 2rem;
                width: 2rem;
                position: relative;

                img {
                    position: absolute;
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                }
            }

            .service__single--box-meta {
                display: flex;
                align-items: center;
                justify-content: space-between;

                .meta-text {
                    display: flex;
                    flex-direction: column;
                    color: #A0A0A6;

                    a {
                        font-weight: 600;
                        color: #fff;
                        margin-bottom: .425rem;
                        /* font-family: var(--sora); */
                    }

                    span {
                        font-family: var(--inter);
                    }
                }

                .meta-linkbtn {
                    .link-btn {
                        height: 3.125rem;
                        width: 3.125rem;
                        background: #0D0C1C;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        border-radius: 3.125rem;
                        color: #fff;
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -ms-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;

                        i {
                            -webkit-transform: rotate(-35deg);
                            -ms-transform: rotate(-35deg);
                            transform: rotate(-35deg);
                            -webkit-transition: all 0.3s ease-in;
                            -moz-transition: all 0.3s ease-in;
                            -ms-transition: all 0.3s ease-in;
                            -o-transition: all 0.3s ease-in;
                            transition: all 0.3s ease-in;
                        }
                    }
                }
            }
        }
    }
}

/* about */

.about {
    .about-wrapper {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 50% auto;

        .about-wrapper--text {
            .section__content {
                max-width: 80%;

                .section__sub {
                    background: var(--liner1), var(--liner1);
                    background-clip: text;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    /* font-family: var(--sora); */
                    display: block;
                    margin-bottom: 1rem;
                    text-transform: capitalize;
                }

                p {
                    color: #ffffff77;
                }

                .section__title {
                    margin-bottom: 1.25rem;
                }
            }

            .about__wrapper--li {
                display: flex;
                gap: 3.125rem;
                list-style: none;
                margin: 0;
                padding: 0;

                li {
                    background: var(--liner1);
                    background-clip: text;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    position: relative;
                    left: 1rem;

                    &:before {
                        position: absolute;
                        content: '';
                        height: 0.625rem;
                        width: 0.625rem;
                        border-radius: 50%;
                        background: var(--liner1);
                        left: -1rem;
                        top: 50%;
                        transform: translateY(-50%);
                    }
                }
            }

            .web__button {
                display: inline-block;
            }
        }

        .about__wrapper--img {
            position: relative;

            .about__wrapper--vector {
                img:nth-child(1) {
                    left: -10%;
                    position: absolute;
                    -webkit-animation: left 5s infinite alternate;
                    -moz-animation: left 5s infinite alternate;
                    -ms-animation: left 5s infinite alternate;
                    -o-animation: left 5s infinite alternate;
                    animation: left 5s infinite alternate;
                    -webkit-animation: right 5s infinite alternate;
                    -moz-animation: right 5s infinite alternate;
                    -ms-animation: right 5s infinite alternate;
                    -o-animation: right 5s infinite alternate;
                    animation: right 5s infinite alternate;
                }

                img:nth-child(2) {
                    position: absolute;
                    right: 15%;
                    bottom: 15%;
                    -webkit-animation: roundAnim 15s ease-in infinite;
                    -moz-animation: roundAnim 15s ease-in infinite;
                    -ms-animation: roundAnim 15s ease-in infinite;
                    -o-animation: roundAnim 15s ease-in infinite;
                    animation: roundAnim 15s ease-in infinite;
                }

                img:nth-child(3) {
                    position: absolute;
                    bottom: 15%;
                    left: -5%;
                    -webkit-animation: offOn 5s ease-in infinite;
                    -moz-animation: offOn 5s ease-in infinite;
                    -ms-animation: offOn 5s ease-in infinite;
                    -o-animation: offOn 5s ease-in infinite;
                    animation: offOn 5s ease-in infinite;
                }
            }

            .about-img {
                display: flex;
                justify-content: center;

                img:nth-child(1) {
                    position: absolute;
                    height: 8.125rem;
                    width: 8.125rem;
                    border-radius: 50%;
                    object-fit: cover;
                    left: 15%;
                }

                img:nth-child(2) {
                    position: absolute;
                    height: 8.5rem;
                    width: 8.5rem;
                    border-radius: 50%;
                    object-fit: cover;
                    right: 10%;
                    top: 8%;
                }

                img:nth-child(3) {
                    position: absolute;
                    height: 8.75rem;
                    width: 8.75rem;
                    border-radius: 50%;
                    object-fit: cover;
                    bottom: 0%;
                    left: 10%;
                }

                img:nth-child(4) {
                    position: absolute;
                    height: 15rem;
                    width: 15rem;
                    border-radius: 50%;
                    object-fit: cover;
                    object-position: left;
                    top: 55%;
                    transform: translateY(-55%);
                    border: 2px solid #c99280;
                }
            }
        }
    }
}

.section__title {
    /* font-family: var(--sora); */
    font-weight: 600;
    font-size: 1.875rem;
    max-width: 25rem;
    display: block;
    line-height: 2.815rem;
    color: #fff;
    position: relative;
    text-transform: capitalize;
}

.section__title strong {
    background: var(--liner1);
    /* font-family: 'Playfair Display', serif; */
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px transparent;
    color: #0D0C1C;
    letter-spacing: 2px;
}

/* marquee */

.our-work {
    padding-top: 6.66667rem !important;
    padding-bottom: 6.66667rem !important;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;

    .our-work__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 2rem;
        -webkit-animation: Marque 50s linear infinite;
        -moz-animation: Marque 50s linear infinite;
        -ms-animation: Marque 50s linear infinite;
        -o-animation: Marque 50s linear infinite;
        animation: Marque 50s linear infinite;

        .our-work__content {
            display: flex;
            gap: 2rem;

            .single-work-item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                gap: 2rem;

                .title {
                    list-style-type: none;
                    position: relative;
                    font-size: 4rem;
                    font-weight: 700;
                    /* font-family: var(--sora); */
                    color: #fff;
                    line-height: 3.5rem;
                    text-transform: uppercase;
                }

                .start {
                    font-size: 4rem;
                    font-weight: 700;
                    margin-top: 1.215rem;
                    white-space: nowrap;
                    line-height: 0;
                    color: #ffffff77;
                }

                &:nth-child(2n) .title:nth-child(1) {
                    background: var(--liner1);
                    background-clip: text;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }
            }
        }
    }
}

/* project */

.project {
    .project__single {
        position: relative;
        margin-bottom: 2rem;
        background-clip: padding-box;
        box-sizing: border-box;
        position: relative;
        border: solid 2px transparent;
        border-radius: 1.25em;
        width: 100%;
        max-height: 17.4375rem;

        &::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
            margin: -2px;
            border-radius: inherit;
            background: var(--liner1);
            opacity: 0;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -ms-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

        &:hover {
            &::before {
                opacity: 1;
            }
        }

        .project__single--box {
            position: relative;

            img {
                border-radius: 1.25rem;
            }

            .project__meta {
                position: absolute;
                bottom: 1.6rem;
                left: 1.5rem;
                display: flex;
                width: 88%;
                justify-content: space-between;
                align-items: center;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -ms-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;

                .project__meta--info {
                    display: inline-block;
                    /* font-family: var(--sora); */
                    font-weight: 600;
                    font-size: 0.875rem;
                    color: #0d0c1c;

                    .project-name {
                        padding: .625rem 1.125rem;
                        background: var(--liner1);
                        display: block;

                        a {
                            color: #0D0C1C;
                        }
                    }

                    .project-by {
                        background: #0D0C1C;
                        color: #fff;
                        padding: .625rem 1.125rem;
                        display: inline-block;
                    }
                }

                .project__meta--link {
                    .link-btn {
                        height: 3.125rem;
                        width: 3.125rem;
                        background: #0D0C1C;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        border-radius: 3.125rem;
                        color: #fff;
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -ms-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;

                        i {
                            -webkit-transform: rotate(-35deg);
                            -ms-transform: rotate(-35deg);
                            transform: rotate(-35deg);
                            -webkit-transition: all 0.3s ease-in;
                            -moz-transition: all 0.3s ease-in;
                            -ms-transition: all 0.3s ease-in;
                            -o-transition: all 0.3s ease-in;
                            transition: all 0.3s ease-in;
                        }

                        &:hover {
                            -webkit-transform: rotate(35deg);
                            -moz-transform: rotate(35deg);
                            -ms-transform: rotate(35deg);
                            -o-transform: rotate(35deg);
                            transform: rotate(35deg);
                            background: #c99280;
                            color: #0D0C1C;
                        }
                    }
                }
            }
        }
    }

    .title {
        margin-bottom: 3.125rem;
        display: grid;
        grid-template-columns: 65% auto;
        align-items: end;
        justify-content: space-between;
        z-index: 1;

        .title__content {
            .title__sub {
                background: var(--liner1);
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                /* font-family: var(--sora); */
                display: block;
                margin-bottom: 1rem;
                text-transform: capitalize;
            }

            .section__title {
                font-family: var(--sora);
                font-weight: 600;
                font-size: 1.875rem;
                max-width: 25rem;
                display: block;
                line-height: 2.815rem;
                color: #fff;
                position: relative;
                text-transform: capitalize;
            }

            .section__title strong {
                background: var(--liner1);
                font-family: var(--playfair);
                -webkit-background-clip: text;
                -webkit-text-stroke: 2px transparent;
                color: #0D0C1C;
                letter-spacing: 2px;
            }
        }

        .view__all {
            a {
                text-decoration: underline;
                color: #fff;
            }
        }
    }
}

/* team */

.team {
    position: relative;
    z-index: 1;
    padding-top: 4.66667rem !important;

    .title {
        margin-bottom: 3.125rem;
        display: grid;
        grid-template-columns: 65% auto;
        align-items: end;
        justify-content: space-between;

        .title__content {
            .title__sub {
                background: var(--liner1);
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                /* font-family: var(--sora); */
                display: block;
                margin-bottom: 1rem;
                text-transform: capitalize;
            }

            .section__title {
                font-family: var(--sora);
                font-weight: 600;
                font-size: 1.875rem;
                max-width: 25rem;
                display: block;
                line-height: 2.815rem;
                color: #fff;
                position: relative;
                text-transform: capitalize;
            }

            .section__title strong {
                background: var(--liner1);
                font-family: var(--playfair);
                -webkit-background-clip: text;
                -webkit-text-stroke: 2px transparent;
                color: #0D0C1C;
                letter-spacing: 2px;
            }
        }

        .view__all {
            a {
                text-decoration: underline;
                color: #fff;
            }
        }
    }

    .team__single {
        position: relative;
        margin-bottom: 2rem;
        background-clip: padding-box;
        box-sizing: border-box;
        position: relative;
        border: solid 2px transparent;
        border-radius: 1.25em;
        width: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;

        &:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
            margin: -2px;
            border-radius: inherit;
            background: var(--liner1);
            opacity: 1;
        }

        .team__single--box {
            position: relative;
            background: linear-gradient(90deg, rgba(19, 18, 37, 0.95) 1.1%, rgba(13, 12, 28, 0.9) 100%);
            border-radius: inherit;
            overflow: hidden;

            .team__single--wrap {
                min-height: 25rem;
                max-height: 25rem;
                width: 100%;

                img {
                    border-radius: 1.25rem;
                    width: 100%;
                    object-fit: cover;
                    object-position: top;
                    position: absolute;
                    bottom: 0;
                    top: 5%;
                    height: 100%;
                }

                .team-meta {
                    position: absolute;
                    bottom: .95rem;
                    width: 90%;
                    left: .95rem;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;

                    .team-meta-info {
                        background: var(--liner1);
                        display: flex;
                        flex-direction: column;
                        color: #0D0C1C;
                        padding: .816rem .875rem;
                        /* font-family: var(--sora); */
                        border-radius: .625rem;
                        width: 100%;

                        a {
                            color: var(--body-bg);
                            font-weight: 600;
                        }

                        span {
                            font-size: .825rem;
                            text-transform: uppercase;
                            letter-spacing: 1px;
                        }
                    }
                }
            }
        }
    }

}

/* swiper */

.testimonial {
    padding-top: 6.66667rem !important;
    padding-bottom: 6.66667rem !important;

    .animated__line {
        height: 3px;
        width: 100%;
        position: relative;
        background: #ffffff1c;
        display: inline-block;
        border-radius: 10px;
        overflow: hidden;
    }

    .animated__line:before {
        position: absolute;
        left: 0;
        top: 0;
        background: #ffffff1c;
        content: '';
        height: 100%;
        width: 100%;
        border-radius: 10%;
    }

    .animated__line.animated::before {
        background: var(--color-btn);
        -webkit-animation: sliderAnim 10s infinite linear;
        -moz-animation: sliderAnim 10s infinite linear;
        -ms-animation: sliderAnim 10s infinite linear;
        -o-animation: sliderAnim 10s infinite linear;
        animation: sliderAnim 10s infinite linear;
    }

    .testimonial__left {
        border-radius: 10px;
        position: relative;
        margin-left: 50px;


        .pagination__dots {
            position: absolute;
            display: flex;
            flex-direction: column;
            gap: 15px;
            top: 50%;
            left: -20%;
            transform: translateY(-50%);
            width: 100px;

            span {
                width: 25px;
                height: 25px;
                background: transparent;
                border-radius: 50%;
                position: relative;
                border: 1px solid transparent;

                &.swiper-pagination-bullet-active {
                    border-color: #fff;
                }

                &:after {
                    position: absolute;
                    height: 10px;
                    width: 10px;
                    content: '';
                    border-radius: 50%;
                    background: #9E9E94;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                }
            }
        }

        .image {
            position: relative;

            img {
                min-width: 90%;
                height: 300px;
                border-radius: 10px;
                object-fit: cover;
                object-position: 0 0;
            }

            &::before {
                position: absolute;
                content: '';
                height: 100%;
                width: 90%;
                border-radius: 10px;
                border: 1px solid var(--color-btn);
                left: 10px;
                top: 10px;
                z-index: -1;
            }
        }
    }

    .mt-20 {
        margin-top: 1.33333rem !important;
    }

    .mt-50 {
        margin-top: 3.33333rem !important;
    }


    .testimonial__right {
        .testimonial__content.slider {
            .rating i {
                color: var(--color-btn);
            }

            p {
                color: #ffffff77;
                margin-top: 20px;
                /* font-family: var(--inter); */
                font-weight: 400;
            }

            position: relative;
            overflow: hidden;

            .tnamedes {
                h6 {
                    font-size: 15px;
                    font-weight: 600;
                    color: #fff;
                    margin-bottom: 0;

                    span {
                        font-size: 10px;
                        font-weight: 600;
                        color: #A0A0A6;
                        display: block;
                        margin-top: 10px;
                    }
                }
            }

            .tauthor {
                img {
                    background: var(--liner1);
                    min-height: 50px;
                    min-width: 50px;
                    max-height: 50px;
                    border-radius: 50%;
                    object-fit: cover;
                }
            }
        }
    }
}

/* Blog */

.blog {
    padding-bottom: 4.66667rem !important;

    .title {
        margin-bottom: 3.125rem;
        display: grid;
        grid-template-columns: 65% auto;
        align-items: end;
        justify-content: space-between;

        .title__content {
            .title__sub {
                background: var(--liner1);
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                /* font-family: var(--sora); */
                display: block;
                margin-bottom: 1rem;
                text-transform: capitalize;
            }

            .section__title {
                font-family: var(--sora);
                font-weight: 600;
                font-size: 1.875rem;
                max-width: 25rem;
                display: block;
                line-height: 2.815rem;
                color: #fff;
                position: relative;
                text-transform: capitalize;
            }

            .section__title strong {
                background: var(--liner1);
                font-family: var(--playfair);
                -webkit-background-clip: text;
                -webkit-text-stroke: 2px transparent;
                color: #0D0C1C;
                letter-spacing: 2px;
            }
        }

        .view__all {
            a {
                text-decoration: underline;
                color: #fff;
            }
        }
    }

    .blog__single {
        position: relative;
        margin-bottom: 1.875rem;
        overflow: hidden;

        &:hover {
            .link-btn {
                opacity: 1 !important;
                top: 40% !important;
            }
        }

        .blog__single--box {
            position: relative;

            .blog-img {
                img {
                    min-height: 20rem;
                    object-fit: cover;
                    object-position: center;
                    border-radius: 1.25rem;
                }

                .link-btn {
                    height: 3.125rem;
                    width: 3.125rem;
                    background: #0D0C1C;
                    color: #fff;
                    border-radius: 50%;
                    position: absolute;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    top: 0%;
                    left: 50%;
                    z-index: 2;
                    opacity: 0;
                    -webkit-transform: translate(-40%, -50%);
                    -ms-transform: translate(-40%, -50%);
                    transform: translate(-40%, -50%);
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -ms-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;

                    i {
                        transform: rotate(-30deg);
                    }

                    &:hover {
                        background: var(--liner1);
                        color: #0D0C1C;

                        i {
                            transform: rotate(0deg);
                        }
                    }
                }
            }

            .blog__single--meta {
                position: absolute;
                bottom: 1.25rem;
                left: 1.25rem;
                width: 90%;
                z-index: 1;

                .blog--title {
                    font-weight: 600;
                    color: #fff;
                    font-family: var(--sora);
                    display: block;
                    margin-bottom: 1rem;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -ms-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;

                    &:hover {
                        background: var(--liner1);
                        background-clip: text;
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                    }
                }

                .author-date {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;

                    .author {
                        display: flex;
                        gap: .875rem;
                        align-items: center;

                        img {
                            height: 3.125rem;
                            width: 3.125rem;
                            border-radius: 50%;
                            object-fit: cover;
                        }

                        a {
                            font-weight: 600;
                            color: #fff;
                        }
                    }

                    .date {
                        background: var(--liner1);
                        /* font-family: var(--sora); */
                        -webkit-background-clip: text;
                        -webkit-text-stroke: 2px transparent;
                        color: #0D0C1C;
                        letter-spacing: 2px;
                        text-transform: capitalize;
                        font-size: 1.825rem;
                    }
                }
            }
        }
    }
}


@keyframes sliderAnim {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

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

/* footer */

.footer {
    padding-top: 6.66667rem !important;
    padding-bottom: 4.66667rem !important;
    border-top: 1px solid #A0A0A645;

    .footer__widget {
        margin-bottom: 1.875rem;

        h5 {
            margin-bottom: 1.875rem;
            font-size: 1.25rem;
            color: #fff;
            font-weight: 600;

        }

        .footer__widget--contact {

            li {
                list-style: none;
                margin-bottom: 1.25rem;
                display: flex;
                gap: .675rem;
                align-items: center;

                i {
                    color: #A0A0A6;
                }

                a {
                    color: #A0A0A6;

                    &:hover {
                        color: #c99280;
                    }
                }
            }

            .footer__social {
                display: flex;
                gap: .5rem;

                a {
                    height: 2.5rem;
                    width: 2.5rem;
                    background: #ffffff21;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 50%;
                    color: #fff;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -ms-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;

                    &:hover {
                        background: var(--liner1);
                        color: #0D0C1C;
                    }

                    i {
                        position: relative;
                        top: 1px;
                    }
                }
            }
        }

        .footer__widget--link {
            li {
                &:not(:last-child) {
                    margin-bottom: .625rem;
                }

                display: flex;

                &:hover {
                    a {
                        color: #ffffff;

                        &::before {
                            width: 100%;
                            opacity: 1;
                        }
                    }
                }

                a {
                    display: block;
                    padding: .625rem;
                    color: #A0A0A6;
                    position: relative;
                    transition: all .2s ease;

                    &::before {
                        position: absolute;
                        height: 2.895rem;
                        width: 10%;
                        background: #24321C;
                        content: '';
                        border-radius: .625rem;
                        z-index: -1;
                        top: 0;
                        left: 0;
                        opacity: 0;
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -ms-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;
                    }
                }
            }
        }

        .footer__widget--resource {
            li {
                &:not(:last-child) {
                    margin-bottom: .625rem;
                }

                display: flex;

                &:hover {
                    a {
                        color: #ffffff;

                        &::before {
                            width: 100%;
                            opacity: 1;
                        }
                    }
                }

                a {
                    display: block;
                    padding: .625rem;
                    color: #A0A0A6;
                    position: relative;
                    transition: all .2s ease;

                    &::before {
                        position: absolute;
                        height: 2.895rem;
                        width: 10%;
                        background: #24321C;
                        content: '';
                        border-radius: .625rem;
                        z-index: -1;
                        top: 0;
                        left: 0;
                        opacity: 0;
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -ms-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;
                    }
                }
            }
        }

        .footer__widget--newsletter {
            p {
                color: #ffffff77;
                margin-bottom: 30px;
            }

            .newsletter-box {
                position: relative;
                background-clip: padding-box;
                box-sizing: border-box;
                border: solid 2px transparent;
                border-radius: .675em;

                &::before {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    z-index: -1;
                    margin: -1px;
                    border-radius: inherit;
                    background: var(--liner1);
                    opacity: 1;

                }

                input {
                    width: 100%;
                    background: #1A1929;
                    padding: 1.125rem;
                    position: relative;
                    border-radius: .675rem;
                    outline: none;
                    border: 0;
                    color: #fff;
                }

                button {
                    position: absolute;
                    right: 1rem;
                    top: 50%;
                    transform: translateY(-50%);
                    font-weight: 600;
                    color: #fff;
                    border: 0;
                    background: transparent;
                }
            }
        }
    }
}

.footer-credit {
    padding: 1.625rem 0;
    border-top: 1px solid #A0A0A645;
    position: relative;

    .footer-credit--img {
        position: absolute;
        left: 50%;
        top: -1.90rem;
        background-color: #192c44;
        padding: 0 1.875rem;
        transform: translateX(-50%);

        img {
            height: 3.5rem;
            object-fit: contain;
        }
    }

    .footer-credit__wrapper {
        display: grid;
        grid-template-columns: 50% auto;
        justify-content: space-between;
        align-items: center;
        color: #ffffff77;

        .copy-right {
            a {
                background: var(--liner1);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
                /* font-family: var(--sora); */
            }
        }

        .footer-links ul {
            display: flex;
            gap: .625rem;

            a {
                color: #A0A0A6;

                &:hover {
                    color: #ffffff;
                }
            }
        }
    }
}


ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* cursor */

.cursor,
.cursor2,
.cursor3 {
    position: fixed;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    left: -100px;
    top: 50%;
    mix-blend-mode: difference;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.cursor {
    background-color: #fff;
    height: 0;
    width: 0;
    z-index: 99999;
}

.cursor2,
.cursor3 {
    height: 36px;
    width: 36px;
    z-index: 99998;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.cursor2.hover,
.cursor3.hover {
    -webkit-transform: scale(2) translateX(-25%) translateY(-25%);
    transform: scale(2) translateX(-25%) translateY(-25%);
    border: none;
}

.cursor2 {
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}

.cursor2.hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1200px) {

    .cursor,
    .cursor2,
    .cursor3 {
        display: none;
    }
}

/* #custom-cursor {
    position: fixed;
    width: 8px;
    height: 8px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: difference;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.6);
}
body {
    cursor: none;
} */


html,
body {
    height: 100%;
    margin: 0;
}

.particles-js-canvas-el {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

#particles-js {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
}


/* animate */

.animate {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease-in-out;
}

.animate.visible {
    opacity: 1;
    transform: translateY(0);
}



/* breadcrumb */

.breadcrumb {
    padding-top: 5.33333rem !important;
    padding-bottom: 5.33333rem !important;
    background-color: #131225;

    .breadcrumb__vector {
        position: relative;

        img {
            &:nth-child(1) {
                position: absolute;
                right: 20%;
                top: -3.75rem;
                -webkit-animation: top 5s infinite alternate;
                -moz-animation: top 5s infinite alternate;
                -ms-animation: top 5s infinite alternate;
                -o-animation: top 5s infinite alternate;
                animation: top 5s infinite alternate;
            }

            &:nth-child(2) {
                position: absolute;
                left: 30%;
                -webkit-animation: roundAnim 10s linear infinite;
                -moz-animation: roundAnim 10s linear infinite;
                -ms-animation: roundAnim 10s linear infinite;
                -o-animation: roundAnim 10s linear infinite;
                animation: roundAnim 10s linear infinite;
            }
        }
    }

    .breadcrumb__wrapper {
        display: grid;
        grid-template-columns: 30% auto;
        justify-content: space-between;
        align-items: center;

        .breadcrumb__wrapper--text {

            .title {
                font-size: 1.25rem;
                font-weight: 600;
                /* font-family: var(--inter); */
                text-transform: capitalize;
                color: #fff;
                margin-bottom: .9375rem;
                color: #ffffff !important;
            }

            p {
                color: #ffffff77;
            }
        }

        .breadcrumb__wrapper--link {
            ul {
                display: flex;
                list-style: none;
                padding: 0;
                margin: 0;

                a {
                    color: #fff;
                }

                .breadcrumb-item {

                    &.active {
                        background: var(--liner1);
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                        background-clip: text;
                        font-family: var(--sora);
                        text-transform: capitalize;
                    }

                    &+li:before {
                        content: '-' !important;
                        background: var(--liner1);
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                        background-clip: text;
                    }
                }
            }
        }
    }

}




/* ----------------------------------------------------------- career ------------------------------------------------------- */


.career {
    padding-top: 6.66667rem !important;
    padding-bottom: 6.66667rem !important;

    .career__wrapper {
        h5 {
            margin-bottom: 3.125rem;
            font-size: 1.875rem;
            color: #fff;
            /* font-family: var(--sora); */
            font-weight: 600;
        }

        .career__wrapper--single {
            .single-job {
                position: relative;
                padding: 1.875rem;
                border-radius: .625rem;
                background: #131023fd;
                margin-bottom: 1.875rem;

                &:hover:before {
                    opacity: 1;
                }

                &:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background: var(--liner1);
                    border-radius: inherit;
                    z-index: -1;
                    margin: -2px;
                    opacity: 0;
                    -webkit-transition: opacity 0.3s ease-in;
                    -moz-transition: opacity 0.3s ease-in;
                    -ms-transition: opacity 0.3s ease-in;
                    -o-transition: opacity 0.3s ease-in;
                    transition: opacity 0.3s ease-in;
                }

                .apply-btn {
                    background: var(--color-btn);
                    color: #0D0C1C;
                    /* font-family: var(--sora); */
                    font-weight: 600;
                    font-size: 1rem;
                    padding: .815rem 1.875rem;
                    border: 1px solid;
                    border-color: transparent;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -ms-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;

                    &:hover {
                        background: #0D0C1C;
                        color: #fff;
                        border-color: var(--color-btn);
                    }
                }

                h6 {
                    /* font-family: var(--sora); */
                    font-weight: 600;
                    color: #fff;
                    margin-bottom: 1.125rem;
                }

                h3 {
                    /* font-family: var(--sora); */
                    font-weight: 600;
                    color: #fff;
                    margin-bottom: 1.125rem;
                    font-size: 1.875rem;
                    display: inline-block;
                }

                p {
                    margin-bottom: 1.875rem;
                    color: #ffffff77;
                }
            }
        }
    }

    .career__sidebar {
        padding: 1.875rem;
        background: #131023fd;
        border-radius: .625rem;

        .career__application {
            .apply {
                position: relative;
                margin-bottom: 1.875rem;
                z-index: 1;
                border-radius: 5px;

                &::before {
                    position: absolute;
                    content: "";
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    z-index: -1;
                    background: var(--liner1);
                    border-radius: inherit;
                    margin: -1px;
                }

                .apply__title {
                    font-weight: 600;
                    color: #fff;
                    text-align: center;
                    position: relative;
                    padding: 1.25rem;
                    background: #131023fd;
                    border-radius: .625rem;
                    font-size: 1.25rem;
                }
            }

            form {
                .form-group {
                    margin-bottom: 1.25rem;

                    /* .form-control {
                        display: block;
                        width: 100%;
                        padding: .375rem .75rem;
                        font-size: 1rem;
                        font-weight: 400;
                        line-height: 1.5;
                        color: #212529;
                        background-color: #fff;
                        background-clip: padding-box;
                        border: 1px solid transparent;
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        appearance: none;
                        border-radius: 0.375rem;
                        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
                    } */

                    input:focus {
                        border-color: var(--color-btn);
                    }

                    textarea {
                        width: 100%;
                        background: #0D0C1C !important;
                        padding: 1.125rem 1.25rem !important;
                        border: 1px solid;
                        border-color: transparent;
                        color: #fff !important;
                        outline: none;
                        box-shadow: none;
                        border-radius: 5px;
                        min-height: 12rem;
                        resize: none;
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -ms-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;
                    }

                    ::placeholder {
                        color: #ffffff77;
                    }

                    input {
                        width: 100%;
                        background: #0D0C1C !important;
                        padding: 1.125rem 1.25rem !important;
                        border: 1px solid transparent;
                        color: #fff !important;
                        outline: none;
                        box-shadow: none;
                        border-radius: 5px;
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -ms-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;
                    }

                    .apply-btn {
                        margin-top: .875rem;
                        background: var(--color-btn);
                        color: #0D0C1C;
                        /* font-family: var(--sora); */
                        font-weight: 600;
                        font-size: 1rem;
                        padding: .815rem 1.875rem;
                        border: 1px solid;
                        border-color: transparent;
                        display: inline-block;
                        width: 100%;
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -ms-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;
                    }

                }
            }
        }
    }

    .our__info {
        .our__info--text {
            margin-top: 1.25rem;

            h3 {
                line-height: 1.5;
                font-size: 1.875rem;
                font-weight: 600;
                color: #fff;
                font-family: var(--sora);
                margin-bottom: 1.25rem;
            }

            p {
                margin-bottom: 3.175rem;
                color: #ffffff77;
            }

        }

        .our__info--facility {
            display: grid;
            grid-gap: 1.875rem;
            grid-template-columns: repeat(auto-fill, minmax(19rem, 1fr));

            .our__info--facility--item {
                background: #131023fd;
                color: #fff;
                padding: 1.875rem 1.25rem;
                border-radius: .625rem;
                display: flex;
                align-items: center;
                gap: .875rem;

                &:hover {
                    .our__info--facility--icon {
                        background: var(--color-btn-hover);

                        i {
                            color: #000;
                        }
                    }

                }


                .our__info--facility--icon {
                    height: 60px;
                    min-width: 60px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 1.25rem;
                    border-radius: 50px;
                    color: #fff;
                    background: #0d0d1a;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -ms-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;

                    i {
                        color: #fff;
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -ms-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;
                    }
                }

                .our__info--facility--text {
                    h6 {
                        font-weight: 600;
                        /* font-family: var(--sora); */
                        margin-bottom: .625rem;
                    }

                    p {
                        margin-bottom: 0;
                        color: #A0A0A6;
                    }
                }
            }
        }
    }
}

/* ----------------------------------------------------------- contact ------------------------------------------------------ */

.contact {
    padding-top: 5.33333rem;
    padding-bottom: 5.33333rem;

    .contact__single {
        position: relative;
        margin-bottom: 1.875rem;

        &:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: var(--liner1);
            border-radius: 1.25rem;
            z-index: -1;
            margin: -2px;
            opacity: 0;
            -webkit-transition: opacity 0.3s ease-in;
            -moz-transition: opacity 0.3s ease-in;
            -ms-transition: opacity 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }

        &:hover {
            &:before {
                opacity: 1 !important;
            }

            .icon {
                background: var(--color-btn) !important;

                i {
                    color: #000;
                }
            }
        }

        .contact__single--item {
            padding: 3.125rem;
            background: #131225;
            border-radius: 1.25rem;
            text-align: center;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;

            .icon {
                background: #0D0C1C;
                border-radius: 3.125rem;
                height: 3.75rem;
                width: 3.75rem;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #fff;
                font-size: 1.125rem;
                margin-bottom: 1.875rem;
                -webkit-transition: background 0.3s ease-in;
                -moz-transition: background 0.3s ease-in;
                -ms-transition: background 0.3s ease-in;
                -o-transition: background 0.3s ease-in;
                transition: background 0.3s ease-in;

                i {
                    -webkit-transition: 0.3s ease-in;
                    -moz-transition: 0.3s ease-in;
                    -ms-transition: 0.3s ease-in;
                    -o-transition: 0.3s ease-in;
                    transition: 0.3s ease-in;
                }
            }

            .content {

                h6 {
                    font-size: 1.125rem;
                    font-weight: 600;
                    color: #fff;
                    margin-bottom: 1.25rem;
                }

                p {
                    color: #ffffff77;
                }

            }
        }
    }

    .contact__form {
        margin-top: 2.5rem;

        .input__form {
            form {
                .input-group {
                    gap: 1rem;
                    margin-bottom: 1.875rem;
                    position: relative;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: stretch;
                    width: 100%;

                    .single-input {
                        display: flex;
                        flex-direction: column;
                        gap: 1.25rem;
                        flex: 1;

                        label {
                            color: #ffffff77;
                        }

                        input {
                            width: 100%;
                            padding: 1.25rem;
                            background: #131225;
                            border: 1px solid #A0A0A645;
                            color: #fff;
                            outline: none;
                            -webkit-transition: all 0.3s ease;
                            -moz-transition: all 0.3s ease;
                            -ms-transition: all 0.3s ease;
                            -o-transition: all 0.3s ease;
                            transition: all 0.3s ease;

                            &:focus {
                                border-color: var(--color-btn);
                            }
                        }
                    }
                }

                .textarea {
                    display: flex;
                    flex-direction: column;
                    gap: 1.25rem;
                    margin-bottom: 1.875rem;

                    label {
                        color: #ffffff77;
                    }

                    textarea {
                        width: 100%;
                        padding: 1.25rem;
                        background: #131225;
                        border: 1px solid #A0A0A645;
                        color: #fff;
                        min-height: 10rem;
                        resize: none;
                        outline: none;
                        -webkit-transition: all 0.3s ease;
                        -moz-transition: all 0.3s ease;
                        -ms-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;

                        &:focus {
                            border-color: var(--color-btn);
                        }
                    }

                }
            }

            .submit-btn {
                text-align: center;

                .main-btn {
                    padding: 1.25rem 1.875rem;
                    background: var(--color-btn);
                    border: 1px solid transparent;
                    color: #0D0C1C;
                    outline: none;
                    /* font-family: var(--sora); */
                    font-weight: 600;
                    border-radius: 5px;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -ms-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;

                    &:hover {
                        background: transparent;
                        color: #ffffff;
                        border: 1px solid var(--color-btn);
                    }
                }
            }
        }
    }
}

/* --------------------------------------------------------- portfolio d -------------------------------- */

.project-details__wrapper {

    .project-details__info {
        padding-bottom: 3.175rem;
        width: 100%;

        ul {
            padding: 0;
            margin: 0;
            list-style: none;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            grid-gap: .625rem;

            li {
                font-weight: 600;
                position: relative;
                background-clip: padding-box;
                box-sizing: border-box;

                &:hover {
                    &:before {
                        opacity: 1;
                    }
                }

                &:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    z-index: -1;
                    margin: -1px;
                    border-radius: inherit;
                    opacity: 0;
                    background: var(--liner1);
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -ms-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                }

                .item {
                    padding: 1.25rem 1.25rem;
                    background: #131225;
                    gap: .325rem;

                    span {
                        color: #fff;
                    }

                    .content {
                        background: var(--liner1);
                        background-clip: text;
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                    }
                }
            }
        }
    }

    .project-details__text {
        img {
            max-height: 100%;
            width: 100%;
            border-radius: 1.25rem;
            margin-bottom: 3.125rem;
        }

        h4 {
            font-size: 1.526rem;
            color: #fff;
            margin-bottom: 1.875rem;
        }

        p:not(:last-child) {
            margin-bottom: 1.875rem;
            color: #ffffff77;
        }

        .bullet-list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            list-style: none;
            gap: 1rem;

            li {
                position: relative;
                color: #fff;

                &:before {
                    content: "•";
                    margin-right: 5px;
                    color: var(--color-btn);
                }
            }
        }

        .grid-content {
            display: grid;
            grid-template-columns: 1fr minmax(0, 430px);
            gap: 1rem;

            .used-tool {
                padding: 2.187rem 1.25rem;
                position: relative;
                border-radius: .675em;
                background: #131225;
                align-items: center;
                display: flex;
                gap: 1.25rem;
                width: 100%;

                &:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    z-index: -1;
                    margin: -2px;
                    border-radius: inherit;
                    background: var(--liner1);
                }

                img {
                    height: 45px;
                    width: 60px;
                    border-radius: 0;
                    margin: 0;
                }

                .tool-info {
                    width: 80%;

                    li {
                        list-style: none;
                        display: flex;
                        justify-content: space-between;
                        gap: 1rem;
                        color: #ffffff77;

                        .style {
                            font-weight: 600;
                            color: #fff;
                            /* font-family: var(--sora); */

                            &:not(:last-child) {
                                margin-bottom: .675rem;
                            }
                        }

                        span {
                            color: #ffffff77;
                        }
                    }
                }
            }
        }

    }

    .block-elements {
        text-align: center;

        .pagination {
            justify-content: center;
            margin-top: 3.125rem;
            gap: 1rem;
            /* margin-top: 15px; */
            padding-left: 1rem;

            li {
                display: flex;
                gap: 1rem;
                align-items: center;
                color: #ffffff77;

                &:nth-child(1) {
                    flex-direction: row-reverse;
                }

                a {
                    padding: .675rem 1.125rem;
                    background: #131225;
                    border-radius: .625rem;
                    font-weight: 600;
                    border: 1px solid #A0A0A645;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -ms-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;

                    &:hover {
                        background: var(--liner1);
                    }

                    i {
                        color: #fff;
                    }

                    &:hover i {
                        color: var(--color-dark-blue);
                    }
                }

                &.active a {
                    background: var(--liner1);

                    i {
                        color: var(--color-dark-blue);
                    }
                }

                &:nth-child(1) i {
                    -webkit-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    transform: rotate(180deg);
                }
            }
        }
    }
}

.block-elements {
    text-align: center;

    .ajax-btn {
        background: transparent;
        padding: 1.125rem 1.25rem;
        font-weight: 600;
        /* font-family: var(--sora); */
        border-radius: .625rem;
        color: #fff;
        border: 1px solid #A0A0A645;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;

        &:hover {
            background: var(--liner1);
            color: var(--color-dark-blue);
            border-color: transparent;

            /* &:before {
                content: "\f013";
            } */

            span {
                display: inline-block;

                i {
                    color: var(--color-dark-blue);
                }
            }
        }

        span {
            margin-left: 2px;
            display: none;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        i {
            color: #fff;
            -webkit-animation: roundAnim 7s linear infinite;
            -moz-animation: roundAnim 7s linear infinite;
            -ms-animation: roundAnim 7s linear infinite;
            -o-animation: roundAnim 7s linear infinite;
            animation: roundAnim 7s linear infinite;

            &::before {
                content: '\f013';
            }
        }
    }

}

.pt-20 {
    padding-top: 1.33333rem !important;
}

/* blog */


.pagination {
    margin-top: 15px;
    padding-left: 1rem;

    .pagination-link {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        gap: .875rem;

        .page-item {
            display: flex;
            justify-content: center;
            align-items: center;
            background: #131225;
            border-radius: .625rem;
            height: 3.125rem;
            width: 3.125rem;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
            color: #ffffff77;

            &.active {
                background: var(--liner1);

                a {
                    color: var(--color-dark-blue);
                }
            }

            &:hover {
                background: var(--liner1);

                a {
                    color: var(--color-dark-blue);
                }
            }

            a {
                height: 3.125rem;
                width: 3.125rem;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #fff;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                -ms-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }
        }

    }
}

.blog-details {
    .blog-details__text {
        .blog-details__text--content {
            h5 {
                font-size: 1.125rem;
                color: #fff;
                margin-bottom: 1.25rem;
            }

            h3 {
                font-size: 1.875rem;
                font-weight: 600;
                line-height: 3rem;
                color: #fff;
                margin-bottom: 1.25rem;

                span {
                    background: var(--liner1);
                    background-clip: text;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }
            }

            p {
                margin-bottom: 1.25rem;
                color: #ffffff77;
            }

            .blog-author {

                ul {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    margin: 1.875rem 0;
                    list-style: none;

                    h5 {
                        background: var(--liner1);
                        background-clip: text;
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                    }

                    li {
                        position: relative;

                        a {
                            display: flex;
                            align-items: center;
                            gap: 1rem;
                            color: #fff;

                            &>img {
                                height: 3.125rem;
                                width: 3.125rem;
                                border-radius: 50%;
                                object-fit: cover;
                                margin-bottom: 0;
                            }
                        }
                    }
                }
            }

            img {
                max-height: 436px;
                width: 100%;
                border-radius: 1.25rem;
                margin-bottom: 1.875rem;
            }

            blockquote {
                margin: 1.875rem 0;
                position: relative;
                padding: 1.25rem 2.5rem;
                background-clip: padding-box;
                box-sizing: border-box;
                border-radius: 1.25em;
                background-color: #131225;
                width: 100%;
                text-align: center;

                &::before {
                    content: "";
                    position: absolute;
                    top: 10%;
                    left: 50%;
                    background-image: url(/img/quote-two.webp);
                    height: 35px;
                    width: 50px;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    -webkit-transform: translate(-50%, -5%);
                    -ms-transform: translate(-50%, -5%);
                    transform: translate(-50%, -5%);
                }

                &::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    z-index: -1;
                    margin: -2px;
                    border-radius: inherit;
                    background: var(--liner1);
                }

                p {
                    margin: 3.125rem 0 0 0;
                    font-size: 1.25rem;
                    /* font-family: var(--sora); */
                    color: #fff;
                }
            }

            .tags-list {
                padding-top: 1rem;
                margin-bottom: 3.125rem;
                display: block;

                ul {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    display: grid;
                    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
                    gap: 1rem;
                    text-align: center;
                    max-width: 100%;
                }

                li {
                    background-clip: padding-box;
                    box-sizing: border-box;
                    position: relative;
                    display: inline-block;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -ms-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;

                    &:hover::before {
                        opacity: 1;
                    }

                    &::before {
                        content: "";
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        margin: -1px;
                        border-radius: inherit;
                        background: var(--liner1);
                        opacity: 0;
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -ms-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;
                    }

                    a {
                        position: relative;
                        color: #fff;
                        padding: .625rem .5rem;
                        background-color: #131225;
                        display: block;
                    }
                }
            }
        }

        .blog-details__text--content>ul li {
            list-style: none;
            position: relative;
            margin-left: 1rem;
            color: #ffffff77;

            &::before {
                position: absolute;
                content: '';
                left: -1rem;
                top: 50%;
                height: 5px;
                width: 5px;
                background: var(--liner1);
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                border-radius: 50%;
            }
        }

        .blog-details__text--content>ul li:not(:last-child) {
            margin-bottom: 1.25rem;
        }

    }

    .blog-details__text--share {
        border-top: 1px solid #A0A0A645;
        border-bottom: 1px solid #A0A0A645;
        padding: 1.25rem 0;

        .sharing-option {
            display: flex;
            gap: 1rem;
            align-items: center;
            flex-wrap: wrap;

            h5 {
                /* font-family: var(--sora); */
                font-weight: 600;
                font-size: 1.125rem;
                color: #fff;
                margin-bottom: 0;
            }

            ul {
                list-style: none;
                padding: 0;
                margin: 0;

                li {
                    background-clip: padding-box;
                    box-sizing: border-box;
                    position: relative;
                    display: inline-block;
                    margin-right: .625rem;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -ms-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;

                    &:hover::before {
                        opacity: 1;
                    }

                    &::before {
                        content: "";
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        margin: -2px;
                        border-radius: 50%;
                        background: var(--liner1);
                        opacity: 0;
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -ms-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;
                    }

                    a {
                        position: relative;
                        color: #fff;
                        padding: .5rem;
                        background-color: #131225;
                        display: block;
                        height: 40px;
                        width: 40px;
                        border-radius: 50%;
                        text-align: center;
                    }
                }
            }
        }
    }

    .blog-details__text--related {
        padding: 3.125rem 0;

        li {
            display: flex;
            gap: 1rem;
            justify-content: space-between;

            .single-post {
                background: #131225;
                padding: 1.25rem;
                background-clip: padding-box;
                box-sizing: border-box;
                position: relative;
                display: inline-block;

                &:last-child a {
                    flex-direction: row-reverse;
                    text-align: right;
                }

                a {
                    display: flex;
                    align-items: center;
                    gap: .875rem;

                    img {
                        height: 80px;
                        max-width: 80px;
                        display: block;
                        object-fit: cover;
                    }

                    h6 {
                        margin-bottom: 0;
                        font-weight: 600;
                        color: #fff;
                        /* font-family: var(--sora); */
                        line-height: 1.5;
                    }
                }

                &::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    margin: -1px;
                    z-index: -1;
                    border-radius: inherit;
                    background: var(--liner1);
                }

                &:hover a {
                    background: var(--liner1);
                    background-clip: text;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    transition: all 0.3s ease-in;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -ms-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                }
            }
        }
    }

    .blog-details__text--comment {
        .comment__thread {
            h5 {
                color: #fff;
                /* font-family: var(--sora); */
                font-weight: 600;
                font-size: 1.125rem;
            }

            ul {
                padding: 0;
                margin: 0;
                list-style: none;

                li {
                    padding: 1.875rem 0;

                    &:not(:last-child) {
                        border-bottom: 1px solid #A0A0A645;
                    }

                    .comment-item {
                        display: flex;
                        gap: 1.125rem;

                        .reply-img img {
                            height: 70px;
                            max-width: 70px;
                            object-fit: cover;
                            border-radius: 50%;
                        }

                        .reply-details {
                            .date-time {
                                color: #ffffff77;
                            }

                            .name {
                                margin-bottom: 1.125rem;

                                h6 {
                                    /* font-family: var(--sora); */
                                    font-weight: 600;
                                    color: #fff;
                                }

                                span {
                                    font-weight: 400;
                                    color: #ffffff77;
                                    text-decoration: none;
                                }
                            }

                            p {
                                color: #ffffff77;
                            }

                            span {
                                color: #fff;
                                text-decoration: underline;
                                font-weight: 600;
                                cursor: pointer;
                            }
                        }
                    }
                }
            }
        }

        .comment__template {
            h5 {
                color: #fff;
                /* font-family: var(--sora); */
                font-weight: 600;
                font-size: 1.125rem;
                margin-bottom: 1.875rem;
            }

            .comment__template--box {
                padding: 1.875rem;
                background: #131225;

                form {
                    label {
                        color: #fff;
                    }

                    button {
                        padding: .875rem 1rem;
                        margin-top: 1rem;
                        border: 0;
                        outline: none;
                        background: var(--color-dark-blue);
                        color: #fff;
                        -webkit-transition: all 0.3s ease;
                        -moz-transition: all 0.3s ease;
                        -ms-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;

                        &:hover {
                            background: var(--liner1);
                            color: #131225;
                        }
                    }

                    .input-group {
                        input:focus {
                            border-color: var(--color-btn);
                        }

                        gap: 1rem;
                        position: relative;
                        display: flex;
                        flex-wrap: wrap;
                        align-items: stretch;
                        width: 100%;

                        .single-input {
                            flex: 1;


                        }

                        input {
                            width: 100%;
                            background: var(--color-dark-blue);
                            padding: .875rem 1rem;
                            border: 1px solid transparent;
                            outline: none;
                            margin: .875rem 0;
                            color: #fff;
                            -webkit-transition: all 0.3s ease;
                            -moz-transition: all 0.3s ease;
                            -ms-transition: all 0.3s ease;
                            -o-transition: all 0.3s ease;
                            transition: all 0.3s ease;
                        }
                    }

                    .textarea textarea {
                        width: 100%;
                        background: var(--color-dark-blue);
                        padding: .875rem 1rem;
                        border: 0;
                        outline: none;
                        margin: .875rem 0;
                        border: 1px solid transparent;
                        resize: none;
                        height: 195px;
                        color: #fff;
                        -webkit-transition: all 0.3s ease;
                        -moz-transition: all 0.3s ease;
                        -ms-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;

                        &:focus {
                            border-color: var(--color-btn);
                        }
                    }
                }
            }
        }
    }

    .sidebar {
        .sidebar__widget {
            padding: 1.875rem 1.875rem;
            background: #131225;

            &:not(:last-child) {
                margin-bottom: 1.875rem;
            }

            h5 {
                font-size: 1.125rem;
                margin-bottom: 1.25rem;
                font-weight: 700;
                display: block;
                text-decoration: underline;
                color: #fff;
                /* font-family: var(--sora); */
                text-transform: capitalize;
            }

            .sidebar__widget--search {

                form {
                    position: relative;

                    input {
                        width: 100%;
                        outline: none;
                        padding: .8125rem 1rem;
                        background: var(--color-dark-blue);
                        border: 1px solid transparent;
                        color: #fff;
                        position: relative;
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -ms-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;
                    }

                    button {
                        position: absolute;
                        right: 1rem;
                        border: 0;
                        background: transparent;
                        color: #fff;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        transform: translateY(-50%);
                    }
                }
            }

            .sidebar__widget--category {
                ul {
                    margin: 0;
                    padding: 0;
                    list-style: none;

                    li.cat-item {
                        background-clip: padding-box;
                        box-sizing: border-box;
                        position: relative;
                        width: 100%;
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -ms-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;

                        &:hover::before {
                            opacity: 1;
                        }

                        &:not(:last-child) {
                            margin-bottom: 1.25rem;
                        }

                        &::before {
                            content: "";
                            position: absolute;
                            top: 0;
                            right: 0;
                            bottom: 0;
                            left: 0;
                            margin: -1px;
                            border-radius: inherit;
                            background: var(--liner1);
                            opacity: 0;
                            -webkit-transition: all 0.3s ease-in;
                            -moz-transition: all 0.3s ease-in;
                            -ms-transition: all 0.3s ease-in;
                            -o-transition: all 0.3s ease-in;
                            transition: all 0.3s ease-in;
                        }

                        a {
                            position: relative;
                            color: #fff;
                            padding: 1.25rem 1.875rem;
                            background-color: var(--color-dark-blue);
                            display: flex;
                            justify-content: space-between;
                            align-items: center;

                            &:before {
                                position: absolute;
                                left: 1rem;
                                top: 50%;
                                content: '';
                                background: var(--liner1);
                                height: 4px;
                                width: 4px;
                                border-radius: 50%;
                                -webkit-transform: translateY(-50%);
                                -ms-transform: translateY(-50%);
                                transform: translateY(-50%);
                            }
                        }

                        span {
                            background: var(--liner1);
                            -webkit-text-fill-color: transparent;
                            background-clip: text;
                            -webkit-background-clip: text;
                        }
                    }
                }
            }

            .pswp-gallery {
                padding-bottom: 30px;


                .pagination__dots {
                    position: absolute;
                    display: flex;
                    gap: 10px;
                    left: 50% !important;
                    bottom: 0;
                    transform: translateX(-50%);
                    width: 116px;
                    height: fit-content;

                    span {
                        width: 25px;
                        height: 25px;
                        background: transparent;
                        border-radius: 50%;
                        position: relative;
                        border: 1px solid transparent;

                        &.swiper-pagination-bullet-active {
                            border-color: #fff;
                        }

                        &:after {
                            position: absolute;
                            height: 10px;
                            width: 10px;
                            content: '';
                            border-radius: 50%;
                            background: #9E9E94;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                        }
                    }
                }

                .swiper-wrapper {

                    .swiper-slide {
                        a {
                            color: #fff;
                            font-size: 1rem;
                            font-weight: 600;
                            text-transform: capitalize;
                            /* font-family: var(--sora); */
                            display: block;
                            margin-bottom: 1rem;
                            text-decoration: none;

                        }

                        &:hover {
                            background: var(--liner1);
                            background-clip: text;
                            -webkit-background-clip: text;
                            -webkit-text-fill-color: transparent;
                            font-family: var(--sora);
                        }

                        img {
                            margin-top: 20px;
                            height: 180px;
                            width: 100%;
                            object-fit: cover;
                        }
                    }
                }
            }

            .sidebar__widget--tag {
                ul {

                    &.tag-list {
                        margin: 0;
                        padding: 0;
                        list-style: none;
                        display: grid;
                        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
                        gap: 1rem;
                        text-align: center;
                        max-width: 100%;
                        display: flex;
                        flex-wrap: wrap;
                        li {

                            &.tag-item {
                                background-clip: padding-box;
                                box-sizing: border-box;
                                position: relative;
                                display: inline-block;
                                -webkit-transition: all 0.3s ease-in;
                                -moz-transition: all 0.3s ease-in;
                                -ms-transition: all 0.3s ease-in;
                                -o-transition: all 0.3s ease-in;
                                transition: all 0.3s ease-in;

                                &:hover::before {
                                    opacity: 1;
                                }

                                &::before {
                                    content: "";
                                    position: absolute;
                                    top: 0;
                                    right: 0;
                                    bottom: 0;
                                    left: 0;
                                    margin: -1px;
                                    border-radius: inherit;
                                    background: var(--liner1);
                                    opacity: 0;
                                    -webkit-transition: all 0.3s ease-in;
                                    -moz-transition: all 0.3s ease-in;
                                    -ms-transition: all 0.3s ease-in;
                                    -o-transition: all 0.3s ease-in;
                                    transition: all 0.3s ease-in;
                                }

                                a {
                                    position: relative;
                                    color: #fff;
                                    padding: .625rem .5rem;
                                    background-color: #0D0C1C;
                                    display: block;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}


/* -------------------------------------------careerD-------------------------------------- */

.career-details {
    .career-details__wrapper {
        .career-details__info {
            padding-bottom: 3.175rem;
            width: 100%;

            ul {
                padding: 0;
                margin: 0;
                list-style: none;
                display: grid;
                grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
                grid-gap: .625rem;
                justify-content: center;

                li {
                    font-weight: 600;
                    position: relative;
                    background-clip: padding-box;
                    box-sizing: border-box;

                    &:hover {

                        &:before {
                            opacity: 1;
                        }
                    }

                    &:before {
                        content: "";
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        z-index: -1;
                        margin: -1px;
                        border-radius: inherit;
                        opacity: 0;
                        background: var(--liner1);
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -ms-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;
                    }

                    .item {
                        padding: 1.25rem 1.25rem;
                        background: #131225;
                        gap: .325rem;
                        justify-content: center;

                        span {
                            color: #fff;
                        }

                        .content {
                            background: var(--liner1);
                            background-clip: text;
                            -webkit-background-clip: text;
                            -webkit-text-fill-color: transparent;
                        }
                    }
                }
            }
        }

        .career__thumb {
            max-height: 36rem;
            width: 100%;
            border-radius: .625rem;
            overflow: hidden;
            position: relative;

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

        .career-details__text {
            .tab__element {
                display: flex;
                gap: 1.25rem;
                margin-bottom: 1.875rem;
                flex-wrap: wrap;

                .tab__button {
                    border: 0;
                    position: relative;
                    padding: 1.125rem 1.25rem;
                    background: #131225;
                    color: #fff;
                    /* font-family: var(--sora); */
                    font-weight: 600;
                    border-radius: .5rem;

                    &.active:before {
                        opacity: 1;
                    }

                    &:before {
                        content: "";
                        position: absolute;
                        top: 0;
                        left: 0;
                        background: var(--liner1);
                        bottom: 0;
                        right: 0;
                        z-index: -1;
                        margin: -1px;
                        border-radius: inherit;
                        opacity: 0;
                    }
                }
            }

            .tab__content {
                color: #ffffff77;

                &.open {
                    display: block;
                }

                p:not(:last-child) {
                    margin-bottom: 1.875rem;
                }

                .bullet-list {
                    margin-bottom: 1.875rem;
                    display: grid;
                    grid-template-columns: repeat(1fr);
                    list-style: none;
                    gap: 1rem;

                    li {
                        position: relative;
                        color: #fff;

                        &:before {
                            content: "•";
                            margin-right: 5px;
                            color: #a8eb28;
                        }
                    }
                }

                h4 {
                    font-size: 1.526rem;
                    color: #fff;
                    margin-bottom: 1.875rem;
                    font-weight: 600;
                }

                .career__faq {
                    color: #fff;

                    .accordion-flush .accordion-item:first-child {
                        border-top: 0;
                    }

                    .faq__accordion {


                        .accordion-item {
                            padding: 1.25rem;
                            background-clip: padding-box;
                            box-sizing: border-box;
                            position: relative;
                            border: solid 2px transparent;
                            border-radius: 0.625rem;
                            width: 100%;
                            background-color: #131225;

                            &:not(:last-child) {
                                margin-bottom: 1.25rem;
                            }

                            &:before {
                                content: "";
                                position: absolute;
                                top: 0;
                                right: 0;
                                bottom: 0;
                                left: 0;
                                z-index: -1;
                                margin: -2px;
                                border-radius: inherit;
                                background: var(--liner1);
                            }

                            .accordion-header {
                                background-color: transparent !important;

                                .accordion-button {
                                    cursor: pointer;
                                    padding: 0;
                                    background-color: #131225;
                                    color: #fff;

                                    &:not(.collapsed)::after {
                                        -webkit-transform: rotate(35deg);
                                        -ms-transform: rotate(35deg);
                                        transform: rotate(35deg);
                                    }

                                    h6 {
                                        margin: 0;
                                        font-size: 1rem;
                                        font-weight: 600;
                                        font-family: var(--sora);
                                    }

                                    &:after {
                                        background-image: none;
                                        -webkit-transform: rotate(-35deg);
                                        -moz-transform: rotate(-35deg);
                                        -ms-transform: rotate(-35deg);
                                        -o-transform: rotate(-35deg);
                                        transform: rotate(-35deg);
                                        content: "\f061";
                                        font-family: "Font Awesome 6 Free";
                                        font-weight: 900;
                                        top: -3px;
                                        position: relative;
                                    }
                                }
                            }

                            .accordion-collapse {
                                border-width: 0;

                                .accordion-text {
                                    padding-top: 20px;
                                    color: #ffffff77;
                                }
                            }

                            .collapse:not(.show) {
                                display: none;
                            }
                        }

                        .accordion {
                            --bs-accordion-border-width: 0;
                        }
                    }
                }
            }
        }

    }
}


/* ??????? */


.chooseLang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: absolute;
}

.chooseLang div {
    height: 60px;
    position: absolute;
    width: 144px;
    right: 75px;
    top: 4px;
}

.lang {
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    opacity: 0;
    left: 48px;
    top: 0;
    -webkit-transition: 0.76s;
    -o-transition: 0.76s;
    transition: 0.76s;
    width: 40px;
    border-radius: 50%;
}

.ru-lang {
    background-size: contain;
    border-radius: 50%;
    background-image: url(../img/ru.png);
}

.open .ru-lang {
    left: -48px;
    top: 0px;
    opacity: 1;
}

.en-lang {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGNpcmNsZSBzdHlsZT0iZmlsbDojRjBGMEYwOyIgY3g9IjI1NiIgY3k9IjI1NiIgcj0iMjU2Ii8+PGc+PHBhdGggc3R5bGU9ImZpbGw6I0Q4MDAyNzsiIGQ9Ik0yNDQuODcsMjU2SDUxMmMwLTIzLjEwNi0zLjA4LTQ1LjQ5LTguODE5LTY2Ljc4M0gyNDQuODdWMjU2eiIvPjxwYXRoIHN0eWxlPSJmaWxsOiNEODAwMjc7IiBkPSJNMjQ0Ljg3LDEyMi40MzVoMjI5LjU1NmMtMTUuNjcxLTI1LjU3Mi0zNS43MDgtNDguMTc1LTU5LjA3LTY2Ljc4M0gyNDQuODdWMTIyLjQzNXoiLz48cGF0aCBzdHlsZT0iZmlsbDojRDgwMDI3OyIgZD0iTTI1Niw1MTJjNjAuMjQ5LDAsMTE1LjYyNi0yMC44MjQsMTU5LjM1Ni01NS42NTJIOTYuNjQ0QzE0MC4zNzQsNDkxLjE3NiwxOTUuNzUxLDUxMiwyNTYsNTEyeiIvPjxwYXRoIHN0eWxlPSJmaWxsOiNEODAwMjc7IiBkPSJNMzcuNTc0LDM4OS41NjVoNDM2Ljg1MmMxMi41ODEtMjAuNTI5LDIyLjMzOC00Mi45NjksMjguNzU1LTY2Ljc4M0g4LjgxOUMxNS4yMzYsMzQ2LjU5NiwyNC45OTMsMzY5LjAzNiwzNy41NzQsMzg5LjU2NXoiLz48L2c+PHBhdGggc3R5bGU9ImZpbGw6IzAwNTJCNDsiIGQ9Ik0xMTguNTg0LDM5Ljk3OGgyMy4zMjlsLTIxLjcsMTUuNzY1bDguMjg5LDI1LjUwOWwtMjEuNjk5LTE1Ljc2NUw4NS4xMDQsODEuMjUybDcuMTYtMjIuMDM3QzczLjE1OCw3NS4xMyw1Ni40MTIsOTMuNzc2LDQyLjYxMiwxMTQuNTUyaDcuNDc1bC0xMy44MTMsMTAuMDM1Yy0yLjE1MiwzLjU5LTQuMjE2LDcuMjM3LTYuMTk0LDEwLjkzOGw2LjU5NiwyMC4zMDFsLTEyLjMwNi04Ljk0MWMtMy4wNTksNi40ODEtNS44NTcsMTMuMTA4LTguMzcyLDE5Ljg3M2w3LjI2NywyMi4zNjhoMjYuODIybC0yMS43LDE1Ljc2NWw4LjI4OSwyNS41MDlsLTIxLjY5OS0xNS43NjVsLTEyLjk5OCw5LjQ0NEMwLjY3OCwyMzQuNTM3LDAsMjQ1LjE4OSwwLDI1NmgyNTZjMC0xNDEuMzg0LDAtMTU4LjA1MiwwLTI1NkMyMDUuNDI4LDAsMTU4LjI4NSwxNC42NywxMTguNTg0LDM5Ljk3OHogTTEyOC41MDIsMjMwLjRsLTIxLjY5OS0xNS43NjVMODUuMTA0LDIzMC40bDguMjg5LTI1LjUwOWwtMjEuNy0xNS43NjVoMjYuODIybDguMjg4LTI1LjUwOWw4LjI4OCwyNS41MDloMjYuODIybC0yMS43LDE1Ljc2NUwxMjguNTAyLDIzMC40eiBNMTIwLjIxMywxMzAuMzE3bDguMjg5LDI1LjUwOWwtMjEuNjk5LTE1Ljc2NWwtMjEuNjk5LDE1Ljc2NWw4LjI4OS0yNS41MDlsLTIxLjctMTUuNzY1aDI2LjgyMmw4LjI4OC0yNS41MDlsOC4yODgsMjUuNTA5aDI2LjgyMkwxMjAuMjEzLDEzMC4zMTd6IE0yMjAuMzI4LDIzMC40bC0yMS42OTktMTUuNzY1TDE3Ni45MywyMzAuNGw4LjI4OS0yNS41MDlsLTIxLjctMTUuNzY1aDI2LjgyMmw4LjI4OC0yNS41MDlsOC4yODgsMjUuNTA5aDI2LjgyMmwtMjEuNywxNS43NjVMMjIwLjMyOCwyMzAuNHogTTIxMi4wMzksMTMwLjMxN2w4LjI4OSwyNS41MDlsLTIxLjY5OS0xNS43NjVsLTIxLjY5OSwxNS43NjVsOC4yODktMjUuNTA5bC0yMS43LTE1Ljc2NWgyNi44MjJsOC4yODgtMjUuNTA5bDguMjg4LDI1LjUwOWgyNi44MjJMMjEyLjAzOSwxMzAuMzE3eiBNMjEyLjAzOSw1NS43NDNsOC4yODksMjUuNTA5bC0yMS42OTktMTUuNzY1TDE3Ni45Myw4MS4yNTJsOC4yODktMjUuNTA5bC0yMS43LTE1Ljc2NWgyNi44MjJsOC4yODgtMjUuNTA5bDguMjg4LDI1LjUwOWgyNi44MjJMMjEyLjAzOSw1NS43NDN6Ii8+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+);
}

.open .en-lang {
    left: 0;
    top: 0px;
    opacity: 1;
}

.uz-lang {
    background-size: contain;
    background-image: url(../img/uz.png);
}

.open .uz-lang {
    left: 48px;
    top: 0px;
    opacity: 1;
}

.chooseLang .chosen {
    opacity: 1;
    z-index: 1;
}



/* scroll-btn */

.scroll {
    cursor: pointer;
    display: block;
    border-radius: 3.125rem;
    box-shadow: inset 0 0 0 2px #A0A0A645;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    position: fixed;
    right: 1.526rem;
    bottom: 2.8175rem;
    height: 3.125rem;
    width: 3.125rem;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;

    &.active-scroll {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        z-index: 9999;
        background: #0D0C1C;
    }

    &:after {
        position: absolute;
        font-family: "Font Awesome 6 Free";
        content: "\f062";
        text-align: center;
        line-height: 3.125rem;
        font-weight: 700;
        font-size: 1.125rem;
        color: #fff;
        left: 0;
        top: 0;
        height: 3.125rem;
        width: 3.125rem;
        cursor: pointer;
        display: block;
        z-index: 1;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .scroll__circle path {
        stroke: var(--color-btn);
        stroke-width: 4px;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.9s ease-in;
    }

    svg path {
        fill: none;
    }
}



/* overwrite */

.navbar {
    & .navbar-collapse {
        .navbar-nav {
            margin-left: 80px;
            gap: 0rem;
        }
    }
}

.navbar {
    & .navbar-collapse {
        & .nav-item {
            & .nav-link:hover {
                &::before {
                    width: 100%;
                }
            }
        }
    }
}

.banner {
    & .banner__content {
        h1 {
            font-size: 37px;
        }

        h3 {
            color: #ffffff;
            margin-bottom: 20px;
            font-size: 1.2rem;
        }
    }
}

.web {
    & .web__text {
        & .web__text--content {
            h2 {
                font-size: 3.5rem;
                line-height: 5rem;
                padding-top: 70px;
            }
        }
    }
}

.web {
    & .web__text {
        p {
            text-align: left;
            font-size: 20px;
        }
    }
}


.about {
    & .about-wrapper {
        & .about-wrapper--text {
            & .section__content {
                .section__title {
                    font-size: 1.7rem;
                    line-height: 2.5rem;
                }
            }
        }
    }
}

.testimonial {
    & .title {
        margin-bottom: 3.125rem;
        display: grid;
        grid-template-columns: 65% auto;
        align-items: end;
        justify-content: space-between;

        & .view__all {
            a {
                text-decoration: underline;
                color: #fff;
            }
        }

        & .title__content {
            .title__info {
                display: flex;
                flex-direction: column;

                p {
                    color: #ffffff77;
                }
            }

            & .title__sub {
                background: var(--liner1);
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                /* font-family: var(--sora); */
                display: block;
                margin-bottom: 1rem;
                text-transform: capitalize;
            }
        }
    }
}

.service {
    & .title {
        & .title__content {
            .section__title {
                max-width: 30rem;
            }
        }
    }
}


.service {
    & .service__single {
        .service__single--box {
            height: 100%;
        }
    }
}

.service {
    .service__single {
        height: 90%;
    }
}

.chooseLang div {
    right: 0px;
}

.chooseLang {
    top: -22px;
}

.contact {
    .contact__single {
        height: 100%;

        .contact__single--item {
            height: 100%;

            & .content {
                a {
                    color: #ffffff77;
                    transition: all .3s ease;

                    &:hover {
                        color: #c99280;
                    }
                }
            }
        }
    }
}

.btns {
    position: fixed;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-out;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;

    .signup {
        position: relative;
        color: #0d0c1c;
        padding: 0.8rem 1.25rem;
        border: 1px solid #d0d0cf;
        color: #fff;
        font-weight: 500;
        transition: all 0.5s ease-out;
        right: -230px;
        background-color: var(--color-btn);
        border-radius: 8px 0 0 8px;
        width: fit-content;



        &:hover {
            right: 0px;
            transition: all 0.5s ease-out;

            svg {
                opacity: 0;
                width: 0px;
                margin: 0;
            }

            &.chat {
                padding-right: 18px;
            }
        }

        svg {
            width: 30px;
            height: 30px;
            margin-right: 20px;
            transition: all 0.3s ease-out;
        }

        svg path {
            fill: #ffffff00;
            stroke: #ffffff;
        }

        .svg-call path {
            fill: #ffffff !important;
        }

        &.chat {
            padding-right: 58px;
        }
    }
}

.day-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;


    h4 {
        color: #ffffff;
        margin: 0;
    }

    p {
        color: #ffffff77;
        margin: 0;
    }

    b {
        color: #ffffff;
    }
}
