:root {
  --gutter: 24px;
  --bg: #f5f5f5;
  --gap: 12px;
  --radius: 16px;
}

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

/*
font-family:"montserrat";
font-family:"gambado-sans";
*/

html,
body {
  overflow-x: hidden;
  background: #f2f0f1;
}

.hero {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.videomob {
  width: 100%;
  text-align: center;
  background: linear-gradient(to top, #ffd100 200px, transparent 0);
}

.videomob {
  text-align: center;
  padding-top: 50px;
}

.videolink {
  display: inline-block;
  padding-top: 70px;
}

.videoimg {
  display: block;
  width: 100%;
  max-width: 860px;
  height: auto;
  transform: translateY(5px);
}

.herocont {
  padding: 54px 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 0;
}

.heroleft {
  flex: 1;
  position: relative;
}

.heroright {
  flex: 1;
  padding-left: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.heroimg {
  width: 125%;
  position: relative;
  left: -180px;
}

.sublead {
  color: #000;
  font-family: "gambado-sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.lead {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  max-width: 520px;
}

.nav {
  width: 100%;
  margin: 0 auto;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-container {
  display: flex;
  gap: 1.5rem;
  padding: 1rem 2rem;
  border-radius: 2rem;
  white-space: nowrap;
  margin: 0 auto;
  max-width: 1018px;
  align-items: center;
}

.nav-item,
.navlink {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.2s ease;
  flex-shrink: 0;
  text-decoration: none;
}

.nav-item:hover {
  color: #333;
  transform: translateY(-2px);
}

.nav-item.active {
  color: #000;
  border-bottom: 3px solid #000;
}

/* Burger Button */
.burger-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.burger-btn span {
  width: 30px;
  height: 3px;
  background: #000;
  transition: all 0.3s ease;
  border-radius: 3px;
}

.burger-btn.active span:nth-child(1) {
  transform: rotate(42deg) translate(6px, 6px);
}

.burger-btn.active span:nth-child(2) {
  opacity: 0;
}

.burger-btn.active span:nth-child(3) {
  transform: rotate(-42deg) translate(6px, -6px);
}

.nav-item,
.navlink,
.btnmore {
  color: #000;
  text-align: center;
  font-family: "gambado-sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 190.909% */
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.btnmore {
  margin-top: 2rem;
}

.nav-item:hover {
  color: #000;
}

.nav-item.active {
  color: #000;
  border-bottom-color: #fff;
  position: relative;
}

.nav-container > li {
  list-style: none;
}
.nav-container a {
  text-decoration: none;
  color: #000;
}
.nav-container li.active > a,
.nav-container li.current-menu-item > a,
.nav-container li.current-menu-ancestor > a {
  color: #000;
  border-bottom-color: #000;
  position: relative;
}

.guideitem {
  border-radius: 20px;
  background: #ffd100;
  padding: 11px 28px;
  cursor: pointer;
}

.lottie {
  width: 60%;
  position: absolute;
  bottom: 4rem;
  left: 10%;
}

.taske {
  width: 70%;
  position: absolute;
  bottom: -2rem;
  left: 0;
  z-index: 10;
}

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

.herotxt {
  width: 35%;
  padding-left: 3rem;
  padding-top: 12%;
}

.herolead {
  text-align: center;
  font-family: "Afacad", serif;
}

.logo {
  width: 90%;
  max-width: 620px;
  padding-bottom: 3.125rem;
}

.herolead {
  color: var(--Dark-green, #2a464d);
  text-align: center;
  /* Paragraph */
  font-family: "Afacad";
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 130.435% */
  width: 100%;
  max-width: 574px;
  margin: 0 auto;
}

.div1 {
  width: 100%;
}

.slider {
  width: 100%;

  padding-bottom: 220px;
}

.sliderwrap {
  padding-top: 120px;
  position: relative;
}

.title {
  color: var(--Black, #141414);
  text-align: center;
  font-family: "Afacad", serif;
  font-size: 6.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  top: 7rem;
  width: 100%;
}

.subtitle {
  color: #000;
  text-align: center;
  font-family: "gambado-sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  max-width: 789px;
  margin: 0 auto;
}

.letter {
  color: var(--Black, #141414);
  font-family: "Agbalumo", serif;
  font-size: 6.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.cijena {
  background: var(--Light-green, #4b7b71);
  padding: 105px 0;
}

.quizwrap {
  padding-top: 105px;
}

.desc {
  color: var(--Light, #eaeaea);
  font-family: "Agbalumo", serif;
  text-align: center;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4; /* 142.857% */
  max-width: 524px;
  margin: 0 auto;
  padding: 50px 0;
}

.numbers {
  width: 90%;
  max-width: 995px;
  margin: 0 auto;
  gap: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.numbers:nth-of-type(2) {
  padding-top: 80px;
}

.cubes:nth-of-type(2) {
  padding-top: 80px;
}

.row {
  flex: 1;
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
}

.numtxt {
  color: #000;
  text-align: center;
  font-family: "gambado-sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.legal {
  color: var(--Light, #eaeaea);
  text-align: center;
  font-family: "Afacad", serif;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2; /* 128.571% */
  padding-top: 50px;
}

.calc {
  background: #fff;
  width: 100%;
  padding-bottom: 220px;
}

.quizlead {
  color: #000;
  text-align: center;
  font-family: "montserrat";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 0 64px 0;
  max-width: 627px;
  margin: 0 auto;
}

.sansa {
  background: #f2f0f1;
  padding: 105px 0;
}

.sansa2 {
  background: #fff;
  padding: 105px 0;
}

.imggrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: 90%;
  max-width: 1314px;
  margin: 0 auto;
}

.imggrid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.argrid {
  display: grid;
  width: 100%;
  padding: 16px;
  max-width: 832px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
}

.art a {
  text-decoration: none;
}

a .arttl {
  color: #000;
  font-family: "montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none !important;
  padding-top: 16px;
}

.artimg {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #fff;
  height: 277px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .imggrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .argrid {
    grid-template-columns: 1fr;
  }
}

.footer {
  background: #fff;
  font-size: 0;
  position: relative;
}

.footerwrap {
  width: 90%;
  max-width: 1133px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

.pow {
  display: flex;
  padding-top: 27px;
  gap: 44px;
  align-items: center;
  justify-content: center;
}

.skuter {
  max-width: 481px;
}

.logo24 {
  width: 144px;
}

.logohp {
  width: 247px;
}

.legalblk {
  background: #2a464d;
}

.legalwrap {
  padding: 30px 0;
  display: flex;
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

.flinks {
  display: flex;
  align-items: center;
  gap: 60px;
}

.flink {
  color: var(--Yellow, #ffce39);
  text-align: right;
  font-family: "Afacad", serif;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 130.435% */
  text-decoration: none;
}

.menu {
  position: absolute;
  top: 0;
  right: 0;
  background: url(img/nav.svg);
  background-position: top right;
  background-repeat: no-repeat;
  transform-origin: top right;
  width: 450px;
  height: 450px;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
  z-index: 10;
  pointer-events: all;
}

.burger {
  position: absolute;
  right: 110px;
  top: 60px;
  cursor: pointer;
  z-index: 50;
  pointer-events: all;
}

.mobmenu {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ffce39;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s ease-in-out;
  z-index: 20;
}

.mobshow {
  opacity: 1;
  pointer-events: all;
  transition: all 0.6s ease-in-out;
}

.menuparent {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  pointer-events: none;
  overflow: hidden;
}

.menuwrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.mlinks {
  list-style: none;
}

.mlink {
  color: var(--Black, #141414);
  text-align: center;
  font-family: "Afacad", serif;
  font-size: 2.0625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3; /* 130.435%*/
  cursor: pointer;
}

.crtica {
  width: 70px;
  height: 8px;
  background-color: #141414;
  margin: 10px 0;
  transition: all 0.3s linear;
  border-radius: 4px;
}

/*swiper*/

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 60%;
  height: fit-content;
  opacity: 0.45;
  scale: 0.9;
}

.swiper-slide-active {
  opacity: 1;
  scale: 1;
}

.slide-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.swiper-slide img {
  max-width: 100%;
  height: 100%;
}

.mobimg {
  display: none;
}

.swiper-container {
  width: 100%;
  height: 100%;
  padding-top: 64px;
}

.cubes {
  width: 90%;
  margin: 0 auto;
  gap: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 935px;
  margin: 0 auto;
}

.strelica {
  width: 16px;
}

/*end swiper*/

.white {
  color: var(--Light, #eaeaea);
}

.darkblu {
  color: var(--Dark-green, #2a464d);
}

.dark {
  color: var(--Black, #141414);
}

.txc {
  text-align: center;
}

.multi.active {
  background: #4b7b71;
}

.ruksak,
.vrecica,
.traka,
.mobdiv,
.mobdiv2 {
  display: none;
}

@media (max-width: 1280px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 970px) {
  .hero {
    flex-direction: column;
    padding-bottom: 50px;
  }
  .video,
  .herotxt {
    width: 100%;
    padding-left: 0;
  }
  .slider {
    padding-bottom: 0;
  }
  .herotxt {
    width: 90%;
    padding-bottom: 27px;
  }
  .logo {
    max-width: 351px;
  }
  .title,
  .letter,
  .subtitle {
    font-size: 5rem;
  }
  .subtitle {
    line-height: 80px;
  }
  .numbers,
  .cubes,
  .pow,
  .legalwrap {
    flex-direction: column;
  }
  .numbers,
  .cubes {
    width: 100%;
    padding: 0 10px;
  }
  .footerwrap {
    flex-direction: column-reverse;
    padding-bottom: 105px;
  }
  .pow {
    align-items: center;
  }
  .div1 {
    display: none;
  }
  .legal {
    width: 90%;
    margin: 0 auto;
  }
  .quizimg {
    width: 90%;
    max-width: 100%;
  }
  .answers {
    width: 90%;
  }
  .skuter {
    width: 90%;
    padding-bottom: 2rem;
  }
  .flinks {
    padding: 4rem 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: space-around;
  }
  .desc {
    width: 90%;
    margin: 0 auto;
  }
  .menu {
    width: 240px;
    height: 240px;
    background-size: contain;
    right: -60px;
    top: 0;
  }
  .burger {
    right: 30px;
    top: 60px;
  }
  .videopic {
    display: none;
  }
  .video {
    width: 100%;
    height: 100vh;
    background: url(img/pozadina.svg);
    background-size: 250%;
    background-position: center -6.5rem;
    background-repeat: no-repeat;
    position: relative;
  }

  .subtitle {
    width: 90%;
    margin: 0 auto;
  }

  .lottie {
    position: absolute;
    bottom: unset;
    top: 12rem;
    width: 140vw;
    left: 40%;
    transform: translateX(-50%);
  }
  .ruksak {
    position: absolute;
    left: 0;
    top: 75%;
    z-index: 10;
    width: 178px;
  }
  .vrecica {
    position: absolute;
    right: 0;
    top: 83%;
    z-index: 10;
  }
  .traka {
    position: absolute;
    top: 87%;
    z-index: 8;
  }
  .cubes:nth-of-type(2),
  .numbers:nth-of-type(2) {
    padding-top: 40px;
  }
  .numbers {
    gap: 40px;
  }
  .mobdiv {
    width: 100%;
    display: block;
  }
  .taske {
    display: none;
  }
  .mobmenu {
    height: 100vh;
    width: 100vw;
  }
  .moblogo {
    max-width: 260px;
  }
  .menuwrap {
    justify-content: center;
  }
  .mlinks {
    width: 90%;
  }
  .mlink {
    font-size: 1.8rem;
  }
  .deskimg {
    display: none;
  }
  .ruksak,
  .vrecica,
  .traka,
  .mobimg {
    display: block;
  }
  .herolead {
    max-width: 387px;
  }
  .cijena {
    padding-bottom: 0;
  }
  .quizwrap {
    padding-top: 50px;
  }
  .quizlead,
  .qtext {
    max-width: 341px;
    margin: 0 auto;
  }
  .slide {
    padding: 0;
  }
  .answers {
    width: 100%;
  }
  .cubes {
    gap: 40px;
  }
  .divmob3 {
    display: block;
  }
  .mobdiv2 {
    display: block;
    width: 100%;
    position: absolute;
    top: -3rem;
  }
  .nl {
    display: block;
  }
}

.container {
  max-width: 1314px;
  margin: 0 auto;
  display: flex;
  padding: 1rem;
  gap: 1rem;
  height: 600px;
}

.section {
  background: #ffd100;
  border-radius: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.section:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

.section.collapsed {
  flex: 0 0 120px;
}

.section.expanded {
  flex: 1;
}

.vertical-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  white-space: nowrap;
  color: #000;
  font-family: "gambado-sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 0.3s;
}

.section.expanded .vertical-title {
  opacity: 0;
  pointer-events: none;
}

.content {
  padding: 6rem 3rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.section.expanded .content {
  opacity: 1;
  pointer-events: auto;
}

.content h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-family: "gambado-sans";
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  align-items: center;
}

.icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #16a34a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.item p {
  color: #000;
  font-family: "montserrat";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.item strong {
  font-weight: bold;
}

.number {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  color: #000;
  text-align: center;
  font-family: "gambado-sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.section.collapsed .number {
  font-size: 3rem;
  bottom: 1.5rem;
  right: 1.5rem;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    height: auto;
    min-height: 100vh;
    padding: 16px;
  }

  .section.collapsed {
    flex: 0 0 80px;
  }

  .section.expanded {
    flex: 1;
    min-height: 500px;
  }

  .vertical-title {
    transform: translate(-50%, -50%) rotate(0deg);
    font-size: 1rem;
  }

  .section.collapsed .vertical-title {
    padding-top: 1.4rem;
  }

  .content {
    padding: 2rem 1.5rem;
  }

  .content h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .item {
    margin-bottom: 1rem;
  }

  .item p {
    font-size: 1rem;
  }

  .icon {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }

  .number {
    font-size: 3rem;
    bottom: 1rem;
    right: 1rem;
  }

  .section.collapsed .number {
    font-size: 2rem;
    bottom: 1rem;
    right: 1rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem !important;
    top: 1rem;
  }
  .herocont {
    flex-direction: column;
  }
  .heroimg {
    width: 90%;
    display: block;
    margin: 0 auto;
    position: static;
  }
  .heroright {
    padding: 16px;
  }
  .subtitle {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.section.expanded .vertical-title {
  opacity: 0;
  pointer-events: none;
}

.content {
  padding: 3rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.section.expanded .content {
  opacity: 1;
  pointer-events: auto;
}

.content h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #16a34a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.item p {
  font-size: 1.125rem;
  line-height: 1.6;
}

.item strong {
  font-weight: bold;
}

.number {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  font-size: 3rem;
  font-weight: bold;
  opacity: 1;
}

.section.collapsed .number {
  font-size: 3rem;
  bottom: 1.5rem;
  right: 1.5rem;
}

@media (max-width: 768px) {
  .nav {
    padding: 0;
    position: relative;
  }

  .burger-btn {
    display: flex;
  }

  .nav-container {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 400px;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    gap: 0;
    padding: 80px 2rem 2rem;
    border-radius: 0;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    overflow-y: auto;
    align-items: flex-start;
    z-index: 1000;
  }

  .nav-container.active {
    right: 0;
  }

  .nav-item {
    width: 100%;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
  }

  .guideitem {
    padding: 11px 28px;
    margin-top: 16px;
  }

  .nav-item.active {
    border-bottom: 1px solid #000;
    border-bottom-width: 2px;
  }

  .nav-item:hover {
    transform: translateX(5px);
    color: #000;
  }

  /* Overlay */
  .nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .nav-overlay.active {
    display: block;
    opacity: 1;
  }
  .heroleft {
    order: 1;
  }
  .heroright {
    order: 2;
  }
}

.logo24 {
  width: 105px;
}

.logohp {
  width: 151px;
}

.btnlink {
  margin: 6rem auto 0 auto;
  display: block;
  width: 300px;
}
