.btn {
  text-decoration: none;
}

.btn-outline-primary {
  border: 2px white solid;
  border-radius: 0;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.48px;
  padding: 1rem;
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #561C97;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #561C97;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #ffffff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffffff;
  --bs-gradient: none;
}

.faq-accordion {
  --bs-accordion-color: #ffffff;
  --bs-accordion-btn-color: #ffffff;
  --bs-accordion-active-color: #ffffff;
  background-color: #561C97;
  padding: 10vh 0;
  scroll-margin-top: 10vh;
}
.faq-accordion.documents {
  background-color: #AA4070;
}
.faq-accordion.documents .accordion-button {
  background-color: #B54A7C;
}
.faq-accordion.documents .accordion-button.collapsed {
  background-color: #B54A7C;
}
.faq-accordion.documents .accordion-body {
  background-color: #BB4E83;
}
.faq-accordion h2 {
  text-align: left;
}
@media (min-width: 756px) {
  .faq-accordion h2 {
    text-align: center;
  }
}
.faq-accordion .accordion-item {
  background: transparent;
  border: 0;
}
.faq-accordion .accordion-item + .accordion-item {
  margin-top: 1rem;
}
.faq-accordion .accordion-button {
  position: relative;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 16px 40px 16px 20px !important;
  background-color: rgba(170, 64, 112, 0.2);
  line-height: 1.1;
  font-weight: 500 !important;
}
.faq-accordion .accordion-button .plus-icon {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 26px;
  position: absolute;
  right: 15px;
  transition: all 0.5s ease;
}
.faq-accordion .accordion-button .plus-icon::after {
  content: "";
  background-image: none;
  width: 15px;
  height: 3px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.faq-accordion .accordion-button .plus-icon::before {
  content: "";
  background-image: none;
  width: 3px;
  height: 15px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease;
}
.faq-accordion .accordion-button[aria-expanded=true] {
  color: white;
}
.faq-accordion .accordion-button[aria-expanded=true] .plus-icon {
  background-color: #AA4070;
}
.faq-accordion .accordion-button[aria-expanded=true] .plus-icon::before {
  height: 0;
  background-color: white;
}
.faq-accordion .accordion-button[aria-expanded=true] .plus-icon::after {
  background-color: white;
}
.faq-accordion .accordion-button::after {
  display: none;
}
.faq-accordion .accordion-button.collapsed {
  background-color: rgba(170, 64, 112, 0.2);
  color: white;
  font-weight: 400;
}
.faq-accordion .accordion-button:not(.collapsed), .faq-accordion .accordion-button[aria-expanded=true] {
  color: white;
  box-shadow: none;
}
.faq-accordion .accordion-button .acc-caret {
  position: absolute;
  right: 44px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 16px;
  height: 16px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  transition: 0.2s ease-in-out;
}
.faq-accordion .accordion-button .acc-caret svg {
  width: 100%;
  height: 100%;
  display: block;
  transform-box: fill-box;
}
.faq-accordion .accordion-button .acc-caret svg path {
  fill: currentColor;
}
.faq-accordion .accordion-button:not(.collapsed) .acc-caret {
  transform: translateY(-50%) rotate(180deg);
}
.faq-accordion .accordion-button:not(.collapsed) .acc-caret .cls-1 {
  fill: #F2411C;
}
.faq-accordion .accordion-body {
  color: white;
  background-color: rgba(170, 64, 112, 0.3);
}
.faq-accordion .accordion-body ul, .faq-accordion .accordion-body li {
  /* DESKTOP/Paragraph regular */
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  font-size: 16px;
  letter-spacing: 0.16px;
}
@media (min-width: 756px) {
  .faq-accordion .accordion-body ul, .faq-accordion .accordion-body li {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
.faq-accordion .accordion-body ul a, .faq-accordion .accordion-body li a {
  color: white;
}

.price {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 98.861px */
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 30px;
  letter-spacing: 0.9px;
  font-family: "Raleway", sans-serif;
}
@media (min-width: 756px) {
  .price {
    /* DESKTOP/H1 HEADLINE */
    font-size: 82.384px;
    letter-spacing: 2.472px;
  }
}

h1, .like-h1 {
  color: white !important;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; /* 31.2px */
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
h1.responsive, .like-h1.responsive {
  font-size: 36px !important;
  letter-spacing: 1.08px !important;
}
@media (min-width: 756px) {
  h1, .like-h1 {
    font-size: 36px;
    letter-spacing: 1.08px;
  }
}

h2, .like-h2 {
  color: white !important;
  /* DESKTOP/H2 HEADLINE MEDIUM */
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 43.2px */
  letter-spacing: 1.08px;
  text-transform: uppercase;
}

h3, .like-h3 {
  color: white !important;
  /* DESKTOP/H3 HEADLINE MEDIUM */
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  letter-spacing: 0.24px;
}

h4, .like-h4 {
  color: white !important;
  /* DESKTOP/H3 HEADLINE MEDIUM */
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: 0.18px;
}

p, .like-p {
  color: white;
  /* DESKTOP/Paragraph regular */
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  font-size: 16px;
  letter-spacing: 0.16px;
}
@media (min-width: 756px) {
  p, .like-p {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
p a, .like-p a {
  color: white;
}

.like-small {
  color: white;
  /* DESKTOP/Paragraph regular */
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  font-size: 11px !important;
  letter-spacing: 0.16px;
}
@media (min-width: 756px) {
  .like-small {
    font-size: 11px !important;
    letter-spacing: 0.18px;
  }
}
.like-small a {
  color: white;
}
.like-small p {
  color: white;
  /* DESKTOP/Paragraph regular */
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  font-size: 11px !important;
  letter-spacing: 0.16px;
}
@media (min-width: 756px) {
  .like-small p {
    font-size: 11px !important;
    letter-spacing: 0.18px;
  }
}
.like-small p a {
  color: white;
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

body {
  font-family: "Raleway", sans-serif;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  background-color: #AA4070;
  -webkit-text-size-adjust: 100%;
  scroll-margin-top: 10vh;
}

.delay-1 {
  animation-delay: 0.225s;
}
@media (max-width: 540px) {
  .delay-1 {
    animation-delay: 0.125s;
  }
}

.delay-2 {
  animation-delay: 0.45s;
}
@media (max-width: 540px) {
  .delay-2 {
    animation-delay: 0.125s;
  }
}

.delay-3 {
  animation-delay: 0.675s;
}
@media (max-width: 540px) {
  .delay-3 {
    animation-delay: 0.125s;
  }
}

.delay-4 {
  animation-delay: 0.9s;
}
@media (max-width: 540px) {
  .delay-4 {
    animation-delay: 0.125s;
  }
}

.delay-5 {
  animation-delay: 1.125s;
}
@media (max-width: 540px) {
  .delay-5 {
    animation-delay: 0.125s;
  }
}

.delay-6 {
  animation-delay: 1.35s;
}
@media (max-width: 540px) {
  .delay-6 {
    animation-delay: 0.125s;
  }
}

.delay-7 {
  animation-delay: 1.575s;
}
@media (max-width: 540px) {
  .delay-7 {
    animation-delay: 0.125s;
  }
}

.delay-8 {
  animation-delay: 1.8s;
}
@media (max-width: 540px) {
  .delay-8 {
    animation-delay: 0.125s;
  }
}

.delay-9 {
  animation-delay: 2.025s;
}
@media (max-width: 540px) {
  .delay-9 {
    animation-delay: 0.125s;
  }
}

.delay-10 {
  animation-delay: 2.25s;
}
@media (max-width: 540px) {
  .delay-10 {
    animation-delay: 0.125s;
  }
}

.delay-11 {
  animation-delay: 2.475s;
}
@media (max-width: 540px) {
  .delay-11 {
    animation-delay: 0.125s;
  }
}

.delay-12 {
  animation-delay: 2.7s;
}
@media (max-width: 540px) {
  .delay-12 {
    animation-delay: 0.125s;
  }
}

.delay-13 {
  animation-delay: 2.925s;
}
@media (max-width: 540px) {
  .delay-13 {
    animation-delay: 0.125s;
  }
}

.delay-14 {
  animation-delay: 3.15s;
}
@media (max-width: 540px) {
  .delay-14 {
    animation-delay: 0.125s;
  }
}

.delay-15 {
  animation-delay: 3.375s;
}
@media (max-width: 540px) {
  .delay-15 {
    animation-delay: 0.125s;
  }
}

.delay-16 {
  animation-delay: 3.6s;
}
@media (max-width: 540px) {
  .delay-16 {
    animation-delay: 0.125s;
  }
}

.delay-17 {
  animation-delay: 3.825s;
}
@media (max-width: 540px) {
  .delay-17 {
    animation-delay: 0.125s;
  }
}

.delay-18 {
  animation-delay: 4.05s;
}
@media (max-width: 540px) {
  .delay-18 {
    animation-delay: 0.125s;
  }
}

.delay-19 {
  animation-delay: 4.275s;
}
@media (max-width: 540px) {
  .delay-19 {
    animation-delay: 0.125s;
  }
}

.delay-20 {
  animation-delay: 4.5s;
}
@media (max-width: 540px) {
  .delay-20 {
    animation-delay: 0.125s;
  }
}

.img-contain {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.navbar {
  background-color: #863394 !important;
  position: fixed;
  height: fit-content;
  width: 100%;
  z-index: 9999;
}
@media (min-width: 756px) {
  .navbar {
    background-color: rgba(170, 64, 112, 0.2) !important;
    backdrop-filter: blur(6px) !important;
  }
}
.navbar .nav-link {
  color: white;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.48px;
}
.navbar .navbar-nav {
  padding: 3vh 0;
  background-color: #863394;
}
@media (min-width: 756px) {
  .navbar .navbar-nav {
    padding: 0;
    background-color: transparent !important;
  }
}
.navbar .navbar-collapse {
  background-color: rgb(134, 51, 148);
  min-width: calc(100% + 32px) !important;
  margin-left: -16px !important;
}
@media (min-width: 756px) {
  .navbar .navbar-collapse {
    background-color: transparent !important;
    min-width: unset !important;
    margin-left: unset !important;
  }
}
.navbar .navbar-collapse ul {
  padding: 3vh 0;
}

.nav-spacer {
  height: 10vh;
  width: 100%;
}

.navbar-toggler {
  position: relative;
  width: 40px;
  cursor: pointer;
  display: block;
  height: 34px;
  margin: 16px;
  border: none;
}
.navbar-toggler[aria-expanded=true] .bar--top {
  bottom: calc(50% - 11px - 4px);
  margin-bottom: 13px;
  transform: rotate(45deg);
  transition-delay: 0.105s, 0.455s, 0.455s;
}
.navbar-toggler[aria-expanded=true] .bar--middle {
  top: calc(50% + 11px);
  opacity: 0;
  transition-duration: 0.35s, 0s;
  transition-delay: 0s, 0.35s;
}
.navbar-toggler[aria-expanded=true] .bar--bottom {
  top: calc(50% - 2px);
  transform: rotate(-45deg);
  transition-delay: 0.455s, 0.455s;
}

.bar {
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  background: white;
  color: inherit;
  opacity: 1;
  transition: none 0.35s cubic-bezier(0.5, -0.35, 0.35, 1.5) 0s;
}

.bar--top {
  bottom: calc(50% + 11px + 2px);
  transition-property: bottom, margin, transform;
  transition-delay: 0.35s, 0s, 0s;
}

.bar--middle {
  top: calc(50% - 2px);
  transition-property: top, opacity;
  transition-duration: 0.35s, 0s;
  transition-delay: 0.455s, 0.455s;
}

.bar--bottom {
  top: calc(50% + 11px + 2px);
  transition-property: top, transform;
  transition-delay: 0s;
}

.hero {
  width: 100%;
  background: linear-gradient(106deg, #561C97 5.19%, #AA4070 98.83%);
  position: relative;
  z-index: -1;
  overflow: hidden;
}
@media (min-width: 756px) {
  .hero {
    min-height: 100vh;
    height: 100vh;
  }
}
.hero .hero-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 756px) {
  .hero .hero-content {
    padding-top: 18vh;
    padding-bottom: 8vh;
  }
}
.hero .hero-content h1 {
  padding-top: 50px;
  text-align: center;
}
@media (min-width: 756px) {
  .hero .hero-content h1 {
    padding: 110px 0;
  }
}
.hero .hero-content ul {
  display: flex;
  gap: 4rem;
  list-style: none;
  margin: 0;
  flex-direction: column;
  padding: 4vh 0;
}
@media (min-width: 756px) {
  .hero .hero-content ul {
    flex-direction: row;
  }
}
.hero .hero-content ul li {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.16px;
}
@media (min-width: 756px) {
  .hero .hero-content ul li {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
.hero .hero-content ul li::before {
  content: "";
  width: 40px;
  height: 40px;
  margin-right: 0.75rem;
  background: url("/dt/cbf1b04009.svg") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}
.hero .hero-content .disclaimer {
  position: absolute;
  transform: translateX(-50%);
  bottom: 1%;
  left: 0;
  right: 0;
  text-align: center;
}
@media (min-width: 756px) {
  .hero .hero-content .disclaimer {
    bottom: 10%;
  }
}
.hero .hero-image-left {
  position: absolute;
  right: -20%;
  transform: translateY(20%);
  object-fit: contain;
}
.hero .hero-image-right {
  position: absolute;
  left: -20%;
  transform: scaleX(-1) translateY(-20%);
  object-fit: contain;
}

.aboutus {
  min-height: 60vh;
  background-color: #AA4070;
  padding: 10vh 0;
  scroll-margin-top: 10vh;
  overflow: hidden;
}
.aboutus .left-container {
  display: flex;
  align-items: end;
  overflow: visible !important;
  position: relative;
}
.aboutus .left-container img {
  width: 100%;
}
@media (min-width: 756px) {
  .aboutus .left-container img {
    width: 150%;
  }
}

.servis {
  min-height: 60vh;
  padding: 10vh 0;
  background-color: #561C97;
  scroll-margin-top: 10vh;
}
.servis h2 {
  margin-bottom: 5vh;
}
@media (min-width: 756px) {
  .servis h2 {
    margin-bottom: 10vh;
  }
}
.servis .head-icon {
  height: 40px;
  width: auto;
  margin-bottom: 46px;
}

.spoluprace {
  scroll-margin-top: 10vh;
  padding: 10vh 0;
}
.spoluprace .left-panel img {
  margin-top: 150px;
  margin-left: -50%;
}
@media (max-width: 756px) {
  .spoluprace .left-panel img {
    display: none;
  }
}
.spoluprace .item-card .card-body {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  background-color: #B54A7C;
  padding: 16px 25px 46px 25px;
  min-height: 390px;
}
.spoluprace .item-card .card-body h3 {
  align-self: start;
}
.spoluprace .item-card .card-body p {
  text-align: left;
}

.kontakt {
  background-color: #561C97;
  padding: 10vh 0;
  scroll-margin-top: 10vh;
}
.kontakt h2 {
  padding: 0 0 5vh 0;
}
.kontakt .form-box {
  padding: 44px;
  background-color: #6D28A0;
}
.kontakt .form-box form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 756px) {
  .kontakt .form-box form {
    flex-direction: row;
  }
}
.kontakt .form-box form .left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.kontakt .form-box form .left input {
  align-self: stretch;
  border-radius: 0;
  background-color: #D9D9D9;
  border: none;
  min-height: 50px;
  padding: 16px;
  color: #561C97;
}
.kontakt .form-box form .left input:focus {
  box-shadow: none !important;
}
.kontakt .form-box form .right {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.kontakt .form-box form .right textarea {
  width: 100%;
  flex: 1;
  border-radius: 0;
  background-color: #D9D9D9;
  border: none;
  padding: 16px;
  color: #561C97;
}
.kontakt .form-box form .right textarea:focus {
  box-shadow: none !important;
}
.kontakt .form-box form .right span {
  color: white;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.14px;
}
.kontakt .form-box form button {
  align-self: center;
  padding: 13px 56px;
}
@media (min-width: 756px) {
  .kontakt .form-box form button {
    align-self: end;
  }
}

.edo-footer {
  background: #561C97;
  color: #fff;
  font-size: 14px;
}
.edo-footer .footer-logo {
  max-height: 40px;
}
.edo-footer .footer-link {
  color: #fff;
  text-decoration: none;
}
.edo-footer .footer-link:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .edo-footer .text-md-start {
    text-align: left !important;
  }
}

/*# sourceMappingURL=main.css.map */
