﻿@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

:root {
    --black-color: #000;
    --white-color: #fff;
    --praimry-color: #6135E5;
    --secondry-color: #776E91;
    --lite-black-colr: #0E0E0E;
    --grey-color: #767676;
    --border-color: #595959;
}

:root {
    --ba-section: #1A191D;
}

@font-face {
    font-family: 'Agrandir Narrow';
    src: url('../font/Agrandir/Agrandir-Narrow.woff2') format('woff2'),
        url('../font/Agrandir/Agrandir-Narrow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Agrandir Grand';
    src: url('../font/Agrandir/Agrandir-GrandHeavy.woff2') format('woff2'),
        url('../font/Agrandir/Agrandir-GrandHeavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Agrandir';
    src: url('../font/Agrandir/Agrandir-Regular.woff2') format('woff2'),
        url('../font/Agrandir/Agrandir-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Agrandir Grand';
    src: url('../font/Agrandir/Agrandir-GrandLight.woff2') format('woff2'),
        url('../font/Agrandir/Agrandir-GrandLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Agrandir';
    src: url('../font/Agrandir/Agrandir-ThinItalic.woff2') format('woff2'),
        url('../font/Agrandir/Agrandir-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Agrandir Wide';
    src: url('../font/Agrandir/Agrandir-WideLight.woff2') format('woff2'),
        url('../font/Agrandir/Agrandir-WideLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Agrandir Wide';
    src: url('../font/Agrandir/Agrandir-WideBlackItalic.woff2') format('woff2'),
        url('../font/Agrandir/Agrandir-WideBlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Agrandir TextBold';
    src: url('../font/Agrandir/Agrandir-Tight.woff2') format('woff2'),
        url('../font/Agrandir/Agrandir-Tight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Agrandir';
    src: url('../font/Agrandir/Agrandir-TextBold.woff2') format('woff2'),
        url('../font/Agrandir/Agrandir-TextBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: var(--black-color);
    font-family: Agrandir;
}

/* header css strat */

header {
    position: absolute;
    top: 0;
    left: 0;

}

.navbar {
    background: #ffffff14;
    backdrop-filter: blur(10px);
}

header .navbar-toggler {
    border: none;
    padding: 0;
}

header .navbar-toggler-icon {
    background-image: url(../img/more.svg);
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* header css end */
/* section-padding css strat */
.section-padding {
    padding: 100px 0;
}

/* section-padding css end */


/* hero-section css strat */

.hero-section {
    background: url(../img/bg-img-herobner.png);
    background-repeat: no-repeat;
    padding-top: 180px;
    padding-bottom: 390px;
    position: relative;
    background-size: cover;
}

.hero-section .hero-bg-vector {
    position: absolute;
    top: 0;
    left: 0;
}

.hero-section p {
    color: var(--white-color);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    z-index: 99;
}

.progress,
.progress-stacked {
    --bs-progress-height: 3px;
    border-radius: 10px !important;
    background-color: #665560;
    width: 2px;
    height: 120px;
    margin: 20px 0px 0px 10px;
}

.progress-bar {
    background-color: var(--white-color);
    height: 30%;
    width: 2px;
}

.top-scroll-bar {
    position: absolute;
    top: 30%;
    left: 20px;
}

/* hero-section css end */

/* title-section css start */

.title-section h2 {
    font-size: 40px;
    font-family: Agrandir Wide;
    font-weight: 100;
    color: var(--secondry-color);
}

.title-section h2 span {
    font-family: Agrandir Grand;
    font-weight: 700;
    color: var(--praimry-color);
}

.title-section h5 {
    color: var(--praimry-color);
    font-size: 25px;
}

.social-media-icon {
    position: absolute;
    right: 40px;
    top: 25%;
}

.social-media-icon img {
    width: 20px;
    margin-bottom: 30px;
}

/* title-section css end */

/* case-studies css strat */
a {
    text-decoration: none;
}

.card {
    margin-top: 50px;
    border-radius: 40px;
    background-color: var(--lite-black-colr);
    border: 1.5px solid var(--border-color);
    overflow: hidden;
}

.card-body {
    padding: 37px 56px 30px 24px;
    color: #fff;
}

.card-body p {
    color: var(--grey-color);
}

/* case-studies css end */

/* application-design css start */

.application-design {
    background-color: var(--ba-section);
    position: relative;
}

.Layer-2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* application-design css end */
/* social-media css start */
.social-media {
    background-color: var(--ba-section);
    position: relative;
    height: 550px;
}

.Layer-3 {
    position: absolute;
    top: 0;
    left: 0;
}

.main .scroll {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 1rem 0;
    margin: 2.5rem 0;
    cursor: default;
    overflow: scroll hidden;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-padding: 0px 1.25rem;
    scrollbar-width: none;
}

.main .scroll::-webkit-scrollbar {
    display: none;
}

/* social-media css end */

/* toolls css start */

.tools {
    padding-top: 342px;
}

.tools .tools-item-contrnt .tools-item {
    margin: 50px auto 0px auto;
    text-align: center;
}

/* toolls css end */


/* profile-info strat */

.profile-info .title-section h2 span {
    color: var(--white-color) !important;
}

.profile-info .title-section p {
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 20px;
    color: #D3D3D3;
}

/* profile-info end */
/* experience strat */

.experience {
    background-color: var(--ba-section);
    position: relative;
}

.experience .experience-item {
    padding: 60px 0;

    position: relative;
    z-index: 1;
}

.experience h2 {
    font-size: 70px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
}

.experience p {
    font-size: 22px;
    font-family: 'Agrandir Wide';
    color: var(--white-color);
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.experience-item-2 {
    background-color: var(--praimry-color);
    padding: 60px 0;

}

/* experience end */

/* footer css strat */

footer {
    text-align: center;
    padding: 150px 0;
    color: var(--white-color);
}

footer h4 {
    font-size: 25px;
    font-weight: 100;
    font-family: 'Agrandir TextBold';
    letter-spacing: 1px;
}

footer h2 {
    font-size: 56px;
    font-family: 'Agrandir Grand';
    font-weight: 200;
}

footer h2 span {
    font-weight: 700;
}

footer p {
    font-size: 20px;
    color: var(--grey-color);
    font-weight: 400;
}

.icon-item {
    margin: 50px 0;
}

footer h5 {
    font-size: 18px;
    font-family: 'Agrandir Grand';
    font-weight: 200;
    letter-spacing: 1.5px;
}

footer h5 span {
    font-weight: 700;

}

/* footer css end */



/* reponcive */

@media only screen and (max-width: 1024px) {
    footer h2 {
        font-size: 40px;
    }

    .tools img {
        width: 50%;
    }

    .tools h4 {
        font-size: 20px;
    }

    .experience-item p,
    .experience-item-2 p {
        font-size: 16px;
    }

    .card-text {
        font-size: 14px;
    }

    .card {
        border-radius: 20px;
    }

    h4.fw-semibold {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 991px) {
    .profile-info .title-section p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .img-hero-section img {
        width: 80%;
    }

    .social-media-icon {
        right: 30px;
        top: 30%;
    }

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

    footer h2 {
        font-size: 30px;
    }

    footer img {
        width: 80%;
    }

    .icon-item {
        margin: 20px 0;
    }

    footer h5 {
        font-size: 16px;
    }

    .title-section img {
        width: 80%;
    }

    .card-body {
        padding: 20px 15px 20px 14px;
    }

    .profile-info .title-section p {
        font-size: 12px;
    }

    .hero-section {
        padding-bottom: 100px;
    }

    .card-text {
        font-size: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .tools h4 {
        font-size: 16px;
    }

}

@media only screen and (max-width: 425px) {
    .top-scroll-bar {
        left: 10px;
    }

    h4.fw-semibold {
        font-size: 22px !important;
    }

    .social-media-icon {
        right: 20px;
    }

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

    .card-body img {
        height: 18px;
    }

    .tools h4 {
        font-size: 10px;
    }

    .section-padding {
        padding: 50px 0;
    }

    .tools {
        padding-top: 250px;
    }

    footer {
        padding: 80px 0 20px;
    }
}
/**/
bg2 {
    background-color: #17151B;
}

.logo2 {
    margin-left: 114px;
    margin-top: 21px;
}

.back2 {
    margin-top: 53px;
    height: 37px;
}

.text2 {
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: lighter;
    margin-top: 37px;
}

.para2 {
    font-weight: normal;
}

.img2 {
    margin-top: 50px;
}

.footer2 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: white;
    font-size: 40px;
}

footer2 {
    padding: 150px 0;
}

.container {
    color: white;
}


.arrow-btn2 {
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #6D3EBB;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

    .arrow-btn2::after {
        content: '→'; /* Arrow character */
        font-size: 16px;
        margin-left: 10px;
    }

