.section-quality img {
  height: 100px;
  width: 100%;
}

.item {
  padding-left: 5px;
  padding-right: 5px;
}
.item-card {
  transition: 0.5s;
  cursor: pointer;
}
.card-title {
  /* font-size: 15px; */
  transition: 1s;
  cursor: pointer;
  color: #221500;
  font-weight: bolder;
}
.item-card-title i {
  font-size: 15px;
  transition: 1s;
  cursor: pointer;
  color: #ffa710;
}
.card-title i:hover {
  transform: scale(1.25) rotate(100deg);
  color: #18d4ca;
}
.card:hover {
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}
.card-text {
  font-size: 14px;
  height: 80px;
  color: #221500;
}
@media only screen and (max-width: 480px) {
  .card-text {
    display: none;
  }
}
.card::before,
.card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform 0.3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  pointer-events: none;
}
.card::before {
  transform-origin: left top;
}
.card::after {
  transform-origin: right bottom;
}
.card:hover::before,
.card:hover::after,
.card:focus::before,
.card:focus::after {
  transform: scale3d(1, 1, 1);
}

.item-card span:hover {
  background: none;
  color: #fdda7e;
}

.item-card span {
  display: inline-block;
  background: #fdda7e;
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  font-size: 35px;
  border: 2px solid #fdda7e;
}

/* login modal ------------------------*/

.form-title {
  margin: -2rem 0rem 2rem;
}

.btn-round {
  border-radius: 3rem;
}

.delimiter {
  padding: 1rem;
}

.signup-section {
  padding: 0.3rem 0rem;
}
#loginModal {
  z-index: 99999;
}
#loginModal .divider::before,
.divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  border-top: 1px solid gray;
}

#loginModal .divider::before {
  left: 0;
  transform: translateX(-50%);
}

#loginModal .divider::after {
  right: 0;
  transform: translateX(50%);
}
/*** product slider Start ***/
.testimonial-item {
  max-width: 100%;
  height: 360px;
  border: 1px solid #fdda7e;
  padding: 10px 10px;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 480px) {
  .testimonial-item {
    max-width: 100%;
    max-height: 500px;
    border: 1px solid #fdda7e;
    padding: 10px 10px;
    margin-left: 2px;
    margin-right: 2px;
  }
}
.testimonial-carousel .owl-item img {
  width: 100%;
  height: 250px;
}

.testimonial-carousel.owl-rtl .testimonial-item {
  direction: ltr !important;
}
/*** product slider End ***/
/* product slider-------------------- */

.slider {
  height: 400px;
}

/* slider-cards */
.slide-card {
  width: 300px;
  border: 1px solid #fdda7e;
}

/* @media only screen and (max-width: 560px) {
  .slide-card {
    width: 420px;
  }
} */
@media only screen and (min-width: 480px) and (max-width: 560px) {
  .slide-card {
    width: 20rem;
  }
}
@media only screen and (min-width: 360px) and (max-width: 480px) {
  .slide-card {
    width: 15rem;
  }
}
@media only screen and (max-width: 360px) {
  .slide-card {
    width: 12rem;
  }
}

/* slider-arrows */
.arrow1 {
  width: 40px;
  height: 40px;

  bottom: -4rem;
  left: 50%;
}
.arrow2 {
  width: 40px;
  height: 40px;

  bottom: -4rem;

  left: 50%;
}

/* @media only screen and (max-width: 560px) {
  .arrow1 {
    width: 40px;
    height: 40px;
    
    bottom: -2rem;

    left: 10%;
  }
} */

@media only screen and (min-width: 480px) and (max-width: 560px) {
  .arrow1 {
    width: 40px;
    height: 40px;
    /* top: 0; */
    bottom: -3rem;

    left: 10%;
  }
  .arrow2 {
    width: 40px;
    height: 40px;
    /* top: 0; */
    bottom: -3rem;

    left: 10%;
  }
}

@media only screen and (min-width: 360px) and (max-width: 480px) {
  .arrow1 {
    width: 40px;
    height: 40px;
    /* top: 0; */
    bottom: -2.5rem;

    left: 15%;
  }
  .arrow2 {
    width: 40px;
    height: 40px;
    /* top: 0; */
    bottom: -2.5rem;

    left: 15%;
  }
}
@media only screen and (max-width: 360px) {
  .arrow1 {
    width: 40px;
    height: 40px;
    /* top: 0; */
    bottom: -3rem;

    left: 17%;
  }
  .arrow2 {
    width: 40px;
    height: 40px;
    /* top: 0; */
    bottom: -3rem;

    left: 17%;
  }
}

/* product details------------------- */

.pd-wrap {
  padding: 40px 0;
  font-family: "Poppins", sans-serif;
}
.heading-section {
  text-align: center;
  margin-bottom: 20px;
}
.sub-heading {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #2e9ca1;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.heading-section h2 {
  font-size: 32px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
.user-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  min-width: 80px;
  background-size: 100%;
}
.carousel-testimonial .item {
  padding: 30px 10px;
}
.quote {
  position: absolute;
  top: -23px;
  color: #2e9da1;
  font-size: 27px;
}
.name {
  margin-bottom: 0;
  line-height: 14px;
  font-size: 17px;
  font-weight: 500;
}
.position {
  color: #adadad;
  font-size: 14px;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  outline: none;
  height: 25px;
}
.owl-nav button svg {
  width: 25px;
  height: 25px;
}
.owl-nav button.owl-prev {
  left: 25px;
}
.owl-nav button.owl-next {
  right: 25px;
}
.owl-nav button span {
  font-size: 45px;
}
.product-thumb .item img {
  height: 100px;
}
.product-name {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 4px;
}
.product-price-discount {
  font-size: 22px;
  font-weight: 400;
  padding: 10px 0;
  clear: both;
}
.product-price-discount span.line-through {
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 14px;
  vertical-align: middle;
  color: #a5a5a5;
}
.display-flex {
  display: flex;
}
.align-center {
  align-items: center;
}
.product-info {
  width: 100%;
}
.reviews-counter {
  font-size: 13px;
}
.reviews-counter span {
  vertical-align: -2px;
}
.rate {
  float: left;
  padding: 0 10px 0 0;
}
.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.rate:not(:checked) > label {
  float: right;
  width: 15px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 21px;
  color: #ccc;
  margin-bottom: 0;
  line-height: 21px;
}
.rate:not(:checked) > label:before {
  content: "\2605";
}
.rate > input:checked ~ label {
  color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
.product-dtl p {
  font-size: 14px;
  line-height: 24px;
  color: #7a7a7a;
}
.product-dtl .form-control {
  font-size: 15px;
}
.product-dtl label {
  line-height: 16px;
  font-size: 15px;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.product-count {
  margin-top: 15px;
}
.product-count .qtyminus,
.product-count .qtyplus {
  width: 34px;
  height: 34px;
  background: #fdda7e;
  text-align: center;
  font-size: 19px;
  line-height: 36px;
  color: #fff;
  cursor: pointer;
}
.product-count .qtyminus {
  border-radius: 3px 0 0 3px;
}
.product-count .qtyplus {
  border-radius: 0 3px 3px 0;
}
.product-count .qty {
  width: 60px;
  text-align: center;
}
.round-black-btn {
  border-radius: 4px;
  background: #fdda7e;
  color: #fff;
  padding: 7px 45px;
  display: inline-block;
  margin-top: 20px;
  border: solid 2px #fdda7e;
  transition: all 0.5s ease-in-out 0s;
}
.round-black-btn:hover,
.round-black-btn:focus {
  background: transparent;
  color: #212529;
  text-decoration: none;
}

.product-info-tabs {
  margin-top: 25px;
}
.product-info-tabs .nav-tabs {
  border-bottom: 2px solid #d8d8d8;
}
.product-info-tabs .nav-tabs .nav-item {
  margin-bottom: 0;
}
.product-info-tabs .nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  color: #323232;
}
.product-info-tabs .nav-tabs .nav-item .nav-link:hover {
  border: none;
}
.product-info-tabs .nav-tabs .nav-item.show .nav-link,
.product-info-tabs .nav-tabs .nav-link.active,
.product-info-tabs .nav-tabs .nav-link.active:hover {
  border: none;
  border-bottom: 2px solid #d8d8d8;
  font-weight: bold;
}
.product-info-tabs .tab-content .tab-pane {
  padding: 30px 20px;
  font-size: 15px;
  line-height: 24px;
  color: #7a7a7a;
}
.review-form .form-group {
  clear: both;
}
.mb-20 {
  margin-bottom: 20px;
}

.review-form .rate {
  float: none;
  display: inline-block;
}
.review-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #000;
}
.review-form .form-control {
  font-size: 14px;
}
.review-form input.form-control {
  height: 40px;
}
.review-form textarea.form-control {
  resize: none;
}
.review-form .round-black-btn {
  text-transform: uppercase;
  cursor: pointer;
}

/* credit card form-------- */

#credit-card-form {
  display: none;
}

/* debit card form-------- */
#debit-card-form {
  display: none;
}

.cart-btn {
  background-color: #ffffff;
  border: 1px solid #fdda7e;
  color: #fdda7e;
  font-weight: 500;
  font-size: 20px;
}

.cart-btn:hover {
  background-color: #fdda7e;
  border: 2px solid #fdda7e;
  color: #000000;
}

.filter-btn {
  background-color: #ffffff;
  border: 1px solid #fdda7e;
  color: #fdda7e;
  font-weight: 500;
  font-size: 20px;
}

.filter-btn:hover {
  background-color: #fdda7e;
  border: 2px solid #fdda7e;
  color: #000000;
}

.checkout-btn {
  background-color: #ffffff;
  border: 1px solid #fdda7e;
  color: #fdda7e;
}

.checkout-btn:hover {
  background-color: #fdda7e;
  border: 2px solid #fdda7e;
  color: #000000;
}
/* //------------------------- */
.video-section-bg {
}
.video-section {
  border-radius: 30px;
  background-color: #fdd97e5b;
}

.video-section .right-col {
  display: flex;
  align-items: stretch; /* Make columns stretch vertically */
}
.video-section .right-img,
.video-section video {
  width: 100%;
  object-fit: fill; /* Maintain aspect ratio and cover the area */
  height: 100%; /* Fill the height of the parent (column) */
}
.video-section-image {
  border-radius: 0px 20px 20px 0px;
}


/*** category service section start ***/

.service .service-item {
  position: relative;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.service-content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  bottom: auto;
  background: var(--bs-primary);
  border-radius: 8px;
  transition: 1s;
}

.service-item:hover .service-content::after {
  height: 100%;
  opacity: 1;
}

.service-item .service-content-icon {
  position: relative;
  z-index: 2;
}

.service-item .service-content-icon i,
.service-item .service-content-icon p {
  transition: 1s;
}

.service-item:hover .service-content-icon i {
  color: var(--bs-dark) !important;
}

.service-item:hover .service-content-icon p {
  color: var(--bs-white);
}

/* .service-item:hover .service-content-icon a.btn-primary {
  background: var(--bs-white);
  color: var(--bs-dark);
} */

.service-item .service-content-icon a.btn-primary {
  transition: 1s !important;
}
.catg-icon {
  color: #fdda7e !important;
}

.catg-btn {
  background-color: transparent;
  border: 1px solid #fdda7e !important;
  color: #fdda7e !important;
  font-weight: bold;
}

.service-item:hover .catg-btn {
  background-color: #fdda7e !important;
  border: 1px solid #fdda7e !important;
  color: #ffff !important;
}

.service-item:hover .catg-btn:hover {
  background-color: var(--bs-dark) !important;
  border: 1px solid var(--bs-dark) !important;
  color: #ffff !important;
}
/*** category service section End ***/