

@font-face {
  font-family: 'RF Tone';
  src: local('RF Tone Light'), local('RF-Tone-Light'),
      url('RFTone-Light.woff2') format('woff2'),
      url('RFTone-Light.woff') format('woff'),
      url('RFTone-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}



html,body{
    background-color: #fcfcfc;
}


h1{

  font-size: fit-content;
  font-weight: 800;
}

h2 {
  font-weight: 800;
}

p {
  font-family: 'RF Tone';
}

 button{
  font-family: 'RF Tone';
  font-weight: 800;
}

.title_list{
  text-align: center;
  margin-top: 6em;
  margin-bottom: 6em;
  background-color: #242424;
}

#main_container{
  margin-top: 50px;
  margin-bottom: 80px;
}


@media (min-width: 350px) {
  #main_container { text-align: center; }
}

@media (min-width: 960px) {
  #main_container { text-align: left; }
}


.supe { 
	
	display: grid;
	
	place-items: center; 
  z-index: 199;
}

.supe::before {
	animation: anim 30s infinite;
	background-image: radial-gradient(circle at 0 0, hotpink, slateblue);
	border-radius: 30% 70% 53% 47% / 26% 46% 54% 74%;
	box-shadow: 0 -2vmin 3vmin LightPink inset, 0 1vmin 4vmin MediumPurple inset,
		0 -2vmin 7vmin purple inset;
	content: "";
	filter: drop-shadow(0 0 1vmin Thistle) drop-shadow(0 3vmin 2vmin Orchid)
		drop-shadow(1vmin -1vmin 10vmin rgb(184, 104, 238))
		drop-shadow(0 0 2vmin MediumOrchid);
	height: 45vmin;
	width: 45vmin;
  z-index: 199;
  position: absolute;
  margin-top: 600px;
}

@keyframes anim {
	0%,
	100% {
		border-radius: 30% 70% 70% 30% / 30% 52% 48% 70%;
		box-shadow: 0 -2vmin 3vmin LightPink inset, 0 1vmin 4vmin MediumPurple inset,
			0 -2vmin 7vmin purple inset;
	}

	10% {
		border-radius: 50% 50% 20% 80% / 25% 80% 20% 75%;
	}

	20% {
		border-radius: 67% 33% 47% 53% / 37% 20% 80% 63%;
	}

	30% {
		border-radius: 39% 61% 47% 53% / 37% 40% 60% 63%;
		box-shadow: -1vmin -2vmin 3vmin LightPink inset,
			-1vmin -2vmin 4vmin MediumPurple inset, 1vmin -1vmin 7vmin purple inset;
	}

	40% {
		border-radius: 39% 61% 82% 18% / 74% 40% 60% 26%;
	}

	50% {
		border-radius: 100%;
		box-shadow: 0 2vmin 3vmin LightPink inset, 0 1vmin 4vmin MediumPurple inset,
			0 2vmin 7vmin purple inset;
	}

	60% {
		border-radius: 50% 50% 53% 47% / 72% 69% 31% 28%;
	}

	70% {
		border-radius: 50% 50% 53% 47% / 26% 22% 78% 74%;
		box-shadow: 1vmin 1vmin 4vmin LightPink inset,
			2vmin -1vmin 4vmin MediumPurple inset, -1vmin -1vmin 5vmin purple inset;
	}

	80% {
		border-radius: 50% 50% 53% 47% / 26% 69% 31% 74%;
	}

	90% {
		border-radius: 20% 80% 20% 80% / 20% 80% 20% 80%;
	}
}





#nav-main{
    color: #242424;
    font-weight: 700;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;


    display: inline-block;
  padding-bottom:20px;
  background-image: linear-gradient(to right,rgba(177,64,255,1), rgba(238,176,174,1));
  background-position: 0 0%; /*OR bottom left*/
  background-size: 0% 10px;
  background-repeat: no-repeat;
  transition:
    background-size 0.4s,
    background-position 0s 0.3s; /*change after the size immediately*/
}


[data-tooltip] {
  position: relative; /* Относительное позиционирование */ 
 }
 [data-tooltip]::after {
  content: attr(data-tooltip); /* Выводим текст */
  position: absolute; /* Абсолютное позиционирование */
  min-width: 300px;; /* Ширина подсказки */
  left: 0; top: 0; /* Положение подсказки */
  background: #272727; /* Синий цвет фона */
  color: #fff; /* Цвет текста */
  padding: 0.5em; /* Поля вокруг текста */
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
  pointer-events: none; /* Подсказка */
  opacity: 0; /* Подсказка невидима */
  transition: 1s; /* Время появления подсказки */
  border-radius: 30px;
  z-index: 9999;
 } 
 [data-tooltip]:focus::after {
  opacity: 1; /* Показываем подсказку */
  top: 2em; /* Положение подсказки */
 }

#nav-main:hover {
  background-position: 100% 0%; /*OR bottom right*/
  background-size: 100% 10px;
}







.social_link{
    padding-left: 5px;
    
}



#social_networks{
    margin-top: 10px;
    text-align: center;
}

#toggler{
    background-image: url(toggler.svg);
}


.text-wrap { font-size: 2.7rem; }

@media (min-width: 450px) {
  .text-wrap { font-size: 4.3em; }
}

@media (min-width: 960px) {
  .text-wrap { font-size: 4.3rem; }
}

#header{
    
    margin-top: 30%;
    margin-bottom: 30%;
    
    
}

@keyframes punctanim {
  0%{
    opacity: 100%;
    
  }
  50%{
    opacity: 100%;
    
  }
  
  51%{
    opacity: 0%;
  }
  100%{
    opacity: 0%;
    
  }
}

#punct{
  animation: punctanim 1.2s infinite;
  color: rgba(177,64,255,1);
 
}

.slogan{
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 16pt;
    font-weight: 500;
    
}









  #maingif{
      position: relative;
      display: block;
      z-index: 201;
      top: 40pt;
      left: 100px;
     ;
  }

  #btnmain1{
    background-color: #242424;
   color: white;
   padding:10px;
   border: 5px solid transparent;
   border-radius:45px;
   display:inline-block;
   margin: 75px 0;
   box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
 

  }








  #btnmain1:hover{
    color: white;
    background-color: #9117d3;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
   
  }
 
  #btnmain2{
   background-color: #9117d3;
   color: white;
   padding:10px;
   border: 5px solid transparent;
   border-radius:45px;
   display:inline-block;
   margin: 75px 0;
   box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
   

  }
  #btnmain2:hover{
    color: rgb(0, 0, 0);
    background-color: #fdd4bd;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
   
  }


div.scrolling-limit{
  width: 100%;
  height: 40px;
  
  

  overflow:hidden;
  white-space:nowrap;
  color: white;
  font-size: 20px;
  font-weight: 500;
}

div.scrolling{
  position: relative;
  -webkit-animation: scroll 20s infinite linear;;
  -moz-animation: scroll 20s infinite linear;
  -o-animation: scroll 20s infinite linear;
  animation: scroll 20s infinite linear;
}

@keyframes scroll{
    0%   {left: 500px;}
    100% {left: -950px;}
}
@-webkit-keyframes scroll{
    0%   {left: 500px;}
    100% {left: -950px;}
}



  


  #infoblock {
    background: linear-gradient(-45deg, rgba(177,64,255,1), rgba(238,176,174,1));
    background-size: 200% 200%;
    animation: gradient 15s ease infinite;
    border-radius: 45px;
  }
  
  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }




  @media (min-width: 450px) {
    #infoblock {  height: 500px; }
  }
  
  @media (min-width: 960px) {
    #infoblock {  height: 300px; }
  }


  .text_infoblock{
    color: white;
    font-size: 58px;
    font-weight: 600;
    font-family: 'TT Norms Pro';
    
  }




  .desc_infoblock{
    position: relative;
    left: 30px;
    bottom: 30px;
    color: white;
    font-weight: 400;
    font-family: 'TT Norms Pro';
  }


#kvantum_text{
  margin-top: 50px;;
}



.allheaders { font-size: 2.2rem;
margin-bottom: 50px; }

@media (min-width: 450px) {
  .allheaders { font-size: 3.2em; }
}

@media (min-width: 960px) {
  .allheaders { font-size: 3.2rem; }
}

.btn_dircetion{
  background: white;
 color: #242424;
 
 padding:10px;
 border: 3px solid #242424;
 border-radius:45px;
 display:inline-block;
 margin: 75px 0;
 height: 90px;
 width: 140px;
 /* box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); */
 transition: 0.5s all;
 
 font-family: 'RF Tone';
 font-weight: 800;
 font-size: 20px;
}


@media (min-width: 450px) {
  .btn_dircetion { font-size: 3.2em; 
    height: 80px;
    width: 130px;
    font-size: 14px;
  }
}

@media (min-width: 960px) {
  .btn_dircetion { font-size: 3.2rem; 
    height: 80px;
    width: 200px;
    font-size: 16px;
  }
}





.btn_dircetion:hover{
  background: rgba(177,64,255,1);
 color: white;
 padding:10px;
 border: 3px solid white;
 border-radius:45px;
 display:inline-block;
 margin: 75px 0;
 /* box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); */
 transition: 0.5s all;
}



#card_use_0{
  background-color: #ffe0ce;
}

#card_use_0:hover {
  background-color: rgb(27, 27, 27);
  color: white;
  cursor: pointer;
  transition-property: border;
transition-duration: 1s;
}

#card_use_1{
  background-color: #fcc7a8 ;
  
  position: relative;
  
  
}
#card_use_1:hover {
  background-color: rgb(27, 27, 27);
  color: white;
  cursor: pointer;
  transition-property: border;
transition-duration: 1s;
}

#card_use_2{
  background-color: #a129e0;
  color: white;
}

#card_use_2:hover {
  background-color: rgb(27, 27, 27);
  color: white;
  cursor: pointer;
  transition-property: border;
transition-duration: 1s;
}










  .card_use{
  
    border-radius: 30px;
    text-align: center;
    padding: 8% 5% 8% 5%;
    margin: 8% 3% 8% 3%;
    height: fit-content;
  }

 
    
  


.card_use h2{
  font-size: 3vh;
  padding-top: 3%;
  padding-bottom: 5%;
  font-weight: 600;
  
}

#card_use_1:hover h2{
  
  transition: 0.8s;
}

.card_use p{
  font-size:14pt;
  padding-top: 5%;
  padding-bottom: 10%;
  text-align: left;
}








.card_emoji{
  text-align: center;
  font-size: 7vh;
}



#discord_div{
  text-align: center;
}

@media (min-width: 960px) {
  #discord_div { 
    text-align: left;
    margin-left: 5%;
  }
}


#discord_image{
  width: 80%;
 
}

@media (min-width: 450px) {
  #discord_image { 
    width: 300px;
    
  }
}

@media (min-width: 960px) {
  #discord_image { 
    width: 550px;
    
  }
}

#discord_text{
  margin-top: 20px;
}

#channel{
background-color: rgba(41, 41, 41, 0.911);
border-radius: 20px;
padding: 5px;
color: white;
margin-right: 2%;
}

#channels span span{
  font-size: 20px;
  font-weight: 500;
  }




  
.mp_card_anons{
  background-color: rgb(27, 27, 27);
  border-radius: 30px;
    color: white;
    padding: 8% 5% 0% 5%;
    margin: 8% 3% 8% 3%;
    height: fit-content;
    font-size: 15px;
    border: #a129e0 solid 1px;
}

.mp_card_anons:hover h2{
  
  background-position: 0% 0%; /*OR bottom right*/
  background-size: 50% 50px;
  
}

.mp_card_anons h2{
  font-weight: 900;
  font-size:xx-large;
}



.mp_card_anons h2{
  

background-image: linear-gradient(to right,rgba(177,64,255,1), rgba(238,176,174,1));
background-position: 0 0%; /*OR bottom left*/
background-size: 0% 50px;
background-repeat: no-repeat;
transition:
  background-size 0.4s,
  background-position 0s 0.3s; /*change after the size immediately*/
}


.card_emoji_anons{
  
  margin-left:auto;
  width:7em;
   left: 35px;
  bottom: 55px;
  position: relative;
  background-image: radial-gradient(circle at 0 0, hotpink, slateblue);
  border-radius: 90px;
  
}


.mp_card_anons span{
  
 background-color: rgb(250, 196, 126);
 font-size: 2em;
 position: relative;
 bottom: 2em;
 color: black;
  
}




.mp_card_anons:hover {
  background-color: rgb(27, 27, 27);
  color: white;
  cursor: pointer;
  transition-property: border;
transition-duration: 1s;
}

.emoji_anons{
  font-size: 70px;

 
}

.content_anons{
  margin-top: -50px;
}


/*TUTORS*/
/*TUTORS*/
/*TUTORS*/

#navbar_tutors{
  color: black;
}


.card_tutors{
  background-color: rgb(255, 253, 247);
  border-radius: 30px;
    color: rgb(27, 27, 27);
    padding: 8% 5% 0% 5%;
    margin: 8% 3% 8% 3%;
    height: fit-content;
    font-size: 15px;
    border: #a129e0 solid 1px;
}

.card_tutors:hover{
  background-color:#242424;
  color: white;
}


.card_tutors:hover h3{
  
  background-position: 0% 0%; /*OR bottom right*/
  background-size: 100% 10%;
  
}

.card_tutors h2{
  font-weight: 900;
  font-size:xx-large;
}



.card_tutors h3{
  

background-image: linear-gradient(to right,rgba(177,64,255,1), rgba(238,176,174,1));
background-position: 0 0%; /*OR bottom left*/
background-size: 0% 10%;
background-repeat: no-repeat;
transition:
  background-size 0.4s,
  background-position 0s 0.3s; /*change after the size immediately*/
}

.card_tutors span{
  
  background-color: rgb(250, 196, 126);
  font-size: 2em;
  position: relative;
  bottom: 2em;
  
  color: black;
   
 }

 .content_tutors{
  margin-top: -50px;
}

#main_image{
  
  
  position: relative;
  
}




#main_h{
  text-align: center;
  
  font-size: 6ch;
}






.container_image {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 160px));
  grid-auto-rows: 200px;
  grid-auto-flow: row dense;
  grid-gap: 23px;
  justify-content: center;
}

.card-top, .card-right, .card-bottom, .card-left {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  border-radius: 97px;
  box-shadow: 0px 3px 9px 1px rgba(0, 10, 20, 0.2);
 border: 5px solid white;
}


.card-top:hover, .card-right:hover, .card-bottom:hover, .card-left:hover {
  background-color: #242424;
  border-width: 1ch;
  border-image: linear-gradient(#ac0fd3 , #f8b995);
  
}

.card-left:hover .card-text, .card-right:hover .card-text, .card-top:hover .card-text, .card-bottom:hover .card-text {
  transition: all 0.5s;
  color: white;
}

.card-top {
  flex-direction: column;
  grid-column: auto/span 1;
  grid-row: auto/span 2;
}

.card-right {
  flex-direction: row-reverse;
  grid-column: auto/span 2;
  grid-row: auto/span 1;
}

.card-bottom {
  flex-direction: column-reverse;
  grid-column: auto/span 1;
  grid-row: auto/span 2;
}

.card-left {
  flex-direction: row;
  grid-column: auto/span 2;
  grid-row: auto/span 1;
}

.card-image {
  display: flex;
  
}

.card-top .card-image, .card-bottom .card-image {
  height: 50%;
  width: 100%;
}

.card-left .card-image, .card-right .card-image {
  height: 100%;
  width: 50%;
}



.card-image img {
  width: 100%;
  object-fit: cover;
}

.card-top img {
  border-radius: 95.2380952381px 95.2380952381px 0 0;
}

.card-right img {
  border-radius: 0 95.2380952381px 95.2380952381px 0;
}

.card-bottom img {
  border-radius: 0 0 95.2380952381px 95.2380952381px;
}

.card-left img {
  border-radius: 95.2380952381px 0 0 95.2380952381px;
}

.card-text {
  align-self: center;
  padding: 23px;
  font-weight: 900;
  color: black;
  text-decoration: none;
}


.card-top .card-text {
  height: auto;
  width: auto;
  padding-bottom: 36.8px;
}

.card-right .card-text {
  height: auto;
  width: 50%;
  padding-left: 36.8px;
}

.card-bottom .card-text {
  height: auto;
  width: auto;
  padding-top: 36.8px;
}

.card-left .card-text {
  height: auto;
  width: 50%;
  padding-right: 36.8px;
}

.card-text p {
  margin: 0;
  line-height: 1.35em;
  
}

@media (max-width: 500px) {
  .card-top {
    flex-direction: row;
    grid-column: auto/span 2;
    grid-row: auto/span 1;
  }

  .card-bottom {
    flex-direction: row-reverse;
    grid-column: auto/span 2;
    grid-row: auto/span 1;
  }

  .card-top .card-image, .card-bottom .card-image {
    height: 100%;
    width: 50%;
  }

  .card-top img {
    border-radius: 95.2380952381px 0 0 95.2380952381px;
  }

  .card-bottom img {
    border-radius: 0 95.2380952381px 95.2380952381px 0;
  }

  .card-top .card-text {
    height: auto;
    width: 50%;
    padding-right: 36.8px;
  }

  .card-bottom .card-text {
    height: auto;
    width: 50%;
    padding-left: 36.8px;
  }
}
@media (max-width: 400px) {
  .card-image {
    width: 38% !important;
  }

  .card-text {
    width: 62% !important;
  }
}


#directions{
  margin-top: 100px;
  margin-bottom: 150px;
}