* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'greycliff-cf';
}

html {
  font-size: 16px;
}

body {
  background: #000;
}

nav {
  width: 100%;
}

.navwrap {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.logo {
  padding-bottom: 2.5rem;
  max-width: 238px;
}

@media screen and (max-width: 970px) {
  .logo {
    max-width: 152px;
  }
}

.navlist {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2.6rem;
  font-family: 'greycliff-cf';
  color: #11009e;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.litem a {
  text-decoration: none;
  color: #00e5fd;
}
.urlactive a {
  color: #ff5062 !important;
}

.litem {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid transparent;
}

.active {
  border-bottom: 2px solid #ff5062;
}

.btnurl {
  height: 9.4rem;
  flex-shrink: 0;
  align-self: center;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  background: #ff5062;
  color: #fff !important;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
}

.btnurl a {
  color: #fff;
}

.hero {
  margin-top: -2.5rem;
  position: relative;
}

@media screen and (max-width: 970px) {
  .hero {
    position: relative;
  }
}

.heroimgsec {
  width: 100%;
}

.herocont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

@media screen and (max-width: 970px) {
  .herocont {
    min-height: 39.3rem;
    width: 100%;
    overflow-x: hidden;
  }
  video {
    min-height: 39.3rem;
  }
}

.herowrap {
  width: 90%;
  max-width: 1440px;
  min-height: 90vh;
  gap: 18px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media screen and (max-width: 970px) {
  .herowrap {
    padding: 9.7rem 0 5.8rem 0;
    width: 85%;
    min-height: unset;
    gap: 15px;
  }
}

.video,
#background-video {
  width: 100%;
  pointer-events: none;
  object-fit: cover;
}

.herologo {
  width: 80%;
  max-width: 1200px;
}

.herotitle {
  color: #fff;
  font-family: 'greycliff-cf';
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media screen and (max-width: 970px) {
  .herotitle {
    font-size: 2.8rem;
    line-height: 1;
  }
}

.herolead {
  color: #ff5062;
  font-family: 'greycliff-cf';
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 970px) {
  .herolead {
    font-size: 1.8rem;
  }
}

.title {
  color: #4942e4;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.content {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

#feed-widget {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 3rem 0;
}

.intro {
  padding-top: 3rem;
}

.subtitle {
  color: #00e5fd;
  font-family: 'greycliff-cf';
  font-size: 4.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 112%; /* 76.16px */
}

.dots {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.125rem;
  margin: 0 auto;
  justify-content: center;
  padding: 1.25rem 0;
}

.dot {
  width: 17px;
  height: 17px;
  background: #4942e4;
  border-radius: 50%;
}

.biglead {
  color: rgba(73, 66, 228, 0.79);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  font-family: 'greycliff-cf';
  text-transform: uppercase;
}

.lightlead {
  color: rgba(73, 66, 228, 0.52);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: 'greycliff-cf';
  padding-top: 1rem;
  margin-bottom: 6rem;
}

.btnholder {
  text-align: center;
  margin: 2rem auto;
}

.btn {
  border-radius: 17px;
  background: #ff5062;
  color: #fff;
  font-size: 1.6875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 1.5rem;
  position: relative;
  text-decoration: none;
  width: 330px;
  display: block;
}

@media screen and (max-width: 970px) {
  .btn {
    width: 21rem;
    border-radius: 10px;
    font-size: 1.8rem;
  }
}

.btnblu {
  border-radius: 17px;
  background: #00e5fd;
}

@media screen and (max-width: 970px) {
  .btnblu {
    border-radius: 10px;
    font-size: 1.3rem;
    width: unset;
  }
}

.arrow {
  position: absolute;
  right: -20px;
  bottom: -64px;
  width: 73px;
  aspect-ratio: 73 / 81;
}

@media screen and (max-width: 970px) {
  .arrow {
    right: 0px;
    bottom: -17px;
    width: 23px;
  }
}

.flex {
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: space-between;
}

.fleximg {
  width: 45%;
}

.flex1 {
  width: 55%;
}

.flex2 {
  flex: 1;
}

.image {
  width: 100%;
}

.minititle {
  color: #00e5fd;
  font-family: 'greycliff-cf';
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 112%; /* 67.2px */
  padding-bottom: 1rem;
}

@media screen and (max-width: 970px) {
  .minititle {
    font-size: 3.2rem;
  }
}

.lead {
  color: rgba(255, 255, 255, 0.78);
  font-family: 'greycliff-cf';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 123%; /* 24.6px */
}

.lead a {
  color: #ff5062;
}

.gridwide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0;
  flex-wrap: wrap;
  gap: 3rem;
}

.griditem {
  width: calc(50% - 1.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.gridtitle {
  color: #00e5fd;
  font-family: 'greycliff-cf';
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 112%; /* 44.8px */
  padding-bottom: 1rem;
  position: relative;
  width: fit-content;
}

.gridtitle::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #ff5062;
}

.gridlead {
  color: rgba(255, 255, 255, 0.78);
  font-family: 'greycliff-cf';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 123%; /* 24.6px */
  padding-top: 0.6rem;
}

.pt120 {
  padding-top: 7.5rem;
}

@media screen and (max-width: 970px) {
  .pt120 {
    padding-top: 2.5rem;
  }
}

.pt2 {
  padding-top: 2rem;
}

.icon {
  display: block;
  margin: 1rem auto 3rem auto;
  height: 5.6rem;
  width: auto;
  object-fit: contain;
}

.icons {
  gap: 0.5rem;
  padding: 3rem 0;
}

.brand {
  text-align: center;
  padding-top: 7.9rem;
}

.mwtxt {
  max-width: 784px;
  margin: 0 auto;
}

.pb2 {
  padding-bottom: 2rem;
}

.heroimg {
  width: 100%;
}

.heroimg2 {
  width: 100%;
  margin-top: -15%;
  pointer-events: none;
}

.event {
  padding: 6rem 0;
}
.articlegrid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1.4rem;
  padding: 3rem 0 0 0;
}

.grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.4rem;
  padding: 6rem 0;
}

.person {
  text-align: center;
}

.perimg {
  width: 100%;
  max-width: 345px;
  display: block;
  margin: 0 auto;
}

.pername {
  color: #ff5062;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.perdec {
  font-family: 'greycliff-cf';
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 1rem 0;
}

.artimg {
  height: 200px;
  width: 100%;
}

.arttitle {
  color: #ff5062;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: 'greycliff-cf';
  padding: 0.5rem 0;
}

.arturl {
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.artlead {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: 'greycliff-cf';
}

.news {
  padding-top: 3.125rem;
  font-size: 0;
}

footer {
  width: 100%;
  background: #ff5062;
  padding: 2rem 0 4rem 0;
}

.footerwrap {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.ftitle {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: right;
  padding-bottom: 1rem;
}

.org {
  text-align: left;
  padding-left: 0.25rem;
}

.ftxt {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: 'greycliff-cf';
}

.desno {
  vertical-align: middle;
  padding-left: 0.25rem;
}

.mail {
  color: #fff;
  font-family: 'greycliff-cf';
}

.partsub {
  background: url(/img/partsub.png);
  background-size: cover;
  width: 100%;
}

.partsubtitle {
  color: #fff;
  text-shadow: 0px 4px 19px #180e70;
  font-size: 6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 380px;
  padding-bottom: 40px;
}

.moretitle {
  color: #00e5fd;
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.partsection {
  padding: 3rem 0;
}

.mw {
  max-width: 674px;
  margin: 0 auto;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  background: none;
  border: none;
  padding: 5px;
  z-index: 1001;
  margin-bottom: 3rem;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 3px 0;
  transition: 0.3s;
  transform-origin: center;
}

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

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

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

.partners {
  padding: 6rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.partnerlogo {
  padding: 1rem;
  max-width: 100%;
}

.maxw800 {
  max-width: 800px;
}

/* Modal stilovi */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modalwrap {
  padding: 2rem;
  border-radius: 10px;
  max-width: 970px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 69px;
  border: 12px solid #00e5fd;
  background: #000;
  box-shadow: 7px 10px 24.2px 5px rgba(17, 0, 158, 0.21);
}

.modal .perimg {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.modal .pername {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #ff5062;
}

.perdata {
  padding-left: 2rem;
  text-align: left;
}

.modal .opis {
  font-family: 'greycliff-cf';
  color: rgba(255, 255, 255, 0.78);

  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #999;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-btn:hover {
  color: #333;
}

/* Hover efekat za govornike */
.person {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.person:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.rows {
  display: flex;
  flex-direction: column;
  padding-top: 0;
}

.row {
  display: flex;
  align-items: center;
  gap: 3rem;
  position: relative;
  padding: 3rem 0 2rem 0;
}

.row:first-of-type {
  padding-top: 0;
}

.row::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 50%;
  height: 5px;
  background: #00e5fd;
}

.row:last-of-type::after {
  display: none;
}

/* Responzivni dizajn */
@media (max-width: 768px) {
  .modalwrap {
    margin: 1rem;
    padding: 1.5rem;
    flex-direction: column;
  }

  .modal .perimg {
    width: 120px;
    height: 120px;
  }

  .modal .pername {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .navlist {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background-color: #000;
    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;
  }

  .navlist .litem {
    margin: 15px 0;
    width: 100%;
  }

  .navlist .litem a {
    display: block;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  .navlist .btnurl a {
    background-color: #007bff;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    text-align: center;
    border-bottom: none;
    margin-top: 20px;
  }

  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .nav-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .navwrap {
    justify-content: space-between;
    height: 100px;
  }

  body.menu-open {
    overflow: hidden;
  }
}

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

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

@media screen and (max-width: 970px) {
  html {
    font-size: 10px;
  }
  .content {
    width: 100%;
    padding: 0 2rem;
  }
  .title {
    font-size: 4rem;
  }
  .subtitle {
    font-size: 2rem;
  }
  .biglead {
    padding-bottom: 1rem;
  }
  .lead {
    font-size: 1.5rem;
  }
  .flex,
  .footerwrap {
    flex-direction: column;
  }
  .articlegrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .ftitle {
    text-align: center;
  }
  .fblock {
    width: 100%;
  }
  .flex1,
  .fleximg {
    width: 100%;
  }
  .flogo {
    display: block;
    margin: 1rem auto;
    width: 100%;
  }
  .btnurl {
    height: auto;
    background: none;
    padding: 0;
  }
  .navlist .btnurl a {
    color: #ff5062;
    background: none;
    padding: 0;
    margin-top: 0;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }
  .partsubtitle {
    font-size: 3rem;
  }
  .partners {
    flex-direction: column;
  }
  .partnerlogo {
    padding: 2rem 1rem;
  }
  .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .person {
    padding-top: 2rem;
  }
  .modal .opis {
    font-size: 12px;
  }
  .gridwide {
    flex-direction: column;
  }
  .griditem {
    width: 100%;
  }
  .gridicon {
    width: 100px;
  }
}

.txc {
  text-align: center;
}

.pink {
  color: #ff5062;
}

.mxauto {
  margin: 0 auto;
}

@media screen and (max-width: 970px) {
  .reverse-col {
    flex-direction: column-reverse;
  }
  .newsitem {
    padding: 0 1rem;
  }
}
.govornik {
  color: #00e5fd;
  font-weight: bold;
}
