/* 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;
}
@media (min-width:991px){
    .sidebar-expanded ul li span{ display: block; }
    .sidebar-collapsed ul li span{ display: none; }
}
@media (min-width:991px){
    #left__sidebar.sidebar-collapsed:hover{ width: 227px !important;}
    #left__sidebar.sidebar-collapsed:hover ul li span { display: block!important; }
    #left__sidebar.sidebar-collapsed .list__dropdowns, #left__sidebar.sidebar-collapsed .active__navs__svg { display: none;  }
    #left__sidebar.sidebar-collapsed:hover .list__dropdowns.flex, #left__sidebar.sidebar-collapsed:hover .active__navs__svg { display: block!important;}
}
/* ---------------------------------------------------------------------------- */
.hidden__nav {
    display: none;
}
/* ---- ----------------------------------------------- */
.image__filters img {
    filter: brightness(110%) contrast(110%) saturate(100%) blur(0px) hue-rotate(0deg);
}
/* ---- ----------------------------------------------- */
.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: #00af78;
    background-image: -moz-linear-gradient(0deg, #00af78 0%, #00af78 100%);
    background-image: -webkit-linear-gradient(0deg, #00af78 0%, #00af78 100%);
    background-image: -ms-linear-gradient(0deg, #00af78 0%, #00af78 100%);
    border-color: #ffffff;
    font-size: 20px;
    position: relative;
    transition: all 0.3s ease-out;
    overflow: hidden;
    z-index: 1;
}
.paginationslist a:hover{
    background: #00af78;
    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: linear-gradient(90deg, #FFEFE4 0%, #FFF0E6 30.5%, #FFFFFF 100%); */
}
.grasss1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    background: linear-gradient(90deg, #ebf8f6 0%, #ebf8f65e 30.5%, #ffffff 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -2;
}
  .arv-hero-1-right-shapes {
    position: absolute;
    right: -340px;
    top: -90px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    z-index: 3;
    perspective: 2000px;
    transform-style: preserve-3d;
  }
  @media screen and (max-width: 1800px) {
    .arv-hero-1-right-shapes {
      right: -280px;
    }
  }
  @media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .arv-hero-1-right-shapes {
      right: -180px;
    }
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .arv-hero-1-right-shapes {
      right: -67px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .arv-hero-1-right-shapes {
      right: -60px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .arv-hero-1-right-shapes {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .arv-hero-1-right-shapes {
      display: none;
    }
  }
  .arv-hero-1-right-shapes span {
    width: 52px;
    height: 800px;
    background: linear-gradient(270deg, rgba(32, 32, 32, 0.096) 0%, rgba(255, 255, 255, 0.0576) 100%);
    backdrop-filter: blur(6px);
    transition: all 1.4s ease;
    transform: rotateY(-60deg);
  }
  .arv-hero-1-right-shapes .shape-1 {
    transition-delay: 0.8s;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .arv-hero-1-right-shapes .shape-1 {
      display: none;
    }
  }
  .arv-hero-1-right-shapes .shape-2 {
    transition-delay: 0.6s;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .arv-hero-1-right-shapes .shape-2 {
      display: none;
    }
  }
  .arv-hero-1-right-shapes .shape-3 {
    transition-delay: 0.4s;
  }
  .arv-hero-1-right-shapes .shape-4 {
    transition-delay: 0.2s;
  }
.grasss2{
    background-image: linear-gradient(179deg, #f6f6f6 0%, #fffdfd 50%, #ffffff 100%);
}
.grasss3 {
    background-image: linear-gradient(98deg, #f9f4eb 0%, #faf6f0 50%, #fffbf6 100%);
}

@media (min-width:768px) and (max-width:991px){
    .slider__textsss .line__four { -webkit-line-clamp: 3 !important;}
}
/* ---------------------------------------------------------------------------- */
.btn__anim {
    position: relative;
    transition: all 0.3s ease-out;
    overflow: hidden;
    z-index: 1;
}
.gra__btn {
    background-image: -moz-linear-gradient(0deg, rgb(41 210 41) 0%, rgb(0 178 20) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0 175 120) 0%, rgb(6 156 23) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(41 210 41) 0%, rgb(0 178 20) 100%);
}
.bg-progradient {
    background-image: linear-gradient(to right, #00A15D 0, #006e40 51%, #00A15D 87%);
}
.bg-free {
    background-image: linear-gradient(to right, #00A15D 0, #006e40 51%, #00A15D 87%);
}
.bg-bottom {
    background-image: linear-gradient(to right, #233043 0, #020305 51%, #273449 87%);
}
.bg-middle {
    background-image: linear-gradient(to right, #2563eb 0, #0b42b9 51%, #2563eb 87%);
}
.bg-top {
    background-image: linear-gradient(to right, #cc246a 0, #ae0e51 51%, #cb1762 87%);
}
/* ---------------------------------------------------------------------------- */
body {
    --thickness: 40px;
}
.book-wrapper2 {
    display: block;
    perspective: 1500px;
}
.book2 {
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
    transition: transform 1s ease;
    transform: rotateX(0deg) rotateY(-30deg);
}
.media__container:hover .book2 {
    transform: rotateX(5deg) rotateY(-50deg);
}
.book__front2 {
    border-radius: 5px;
    overflow: hidden;
    transform: translateZ(calc(var(--thickness)));
}
.book__paper2 {
    height: 98%;
    width: calc(var(--thickness) * 2);
    background: white;
    position: absolute;
    top: 1%;
    right: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0)), repeating-linear-gradient(90deg, white, #e2e2e2 1px, white 3px, #9a9a9a 1px);
    transform: rotateY(90deg) translateX(calc(var(--thickness) / 7)) translateZ(calc(var(--thickness) / 1.2));
}
.book__back2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #070707;
    border-radius: 5px;
    overflow: hidden;
    transform: translateZ(calc(-1 * var(--thickness)));
}
.book-shadow2 {
    position: absolute;
    height: calc(100px + var(--thickness));
    background: radial-gradient(70% 85%, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    transform: rotateX(90deg) rotateZ(30deg);
    transition: transform 1s ease;
    filter: blur(16px);
}
/* ---------------------------------------------------------------------------- */


