#preloader {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all ease-in-out .5s;
}

.sec-1 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.40)), url('/assets/img/3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar {
    /* position: sticky; */
}

.innerMain {
    margin-top: 6rem;
}

.navbar-nav a {
    /* color: #f10101; */
    font-weight: 700;
    font-size: large;
}

.dropdown-toggle::after {
    content: none;
}

.searchBar input {
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.searchBar button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    background-color: #f10101;
    border-color: #f10101;
}

.underLine{
    display: flex;
    justify-content: center;
}
.underLine .lineBox1{
    background: #f10101;
    height: 5px;
    width: 50px;
    content: '';
}
.underLine .lineBox2{
    background: #2901f1;
    height: 5px;
    width: 50px;
    content: '';
}

.redSpan {
    color: #f10101;
}
.redBar {
    background-color: #f10101;
}


.sec-2 {
    background-color: #f8f8f8;
}

.sec-4 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.40)), url('/assets/img/5.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-4 .finderForm {
    background-color: #f8f8f885;
    border-radius: 0.8rem;
}

.sec-7 .imgCon img {
    transition: all ease-in-out .4s;
}
.sec-7 .imgCon img:hover {
    transition: all ease-in-out .4s;
    transform: scale(1.2);
}

.sec-8 {
    background-color: #313131;
}

footer{
    background-color: #1a1919;
}

.faqsPage .pageHeader {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.40)), url('/assets/img/4.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contactPage {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.40)), url('/assets/img/3.jpg');
    background-position: center, left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.productCard {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}



#cartBtn {
    position: fixed;
    bottom: 100px;
    right: 100px;
}

.pointerClick:hover {
    cursor: pointer;
}

@media (max-width: 991px) {
    #cartBtn {
        position: fixed;
        bottom: 40px;
        right: 40px;
    }
    .navbar-brand img {
        width: 200px;
    }
    .hideOnMobile {
        display: none;
    }
}
