.card {
  width: 300px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}
.card img {
  width: 100%;
  max-height: 200px;
  border-radius: 8px;
  margin-bottom: 10px;
}

h3 {
  margin: 0;
}

.flash-card h2 {
  margin-top: 10px;
  font-size: 21px;
  font-weight: 600;
}

.flash-card p {
  font-size: 16px;
}

.flash-card {
  padding: 10px;
  background: linear-gradient(0deg, rgb(52, 48, 40) 0%, rgba(17, 0, 32, 0.5) 100%);
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.5019607843);
  border-radius: 0.7rem;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  overflow: hidden;
  transition: 0.3s all;
}

.flash-card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-four .flash-card h2 {
  color: #ffffff;
}

.card-four .flash-card .description {
  margin: 0.5rem 0;
  color: #eeeeee;
}

.flash-card .information {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5rem;
}

.flash-card .information .info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fe6d73;
  font-weight: 700;
}

.flash-card .information .duration {
  display: flex;
  align-items: center;
  color: #a6a3af;
  margin-right: 0.2rem;
  gap: 0.5rem;
}

.flash-card .creator {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
  margin-bottom: -0.3rem;
}

.flash-card .creator ins {
  color: #a89ec9;
  text-decoration: none;
}

.flash-card .creator .wrapper {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1333333333);
  padding: 0.3rem;
  margin: 0 0 0.5rem 0;
  border-radius: 100%;
  box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.6666666667);
}

.flash-card .creator .wrapper img {
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}

.flash-card ::before {
  position: fixed;
  content: "";
  box-shadow: 0 0 100px 40px rgba(255, 255, 255, 0.031372549);
  top: -10%;
  left: -100%;
  transform: rotate(-45deg);
  height: 60rem;
  transition: 0.7s all;
}

.flash-card:hover {
  border: 1px solid rgba(255, 255, 255, 0.2666666667);
  box-shadow: 0 7px 50px 10px rgba(0, 0, 0, 0.6666666667);
  transform: scale(1.015);
  filter: brightness(1.3);
}

.flash-card:hover ::before {
  filter: brightness(0.5);
  top: -100%;
  left: 200%;
}

/*-----years-of-experience-in-circle------*/
.years-of-experience-in-circle {
  position: relative;
  margin-left: -50px;
}
.years-of-experience-in-circle .years-circle {
  background-color: #642d3c;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 18px;
  margin: 0;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}
.years-of-experience-in-circle span p {
  margin: 0;
}

.cvn-play {
  color: #ff9f5a;
  text-decoration: none;
  transition: 0.5s;
}
.cvn-play img {
  margin-right: 10px;
}
.cvn-play:hover {
  padding-left: 10px;
}

/*-----years-of-experience-in-circle - End------*/
/*-----Treatment - Package - Title - Section------*/
.treatment-and-package-title {
  margin: 80px 0;
}
.treatment-and-package-title p {
  font-size: 20px;
  margin-left: 20px;
}
.treatment-and-package-title span {
  color: #ff9f5a;
}
.treatment-and-package-title .box-border {
  border-left: 1px solid white;
}

/*-----Treatment - Package - Title - Section-End------*/
/*-----Treatment - Package - Carousel - Section------*/
.treatment-and-package h1 {
  font-size: 22px;
  margin: 10px 0px 10px 0px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 30px;
}
.treatment-and-package h1 span {
  color: #ff9f5a;
}
.treatment-and-package .owl-nav {
  position: absolute;
  top: -35px !important;
  transform: translateY(-50%);
  font-size: 40px;
  right: 0;
  background: none;
  color: white;
}
.treatment-and-package .owl-nav:hover {
  color: #ff9f5a;
}
.treatment-and-package .owl-carousel .owl-nav button.owl-next,
.treatment-and-package .owl-carousel .owl-nav button.owl-prev,
.treatment-and-package .owl-carousel button.owl-dot {
  background: none;
}
.treatment-and-package .inner {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 35%;
  opacity: 0;
  transition: 0.5s;
  font-size: 18px;
  color: #ff9f5a;
}
.treatment-and-package .image {
  position: relative;
  width: 100%;
}
.treatment-and-package .image:hover .inner {
  opacity: 1;
  z-index: 999;
}
.treatment-and-package .gradient {
  background: linear-gradient(175.28deg, rgba(0, 0, 0, 0) 8.09%, rgba(0, 0, 0, 0.9) 96.19%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
.treatment-and-package .image:hover .gradient {
  opacity: 1;
}
.treatment-and-package .cvn-play:hover {
  color: #ff9f5a;
}
.treatment-and-package .cvn-play img {
  width: 15px;
  height: 15px;
  margin-top: 5px;
}
.treatment-and-package a.cvn-play {
  display: flex;
}

.cvnul {
  padding: 0px;
}

.cvnul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}

.cvnul li img {
  position: absolute;
  left: 0px;
  top: 7px;
}

/*-----Treatment - Package - Carousel - Section-End------*/
.treat-img {
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
}

.para-height {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
}

.owl-dots {
  margin-top: 30px;
}

@media screen and (max-width: 1440px) {
  .video-and-title-discription-section {
    margin: 0;
  }
  .treat-img {
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .treatment-and-package-title {
    margin: 60px 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .video-and-title-discription-section img {
    width: 100%;
    max-width: 100% !important;
  }
  .years-of-experience-in-circle {
    margin-left: 0;
    top: 30px;
  }
  .years-of-experience-in-circle .years-circle {
    width: 120px !important;
    height: 120px !important;
  }
  .video-and-title-discription-section h1 {
    font-size: 22px;
    margin: 10px 0;
  }
  .video-and-title-discription-section p {
    font-size: 15px;
  }
  .treatment-and-package-title p {
    margin-left: 0;
  }
  .treatment-and-package-title .box-border {
    border: none;
  }
}
