/* 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:#fff;
}


/* Default Link Color */

a, .la-ball-triangle-path {
    color:#d2b356;
}

a:hover, #header.nav-solid nav a:hover {
    color:#38b6ff;
}

/* Default Icon Color */

.icon i {
    color:#d2b356;
}

/* Border Color */

#banner .section-heading:before, .testimonial.classic footer:before {
    background: #38b6ff;
}

.pricing-block-content:hover {
    border-color:#d2b356;
}


/*------------------------------------------------------------------------------------------*/
/* 2. Navigation */
/*------------------------------------------------------------------------------------------*/


/* Transparent Navigation Color on a Banner */

#header nav a, #header i {
    color:#111;
}


/* 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:#333;
}


/* Navigation Active State */

#header.nav-solid .active {
    color: #38b6ff;
    border-color: #38b6ff;
}    



/*------------------------------------------------------------------------------------------*/
/* 3. Primary and Secondary Colors */
/*------------------------------------------------------------------------------------------*/


/* Primary Background and Text Colors */

.primary-color, .featured .pricing {
    background-color:#d2b356;
}

.primary-color, .primary-color .section-title, .primary-color .section-subtitle, .featured .pricing, .featured .pricing p {
    color:#fff;    
}

.section-heading h2:after {
    background:#38b6ff;
    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:#fff;
}


/* Secondary Background and Text Colors */

.secondary-color {
    background-color:#f5f5f5;
}


/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/


/* Banner Background and Text Colors */

#banner {
    /*background: url("../images/GrandBi.png") no-repeat center top;
    background-size:cover;*/
}


/*------------------------------------------------------------------------------------------*/
/* 5. Typography */
/*------------------------------------------------------------------------------------------*/


body {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:15px;
    font-weight:normal;
    color:#111;
}

/* 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: 38px;
    line-height: 54px;
    font-weight:800;
    color:#38b6ff;
}

@media (prefers-reduced-motion: reduce) {
    section.client .section-title h2 .text-sports-gradient {
        animation: none;
        background-position: 42% 50%;
    }

    #logo .bbb-logo-text {
        animation: none;
        background-position: 38% 50%;
    }
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
    section.client .section-title h2 .text-sports-gradient {
        background: none;
        -webkit-text-fill-color: unset;
        color: #1e3a8a;
    }

    #logo .bbb-logo-text {
        background: none;
        -webkit-text-fill-color: unset;
        color: #1e40af;
    }
}

/* Client band — arena / court sports gradient */
section.client .section-title h2 .text-sports-gradient {
    display: inline;
    background: linear-gradient(
        100deg,
        #020617 0%,
        #0f172a 12%,
        #1e3a8a 24%,
        #1d4ed8 36%,
        #9a3412 48%,
        #b45309 56%,
        #991b1b 66%,
        #115e59 80%,
        #172554 92%,
        #020617 100%
    );
    background-size: 280% 100%;
    background-position: 0% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    animation: sports-gradient-shift 14s ease-in-out infinite alternate;
}

@keyframes sports-gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

#banner h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:18px;
    font-weight:300;
    color:#111;
}


/* Section Title and Subtitle */

.section-title {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 28px; 
    font-weight:700;
    color:#111;
}

.section-subtitle {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px;
    font-weight:300;
    color:#9c9c9c;
}

/* Testimonial */

.testimonial q {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 17px; 
    font-weight:300;
}

.testimonial.classic q, .testimonial.classic footer {
    color:#111;
}


/* Standard Headings h1-h6 */

h1 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 40px; 
    font-weight:300;
    color:#111;
}

h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px; 
    font-weight:300;
    color:#111;
}

h3 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 30px; 
    font-weight:700;
    color:#111;
}

h4 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 18px; 
    font-weight:400;
    color:#111;
}

h5 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px; 
    font-weight:400;
    color:#111;
}

h6 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 14px; 
    font-weight:400;
    color:#111;
}
.red-star {
    color: red;
}
.btn-primary {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    cursor: pointer;

    padding: 15px 25px;
    outline: none;
    border: none;
    margin: 15px 15px 15px 0;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
    color: #fff;
    border-color: #38b6ff;
    background-color: #38b6ff;
    font-weight: 700;
    box-shadow: 10px 15px 18px rgb(23 23 36 / 15%);
    transition: all 0.2s ease-in-out;    



}

/*------------------------------------------------------------------------------------------*/
/* 6. Buttons */
/*------------------------------------------------------------------------------------------*/

/* ----------Default Buttons---------- */


/* Button Text */

.button, input[type="submit"]  {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:14px;
    font-weight:bold;
    color:#ffffff;
}


/* Button Color */

.button, input[type="submit"] {
    border-color:#38b6ff;
}

.button {
    background: #38b6ff;
}
/* Button Hover Color */

.button:hover,  input[type="submit"]:hover {
    border-color:#38b6ff;
    color:#FFFFFF;
}


/* ----------Banner Buttons---------- */


/* Button Text */

#banner .button {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:16px;
    color:#111;
}


/* Button Color */

#banner .button {
    border-color:#111;
}


/* Button Hover Color */

#banner .button:hover {
    color:#d2b356;
    border-color:#d2b356;
}


/*------------------------------------------------------------------------------------------*/
/* 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:#999;
}

/* Footer Icon Color */

#landing-footer i {
    color:#999;
}

/*------------------------------------------------------------------------------------------*/
/* BBB Team — text wordmark (replaces image logo) */
/*------------------------------------------------------------------------------------------*/

#logo {
    width: auto;
    min-width: 280px;
}

#logo .bbb-logo-link {
    display: inline-block;
    text-decoration: none;
    color: #111;
    vertical-align: middle;
}

#header.nav-solid #logo .bbb-logo-link {
    color: #333;
}

#logo .bbb-logo-link:hover {
    opacity: 0.88;
}

#logo .bbb-logo-text {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    vertical-align: middle;
    display: inline-block;
    background: linear-gradient(
        112deg,
        #020617 0%,
        #172554 14%,
        #1e40af 32%,
        #1d4ed8 44%,
        #a16207 56%,
        #c2410c 68%,
        #1e3a8a 86%,
        #020617 100%
    );
    background-size: 240% 100%;
    background-position: 0% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    animation: bbb-logo-gradient-shift 11s ease-in-out infinite alternate;
}

@keyframes bbb-logo-gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

/* style.css sized #navigation-logo for a wide image — reset for text */
#logo #navigation-logo {
    width: auto;
    height: auto;
}

.nav-solid #logo .bbb-logo-text {
    font-size: 36px;
}