/* Custom Font Definitions */
@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../fonts/Bebas_Neue/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Montserrat-Regular';
    background: #040404;
}

.container {
    width: 90%;
    min-width: 90%;
    margin-left: auto;
    margin-right: auto;padding-right: 0px;
}
.slider-back-img{width: 90%;border-radius: 20px;}
.slider-front-img{position: absolute;left: 0px;top: 50%;transform: translateY(-50%);text-align: left;}
.slider-front-img img{width: 80%;border-radius: 12px;}
.slider-back-img-1{width: 90%;border-radius: 20px;}
.slider-front-img-1{position: absolute;right: 0px;top: 50%;transform: translateY(-50%);text-align: right;}
.slider-front-img-1 img{width: 80%;border-radius: 12px;}
header {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.navbar {
    padding: 0px;
}

.navbar .container {
    background: rgba(0, 0, 0, 0.20);
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand img {
    width: 120px;
}

.navbar-center {
    border-radius: 100px;
    border: 2px solid rgba(255, 255, 255, 0.20);
    background: rgba(0, 2, 15, 0.20);
    backdrop-filter: blur(15px);
    padding: 5px 0;
}

.navbar-center .nav-link {
    color: white;
    font-family: 'Montserrat-Medium';
    margin: 0 15px;
    border-radius: 100px;
    font-size: 14px;
    letter-spacing: 0.7px;
    border: 1px solid transparent;
    transition: all 0.3s;
    margin: 1px 10px;
    padding: 8px 16px !important;
}
.gradient_back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.gradient_back img {
    width: 100%;
}
.navbar-center .nav-link:hover,
.navbar-center .nav-link.active {
    color: white;
    border: 1px solid var(--Mid-Grey-25, #202860);
    background: rgba(0, 0, 0, 0.24);
}

.contact-btn {
    background: var(--Cl--1, linear-gradient(180deg, #A054F7 0%, #8523F5 100%));
    color: white;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 14px;
    transition: background-color 0.3s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.contact-btn:hover {
    background-color: #7a1cd2;
    color: white;
}

.contact-btn i {
    margin-right: 5px;
}

.navbar-toggler {
    background-color: #f9f4ff;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* Responsive adjustments */
@media (max-width: 765px) {
    .navbar-center {
        border: transparent;
        background: transparent;
        backdrop-filter: inherit;
    }

}

.banner {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: url(../img/landing-page.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner-title {
    color: var(--Miscellaneous-Sidebar-Fill---Selected, #FFF);
    text-align: center;
    font-family: 'BebasNeue-Regular';
    font-size: 85px;
    line-height: 120%;
    /* 144px */
    margin-bottom: 1rem;
}

.main-sec {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 1;
}

.main-title {
    color: #FFF;
    font-family: 'BebasNeue-Regular';
    font-size: 20px;
    line-height: normal;
    border-radius: 30px;
    padding: 2px 12px;
    border: 1px solid #B4B4B4;
    display: inline !important;
    background: rgb(129 129 129);
    box-shadow: 0px 1.956px 2.934px 0px rgba(183, 183, 183, 0.25);
    backdrop-filter: blur(2.4451425075531006px);
    position: relative;
}

.icon-our-services-2 {
    position: relative;
    right: -7px;
}

.icon-our-services-1 {
    position: relative;
    left: -7px;
}

.banner-subtitle {
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat-Regular';
    font-size: 24px;
    line-height: 150%;
    /* 43.2px */
    margin-bottom: 3.5rem;
}

.btn-custom {
    border-radius: 160px;
    background: var(--Cl--1, linear-gradient(180deg, #A054F7 0%, #8523F5 100%));
    color: var(--Absolute-White, #FFF);
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    line-height: 150%;
    /* 30px */
    border: none;
    padding: 10px 25px;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    font-family: 'Montserrat-SemiBold';
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 100, 0.4);
}

.about-section {
    position: relative;
    overflow: hidden;
}

.about-title {
    display: inline-block;
    border-radius: 30px;
    padding: 2px;
    background: linear-gradient(0deg, #EC6DFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.about-title span {
    border-radius: 30px;
    background: linear-gradient(90deg, #060606 0%, #313131 100%);
    color: var(--Text-White, #FFF);
    font-family: 'Montserrat-Regular';
    display: inline-block;
    font-size: 18px;
    padding: 8px 16px;
    line-height: 30.714px;
    /* 153.571% */
}

.company-name {
    margin-top: 30px;
    color: var(--Text-White, #FFF);
    font-family: 'Montserrat-SemiBold';
    font-size: 36px;
    line-height: 48px;
    /* 130.435% */
    margin-bottom: 5px;
}

.about-description {
    color: var(--Text-Body, #AEAEB8);
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 25px;
}


.services-card {
    text-align: center;
    border-radius: 20.471px;
    border: 4px solid #181818;
    background: linear-gradient(158deg, #000 4.17%, #2B2B2B 94.14%);
    padding: 2.3rem 2.5rem;
}

.services-card h5 {
    color: var(--headings, #FFF);
    font-family: 'BebasNeue-Regular';
    font-size: 28px;
    line-height: normal;
    letter-spacing: 0.014px;
    padding-top: 1.4rem;
}

.services-card p {
    color: var(--headings, #FFF);
    text-align: center;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    line-height: 22px;
    /* 166.667% */
    text-transform: capitalize;
}

.border-add {
    border: 1px solid #828282;
    border-radius: 30px;
    position: relative;
}

.circle-BA {
    content: "";
    position: absolute;
    top: -195px;
    right: -100px;
    width: 400px;
    height: 1px;
    transform: rotate(252deg);
    background: linear-gradient(90deg, #fff, transparent);
}

.circle-BA::after {
    content: "";
    position: absolute;
    top: -3px;
    right: 400px;
    width: 8px;
    height: 8px;
    border-radius: 30px;
    background: #fff
}

.circle-AB {
    content: "";
    position: absolute;
    top: -195px;
    left: -100px;
    width: 400px;
    height: 1px;
    transform: rotate(282deg);
    background: linear-gradient(90deg, #fff, transparent);
}

.circle-AB::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: 8px;
    height: 8px;
    border-radius: 30px;
    background: #fff
}

.py-04 {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.border-b {
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #fff;
}

.border-b:hover {
    color: #bd8ef1;
    border-bottom: 1px solid #A054F7;
}


.service-card {
    position: relative;
    padding: 10px 8px;
    margin-bottom: 20px;
    display: flex;
    border-radius: 10.066px;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    background: var(--cl-2, linear-gradient(180deg, rgba(236, 109, 255, 0.50) 0%, rgba(236, 109, 255, 0.00) 100%));
}

.service-icon {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    color: #fff;
}

.z-index {
    z-index: 1;
    position: relative;
}

.ellipse-circle {
    position: relative;
}

.ellipse-circle::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
    border-radius: 50%;
    box-shadow: 5px -15px 60px 0px #8523F5;
}

.service-title {
    color: #FFF;
    font-family: 'Montserrat-SemiBold';
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
}

.service-description {
    color: #BABABA;
    font-family: 'Montserrat-Regular';
    font-size: 15px;
    line-height: 24x;
    /* 155.615% */
}

.methodology-section ul li {
    color: var(--Text-Body, #AEAEB8);
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    line-height: 36px;
    /* 184.854% */
}

.card-sec-1 {
    position: relative;
    border-radius: 12px;
    border: 1px solid #838383;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(15px);
}

.card-sec-1::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #EC6DFF;
    width: 60%;
    height: 50%;
    border-radius: 50%;
    fill: #EC6DFF;
    z-index: -1;
    filter: blur(15px);
}

.card-sec-1 h5 {
    color: #FFF;
    font-family: 'Montserrat-Medium';
    font-size: 24px;
    font-style: normal;
    letter-spacing: 1.3px;
    line-height: 34px;
    /* 54px */
}

.card-sec-1 p {
    color: #FFF;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    line-height: 150%;
    /* 27px */
}



.testimonials-section {
    overflow: hidden;
    position: relative;
}

.testimonials-section::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80%;
    background: linear-gradient(90deg, #000 50px, rgb(187 20 20 / 0%) 66%, #000 100%);
    z-index: 1;
}

.swiper-container {
    width: 100%;
}

.testimonial-card {
    border-radius: var(--Border-Radius-rounded-xl, 15.732px);
    border: 1.311px solid rgba(9, 9, 11, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.08) 100%);
    padding: 25px;
    height: 100%;
    margin: 14px;
    transition: all 0.3s ease;
    border: 1px solid rgba(60, 60, 60, 0.3);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background-color: #161616;
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.testimonial-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 12px;
    overflow: hidden;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-author {
    flex: 1;
}

.author-name {
    font-family: 'Montserrat-Medium';
    font-size: 1rem;
    margin-bottom: 2px;
    color: #fff;
}

.author-handle {
    font-size: 0.85rem;
    color: var(--muted-foreground, #71717A);
}

.testimonial-content {
    font-size: 1rem;
    line-height: 1.5;
    height: 70px;
    color: var(--muted-foreground, #71717A);
}

.highlight {
    background: var(--Cl--1, linear-gradient(180deg, #A054F7 0%, #8523F5 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

/* Swiper custom styles */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    height: auto;
}



footer {
    border-top: 2px solid #9A4AF6;
    background: url(../img/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.logo-container img {
    max-width: 180px;
}

footer .btn-custom {
    border-radius: 5px;
    font-size: 15px;
    line-height: 150%;
    font-family: 'Montserrat-Light';
    border: none;
    padding: 8px 20px;
    margin-top: 10px !important;
}

.footer-links h5 {
    color: #FFF;
    font-family: 'Montserrat-SemiBold';
    font-size: 20px;
    line-height: 20px;
    /* 90.909% */
    margin-bottom: 20px;
}

.footer-links a {
    color: #FFF;
    font-family: 'Montserrat-Light';
    font-size: 14px;
    line-height: 20px;
    /* 100% */
    display: block;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.footer-links a:hover {
    color: #EC6DFF;
    text-decoration: none;
}

.txt-none {
    text-decoration: none;
}

.social-icons {
    margin-top: 10px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: all 0.3s;
}

.social-icons a:hover {
    transform: scale(1.1);
}

.social-icons .facebook {
    background-color: #3b5998;
}

.social-icons .twitter {
    background-color: #1da1f2;
}

.social-icons .linkedin {
    background-color: #0077b5;
}

.social-icons .youtube {
    background-color: #ff0000;
}

.copyright {
    padding-top: 18px;
    color: #FFF;
    font-family: 'Montserrat-Medium';
    ;
    font-size: 14px;
    line-height: 20px;
    /* 100% */
    margin-top: 28px;
    text-align: center;
}

@media (max-width:991px) {
    .banner-title {
        font-size: 50px;
    }

    .banner-subtitle {
        font-size: 20px;
        margin-bottom: 3rem;
    }

    .pt-md-00 {
        padding-top: 0px;
    }

    .about-title span {
        font-size: 15px;
    }

    .company-name {
        font-size: 26px;
        line-height: 40px;
    }

    .about-description {
        font-size: 14px;
        line-height: 32px;
    }

    .btn-custom {
        font-size: 16px;
        padding: 8px 20px;
    }

    .methodology-section ul li {
        font-size: 14px;
        line-height: 28px;
    }

    .testimonials-section::after {
        background: linear-gradient(90deg, #000000b8 10px, rgb(187 20 20 / 0%) 90%, #000 100%);
    }

}

@media (max-width:765px) {
    .pt-sm-00 {
        padding-top: 0px;
    }

    .navbar-collapse {
        padding: 1rem;
        background: linear-gradient(16deg, black, #421ac6);
        ;
        text-align: center;
    }

    .mbl-txt-center {
        align-items: center;
        justify-content: center;
    }

    .navbar-center .nav-link {
        display: inline-block;
    }

    .testimonials-section::after {
        background: linear-gradient(90deg, #000000b8 1px, rgb(187 20 20 / 0%) 90%, #000 100%);
    }


}