@charset "utf-8";
/* CSS Document */

/* базовые стили для всей страницы */
html, body {
  font-size: 1rem; /* Это будет 16px */   
  line-height: 1.4;  /*Было 1.5*/
  text-align: left;
  font-family: normal "Arial", Helvetica, sans-serif;

  overflow-x: hidden;
}

p {
  font-size: 1rem; /* 16px */
  word-spacing: normal;
  text-align: left; /* <-- вот это вместо justify */
}



.drop-cap {
  font-family: 'MultiType Gamer Chess', sans-serif;
  font-size: 5em;
  line-height: 1;
  float: left;
  margin-right: 0.1em; /* увеличен отступ справа */
  margin-top: -0.1em;
  font-weight: 400;
  padding: 4px;
}

/* Адаптация под смартфон */
@media (max-width: 600px) {
  .drop-cap {
    font-size: 3.5em; /* уменьшаем на телефонах */
    margin-right: 0.1em;
    line-height: 1;
  }
}



/* /////   NAV BAR HEADER  STYLE ////// */
.navbar-header {
    background-image: -webkit-linear-gradient(114deg,rgba(15,15,15,1.00) 0%,rgba(61,61,61,1.00) 100%);
    background-image: -moz-linear-gradient(114deg,rgba(15,15,15,1.00) 0%,rgba(61,61,61,1.00) 100%);
    background-image: -o-linear-gradient(114deg,rgba(15,15,15,1.00) 0%,rgba(61,61,61,1.00) 100%);
    background-image: linear-gradient(336deg,rgba(15,15,15,1.00) 0%,rgba(61,61,61,1.00) 100%);
}

/* /////   END HEADER  STYLE////// */





/* /////   SUB FOOTER STYLE ////// */
.sub-footer {
    border-top: 3px solid #FFC633;
    bottom: 0px;
    width: 100%;
    line-height: 50px; /* Vertically center the text there */
    padding-top: 50px;
   background: linear-gradient(-45deg, #0F0F0F 0%, #222222 100% );   
  color: #e8e8e8;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);   
}
/*.sub-footer p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 18px;
}
.sub-footer a {
	color: #FF9800;
	text-decoration: none;
}*/
/* /////   END SUB FOOTER STYLE ////// */






/* Center the loader */
#loader {
  z-index: 1;
  width: 250px;
  height: 250px;
  border: 7px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {  /*//// ВАЖНО - Скрывакет Контент из Google SEO ////*/
  display: none;
  text-align: center;
}
/*///  END  //////*/







/*////////    LIGHT BOX IMG  ///// */

/*Слайдер  фото в div текстах */
/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
/*////   END  /////*/




/* LazyLoad  - Обёртка с прелоадером */
/* Обёртка с прелоадером   ДЛЯ PORTFOLIO.HTML   */
.preloader {
  position: relative;
  display: block;
  width: 100%;
  max-width: 600px;              /* можешь убрать/поменять */
  margin: 0 auto;

  background-color: #111;
  background-image: url("../loader.gif");  /* твой gif */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;

  overflow: hidden;
}

/* Картинка внутри прелоадера */
.preloader .lazy {
  display: block;
  width: 100%;
  height: auto;                  /* сохраняем пропорции файла */
  opacity: 0;                    /* изначально спрятана */
  transition: opacity 0.4s ease; /* плавное появление */
}

/* Опционально: защита от пустых src вообще по сайту */
img:not([src]) {
  visibility: hidden;
}












.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*width: 50%;*/
}






.img-float {
	margin-right: 9px;
	float: left;
	padding-top: 3px;
	margin-bottom: 2px;	
    padding-right: 15px;
}







/* If the screen size is 1200px wide or more, set the font-size to 80px */
@media (min-width: 1200px) {
  .responsive-font-example {
    font-size: 35px;
  }
}
/* If the screen size is smaller than 1200px, set the font-size to 80px */
@media (max-width: 1199.98px) {
  .responsive-font-example {
    font-size: 25px;
  }
}

@media (max-width: 450.98px) {
  .responsive-font-example {
    font-size: 20px;
  }
}




/*////  POLICY START  /////  */
blockquote {
  background: #FBF7EA;
  border-left: 10px solid #FCF9CB;
  margin: 0,5em 10px;
  padding:  10px;
  quotes: "\201C""\201D""\2018""\2019";
}
/*////   END  ////  */

/* If the screen size is 1200px wide or more, set the font-size to 80px */
@media (min-width: 1200px) {
  .responsive-font {
    font-size: 37px;
  }
}
/* If the screen size is smaller than 1200px, set the font-size to 80px */
@media (max-width: 1199.98px) {
  .responsive-font {
    font-size: 34px;
  }
}	  
	  
	  
.padding {
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}	  
	  

hr.style5 {
	background-color: #fff;
	border-top: 3px dashed #000000;
}  





/*<!--..../////////  HR DIVIDER ///////.......-->*/
.fancy {
  --b: 4px;   /* control the border thickness */
  --w: 80px;  /* control the width of the line*/
  --g: 15px;  /* control the gap */
  --c: #385868;
 
  width: fit-content;
  padding: 0 1em;
  border: 10px solid;
/*  color: #fff;*/
  background: 
    conic-gradient(from   45deg at left ,var(--c) 25%,#0000 0) 0,
    conic-gradient(from -135deg at right,var(--c) 25%,#0000 0) 100%;
  background-size: 51% 100%;
  background-origin: border-box;
  background-repeat: no-repeat;
  border-image: 
     linear-gradient(
       #0000      calc(50% - var(--b)/2),
       var(--c) 0 calc(50% + var(--b)/2),
       #0000    0) 
    1/0 var(--w)/calc(var(--w) + var(--g));
  margin-inline: auto;
}
/*<!--//// END //// -->*/





.separator{
  display:flex;
  align-items: center;
}

.separator .line{
  height: 2px;
  flex: 1;
  background-color: #2CA6FF;
    
}

.separator strong {
  padding: 0 1rem;
}






/*////   DIVIDER ///////*/
.divider-my
{
	position: relative;
	margin-top: 5px;
	height: 1px;
}

.div-transparent:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, rgba(15,179,239,1.00), transparent);
}
.div-dot:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: -8px;
	left: calc(50% - 9px);
	width: 18px;
	height: 18px;
	background-color: #FFFFFF;
	border: 1px solid rgba(28,166,255,1.00);
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px #00B3FF,
					0 0 0 1px #00B3FF;
}


.list-style-image {
  background: url('../Images/Img/favicon.ico') no-repeat left center;
       padding: 5px 10px 5px 25px;
        list-style: none;
        margin: 0;
        vertical-align: middle;
       text-align: left;
}




/*////   Scroll Down to Reveal  /////   */
.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}


/*///   YOUTUBE /// */
.video {
  float: right;
    padding: 10px;
}
/*p {text-align: justify;}


.left {
    text-align: justify;}
}
*/

/*//////   NAV BAR КНОПКА  ///// */
.navbar-toggler{
background-color: #FF00DF;  
     margin-top: 10px; 
   
 }

.navbar-toggler-icon { 
   display: inline-block;
  width: 1.7em;
  height: 1.7em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;  
}
/*////   END  //////  */







/*/////   FOTO ANIM BLUR /////  */

.box-1 {
  position: relative;
  width: 300px;
  height: 400px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.box-1::after,
.border-blur::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background-image: conic-gradient(
    transparent,
    transparent,
    transparent,
    #d400d4
  );
  animation: animate 4s linear infinite;
  animation-delay: -2s;
}
.box-1::before,
.border-blur::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background-image: conic-gradient(
    transparent,
    transparent,
    transparent,
    #00ccff
  );
  animation: animate 4s linear infinite;
}
@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.box-1 span {
  position: absolute;
  inset: 1px;
  border-radius: 0px;
  background: #000A1F;
  z-index: 1;
}









.line {
  border-left: 1px solid rgba(0,157,255,1.00);
  height: 100%;
}




/*/////////   КНОПКА ///////////  */
.shadow__btn {
  padding: 10px 20px;
  border: none;
  font-size: 17px;
  color: #000000;
  border-radius: 7px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s;
  transition-property: box-shadow;
}

.shadow__btn {
  background: rgb(0,140,255);
  box-shadow: 0 0 25px rgb(0,140,255);
}

.shadow__btn:hover {
  box-shadow: 0 0 5px rgb(0,140,255),
              0 0 25px rgb(0,140,255),
              0 0 50px rgb(0,140,255),
              0 0 100px rgb(0,140,255);
}
/*/////////  END КНОПКА ///////////  */






/*//////  CONTACT FORM STYLES ///////////  */

input[type=email], input[type=text], textarea {
    background-color: #C4ECFF;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    border-radius: 10px;
    border: none;
    transition: background-color 0.3s; /* Добавим плавный переход */
}

/* Стили для изменения фона при наведении и фокусе */
input[type=email]:hover, input[type=email]:focus, 
input[type=text]:hover, input[type=text]:focus, 
textarea:hover, textarea:focus {
    background-color: #FFFFFF; /* Цвет фона при наведении и фокусе */
}

input[type=submit] {
    background-color: #569CE4;
    font-size: 15px;
    letter-spacing: 1px;
    color: white;
    padding: 13px 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    color: #000000;
}
/* * Конец *  */


/* ///////////   BG VIDEO  DOLLAR  ////////// */
    /* BACKGROUND VIDEO */
#header-content{
  position: relative;
  text-align: center;
  width: 100%;
  max-height: 600px;
  background: #222;
  overflow: hidden;
  -webkit-transition: .2s;
     -moz-transition: .2s;
      -ms-transition: .2s;
       -o-transition: .2s;
          transition: .2s;
}

#header-text{
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
}
#header-text h6{
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  opacity: 0;
  text-transform: uppercase;
 /* color: #FF0093;*/
 /* font-size: 2em;*/
  font-weight: 700;
  letter-spacing: .05em;
  cursor: default;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: fadeup 1.5s forwards ease;
          animation: fadeup 1.5s forwards ease;
  -webkit-animation-delay: .2s;        
          animation-delay: .2s;
}
@-webkit-keyframes fadeup{
  100% { top: 50%; opacity: 1 }
}
@keyframes fadeup{
  100% { top: 50%; opacity: 1 }
}

#reel{
  width: 100%;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
  overflow: hidden;
  display: block;
}


@media all and (min-width: 960px){ /*FOR DESKTOP Greater than 980px width screen*/
 
  #header-text h6, #header-text p{
    max-width: 700px;
    font-size: 4.5em;
  }
  #header-text p{
    top: 45%;
    font-size: 1em;
  }  
  .text-holder{
    padding: 30px;
  }  
}


/*////  ЦИТАТА ////*/
blockquote {
    font-size: 1.1em;
    line-height: 1.6em;
    padding: 20px 20px 20px 40px;
    border-left: none;
    position: relative;
    text-indent: -19px
}

section#block_content {
    min-height: 0px;
    padding-top: 0px;
    text-align: left
}

blockquote p {
    font-size: 1em
      
}

blockquote:before,
blockquote:after {
    font-family: Arial, serif;
    font-size: 2.5em;
    vertical-align: middle;
    line-height: 0
}

blockquote:before {
    content: open-quote;
    margin-right: 4px
}

blockquote:after {
    content: close-quote;
    margin-left: 3px
}

blockquote.blockstyle,
blockquote.style2 {
    background: #343434;
    font-style: italic
}

blockquote.blockstyle p,
blockquote.style2 p {
    display: inline
}

blockquote.blockstyle:before,
blockquote.blockstyle:after {
    color: #FF1F00
}




/*БЕГУЩАЯ СТРОКА */
.marquee-container {
  width: 100%;
  height: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #000;
  border-top: 1px solid #181818;
  border-bottom: 1px solid #181818;
}

.marquee-track {
  display: flex;
  white-space: nowrap;
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000;
}

.marquee-track span {
  font-size: 1.2em;
  font-weight: 100;
  color: #8EDCFF;
  padding-right: 10px; /*расстояние между блоками текста*/
  flex-shrink: 0;
  display: inline-block;
}


/*//////   ПОДЧЁРКИВАНИЯ ВОЛНА ////// */
.wavy {
  text-decoration: underline;
  -webkit-text-decoration-color: salmon;
  text-decoration-color: salmon;
  -webkit-text-decoration-style: wavy;
  text-decoration-style: wavy;
}

/*//////   ПОДЧЁРКИВАНИЯ ЛИНИЯ  ////// */
.fancy-2 {
  -webkit-text-decoration: hotpink double underline;
  text-decoration: hotpink double underline;
}




@media (min-width: 992px) { /* вместо 768px */
  .offer-img-card {
    max-width: 350px;
  }
}







/*///////   CROSSFADE ДЛЯ МОИХ ГАЛЕРЕЙ ///////  */
/* обёртка только вокруг картинки */
.xfade-wrap{
  position: relative;
  overflow: hidden;
  display: block;
}

/* обе картинки заполняют обёртку */
.xfade-wrap > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;  /* если нельзя резать — поменяй на contain */
}

/* верхний слой, который появляется */
.xfade-top{
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 600ms ease;
}





/* ===== NAV GLASS ON SCROLL ===== */
#mainNav.nav-glass{
  /* Эти 4 переменные крутит JS при скролле */
  --glass-a: 0;        /* 0..0.55 */
  --glass-blur: 0px;   /* 0px..14px */
  --glass-shadow: 0;   /* 0..0.35 */
  --glass-border: 0;   /* 0..0.35 */

  background-color: rgba(15,15,15,var(--glass-a));
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(140%);
  backdrop-filter: blur(var(--glass-blur)) saturate(140%);
  box-shadow: 0 10px 30px rgba(0,0,0,var(--glass-shadow));
  border-bottom: 1px solid rgba(255,198,51,var(--glass-border));

  transition:
    background-color .20s ease,
    box-shadow .20s ease,
    border-color .20s ease,
    backdrop-filter .20s ease,
    -webkit-backdrop-filter .20s ease;

  will-change: background-color, backdrop-filter, box-shadow, border-color;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  #mainNav.nav-glass{
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  #mainNav.nav-glass { transition: none; }
}
