/*
  font-family: "Inter", sans-serif;
font-family:"impact";
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: var(
    --gradijent,
    radial-gradient(97.16% 63.07% at 32.01% 39.08%, #ffe59a 0%, #ffc593 100%)
  );
  font-family: "Inter", sans-serif;
}

.navwrap {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 936px;
  border-radius: 50px;
  background: #920918;
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  padding: 2rem;
  z-index: 20;
}

.litem {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.54px;
  cursor: pointer;
}

.litem a {
  color: #fff;
  text-decoration: none;
}

.hero {
  width: 100%;
  height: 100vh;
  background: url(img/bg-hero.svg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.about {
  padding-top: 100px;
}

.herowrap {
  padding-bottom: 5vh;
}

.title {
  color: #fff;
  text-align: center;
  font-family: "impact";
  font-size: 11.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.call {
  color: #fff;
  text-align: center;
  font-family: Impact;
  font-size: 7.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  background: #920918;
  padding: 1.5rem;
}

.cta {
  width: 90%;
  max-width: 655px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 160.87% */
  background: #282828;
  padding: 1.2rem;
  margin-top: -1rem;
}

.specnum {
  color: #f6a460;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.subtitle {
  width: 100%;
  max-width: 655px;
  margin: 0 auto;
  color: #920918;
  text-align: center;
  font-family: "impact";
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 2rem;
}

.lead {
  width: 100%;
  max-width: 655px;
  margin: 0 auto;
  color: #282828;
  text-align: center;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.callout {
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 50px 50px 0 0;
  background: #920918;
  width: 770px;
  margin: 64px auto 0 auto;
  padding: 35px 81px;
  position: relative;
}

.decko {
  position: absolute;
  left: -200px;
  bottom: -30px;
  animation: upanddown 1s ease-in-out infinite;
}

.wrap {
  background: #920918;
  padding: 50px 0;
}

.minititle {
  color: #fff;
  text-align: center;
  font-family: "impact";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.grid {
  display: grid;
  padding: 80px 0 50px 0;
}

.col3 {
  width: 100%;
  max-width: 1143px;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 117px;
}

.griditem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.gnum {
  width: 82px;
  height: 82px;
  flex-shrink: 0;
  background: #fff;
  color: #920918;
  text-align: center;
  font-family: "impact";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.gtext {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 16px;
}

.prijava {
  padding: 100px 0;
}

.redtxt {
  color: #920918;
}

.projekt {
  background: #920918;
  padding: 3rem 0;
  position: relative;
}

.rope {
  position: absolute;
  left: 10%;
  top: -20%;
  max-width: 400px;
  pointer-events: none;
}

.projektwrap {
  width: 100%;
  max-width: 655px;
  margin: 0 auto;
  position: relative;
}

.sublead {
  color: #fff;
  text-align: center;
  font-family: "impact";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.opis {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 2rem;
}

.pt2 {
  padding-top: 2rem;
}

.djeca {
  width: 100%;
  display: block;
  margin: 2rem auto 0 auto;
}

.footer {
  padding: 6rem 0;
  background: #fff;
  text-align: center;
}

.bauhaus {
  padding: 2rem 0;
}

.by {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.gr {
  padding-top: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}

.dijete2 {
  position: absolute;
  left: -50%;
  top: 50%;
}

.dijete3 {
  position: absolute;
  right: -50%;
  top: 10%;
}

.ball {
  position: absolute;
  right: 10%;
  bottom: 15%;
  width: 168px;
}

@media (max-width: 1360px) {
  .dijete2,
  .dijete3 {
    display: none;
  }
  .ball {
    display: none;
  }
}

@media (max-width: 768px) {
  .navwrap {
    width: 90%;
    padding: 1.5rem 1rem;
    top: 1rem;
    border-radius: 30px;
  }

  .litem {
    font-size: 0.9rem;
  }

  .title {
    font-size: 6rem;
    padding: 0 1rem;
  }

  .call {
    font-size: 4rem;
    padding: 1rem;
  }

  .cta {
    font-size: 1.2rem;
    padding: 1rem;
  }

  .subtitle {
    font-size: 3rem;
    padding: 0 1rem;
    margin-bottom: 1rem;
  }

  .lead {
    font-size: 1.2rem;
    padding: 0 1rem;
  }

  .callout {
    width: 90%;
    padding: 25px 40px;
    font-size: 1.2rem;
  }

  .decko {
    left: -100px;
    width: 150px;
  }

  .col3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    padding: 0 2rem;
  }

  .minititle {
    font-size: 36px;
  }

  .sublead {
    font-size: 28px;
    padding: 0 1rem;
  }

  .opis {
    font-size: 18px;
    padding: 2rem 1rem 0 1rem;
  }

  .rope {
    max-width: 250px;
    left: 5%;
  }

  .dijete2,
  .dijete3 {
    display: none;
  }

  .gr {
    gap: 32px;
  }

  .about {
    padding-top: 60px;
  }

  .prijava {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  .navwrap {
    width: 95%;
    padding: 1rem 0.5rem;
    flex-wrap: wrap;
    gap: 0.5rem;
    border-radius: 20px;
  }

  .litem {
    font-size: 0.75rem;
    letter-spacing: 0.3px;
  }

  .hero {
    min-height: 70vh;
    height: auto;
  }

  .herowrap {
    padding-bottom: 3vh;
  }

  .title {
    font-size: 4.2rem;
    padding: 0 1rem;
  }

  .call {
    font-size: 2.5rem;
    padding: 0.8rem;
  }

  .cta {
    font-size: 1rem;
    padding: 0.8rem;
    width: 100%;
    margin-top: 1rem;
  }

  .specnum {
    font-size: 1.5rem;
  }

  .subtitle {
    font-size: 2rem;
    padding: 0 1rem;
  }

  .lead {
    font-size: 1rem;
    padding: 0 1rem;
    line-height: 1.4;
  }

  .callout {
    width: 76%;
    padding: 20px 20px;
    font-size: 1rem;
    margin: 40px auto -1px auto;
    border-radius: 30px 30px 0 0;
  }

  .decko {
    display: none;
  }

  .wrap {
    padding: 30px 0;
  }

  .minititle {
    font-size: 28px;
    padding: 0 1rem;
  }

  .grid {
    padding: 40px 0 30px 0;
  }

  .col3 {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 1.5rem;
    margin-top: 1rem;
  }

  .gnum {
    width: 70px;
    height: 70px;
    font-size: 40px;
  }

  .gtext {
    font-size: 18px;
    padding-top: 12px;
  }

  .prijava {
    padding: 60px 0;
  }

  .projekt {
    padding: 2rem 0;
  }

  .projektwrap {
    padding: 0 1rem;
  }

  .sublead {
    font-size: 22px;
    padding: 0 1rem;
  }

  .opis {
    font-size: 16px;
    padding: 1.5rem 1rem 0 1rem;
    line-height: 1.4;
  }

  .rope {
    display: none;
  }

  .djeca {
    margin: 1.5rem auto 0 auto;
  }

  .footer {
    padding: 3rem 1rem;
  }

  .bauhaus {
    padding: 1.5rem 0;
  }

  .bauhaus img {
    max-width: 200px;
  }

  .by {
    font-size: 18px;
  }

  .gr {
    padding-top: 24px;
    gap: 24px;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .about {
    padding-top: 40px;
  }

  .pt2 {
    padding-top: 1rem;
  }
}

@keyframes upanddown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
