/*
  font-family: "Kadwa", serif;
  font-family: "Work Sans", sans-serif;
*/

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

html {
  overflow-x: hidden;
}

body {
  background: #fff;
}

.burger {
  position: absolute;
  left: 3%;
  top: 7%;
  cursor: pointer;
  z-index: 15;
  transition: all 0.3s ease-in-out;
}

.cosek {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}

.burger:hover {
  transform: scale(1.1);
}
.headwrap {
  padding-top: 3rem;
  position: relative;
  z-index: 4;
}

.title {
  color: #fff;
  text-align: center;
  font-family: "Kadwa", serif;
  font-size: 8.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 11.25rem; /* 138.462% */
  letter-spacing: 0.24375rem;
  text-transform: uppercase;
}

.titlelead {
  color: #fff;
  text-align: center;
  font-family: "Work Sans";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.1875rem; /* 125% */
}

.subtitle {
  color: #202020;
  text-align: center;
  font-family: "Kadwa", serif;
  font-size: 4.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.625rem; /* 128.571% */
  letter-spacing: 0.13125rem;
  text-transform: uppercase;
  max-width: 68rem;
  margin: 0 auto;
}

.sublead {
  color: #fff;
  text-align: center;
  font-family: "Work Sans";
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.1875rem; /* 140% */
}

.text {
  color: var(--Black, #000);
  font-family: "Work Sans";
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.1875rem; /* 140% */
  padding: 1.2rem;
}

.textmini {
  color: var(--Black, #000);
  font-family: "Work Sans";
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  padding-top: 3.12rem;
  padding: 1.2rem;
}

.italics {
  font-style: italic;
}

.btnsite {
  background: #ff4f01;
  color: var(--Secondary, #f7f5f2);
  text-align: center;
  font-family: "Work Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem; /* 155.556% */
  width: 18.125rem;
  height: 3.125rem;
  margin: 0 auto 3.12rem auto;
  display: block;
  outline: none;
  border: none;
}

.bttns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 3rem;
  padding: 3rem 1.2rem 0 1.2rem;
}

.bigbtn {
  border-radius: 0.32019rem;
  background: #ff4f01;
  width: 23.375rem;
  height: 6.72431rem;
  margin: 10rem auto 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem; /* 120% */
  font-family: "Work Sans";
  text-decoration: none;
}

.calcfig {
  position: absolute;
  right: -28px;
  bottom: 0;
  width: 86px;
  height: 197px;
}

.data,
.stupimg,
.slidwrap,
.likec,
.wrap,
.guy {
  flex: 1;
}

.wrap {
  min-width: 0;
  flex: 0 0 45%;
}

.guy {
  flex: 0 0 55%;
}

.likec {
  width: 100%;
  max-width: 40.9705rem;
}

.calc {
  width: 100%;
  background: url(img/bg2.png) #004f6f;
  background-size: cover;
  background-position: left top;
  padding: 10rem;
}

.pbtn {
  border-radius: 0.3125rem;
  background: #7c2272;
  color: var(--Secondary, #f7f5f2);
  text-align: center;
  font-family: "Work Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem; /* 155.556% */
  padding: 0.7rem;
  width: 9.375rem;
  cursor: pointer;
}

.activebtn {
  background: rgba(124, 34, 114, 0.2);
  cursor: not-allowed;
}

.darktxt {
  color: #202020;
}

.lighttxt {
  color: #fff;
}

.hero {
  width: 100%;
  height: 120vh;
  background: url(img/pozadina.svg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
}

.stupovi,
.slidermain,
.kviz {
  width: 100%;
  margin: 0 auto;
  max-width: 71.25rem;
  padding: 3rem 0;
  display: flex;
  align-items: center;
  gap: 4rem;
}

.kviz {
  flex-direction: column;
  gap: 1rem;
  padding-top: 10rem;
}

.quizimg {
  max-width: 29.00494rem;
  width: 90%;
  display: block;
  margin: 0 auto;
  padding-top: 3.12rem;
}

.kvizwrap {
  padding-top: 2rem;
}

.extra {
  border-radius: 0.3125rem;
  background: #f5f5f5;
  margin: 1.12rem auto 0 auto;
  color: #202020;

  /* paragraph bold */
  font-family: "Work Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem; /* 155.556% */
  padding: 1.4rem;
}

.stup {
  padding-top: 10rem;
}

.calctxt {
  max-width: 46.625rem;
  margin: 0 auto;
  text-align: center;
  padding-top: 1.56rem;
}

.stupimg {
  width: 100%;
}

.video {
  background: #f6f6f6;
  padding: 6.88rem 0 1rem 0;
}

.mobac {
  display: block;
  margin: 1.81rem auto 0 auto;
  width: 100%;
  max-width: 71.25rem;
}

.primary {
  background: #fff;
  padding: 6.2rem 0;
}

.logos {
  display: flex;
  max-width: 25.5rem;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding-top: 3.12rem;
}

.secondary {
  background: #004f6f;
  height: 5rem;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12rem;
}

.link {
  color: #fff;
  text-align: right;

  /* paragraph */
  font-family: "Work Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem; /* 155.556% */
  text-decoration: none;
}

.fimg {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
}

.label {
  color: #202020;
  text-align: center;

  font-family: "Work Sans";
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.1875rem; /* 140% */
}

.ploca {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.figure {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 1680px;
  pointer-events: none;
}

.hotspot {
  position: absolute;
  width: 100%;
  height: 70vh;
  left: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: all;
}

.figura {
  position: absolute;
  z-index: 5;
  transition: all 0.4s ease-in-out;
}

.kralj {
  bottom: 23%;
  left: 2%;
}

.kula {
  bottom: 17%;
  left: 24%;
}

.kraljica {
  bottom: 5%;
  left: 58%;
}

.lovac {
  bottom: 27%;
  left: 74%;
}

.pijun {
  bottom: 17%;
  left: 89%;
}

.active .kralj {
  bottom: 5%;
  left: 68%;
}

.active .kraljica {
  bottom: 5%;
  left: 22%;
}

.active .kula {
  bottom: 17%;
  left: 52%;
}

.active .lovac {
  bottom: 17%;
  left: 89%;
}

.active .pijun {
  bottom: 23%;
  left: 2%;
}

@media (max-width: 1681px) {
  .title {
    font-size: 6.2rem;
  }
  .hotspot {
    height: 65vh;
  }
  .figura {
    transform: scale(0.7);
  }

  .kralj {
    bottom: 15%;
    left: 6%;
  }

  .kula {
    bottom: 10%;
    left: 24%;
  }

  .kraljica {
    bottom: -5%;
    left: 58%;
  }

  .lovac {
    bottom: 18%;
    left: 72%;
  }

  .pijun {
    bottom: 11%;
    left: 85%;
  }

  .active .kralj {
    bottom: 3%;
    left: 68%;
  }

  .active .kraljica {
    bottom: 1%;
    left: 22%;
  }

  .active .kula {
    bottom: 12%;
    left: 52%;
  }

  .active .lovac {
    bottom: 10%;
    left: 85%;
  }

  .active .pijun {
    bottom: 16%;
    left: 6%;
  }
}

@media (max-width: 1441px) {
  .title {
    max-width: 70%;
    margin: 0 auto;
  }
  .hotspot {
    height: 65vh;
  }
  .figura {
    transform: scale(0.6);
  }

  .kralj {
    bottom: 10%;
    left: 6%;
  }

  .kula {
    bottom: 7%;
    left: 24%;
  }

  .kraljica {
    bottom: -5%;
    left: 50%;
  }

  .lovac {
    bottom: 14%;
    left: 70%;
  }

  .pijun {
    bottom: 8%;
    left: 82%;
  }

  .active .kralj {
    bottom: -4%;
    left: 62%;
  }

  .active .kraljica {
    bottom: 1%;
    left: 22%;
  }

  .active .kula {
    bottom: 7%;
    left: 50%;
  }

  .active .lovac {
    bottom: 7%;
    left: 83%;
  }

  .active .pijun {
    bottom: 13%;
    left: 6%;
  }
}

@media (max-width: 1025px) {
  .guy {
    flex: 0 0 48%;
  }
}

@media (max-width: 721px) {
  .title {
    font-size: 3.5rem;
    line-height: 1;
    padding-top: 12rem;
  }
  .hero {
    height: 100vh;
  }
  .stupovi,
  .logos {
    flex-direction: column;
  }
  .slidermain {
    display: block;
  }
  .logos {
    gap: 3rem;
  }
  .subtitle,
  .slidetitle {
    font-size: 2.2rem;
    padding: 1rem;
    line-height: 1;
  }
  .pbtn {
    font-size: 1rem;
    width: auto;
  }
  .calc {
    padding: 6rem 1rem;
  }
  .link {
    font-size: 0.8rem;
  }
  .titlelead {
    font-size: 1.5rem;
  }
  .text {
    font-size: 1rem;
    line-height: 1.4;
  }
  .bigbtn {
    width: 90%;
    font-size: 1rem;
  }
}

@media (max-width: 721px) {
  .hotspot {
    height: 65vh;
  }
  .figura {
    transform: scale(0.2);
  }
  .cosek {
    width: 40px;
  }
  .kralj {
    bottom: -18%;
    left: -15%;
  }

  .kula {
    bottom: -15%;
    left: 2%;
  }

  .kraljica {
    bottom: -35%;
    left: 20%;
    z-index: 8;
  }

  .lovac {
    bottom: -14%;
    left: 36%;
    z-index: 3;
  }

  .pijun {
    bottom: -8%;
    left: 58%;
  }

  .active .kralj {
    bottom: -18%;
    left: -15%;
  }

  .active .kula {
    bottom: -15%;
    left: 2%;
  }

  .active .kraljica {
    bottom: -35%;
    left: 20%;
    z-index: 8;
  }

  .active .lovac {
    bottom: -14%;
    left: 36%;
    z-index: 3;
  }

  .active .pijun {
    bottom: -8%;
    left: 58%;
  }
  .stupimg {
    width: 90%;
  }
  .burger {
    top: 1rem;
    left: 1rem;
    width: 2rem;
  }
  .stup {
    padding-top: 6rem;
  }
  .secondary {
    gap: 110px;
  }
}
