.sc_team_item_position {
  text-transform: capitalize !important;
}

.sc_team_item.sc_team_item_4 .appoinment_button {
  visibility: hidden !important;
  display: none !important;
}

.appoinment_panel {
    right: 260px !important;
}



.slider_wrap.volume-on {
  cursor: url('https://mensspacebarbershop.ge/wp-content/uploads/2025/05/soundon1.png') 16 16, auto;
}

.slider_wrap.volume-off {
  cursor: url('https://mensspacebarbershop.ge/wp-content/uploads/2025/05/sound-off1.png') 16 16, auto;
}



.sc_audio_player {
  display: none !important; 
}

.attachment-full {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}


.container {
  position: relative;
  width: 100px;
  height: 120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #BF9456;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 90px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  color: #BF9456;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 60;
  animation: pulse 2s linear alternate infinite;
  text-align: center;
  margin-bottom: -60px;
}

@media (max-width: 769px) {
  .text {
    margin-bottom: -350%;
  }
  .container {
      margin-top: 75px;
      position: relative;
      z-index: 999;
  }
}