@charset "utf-8";
/* CSS Document */

/*/// ЦВЕТ НАВИГАЦИИ ///*/
nav .navbar-nav li a{  
  color: #D35FFF !important;
  }

.text-color {
color: rgba(208,223,231,1.00);    
}

.trademark_pladesov  {
font-family: 'Teko', sans-serif;
/*	font-size: 50px;	         //// Редактировать в Анимации /// 
	text-transform: uppercase;
	color: #FFF;	
	margin-bottom: 0px;	*/ 
    text-shadow: rgba(10,156,247,0.34) 0px 0px 28px;
	}

.trademark {
  position: relative;
  top: -30px;
color: #D85DEA;
}

.tiny5-regular {
  font-family: "Tiny5", sans-serif;
  font-weight: 400;
  font-style: normal;
font-size: 55px;
}



.hachi-maru-pop-regular_ru {
  font-family: "Hachi Maru Pop", cursive;
  font-weight: 400;
  font-style: normal;
    font-size: 1.438rem;
  letter-spacing: -5px;
}
.hachi-maru-pop-regular_est {
  font-family: "Hachi Maru Pop", cursive;
  font-weight: 400;
  font-style: normal;
    font-size: 1.438rem;
  letter-spacing: 0px;
}


.beta {
  position: relative;
  top: -10px;
color: #DBDBDB;  /*#D85DEA;*/
  left: 100px;
    font-size: 12px;
}

.trademark_studio-boutique {
font-family: 'Caveat', cursive;
    position: relative;
    top: -10px;
    text-decoration: none;
  /*  text-align: center;*/
    /*padding-right: 15px;*/
    color: #D1D1D1;
    font-style: normal;
    font-size: 17px;
    font-weight: 100;
    list-style-type: none;
    letter-spacing: 1px;
}

.trademark_studio-boutique-quote {
font-family: 'Caveat', cursive;
    position: relative;
    top: 0px;
    text-decoration: none;
  /*  text-align: center;*/
    /*padding-right: 15px;*/
   /* color: #E8E8E8;*/
    font-style: normal;
    font-size: 16px;
    font-weight: 100;
    list-style-type: none;
    letter-spacing: 0px;
    line-height: 18px; 
}

.padding-logo {
padding-left: 20px;
    
}

  
.nav-font { /* ----   NAV BUTTON FONT  ----- */
font-family: 'Teko', sans-serif;
font-size: 30px;
text-transform: uppercase;    
 line-height: 30px;
letter-spacing: 3px;
}     

.nav-font_ru_est_eng {
  font-family: "Russo One", sans-serif;
  font-size: 19px;	
  font-weight: 400;
  font-style: normal;
	text-transform: uppercase;    
 line-height: 30px;
letter-spacing: 3px;
}   


.pladesov {
font-family: 'Alumni Sans', sans-serif;
font-size: 45px;
/*color: #D9D9D9;*/
    line-height: 28px; 
} 

.stick-regular {
  font-family: "Stick", sans-serif;
  font-weight: 400;
  font-style: normal;
color: #FFFFFF;
text-shadow: 4px 3px 0px #0093D5;
}




.hr-text {
  border: 0;
  line-height: 1em;
  position: relative;
  text-align: center;
  height: 1.5em;
  font-size: 14px;
  margin: 30px 15px;
}

.hr-text::before {
    content: "";
    background: linear-gradient(to right, transparent, white, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text::after {
    content: attr(data-content);
    position: relative;
    padding: 0 7px;
    line-height: 1.5em;
    color: white;
    background-color: #1a1a1a;
}


.youtube {
background: rgb(65,65,65);
background: -moz-linear-gradient(153deg, rgba(65,65,65,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(153deg, rgba(65,65,65,1) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(153deg, rgba(65,65,65,1) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#414141",endColorstr="#000000",GradientType=1);   
}







/*
*
* ==========================================
* NORDIC FACE VIDEO
* ==========================================
*
*/

.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(100vh - 72px);
  min-height: 55rem;
  width: 100%;
  overflow: hidden;
}

.video-background-holder iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
/*  background-color: black;
  opacity: 0.5;*/
  z-index: 1;
}

/*
*
* ==========================================
* END ORDIC FACE VIDEO
* ==========================================
*
*/






/*<!--/////   КАРТИНКА ПЕРЕД ТЕКСТОМ  //////  -->*/
/*.main-title::before {
  display: inline-block;
  content: "";
  background-image: url('../Images/641985.png');
  background-size: cover;
  position:relative;
  top: 22px;  
  width: 64px;
  height: 64px;
  margin-right: 16px; 
}
*/





/*//////   SCROLL  BAR  ///////  */

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 6px;
  background: #BECC06;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 6px;
  width: 0%;    
background: rgb(38,0,82);
background: linear-gradient(90deg, rgba(38,0,82,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}
/*//////   END  SCROLL  BAR  ///////  */


/*////  GOOGLE MAP /////*/

iframe {
filter:invert(90%)
}

#mystyle {
filter:invert(0%)
}






/*/////   GRADIENT FOOTER /////  */
.gradient {
/*  position: absolute;*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(-45deg, #1D1D1D, #21161A, #140021, #000000);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/*/////   GRADIENT FOOTER 2  /////  */
.gradient-fot {
/*  position: absolute;*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(-45deg, #0F0F0F, #0A0607, #0A040F, #000000);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


/*///  STRIPE + PAY PAL STYLE /// */
        .button-container {
            display: inline-block;
            overflow: hidden;
            border-radius: 5px; /* Подходит для красоты */
            transition: transform 0.3s; /* Плавный переход */
        }

        .stripe-buy-button {
            display: block; /* Обеспечим, что кнопка занимает всю ширину контейнера */
            width: 100%; 
        }

        .button-container:hover {
            transform: scale(1.05); /* Увеличение при наведении */
        }



/*//////  ПОМЕТКИ ВВЕРХУ БЛОКА ДЛЯ ТЕКСТА /////// */

/*.watermarked-img {
  position: relative;
}
.watermarked-img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5px;
  left: 10px;
  background-image: url("../Images/Img/Stopper.png");
  background-size: 100px 100px;
  background-position: 70px 23px;
  background-repeat: no-repeat;
  opacity: 0.9;
}*/


/** ТЕКСТОВЫЙ ВАРИАНТ * */
.watermarked { /* 1- ГЛАВА */
  position: relative;
}
.watermarked:after {
  content: "─ 07.2025 /// Время чтения: 17 минут"; /* Здесь вы можете указать текст */
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20px; /* Можно отрегулировать по желанию */
  left: 80px;
  font-size: 13px; /* Размер шрифта можно адаптировать */
  color: rgba(148,148,148,1.00); /* Цвет текста с прозрачностью. Можете настроить */
  text-align: left; /* Центрирование текста */
  /*opacity: 0.9;*/   /* Прозрачность, можно уменьшить или увеличить */
  pointer-events: none; /* Чтобы текст не мешал взаимодействию с элементом */
    text-decoration: underline; 
	font-weight: 700;
}


.watermarked-2 { /* 2- ГЛАВА */
  position: relative;
}
.watermarked-2:after {
  content: "─ 07.2025 /// Время чтения: 19 минут"; /* Здесь вы можете указать текст */
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20px; /* Можно отрегулировать по желанию */
  left: 80px;
  font-size: 13px; /* Размер шрифта можно адаптировать */
  color: rgba(148,148,148,1.00); /* Цвет текста с прозрачностью. Можете настроить */
  text-align: left; /* Центрирование текста */
  /*opacity: 0.9;*/   /* Прозрачность, можно уменьшить или увеличить */
  pointer-events: none; /* Чтобы текст не мешал взаимодействию с элементом */
    text-decoration: underline; 
	font-weight: 700;
}


.watermarked-3 { /* 3- ГЛАВА */
  position: relative;
}
.watermarked-3:after {
  content: "─ 07.2025 /// Время чтения: 18 минут"; /* Здесь вы можете указать текст */
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20px; /* Можно отрегулировать по желанию */
  left: 80px;
  font-size: 13px; /* Размер шрифта можно адаптировать */
  color: rgba(148,148,148,1.00); /* Цвет текста с прозрачностью. Можете настроить */
  text-align: left; /* Центрирование текста */
  /*opacity: 0.9;*/   /* Прозрачность, можно уменьшить или увеличить */
  pointer-events: none; /* Чтобы текст не мешал взаимодействию с элементом */
    text-decoration: underline; 
	font-weight: 700;
}




/** ТЕКСТОВЫЙ ВАРИАНТ ЭСТОНСКИЙ * */
.watermarked_est { /* 1- ГЛАВА */
  position: relative;
}
.watermarked_est:after {
  content: "─ 07.2025 /// Lugemisaeg: 17 minutit"; /* Здесь вы можете указать текст */
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20px; /* Можно отрегулировать по желанию */
  left: 80px;
  font-size: 13px; /* Размер шрифта можно адаптировать */
  color: rgba(148,148,148,1.00); /* Цвет текста с прозрачностью. Можете настроить */
  text-align: left; /* Центрирование текста */
  /*opacity: 0.9;*/   /* Прозрачность, можно уменьшить или увеличить */
  pointer-events: none; /* Чтобы текст не мешал взаимодействию с элементом */
    text-decoration: underline; 
	font-weight: 700;
}


.watermarked_est-2 { /* 2- ГЛАВА */
  position: relative;
}
.watermarked_est-2:after {
  content: "─ 07.2025 /// Lugemisaeg: 18 minutit"; /* Здесь вы можете указать текст */
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20px; /* Можно отрегулировать по желанию */
  left: 80px;
  font-size: 13px; /* Размер шрифта можно адаптировать */
  color: rgba(148,148,148,1.00); /* Цвет текста с прозрачностью. Можете настроить */
  text-align: left; /* Центрирование текста */
  /*opacity: 0.9;*/   /* Прозрачность, можно уменьшить или увеличить */
  pointer-events: none; /* Чтобы текст не мешал взаимодействию с элементом */
    text-decoration: underline; 
	font-weight: 700;
}


.watermarked_est-3 { /* 3- ГЛАВА */
  position: relative;
}
.watermarked_est-3:after {
  content: "─ 07.2025 /// Lugemisaeg: 15 minutit"; /* Здесь вы можете указать текст */
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20px; /* Можно отрегулировать по желанию */
  left: 80px;
  font-size: 13px; /* Размер шрифта можно адаптировать */
  color: rgba(148,148,148,1.00); /* Цвет текста с прозрачностью. Можете настроить */
  text-align: left; /* Центрирование текста */
  /*opacity: 0.9;*/   /* Прозрачность, можно уменьшить или увеличить */
  pointer-events: none; /* Чтобы текст не мешал взаимодействию с элементом */
    text-decoration: underline; 
	font-weight: 700;
}



.about {
 color: rgba(240,186,186,1.00)   
}


/** БОЛЬШАЯ ВЫПАДАЮЩАЯ БУКВА **/
.neon-text {
    /*font-size: 4rem;*/
    color: #fff;
    text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    }
    100% {
        text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff, 0 0 40px #00d4ff, 0 0 80px #00d4ff, 0 0 160px #00d4ff;
    }
}

/** ФОТОУСЛУГИ **/
.neon-text-s {
    /*font-size: 4rem;*/
    color: #fff;
    text-shadow: 0 0 5px #7F00FF, 0 0 10px #7F00FF, 0 0 20px #7F00FF, 0 0 40px #7F00FF, 0 0 80px #7F00FF;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #B51BFF, 0 0 10px #B51BFF, 0 0 20px #B51BFF, 0 0 40px #B51BFF, 0 0 80px #B51BFF;
    }
    100% {
        text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff, 0 0 40px #00d4ff, 0 0 80px #00d4ff, 0 0 160px #00d4ff;
    }
}







    .scroll-box {
      position: relative;
      max-height: 650px; /** высота блока **/
      overflow: hidden;
		top:15px; /*Отступ от даты написания */
    }

    .scroll-content {
      will-change: transform;
      padding: 20px;
    }

    .scroll-track {
      z-index: 10;
      position: absolute;
      top: 0;
      right: 0;
      width: 17px;
      height: 100%;
      background: rgba(0, 0, 0, 0.05);
      border-radius: 10px;
      pointer-events: auto;
    }

    .scroll-thumb {
      position: absolute;
      top: 0;
      right: 2px;
      width: 13px;
      height: 50px;
      background: linear-gradient(180deg, #5ac8fa 0%, #007aff 100%);
      border-radius: 10px;
      box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.5);
      cursor: pointer;
      transition: filter 0.6s ease-in-out;
      pointer-events: auto;
    }

    .scroll-thumb:hover {
      filter: brightness(0.85) saturate(1.2);
    }




