/* @media (min-width: 1601px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1575px;
    }
} */

/* common css start  */

.only-mobile,
.for-mobile {
    display: none;
}

.section .light-text-color {
    color: #8C8C8C;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
button {
    font-family: 'HurmeGeometricSans3W03';
}

p {
    font-family: 'Glacial Indifference';
    color: #fff;
    font-size: 18px;
}

.btn {
    font-size: 20px;
    color: #ffff;
    padding: 10px 20px;
    border: 1px solid #fff;
    font-family: 'HurmeGeometricSans3W03';
    border-radius: 10px;
    transition: 0.30s;
    transform: scale(0px);
    position: relative;
}

.btn-white-fill {
    background-color: #fff;
    color: #191932;
}

.btn-white-fill:hover {
    border: 1px solid #fff;

}

.btn-gap {
    gap: 49px;
}

/* 
.btn-white-blank:hover {
    background-color: #fff;
    color: #191932;
} */

.btn-white-blank:hover {
    box-shadow: 0.3em 0.3em 0 #ffffff;
    border: 1px solid #fff;
    transform: scale(-10px);
}

.btn-white-fill:hover {

    box-shadow: 0.3em 0.3em 0 #ffffff;
    border: 1px solid #fff;
    transform: scale(-10px);
}

body {
    background-color: #0d0d0d;
    color: #fff;
}


.section h2 {
    /* font-size: 64px; */
    font-weight: 400;
    font-family: 'Hurme Geometric Sans 1';
    padding-bottom: 30px;
}


.gutter-space {
    --bs-gutter-x: 20rem;
}

/* common css end  */



/* header css start */
.navbar {
    background: #0d0d0d;
    /* padding: 37px 0; */
}

.navbar-nav {
    background: #232323;
    border-radius: 10px;
    padding: 2px 10px;
}

.nav-item {
    position: relative;
    padding: 0px 24px;
}

.navbar-nav .nav-item:first-child {
    padding-left: 10px;
}

.navbar-nav .nav-item:last-child {
    padding-right: 10px;
}

.nav-link {
  font-family: 'Glacial Indifference';
    font-weight: 700;
    color: #fff;
    font-size: 18px;

}

.nav-item:first-child::after {
    display: none;
}

.nav-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 70%;
    background-color: #87868685;
    transform: translateY(-50%);
}

.header-hr {
    margin: 0;
}

.navbar-brand {
    padding: 0;
}

/* header css end */

/* hero css start */
.hero {
    padding: 108px 0;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.hero-bg-img {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    top: 0;
}

.hero h1 {
    font-weight: bold;
    /* font-size: 53px; */
    font-size: 36px;
    margin-bottom: 34px;
}

.hero-content-wrap p {
    padding-right: 80px;
}

.hero p {
    font-size: 18px;
    margin-bottom: 40px;
}

.btn-custom {
    background: #fff;
    color: #000;
    margin-right: 10px;
}

.btn-custom:hover {
    box-shadow: 0.3em 0.3em 0 #ffffff;
    border: 1px solid #fff;
    transform: scale(-10px);
}

/* hero css end */


.sticky {
    position: sticky;
    top: 150px;
    /* jaise tumne rakha */
    height: fit-content;
    /* vh mat do, warna overlap issue hoga */
}

.sticky p {
    color: #DBDBDB;
}

.strip {
    font-size: 16px;
    line-height: 30px;
    border: 1px solid #E6B313;
    display: inline-block;
    padding: 10px 18px;
    border-radius: 4px;
    font-weight: 600;
    color: #DBDBDB;
}

.card-row .card {
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 50px;
}

.card-no {
    font-size: 24px;
    color: #8C8C8C;
    font-family: 'HurmeGeometricSans3W03';
}

.card-row .card h3 {
    font-size: 36px;
    color: #FFFFFF;
    font-family: 'Hurme Geometric Sans 1';
    margin-bottom: 20px;
    font-weight: 300;
}

.card-row .card .card-desc {
    color: #D9D9D9;
    /* line-height: 39px; */
}

.card-row .card .inner-content li {
    color: #D9D9D9;
    font-family: 'Glacial Indifference';
    font-size: 16px;
}

.section {
    padding: 80px 0;
}

.card-dark {
    background: #1a1a1a;
    border: none;
    border-radius: 8px;
    padding: 20px;
}

.team img {
    border-radius: 50%;
    max-width: 150px;
}

.team-row {
    margin-bottom: 120px;
}

.investment-card {
    background: #101010;
    padding: 100px;
    border-radius: 10px;
    border: 1px solid #424242;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.investment-bg-img {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}

.number-card {
    background: #0B0B0B;
    padding: 40px 28px;
    border: 1px solid #545454;
    border-radius: 10px;
    box-shadow: 2px 3px 0px #545454;
    transition: 0.30s;
    height: 100%;
}

.number-card:hover {
    box-shadow: 3px 3px 6px 2px #E6B313;
    border-color: #fff;
}

.card-sm-tile {
    font-size: 20px;
    color: #E6B313;
    margin-bottom: 30px;
    font-weight: 600;
}

.card-inner-row {
    row-gap: 25px;
}

.investment-row {
    --bs-gutter-x: 8.5rem;
}

.invest-card-title {
    font-size: 36px;
    font-family: 'Hurme Geometric Sans 1';
}

.investment-card .desc {
    color: #8C8C8C;
}

.number-card {
    background: #0B0B0B;
    padding: 40px 28px;
    border: 1px solid #545454;
    border-radius: 10px;
}


.team-card {
    background: linear-gradient(to right, #141414, #7a7a7a59);
    padding: 50px;
    border-radius: 10px;
}

.team-card li {
    font-size: 16px;
    color: #D9D9D9;
    font-family: 'Glacial Indifference';
    padding-bottom: 15px;
}

.team-card li:last-child {
    padding-bottom: 0;
}

.img-card {
    text-align: center;
    margin-top: -120px;
}
.img-card .img-fluid{
    max-width: 60% !important;
}

.name {
    font-size: 22px;
    margin-top: 20px;
    font-family: 'Hurme Geometric Sans 1';
}

.profile {
    font-size: 20px;
    line-height: 1.3;
    color: #E6B313;
}



.contact-box {
    background: #0d0d0d;
    padding: 60px;
    border-radius: 20px;
    border: 1px solid #424242;
    position: relative;
    z-index: 1;
}

.contact-box p {
    color: #D9D9D9;
}

.teamback-img {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}

.contact-box .row .col-lg-6:first-child {
    padding-right: 100px;
}

.contact-box .form-control {
    border: 1px solid #8C8C8C;
    background: #101010;
    color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    font-family: 'Glacial Indifference';
}

.contact-box textarea {
    margin-bottom: 45px;
}

.contact-box .form-control::placeholder {
    color: #D9D9D9;
    opacity: 1;
}

.contact-box .form-control::-ms-input-placeholder {
    color: #D9D9D9;
}

.contact-section {
    padding-bottom: 80px;
}

footer {
    background: #101010;
    padding-top: 1px;
}

footer ul {
    padding: 0;
    margin: 0;
}

.social-list {
    display: flex;
    gap: 20px;
    justify-content: end;
}

footer li {
    list-style: none;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-links a {
    text-decoration: none;
    color: #fff;
    font-family: 'Glacial Indifference';
}

.discalmer {
    text-align: end;
    line-height: 1.1;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.copyright {
    margin-bottom: 0;
    font-size: 16px;
    padding-bottom: 20px;
    padding-top: 10px;
}



/* portfolio section start */
.portfolio-section .text-center {
    max-width: 90%;
    margin: auto;
}

.portfolio-section h2 {
    padding-bottom: 0;
}


.portfolio-section .text-center p {
    color: #8C8C8C;
}
.portfolio-section .text-center .desc{
    padding-left: 83px;
    padding-right: 83px;
}
.portfolio-section p.strip {
    color: #DBDBDB;
}

.table-container {
    max-height: 800px;
    /* scroll height */
    overflow-y: auto;
    border: 1px solid transparent;
}

/* Sticky Header */

.macro-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    /* important for fixed widths */
}

.macro-table th:nth-child(1),
.macro-table td:nth-child(1) {
    width: 24%;
    /* first column smaller */
}

.macro-table th:nth-child(2),
.macro-table td:nth-child(2) {
    width: 38%;
    /* second column wider */
}

.macro-table th:nth-child(3),
.macro-table td:nth-child(3) {
    width: 38%;
    /* third column wider */
}







.table thead th {
    position: sticky;
    top: -1px;
    background: #111;
    color: #fff;
    z-index: 10;
    font-family: 'Hurme Geometric Sans 1';
    /* padding: 30px 38px; */
    padding: 15px 38px;
    width: 50px;
    font-size: 18px;
}

.table tbody tr td {
    background: #1c1c1c;
    color: #D9D9D9;
    font-family: 'Glacial Indifference';
    /* padding: 38px; */
    padding: 15px 38px;
    font-size: 18px;
    /* line-height: 35px; */
}

.table tbody tr td:first-child {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    font-family: 'Hurme Geometric Sans 1';
}

/* Even rows black */
table tr:nth-child(even) td {
    background-color: #0B0B0B;
}

.table-bordered>:not(caption)>*>* {
    border-width: 0;
}

.table-bordered>:not(caption)>* {
    border-width: 0;
}

thead {
    border-top: 1px solid #ffffff2e;
}

/* Odd rows red */
table tr:nth-child(odd) td {
    background-color: #181818;
}

/* Custom Scrollbar */
.table-container::-webkit-scrollbar {
    width: 10px;
    /* scrollbar ki width */
}

.table-container::-webkit-scrollbar-track {
    background: #1a1a1a;
    border-radius: 10px;
}

.table-container::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 10px;
}

.table-container::-webkit-scrollbar-thumb:hover {
    background: #666;
}

/* Firefox ke liye */
.table-container {
    scrollbar-width: thin;
    scrollbar-color: #444 #1a1a1a;
}


/* portfolio section end */


/* For Founders start */

.inner-ul {
    margin: 40px 0;
}



/* For Founders end */





@media screen and (max-width: 1600px) {
    /* .navbar {
        padding: 25px 0;
    } */

    .nav-link {
        font-size: 18px;
    }

    .nav-item {
        padding: 0px 25px;
    }
    .hero {
        padding: 130px 0;
    }
    .hero h1 {
        /* font-size: 44px; */
        font-size: 36px;
    }

    .hero p {
        font-size: 18px;
        padding-right: 110px;
    }
    .btn-gap {
    gap: 39px;
}

    .btn {
        font-size: 20px;
        padding: 10px 20px;
    }

    .section h2 {
        /* font-size: 58px; */
    }

    .card-row .card h3 {
        font-size: 32px;
    }
    .card-row .card .card-desc {
    /* line-height: 36px; */
    font-size: 16px;
}
    p {
        font-size: 18px;
    }

    .investment-card .text-end {
        text-align: right !important;
    }

    .card-row .card .inner-content li {
        font-size: 16px;
        margin-bottom: 15px;
        color: #D9D9D9;
    }

    .name {
        font-size: 22px;
    }

    .gutter-space {
        --bs-gutter-x: 5rem;
    }

    .investment-row {
        --bs-gutter-x: 7.5rem;
    }

    .investment-card {
        padding: 80px;
    }

  

    .invest-card-title {
        font-size: 32px;
    }


     .table thead th {
        font-size: 16px;
        padding: 25px 20px;
    }

       .table tbody tr td:first-child {
        font-size: 16px;
    }
    .table tbody tr td {
        padding: 25px;
    }
    .table tbody tr td {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1400px) {
    /* .navbar {
        padding: 30px 0;
    } */

    .navbar-brand img {
        width: auto;
        height: 50px;
    }

    .name {
        font-size: 22px;
    }

    .nav-link {
        font-size: 16px;
    }

    .nav-item {
        padding: 0px 20px;
    }

    .hero h1 {
        /* font-size: 40px; */
        font-size: 36px;
    }

    .hero p {
        font-size: 18px;
        padding-right: 40px;
    }

    .section {
        padding: 70px 0;
    }

    .section h2 {
        /* font-size: 50px; */
    }

    .invest-card-title {
        font-size: 28px;
    }

    .table thead th {
        font-size: 18px;
    }

    .table tbody tr td:first-child {
        font-size: 16px;
    }

    .contact-box .row .col-lg-6:first-child {
        padding-right: 60px;
    }

    /* footer {
        padding-top: 30px;
    } */
}

@media screen and (max-width: 1200px) {
    .hero {
        padding: 100px 0;
    }

    .hero h1 {
        /* font-size: 36px; */
        font-size: 36px;
    }

    .hero p {
        padding-right: 20px;
    }

    .btn {
        font-size: 18px;
        padding: 10px 20px;
    }

    .gutter-space {
        --bs-gutter-x: 2rem;
    }

    .section h2 {
        /* font-size: 46px; */
    }

    .card-row .card:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .thesis-section {
        padding-bottom: 0;
    }

    .investment-card {
        padding: 80px 30px;
    }

    .number-card {
        padding: 30px 20px;
    }

    .invest-card-title {
        font-size: 29px;
    }

    .card-row .card h3 {
        font-size: 30px;
    }

    .card-row .card .card-desc {
        font-size: 16px;
    }

    .investment-row {
        --bs-gutter-x: 4.5rem;
    }

    .card-sm-tile {
        font-size: 18px;
    }

   

    .investment-card {
        padding: 60px 30px;
    }

   
}

@media screen and (max-width: 991px) {
    .header-hr {
        margin-top: 0;
    }

    .navbar-brand .img-fluid {
        height: 50px;
    }

    .mobile-hide {
        display: none;
    }

    .only-mobile {
        display: block;
    }

    .only-mobile .d-flex.gap-4 {
        justify-content: center;
        margin-top: 40px;
    }

    .hero {
        text-align: center;
    }

    .sticky {
        text-align: center;
        height: auto;
        position: unset;
    }

    .investment-card .text-end {
        padding-left: 0;
        margin-bottom: 50px;
        text-align: center !important;
    }

    .investment-card .desc {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .team-section h2 {
        padding-bottom: 150px;
    }

    .contact-box .row .col-lg-6:first-child {
        padding-right: 0;
    }

    /* .social-list {
        justify-content: start;
        margin-top: 30px;
    } */

    .social-list li svg {
        width: 40px;
        height: auto;
    }

    .footer-links {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: left;
    }

    .footer-links li {
        width: 100%;
    }

    .discalmer {
        text-align: left;
        padding-top: 40px;
        color: #8C8C8C;
    }

    .nav-item::after {
        display: none;
    }

    .nav-link {
        text-align: center;
    }
    .about-link{
        padding-right: 38px;
    }
    .portfolio-link{
        padding-right: 18px;
    }
    .team-link{
        padding-right: 48px;
    }
}

@media screen and (max-width: 767px) {
    .card-row .card {
        margin-bottom: 20px;
    }

    .investment-card {
        padding: 40px 30px;
    }

    .portfolio-section.section {
        padding-bottom: 0;
    }

    .team-section h2 {
        padding-bottom: 90px;
    }

    .team-card {
        padding: 50px 20px;
    }

    .contact-box {
        padding: 50px 30px;
    }

    .for-mobile {
        display: block;
    }

    .table-container {
        display: none;
    }

    .portfolio-section .text-center .desc{
        padding: 0;
    }
}

@media screen and (max-width: 575px) {
    .navbar-brand .img-fluid {
        height: 35px;
    }

    .hero {
        padding: 45px 10px;
    }

    .section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hero h1 {
        font-size: 26px;
    }

    .hero p {
        padding-right: 0;
        font-size: 16px;
    }

    .btn {
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 5px;
    }

    .section h2 {
        /* font-size: 24px; */
        line-height: 31px;
        font-weight: 600;
    }

    p {
        font-size: 16px;
    }

    .card-row {
        padding-top: 24px;
    }

    .card-row .card {
        padding: 0;
    }

    .card-row .card h3 {
        font-size: 24px;
    }

    .investment-card {
        padding: 25px 20px 45px;
    }

  

    .investment-card h2 {
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .card-inner-row {
        padding-left: 30px;
        padding-right: 30px;
    }

    .invest-card-title {
        font-size: 24px;
    }

    .portfolio-section {
        padding-top: 20px;
    }

    .strip {
        font-size: 12px;
    }

    .portfolio-section .text-center {
        max-width: 100%;
    }

   
    div#accordionFlushExample {
        margin-top: 20px;
    }

    .accordion-item {
        background-color: transparent;
    }

    .for-our-section {
        padding-top: 20px;
    }

    .for-our-section h2 {
        padding-bottom: 20px;
    }

    .founders-section {
        padding-top: 0;
    }

    .founders-section h2 {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .card-row .card .inner-content li {
        font-size: 16px;
    }

    .team-section {
        padding-top: 0;
    }

    .team-card li {
        font-size: 16px;
    }

    .contact-section {
        padding-top: 20px;
    }

    .contact-section h2 {
        text-align: center;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .contact-section p {
        text-align: center;
    }

    .contact-section p span {
        color: #E6B313;
        display: block;
    }

    form {
        text-align: center;
    }






}

/* founders-section start */


.founders-section {
    position: relative;
    z-index: 1;
}

.founder-img {
    position: absolute;
    top: 300px;
    left: 0;
}



/* portfolio section start */
.accordion-item {
    border: 0;
    border-radius: 10px;
    margin-bottom: 20px;
}

.accordion-button {
    background-color: #181818;
}

button.accordion-button {
    color: #FFFFFF;
}

button.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    filter: invert(1);
}

.accordion-button:not(.collapsed) {
    background-color: #181818;
    color: #fff;
}

.accordion-body {
    background-color: #181818;
    color: #fff;
    font-family: 'Glacial Indifference';
}

.line-word {
    display: inline-block;
    overflow: hidden;
}
