.main-section {
  background-image: radial-gradient(circle, rgb(255, 255, 255, 0.31) 1px, transparent 1px);
  background-size: 36px 36px;
  background-color: rgb(30 58 138);
}
.uk-offcanvas-bar.uk-offcanvas-bar-animation.uk-offcanvas-slide {
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.icon-calc.uk-icon {
  width: 15px;
}

.main-img {
    transition: transform 0.3s ease-out; 
    display: block;
}
.main-img:hover {
    transform: scale(1.02);
}
.main-img .el-image {
  border: 5px solid #1e40af;
  border-radius: 20px;
}
.main-slide {
    transition: transform 0.3s ease-out; 
    display: block;
}

.main-slide {
   border: 5px solid #1e40af; 
   border-radius: 20px; 
}
.main-slide:hover {
    transform: scale(1.02);
}
.main-slide .el-image {
  border-radius: 15px;
}
.main-slide .el-item {
  border-radius: 15px;
}

.uk-navbar-container {
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.card-head .el-title.uk-h5.uk-margin-xsmall-top.uk-margin-remove-bottom {
  text-transform: uppercase;
}
.card-head .el-meta.uk-text-meta.uk-margin-xsmall-top {
  text-transform: uppercase;
}
.uk-grid-divider > :not(.uk-first-column)::before {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.card-head .uk-card-secondary {
background-color: rgb(255 255 255 / 0.05);
backdrop-filter: blur(5px);
border: 1px solid #ffffff21;
}
.card-head .uk-text-warning.el-image.uk-icon {
  padding: 10px;
  background-color: rgba(250, 204, 21, 0.2);
  border-radius: 5px;
}


.main-img .el-image {
box-shadow: 3px 5px 30px 0 rgba(0,0,0,.15);
  }
  
.card-head  .uk-card {
  border-radius: 20px;
  transition: all .3s cubic-bezier(.2, .5, .3, 1);
}
.card-head  .uk-card:hover { 
transform: translateY(-5px);
}
.card-head .small.uk-card-body {
  padding: 15px 20px;
}
/*============calc===================*/
.calc .el-title.uk-h5.uk-margin-small-top.uk-margin-remove-bottom {
  text-transform: uppercase!important;
}
.el-item.uk-flex.uk-flex-column.calc1 {
  position: relative;
  overflow: hidden;
}
.el-item.uk-flex.uk-flex-column.calc1::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background-image: url("https://monolito.axireach.site/wp-content/uploads/2026/02/im-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    right: -40px;
    top: -40px;
    opacity: 0.3;
    z-index: 1;
}
.el-item.uk-flex.uk-flex-column.calc1:hover::before {
  opacity: 0.5;
}
.el-item.uk-flex.uk-flex-column.calc1 {
  border-bottom: 3px solid #facc15;
  border-radius: 8px;
}
.el-item.uk-flex.uk-flex-column.calc1:hover {
transform: translateY(-5px);
}
.el-item.uk-flex.uk-flex-column.calc1 {
transition: all .3s cubic-bezier(.2, .5, .3, 1);
}
.calc .uk-card-small.uk-card-body {
  padding: 10px 20px;
}
/*============preference==============*/
.preference .el-item.uk-card.uk-card-default.uk-card-small.uk-card-body.uk-margin-remove-first-child:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
} 
    
.preference .el-item.uk-card.uk-card-default.uk-card-small.uk-card-body.uk-margin-remove-first-child { 
border: 1px solid #aeaeae3b;
}
.preference .el-title.uk-h4.uk-text-secondary.uk-margin-xsmall-top.uk-margin-remove-bottom {
  font-size: 12px;
  text-transform: uppercase;
  word-spacing: 5px;
  letter-spacing: 1px;
}
.preference .uk-text-meta {
  font-size: 12px;
}
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-small::after, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-small::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-small::after {
  border-top-color: #facc15;
}



.poster {
  width: 800px;
  height: 550px;
  opacity: 0.4;
    border: 10px solid #1e40af;
  border-radius: 20px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.35);
}
.video-rev {
    transition: transform 0.3s ease-out; 
    display: block;
}
.video-rev:hover {
    transform: scale(1.02);
}

.video-rev {
  position: relative;
}
.play-button-animated {
  position: absolute!important;
  top: 45%;
  left: 50%;
}


/* Основний контейнер кнопки */
.play-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #ffcc00; /* Ваш жовтий колір */
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 0 rgba(255, 204, 0, 0.5);
    position: relative;
}

/* Малюємо трикутник (Play) */
.play-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #444; /* Колір трикутника */
    margin-left: 5px; /* Зміщення для візуального центрування */
}

/* Ефект при наведенні */
.play-button:hover {
    transform: scale(1.1);
    background-color: #ffd633;
    box-shadow: 0 0 20px rgba(255, 204, 0, 0.8);
}

/* Анімація пульсації (якщо потрібно як на відео-прев'ю) */
.play-button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffcc00;
    opacity: 0.5;
    z-index: -1;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0; }
}
/* 1. Опис самої анімації */
@keyframes ping-animation {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.8); /* Наскільки сильно розширюється коло */
    opacity: 0;
  }
}

/* 2. Стилі кнопки */
.play-button-animated {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: #ffcc00;
    border-radius: 50%;
    z-index: 1;
    text-decoration: none;
}

/* 3. Псевдоелемент, який постійно пульсує */
.play-button-animated::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffcc00;
    border-radius: 50%;
    z-index: -1; /* Має бути ПІД кнопкою */
    animation: ping-animation 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}

/* Малюємо трикутник всередині */
.play-button-animated .play-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #333;
    margin-left: 4px;
}




/*============about==============*/


/* Початковий стан: нахил вправо */
.about-img img {
    transform: rotate(3deg); /* Поворот на 3 градуси вправо (без мінуса) */
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    border: 10px solid #fff;
border-radius: 20px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)
}

/* При наведенні стає рівно та збільшується */
.about-img:hover img {
    transform: rotate(0deg) scale(1.05);
    border: 10px solid #fff;
border-radius: 20px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)
}

.about-img-section {
     position: relative; 
    
}
.el-item.uk-card.uk-card-secondary.uk-card-small.uk-card-body.uk-margin-remove-first-child {
  position: absolute;
  top: 65%;
  width: 45%;
  height: 30%;
}



.star .uk-margin-small-right.uk-icon {
  color: #facc15;
}
/*
.uk-margin-small-right.uk-icon {
  width: 15px;
}

*/

.solution .el-title.uk-h2.uk-text-primary.uk-margin-top.uk-margin-remove-bottom {
    
   color: #1e3a8a!important; 
}
.solution .el-content.uk-panel.uk-margin-top {
    
   color: #1e3a8a!important; 
}

.footer{
    
   background-color: #0f172a;
}






.rew .el-title.uk-h5.uk-margin-xsmall-top.uk-margin-remove-bottom {
  text-transform: uppercase;
}
.card-head .el-meta.uk-text-meta.uk-margin-xsmall-top {
  text-transform: uppercase;
}
.uk-grid-divider > :not(.uk-first-column)::before {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.rew .uk-card-secondary {
background-color: rgb(255 255 255 / 0.05);
backdrop-filter: blur(5px);
border: 1px solid #ffffff21;
}
.rew .uk-text-warning.el-image.uk-icon {
  padding: 10px;
  background-color: rgba(250, 204, 21, 0.2);
  border-radius: 5px;
}



.rew  .uk-card {
  border-radius: 20px;
  transition: all .3s cubic-bezier(.2, .5, .3, 1);
}
.rew .uk-card:hover { 
transform: translateY(-5px);
}
.rew .small.uk-card-body {
  padding: 15px 20px;
}
 .rew .uk-card-body {
    padding: 15px 15px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  :root {
  --gray-line: #ccc;
  --text-color: #666;
}

.chart-container {
  display: flex;
  font-family: sans-serif;
  height: 300px;
  width: 600px;
  padding: 20px;
  background: #fff;
}

/* Налаштування вертикальної осі */
.y-axis {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 10px;
  color: var(--text-color);
  font-size: 14px;
  text-align: right;
  width: 30px;
  border-right: 2px solid #999;
  height: 200px; /* Висота області графіку */
}

.chart-content {
  flex-grow: 1;
  position: relative;
}

.grid-and-bars {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  height: 200px; /* Співпадає з віссю Y */
  position: relative;
  border-bottom: 2px solid #999;
}

/* Горизонтальні лінії сітки */
.grid-lines {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 0;
}

.grid-lines div {
  width: 100%;
  border-top: 1px solid #eee;
  height: 0;
}

/* Стовпчики */
.bar-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  z-index: 1;
  height: 100%;
  justify-content: flex-end;
}

.bar {
  width: 100%;
  border-radius: 6px 6px 0 0;
  transition: opacity 0.3s;
}

.bar:hover {
  opacity: 0.8;
}

/* Кольори */
.bar-1 { background-color: #fcd34d; } /* Жовтий */
.bar-2 { background-color: #1e3a8a; } /* Темно-синій */
.bar-3 { background-color: #1d4ed8; } /* Синій */
.bar-4 { background-color: #60a5fa; } /* Блакитний */

/* Підписи знизу */
.label {
  position: absolute;
  top: 210px;
  font-size: 12px;
  color: var(--text-color);
  text-align: center;
  white-space: nowrap;
}