.bgimage {
    background-image: url(../image/Mask-group.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.navbar ul li {
    padding: 25px 22px;
}

.border-header {
    border-bottom: 1px solid #FF1919;
}

.ri-menu-2-line {
    color: #F5F5F5;
}

.hero-sub-title {
    color: #FBAB00;
    font-weight: 700;
    font-size: 18px;
    line-height: 1em;
    border-left: 3px solid #F73312;
    margin-bottom: 40px;
    padding-left: 12px;
    letter-spacing: 10px;
}

.hero-title h2 {
    color: #fff;
    margin-bottom: 55px;
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    font-size: 110px;
    line-height: 65px;
}

.color2 {
    color: #F73312 !important;
}

.hero-btn {
    padding: 18px 34px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.125em;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2509803922);
    color: #F5F5F5;
    text-transform: uppercase;
}

.hero-btn:hover {
    background: red;
    transition: all .3s linear;
}

.top-cart {
    margin-top: 100px;
    padding-bottom: 170px;

}

.c-p {
    cursor: pointer;
}

.c-p:hover {
    background-color: #F73312;
}

.header-cart-count {
    background: var(--color-high-dark);
    border-radius: 50%;
    color: var(--color-white);
    position: absolute;
    width: 20px;
    height: 21px;
    line-height: 20px;
    font-size: 11px;
    text-align: center;
    right: 16px;
    top: -9px;
}


.ri-user-fill {
    font-size: 40px;
}

.sec1-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.sec1-dsc {
    color: #9E9E9E;
}

.sec1 {
    background-color: #101010;

}

.sec-col {
    padding: 35px 0 30px 0;
}

.row-border {
    border-bottom: 1px solid #cccccc20;
}

.sec-2-title {
    font-size: 14px;
    color: #BBBBBB;
}

.sec-2-dcs {

    font-size: 16px;
    color: #ffffff;
}

.ri-star-fill {
    color: #FBAB00;
}

.bgimg-sec-4 {
    background-image: url(../image/download.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;

}

.sec-5 {
    padding: 100px 0;
}

.sec-5-title {
    color: #FBAB00;
    font-family: "Rajdhani", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 10px;
}

.sec-5-dsc {
    color: #FFFFFF;
    font-family: "Rajdhani", Sans-serif;
    font-size: 60px;
    line-height: 1.06em;
}

.text-red {
    color: #ff0000;
}

.sec-5-btn {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    transition: all 0.3s linear;
}

.sec-5-btn:hover {
    background-color: #ff0000;
    color: white;
    border: 1px solid #ff0000;
}

.footer-bg {
    background-color: #101010;
}

.title-footer {
    font-size: 24px;
    padding-bottom: 20px;
    color: #FFFFFF;

}

.footer-box {
    color: #a7a7a7;
    font-size: 15px;
}

.footer-icon-bg {
    background-color: black !important;
    border: 1px solid white;
    color: #FFFFFF;
    transition: all 0.3s linear;
}

.footer-icon-bg:hover {
    color: red;

}

.footer-lorem {
    color: #a7a7a7;
}

.fs-02 {
    font-size: 9px;
}

.hero-icon-1 {
    background-color: transparent !important;
    color: #ffffff;
    border: 1px solid #9E9E9E;
    transition: all 0.3s linear;
}

.hero-icon-1:hover {
    color: red;
    border: 1px solid red;
}

.card-main {
    transition: all 0.3s linear;
}

.card-main:hover {
    border: 0 solid #000;
    background: #000000;
    border-radius: 0;
}


.card-main {
    position: relative;
    overflow: hidden;
    background: #000;
}

.card-content {
    transition: all 0.3s ease;
}

.card-main:hover .card-content {
    filter: blur(4px);
    opacity: 0.6;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.card-main:hover .card-overlay {
    opacity: 1;
}

.add-cart-btn {
    padding: 12px 25px;
    background-color: #ff0000;
    border: none;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.add-cart-btn:hover {
    background-color: #ffffff;
    color: #000;
}


/* cart css */

.qty-btn-1 {
    background: red;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 18px;
    cursor: pointer;
}
.qty-btn-1:hover {
    background: darkred;
}

.remove-btn-1 {
    background: transparent;
    border: none;
    color: red;
    font-size: 20px;
    cursor: pointer;
}

.empty-cart h4 {
    margin-bottom: 10px;
    font-size: 1.5rem;
}
.empty-cart p {
    color: #aaa;
}
.empty-cart a.btn {
    margin-top: 10px;
}

.btn-cart-hover{
    transition: all 0.3s linear;
}

.btn-cart-hover:hover{
    background-color: #F73312;
    border: 1px solid #F73312;
}

.rotate-hover {
    display: inline-block;
    transition: transform 0.6s ease;
}

.hover-box:hover .rotate-hover {
    transform: rotateX(360deg);
}

/* Toast notification */
.toast-message {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #222;
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    font-size: 14px;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s, transform 0.3s;
}

/* Fade out animation */
.toast-message.fade-out {
    opacity: 0;
    transform: translateY(20px);
}
