* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

/* ---color- font-family--  */
.fcolor {
    color: #8c0d4f !important;
}

.bcolor {
    background-color: #8c0d4f;
}

.fontfaimly {
    font-family: 'Quicksand';
}

/* ----- section --- headre-- */


.form-input input {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
}

.form-input input:focus {
    border: 2px solid #8c0d4f;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
}
.btn-file{
   background-color: #8c0d4f;
   padding: 17px 0px;
   border-radius: 0px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 5px; 
}

.dropdown2-menu {
    width: 1100px;
    top: 33px;
    left: -850px;
}

.main-effict1 {
    height: 500px;
    display: none;
    top: 33px;
    width: 1000px;
    left: -700px;
    z-index: 9999;
} 

#dropdown12:hover .dropdown2-menu,
#main-effict:hover .main-effict1 {
    display: block !important;

}

.product-image {
    overflow: hidden !important;
}

.phover i:hover{
    color: #640000 !important;
}
.main-ul a {
    color: #000;
    text-decoration: none;
}

.main-ul a:hover{ 
    color: #640000 !important;
}

.chocker,
.btn-chocker{
    padding: 3px 5px;
    border-radius: 50%;
    background-color: #b690a8;
}

.btn-chocker:hover{
    color: white !important;
    background-color: #640000;
}

.hover-dropdown {
    top: 33px;
    display: none !important;
}

.hover-dropdown2{
    width: 100%;
}
.list-group-item-2:hover .hover-dropdown2 {
    display: block !important;
}

.product-card:hover .product-image img {
    transition: .2s;
    transform: scale(1.2);
}

.category-headers li a {
    color: black;
    text-decoration: none;
}

.featured-content01 {
    top: 35%;
    left: 10%;
}

.fade {
  transition: opacity 0.15s linear; 
}

.fade:not(.show){
  opacity: 0;     
  display: none;    
}

.fade.show {
  opacity: 1; 
  display: block;   
}
.navmenu a{
    color: #000;
    text-decoration: none;
    /* margin-top: 5px !important; */
    transition:0.3s ease-in-out;
}
.colorfm{
    color: #000;
}
.colorfm:hover{
    color: #3e0925;
}

.btn-chocker{
    color: #000;
    border-radius: 50%;
    padding: 5px 10px;
    background-color: #b690a8;
}
.btn-chocker:hover{
    background-color: #640000;
    color: white !important;
}
.navmenu a:hover{
    color: #b63030;
    transform: translateX(30px) !important;
}
.list-group-item-1:hover .hover-dropdown{
    display: block !important;
}
.after-line::after{
    content:"";
    position: absolute;
    top: 120%;
    left: 0%;
    width: 0%;
    height: 2px;
    background-color: #8c0d4f;
}
.after-line:hover::after{
    transition: all .5s ease-in-out;
    width: 100%;
    background-color: #8c0d4f;
}
/* ----- END --- headre-- */

/* --BEGAIN --- section-1--- -- */

.sec-1 {
    overflow: hidden;
    height: 30px;
}

.animation1 span{
    animation: love 20s forwards infinite;
}

@keyframes love {
    0% {
        transform: translateY(0%);
    }

    25% {
        transform: translateY(-100%);
    }

    50% {
        transform: translateY(-200%);
    }

    75% {
        transform: translateY(-300%);
    }
    100%{
        transform: translateY(-400%);
    }
}
/* ---------  -----------  */
.category-header .category-link{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.category-header .category-link:hover{
    color: #b63030;
}
.category-header:hover{
    color: #b63030;
}
.subcategory-link{
    text-decoration: none;
    color: #000;
}
.range-slider input{
    color: #8c0d4f;
}
.search-fit-icon i{
    position: absolute;
    right: 5%;
    top: 20%;
}
.brand-actions .bth-line-show:hover{
    /* border-bottom: 2px solid black !important; */
    text-decoration: underline;
}
.brand-actions .btn-adjust{
    border: 1px solid #8c0d4f;
    color: #8c0d4f;
}
.brand-actions .btn-adjust:hover{
    color: white;
    background-color: #8c0d4f;
}
.input-group01{
    border: 1px solid #8c0d4f;
    border-radius: 5px;
}
.input-group01 input:focus{
    border: none;
    height: 40px;
    border-radius: 0;
}

.product-quick-actions{
    position: absolute;
    top: 5%;
    right: 10%;
}
.quick-action-btn{
    color: #8c0d4f;
    background: #ffffff;
    border-radius: 50%;
    padding: 8px 12px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border: none;
}
.add-to-cart-container button{
    position: absolute;
    bottom: 10%;
    left: 2%;
    border: none;
    width: 80%;
    color: #fff;
    padding: 15px 0px;
    border-radius: 5px;
    background-color: #8c0d4f;
    margin: 0% 10%;
}
.product-thumb .product-label{
    color: white;
    background-color: #8c0d4f;
    padding: 5px 12px;
    border-radius: 50px;
    margin-top: 30px;
    position: absolute;
}
.product-thumb:hover .product-img01{
    transition: all .5s ease-in-out;
    transform: scale(1.2);
}
.product-thumb:hover .product-overlay{
    display: block !important;
}
.next-page-bth li a{
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.next-page-bth li a:hover{
    background-color: rgb(151, 107, 149);
    transition: all .2s ease-in-out;
    transform: translateY(-3px);
}
.itemsPerPage1:hover{
    /* color: #8c0d4f; */
    border: 1px solid #8c0d4f;
}
.btn-pre:hover{
    color: #8c0d4f !important;
    border: 1px solid #8c0d4f !important;
}
.icon-mes{
    color: #640000;
}
.icon-mes:hover{
    background-color: #868686;
    padding: 0px 3px;
    border-radius: 50%;
}
.clear-btn01{
    /* border: 1px solid black !important; */
}
.clear-btn01:hover{
    border: 1px solid #8c0d4f !important;
}
.bor-001{
    border: 1px solid red;
}


/* <!-- Specifications Accordion --> */
.font-btn:hover{
    border: 1px solid #8c0d4f !important;
}

.shear-cont button{
    padding: 5px 10px;
    color: #b63030;
}
.shear-cont button:hover{
    color: white;
    background-color: #8c0d4f;
}
.share01-dropdown{
    right: -50px;
    display: none;
}
.iconhover{
    padding: 5px 7px;
    color: #b63030;
    background-color: #fff;
}
.icontake{
    padding: 5px 7px;
    color: #b63030;
    background-color: #fff;
}
.iconhover:hover .icontake{
    background-color: #8c0d4f !important;
}







/* ------------footer---------- */
.footer {
    background-color: #f8f4f6;
}

.sitename {
    color: #3e0925;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Ubuntu", sans-serif;
}

.tcolor {
    color: #3e0925;
}

.footer-widget ul a {
    color: #000;
}

.footer-widget ul a:hover {
    color: #8c0d4f;
}

.icon-soical {
    color: #000;
    padding: 10px 12px;
    background-color: #e2dfe1;
    border-radius: 8px;
}

.icon-soical:hover {
    color: #fff;
    background-color: #8c0d4f;
    transition: all .3s ease;
    transform: translateX(-500px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.app-btn {
    color: #000;
    padding: 10px 15px;
    background-color: #e2dfe1;
    border-radius: 8px;

}

.app-btn:hover {
    color: white;
    background-color: #8c0d4f;
}

.payment-icons i:hover {
    color: #8c0d4f;
}

.condation-links a {
    color: #000;
}

.condation-links a:hover {
    color: #8c0d4f;
}
.footer-1line::after{
    content: "";
    position: absolute;
    top: 120%;
    left: 0%;
    background-color: #8c0d4f;
    width: 30px;
    height: 3px;
}




Ray3 free
Veo3 price 1500 ka sal ka milta hai ya hai dost ka pass 
vice ka elevenlabes
img ka liay lanrdo mid jounery
