@font-face {
  font-family: Dobra;
  src: url(img/Dobra-Book.ttf);
}
@font-face {
  font-family: DobraBold;
  src: url(img/Dobra-Bold.ttf);
}

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

html {
  overflow-x: hidden;
}

body {
  background: #000;
  overflow-x: hidden;
}

.nav {
  width: 90%;
  max-width: 1282px;
  margin: 0 auto;
  margin-top: 3rem;
}

.navwrap,
.herowrap {
  width: 100%;
  border-radius: 27px;
  background: #1000dd;
  padding: 20px 0;
  position: relative;
  z-index: 10;
}

.navlist {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.litem {
  color: #fff;
  text-align: center;
  font-family: Dobra;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.litem a {
  text-decoration: none;
  color: #fff;
}

.buyurl {
  border-radius: 12.655px;
  background: #fff;
  color: #1e1e1e;
  text-align: center;
  font-family: Dobra;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 7px 20px;
}

.buyurl a {
  color: #1e1e1e;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 10px;
  margin-right: 20px;
  font-weight: 900;
  font-family: DobraBold;
  z-index: 9999;
}

.menu-toggle:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.hero {
  width: 90%;
  max-width: 1282px;
  margin: -8rem auto 0 auto;
  position: relative;
  z-index: 0;
}

.heroimg {
  width: 100%;
  position: relative;
  z-index: 5;
  pointer-events: none;
}

.herobar {
  width: 100%;
  max-width: 1282px;
  position: absolute;
  bottom: 25vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.herowrap {
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
}

.herotime {
  color: #fff;
  font-family: Dobra;
  font-size: 1.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.bold {
  font-family: DobraBold;
  font-weight: 900;
}

.buybtn {
  border-radius: 21px;
  background: #0f0;
  color: #1000dd;
  text-align: center;
  font-family: DobraBold;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  cursor: pointer;
  text-decoration: none;
}

.pr1 {
  padding-right: 1rem;
}

.info {
  border-radius: 27px;
  background: #1000dd;
  width: 90%;
  max-width: 1282px;
  margin: 0 auto;
  padding: 6rem;
  position: relative;
  margin-top: -6rem;
}

.pageinfo {
  margin-top: 6rem;
}

.k1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.k2 {
  position: absolute;
  right: 0;
  top: 0;
}

.k3 {
  position: absolute;
  right: 0;
  top: -3rem;
  transform: rotate(90deg);
}

.infowrap {
  width: 100%;
}

.subtitlelead {
  color: #0f0;
  text-align: center;
  font-family: DobraBold;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.lead {
  color: #fff;
  text-align: center;
  font-family: Dobra;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 3rem;
}

.cvarakpad {
  padding-bottom: 300px;
}

.cvarak {
  position: absolute;
}

.cvarak1 {
  left: -6%;
  bottom: 0;
}
.cvarak2 {
  left: 2%;
  bottom: -10vh;
  z-index: 5;
}
.cvarak3 {
  left: 24%;
  bottom: -10vh;
  z-index: 15;
}
.cvarak4 {
  left: 45%;
  bottom: -10vh;
}
.cvarak5 {
  left: 65%;
  bottom: -5vh;
  z-index: 10;
}
.cvarak6 {
  left: 85%;
  bottom: 5vh;
}
.cvarak7 {
  left: 95%;
  bottom: 7vh;
}

.label {
  border-radius: 17.222px;
  background: #0f0;
  color: #1000dd;
  text-align: center;
  font-family: DobraBold;
  font-size: 1.18rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: fit-content;
  padding: 0.8rem 2rem;
  position: absolute;
}

.label1 {
  left: 12%;
  bottom: 11vh;
  z-index: 10;
}
.label2 {
  left: 35%;
  bottom: 15vh;
  z-index: 20;
}
.label3 {
  left: 30%;
  bottom: 4vh;
  z-index: 20;
}
.label4 {
  left: 50%;
  bottom: 12vh;
}
.label5 {
  left: 55%;
  bottom: 4vh;
}
.label6 {
  left: 62%;
  bottom: 20vh;
  z-index: 5;
}

.megatitle {
  color: #fff;
  font-family: "eurostile-extended";
  font-size: 7.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-variant: small-caps;
  text-align: center;
  margin-top: 10rem;
}

.subtitle {
  color: #1000dd;
  font-family: "eurostile-extended";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.greentxt {
  color: #00ff00;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 2fr;

  gap: 10px;
  width: 90%;
  max-width: 1282px;
  margin: 0 auto;
  padding-top: 1.8rem;
  padding-bottom: 4rem;
}
.card {
  border-radius: 18px;
  padding: 22px 30px;
  font-size: 1.2rem;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #000;
  font-family: Dobra;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-variant: small-caps;
}

.green {
  background: #00ff00;
  color: #000;
}

.blue {
  background: #1000dd;
  color: #00ff00;
}
.name-btn {
  border-radius: 18.396px;
  border: 1px solid #000;
  background: #1000dd;
  color: #0f0;
  text-align: center;
  font-family: Dobra;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-variant: small-caps;

  margin-top: 20px;
  align-self: flex-end;
  background: transparent;
  color: #00ff00;
  font-size: 1.1rem;
  padding: 10px 30px;
}

/* Grid placement */
.item1 {
  grid-column: 1/2;
  grid-row: 1/3;
}
.item2 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.item3 {
  grid-column: 3/4;
  grid-row: 1/3;
}
.item4 {
  grid-column: 4/5;
  grid-row: 1/2;
}
.item5 {
  grid-column: 2/3;
  grid-row: 2/3;
}
.item6 {
  grid-column: 4/5;
  grid-row: 2/3;
}
@media (max-width: 1100px) {
  .grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
  .item1 {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .item2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .item3 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .item4 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .item5 {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .item6 {
    grid-column: 1/3;
    grid-row: 4/5;
  }
}
@media (max-width: 700px) {
  .grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 20px;
  }
  .card {
    padding: 24px 12px;
    font-size: 1.05rem;
  }
  .item1,
  .item2,
  .item3,
  .item4,
  .item5,
  .item6 {
    grid-column: auto;
    grid-row: auto;
  }
}

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

.footerimg {
  width: 100%;
  max-width: 1920px;
  display: block;
  margin: 0 auto;
  z-index: 5;
  position: relative;
}

.footerwrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1282px;
  border-radius: 27px;
  background: #1000dd;
  padding: 2rem 1rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5vh;
  z-index: 10;
}

.footerinner {
  width: 100%;
  max-width: 1282px;
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3rem;
}

.links {
  display: flex;
  gap: 20px;
}

.link {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.mobhero {
  width: 100%;
  margin-top: -3.5rem;
}

.mobhero,
.mobcvarak,
.slidermob,
.footerimgmob {
  display: none;
}

.ulaznice {
  width: 90%;
  max-width: 1282px;
  margin: 0 auto;
  padding-top: 2rem;
}

.cards {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.carditem {
  background: #1000dd;
  position: relative;
  transition: all 0.4s ease-in-out;
  border-bottom: 0;
  border-bottom: 27px solid transparent;
  padding: 1rem;
  border-radius: 27px;
  position: relative;
  text-decoration: none;
  margin-top: 8rem;
  flex: 1;
}

.carditem::before {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0f0;
  border-radius: 27px;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.carditem:hover::before {
  bottom: -3rem;
}

.cardimg {
  position: absolute;
  left: 50%;
  top: -6rem;
  transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}

.cardimg1 {
  width: 10rem;
  transform: translateX(-50%) rotate(170deg);
  transform-origin: center;
}

.cardimg2 {
  width: 10rem;
  transform: translateX(-50%) rotate(280deg);
  transform-origin: center;
}

.cardimg3 {
  width: 10rem;
  transform: translateX(-50%) rotate(330deg);
  transform-origin: center;
}

.carditem:hover .cardimg {
  scale: 1.3;
  transform: translateX(-50%) rotate(120deg);
}

.cardtitle {
  color: #fff;
  text-align: center;
  font-family: "eurostile-extended";
  font-size: 5.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.8;
  text-transform: uppercase;
  margin-top: 4rem;
}

.mini {
  font-size: 3rem;
}

.pricebtn {
  border-radius: 16.873px;
  background: #fff;
  color: #1000dd;
  text-align: center;
  font-family: Dobra;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 6rem;
  text-decoration: none;
}

.pagetitle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageheading {
  color: #0f0;
  text-align: center;
  font-family: "eurostile-extended";
  font-size: 123.079px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.6;
  font-variant: small-caps;
  padding-bottom: 12rem;
}

.pagesub {
  color: #fff;
  text-align: center;
  font-size: 85.704px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.decor {
  position: absolute;
  left: 50%;
  bottom: -8rem;
  transform-origin: center;
  transform: translateX(-50%) rotate(90deg);
}

.titleimg {
  width: 170px;
  transform: rotate(270deg);
}

.minilead {
  color: #fff;
  text-align: center;
  font-family: "eurostile-extended";
  font-size: 38.114px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 3rem;
}

.video {
  width: 90%;
  max-width: 1282px;
  margin: 12rem auto 6rem auto;
  text-align: center;
}

.sliderbg {
  pointer-events: none;
}

video {
  border-radius: 27px;
  width: 100%;
}

@media screen and (max-width: 1460px) {
  .info {
    width: 90%;
  }
  .info img,
  .label {
    scale: 0.8 !important;
  }
}

@media screen and (max-width: 970px) {
  html {
    font-size: 12px;
  }
  .megatitle {
    font-size: 2.3rem;
  }
  .info {
    width: 90%;
    padding: 1rem;
    overflow: visible;
  }
  .subtitlelead {
    font-size: 1.8rem;
  }
  .infowrap {
    padding: 1rem;
  }
  .cvarak,
  .label {
    display: none;
  }

  .info img,
  .label {
    scale: 1 !important;
  }
  .mobcvarak {
    width: 120%;
    position: absolute;
    left: -10%;
    bottom: 0;
  }
  .sliderbg {
    display: none;
  }
  .slidermob {
    object-fit: contain !important;
  }
  .swiper {
    margin-top: 0 !important;
  }
  .swiper-slide {
    padding: 2rem;
  }
  .links {
    flex-direction: column;
  }
  .footerimg {
    display: none;
  }
  .footerimgmob {
    display: block;
    width: 100%;
  }
  .hero {
    margin: 0 auto;
  }
  .heroimg {
    display: none;
  }
  .nav {
    width: 95%;
    margin-top: 1rem;
  }

  .navwrap {
    padding: 15px 20px;
    border-radius: 20px;
    background: none;
  }

  .menu-toggle {
    display: block;
    position: absolute;
    top: 60%;
    right: -2rem;
    transform: translateY(-50%);
    font-size: 2rem;
  }

  .navlist {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #1000dd;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 80px 30px 30px;
    transition: right 0.3s ease;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  .navlist.active {
    right: 0;
  }

  .litem {
    font-size: 0.9rem;
    width: 100%;
  }

  .litem a {
    display: block;
    padding: 10px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
  }

  .litem a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 1;
  }

  .buyurl {
    font-size: 0.85rem;
    padding: 12px 20px;
    border-radius: 10px;
    margin: 10px 0;
  }

  .buyurl a {
    padding: 0;
  }

  .buyurl:hover {
    transform: none;
    box-shadow: none;
    background-color: #f0f0f0;
  }
  .herobar {
    position: static;
    transform: none;
    margin-bottom: 8rem;
    margin-top: -8rem;
  }
  .herowrap {
    flex-direction: column;
    padding: 1rem;
    gap: 20px;
    height: auto;
  }
  .mobhero,
  .mobcvarak,
  .slidermob {
    display: block;
  }
  .buyurl {
    width: fit-content;
    margin: 0 auto;
  }
  .buyurl a {
    font-family: DobraBold;
    font-size: 1.2rem;
    font-weight: 900;
    width: fit-content;
    text-align: center;
  }
  .litem {
    font-size: 1.2rem;
  }
  .k1 {
    width: 150px;
  }
  .k2 {
    width: 200px;
    top: 30%;
  }
  .carditem {
    width: 100%;
  }
  .pagetitle {
    flex-direction: column;
  }
  .pageheading {
    font-size: 40px;
  }
  .pagesub {
    font-size: 30px;
  }
  .decor {
    width: 180px;
  }
}
