@charset "UTF-8";
.banner {
  position: relative;
  padding-top: 104px;
  overflow: hidden;
}
.banner .swiper-pagination {
  display: none;
}
.banner .svg-1 {
  position: absolute;
  top: -244px;
  z-index: 0;
  left: -50px;
  opacity: 0.7;
}
.banner .svg-2 {
  position: absolute;
  top: -244px;
  z-index: 0;
  right: -451px;
  top: -220px;
  opacity: 0.7;
}
.banner .container {
  position: relative;
  z-index: 1;
  gap: 70px;
}
.banner .gradient-bg {
  position: absolute;
  height: 842px;
  width: 100%;
  top: -88px;
  left: 0;
}
.banner .top {
  margin-bottom: 96px;
  position: relative;
  z-index: 2;
}
.banner .top .left {
  max-width: 674px;
  width: 100%;
}
.banner .top .left .title {
  font-weight: 800;
  font-size: 56px;
  line-height: 68px;
  letter-spacing: -1px;
  margin-bottom: 40px;
}
.banner .top .left .subtitle {
  color: #ebebeb;
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
  max-width: 562px;
  margin-bottom: 50px;
}
.banner .top .left .form {
  display: flex;
  align-items: center;
  gap: 12px;
}
.banner .top .right {
  max-width: 455px;
  width: 100%;
}
.banner .transparent-input {
  border-radius: 37px;
  border: 1px solid #4d4d4d;
  color: #b7b7b7;
  background-clip: padding-box;
  background: linear-gradient(#121212, #121212) padding-box;
  outline: none;
  padding: 20px 40px;
  width: 100%;
  max-width: 339px;
  font-size: 18px;
  line-height: 100%;
}
.banner .transparent-input:focus {
  border: 1px solid transparent;
  background: linear-gradient(#121212, #121212) padding-box, linear-gradient(135deg, #ffc000 0%, #ff9000 100%) border-box;
}
.banner .button {
  width: 100%;
  max-width: 253px;
  height: 64px;
  font-size: 16px;
  gap: 16px;
  font-weight: 700;
}
.banner .bottom {
  width: 100%;
  border-radius: 20px;
  padding: 40px 48px;
  background-color: #171717;
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.banner .bottom .item {
  margin-left: 40px;
  display: flex;
  align-items: center;
  padding-right: 40px;
  height: 100%;
  border-right: 2px solid #212121;
  gap: 16px;
  font-size: 20px;
  line-height: 30px;
}
.banner .bottom .item svg {
  width: 56px;
}
.banner .bottom .item:first-child {
  margin-left: 0;
  min-width: 245px;
}
.banner .bottom .item:nth-child(2) {
  min-width: 325px;
}
.banner .bottom .item:nth-child(3) {
  min-width: 245px;
}
.banner .bottom .item:last-child {
  min-width: 214px;
  border-right: none;
}
.banner .statistic {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.banner .statistic .item {
  text-align: center;
}
.banner .statistic .item .number {
  background: linear-gradient(135deg, #ffc000 0%, #ff9000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 700;
  font-size: 48px;
}
.banner .statistic .item .text {
  max-width: 200px;
  margin: auto;
  font-size: 18px;
  font-weight: 300;
}

@media screen and (max-width: 1320px) {
  .banner .flex-wrapper {
    gap: 50px;
  }
}
@media screen and (max-width: 1250px) {
  .banner .bottom {
    padding: 24px;
  }
  .banner .bottom .item:nth-child(1),
  .banner .bottom .item:nth-child(2),
  .banner .bottom .item:nth-child(3),
  .banner .bottom .item:nth-child(4) {
    min-width: unset;
    font-size: 16px;
    padding-right: 20px;
  }
  .banner .bottom .item:nth-child(2),
  .banner .bottom .item:nth-child(3),
  .banner .bottom .item:nth-child(4) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .banner .swiper-pagination {
    display: flex;
    top: unset !important;
    margin-top: 24px;
    position: relative !important;
    justify-content: center;
  }
  .banner .top .left .title {
    font-size: 36px;
    line-height: unset;
  }
  .banner .top .left .form {
    flex-direction: column;
    align-items: flex-start;
  }
  .banner .top .left .form div {
    width: 100%;
  }
  .banner .transparent-input {
    max-width: 100%;
    width: 100%;
    display: flex;
  }
  .banner .bottom {
    overflow: hidden;
  }
  .banner .button {
    max-width: 100% !important;
    width: 100% !important;
  }
  .banner .bottom .item {
    border-right: none;
    justify-content: center;
    padding-right: 0;
    margin-left: 0;
  }
  .swiper-pagination-bullet-active {
    background-color: unset !important;
    background: linear-gradient(135deg, #ffc000 0%, #ff9000 100%) !important;
  }
  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%; /* ← круг */
    border: 2px solid transparent; /* щоб було місце для градієнта */
    background: linear-gradient(#121212, #121212) padding-box, linear-gradient(135deg, #ffc000 0%, #ff9000 100%) border-box; /* градієнтний бордер */
  }
}
@media screen and (max-width: 850px) {
  .banner .button {
    height: 48px;
  }
  .banner .svg-2 {
    top: -300px;
  }
  .banner .top.flex-wrapper {
    flex-direction: column;
    padding-bottom: 148px;
  }
  .banner .top.flex-wrapper .left {
    max-width: 100%;
  }
  .banner .top.flex-wrapper .left .title {
    text-align: center;
    font-size: 46px;
  }
  .banner .top.flex-wrapper .left .subtitle {
    text-align: center;
    margin: auto;
  }
  .banner .top.flex-wrapper .left .form {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .banner .top.flex-wrapper .left .form input {
    height: 48px;
  }
  .banner .top.flex-wrapper .right {
    max-width: 100%;
  }
  .banner .statistic {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .banner {
    padding-top: 48px;
    padding-bottom: 0px;
    margin-bottom: 80px;
  }
  .banner .top.flex-wrapper {
    margin-bottom: 48px;
  }
  .banner .top.flex-wrapper .left .title {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .banner .top.flex-wrapper .left .subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 450px) {
  .banner .statistic {
    margin-top: 40px;
  }
  .banner .statistic .item .number {
    font-size: 36px;
    text-align: left;
  }
  .banner .statistic .item .text {
    font-size: 14px;
    text-align: left;
  }
}