#tourCard-dealsV2{border-radius:var(--border-rad-primary);overflow:hidden;transition:all .3s ease-in-out;height:280px;position:relative;background-color:var(--color-primary)}#tourCard-dealsV2 .thumbnail-wrapper{z-index:1}#tourCard-dealsV2 .thumbnail-wrapper .thumbnail{z-index:1;position:absolute;height:100%;width:100%;object-fit:cover;border-radius:var(--border-rad-primary)}#tourCard-dealsV2 .thumbnail-wrapper .subtext1{top:8px;color:#6d6d6d;background-color:#fff}#tourCard-dealsV2 .thumbnail-wrapper .subtext1,#tourCard-dealsV2 .thumbnail-wrapper .subtext2{position:absolute;z-index:3;left:8px;font-size:12px;letter-spacing:-4%;padding:3px 4px;border-radius:2px;font-weight:500}#tourCard-dealsV2 .thumbnail-wrapper .subtext2{top:40px;color:#fff;background-color:var(--color-primary)}#tourCard-dealsV2 .thumbnail-wrapper .subtext4{position:absolute;z-index:3;top:8px;left:8px;padding:3px 4px;border-radius:2px;font-size:12px;font-weight:500;color:#fff;letter-spacing:-4%;background-color:var(--color-red)}#tourCard-dealsV2 .b-box{z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:100%;width:100%;background-color:#000;border-radius:var(--border-rad-primary);opacity:.3}#tourCard-dealsV2 .details-wrapper{height:100%;display:flex;justify-content:flex-end;align-items:flex-start;flex-direction:column;z-index:3}#tourCard-dealsV2 .details{z-index:2;position:relative;padding:8px;width:100%}#tourCard-dealsV2 .details .location{font-size:14px;color:var(--color-red);font-weight:400}#tourCard-dealsV2 .details .place-name{font-weight:600;font-size:18px;color:#fff;min-height:55px}#tourCard-dealsV2 .details .place-detail{margin-top:5px;font-size:14px;color:rgba(0,0,0,.4);align-items:center;gap:5px}#tourCard-dealsV2 .details2{z-index:2;position:relative;padding:8px;display:flex;justify-content:space-between;align-items:center;min-height:70px;width:100%}#tourCard-dealsV2 .details2 .review{display:flex;justify-content:flex-start;align-items:flex-end;flex-direction:row}#tourCard-dealsV2 .details2 .review .review-icon{color:var(--color-review);margin-right:5px}#tourCard-dealsV2 .details2 .review .review-info{font-size:16px;font-weight:500;color:#fff}#tourCard-dealsV2 .details2 .review .review-max{font-size:14px;font-weight:500;color:#fff}#tourCard-dealsV2 .details2 .review .review-total{margin-left:5px;font-size:14px;font-weight:500;color:rgba(0,0,0,.5)}#tourCard-dealsV2 .details2 .price{display:flex;justify-content:flex-start;align-items:flex-end;flex-direction:row;gap:5px}#tourCard-dealsV2 .details2 .price .subtext{font-size:16px;font-weight:500;color:rgba(0,0,0,.5);-webkit-text-decoration-line:line-through;text-decoration-line:line-through}#tourCard-dealsV2 .details2 .price .main-price{font-size:16px;font-weight:500;color:#fff;background-color:var(--color-secondary);padding:3px 8px;border-radius:4px}#tourCard-dealsV2 .details2 .price .main-price-sale{font-size:16px;font-weight:500;color:#fff;background-color:var(--color-red);padding:3px 8px;border-radius:4px}#HomeSection1 .check-all{font-size:16px;font-weight:600;color:var(--color-primary);cursor:pointer;text-decoration:none}#HomeSection1 .medium-size{display:none}#HomeSection1 .nonMedium-size{display:block}@media(max-width:992px){#HomeSection1 .medium-size{display:block}#HomeSection1 .nonMedium-size{display:none}}