@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");

body {
  background: #155f85;
}

* {
  box-sizing: border-box;
  margin: 0rem;
  padding: 0rem;
  font-family: inherit;
}

/* Steps style */
.integration-step {
  width: 20.375rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  gap: 1.25rem;
  color: white;
}

.integration-step-description {
  font: 1rem;
  margin-top: 1rem;
  line-height: 1.225rem;
}

/* Animation appear */
@keyframes show {
  from {
    height: 0rem;
    opacity: 0.2;
    overflow: hidden;
  }

  to {
    height: 500px;
    opacity: 1;
    overflow: hidden;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(180deg);
  }
}

/* How to start steps */
.menu-open-btn[data-active="active"] {
  animation: rotate 600ms ease-in-out forwards !important;
}

@keyframes displayNone {
  from {
    height: 500px;
    opacity: 0.75;
    overflow: hidden;
  }

  to {
    opacity: 0;
    height: 0rem;
    overflow: hidden;
  }
}

.usecase-explanation {
  display: flex;
  color: white;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 500px;
  max-width: 500px;
  gap: 1.625rem;
}

.usecase-explanation h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}

.usecase-explanation p {
  font-size: 16px;
  text-align: left;
}

.usecase-explanation-icon img {
  width: 36px;
}

@media (max-width: 767px) {
  .usecase-explanation {
    flex-direction: column;
    align-items: center;
  }

  .usecase-explanation-icon {
    display: flex;
    justify-content: center;
  }

  .usecase-explanation-text {
    margin-left: 0;
  }

  .usecase-explanation h3 {
    text-align: center;
  }

  .usecase-explanation p {
    text-align: justify;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dd7533;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #e5e4e4;
}

input:focus + .slider {
  box-shadow: 0 0 1px #7e7e7e;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.pricing {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: white;
  gap: 50px;
  max-width: 100%;
}

.pricing img {
  max-width: 100%;
  object-fit: cover;
}

.eur {
  position: absolute;
  top: -0.5rem;
  left: 4rem;
}

.packet {
  background-color: #0d3b52;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  height: 60.8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  width: 100%;
}

.packet[data-payed="true"] {
  background-color: #dd7533;
}

@media only screen and (max-width: 1200px) {
  .usecase-explanation p {
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
  }

  .usecase-explanation {
    display: flex;
    color: white;
    min-width: 260px;
    max-width: 500px;
    gap: 1.625rem;
  }
}

a.nasazelena {
  background-color: #58be85;
  color: white;
}

a.nasazelena:hover {
  background-color: #51926d;
  color: white;
}

.linkSubDesc {
  padding: 0px 20px 5px 0px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: normal;
}

#meniJeziki {
  width: fit-content;
  white-space: nowrap;
  transform: translateX(-50%);
}

#footerLang {
  width: fit-content;
  transform: translateY(-50px);
}

.examples-container .nav-item:hover a {
  color: white;
}

.nav-link {
  border-radius: 8px;
}

.nav-link.active {
  background-color: #dd7533;
}

.nav-link {
  line-height: 1.5em;
  color: white;
}

.codeHolder p {
  margin-bottom: 0;
}

.dev-link-col:hover {
  opacity: 0.8;
}
