@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', sans-serif;
}

h1 {
    font-size: 3rem;
    font-weight: 900;
}

h2 {
    font-size: 1.8rem;
    font-weight: 600;
}

h3 {
    font-size: 1.4rem;
    font-weight: 800;
}

h4 {
    font-size: 1.1rem;
    font-weight: 600;
}

h5 {
    font-size: 1rem;
    font-weight: 400;
    color: #1d1d1d;
}

h6 {
    color:#D8D8D8;
}

button {
    font-size: 0.8rem;
    font-weight: 700;
    outline: none;
    border: none;
    background-color: #1d1d1d;
    color: aliceblue;
    padding: 13px 30px;
    cursor: pointer;
    text-transform: uppercase;
    transition: ease all 0.4s;
}

button:hover {
    background-color: #3a3833;
}

hr {
    width: 2rem;
    height: 2px;
    background-color: #fb774b;
}

.star {
    padding: 10px 0px;
}

.star i {
    font-size: 0.8rem;
    color: goldenrod;
}

.navbar {
    font-size: 1.5rem;
    top: 0;
    left: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-nav .nav-item .nav-link {
    padding: 0 1.2rem;
    color: black;
    transition: 0.4 all ease;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar i:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active
.navbar i.active {
    color: coral;
}

.navbar i{
    font-size: 1.2rem;
    padding: 0 7px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.4 ease all;
}


#home span{
color: coral;
font-size: 5rem;

}

.best-price {
    font-weight: 900;

}

#home {
    background-image: url(../img/back.jpg);
    width: 100%;
    height: 100vh;
    background-position: top 4rem center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

}


/* Mobile Nav */

.navbar-light .navbar-toggler {
    border: none;
    outline: none;
}

#bar {
    font-size: 1.5rem;
    padding: 7px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.4s ease all;
}



@media only screen and (max-width: 991px) {#home
    body>nav>div>button:hover,
    body>nav>div>button:focus {
        background-color: #fb774b;
    }

    #navbarSupportedContent > ul  {
        margin: 1rem;
        justify-content: flex-end;
        align-items: flex-end;
        text-align: right;
        
    }

    #navbarSupportedContent > ul > li:nth-child(n) > a {
        padding: 10px 0px;
    }
}

#new .one img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: none;
    background-size: cover;
    position: relative;
}

#new .one .details {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: ease all 0.4s;
    
}

#new .one .details h2 {
    font-weight: 700;
    font-size: 3rem;
    color: black;
    
}

#new .one:hover .details {
    cursor: pointer;
    background-color: rgba(245, 178, 178, 0.7);
   
}

#new .one .details button {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    color: #2a2a2a;
    background: none;
    text-transform: uppercase;
    border-bottom: solid 1px black;
    padding: 2.5px;
    transform: translateY(70px);
    transform: 0.4 ease all;
}

#new .one .details button:hover  {
    color: #fff;
    border-bottom: 1px  solid #fff;
}

#new .one:nth-child(1) .details {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    text-align: start;
} 

#new .one:nth-child(2) .details {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#new .one:nth-child(3) .details {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;
}

/* Products */

.product {
    cursor: pointer;
    margin-bottom: 2rem;
    transition: 0.4 ease all;
    
}

.product .img {
    transition: 0.4 ease all;
}

.product:hover img {
    opacity: 0.7;
}

.product .buy-btn {
    background:#fb774b;
    transform: translateY(20px);
    opacity: 0;
    transition: ease all 0.4s;
}

.product:hover .buy-btn {
    opacity: 1;
}


/* Banner - Paralax */

#banner {
    background-image: url(../img/banner/2.jpg);
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: top 70px center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#banner h4 {
    color: #D8D8D8;
}

#banner h1 {
    color: #fff;
}

#banner button {
    background-color: #fb774b;
}

footer {
    background-color: #222222;
    
}


footer h5{
    color: #D8D8D8;
    font-weight: 800;
    font-size: 1.2rem;    
}

footer li {
    padding-bottom: 4px;

}

footer li a {
    font-size: 0.8rem;
    color: #999;    
}

footer li a:hover {
    color: #D8D8D8;    
}

footer p {
    color: #999;
    font-size: 0.8rem;
}
