@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lexend:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
body {
  font-family: "Lexend", sans-serif;
  color: #0D0D0D;
  background-color: #ffffff;
  transition: background-color 0.8s ease;
}

body.dark-mode {
  background-color: #000000;
}

.hero {
  background-image: url(../img/inbarber/banner.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 50px) bottom;
  background-size: 50%;
}
@media (max-width: 768px) {
  .hero {
    background-image: none;
  }
}

header .logo {
  height: 50px;
}
header .navbar .nav-item {
  margin-right: 30px;
}
header .navbar .nav-item .nav-link {
  color: #000;
  margin: 0 10px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
header .navbar .nav-item .nav-link:hover {
  background-color: #e1e1e1;
}
header .free-time {
  background-color: #11212F;
  color: white;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  padding: 14px 40px;
  border-radius: 10px;
}

.hero-section {
  padding-top: 130px;
}
@media (max-width: 768px) {
  .hero-section {
    padding-top: 50px;
  }
}
.hero-section .hero-title h1 {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .hero-section .hero-title h1 {
    font-size: 45px;
  }
}
@media (max-width: 400px) {
  .hero-section .hero-title h1 {
    font-size: 40px;
  }
}
.hero-section .hero-title p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 768px) {
  .hero-section .hero-title p {
    font-size: 16px;
  }
}
.hero-section .hero-assessment {
  margin-top: 20px;
  margin-bottom: 20px;
}
.hero-section .hero-assessment p {
  font-size: 18px;
}
.hero-section .hero-assessment p .bi-star-fill {
  color: #ffbf00;
}
.hero-section .hero-assessment .user {
  height: 45px;
  width: 45px;
  border-radius: 100px;
  margin-right: -15px;
  position: relative;
  z-index: 1;
  background-color: #e7e7e7;
}
.hero-section .hero-assessment .user img {
  height: 45px;
  width: 45px;
  border: solid 2px white;
  border-radius: 100px;
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
  position: relative;
  z-index: 0;
}
.hero-section .hero-assessment .plus {
  height: 45px;
  width: 45px;
  background-color: #11212F;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: solid 2px white;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.hero-section .hero-assessment .download {
  padding-left: 10px;
}
.hero-section .hero-assessment .download p {
  font-size: 20px;
  margin: 0;
  line-height: 14px;
  color: #C68B69;
  font-weight: 600;
}
.hero-section .hero-assessment .download p span {
  font-size: 12px;
  color: rgba(13, 13, 13, 0.4705882353);
  font-weight: 400;
}
.hero-section .scroll-indicator-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.hero-section .scroll-indicator-wrapper .scroll-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hero-section .scroll-indicator-wrapper .scroll-indicator .scroll-wheel {
  width: 30px;
  height: 60px;
  border: 2px solid #C68B69;
  border-radius: 25px;
  background-color: #f7f7f9;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  animation: bouncePadding 1.8s infinite ease-in-out;
}
.hero-section .scroll-indicator-wrapper .scroll-indicator .scroll-wheel .arrow {
  width: 22px;
  height: 36px;
  background-color: #E5E7EE;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes bouncePadding {
  0%, 100% {
    padding-bottom: 2px;
  }
  50% {
    padding-bottom: 8px;
  }
}

.resources-section .box-title {
  background-color: black;
  padding-top: 60px;
  border-radius: 30px;
  min-height: 385px;
  background-image: url(../img/line-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 50%;
}
@media (max-width: 768px) {
  .resources-section .box-title {
    background-size: 150%;
  }
}
.resources-section .box-title h2 {
  font-size: 34px;
  color: white;
  text-align: center;
}
.resources-section .box-content {
  margin-top: -180px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  padding: 0 5%;
}
@media (max-width: 768px) {
  .resources-section .box-content {
    margin-top: -140px;
  }
}
.resources-section .box-content .step-1, .resources-section .box-content .step-2, .resources-section .box-content .step-3 {
  flex: 1 1 300px;
  max-width: 360px;
  text-align: center;
}
.resources-section .box-content .step-1 > div, .resources-section .box-content .step-2 > div, .resources-section .box-content .step-3 > div {
  height: 530px;
  background-color: #F5F5F5;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  overflow: hidden;
  padding: 0 20px;
  transition: background-color 0.8s ease;
}
.resources-section .box-content .step-1 > div h3, .resources-section .box-content .step-2 > div h3, .resources-section .box-content .step-3 > div h3 {
  font-size: 22px;
  font-weight: 400;
  transition: color 0.8s ease;
}
.resources-section .box-content .step-1 > div h3 span, .resources-section .box-content .step-2 > div h3 span, .resources-section .box-content .step-3 > div h3 span {
  font-weight: 500;
}
.resources-section .box-content .step-1 > div {
  background-image: url(../img/inbarber/step-1-bg.png);
}
.resources-section .box-content .step-1 > div h3 {
  padding-top: 40px;
}
.resources-section .box-content .step-2 > div {
  background-image: url(../img/inbarber/step-2-bg.png);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.resources-section .box-content .step-2 > div h3 {
  padding-bottom: 40px;
}
.resources-section .box-content .step-3 > div {
  background-image: url(../img/inbarber/step-3-bg.png);
}
.resources-section .box-content .step-3 > div h3 {
  padding-top: 40px;
}

body.dark-mode .resources-section .box-content .step-1 > div, body.dark-mode .resources-section .box-content .step-2 > div, body.dark-mode .resources-section .box-content .step-3 > div {
  background-color: #0f0f0f;
}
body.dark-mode .resources-section .box-content .step-1 > div h3, body.dark-mode .resources-section .box-content .step-2 > div h3, body.dark-mode .resources-section .box-content .step-3 > div h3 {
  color: #fff;
}

.description-section {
  padding-top: 160px;
  padding-bottom: 20px;
}
.description-section h3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  transition: color 0.8s ease;
}

body.dark-mode .description-section h3 {
  color: #dbdbdb;
}
body.dark-mode .description-section h3 b {
  color: #C68B69;
}

.features-section {
  padding-bottom: 120px;
  transition: color 0.8s ease;
}
.features-section h4 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-top: 60px;
  margin-bottom: 15px;
}
.features-section p {
  color: #0D0D0D;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

body.dark-mode .features-section h4 {
  color: #fff;
}
body.dark-mode .features-section p {
  color: #dbdbdb;
}

.testimonials-section {
  padding-top: 80px;
  padding-bottom: 120px;
  text-align: center;
  background: #f9f9f9;
  overflow: hidden;
}
.testimonials-section h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .testimonials-section h2 {
    font-size: 38px;
  }
}
.testimonials-section .testimonial-slider {
  position: relative;
  overflow: hidden;
}
.testimonials-section .testimonial-slider .testimonial-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
  will-change: transform;
}
.testimonials-section .testimonial-slider .testimonial-track .testimonial-item {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 24px;
  margin: 0 12px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  text-align: left;
  box-sizing: border-box;
  background-image: url(../img/svg/aspas.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) calc(100% - 20px);
}
.testimonials-section .testimonial-slider .testimonial-track .testimonial-item .stars {
  color: #ffbf00;
  font-size: 18px;
  margin-bottom: 10px;
}
.testimonials-section .testimonial-slider .testimonial-track .testimonial-item .stars span {
  color: #000000;
}
.testimonials-section .testimonial-slider .testimonial-track .testimonial-item p {
  font-size: 16px;
  margin-bottom: 16px;
}
.testimonials-section .testimonial-slider .testimonial-track .testimonial-item .author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}
.testimonials-section .testimonial-slider .testimonial-track .testimonial-item .author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials-section .testimonial-slider .testimonial-track .testimonial-item .author .author-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .testimonials-section .testimonial-slider .testimonial-track .testimonial-track {
    gap: 24px;
  }
  .testimonials-section .testimonial-slider .testimonial-track .testimonial-item {
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .testimonials-section .counter {
    margin-top: 60px;
  }
}
.testimonials-section .counter h4 {
  margin-top: 60px;
  font-size: 38px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .testimonials-section .counter h4 {
    margin-top: 30px;
  }
}
.testimonials-section .counter p {
  margin-top: 6px;
  font-weight: 300;
  font-size: 14px;
  color: #5a5a5a;
}
.testimonials-section .counter .value {
  font-weight: bold;
}

.pricing-section {
  margin-top: 140px;
  background-color: #000;
  padding: 120px 5%;
  border-radius: 50px;
  color: #fff;
  overflow: hidden;
}
.pricing-section .pricing-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .pricing-section .pricing-container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
}
.pricing-section .pricing-container .pricing-left,
.pricing-section .pricing-container .pricing-right {
  flex: 1;
  padding: 20px;
}
@media (max-width: 768px) {
  .pricing-section .pricing-container .pricing-left,
  .pricing-section .pricing-container .pricing-right {
    padding: 0px;
  }
}
.pricing-section .pricing-container .pricing-left h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .pricing-section .pricing-container .pricing-left h2 {
    font-size: 38px;
  }
}
.pricing-section .pricing-container .pricing-left p {
  font-size: 22px;
  font-weight: 300;
}
.pricing-section .pricing-container .pricing-left p .highlight {
  font-size: 38px;
  font-weight: 600;
  color: #C68B69;
}
.pricing-section .pricing-container .pricing-left .store-buttons {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
.pricing-section .pricing-container .pricing-left .store-buttons img {
  height: 50px;
}
@media (max-width: 480px) {
  .pricing-section .pricing-container .pricing-left .store-buttons {
    justify-content: center;
    align-items: center;
  }
}
.pricing-section .pricing-container .pricing-right {
  text-align: center;
}
.pricing-section .pricing-container .pricing-right p {
  font-size: 22px;
  margin-bottom: 12px;
}
.pricing-section .pricing-container .pricing-right .price {
  font-size: 38px;
  font-weight: 600;
}
.pricing-section .pricing-container .pricing-right .price .currency {
  font-size: 20px;
  margin-right: 4px;
}
.pricing-section .pricing-container .pricing-right .price .amount {
  font-size: 58px;
  font-weight: 600;
}
.pricing-section .pricing-container .pricing-right small {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  opacity: 0.8;
}

.faq-section {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}
.faq-section h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .faq-section h2 {
    font-size: 38px;
  }
}
.faq-section .faq-accordion {
  background-color: #FAFAFA;
  border-radius: 50px;
  padding: 30px 50px;
}
@media (max-width: 768px) {
  .faq-section .faq-accordion {
    padding: 30px 30px;
  }
}
.faq-section .faq-accordion .accordion-button {
  font-size: 20px;
  font-weight: 600;
  background-color: transparent;
  box-shadow: none;
  padding: 29px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-section .faq-accordion .accordion-button::after {
  display: none !important;
}
.faq-section .faq-accordion .accordion-button .bi-plus {
  margin-left: auto;
  font-weight: bold;
  font-size: 38px;
  transition: transform 0.3s ease;
}
.faq-section .faq-accordion .accordion-button.collapsed .bi-plus {
  transform: rotate(0deg);
}
.faq-section .faq-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #000;
}
.faq-section .faq-accordion .accordion-button:not(.collapsed) .bi-plus {
  transform: rotate(45deg);
}
.faq-section .faq-accordion .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #E5E5E5;
  padding: 0;
}
.faq-section .faq-accordion .accordion-item .accordion-header {
  background-color: rgba(255, 255, 255, 0);
}
.faq-section .faq-accordion .accordion-item:last-child {
  border-bottom: none;
}
.faq-section .faq-accordion .accordion-body {
  font-size: 16px;
  padding: 0;
  margin-bottom: 30px;
}

.site-footer {
  background-color: #000;
  color: #fff;
  padding: 90px 5% 60px;
}
.site-footer .logo {
  margin-bottom: 20px;
}
.site-footer p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 26px;
}
.site-footer hr {
  border-color: #919191;
  margin: 90px 0 20px;
}
.site-footer .footer-bottom p {
  margin-bottom: 0;
  font-size: 10px;
  color: #919191;
}
@media (max-width: 768px) {
  .site-footer {
    text-align: center;
  }
  .site-footer .text-md-end {
    text-align: center !important;
  }
  .site-footer .store-buttons {
    justify-content: center !important;
  }
}/*# sourceMappingURL=inbarber.css.map */