.Product_Card{ .bbCardSec { margin: 20px 0px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); overflow: hidden; border-radius: 10px; } .bbBlogImg { height: 360px; } .bbBlogImg img { transition: 0.3s; border-radius: 10px; } .blogWhiteDiv { width: calc(100% - 50px); position: relative; z-index: 2; margin-top: -30px; padding: 20px 25px 10px; background-color: white; border-radius: 10px; box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06); } .tag { position: absolute; top: -10px; right: 10px; background-color: var(--themeBg2); color: var(--paragraphColorWhite); font-size: 13px; padding: 2px 10px; border-radius: 10px; font-weight: 500; } .cardInnerHeading { font-size: 20px; font-weight: 600; line-height: 25px; color: rgba(0, 0, 0, 0.9); margin-bottom: 5px; transition: 0.3s; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .bbCardSec:hover .cardInnerHeading { color: var(--themeColor1); } .cardInnerPara { font-size: 15px; line-height: 25px; color: rgba(0, 0, 0, 0.8); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-bottom: 12px; } .disBtnMainSec button { margin-top: 20px; width: -webkit-fill-available; padding: 12px 27px; background-color: var(--btnColor); border: none; color: var(--btnTextColor); border-radius: 30px; cursor: pointer; font-size: 14px; font-weight: 500; } .disBtnMainSec { border-top: 1px dashed rgba(0, 0, 0, 0.2); } .disBtnMainSec button { background-color: white; color: black; padding: 12px 0px; width: auto; border-radius: 0px; margin-top: 0px; } .disBtnMainSec button i { color: var(--themeColor1); } .disBtnMainSec button:hover { color: var(--themeColor1); } .disBtnMainSec button .firstIcon { display: block; transition: 0.5s; width: 20px; overflow: hidden; } .disBtnMainSec button .secondIcon { width: 0; margin-left: 10px; transition: 0.5s; overflow: hidden; } .bbCardSec:hover .disBtnMainSec button .firstIcon { width: 0px; } .bbCardSec:hover .disBtnMainSec button .secondIcon { width: 20px; } .tag{ display:none; } }.Product_Card{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }