.promo-custom-card{display:flex;flex-direction:column;border-radius:1rem;overflow:hidden}.promo-custom-card .promo-card-inner{height:18.75rem;position:relative;background:var(--clr)}.promo-custom-card .box{position:relative;width:100%;height:100%;background:#fff}.promo-custom-card .imgBox{position:absolute;inset:0}.promo-custom-card .imgBox img{width:100%;height:100%;object-fit:cover}.promo-custom-card .icon{position:absolute;bottom:-.375rem;right:-.375rem;width:6rem;height:6rem;background:var(--clr);border-top-left-radius:50%}.promo-custom-card .icon::before{content:"";position:absolute;bottom:.375rem;left:-1.25rem;width:1.25rem;height:1.25rem;box-shadow:.313rem .313rem 0 .313rem #fff;border-bottom-right-radius:1.25rem}.promo-custom-card .icon::after{content:"";position:absolute;top:-1.25rem;right:.375rem;width:1.25rem;height:1.25rem;box-shadow:.313rem .313rem 0 .313rem var(--clr);border-bottom-right-radius:1.25rem}.promo-custom-card .iconBox{position:absolute;inset:.625rem;background:#282828;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s}.promo-custom-card .iconBox:hover{transform:scale(1.1)}.promo-custom-card .iconBox .material-symbols-outlined{color:#fff!important}.promo-custom-card .content{padding:.938rem .625rem;display:flex;flex-direction:column;gap:.75rem}.promo-custom-card .content h3{text-transform:capitalize;margin:0}.promo-custom-card .price-block{margin-top:auto}.promo-custom-card .current-price{font-size:1.25rem;font-weight:bold}.card-img-top,.promo-custom-card .imgBox img{transition:transform .4s cubic-bezier(.4,0,.2,1)}.card:hover .card-img-top,.promo-custom-card:hover .imgBox img{transform:scale(1.07)}.card-link-overlay{position:absolute;inset:0;z-index:10;text-indent:-9999px}.card.clickable,.promo-custom-card.clickable{cursor:pointer;position:relative}.promo-custom-card:hover .zoom-on-hover{transform:scale(1.25);transition:transform .4s cubic-bezier(.4,0,.2,1)}.zoom-on-hover{transition:transform .4s cubic-bezier(.4,0,.2,1)}.package-image-wrapper{overflow:hidden}.package-img{height:180px;object-fit:cover}.promo-card-inner{--clr:#ffad00}.banner-caption{text-shadow:0 1px 6px #000;font-size:2rem}