@import url('https://fonts.googleapis.com/css2?family=Gasoek+One&family=Manrope:wght@200..800&display=swap');
.home-page-title .content.main-page-promo{
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Open Sans', Arial, sans-serif;
  z-index: 0;
  overflow: hidden;
  background: #08082B url("bg-slide-promo.jpg") repeat 45% 65%;
}
.home-page-title .content.main-page-promo:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(60deg, rgba(0,15,22,0.6) 0%, rgba(3,43,69,0.5) 20%,rgba(58,25,44,0.5) 60%, rgba(0,15,22,0.6) 100%);*/
}
.home-page-title .content.main-page-promo .info-promo{
    z-index: 5;
    position: relative;
}
.home-page-title .content.main-page-promo h1{
    font: 400 8rem/1 'Gasoek One', sans-serif;
    text-transform: none;
    padding-top: 40px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    -webkit-text-stroke-width: 2px;
    -moz-text-stroke-width: 2px;
    position:relative;
    color: transparent;
}
.home-page-title .content.main-page-promo h1>div{
	margin: 0 auto;
	text-shadow:none;
	position: relative;
	display: inline-block;  

  color: rgba(0, 0, 0, 0.1);
  text-shadow:
    0 0 12px rgba(22, 10, 10, 0.50),
    0 0 4px rgba(22, 10, 10, 0.50),
    0 0 2px rgba(22, 10, 10, 0.70),
    0 -1px 8px rgba(4, 185, 255, 0.6),
    0 0 8px rgba(4, 185, 255, 0.8),
    0 0 12px rgba(4, 164, 224, 0.25),
    0 0 42px rgba(4, 185, 255, 0.5);

  -webkit-text-stroke-color: rgba(4, 164, 224, 0.8);
  -moz-text-stroke-color: rgba(4, 164, 224, 0.8);

  animation: text 12s 3s 1 forwards, blink 3s 3 forwards;
  animation-fill-mode: forwards;


}

@keyframes blink {
  40% {
    opacity: 1;
  }
  42% {
    opacity: 0.75;
  }
  43%,45%,46% {
    opacity: 1;
  }
}

@keyframes text {
  0%{
    color: rgba(0, 0, 0, 0.1);
  }
  46% {
    color: rgba(0, 0, 0, 0.1);
    -webkit-text-stroke-color: rgba(4, 164, 224, 0.8);
    -moz-text-stroke-color: rgba(4, 164, 224, 0.8);
    text-shadow:
    0 0 12px rgba(22, 10, 10, 0.50),
    0 0 4px rgba(22, 10, 10, 0.50),
    0 0 2px rgba(22, 10, 10, 0.70),
    0 -1px 8px rgba(4, 185, 255, 0.6),
    0 0 8px rgba(4, 185, 255, 0.8),
    0 0 12px rgba(4, 164, 224, 0.25),
    0 0 14px rgba(4, 164, 224, 0.5),
    0 0 42px rgba(4, 185, 255, 0.5);
  }
  48% {
    color: rgba(255, 255, 255, 1);
    -webkit-text-stroke-color: rgba(16, 16, 16, 0);
    -moz-text-stroke-color: rgba(16, 16, 16, 0);
    text-shadow:
    0 0 12px rgba(16, 16, 16, 0.50),
    0 0 4px rgba(16, 16, 16, 0.50),
    0 0 2px rgba(16, 16, 16, 0.70),
    0 -1px 8px rgba(4, 185, 255, 0),
    0 0 8px rgba(4, 185, 255, 0),
    0 0 12px rgba(4, 164, 224, 0),
    0 0 14px rgba(4, 164, 224, 0),
    0 0 42px rgba(4, 185, 255, 0);
  }
  100% {
    color: rgba(255, 255, 255, 1);
    -webkit-text-stroke-color: rgba(16, 16, 16, 0);
    -moz-text-stroke-color: rgba(16, 16, 16, 0);
    text-shadow:
    0 0 12px rgba(16, 16, 16, 0.50),
    0 0 4px rgba(16, 16, 16, 0.50),
    0 0 2px rgba(16, 16, 16, 0.70),
    0 -1px 8px rgba(4, 185, 255, 0),
    0 0 8px rgba(4, 185, 255, 0),
    0 0 12px rgba(4, 164, 224, 0),
    0 0 14px rgba(4, 164, 224, 0),
    0 0 42px rgba(4, 185, 255, 0);
  }
}

.home-page-title .content.main-page-promo .sub-title{
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  padding: 30px 0 0;
}

.home-page-title .content.main-page-promo .sub-title + div{
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

/**/
.home-page-title .content.main-page-promo .products {
    display:table;
    text-align: center;
    padding: 60px 0 20px 40px;
    width: 100%;
    margin: 0 auto;
}
.home-page-title .content.main-page-promo .col-product{
    display: table-cell;
    padding: 0 0 35px 30px;
    text-align: center;
    min-width: 425px;
    min-height: 400px;
}
.home-page-title .content.main-page-promo .col-product i{
    display: inline-block;
    height: 85px;
    width: 85px;
    background: url('ico-products.png') no-repeat center 0;
    background-size: 88px auto;
    margin: 7px 25px 40px 0;
    float: left;
    border-radius: 85px;
    outline: 4px solid #f1f1f1;
    background-color: #ffffff;
}
.home-page-title .content.main-page-promo .col-product i.ico-dtlite{
  background-position: center -1px;
  box-shadow: rgb(33 150 243 / 30%) 0 0 20px;
}
.home-page-title .content.main-page-promo .col-product i.ico-dtultra{
  background-position: center -89px;
  box-shadow: rgb(251 161 45 / 30%) 0 0 20px;
}
.home-page-title .content.main-page-promo .col-product p.price,
.home-page-title .content.main-page-promo .col-product p.title{
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0 18px 0;
    color: #fff;
    text-shadow: none;
    text-align: left;
}
.home-page-title .content.main-page-promo .col-product p.price{
    margin: 10px 0 25px 0;
    text-align: left;
    font-size: 27px;
}
.home-page-title .content.main-page-promo .col-product p,
.home-page-title .content.main-page-promo .col-product s{
    font-size: 20px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 5px 0;
    line-height: 24px;
}
.home-page-title .content.main-page-promo .col-product .button-holder{
  /* float:left; */
  margin-left: 0;
  text-align: left;
}
/**/
.home-page-title .content.main-page-promo .link-promo{
    text-align: center;
    clear: left;
    margin: 0 auto;
    padding: 0px 0 40px 0;
    display: block;

}
.home-page-title .content.main-page-promo .link-promo div{
    margin-bottom: 24px;
    color: #fff;
    font-size: 30px;
}
.content.main-page-promo .button{
    min-width: 100px;
    border-radius: 0;
    font: 600 18px/24px 'Open Sans', Arial, sans-serif;
    padding: 14px 40px;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 185, 70, 0.1);
    transition: all 0.15s linear;
}
.content.main-page-promo .button:hover,
.content.main-page-promo .button:active{
    margin-top: 0px;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 185, 70, 0.5);
}
/**/
#homepage.promo-active.slide-0 .header_wrap{
    background: #131313;;
    transition: all 0.1s cubic-bezier(0, 1.47, 1, 1);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15);
}
/*lang*/

