i {
    display: inline-flex;
}

.home-product-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

.home-product-single {
    padding: 30px 30px 0
}

.home-product-single-1 {
    background: linear-gradient(180deg, hsl(var(--main)) 0%, #03071F 100%, #020824 100%)
}

.home-product-single-1 .title-48,
.home-product-single-1 .pera-16 {
    color: #fff
}

.home-product-single-1 .product-link-path a {
    color: #0a7efb
}

.home-product-single-1 .product-vactor-wrap,
.home-product-single-2 {
    background: #f2f4f5
}

.home-product-single-1 .product-vactor-wrap {
    background: none;
}

.home-product-single-2 .product-link-path a {
    color: #0a7efb
}

.home-product-single-3 {
    background: #F8F9FA
}

.home-product-single-3 .product-link-path a {
    color: #0a7efb
}


.home-product-single-4 {
    background: linear-gradient(180deg, #030833 0%, #030833 100%)
}

.home-product-single-4 .title-48,
.home-product-single-4 .pera-16,
.home-product-single-4 .product-link-path a {
    color: #fff
}


.home-product-inner {
    text-align: center;
    max-width: 550px;
    width: 100%;
    margin: auto
}

.home-product-inner .title-48 {
    margin: 20px 0 12px
}

.home-product-inner .pera-16 {
    max-width: 544px;
    width: 100%;
    margin: auto
}

.home-product-single {
    cursor: pointer;
}

.product-vactor-wrap {
    width: 100%;
    aspect-ratio: 16/9;
}

.home-product-single {
    position: relative;
}

.eBtn {
    color: #fff;
    padding: 7px 16px !important;
    background-color: transparent;
    transition: 0.2s linear;
    border-radius: 8px;
    border: 1px solid #fff;
    text-transform: capitalize;
    font-weight: 500;
    overflow: hidden;
    font-size: 0.875rem;
}

.eBtn:hover,
.eBtn.active {
    background: #fff !important;
    color: hsl(var(--heading-color)) !important;
}

.eBtn-dark {
    color: hsl(var(--heading-color));
    padding: 7px 16px !important;
    background-color: transparent;
    transition: 0.3s linear;
    border-radius: 8px;
    border: 1px solid hsl(var(--gray-five));
    text-transform: capitalize;
    font-weight: 500;
    overflow: hidden;
    font-size: 0.875rem;
}

.eBtn-dark:hover,
.eBtn-dark.active {
    color: #fff !important;
    background: hsl(var(--heading-color)) !important;
    border: 1px solid hsl(var(--heading-color));
}

.product-vactor-wrap {
    max-width: 100%;

}

@media screen and (max-width: 991px) {
    .title-64 {
        font-size: 55px
    }

    .title-48 {
        font-size: 45px
    }

    .banner-vaector-2,
    .banner-vaector-1 {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .title-64 {
        font-size: 45px
    }

    .title-48 {
        font-size: 40px
    }

    .home-banner-area {
        padding: 110px 0
    }

    .best-products .title,
    .trusted-title .title {
        font-size: 2.1875rem;
        line-height: 1.3
    }
}

@media screen and (max-width: 575px) {
    .title-64 {
        font-size: 40px
    }

    .title-48 {
        font-size: 36px
    }

    .product-vactor-wrap {
        height: 260px
    }

    .home-banner-area {
        padding: 100px 0
    }

    .trusted-items div div:nth-child(2) .trusted-item:after {
        display: block
    }

    .trusted-item:after {
        top: auto;
        bottom: -13px;
        left: 50%;
        right: auto;
        transform: translate(-50%);
        width: 15%;
        height: .0625rem
    }
}

.product-image {
    width: 100%;
    height: 300px;
    margin: auto;
    border-radius: 30px 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.pb-80 {
    padding-bottom: 5rem;
}

.why-best-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.875rem;
    height: 240px !important;
}

.why-best-items .why-best-item {
    flex: 0 0 22.875rem;
    border: .0625rem solid hsl(var(--main));
    border-radius: .3125rem;
    padding: 2.65rem;
    background-color: hsl(var(--white));
}

.why-best-items .why-best-item .title {
    display: flex;
    align-items: center;
    padding-bottom: 1.25rem;
    gap: .6875rem
}

.why-best-items .why-best-item .title h4 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: hsl(var(--heading-color));
    margin: 0px !important;
}

.why-best-items .why-best-item .info {
    font-size: .96rem;
    font-weight: 500;
    line-height: 1.5625rem;
    color: #212534;
}

.align_center {
    margin: 0px;
    padding: 0px;
}

.avatar-upload .avatar-preview img {
    width: 116px;
    height: 116px;
    position: relative;
    border-radius: 100%;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.dashboard-widget {
    padding: 16px 24px;
    border-radius: 8px;
    background-color: blue !important;
    position: relative;
    z-index: 1;
    transition: 0.2s linear;
}

.nav-menu__link {
    font-size: .85rem;
    font-weight: 400;
}

.logo img {
    width: 180px;
}

.search-box .icon {
    right: 5px;
}

.btn-icon {
    width: 46px;
    height: 46px;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}



.footer {
    background-image: none !important;
    background-color: hsl(var(--heading-color));
    padding: 60px 0px 30px !important;
}

.footer-item__desc,
.footer-menu__link {
    font-size: 14px;
}

.footer-menu__link::before {
    content: '';
}

.footer-menu__link {
    padding-left: 0;
}

.footer-item__logo a img {
    width: 180px;
}

/* .banner-content__title{
    font-size: 54px;
} */

.filter-sidebar__button::before {
    width: 100%;
}

.eShadow {
    box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.07);
}

.filter-sidebar-list__text.active {
    color: hsl(var(--main));
}

.breadcrumb-one-content__desc .search-box input {
    padding-left: 25px;
}

.blog-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.three-dot-menu {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
}

.three-dot-menu .icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid hsl(var(--white-one));
    cursor: pointer;
    transition: .3s;
}

.three-dot-menu .icon i {
    display: inline-flex;
    font-size: 13px;
}

.three-dot-menu .eDropdown-menu {
    background: #fff;
    width: 150px;
    padding: 8px 0;
    border-radius: 8px;
    border: 1px solid hsl(var(--white-one));
    position: absolute;
    top: 36px;
    z-index: 2;
    height: 0;
    transition: .3s;
    display: none;
}

.three-dot-menu .eDropdown-menu.show {
    display: block;
    height: auto;
}

.three-dot-menu .eDropdown-menu .eMenu-item {
    padding: 5px 12px;
    cursor: pointer;
    transition: .3s;
    font-size: 14px;
}

.three-dot-menu .eDropdown-menu .eMenu-item a {
    color: hsl(var(--body-color));
}

.three-dot-menu .eDropdown-menu .eMenu-item:hover {
    background-color: #F8F9FA;
}

.eMenu-link {
    display: flex;
    align-items: center;
    gap: 8px;
}

span.link-icon {
    display: inline-flex;
}

.c-btn {
    padding: 8px;
    height: 90px;
    width: 300px;
    background-color: #0a7efb !important;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

@media screen and (max-width: 575px) {
    .custon-btns {
        display: none !important;
    }

    .hire-btn {
        width: 250px;
    }

    .hire-btn a {
        font-size: 12px;
    }

    .hire-search {
        justify-content: end;
    }

    .user-profile__thumb {
        width: 80px;
        height: 80px;
        overflow: hidden;
        border-radius: 50%;
    }
}

@media screen and (max-width: 770px) {
    .custon-btns {
        display: none !important;
    }

    .hire-btn {
        width: 250px;
    }
}

@media screen and (max-width: 991px) {
    .custon-btns {
        display: none !important;
    }
}
