html{
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    scroll-behavior:smooth;
}
*,
*::after,
*::before{
box-sizing: inherit;
}
body{
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.2;
    background-color: #282828;
    overflow-x: hidden;       
}

.home{
    display: flex;
    flex-direction: column;
    padding-bottom: 4rem;
    height: 100vh;
    width: 100%;
}
.container{
    width: 100%;
    margin: 0 auto;
    height: 50%;
    padding: 0;
}
.navbar{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1100;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}
#navbar.transparent {
   background:  rgba(0, 0, 0, 0.0) ;
  box-shadow: none;
  backdrop-filter: none;
  transform: translateY(0);
  opacity: 1;
}
#navbar.scrolled {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(2px);
  opacity: 0.95;
}
.navbar__wrap{
    display:flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
}
.logo{
    display: flex;
    align-items: center;
    width: 150px;
}
.socialIcons {
  display: flex;
  align-items: center;
  gap: 10px; /* ← можно поставить 0, если нужно вплотную */
}

.socialIcons a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;   /* важно убрать внутренние отступы */
  margin: 0;    /* и внешние тоже */
}

.socialImg {
  width: 40px;
  height: 40px;
  border: 1px solid #00E6F6;
  border-radius: 5px;
}

.menu > li > a {
    text-decoration: none;
}
a{
    color: #98D8EF;
    text-decoration: none;
    padding: 30px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: light;
}
#menu > li > a{
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: light; 
}
#menu > li > a:hover{
    color:#4F75FF ;
    background:  rgba(0, 0, 0, 0.0) ;
        text-shadow: rgb(0, 255, 234) 0px 0px 10px, 
    rgb(0, 170, 255) 0px 0px 21px,
     rgba(0, 255, 251, 0.867) 0px 0px 42px, 
     rgba(0, 204, 255, 0.82) 0px 0px 82px,
      rgba(0, 234, 255, 0.725) 0px 0px 92px; 
      
}
.navbar__wrap .menu{
    display:none;
}
.hamb{
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.hamb__field{
    padding: 10px 20px;
    cursor: pointer;
   
}
.bar{
    display: block;
    width: 40px;
    height: 3px;
    margin: 7px auto;
    background-color: #4F75FF;
    transition: 0.2s;
    box-shadow: rgb(0, 255, 234) 0px 0px 5px, 
    rgb(0, 170, 255) 0px 0px 21px,
     rgba(0, 255, 251, 0.867) 0px 0px 42px, 
     rgba(0, 204, 255, 0.82) 0px 0px 82px,
      rgba(0, 234, 255, 0.725) 0px 0px 92px; 
      
}
.popup{
    position: fixed;
    top: 95px;
    right: -100%;
    width: 30%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(2px);
  opacity: 0.95;
    z-index: 1100;
    display: flex;
    flex-wrap: wrap;
    transition: 0.3s;
}
.popup.open{
    bottom: 0;
    right: 0;
}
.popup .menu{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 0;
   
}
.popup .menu > li {
    width: 50%;
}

.popup .menu > li > a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-shadow: rgb(0, 242, 255) 0px 0px 7px,;
    padding: 20px 0;
    font-size: 30px;
    font-weight: bold;
    color: #98D8EF;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.popup .menu > li > a:hover {
    background-color: rgba(122, 82, 179, 0.1);
}

.hamb__field.active .bar:nth-child(2) {
    opacity: 0;
}

.hamb__field.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamb__field.active .bar:nth-child(3) {
    transform: translateY(-12px) rotate(-42deg);
}

body.noscroll {
    overflow: hidden;
}
li{
list-style-type: none;
}
#video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.triangleLeft, .triangleRight{
    border: 350px solid transparent; 
    border-bottom: 350px solid #282828; 
    position: absolute; 
    bottom: -170px;
}
.triangleLeft{ 
    border-left: 350px solid #282828;
    left: -50px;
    rotate: -18deg;
}
.triangleRight{
    border-right: 350px solid #282828;
    right: -50px;
    rotate: 18deg;
}
.bigArrow{
    display: flex;
    justify-content: center;
}
.bigArrowLeft, .bigArrowRight{
    background-color: #4F75FF;
    width: 230px;
    height: 2px;
    position: absolute;
    bottom: 50px;
    box-shadow: rgb(0, 255, 234) 0px 0px 10px, 
    rgb(0, 170, 255) 0px 0px 21px,
     rgba(0, 255, 251, 0.867) 0px 0px 42px, 
     rgba(0, 204, 255, 0.82) 0px 0px 82px,
      rgba(0, 234, 255, 0.725) 0px 0px 92px; 
}

.bigArrowLeft{
    transform: translateX(-102px) rotate(27deg);


}
.bigArrowRight{
    transform: translateX(102px) rotate(-27deg);
    
}
#mainDirections{
    display: flex;
    flex-direction: column;
    z-index: 1010;
    justify-content: center;
    align-items: center;
}
.about{
    display: flex;
}
.item{
    height: 60vh;
    background-size: cover;
    background-position: center;
    font-family: 'Dancing Script', cursive;
    flex: 1;
    margin: 5px;
    position: relative;
    border-radius: 5px;
}
.par{
    position: absolute;
    top: 100px;
    left: 40px;
    background-color: #fff;
    color: #000000;
    font-size: 0;
}
.selected{
    flex: 4;
    border: 1px solid #4F75FF;
   box-shadow: rgb(0, 255, 234) 0px 0px 5px,;
 
}
.selected h3{
    font-size: 40px;
    transition: all 1s ease-in;
    text-align: center;
}
.selected .par{
    font-size: 20px;
    transition: all 2s ease-in;
}
.selected .price{
    font-size: 35px;
    transition: all 1s ease-in;
}
h1, h2, h3, h4, h5, p{
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 35px;
    text-align: center;
    transform: translate(0px, 120%);
    opacity: 0;
}

h1{
    margin-top: 25px;
    margin-bottom: 30px;
    font-size: 75px;
    color: #fff;
}
h2{
    font-size: 85px;
    color: #fff;
    margin-top: 120px;
    margin-bottom: 20px;
  
}
h3{
    position: absolute;
    top: 15px;
    left: 40px;
    background-color:  rgba(0, 0, 0, 0.0);
    font-size: 0;
    color: #fff;
}
h3:hover{
    color:#98D8EF;
    transition: none;  
}
h5{
    font-weight: 200;
}

p{
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
}

h2.element-show, h1.element-show, h3.element-show, h4.element-show, h5.element-show, p.element-show{
    transform: translate(0px, 0px);
    transition: all 0.6s ease;
    opacity: 1;
}

.btn, .aboutBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.0);
    color: #fff;
    border: 1px solid #fff;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 30px;
    border-radius: 5px;
     transform: translate(0px, 120%);
      transition: all 0.6s ease;
    opacity: 0;
}
.btn:hover, .aboutBtn:hover{
    color: #98D8EF;
    border-color: #4F75FF;
    box-shadow: rgb(0, 255, 234) 0px 0px 5px, 
    rgb(0, 170, 255) 0px 0px 6px,
     rgba(0, 255, 251, 0.867) 0px 0px 12px, 
     rgba(0, 204, 255, 0.82) 0px 0px 12px,
      rgba(0, 234, 255, 0.725) 0px 0px 22px;
}
.btn.element-show, .aboutBtn.element-show{
    transform: translate(0px, 0px);
    opacity: 70%;
}
#about{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 150px;
    background-color: black;
}
.text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    
}
.textAbout{
    display: flex;
   
}
.aboutImg{
    width: 35%;
    border-radius: 5px;
    border: 1px solid #4F75FF;
   box-shadow: rgb(0, 255, 234) 0px 0px 5px;
}
.list{
    display: flex;
    width: 80%;

}



.one{
    background-image: url(VC2.jpg);
}
.two{
    background-image: url(performance.jpg);
}
.three{
    background-image: url(masterClassF.jpg);
}
.four{
    background-image: url(openMicF.jpg);
}
.five{
    background-image: url(homeStudio2.jpg);
}
.six{
    background-image: url(guitarraCort.jpg);
}

#hero-container{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    gap: 0;
    background-color: white;   
}
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px; 
  width: 100%;
    height: 100vh;
    position: absolute;
    background-color: black;
     mix-blend-mode: multiply;
    color: white;
 
}
#video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}
.heroImg{
    width: 100%;
    height: 100%;
    z-index: 1000000;    
}
 h6{
    font-size: 16em;
    color: white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600px;
  font-style: normal;
  margin: 0;
  padding: 0;
}



.cutout-title {
color: white;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -3px;
   background-color: black;
   width: 100%;
    height: 100%;
     mix-blend-mode: multiply;
}
.title-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  line-height: 1;
  width: 100%;
  height: 100%;
 
  
  
}
.title-block .cutout-title {
  text-align: center;
  line-height: 1em; 
}
.firstLine {
  font-size: clamp(140px, 50vw, 310px);
  letter-spacing: 15px;
}
.secondLine {
  font-size: clamp(120px, 50vw, 290px);
  letter-spacing: 5px;
  
}

.king-vertical {
  font-size: 19.5em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 0px;
  line-height: 1;
   font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 1000;
 text-align: center;
 
}
#equipment-rental, #recording{

    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
#equipment-rental{
     background-image: url(djCrop.jpg);
}
#recording{
    background-image: url(perfCover.jpg);
}
#vocal-lessons, #master-classes, #guitarraLessons, #recording, #openMic{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.header{
    display: flex;
    flex-direction: column;
    align-items: center;
     height: 100vh;
     width: 100%;    
     backdrop-filter: brightness(40%) ;    
}
h4{
    font-size: 30px;
    color: #fff;
    font-family: "Oswald", sans-serif;
}

h5{
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-transform: none;
}
.catalog{
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
.catalogItems{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.itemCatalog{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; 
    margin: 20px;
    width: 320px;
}
.catalogImgOne, .catalogImgTwo, .catalogImgThree {
    width: 300px;
    height: 320px;
    border-radius: 5px;
    border: 1px solid #fff;
   
}
.textBlock{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 65%;
}
.blockOne, .blockTwo{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.voice{
    text-align: left;
    margin: 5px;
    padding: 5px;
}
.blockOne{
    justify-content: center;
    align-items: center;
}

.smallImg{
    width: 350px;
    border-radius: 5px;
    border: 1px solid #fff;
    box-shadow: rgb(0, 255, 234) 0px 0px 5px;
}
#carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 50px auto;
  position: relative;
}

#carousel {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

#track {
  display: flex;
  gap: 10px;
  transition: transform 0.8s ease;
  width: 100%;
  box-sizing: border-box;
}

#track img {
  flex: 1 0 0;
  width: calc((100% - 28px) / 3);
  object-fit: cover;
  border-radius: 5px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

#track img.active {
  opacity: 1;
  transform: scale(1);
}

/* --- КНОПКИ --- */
.btnMic {
  width: 60px;
  height: 60px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.2s ease;
  z-index: 10;
}

.btnMic:focus {
  outline: none;
}

/* Линии стрелок */
.btnMic .bar {
  position: absolute;
  width: 30px;
  height: 3px;
  background: #4F75FF;
  border-radius: 2px;
  box-shadow:
    0 0 5px #00FFF5,
    0 0 20px #00AFFF,
    0 0 40px #00FFFF;
  transition: 0.2s;
}

/* Левая стрелка */
.arrow.left .bar.top {
  top: 50%;
  left: 22px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: left center;
}
.arrow.left .bar.bottom {
  top: 50%;
  left: 22px;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: left center;
}

/* Правая стрелка */
.arrow.right .bar.top {
  top: 50%;
  right: 22px;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: right center;
}
.arrow.right .bar.bottom {
  top: 50%;
  right: 22px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}

/* Hover-эффект */
.btnMic:hover {
  transform: scale(1.15);
}


.contacts{
display: flex;
  align-items: center;
  gap: 4px;


}
.contacts a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;   /* важно убрать внутренние отступы */
  margin: 0;    /* и внешние тоже */
}
.socialContacts{
    width: 30px;
  
  border: 1px solid #fff;
  border-radius: 5px;
}
#contacts{
  width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    
}

footer{
   display: flex;
    justify-content: center;
    background-color: #282828;
    color: #ffffff;
    font-size: 14px;
    margin-top: 150px;
   border-top: 1px solid white;
   width: 100%;
   height: 100px;
    align-items: center;
}

@media (max-width: 1024px) {
  .home{
     width: 100%;
    height: auto;
   
}
#video{
   display: block;
    position: relative;
    height: auto;
    width: 100%;

}
.navbar__wrap{
   
    justify-content: space-between;
   
}
.triangleLeft, .triangleRight{
    display: none;
}
.bigArrowLeft, .bigArrowRight{
    display: none;
}
#hero-container{
    display: none;
}
#track img {
  width: calc((100% - 20px) / 2);
}
  }
  .btnMic {
    width: 50px;
    height: 50px;
  }
  .btnMic .bar {
    width: 22px;
    height: 2.5px;
  }




/* --- Телефоны (до 820px) --- */
@media (max-width: 820px) {
  #carousel-container {
    width: 95%;
    gap: 6px;
  }
  .smallImg{
    width: 250px;
}
   
h2{
    font-size: 60px;
    margin: 15px;
}
.item{
    height: 40vh;
}
.selected h3{
    font-size: 25px;
}
  .btnMic {
    width: 40px;
    height: 40px;
  }
  .btnMic .bar {
    width: 18px;
    height: 2px;
  }
.btn, .aboutBtn{
    width: 80%;
    height: 50px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 20px;
}
  #carousel {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
}
@media (max-width: 600px) {
    .logo{
    font-size: 35px;
}
.socialImg{
    width: 25px;
    height: 25px;
    
}
.socialContacts{
    width: 25px;
}
.popup .menu > li > a {
    font-size: 20px;
    font-weight: 300;
    padding: 10px;
}
  #track img {
    width: calc((100% - 10px) / 1);
  }

 .smallImg{
    width: 150px;
}
   h4{
    font-size: 18px;
   }
   .voice{
    font-size: 15px;
   }
h2{
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.item{
    height: 30vh;
}
h3{
    top: 10px;
    left: 10px;
}
.selected h3{
    font-size: 16px;
}
  .btnMic {
    width: 40px;
    height: 40px;
  }
  .textBlock{
    width: 100%;
}
  .blockOne {
    width: 40%;
}
.blockTwo{
    width: 60%;
}
.socialContacts{
    width: 25px;
}
.popup{
    width: 50%;
}
.popup .menu > li > a {
    font-size: 18px;
    font-weight: 200;
}
}
@media (max-width: 480px) {
    .logo{
    font-size: 18px;
    }
  .btnMic {
    width: 32px;
    height: 32px;
  }
  .btnMic .bar {
    width: 14px;
    height: 2px;
  }
    .about {
    flex-direction: column;
    align-items: center;
  }

  .item {
    width: 90%;
    height: 260px;
    margin: 10px 0;
    flex: none;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    transition: none !important;
  }

  .item h3 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.45);
    padding: 8px;
    border-radius: 6px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
h2{
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
}
  /* Отключаем все hover и selected эффекты */
  .item, .item:hover, .item.selected, .item.active {
    flex: none;
    height: 150px;
    box-shadow: none;
    border: none;
  }
  
  .item .par {
    display: none;
  }
}
  



