@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://use.typekit.net/uqg8owo.css");

* {
  box-sizing: border-box;
  /* border: solid 1px rgb(255, 0, 0); */
  margin: 0px;
  padding: 0px;
}
@font-face {
  font-family: "Sanke";
  src: url(font/Sanke.ttf) format("ttf");
}
body {
  background-color: #f7f4f0;
  font-family: "Montserrat", "verdana", sans-serif;
  font-weight: 400;
  letter-spacing: -0.22px;
  font-size: 22px;
  color: #2d2c2c;

  /* font-weight: 600; services*/
}

.timer {
  padding: 10px 0px;
  text-align: center;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 20;
  font-size: 18px;
  background: #efb4c4;
  color: #2d2c2c;
}
.black-friday {
  font-size: 16px;
}

.ham-menu {
  display: none;
}

.right {
  text-align: right;
}

/* DropDown */
nav ul .dropdown-menu {
  text-align: left;
  /* max-height: 0; */
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in; /* Adjust the duration and easing as needed */
  position: absolute;
  border-top: 0;
  margin-left: 0;
  /* min-width: 200px; */
  /* left: 0px; */
  display: block;
  padding-top: 15px;
  background-color: #f7f4f0;
  z-index: 20;
}

.navbar-hamburger .dropdown-menu.active {
  max-height: 500px;
}
nav .navbar li:hover > ul {
  /* max-height: 500px; Adjust the value based on the maximum height of your dropdown */
  opacity: 1;
}

nav .navbar li {
  margin-bottom: 15px;
}

nav .navbar li:last-child {
  margin-bottom: 8px;
}

.dropdown-menu li a {
  font-size: 18px;
}
/* EndDropDown */

.navbar ul li a {
}

.navbar ul li a:hover {
  color: rgb(151, 151, 151);
}

.navbar ul li a {
  transition: transform 0.3s ease, color 0.3s ease;
  display: inline-block;
}

.navbar ul li a:hover {
  transform: scale(0.96);
}

.s-b {
  justify-content: space-between;
}
p {
  line-height: 140%;
}

.text-center {
  text-align: center;
}
.margin-desktop {
  margin-top: 80px;
}
h3 {
  font-weight: 500;
  font-family: "Sanke", "the-seasons";
}

.button {
  background-color: #7b112e;
  color: #f7f4f0;
  font-size: 28px;
  padding: 12px 46px;
  display: inline-block;
  font-weight: 400;
  border: none;
}

.button:hover {
  background-color: #911334;
  transition-duration: 300ms;
}

.biege {
  background-color: #f9ecdb;
}
.wrapper {
  max-width: 1120px;
  margin: auto;
  padding: 0px 70px 0px;
}

.container {
  margin-bottom: 100px;
  display: flex;
}
.margin-bottom {
  margin-bottom: 100px;
}

a {
  color: #2d2c2c;
  text-decoration: none;
}
.Hd {
  font-size: 64px;
  letter-spacing: -0.64px;
  line-height: 100%;
  margin-bottom: 15px;
}

.Bhd {
  font-size: 107px;
  letter-spacing: -0.64px;
}

.phone-img {
  display: none;
}

.flower-background {
  position: relative;
}

.flower {
  position: absolute;
  max-width: 622px;
  overflow: hidden;
  right: 0px;
  top: 100px;
  width: 50%;
  z-index: -1;
  /* max-height: 100vh; */
}

.flower img {
  width: 100%;
  position: relative;
  left: 150px;
}

.flower2 {
  position: absolute;
  transform: rotateY(183deg);
  max-width: 622px;
  overflow-x: hidden;
  left: 0px;
  bottom: 150px;
  width: 50%;
  z-index: -1;
}
.flower2 img {
  width: 100%;
  position: relative;
  left: 150px;
}

/* Slider*/

.slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
/* .slider img {
  width: 100%;
  display: none;
} */

.slide {
  display: none;
  color: #f7f4f0;
  padding: 82px 0px;
}
.slide.displaySlide {
  height: 500px;
  display: flex;
  align-items: center;
  animation-name: fade;
  animation-duration: 10.5s;
  animation-fill-mode: forwards;
}

.slide-pic {
  background-size: cover;
  width: 100%;
  min-height: 500px;
}

.first {
  background-image: url("img/Slide1.jpg"),
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
  background-size: 100% 100%;
}

.second {
  background-image: url("img/Slide2.jpg"),
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background-blend-mode: overlay;
}

.third {
  background-image: url("img/Slide3.jpg"),
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-blend-mode: overlay;
  /* background-position: 0px -50px, 0 0; */
  background-repeat: no-repeat;
}
/* .slider button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  padding: 10px 15px;
  background-color: hsla(0, 0%, 0%, 0.5);
  color: white;
  border: none;
  cursor: pointer;
} */
.prev {
  left: 0;
}
.next {
  right: 0;
}
@keyframes fade {
  0% {
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}

/* Header Start */
.logo {
  max-width: 255px;
}
.logo img {
  width: 100%;
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
  margin-top: 54px;
  gap: 20px;
}

.navbar ul {
  list-style: none;
  display: flex;
  position: relative;
}

.navbar ul li {
  margin-right: 40px;
}

.navbar ul li:last-child {
  margin-right: 0px;
}
/* Header End */

/* Home */
.section-box {
  /* background-color: #f9ecdb; */
  padding: 45px 94px;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
}
.section-box p {
  max-width: 460px;
  margin: 20px 0px;
}

.img-container {
  max-width: 405px;
}
.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* testimonials */
.testimonials {
  margin-top: 20px;
  margin-bottom: 100px;

  display: flex;
  justify-content: space-between;
  gap: 38px;
}

.testimonials-container {
  background-color: #f9ecdb;
  max-width: 320px;
  text-align: center;
  padding: 28px;
}

.testimonials-container img {
  max-width: 142px;
  margin: 0px 0px 15px;
}
.testimonials-container p {
  font-size: 17px;
  text-align: left;
}

footer {
  background-color: #7b112e;
  font-size: 18px;
  color: #f7f4f0;
  padding: 65px 0px;
}

.footer-inner-container p:first-child {
  margin-bottom: 10px;
}

.footer-inner-container p:nth-child(2) {
  margin-bottom: 3px;
}

.footer-container {
  max-width: 1120px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* SERVICES */

.services-header {
  display: inline-block;
  font-weight: 600;
  font-size: 28px;
}

.service-block {
  /* max-width: 544px; */
  max-width: 50%;
  padding: 40px 44px;
}
.service-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.service-paragraph {
  margin-bottom: 50px;
}
.treatment-container {
  display: flex;
}

.pad-bot-0 {
  padding-bottom: 0px;
  max-width: 1000px;
}
.pad-top-0 {
  padding-top: 0px;
}

.margin-50px {
  margin-bottom: 50px;
  gap: 30px;
}

/* Products */
.testimonials.products-main-tablet {
  gap: 33px;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
/* Renee tablet edit media q */
@media screen and (max-width: 1113px) {
  .testimonials.products-main-tablet {
    /* gap: 142px; */
  }
}

.product-header {
  /* justify-content: space-between; */
  display: block;
}
.product-header p {
  max-width: 545px;
  margin: 10px 0px;
}
.products-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 50px;
  align-items: center;
}

.product-header-img {
  max-width: 450px;
  max-height: 270px;
}
.product-container {
  background-color: #f9ecdb;
  max-width: 348px;
  text-align: left;
  /* Renee - bumped L&R padding down to make products fit 3 col */
  padding: 36px 20px;
  display: flex;
  flex-direction: column;
}

.product-container p:nth-child(3) {
  margin: 10px 0px;
}

.product-container img {
  align-self: center;
  max-width: 246px;
  margin-bottom: 25px;
}

.product-container .services-header {
  font-size: 18px;
}
.product-container .services-header + p {
  font-size: 18px;
}
.lined {
  text-decoration: line-through;
  margin-right: 10px;
}

.description {
  font-size: 16px;
  margin-bottom: 25px;
}
.btn-add {
  font-size: 18px;
}

/* Cart */

.button-cart {
  background-color: #7b112e;
  /* max-width: 75px; */
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  padding: 15px 25px;
  right: 20px;
  top: 80%;
  max-width: 90px;
  outline: 2px solid #f7f4f0;
}

.button-cart img {
  width: 100%;
}

.button-cart::after {
  display: block;
  content: attr(data-counter);
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 19px;
  font-weight: 700;
  color: #f9ecdb;
}

/* About */
.about-img {
  max-width: 350px;
}

.about-img img {
  width: 100%;
  border-radius: 0px 0px 45% 0px;
}

.about-header {
  display: block;
  /* margin: 0px 0px 0px 5px; */
}

.about-left img {
  border-radius: 0px 0px 0px 45%;
}

.visit_box {
  padding: 45px 94px;

  flex-direction: column;
  align-items: center;
}

.visit_box p {
  max-width: 660px;
  margin: 15px 0px;
}

.about-tablet-container {
  gap: 30px;
}
.pad-bottom {
  padding: 0px;
}

.img-container-contact {
  max-width: 540px;
  max-height: 275px;
}

.img-container-contact img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Form */

.form_row input {
  padding: 8px 0px 8px 16px;
  font-size: 22px;
  color: #2d2c2c;
  margin: 16px 0px;
  border: none;
  width: 100%;
}
.bottom_form {
  margin-top: 10px;
}

::placeholder {
  color: #2d2c2c;
  opacity: 1;
}

.form-container {
  display: flex;
  flex-direction: column;
}
.form-container a {
  text-decoration: underline;
}
.form-container a:last-child {
  margin-top: 10px;
}

.bottom_form {
  display: flex;
  justify-content: space-between;
}
.max_448 {
  max-width: 448px;
}
.form_styles {
  max-width: 640px;
  margin: auto;
  margin-bottom: 100px;
}

.p-h {
  align-items: end;
  gap: 40px;
}

/* Tablet */
@media screen and (max-width: 800px) {
  .slide-pic {
    min-height: 350px;
  }
  .section-box {
    /* background-color: #f9ecdb; */
    padding: 20px 38px;
    justify-content: space-between;
    /* align-items: center; */
  }

  /* .third {
    background-position: 0px;
  } */

  .button-cart {
    max-width: 60px;
    padding: 10px 15px;
  }

  .button-cart::after {
    right: 5px;
    top: 0px;
    font-size: 15px;
  }

  .img-container {
    max-width: none;
  }

  .ham-menu {
    display: block;
  }

  .logo {
    max-width: 180px;
  }
  .wrapper {
    max-width: 672px;
    /* margin: 0px 35px; */
    padding: 0px 35px 0px;
  }
  .container {
    flex-direction: column;
  }

  .navbar {
    display: none;
  }

  .Bhd {
    font-size: 60px;
  }

  .Hd {
    font-size: 44px;
    letter-spacing: 0px;
  }

  p {
    font-size: 18px;
  }
  .button {
    font-size: 20px;
  }
  .testimonials {
    flex-wrap: wrap;
    justify-content: center;
  }

  .testimonials-container {
    max-width: 288px;
  }
  .testimonials-container p {
    font-size: 16px;
  }

  .footer-container {
    flex-wrap: wrap;
    max-width: 672px;
    padding: 0px 70px 0px;
  }

  .footer-inner-container {
    margin: 30px 0px;
  }
  .products-inner {
    flex-direction: column;
  }

  .product-header-img {
    max-width: 506px;
    max-height: none;
  }
  .phone-img {
    display: block;
  }
  .desktop-img {
    display: none;
  }

  nav {
    /* margin-bottom: 30px; */
  }

  .slide {
    padding: 0px;
  }

  .slide.displaySlide {
    height: fit-content;
  }

  /* Services */

  .services-header {
    font-size: 22px;
  }
  .service-block {
    margin-bottom: 30px;
    max-width: none;
  }
  .treatment-container {
    flex-direction: column;
  }

  /* About */

  .about-img {
    max-width: none;
    width: 100%;
  }

  .about-img img {
    /* border-radius: 0px; */
    max-height: 356px;
    object-fit: cover;
    object-position: top;
    /* min-width: 506px; */
  }
  .right {
    text-align: left;
  }
  .about-left img {
    border-radius: 0px 0px 45% 0px;
  }

  .about-tablet-container {
    align-items: center;
    padding: 0px 38px;
  }
  .tablet-width-100 {
    width: 100%;
  }

  .visit_box {
    padding: 45px 44px;
  }

  .product-header p {
    max-width: none;
  }
  .section-box p {
    margin: 10px 0px 20px;
    max-width: none;
  }

  /* products */
  .product-container .services-header {
    font-size: 16px;
    max-width: 146px;
  }
  .product-container .services-header + p {
    font-size: 14px;
  }
  .product-container {
    padding: 36px 20px;
    max-width: 210px;
  }
  .products-main-tablet {
    justify-content: space-around;
  }

  .product-container img {
    max-width: 150px; /* Work */
  }

  .products-inner {
    gap: 10px;
  }
  .tablet-row {
    flex-direction: row;
  }

  .btn-add {
    font-size: 15px;
  }
  /* Renee edit product container gap on mobile for 2 col */
  .testimonials.products-main-tablet {
    gap: 24px;
  }

  /* Book */

  .form-container a {
    font-size: 16px;
  }
  .bottom_form {
    gap: 20px;
  }

  .section-box {
    gap: 10px;
  }

  .footer-container P {
    font-size: 16px;
  }
  .black-friday {
    font-size: 14px;
  }

  .p-h {
    align-items: center;
  }
}

/* PHONE */
@media screen and (max-width: 480px) {
  .wrapper {
    margin: 0px;
    padding: 0px;
  }
  .section-box {
    padding: 26px 16px;
  }

  .inner_container {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
  }
  .button {
    align-self: center;
  }

  .testimonials-container {
    max-width: none;
    width: 100%;
    margin: 0px 16px;
  }

  .footer-container {
    justify-content: center;
    gap: 20px;
  }

  .service-block {
    padding: 40px 16px;
  }

  .product-container img {
    max-width: 239px;
  }
  .product-container {
    padding: 36px 40px;
    max-width: 264px;
  }

  .tablet-row {
    flex-direction: column;
  }
  .section-box p {
    margin: 5px 0px 10px;
  }

  .bottom_form {
    flex-direction: column;
  }

  .visit_box {
    padding: 32px 16px;
  }

  .form_row input {
    /* margin: 10px 0px; */
  }

  .flower2 {
    display: none;
  }
  .flower {
    display: none;
  }

  nav {
    /* margin-bottom: 30px; */
    margin-top: 73px;
  }
}

.a-i-n {
  align-items: normal;
}

.a-s-s {
  align-self: flex-start;
}

.copyRight {
  margin-top: 20px;
}

.btn-add:hover {
  cursor: pointer;
}

.product-header p {
  margin-top: 0px;
}

/* cart shake  */
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}

.shake {
  animation: shake 0.5s ease;
}

/* Hamburger menu */
/* Hamburger Menu */
/* off-screen-menu */
.off-screen-menu {
  height: 100vh;
  width: 100%;
  max-width: 250px;
  position: fixed;
  top: 0;
  right: -250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  text-align: left;
  font-size: 30px;
  transition: 0.3s ease;
  padding-top: 100px;
  z-index: 10;
  background-color: #f9ecdb;
}

.off-screen-menu.active {
  right: 0;
}

.off-screen-menu li {
  list-style: none;
}

.navbar-hamburger > li {
  /* margin: 34px; */
}

.dropdown-menu > li {
  /* margin: 34px 0px; */
}

.ham-menu {
  height: 50px;
  width: 40px;
  /* margin-left: auto; */
  right: 20px;
  top: 60px;
  position: fixed;
  padding: 25px 35px;
  border-radius: 10px;
  z-index: 20;
}

.ham-menu span {
  height: 4px;

  width: 80%;
  background-color: #7b112e;
  border-radius: 25px;
  position: absolute;
  /* left: 50%; */
  right: 7px;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s ease;
}

.ham-menu span:nth-child(1) {
  top: 30%;
}

.ham-menu span:nth-child(2) {
  top: 60%;
}
.ham-menu span:nth-child(3) {
  top: 90%;
}

.ham-menu.active span {
  background-color: #2d2c2c;
}

.ham-menu.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 65%;
}

.ham-menu.active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 65%;
}
.ham-menu.active span:nth-child(2) {
  opacity: 0;
  width: 0%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.navbar-hamburger li {
  /* float: left; */
}

.navbar-hamburger li a {
  padding: 20px 0px;
  padding-left: 60px;
  display: block;
  /* padding: 10px 20px; */
  color: #2d2c2c;
  text-decoration: none;
}
.navbar-hamburger li:hover > ul {
}

.navbar-hamburger .dropdown-menu.active {
  max-height: 500px;
}

.navbar-hamburger {
  width: 100%;
}

.navbar-hamburger .dropdown-menu {
  text-align: left;
  max-height: 0;
  overflow: hidden;
  /* width: calc(100% + 150px); */
  transition: max-height 0.6s ease-in-out; /* Adjust the duration and easing as needed */
  position: relative;
  background-color: #f2dec4;
  border-top: 0;
  margin-left: 0;

  /* min-width: 200px; */
  /* help */
  /* left: -75px; */
}
.navbar-hamburger .dropdown-menu li:last-child {
  margin-bottom: 0px;
}

/*animation*/
.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
}
.reveal.active {
  transform: translateY(0px);
  opacity: 1;
  transition: all 2s ease;
}

/* Popup */

.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* 30% opacity black background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none; /* Hidden by default */
}

.popup {
  background-image: url("img/PopUpImage.jpg");
  /* background-image: url("img/PopUpImage.jpg"),
    linear-gradient(rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.45)); */
  background-blend-mode: overlay;
  background-size: cover;
  background-repeat: no-repeat;
  /* max-width: 10000px; */
  /* height: 100%; */
  /* max-height: 600px; */
  background-position: center;
  /* background-position: 50px 20px */
  /* max-width: 700px; */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  /* text-align: center; */
  position: relative;
}

/* .popup img {
  max-width: 500px;
} */

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.backgroundlayer {
  background-color: #f2dec473;
  /* padding: 20px; */
  padding: 20px;
}

.content {
  padding: 20px;
}
.content p {
  font-size: 50px;
}

.popup h2 {
  margin-top: 0;
}

.popup h3 {
  margin-top: 5px;
}

/* .popup-link {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 250px;
} */

.content a {
  margin-top: 250px;
}

.liActive {
  color: rgb(180, 179, 179);
}

@media screen and (max-width: 800px) {
  .content p {
    font-size: 40px;
    margin-bottom: 50px;
  }
}

.luer-poster {
  background-image: url(img/Luer-Poster.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.luer-poster::after {
  content: "";
  background-color: #efb4c4;
  background: #5f5e5e2c;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.luer-poster p,
.luer-poster h3 {
  color: white;
  position: relative;
  z-index: 10;
}

.a-i-s {
  align-items: start;
}

.a-i-c {
  align-items: center;
}

.z-in-10 {
  z-index: 10;
  position: relative;
}

.poster-our-brand img {
  width: 100%;
  margin: 0px auto 30px auto;
  /* max-width: 1000px; */
}
