@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body
{
    font-family: 'Poppins';
    background-color: #F1F1F1;
}
h1
{
    font-size:2.5rem;
    font-weight: 700;
}
h2
{
    font-size: 1.8rem;
    font-weight: 600;
}
h3
{
    font-size: 1.5rem;
    font-weight: 800;
}
h4
{
    font-size: 1.2rem;
    font-weight: 600;
}
h5
{
    font-size: 1rem;
    font-weight: 400;
}
h6
{
    color: #D8D8D8;
}
@media screen and (min-width: 350px) and (max-width: 500px)
{
    h1
{
    font-size:1.5rem;
    font-weight: 700;
    margin:40px 0px 20px 0px;
}
h2
{
    font-size: 1.4rem;
    font-weight: 600;
}
h3
{
    font-size: 1.1rem;
    font-weight: 800;
}
h4
{
    font-size: 9rem;
    font-weight: 600;
}
h5
{
    font-size: 7rem;
    font-weight: 400;
}
h6
{
    color: #D8D8D8;
}
}
/* -------------------------------------------------------------------------- */
/* Navigation Bar Style Start */
.navbar-btn
{
    margin-left: 15%;
}
.navbar
{
    font-size: 16px;
    /*padding-top: 1rem !important;*/
    /*padding-bottom: 1rem !important;*/
    top: 0;
    left: 0;
}
.navbar .navbar-nav .nav-item
{
    padding: 0px;
    color: black;
    transition: 0.4s ease;
}
.navbar .navbar-nav .nav-link:hover,
.navbar i:hover,
.navbar .navbar-nav .nav-link.active
.navbar i:hover
{
    color: #f65858;
}
.navbar i
{
    font-size: 1.2rem;
    padding: 0 0.7px;
    transition: 0.4s ease;
    cursor: pointer;
    margin-left: 5px;
}
@media only screen and (max-width:990px)
{
    .navbar-btn{
        margin: 10px;        
    }    
    .navbar-btn ul{
        margin: 1rem;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }
    .navbar-btn ul .fa-solid{
        margin: 20px 5px 10px 20px;
    }
}
/* Navigation Bar Style End */
/* -------------------------------------------------------------------------- */
/* Home Style Start */
#home
{
    background-image: url('../images/sportinova-hero-img.jpg');
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.39);
    background-blend-mode: multiply;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    }
.home
{
    text-align: center;
    color: white;
    margin-top: 170px;
}
button
{
    font-size: 0.8rem;
    font-weight: 900;
    outline: none;
    border: none;
    background-color: transparent;
    border: 2px solid honeydew;
    color: aliceblue;
    padding: 10px 30px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s ease;
    border-radius: 10px;
}
button:hover
{
    background-color:aliceblue;
    color: orangered;
}
#home span
{
    color: orangered;
}
@media screen and (min-width: 350px) and (max-width: 500px) 
{
    .home button{
        padding:7px 20px;
        font-size:0.7rem;
    }
}
/* -------------------------------------------------------------------------- */
/* Home Style Start */
.text-center
{
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: center;
    align-items: center;
}
.text-center .col
{
    padding: 20px 0px;
    margin: 10px 0px;
    box-shadow: 1px 1px 20px lightgray , -1px -1px 20px lightgray;  
    margin: 0px 10px;  
    background-color: white;
    transition: 0.5s ease;
}
.text-center .row .col .fa-solid
{
    font-size: 2.5rem;
    color: orangered;
}
@media screen and (min-width: 320px) and (max-width: 500px) 
{
    .text-center .row .col{
        padding:10px 0px;
    }
    .quan .row .col .fa-solid{
        font-size:2rem;
    }
    .quan .row .col h4{
        font-size:16px;
    }
}
/* Home Style End */
/* -------------------------------------------------------------------------- */
/* Categories Style Start */
#categ
{
    outline: none;
    border: none;
    box-shadow: 1px 1px 20px lightgray , -1px -1px 20px lightgray;
}
/* Categories Style End */
/* -------------------------------------------------------------------------- */
/* Featured Products style Start */
.feat-pro .row .card
{
    outline: none;
    border: none;
    box-shadow: 1px 1px 15px lightgrey, 1px 1px 15px lightgrey, -1px -1px 15px lightgrey,  -1px -1px 15px lightgrey;    
    transition: 0.3s ease;
    cursor: pointer;
    overflow-x: hidden;
    overflow-y: hidden;
}
.feat-pro .row .card:hover
{
    transform: translateY(-5px);
}
.feat-pro .row .card img
{
    height: 250px;
    transition: 0.2s ease;
}
.feat-pro .row .card img:hover
{
    transform: scale(1)
}
.feat-pro1
{
    transition: 0.5s ease;
    cursor: pointer;
}
.feat-pro1:hover
{
    color: orangered;
}
.feat-pro .row .card h3:hover
{
    color: orangered;
}
strike
{
    color: orangered;
}
/* Featured Products style End */
/* -------------------------------------------------------------------------- */
/* Brand Product Style Start */
.brand-scrollbar {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    padding: 10px 0;
}
.brand-scrollbar::-webkit-scrollbar {
    height: 8px;
}
.brand-scrollbar::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}
.brand-item {
    display: inline-block;
    margin: 0 10px;
    text-align: center;
}
.brand-item img {
    max-height: 100px;
    transition: transform 0.3s ease-in-out;
}
.brand-item img:hover {
    transform: scale(1.1);
}
.brand-item span {
    display: block;
    margin-top: 5px;
    color: #333;
}
/* Brand Product Style End */
/* -------------------------------------------------------------------------- */
/* Product Detail Page Style Start */
.pro-det
{
    height:100vh;
}
/* Product Detail Page Style End */



























