.offcanvas__logo a img{
    /* background: #fff; */
    padding: 5px;
    border-radius: 5px;
}

.furniture-rating__right-item .rating-dot.dot-three{
    top: 28% !important;
}

.furniture-rating__right-item .rating-dot{
    top: 38%;
}

.furniture-rating__right-item .rating-dot ul{
    background-color: #ffffff7a;
}

.banner-btn-wrapper{
    margin-top: -137px;
    margin-left: 28px;
}

/* .furniture-ad__item{
    background-image: url('assets/imgs/Frame 379.png') !important;
} */

.fill-btn{
    background: #18a99f;
}

.abt-data{
    color: #292562 !important;
}


.header-4.sticky {
    padding: 0px 65px !important;
}

.product-item {
    border-radius: 2%;
    border: 1px solid rgb(24 169 159);
    position: relative;
}
.blogs-active-3{
        margin-right: 2%;
}

.btn-floating {
    position: fixed;
    right: 33px;
    width: 57px;
    height: 57px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; /* icon center */
    gap: 10px;
    overflow: hidden;
    transition: 0.3s ease;
}

/* icon stays centered */
.btn-floating i {
    font-size: 27px;
    min-width: 22px;
    margin-inline-start: 9px;
}

/* hidden content */
.btn-content {
    display: flex;
    flex-direction: column;
    opacity: 0;
    max-width: 0;
    transition: 0.3s ease;
}

/* hover expand */
.btn-floating:hover {
    width: auto;
    padding: 10px 20px;
}

/* show numbers one by one */
.btn-floating:hover .btn-content {
    opacity: 1;
    max-width: 300px;
}

/* span style */
.btn-floating span {
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}

/* Phone */
.btn-floating.phone {
    bottom: 160px;
    background-color: #153b68;
}

/* WhatsApp */
.btn-floating.whatsapp {
    bottom: 230px;
    background-color: #34af23;
}




.block {
  width: 840px;
  margin: 10% auto;
  overflow: hidden;
}

.box {
  position: relative;
  height: 130px;
  line-height: 150px;
  overflow: hidden;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.box__right {
  position: absolute;
  width: inherit;
  height: inherit;
  text-align: center;
  line-height: inherit;
  transition: transform .4s ease;
  background: rgba(0, 0, 0, 0.43);
  transform: translateX(100%);
}

.box__right:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  right: 100%;
  bottom: 0;
  transform-origin: 100% 100%;
}

.box__right:hover {
  transform: translateX(0);
  z-index: 1;
}

.box__right:hover:before {
  width: 100%;
  height: 100%;
  transform: none;
}

.box__right:hover ~ .box__center {
  transform: translateX(-100%);
}

.box__left {
  position: absolute;
  width: inherit;
  height: inherit;
  text-align: center;
  line-height: inherit;
  transition: transform .4s ease;
  background: rgba(0, 0, 0, 0.43);
  transform: translateX(-100%);
}

.box__left:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  left: 100%;
  transform-origin: 0 0;
}

.box__left:hover {
  transform: translateX(0);
  z-index: 1;
}

.box__left:hover:before {
  width: 100%;
  height: 100%;
  transform: none;
}

.box__left:hover ~ .box__center {
  transform: translateX(100%);
}

.box__top {
  position: absolute;
  width: inherit;
  height: inherit;
  text-align: center;
  line-height: inherit;
  transition: transform .4s ease;
  background: rgba(0, 0, 0, 0.43);
  transform: translateY(-100%);
}

.box__top:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  top: 100%;
  right: 0;
  transform-origin: 100% 0;
}

.box__top:hover {
  transform: translateX(0);
  z-index: 1;
}

.box__top:hover:before {
  width: 100%;
  height: 100%;
  transform: none;
}

.box__top:hover ~ .box__center {
  transform: translateY(100%);
}

.box__bottom {
  position: absolute;
  width: inherit;
  height: inherit;
  text-align: center;
  line-height: inherit;
  transition: transform .4s ease;
  background: rgba(0, 0, 0, 0.43);
  transform: translateY(100%);
}

.box__bottom:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  bottom: 100%;
  left: 0;
  transform-origin: 0 100%;
}

.box__bottom:hover {
  transform: translateX(0);
  z-index: 1;
}

.box__bottom:hover:before {
  width: 100%;
  height: 100%;
  transform: none;
}

.box__bottom:hover ~ .box__center {
  transform: translateY(-100%);
}

.film-container {
  width: 100%;
  float: left;
  position: relative;
}

.film-container .row {
  height: 445px;
  position: relative;
}

.film-container .row .single-film {
  width: 280px;
  height: auto;
  float: left;
  padding: 0px 15px;
  position: absolute;
  z-index: 4;
  background: #0c101b;
}

.film-container .row .single-film:nth-child(1) {
  top: 0%;
  left: 0%;
  transition: all ease .8s;
}

.film-container .row .single-film:nth-child(2) {
  top: 0%;
  left: 33%;
  transition: all ease .8s;
}

.film-container .row .single-film:nth-child(3) {
  top: 0%;
  left: 66%;
  transition: all ease .8s;
}

.film-container .row .single-film:nth-child(4) {
  top: 55%;
  left: 0%;
  transition: all ease .8s;
}

.film-container .row .single-film:nth-child(5) {
  top: 55%;
  left: 33%;
  transition: all ease .8s;
}

.film-container .row .single-film:nth-child(6) {
  top: 55%;
  left: 66%;
  transition: all ease .8s;
}

.film-container .row .single-film .play-video {
  transition: all ease .8s;
  opacity: 0;
  background: #0c101b;
}

.film-container .row .single-film .play-video video {
  width: 100%;
  height: 100%;
  transition: all ease .8s;
}

.film-container .row .single-film .box-pay-icon {
  display: block;
  opacity: 1;
  z-index: 9;
}

.film-container .row .single-film .video-tag-close {
  transition: all ease .5s;
  position: absolute;
  top: 0px;
  right: 9px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  background: #0c101b;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 36px;
}

.film-container .row .single-film .box {
  width: 100%;
  transition: all ease .8s;
}

.film-container .row .single-film .box .play-movie-icon {
  color: #fff;
  font-size: 45px;
  line-height: 0;
  font-weight: bold;
}

.film-container .row .single-film .film-information {
  width: 100%;
  float: left;
  margin-top: 6%;
  transition: all ease .8s;
}

.film-container .row .single-film .film-information p {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 13px;
  margin: 0;
  line-height: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.film-container .row .single-film.single-film-animate {
  left: 33% !important;
  top: 33% !important;
  transition: all ease .8s;
  bottom: 33%;
  right: 33%;
  transition: all ease .8s;
}

.film-container .row .single-film.single-film-animate .film-information {
  opacity: 0;
  transition: all ease .8s;
}

.film-container .row .single-film.single-film-animate .box-pay-icon {
  transition: all ease .8s;
  display: none !important;
}

.film-container .row .single-film.single-film-active {
  z-index: 6;
}

.film-container .row .single-film.video-min {
  transition: all ease .8s;
  display: block;
  opacity: 1;
}

.film-container .row .single-film.video-min video {
  margin: 0 auto !important;
  height: 0% !important;
  width: 0% !important;
  margin-left: 40% !important;
  margin-top: 20% !important;
  overflow: hidden !important;
}

.film-container .row .single-film.single-film-in {
  z-index: 6;
  transition: all ease .8s;
  right: 0 !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  height: auto !important;
  width: 100% !important;
}

.film-container .row .single-film.single-film-in .box {
  height: 100% !important;
  transition: all ease .8s;
  width: 100% !important;
  overflow: visible;
}

.film-container .row .single-film.single-film-in .play-video {
  transition: all ease .8s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 1 !important;
}

.film-container .row .single-film.single-film-in .play-video video {
  transition: all ease .8s;
  width: 100%;
  height: 100%;
}

.film-container .row .single-film.single-film-in:hover .video-tag-close {
  transition: all ease .8s;
  opacity: 1;
}

.product-item{
    height: 485px;
}

@media only screen and (max-width:576px){
    .product-item {
    height: unset ;
}
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .header-4.sticky {
        padding: 18px 15px !important;
    }
}