.hr-menuslider {
  overflow: hidden;
  padding: 150px 0px 50px;
  background: #fff;
}
.hr-menuslider .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.single-portfolio-three-item .portfolio-card {
  margin-left: 0px;
  margin-right: 0px;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  margin-top: -20px;
  position: relative;
  transition: all ease 0.7s;
  border-radius: 0px 0px 10px 10px;
}

.single-portfolio-three-item .portfolio-card h3 {
  font-size: 18px;
  margin-bottom: 15px;
  transition: all ease 0.7s;
  font-family: var(--font-02);
  color: var(--black);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.single-portfolio-three-item .portfolio-card h3:hover {
  color: var(--color-2);
}

.single-portfolio-three-item .portfolio-card span {
  color: #000;
  font-family: var(--font-01);
  font-weight: 400;
  font-size: 16px;
}

/*.active.center .single-portfolio-three-item {
  background: var(--white);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}*/
.portfolio-three-slider.owl-theme .owl-nav {
  position: absolute;
  top: -110px;
  right: 180px;
}

.portfolio-three-slider.owl-theme .owl-nav [class*="owl-"] {
  background: var(--color-2);
  font-size: 15px;
  padding: 0;
  color: var(--white);
  display: inline-block;
  cursor: pointer;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  transition: all ease 0.7s;
}

.portfolio-three-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: var(--color-2);
  color: var(--white);
}
.hr-menuslider .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
  max-height: 200px;
}

.product-cart-icon {
  display: flex;
  align-items: center;
  column-gap: 15px;
  justify-content: center;
  background: #fff;
  padding: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: .3s ease-in-out;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: 0;
}

.single-portfolio-three-item:hover .product-cart-icon {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  transition: .3s ease-in-out;
}
.portfolio-img {
  position: relative;
  padding: 20px 20px;
  overflow: hidden;
  background: #f7f7f7;
  border-radius: 10px 10px 0px 0px;
}

.single-portfolio-three-item {
  border: 1px solid #D5D5D5;
  box-shadow: 0px 4px 20px 0px #00000014;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-cart-icon li {
  list-style: none;
}
.product-cart-icon li a {
  color: var(--color-2);
  font-size: 18px;
}
.product-cart-icon li a:hover {
  color: var(--color-1);
}

.hr-menuslider-head {
  margin-bottom: 50px;
}
.hr-menuslider-head h2 {
  font-size: 35px;
  color: #000;
  font-weight: 700;
  line-height: 46px;
  text-transform: uppercase;
}
.hr-menuslider .hr-product-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 10px 10px 0px 0px;
}
.product-mobile {
  display: none;
}

@media(max-width:991px){
  .product-mobile {
  display: block;
}
.product-mobile {
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 21px;
  background: var(--color-1);
  transition: .3s ease-in-out;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #fff;
}
.product-category {
  position: absolute;
  z-index: 1;
  transform: translatex(-800px);
  transition: .3s ease-in-out;
}
.product-category-show {
  transform: translatex(0);
}
}
@media(max-width:768px){
  .single-portfolio-three-item .portfolio-card {
  margin-top: -60px;    
}
}
@media(max-width:576px){
.portfolio-three-slider.owl-theme .owl-nav {
  position: absolute;
  top: -95px;
  right: 10px;
  margin: 0;
}
.portfolio-three-slider.owl-theme .owl-nav [class*="owl-"] {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.hr-menuslider {
  padding: 50px 0px 50px;
}
.hr-menuslider-head h2 {
  font-size: 28px;
}
.hr-select-option.contact-field select {
  max-width: 140px;
}
.hr-page-amount p {
  font-size: 12px;
}
}
