.btn {
  background-color: #000;
  border-radius: 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  padding: 1.5rem 3.5rem;
  letter-spacing: 0.3rem;
  transition: 300ms all ease-in-out;
  border: none;
}
.btn:hover {
  color: #000;
}
.btn:active {
  background-color: #fff !important;
  color: #000 !important;
}
@media (max-width: 767px) {
  .btn {
    font-size: 1.2rem;
    padding: 1.2rem 2.5rem;
  }
}

.outline-btn {
  background-color: #000;
  border-radius: 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  padding: 1.5rem 3.5rem;
  letter-spacing: 0.3rem;
  transition: 300ms all ease-in-out;
  border: none;
  border: 0.1rem solid #000;
  background-color: transparent;
  color: #000;
}
.outline-btn:hover {
  color: #000;
}
.outline-btn:active {
  background-color: #fff !important;
  color: #000 !important;
}
@media (max-width: 767px) {
  .outline-btn {
    font-size: 1.2rem;
    padding: 1.2rem 2.5rem;
  }
}
.outline-btn:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
  border: 0.1rem solid #000;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.24px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
  transition: 300ms all ease-in-out;
}
a:hover {
  color: #e4c1b1;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #000;
  text-transform: uppercase;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-block: 0.5rem 1rem;
  letter-spacing: 0.5rem;
}

h1,
.h1 {
  font-size: 8.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  letter-spacing: 1.5rem;
  line-height: 1.1;
}

h2,
.h2 {
  font-size: 3.6rem;
}

h3,
.h3 {
  font-size: 2rem;
}

.bg-primary {
  background-color: #e4c1b1 !important;
}

.bg-secondary {
  background-color: #f3f3f3 !important;
}

.object-fit {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-heading {
  letter-spacing: 1rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
  display: block;
}

.hover-btn-block {
  position: relative;
  overflow: hidden;
}

button:hover, button:focus, button:active {
  box-shadow: none !important;
  outline: none !important;
}

div a.cursor-btn.hover-btn {
  background-color: #e4c1b1;
  box-shadow: 0px 0px 10px 10px rgba(228, 193, 177, 0.6);
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  display: grid;
  place-items: center;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  z-index: 99;
  transform: translate(-50%, -50%);
  transition: 5s all ease-in-out;
}
div a.cursor-btn.hover-btn:hover {
  color: #000;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-inline: 2rem;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #e4c1b1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

header {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
header nav.navbar {
  padding-block: 2.5rem;
}
header .container-fluid {
  padding-inline: 5rem;
}
header .navbar-brand {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
header .navbar-brand P {
  margin-bottom: 0;
  font-family: "Marcellus", serif;
  font-weight: 400;
  line-height: 1.1;
  font-size: 3.9rem;
}
header .navbar-nav {
  gap: 3rem;
}
header .navbar-nav .nav-link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #fff;
}
header .search-btn {
  outline: none;
  border: none;
  background-color: transparent;
  font-size: 2rem;
}

header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
}
header.fixed .navbar-nav .nav-link {
  color: #000;
}
header.fixed .navbar-nav .nav-link.active {
  color: #e4c1b1;
}
header.fixed nav.navbar {
  padding-block: 1.5rem;
}

.navbar-toggler {
  width: 3rem;
  height: 2.3rem;
  display: inline-block;
  position: relative;
  border: none;
}
.navbar-toggler i {
  position: absolute;
  display: block;
  height: 2px;
  background: #000;
  width: 3rem;
  left: 0px;
  transition: all 300ms ease-in-out;
}
.navbar-toggler i:nth-child(1) {
  top: 0;
}
.navbar-toggler i:nth-child(2) {
  top: 1rem;
}
.navbar-toggler i:nth-child(3) {
  bottom: 0;
}

.navbar-toggler.active i:nth-child(1) {
  top: 1.1rem;
  transform: rotateZ(45deg);
}

.navbar-toggler.active i:nth-child(2) {
  background: transparent;
}

.navbar-toggler.active i:nth-child(3) {
  bottom: 1.1rem;
  transform: rotateZ(-45deg);
}

.banner .splide {
  max-height: 100vh;
  height: 100vh;
  overflow: hidden;
}
.banner .splide:hover button {
  opacity: 1;
}
.banner .splide .overlay-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.banner .splide .overlay-banner-text .span {
  font-family: "Marcellus", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5rem;
  font-size: 3rem;
}
.banner .splide .overlay-banner-text h1 {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  margin-block: 1.5rem 3rem;
}
.banner .splide .overlay-banner-text .btn {
  margin-top: 3rem;
}
.banner .splide .splide__track {
  height: 100%;
}
.banner .splide .splide__slide__container {
  transform: scale(1.5);
  transition: 600ms all ease-in-out;
  height: 100%;
}
.banner .splide .is-active .splide__slide__container {
  transform: scale(1);
}
.banner .splide .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.splide__arrows button {
  background: transparent;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  border-radius: 0;
  opacity: 0;
  transition: 600ms all ease-in-out;
}
.splide__arrows button svg {
  display: none;
}
.splide__arrows button::after {
  content: "";
  width: 5rem;
  height: 5rem;
  display: inline-block;
}

.splide__arrow--prev {
  left: 3.5rem;
}
.splide__arrow--prev::after {
  background: url("/assets/imgs/angle-left.svg") no-repeat center/cover;
}

.splide__arrow--next {
  right: 3.5rem;
}
.splide__arrow--next::after {
  background: url("/assets/imgs/angle-right.svg") no-repeat center/cover;
}

.splide__pagination {
  bottom: 15%;
  left: 0;
  padding: 0 1rem;
  max-width: 1300px;
  margin: auto;
  justify-content: start;
}

.banner .splide__pagination::before {
  content: "";
  position: absolute;
  bottom: -8rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.5);
  width: 2.5rem;
  height: 4rem;
  border-radius: 3rem;
}
.banner .splide__pagination::after {
  content: "\f128";
  font-family: "bootstrap-icons";
  position: absolute;
  bottom: -7rem;
  left: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
  animation: up-down 1.5s infinite;
  font-size: 1.2rem;
}

@keyframes up-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
footer {
  background: url("/assets/imgs/footer-bg.webp") repeat center/contain;
  padding-block: 4rem;
  color: #fff;
  font-size: 1.2rem;
}
footer .foo_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .foo_logo a {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
footer .foo_logo a p {
  margin-bottom: 2rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  line-height: 1.1;
  font-size: 3.9rem;
}
footer ul li {
  list-style: none;
}
footer ul a {
  color: #fff;
}
footer .foot_bar {
  margin-bottom: 7rem;
}
footer .foot_bar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .foot_bar ul a {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
footer .foot_bar ul a:hover {
  color: #e4c1b1;
}
footer .foot_bar ul .active a {
  color: #e4c1b1;
}
footer .foot_bar ul li {
  display: flex;
  align-items: center;
}
footer .foot_bar ul li::after {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #fff;
  border-radius: 50%;
  margin-inline: 3rem;
}
footer .foot_bar ul li:last-child::after {
  display: none;
}
footer .address ul {
  padding: 0;
}
footer .address li {
  margin-bottom: 1rem;
}
footer .address li a {
  display: flex;
  gap: 2rem;
}
footer .social_icons ul {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 3rem;
}
footer .social_icons ul .bi {
  font-size: 1.4rem;
  color: #e4c1b1;
  transition: 300ms all ease-in-out;
}
footer .social_icons ul .bi:hover {
  color: #fff;
}
footer .about_us {
  display: flex;
  flex-direction: column;
  align-items: end;
}
footer .about_us p {
  text-align: end;
  color: #e4c1b1;
  opacity: 0.5;
}
footer .about_us a {
  color: #fff;
  text-transform: uppercase;
  transition: 300ms all ease-in-out;
  letter-spacing: 0.3rem;
}
footer .about_us a:hover {
  color: #e4c1b1;
}
footer .copyright {
  margin-block-start: 6rem;
}
footer .copyright .copy-text {
  opacity: 0.5;
}
footer .copyright .copy_link li {
  display: flex;
  align-items: center;
}
footer .copyright .copy_link li::after {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #fff;
  border-radius: 50%;
  margin-inline: 3rem;
}
footer .copyright .copy_link li:last-child::after {
  display: none;
}
footer .copyright .copy_link a {
  text-transform: uppercase;
}

.marquee-block > div {
  display: flex;
  gap: 3rem;
}

.marquee-block .bi {
  margin-inline-end: 3rem;
}
.marquee-block .bi .marquee-item {
  text-transform: uppercase;
}

.marquee-item {
  text-transform: uppercase;
  font-weight: 400;
}

.product_types {
  padding-block: 5rem;
}
.product_types .pro_details a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product_types .pro_details a figure {
  border-radius: 50%;
  overflow: hidden;
  max-width: 6rem;
  transition: 300ms all ease-in-out;
}
.product_types .pro_details a h3 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 0.5rem;
  transition: 300ms all ease-in-out;
}
.product_types .pro_details a:hover figure {
  transform: scale(1.1);
}
.product_types .pro_details a:hover h3 {
  color: #e4c1b1;
}

.skincare .image-content {
  position: relative;
}
.skincare .image-content .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}
.skincare .image-content .h1 {
  font-size: 6rem;
  margin-bottom: 2rem;
}
.skincare .image-content a {
  display: inline-block;
}

.features {
  padding-block: 9rem;
}
.features .feature-content {
  max-width: 30rem;
  margin: auto;
}
.features .feature-content .bi {
  font-size: 3.5rem;
}
.features .feature-content h3 {
  letter-spacing: 0.5rem;
  margin-block: 2.5rem 2rem;
}
.features .feature-content h3::after {
  content: "\f59c";
  font-family: "bootstrap-icons";
  font-size: 0.7rem;
  font-weight: 800;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-block-start: 2rem;
  text-align: center;
}

.sub-heading {
  margin-bottom: 4rem;
}
.sub-heading span {
  text-transform: uppercase;
}
.sub-heading span::after {
  content: "\f59c";
  font-family: "bootstrap-icons";
  font-size: 0.7rem;
  font-weight: 800;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-block-start: 2rem;
  text-align: center;
  margin-block-start: 1rem;
}
.sub-heading h2 {
  margin-block: 1rem 2rem;
}

.collections {
  padding-block-end: 10rem;
}
.collections .collection-content {
  padding: 7.5rem 8rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.collections .collection-content .btn {
  margin-top: 4rem;
}

.review .review-content {
  height: 100%;
  background: url("/assets/imgs/testimonial-content-bg.webp");
  padding: 11rem;
}
.review .review-content .review-text {
  margin-bottom: 3rem;
}
.review .review-content .customer-details {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.review .review-content .customer-details img {
  border-radius: 50%;
  max-width: 5rem;
  margin-left: 1.3rem;
}
.review .review-content .customer-details .name {
  text-transform: capitalize;
}
.review .review-content .splide__slide__container {
  margin-bottom: 9rem;
}
.review .review-content .splide__pagination {
  bottom: 0;
  left: 0;
  padding: 0;
}
.review .sub-heading span::after {
  text-align: left;
}
.review .splide__pagination__page {
  background: transparent;
  border: 0.1rem solid #000;
}
.review .splide__pagination__page.is-active {
  background: #000;
  transform: scale(1.4);
  z-index: 1;
}
.review .review-slider {
  max-width: 50rem;
}

section.quality {
  padding-block: 10rem;
}
section.quality .natural-col {
  text-align: center;
  max-width: 32rem;
  margin-inline: auto;
}
section.quality .natural-col figure {
  max-width: 5rem;
  margin-inline: auto;
}
section.quality .natural-col h3 {
  letter-spacing: 0.3rem;
  margin: 3rem 1rem;
}
section.quality .natural-col h3::after {
  content: "\f59c";
  font-family: "bootstrap-icons";
  font-size: 0.7rem;
  font-weight: 800;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-block-start: 2rem;
  text-align: center;
}

.product-types .pro-col {
  display: block;
  position: relative;
  min-height: 40rem;
  overflow: hidden;
}
.product-types .pro-col img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 300ms all ease-in-out;
  filter: brightness(0.5);
}
.product-types .pro-col:hover img {
  transform: scale(1.2) rotate(5deg);
  filter: none;
}
.product-types .pro-col .h2 {
  position: absolute;
  color: #fff;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  font-size: 4rem;
  transition: 300ms all ease-in-out;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 7.5rem;
}

.news-letter {
  padding-block: 10rem;
}
.news-letter .news-content-col {
  padding: 11rem;
  padding-inline-end: 0;
}
.news-letter .newsletter-haeding {
  gap: 3rem;
  max-width: 30rem;
  margin-bottom: 2.5rem;
  align-items: center;
}

.news-blog {
  padding-block-end: 13rem;
}
.news-blog .splide__arrows button {
  opacity: 1;
  background: #fff;
  border-radius: 50%;
}
.news-blog .splide__arrows button::after {
  font-family: "bootstrap-icons";
  background: none;
  display: grid;
  place-items: center;
  transition: 300ms all ease-in-out;
}
.news-blog .splide__arrows button:hover {
  background: #000;
}
.news-blog .splide__arrows button:hover::after {
  color: #fff;
}
.news-blog .splide__arrows .splide__arrow--prev {
  left: 0;
}
.news-blog .splide__arrows .splide__arrow--prev::after {
  content: "\f284";
}
.news-blog .splide__arrows .splide__arrow--next {
  right: 0;
}
.news-blog .splide__arrows .splide__arrow--next::after {
  content: "\f285";
}
.news-blog .splide__pagination {
  justify-content: center;
  bottom: -10%;
}
.news-blog .splide__pagination__page {
  background: transparent;
  border: 0.1rem solid #000;
}
.news-blog .splide__pagination__page.is-active {
  background: #000;
  transform: scale(1.4);
  z-index: 1;
}

.blog-slider {
  padding-inline: 10rem;
}
.blog-slider .card {
  border: none;
  border-radius: 0;
}
.blog-slider .card-body {
  text-align: center;
  position: relative;
  padding: 6rem 3rem;
}
.blog-slider .card-body .date {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.blog-slider .card-body .date .btn:hover {
  opacity: 1;
}
.blog-slider .card-body .date .btn {
  font-size: 1.4rem;
  padding: 1.5rem 2rem;
}
.blog-slider .card-body h3 {
  font-family: "Marcellus", serif;
  font-weight: 400;
}
.blog-slider .card-body p {
  margin: 3rem auto;
}
.blog-slider .category {
  justify-content: center;
}
.blog-slider .category li {
  display: flex;
  align-items: center;
}
.blog-slider .category li a {
  text-transform: capitalize;
  color: #000;
  font-size: 1.2rem;
}
.blog-slider .category li a:hover {
  color: #e4c1b1;
}
.blog-slider .category li::after {
  content: " \f309";
  font-family: "bootstrap-icons";
  display: inline-block;
  margin-inline: 1rem;
}
.blog-slider .category li:last-child::after {
  display: none;
}
.blog-slider .read-more a {
  display: inline-block;
}

label {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.form-control {
  border-radius: 0;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  padding: 1.5rem 3rem;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.8);
}

.form-control:focus {
  border-color: #e4c1b1;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(227, 192, 176, 0.25);
}

.search-modal {
  background: rgba(255, 255, 255, 0.95);
}
.search-modal button.btn-close {
  position: absolute;
  right: 3rem;
  top: 3rem;
}
.search-modal .modal-dialog {
  margin-top: 9rem;
}
.search-modal .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.search-modal .modal-title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 2rem !important;
}

/* about us page css here */
.page-banner {
  min-height: 50rem;
  align-items: center;
  display: flex;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-banner img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-banner .container {
  z-index: 1;
}
.page-banner .breadcrumbs {
  position: absolute;
  bottom: 2.2rem;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  padding: 0 2.5rem;
}
.page-banner .breadcrumbs a {
  color: #fff;
  font-size: 1.1rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.page-banner .breadcrumbs a i {
  padding: 0.4rem;
  font-size: 0.8rem;
  line-height: 1.2;
}

.mission-section {
  padding-block: 8rem;
}
.mission-section .mission-content {
  max-width: 41.8rem;
  margin: 0 auto;
}

.leaves1 {
  position: absolute;
  top: -2rem;
  right: 7rem;
}
.leaves1 img {
  width: 10rem;
}

.leaves2 {
  position: absolute;
  bottom: -4rem;
  left: 8rem;
}
.leaves2 img {
  width: 7.7rem;
}

.pt-10rem {
  padding-top: 8rem;
}

.contact-page {
  padding-block: 10rem;
}
.contact-page .info {
  background: #fff;
  padding: 6rem 7rem 10rem;
}
.contact-page .info h2 {
  font-size: 2.5rem;
  margin-bottom: 4rem;
}
.contact-page .info .number span {
  display: block;
}
.contact-page .info p {
  font-size: 1.4rem;
}
.contact-page .info a {
  font-size: 1.8rem;
  color: #000;
  word-break: break-all;
}
.contact-page .info a:hover {
  color: #e4c1b1;
}
.contact-page .info .magnify-element {
  list-style: none;
  display: flex;
  padding: 0;
}
.contact-page .info .magnify-element i {
  font-size: 1.3rem;
  margin-right: 1.9rem;
}

.mt-40 {
  margin-top: 4rem;
}

.text-align-justify {
  text-align: justify;
}

#servicesTab {
  padding-block: 8rem;
}
#servicesTab .row.mt-5 img {
  min-height: 42rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.Service-section .splide__pagination {
  display: none;
}

#servies {
  border-bottom: 1px solid #d7d7d7;
}
#servies:hover .splide__arrows button {
  opacity: 1;
}

#myTab {
  flex-wrap: nowrap;
}
#myTab li {
  padding: 1rem;
}
#myTab li:nth-child(2n+1) {
  transform: translateY(7rem);
  padding-bottom: 12rem;
}
#myTab li button {
  border: navajowhite;
  padding: 0;
  background: transparent;
}
#myTab li button.active img {
  filter: grayscale(100%);
}
#myTab li button:hover .content h4 {
  color: #e4c1b1;
  transition: all ease-in-out 300ms;
}
#myTab li button .services-card img {
  max-width: 100%;
  transition: all ease-in-out 300ms;
  min-height: 38rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}
#myTab li button .services-card img:hover {
  filter: grayscale(100%);
}
#myTab li button .services-card img .content h4 {
  color: #000;
  padding-top: 1rem;
  display: block;
  transition: all ease-in-out 300ms;
}

.pricing {
  padding-block: 10rem;
}
.pricing #accordionExample {
  margin-top: 6rem;
}
.pricing #accordionExample .accordion-button {
  padding: 2.4rem 3rem;
}
.pricing #accordionExample .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: #e4c1b1;
  box-shadow: none;
}
.pricing #accordionExample .accordion-button .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.pricing #accordionExample .accordion-button .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.pricing #accordionExample .accordion-button h2 {
  font-size: 2.4rem;
  margin: 0;
}
.pricing #accordionExample .price-list {
  max-width: 58rem;
  margin: 2rem auto 2rem;
}
.pricing #accordionExample .price-list ul {
  list-style: none;
  border-bottom: 1px solid rgb(222, 222, 222);
  margin-bottom: 0.6rem;
  padding-bottom: 0.6rem;
}
.pricing #accordionExample .price-list li {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.pricing #accordionExample .price-list li .pricing-card .img {
  border-bottom: 1px solid #e8e8e8;
  margin: 0rem 0 2rem;
  padding: 2rem 0;
}
.pricing #accordionExample .price-list li .content {
  padding: 1rem 3rem 4rem;
}
.pricing #accordionExample .price-list li a {
  font-size: 2.2rem;
  color: #000;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0.8rem;
  display: block;
  font-family: "Marcellus", serif;
  font-weight: 400;
  min-height: 7rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pricing #accordionExample .price-list li a:hover {
  color: #e4c1b1;
}
.pricing #accordionExample .price-list li .rate {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.scrollable-nav {
  justify-content: normal !important;
  position: relative;
}

.mt-mb-50 {
  margin: 5rem 0;
}

#booking-form {
  padding-block-start: 8rem;
  background: #f8f8f8;
  overflow: hidden;
}

.tab-pane:focus-visible {
  outline: none;
}/*# sourceMappingURL=custom.css.map */