/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
* {
  margin: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
  padding-top: 100px;
}

.flex-container {
  display: flex;
  align-items: center;
}

.flex-container-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-item {
  margin: 0;
}

.flex-wrap {
  flex-wrap: wrap;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
}

.pc-none {
  display: none;
}

.top-margin {
  margin-top: 50px;
}

@media (max-width: 992px) {
  .hide-tablet-phone {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

nav {
  position: fixed;
  top: 20px;
  left: 50%;
  width: 100%;
  z-index: 1000;
  gap: 20px;
  transform: translateX(-50%);
}

nav div {
  width: 150px;
  height: 50px;
  background-color: #EFF0CE;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

nav ul {
  flex: 1;
  gap: 20px;
  list-style: none;
  padding: 0;
}

nav ul li {
  display: flex;
  flex: 1;
  background-color: #FFF;
  text-align: center;
}

nav ul li a {
  cursor: pointer;
  display: flex;
  flex: 1;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
  height: 50px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

nav ul li a:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

nav img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.title {
  width: 100%;
  text-align: center;
  color: #999E5C;
  font-weight: bold;
  font-size: 0.5em;
}

.title-big {
  text-transform: uppercase;
  font-size: 3em;
}

.hamburger-menu {
  display: none;
  cursor: pointer;
  gap: 6px;
  z-index: 999;
  margin-right: 10px;
}

.hamburger-menu::before,
.hamburger-menu::after,
.hamburger-menu input {
  content: "";
  width: 60px;
  height: 8px;
  background-color: #999E5C;
  border-radius: 9999px;
  transform-origin: left center;
  transition: opacity 200ms ease-in-out, width 200ms ease-in-out, rotate 200ms ease-in-out, translate 200ms ease-in-out;
}

.hamburger-menu input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  outline: none;
  pointer-events: none;
}

.hamburger-menu:has(input:checked)::before {
  rotate: 45deg;
  width: 50.911668px;
  translate: 0 -4px;
}

.hamburger-menu:has(input:checked)::after {
  rotate: -45deg;
  width: 50.911668px;
  translate: 0 4px;
}

.hamburger-menu input:checked {
  opacity: 0;
  width: 0;
}

@media (max-width: 768px) {
  .hamburger-menu {
    display: flex;
  }
  .side-nav {
    transition: translate 200ms ease-in-out;
    translate: 100%;
    position: absolute;
    top: 10px;
    right: 0px;
    flex-direction: column;
    margin-top: calc(8px + 2rem);
    background-color: #999E5C;
    width: 200px;
    padding: 10px;
  }
  nav:has(.hamburger-menu input:checked) .side-nav {
    translate: 0;
  }
  .side-nav li {
    width: 100%;
    background-color: #EFF0CE;
  }
  nav div {
    flex: 1;
    justify-content: space-between;
    background-color: transparent;
    box-shadow: none;
    height: 50px;
  }
  nav img {
    margin: 0;
  }
  nav {
    background-color: #EFF0CE;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  }
}

header {
  border-top: 3px solid #999E5C;
  border-bottom: 3px solid #999E5C;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
  justify-content: space-between;
}

.side-info {
  width: 300px;
  height: 70px;
  font-weight: bold;
  font-size: 1.2em;
  border: solid 3px #999E5C;
  background-color: #EFF0CE;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

.side-info a {
  cursor: default;
  text-decoration: none;
  color: #000;
}

.left {
  border-radius: 0 100px 100px 0;
  border-left: 0;
}

.right {
  border-radius: 100px 0 0 100px;
  border-right: 0;
}

header h1 {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  color: #A9B209;
}

header h1 span {
  font-size: 2em;
  font-weight: bold;
}

@media (max-width: 992px) {
  .side-info {
    display: none;
  }
  header h1 {
    width: 100vw;
  }
}

@media (max-width: 768px) {
  header h1 {
    display: none;
  }
  .carusel-title {
    text-align: center;
    padding: 20px;
  }
}

.carusel {
  position: relative;
  margin-top: 20px;
  gap: 20px;
}

.carusel h1 {
  color: #FFF;
  display: flex;
  height: 40px;
  width: 800px;
  font-size: 1.1em;
  text-transform: uppercase;
  background-color: rgba(153, 158, 92, 0.8);
  justify-content: center;
  border-radius: 20px;
  align-items: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

.carusel-img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 400px;
  border: solid 3px #999E5C;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  list-style: none;
  padding: 0;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0;
  transition: 500ms opacity ease-in-out;
  transition-delay: 500ms;
}

.slide > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.slide[data-active] {
  opacity: 1;
  transition-delay: 0;
}

.dots {
  position: absolute;
  z-index: 100;
  top: 75%;
  color: #EFF0CE;
  font-size: 1.5em;
}

.dots i {
  padding: 2px;
}

.dots > i[data-active] {
  color: #999E5C;
}

.btn {
  top: 75%;
  width: 250px;
  height: 50px;
  background-color: #EFF0CE;
  border: 3px solid #999E5C;
  border-radius: 100px;
  font-weight: bold;
  font-size: 1.2em;
  cursor: pointer;
}

.btn:hover {
  background-color: #999E5C;
  color: #FFF;
}

.btn-section {
  gap: 30px;
  width: 100%;
}

.line {
  flex: 1;
  height: 1px;
  border-top: 3px solid #999E5C;
}

.carusel-title {
  width: 100vw;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  color: #A9B209;
}

@media (max-width: 992px) {
  .carusel-img {
    width: 90%;
    max-width: 1350px;
    height: 300px;
  }
}

@media (max-width: 768px) {
  .carusel h1 {
    display: none;
  }
  .carusel-title {
    font-size: 1em;
    padding: 10px;
  }
  .dots {
    top: 70%;
  }
}

.top-bar {
  flex-basis: 100%;
  height: 100px;
  margin-left: 45%;
  border-top-left-radius: 100px;
}

.top-bar-second-color {
  position: relative;
  left: -50px;
  top: 3px;
  z-index: -1;
  height: 100px;
  border-top-left-radius: 100px;
  outline: 3px solid #999E5C;
}

.top-bar-p2 {
  flex-basis: 100%;
  height: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

.bottom-bar {
  flex-basis: 100%;
  height: 100px;
  margin-left: -45%;
  border-bottom-right-radius: 100px;
}

.bottom-bar-second-color {
  position: relative;
  left: 50px;
  z-index: -1;
  height: 100px;
  border-bottom-right-radius: 100px;
  outline: 3px solid #EFF0CE;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
}

.bottom-bar-p2 {
  flex-basis: 100%;
  height: 50px;
}

.darkgreen {
  background-color: #999E5C;
}

.lightgreen {
  background-color: #EFF0CE;
}

.about {
  gap: 100px;
  justify-content: center;
}

.about article {
  position: relative;
  gap: 50px;
  top: 50px;
  height: 500px;
  width: 500px;
  padding: 30px;
  z-index: 2;
  border: solid 3px #999E5C;
  border-radius: 100px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  background-color: #FFF;
}

.about article h3 {
  font-size: 1.5em;
}

.about article p {
  font-size: 1.1em;
  text-align: center;
}

.about article a {
  text-decoration: none;
  font-size: 1.4em;
  font-weight: bold;
  color: #A9B209;
}

.about img {
  position: relative;
  top: -50px;
  height: 500px;
  width: 500px;
  z-index: 2;
  border: solid 3px #EFF0CE;
  border-radius: 100px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 992px) {
  .about {
    flex-direction: column;
    gap: -120px;
  }
  .about article {
    top: -120px;
    width: 75%;
  }
  .about img {
    margin-top: -300px;
    top: 120px;
    width: 75%;
  }
}

@media (max-width: 768px) {
  .about article {
    height: auto;
    width: 100%;
    gap: 20px;
  }
  .about article h3 {
    font-size: 1em;
  }
  .about article p {
    font-size: 0.8em;
  }
  .about img {
    width: 100%;
    height: auto;
  }
}

.offer {
  margin-top: 50px;
  background-color: #EFF0CE;
  justify-content: center;
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.5);
}

.offer h5 {
  color: #999E5C;
  font-size: 1.5em;
}

.offer-box {
  width: 75%;
  background-color: #FFF;
  border-radius: 100px;
  gap: 20px;
  padding-top: 20px;
  margin-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border: solid 3px #A9B209;
}

.single-offer {
  width: 75%;
  height: 50px;
  background-color: #EFF0CE;
  border-radius: 100px;
  justify-content: space-between;
  padding: 0 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

.single-offer h4,
.single-offer p {
  font-weight: normal;
  font-size: 1.1em;
}

@media (max-width: 992px) {
  .offer-box {
    width: 100%;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  .single-offer {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .title p {
    font-size: 1em;
  }
  .single-offer {
    flex-direction: column;
    height: auto;
    text-align: center;
    padding: 20px;
    gap: 10px;
  }
  .single-offer p {
    font-weight: bold;
    font-size: 1em;
  }
  .single-offer h4 {
    font-size: 0.8em;
  }
}

.therapists {
  gap: 50px;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
}

.therapists-tittle {
  color: #A9B209;
  text-align: center;
  font-size: 2.5em;
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 100px;
  border-top: 3px solid #999E5C;
  border-bottom: 3px solid #999E5C;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

.single-therapist {
  flex: 0 1 40%;
  align-items: flex-start;
}

.single-therapist h5 {
  flex: 1;
  width: 100%;
  height: 100px;
  background-color: #999E5C;
  color: #FFF;
  font-size: 1.5em;
  padding-right: 20px;
  border-top-left-radius: 100px;
}

.single-therapist h5 span {
  width: 100%;
  text-align: right;
}

.header-div {
  align-items: flex-end;
}

.single-therapist p {
  width: 80%;
  text-align: left;
  padding: 20px;
  padding-bottom: 75px;
  border: solid 3px #999E5C;
  border-radius: 0px 0px 100px 100px;
  border-right: solid 20px #999E5C;
}

.single-therapist img {
  position: relative;
  width: 250px;
  height: 250px;
  min-width: 250px;
  min-height: 250px;
  flex-shrink: 1;
  flex-shrink: 0;
  outline: solid 3px #999E5C;
  border-radius: 300px 300px 300px 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media (max-width: 1265px) {
  .therapists {
    position: relative;
    flex-direction: column;
  }
  .single-therapist h5 {
    font-size: 1.3em;
    border-top-left-radius: 20px;
  }
  .single-therapist h5::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 20%;
    width: 150px;
    height: 100px;
    background-color: #999E5C;
  }
  .single-therapist img {
    border-radius: 100px;
    border-bottom-right-radius: 0;
    right: 0;
    width: 200px;
    height: 200px;
    min-width: 200px;
    min-height: 200px;
    -o-object-position: top;
       object-position: top;
  }
  .single-therapist p {
    margin: 0 auto;
  }
  .header-div {
    width: 80%;
    margin: 0 auto;
    align-items: flex-end;
  }
  .single-therapist img {
    border: solid 3px #999E5C;
    outline: none;
  }
}

@media (max-width: 768px) {
  .header-div {
    width: 90%;
  }
  .therapists-tittle {
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 50px;
  }
  .single-therapist p {
    font-size: 0.8em;
    width: 90%;
  }
  .single-therapist h5 {
    padding-left: 20px;
  }
  .single-therapist h5 span {
    text-align: left;
  }
}

.contact {
  justify-content: center;
  text-align: center;
  gap: 100px;
}

.contact-data {
  position: relative;
  gap: 50px;
  top: 100px;
  height: 400px;
  width: 500px;
  z-index: 2;
  border: solid 3px #999E5C;
  border-radius: 100px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  background-color: #FFF;
}

.contact-data p {
  font-size: 1.5em;
  font-weight: 500;
}

.contact-data i {
  font-size: 2.5em;
}

.map {
  position: relative;
  top: -100px;
  padding: 20px;
  height: 400px;
  width: 500px;
  z-index: 2;
  background-color: #FFF;
  border: solid 3px #EFF0CE;
  border-radius: 100px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

.map_address p {
  position: relative;
  top: -50px;
  font-size: 1.5em;
}

.logo {
  z-index: -3;
  width: 150px;
  height: 150px;
  text-align: center;
}

.copy {
  position: absolute;
  right: 0;
  width: 300px;
  padding-bottom: 20px;
  text-align: center;
  z-index: 10000;
}

@media (max-width: 992px) {
  .contact {
    flex-direction: column;
  }
  .contact-data {
    top: -120px;
    width: 75%;
  }
  .map {
    margin-top: -70px;
    width: 100%;
  }
  .map_address {
    display: flex;
    flex-direction: column;
    width: 75%;
  }
  .map_address p {
    border: solid 3px #EFF0CE;
    border-radius: 100px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    padding: 20px;
    background-color: #FFF;
    margin-bottom: -120px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .contact-data {
    width: 100%;
  }
  .map_address {
    width: 100%;
  }
  .contact-data p {
    font-size: 1.2em;
  }
  .copy {
    font-size: 0.4em;
    margin-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
}

/*# sourceMappingURL=style-index.css.map*/