* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  background: #1B1716;
  font-family: 'Raleway', sans-serif;
  overflow-x: hidden!important;
}

button:focus {
  box-shadow: none!important;
  outline: none;
}

::-webkit-scrollbar {
	width: 10px;            
  }

::-webkit-scrollbar-track {
	background: #1B1716;      
}

::-webkit-scrollbar-thumb {
  background-color: #49902F;
  border-radius: 0;
  border: 2.5px solid #1B1716;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

p, a, h1, h2, h3, h4, h5, h6, dl, ol, ul {
  margin: 0;
}

button {
  background: transparent;
  border: none;
  outline: none!important;
}

h1 {
  font-family: 'Forum', cursive;
}

.nav-link {
  color: rgba(255, 255, 255, 0.30);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-wrap: nowrap;
}

.logotype {
  max-height: 59px;
}

li.nav-item {
  display: flex;
  align-items: center;
  padding: 7px 18px;
  border: 1px solid transparent;
  transition: 0.3s;
}

li.nav-item:hover {
  border: 1px solid #49902F;
  transition: 0.3s;
}

li.nav-item.active {
  border: 1px solid #49902F;
}

li.nav-item.active .nav-link {
  color: rgba(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

li.nav-item:hover .nav-link{
  color: rgba(255, 255, 255);
  transition: 0.3s;
}

ul li.nav-item:first-child {
  margin-left: 0;
}

ul li.nav-item:last-child {
  margin-right: 0;
}

.location p {
  color: rgba(255, 255, 255, 0.30);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.location p span {
  color: #fff;
}

.location {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.social-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.social-info a {
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
}

.font-forum {
  font-family: 'Forum', sans-serif;
}

.hero {
  background-image: url('../img/bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 200px;
  position: relative;
}

.hero-side p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.hero-title {
  color: #FFF;
  text-align: center;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 50px;
}

.hero-subtitle {
  display: block;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.30);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero-logo {
  display: block;
  max-height: 120px;
  margin: 0 auto;
}

.hero-title span {
  display: block;
  background: #49902F;
  padding: 5px;
}

.navbar-brand {
  margin: 0;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding: 0!important;
}

.footer-right {
  text-align: right;
}

.overlay {
  background: rgb(0 0 0 / 50%);
  position: absolute;
  top: 0;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -3;
  display: block;
}

.owl-carousel .owl-stage {
  height: 100%;
}

.owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
}

.owl-prev span, .owl-next span {
  font-size: 3em;
  color: #fff;
  opacity: 0.3;
  transition: 0.3s;
}

.owl-prev:hover span, .owl-next:hover span {
  opacity: 1;
  transition: 0.3s;
}

.overlay-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
}

.square-button {
  border-radius: 0;
  background: #49902F;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  aspect-ratio: 1 / 1;
}

.square-button:hover {
 opacity: 0.7;
  transition: 0.3s;
}

.square-button.outline {
  background: transparent;
  border: 1px solid #fff;
}

.btn-online {
  font-family: 'Forum', cursive;
  background: none;
  cursor: pointer;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #FFF;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  margin: 0 auto;
}

.btn-online span {
  padding: 16px 18px;
  border-right: 1px solid #FFF;
}

.btn-online svg {
  margin: 16px 18px;
  transition: 0.3s
}

.btn-online:hover svg {
  rotate: 360deg;
  transition: 0.3s
}

.btn-online:hover span {
  border-color: #3f7e28;
  transition: 0.3s;
}

.btn-online:hover {
  background-color: #49902F;
  border-color: #3f7e28;
  transition: 0.3s;
}

.barber-logo {
  max-height: 55px;
}

.hero-img {
  display: block;
  width: 100%;
  pointer-events: none;
  cursor: default;
  margin: 0 auto;
}

.hero-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.hero-line {
  position: absolute;
}

.hero-line:first-child {
  top: 0;
  left: 0;
}

.hero-line:last-child {
  bottom: 0;
  right: 0;
}

.owl-carousel .owl-stage-outer {
  overflow: unset;
  overflow-x: clip;
  height: 100%;
}

.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none!important;
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  transition: 0.3s;
}

.owl-item {
  height: 100%;
}

.form-check-input:checked {
  background-color: #282828;
  border-color: #282828;
}

.form-check-input:focus {
  border-color: #282828;
  outline: 0;
  box-shadow: none;
}

#nav-header {
  height: 80px;
  transition: 0.3s;
  z-index: 2;
}

.header-scrolling {
  background: #1B1716;
  transition: 0.3s;
}

.for-small {
  display: none;
}

.for-mobile {
  display: none;
}

.header-info {
    background-color: #1B1616;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.fixed-top {
  top: 50px;
}

.square-icon {
  height: 30px;
  width: 30px;
  border: 1px solid #49902F;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #49902F;
  aspect-ratio: 1 / 1;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.features {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #1B1716;
}

.feature {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.feature h2 {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  right: 25px;
}

.feature span {
  color: rgba(255, 255, 255, 0.10);
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  right: -25px;
}

.feature p {
  color: rgba(255, 255, 255, 0.30);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.feature-text {
  text-align: left;
  max-width: 245px;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  background-color: #FFFFFF;
  width: 120%;
  margin-left: -20px;
  padding: 15px 0;
  margin-top: 1em;
  margin-bottom: 6em;
}

.marquee p {
  display: inline-block;
  color: #171717;
  padding-left: 85%;
  animation: marquee 45s linear infinite;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-us {
  position: relative;
}

.block-title {
  position: relative;
  margin-bottom: 50px;
}

.block-title p {
  color: rgba(255, 255, 255, 0.30);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.block-title h1 {
  color: #FFF;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 2rem;
}

.block-title-line {
  position: absolute;
  bottom: 0;
  left: 0;
}

.block-title-rev {
  position: relative;
  margin-bottom: 50px;
}

.block-title-rev p {
  color: rgba(0, 0, 0, 0.50);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.block-title-rev h1 {
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 2rem;
}

.block-title-rev-line {
  position: absolute;
  bottom: 0;
  right: 0;
}

.working-from h3 {
  color: #FFF;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
}

.working-from h1 {
  color: #FFF;
  font-size: 150px;
  font-style: normal;
  line-height: 7rem;
  font-weight: 400;
}

.working-from h1 span {
  color: #49902F;
  display: block;
}

.working-from h2 {
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
}

.about-text {
  position: relative;
  background: #1B1716;
  padding: 30px;
  top: -8rem;
}

.about-text p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.tools-bg {
  background-image: url('../img/tools.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #FFF;
}

.photo-slide img {
  width: 300px;
}

.owl-nav button {
  width: 40px;
  height: 40px;
  aspect-ratio: 1 / 1;
  background: #49902F!important;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  transition: 0.3s;
}

.owl-nav button:hover {
  opacity: 1;
  transition: 0.3s;
}

.photo-slider {
  position: relative;
  top: -6.4em;
}

.review {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.review-photo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  aspect-ratio: 1 / 1;
}

.review-photo .main-photo img {
  width: 120px;
  margin-top: 30px;
}

.quotation-mark {
  width: 30px;
  height: 30px;
  aspect-ratio: 1 / 1;
  background: #49902F;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-text p {
  color: rgba(0, 0, 0, 0.50);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.review-text h3 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 1rem;
}

.review-text {
  max-width: 75%;
}

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

.rf-text h1 {
  color: #49902F;
  text-align: center;
  font-size: 140px;
  font-style: normal;
  font-weight: 400;
  line-height: 125px;
}

.rf-text p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.section-reviews {
  padding-bottom: 90px;
}

.services {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.price-row p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.price-row span {
  color: rgba(255, 255, 255, 0.30);
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  background: #262120;
  margin-bottom: 10px;
}

.price-row.no-filled {
  background: none;
  border: none;
}

.price-row.no-filled p {
  color: rgba(255, 255, 255, 0.30);
}

.service-barber .image img {
  width: 100%;
}

.barber-about {
  padding: 16px 25px;
  background: #49902F;
  max-width: 75%;
  margin-left: auto;
  position: absolute;
  bottom: 0;
  right: 12px;
}

.ba-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ba-head h1 {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ba-subhead {
  margin-top: 5px;
}

.ba-subhead p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ba-text p {
  color: rgba(255, 255, 255, 0.50);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 1rem;
}

.address {
  padding-bottom: 80px;
}

.address h1 {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
}

.map iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  min-height: 400px;
  margin-top: 40px;
}

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 50px 0;
}

.copyright {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; 
  margin-top: 10px;
}

.copyright span {
  color: rgba(255, 255, 255, 0.30);
}

.footer-info {
  text-align: left;
}

.footer-info h2 {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
}

.footer-info h3 {
  color: #49902F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.footer-info-right {
  text-align: right;
}

.ba-subhead {
  display: flex;
  align-items: center;
}

.ba-subhead img {
  margin-bottom:  3px;
}

.ba-subhead img:first-child {
  margin-left: 5px;
}

@keyframes marquee {
  0% {
      transform: translate3d(0, 0px, 0px)
  }
  100% {
      transform: translate3d(-100%, 0px, 0px)
  }
}

/* XL MAX */
@media(max-width: 1398px) {
  .working-from h1 {
    font-size: 125px;
    line-height: 6.2rem;
  }
  .service-barber {
    position: relative;
  }
  .barber-about {
    right: 0;
    bottom: -8rem;
  }
}

/* LG MAX */
@media(max-width: 1199px) {
  .hero-title {
    font-size: 24px;
  }

  .working-from h3 {
    font-size: 24px;
  }
  
  .working-from h1 {
    font-size: 90px;
    line-height: 4.5rem;
  }
  
  .working-from h2 {
    font-size: 50px;
  }
  .tools-bg {
    background-image: none;
  }
  .service-barber {
    position: relative;
  }
  .barber-about {
    right: 0;
    bottom: -10rem;
  }
  .services {
    padding-bottom: 14rem;
  }
  .footer-info h2 {
    font-size: 24px;
  }
  .copyright {
    font-size: 14px;
  }
  .ba-subhead p {
    font-size: 18px;
    text-align: left;
  }
  .ba-subhead {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .ba-subhead img:first-child {
    margin-left: 0;
  }
  .ba-subhead img {
    margin-top: 5px;
  }
}

@media(max-width: 991px) {
  .header-info {
    height: 100px;
  }
  .location {
    justify-content: center;
  }
  .social-info {
    margin-top: 10px;
    justify-content: center;
  }
  .hero-title {
    font-size: 17px;
    width: fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .working-from h3 {
    font-size: 18px;
  }
  .about-text {
    top: -3rem;
  }
  .about-us {
    padding-bottom: 3rem;
  }
  .tools-bg {
    background-image: none;
  }
}

/* MD MAX */
@media(min-width: 768px) and (max-width: 991px) {
  .navbar-brand {
    display: none!important;
  }
}

/* SM MAX */
@media(max-width: 767px) {
  .for-mobile {
	  display: block; 
  }
  .hero-side {
    display: none;
  }
  .working-from {
    text-align: center;
  }
  .working-from h1 {
    font-size: 115px;
    line-height: 7rem;
  }
  .working-from h1 span {
    display: unset;
  }
  .about-text {
    top: unset;
  }
  .photo-slider {
    top: unset;
  }
  .footer-info {
    text-align: center;
  }
  .footer-info-right {
    margin-top: 2rem;
    text-align: center;
  }
  #nav-header {
    height: auto;
  }
  .navbar-collapse {
    margin-top: 2rem;
  }
  .photo-slider {
    padding: 40px 0;
  }
}

/* XS MAX */
@media(max-width: 575px) {
  .location p {
    font-size: 13px;
  }
  .location p span {
    display: block;
  }
  .social-info a {
    font-size: 13px;
  }
  .review {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .ba-subhead p {
    font-size: 16px;
  }
}

/* XS MIN */
@media(min-width: 575px) {

}

/* SM MIN */
@media(min-width: 768px) {
  li.nav-item {
    margin: 0px 5px;
  }
  .for-mobile {
	  display: none; 
  }
}

/* MD MIN */
@media(min-width: 992px) {
  li.nav-item {
    margin: 0px 14px;
  }
}

/* LG MIN */
@media(min-width: 1200px) {
  li.nav-item {
    margin: 0px 32px;
  }
}

/* XL MIN */
@media(min-width: 1400px) {
  li.nav-item {
    margin: 0px 50px;
  }
  .btn-bottom {
    margin-top: 64px;
  }
}