* {
    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: 70px;
    left: -850px;
}

.main-effict1 {
    height: 500px;
    display: none;
    top: 60px !important;
    width: 1000px;
    left: -700px;
    z-index: 9999;
} 
/* #main-effict{

} */

#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 {
    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;
    z-index: 9999;
    background-color: #b690a8;
}
.btn-chocker:hover{
    background-color: #640000;
    color: white !important;
}
.navmenu a:hover{
    color: #b63030;
    transform: translateX(30px) !important;
}
.hover-dropdown{
    top: 180%;
}
.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%);
    }
}

/* -------------- card container -------  */
 .card-image12{
    overflow: hidden !important;
}
.content-card01:hover .card-image12 img{
    transition: .5s ease-in-out;
    transform: scale(1.2) !important;
}
.card-content h3{
    color: #8c0d4f;
}
.card-content a{
    text-decoration: none;
    color: #8c0d4f !important;
    font-weight: 700;
    display: block;
    width: 150px !important;
}
.card-content a:hover{
    filter: blur(.7px);
}
.card-content:hover .read-more1 i{
    transform: scale(2);
    transform: translateX(-30px) !important;
}




/* ---- silder-----------  */
.profile-img{
    height: 80px;
    width: 80px;
}
.icon-control{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px ;
    width: 40px ;
    color: #000;
    font-size: larger;
    font-weight: bolder;
    background-color: #b63030;
}
.iconbtn1 {
    color: #9c2e67 !important;
    background-color: #fff !important;
    padding: 5px 10px;

}

.iconbtn1:hover {
    color: white !important;
    background-color: #b63030 !important;
}

.iconbtn2 {
    color: #9c2e67 !important;
    background-color: #fff !important;
    padding: 5px 10px;
}

.iconbtn2:hover {
    color: white !important;
    background-color: #b63030 !important;
}
/* ------------checkout---------- */
.mcbtn:hover{
    background-color: #8c0d4f !important;
    color: white !important;
}

.paymenticon{
    color: #7A7C7F;
}
.rbtn:hover{
    transition: all .5s ease-in-out;
    transform: translateY(-3px);
}
.checkout-form-element input{
    height: 50px;
    border-radius: 10px;
    box-shadow: none !important;
}

.checkout-form-element input:hover{
    border: 1px solid #8c0d4f;
}
.inp-sec:hover{
    border: 1px solid #8c0d4f;
}
.form-check-input{
    height: 15px !important;
    width: 15px !important;
}
.linedrow{
    background-color: #640000;
    height: 2px;
    width: 100%;
}
.step-number{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-left: 10px;
    width: 40px;
    border: 2px solid silver;
    border-radius: 50%;
    
}
.stepnumber1{
    border: none;
    color: white;
    background-color: #8c0d4f;
}
.step-title{
    color: silver;
    font-weight: bold;
}






/* ------------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: 2px;
}