:root {
  --white: #ffffff;
  --light-pink: #ffe9ec;
  --mid-pink: #78242d1a;
  --hot-pink: #ff687b;
  --dark-red: #78242d;
  --pink-pale: #ac8287;
  --light-blue: #e3f3fc;
  --black: #212121;
  --gray: #646464;
  --gap-20: 20px;
  --gradient-dark: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 145.44%);
  --gradient-blue: linear-gradient(180deg, #e3f3fc 0%, #ffffff 44.24%);
  --font-myriad: "myriad-pro", sans-serif;
  --font-jakarta: "Plus Jakarta Sans", sans-serif;
  --font-instrument: "Instrument Serif", serif;
}
html {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100vh;
}
*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-jakarta);
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  color: var(--dark-red);
}
a {
  text-decoration: none;
}
/* h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
p span,
a span,
.list-contents .list-links {
  font-family: var(--font-instrument);
} */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 20px;
}
p,
a {
  font-size: 16px;
  font-weight: 500;
}
.btn,
.contact-nav,
.list-logo-close {
  display: flex;
  align-items: center;
}
.btn {
  padding: 10px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-family: var(--font-myriad);
  font-weight: 700;
  gap: 4px;
  width: fit-content;
}
.btn.border {
  border: solid 1px var(--dark-red);
}
.navbar,
.navbar nav,
.list-contents .btn.btn-img,
.carousel,
.carousel .skip-intro,
.gallery-container,
.TD-hero-content,
.category-image,
.consult-title,
.review-slide-indicator,
.footer-content {
  width: 100%;
}
.navbar {
  position: fixed;
  z-index: 9;
}
.navbar nav,
.indicator-arrow,
.arrow-container,
.footer-copyright,
.desc-title,
.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar nav,
.TD-Hero,
.Treatment-Category,
.owl-carousel,
.owl-carousel .item,
.Consult,
.Reviews,
.footer,
.reviews-content,
.footer-img {
  position: relative;
}
.navbar nav {
  gap: 48px;
  padding: 20px 40px;
  height: 100%;
}
.contact-nav,
.list-contents,
.TD-hero-info,
.category-list,
.review-user,
.texts-about .texts {
  gap: 24px;
}
.contact-nav label img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.contact-nav input,
.list-container,
.list-container .list-logo-close .nav-logo,
.list-contents .btn.btn-img.category-input input[type="checkbox"],
.category-input label .check-button.min,
.category-input input[type="checkbox"],
.category-input input[type="checkbox"]:checked + label .check-button.plus,
.category-desc-text {
  display: none;
}
.list-container,
.owl-carousel .owl-nav,
.footer-img .text-button,
.Treatment-Category .whatsapp {
  position: absolute;
}
.list-container {
  top: 0;
  right: 0;
  padding: 20px 40px;
  width: 20vw;
  height: 100vh;
  background-color: var(--white);
}
.list-contents,
.TD-hero-info,
.Treatment-Category,
.category-list,
.review-container,
.review-user,
.texts-about .texts,
.consult-content,
.footer-img .text-button,
.footer-links,
.Reviews {
  display: flex;
  flex-direction: column;
}
.list-contents {
  text-align: end;
}
.list-contents .list-links {
  font-size: 32px;
}
.list-logo-close {
  padding-bottom: 40px;
}
.list-close {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.TD-background-img,
.TD-background-dark,
.list-close img,
.TD-background-img img,
.check-button img,
.consult-back-img img,
.arrows img,
.quote-pfp .pfp img,
.review-grad img,
.footer-img img,
.TD-hero-img img,
.owl-carousel .item h4,
.owl-carousel .item img,
.category-image img,
.consult-back-img,
.consult-dark-bg,
.owl-carousel .owl-nav,
.footer-img .text-button{
  width: 100%;
  height: 100%;
}
.list-logo-close .list-close,
.consult-content {
  margin-left: auto;
}
.list-contents .btn.btn-img {
  background-color: var(--hot-pink);
  color: var(--white);
  text-align: center;
}
.contact-nav input[type="checkbox"]:checked + .list-container {
  display: block;
}
.nav-logo h2 {
  font-family: "Staatliches", serif;
}
.btn-img img {
  width: 16px;
  height: 16px;
}
section {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}
.TD-Hero {
  padding: 120px 118px 80px 118px;
  overflow-y: hidden;
}
.TD-Hero .services-texts h1,
.TD-Hero .services-texts h1 span,
.TD-Hero .services-texts p,
.consult-title h1,
.consult-title h1 span,
.consult-content p {
  color: var(--white);
}
.services-texts,
.category-title,
.reviews-content,
.quote-pfp,
.user-stars {
  display: flex;
  justify-content: space-between;
}
.services-title {
  flex: 1;
}
.services-title h1:last-child span {
  font-size: 44px;
}
.services-desc {
  flex: 1;
}
.services-title h1:last-child {
  padding-left: 80px;
}
.services-desc p {
  font-size: 14px;
  font-weight: 500;
}
.services-desc {
  max-width: 30vw;
}
.TD-hero-content {
  margin-top: 81px;
  background-color: var(--white);
  display: flex;
  border-radius: 8px;
  box-shadow: 0px 16px 40px 0px #00000014;
}
.TD-hero-info {
  flex: 1;
  padding: 60px 80px;
}
.TD-hero-img {
  height: 45vh;
  width: 50%;
}
.TD-hero-img img,
.TD-background-img img,
.consult-back-img img,
.owl-carousel .item h4,
.owl-carousel .item img,
.category-image img,
.check-button img,
.quote-pfp .pfp img,
.review-grad img,
.footer-img img {
  object-fit: cover;
}
.TD-hero-img img {
  border-radius: 8px 8px 0 0;
}
.TD-hero-info .buttons {
  display: flex;
  gap: 16px;
}
.TD-hero-info .buttons .btn:last-child {
  background-color: var(--hot-pink);
  color: var(--white);
}
.TD-background-img,
.TD-background-dark,
.consult-back-img,
.consult-dark-bg {
  position: absolute;
  top: 0;
  left: 0;
}
.TD-background-img,
.consult-back-img,
.review-grad {
  z-index: -1;
}
.TD-background-dark,
.consult-dark-bg {
  z-index: 1;
}
.TD-background-dark {
  background: #000000;
  opacity: 0.6;
}

 .Treatment-Category {
  padding: 80px 0;
  gap: 60px;
}

.Treatment-Category .whatsapp {
  display: none;
  width: 72px;
  height: 72px;
  right: 56px;
  background-color: var(--hot-pink);
  border-radius: 50%;
  padding: 20px 20.3px !important;
}
.Treatment-Category .whatsapp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Treatment-Category#two {
  background: var(--light-blue);
}
.category-title h1 {
  flex: 1;
}
.category-p-button {
  width: 50%;
}
.category-p-button .btn {
  margin-top: 20px;
  background-color: var(--hot-pink);
  color: var(--white);
}
.owl-carousel .item {
  /* width: calc(100vw - 480px); */
  /* height: 480px; */
  padding: 0 10px;
}
.owl-carousel .item h4,
.owl-carousel .item img {
  display: block;
}
.owl-carousel .owl-nav {
  top: 0;
  padding: 120px;
  z-index: 3;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background-color: var(--white);
  color: var(--dark-red);
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.owl-carousel button.owl-dot {
  width: 48px;
  height: 2px;
  margin: 0 5px;
  background: #dddddd;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.owl-carousel .owl-dot.active {
  background-color: var(--hot-pink);
  transform: scale(1.2);
}
.category-image {
  height: 480px;
}
.check-button {
  width: 32px;
  height: 32px;
}
.category-list hr {
  border: solid 1px var(--dark-red);
}
.category-input input[type="checkbox"]:checked + label .check-button.min {
  display: block;
}
.category-desc-text {
  font-size: 24px;
  padding: 0 50px;
  padding-top: 24px;

}
.Consult {
  padding: 161px 114px;
}
.consult-content {
  width: 568px;
  padding: 40px;
  justify-content: center;
  align-items: center;
  gap: 32px;
  border-radius: 16px;
  border: 1px solid #ffffff33;
  backdrop-filter: blur(50px);
}
.consult-content h1:first-child {
  text-align: center;
}
.consult-content h1:last-child {
  text-align: end;
}
.consult-content a {
  color: var(--dark-red);
  background-color: var(--white);
}
.consult-dark-bg {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.6) 44.97%, rgba(0, 0, 0, 0) 75.49%);
}
.Reviews {
  padding: 117px 118px 47px 118px;
  /* height: 80vh; */
  overflow-x: hidden;
  overflow-y: hidden;
}
.review-container {
  gap: 40px;
}
.reviews-list {
  display: flex;
  gap: 16px;
  width: calc(100% + 236px);
  margin-left: -118px;
  scroll-behavior: smooth;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 118px;
}
.reviews-list::-webkit-scrollbar {
  height: 0;
}
.reviews-content {
  flex-shrink: 0;
  flex-direction: column;
  padding: 40px;
  width: 500px;
  height: 420px;
  background-color: var(--light-pink);
}
.indicator-arrow {
  gap: 80px;
}
.review-slide-indicator {
  border: solid 1px var(--dark-red);
}
.review-slide-indicator.active {
  border-top: 5px solid var(--dark-red);
}
.arrow-container {
  gap: 16px;
}
.arrows {
  width: 32px;
  height: 32px;
}
.quote-pfp {
  align-items: center;
}
.quote-pfp .quote-img {
  width: 54px;
  height: auto;
}
.quote-pfp .pfp {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.star-container {
  display: flex;
}
.star-container img {
  width: 24px;
  height: 24px;
}
.review-grad {
  position: absolute;
  bottom: -10%;
  right: -10%;
  width: 759.7px;
  height: 759.7px;
  transform: rotate(-38.58deg);
}
.review-grad img {
  opacity: 0.3px;
}
/* .footer {
  min-height: 10vh;
  max-height: 100vh;
}
.footer {
  padding: 40px;
}
.footer-content {
  background-color: var(--black);
  border-radius: 40px;
  display: flex;
}
.footer-img {
  flex: 0 0 35%;
  height: auto;
  overflow: hidden;
  display: flex;
}
.footer-img img {
  border-radius: 40px;
  overflow: hidden;
  display: block;
}
.footer-img .text-button {
  background: var(--gradient-dark);
  padding: 40px;
  justify-content: flex-end;
  text-align: center;
  gap: 32px;
  z-index: 2;
  overflow: hidden;
  border-radius: 40px;
}
.footer-img .text-button .texts h1,
.footer-img .text-button .texts h1 span {
  color: var(--white);
}
.footer-img .text-button .texts h1:last-child {
  text-align: end;
  padding-right: 28px;
}
.footer-img .text-button a {
  align-self: center;
  display: inline-block;
  background-color: var(--white);
} */
.footer-links,
.Reviews {
  justify-content: space-between;
}
.footer-links {
  padding: 80px;
}
.texts-about {
  display: flex;
  gap: 80px;
}
.texts-about .texts h4 span {
  color: var(--gray);
}
.texts-about .texts a {
  color: var(--white);
}
.footer-copyright p,
.footer-copyright a {
  color: var(--gray);
}
@media (max-width: 900px) {
  .footer-links {
    padding: 40px 20px;
  }
  .footer-links {
    gap: 24px;
  }
  .category-p-button {
    padding: 40px 0;
    width: 100%;
  }
  .services-title h1:last-child {
    padding-left: 0;
  }
  .Services .services-title h1:last-child {
    padding-left: 0;
  }
}
@media (max-width: 800px) {
  .footer-content {
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 40px 40px 0 0;
  }
  .footer-links {
    padding: 80px 20px 40px 20px;
  }
  .footer-img {
    width: 100%;
  }
  .texts-about {
    justify-content: space-between;
    gap: 20px;
  }
  .footer-copyright {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  section {
    scroll-snap-align: start;
  }
  h1,
  h2 {
    font-size: 24px;
  }
  .services-title h1:last-child span {
    font-size: 30px;
  }
  .services-desc {
    max-width: 100%;
  }
  .consult-content {
    width: 100%;
    margin-left: 0;
  }
  .Reviews .services-title h1:last-child {
    padding-left: 0;
  }
  .reviews-content {
    width: 320px;
    height: 360px;
    gap: 0;
    padding: 20px;
  }
  .review-user p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .TD-Hero {
    padding: 40px 20px;
    padding-bottom: 80px;
  }
  .TD-hero-info .buttons {
    flex-direction: column;
    justify-content: space-between;
  }
  .TD-hero-info .buttons .btn {
    width: 100%;
  }
  .TD-hero-content {
    margin-top: 0px;
    height: 100%;
    flex-direction: column;
  }
  .TD-hero-img {
    width: 100%;
    height: 331px;
  }
  .TD-hero-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
  }
  .desc-title p {
    color: var(--pink-pale);
  }
  .TD-background-img {
    height: calc(100% - 40px);
  }
  .Treatment-Category {
    gap: 32px;
  }
  .Treatment-Category > *:not(.owl-carousel) {
    padding: 0 20px;
  }
  .category-title {
    flex-direction: column;
    gap: 24px;
  }
  .owl-carousel .item {
    width: 100vw;
    padding: 0 20px;
  }
  .owl-carousel .owl-nav {
    padding: 10px;
  }
  .category-p-button {
    width: 100%;
  }
  .Consult {
    padding: 60px 40px;
  }
  .consult-dark-bg {
    background: #000000;
    opacity: 0.6;
  }
  .consult-content {
    width: 100%;
    margin-left: 0;
  }
  .Reviews {
    gap: 40px;
    padding: 40px 20px;
  }
  .contact-nav .contact {
    display: none;
  }
  .list-container {
    width: 100vw;
  }
  .list-container .list-logo-close .nav-logo,
  .list-contents .btn.btn-img {
    display: block;
  }
  .services-texts {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }
  .footer {
    padding: 0;
  }
}
