/*    --------------------------------------------------
	:: Common
	-------------------------------------------------- */
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh);
}
body {
  font-family: 'Source Sans 3';
  font-size: 18px;
  font-weight: 400;
  color: #3b3b38
}
@media (max-width: 1399.98px) {
  body {
    font-size: 15px;
  }
}
a {
  color: #6689A2;
  text-decoration: none
}
/* PDF document links */
a[href$='.pdf']:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c1";
  color: #D32F2F;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
/* Word Document Links */
a[href$='.doc']:before, a[href$='.docx']:before, a[href$='.rtf']:before, a[href$='.wps']:before, a[href$='.txt']:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c2";
  color: #D32F2F;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
/* Excel Document Links */
a[href$='.xls']:before, a[href$='.odt']:before, a[href$='.xlsx']:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c3";
  color: #D32F2F;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
/* PowerPoint Document Links */
a[href$='.ppt']:before, a[href$='.pot']:before, a[href$='.pps']:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c4";
  color: #D32F2F;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
input[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
a[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
span[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
iframe {
  width: 100%;
  display: block;
}
@media(min-width:768px) {
  .container {
    max-width: 760px
  }
}
@media(min-width:992px) {
  .container {
    max-width: 980px
  }
}
@media(min-width:1200px) {
  .container {
    max-width: 1190px
  }
}
@media(min-width:1400px) {
  .container {
    max-width: 1399.98px
  }
}
.dropdown-menu {
  z-index: 1030;
}
.modal-backdrop.show {
  opacity: .7;
  background-color: #6689A2
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6689A2;
  border: 1px solid #6689A2
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6689A2;
  border: 1px solid #6689A2
}
.breadcrumb {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.breadcrumb .breadcrumb-item {
  display: inline;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: none;
  color: #fff;
}
.breadcrumb .breadcrumb-item a {
  color: #FCF7E8
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #6689A2 !important;
}
.btn {
  font-size: 1em;
  text-transform: uppercase;
  border-radius: .75em;
}
.form-control {
  font-size: 1em;
}
@media (max-width: 1199.98px) {
  .btn {
    font-size: 16px;
  }
  .form-control {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .btn {
    font-size: 16px;
  }
  .form-control {
    font-size: 15px;
  }
}
@media(max-width:1799px) {
  .h3, h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1199.98px) {
  .h2, h2 {
    font-size: 1.75rem;
  }
  .h3, h3 {
    font-size: 1.5rem;
  }
  legend {
    font-size: 1.2rem;
  }
}
@media (max-width: 575.98px) {
  .h1, h1 {
    font-size: 1.5rem;
  }
  .h2, h2 {
    font-size: 1.3rem;
  }
  .h3, h3 {
    font-size: 1.2rem;
  }
  .h4, h4 {
    font-size: 1.1rem;
  }
  .h5, h5 {
    font-size: 1rem;
  }
  .h6, h6 {
    font-size: .9rem;
  }
  .small, small {
    font-size: 90%;
  }
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #6689a2;
}
.smartphoto {
  z-index: 1030 !important;
}
/*    --------------------------------------------------
	:: header
	-------------------------------------------------- */
.brand {
  height: 100px;
}
.identity h1 {
  font-size: 3.33em;
  color: #a7baaf;
  font-family: 'Elowen Caps';
}
.identity h2 {
  font-size: 1.5em;
  color: #da9e4e;
  font-family: 'MDGROTESQUE';
}
@media (max-width: 1399.98px) {
  .identity h1 {
    font-size: 2.75em;
  }
  .identity h2 {
    font-size: 1.25em;
  }
}
@media (max-width: 1199.98px) {
  .brand {
    height: 70px;
  }
  @media (max-width: 1199.98px) {
    .identity h1 {
      font-size: 2.4em;
    }
    .identity h2 {
      font-size: 1.1em;
    }
  }
}
@media (max-width: 767.98px) {
  .brand {
    height: 50px;
    margin-left: .75rem;
  }
  .identity h1 {
    font-size: 1.75em;
  }
  .identity h2 {
    font-size: .75em;
  }
}
.social-header img {
  height: 36px;
  width: 36px;
  margin-left: .3em;
}
@media (max-width: 1399.98px) {
  .social-header img {
    height: 30px;
    width: 30px;
    margin-left: .2em;
  }
}
.header.shrink {
  padding: 5px 0;
}
.shrink .brand {
  height: 48px;
}
.shrink .identity h1 {
  font-size: 28px;
}
.shrink .identity h2 {
  font-size: 16px;
}
.shrink .social-header img {
  height: 24px;
  width: 24px;
}
@media (max-width: 767.98px) {
  .shrink .brand {
    height: 50px;
  }
  .shrink .identity h1 {
    font-size: 1.75em;
  }
  .shrink .identity h2 {
    font-size: .75em;
  }
}
.brand, .identity h1, .identity h2, .social-header img, .header {
  transition: all 0.4s ease;
}
.main-link {
  color: #60644f;
  margin: 0 .5rem;
  position: relative;
  font-size: 18px;
}
.main-link:hover {
  color: #da9e4e;
}
.main-link::before {
  content: "";
  background-color: #da9e4e;
  transition: 0.4s ease-out;
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.main-link:hover::before {
  width: 100%;
}
.nav-item.active .main-link {
  color: #A7BAAF;
}
.nav-item.active .main-link::before {
  content: "";
  background-color: #A7BAAF;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.navbar-toggler {
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  padding-bottom: .5rem;
}
.offcanvas-header .brand {
  width: 140px;
}
/*    --------------------------------------------------
	:: Home
	-------------------------------------------------- */
/* home_slider */
#HomeCarousel .carousel-cl {
  position: absolute;
  z-index: 99;
  top: -1px;
  width: 100%
}
#HomeCarousel .custom-shape-divider-bottom-1739516778 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
#HomeCarousel .custom-shape-divider-bottom-1739516778 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 74px;
}
#HomeCarousel .custom-shape-divider-bottom-1739516778 .shape-fill {
  fill: #FFFFFF;
}
#HomeCarousel .carousel-item {
  background: #60634e
}
#HomeCarousel .carousel-item img {
  opacity: .5;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  #HomeCarousel .carousel-item img {
    aspect-ratio: 4 / 3;
  }
}
#HomeCarousel .carousel-caption {
  position: absolute;
  right: 50%;
  bottom: auto;
  left: 15%;
  top: 30%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 1199.98px) {
  #HomeCarousel .carousel-caption {
    right: 15%;
  }
}
@media (max-width: 991.98px) {
  #HomeCarousel .carousel-caption {
    right: 10%;
    left: 10%;
  }
}
#HomeCarousel .carousel-caption h5 {
  font-size: 3.33em;
  color: #fff;
  font-family: 'MDGROTESQUE';
  font-weight: 400;
}
#HomeCarousel .carousel-caption .sld-title {
  color: #ffd700;
  font-size: 1.67em;
}
#HomeCarousel .carousel-caption .sld-link {
  color: #fff;
  font-size: 2em;
  padding: .2em .4em;
  border-bottom: 3px solid #fff;
  transition: color 0.4s ease, border-bottom 0.4s ease;
}
@media (max-width: 1399.98px) {
  #HomeCarousel .carousel-caption h5 {
    font-size: 3em;
  }
  #HomeCarousel .carousel-caption .sld-title {
    font-size: 1.5em;
  }
  #HomeCarousel .carousel-caption .sld-link {
    font-size: 1.75em;
  }
}
#HomeCarousel .carousel-caption .sld-link:hover {
  color: #efe5dd;
  border-bottom: 3px solid #efe5dd;
}
#HomeCarousel .carousel-indicators {
  display: none;
}
@media (max-width: 767.98px) {
  #HomeCarousel .carousel-caption {
    right: 10%;
    left: 10%;
    top: 15%;
  }
  #HomeCarousel .carousel-item img {
    aspect-ratio: 1 / 1;
  }
  #HomeCarousel .carousel-caption h5 {
    font-size: 2em;
  }
  #HomeCarousel .carousel-caption .sld-title {
    font-size: 1em;
  }
  #HomeCarousel .carousel-caption .sld-link {
    font-size: 1em;
  }
  #HomeCarousel .carousel-caption .sld-link:hover {
    border-bottom: 2px solid #efe5dd;
  }
}
/* home_slider END */
.home-intro {
  position: relative;
  padding: 4rem 0;
  background: url("/images/mainbg.webp") center/cover no-repeat;
}
.home-intro::before, .home-intro::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(4rem);
  pointer-events: none;
}
.home-intro::before {
  top: 0;
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
}
.home-intro::after {
  bottom: 0;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}
/* home products */
.home-products {
  position: relative;
  padding: 6rem 0 4rem;
  background: url("/images/home-products-bg.webp") center/cover no-repeat;
}
.home-products h4 {
  color: #d9bd9b;
  font-size: 1.75em;
}
.home-products .subtitle {
  color: #a7baaf;
  font-size: 3em;
  font-family: "MDGROTESQUE", Helvetica, Arial, "sans-serif";
}
@media (max-width: 767.98px) {
  .home-products h4 {
    font-size: 1.15em;
  }
  .home-products .subtitle {
    font-size: 1.75em;
  }
}
.custom-shape-divider-top-1740380558 {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-1740380558 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 80px;
}
.custom-shape-divider-top-1740380558 .shape-fill {
  fill: #FFFFFF;
}
.home-services-cards .icon {
  width: 50%;
  margin-top: -4rem;
}
@media (max-width: 991.98px) {
  .home-services-cards .col {
    margin-bottom: 3rem;
  }
}
.home-services-cards .product-title {
  color: #5f644e;
  font-size: 1.2em;
}
@media (max-width: 767.98px) {
  .home-services-cards .product-title {
    font-size: 1.1em;
  }
  .home-services-cards p {
    font-size: .85em;
  }
}
/* home products end */
/* home steps */
.home-steps {
  background: #f6f4ef
}
.home-steps h5 {
  color: #d9bd9b;
  font-size: 1.75em;
}
.home-steps .subtitle {
  color: #a7baaf;
  font-size: 3em;
  font-family: "MDGROTESQUE", Helvetica, Arial, "sans-serif";
}
.home-steps-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.home-step {
  font-size: 1em;
  position: relative;
}
.home-steps-wrapper .rounded-circle {
  background-color: #eeeadf;
  width: 210px;
  height: 210px;
}
.home-step .rounded-circle img {
  width: 100px;
}
.home-step .rounded-circle .step-title {
  color: #5f644e;
}
.step-separator {
  width: 148px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/images/separator.png');
}
@media (max-width: 1399.98px) {
  .home-steps h5 {
    font-size: 1.5em;
  }
  .home-steps .subtitle {
    font-size: 2.5em;
  }
  .home-steps-wrapper {
    gap: 8px;
  }
  .home-step {
    font-size: 0.9em;
  }
  .rounded-circle {
    width: 180px;
    height: 180px;
  }
  .home-step .rounded-circle img {
    width: 80px;
  }
  .step-separator {
    width: 99px;
    height: 20px;
  }
}
@media (max-width: 1199.98px) {
  .home-steps h5 {
    font-size: 1.3em;
  }
  .home-steps .subtitle {
    font-size: 2.2em;
  }
  .home-steps-wrapper {
    gap: 6px;
  }
  .home-step {
    font-size: 0.85em;
  }
  .rounded-circle {
    width: 160px;
    height: 160px;
  }
  .home-step .rounded-circle img {
    width: 70px;
  }
  .step-separator {
    width: 80px;
    height: 16px;
  }
}
@media (max-width: 991.98px) {
  .home-steps-wrapper {
    gap: 3px; /* Още по-малко разстояние */
  }
  .home-step {
    font-size: 0.75em; /* Още леко намаляване на текста */
  }
  .rounded-circle {
    width: 130px; /* Намаляване на размера */
    height: 130px;
  }
  .home-step .rounded-circle img {
    width: 55px; /* Още по-малко изображение */
  }
  .step-separator {
    width: 60px; /* Минимална широчина за стрелката */
    height: 12px;
  }
}
@media (max-width: 767.98px) {
  .home-steps h5 {
    font-size: 1.15em;
  }
  .home-steps .subtitle {
    font-size: 1.75em;
  }
  .home-steps-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .rounded-circle {
    width: 210px;
    height: 210px;
  }
  .home-step .rounded-circle img {
    width: 100px;
  }
  .home-step .rounded-circle .step-title {
    font-size: 1.75em;
  }
  .step-separator {
    width: 148px;
    height: 148px;
    transform: rotate(90deg);
  }
}
/* home steps end */
/* home about me */
.home-aboutme {
  background: url("/images/aboutmebg.webp") center/cover no-repeat;
}
.home-aboutme_text .title {
  color: #d9bd9b;
  font-size: 1.5em;
}
.home-aboutme_text h6 {
  color: #a7baaf;
  font-size: 2.5em;
  font-family: "MDGROTESQUE", Helvetica, Arial, "sans-serif";
}
.home-aboutme_text .call-me {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.33em;
  line-height: 1.1em;
  color: #fff;
}
.home-aboutme_text .call-me img {
  height: 48px;
}
.home-aboutme_text .call-me .book-phone {
  display: block;
  color: #efac7f;
}
.home-aboutme_text p {
  font-size: 1.25em;
}
.home-aboutme_text .btn {
  font-size: 1.33em;
  color: #eeeadf;
  background-color: #a7baaf;
  transition: color 0.4s ease, background-color 0.4s ease;
}
.home-aboutme_text .btn:hover {
  color: #fff;
  background-color: #60634e;
}
@media (max-width: 767.98px) {
  .home-aboutme_text .call-me {
    font-size: 1.15em;
  }
  .home-aboutme_text .btn {
    font-size: 1.15em;
  }
}
.custom-shape-divider-bottom-1740553019 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.custom-shape-divider-bottom-1740553019 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 80px;
}
.custom-shape-divider-bottom-1740553019 .shape-fill {
  fill: #FFFFFF;
}
/* home about me end */
.intro-imgs {
  position: relative;
  min-height: 700px;
}
.intro-imgs picture img {
  position: absolute;
  border-radius: 50px;
}
.intro-imgs picture:nth-of-type(1) img {
  top: 0;
  z-index: 2;
  width: 400px;
  right: 0;
}
.intro-imgs picture:nth-of-type(2) img {
  bottom: 0;
  z-index: 1;
  width: 550px;
  left: 0;
}
@media (max-width: 1199.98px) {
  .intro-imgs picture:nth-of-type(1) img {
    width: 200px;
  }
  .intro-imgs picture:nth-of-type(2) img {
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  .intro-imgs {
    min-height: 400px;
  }
  .intro-imgs picture:nth-of-type(1) img {
    width: 200px;
  }
  .intro-imgs picture:nth-of-type(2) img {
    width: 300px;
  }
}
.intro-text h3 {
  font-family: "MDGROTESQUE", Helvetica, Arial, "sans-serif";
  font-size: 3.22em;
  font-weight: 700;
  color: #60634e
}
.intro-text p {
  font-size: 1.33em;
}
.intro-text .btn {
  font-size: 1.33em;
  color: #eeeadf;
  background-color: #a7baaf;
  transition: color 0.4s ease, background-color 0.4s ease;
}
.intro-text .btn:hover {
  color: #fff;
  background-color: #60634e;
}
.intro-text .call-me {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.33em;
  line-height: 1.1em;
  color: #3b3b38;
}
.intro-text .call-me img {
  height: 48px;
}
.intro-text .call-me .book-phone {
  display: block;
  color: #60634e;
}
@media (max-width: 1199.98px) {
  .intro-text h3 {
    font-size: 2.5em;
  }
  .intro-text p {
    font-size: 1.1em;
  }
  .intro-text .btn {
    font-size: 1.1em;
  }
}
@media (max-width: 767.98px) {
  .intro-text h3 {
    font-size: 2.5em;
  }
}
/*    --------------------------------------------------
	:: footer
	-------------------------------------------------- */
footer {
  margin-top: auto;
  font-size: .9em;
}
footer .brand {
  height: 85px;
}
footer .identity .h1 {
  color: #a7baaf;
  font-family: 'Elowen Caps';
  font-size: 2.78em;
}
footer .identity .h2 {
  font-size: 1.22em;
  color: #da9e4e;
  font-family: 'MDGROTESQUE';
}
.identity p {
  font-size: 1.25em;
  color: #876969;
}
@media (max-width: 1399.98px) {
  footer .brand {
    height: 75px;
  }
  footer .identity .h1 {
    font-size: 2.5em;
  }
  footer .identity .h2 {
    font-size: 1.1em;
  }
  .identity p {
    font-size: 1.1em;
  }
}
#goTopBtn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: none;
  background-color: #876969;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  transition: opacity 0.3s ease;
  border: 1px solid #fff;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
@media (max-width: 991.98px) {
  #goTopBtn {
    left: auto;
    right: 20px;
    font-size: 18px;
    height: 30px;
    width: 30px;
  }
}
#goTopBtn.show {
  display: flex;
  opacity: 1;
}
.footer-column strong {
  font-size: 1.5em;
  color: #876969;
}
.footer-column {
  font-size: 1.25em;
}
.footer-column a {
  color: #60644f;
}
.footer-credits {
  background: #fcf7e8;
}
.page-bg {
  background-image: url("/images/pagebg.jpg");
  background-size: cover;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*    --------------------------------------------------
	:: Pr Details | CMS Page | News Item common
	-------------------------------------------------- */
.textcontent {
  font-size: 1.1em;
}
.textcontent iframe {
  display: block;
  margin: 1.5rem auto;
  width: 50%;
  height: 400px
}
@media (max-width: 1199.98px) {
  .textcontent iframe {
    width: 75%;
  }
}
@media (max-width: 991.98px) {
  .textcontent iframe {
    height: 300px
  }
}
@media (max-width: 575.98px) {
  .textcontent iframe {
    width: 100%;
    height: 250px;
    margin: .5rem auto;
  }
}
.textcontent img {
  display: block;
  margin: 1.5rem auto;
  max-width: 100%;
  height: auto
}
@media (max-width: 575.98px) {
  .textcontent img {
    margin: .5rem auto;
  }
}
.textcontent ul {
  margin: 1rem 0;
}
.textcontent li {
  padding-left: 0;
  list-style: none;
}
.textcontent li:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
  margin-left: -1em;
  width: 1em;
}
.selected-products {
  position: relative;
  background: url("/images/home-products-bg.webp") center/cover no-repeat;
}
.selected-products h4 {
  color: #d9bd9b;
  font-size: 1.75em;
}
.selected-products .subtitle {
  color: #a7baaf;
  font-size: 3em;
  font-family: "MDGROTESQUE", Helvetica, Arial, "sans-serif";
}
@media (max-width: 767.98px) {
  .selected-products h4 {
    font-size: 1.15em;
  }
  .selected-products .subtitle {
    font-size: 1.75em;
  }
}
.page-bg img {
  top: -1px;
}
.page-bg h1 {
  font-size: 3.33em;
  color: #fff;
  font-family: 'MDGROTESQUE';
  font-weight: 400;
}
@media (max-width: 1399.98px) {
  .page-bg {
    min-height: 300px;
  }
}
@media (max-width: 991.98px) {
  .page-bg {
    min-height: 200px;
  }
  .page-bg h1 {
    font-size: 2em;
  }
}
.custom-shape-divider-bottom-1741676283 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.custom-shape-divider-bottom-1741676283 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 31px;
}
.custom-shape-divider-bottom-1741676283 .shape-fill {
  fill: #FFFFFF;
}
/*    --------------------------------------------------
	:: Products
	-------------------------------------------------- */
.products .col:nth-child(3n+1) .card {
  background-color: #eee9df;
}
.products .col:nth-child(3n+2) .card {
  background-color: #dabd9b;
}
.products .col:nth-child(3n+3) .card {
  background-color: #c4c0a5;
}
.products .card .h3 {
  color: #876969;
  font-size: 1.5em;
  font-weight: bold;
  font-family: "MDGROTESQUE", Helvetica, Arial, "sans-serif";
}
/*    --------------------------------------------------
	:: Product Details
	-------------------------------------------------- */
.product-text p {
  font-size: 1.2em;
}
.product-text .call-me {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.33em;
  line-height: 1.1em;
  color: #3b3b38;
}
.product-text .call-me img {
  height: 48px;
}
.product-text .call-me .book-phone {
  display: block;
  color: #60634e;
}
@media (max-width: 1199.98px) {
  .product-text p {
    font-size: 1.1em;
  }
}
.similar-products {
  position: relative;
  background: url("/images/home-products-bg.webp") center/cover no-repeat;
}
.similar-products h4 {
  color: #d9bd9b;
  font-size: 1.75em;
}
.similar-products .subtitle {
  color: #a7baaf;
  font-size: 3em;
  font-family: "MDGROTESQUE", Helvetica, Arial, "sans-serif";
}
@media (max-width: 767.98px) {
  .similar-products h4 {
    font-size: 1.15em;
  }
  .similar-products .subtitle {
    font-size: 1.75em;
  }
}
/*    --------------------------------------------------
	:: Reviews
	-------------------------------------------------- */
.quotes .card:before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 50px;
  top: -70px;
  font-size: 5em;
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
}
.quotes .col:nth-of-type(4n+1) .card {
  background-color: #EEE9DF;
}
.quotes .col:nth-of-type(4n+1) .card::after {
  border-color: #EEE9DF transparent transparent transparent;
}
.quotes .col:nth-of-type(4n+2) .card {
  background-color: #DABD9B;
}
.quotes .col:nth-of-type(4n+2) .card::after {
  border-color: #DABD9B transparent transparent transparent;
}
.quotes .col:nth-of-type(4n+3) .card {
  background-color: #C4C0A5;
}
.quotes .col:nth-of-type(4n+3) .card::after {
  border-color: #C4C0A5 transparent transparent transparent;
}
.quotes .col:nth-of-type(4n+0) .card {
  background-color: #d8deda;
}
.quotes .col:nth-of-type(4n+0) .card::after {
  border-color: #d8deda transparent transparent transparent;
}

/*    --------------------------------------------------
	:: review carousel
	-------------------------------------------------- */

.reviews_box {
  background: #f6f4ef
}
.reviews_box h5 {
  color: #d9bd9b;
  font-size: 1.75em;
}
.reviews_box .subtitle {
  color: #a7baaf;
  font-size: 3em;
  font-family: "MDGROTESQUE", Helvetica, Arial, "sans-serif";
}


.review-carousel .card::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 50px;
  top: -70px;
  font-size: 5em;
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
}


.review-carousel .carousel-inner {
  display: flex;
  align-items: center;
  min-height: 380px; 
}

.review-carousel .carousel-control-next, .review-carousel .carousel-control-prev {
  width: 5%;
}

.review-carousel .carousel-item:nth-of-type(4n+1) .card {
  background-color: #EEE9DF;
}
.review-carousel .carousel-item:nth-of-type(4n+1) .card::after {
  border-color: #EEE9DF transparent transparent transparent;
}
.review-carousel .carousel-item:nth-of-type(4n+2) .card {
  background-color: #DABD9B;
}
.review-carousel .carousel-item:nth-of-type(4n+2) .card::after {
  border-color: #DABD9B transparent transparent transparent;
}
.review-carousel .carousel-item:nth-of-type(4n+3) .card {
  background-color: #C4C0A5;
}
.review-carousel .carousel-item:nth-of-type(4n+3) .card::after {
  border-color: #C4C0A5 transparent transparent transparent;
}
.review-carousel .carousel-item:nth-of-type(4n+0) .card {
  background-color: #d8deda;
}
.review-carousel .carousel-item:nth-of-type(4n+0) .card::after {
  border-color: #d8deda transparent transparent transparent;
}

