*,
*::before,
*::after {
  box-sizing: border-box;
  user-select: none;
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins-Bold", sans-serif;
  background-color: black;
  color: white;
  overflow-x: hidden;

}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img,
video,
canvas {
  display: block;
  max-width: 80%;
  margin: auto;
  margin-block: 50px;
}

::-webkit-scrollbar {
  display: none;
}

* {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  touch-action: pan-y;
}

/*  */

.nav-list {
  display: flex;
  justify-content: end;
  list-style: none;
  margin-inline: 5vw;
  margin-top: 20px;
  padding: 0;
}

.nav-list>li>a {
  font-family: "Perandory", serif;
  color: white;
  text-decoration: none;
  font-size: 3em;
}

.text {
  text-align: center;
  margin: auto;
  line-height: 1.3;
  margin-block: 100px;
 }

@media screen and (max-width: 800px) {
  .nav-list>li>a {
    font-size: 1.5em;
  }

  .nav-list {
    gap: 10px;
    justify-content: center;
  }

  .barberWrap {
    width: 15px;
  }

  .barber {
    width: 15px;
  }

  .text {
    padding-inline: 20px;
    font-size: 1.2em;
  }
}

@media screen and (min-width: 800px) {
  .nav-list>li>a {
    font-size: 3em;
  }


  .nav-list {
    gap: 30px;
  }

  .barberWrap {
    width: 50px;
  }

  .barber {
    width: 50px;
  }

  
}

@media screen and (min-width: 801px) and (max-width: 1400px) {
  .text {
    max-width: 1300px;
    font-size: 1.5em;
    padding-inline: 55px;
  }
}

@media screen and (min-width: 1401px) {
  .text {
    max-width: 1500px;
    font-size: 2em;
    padding-inline: 55px;
  }
}


.barberWrap {
  height: 100vh;
  position: fixed;
}

.barberWrap.left {
  top: 0;
  left: 0;
}

.barberWrap.right {
  top: 0;
  right: 0;
}

.barber {
  height: 100vh;
  position: inherit;
  background: #ffffff;
  background: -webkit-linear-gradient(-45deg,
      transparent 25%,
      #ffffff 25%,
      #ffffff 50%,
      transparent 50%,
      transparent 75%,
      #ffffff 75%);
  background: -moz-linear-gradient(-45deg,
      transparent 25%,
      #ffffff 25%,
      #ffffff 50%,
      transparent 50%,
      transparent 75%,
      #ffffff 75%);
  background: -o-linear-gradient(-45deg,
      transparent 25%,
      #ffffff 25%,
      #ffffff 50%,
      transparent 50%,
      transparent 75%,
      #ffffff 75%);
  background: linear-gradient(-45deg,
      transparent 25%,
      #ffffff 25%,
      #ffffff 50%,
      transparent 50%,
      transparent 75%,
      #ffffff 75%);
  background-size: 27px 27px;
  -webkit-animation: barberpole 1.5s infinite linear;
  animation: barberpole 1.5s infinite linear;
}

@-webkit-keyframes barberpole {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 27px 0;
  }
}

@keyframes barberpole {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 27px 0;
  }
}

#google_translate_element > .skiptranslate > span{
  display: none;

}

.skiptranslate{
  text-align: center;
}

a.tel {
  text-decoration: underline;
  color: rgb(255, 255, 255);
}


.skiptranslate.goog-te-gadget {
  color: black !important;
}
