@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
* {
  box-sizing: border-box;
}

:root {
  --reine-body-font-family: Jost;
  --reine-headings-font-family: Vollkorn;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Outfit", sans-serif;
  transition: all 0.3s linear;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
}

.fs-14 {
  font-size: 14px;
}

.default-padding {
  padding: 8rem 0;
}

.section-id {
  display: block;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.title-element {
  color: #363636;
  letter-spacing: -0.75px;
  font-weight: 600 !important;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 50px;
  font-family: var(--reine-headings-font-family);
}

ul li {
  list-style-type: none;
}

nav .container {
  background-color: rgba(240, 235, 235, 0.11);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 9999;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 25px;
}
nav .container #logo-dark {
  display: none;
}
nav .container #logo-light {
  display: block;
}
nav .container.active {
  position: fixed;
  background-color: #fff;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}
nav .container.active .nav-item a,
nav .container.active .nav-item i {
  color: #302f2f !important;
}
nav .container.active #logo-dark {
  display: block;
}
nav .container.active #logo-light {
  display: none;
}
nav .container.active .toggle-icon i {
  color: #000;
}
nav .container .brand {
  width: 120px;
}
nav .container .toggle-icon {
  display: none;
  cursor: pointer;
}
nav .container .toggle-icon i {
  color: #f5f1f1;
  font-size: 20px;
}
@media screen and (max-width: 780px) {
  nav .container .toggle-icon {
    display: block;
  }
}
nav .container .nav-items-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 780px) {
  nav .container .nav-items-links {
    display: none;
  }
}
nav .container .nav-items-links .navbar-nav {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  flex-direction: row;
}
nav .container .nav-items-links .navbar-nav .nav-item a {
  color: #f3e6e3;
  font-size: 18px;
  text-transform: capitalize;
  transition: all 0.3s linear;
}
nav .container .nav-items-links .navbar-nav .nav-item a:hover {
  letter-spacing: 1px;
}
nav .container .media i {
  color: #f3e6e3;
  font-size: 20px;
  padding-left: 1rem;
}
@media screen and (max-width: 500px) {
  nav .container .media {
    display: none;
  }
}

.mobile-nav {
  position: fixed;
  top: 45%;
  left: 180%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 50%;
  padding: 30px;
  border-top: #eea898;
  z-index: 9999;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mobile-nav.active {
  left: 100%;
}
@media screen and (min-width: 366px) {
  .mobile-nav.active {
    left: 86%;
  }
}
@media screen and (min-width: 780px) {
  .mobile-nav {
    display: none;
  }
}

#hero {
  background: url("../img/beautiful-woman-has-cutting-hair-hairdresser.jpg");
  background-color: #000;
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 14rem 0;
  position: relative;
}
#hero .background-overlay {
  background: rgba(0, 0, 0, 0.5215686275);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#hero .hero-content {
  position: relative;
  color: #fff;
  text-align: center;
  width: 75%;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  #hero .hero-content {
    width: 100%;
  }
}
#hero .hero-content hr {
  width: 33%;
  margin: auto;
}
#hero .hero-content h1 {
  font-size: 6.75rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (max-width: 780px) {
  #hero .hero-content h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 500px) {
  #hero .hero-content h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 300px) {
  #hero .hero-content h1 {
    font-size: 50px;
  }
}
#hero .hero-content p {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px;
  font-size: 30px;
}
@media screen and (max-width: 780px) {
  #hero .hero-content p br {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  #hero .hero-content p {
    font-size: 16px;
  }
}

#about {
  background-color: #fff;
}
#about p {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}
#about .txt-block .btn {
  margin-top: 30px;
}
#about .elementor a {
  box-shadow: none;
  text-decoration: none;
}
#about .elementor-140 {
  width: 80%;
}
@media screen and (max-width: 780px) {
  #about .col-lg-6.col-sm-12:last-child {
    display: none;
  }
}

.btn--tra-black {
  color: #262b2f !important;
  background-color: transparent !important;
  border-color: #262b2f !important;
}
.btn--tra-black:hover {
  color: #fff !important;
  background-color: #262b2f !important;
}
.btn--tra-black.w-full {
  padding: 13px 4rem;
}

#features {
  background-color: #f3e6e3;
}
#features .team-minimal {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#features .team-minimal .team-minimal-figure {
  position: relative;
  overflow: hidden;
}
#features .team-minimal .team-minimal-figure::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(21, 21, 21, 0) 38.12%, rgba(21, 21, 21, 0.364) 100%);
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
}
#features .team-minimal .team-minimal-figure .team-minimal-soc-list {
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, -100%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
#features .team-minimal .team-minimal-figure .team-minimal-soc-list li {
  display: inline-block;
}
#features .team-minimal .team-minimal-figure .team-minimal-soc-list li .button-sm {
  padding: 12px 25px;
  font-size: 13px;
  line-height: 20px;
}
#features .team-minimal .team-minimal-figure .team-minimal-soc-list li .button-secondary,
#features .team-minimal .team-minimal-figure .team-minimal-soc-list li .button-secondary:focus {
  color: #ffffff;
  background-color: #7240b2;
  border-color: #7240b2;
}
#features .team-minimal .team-name {
  color: #262b2f !important;
  text-decoration: none;
  margin-top: 10px !important;
}
#features .team-minimal .text-primary {
  color: #7240b2 !important;
}

#pricing .card {
  padding: 2.5rem 0;
  border-top: 10px solid #eea898;
}
#pricing .card .card-title {
  font-size: 23px;
  font-weight: 800;
  font-family: "Courier New", Courier, monospace;
}
#pricing .card .card-text {
  color: red;
  font-weight: 400;
  letter-spacing: 1px;
}
#pricing .card .list-unstyled {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#pricing .card .list-unstyled li {
  font-size: 20px;
  font-weight: 500;
}
#pricing .card .btn {
  margin: 30px 0;
  padding: 10px 45px;
}

#partners {
  position: relative;
}
#partners::before {
  content: "";
  position: absolute;
  background-color: #eea898;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.footer-minimal {
  padding-top: 105px;
  padding-bottom: 120px;
  background: #343333;
  text-align: center;
}
.footer-minimal .brand .brand-logo {
  width: 300px;
}
.footer-minimal .footer-minimal-nav {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: 30px 0;
  gap: 10px;
  padding: 13px 0;
}
.footer-minimal .footer-minimal-nav li {
  list-style: none;
}
.footer-minimal .footer-minimal-nav li > a {
  color: #f3e6e3;
  text-decoration: none;
  font-size: 15px;
}
.footer-minimal p.rights {
  color: rgba(179, 179, 179, 0.4509803922) !important;
}

#contacts .card {
  border: none;
}
#contacts .contact-form .contact-title {
  font-family: "Dosis", sans-serif !important;
}
#contacts .contact-form .form-control {
  padding: 14px 8px;
}
#contacts .contact-form hr:not([size]) {
  height: 1px;
  width: 48%;
}
#contacts .contact-form ul li {
  list-style-type: none;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(1, 0.27, 0.32, 0.98);
}
.preloader.active {
  top: 100%;
}
.preloader .circle {
  width: 130px;
  height: 130px;
  border-top: 3px solid #cdcdcd;
  border-left: 3px solid #cdcdcd;
  border-right: 3px solid #cdcdcd;
  border-bottom: 3px solid transparent;
  border-radius: 50%;
  animation: turn 1s cubic-bezier(0.64, 0.51, 0.15, 1.02) infinite;
}
.preloader .logo {
  width: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@keyframes turn {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.btn-s {
  pointer-events: auto;
  cursor: pointer;
  background: #fff;
  border: none;
  padding: 1.5rem 3rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  border-radius: 4px;
}
.btn-s.btn-dark {
  background-color: #000 !important;
  color: #fff !important;
}

.btn-s::before,
.btn-s::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-s.btn-s--atlas {
  font-family: signo, sans-serif;
  font-weight: 500;
}

.btn-s.btn-s--atlas > span {
  display: inline-block;
}

.btn-s.btn-s--atlas:hover > span {
  opacity: 0;
}

.btn-s.btn-s--atlas:hover .marquee__inner {
  animation-play-state: running;
  opacity: 1;
  transition-duration: 0.4s;
}

.btn-s .marquee {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.btn-s .marquee__inner {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  --offset: 1rem;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
  transform: translate3d(var(--move-initial), 0, 0);
  animation: marquee 1s linear infinite;
  animation-play-state: paused;
  opacity: 0;
}

.btn-s .btn-s--atlas:hover .marquee__inner {
  animation-play-state: running;
  opacity: 1;
  transition-duration: 0.4s;
}

.btn-s .marquee span {
  text-align: center;
  white-space: nowrap;
  font-style: italic;
  padding: 1.5rem 0.5rem;
}

@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}/*# sourceMappingURL=main.css.map */