/**Navbar :: Start **/
.cart__btn {
    height: 45px;
    margin: 0 !important;
}
.cart__btn img {
    width: 100%;
    height: 100%;
}

/**Navbar :: END **/

/** HERO SECTION :: START **/
.hm__hero-img {
    margin: auto;
}
.hm__top-space {
    margin-top: 100px;
}
.hm__hero-img .swiper-button-next:after, 
.hm__hero-img .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 700;
    color: #222222;
}
.hm__hero-img .swiper-button-next, 
.hm__hero-img .swiper-button-prev {
    background-color: #ffffff;
    width: 34px;
    height: 34px;
    border-radius: 100%;
}
.hm__hero-img .swiper:hover .swiper-button-next, 
.hm__hero-img .swiper:hover .swiper-button-prev {
    opacity: 1;
}
.hm__hero-img .swiper-button-next, 
.hm__hero-img .swiper-button-prev {
    background-color: #ffffff;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
.hm__hero-img .swiper-backface-hidden .swiper-slide img,
.hm__heroslide-img{
   border-radius: 12px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 24px;
    top: auto;
}
.hm__hero-img .swiper-slide{
    border-radius: 12px;
}
.hm__herocat-img {
    height: 97%;
}
.hm__banner-desc {
    color: #ffffff;
    position: absolute;
    top: 37%;
    left: 30px;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}
.hm__hero-cat {
    overflow: hidden;
    border-radius: 12px;
}
.hm__hero-cat img,
.hm__hero-cat h3  {
    transition: all 0.2s ease-in-out;
}
.hm__hero-cat:hover img,
.hm__hero-cat:hover h3  {
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
}
/** HERO SECTION :: END **/
/** CATEGORY SECTION :: START **/
.hm__homepage-cat {
    font-weight: 300px;
}
.category img {
    border-radius: 20px;
    width: 120px;
    text-align: center;
    padding: 20px;
}

.cat-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ffe6e6;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.hm__cat-title {
    font-size: 0.85em;
    text-align: center;
    font-weight: 600;
    color: #222222;}
.hm__cat-img img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hm__cat-img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #ffffff;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 0 auto 15px;
    transition: all 0.2s ease-in-out;
}
.hm__categories-container  .hm__cat-imgs img{
    transition: all 0.5s ease-in-out;
}
.hm__categories-container a:hover .hm__cat-imgs {
    background-color: #007bff;
    transition: all 0.5s ease-in-out;
}
.hm__categories-container a:hover .hm__cat-imgs img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}
.category-sec {
    margin: 45px 0;
}
/** CATEGORY SECTION :: END **/
/** SHOP BY SERVICE SECTION :: START **/
.hm__shopbyservice-btn {
    background-color: #ffffff;
    position: absolute;
    left: 16px;
    right: auto;
    top: auto;
    margin: 0 auto;
    padding: 8px 16px;
    font-weight: 600;
    z-index: 9;
    width: fit-content;
    bottom: 16px;
}
.service-product-img {
    height: 50px;
}
.hm__service-product-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px !important;
}
.hm__service-product-description {
    font-size: 14px;
}

.hm__shopbyservice-img-3 {
    width: 100%;
}
.hm__shopbyservice-sec img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.hm__service-img{
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}
.hm__shopbyservice-sec .hm__service-img img{
  transition: all 0.5s ease-in-out;
}
.hm__shopbyservice-sec .hm__service-img:hover img{
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
}
.hm__service-img:before {
    content: '';
    position: absolute;
    background-color: #0000005c;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: 9;
}
.hm__col-block{
    flex-direction: column;
    gap: 16px;
    display: flex;
    
}
/** SHOP BY SERVICE SECTION :: END **/
/** LOOKING FOR SERVICE AND PRODUCT SECTION :: START **/
.hm__service-product-sec-container {
    background-color: #E6F2FF;
    padding: 24px;
    border-radius: 12px;
    border: 2px solid #E6F2FF;
    transition: all 0.2s ease-in-out;
}
.hm__service-product-sec-container img {
    transition: all 0.2s ease-in-out;
}
.hm__service-product-sec-container:hover img {
   transition: all 0.2s ease-in-out;
   transform: scale(1.1);
}
.hm__service-product-sec-container:hover {
    border-color: #007bff;
}
.hm__servicepro-sec {
    margin: 60px 0;
}
/** LOOKING FOR SERVICE AND PRODUCT SECTION :: END **/
/** BEST ON RENT SECTION :: START **/
.hm__bestonrent-btn {
    width: 180px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 auto;
    padding: 5px 13px;
    font-weight: 600;
    z-index: 9;
    bottom: 15px;
    font-size: 14px;
}
.container-best-on-rent .bestonrent-img img {
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}
.container-best-on-rent .bestonrent-img {
    height: 255px;
    overflow: hidden;
    border-radius: 12px;
    padding: 0;
    width: 15%;
}
.categories-sub-container {
    gap: 16px;
    justify-content: space-between;
}
.container-best-on-rent .bestonrent-img img{
    transition: all 0.3s ease-in-out;
}
.container-best-on-rent .bestonrent-img:hover img{
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}
.container-best-on-rent .bestonrent-img:before {
    content: '';
    position: absolute;
    background-color: #0000005c;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: 9;
}
.container-best-on-rent .bestonrent-img .hm__bestonrent-btn {
    transition: all 0.3s ease-in-out;
}
.container-best-on-rent .bestonrent-img:hover .hm__bestonrent-btn {
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}
.container-best-on-rent {
    margin: 0 0 60px;
}
.best-to-buy-item .image {
    height: 170px;
    overflow: hidden;
    position: relative;
    border-radius: 12px 12px 0 0;
}
.best-to-buy-item:hover .image img{
    transform: scale(1.1);
}
/** BEST ON RENT SECTION :: END **/
/** OUR FEATURE SECTION :: START **/
.our-feature-img {
    height: 70px;
    margin: auto;
}

.our-feature-description {
    width: calc(100% - 64px);
}
.hm__feature-block{
    border: 2px solid #DDDDDD;
    border-radius: 12px;
    padding: 16px;
}
.hm__feature-block:hover {
    border-color: #007bff;
}
.hm__feature-img{
    width: 100%;
    height: 88%;
    border-radius: 12px;
}
.hm__feature-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
/** OUR FEATURE SECTION :: END **/

/** BEST TO BUY SECTION :: START **/
.hm__besttobuy-title {
    background-color: #007BFF;
    color: #ffffff;
    padding: 12px;
    margin: 0;
    font-weight: 500;
}
.hm__buy-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    transition: all 0.2s ease-in-out;
}
.hm__buy-img {
    height: 170px;
    overflow: hidden;
    position: relative;
    border-radius: 12px 12px 0 0;
}
.hm__buy-img:hover img {
    transform: scale(1.1);
}
.hm__buy-img:before {
    content: '';
    position: absolute;
    background-color: #0000005c;
    width: 100%;
    height: 100%;
    border-radius: 12px 12px 0 0;
    z-index: 9;
}
/** BEST TO BUY SECTION :: END **/
/** TRENDING NOW SECTION :: START **/
.hm__trendingnow-title {
    background-color: #E6F2FF;
    font-weight: 300px;
}

.hm__trendingnow-title-2 {
    background-color: #E6F2FF;
    font-weight: 300px;
    text-align: right;
}
.hm__tranding-sec {
    background-color: #e6f2ff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 12px;
}
.hm__tranding-sec span {
    display: inline-block;
    background-color: #007BFF;
    color: #ffffff;
    padding: 4px 20px;
    border-radius: 100px;
    font-weight: 600;
}
.hm__tranding-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: all 0.5s ease-in-out;
}
.hm__icon-img svg path {
    stroke: #ffffff;
}
.hm__title-wrap p {
    margin-bottom: 0;
    font-weight: 600;
}
.hm__icon-img svg {
    max-width: 27px;
}
.hm__icon-img {
    background-color: #007BFF;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
}
.hm__tranding-img:hover img {
    transition: all 0.5s ease-in-out;
    transform: scale(1.1);
}
.hm__tranding-sec .col-6 {
    padding: 0 8px;
}
.hm__tranding-img {
    height: 170px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}
/** TRENDING NOW SECTION :: START **/
/** JOIN OUR BUSSINES SECTION :: START **/
.hm__ourbussiness-btn {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}
.hm__ourbusiness-description {
    font-size: 0.75em;
}
.hm__ourbusiness-cont {
    background-color: #E6F2FF;
    padding: 10px;
}
.hm__busines-sec {
    background-color: #E6F2FF;
    margin: 0;
    border-radius: 12px;
    padding: 24px 0;
}
.hm__business-img {
    background-color: #ffffff;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 100%;
    padding: 11px;
    border: 1px solid #ffffff;
    transition: all 0.2s ease-in-out;
}
.hm__ourbusiness-cont:hover .hm__business-img{
    transition: all 0.2s ease-in-out;
    transform: scale(1.1);
}
.hm__ourbusiness-cont:hover .hm__business-img{
    border-color: #007BFF;
}
.hm__service-product-title{
    transition: all 0.2s ease-in-out;
}
.hm__ourbusiness-cont:hover .hm__service-product-title{
   color: #007BFF;
}
.hm__join-business {
    margin: 60px 0;
}
/** JOIN OUR BUSSINESS SECTION :: END **/
/* APP DOWNLOAD SECTION :: START */
span.hm__tag {
    background-color: #BEDDFF;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    color: #222222;
    border-radius: 100px;
    display: inline-block;
    margin: 0 0 24px;
}
.hm__app-download {
    background-color: #e6f2ff;
    padding: 40px 0;
    margin: 60px 0;
}
.hm__appdownload-content {
    padding-left: 70px;
}
.hm__app-img img {
    max-width: 90%;
}
/* APP DOWNLOAD SECTION :: END */
@media (max-width: 767px){
  .hm__banner-desc {
    top: 29%;
    font-size: 20px;
  }
.hm__hero-cat {
    margin: 0 0 16px;
}
    h2, .h2, h1, .h1 {
        font-size: 26px;
        line-height: 40px;
    }
.categories-sub-container {
    flex-wrap: nowrap;
    overflow-x: scroll;
}
.container-best-on-rent .bestonrent-img {
    width: 60%;
}
.h-50 {
    height: 25%!important;
}
.hm__servicepro-sec .row {
    gap: 16px;
}
#bestToBuyContainer {
    gap: 16px;
}
.hm__appdownload-content {
    padding-left: 0;
    padding-top: 50px;
}
.hm__tranding-img {
    height: 130px;
}
.hm__join-business {
    margin: 20px 0;
}
.hm__join-business .container {
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 26px !important;
}
.hm__tranding-sec span {
    padding: 4px 15px;
    font-size: 14px;
}
.categories-sub-container {
    flex-wrap: nowrap !important;
    overflow-x: scroll;
}
.hm__icon-img {    
width: 30px;
    height: 30px;
	width: 30px;
    line-height: 30px;
}
.h-50 {
    height: 100%!important;
}
.hm__service-img {
    height: 195px;
}
.hm__service-img img {
    width: 100%;
    height: 100%;
}
}