.home-gallery__item{background:#f2f2f2;text-align:center;border-radius:.625rem;overflow:hidden}.home-gallery__item.projects{border-radius:0;text-align:left;cursor:pointer;background:transparent}.home-gallery__item.projects .image{border-radius:.625rem;position:relative;overflow:hidden}.home-gallery__item.projects .name{font-size:1.125rem;margin-top:1.5rem}.home-gallery__item.projects .btn{transform:scale(0);transition:all .3s linear}.home-gallery__item.projects .btn--arrowbtn i{background:var(--white-color);color:var(--primary-color)}.home-gallery__item.projects:hover .btn{transform:scale(1)}.home-gallery__item.projects:hover .btn:hover i{background:var(--secondary-color);color:var(--white-color)}.home-gallery__img-box{min-height:6.25rem}.home-gallery__img-box img{width:100%;height:100%;object-fit:cover;object-position:center}.home-gallery__name{font-family:var(--helvetica-bold-font)}.home-gallery__slider{width:calc(100% + 2rem);margin-left:-1rem;margin-right:-1rem}.home-gallery .slick-slide>div{margin:0 1rem}.home-gallery__exteria-pg .home-gallery__item img{object-fit:containe}.home-gallery__exteria-pg .home-gallery__img-box{padding:2rem}.home-gallery__exteria-pg .home-gallery__name{padding:1rem;background:var(--light-grey);color:var(--white-color);font-family:var(--helvetica-bold-font);font-size:1.125rem;text-transform:capitalize}@media screen and (max-width:767px){.home-gallery .tabs-sec{overflow-y:auto;padding-bottom:.5rem}.home-gallery .btn.lg{font-size:1rem;padding:1rem 2rem}}