:root{
    --priary-color: #1B1B3A;
    --bg: #0A0A16;
    --text-color: #E8E8E8;
    --high-light: #D4AF37;
    --performance: #E11919;
    --heading-font: "Playfair Display", serif;
}
/* common style */
*{
    font-family: "Montserrat", sans-serif;
}
button{
    border: none;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 20px;

}
/* smh-- section-main-heading */
.smh{
    text-align: center;
    color: white;
    margin-bottom: 40px;
}

/* header-section */
.header{
    background: var(--bg);
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;

}
.header-logo{
    font-family: var(--heading-font);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
}
.header-logo:hover{
    color: white;
}
.header-li-a{
    color: white;
    text-transform: uppercase;
    margin-right: 35px;
}
.header-li-a:hover{
    color: var(--high-light);
    transition: .50s;

}
.fa-bars{
    color: white;
    font-size: 30px;

}

/* banner section */
.banner{}
.banner{
    background: url(../images/chiron-sport-og.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: white;
    height: 750px;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 100;
}
.banner{}
.inner-content{
    width: 500px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.562);
    box-shadow: 0px 0px 6px var(--high-light);
    margin: 0 auto;
}
.inner-content h2{
    font-family: var(--heading-font);
    font-family: var(--heading-font);
    font-size: 66px;
    letter-spacing: 15px;
}
.inner-content p{
    letter-spacing: 3.5px;
}
.banner-left-btn{
    border: 1px solid var(--high-light);
    background: transparent;
    color: white;
    box-shadow: 0px 0px 3px var(--high-light);

}
.banner-left-btn:hover{
    background: var(--high-light);
    transition: .5s;
}
.banner-right-btn{
    background: var(--high-light);
    box-shadow: 0px 0px 3px var(--high-light);
}
.banner-right-btn:hover{
    color: white;
    background-color: transparent;

    transition: 0.5s;
}

/* lineage section */
.lineage{
    padding: 70px 0;
    background: var(--priary-color);
}
.lineage-main-heading{
    color: white;
    font-size: 50px;
    margin-bottom: 40px;
    font-family: var(--heading-font);
}
.lineage-card{}
.lineage-card-item{
    text-align: center;
    color: white;
}
.lineage-card-item h4{
    color: var(--high-light);
    font-size: 20px;
}
.lineage-card-item h5{
    text-transform: uppercase;
    font-size: 14px;
}
.lineage-m-card-item{
    background: var(--bg);
}
.lineage-card-button{
    border: 1px solid var(--high-light);
    box-shadow: 0px 0px 3px;
    color: white;
    background: transparent;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}
.lineage-card-button:hover{
    background: var(--high-light);
    transition: .5s;
}
.lineage-card-img{
    height: 250px;
}


/* performance section */
.performance{
    background: var(--bg);
    padding: 70px 0;
    

}
.performance{}
.performance{}
.performance-inner-item{
    background: var(--priary-color);
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;

}
.performance-inner-item h2{
    font-size: 30px;
    text-transform: uppercase;
    color: var(--performance);
}
.performance-inner-item p{
    color: var(--text-color);
    text-transform: uppercase;
    font-size: 14px;
}

/* about section */
.about{
    padding: 70px 0;
    background: var(--priary-color);

}
.about-card-item{
    margin-bottom: 30px;
}
.about-card-item h4{
    color: white;
    margin-bottom: 30px;
}
.about-card-item p{
    color: var(--text-color);
    line-height: 2;

}
.about-card-item button{
    background: transparent;
    color: white;
    border: 1px solid var(--high-light);
    margin-top: 30px;
}
.about-card-item button:hover{
    background: var(--high-light);
    transition: .5s;
}



/* footer section */
.footer{
    padding-top: 70px;
    padding-bottom: 30px;
    background: var(--bg);
}
.footer-card{}
.footer-card-item{
    color: white;
    margin-bottom: 45px;

}
.footer-card-item h2{}
.footer-card-item p{}
.footer-card-item ul{
    list-style: none;
    padding: 0;
}
.footer-card-item ul li{
    margin-bottom: 15px;
}
.footer-card-item ul li a{
    text-transform: capitalize;
    text-decoration: none;
    color: white;

}
.footer-card-item ul li a:hover{}
.footer-social{}
.footer-social ul{
    margin-top: 30px;
}
.footer-social ul li{
    display: inline;
    margin-right: 10px;
}
.footer-social ul li a{
    font-size: 20px;
}
.footer-underline{
    width: 100%;
    height: 1px;
    background: var(--text-color);
    margin-top: 40px;
    margin-bottom: 50px;
}
.copyright{
    color: white;
    font-weight: 100;
    font-size: 14px;
}
/* configure section */
.configure{
    padding: 70px 0;
    background: var(--bg);
}
.configure{}
.configure{}
.cnfigr-btn{
    color: white;
    border: 1px solid white;
    background: transparent;

}
.cnfigr-btn:hover{
    color: var(--high-light);
    border: 1px solid var(--high-light);
    transition: .5s;
}
.configure-card-item-right{
    background: var(--priary-color);
    padding: 25px;
}

/* newsletter section */
.newsletter{
    padding: 100px 0;
    background: var(--priary-color);
    color: white;
}
.newsletter-btn {
    color: white;
    background: var(--high-light);
    margin-top: 30px;
    border: 1px solid var(--high-light);
}
.newsletter-btn:hover{
    background: transparent;
    border: 1px solid var(--high-light);
    transition: .5s;
}
.newsletter-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.newsletter-text{
    width: 500px;
    text-align: center;
    margin: 0 auto;
}
.newsletter-btn{}
@media only screen and (min-width: 300px) and (max-width: 768px){
    .inner-content{
        width: 100%;
    }
    .newsletter-text{
        width: 100%;
    }
}