#swimmingpool #banner-box .img-box {
  position: relative;
}
#swimmingpool #banner-box .img-box img {
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
#swimmingpool #banner-box .img-box .txt {
  position: absolute;
  left: 20%;
  font-size: 3rem;
  font-weight: 900;
  line-height: 3rem;
}
#swimmingpool #banner-box .img-box .txt span {
  position: relative;
}
#swimmingpool #banner-box .img-box .txt span::after {
  background: #000;
  content: "";
  width: 70%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#swimmingpool #banner-box .txt-box .txt h1,
#swimmingpool #banner-box .txt-box .txt p {
  font-weight: 600;
}
#swimmingpool #banner-box .txt-box .txt h1 {
  color: #6b6866;
}
#swimmingpool #banner-box .txt-box .txt p {
  color: #f77b0d;
}
#swimmingpool #banner-box .txt-box .txt .txt-item {
  font-weight: 400;
}
#swimmingpool #banner-box .txt-box .txt .txt-item p {
  color: #000;
}
@media (max-width: 991px) {
  #swimmingpool #banner-box .img-box img {
    height: auto;
    width: 80%;
  }
}
@media (max-width: 768px) {
  #swimmingpool #banner-box .img-box img {
    height: 240px;
    width: 50%;
  }
}
#swimmingpool #title {
  text-align: start;
}
#swimmingpool #title h1,
#swimmingpool #title p {
  font-weight: 600;
}
#swimmingpool #title h1 {
  color: #6b6866;
}
#swimmingpool #title p {
  color: #f77b0d;
}
#swimmingpool #content .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
}
#swimmingpool #content .txt-box {
  position: relative;
  font-weight: 400;
}
#swimmingpool #content .txt-box::before {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 30%;
  width: 3px;
  background: #f77b0d;
}
#swimmingpool #content .txt-box .title {
  color: #f77b0d;
}
@media (max-width: 768px) {
  #swimmingpool #content .img-box img {
    max-height: 300px;
  }
  #swimmingpool #content .txt-box::before {
    content: none;
  }
}
#swimmingpool .btn-box .dumbbell {
  width: auto;
}
#swimmingpool .btn-box .btn {
  background: #fff;
  width: auto;
  color: #f22929;
  border: 1px solid #f22929;
}
#swimmingpool #product .item {
  height: auto;
}
#swimmingpool #product .item a {
  color: #000;
  height: 100%;
}
#swimmingpool #product .item a .card-img-top {
  max-height: 200px;
}
#swimmingpool #product .item a .txt-box {
  transition: all 0.3s linear;
}
#swimmingpool #product .item a .txt-box .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#swimmingpool #product .item a:hover .txt-box {
  transform: scale(1.05);
  color: #f77b0d !important;
}
@media (max-width: 576px) {
  #swimmingpool #product .item a {
    height: auto;
  }
  #swimmingpool #product .item a .card-img-top {
    /* max-height: 120px; */
  }
  #swimmingpool #product .item a .card-body {
    padding: 1rem;
    padding-top: 2rem;
  }
}
#swimmingpool .owl-dots {
  display: none !important;
}
