@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900;1000&display=swap');

:root{
    --maintranscolor: #B91E57BF;
    --maincolor: #B91E57;
    --altcolor: #F5B418;
    --mainfont: 'Poppins', serif;
    --parafont: 'Mulish', sans-serif;
}

body{
    font-family: var(--mainfont);
}

button{
    box-shadow: none;
    outline: 0;
    border: none;
}

button:focus{
    outline: 0;
    border: none;

}


h1,h2,h3,h4,h5,h6{
    font-family: var(--mainfont);
    color: #000;
}

li, a, p, span{
    font-family: var(--parafont);
    text-decoration: none;
}

a{
    text-decoration: none !important;

}


.mobo-hide{
    display: block !important;
}

.des-hide{
    display: none !important;
}

.comparison-slider-wrapper .comparison-slider .divider:after {
 
    color: #fff !Important;
   
}


.comparison-slider-wrapper .comparison-slider .divider:before {
 
    background-color: #000 !Important;

}

.bung-tooltip {
    position: absolute;
   
    z-index: 1;  
    
}

.bung1 {
    top: 77%;
    left: 37%;
}

.bung2{
    top: 27%;
    left: 28%;
}

.bung3 {
    top: 47%;
    left: 13%;
}

.bung4 {
    top: 75%;
    left: 50%;
}

.bung5 {
    top: 85%;
    right: 31%;
}

.bung6 {
    top: 39%;
    right: 29%;
}

.bung7 {
    left: 38%;
    top: 33%;
}

.bung8 {
    top: 22%;
    left: 51%;
}

.bung-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #aa332b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;    
    cursor: pointer;

}

.bung-btn:after{
    content: '';
    position: absolute;
    background-color: #fff;
    width: 40px;
    height: 40px;
    z-index: -1;
    border-radius: 50%;
    animation: pulse 1s ease-out infinite;
}

.bung-btn:hover, .bung-btn:focus{
    color: #fff;
}

.bung-ico span{
    font-weight: 500;  
    font-size: 18px;  
}

.border-none{
    border: none  !important
}



.modal-bung button.btn-close {
    position: absolute;
    z-index: 1;
    right: 0;
    padding: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 50%;
    margin: 10px;
    width: 33px;
    height: 31px;
    padding-bottom: 3px;
}

.modal-bung button.btn-close:focus{
    outline: 0;
    border: none;
    box-shadow: none;
}

@keyframes mymove {
    50% {transform: rotate(180deg);}
  }


  .tooltip-btn:hover{
    width: 45px;
    height: 45px;
  }


.tt-close {
    position: absolute;
    right: 0;
    padding: 0 !important;
}

.tt-hoverimg {
    padding: 20px;
}

.tt-main h6 {
    font-size: 20px;
    margin-top: 10px;
}

.tt-close {
    background: #f1f1f1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-tooltip {
    background: #fff;
    width: 300px !important;
    position: absolute;
    border-radius: 7px;
    box-shadow: 0 0 5px 1px #00000026;
    visibility: hidden;
    transform: 0.3s;
    z-index: 1000;
} 

.tooltip-btn:hover .main-tooltip{
    visibility: visible;
}

.prod-img{
    overflow: hidden;
    position: relative;
}

.prod-img img {
    
    object-fit: cover;
    margin-bottom: 10px;
}

.prod-img figure {
    position: relative;
    margin: 0;
}
.prod-img figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.product-listing-main:hover figure:before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

.product-listing-main {
    text-align: center;
    margin-bottom: 30px;
    display: block;
    position: relative;
}

.bung-modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    margin-bottom: 20px;
}

.bung-modal-head button {
    position: relative;
    min-height: 40px;
}

.bung-modal-head button span {
    position: absolute;
    width: 2px;
    height: 27px;
    top: 0;
    left: 0;
    background-color: #000;
    display: block;
}

.bung-modal-head button span:nth-child(1) {
    transform: rotate(45deg);
}

.bung-modal-head button span:nth-child(2) {
    transform: rotate(-45deg);
}

.prod-desc h6 {
    font-size: 20px;
    margin-top: 6px;
    font-weight: 600;
    position: relative;
}

.prod-desc h6 i{
    color:#aa332b ;
    margin-left: 10px;
    transition: margin 0.3s ease;
}

.product-listing-main:hover i{
    margin-left: 15px;
}


    @keyframes pulse {
        100% {
        opacity: 0;
        transform: scale(1.4);
        }
    }


.modal-bung .modal-dialog.modal-lg{
    max-width: 1300px;
}

.modal-backdrop {
    background-color: #fff !important;
    opacity: 0.8 !important;
}

.modal-bung .modal-content{
    background-color: transparent;
    border: none
}





@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}




.cont-center{
    margin: 0 auto;
}

.accordion-item {border: none !important;}
.accor-padd-direct {
    padding-top: 0;
}
.accord-bg-padd2 {
    padding-top: 5px;
}
   
  


/*20/04/2024*/
.prod-img img {
    object-fit: cover;
    margin-bottom: 10px;
    height: 293px;
}



