:root {
  --text: white;
  --soft: #5d3a61cc;
  --primary: #5d3a61;
  --custom-bg: #fff8f8;
  --secondary: #fadadd;
}

.section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.pre-navbar {
  background-color: #5d3a61d9;
  padding-top: 7px;
  padding-bottom: 7px;
}

.section.services-section {
  background-color: #fff8f8;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.education-section {
  padding-top: 50px;
}

.section.footer {
  background-color: #7d5f7e;
  padding-top: 50px;
  padding-bottom: 25px;
}

.section.about-us-section {
  background-color: var(--text);
  padding-bottom: 0;
}

.section.service-section {
  padding-top: 0;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container.navbar-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.container.slider-container {
  overflow: hidden;
}

.body {
  background-color: #fff8f8;
  font-family: Poppins, sans-serif;
}

.flex {
  display: flex;
}

.flex.items-center {
  justify-content: flex-start;
  align-items: center;
}

.flex.items-center.location-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--text);
  width: 43%;
}

.flex.items-center.phone-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
}

.flex.items-center.icon-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
}

.flex.navbar-flex {
  justify-content: flex-start;
  align-items: center;
}

.flex.oddo, .flex.team-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.phone-link {
  color: var(--text);
  letter-spacing: 1px;
  font-weight: 300;
  text-decoration: none;
}

.icon {
  width: 20px;
  height: 20px;
}

.navbar {
  background-color: var(--text);
}

.logo {
  width: 75px;
  height: 75px;
}

.hero-heading {
  color: var(--soft);
  text-align: left;
  text-transform: none;
  font-size: 56px;
  font-weight: 200;
  line-height: 65px;
  position: relative;
}

.hero-content-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-img {
  border-radius: 0;
  width: 100%;
  max-width: 1000px;
  margin-left: -69px;
  margin-right: 0;
  position: static;
}

.hero-img.hero-bottom-img {
  width: 300px;
  margin-left: 20px;
  margin-right: 0;
}

.hero-img.hero-bottom-img.hero-manicure-img {
  object-fit: cover;
  height: 300px;
}

.hero-span {
  color: var(--primary);
  font-weight: 200;
}

.hero-text-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.hero-p {
  color: var(--soft);
  width: 88%;
  font-size: 24px;
  font-weight: 200;
  line-height: 38px;
}

.cta {
  background-color: var(--primary);
}

.cta.hero-cta {
  background-color: #5d3a61;
  border-radius: 0;
  flex-flow: row;
  font-size: 18px;
  font-weight: 300;
  transition: all .2s;
  display: inline-flex;
}

.cta.hero-cta:hover {
  background-color: var(--soft);
}

.cta.hero-cta.second-cta {
  color: var(--text);
  background-color: #5d3a61cc;
  border-radius: 0;
  transition: all .2s;
}

.cta.hero-cta.second-cta:hover {
  background-color: var(--primary);
}

.cta.navbar-cta {
  letter-spacing: 1px;
  border-radius: 0;
  font-size: 14px;
  transition: all .2s;
}

.cta.navbar-cta:hover {
  background-color: var(--soft);
}

.cta.navbar-cta.hidden-cta {
  display: none;
}

.cta.about-us-cta {
  border-radius: 15px;
}

.button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.hero-second-wrapper, .hero-img-wrapper {
  width: 50%;
}

.navbar-block {
  background-color: var(--text);
}

.about-us-column {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-us-heading {
  color: var(--soft);
  font-weight: 200;
}

.about-us-pre-header {
  color: var(--soft);
  font-size: 16px;
  font-weight: 500;
}

.services-wrapper {
  display: flex;
  overflow: hidden;
}

.service-card-heading {
  text-transform: capitalize;
  font-size: 22px;
  line-height: 24px;
}

.swiper.myswiper.is-first {
  overflow: hidden;
}

.swiper.myswiper.is-first.test {
  display: flex;
}

.swiper.is-first {
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  cursor: auto;
  width: 100%;
  min-width: 30%;
  max-width: 100%;
  min-height: 250px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}

.arrow {
  color: var(--primary);
  width: 2rem;
}

.arrow.left-arrow {
  color: var(--primary);
  display: block;
  transform: rotate(180deg);
}

.swiper-wrapper {
  width: 100%;
  display: flex;
  overflow: visible;
}

.slider-text {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.slider-text.slider-text-desc {
  text-align: left;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.swiper-circle {
  cursor: pointer;
  background-color: #fff;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  box-shadow: 0 2px #d6d0d0;
}

.swiper-circle.swiper-button-next.swiper-button-disabled {
  opacity: .5;
  color: #ab6c67;
  opacity: .5;
  background-color: #f3f3f3;
  width: 2.5rem;
  height: 2.5rem;
}

.swiper-circle.swiper-button-prev.swiper-button-disabled {
  opacity: .5;
  color: #ab6c67;
  opacity: .5;
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.slider-service-img {
  object-fit: cover;
  object-position: 50% 50%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  height: 300px;
}

.slide-content-wrapper {
  background-color: #e1e1e100;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 70%;
  display: block;
}

.swiper-buttons {
  color: #36454f;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 50%;
}

.service-slide-text-content {
  color: #fff;
  background-color: #5d3a61cc;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 57%;
  max-height: 100%;
  padding: 40px 20px;
  transition: all .2s;
  display: flex;
}

.cta-2 {
  text-align: center;
  background-color: #ab6c67;
  border-radius: 10px;
  width: 130px;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s ease-out;
}

.cta-2:hover {
  color: #36454f;
  background-color: #e1cecd;
}

.cta-2.service-cta {
  color: #ab6c67;
  background-color: #fff;
  border-radius: 10px;
  display: none;
}

.cta-2.service-cta:hover {
  background-color: var(--text);
  color: #fff;
}

.cta-2.service-cta {
  color: #ab6c67;
  background-color: #fff;
  border-radius: 10px;
}

.cta-2.service-cta:hover {
  background-color: #ddcbca;
}

.service-heading {
  color: var(--soft);
  margin: 0 auto 50px;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 200;
}

.service-heading.service-page-heading {
  margin-bottom: 20px;
}

.pre-header-columns {
  width: 100%;
}

.about-us-columns {
  padding-left: 0;
  padding-right: 0;
}

.education-columns {
  width: 100%;
}

.education-heading {
  color: var(--soft);
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 200;
}

.education-image.cosmetics-education {
  background-image: url('../images/Kozmetika-za-tretmane-min.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 25%;
  padding-bottom: 25%;
}

.education-image.base-nail-education {
  background-image: url('../images/Manikir-2-min_1.png');
  background-position: 50% 83%;
  background-size: cover;
  padding-top: 25%;
  padding-bottom: 25%;
}

.education-text-wrapper {
  color: var(--text);
  background-color: #5d3a61cc;
  padding: 10px;
}

.education-card-heading {
  margin-top: 0;
  font-size: 22px;
  font-weight: 400;
}

.paragraph {
  letter-spacing: 0;
  font-size: 17px;
  font-weight: 200;
  line-height: 23px;
}

.footer-collumns {
  width: 100%;
}

.footer-col {
  color: var(--text);
}

.footer-list {
  color: var(--text);
  font-weight: 400;
}

.footer-link {
  color: var(--text);
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.oddo-text {
  color: var(--text);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.text-span {
  text-decoration: underline;
}

.workhours {
  color: var(--text);
}

.work-hours-heading {
  margin-top: 0;
  font-size: 16px;
  font-weight: 300;
}

.time {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-2 {
  font-size: 16px;
  font-weight: 300;
}

.custom-slick-slider {
  display: flex;
}

.text-center {
  color: var(--soft);
  font-size: 15px;
  font-weight: 500;
}

.text-center.navlink {
  font-size: 15px;
  font-weight: 500;
}

.text-center.navlink.w--current {
  color: var(--soft);
}

.text-center.navlink-text {
  font-size: 15px;
  font-weight: 500;
}

.card-description {
  color: var(--soft);
  padding-top: 10px;
  font-size: 16px;
  font-weight: 300;
}

.about-us-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 50px;
  display: flex;
}

.about-us-text {
  width: 30%;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.about-us-description {
  color: var(--soft);
  width: 100%;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.services-cards {
  flex: 1;
  margin-top: 29px;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.card-heading {
  color: var(--soft);
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 300;
}

.cards-wrapper.border-card {
  border: 1px solid #ab6c67;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.cards-wrapper.border-card.bt-none {
  border-style: none;
  border-radius: 0 0 10px 10px;
  height: 250px;
}

.cards-wrapper.border-card.bbl-none {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none;
  border-radius: 10px 10px 10px 0;
  justify-content: center;
  align-items: flex-start;
  height: 250px;
}

.cards-wrapper.border-card.border-card-none {
  border-style: none;
  justify-content: center;
  height: 250px;
}

.cards-wrapper.border-card.bbr-none {
  border-style: none;
  border-radius: 10px 10px 0;
  height: 250px;
  display: flex;
}

.about-us-heading-2 {
  color: var(--soft);
  font-size: 21px;
  font-weight: 300;
  display: inline-block;
}

.swiper-slide-2 {
  cursor: pointer;
  width: 100%;
  min-width: 33%;
  max-width: 100%;
  min-height: 250px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}

.arrow-2 {
  width: 2rem;
}

.arrow-2.left-arrow {
  display: block;
  transform: rotate(180deg);
}

.swiper-wrapper-2 {
  width: 100%;
  display: flex;
}

.slider-service-img-2 {
  object-fit: cover;
  object-position: 50% 50%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 300px;
}

.swiper-buttons-2 {
  color: #36454f;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  display: flex;
  position: absolute;
  inset: 50% 0% 0% auto;
}

.service-slide-text-content-2 {
  color: #fff;
  background-color: #ab6c67;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 60%;
  max-height: 100%;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.footer-line {
  background-color: var(--text);
  width: 80%;
  height: 2px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.footer-text {
  color: var(--text);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.oddo-link {
  color: var(--text);
}

.info-block {
  width: 100%;
}

.info-columns {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
  display: flex;
}

.info-heading {
  color: var(--primary);
  font-weight: 300;
}

.info-text {
  color: var(--soft);
  margin-bottom: 5px;
  font-size: 16px;
}

.info-link {
  color: var(--soft);
  letter-spacing: 1px;
  font-size: 16px;
  text-decoration: none;
}

.ibfo-wrap {
  text-align: center;
  border-right: 1px #000;
  font-size: 14px;
}

.no-b {
  border-right: 0 #000;
}

.service-btn {
  color: var(--text);
  letter-spacing: 2px;
  margin-top: 10px;
  font-size: 16px;
  text-decoration: none;
}

.link-line {
  background-color: var(--text);
  width: 0%;
  height: 2px;
  margin-top: 5px;
}

.button {
  background-color: var(--text);
  color: var(--primary);
}

.service-button {
  background-color: var(--text);
  color: var(--primary);
  cursor: pointer;
}

.service-columns {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.service-text {
  color: var(--soft);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.body-2 {
  font-family: Poppins, sans-serif;
}

.reservation-btn {
  background-color: var(--primary);
  font-weight: 300;
}

.service-image {
  width: 100%;
  height: 700px;
}

.service-text-heading {
  color: var(--primary);
  font-weight: 200;
}

.service-text-content {
  color: var(--primary);
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
}

.bold-text {
  font-weight: 500;
}

.div-block {
  background-color: var(--custom-bg);
}

.service-text-description {
  padding-top: 70px;
}

.service-images-content {
  width: 100%;
  display: none;
}

.images-columns {
  padding-top: 50px;
}

.manicure-hero-image {
  background-image: url('../images/Manikir-2-min.png');
  background-position: 50%;
  background-size: cover;
  padding: 50% 0%;
}

.service-text-heading-2 {
  color: #5d3a61;
  font-weight: 200;
}

.reservation-btn-2 {
  background-color: #5d3a61;
  font-weight: 300;
}

.manicure-hero-image-2 {
  background-image: url('../images/manicure2.PNG');
  background-position: 50%;
  background-size: cover;
  padding: 50% 0%;
}

.service-heading-2 {
  color: #5d3a61cc;
  margin: 0 auto 50px;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 200;
}

.service-heading-2.service-page-heading {
  margin-bottom: 20px;
}

.service-text-content-2 {
  color: #5d3a61;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}

.service-text-2 {
  color: #5d3a61cc;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-2 {
  background-color: #fff8f8;
}

.masage-hero-bg {
  background-image: url('../images/Prostorija-za-masazu-i-lifting-1-min.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 50%;
  padding-bottom: 50%;
}

.service-text-heading-3 {
  color: #5d3a61;
  margin-bottom: 20px;
  font-weight: 200;
}

.reservation-btn-3 {
  background-color: #5d3a61;
  font-weight: 300;
}

.manicure-hero-image-3 {
  background-image: url('../images/manicure2.PNG');
  background-position: 50%;
  background-size: cover;
  padding: 50% 0%;
}

.service-text-content-3 {
  color: #5d3a61;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
}

.estetic-hero-image {
  background-image: url('../images/Hemijski-tretman-lica-min.png');
  background-position: 50%;
  background-size: cover;
  padding: 50% 0%;
}

.makeup-hero-bg {
  background-image: url('../images/makeup.PNG');
  background-position: 50%;
  background-size: cover;
  padding: 50% 0%;
}

.face-tretman-hero-bg {
  background-image: url('../images/Hemijski-tretman-lica1-min.png');
  background-position: 50% 80%;
  background-size: cover;
  padding: 50% 0%;
}

.bazna-obuka {
  background-image: url('../images/manicure3.PNG');
  background-position: 50%;
  background-size: cover;
  padding: 50%;
}

.footer-end {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icons-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.test {
  width: 700px;
  margin-left: -69px;
}

.hamburger_5_wrap {
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hamburger_5_line {
  height: var(--thickness);
  width: var(--width);
  background-color: currentColor;
  flex: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.hamburger_embed {
  position: absolute;
}

.hamburger_6_wrap {
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hamburger_6_line {
  height: var(--thickness);
  width: var(--width);
  background-color: currentColor;
  flex: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.text-block-62 {
  color: #abaeaf;
  letter-spacing: 1px;
  margin-bottom: 14px;
  font-size: 14px;
}

.icon-4 {
  margin-right: 5px;
}

.text-block-61 {
  font-size: 16px;
}

.icon-square {
  background-color: #fff;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 12px;
  display: flex;
  box-shadow: 4px 4px 20px 5px #00000017;
}

.dropdown-toggle {
  padding-left: 12px;
  padding-right: 26px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #8c54ff;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.navigation-column {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 22px;
}

.dropdown-link-1 {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-1:hover {
  background-color: #f8faff;
}

.navigation-column-right {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 22px;
}

.nav-link-details {
  color: #28333899;
  font-size: 14px;
}

.dropdown-column-wrap {
  display: flex;
}

.link-18 {
  color: #283338;
  margin-bottom: 15px;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.link-18:hover {
  color: #8c54ff;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  background-color: #fff;
  min-width: 350px;
  max-height: 100vh;
  left: -120px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.dropdown-link-2.dropdown-link, .dropdown-link-2.dropdown-link.w--current, .dropdown-link-3.dropdown-link, .dropdown-link-4.dropdown-link, .dropdown-link-5.dropdown-link, .dropdown-link-6.dropdown-link, .dropdown-link-7.dropdown-link {
  color: var(--primary);
}

.team-columns {
  width: 100%;
  padding-top: 0;
}

.team-wrapper {
  color: var(--primary);
  text-align: center;
}

.team-heading {
  font-weight: 300;
}

.team-block-wrapper {
  text-align: center;
  padding-top: 50px;
}

.team-block-heading {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-weight: 300;
}

.team-text-wrapper {
  text-align: center;
  padding-bottom: 50px;
}

.team-desc {
  color: var(--primary);
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.pedikir {
  background-image: url('../images/Pedikir-min.png');
  background-position: 50%;
  background-size: cover;
  padding: 50% 0%;
}

.depilacija {
  background-image: url('../images/Depilacija-min.png');
  background-position: 50%;
  background-size: cover;
  padding: 50% 0%;
}

.airbrush {
  background-image: url('../images/Airbrush.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 50%;
  padding-bottom: 50%;
}

.browlift {
  background-image: url('../images/beautiful-young-woman-going-through-microblading-treatment-1-min.png');
  background-position: 50%;
  background-size: cover;
  padding: 50% 0%;
}

.cosmetic-bg {
  background-image: url('../images/Kozmetika-za-tretmane-min.png');
  background-position: 50%;
  background-size: cover;
  padding: 50%;
}

.team-img {
  width: 250px;
  height: 250px;
}

@media screen and (min-width: 1280px) {
  .swiper.is-first {
    width: auto;
  }

  .swiper-slide {
    width: 100%;
    min-width: 16%;
    min-height: 0;
  }

  .swiper-wrapper {
    width: auto;
  }

  .slide-content-wrapper {
    width: 24.6rem;
    min-width: 30%;
    max-width: 100%;
  }

  .cards-wrapper.border-card.bt-none, .cards-wrapper.border-card.bbl-none, .cards-wrapper.border-card.border-card-none, .cards-wrapper.border-card.bbr-none {
    height: 250px;
  }

  .swiper-slide-2 {
    min-height: 0;
  }

  .swiper-wrapper-2 {
    width: auto;
  }
}

@media screen and (min-width: 1920px) {
  .flex.items-center.location-block {
    width: 29%;
  }

  .flex.team-flex {
    justify-content: space-between;
    align-items: center;
  }

  .hero-img {
    width: 100%;
    margin-left: 0;
  }

  .hero-img-wrapper {
    width: 55%;
  }

  .swiper-slide {
    min-width: 33.33%;
  }

  .slider-service-img {
    width: 100%;
  }

  .slide-content-wrapper {
    width: 100%;
    min-width: 100%;
  }

  .swiper-buttons {
    justify-content: space-between;
    align-items: center;
    inset: auto 0% 50%;
  }

  .service-slide-text-content {
    width: 100%;
  }

  .swiper-slide-2 {
    min-width: 33.33%;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container {
    flex-flow: column;
  }

  .flex.items-center.location-block {
    width: 87%;
  }

  .flex.oddo {
    flex-flow: column;
  }

  .flex.team-flex {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .hero-content-wrapper {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-img {
    width: 660px;
    margin-left: 0;
  }

  .cta.navbar-cta {
    display: none;
  }

  .cta.navbar-cta.hidden-cta {
    display: block;
  }

  .cta.navbar-cta.hidden-cta.text-center {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cta.navbar-cta.hidden-cta.text-center.menu-improve {
    margin-bottom: 20px;
  }

  .cta.navbar-cta.hidden-cta.text-center.menu-improve.tablet {
    color: var(--text);
  }

  .hero-second-wrapper {
    width: 100%;
  }

  .services-wrapper {
    width: 700px;
  }

  .swiper.is-first {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    overflow: hidden;
  }

  .swiper.myswiper.is-first {
    overflow: hidden;
  }

  .swiper.is-first {
    padding-left: 0;
  }

  .swiper-slide {
    width: 50%;
    min-width: 50%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .arrow {
    color: var(--text);
  }

  .swiper-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .slider-text.slider-text-desc {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .swiper-circle.swiper-button-next.swiper-button-disabled, .swiper-circle.swiper-button-prev.swiper-button-disabled {
    background-color: #7d5f7e;
  }

  .slide-content-wrapper {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-buttons {
    text-align: left;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    inset: auto 0% 50%;
    overflow: visible;
  }

  .service-slide-text-content {
    justify-content: center;
    align-items: flex-start;
  }

  .education-card-wrapper {
    margin-bottom: 20px;
  }

  .footer-link, .oddo-text, .time, .text-block-2 {
    font-size: 14px;
  }

  .oddo-icon {
    width: 32px;
    height: 32px;
  }

  .nav-menu {
    text-align: center;
    background-color: #fff;
  }

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

  .menu-button {
    background-color: #fff;
  }

  .about-us-wrapper {
    padding: 0 0 20px;
    display: block;
  }

  .about-us-text {
    width: 100%;
  }

  .services-cards {
    flex-flow: row;
    display: flex;
  }

  .cards-wrapper.border-card.bt-none {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .cards-wrapper.border-card.bbl-none {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }

  .swiper-slide-2 {
    width: 50%;
    min-width: 50%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-slide-text-content-2, .info-columns {
    justify-content: center;
    align-items: flex-start;
  }

  .info-text {
    font-size: 13px;
  }

  .menu-mob {
    background-color: var(--soft);
    color: #fff;
    border-radius: 100px;
    margin-right: 0;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: var(--primary);
    margin-right: 0;
  }

  .icon-6 {
    display: none;
  }

  .menu-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .middle {
    background-color: #fff;
    width: 24px;
    height: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .service-columns {
    flex-flow: column;
  }

  .service-image {
    object-fit: fill;
    width: 100%;
    height: 550px;
  }

  .service-text-content {
    line-height: 22px;
  }

  .service-text-description {
    padding-top: 30px;
  }

  .service-hero-content {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .manicure-hero-image {
    background-image: url('../images/Manikir-2-min.png');
    background-position: 50% 31%;
    background-size: cover;
    padding: 40% 0%;
  }

  .manicure-hero-image-2, .manicure-hero-image-3 {
    background-image: url('../images/manicure2.PNG');
    background-position: 50% 31%;
    background-size: cover;
    padding: 40% 0%;
  }

  .hamburger_5_wrap {
    flex-flow: column;
    width: 25px;
    height: 30px;
    display: none;
  }

  .hamburger_6_wrap {
    width: 25px;
    height: 25px;
  }

  .dropdown.m-auto {
    margin-left: 0;
  }

  .dropdown-toggle {
    width: 30%;
  }

  .navigation-column {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .navigation-column-right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .dropdown-column-wrap {
    flex-flow: column;
  }

  .navigation-dropdown.w--open {
    flex-flow: column;
    display: block;
  }

  .dropdown-link-2, .dropdown-link-3 {
    text-align: center;
    padding-left: 0;
  }

  .dropdown-link-4, .dropdown-link-5, .dropdown-link-6 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-link-7 {
    text-align: center;
    padding-left: 0;
  }

  .team-heading {
    font-size: 21px;
  }

  .team-desc {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .flex.team-flex {
    flex-flow: column;
  }

  .swiper-buttons, .swiper-buttons-2 {
    top: -5rem;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.services-section {
    padding-bottom: 0;
  }

  .section.education-section {
    padding-top: 25px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.slider-container {
    overflow: visible;
  }

  .flex.items-center.location-block {
    display: none;
  }

  .flex.team-flex {
    flex-flow: column;
  }

  .hero-heading {
    margin-top: 0;
    font-size: 29px;
    line-height: 40px;
  }

  .hero-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-img {
    width: 100%;
    max-width: 100%;
  }

  .hero-text-wrapper {
    width: auto;
  }

  .hero-p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .cta.hero-cta {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .cta.navbar-cta.hidden-cta.text-center.menu-improve {
    width: 50%;
  }

  .button-wrapper {
    text-align: center;
    flex-flow: row;
  }

  .hero-img-wrapper {
    text-align: center;
    width: 100%;
  }

  .about-us-column {
    flex-flow: column;
  }

  .about-text-wrapper {
    padding-top: 20px;
  }

  .about-us-heading {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
  }

  .services-wrapper {
    width: 100%;
    overflow: visible;
  }

  .service-card-heading {
    font-size: 16px;
  }

  .swiper.is-first {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .swiper.myswiper.is-first {
    width: 100%;
  }

  .swiper.is-first {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    display: flex;
  }

  .swiper-slide {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 250px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .arrow {
    object-fit: cover;
  }

  .swiper-wrapper {
    flex-flow: row;
  }

  .slider-text.slider-text-desc {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 23px;
  }

  .slider-service-img {
    height: 250px;
  }

  .slide-content-wrapper {
    width: 100%;
    height: 90%;
  }

  .swiper-buttons {
    z-index: 0;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    position: absolute;
    inset: auto 0% 50%;
  }

  .service-slide-text-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    height: 45%;
    padding: 10px;
  }

  .service-heading {
    color: var(--soft);
    font-weight: 200;
  }

  .pre-header-columns {
    display: flex;
  }

  .education-image.cosmetics-education {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .education-card-heading {
    font-size: 19px;
  }

  .paragraph {
    font-size: 16px;
  }

  .text-block {
    font-size: 12px;
  }

  .footer-col {
    margin-bottom: 10px;
  }

  .work-hours-heading {
    margin-top: 10px;
  }

  .about-us-wrapper {
    padding-bottom: 0;
  }

  .about-us-text {
    text-align: left;
    padding-bottom: 40px;
  }

  .about-us-description {
    text-align: left;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .services-cards {
    margin-top: 0;
    display: block;
  }

  .cards-wrapper.border-card.bt-none {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .cards-wrapper.border-card.bbl-none {
    border-top-right-radius: 20px;
  }

  .cards-wrapper.border-card.bbr-none {
    border-bottom-right-radius: 20px;
  }

  .about-us-heading-2 {
    text-align: center;
  }

  .swiper-slide-2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .arrow-2 {
    object-fit: cover;
  }

  .swiper-wrapper-2 {
    flex-flow: row;
  }

  .slider-service-img-2 {
    height: 250px;
  }

  .swiper-buttons-2 {
    z-index: 0;
    width: 100%;
    position: absolute;
    inset: 50% auto 0% 0%;
  }

  .service-slide-text-content-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    height: 50%;
    padding: 10px;
  }

  .footer-line {
    width: 100%;
  }

  .info-columns {
    flex-flow: column;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .info-text {
    margin-top: 5px;
  }

  .menu-mob {
    margin-right: 0;
  }

  .menu-mob.w--open {
    background-color: var(--primary);
    margin-right: 0;
  }

  .service-image {
    height: 450px;
  }

  .service-text-content {
    font-size: 16px;
    line-height: 26px;
  }

  .images-columns {
    padding-top: 20px;
  }

  .service-col-img {
    margin-bottom: 20px;
  }

  .service-heading-2 {
    color: #5d3a61cc;
    font-weight: 200;
  }

  .footer-end {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .icons-wrapper {
    padding-top: 25px;
  }

  .navigation-column {
    padding-left: 0;
  }

  .navigation-column-right, .dropdown-link-2, .dropdown-link-3 {
    padding-right: 0;
  }

  .dropdown-link-5, .dropdown-link-6 {
    text-align: center;
  }

  .dropdown-link-7 {
    padding-right: 0;
  }

  .team-columns {
    padding-top: 20px;
  }

  .team-text-wrapper {
    padding-bottom: 20px;
  }

  .team-desc {
    font-size: 16px;
  }
}


