h1 {
  color: red;
}
@keyframes rotate {
  from {
    rotate: 0deg;
  }

  to {
    rotate: 360deg;
  }
}
#intro {
  z-index: 3;
}
.flex-og {
  gap: 5%;
}
.dividing-div {
  width: 100% !important;
}
.og-container {
  height: 95%;
  margin-top: 5%;
  gap: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
.service-blade-paragraph {
  font-size: 16px;
  color: #161616;
}
.service-blade-header {
  font-size: 40px;
  color: #161616;
}
.container-wrap {
  width: 100%;
  height: 100%;
}
.og-container .services {
  width: 100%;
  justify-content: center;
  padding-top: 0px;
}

.all-overflow-hidden {
  overflow: hidden !important;
  height: 100vh;
  margin-top: -3rem;
  position: relative;
}
div#intro img {
  z-index: 3;
}
.container-fluid {
  z-index: 5 !important;
}
.service_box {
  backdrop-filter: blur(10vmax);
}
.service-abs-image {
  position: absolute;
  opacity: 0.65;
}
.overflow-hidden {
  overflow: hidden !important;
}
#blob {
  background-color: white;
  height: 50vmax;
  aspect-ratio: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border-radius: 50%;
  animation: rotate 20s infinite;

  background: linear-gradient(to right, #086d55, #48dcb8);

  opacity: 0.4;
}
#blur {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  backdrop-filter: blur(10vmax);
}
.z-5 {
  position: relative;
  z-index: 5;
}
.background-transparent {
  background: transparent !important;
}

@media screen and (max-width: 768px) {
  .all-overflow-hidden,
  .og-container {
    height: auto;
  }
  .og-container {
    margin-top: 50px;
  }
  .form_sigurimi .survey .content .form {
    width: 100% !important;
  }
  .form_sigurimi .banner,
  .form-sigurimi .banner.active {
    position: relative;
    width: 100% !important;
    padding-inline: 0;
    margin: 0;
    left: 0;
  }
  .level {
    display: none;
  }
  .form_sigurimi .survey .content {
    margin-top: 50px;
  }
  .form_sigurimi {
    padding-inline: 5%;
  }
  .form-page .container {
    width: 100% !important;
    padding-inline: 0 !important;
  }
}
