:root {
    --bg-primary: #000000;
    --bg-secondary: #2E2E2E;
    --primary: #71BF44;
    --secondary: #F3B01C;
    --white: #FFFFFF;
    --black: #3D3D3D;
    --green: #C2FE9F;
    --light-green: #DFFFCD;
}
body {
    background-color: var(--bg-secondary);
}
a {
    text-decoration: none;
    color: inherit;
}
header .navbar, footer {
    background: var(--bg-primary);
}
header .navbar .navbar-brand img,
footer .about img {
    max-height: 60px;
}
@media(max-width:576px) {
    header.navbar.navbar-brand img,
    footer.about img {
        max-height: 50px;
    }
}
@media(max-width: 375px) {
    header.navbar.navbar-brand img,
    footer.about img {
        max-height: 40px;
    }
}
header .navbar .nav-link, .navbar .navbar-toggler {
    color: var(--white);
    position: relative;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    text-transform: uppercase;
    line-height: normal;
    margin-left: 10px;
}
.navbar .navbar-toggler:focus {
    box-shadow: none;
}
header .navbar .nav-link.active, header .navbar .nav-link:hover {
    color: var(--primary);
    border-bottom: var(--secondary) 1px solid;
    padding-bottom: 0px;
}
header .navbar .navbar-text svg,
.cartWidget a svg {
    fill: var(--primary);
    height: auto;
    width: 30px;
    opacity: 0.9;
}
header .navbar .navbar-text span,
.cartWidget a span {
    background: var(--primary);
    position: absolute;
    top: 25%;
    border-radius: 100%;
    padding: 3px 5px;
    font-size: 10px;
    color: var(--white);
    font-weight: 900;
    left: 94%;
    margin: 0;
    opacity: 0.9;
}
header .navbar .navbar-text:hover svg {
    fill: var(--secondary);
}
header .navbar .navbar-text:hover span {
    background: var(--secondary);
}
/* bs slider control */
.carousel-indicators button {
    height: 10px !important;
    width: 10px !important;
    border-radius: 100% !important;
    background-color: var(--white) !important;
}
.carousel-indicators button.active, .carousel-indicators button:hover {
    background-color: var(--primary) !important;
}
/* bs slider control end */
/*bounce animation start */
@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}
/*bounce animation end*/
/* overlay glossy effect start */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    /* Adjust the alpha value for transparency */
    pointer-events: none;
    /* Allows clicks to go through the overlay */
}
.overlay::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    bottom: 0;
    left: 0;
    pointer-events: none;
}
/* overlay glossy effect end */
/* page banner start */
.pageBanner {
    position: relative;
    height: 520px;
    overflow: hidden;
}
.pageBanner img {
    display: block;
    width: 100%;
    height: 100%;
}
.pageBanner a {
    border-radius: 100%;
    display: inline-block;
    background: var(--bg-primary);
    opacity: 0.25;
    pointer-events: visible;
    position: absolute;
    top: 80%;
    left: 46%;
    padding: 20px;
    cursor: pointer;
    animation: bounce 3s infinite;
}
.pageBanner a svg {
    height: 50px;
    width: 50px;
    fill: var(--white);
}
.pageBanner a:hover {
    background: var(--white);
    padding: 25px;
    transition: all 300ms;
    animation: none;
}
.pageBanner a:hover svg {
    fill: var(--bg-primary);
}
/* page banner end */
/* butttons start */
.btn-default, .btn-round, .btn-shadow {
    background: var(--primary);
    color: var(--white);
    font-family: Poppins;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    text-align: center;
    border: none;
    outline: none;
}
.btn-default {
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 20px;
}
.btn-round,
.btn-round-outline {
    border-radius: 100px;
    font-size: 16px;
    text-transform:capitalize;
    padding: 10px 25px;
}
.btn-round-outline {
    background: var(--white);
    border: 2px solid var(--primary);
    color: var(--primary);
    padding: 8px 25px;
}
.btn-shadow {
    border-radius: 3px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 14px 22px;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default.active,
.btn-round:hover,
.btn-round:active,
.btn-round:focus,
.btn-round.active {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: rgba(113, 191, 68, 0.8);
}
.btn-shadow:hover, .btn-shadow:active, .btn-shadow:focus, .btn-shadow.active {
    box-shadow: 5px 3px 5px 0px rgba(255, 255, 255, 0.80);
}
.btn-close {
    position: absolute;
    right: -30px;
    top: 0;
    filter: invert(65%) sepia(57%) saturate(457%) hue-rotate(54deg) brightness(91%) contrast(90%);
    opacity: 1;
    transform: scale(1.25);
}
/* buttons end */
section .intro {
    text-align: center;
}
section .intro h1.heading {
    color: var(--white);
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-left:10%;
    margin-right: 10%;
}
section .intro h1.heading::after,
footer h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: var(--primary);
    transition: width 1s ease-out;
}
section .intro h1.heading.active::after,
footer h3.active::after {
    width: 100%;
}
section .intro p.details {
    color: var(--white);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-left: 10%;
    margin-right: 10%;
}
footer .about p {
    color: var(--white);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    padding-right: 20%;
}
footer .about ul li a svg {
    height: 40px;
    width: 40px;
    fill: var(--white);
    border-radius: 100%;
    padding: 8px;
    background-color: var(--black);
}
footer .about ul li a:hover svg,
footer .about ul li a:active svg,
footer .about ul li a:focus svg {
    fill: var(--primary);
    background-color: var(--white);
}
footer h3 {
    color: var(--white);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer .links ul li a {
    color: var(--white);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
footer .links ul li a:hover,
footer .links ul li a:focus,
footer .links ul li a:active {
    color: var(--primary);
    text-transform: uppercase;
}
footer .gallery img {
    height: 64px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 2px inset var(--blank);
}
footer .contact a span svg {
    fill: var(--white);
    height: 25px;
    width: 100%;
}
footer .contact a span {
    color: var(--white);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;
}
footer .copyright {
    background-image: url('../images/copyright-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 20px 5px 20px;
    color: var(--white);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
@media(max-width: 768px) {
    footer .copyright {
        padding-top: 45px;
        padding-bottom: 0;
    }
}
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}
.modal-content {
    position: relative;
    padding: 0;
    border: 2px solid var(--primary);
    border-radius: 10px;
}
.modal-body {
    padding: 0;
}
#videoModal .modal-body iframe,
#imageModal .modal-body img {
    border-radius: 10px;
}
/* cart widget */
.cartWidget {
    color: var(--bs-navbar-color);
    background-color: var(--primary);
    padding: 20px 30px 20px 20px;
    position: fixed;
    top: 90%;
    left: 0;
    border-radius: 0px 20px 20px 0px;
    animation: bounce 10s ease-in-out 1s infinite alternate-reverse;
}
.cartWidget:hover {
    background: var(--secondary);
}
.cartWidget a span {
    top: 17%;
    left: 54%;
    background: var(--white);
    color: var(--primary);
    opacity: 1;
}
.cartWidget:hover a span {
    color: var(--secondary);
}
.cartWidget a svg {
    fill: var(--white);
    opacity: 1;
}
.success-notice,
.error-notice {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 900;
    border: 2px solid;
    border-radius: 100px;
    background: transparent;
    padding: 5px 20px;
}
.success-notice {
    color: var(--primary);
    border-color: var(--primary);
}
.error-notice {
    color: var(--secondary);
    border-color: var(--secondary);
}
ul.pagination li .page-link {
    background: transparent !important;
    color: var(--primary);
    border: none !important;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
ul.pagination li.active .page-link {
    background: var(--primary) !important;
    color: inherit !important;
    border: 1px solid var(--primary) !important;
    border-radius: 100% !important;
}
ul.pagination li.disabled {
    display: none !important;
}
ul.pagination li .page-link:focus {
    box-shadow: none;
}