@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
body
{
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    font-family: 'Poppins', sans-serif;
    background-color: #fffdfd;
  }
  .top_header_menu{
    position: relative;
  }
  .maindiv{
    position: absolute;
    top: 11rem;
  }
  .header_sec
  {
    position: relative;
    z-index: 1;
    width: 100vw;
    background: white;
  }
.header__logo {
	padding: 15px 0 !important;
	margin-left: 3.5rem ;
	
	width: 10rem;
}
.productname
{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  
}
.card-body p {
  font-size: smaller;
}
.product .featured__item__pic{
  padding:.1rem 1.25rem ;
}
.header__logo a {
	display: inline-block;
}

.sidenav1 {
	position: fixed;
	background-color: rgb(128, 128, 128); /* Adjust sidebar background color */
  }
  .provider-list
  {
    min-height: 100vh;
   width:100%;
   padding:0  !important;
  }
  .container{
    min-height: 100vh;
    overflow-x: hidden;
    width: 100vw
  }

  /* Main Content Styles */
  .main-content {
	margin-left: 250px; /* Set margin to match sidebar width */
	padding: 20px;
  }
  .header_box
  {
	top: 0;
	left: 0; 
	width: 100%;
 
  }
 
  .plans
  {
    margin: top 2rem;
  }
 .category
 {

	display: block;
  cursor:pointer;
	/* margin-bottom: 10px; */
 }
 .checkbox-container
 {
	padding: 0 2.5rem 2rem 3rem;
 }
 .checkbox-container .checkbox-label {
	display: inline-block;
	margin-right: 10px; /* Adjust the spacing between checkbox and label */
	margin-top: 10px;
  }
  
  .checkbox-container input[type="checkbox"] {
	vertical-align: middle;
  }
 
 
  
  
  .sidebar {
    width: 250px;
    background-color: #f2f2f2;
    padding: 20px;
    margin:2rem 2rem 0 3.5rem;
    height:fit-content;
  }
  
  .category-list {
    list-style: none;
    padding: 0;
    margin-left:25px;  
  }
  
  .category-list li {
    margin-bottom: 10px;
  }
  
  
  
  #price-range-slider {
    width: 100%;
    height: 10px;
    margin-bottom: 20px;
    background-color: #ddd;
  }
  
  #price-range-slider .noUi-handle {
    background-color: #007bff;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
  }
  
  #price-range-slider .noUi-handle:hover {
    background-color: #0056b3;
  }
  
  #price-range-slider .noUi-connect {
    background-color: #007bff;
  }
  
  #price-range-slider .noUi-horizontal .noUi-handle:before,
  #price-range-slider .noUi-vertical .noUi-handle:before {
    display: none;
  }
  
  #price-range-slider .noUi-horizontal .noUi-handle:after,
  #price-range-slider .noUi-vertical .noUi-handle:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #007bff;
  }
  
  #price-range-slider .noUi-horizontal .noUi-handle:after {
    top: auto;
    bottom: -10px;
  }
  
  #price-range-slider .noUi-target {
    border-radius: 3px;
  }
  
  #price-range-slider .noUi-target .noUi-base {
    background: #ddd;
  }
  .header__menu ul .topbar :hover >a
  {
    color: #2c367b;
  }
  .header__menu ul li .header__menu__dropdown li {
    margin-right: 0;
    display: block;
  }
  .topa{
    color: #2c367b;
  }
  .header__menu ul li:hover>a {
    color: #2c367b;
  }
  .header__menu ul li .header__menu__dropdown li:hover>a {
    color: #2c367b;
  }
  
  .header__menu ul li .header__menu__dropdown li a {
    text-transform: capitalize;
    color: black;
    font-weight: 400;
    padding: 5px 15px;
  }
  
  .header__menu ul li.active a {
    color: #2c367b;
  }
  
  .header__menu ul li:hover .header__menu__dropdown {
    top: 32px;
    opacity: 1;
    visibility: visible;
  }
  
  .header__menu ul li:hover>a {
    color: #2c367b;
  }
  
  .header__menu ul li:last-child {
    margin-right: 0;
  }
  
  .header__menu ul li a {
    font-size: 14px;
    color: #252525;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    padding: 5px 0;
    display: block;
    
  }  
  .dropdown .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 1000;
    top: 100%; /* Position the sub-list below the parent */
    left: 0;
    width: 100vw; /* Use the complete width of the screen */
    border: none;
    box-shadow: none;
  }
  .dropdown .dropdown-menu .dropdown-item{
    margin-top: 1rem;
    margin-left:2rem;
    margin-bottom: 1rem;
  }
 .list{
      width: 100vw;
      padding: 0;
      left: 0;
      position: fixed;
      background-color:ghostwhite;
      height: fit-content;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
    
  #plan-list
  {
    padding-left: 2rem;
  }
  
.featured__item {
	margin-bottom: 50px;
	width: 10rem;
	border:1px solid #80808040
}

.featured__item:hover .featured__item__pic .featured__item__pic__hover {
	bottom: 10px;
}

.featured__item__pic {
	height: 130px;
	position: relative;
	overflow: hidden;
	background-position: center center;
}

.featured__item__pic__hover {
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	text-align: center;
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.featured__item__pic__hover li {
	list-style: none;
	display: inline-block;
	margin-right: 6px;
}

.featured__item__pic__hover li:last-child {
	margin-right: 0;
}

.featured__item__pic__hover li:hover span {
	background: #2c367b;
	border-color: #2c367b;
}

.featured__item__pic__hover li:hover span i {
	color: #ffffff;
	transform: rotate(360deg);
}

.featured__item__pic__hover li span {
	font-size: 12px;
	color: #1c1c1c;
	height: 25px;
	width: 30px;
	line-height: 23px;
	text-align: center;
	border: 1px solid #ebebeb;
	background: #ffffff;
	display: block;
	border-radius: 50%;
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.featured__item__pic__hover li span i {
	position: relative;
	transform: rotate(0);
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.featured__item__text {
	text-align: center;
	padding-top: 15px;
}

.featured__item__text h6 {
	margin-bottom: 10px;
}

.featured__item__text h6 a {
	color: #252525;
};

.featured__item__text h5 {
	color: #252525;
	font-weight: 700;
}

.badge {
  padding: 9px;
  border-radius: 50%;
  background-color: red;
  color: white;
  position: relative;
  left: -8px;
  top: -10px;
  opacity: 0.9;
}
#myModal
{
  top:9rem;
  left:33rem;
}
#btn_buy
{
  width:inherit;
  border: 1px solid rgba(128, 128, 128, 0.548);
  height: 2.3rem;
  background-color: white;
}
#btn_buy:hover
{
  background-color: #1c1c1cb6;
  color: white;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
@media only screen and (max-width: 768px) {
  body {
    
  
    /* Add any other specific styles for mobile view */
  }
  .grid-container{
    /* padding:2rem; */
    display: grid;
  grid-template-columns: auto auto auto;
  column-gap:2rem;
  justify-content: center;  
  }
  h3{
    margin-left:5rem;
    
  }
}

  
   .product_image
  {
    width: inherit;
    height: inherit;
  }
  .img-wrapper{
    max-width: 1445px;
    margin: 1rem 3rem 3rem 3rem;
    padding-left: 1rem;
    position: relative;
  }
  .img-wrapper .img-carousel{
  white-space: nowrap;
  font-size: 0px;  
  cursor: pointer;
  overflow: hidden;
  background: aliceblue;
  padding: .5rem .5rem .5rem 0;
}
  
  .img-carousel img{
    height:150px;
    object-fit: cover;
    border: 1px solid rgba(128, 128, 128, 0.377);
    border-radius: 50%;
    width: 150px;
    margin: 1rem .8rem;
    /* width: calc(100%/3); */
  }
  .img-carousel img:first-child{
    margin-left: 1.5rem;
  }
  .img-wrapper i{
    background: #fff;
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 50px;
    font-size: 1.2rem;
    position: absolute;
    bottom: 5rem;
    transform: translate(-50%);
  }
  .img-wrapper i:first-child{
    left: 20px;
  }
  .img-wrapper i:last-child{
    right: -22px;
  }
  @media screen and (max-width:900px){
    .img-carousel img{
      width: calc(100%/2);
    }
  }
  .similiarProductHead{
    margin: 1rem 3rem .5rem 3rem;
  }
  
  .seprator{
    border: 1px solid #cacacaba;
    width: 92%;
    margin: auto auto 3rem auto;
  }
  .rating_input{
    padding: 0 !important;
  }



/* @media only screen and(min-width:400px) */
/*  {*/
/*   .product{*/
/*    padding: 0 5px !important;*/
    
/*   }*/
  
/*  }*/
/*}*/
.comment-box{
  margin: 1rem 4rem 2rem 4rem;
}
.review-box {
  background: rgba(240, 248, 255, 0.192);
  height: 370px;
  border: 1px solid #8080804a;
  overflow-x: hidden;
  overflow-y: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}
.review-box p{
  font-style: italic;
  color: darkgray;
}

 /*  plexpay store home   */
.search-box{
  margin-top: 2rem;
}
.search-box button{
  height: 2rem;
  padding: .2rem .7rem !important;
}
.plexstore_user{
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right:2rem !important;
}
/* .sub_cat:first-child{
  margin: 0 0 0 1.5rem;
} */
.sub_cat span{
    margin: 0 1rem;
    width: 6.5rem;
    height: 5.5rem;
    padding: 1rem;
    border: 1px solid azure;
    border-radius: 50%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.sub_cat span i{
  font-size: 3rem;
  color:azure;
}

.sub_cat label{
  margin: 1rem 1rem;
  font-size: 11px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: 400;
    color:azure;
}
.sub_cat a{
  text-decoration: none;
}
.sub_cat a:hover{
text-decoration: none;
}
.text_banner{
  display: grid;
  justify-content: center;
  align-items: center;
  /* padding-top: 2rem; */
  width: auto;
  height: 10rem;
}
.first_text p span{
  font-weight: 600;
    font-size: 50px;
}
.main_content{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: azure;
}

.text_banner p{
  align-items: center;
    display: flex;
    justify-content: center;
}
.mobile{
  display: none !important;
}
.header__logo_home{
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 1.7rem .5rem 2rem 3.7rem;
  font-weight: bolder;
  font-size: 35px;
}
.plexstore_user i{
  font-size: 20px; color:white; padding:1rem
}
.plexstore_user a{
  color:white; padding:1rem
}
.badge{
  background-color: unset;
}
.sec_one_image
{
  transition: transform 0.3s ease-in-out;
  /* padding-left: 2px;
  padding-right: 2px; */
}
.section_one ,.section_two{
  margin-bottom: .25rem;
}
.text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); /* Adjust the shade color and opacity */
  display: flex;
  color: white;
  font-size: 2rem;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.image-overlay:hover img {
  transform: scale(1); /* Adjust the amount you want to move it */
  z-index: 1;
}

.image-overlay:hover .text {
  opacity: 1;
}
.section_one{
  height: 350px;
}
.section_one .carousel{
  height: inherit;
}
.section_one .carousel-item{
  height: inherit;
}
.section_one .carousel-inner{
  height: inherit;
}
.section_two h3{
  display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem
}
.connectwithus hr{
  display: none;
}
.home_footer hr,.connectwithus hr{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.aboutplexstore ,.our_prod,.company,.help,.connectwithus{
  margin: 0 1.8rem;
}
.aboutplexstore p ,.our_prod a,.copyright p ,.connectwithus p{
  font-size: 13px;
  font-weight: 400;
  font-family: inherit;
  line-height: 20px;
  text-align: justify;
}
.footer_sec hr{
  margin:1.8rem;
}
.our_prod a{
  color: black;
  border-right: 1px solid #00000047;
  padding: 0.2rem 1rem .3rem;
  margin-top: 2rem;
  letter-spacing: 1px;
}
.connectwithus{
  display: flex;
}
.connectwithus a{
  color: black;
}
.our_prod a:first-child {
  padding-left: 0;
}

.category_home{
  display: flex;
  align-items: center;
  justify-content: center;
 
}
.category_home::-webkit-scrollbar {
  width: 0.1px;
  background-color: transparent;
}

.category_home::-webkit-scrollbar-thumb {
  background-color: transparent;
}




:root {
  --no-of-slides: 5;
  --slides-in-view: 5;
  --slide-width: 250px;
  --slide-height: 18vh;
  --iteration-time: 30s;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(var(--slide-width) * var(--no-of-slides)* -1));
  }
}

.carousel__wrapper {
  
  display: flex;
  align-items: center;
  /*width: calc(var(--slides-in-view) * var(--slide-width));*/
  overflow: hidden;
  margin: 0 auto;
}

.carousel_new {
  padding: 10px 0;
 
  overflow: hidden;
  width: calc(2 * var(--no-of-slides));
}

.carousel__slide {
  animation: scroll var(--iteration-time) linear infinite;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  width: 200px;
  height: var(--slide-height);
  box-sizing: border-box;
}

    .carousel__slide {
      position: relative;
    }

    .carousel_new {
      counter-reset: slideNo;
    }

    .carousel__wrapper:hover .carousel__slide {
      animation-play-state: paused;
      cursor: pointer ;
  }
  .btn-primary{
    background-color:#3AC5E8 !important;
    border: 1px solid #3AC5E8 !important;
    border-radius: 0% !important;
  }


  /* cart info mobile view */
.cart_item{
  background: #ececec;
  margin-bottom: 2rem;
  padding: 1rem;  
}
.cart_count{
  display: flex;
    width: 80%;
    margin-left: 1rem;
    margin-right: 2rem;
    /* margin-right: 1rem; */
    gap: 3rem;
}
  .carted_product .row{
    width: 100%;
    
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
  }
  .carted_product .row .image{
  width: 40%;
  }
  .image img{
    width: 90%;
  }
  .carted_product{
    display: none;
}
.plexpay_home_section{
    background:#2c367b;border: 1px solid #2c367b;
    border-radius: 0 0 40px 40px;
    padding-top: .5rem;
    padding-bottom: 1rem;
    position: relative;
}
.cart_count{
  display: flex;
    width: 80%;
    margin-left: 1rem;
    margin-right: 2rem;
    /* margin-right: 1rem; */
    gap: 3rem;
}
  .carted_product .row{
    width: 100%;
    
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
  }
  .carted_product .row .image{
  width: 40%;
  }
  .image img{
    width: 90%;
  }
  .carted_product{
    display: none;
  }
@media (max-width: 767px) {
  .mobile-inline-list {
      display: flex !important;
      flex-direction: row !important;
      align-items: center !important; /* Optional: Align items vertically in the middle */
      margin-left: 2rem !important;
  }
  .mobile-inline-list .fa-shopping-cart{
   margin-top: auto !important;
  }
}
.mobile-inline-list .fa-shopping-cart{
    font-size: 20px; color:white;margin-top: 1.2rem;padding-right:1rem;
  }
