#hero {
  padding: 120px 0 50px;
  background-image: url(../images/hero-bg.png);
  background-size: cover;
}
.modal-dialog {
  max-width: 640px;
}
.modal-content {
  background: #131622;
  border-radius: 20px;
  padding: 30px;
  position: relative;
}
#contactForm label {
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
}
#contactForm button {
  border: none;
  transition: all 0.2s ease;
  margin: 20px auto 0;
}
#contactForm input {
  height: 45px;
}
#contactForm textarea,
#contactForm input,
#contactForm .form-select {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
  padding-left: 15px;
  padding-right: 20px;
  color: #fff;
  border-radius: 10px;
}
#contactForm .form-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 12px;
}
#contactForm .form-field {
  display: flex;
  flex-direction: column;
}
#contactForm .form-row-split {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#contactForm .form-select {
  height: 45px;
  padding-right: 48px;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M4.47 6.97a.75.75 0 0 1 1.06 0L8 9.44l2.47-2.47a.75.75 0 0 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 0 1 0-1.06Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 16px 16px;
  cursor: pointer;
}
#contactForm .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#contactForm .form-control:focus,
#contactForm .form-select:focus {
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
  color: #fff;
}
#contactForm .form-select option {
  color: #070a16;
}
#contactForm textarea {
  resize: none;
  padding-top: 10px;
}
#contactForm .form-field-message textarea {
  min-height: 132px;
}
#contactForm .form-feedback {
  font-size: 14px;
  margin-top: 14px;
  text-align: center;
  color: #00c896;
}
#contactForm .form-feedback.is-error {
  color: #ff6b6b;
}
#contactForm button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
@media (min-width: 768px) {
  #contactForm .form-row-split {
    flex-direction: row;
  }
  #contactForm .form-row-split .form-field {
    flex: 1;
  }
}
.btn-close {
  position: absolute;
  top: -10px;
  right: -10px;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.hero-text {
  position: relative;
  z-index: 9;
  padding-top: 90px;
}
.hero-text h1 {
  margin-right: -57px;
}
.hero-text p {
  max-width: 587px;
  margin: 24px 0 29px;
}
.hero-description--short {
  display: none;
}
#hero .row {
  position: relative;
  z-index: 9;
}
#hero .container {
  position: relative;
}
#hero .container::before {
  content: "";
  position: absolute;
  background: url(../images/pink-shadow.png);
  width: 622px;
  height: 628px;
  bottom: -300px;
  left: -400px;
  pointer-events: none;
}
#hero .container::after {
  content: "";
  position: absolute;
  background: url(../images/hero-after.png);
  width: 622px;
  height: 628px;
  bottom: -400px;
  right: -600px;
  pointer-events: none;
  background-size: 100% 100%;
}
.spline-hero {
  width: 100%;
  aspect-ratio: 1 / 1; /* prilagodi prema tvojoj sceni */
  position: relative;
}
#canvas3d {
  position: absolute;
  width: 577px !important;
  height: 584px !important;
  right: 0;
  top: 0;
  margin-right: -40px;
}
#about {
  background: #f8f8f8;
  position: relative;
  padding-bottom: 202px;
}
#about::before {
  content: "";
  position: absolute;
  background: url(../images/shape-img.svg);
  width: 894px;
  height: 133px;
  bottom: 100%;
  background-repeat: no-repeat;
  margin-bottom: -2px;
  left: calc((100vw - 1250px) / 2);
  margin-left: -200px;
  pointer-events: none;
}
#about::after {
  content: "";
  position: absolute;
  height: 133px;
  width: 100vw;
  background: #f8f8f8;
  bottom: 100%;
  left: -60%;
  margin-bottom: -2px;
  pointer-events: none;
}
#about h2 {
  color: #070a16;
  margin-bottom: 49px;
}
#about h2 br:first-of-type {
  display: none;
}
.monitoring-col-single {
  background: #f3f3f4;
  padding: 150px 40px 30px;
  border-radius: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
}
.monitoring-col-single h4 {
  color: #070a16;
  margin-bottom: 19px;
}
.monitoring-col-single p {
  color: #62637a;
  margin-bottom: 0;
}
.monitoring-col-single-1 {
  background-image: url(../images/realtime-img.svg);
  background-repeat: no-repeat;
  background-position: 50% 33px;
}
.monitoring-col-single-2 {
  background-image: url(../images/adaptive-img.svg);
  background-position: right center;
  background-size: auto 100%;
}
.monitoring-col-single-3 {
  background-image: url(../images/governance-img.svg);
  background-position: right center;
  background-size: auto 100%;
}
.monitoring-col-single-4 {
  background-image: url(../images/finops-img.svg);
  background-position: center;
  background-size: 90% auto;
}
.monitoring-col-single-3 p {
  max-width: 557px;
}
.monitoring-col-single-2 p {
  max-width: 465px;
}
.monitoring-col-single a {
  display: none;
}
#about .row {
  row-gap: 32px;
  margin-left: -16px;
  margin-right: -16px;
}
#about .col-12 {
  padding-left: 16px;
  padding-right: 16px;
}
.deterministic-agent {
  padding-top: 20px;
  position: relative;
}
.deterministic-agent .container {
  max-width: 1440px !important;
}
.deterministic-agent::before {
  content: "";
  position: absolute;
  background: url(../images/deterministic-img.svg);
  width: 895px;
  height: 91px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.deterministic-agent h2 {
  text-align: center;
  position: relative;
  z-index: 9;
}
.deterministic-agent p {
  max-width: 641px;
  margin: 27px auto 0;
  text-align: center;
  position: relative;
  z-index: 9;
}
.deterministic-spline {
  margin: -150px -150px 0;
}
.deterministic-spline video {
  mix-blend-mode: lighten;
  width: 100%;
}
.performance {
  position: relative;
  z-index: 99;
  padding-bottom: 62px;
}
#canvasSecond {
  width: 100%;
  height: 1000px;
}

.testimonials-arrows,
.performance-arrows {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}
.testimonials-arrows {
  justify-content: center;
  margin-top: 54px;
}
.testimonials-arrows a,
.performance-arrows a {
  border: 1px solid rgba(249, 249, 249, 0.2);
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.testimonials-arrows a:hover,
.performance-arrows a:hover {
  background: #131622;
}
.performance-slider-wrapper {
  margin-top: 46px;
  margin-right: -300px;
}
.performance-single p {
  margin-bottom: 0;
}
.performance-single h3 {
  margin-bottom: 28px;
}
.performance-single {
  background-color: #131622;
  border-radius: 30px;
  padding: 343px 35px 40px;
  height: 100%;
  background-repeat: no-repeat;
}
.performance-single-1 {
  background-image: url(../images/performance-img-1.svg);
}
.performance-single-2 {
  background-image: url(../images/performance-img-2.svg);
  background-position: center 42px;
  background-size: 370px auto;
}
.performance-single-3 {
  background-image: url(../images/performance-img-3.svg);
  background-position: center 35px;
  background-size: 100% auto;
}
.performance-single-4 {
  background-image: url(../images/performance-img-4.svg);
  background-position: center 35px;
  background-size: 400px auto;
}
.performance-single-3 p {
  max-width: 400px;
}
.performance-single p {
  font-size: 14px;
}
.performance-slider-wrapper .owl-stage {
  display: flex;
}
.performance-slider-wrapper .owl-stage .owl-item {
  flex: 1;
}
.performance-single a {
  display: none;
}

#awards {
  background: #131622;
  padding: 35px 0;
}
#awards h4 {
  margin-bottom: 35px;
  text-align: center;
}
.awards-wrapper {
  display: flex;
  gap: 104px;
  justify-content: center;
  flex-wrap: wrap;
}

.models-section {
  background-image: url(../images/models-bg.png);
  background-repeat: no-repeat;
  padding-top: 400px;
  padding-bottom: 162px;
  background-position: top center;
}
.models-wrapper {
  max-width: 742px;
  margin: 0 auto;
  text-align: center;
}
.models-wrapper p {
  max-width: 641px;
  margin: 27px auto 34px;
}
.models-wrapper a {
  margin: 0 auto;
}
#testimonials {
  padding-top: 62px;
  margin-bottom: -80px;
  position: relative;
  z-index: 9;
}
#testimonials h2 {
  text-align: center;
  margin-bottom: 54px;
}
.testimonials-single {
  height: 100%;
  background: #131622;
  border-radius: 20px;
  padding: 32px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.testimonials-single img {
  width: auto !important;
}
.testimonials-wrapper .owl-stage {
  display: flex;
}
.testimonials-wrapper .owl-item {
  flex: 1;
}
.testimonials-single > p {
  margin: 33px 0 32px;
  max-width: 320px;
}
.testimonials-info {
  display: flex;
  align-items: center;
  margin-top: auto;
}
.testimonials-info-left {
  flex-basis: 48px;
  max-width: 48px;
}
.testimonials-info-right {
  flex: 1;
  padding-left: 12px;
}
.testimonials-info-right h4 {
  font-size: 16px;
  margin-bottom: 3px;
}
.testimonials-info-right p {
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  #about::before {
    left: 0;
  }
  #about::after {
    display: none;
  }
}
@media (max-width: 1150px) {
  .hero-text p {
    max-width: 450px;
  }
  #about::before {
    background-size: 80% auto;
    background-position: bottom left;
  }
}

@media (max-width: 1024px) {
  .deterministic-spline {
    margin: -120px -150px 0;
  }
  .awards-wrapper {
    gap: 50px;
  }
  #canvas3d {
    transform: scale(0.6);
    top: -100px;
    right: -80px;
  }
  #hero {
    padding: 150px 0;
  }
  .hero-text {
    padding-top: 0;
  }
  #about::before {
    background-size: 65% auto;
    background-position: bottom left;
  }
  .monitoring-col-single {
    padding: 150px 25px 23px;
    border-radius: 20px;
  }
  .models-wrapper h2 {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .deterministic-spline {
    margin: -50px -150px 0;
  }
  .modal-body {
    padding: 0;
  }
  .modal-content {
    padding: 30px 20px 25px;
  }
  .models-wrapper h2 {
    max-width: 324px;
  }
  .performance-single a {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
  }
  .performance-single p {
    max-height: 83px;
    overflow: hidden;
  }
  .performance-single.active p {
    max-height: 500px;
  }
  .testimonials-single {
    padding: 30px 20px;
  }
  #testimonials h2 {
    margin-bottom: 30px;
  }
  #testimonials {
    padding-top: 0;
  }
  .awards-wrapper {
    gap: 40px;
  }
  #hero {
    padding: 50px 0 30px;
  }
  #hero .row {
    flex-wrap: nowrap;
    align-items: center;
  }
  #hero .row > .col-12.col-md-6:first-child {
    flex: 0 0 55%;
    max-width: 55%;
  }
  #hero .row > .col-12.col-md-6:last-child {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .hero-text {
    padding-top: 0;
  }
  .hero-description--long {
    margin: 18px 0;
    display: none;
  }
  .hero-description--short {
    display: block;
    margin: 18px 0;
  }
  #canvas3d {
    position: relative;
    right: auto;
    top: auto;
    left: 100%;
    margin: 0;
    transform: translateX(-35%);
  }
  #hero .container::before {
    left: -320px;
    bottom: -165px;
  }
  #hero .container::after {
    bottom: -253px;
    right: -360px;
  }
  .hero-text h1 {
    margin-right: 0;
  }
  #about::before {
    background-image: url("../images/services-shapre-mobile.svg");
    width: 245px;
    height: 50px;
    background-size: 100% 100%;
    left: 0;
    background-position: left bottom;
    margin-left: 0;
  }
  #about h2 br:first-of-type {
    display: block;
  }
  #about h2 br:last-of-type {
    display: none;
  }

  #about h2 {
    max-width: 268px;
    margin-bottom: 32px;
  }
  .monitoring-col-single h4 {
    margin-bottom: 17px;
  }
  #about .row {
    gap: 16px;
  }
  .monitoring-col-single-2 {
    background-image: url(../images/adaptive-mobile.svg);
    background-size: 97% auto;
    background-position: top left;
  }
  .monitoring-col-single-1 {
    background-size: 90% auto;
    background-position: 50% 27px;
  }
  .monitoring-col-single p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .monitoring-col-single a {
    color: #070a16;
    font-size: 14px;
    font-weight: 600;
    margin-top: 14px;
    display: inline-block;
  }
  .monitoring-col-single a:hover {
    color: #070a16;
    opacity: 0.8;
  }
  .monitoring-col-single.active p {
    overflow: visible;
    text-overflow: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }
  .monitoring-col-single-3 {
    background-image: url(../images/governance-img-mobile.svg);
    background-size: 253px auto;
    background-position: left top;
  }
  .monitoring-col-single-4 {
    background-position: center 28px;
  }

  .deterministic-agent::before {
    background-size: 30% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  #about {
    padding-bottom: 70px;
  }
  .deterministic-agent {
    padding-top: 40px;
  }
  .performance-slider-wrapper {
    margin-right: 0;
  }
  .performance-single {
    padding: 250px 20px 25px;
    height: auto;
  }
  .performance-single-1 {
    background-size: 100% auto;
  }
  .performance-single-2 {
    background-size: 280px auto;
    background-position: center 25px;
  }
  .performance-single-4 {
    background-size: 280px auto;
  }
  .performance-arrows {
    justify-content: flex-start;
    gap: 10px;
  }
  .testimonials-info-right p {
    max-width: 170px;
    line-height: 1.3;
    font-size: 12px;
    margin-top: 6px;
  }
  .testimonials-single > p {
    margin: 20px 0 25px;
  }
  .testimonials-arrows {
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
  }
  .testimonials-arrows a,
  .performance-arrows a {
    width: 60px;
    height: 60px;
  }
  .performance-slider-wrapper {
    margin-top: 30px;
  }
  .performance-single h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .models-wrapper p {
    margin: 20px auto 25px;
  }
  .models-section {
    padding-bottom: 75px;
    padding-top: 350px;
  }
}
