/* Namari Landing Page Dynamic Style Index

1. Website Default Styling
2. Navigation
3. Primary and Secondary Colors
4. Banner
5. Typography
6. Buttons
7. Footer


/*------------------------------------------------------------------------------------------*/
/* 1. Website Default Styling */
/*------------------------------------------------------------------------------------------*/


body {
    background:#040301;
    color: #cdb68c;
}


/* Default Link Color */

a, .la-ball-triangle-path {
    color:#aa3925;
}

a:hover, #header.nav-solid nav a:hover {
    color:#aa3925;
}

/* Default Icon Color */

.icon i {
    color:#aa3925;
}

/* Border Color */

#banner .section-heading:before, .testimonial.classic footer:before {
    background: #aa3925;
}

.pricing-block-content:hover {
    border-color:#aa3925;
}


/*------------------------------------------------------------------------------------------*/
/* 2. Navigation */
/*------------------------------------------------------------------------------------------*/


/* Transparent Navigation Color on a Banner */

#header nav a, #header i {
    color:#cdb68c;
}


/* Navigation Colors when the Navigation is sticky and solid */ 

#header.nav-solid, #header.nav-solid a, #header.nav-solid i, #nav-mobile ul li a {
    color:#cdb68c;
}

/* Add background color to solid nav */
#header.nav-solid {
    background-color: #040301;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Navigation Active State */

#header.nav-solid .active {
    color: #aa3925;
    border-color: #aa3925;
}    



/*------------------------------------------------------------------------------------------*/
/* 3. Primary and Secondary Colors */
/*------------------------------------------------------------------------------------------*/


/* Primary Background and Text Colors */

.primary-color, .featured .pricing {
    background-color:#040301;
}

.primary-color, .primary-color .section-title, .primary-color .section-subtitle, .featured .pricing, .featured .pricing p {
    color:#cdb68c;    
}

.section-heading h2:after {
    background:#aa3925;
    content:"";
    display:block;
    width:30px;
    height:5px;
    margin-top:30px;
}

.text-center .section-heading h2:after {
    margin:30px auto 25px auto;
}

/* Primary Icon Colors */

.primary-color .icon i, .primary-color i {
    color:#cdb68c;
}


/* Secondary Background and Text Colors */

.secondary-color {
    background-color:#040301;
}


/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/


/* Banner Background and Text Colors */

#banner {
    background: url("../images/banner-images/banner-image-1.png") no-repeat;
    background-position: right center; /* Align image to the right edge */
    background-size: 90% auto; /* Make image take up only 60% of the width */
    background-color: #040301; /* Dark background color */
    max-height: 100vh; /* Limit height to viewport height */
    overflow: hidden; /* Prevent overflow */
    position: relative;
}

/* Modify the gradient overlay to blend with the updated background color */
#banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(4,3,1,0.7) 0%, rgba(4,3,1,0.6) 30%, rgba(4,3,1,0.3) 60%, rgba(4,3,1,0) 100%);
    z-index: 1;
    pointer-events: none;
}

/* Ensure content stays on top of gradient */
#banner-content {
    position: relative;
    z-index: 2;
    max-width: 40%; /* Limit text content to left side */
}

/* Mobile Responsive Adjustments */
@media screen and (max-width: 768px) {
    #banner {
        background-position: center center;
        background-size: cover;
        min-height: 100vh;
        display: block;
        padding: 0;
        position: relative;
    }

    #banner:after {
        background: linear-gradient(180deg, rgba(4,3,1,0.4) 0%, rgba(4,3,1,0.7) 60%, rgba(4,3,1,1) 100%);
    }

    #banner-content {
        max-width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        z-index: 2;
    }

    .banner-center-content h1,
    .banner-center-content h2,
    .banner-center-content .button {
        color: #f5e9d6 !important;
        text-shadow: 0 2px 8px rgba(0,0,0,0.4);
    }
    .banner-center-content h1 { font-size: 2.5em; }
    .banner-center-content h2 { font-size: 1.5em; }
    .banner-center-content .button {
        background: #cdb68c;
        color: #222 !important;
        border: none;
    }

    .banner-tagline {
        color: #aa3925 !important;
    }
}

/*------------------------------------------------------------------------------------------*/
/* 5. Typography */
/*------------------------------------------------------------------------------------------*/


body {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:15px;
    font-weight:normal;
    color:#cdb68c;
}

/* Logo, if you are using Fonts as Logo and not image

#logo h1 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}

#logo h2 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}

*/


/* Banner Typography */

#banner h1 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:62px;
    line-height:60px;
    font-weight:800;
    color:#cdb68c;
}

#banner h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:18px;
    font-weight:300;
    color:#cdb68c;
}


/* Section Title and Subtitle */

.section-title {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px; 
    font-weight:700;
    color:#cdb68c;
}

.section-subtitle {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px;
    font-weight:300;
    color:#cdb68c;
}

/* Testimonial */

.testimonial q {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 17px; 
    font-weight:300;
    color: #cdb68c;
}

.testimonial.classic q, .testimonial.classic footer {
    color:#cdb68c;
}


/* Standard Headings h1-h6 */

h1 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 40px; 
    font-weight:300;
    color:#cdb68c;
}

h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px; 
    font-weight:300;
    color:#cdb68c;
}

h3 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 30px; 
    font-weight:300;
    color:#cdb68c;
}

h4 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 18px; 
    font-weight:300;
    color:#cdb68c;
}

h5 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px; 
    font-weight:300;
    color:#cdb68c;
}

h6 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 14px; 
    font-weight:300;
    color:#cdb68c;
}


/*------------------------------------------------------------------------------------------*/
/* 6. Buttons */
/*------------------------------------------------------------------------------------------*/

.button, input[type="submit"]  {
    
    font-size:14px;
    font-weight:600;
    color:#cdb68c;
    text-shadow:none;
    
    /* Button Color */
    background: #aa3925;
    
    cursor:pointer;
    text-decoration:none;
    padding:10px 15px;
    line-height:1;
    
    /* Border stuff */
    border: 2px solid #aa3925;
    border-radius:3px;
    
    /* Making the button not look like a button */
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
}

.button:hover, input[type="submit"]:hover {
    background:none;
    
    /* Button Color */
    color: #aa3925;
}


/* Mobile Nav Button */

.button.nav-button {
    width:100%;
    margin:0;
    text-align:center;
    font-size:14px;
    padding:8px;
    line-height:1;
    border: 2px solid #cdb68c;
    color:#cdb68c;
    background:none;    
}

.button.nav-button:hover {
    color:#cdb68c;
    background: #aa3925;
    border-color:#aa3925;
}


/* Banner Call to Action Button */

#banner .button {
    border:2px solid #cdb68c;
    color:#cdb68c;
    background:none;
}

#banner .button:hover {
    background: #aa3925;
    color:#cdb68c;
    border-color:#aa3925;
}


/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer, #landing-footer p, #landing-footer a {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #cdb68c;
}

/* Footer Icon Color */

#landing-footer i {
    color: #cdb68c;
}

/* Section - Services */

#services {
    background-color:#040301;
}

/* Products Section */
#products {
    background-color:#040301;
}

/* FAQ Section */
#faq {
    background-color:#040301;
}

.banner-tagline {
    color: #aa3925 !important;
}