* {
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}

ul li{
    list-style: none;
}

body {
    font-family: "Jost", sans-serif;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.heading{
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.para-1{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.para-2{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.para-3{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

/* header_start */
.scroll-indicator {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    background-color: #FF3E5C;
    width: 0%;
    z-index: 9999;
}

#scroll {
    position: fixed;
    top: 0;
    height: 5px;
    background-color: #bf2424;
    width: 0;
    z-index: 10000;
    transition: width 0.1s ease;
}

header {
    position: sticky;
    top: 0;
    background-color: #000022;
    z-index: 1000;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.brand-logo{
    width: 30%;
}

.navbar-link {
    width: 60%;
    gap: 20px;
    display: flex;
    align-self: center;
    justify-content: end;
    margin-bottom: 0;
}

.navbar-link li {
    margin: 0;
}

.navbar-link a {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    color: white;
    border-radius: 5px;
    transition: background-color 0.3s;
    padding: 10px 15px;
}

.navbar-link.active {
    transform: translateY(0);
    opacity: 1;
    transition: transform 1s ease, opacity 1s ease;
}


.navbar-link a.active, .navbar-link a:hover {
    color: #bf2424;
    transition: 1.2s;
}

/* Hamburger Menu */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 4px 0;
}
/* header_end */

/* banner_start */
#banner{
    background-color: #000022;
    padding-top: 115px;
}

.home-head {
    font-size: 60px;
    line-height: 82px;
    font-weight: 300;
    font-family: "Bricolage Grotesque", sans-serif;
    color: #fff;
}

.home-section{
    padding: 0 12px;
}

.home-section .banner_img {
    width: 80%;
    margin: 0 auto;
}

.home-para {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    width: 80%;
    padding: 0 0 34px 0
}

.growth_image {
    width: 100%;
    position: absolute;
    top: 55px;
    left: 0;
    padding: 8px 0 0 0;
}

.invest_image {
    width: 100%;
    position: absolute;
    top: 55px;
    left: 0;
    padding: 8px 0 0 0;
}

.growth, .invest{
    position: relative;
    font-weight: 600;
    color: #3DC3C0;
}

.custom-shape-divider-bottom-1726040149 {
    position: relative;
    bottom: -4px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1726040149 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 254px;
}

.custom-shape-divider-bottom-1726040149 .shape-fill {
    fill: #FFFFFF;
}

/* banner_end */

/* ourServices_start */
#services{
    padding: 100px 0;
}

#ourService {
    width: 80%;
    margin: 0 auto;
}

.projcard {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #ddd;
    font-size: 18px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, .66);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.projcard:hover {
    box-shadow: 0 34px 32px -33px rgba(0, 0, 0, .18);
    transform: translate(0px, -3px);
}

.projcard::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-70deg, #424242, transparent 50%);
    opacity: 0.07;
}

.projcard:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #424242, transparent 50%);
}

.projcard-innerbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.projcard-img {
    position: absolute;
    height: 300px;
    width: 400px;
    top: 0;
    left: 0;
    transition: transform 0.2s ease;
}

.projcard:nth-child(2n) .projcard-img {
    left: initial;
    right: 0;
}

.projcard:hover .projcard-img {
    transform: scale(1.05) rotate(1deg);
}

.projcard:hover .projcard-bar {
    width: 70px;
}

.projcard-textbox {
    position: absolute;
    top: 7%;
    bottom: 7%;
    left: 430px;
    width: calc(100% - 470px);
    font-size: 17px;
}

.projcard:nth-child(2n) .projcard-textbox {
    left: initial;
    right: 430px;
}

.projcard-textbox::before,
.projcard-textbox::after {
    content: "";
    position: absolute;
    display: block;
    background: #ff0000bb;
    background: #fff;
    top: -20%;
    left: -55px;
    height: 140%;
    width: 60px;
    transform: rotate(8deg);
}

.projcard:nth-child(2n) .projcard-textbox::before {
    display: none;
}

.projcard-textbox::after {
    display: none;
    left: initial;
    right: -55px;
}

.projcard:nth-child(2n) .projcard-textbox::after {
    display: block;
}

.projcard-textbox * {
    position: relative;
}

.projcard-title {
    font-size: 24px;
    font-weight: 500;
}

.projcard-subtitle {
    font-size: 18px;
    color: #888;
}

.projcard-bar {
    left: -2px;
    width: 50px;
    height: 5px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #424242;
    transition: width 0.2s ease;
}

.projcard-pip .projcard-bar {
    background-color: #000022;
}

.projcard-pip::before {
    background-image: linear-gradient(-70deg, #0088FF, transparent 50%);
}

.projcard-pip:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #000022, transparent 50%);
}

.projcard-mf .projcard-bar {
    background-color: #D62F1F;
}

.projcard-mf::before {
    background-image: linear-gradient(-70deg, #D62F1F, transparent 50%);
}

.projcard-mf:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #D62F1F, transparent 50%);
}

.projcard-ga .projcard-bar {
    background-color: #40BD00;
}

.projcard-ga::before {
    background-image: linear-gradient(-70deg, #40BD00, transparent 50%);
}

.projcard-ga:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #40BD00, transparent 50%);
}

.projcard-yellow .projcard-bar {
    background-color: #F5AF41;
}

.projcard-yellow::before {
    background-image: linear-gradient(-70deg, #F5AF41, transparent 50%);
}

.projcard-yellow:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #F5AF41, transparent 50%);
}

.projcard-orange .projcard-bar {
    background-color: #FF5722;
}

.projcard-orange::before {
    background-image: linear-gradient(-70deg, #FF5722, transparent 50%);
}

.projcard-orange:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #FF5722, transparent 50%);
}

.projcard-brown .projcard-bar {
    background-color: #C49863;
}

.projcard-brown::before {
    background-image: linear-gradient(-70deg, #C49863, transparent 50%);
}

.projcard-brown:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #C49863, transparent 50%);
}

.projcard-grey .projcard-bar {
    background-color: #424242;
}

.projcard-grey::before {
    background-image: linear-gradient(-70deg, #424242, transparent 50%);
}

.projcard-grey:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #424242, transparent 50%);
}

.projcard-lis .projcard-bar {
    background-color: var(--projcard-color);
}

.projcard-lis::before {
    background-image: linear-gradient(-70deg, var(--projcard-color), transparent 50%);
}

.projcard-lis:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, var(--projcard-color), transparent 50%);
}

.projcard-description {
    color: #424242;
}

@media (max-width: 650px){
    img.projcard-img, .projcard:nth-child(2n) .projcard-textbox::after {
        display: none;
    }
}
/* ourServices_end */

/* profile_start */
#profile{
    margin: 80px 0;
}
.scroll-parent {
    display: flex;
    height: 24em;
}

.left-links {
    width: 20%;
}

.right-content {
    width: 80%;
    overflow-y: scroll !important;
}

.content-section {
    display: none;
    width: 100%;
}

.content-section.active {
    display: block;
}

.left-links ul {
    list-style: none;
    padding: 0;
}

.left-links ul li a {
    text-decoration: none;
    color: #333;
    padding: 10px;
    display: block;
}

.left-links ul li a.active {
    background-color: #bf2424;
    color: #fff;
}

.content-section h4{
    font-size: 24px;
    font-weight: 600;
}

.content-section p{
    width: 70%;
    text-align: left;
}

.content-section span{
    font-weight: 600;
}

.profile_img{
    width: 100%;
    height: 100%;
}
/* profile_end */

/* channel_start */
#youtube_channel{
    padding-bottom: 60px;
}

.youtube-head {
    text-align: center;
    margin: 116px 0 15px 0;
    font-size: 24px;
    font-weight: 400;
}

.img-div {
    text-align: center;
}

.channel_content {
    border-bottom: 2px solid;
    border-image: linear-gradient(90deg, rgba(255, 90, 30, 0.6) 0%, rgba(252, 189, 55, 0.6) 20.6%, rgba(31, 224, 94, 0.6) 37.08%, rgba(94, 129, 247, 0.6) 56%, rgba(243, 68, 241, 0.6) 78%, rgba(253, 0, 23, 0.6) 99.51%);
    border-image-slice: 1;
}

.stay-tuned {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 52px 0 24px 0;
}

.stay-updated {
    margin-top: 25px;
}

.join-me,
.connect-me {
    text-align: center;
    font-size: 20px;
    width: 62%;
    padding-bottom: 52px;
    margin: 0 auto;
}

.connect-me {
    padding-bottom: 0;
}

.line-center {
    margin: 50px 0 50px 0;
    text-align: center;
}

.subscribe {
    margin: 50px 0 16px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

.youtube-link {
    width: 22em;
    font-size: 20px;
    color: #fff;
    background-color: #ff0000;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    padding: 6px 10px;
    margin: 0 auto;
}

.channel_img {
    width: 52rem;
    text-align: center;
    margin: 0 auto;
    height: 0px;
    opacity: 0.2;
}

.join-me{
    font-weight: 500;
}
/* channel_end */

/* testimonial_start */
#testimonial{
    padding: 60px 0;
}

.column-testmonials {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 20%;
}

.section-details {
    border-left: 10px solid #FFCB00;
    padding-left: 20px;
}


.name-section {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    color: #650061 !important;
    line-height: 1.2em;
    margin: 0;
}

.title-section b {
    color: #650061;
}

.title-section {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}

.navigation-testmonials {
    display: flex;
    gap: 10px;
}


.swiper-testmonials {
    width: 100%;
    overflow: hidden;
    position: relative;
}

@media (max-width: 768px) {
    .section-testmonials {
        flex-direction: column;
        align-items: flex-start;
    }

    .swiper-testmonials {
        width: 100%;
    }
}

.swiper-testmonials .swiper-slide {
    border-radius: 10px;
    background: #242433;
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    transform: scale(0.9) !important;
    filter: blur(1px) grayscale(0.5);
    transition: 0.2s;
}

.swiper-testmonials .swiper-slide * {
    margin: 0;
}

.swiper-testmonials .swiper-slide-active {
    filter: blur(0px) !important;
    transform: scale(1) !important;
}

.card-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.head-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-slide {
    display: flex;
    align-items: center;
    gap: 20px
}

.title-slide h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
}

.title-slide h6 {
    color: #FFCB00;
    font-size: 18px;
    font-weight: 500;
}

.text-slide {
    color: #FFF;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.swiper-button-testmonials-next,
.swiper-button-testmonials-prev {
    cursor: pointer;
}
/* testimonial_end */

/* footer_start */
.section6 {
    background: url("../images/footer-bg.jpg") no-repeat center;
    background-size: cover;
}

#footer{
    background: #000022f2;
    padding: 104px 0;
}

.footer_container,
.footer_para {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding-bottom: 10px;
}

.footer_content {
    width: 36%;
    border-right: 1px solid #31302F;
}

.footer_para {
    width: 62%;
    padding-left: 10px;
}

.footer_details {
    width: 27%;
    flex: 1;
}

.footer_details:nth-child(1) {
    border-right: 1px dashed #31302F;
}

.footer_details:nth-child(2) {
    padding-left: 6rem;
}

.footer_content figure {
    max-width: 50%;
    margin: 58px auto;
}

.footer_content .footer_img img {
    width: 100%;
}

.footer_content:nth-child(1) {
    border-right: 1px dashed #31302F;
    padding: 0 60px 0 0;
}

.footer_content:nth-child(2) {
    padding-left: 20px;
}

.footer_content:nth-child(3) {
    border: 0;
}

.footer_para h4,
.footer_para h3 {
    max-width: 5em;
    font-weight: 300;
    padding-bottom: 10px;
    border-bottom: 2px solid;
    border-image: linear-gradient(90deg, rgba(255, 90, 30, 0.6) 0%, rgba(252, 189, 55, 0.6) 20.6%, rgba(31, 224, 94, 0.6) 37.08%, rgba(94, 129, 247, 0.6) 56%, rgba(243, 68, 241, 0.6) 78%, rgba(253, 0, 23, 0.6) 99.51%);
    border-image-slice: 1;
    margin-bottom: 20px;
}

.footer_para h3 {
    max-width: 5em;
}

.footer_content p {
    font-size: 17px;
    font-weight: 300;
    color: #e8e8e8;
    cursor: pointer;
}

.footer_content p.active {
    color: #FF3E5C;
}

.footer_content p:hover,
.footer_content a:hover,
.footer-btn:hover span {
    color: #FF3E5C;
}

.footer-btn:hover {
    border-color: #FF3E5C;
}

.footer_content h3 {
    max-width: 46%;
}

.footer_details h5 {
    width: 8%;
    font-weight: 300;
    padding-bottom: 10px;
    border-bottom: 2px solid;
    border-image: linear-gradient(90deg, rgba(255, 90, 30, 0.6) 0%, rgba(252, 189, 55, 0.6) 20.6%, rgba(31, 224, 94, 0.6) 37.08%, rgba(94, 129, 247, 0.6) 56%, rgba(243, 68, 241, 0.6) 78%, rgba(253, 0, 23, 0.6) 99.51%);
    border-image-slice: 1;
    margin-bottom: 20px;
}

.footer_content .address,
.footer_details .address {
    width: 80%;
    line-height: 27px;
}

.footer_content a,
.footer_para a {
    font-size: 18px;
    font-weight: 400;
    color: #e8e8e8;
}

.footer-btn {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 20px 7px;
}

.footer_content span {
    padding-right: 10px;
}

.footer_content .btn {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 20px 7px;
}

.footer-btn span {
    font-size: 14px;
    text-align: center;
    padding: 4px 0 5px;
}

/* ================section6 completed================ */
footer {
    background-color: #000022;
    color: #fff;
    overflow: hidden;
}

footer p {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    padding: 10px;
    margin-bottom: 0;
}


@media (max-width: 768px) {
    .header-slide svg {
        width: 50px;
    }

    .title-slide h4 {
        font-size: 14px;
    }

    .swiper-testmonials .swiper-slide {
        padding: 20px;
    }
}

.section-testmonials {
    width: 80%;
    margin: 0 auto;
}

.reviewer-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
/* testimonial_end */





/* Responsive Navbar */
@media (max-width: 768px) {
    .navbar-link {
        display: none;
        flex-direction: column;
        width: 100%;
        opacity: 0;
        position: relative;
        top: 60px; /* Adjust for header height */
        left: 0;
        background-color: #333;
        padding: 10px 0;
        transform: translate();
        transition: 1.2s;
    }

    .navbar-link.active {
        display: flex;
        opacity: 1;
        margin-bottom: 100px;
    }

    .hamburger {
        display: flex; /* Show hamburger on mobile */
    }

    .navbar {
        padding: 10px;
    }
}
