@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200;1,300&display=swap");
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:active,
:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0;
}
a,
a:hover {
    text-decoration: none;
}
a:hover {
    color: red;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
:root {
    --primary-color: red;
    --secondary-color: #333;
    --white-color: #fff;
    --black-color: #000;
}
html {
    scroll-behavior: smooth;
}
body {
    font-size: 100%;
    font-weight: 400;
    font-family: "Exo 2", sans-serif;
}
::-webkit-scrollbar {
    width: 0.3125rem;
}
::-webkit-scrollbar-track {
    background: white;
}
::-webkit-scrollbar-thumb {
    background: red;
}
h1 {
    font-size: 3rem;
    font-size: 1.5625rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: white;
}
h2 {
    font-weight: 600;
    font-size: 1.5625rem;
    text-transform: capitalize;
    color: white;
    line-height: 2.5rem;
}
h4 {
    color: white;
    text-decoration: capitalize;
    font-size: 1.123rem;
    font-weight: 400;
    margin-bottom: 0.9375rem;
    transition: all 0.3s linear;
}
h5 {
    color: white;
    text-transform: capitalize;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 10px;
}
p {
    font-size: 1rem;
    color: white;
    font-weight: 400;
    line-height: 1.75rem;
    letter-spacing: 0.0625rem;
    opacity: 0.8;
}
.main-btn {
    height: 40px;
    line-height: 40px;
    font-size: 1.125rem;
    display: inline-block;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 30px;
    position: relative;
}
.main-btn::after,
.main-btn::before {
    position: absolute;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    transition: all 0.5s ease-out 0s;
    transform: translateY(-20px);
}
.main-btn:after {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
}
.main-btn:hover::before {
    transform: rotate(20deg);
    background-color: red;
}
.main-btn:hover {
    color: red !important;
}
.wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: black;
}
.text-content {
    width: 60%;
    margin: auto;
}
.top-header {
    background-color: black;
}
.top-header span {
    font-size: 0.875rem;
    color: white;
    letter-spacing: 0.1062rem;
}
.navigation-wrap {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navigation-wrap .nav-item {
    padding: 0 0.5rem;
    transition: all 200ms linear;
}
.navbar-toggler:focus {
    outline: unset;
    border: none;
    box-shadow: none;
}
.navigation-wrap .nav-link {
    padding-top: 0.9375rem;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
    letter-spacing: 0.0625rem;
}
.navigation-wrap .nav-link:hover,
.navigation-wrap .nav-link:active {
    color: red;
}
.navigation-wrap.scroll-on {
    position: fixed;
    background-color: black;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0.125rem 1.75rem 1 rgb(0, 0, 0, 0.09);
    transition: all 0.15s ease-in-out 0s;
}
.navigation-wrap.scroll-on .nav-link:hover,
.navigation-wrap.scroll-on .nav-link:active {
    color: red;
}
#home .carousel-caption {
    top: 12rem;
}
#home .carousel-caption p {
    max-width: 36.12rem;
    margin: 1.0625rem auto;
}
.new-arrivals .banner-info {
    bottom: 30px;
    margin: auto;
    width: 100%;
    position: absolute;
    z-index: 9;
    padding: 0 15px;
}
.new-arrivals .card-banner:nth-child(2) h2,
.new-arrivals .card-banner:nth-child(2) p,
.new-arrivals .card-banner:nth-child(2) a {
    color: black;
}
.new-arrivals .card-banner:nth-child(2) a::before,
.new-arrivals .card-banner:nth-child(2) a::after {
    background-color: black;
}
.new-arrivals .card-banner .card-thumb,
.products .item-product {
    position: relative;
    display: block;
    overflow: hidden;
}
.new-arrivals .card-banner .card-thumb img,
.products .item-product img {
    transition: all 0.5s ease-out 0s;
}
.new-arrivals .card-banner .card-thumb img:hover,
.products .item-product img:hover {
    transform: scale(1.2);
    opacity: 0.6;
}
.products .wrapper {
    background-color: black;
}
.products .nav-tabs {
    border: 0;
    justify-content: center;
}
.products .nav-tabs .nav-link {
    display: block;
    padding: 0 30px;
    border: 1 solid white;
    border-radius: 20px;
    background-color: black;
    color: white;
    margin: 10px;
    line-height: 34px;
    text-transform: uppercase;
}
.products .product-info .cat-parent,
.products .product-info .wishlist i {
    font-size: 0.875em;
    color: white;
    opacity: 0.6;
    text-transform: uppercase;
}
.products .product-title a {
    margin: 0 0 7px;
    display: block;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}
.products .rating i {
    color: yellow;
}
.basket a i {
    color: white;
}
.deal-of-the-day {
    background-image: url("../images/img/img-4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-section {
    background-color: black;
}
.footer {
    background-color: #000;
}
.footer .footer-social a i {
    font-size: 1.5rem;
    color: white;
    padding: 0 1rem;
}
.footer .footer-social a:hover i {
    color: red;
}
