/* Keep this for all project */

@font-face {
    font-family: 'Audiowide Regular';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Audiowide-Regular.ttf');
}

@font-face {
    font-family: 'SofiaSans Italic';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/SofiaSans-Italic-VariableFont_wght.ttf');
}
@font-face {
    font-family: 'SofiaSans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/SofiaSans-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'SofiaSans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/SofiaSans-Regular.ttf');
}
@font-face {
    font-family: 'SofiaSans';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/SofiaSans-ExtraLight.ttf');
}
.body, div, a, button, span, input, section,footer,header {
    font-family: "SofiaSans", sans-serif;
 font-weight: 400;
}
.audiowide{

	font-family: "Audiowide Regular", sans-serif;
}

.font2 {
    font-family: "SecondFont", sans-serif !important;
	color:#000;
}

/* Keep until here */


.contact-us-section1 {
    background: #fff;
    border-bottom: 0px solid #eee;
}

.contact-us-title {
    font-weight: 520;        /* Bold */
    font-style: normal;
    font-size: 70px;
    letter-spacing: 0;
    color: #222;
    margin: 0;
}

.portfolio-bottom-title {
    font-weight: 520;        /* Bold */
    font-style: normal;
    font-size: 50px;
    letter-spacing: 0;
    color: #222;
    margin: 0;
}

.contact-us-section2 {
    background: #fff; /* keep white background for readability */
    color: #000;      /* all text black */
    font-family: "Sofia Sans", Arial, sans-serif;
}

/* Container spacing */
.contact-us-section2 .kt-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Left & Right column spacing */
.contact-us-section2 .row > div {
    margin-bottom: 30px;
}

/* Section Headings (EMAIL, PHONE, LOCATIONS) */
.contact-us-section2 h4 {
	    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid black;
    color: black;
    /* line-height: 59px; */
    margin-bottom: 20px;
    display: block;
    /* width: fit-content; */
}

/* Sub-headings (INVESTMENT INQUIRIES, etc.) */
.contact-us-section2 h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000;
}

/* Paragraph text */
.contact-us-section2 p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
    color: #000;
}

/* Email & link styles */
.contact-us-section2 a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}
.contact-us-section2 a:hover {
    text-decoration: underline;
    color: #000;
}

/* Social Icons */
.contact-us-section2 .d-flex a {
    font-size: 16px;
    color: #000;
    margin-right: 15px;
    transition: transform 0.2s ease;
}
.contact-us-section2 .d-flex a:last-child {
    margin-right: 0;
}
.contact-us-section2 .d-flex a:hover {
    transform: scale(1.2);
    color: #000; /* stays dark */
}

/* Locations list */
.contact-us-section2 ul li {
    font-size: 15px;
    padding: 5px 0;
    color: #000;
    font-weight: 500;
}

.social-section {
    display: flex;
    align-items: center;
    gap: 15px; /* spacing between line and icons */
}

.social-section .line {
    flex: 1;
    height: 1px;
    background-color: #ccc; /* line color */
    margin-right: 10px;
}

.social-section a {
    color: #333;
    font-size: 18px;
    transition: color 0.3s ease;
}

.social-section a:hover {
    color: #25D366; /* e.g. WhatsApp green */
}


/* Responsive */
@media (max-width: 768px) {
    .contact-us-section2 h4 {
        font-size: 18px;
    }
    .contact-us-section2 h6 {
        font-size: 15px;
    }
    .contact-us-section2 p,
    .contact-us-section2 ul li {
        font-size: 14px;
    }
    .contact-us-section2 .d-flex a {
        font-size: 18px;
    }
}

/* Hero Section */
.fund-hero {
  background: #fff;
}
.fund-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
}

.fund-subtitle {
  font-family: 'Audiowide', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 70px;
  line-height: 65px;
  letter-spacing: 0;
  text-align: center;
  color: #2979ff; /* Blue */
  margin-bottom: 20px;
}

.fund-description {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  font-family: "Sofia Sans", sans-serif;
  text-align: center; 
}

.fund-description .blue-arrow {
  color: #007bff; /* Bootstrap blue */
  margin-left: 5px; /* add a little spacing */
}

/* Fund section container */
.fund-section {
  background: #fff;
  color: #000;
}

.fund-heading {
  font-size: 20px;
  font-weight: 700;
  border: 2px solid #000;
  padding: 12px;
  margin-bottom: 24px;
  text-transform: uppercase;
  display: inline-block;
}

.fund-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fund-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.fund-label {
  flex: 0 0 30%;
  font-weight: 400;
	font-size:15px;
  color: #000;
  font-family: "Sofia Sans", sans-serif;
}

.fund-value {
  flex: 1;
	font-size:15px;
  text-align: left;
  color: #333;
  font-family: "Sofia Sans", sans-serif;
}

/* Normal text styling */
.fund-content {
//  border: 1px solid #ccc;   /* keep your border */
  border-radius: 8px;
  padding: 20px;
  min-height: 300px;        /* ✅ fixes consistent height */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.fund-content p,
.fund-content ul {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.portfolio-bottom-blure{
  width :100%;
  font-size:50px;
	margin-top:20px;
  color:#3669E9;
  text-align: center;
}
.network-description {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
  color: #333; /* Add appropriate color */
  max-width: 800px;
  margin: 20px auto 30px; /* Adjust spacing as needed */
}
/* Responsive spacing */
@media (max-width: 768px) {
  .fund-heading {
    font-size: 16px;
    padding: 6px 12px;
  }

  .fund-content p,
  .fund-content ul {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .fund-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .fund-value {
    text-align: left;
    margin-top: 4px;
  }
}
:root {
    /* theme-color */
    --primary-color : #000000;
    --secondary-color: #EED26C;
    --tertiary-color: #B18B28;
    --fourth-color: '';
    --fifth-color: ''; 
    --error-color: #FF2727;
    --warning-color: '';
    --success-color: #12CB5C;
    --hyperlink-text-color: #EED26C;

    /* webpage */
    --primary-bg-color : #000000;
    --secondary-bg-color: ''; 
    --primary-text-color: #FFFFFF;
    --secondary-text-color : #747474;
    --tertiary-text-color : #C6C6C6;
    --fourth-text-color : '';
    --fifth-text-color : '';
    --onhover-text-color: '';
    --default-primary-text-color: #fff;
    --default-secondary-text-color: #000;
    --default-border-radius: 10px;
    --xl-text-size: 36px;
    --lg-text-size: 24px;
    --md-text-size: 15px;
    --sm-text-size: 14px;
    --xs-text-size: 13px;

    --text-size-30: 30px;
    --text-size-20: 20px;
    --text-size-35: 35px;
    --text-size-10: 10px;
	--default-font-size :15px;
    /* font-weight */
    --default-font-weight-thin: 400;
    --default-font-weight-thick: 500;
    --default-font-weight-bold: 700;
    --default-font-weight-max: 900;

    /* button */
    --btn-primary-bg-color : #2A2A2A;
    --btn-secondary-bg-color : #0D0D0D;
    --btn-tertiary-bg-color : '';
    --btn-disabled-bg-color : '';
    --btn-onHover-primary-bg-color : '';
    --btn-onHover-secondary-bg-color : '';
    --btn-onHover-tertiary-bg-color : '';
    --btn-primary-text-color: #FFFFFF;
    --btn-secondary-text-color: '';
    --btn-tertiary-text-color: '';
    --btn-disabled-text-color: '';
    --btn-onHover-primary-text-color : '';
    --btn-onHover-secondary-text-color : '';
    --btn-onHover-tertiary-text-color : '';
    --btn-width-long: 155px;
    --btn-width-short: 78px;
    --btn-border-radius: 5px;
    --button-border: 1px solid #B18B28;

    /* input */
    --input-label-size: 13px;
    --input-text-size :  15px;
    --input-border-radius: 5px;
    --input-border : 1px solid #2A2A2A;
    --input-bg-color : #0D0D0D;
    --input-width-long: 501px;
    --input-width-short: 266px;
    --input-placeholder-size: 15px;
    --input-placeholder-color: #747474;
    --input-onfocus-border-color: #EED26C;

    /* header */
    --header-bg-color: #0D0D0D;
    --header-text-size: 13px;
    --header-text-color: #747474;
    --header-onHover-color: #F9F9F9;
    --header-border: 1px solid #151515;
    --header-box-shadow: 0px 3px 6px #FFFFFF29;

    /* footer */
    --footer-bg-color: '';
    --footer-text-size: '';
    --footer-text-color: '';
    --footer-onHover-color: '';

    /* listing */
    --listing-header-color: #1F1600;
    --listing-row-primary-color: #1F1600;
    --listing-row-secondary-color: #1F1600;
    --listing-header-child-color: '';
    --listing-row-child-primary-color: '';
    --listing-row-child-secondary-color: '';
    --listing-header-text-size: 15px;
    --listing-row-text-size: 15px;
    --listing-header-child-text-size: 15px;
    --listing-row-child-text-size: 15px;

}
hr{

	border-top: 1px solid rgb(0 0 0);
}
body{
	background:#fff;
}

.homepage-image{

	background-image:var( --homepage-bg-image);
	background-size: cover;
//    bottom: 80px;
    position: relative;
    padding-top: 90px !important;
    z-index: 1;
	
}
.homepage-image .kt-container{
	    text-align: justify;
	
}
.homeapge-title{
    font-weight: 700;
margin-top:40px;
	    width: 70%;
	font-size:70px;
	width: 60%;
    line-height: 75px;
	color:#000;
    text-align: left;
}
.homeapge-title-blure{

	width :70%;
font-size:70px;
    line-height: 75px;
color:#3669E9;
}
.text-center {
  text-align: center;
  width: 100%;
}
.homeapge-conten-text-1{
	margin:20px 0px;
	 width :70%;
	font-size:20px;
	color:#000;
}
.homeapge-box-2{
	background-color:#16182B;

}
.homeapge-box-2 .kt-container{
	padding: 60px 100px !important;
	color:#fff;
}
.homeapge-title-display{

	font-size:40px;
	font-weight:700;
	
}
.homeapge-conten-display{
	font-size:15px;
}
.lin-height{
	border-right: solid 1px #fff;
    height: 50%;
    margin: auto 0;
    text-align: center;
}
.homepage-title-3{
	text-align:center;
	font-size:60px;
	color:#000;
 font-weight:700;
}
.listing-image{
	width:60px;
}
.token-fund-box-bottom{
padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-color: #FAFAFA;
}
.portfolio-section2{
	    padding: 0 150px;
}



/* Desktop (unchanged from your original) */
.footer-blure-top {
    padding: 25px 0;
}

.footer-crypto-text {
    font-family: "Sofia Sans", sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 700;
padding: 15px 0;
    /* Your exact desktop styles */
}

.footer-subscribe {
    font-family: "Sofia Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    /* Maintains your right alignment on desktop */
}

/* Mobile adjustments ONLY */
@media (max-width: 767.98px) {
    .footer-blure-top {
        text-align: center;
        padding: 20px 15px;
    }
    
    .footer-crypto-text {
        margin-bottom: 15px;
    }
    
    .footer-subscribe {
        display: flex;
        justify-content: center;
    }
}


.sidebar-menu-section{
	display:flex;
    flex-direction: column;
}
    .sidebar-display-div.collapse-sidebar {
                position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        max-height: 100vh;
        overflow-y: auto;
        transition: all .5s ease;
        z-index: 100;
        background-color: #fff;
                width: 100vw !important;
display:none;
    }
.form-control{

	border:0px;
	border-bottom:1px solid #e2e5ec;
}
.login-title{
	color:#000;
	font-size:32px
}
.login-title-2{
        color:#000;
        font-size:16px
}
.from-title{
	 color:#000;
        font-size:16px
}
.login-container{
	width:40% !important;
}
.login-section{
	    display: flex;
	min-height: 100vh;
}
.login-container{
	margin:auto;
}
.login-btn{
	    background-color: #3669E9;
    color: #fff;
}
.homeapge-title-display-boy{
	    width: 350px;
    margin: auto;

}
.borderboax{
border: solid 1px #3669E9;
    padding: 15px 40px;
	font-weight:700;
    font-size: 25px;
    width: fit-content;
    margin: auto;
}
.firm-title11{
        font-size:40px
}
.margin-auto{
	margin:auto;
}

.fund-heading-title{
	font-size:30px;
}
.footer-copyright-div {
    padding: 80px 50px !important;
    color: #fff  !important;
}
.cursor-pointer{
	cursor:pointer;
}
