* {
	font-family: 'Roboto';
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #100519;
}
:root {
	--index: calc(1vw + 1vh);
	--transition: 1.5s cubic-bezier(.05, .5, 0, 1);
}
@font-face {
	font-family: kamerik-3d;
	src: url(../fonts/kamerik205-heavy.woff2);
	font-weight: 900;
}
@font-face {
	font-family: merriweather-italic-3d;
	src: url(../fonts/merriweather-regular-italic.woff2);
}

/*----------------------------------------------------------------------------PARALAX--------------------------------------------------------------------------*/


.paralax {
	background-color: #000;
	font-family: 'Roboto';
}
.logo {
	--logo-size: calc(var(--index) * 7.8);
	width: var(--logo-size);
	height: var(--logo-size);
	background-repeat: no-repeat;
	position: absolute;
	left: calc(51% - calc(var(--logo-size) / 2));
	top: calc(var(--index) * 2.8);
	z-index: 1;
}
.layers {
	perspective: 1000px;
	overflow: hidden;
}
.layers__container {
	height: 100vh;
	min-height: 500px;
	transform-style: preserve-3d;
	transform: rotateX(var(--move-y)) rotateY(var(--move-x));
	will-change: transform;
	transition: transform var(--transition);
}
.layers__item {
	position: absolute;
	inset: -5vw;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}


.layer-1 {
	transform: translateZ(-55px) scale(1.06);
}
.layer-2 {
	transform: translateZ(80px) scale(.88);
}
.layer-3 {
	margin-top: 100px;
	background-repeat: no-repeat;
	background-size: calc(var(--index) * 62);
	/* background-size: 1500px; */
	transform: translateZ(180px) scale(.8);
}
.layer-4 {
	transform: translateZ(190px) scale(.9);
}
.layer-5 {
	transform: translateZ(300px) scale(.9);
}


.layer-6 {
	transform: translateZ(100px);
}

.hero-content-text {
	
	font-family: 'Roboto';
	font-size: calc(var(--index) * 2.3);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: calc(var(--index) * -.15);
	margin-top: calc(var(--index) * 5.5);
}
@import url(https://fonts.googleapis.com/css?family=Rubik+One&subset=latin,cyrillic);


.hero-content-text {
	margin-top: 0;
	padding-top: 0;
	top: 0;
}

.hero-menu {
	margin-bottom:50px;
	z-index: 10;

}

.hero-menu-nav {
	margin-top: 200px;
	z-index: 10;
}

.hero-menu-nav a{
	text-decoration: none;
	color: #ffffff;
}

.hero-menu-nav a:hover {
	color: #7ba9ff;
	transition: 1s;
}

.hero-menu-nav ul {
	letter-spacing: normal;
	font-size: 22px;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.hero-menu-nav li + li {
	margin-left: 50px;
}

.hero-content h1 {
	display: flex;
	justify-content: center;
  font-family: 'Rubik One', sans-serif;
  text-transform: uppercase;
  background: linear-gradient(45deg, #7ba9ff 0%, #c6f7ff 50%, #e8faff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0B2349;
  

}

.hero-content__p {

  	text-transform: uppercase;
  	background: linear-gradient(45deg, #7ba9ff 0%, #c6f7ff 50%, #e8faff 100%);
  	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  	color: #0B2349;
	font-weight: 500;
	margin-bottom: 800px;
	text-transform: uppercase;
	font-family: 'Roboto';
	letter-spacing: normal;
	font-size: calc(var(--index) * 1.3);;
}

.layer-4, .layer-5, .layer-6 {
	pointer-events: none;
}



@media (max-width: 1000px) {
	.rain{
		display: none;
	}

	.mobul {
		display: block;
	}

	.hero-menu {
		display: none;
	}

}

/* -----------------------------------------------Cards-------------------------------------------------------------------------------------*/



.section {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: start;
	padding-left: 50px;
	background: linear-gradient(#2a0016 0%, #100519 50%, #100519 100%);
}

.one{
	margin-left: 50px;
}

.two {
	margin-left: 50px;
}

.three {
	margin-left: 50px;
}

.wrapper {
	width: 400px;
	background: #fff;
	padding: 30px;
	border-radius: 16px;
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.05);
}

.wrapper input[type="radio"] {
	display: none;
}


.wrapper header {
	height: 55px;
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 30px;
	position: relative;
}

.wrapper header label {
	height: 100%;
	width: 40%;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.wrapper header label:nth-child(2) {
	width: 40%;
}

.wrapper header .slider {
	position: absolute;
	height: 85%;
	background: linear-gradient(145deg, #A279aa 0%, #684a83 100%);
	border-radius: inherit;
	transition: all 0.3 ease;
}

.wrapper #tab3:checked ~ header .tab3,
.wrapper #tab2:checked ~ header .tab2,
.wrapper #tab1:checked ~ header .tab1 {
	color: #fff;
}

.wrapper #tab1:checked ~ header .slider {
	left: 0%;
	width: 125px;
	transform: translateX(-2%);
}

.wrapper #tab2:checked ~ header .slider {
	left: 50%;
	width: 100px;
	transform: translateX(-50%);
}

.wrapper #tab3:checked ~ header .slider {
	left: 100%;
	width: 130px;
	transform: translateX(-95%);
}




/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.wrapper .content {
	overflow: hidden;
}

.wrapper .content .cards {
	display: flex;
	width: 300%;
}

.wrapper .content .cards .card {
	width: 33.4%;
}

.wrapper .content .cards .card1 {
	transition: all 0.3s ease;
}

.wrapper #tab1:checked ~ .content .cards .card1 {
	margin-left: 0%;
}

.wrapper #tab2:checked ~ .content .cards .card1 {
	margin-left: -33.4%;
}

.wrapper #tab3:checked ~ .content .cards .card1 {
	margin-left: -66.8%;
}

.wrapper .content .cards .price-details {
	margin: 20px 0;
	text-align: center;
	padding-bottom: 25px;
	border-bottom: 1px solid #e6e6e6;
}

.cards .price-details .price {
	font-size: 65px;
	font-weight: 600;
	position: relative;
}


.cards .price-details .price::before,
.cards .price-details .price::after {
	position: absolute;
	font-weight: 400;
}

.cards .price-details .price::before {
	content: "₽";
	left: -13px;
	top: 17px;
	font-size: 20px;
}


.cards .price-details .price::after {
	content: "/урок";
	right: -30px;
	bottom: 17px;
	font-size: 13px;
}

.cards .price-details p {
	font-size: 18px;
	margin-top: 5px;
	text-transform: capitalize;
}

.card .features li{
	margin-left: 30px;
	display: flex;
	align-items: center;
	font-size: 20px;
	list-style: none;
	margin-bottom: 10px;
}


.card .features li i {
	background: linear-gradient(145deg, #A279aa 0%, #684a83 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.card .features li span {
	margin-left: 10px;
}

.card button {
	width: 100%;
	border-radius: 25px;
	outline: none;
	border: none;
	height: 50px;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	background: linear-gradient(145deg, #A279aa 0%, #684a83 100%);
	margin-top: 20px;
	transition: all 0.3s ease;
}

.card button:hover {
	transform: scale(0.98);
}

.card .features p{
	margin-left: 30px;
	display: flex;
	align-items: center;
	font-size: 20px;
	list-style: none;
	margin-bottom: 10px;
}

.card .features span{
	color:#684a83;
}









.music__header {
    font-family: 'Gilroy';
    font-size: 20px;
    margin-top: 30px;
    color: #e3e3e3;
    display: flex;
    justify-content: space-between;
}

.music__header_nav ul{
    margin-right: 300px;
    display: flex;
    justify-content: space-between;
}

.music__header_nav li {
    cursor: pointer;
    list-style: none;
}

.music__header_nav li + li {
    margin-left: 30px;
}

.music__header_logo {
    margin-top: 10px;
    margin-left: 100px;
    cursor: pointer;
}








/*---------------------------------------MAIN------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


.music__main {
    display: flex;
    justify-content: space-between;
}

.music__main_img img {
    width: 700px;
    height: auto;
    margin-top: 100px;
    margin-right: 50px;
    border-radius: 10px;
}

.music__main_text1  {
    margin-left: 50px;
    color: #e3e3e3;
    margin-top: 100px;
    font-size: 70px;
    font-family: 'Roboto';
    margin-bottom: 0;
}

.music__main_text  {
    color: #e3e3e3;
    margin-left: 150px;
    font-size: 40px;
    font-family: 'Roboto';
    margin-top: 10;
}

.music__header_nav a {
    text-decoration: none;
    transition: 0.5s;
}


.music__header_nav a:hover{
    color: #818181;
    transition-delay: 0.1s;
}

.music__main_texts {
    margin-top: 50px;
    padding: 0;
}



.music__section-price{
    margin-left: 150px;
    color: #ffffff;
    margin-top: 150px;
    font-size: 40px;
    font-family: 'Roboto';
    margin-bottom: 0;
}

.music__section {
    margin-top: 100px;
    background-color: #292929;
}

.music__section-text {

    display: flex;
    justify-content: center;
    padding-top: 30px;
    font-size: 30px;
    color: #e3e3e3;
}

.music__section-about{
    padding-left: 50px;
    padding-right: 50px;
    font-size: 23px;
    padding-top: 50px;
    color: #e3e3e3;
}


.music__section-text1 {
	padding-left: 50px;
    padding-right: 50px;
    font-size: 20px;
    padding-top: 50px;
    color: #e3e3e3;

}

.music__about{
    display: flex;
    justify-content: space-between;
}

.music__about img{
 height: 1000px;
 padding-top: 0;
 margin-top: 0;
}

.text-q{
    padding-top: 50px;
    padding-left: 50px;
    font-size: 30px;
    color: #e3e3e3;
}



.tel {
    color: #ffffff;
    display: flex;
    padding-left: 100px;
}

.tel-name {
	color: #000;
	padding-top: 30px;
    font-size: 30px;
    padding-right: 50px;
}

.tel-tel {
	color: #000;
	padding-top: 30px;
    font-size: 30px;
    padding-right: 30px;
}

.tel-write {
    color: #d4ff00;
    background-color: #000000;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 20px;
    margin-top: 28px;
    height: 50px;
}


.tel-write a{
	text-decoration: none;
    font-size: 20px;
    color: #d4ff00;
}

.tel-write:hover{
    
    background-color: #00e5ff;
    transition: 2s;
    
}

.tel-write a:hover {
    color: #000000;
    transition: 2s;
}

.dark{
    background-color: #000000;
    padding-left: 50vh;
    margin-top: 100px;
    padding-top: 50px;
    opacity: 0.7;
    color: #ffffff;
    padding-bottom: 50px;
}

/*--------------------------------------------------------------------VIDEO-----------------------------------------------------------------------------------------------------------*/


.music__video {
	background-color: #000000;
}

.music__video h1 {
	display: flex;
	padding-bottom: 50px;
	padding-top: 50px;
	justify-content: center;
	text-transform: uppercase;
	color: #fff;
}

.videos {
	display: flex;
}

.one-video {
	margin-left: 100px;
}

.two-video {
	margin-left: 50px;
}

.three-video {
	margin-right: 100px;
	margin-left: 50px;
}

#videoContainer {
	border-radius: 25px;
  width: 33.4%;
  height: 450px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}


#hoverVideo {

  width: 100%;
  height: 100%;
  object-fit: cover;
}

#videoContainer2 {
	border-radius: 25px;
  width: 33.4%;
  height: 450px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}


#hoverVideo2 {

  width: 100%;
  height: 100%;
  object-fit: cover;
}

#videoContainer3 {
	border-radius: 25px;
  width: 33.4%;
  height: 450px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}


#hoverVideo3 {

  width: 100%;
  height: 100%;
  object-fit: cover;
}

#videoContainer4 {
	border-radius: 25px;
  width: 33.4%;
  height: 450px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}


#hoverVideo4 {

  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* #videoContainer5 {
	border-radius: 25px;
  width: 33.4%;
  height: 500px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}


#hoverVideo5 {

  width: 100%;
  height: 100%;
  object-fit: cover;
}

#videoContainer6 {
	border-radius: 25px;
  width: 33.4%;
  height: 500px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}


#hoverVideo6 {

  width: 100%;
  height: 100%;
  object-fit: cover;
} */







