* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.bg {
  background: url(img/bg.svg);
  background-size: contain;
}

html {
  font-size: 16px;
}

.nav {
  display: flex;
  width: 100%;
  margin: 0 auto;
  height: 148px;
  border-radius: 0px 0px 33.684px 33.684px;
  background: var(--Crna, #2f3133);
}

.navwrap {
  width: 90%;
  max-width: 1624px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navlogo {
  width: 100%;
  max-width: 782px;
}

.links {
  display: flex;
  gap: 50px;
  align-items: center;
  list-style: none;
}

.lilink {
  color: #fff;
  text-align: center;
  font-family: "mundial";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  cursor: pointer;
}

.hero {
  width: 90%;
  max-width: 1624px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
}

.herotxt {
  width: 60%;
}

.heroimg {
  width: 40%;
}

.himg {
  width: 100%;
  height: auto;
  object-fit: contain;
  justify-self: flex-end;
}

.title {
  color: var(--Rozna, #ff215c);
  font-family: "mundial";
  font-size: 10rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.6;
  text-transform: uppercase;
}

.tlead {
  color: var(--Crna, #2f3133);
  text-align: center;
  font-size: 5rem;
  font-style: normal;
  font-weight: 900;
  text-transform: none;
  line-height: 1.6;
}

.tsm {
  font-size: 4.475rem;
  line-height: 0;
}

.location {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 34px;
  padding-top: 84px;
}

.locrow {
  display: flex;
  align-items: flex-start;
  gap: 37px;
}

.loctxt {
  color: var(--Crna, #2f3133);
  font-family: "mundial";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 900;
}

.lead {
  color: var(--Crna, #2f3133);
  font-family: "mundial";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 60px 0;
}

.btn {
  display: flex;
  width: 344px;
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 20px;
  background: var(--Crna, #2f3133);
  color: #fff;
  text-align: center;
  font-family: "mundial";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.program {
  width: 100%;
  position: relative;
}

.progwrap,
.timetable {
  width: 90%;
  max-width: 1624px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}

.pasica {
  width: 100%;
  max-width: 1140px;
}

.time,
.timetitle {
  color: var(--Crna, #2f3133);
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 30px;
  font-family: "mundial";
  line-height: 1;
}

.minititle {
  color: var(--Crna, #2f3133);
  font-family: "mundial";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 30px;
}

.tab {
  padding-bottom: 80px;
  max-width: 860px;
  margin: 0 auto;
}

.desc {
  color: var(--Crna, #2f3133);
  text-align: center;
  font-family: "mundial";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 40px;
}

.ttu {
  text-transform: uppercase;
}

.collapsible {
  cursor: pointer;
}

.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.plusic {
  transition: all 0.2s ease-in-out;
}

.active .plusic {
  transform: rotate(45deg);
}

.frmtitle {
  color: var(--Crna, #2f3133);
  text-align: center;
  font-family: "mundial";
  font-size: 5rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.form {
  padding-top: 4rem;
  margin: 0 auto;
  width: 90%;
  max-width: 520px;
  text-align: center;
  position: relative;
}

.frmbox {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
}

.labela {
  color: var(--Crna, #2f3133);
  text-align: center;
  /* M/Heading */
  font-family: "mundial";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 40px;
  text-align: center;
  margin: 0 auto;
  padding-top: 40px;
}

.textbox {
  border-radius: 20px;
  border: 2px solid var(--Plava, #00caf0);
  color: var(--Siva, #2f3133);
  text-align: left;
  font-family: "mundial";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  padding: 20px;
}

.pravilaforma {
  color: #828282;
  text-align: justify;
  font-family: "mundial";
  font-size: 0.8rem;

  font-weight: 400;
  line-height: 17px;
}

::placeholder {
  color: #828282;
}

.rrow {
  flex-direction: row-reverse;
  padding-top: 40px;
}

.consent {
  display: flex;
  align-items: center;
  padding: 0.7rem 0;
  font-weight: 700;
  color: #828282;
  cursor: pointer;
  text-align: justify;
  font-family: "mundial";
}

input[type="checkbox"] {
  zoom: 1.6;
  margin-right: 0.4rem;
  color: #828282;
}

.ctasalji {
  border-radius: 16px;
  background: var(--Rozna, #ff215c);
  color: #fff;

  text-align: center;
  font-family: "mundial";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  outline: none;
  border: none;
  padding: 24px;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 40px;
}

.resp {
  font-family: "mundial";
  font-size: 1.5rem;
}

.footer {
  width: 100%;
  font-size: 0;
  line-height: 0;
  margin-bottom: -4px;
}

.footermob {
  display: none;
}

@media screen and (max-width: 1460px) {
  .tsm {
    font-size: 4rem;
  }
}

@media screen and (max-width: 1260px) {
  html {
    font-size: 14px;
  }
  .link {
    font-size: 2rem;
  }
  .navlogo {
    max-width: 600px;
  }
  .title {
    font-size: 8rem;
  }
  .tlead {
    font-size: 4rem;
  }
}

@media screen and (max-width: 980px) {
  html {
    font-size: 12px;
  }
  .navlogo {
    max-width: 480px;
  }
}

@media screen and (max-width: 720px) {
  .title {
    font-size: 4rem;
  }
  .navwrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .tsm {
    font-size: 3rem;
  }
  .hero {
    flex-direction: column;
  }
  .herotxt,
  .heroimg {
    width: 100%;
  }
  .btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .loctxt {
    font-size: 2rem;
  }
  .locrow {
    gap: 20px;
  }
  .ico {
    width: 30px;
  }
  .himg {
    padding-top: 40px;
  }
  .frmtitle {
    font-size: 3rem;
  }
  .labela {
    font-size: 2rem;
  }
  .footer {
    width: 100%;
    font-size: 0;
    line-height: 0;
    margin-bottom: -4px;
    display: none;
  }

  .footermob {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .bg {
    background: none;
  }
}
