@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");

:root {
  --primary: #ee4123;
  --black: #000000;
  --gray: #757575;
  --border: #cccccc;
  --green: #33ad6a;
  --darkgray: #535353;
  --font: 1rem;
  --lineheight: 1rem;
  --hovercolor: #dc3c20;
  --sectionPadding: 80px 0;
}
body {
  font-family: "Open Sans", sans-serif;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input,
textarea {
  outline: none !important;
  box-shadow: 0 0 0 0 !important;
}
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(
    to bottom,
    rgba(234, 203, 215, 1) 0%,
    rgba(238, 213, 223, 1) 100%
  );
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(
    to bottom,
    rgba(234, 203, 215, 1) 0%,
    rgba(238, 213, 223, 1) 100%
  );
}
.main {
  position: relative;
}
.header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.3s ease all;
  z-index: 999;
  border-bottom: 1px solid #ffeded;
  background: linear-gradient(
    to bottom,
    rgba(234, 203, 215, 1) 0%,
    rgba(238, 213, 223, 1) 100%
  );
}
.header-mobile-image {
  display: none;
}
.logo {
  width: 8%;
}
.sticky-header {
  padding: 8px 0;
  background: linear-gradient(
    to bottom,
    rgba(234, 203, 215, 1) 0%,
    rgba(238, 213, 223, 1) 100%
  );
}
.btn-primary {
  background-color: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 35px;
  padding: 6px 25px;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--hovercolor);
  border: 2px solid var(--hovercolor);
  box-shadow: 0 0 0 0;
}
.hero-banner {
  background-image: url("../images/Slider_Salon.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.hero-banner-content h1, .no-one-title h2 {
  font-size: calc(var(--font) + var(--font) + var(--font) + 14px);
  line-height: calc(
    var(--lineheight) + var(--lineheight) + var(--lineheight) + 20px
  );
  font-weight: 600;
}
.hero-banner-content p {
  font-size: 1.7rem;
  margin: 0;
  padding: 15px 0;
  font-weight: 300;
}
.why-section {
  padding: 5rem 0 1rem;
}
.other-feature-section {
  padding: 5rem 0;
}
.no-one-title p {
  margin: 0;
  padding: 15px 0;
  font-weight: 300;
  font-size: calc(var(--font) + 9px);
}
.no-one-title p strong {
  font-weight: 400;
}
.online-booking-inner-text h2 {
  font-weight: 600;
  margin-bottom: 25px;
  color: black;
  padding-right: 5rem;
}
.icon img {
  width: 25px;
  margin-top: 5px;
}
.text p {
  font-size: calc(var(--font) + 4px);
  line-height: calc(var(--lineheight) + 10px);
  font-weight: 500;
  margin-left: 20px;
  margin-bottom: 30px;
}
.no-one-title p {
  font-weight: 300;
  font-size: calc(var(--font) + 9px);
}
.online-booking-inner-text > p {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  font-weight: 300;
  font-size: calc(var(--font) + 9px);
}
.request-demo-link {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000000;
}
.request-demo-link .material-icons {
  font-size: 16px;
  vertical-align: middle;
}
.request-demo-link:hover .material-icons {
  border: none;
}
.request-demo-link:hover {
  color: #16bcee;
}
.request-demo-link:hover span:first-child {
  padding-bottom: 0.2rem;
  border-bottom: 4px solid;
  cursor: pointer;
}
.other-tab-section {
  margin-bottom: 4rem;
}
.business {
  position: relative;
  background-image: linear-gradient(
    to right top,
    #15b4e9,
    #00b6d6,
    #00b5b9,
    #00b293,
    #32ac6a
  );
  z-index: 1;
  margin-top: 3rem;
  margin-bottom: 8rem;
}
.business::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 180px;
  background-color: var(--bs-white);
}
.business::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50rem;
  background-color: var(--bs-white);
}
.business-main {
  padding: 50px;
  border-radius: 35px;
  background-color: var(--bs-white);
  margin-top: 1rem;
  z-index: 1;
  box-shadow: 3px 9px 15px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}
.business-header h2 {
  font-size: calc(var(--font) + var(--font) + var(--font) + 4px);
}
.business-body ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.business-body ul li {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 15px;
  text-align: center;
  border-right: 1px solid #00000030;
  margin-top: 50px;
}
.business-body ul li:last-child,
.business-body ul li:nth-child(5) {
  border-right: 0;
}
.review-slider {
  margin-top: 80px;
}
.review-images{
  background-color: #FFFFFF;
  border-radius: 1.5rem;
}
.review-images img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
}
.object-fit-contain{
  object-fit: contain !important;
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.review {
  position: relative;
}
.review-content {
  width: 50%;
  text-align: left;
  background-color: #414141;
  border-radius: 1rem;
  margin: -100px auto 0;
  position: relative;
  z-index: 1;
  transition: 0.3s ease all;
  opacity: 0;
  padding: 26px 26px 26px 70px;
  right: -17%;
}
.swiper-slide.swiper-slide-active .review-content {
  transition: 0.3s ease all;
  opacity: 1;
}
.review-content p {
  font-size: calc(var(--font) + 3px);
  line-height: calc(var(--lineheight) + 7px);
  color: var(--bs-white);
  margin-bottom: 0;
  font-weight: 500;
}
.review-content-name {
  font-weight: 600 !important;
}
.review-content-position {
  font-size: calc(var(--font) - 1px) !important;
  font-weight: 300 !important;
}
.review-content p:first-child {
  margin-bottom: 15px;
}
.review-content img {
  filter: invert(1);
  position: absolute;
  width: 52px;
  left: 13px;
  top: 13px;
}
.nav-pills .nav-link {
  color: #16bcee;
  font-size: 1.5rem;
  border-bottom: 4px solid #cccccc;
  margin: 0 1rem;
  padding: 1rem;
  width: 18rem;
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #16bcee;
  border-bottom: 4px solid #00b6ed;
  background-color: transparent;
}
.other-section-content {
  margin-top: 7rem;
}
.contact-form {
  background-color: #414141;
  padding: 70px 0;
  margin-top: 30px;
}
.free-demo {
  padding: 0 20px;
  font-size: 18px;
}
.sign-up-button {
  border-radius: 35px;
  padding: 0.4rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 400;
}
.form-control {
  padding: 10px 20px;
  border-radius: 20px;
  border-style: solid;
  border-color: #707070;
  background-color: #fff;
}
.form-control:focus {
  border-color: #000000;
}
.contact-content h4 {
  font-size: calc(var(--font) + 11px);
  color: white;
  font-weight: 300;
  line-height: calc(var(--lineheight) + 19px);
  margin-bottom: 20px;
}
.popup-form {
  min-width: 35rem;
  padding: 1.5rem;
  border: 1px solid #707070;
  border-radius: 44px;
  background-color: #fff;
}
.modal-content,
.modal-footer {
  border: none;
}

.w-75-desktops{
  width: 75%;
}
.zenoti-image-right{
  margin-right: 2rem;
}

.w-50-desktops{
  width: 50%;
}

.book-demo-left{
  text-align: center;
}

/*
Min width
*/

@media screen and (min-width: 1024px) {
  :root {
    --font: 0.8rem;
    --lineheight: 0.8rem;
  }
  .hero-banner {
    display: flex;
    align-items: center;
    margin-top: -22vw;
    padding-bottom: 18vw;
    padding-top: 26vw;
  }
  .free-demo {
    padding: 0 20px;
    font-size: 14px;
  }
  .hero-banner-content {
    margin-top: 5rem;
  }
  .hero-banner-content h1, .no-one-title h2 {
    font-size: calc(var(--font) + var(--font) + var(--font));
    line-height: calc(
      var(--lineheight) + var(--lineheight) + var(--lineheight) + 5px
    );
    font-weight: 600;
  }
  .hero-banner-content p {
    font-size: 1rem;
    line-height: calc(var(--lineheight) + var(--lineheight));
    padding-top: 0;
    max-width: 50%
  }
  .no-one-title p {
    padding: 1rem 0;
  }
  .no-one-title p, .online-booking-inner-text > p {
    font-size: 1rem;
  }
  /* .request-demo-link .material-icons {
    padding-top: 5px;
    font-size: 19px;
} */
  .business::before {
    height: 16rem;
  }
  .review-images img {
    height: 276px;
  }
  .review-content img {
    width: 25px;
  }
  .review-content {
    padding-left: 45px;
    padding-right: 14px;
    margin-top: -77px;
  }
  .review-content p {
    font-size: 0.6rem;
    line-height: 0.9rem;
  }
  .review-content .review-content-position {
    font-size: 0.5rem !important;
  }
  .text p {
    font-size: calc(var(--font) + 2px);
  }
  small {
    font-size: calc(var(--font) + 6px);
    font-weight: 600;
  }
  .nav-pills .nav-link {
    font-size: 1rem;
    margin: 0 0.5rem;
    padding: 0.5rem;
    width: 12rem;
  }
  .other-section-content {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1366px) {
  .hero-banner {
    margin-top: -14rem;
  }
  .hero-banner-content p, .no-one-title p, .online-booking-inner-text > p {
    font-size: 1.2rem;
  }
  .review-content p {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
  .review-images img {
    height: 372px;
  }
  .review-content .review-content-position {
    font-size: 0.6rem !important;
  }
  .nav-pills .nav-link {
    font-size: 1.2rem;
    margin: 0 0.5rem;
    padding: 0.8rem;
    width: 15rem;
  }
  .other-section-content {
    margin-top: 7rem;
  }
  .request-demo-link {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .hero-banner-content h1, .no-one-title h2 {
    font-size: calc(var(--font) + var(--font) + var(--font) + 6px);
    line-height: calc(
      var(--lineheight) + var(--lineheight) + var(--lineheight) + 5px
    );
    font-weight: 600;
  }
  .hero-banner {
    margin-top: -14vw;
    padding-bottom: 18vw;
    padding-top: 26vw;
  }
  .hero-banner-content {
    margin-top: 5rem;
  }
  .hero-banner-content p {
    font-size: 1.2rem;
    line-height: calc(var(--lineheight) + var(--lineheight));
    padding-top: 0;
  }
  .no-one-title p {
    padding: 1rem 0;
  }
  .online-booking-inner-text h2 {
    padding-right: 16rem;
    font-size: 2rem;
  }
  .no-one-title p, .online-booking-inner-text > p {
    font-size: 1.2rem;
  }
  .business::before {
    height: 22rem;
  }
  .review-content {
    padding-left: 55px;
    margin-top: -115px;
  }
  .review-images img {
    height: 394px;
  }
  .review-content img {
    width: 40px;
  }
  .review-content p {
    font-size: 0.85rem;
    line-height: 1.2rem;
  }
  .review-content .review-content-position {
    font-size: 0.76rem !important;
  }
  .text p {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  small {
    font-size: 1.5rem;
    font-weight: 600;
  }
}
@media screen and (min-width: 1920px) {
  .hero-banner {
    margin-top: -9vw;
    padding-bottom: 18vw;
    padding-top: 26vw;
  }
  .hero-banner-content {
    margin-top: 0;
  }
  .hero-banner-content h1, .no-one-title h2 {
    font-size: calc(4.5 * var(--font));
    line-height: calc(4.5 * var(--lineheight));
  }
  .hero-banner-content p {
    font-size: 1.4rem;
    line-height: calc(var(--lineheight) * 2.5);
    padding-bottom: 24px;
    padding-top: 8px;
  }
  .no-one-title p {
    padding: 1rem 0;
  }
  .online-booking-inner-text h2 {
    padding-right: 16rem;
    font-size: 2.5rem;
  }
  .no-one-title p, .online-booking-inner-text > p {
    font-size: 1.4rem;
  }
  .business::before {
    height: 28rem;
  }
  .review-images img {
    height: 502px;
  }
  .review-content {
    padding-left: 4rem;
    padding-right: 1.5rem;
    margin-top: -130px;
  }
  .review-content p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .review-content .review-content-position {
    font-size: 0.8rem !important;
  }
  .text p {
    font-size: 1.7rem;
    line-height: 2rem;
  }
  small {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .contact-content h4 {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .sign-up-button {
    padding: 0.4rem 1.5rem;
    font-size: 1.2rem;
  }
  .free-demo {
    padding: 0 2rem;
    font-size: 1.5rem;
  }
  .nav-pills .nav-link {
    font-size: 1.5rem;
    margin: 0 0.8rem;
    padding: 0.8rem;
    width: 18rem;
  }
}
@media screen and (min-width: 2560px) {
  .hero-banner {
    margin-top: -5vw;
    padding-bottom: 18vw;
    padding-top: 26vw;
  }
  .review-images img {
    height: 465px;
  }
  .review-content {
    width: 58%;
  }
  .review-content p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .review-content .review-content-position {
    font-size: 0.8rem !important;
  }
  .nav-pills .nav-link {
    font-size: 1.5rem;
    margin: 0 1.5rem;
    padding: 0.8rem;
    width: 19rem;
  }
}
@media screen and (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1450px;
  }
}

/*
Max width
*/
@media screen and (max-width: 768px) {
  .logo {
    width: 15%;
  }
  .hero-banner {
    margin-top: -5vw;
    padding-bottom: 18vw;
    padding-top: 14.5rem;
  }
  .hero-banner .container {
    margin-top: -7rem;
  } 
  .hero-banner-content h1, .no-one-title h2 {
    font-size: 1.8rem;
    line-height: 1.9rem;
  }
  .hero-banner-content p {
    font-size: 1.2rem;
    margin: 0;
    padding: 0 0 5px;
    max-width: 50%;
  }
  .no-one-title p, .online-booking-inner-text > p{
    font-size: 1.2rem;
  }
  .online-booking {
    margin-top: 1rem;
  }
  .sign-up-button-header {
    border-radius: 35px;
    padding: 3px 34px;
    font-size: 17px;
  }
  .why-section {
    padding: 5rem 0 2rem;
  }
  .business::before {
    height: 16rem;
  }
  .review-images img {
    height: 204px;
  }
  .review-content img {
    width: 25px;
  }
  .review-content {
    padding-left: 45px;
    padding-right: 14px;
    margin-top: -56px;
    width: 65%;
    right: -8%;
  }
  .review-content p {
    font-size: 0.6rem;
    line-height: 0.9rem;
  }
  .review-content .review-content-position {
    font-size: 0.5rem !important;
  }
  .other-section-content {
    margin-top: 2rem;
  }
  .free-demo {
    border-radius: 35px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 400;
  }
  .request-demo-link {
    margin-bottom: 1.5rem;
  }
  .popup-form {
    min-width: 30rem;
  }
  .w-75-desktops{
    width: 100%;
  }
  .w-50-desktops{
    width: 100%;
  }
  .book-demo-left{
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --font: 0.6rem;
    --lineheight: 0.6rem;
  }
  .container {
    padding: 0 2rem;
  }
  .zenoti-img {
    margin: auto;
  }
  .hero-banner-content p {
    max-width: 70%;
  }
  .online-booking-first {
    margin-top: 2rem;
  }
  .no-one-title p {
    margin: 0;
    padding: 0 0 1.2rem;
    font-weight: 300;
    font-size: calc(var(--font) + 9px);
  }
  .no-one-title p strong {
    font-weight: 600;
  }
  .business-main {
    padding: 10px;
  }
  .row-reverse {
    flex-direction: column-reverse;
  }
  .text p {
    font-size: calc(var(--font) + 7px);
    line-height: calc(var(--lineheight) + 13px);
    color: #000;
  }
  .business-body ul li {
    flex: 0 0 50%;
    max-width: 50%;
    border: 0;
    margin-top: 10px;
  }
  .business-header h2 {
    font-size: calc(var(--font) + var(--font) + var(--font) + -4px);
    margin-top: 15px;
  }
  .review-content {
    width: 60%;
    padding-left: 35px;
    margin-top: -58px;
    right: -10%;
  }
  .review-images img {
    height: 208px;
  }
  .review-content img {
    width: 20px;
  }
  .contact-content button {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .why-section {
    padding: 5rem 0 0;
  }
  .other-feature-section {
    padding: 5rem 0 0;
  }
  .nav-pills .nav-link {
    font-size: 1rem;
    border-bottom-width: 1px;
    margin: 0.4rem 0.3rem;
    padding: 0.2rem;
    width: 11rem;
  }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    border-bottom-width: 2px;
  }
  .modal-request-button {
    width: 100%;
  }
  .request-demo-link{
    font-size: 1rem;
  }
  .popup-input{
    padding: 0 0.25rem;
  }
  .popup-input *{
    font-size: 0.7rem;
  }
  .popup-form {
    padding: 1rem;
  }
  .form-control{
    padding: 8px 15px;
  }
  .w-75-desktops{
    width: 100%;
  }
  .w-50-desktops{
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .header {
    padding: 0.8rem 0;
  }
  .logo {
    width: 23%;
  }
  .hero-banner {
    background: rgb(235, 206, 218);
    background: linear-gradient(
      180deg,
      rgba(235, 206, 218, 1) 37%,
      rgba(245, 232, 237, 1) 100%
    );
    margin: 0;
    padding: 0;
    padding-top: 7rem;
  }
  .hero-banner .container {
    margin: 0;
    padding: 0;
  }
  .hero-banner-content {
    padding: 0 2rem;
  }
  .hero-banner-content h1, .no-one-title h2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-bottom: 0.2rem;
  }
  .hero-banner-content p, .no-one-title > p {
    font-size: 1.2rem;
    margin: 0;
    padding: 5px 0 20px;
    font-weight: 300;
  }
  .sign-up-button-header {
    padding: 0.1rem 1rem;
    font-size: 0.8rem;
  }
  .sign-up-button {
    padding: 0.2rem 1.2rem;
    font-size: 1rem;
  }
  .header-mobile-image {
    display: block;
    margin-top: 5rem;
  }
  .header-mobile-image img {
    width: 100%;
  }
  .popup-form {
    min-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .container {
    max-width: 90%;
  }
}

@media screen and (max-width: 350px) {
  .hero-banner-content h1, .no-one-title h2 {
    font-size: calc(var(--font) + var(--font) + var(--font) + -2px);
    line-height: calc(
      var(--lineheight) + var(--lineheight) + var(--lineheight) + 1px
    );
  }
  .no-one-title p {
    font-size: calc(var(--font) + 8px);
  }
}
