/* Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none;
  }

  .no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  }

:focus {
  outline: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  /* font-family: var(--bs-heading-font-family); */
}
a {
  transition: color 400ms ease, background 400ms ease;
}
/* ---------------------------------------------------------------------------- */
.menu__active svg, .menu__active span{
    color: #22c55e!important;
}
.bar__close__icon{
    display: none;
}
@media (min-width:991px){
    .side__nav__open ul li span{
        display: block;
    }
    .side__nav__close ul li span{
        display: none;
    }
}
.active__navs{
    position: relative;
    background-color: #22c55e0d;
    border-radius: 12px;
    color: #22c55e;
}
.active__navs:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -12px;
    border-radius: 0.25rem;
    width: 6px;
    border-width: 2px;
    border-color: #22c55e;
    background-color: #22c55e;
}
.active__navs .active__navs__svg {
    rotate: 90deg;
    margin-right: 6px;
}
.active__navs svg{
    fill: #22c55e;
}
.dropdown__nav__link:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 1px solid #8997bd;
    border-radius: 50%;
    background: rgba(137, 151, 189, .2);
    left: 0px;
    top: auto;
    bottom: auto;
}
.dropdown__nav__link.active:before {
    border-color: #22c55e !important;
    background-color: #22c55e !important;
}
@media (min-width:991px){
    #left__sidebar.side__nav__close:hover{
        width: 227px !important;
    }
    #left__sidebar.side__nav__close:hover ul li span {
        display: block!important;
    }
    #left__sidebar.side__nav__close .list__dropdowns, #left__sidebar.side__nav__close .active__navs__svg {
        display: none;
    }
    #left__sidebar.side__nav__close:hover .list__dropdowns.flex, #left__sidebar.side__nav__close:hover .active__navs__svg {
        display: block!important;
    }
}
/* ---------------------------------------------------------------------------- */
.image__filters img {
    filter: brightness(110%) contrast(110%) saturate(100%) blur(0px) hue-rotate(0deg);
}
/* ---------------------------------------------------------------------------- */
.hidden__nav {
    display: none;
}
/* ---- ----------------------------------------------- */
.line__div {
    -webkit-box-orient: vertical;
    display: -webkit-box!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
}
.line__one {-webkit-line-clamp: 1!important;}
.line__two {-webkit-line-clamp: 2!important;}
.line__three {-webkit-line-clamp: 3!important;}
.line__four {-webkit-line-clamp: 4!important;}
.line__five {-webkit-line-clamp: 5!important;}
.line__six {-webkit-line-clamp: 6!important;}
.line__seven {-webkit-line-clamp: 7!important;}
.line__one img, .line__two img, .line__three img, .line__four img, .line__five img, .line__six img, .line__seven img{
    display: none;
}
/* ---------------------------------------------------------------------------- */
.paginationslist span{
    margin-left: 4px;
    margin-right: 6px;
}

.paginationslist a{
    margin-right: 6px;
    color: #000000;
}
.paginationslist span{
    margin-left: 4px;
    margin-right: 6px;
    border-color: #ebebeb;
    font-size: 20px;

}
.paginationslist a:hover::before {
    transform: translateY(0);
}
.paginationslist a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #232d42;
    transform: translateY(105%);
    transition: transform 0.4s;
    z-index: -1;
}
.paginationslist a {
    margin-right: 6px;
    color: #ffffff;
    background: #7a64b6;
    background-image: -moz-linear-gradient(0deg, #7a64b6 0%, #7a64b6 100%);
    background-image: -webkit-linear-gradient(0deg, #7a64b6 0%, #7a64b6 100%);
    background-image: -ms-linear-gradient(0deg, #7a64b6 0%, #7a64b6 100%);
    border-color: #ffffff;
    font-size: 20px;
    position: relative;
    transition: all 0.3s ease-out;
    overflow: hidden;
    z-index: 1;
}
.paginationslist a:hover{
    background: #7a64b6;
    background-image: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    color:#ffffff;
}
/* ---------------------------------------------------------------------------- */
.error {
    color: red;
}
/* ---------------------------------------------------------------------------- */
.price2qqq{
    background: linear-gradient(0deg, #091660, #ff516b);
}
/* ---------------------------------------------------------------------------- */
.grasss1{
    background-image: linear-gradient(67deg, #dce9e9 0%, #fffdfd 50%, #dce9e9 100%);
}
.grasss2 {
    background-image: linear-gradient(181deg, #7ab5b5 0%, #dce9e9 50%, #f7ffff 100%);
}
.grasss3 {
    background-image: linear-gradient(12deg, #7ab5b5 0%, #dce9e9 50%, #f7ffff 100%);
}

@media (min-width:768px) and (max-width:991px){
    .slider__textsss .line__four { -webkit-line-clamp: 3 !important;}
}
/* ---------------------------------------------------------------------------- */
.gradiant__one {
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(321deg, #d9b57f, #ffd28d 80%);
}
.gradiant__one span {
    text-shadow: 2px 2px 0px #00000014;
}
.gradiant__two {
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(74deg, #514d4e, #ff6a33 80%);
}

/* ---------------------------------------------------------------------------- */


