* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', serif;
  font-size: 62.5%;
}
button {
  border: none;
}

@media (min-width: 50px) {
  .barber-lines {
    width: 100%;
    height: 3rem;
    background-color: #cd0436;
    margin-bottom: 5rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
  }

  .wrap-container {
    overflow-x: hidden;
    width: 100%;
    min-height: 100vh;
    max-width: 100%;
    background-color: #1a1919;
  }

  #home {
    position: absolute;
    opacity: 0;
    top: -10rem;
  }

  header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 6rem;
    height: 8vh;
    background-color: #252525;
    position: absolute;
    top: 0;
    z-index: 1020;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  }
  .header_sticky {
    position: fixed;
    transition: 0.3s ease-in-out;
  }
  .phone-logo img {
    width: 19rem;
  }
  .header-wrapper-phone {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 3%;
    padding-right: 3%;
  }
  .header-wrapper-phone .text {
    display: flex;
    top: -10%;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .header-wrapper-phone .text h1 {
    font-size: 14px;
    color: #a4a2a2d0;
    position: absolute;
    left: -70%;
    top: 99%;
    font-family: initial;
  }
  .header-wrapper-phone .text h2 {
    font-size: 1.9rem;
    font-weight: bold;
    color: #a4a2a2d0;
    font-style: italic;
  }
  .header-wrapper-phone .text h2 span {
    position: absolute;
    top: 78%;
    left: 90%;
    color: #cd0436;
  }
  .call-number i {
    font-size: 2.5rem;
    color: #a4a2a2d0;
  }

  .burgher-menu i {
    font-size: 3rem;
    color: #a4a2a2d0;
    cursor: pointer;
  }

  .header-wrapper-pc {
    display: none;
  }
  .nav-burgher-bar {
    width: 100%;
    height: 85vh;
    position: absolute;
    bottom: 0;
    z-index: 1010;
    display: none;
    overflow: hidden;
  }
  .show-nav-burgher-bar {
    display: block !important;
  }
  .nav-burgher-bar .nav-bar-backgrund {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 12rem 2rem;
    gap: 2rem;
  }

  .nav-burgher-bar .media .media-icon {
    border: none;
    margin-top: 0;
  }
  .nav-burgher-bar .media .media-icon i {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.26);
    font-size: 4rem;
    color: #a4a2a2d0;
  }

  .nav-burgher-bar .nav-bar-backgrund a {
    margin-top: 20px;
    font-size: 2.5rem;
    text-decoration: none;
    color: #a4a2a2d0;
    border-bottom: 1px solid white;
    padding-bottom: 2rem;
    width: 100%;
  }
  .nav-burgher-bar .nav-bar-backgrund a:hover {
    color: white;
    border-bottom: 1px solid #cd0436;
  }

  .media {
    position: absolute;
    top: -4%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
  .media-links {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
  }
  .logo-number {
    margin: 3rem auto;
    display: flex;
    width: 100%;
    height: 20%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 6rem;
  }

  .nav-bar-backgrund .logo-number .number2 {
    border: none;
    font-size: 2rem;
    text-align: center;
    line-height: 3.4rem;
    width: 18rem;
    height: 4rem;
    border: 1px solid white;
    border-radius: 0.5rem;
    color: white;
    opacity: 0.5;
  }

  /*Main Section*/
  main {
    width: 100%;
    height: 100%;
  }

  .banner {
    margin-bottom: 1rem;
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 50vh;
    min-height: 50rem;
    background: url(../Images/banner-barber-3.jpg) center/cover no-repeat;
    position: relative;
    transition: filter 1s ease-out;
  }
  .banner-blur {
    filter: blur(0.5rem);
    background: url(../Images/banner-barber-3-resized.jpg) center/cover
      no-repeat !important;
  }

  .banner .logo-tags-wrapper {
    padding-bottom: 2rem;
    max-width: 30vw;
    max-height: 100vh;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: 1fr;
  }
  .banner .logo-tags-wrapper .top-logo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 3rem;
  }
  .banner .logo-tags-wrapper .top-logo img {
    width: 100%;
    object-fit: cover;
    opacity: 0.7;
  }

  .banner .logo-tags-wrapper .midll-logo {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .banner .logo-tags-wrapper .midll-logo img {
    width: 100%;
    object-fit: cover;
    padding-bottom: 5rem;
    opacity: 0.7;
  }
  .banner .logo-tags-wrapper .bottom-text {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background-color: #25252578;
    border-radius: 1rem;
    padding: 0 1rem;
  }
  .banner .logo-tags-wrapper .bottom-text h2,
  .banner .logo-tags-wrapper .bottom-text h3 {
    font-size: 1.8rem;
    color: #a4a2a2fb;
    font-weight: 600;
    font-family: initial;
  }
  .banner .logo-tags-wrapper .bottom-text h3 span {
    font-size: 1.6rem;
    color: #cd0436bc;
  }

  /*servicii-Section*/

  section {
    transition: transform 1s, opacity 1s;
  }

  .section--hiden {
    opacity: 0;
    transform: translateY(8rem);
  }

  #servicii {
    padding-top: 3rem;
    width: 100vw;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 6rem;
  }

  #servicii h1 {
    font-size: 1.8rem;
    color: white;
    border-radius: 10rem;
    border-bottom: 2px solid #cd0436d5;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }

  #servicii span {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    color: #a4a2a2fb;
  }
  .servicii-content {
    background-color: #252525;
    width: 90%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 100%;
    box-shadow: 0 0 15px rgba(195, 7, 7, 0.45);
  }

  .servicii-Left-name,
  .servcicii-midle-price,
  .servicii-right-discount {
    padding: 0.4rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    color: white;
    font-size: 2rem;
    max-width: 100%;
    border-right: 2px solid rgba(195, 7, 7, 0.45);
  }

  .servicii-Left-name p,
  .servcicii-midle-price p,
  .servicii-right-discount p {
    position: relative;
    font-size: 1rem;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.45); */
    width: 100%;
    text-align: center;
    padding-bottom: 0.4rem;
    cursor: pointer;
  }
  #servicii .servicii-Left-name .copil {
    font-size: 1rem;
    position: absolute;
    top: -95%;
    left: 12%;
  }
  .servicii-right-discount {
    border-right: none;
  }

  #servicii .servicii-Left-name,
  .servcicii-midle-price,
  .servicii-right-discount {
    font-size: 2rem;
    font-weight: 600;
  }
  .servicii-name-price {
    display: flex;
    flex-direction: column;
  }
  .servicii-content span {
    color: #848181 !important;
    font-size: 1.2rem !important;
    display: inline-block;
    margin-bottom: 0px !important;
    margin-right: 0.5rem;
  }
  .servicii-content p {
    font-size: 1.4rem;
    margin-bottom: 0px !important;
    display: inline-block;
  }
  .servicii-Left-name {
    color: #99052a;
  }
  .servcicii-midle-price {
    color: #000;
  }
  .servicii-right-discount {
    color: #a4a2a2fb;
  }
  .copil {
    display: none !important;
  }

  #barbers {
    position: relative;
    overflow: hidden;
    background-color: #000000;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4.5rem;
    padding-bottom: 1rem;
  }
  #barbers .barbers_container {
    position: relative;
    border-radius: 1rem;
    margin-bottom: 6rem;
    width: 85%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #barbers .barbers_container .image {
    /* position: relative; */
    box-shadow: 0 0 15px rgba(195, 7, 7, 0.349);
    width: 100%;
    height: calc(100% / 4);
    border-radius: 1rem;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  #barbers .barbers_container .image:hover {
    transform: scale(1.03);
  }

  #barbers .barbers_container .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 -11rem;
    border-radius: 1rem;
  }

  .lazy-img {
    filter: blur(5px);
  }

  #barbers .barbers_container .second_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 -15rem;
    border-radius: 1rem;
  }

  #barbers .barbers_container .third_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 -6rem;
    border-radius: 1rem;
  }

  #barbers .barbers_container .forth_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 -7rem;
    border-radius: 1rem;
  }
  #barbers .barbers_container .image div {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.6rem;
    width: 100%;
    position: relative;
    border-radius: 0.3rem;
  }

  #barbers .barbers_container .image p {
    background-color: rgba(15, 15, 15, 0.767);
    display: block;
    width: 100%;
    bottom: 1rem;
    position: absolute;
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    font-weight: bolder;
  }

  .first_image,
  .second_image,
  .third_image,
  .forth_image {
    transition: all 0.3s ease-in-out;
  }

  .drop_side_wrapper1 {
    display: none !important;
    position: absolute;
    left: -120rem;
    bottom: 0;
    width: 100%;
    height: 75%;
    background-color: #000000;
    box-shadow: 0 0 15px rgba(195, 7, 7, 0.349);
    border-radius: 3rem;
  }
  .dropside--active {
    display: block !important;
  }

  .first_image.scale_img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .first_image.move_pc_to_middl {
    top: 0;
    left: 0;
  }
  .second_image.move_pc_to_first {
    position: absolute;
    top: 0;
    left: 0;
  }
  .third_image.move_pc_to_first {
    position: absolute;
    top: 0;
    left: 0;
  }
  .forth_image.move_pc_to_first {
    position: absolute;
    top: 0;
    left: 0;
  }
  .first_image.move_pc_to_last {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #barbers .drop_side_wrapper1.show_drop_side_wrapper1 {
    left: 0;
    bottom: 0;
  }

  #barbers .drop_side_wrapper1 .drop_side__container1 {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    width: 90%;
    height: 100%;
  }

  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(1) {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(1) h1 {
    font-size: 2rem;
    color: white;
    letter-spacing: 0.2rem;
    padding-top: 5rem;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(1) h2 {
    letter-spacing: 0.2rem;
    padding-top: 1rem;
    font-size: 1.8rem;
    color: #cd0436;
    font-weight: bold;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    justify-content: center;
    width: 90%;
    height: 90%;
    align-self: center;
    justify-content: center;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(2) p {
    text-align: start;
    letter-spacing: 0.1rem;
    font-size: 1.6rem;
    color: white;
    border-top: 0.1rem solid #fff;
    margin-top: -4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(2) button {
    width: 60%;
    height: 10%;
    border-radius: 5rem;
    background-color: #cd0436;
    box-shadow: 0 0 15px rgba(219, 213, 213, 0.349);
    border: none;
    cursor: pointer;
    margin-top: 2rem;
    transition: 0.5s all ease;
  }
  #barbers
    .drop_side_wrapper1
    .drop_side__container1
    div:nth-child(2)
    button:hover {
    transform: scale(1.05);
    background-color: #000000;
  }

  #barbers
    .drop_side_wrapper1
    .drop_side__container1
    div:nth-child(2)
    button
    a {
    font-size: 1.2rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.2rem;
  }

  #location {
    margin-bottom: 6rem;
    width: 100%;
    height: 46.8rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  #location h1 {
    font-size: 1.8rem;
    color: white;
    border-radius: 10rem;
    border-bottom: 2px solid #cd0436d5;
    padding-bottom: 0.5rem;
  }
  .adress {
    width: 90%;
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .adress h3 {
    font-size: 2.6rem;
    text-align: center;
    color: white;
    background-color: #25252578;
    padding: 1.3rem;
    border-radius: 0.5rem;
  }
  .adress h3 span {
    color: #cd0436;
    font-size: 2.6rem;
  }
  .maps {
    width: 90%;
    height: 60%;
    display: flex;
    justify-content: center;
  }
  .maps a {
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .maps a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 5px solid #333;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(195, 7, 7, 0.45);
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
  .rating {
    padding-top: 0.3rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    gap: 0.5rem;
  }
  .rating .stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  .rating .stars i {
    font-size: 1.3rem;
    color: gold;
  }
  .rating span {
    font-size: 1.8rem;
    color: white;
  }

  /*Galery-section*/
  #gallery {
    width: 100%;
    min-height: 100vh;
    gap: 3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4rem;
  }
  #gallery h1 {
    display: inline-block !important;
    font-size: 1.8rem;
    color: white;
    border-radius: 10rem;
    border-bottom: 2px solid #cd0436d5;
    padding-bottom: 0.5rem;
  }
  .galerry-container-grid {
    width: 90%;
    height: 70%;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
  }
  .img-container {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .img-container img {
    border-radius: 2rem;
    width: 90%;
    height: 90%;
    object-fit: cover;
  }

  .gallery-grid-pc {
    display: none;
  }

  #contacts {
    width: 100vw;
    height: 40vh !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  #contacts h1 {
    font-size: 1.8rem;
    color: white;
    border-radius: 10rem;
    border-bottom: 2px solid #cd0436d5;
    padding-bottom: 0.5rem;
  }
  #contacts .contacts-content .contact-logo {
    width: 20rem;
  }
  .contacts-content {
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contacts-content span {
    font-size: 1.4rem;
    color: #fff;
  }
  .cotacts-details {
    margin-top: 3rem;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  .contacts_dettails_container {
    display: flex;
    gap: 5rem;
    align-content: center;
  }
  .left-part {
    width: 40%;
    height: 100%;
    justify-self: flex-start;
    display: flex;
    gap: 1rem;
    position: relative;
    justify-content: center;
  }
  .left-part a {
    display: flex;
    gap: 0.5rem;
    font-size: 1.1rem;
    text-decoration: none;
    color: #cd0436;
    position: absolute;
    top: 0;
  }
  .left-part i {
    font-size: 1.4rem;
    color: #cd0436;
  }
  .right-part {
    height: 100%;
    width: 55%;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
  }
  .right-part .instagram {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
  }
  .right-part .instagram i,
  .right-part .instagram p {
    color: white;
    font-size: 1rem;
  }
  .right-part .telegram {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
  }
  .right-part .telegram i,
  .right-part .telegram p {
    color: white;
    font-size: 1rem;
  }
  .right-part .email {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
  }
  .right-part .email i,
  .right-part .email p {
    color: white;
    font-size: 0.8rem;
  }

  footer {
    margin-top: 25rem;
    width: 100vw;
    height: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(36, 36, 36, 0.582);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  }
  footer h1 {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.495);
  }
}

@media (min-width: 393px) {
  * {
    font-size: 70%;
  }
  footer {
    margin-top: 30rem;
  }
  .nav-burgher-bar .nav-bar-backgrund {
    gap: 1rem;
  }
  .nav-burgher-bar .nav-bar-backgrund a {
    font-size: 1.6rem;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(2) {
    gap: 1.5rem;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(1) h1 {
    font-size: 1.8rem;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(1) h2 {
    font-size: 1.7rem;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(2) p {
    font-size: 1.6rem;
    padding-top: 1rem;
  }
  #contacts {
    height: 20vh !important;
  }
}

@media (min-width: 430px) {
  * {
    font-size: 74%;
  }
  #contacts {
    margin-bottom: 17rem;
  }
  #contacts p {
    font-size: 1.4rem;
  }
  .right-part {
    display: flex;
    flex-wrap: wrap;
    height: 15rem;
  }
  .right-part div {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }
  .contacts_dettails_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4rem;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(1) h1 {
    font-size: 1.8rem;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(1) h2 {
    font-size: 1.7rem;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(2) p {
    font-size: 1.7rem;
    line-height: 2.1rem;
    border-top: 0.1rem solid #fff;
    padding-top: 2.5rem;
  }

  #barbers
    .drop_side_wrapper1
    .drop_side__container1
    div:nth-child(2)
    button
    a {
    font-size: 1.5rem;
  }
  #contacts {
    height: 30vh !important;
  }
}

@media (min-width: 768px) {
  * {
    font-size: 88%;
  }
  #contacts .right-part {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  #contacts .right-part div p {
    font-size: 2rem;
  }
  #contacts .right-part div i {
    font-size: 1.6rem;
  }
  #contacts .left-part {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  #contacts .left-part a,
  #contacts .right-part i {
    font-size: 1.8rem;
  }
  .servicii-content span,
  p {
    display: inline;
    width: 100%;
  }
  .servicii-content span {
    margin-right: 0.5rem;
  }
  .servicii-name-price {
    /* width: 100%; */
  }

  #barbers .barbers_container .image img {
    object-position: center;
  }
  #barbers .barbers_container .first_image img {
    object-position: 0 -22rem;
  }
  #barbers .barbers_container .second_image img {
    object-position: 0 -26rem;
  }
  #barbers .barbers_container .third_image img {
    object-position: 0 -14rem;
  }
  #barbers .barbers_container .forth_image img {
    object-position: 0 -13rem;
  }
  .b-name {
    font-size: 2.2rem !important;
  }
  .b-description {
    font-size: 1.8rem !important;
    line-height: 1.5 !important;
  }
}

@media (min-width: 820px) {
  * {
    font-size: 83%;
  }
  .banner .img-logo-real-barber .phone-top-description {
    width: 50rem;
    object-fit: cover;
  }
  .banner .img-logo-real-barber .phone-bottom-loggo {
    width: 35rem;
    object-fit: cover;
  }
  #contacts {
    height: 55vh !important;
  }
  .contacts-content {
    padding: 25% 0;
  }
  #contacts p {
    font-size: 1.5rem;
  }
  #contacts a {
    font-size: 1.7rem;
  }
  #contacts h1 {
    font-size: 2.7rem;
  }
  #contacts span {
    font-size: 2.2rem;
  }
  .contacts_dettails_container {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    gap: rem;
  }
  .servicii-Left-name p,
  .servcicii-midle-price p,
  .servicii-right-discount p {
    font-size: 1.3rem;
  }
  #servicii .servicii-Left-name .copil {
    font-size: 1rem;
    position: static;
  }
  .servicii-content {
    height: auto;
  }
  .img-container img {
    width: 60%;
  }
  .left-part {
    padding-right: 2rem;
    padding-bottom: 2rem;
    justify-content: flex-end;
  }
  .left-part a {
    align-self: center;
  }

  #barbers {
    height: 95vh;
  }
  #barbers .barbers_container .image img {
    object-position: center;
  }
  #barbers .barbers_container .image p {
    font-size: 1.6rem;
  }
  #barbers .barbers_container .first_image img {
    object-position: 0 -24rem;
  }
  #barbers .barbers_container .second_image img {
    object-position: 0 -27rem;
  }
  #barbers .barbers_container .third_image img {
    object-position: 0 -15rem;
  }
  #barbers .barbers_container .forth_image img {
    object-position: 0 -15rem;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(2) {
    gap: 3rem;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(1) h1 {
    font-size: 2.5rem;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(1) h2 {
    font-size: 2.2rem;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(2) p {
    letter-spacing: 0.2rem;
    line-height: 3rem;
    font-size: 2.2rem;
    padding-top: 5rem;
  }
  #barber-program {
    margin-top: -2rem !important;
  }
  #barbers
    .drop_side_wrapper1
    .drop_side__container1
    div:nth-child(2)
    button
    a {
    font-size: 2rem;
  }
}

@media (min-width: 1000px) {
  .contacts_dettails_container {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 10rem;
  }
  .wrap-container {
    width: 100vw;
    min-height: 100vh;
    max-width: 100%;
    background-color: #1a1919;
  }
  header {
    height: 9vh;
  }
  .header-wrapper-phone {
    display: none;
  }
  .header-wrapper-pc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .header-wrapper-pc nav {
    min-width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4%;
    padding-right: 5%;
  }
  .header-wrapper-pc nav a {
    text-decoration: none;
    color: #a4a2a2d0;
    border-bottom: 0.3rem solid transparent;
    font-weight: 600;
    font-size: 1.7rem;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-wrapper-pc nav a:hover {
    color: white;
    height: 100%;
    border-bottom: 0.3rem solid #cd0436;
  }

  .program-btn-backrgound {
    width: 20rem;
    height: 3.8rem;
    background-color: #99052a;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .black-backgrund-color {
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    left: -100%;
    transition: left 0.3s ease-in-out;
  }
  .program-btn-backrgound:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(110, 109, 109, 0.671);
  }

  #programare-btn {
    text-align: center;
    text-decoration: none;
    font-size: 1.7rem;
    color: #fff;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contacts {
    gap: 1.3rem;
    display: flex;
    margin-right: 2%;
    justify-self: flex-end;
  }
  .phone {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    text-decoration: none;
    border: 0.1rem solid #bfbdbdf9;
    padding: 0 0.2rem;
    height: 3.8rem;
    color: #cd0436;
    border-radius: 0.5rem;
    transition: 0.5s;
    font-weight: 600;
  }
  .phone:hover {
    color: white;
    font-weight: 600;
    border: 0.1rem solid #bfbdbdf9;
  }
  .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.4rem 1rem;
    border-radius: 0.5rem;
  }

  .logo img {
    width: 34rem;
    cursor: pointer;
    transition: 0.3s;
  }
  .logo img:hover {
    transform: scale(1.05);
  }

  .banner {
    display: flex;
    width: 100%;
    height: 100vh;
    background: url(../Images/banner-barber-3.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  }
  .banner .logo-tags-wrapper .bottom-text {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .banner .logo-tags-wrapper .bottom-text h2,
  .banner .logo-tags-wrapper .bottom-text h3 {
    font-size: 3.2rem;
  }
  .banner .logo-tags-wrapper .bottom-text h3 span {
    font-size: 3.2rem;
  }

  #servicii {
    padding-top: 6rem;
  }
  #servicii h1 {
    font-size: 3rem;
    padding-bottom: 0.8rem;
    margin-bottom: 5rem;
  }
  #servicii p {
    font-size: 1.6rem;
    display: inline-block;
  }
  #servicii .servicii-Left-name,
  .servcicii-midle-price,
  .servicii-right-discount {
    font-size: 3rem;
    font-weight: 600;
  }
  .servicii-content span {
    color: #848181 !important;
    text-transform: uppercase;
  }
  .servicii-Left-name {
    color: #d3083b;
    background-color: #150106;
  }
  .servcicii-midle-price {
    color: #000;
    background-color: #333;
  }
  .servicii-right-discount {
    color: #a4a2a2fb;
  }
  .servicii-content {
    height: auto;
    max-width: 80vw;
  }
  #location h1 {
    font-size: 3rem;
    padding-bottom: 0.8rem;
    margin-bottom: 5rem;
  }
  #gallery h1 {
    font-size: 3rem;
    padding-bottom: 0.8rem;
    margin-bottom: 5rem;
  }

  .galerry-container-grid {
    display: none;
  }
  .gallery-grid-pc {
    display: block;
    width: 90%;
    height: 70vh;
    gap: 2rem;
    display: flex;
    align-items: flex-end;
  }
  .gallery-grid-pc .img-container {
    display: flex;
    align-items: flex-end;
  }
  .gallery-grid-pc img {
    height: 85%;
    width: 100%;
    border-radius: 2rem;
  }
  .gallery-grid-pc .g2 img,
  .gallery-grid-pc .g4 img {
    align-self: flex-start;
  }
  #contacts {
    height: 60vh !important ;
  }
  #contacts h1 {
    font-size: 3rem;
    padding-bottom: 0.8rem;
    margin-bottom: 0;
  }
  #contacts .contacts-content {
    margin-top: 4.5rem !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0rem;
    margin: 0;
  }
  #contacts .contacts-content .contact-logo {
    width: 30rem;
  }
  #contacts .contacts-content .contacts_dettails_container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  #contacts .left-part {
    display: flex;
    width: 100% !important;
  }
  #contacts .left-part a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #contacts .left-part a,
  #contacts .left-part i {
    font-size: 2.2rem;
  }
  .contacts-content span {
    font-size: 2.2rem;
  }
  .left-part a {
    gap: 1rem;
    border: none;
    display: flex;
    justify-content: flex-end;
    font-size: 2rem;
  }
  .left-part a:hover {
    border: none;
  }
  .right-part .instagram i,
  .right-part .instagram p {
    font-size: 2rem;
  }
  .right-part .telegram i,
  .right-part .telegram p {
    font-size: 2rem;
  }

  .right-part .email i,
  .right-part .email p {
    font-size: 2rem;
  }

  footer {
    margin-top: 10rem;
  }

  #barbers {
    height: 70vh;
  }

  #barbers .barbers_container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  #barbers .barbers_container .image {
    width: 100%;
    height: 100%;
    /* position: relative; */
    transition: 0.3s all ease-in-out;
  }
  #barbers .barbers_container .image div {
    position: absolute;
    bottom: 0;
  }

  #barbers .barbers_container .image img {
    object-position: center;
  }

  .first_image.remove_img {
    display: none !important;
  }
  .second_image.remove_img {
    display: none !important;
  }
  .third_image.remove_img {
    display: none !important;
  }
  .forth_image.remove_img {
    display: none !important;
  }

  .first_image.scale_img {
    position: absolute;
    left: -8%;
    width: 44% !important;
    z-index: 10;
  }

  .first_image.move_pc_to_middl {
    position: absolute;
    left: 0;
    top: 0;
    width: 20% !important;
  }
  .second_image.move_pc_to_first {
    position: absolute;
    left: -8%;
    width: 44% !important;
    z-index: 10;
  }
  .third_image.move_pc_to_first {
    position: absolute;
    left: -8%;
    width: 44% !important;
    z-index: 10;
  }

  .forth_image.move_pc_to_first {
    position: absolute;
    left: 0;
    top: 0;
    width: 38% !important;
    z-index: 10000;
  }

  .first_image.move_pc_to_last {
    position: absolute;
    left: 0;
    top: 0;
    width: 20% !important;
  }

  #barbers .drop_side_wrapper1 {
    display: block;
    position: absolute;
    width: 70%;
    height: 90%;
    background-color: #000000;
    box-shadow: 0 0 15px rgba(195, 7, 7, 0.349);
    top: 50%;
    transform: translateY(-52%);
    left: -120rem;
    z-index: 1;
    transition: left 0.4s ease-in-out;
  }

  #barbers .drop_side_wrapper1.show_drop_side_wrapper1 {
    left: 30%;
  }

  #barbers .drop_side_wrapper1 .drop_side__container1 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 3rem 0;
    margin: auto 10%;
    width: 90%;
    height: 100%;
  }

  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(1) {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(1) h1 {
    font-size: 2.7rem;
    color: white;
    letter-spacing: 0.2rem;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(1) h2 {
    letter-spacing: 0.2rem;
    font-size: 2rem;
    color: #cd0436;
    font-weight: bold;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    width: 80%;
    height: 60%;
    align-self: center;
    justify-content: center;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(2) p {
    text-align: center;
    letter-spacing: 0.2rem;
    line-height: 3.5rem;
    font-size: 2rem;
    color: white;
    border-top: 0.1rem solid #fff;
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(2) button {
    width: 50%;
    height: 20%;
    border-radius: 5rem;
    background-color: #cd0436;
    box-shadow: 0 0 15px rgba(219, 213, 213, 0.349);
    border: none;
    padding: 1rem;
    cursor: pointer;
    transition: 0.5s all ease;
  }
  #barbers
    .drop_side_wrapper1
    .drop_side__container1
    div:nth-child(2)
    button:hover {
    transform: scale(1.05);
    background-color: #000000;
  }

  #barbers
    .drop_side_wrapper1
    .drop_side__container1
    div:nth-child(2)
    button
    a {
    font-size: 2rem;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.2rem;
  }
}

@media (width: 1024px) {
  * {
    font-size: 54%;
  }
  header nav ul {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: space-evenly;
  }
  .banner .logo-tags-wrapper .bottom-text h2,
  .banner .logo-tags-wrapper .bottom-text h3 {
    font-size: 2.2rem;
  }
  .banner .logo-tags-wrapper .bottom-text h3 span {
    font-size: 2.2rem;
  }
  .phone {
    font-size: 1.3rem;
    width: 90%;
    color: #cd0436;
  }
  .logo img {
    width: 20rem;
  }
  #barbers .barbers_container .image div {
    height: 6rem;
  }
}

@media (min-width: 1280px) {
  * {
    font-size: 62%;
  }
  header nav ul {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: space-evenly;
  }
  .phone {
    font-size: 1.5rem;
    width: 90%;
  }
  #contacts {
    height: 70vh !important;
  }

  #barbers .barbers_container .image img {
    object-position: center;
  }
  #barbers .barbers_container .image div {
    height: 6rem;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 {
    justify-content: space-between;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(1) h1 {
    font-size: 2.7rem;
    letter-spacing: 0.2rem;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(1) h2 {
    letter-spacing: 0.2rem;
    font-size: 2rem;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(2) {
    width: 75%;
    height: 90%;
    gap: 4rem;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(2) p {
    letter-spacing: 0.2rem;
    line-height: 3.5rem;
    font-size: 2rem;
    padding-top: 1rem;
    padding-bottom: 0;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(2) button {
    height: 13%;
  }
}
@media (min-width: 1336px) {
  * {
    font-size: 64%;
  }
  header nav ul {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: space-evenly;
  }
}

@media (width: 1440px) {
  * {
    font-size: 68%;
  }
  header nav ul {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: space-evenly;
  }
}

@media (width: 1600px) {
  * {
    font-size: 70%;
  }
  header nav ul {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: space-evenly;
  }
}

@media (min-width: 1920px) {
  * {
    font-size: 62%;
  }
  header nav ul {
    width: 80%;
    display: flex;
    height: 100%;
    justify-content: space-evenly;
  }

  header nav ul a {
    font-size: 2rem !important;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(1) {
    gap: 0.5rem;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(1) h1 {
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(1) h2 {
    letter-spacing: 0.2rem;
    font-size: 2rem;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(2) {
    width: 70%;
    height: 90%;
    gap: 10rem;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(2) p {
    letter-spacing: 0.2rem;
    line-height: 2.7rem;
    font-size: 2rem;
    padding-top: 5rem;
  }
  #barbers .drop_side_wrapper1 .drop_side__container1 div:nth-child(2) button {
    height: 13%;
    width: 30%;
  }
  #barbers
    .drop_side_wrapper1
    .drop_side__container1
    div:nth-child(2)
    button
    a {
    font-size: 1.6rem;
  }
}

@media (min-width: 2560px) {
  .phone {
    font-size: 4rem;
    width: 90%;
    padding: 3rem;
    color: #cd0436;
  }
  .logo img {
    width: 50rem;
  }
  .header-wrapper-pc nav a {
    font-size: 4rem;
  }
  #programare-btn {
    font-size: 4rem;
    width: 50rem;
    height: 6rem;
  }
  .banner .logo-tags-wrapper .bottom-text h2,
  .banner .logo-tags-wrapper .bottom-text h3 {
    font-size: 5rem;
  }
}

@media (hover: none), (pointer: coarse) {
  .barber .name {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }
}
