@font-face {
  font-family: 'TrajanPro3Dev';
  src: url('fonts/TrajanPro3Regular.otf') format('opentype');
  font-display: swap;
}
 /* * {
  outline: 1px solid red; } */


html,body {
    -webkit-text-size-adjust: 100%;
    height: 100%;
    margin: 0; 
    padding: 0;
    position: relative;
    background-color: #000;
    overflow-x: hidden;
    font-family: 'TrajanPro3Dev', serif;
    
}
html, body, #fullpage {
  height: 100%;
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch; /* для плавности */
}

body {
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

.container{ 
  
   color: white;
   display: flex;
   flex-direction: column;
   align-items: center;
   position: relative;
}
section{
    font-size: 35px;
    text-align: center;
    color: white;
    font-weight: bold;
    
    
}

header {
    background-color: #4a0c10;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    
    top: 0;
    left: 0;
    z-index: 9999;
}
.scroll-section{ 
  width: 100%;
  height: 400px;
  background-image: url('img/ana-foto.jpeg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

::-webkit-scrollbar{
    display: none
}
.wow.fadeInLeft{
    display: none;
}

nav {
    margin: 0.231rem;
    position: relative;
    width: 500px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -6rem;
    top: -2rem;
    
   
}

nav a {
    position: relative;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 700;
    color: #c9c9c9;
    text-decoration: none;
    padding: 0 1.7em;
    z-index: 1;
    transition: color 0.3s ease, transform 0.3s ease;
    top: 2rem;
    left: 1.5rem;
    
}

nav a:hover {
    color: #ffffff;
    transform: scale(1.8); /* Yumuşak büyüme */
}

.jayden-section h2 {
    top: 0rem;
}
.jayden{

    font-size: 4rem;
    font-weight: 1000;
    position: relative;
    left: 1rem;
    top: 0rem;
    
    
}


.bx.bx-registered{
    font-size: 0.8rem;
    position: relative;
    right: 1.7rem;
    bottom: 3rem;
}
.login_button-main{
    position: relative;
    width: 100px;
    height: 95px; 
    z-index: 12;
   
}
.login_button-main{
    width: 1px;
    height: 1px;
    top: 0rem;
}
.login_button-main button{
    position: relative;
    width: 300px;
    height: 10vh;
    left: 1.5rem; 
    cursor: pointer;
    transform-origin: center;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 1;
    transform: scale(0.8);
    color: #ffffff;
    background-color: black;
    font-size: 1.2rem;
    font-weight: bold;
    overflow: hidden;
    z-index: 12;
    top: -3rem;
    
    
   
 
    
}
.button-main button:hover{
    background-color:#ffffff;
    color: #050801;
    box-shadow: 0 0 5px #ffffff,
                0 0 25px #ffffff,
                0 0 50px #ffffff,
                0 0 200px #ffffff;
-webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}/*#03e9f4)*/
.button-main button span {
    position: absolute;
    display: block;
}
.button-main button span:nth-child(1){
    top: 0; left:0;
    width: 100%;
    height: 1px;
    background: linear-gradient( 90deg, transparent,#ffffff);
    animation: animate1 1s infinite
}
@keyframes animate1{
    0% {
        left: -100%;
    }
    100%{
        left: 100%;
    }
}
.button-main button span:nth-child(2){
    top: -100%; right:0;
    width: 1px;
    height: 100%;
    background: linear-gradient( 180deg, transparent,#ffffff);
    animation: animate2 1s infinite;
    animation-delay: .25s;
}
@keyframes animate2{
    0%{
        top: -100%;
    }
    100%{
        top: 100%;
    }
}

.button-main button span:nth-child(3){
    bottom: 0; right:0;
    width: 100%;
    height: 1px;
    background: linear-gradient( 270deg, transparent,#ffffff);
    animation: animate3 1s infinite;
    animation-delay: .5s;
}
@keyframes animate3{
    0%{
        right: -100%;
    }
    100%{
        right: 100%;
    }
}

.button-main button span:nth-child(4){
    bottom: -100%; left:0;
    width: 1px;
    height: 100%;
    background: linear-gradient( 360deg, transparent,#ffffff);
    animation: animate4 1s infinite;
    animation-delay: .75s;
}
@keyframes animate4{
    0%{
        bottom: -100%;
    }
    100%{
        bottom: 100%;
    }
}
.login_button-main .button.show button{
    opacity: 1;
    transform: scale(1);
}

.login_button-main .button.show button{
    opacity: 1;
    transform: scale(1);
}

.content{
   
   
    font-size: 4rem;
    font-weight: 1000;
    position: relative;
    top: 5rem;
    z-index: 10;
    transition: transform 0.1s ease-out;
    right: 7rem;
}
.text-left{
    position:relative;
    left: 5rem;
    top: 5rem;
    transition: 0.8s;
    
}
.flag{
    position: relative;
    top: -0.4rem;
    left: 14rem;
}
.flag-1, .flag-2, .flag-3{
    font-size: 1.5rem;
    background-color: white;
    width: 50px;
    height: 50px;
    border: 2px solid;
    border-radius: 10px;   
    transition: transform 0.3s ease;
    transition: 0.5s;
 

    
}


.flag img {
    width: 25px;
    transition: transform 0.3s ease;
}
.flag img:hover{
    width: 30px;
    transition: transform 0.3s ease;
}
.flag-1:hover,
.flag-2:hover,
.flag-3:hover {
    transform: scale(1); 
    font-size: 2rem;
    background-color: black;
}



.social-icons-main{
    position: relative;
    top: -2.5rem;
    left: -24rem;
}


.social-icons-main a{
    position: relative;
    text-decoration: none;
    padding: 10px;
    padding-top: 1px;
    padding-left: 9px;
    padding-right: 9px;
    background-color: white;
    margin: 10px;
    border-radius: 20%;
    right: 8rem;
    top: 0.5rem;
    top: 2rem;
}
.social-icons-main a i{
    position: relative;
    font-size: 2rem;
    color: black;
    opacity: 0.9;
    top: 0.4rem;
    
}
.social-icons-main a:hover{
    background-color: #111;
    transition: 0.5s;
}
.social-icons-main a:hover i{
    color: white;
    transition: 0.5s;
}
.logo-wrapper{
    position: relative;
    display: flex;
    width: 400px;
    height: 35vh;
    z-index: 11;
    left: 44rem;
    top: 7rem;
    
  touch-action: manipulation;
}
   
.red-circle {
  position: absolute;
  top: 30px ;          /* отступ сверху, меняй как надо */
  left: 40.2px ;         /* отступ слева, меняй как надо */
  width: 320px ;       /* фиксированная ширина */
  height: 300px ;      /* фиксированная высота */
  background-color: red;
  border-radius: 50%;
  opacity: 1;         /* чтобы был виден */
  pointer-events: none;
  box-shadow:
    0 0 10px 2px rgba(255, 0, 0, 0.8),
    0 0 20px 6px rgba(255, 0, 0, 0.5),
    0 0 30px 12px rgba(255, 0, 0, 0.3);
  filter:
    drop-shadow(0 0 10px rgba(255, 0, 0, 0.8))
    drop-shadow(0 0 20px rgba(255, 0, 0, 0.5));
  transition: opacity 0.5s ease;
}

.red-circle-trail{
    position: absolute;
    top: 0; left: 0; right:0; bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
    opacity: 0.3;
    filter: blur(16px);
    pointer-events: none;
    z-index: 0;
    transition: transform 0.2s ease-out opacity 0.3s ease;
}
.logo-img{
    position: relative;
    display: block;
    width: 25vw;
    height: 35vh;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.3s ease;
    
}
@keyframes pulseGlowWhite {
  0% {
    box-shadow:
      0 0 10px 2px rgba(255, 255, 255, 0.5),
      0 0 20px 6px rgba(255, 255, 255, 0.3),
      0 0 30px 12px rgba(255, 255, 255, 0.2);
    filter:
      drop-shadow(0 0 8px rgba(255, 255, 255, 0.5))
      drop-shadow(0 0 15px rgba(255, 255, 255, 0.3));
    opacity: 0.6;
  }
  50% {
    box-shadow:
      0 0 15px 4px rgba(255, 255, 255, 0.9),
      0 0 30px 12px rgba(255, 255, 255, 0.7),
      0 0 40px 16px rgba(255, 255, 255, 0.5);
    filter:
      drop-shadow(0 0 12px rgba(255, 255, 255, 0.9))
      drop-shadow(0 0 25px rgba(255, 255, 255, 0.7));
    opacity: 1;
  }
  100% {
    box-shadow:
      0 0 10px 2px rgba(255, 255, 255, 0.5),
      0 0 20px 6px rgba(255, 255, 255, 0.3),
      0 0 30px 12px rgba(255, 255, 255, 0.2);
    filter:
      drop-shadow(0 0 8px rgba(255, 255, 255, 0.5))
      drop-shadow(0 0 15px rgba(255, 255, 255, 0.3));
    opacity: 0.6;
  }
}
.red-circle {
  opacity: 1;
  animation: pulseGlowWhite 3s ease-in-out infinite;
  background-color: white !important; /* если нужно */
}



.parallax-layer{
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
}
#parallax-text{
    color: white;
    font-size: 3rem;
    text-align: center;
    user-select: none;
    transition: transform 0.2s ease-out;
    transform-origin: center; 
    transform-origin: center;
    will-change: transform;
}

.img-section{
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    
    
}
.text-section{
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}
.text-wrapper{
  position: absolute;
  align-items: center;
  top: 18.3em;
  z-index: 10;
}
.text-wrapper p{
  font-size: 7rem;
  text-align: center;
  align-items: center;
  
  margin: 0;
  line-height: 0;
}
.text-wrapper h2 {
  font-size: 5rem;
  color: #ffffffcd;
 
}
.logo-wrapper,
.red-circle,
#parallax-text,
.red-circle-trail,
.logo-img {
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
  contain: layout style;
}

.scroll-section1{
  width: 100%;
  height: 100vh;
}
.img-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5.5rem;
    left: 0;
}

.img-box img {
    width: 100rem;         /* kutuya uyum sağla */
    height: 45rem;        /* orantıyı koru */
    object-fit: contain; /* taşıyorsa kırpma yapma */
}

    .tatto-info h2{
            position: relative;
            top: -0.5rem;
            font-size: 1.5rem;
    }


    .tatto-info p{
            position: relative;
            top: -1rem;
            font-size: 0.5rem;
    }
      .piercing-info h2{
            font-size: 0.6rem;
            position: relative;
            top: -3rem;
            left: 0;
        }
        .piercing-info p{
            font-size: 0.43rem;
            position: relative;
            top: -3rem;
            left: 0;
        }






#RegisterForm {
  position: fixed;
  top: 0;
  left: 3px;
  width:99.5vw;
  height: 99.3vh;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  scale: 0;
  transition: scale 0.3s ease;
  transform: none !important;
  border: 2px solid red;
}

.bx.bx-calendar-minus{
    position: relative;
    font-size: 4rem;
    top: -9.6rem;
    left: 43.3rem;
    cursor: pointer;
    color: red;
    
}

.btn{
    width: 300px;
    height: 50px;
}
.text-registration{
    position: relative;
    color: red;
    top: 5rem;
    left: 10rem;
    font-size: 3rem;
}
.form-box-registration form{
    position: relative;
    inset: 4px;
  
    padding: 10px 40px;
    border-radius: 8px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    
}

.input-box-contract label{
    color: white;
}
.input-photo input{
    position: relative;
    margin-top: 2rem;
    left:  0rem;
}
.form-box-registration form h2{
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1rem;
}
.form-box-registration .input-box{
    position: relative;
    width: 300px;
    margin-top: 35px;
    z-index: 2;
}
.form-box-registration form .input-box input,textarea{
    position: relative;
    width: 100%;
    padding: 30px 0px 10px;
    background: transparent;
    outline: none;
    border: none;
    box-shadow: none;
    color: #323132;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    transition: 0.5s;
    z-index: 2;
}
.vucut-bolumleri select{
    position: relative;
    font-size: 2rem;
    top: -35rem;
    left: 20rem; 
}

.form-box-registration .input-box span{
    position: absolute;
    left: 0;
    padding: 10px 0px 10px;
    pointer-events: none;
    background-color: transparent;
    color: #8f8f8f;
    letter-spacing: 0.05rem;
    transition: 0.5s;
    z-index: 1;
}

.form-box-registration form .input-box input:valid ~ span,
.form-box-registration form .input-box input:focus ~ span
{
    color: #fff;
    font-size: 0.75em;
    transform: translateY(-30px);
}
.form-box-registration form .input-box textarea:valid ~ span,
.form-box-registration form .input-box textarea:focus ~ span{
    color: #fff;
    font-size: 0.75em;
    transform: translateY(-30px);
}
.form-box-registration form .input-box i {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    transition: 0.5s;
    pointer-events: none;
}
.form-box-registration form .input-box input:valid ~ i,
.form-box-registration form .input-box input:focus ~ i,
.form-box-registration form .input-box textarea:valid ~ i,
.form-box-registration form .input-box textarea:focus ~ i
{
    height: 50px; 
}

.card-container{
  position: relative;
  display: flex;
  
  
}
.map-container{
  position: relative;
  display: flex;
}


.cards-section-h1 {
  
  font-size: clamp(1.8rem, 10vw, 2.6rem);
  padding-left: 35rem;
  background-image: linear-gradient(black,#424141,black);
  

}
.card-section-text1{
    position: relative;
    top: 8.5rem;
    left: 0.4rem;
    z-index: 10;
    margin: 7px;
    
   
    
    
    
}
.card-section-text2{
    position: relative;
    top: 8.5rem;
    left: 41.9rem;
    z-index: 10;
    margin: 7px;
    
  
    
}
.card-info1{
  position: relative;
  overflow: hidden;
  width: 600px;
  height: 26vh;
  border: 1px solid gray;
  border-radius: 10px;
  transition: 0.5s;
  top: 5rem;
  
}
.tel{
    position: relative;
    top: -30px;
}
.tel-num{
    position: relative;
    top: -70px;
}
.card-info2{
  position: relative;
  overflow: hidden;
  width: 600px;
  height: 26vh;
  border: 1px solid gray;
  border-radius: 10px;
  transition: 0.5s;
  top: 5rem;
   
 
  
}
.card-info1 :is(h2, h3, p, h4),
.card-info2 :is(h2, h3, p, h4) {
    font-size: 1rem;
}

.google-map1{
  position:absolute;
  align-items: center;
  display: flex;
  flex-direction: column;
  top: -2rem;
  
  
  margin: 7px;
  z-index: 13;
}
.google-map2{
  position:absolute;
  align-items: center;
  display: flex;
  flex-direction: column;
   top: -2rem;
  left: 80rem;
  margin: 7px;
  z-index: 13;
  
  
}
.google-map1  iframe{
  z-index: 10;
  overflow: hidden;
  width: 600px;
  height: 25vh;
  border: 1px solid gray;
  border-radius: 20px;
  transition: 0.5s;
  margin: 7px;
  
}
.google-map2  iframe{
  z-index: 10;
  overflow: hidden;
  width: 600px;
  height: 25vh;
  border: 1px solid gray;
  border-radius: 20px;
  transition: 0.5s;
  margin: 7px;
  
}
.photo{
    position: relative;
    width: 360px;
    height: 510px;
    overflow: hidden;
    display: flex;
    align-items:center;
    justify-content:center;
    border-radius:50px;
   
}

.salon-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.image-box{
    width: 260px;
    height: 310px;
    overflow: hidden;
    display: flex;
    align-items:center;
    justify-content:center;
    border-radius:50px;
}

.image-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-section{
    height: 100vh;
}

.container-slider{
    position: absolute;
    top: 3rem;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.slider{
    position: absolute;
    inset: 150px 200px 80px 80px;
    background: #000000;
    border-radius: 20px;
    top: 15rem;

    
    
    
    
}
.slider .slides{
    position: absolute;
    top: 30%;
    transform: translateX(220%);
    width: 240px;
    height: 320px;
    background: var(--img);
    background-size: cover;
    background-position: center;
    transition: 0.5s;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.5);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;


}

.slider .slides:nth-child(1),
.slider .slides:nth-child(2)
{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0);
}
.slider .slides:nth-child(3){
    left: calc(50% + 240px);
    background-size: cover; 
}
.slider .slides:nth-child(4){
    left: calc(50% + 500px);
    background-size: cover; 
}
.slider .slides:nth-child(5){
    left: calc(50% + 760px);
    background-size: cover; 
}
.slider .slides:nth-child(6){
    left: calc(50% + 1020px);
    background-size: cover;
    opacity: 0; 
}
.slider .slides:nth-child(7){
    left: calc(50% + 1280px); 
    background-size: cover;
    opacity: 0;
}

.slider .slides:nth-child(8){
    left: calc(50% + 1500px);
    background-size: cover;
    opacity: 0; 
}

.slider .slides:nth-child(9){
    left: calc(50% + 1760px);
    background-size: cover;
    opacity: 0; 
}

.slider .slides:nth-child(10){
    left: calc(50% + 1920px);
    background-size: cover;
    opacity: 0; 
}

.slider .slides:nth-child(11){
    left: calc(50% + 2160px);
    background-size: cover;
    opacity: 0; 
}

.slider .slides:nth-child(12){
    left: calc(50% + 2400px);
    background-size: cover;
    opacity: 0; 
}

.slider .slides:nth-child(13){
    left: calc(50% + 2640px);
    background-size: cover;
    opacity: 0; 
}

.slider .slides:nth-child(14){
    left: calc(50% + 2880px);
    background-size: cover;
    opacity: 0; 
}

.slider .slides:nth-child(15){
    left: calc(50% + 3120px);
    background-size: cover;
    opacity: 0; 
}

.slider .slides:nth-child(16){
    left: calc(50% + 3360px);
    background-size: cover;
    opacity: 0; 
}

.slider .slides:nth-child(17){
    left: calc(50% + 3500px);
    background-size: cover;
    opacity: 0; 
}

.slider .slides:nth-child(18){
    left: calc(50% + 3740px);
    background-size: cover;
    opacity: 0; 
}

.slider .slides:nth-child(19){
    left: calc(50% + 3980px);
    background-size: cover;
    opacity: 0; 
}

.slider .slides:nth-child(20){
    left: calc(50% + 4120px);
    background-size: cover;
    opacity: 0; 
}

.slider .slides:nth-child(21){
    left: calc(50% + 4360px);
    background-size: cover;
    opacity: 0; 
}

.slider .slides:nth-child(22){
    left: calc(50% + 4600px);
    background-size: cover;
    opacity: 0; 
}

.slider .slides:nth-child(23){
    left: calc(50% + 4840px);
    background-size: cover;
    opacity: 0; 
}

.slider .slides:nth-child(24){
    left: calc(50% + 5180px);
    background-size: cover;
    opacity: 0; 
}

.slider .slides:nth-child(25){
    left: calc(50% + 5300px);
    background-size: cover;
    opacity: 0; 
}

.slider .slides:nth-child(26){
    left: calc(50% + 5540px);
    background-size: cover;
    opacity: 0; 
}

.slider .slides:nth-child(27){
    left: calc(50% + 5780px);
    background-size: cover;
    opacity: 0; 
}

.slider .slides:nth-child(28){
    left: calc(50% + 6020px);
    background-size: cover;
    opacity: 0; 
}

.slider .slides:nth-child(29){
    left: calc(50% + 6260px);
    background-size: cover;
    opacity: 0; 
}
.buttons-slide{
    position: absolute;
    bottom: 55px;
    display: flex;
    gap: 20px;
   z-index: 99;
}
.buttons-slide span{
    position: relative;
    width: 50px;
    height: 50px;
    background: #111;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.buttons-slide span::before
{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    transform: rotate(315deg) translate(2px,2px);
}
.buttons-slide span:nth-child(2)::before
{
    transform: rotate(135deg) translate(2px,2px);
}
.buttons span:active{
    opacity: 0.5;
}

.content-slider{
    position: relative;
    padding: 0px;
    max-width: 600px;
    transition: 0.25s;
    transition-delay: 0s;
    transform: translateY(40px);
    z-index: 10000;
    opacity: 0;
}
.content-slider h2{
    position: relative;
    transform: translateX(1120px);
    top: 550px;
    color: rgb(255, 255, 255);
    font-size: 4rem;

}
.slider .slides:nth-child(1) .content-slider,
.slider .slides:nth-child(2) .content-slider
{
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.5s;
}



.slider-section-piercing{
    height: 100vh;
}

.container-slider-piercing{
    position: absolute;
    top: 3rem;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.slider-piercing{
    position: absolute;
    inset: 150px 200px 80px 80px;
    background: #000000;
    border-radius: 20px;
    top: 15rem;
    
    
}
.slider-piercing .slides-piercing{
    position: absolute;
    top: 30%;
    transform: translatex(220%);
    width: 240px;
    height: 320px;
    background: var(--img);
    background-size: cover;
    background-position: center;
    transition: 0.5s;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.5);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
    

}

.slider-piercing .slides-piercing:nth-child(1),
.slider-piercing .slides-piercing:nth-child(2)
{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0);
}
.slider-piercing .slides-piercing:nth-child(3){
    left: calc(50% + 240px);
    background-size: cover; 
}
.slider-piercing .slides-piercing:nth-child(4){
    left: calc(50% + 500px);
    background-size: cover; 
}
.slider-piercing .slides-piercing:nth-child(5){
    left: calc(50% + 760px);
    background-size: cover; 
}
.slider-piercing .slides-piercing:nth-child(6){
    left: calc(50% + 1020px);
    background-size: cover;
    opacity: 0; 
}
.slider-piercing .slides-piercing:nth-child(7){
    left: calc(50% + 1280px); 
    background-size: cover;
    opacity: 0;
}

.slider-piercing .slides-piercing:nth-child(8){
    left: calc(50% + 1500px);
    background-size: cover;
    opacity: 0; 
}

.slider-piercing .slides-piercing:nth-child(9){
    left: calc(50% + 1760px);
    background-size: cover;
    opacity: 0; 
}

.slider-piercing .slides-piercing:nth-child(10){
    left: calc(50% + 1920px);
    background-size: cover;
    opacity: 0; 
}

.slider-piercing .slides-piercing:nth-child(11){
    left: calc(50% + 2160px);
    background-size: cover;
    opacity: 0; 
}

.slider-piercing .slides-piercing:nth-child(12){
    left: calc(50% + 2400px);
    background-size: cover;
    opacity: 0; 
}

.slider-piercing .slides-piercing:nth-child(13){
    left: calc(50% + 2640px);
    background-size: cover;
    opacity: 0; 
}

.slider-piercing .slides-piercing:nth-child(14){
    left: calc(50% + 2880px);
    background-size: cover;
    opacity: 0; 
}

.slider-piercing .slides-piercing:nth-child(15){
    left: calc(50% + 3120px);
    background-size: cover;
    opacity: 0; 
}

.slider-piercing .slides-piercing:nth-child(16){
    left: calc(50% + 3360px);
    background-size: cover;
    opacity: 0; 
}

.slider-piercing .slides-piercing:nth-child(17){
    left: calc(50% + 3500px);
    background-size: cover;
    opacity: 0; 
}

.slider-piercing .slides-piercing:nth-child(18){
    left: calc(50% + 3740px);
    background-size: cover;
    opacity: 0; 
}

.slider-piercing .slides-piercing:nth-child(19){
    left: calc(50% + 3980px);
    background-size: cover;
    opacity: 0; 
}


.buttons-slide-piercing{
    position: absolute;
    bottom: 55px;
    display: flex;
    gap: 20px;
    z-index: 99;
}
.buttons-slide-piercing span{
    position: relative;
    width: 50px;
    height: 50px;
    background: #111;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.buttons-slide-piercing span::before
{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    transform: rotate(315deg) translate(2px,2px);
}
.buttons-slide-piercing span:nth-child(2)::before
{
    transform: rotate(135deg) translate(2px,2px);
}
.buttons-piercing span:active{
    opacity: 0.5;
}

.content-slider-piercing{
    position: relative;
    padding: 0px;
    max-width: 600px;
    transition: 0.25s;
    transition-delay: 0s;
    transform: translateY(40px);
    z-index: 10000;
    opacity: 0;
}
.content-slider-piercing h2{
    position: relative;
    transform: translateX(1120px);
    top: 550px;
    color: rgb(255, 255, 255);
    font-size: 4rem;
  
}
.slider-piercing .slides-piercing:nth-child(1) .content-slider-piercing,
.slider-piercing .slides-piercing:nth-child(2) .content-slider-piercing
{
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.5s;
}



.slider-section-studio{
    height: 100vh;
}

.container-slider-studio{
    position: absolute;
    top: 3rem;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.slider-studio{
    position: absolute;
    inset: 150px 200px 80px 80px;
    background: #000000;
    border-radius: 20px;
    top: 15rem;
    
    
}
.slider-studio .slides-studio{
    position: absolute;
    top: 30%;
    transform: translateX(220%);
    width: 240px;
    height: 320px;
    background: var(--img);
    background-size: cover;
    background-position: center;
    transition: 0.5s;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.5);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

.slider-studio .slides-studio:nth-child(1),
.slider-studio .slides-studio:nth-child(2)
{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0);
}
.slider-studio .slides-studio:nth-child(3){
    left: calc(50% + 240px);
    background-size: cover; 
}
.slider-studio .slides-studio:nth-child(4){
    left: calc(50% + 500px);
    background-size: cover; 
}
.slider-studio .slides-studio:nth-child(5){
    left: calc(50% + 760px);
    background-size: cover; 
}
.slider-studio .slides-studio:nth-child(6){
    left: calc(50% + 1020px);
    background-size: cover;
    opacity: 0; 
}

.slider-studio .slides-studio:nth-child(7){
    left: calc(50% + 1280px); 
    background-size: cover;
    opacity: 0;
}

.slider-studio .slides-studio:nth-child(8){
    left: calc(50% + 1500px);
    background-size: cover;
    opacity: 0; 
}

.slider-studio .slides-studio:nth-child(9){
    left: calc(50% + 1760px);
    background-size: cover;
    opacity: 0; 
}

.slider-studio .slides-studio:nth-child(10){
    left: calc(50% + 1920px);
    background-size: cover;
    opacity: 0; 
}

.slider-studio .slides-studio:nth-child(11){
    left: calc(50% + 2160px);
    background-size: cover;
    opacity: 0; 
}

.slider-studio .slides-studio:nth-child(12){
    left: calc(50% + 2400px);
    background-size: cover;
    opacity: 0; 
}

.slider-studio .slides-studio:nth-child(13){
    left: calc(50% + 2640px);
    background-size: cover;
    opacity: 0; 
}

.slider-studio .slides-studio:nth-child(14){
    left: calc(50% + 2880px);
    background-size: cover;
    opacity: 0; 
}

.slider-studio .slides-studio:nth-child(15){
    left: calc(50% + 3120px);
    background-size: cover;
    opacity: 0; 
}

.slider-studio .slides-studio:nth-child(16){
    left: calc(50% + 3360px);
    background-size: cover;
    opacity: 0; 
}

.buttons-slide-studio{
    position: absolute;
    bottom: 55px;
    display: flex;
    gap: 20px;
    z-index: 99;
}
.buttons-slide-studio span{
    position: relative;
    width: 50px;
    height: 50px;
    background: #111;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.buttons-slide-studio span::before
{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    transform: rotate(315deg) translate(2px,2px);
}
.buttons-slide-studio span:nth-child(2)::before
{
    transform: rotate(135deg) translate(2px,2px);
}
.buttons-studio span:active{
    opacity: 0.5;
}

.content-slider-studio{
    position: relative;
    padding: 0px;
    max-width: 600px;
    transition: 0.25s;
    transition-delay: 0s;
    transform: translateY(40px);
    z-index: 10000;
    opacity: 0;
}
.content-slider-studio h2{
    position: relative;
    transform: translateX(1220px);
    top: 550px;
    color: rgb(255, 255, 255);
    font-size: 4rem;
   
}
.slider-studio .slides-studio:nth-child(1) .content-slider-studio,
.slider-studio .slides-studio:nth-child(2) .content-slider-studio
{
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.5s;
}

.about-us-section{
    position: relative;
    display: flex;
    height: 100vh;
}
.about-us-img{
    position: relative;
    display: flex;
    
    top: 15rem;
    left: 50rem;
}
.about-us-img img{
    width: 15vw;
    height: 20vh;
    
}
.about-us-main-text{
    position: relative;
    display: flex;
    font-size: 4rem;
    top: 12rem;
    left: 45rem;
    
}

.about-us-text1{
    position: relative;
    display: flex;
    top: 6rem;
    left: 50rem;
    font-size: 2rem;

}
.about-us-textp1{
    position: relative;
    display: flex;
    top: 2rem;
    font-size: 1.5rem;
    
  
}
.about-us-text2{
    position: relative;
    display: flex;
    top: -1rem;
    left: 50rem;
    font-size: 2rem;
}
.about-us-textp2{
    position: relative;
    display: flex;
    top: -5rem;
    font-size: 1.5rem;
}
.about-us-section1{
    height: 100vh;
}
.about-us-text3{
    position: relative;
    display: flex;
    top: 3rem;
    left: 45rem;
    font-size: 3rem;
}
.about-us-textp3{
    position: relative;
    display: flex;
    top: 1rem;
    font-size: 2rem;
}
.footer-section{
    height: 100vh;
}
.site-footer {
  position: relative;
  background-color: #111;
  color: #eee;
  padding: 10px 0px;
  top: 13rem;
  text-align: center;
 
}

.footer-content {
  max-width: 2000px;
  margin: 0 auto;
}

.site-footer h2 {
  color: #fff;
  position: relative;
  top: -2.5rem;
}

.site-footer p {
   position: relative;
   top: -4.5rem;
}

.footer-links a {
  color: #eee;
  margin: 0 10px;
  text-decoration: none;
  font-size: 15px;
}

.footer-links a:hover {
  color: #fff;
}

.social-icons a {
  position: relative;
  color: #fff;
  margin: 0 10px;
  font-size: 24px;
  transition: color 0.3s ease;
  background-color: black;
  padding: 0.6em;
  border-radius: 50%;
  top: 10px;
 
}

.social-icons a:hover {
  color: #000000;
  background-color: white;
}

.footer-content .copyright {
  font-size: 13px;
  color: #888;
  
  line-height: 1.5;
  
}

/*Media*/

@media (max-width:767px){
    body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    
     .section {
    height: 100svh;
  }

 
.scroll-section {
    height: 100svh; /* mobilde yüksekliği ekran genişliğine göre ayarla */
    background-size: contain; /* fotoğrafın tamamı görünür */
    background-position:  center; /* yukarıdan başlasın */
  }



  .logo-wrapper {
  position: relative ;
  width: 30vw;
  height: 20vh;
  left: 2.4rem;
  top: -0.5em;
  }
  
  .logo-img{
    width: 45vw;
    height: 20vh;
    left: 7rem;
    top: 8.2rem;
  }
  .red-circle{
    width: 30vw;
    height: 30vw;
    left: 2.6em;
    top: 3em;
  }
  .red-circle-trail{
    display: none;
  }

   
   nav{
    position: relative;
    display: flex;
    width: 90vw;
    height: 8vw;
    left: -0.8rem;
    top: -4rem;
   }    
     nav a {
        padding: 0 1vw;
        font-size: 0.8rem;
    }
    nav a:hover {
    color: #ffffff;
    transform: scale(1.2); /* Yumuşak büyüme */
}
    nav a:nth-child(1):hover~span{
    left: 0;
    }
    nav a:nth-child(2):hover~span{
        left: 2.2em;
    }
    nav a:nth-child(3):hover~span{
        left: 4.9em;
        
    }
    nav a:nth-child(4):hover~span{
        left: 8.2em;
    }
    


    
    .header-text{
        position: relative;
        left: 100px;
    }
    .jayden{
        position: relative;
        top: 1.7rem; left: 0.2rem; right: 0; bottom: 0;
        font-size: 1rem;
        font-weight: 1000;
        
        

    }
    .bx.bx-registered{
        position: relative;
        font-size: 0.8rem;
        left: 2.1rem;
        bottom: 2rem;
    }

    .login_button-main{
        position: relative;
        width: 180px;
        height: 50px;

    }
    .button-main button{
        position: relative;
        width: 180px;
        height: 50px;
         top: 2.5em;
        left: -9.1em;
    
    }
    .flag{
    display: flex;
    position: relative;
    top: 3rem;
    left: -32rem;
}
.flag-1, .flag-2, .flag-3{
    background-color: rgb(0, 0, 0);
    width: 50px;
    height: 50px;
    border: 2px solid;
    border-radius: 10px;   
    transition: transform 0.3s ease;
    transition: 0.5s;
       display: flex;              
    justify-content: center;    
    align-items: center;        
    padding: 0;                 
    transition: transform 0.3s ease, background-color 0.3s ease;

    
}






    .social-icons-main{
        display: flex;
        position: relative;
        left: -9.9em;
        top: -1.7rem;
    }
    .social-icons-main a {
        padding: 0 0.2em;
        margin: 0.1em;
    }
 
  
    .content{
        position: relative;
        left: -1.25em;
        top: 1em;
        
        
        
    }
    .text-left{
        position: relative;
        
        font-size: 3.1rem;
        
    }
   
    
  
    
    .text-wrapper{
        position: relative;
        top: 0.5rem;
        z-index: 12;
    }
    .text-wrapper h2 {
        font-size: 0.8em;
    }

.img-box img {
    width: 35rem;         /* kutuya uyum sağla */
    height: auto;        /* orantıyı koru */
    object-fit: contain; /* taşıyorsa kırpma yapma */
}


    
    .tatto-info h2{
            position: relative;
            top: -0.5rem;
            font-size: 1.5rem;
    }


    .tatto-info p{
            position: relative;
            top: -2rem;
            font-size: 0.7rem;
    }
      .piercing-info h2{
            font-size: 0.6rem;
            position: relative;
            top: -11.9rem;
            left: 0;
        }
        .piercing-info p{
            font-size: 0.75rem;
            position: relative;
            top: -12.5rem;
            left: 0;
        }
    .card-info1{
    overflow: hidden;
    position: relative;
    width: 45vw;
    height: 20vh;
    border: 1px solid gray;
    border-radius: 10px;
    transition: 0.5s;    
    top: 5rem;
    right: 0rem;
    left: 0rem;
    
   
    }
    .card-info2{
    overflow: hidden;
    position: relative;
    width: 45vw;
    height: 20vh;
    border: 1px solid gray;
    border-radius: 10px;
    transition: 0.5s;
    top: 5rem;
    right: 41rem;
    
    
    }
    .card-info1 :is(h2, h3, p, h4),
    .card-info2 :is(h2, h3, p, h4) {
    font-size: 0.5rem;
}

    .google-map1{
        position: absolute;
        top: -0.8em;
    }
    .google-map2{
        position: absolute;
        top: -0.8em;
    }
    .google-map1  iframe{
    z-index: 10;
    overflow: hidden;
    width: 40vw;
    height: 25svh;
    border: 1px solid gray;
    border-radius: 20px;
    transition: 0.5s;
    

    left: 0.3em;
    position: relative;
    
   
    }
    .google-map2  iframe{
    
    z-index: 10;
    overflow: hidden;
    width: 40vw;
    height: 25svh;
    border: 1px solid gray;
    border-radius: 20px;
    transition: 0.5s;
    
    right: 66rem;
    position: relative;
    
    }
#RegisterForm {
  position: fixed;
  top: 0;
  left: 3px;
  width:98vw;
  height: 99.3vh;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  scale: 0;
  transition: scale 0.3s ease;
  transform: none !important;
  border: 2px solid red;
}
.text-registration{
    left: 0em;
    top:  1.6em;
    font-size: 2.5rem;
    color: red;
}
.input-box{
    top: -4.5em;
}
.input-photo{
    position: relative;
    top: -3rem;
}
.btn{
    position: relative;
    top: -7.6rem;
}
.input-box-contract{
    position: relative;
    top: -6rem;
    font-size: 0.6rem;
}
.bx.bx-calendar-minus{
    position: relative;
    top: -0.5em;
    left: 4.4em;
}
.vucut-bolumleri select{
    top: -6em;
    font-size: 1rem;
    left: 0;
    width: 55vw;
    height: 4vh;
}

.container-slider {
  position: relative;
  width: 100%;
  max-width: 600px; /* или другая максимальная ширина */
  margin: 0 auto;
}

.slider {
  height: 10svh;
  max-height: 600px;
  min-height: 300px;
  width: 80vw;
  max-width: 300px;
  min-width: 150px;
  top: 6.5em;
  left: 1em;
  background: #ccc;
  border-radius: 20px;
}
.slider .slides{
    width: 100px;
    height:  100px;
    top: initial;
    transform: translateX(0%);
    bottom: -170px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    background-size: cover;
    
}
.slider .slides:nth-child(1),
.slider .slides:nth-child(2)
{
    top: initial;
    bottom: 0px;
}
.slider .slides:nth-child(3)
{
    left: 0;
}
.slider .slides:nth-child(4)
{
    left: 120px;
}
.slider .slides:nth-child(5)
{
    left: 240px;
}
.slider .slides:nth-child(6)
{
    left: 360px;
}
.content-slider h2{
    position: relative;
    transform: translateX(0) translateY(0);
    top: 10em;
    left: 2.8em;
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
    background: none;
    backdrop-filter: none;
    border-radius: 0px; 
     -webkit-backdrop-filter: none;
      padding: 0px 0px; 
    
}


.container-slider-piercing{
  position: relative;
  width: 100%;
  max-width: 600px; /* или другая максимальная ширина */
  margin: 0 auto;
}
.slider-piercing{
 height: 10svh;
  max-height: 600px;
  min-height: 300px;
  width: 80vw;
  max-width: 300px;
  min-width: 150px;
  top: 7.5em !important;
  left: 1em;
  background: #ccc;
  border-radius: 20px;
}
.slider-piercing .slides-piercing{
    width: 100px;
    height:  100px;
    transform: translateX(0%);
    top: initial;
    bottom: -100px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    background-size: cover;
}
.slider-piercing .slides-piercing:nth-child(1),
.slider-piercing .slides-piercing:nth-child(2)
{
    top: initial;
    bottom: 0px;
}
.slider-piercing .slides-piercing:nth-child(3)
{
    left: 0;
}
.slider-piercing .slides-piercing:nth-child(4)
{
    left: 120px;
}
.slider-piercing .slides-piercing:nth-child(5)
{
    left: 240px;
}
.slider-piercing .slides-piercing:nth-child(6)
{
    left: 360px;
}
.content-slider-piercing h2{
    position: relative;
    transform: translateX(0) translateY(0);
    top: 10em;
    left: 2.8em;
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
    background: none;
    backdrop-filter: none;
    border-radius: 0px; 
     -webkit-backdrop-filter: none;
      padding: 0px 0px; 
}

.container-slider-studio{
  position: relative;
  width: 100%;
  max-width: 600px; /* или другая максимальная ширина */
  margin: 0 auto;
}

.slider-studio{
  height: 10svh;
  max-height: 600px;
  min-height: 300px;
  width: 80vw;
  max-width: 300px;
  min-width: 150px;
  top: 6.5em;
  left: 1em;
  background: #ccc;
  border-radius: 20px;
}
.slider-studio .slides-studio{
    width: 100px;
    height:  100px;
    transform: translateX(0%);
    top: initial;
    bottom: -170px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    background-size: cover;
}
.slider-studio .slides-studio:nth-child(1),
.slider-studio .slides-studio:nth-child(2)
{
    top: initial;
    bottom: 0px;
}
.slider-studio .slides-studio:nth-child(3)
{
    left: 0;
}
.slider-studio .slides-studio:nth-child(4)
{
    left: 120px;
}
.slider-studio .slides-studio:nth-child(5)
{
    left: 240px;
}
.slider-studio .slides-studio:nth-child(6)
{
    left: 360px;
}
.content-slider-studio h2{
    position: relative;
    transform: translateX(0) translateY(0);
    top: 10em;
    left: 1.2em;
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
    background: none;
    backdrop-filter: none;
    border-radius: 0px; 
     -webkit-backdrop-filter: none;
      padding: 0px 0px; 
}
.buttons-slide, .buttons-slide-piercing, .buttons-slide-studio{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 7em;
    right: 0em;
}
.about-us-img{
    top: 3.8em;
    left: 4em;
    position: relative;
    
}
.about-us-img img{
    width: 30vw;
    height: 16svh;
    position: relative;
}
.about-us-main-text{
  position: relative;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 2.7em;
  left: 0em ;
    
}
.about-us-text1{
    font-size: 1rem;
    top: 5em;
    left: 8rem;
    position: relative;
  
}
.about-us-textp1{
    font-size: 0.6rem;
    top: 3rem;
    position: relative;
    
}
.about-us-text2{
    font-size: 1rem;
    top: 2rem;
    left: 7em;
    position: relative;
}
.about-us-textp2{
    font-size: 0.6rem;
    top: 1em;
    position: relative;
}

.about-us-text3{
    position: relative;
    font-size: 1rem;
    top: 2em;
    left: 8em;
    position: relative;
}
.about-us-textp3{
      position: relative;
      top: 1rem;
      font-size: 0.6rem;
}
.site-footer{
    top: 14rem;
}
.footer-content h2{
    font-size: 2.4rem;
}

.footer-content p{
    font-size: 1rem;
}
.footer-content .copyright{
    font-size: 0.8rem;
    
}
}
@media (min-width: 414px ) and (max-width: 420px){
    .slider,.slider-piercing,.slider-studio{
        top: 10rem;
    }
    .logo-wrapper{
        top: 7rem;
        left: 8rem;
    }
    .logo-img{
        position: relative;
        top: 0;
        left: 0rem;
    }
    .red-circle{
        top: 0.8rem;
        left: 0.7rem;
    }
}


@media (min-width: 768px ) and (max-width: 1366px){
       body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    
     .section {
    height: 100svh;
  }



  .logo-wrapper {
  position: relative ;
  width: 30vw;
  height: 20vh;
  left: 1rem;
  top: 1.5em;
  }

  .red-circle{
    width: 58vw;
    height: 60vw;
    left: 1.7em;
    top: 0.5em;
  }
  .red-circle-trail{
    display: none;
  }

   
   nav{
    position: relative;
    display: flex;
    width: 90vw;
    height: 6vw;
    left: 0rem;
    top: -2.5rem;
   }    
     nav a {
        padding: 0 3vw;
        font-size: 1rem;
    }
    nav a:nth-child(1):hover~span{
    left: 0;
    }
    nav a:nth-child(2):hover~span{
        left: 5.2em;
    }
    nav a:nth-child(3):hover~span{
        left: 11em;
        
    }
    nav a:nth-child(4):hover~span{
        left: 16.7em;
    }
    


    
    .header-text{
        position: relative;
        left: 100px;
    }
    .jayden{
        position: relative;
        top: 0rem; left: 1rem; right: 0; bottom: 0;
        font-size: 1.2rem;
        font-weight: 1000;

    }
    .bx.bx-registered{
        position: relative;
        font-size: 1rem;
        left: 2.8rem;
        bottom: 5.3rem;
    }

       .login_button-main{
        position: relative;
        top: 0.4em;
        left: -0.5em;
    }
    .button-main button{
        position: relative;
        width: 180px;
        height: 50px;
    
    }
    .social-icons-main{
        display: flex;
        position: relative;
        left: 0em;
        top: 1.2rem;
    }
    .flag{
        display: flex;
        left: -12rem;
        top: 3.3rem;
    }
    .social-icons-main a {
        padding: 0 0.2em;
        margin: 0.1.5em;
    }
 
  
    .content{
        position: relative;
        left: -1.25em;
        top: 1em;
        
        
        
    }
    .text-left{
        position: relative;
        top: 4rem;
        font-size: 5rem;
        
    }
   
    
    .logo-wrapper{
        top: 0rem;
        left: 10rem;
    }
    .logo-img{
        width: 400px;
        height: 400px;
        left: 2rem;
        top: -2rem;
    }
    
    .red-circle{
        width: 300px;
        height: 300px;
       
    }
    .text-wrapper{
        position: relative;
        top: -8rem;
        z-index: 12;
    }
    .text-wrapper h2 {
        font-size: 0.8em;
    }
    

    .img-box img{
        width: 55rem;
    }
    .tatto-info h2{
        top: -5rem;
    }
    .tatto-info p{
        top: -5rem;
    }
    .piercing-info h2{
        top: -4rem;
    }
    
    .piercing-info p{
        top: -4rem;
    }
    .img-container{
        width: 92vw;
        left: 1rem;
        z-index: 11;
    }
    
    .card-info1{
    overflow: hidden;
    position: relative;
    width: 45vw;
    height: 20vh;
    border: 1px solid gray;
    border-radius: 10px;
    transition: 0.5s;    
    top: 8rem;
    right: 0rem;
    left: 0rem;
    font-size: 0.48rem;
   
    }
    .card-info2{
    overflow: hidden;
    position: relative;
    width: 45vw;
    height: 20vh;
    border: 1px solid gray;
    border-radius: 10px;
    transition: 0.5s;
    top: 8rem;
    right: 41rem;
    font-size: 0.48rem;
    
    }
    .google-map1{
        position: absolute;
        top: -3em;
    }
    .google-map2{
        position: absolute;
        top: -3em;
    }
    .google-map1  iframe{
    z-index: 10;
    overflow: hidden;
    width: 40vw;
    height: 30svh;
    border: 1px solid gray;
    border-radius: 20px;
    transition: 0.5s;
    

    left: 0.3em;
    position: relative;
    
   
    }
    .google-map2  iframe{
    
    z-index: 10;
    overflow: hidden;
    width: 40vw;
    height: 30svh;
    border: 1px solid gray;
    border-radius: 20px;
    transition: 0.5s;
    
    right: 56rem;
    position: relative;
    
    }
#RegisterForm {
  position: fixed;
  top: 0;
  left: 3px;
  width:98vw;
  height: 99.3vh;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  scale: 0;
  transition: scale 0.3s ease;
  transform: none !important;
  border: 2px solid red;
}
.text-registration{
    left: 0em;
    top:  1.6em;
    font-size: 2.5rem;
    color: red;
}
.input-box{
    top: -4.5em;
}
.input-photo{
    position: relative;
    top: -3rem;
}
.btn{
    position: relative;
    top: -7.6rem;
}
.input-box-contract{
    position: relative;
    top: -6rem;
    font-size: 0.6rem;
}
.bx.bx-calendar-minus{
    position: relative;
    top: -0.5em;
    left: 4.4em;
}
.vucut-bolumleri select{
    top: -6em;
    font-size: 1rem;
    left: 0;
    width: 55vw;
    height: 4vh;
}

.container-slider {
  position: relative;
  width: 100%;
  max-width: 600px; /* или другая максимальная ширина */
  margin: 0 auto;
}

.slider {
  height: 20svh;
  max-height: 800px;
  min-height: 500px;
  width: 80vw;
  max-width: 500px;
  min-width: 350px;
  top: 5em;
  left: 1em;
  background: #ccc;
  border-radius: 20px;
}
.slider .slides{
    width: 100px;
    height:  100px;
    top: initial;
    bottom: -170px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    background-size: cover;
    transform: translateX(0%);
}
.slider .slides:nth-child(1),
.slider .slides:nth-child(2)
{
    top: initial;
    bottom: 0px;
}
.slider .slides:nth-child(3)
{
    left: 0;
}
.slider .slides:nth-child(4)
{
    left: 120px;
}
.slider .slides:nth-child(5)
{
    left: 240px;
}
.slider .slides:nth-child(6)
{
    left: 360px;
}
.content-slider h2{
    position: relative;
    transform: translateX(0) translateY(0);
    top: 18em;
    left: 6.5em;
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
    
    
}


.container-slider-piercing{
  position: relative;
  width: 100%;
  max-width: 600px; /* или другая максимальная ширина */
  margin: 0 auto;
}
.slider-piercing{
  height: 20svh;
  max-height: 800px;
  min-height: 500px;
  width: 80vw;
  max-width: 500px;
  min-width: 350px;
  top: 5em;
  left: 1em;
  background: #ccc;
  border-radius: 20px;
}
.slider-piercing .slides-piercing{
    width: 100px;
    height:  100px;
    top: initial;
    bottom: -170px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    background-size: cover;
    transform: translateX(0%);
}
.slider-piercing .slides-piercing:nth-child(1),
.slider-piercing .slides-piercing:nth-child(2)
{
    top: initial;
    bottom: 0px;
}
.slider-piercing .slides-piercing:nth-child(3)
{
    left: 0;
}
.slider-piercing .slides-piercing:nth-child(4)
{
    left: 120px;
}
.slider-piercing .slides-piercing:nth-child(5)
{
    left: 240px;
}
.slider-piercing .slides-piercing:nth-child(6)
{
    left: 360px;
}
.content-slider-piercing h2{
    position: relative;
    transform: translateX(0) translateY(0);
    top: 18em;
    left: 6.5em;
    color: rgb(255, 255, 255);
    font-size: 1.5rem
}

.container-slider-studio{
  position: relative;
  width: 100%;
  max-width: 600px; /* или другая максимальная ширина */
  margin: 0 auto;
}

.slider-studio{
  height: 20svh;
  max-height: 800px;
  min-height: 500px;
  width: 80vw;
  max-width: 500px;
  min-width: 350px;
  top: 5em;
  left: 1em;
  background: #ccc;
  border-radius: 20px;
}
.slider-studio .slides-studio{
    width: 100px;
    height:  100px;
    top: initial;
    bottom: -170px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    background-size: cover;
    transform: translateX(0%);
}
.slider-studio .slides-studio:nth-child(1),
.slider-studio .slides-studio:nth-child(2)
{
    top: initial;
    bottom: 0px;
}
.slider-studio .slides-studio:nth-child(3)
{
    left: 0;
}
.slider-studio .slides-studio:nth-child(4)
{
    left: 120px;
}
.slider-studio .slides-studio:nth-child(5)
{
    left: 240px;
}
.slider-studio .slides-studio:nth-child(6)
{
    left: 360px;
}
.content-slider-studio h2{
    position: relative;
    transform: translateX(0) translateY(0);
    top: 18em;
    left: 5.5em;
    color: rgb(255, 255, 255);
    font-size: 1.5rem
}
.buttons-slide, .buttons-slide-piercing, .buttons-slide-studio{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 9em;
    right: 1em;
}
.about-us-img{
    top: 0em;
    left: 7em;
    position: relative;
    
}
.about-us-img img{
    width: 40vw;
    height: 25svh;
    position: relative;
}
.about-us-main-text{
  position: relative;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0em;
  left: 1em ;
    
}
.about-us-text1{
    font-size: 1rem;
    top: 0em;
    left: 22rem;
    position: relative;
  
}
.about-us-textp1{
    font-size: 0.8rem;
    top: 0rem;
    position: relative;
    
}
.about-us-text2{
    font-size: 1rem;
    top: -1em;
    left: 22em;
    position: relative;
}
.about-us-textp2{
    font-size: 0.8rem;
    top: -2em;
    position: relative;
}

.about-us-text3{
    position: relative;
    font-size: 1rem;
    top: 2em;
    left: 22em;
    position: relative;
}
.about-us-textp3{
      position: relative;
      top: 1rem;
      font-size: 0.8rem;
}
.site-footer{
    height: 25svh;
    top: 8em;
}
.footer-content h2{
    font-size: 2.4rem;
}

.footer-content p{
    font-size: 1rem;
}
.footer-content .copyright{
    font-size: 0.8rem;
    
}    

}
@media (min-width: 1024px ) and (max-width: 1110px){
    nav{
    position: relative;
    display: flex;
    width: 50vw;
    height: 4vw;
    left: -2rem;
    top: -1.5rem;
   }    
     nav a {
        padding: 0 2.9vw;
        font-size: 0.8rem;
    }

    nav a:nth-child(1):hover~span{
    left: 0;
    }
    nav a:nth-child(2):hover~span{
        left: 3.7em !important ;
    }
    nav a:nth-child(3):hover~span{
        left: 7.5em !important ;
        
    }
    nav a:nth-child(4):hover~span{
        left: 12em !important;
    }
    .social-icons-main{
        top: 0.3em !important;
    }
    
    .jayden{
        position: relative;
        top: 1.4rem !important; left: 0.1rem; right: 0; bottom: 0;
        font-size: 1.2rem;
        font-weight: 1000;

    }
     .bx.bx-registered{
        position: relative;
        font-size: 1rem;
        left: 7rem;
        bottom: 2.6rem;
    }
    .flag{
        top: 2.8rem;
        left: -10rem;
    }
    .social-icons-main  {
        left: -2rem;
    
    }
    .social-icons-main a {
        top: -0.5rem;

    }
    .login_button-main{
        top: 1.5rem;
        left: 5rem;
    }
    
   
    .logo-wrapper{
        top: 3rem;
        left: 17rem !important;
    }
        
   body .text-left { top: 10rem !important; } 
    .slider, .slider-piercing, .slider-studio {
        position: absolute;
        inset: 100px 40px 100px 40px;
    }
   body .buttons-slide, .buttons-slide-piercing, .buttons-slide-studio{
        top: 2.5rem !important; 
    }
    
     .about-us-img img{
        width: 30vw;
        height: 20vh;
     }
    .about-us-img{
        left: 9em;
        top: -2em !important;
    }
    .about-us-main-text{
        top: 0em !important;
        left: -1em;
    }
    .about-us-text1{
        top: -3em !important;
    }
    .about-us-textp1{
        top: -6em;
    }
    .about-us-text2{
        top: -6em;
    }
    
    .about-us-textp2{
        top: -10em;
    }

    .google-map1{
        top: -5em !important;
    }
    .google-map2{
        top: -5em !important;
    }
    .google-map2 iframe{
        right: 48rem !important;
    }
    .card-info1{
        top: 20em !important;    
    }
    
    .card-info2{
        top: 20em !important;
    }
    .site-footer{
        top: 10.2em !important;
    }

}
@media (min-width: 1024px ) and (max-height: 768px){
    .logo-wrapper{
        position: relative;
        top: 2rem !important;
        left: 0;
    }
    .tatto-info h2{
        top: -10rem;
    }
    
    .tatto-info p{
        top: -10rem;
    }
    .slider{
        top: 6.5rem;
    }
    
    .slider-piercing{
        top: 6.5rem;
    }
    
    .slider-studio{
        top: 6.5rem;
    }
    .slider .slides{
        top: 32rem;
    }
     .slider-piercing .slides-piercing{
        top: 32rem;
    }
     .slider-studio .slides-studio{
        top: 32rem;
    }
   .buttons-slide {
        padding-top: 33rem !important;
    }
    
   .buttons-slide-piercing {
        padding-top: 33rem !important;
    }
    
   .buttons-slide-studio {
        padding-top: 33rem !important;
    }
    .about-us-img{
        top: 1rem !important;
        left: 22rem;
    }
    .about-us-img img{
        width: 20vw;
        height: 20vh;
    }
    .google-map1{
        top: -6rem !important;
    }
    .google-map2{
        top: -6rem !important;
    }
    .card-info1{
        top: 1rem !important;
    }
    
    .card-info2{
        top: 1rem !important;
    }
    .site-footer{
        top: 12rem !important;
    }

}
@media (min-width: 1180px ) and (max-height: 820px){
    .social-icons-main{
        top: -0rem !important;
    }
    .flag{
        top: 2rem ;
    }
    .button-main button{
        left: 3rem;
    }
    .tatto-info h2{
        top: -10rem;
    }
    
    .tatto-info p{
        top: -10rem;
    }
     .slider .slides{
        top: 32rem;
    }
     .slider-piercing .slides-piercing{
        top: 32rem;
    }
     .slider-studio .slides-studio{
        top: 32rem;
    }
     .buttons-slide {
        top: 17rem !important;
    }
    
   .buttons-slide-piercing {
        top: 17rem !important;
    }
    
   .buttons-slide-studio {
        top: 17rem !important;
    }

}
@media (min-width: 1360px ) and (max-height: 1024px){
    .about-us-img{
        top: 0;
        left: 33rem !important;
    }
    .about-us-img img{
        width: 20vw;
        height: 20vh;
    }
    .google-map1{
        top: -7rem !important;
    }
    .google-map2{
        top: -7rem !important;
    }

}
@media (min-width: 820px ) and (max-width: 1180px){

    nav a:nth-child(1):hover~span{
    left: 0;
    }
    nav a:nth-child(2):hover~span{
        left: 5.7em;
    }
    nav a:nth-child(3):hover~span{
        left: 11.8em;
        
    }
    nav a:nth-child(4):hover~span{
        left: 18em;
    }
    .logo-wrapper{
        top: -3rem;
        left: 10rem;
    }
        
    .text-left{
        top: 0;
    }    
    .buttons-slide, .buttons-slide-piercing, .buttons-slide-studio{
        top: 7em;
    }
    .about-us-img{
        top: -1em;
    }
    .about-us-main-text{
        top: -1em;
    }
    .about-us-text1{
        top: -4em;
    }
    .about-us-textp1{
        top: -6em;
    }
    .about-us-text2{
        top: -6em;
    }
    
    .about-us-textp2{
        top: -10em;
    }

    .google-map1{
        top: -5em;
    }
    .google-map2{
        top: -5em;
    }
    .google-map2 iframe{
        right: 54rem;
    }
    .card-info1{
        top: 8em;   
    }
    
    .card-info2{
        top: 8em;
    }
    .site-footer{
        top: 8.8em;
    }

}
@media (min-width: 1180px ) and (max-width: 1300px){
     nav{
        width: 55vw;
        height: 5vh;
    }
        nav a {
        padding: 0 3.3em;
    }
    
    nav a:nth-child(1):hover~span{
    left: 0;
    }
    nav a:nth-child(2):hover~span{
        left: 5.3em;
    }
    nav a:nth-child(3):hover~span{
        left: 10.2em;
        
    }
    nav a:nth-child(4):hover~span{
        left: 15.3em;
    }
    .logo-wrapper{
        top: -2rem;
        left: 23rem;
    }
    .text-left{
        top: 5rem;
    }
     .bx.bx-registered{
        top: -0.8rem;
        left: -0.5rem;
    }
      .social-icons-main{
        left: -17.1em;
        top: 0.6rem;
    }
    .slider, .slider-piercing, .slider-studio{
        top: 7rem;
    }
    .buttons-slide, .buttons-slide-piercing, .buttons-slide-studio{
        top: 10.5em;
    }
      .about-us-img{
        width: 20vw;
        top: 1em;
        left: 13em;
    }
    .about-us-main-text{
        top: 1em;
        left: 0em;
    }
    .about-us-text1{
        top: 1em;
        left: 33em;
    }
    .about-us-textp1{
        top: -1em;
    }
    .about-us-text2{
        top: 1em;
        left: 33em;
    }
     
    .about-us-textp2{
        top: -1em;
    }

    .about-us-text3{
        top: -12em;
        left: 33em;
    }
    .about-us-textp3{
        top: -15em;
        
    }
     .google-map1,.google-map2{
        top: -2.5em;
    }
    .google-map2 iframe{
        right: 42rem;
    }
    .card-info1, .card-info2{
        font-size: 1rem;
        top: 5em;
        height: 30vh;
    }
     .site-footer{
        top: 7em;
    }
    
    }
@media (min-width: 1366px ) and (max-width: 1400px){
    nav{
        width: 55vw;
        height: 3vh;
        left: 0;
        top: -1.5rem;
    }
    .logo-wrapper{
        top: -1rem;
        left: 25rem;
    }
     .logo-img{
        width: 500px;
        height: 370px;
           
    }
    nav a {
        padding: 0 4.3em;
    } 
    nav a:nth-child(1):hover~span{
    left: 0;
    }
    nav a:nth-child(2):hover~span{
        left: 5.9em;
    }
    nav a:nth-child(3):hover~span{
        left: 12.2em;
        
    }
    nav a:nth-child(4):hover~span{
        left: 18.3em;
    }
    .jayden{
        font-size: 1rem;
        top: -1.4rem;
    }
    .bx.bx-registered{
        top: -0.8rem;
        left: -0.5rem;
    }
      .social-icons-main{
        left: -17.1em;
        top: 0.6rem;
    }
   
    .text-left{
        top: 5rem;
    }
    .text-wrapper{
        top: -5rem;
    }
    .img-container{
        top: -5rem;
    }
    .buttons-slide, .buttons-slide-piercing, .buttons-slide-studio{
        top: 10em;
    }
    
    .about-us-img{
        width: 30vw;
        top: 0em;
        left: 13em;
    }
    .about-us-main-text{
        top: 0em;
        left: 0em;
    }
    .about-us-text1{
        top: -1em;
        left: 36em;
    }
    .about-us-textp1{
        top: -1em;
    }
    .about-us-text2{
        top: -1em;
        left: 35em;
    }
     
    .about-us-textp2{
        top: -1em;
    }

    .about-us-text3{
        top: -12em;
        left: 35em;
    }
    .about-us-textp3{
        top: -15em;
        
    }
    .google-map1,.google-map2{
        top: -2.2em;
    }
    .google-map2 iframe{
        right: 38rem;
    }
    .card-info1, .card-info2{
        font-size: 1rem;
        top: 5em;
        height: 30vh;
    }
    .site-footer{
        top: 7em;
    }
}
@media (min-width: 912px ) and (max-width: 1023px){
     .logo-wrapper{
        top: -5rem;
        left: 14rem;
    }
    nav{
        height: 3vh;
    }
    nav a {
        padding: 0 2em;
    } 
    nav a:nth-child(1):hover~span{
    left: 0;
    }
    nav a:nth-child(2):hover~span{
        left: 7em;
    }
    nav a:nth-child(3):hover~span{
        left: 13.5em;
        
    }
    nav a:nth-child(4):hover~span{
        left: 20.5em;
    }
    .text-left{
        top: -6rem;
    }
    .text-wrapper{
        top: -5rem;
    }
    .img-container{
        top: -5rem;
    }
    
    .buttons-slide, .buttons-slide-piercing, .buttons-slide-studio{
        top: 4.5em;
    }
    .about-us-img{
        top: -8rem;
        left: 23rem;
    }
    .about-us-img img{
        width: 20vw;
        height: 12vh;
    }
    .about-us-main-text{
        top: -9rem;
    }
    .about-us-text1{
        top: -12rem;
        left: 26rem;
    }
    
    .about-us-textp1{
        top: -14rem;
    }
    
    .about-us-text2{
        top: -14rem;
        left: 26rem;
    }
    
    .about-us-textp2{
        top: -16rem;
    }
      .about-us-text3{
        top: -14rem;
        left: 26rem;
    }
    
    .about-us-textp3{
        top: -16rem;
    }
    .google-map1,.google-map2{
        top: -1.5em;
    }
    .google-map1 iframe{
        height: 25vh;
    }
    .google-map2 iframe{
        right: 51rem;
         height: 25vh;
    }
    .card-info1, .card-info2{
        top: 13rem;
    }
    .site-footer{
        top: 11em;
    }
}
@media (min-width: 853px ) and (max-width: 900px){
    nav{
        height: 3.6vh;
    }
    nav a {
        padding: 0 4.5em;
    }
    nav a:nth-child(3):hover~span{
        left: 12.4em;
        
    }
    nav a:nth-child(4):hover~span{
        left: 19em;
    }
    .logo-wrapper{
        top: -10rem;
    }
    .text-left{
        top: -8rem;
    }
    .text-wrapper{
        top: -5rem;
    }
    .img-container{
        top: -5rem;
    }
    .buttons-slide, .buttons-slide-piercing, .buttons-slide-studio{
        top: 5.5em;
    }
    
    .about-us-img{
        top: -3em;
        left: 10em;
    }
    .about-us-img img{
        width: 20vw;
        height: 12vh;
    }
    .about-us-main-text{
        top: -3em;
        left: 1em;
    }
    .about-us-text1{
        top: -10em;
        left: 25em;
    }
    .about-us-textp1{
        top: -14em;
    }
    .about-us-text2{
        top: -12em;
        left: 24em;
    }
     
    .about-us-textp2{
        top: -17em;
    }

    .about-us-text3{
        top: -12em;
        left: 23em;
    }
    .about-us-textp3{
        top: -15em;
        
    }
    .google-map1,.google-map2{
        top: -4em;
    }
    .google-map2 iframe{
        right: 53rem;
    }
    .card-info1, .card-info2{
        top: 20.5em;
        height: 16vh;
    }
    .site-footer{
        top: 10.4em;
    }
}
@media (min-width: 540px ) and (max-width: 600px){
    nav{
        height: 5vh;
        top: -3rem;
        left: 0rem;
    }
     .social-icons-main{
        display: flex;
        position: relative;
        left: -5.8em;
        top: 1.2rem;
    }
    .social-icons-main a {
        padding: 0 0.2em;
        margin: 0.1.5em;
    }
    .login_button-main{
        top: -4rem;
        left: 5.2em;
    }
    .logo-wrapper{
        top: -2rem;
        left: 4rem;
    }
    .logo-img{

    }
    .red-circle{
        width: 20vw;
        height: 15vh;
    }
    .slider{
        top: 10rem;
        left: 5rem;
    }
    .slider-piercing{
        top: 10rem;
        left: 5rem;
    }
    .slider-studio{
        top: 10rem;
        left: 5rem;
    }
    .about-us-img{
    top: 2em;
    left: 5em;
    position: relative;
    
    }
    .about-us-img img{
        width: 30vw;
        height: 20svh;
        position: relative;
    }
    .about-us-main-text{
        top: 5rem;
        left: 0;
        font-size: 2rem;
    }
    
    .about-us-text1{
       left: 12rem;
    }
    
    
    
    .about-us-text2{
       left: 12rem;
    }
    
    
    .about-us-text3{
       left: 12rem;
    }
    .google-map2 iframe{
        right: 62rem;
    }
}
@media (min-width: 390px ) and (max-width: 400px){
    .logo-wrapper{
        top: 0rem;
        left: 0;
    }
    
    .text-left{
        font-size: 3rem;
    }
     .slider, .slider-piercing, .slider-studio{
        top: 12rem;
    }
    .buttons-slide, .buttons-slide-piercing, .buttons-slide-studio{
        top: 13rem;
    }
    .google-map1, .google-map2{
        top: 0;
    }
    .site-footer .copyright{
        top: -5.8rem;
    }
}
@media (min-width: 430px ) and (max-width: 440px){
    .buttons-slide, .buttons-slide-piercing, .buttons-slide-studio{
        top: 13rem;
    }
}
    

@media (min-width: 375px ) and (max-width: 385px){
    .logo-wrapper{
        position: relative;
        top: 0rem;
        left: 0;
    }
    .logo-img{
        position: relative;
        top: 8rem;
        left: 7rem;
    }
    .img-box img{
        width: 30rem;
    }
    .text-wrapper{
        top: 1.2;
    }
    .piercing-info h2{
        top: -4.5rem;
    }
    
    .piercing-info p{
        top: -4.5rem;
    }
    .slider{
        top: 9rem;
    }
    
    .slider-piercing{
        top: 9rem;
    }
    .slider-studio{
        top: 9rem;
    }
    .google-map1 {
        top: 1rem;
    }
    .google-map2 {
        top: 1rem;
    }
    .google-map2 iframe{
        left: -67.5rem;
    }
    .copyright{
        position: relative;;
        margin-top: -0.9rem;
    }
}
@media (min-width: 350px ) and (max-width: 360px){
    .social-icons-main{
        left: -11.8em;
    }
    .logo-wrapper{
        top: -0.5em;
        left: 0em;
    }
    .red-circle{
        left: 2.5em;
        top: 3em;
    }
    .content{
        top: 0.5em;
    }
    .text-left{
        font-size: 2.5rem;
    
    }
    .img-box img{
        width: 30rem;
    }
    .text-wrapper{
        top: 1.2rem;
    }
    .slider, .slider-piercing, .slider-studio{
        top: 10rem;
        left: 0.3em;
    }
    .buttons-slide, .buttons-slide-piercing, .buttons-slide-studio{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 7.3em;
    right: 0em;
    }
  
    .google-map2 iframe{
        right:68rem;
    }
    .bx.bx-calendar-minus{
        left: 16.3rem;
    }
    .about-us-img{
        top: 4.4em;
        left: 3.5em;
    } 
    .about-us-main-text{
        top: 8rem;
        left: 0;
        
    }
    
    .about-us-text1{
        top: 5em;
        left: 6em;
    }
    .about-us-textp1{
        top: 6em;
    }
    .about-us-text2{
        top: 3em;
        left: 6em;
    }
     
    .about-us-textp2{
        top: 3em;
    }

    .about-us-text3{
        top: 0em;
        left: 6em;
    }
    .about-us-textp3{
        top: 0em;
        
    }
    .footer-content .copyright{
    font-size: 0.5rem;
    
}
}
@media (min-width: 340px ) and (max-width: 344px){
    nav a  {
        font-size: 0.9rem;
        padding: 0 1vw;
    }  
    .button-main button{
        left: -12.8rem;
    }
     .logo-wrapper{
        top: 2rem;
        left: 0;
    }
    .logo-img{
        width: 40vw;
        height: 15vh;
    }
    .red-circle{
        width: 30vw;
        height: 10vh;
        left: 7.4rem;
    }


    .text-left{
        font-size: 3rem;
        top: 5rem;
    }
    .flag{
        left: -32.5rem;
    }
    .social-icons-main  {
        left: -11.4em;
    }
    .social-icons-main a {
        padding: 0 0.1em;
    }
     .img-box img{
        width: 30rem;
    }
    .text-wrapper{
        top: 1rem;
    }
    .slider{
        top: 21rem;
    }
     .slider-piercing{
        top: 21rem;
    }
     .slider-studio{
        top: 21rem;
    }
    
    .buttons-slide, .buttons-slide-piercing, .buttons-slide-studio{
        top: 20rem;
    }
    .about-us-img{
        left: 8rem;
    }
    .about-us-img img{
        width: 30vw;
        height: 12vh;
    }
    .google-map2 iframe{
        right: 69rem;
    }
    .text-registration{
        font-size: 2rem;
        left: 2rem;
    }
    .bx.bx-calendar-minus{
        left: 15rem;
    }

}

/*  */

@media (min-width: 1440px) and (max-width: 1499px) {
        nav{
            left: -5rem ;
            top: -2rem;
        }
        nav a {
           padding: 0 1.7em;
        }
        .jayden{
            font-size: 2rem;
            right: 15rem;
            top: -1.4rem;
        }
        .bx.bx-registered{
            bottom: 2rem;
            left: -1rem;
        }
        .login_button-main{
            position: relative;
            left: -2.8rem;
            top: 0.5rem;
        }
        .flag{
            top: 0;
            left: 15rem;
        }
        .social-icons-main{
            display: flex;
            position: relative;
            top: -2.2rem !important;
            left: -18rem;
            height: 9vh;
            margin: 30px;
        }
        
        .social-icons-main a{
            padding: 0 0.4em;
        }
        .social-icons-main  a i{
            top: 0.2em;
        }
        .logo-img{
            width: 40vw;
            height: 40vh;
            left: 1rem;
            top: 4rem;
        }
        .logo-wrapper{
            left: 32rem;
            right: 0;
            top: 0em;
            width: 330px;
            height: 330px;
        }
        .red-circle{
            top: 6.6rem;
            left: 3.1rem;
            width: 18vw;
            height: 30vh;
        }
        .text-left{
            font-size: 3.5rem;
            top: 3rem;
            left: 7rem;
        }
        
        .tatto-info h2{
            font-size: 1.5rem;
            position: relative;
            top: -2rem;
        }
        .tatto-info p{
            font-size: 0.5rem;
            position: relative;
            top: -3rem;
        }
        .text-wrapper h2{
            position: relative;
            top: -1rem;
            font-size: 2rem;
               
        }
        .piercing-info h2{
            font-size: 1rem;
            position: relative;
            top: -5rem;
            left: 0;
        }
        .piercing-info p{
            font-size: 0.5rem;
            position: relative;
            top: -5rem;
            left: 0;
        }
        .card-info1{
        width: 500px;
        height: 24vh;
        font-size: 0.7rem;
        padding-top: 2rem;
        }
      .card-info2{
         width: 500px;
         height: 24vh;
        margin-left: -17.2rem;
        font-size: 0.7rem;
        padding-top: 2rem;
      }
      .card-info1 :is(h2, h3, p, h4),
      .card-info2 :is(h2, h3, p, h4) {
    font-size: 0.7rem;
}
      .google-map1  iframe{
        height: 30vh;
        width: 500px;
        margin-top: 6.5rem;
       }
    
       .google-map2  iframe{
        height: 30vh; 
         width: 500px;
         margin-top: 6.5rem;
         margin-left: -23rem;
        
        }


        .login_button{
            right: 16rem;
            top: -0rem;
        }
        .wrapper{
            margin-top: 10rem;
        }
        .text-registration{
        left: 1rem;
        top:  1rem;
        }
      
.input-box{
    top: -8rem;
}
.input-photo{
    position: relative;
    top: -7rem;
}
.btn{
    position: relative;
    top: -6rem;
}
.input-box-contract{
    position: relative;
    top: -6rem;
}
.bx.bx-calendar-minus{
    position: relative;
    top: -6.5rem;
    left: 72.6rem;
}
.vucut-bolumleri select{
    top: -5rem;
    left: 0;
}
.slider{
    top: 10rem;
}
.slider-piercing{
    top: 10rem;
}
.slider-studio{
    top: 10rem;
}
.slider .slides{
    transform: translateX(120%) translateY(-140%);
}
.slider-piercing .slides-piercing{
    transform: translateX(120%) translateY(-140%);
}
.slider-studio .slides-studio{
    transform: translateX(120%) translateY(-140%);
}
        .container-slider{
          position: relative;
        }
        .container-slider-piercing{
          position: relative;
        }
        .container-slider-studio{
          position: relative;
        }
        .content-slider h2{
            top: 6.3em;
            left: -8em;
        }
        
        .content-slider-piercing h2{
            top: 6.3em;
            left: -8em;
        }
        
        .content-slider-studio h2{
            top: 5em;
            left: -11.5em;
        }
        .buttons-slide{
            top: 43rem !important;
        }

         .buttons-slide-piercing{
            top: 43rem !important;
        }
         .buttons-slide-studio{
            top: 43rem !important;
        }
        .about-us-img{
            width: 150px;
            height: 150px;
            top: 12rem;
            left: 38rem !important;
            
        }
        .about-us-main-text{
            top: 12rem;
            left: 35rem;
            font-size: 3rem;
        }
        .about-us-text1{
            font-size: 2rem;
            left: 35rem;
            top: 8rem;
        }
        .about-us-textp1{
            font-size: 1rem;
            top: 5rem;
        }
         .about-us-text2{
            font-size: 2rem;
            left: 35rem;
            top: 3rem;
        }
        .about-us-textp2{
            font-size: 1rem;
            top: -0rem;
        }
        .about-us-text3{
            font-size: 2rem;
            left: 35rem;
            top: 0rem;
        }
        .about-us-textp3{
            font-size: 1rem;
            top: 0rem;
        }

}
@media (min-width: 1700px) and (max-width: 1800px) {
    nav{
        left: -7rem;
        top: -2rem;
    }
    .jayden{
        right: 37rem;
        top: 0rem;
        font-size: 3rem;
    }
    .bx.bx-registered{
        bottom: 2rem;
        left: -1rem;
    } 
    .text-left{
        font-size: 4.5rem;
    }
    .social-icons-main{
        left: -26rem;
    }
    .flag{
        left: 11rem;
    }.logo-img{
            width: 40vw;
            height: 40vh;
            left: 1rem;
            top: 4rem;
        }
        .logo-wrapper{
            left: 40rem;
            right: 0;
            top: 0em;
            width: 330px;
            height: 330px;
        }
        .red-circle{
            top: 6rem;
            left: 3.6rem;
            width: 18vw;
            height: 35vh;
        }
    .text-wrapper{
        top: 43rem;
    }
    
    .text-wrapper h2{
        font-size: 3rem;
    }
    .tatto-info h2{
        font-size: 1rem;
    }
    .img-container{
        width: 15120px;
    }
    .button-main button{
            left: -3rem;
            top: -3rem;
        }
    
    .slider{
    position: absolute;
    inset: 150px 40px 200px 40px;

    }
    .buttons-slide{
        top: 50rem;
    }
    .slider-piercing{
    position: absolute;
    inset: 150px 40px 200px 40px;
    }
    
    .buttons-slide-piercing{
        top: 50rem;
    }
    .slider-studio{
    position: absolute;
    inset: 150px 40px 200px 40px;

    }
    
    .buttons-slide-studio{
        top: 50rem;
    }
     .content-slider h2,
    .content-slider-piercing h2,
    .content-slider-studio h2 {
        left: -12rem;
        top: 30rem;
    }
    .slider .slides{
    transform: translateX(160%);
}
.slider-piercing .slides-piercing{
    transform: translateX(160%);
}
.slider-studio .slides-studio{
    transform: translateX(160%);
}   
    .about-us-img{
        top: 7rem;
        left: 44rem !important;
    } 
     .about-us-img img{
            width: 16vw;
            height: 25vh;
        }
        .about-us-main-text{
            left: 42rem;
            top: 5.4rem;
        }
        
    .about-us-text1 {
        font-size: 2rem;
        top: 1rem;
        position: relative;
        left: 23em;
    }

    .about-us-textp1 {
        font-size: 1rem;
        top: -2rem;
        position: relative;
    }

    .about-us-text2 {
        font-size: 2rem;
        top: -3rem;
        position: relative;
        left: 22em;
    }

    .about-us-textp2 {
        font-size: 1rem;
        top: -5rem;
        position: relative;
    }

    .about-us-text3 {
        position: relative;
        top: -4rem;
        left: 14em;
    }

    .about-us-textp3 {
        position: relative;
        top: -8rem;
        font-size: 1rem;
    }
     .google-map1,.google-map2{
        top: 0em !important;
    }
    .google-map2 {
        right: 49rem;
    }.card-info1{
        position: relative;
        width: 600px;
        height: 33vh;
        top: 8rem;
        }
      .card-info2{
         width: 600px;
         position: relative;
         height: 33vh;
         left: -19rem;
         top: 8rem;
      }

    .site-footer{
        top: 7em;
    }
}/* iMac 24" Retina ekran için yaklaşık genişlik: 2240px */
@media (min-width: 2240px) {
  .bx.bx-registered {
    top: -4rem;
    left: -2rem;
  }

  nav a{
    top: 0rem;
  }
  .social-icons-main{
    top: -2rem;
  }
  .button-main button{
    top: -3rem;
  }
  .flag{
    top: 1rem;
  }
  .logo-wrapper{
    position: relative;
    margin-left: -10rem;
  }
  .red-circle{
    width:  20vw !important;
    height: 40vh !important;
    left: 4.2rem !important;
    top: 7rem !important;
    
  }
  .logo-img{
    position: relative;
    width:  55vw !important;
    height: 45vh !important;
    top: 4rem;
    left: 0.5rem;
  }
  .text-wrapper{
    top: 41rem !important;
  }
  .piercing-info{
    position: relative;
    top: -7rem !important;
  }
  .piercing-info h2 {
    font-size: 1rem;
    top: 0rem !;
  }
  
  .piercing-info p {
    font-size: 0.8rem;
  }
  .slider, .slider-piercing, .slider-studio{
    margin-top: 0rem !important;
    

}
  .slides, .slides-piercing, .slides-studio{
    top: 0rem !important;
  }
 
    .slider .slides{
    transform: translateX(330%) translateY(100%);
}
.slider-piercing .slides-piercing{
    transform: translateX(330%) translateY(100%);
}
.slider-studio .slides-studio{
    transform: translateX(330%) translateY(100%);
}

  .content-slider h2,
  .content-slider-piercing h2,
  .content-slider-studio h2 {
        left: 30.5rem !important;
        top: 40rem !important;
    }
    .buttons-slide, .buttons-slide-piercing, .buttons-slide-studio {
        top: 72rem !important;
    }
    
    .about-us-img{
        left: 67rem !important;
        top: 7rem !important;
    }
    .about-us-img img{
        width: 30vw !important ;
        height: 25vh !important;
    }
    .about-us-main-text {
        left: 16.5em !important;
        position: relative;
    }

    .about-us-text1 {
        left: 34em !important;
        position: relative;
    }

   

    .about-us-text2 {
       left: 34em !important;
        position: relative;
    }
    .card-info1 :is(h2, h3, p, h4),
    .card-info2 :is(h2, h3, p, h4) {
    font-size: 1.4rem;
}
    
}


@media 
  (min-width: 2560px){

    nav {
        left: 0rem;
        top: -0rem;
        width: 500px;
    } 

    nav a {
        padding: 0 1.7em;
    } 
    nav a:nth-child(1):hover~span{
    left: 0;
    }
    nav a:nth-child(2):hover~span{
        left: 3.5em;
    }
    nav a:nth-child(3):hover~span{
        left: 7.3em;
        
    }
    nav a:nth-child(4):hover~span{
        left: 11.4em;
    }
     .social-icons-main{
        left: -17.8em;
    }
    .jayden {
        right: 43rem;
        top: 0rem;
        font-size: 5rem;
    }

    .logo-wrapper {
        position: relative;
        z-index: 99;
        top: -3rem;
        left: 71rem;
    }

    .red-circle {
        z-index: 99;
        width: 300px;
        height: 300px;
        left: 4.5rem !important;
    }

    .logo-img {
        position: relative;
        z-index: 99;
        width: 600px;
        height: 550px;
    }
    .button-main button{
        top: -5rem;
        left: -2rem;
    }
    .text-wrapper h2{
        top: 0rem;
    }
    .img-container {
        width: 2560px;
        top: 7rem;
    }
    .social-icons-main{
        display: flex;
        left: -50rem;
    }    
    .flag{
        top: 0;
        left: 0;
    }
    .text-wrapper {
        top:57rem !important;
    }
    .tatto-info h2{
        top: 1rem;
    }
    
    .tatto-info p{
        top: 1rem;
        font-size: 1rem;
    }
    .piercing-info h2{
     top: 0rem;   
    }
    
    .piercing-info p{
     top: 1rem;   
    }

    .card-info1 {
        position: relative;
        width: 700px;
        height: 67vh;
        top: -3rem;
        left: 20rem;
    }

    .card-info2 {
        width: 700px;
        position: relative;
        height: 67vh;
        left: 5rem;
        top: -5rem;
    }

    .google-map1 iframe {
        position: relative;
        width: 700px;
        height: 350px;
        top: -25rem;
        left: 20rem;
    }

    .google-map2 iframe {
        position: relative;
        width: 700px;
        height: 350px;
        top: -25rem;
        left: 12rem;
    }

    .login_button {
        right: -18rem;
        top: 0;
    }

    .slider {
        position: absolute;
        inset: 300px 40px 100px 40px;
    }
    .slider .slides{
    transform: translateX(400%) translateY(110%) ;
}
.slider-piercing .slides-piercing{
    transform: translateX(400%) translateY(110%) ;
}
.slider-studio .slides-studio{
    transform: translateX(400%) translateY(110%) ;
}
    .buttons-slide {
        top: 78rem !important;
    }

    .slider-piercing {
        position: absolute;
        inset: 300px 40px 100px 40px;
    }

    .buttons-slide-piercing {
        top: 78rem !important;
    }

    .slider-studio {
        position: absolute;
        inset: 300px 40px 100px 40px;
    }

    .buttons-slide-studio {
        top: 78rem !important;
    }

    .content-slider h2,
    .content-slider-piercing h2,
    .content-slider-studio h2 {
        left: 36.5rem !important;
        top: 50rem;
    }

    .about-us-img {
        top: 4rem;
        left: 37em;
        width: 200px;
        position: relative;
    }

    .about-us-img img {
        width: 300px;
        height: 300px;
        position: relative;
    }

    .about-us-main-text {
        font-size: 4rem;
        top: 9rem;
        left: 19em;
        position: relative;
    }

    .about-us-text1 {
        font-size: 2rem;
        top: 7rem;
        position: relative;
        left: 40em;
    }

    .about-us-textp1 {
        font-size: 1rem;
        top: 5rem;
        position: relative;
    }

    .about-us-text2 {
        font-size: 2rem;
        top: 2rem;
        position: relative;
        left: 40em;
    }

    .about-us-textp2 {
        font-size: 1rem;
        top: 0;
        position: relative;
    }

    .about-us-text3 {
        position: relative;
        top: -4rem;
        left: 25em;
    }

    .about-us-textp3 {
        position: relative;
        top: -8rem;
        font-size: 1rem;
    }
     .google-map1,.google-map2{
        top: 10em;
    }
    .google-map2 iframe{
        right: 38rem;
    }
    .card-info1, .card-info2{
        font-size: 1rem;
        top: 13em;
        height: 30vh;
    }
    .site-footer{
        top: 10em;
    }
   

} /* ← kapanış buraya geldi */
