.menu-bar li.first-level{position:relative}
.menu-bar li.first-level:after {
    background-color: var(--tp-border-3);
    bottom: 0;
    content: "";
    height: 100%;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1px;
    background-image: linear-gradient(#fff, #d6d6d6, #fff);
    right: 0;
}
.menu-bar li.first-level:last-child:after:after {
    display:none;
}

.scroll-button:hover { background: var(--bs-gray-200); }
.icon-bg {width: 70px;height: 70px;background-color: var(--bs-gray-200);display: flex;align-items: center;justify-content: center;border-radius: 50%;}
.icon-bg svg {width: 38px;height: 38px;stroke: #adb5bd;}


/* mobile sidebar css*/
.tpsideinfo {
    width: 100%;
    z-index:9999;
}

.tpsidecategories, .tpsidebarmenu{
transform: translateY(120%);
}
.tpsideinfo.tp-sidebar-opened {
    transform: translateX(0);
}
.tpsideinfo.tp-sidebar-opened {
    transform:  translateX(0%);
}

.tpsidesearch {
    transform: translateY(120%);
}

.tpsidesearch.tp-sidebar-opened{
transform: translateY(8%);
}
.body-overlay{
z-index:999;background-color: rgba(0, 0, 0, .75);
}
/* mobile sidebar css end */


/* brands page CSS */
.brand-card {
    transition: transform .18s cubic-bezier(.4,0,.2,1), box-shadow .18s cubic-bezier(.4,0,.2,1);
}
.brand-card:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 4px 20px 0 rgba(60,60,60,.08);
}
.brand-logo {
    max-height: 100px;
    object-fit: contain;
    background: #f9f9f9;
}
/* brands page CSS */


/* Slider CSS */
.main {
  position: relative;
  column-gap: 2rem;
  /*padding-block: min(5vh, 2rem);
  padding-inline: 2.3em;*/
  padding:15px;
  align-items: center;
  justify-content: center;
  background: #f4f1ec;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .main {
    display: flex;
  }
}
.main .content {
  width: 100%;
  color: var(--tp-text-body);
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .main .content {
    width: 40%;
    margin-bottom: 0;
  }
}
.main h1 {
  letter-spacing: 0.8px;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.2;
}
.main p {
  font-size: 1rem;
  line-height: 1.8;
  margin: 10px 0;
}
.main .counter {
  font-weight: 400;
  display: flex;
  align-items: center;
  margin: 2.5em 0 2em 0;
  gap: 2em;
}
.main .counter i {
  margin-right: 10px;
}
.main .counter span {
  display: block;
  text-transform: capitalize;
  font-size: 0.8rem;
  color: #c1c1c1;
  margin-top: 3px;
}
.main .actionlink{
	border: 1px solid var(--tp-text-primary, #333);
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
	color: var(--tp-text-primary, #333);
	white-space: nowrap;
	border-radius: 6px;
	background: #fff;
	transition: background 0.2s;
	cursor: pointer;
	display: inline-block;
}

.main .actionlink:hover {
	background-color: var(--primary-color);
    text-decoration: underline;
    color:#fff;
}

.main .btn {
  background-color: var(--primary-color);
  border: none;
  color: #ffffff;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 6px;
}
.main .btn i {
  margin-left: 15px;
}
.main .btn:hover {
  text-decoration:underline;
}

.swiper-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  right: 0px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .swiper-container {
    width: 60%;
    right: -60px;
  }
}

.swipera {
  position: relative;
  width: 100%;
  z-index: 2;
}

.swiper-slide {
  width: 24rem;
  height: 24rem !important;
  display: flex !important;
  flex-direction: column;
  align-items: self-start;
  position: relative;
  border-radius: 12px;
  box-shadow: -1px 5px 15px #0000001f;
  text-align: center;
  opacity: 0.6;
  transition: opacity 0.6s ease-in;
}
.swiper-slide span {
  display: inline-block;
  background: var(--primary-color);
  border-radius: 0 50px 50px 0;
  text-transform: capitalize;
  padding: 12px 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
  position: absolute;
  top: 2em;
  left: 0;
  color: #fff;
}
.swiper-slide h3 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  letter-spacing: 0.8px;
  position: relative;
  word-wrap: break-word;
}
@media screen and (min-width: 800px) {
  .swiper-slide h3 {
    font-size: 1.2rem;
  }
}
.swiper-slide p {
  color: #fff;
  line-height: 1.6;
  font-size: 0.8rem;
}
.swiper-slide .slide-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -10px);
  width: 90%;
}


.swiper-slide-active {
  display: grid;
  opacity: 1;
}

.swiper-pagination {
  position: relative;
  bottom: -0.313rem;
  text-align: center;
  margin-top: 35px;
  width: auto;
}
.swiper-pagination-bullet {
  border-radius: 0;
  width: 1.5rem;
  height: 0.25rem;
  background: #fff;
}
.swiper-pagination-bullet-active {
  background: #fff;
}


@media (max-width: 480px) {
  
  .main .content {
	margin-bottom:0px;
  }
  .main h1 {
    font-size: 30px; text-align:center;
  }
  #BannerContent p, #BannerContent a{display:none;}
  
}
/* Slider CSS end */
