/* CSS Reset */
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

:root {
  --dark: #08243c;
  --black: #000000;
  --white: #ffffff;
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: 'Albert Sans', sans-serif;
  background: url(../img/razglednica/plava-pozadina.png) no-repeat center center;
  background-size: cover;
  color: var(--white);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

html,
body {
  height: 100%;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  cursor: pointer;
}

button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
pre {
  margin: 0;
}

h1,
h2,
h3 {
  line-height: 1;
}

@media screen and (max-width: 960px) {
  h1,
  h2,
  h3 {
    line-height: 1.3;
  }
}
section {
  width: 100%;
}

/*----------*/
/*---HERO---*/
/*----------*/
.header {
  width: 100%;
  /* aspect-ratio: 1443 / 1459; */
  background: url(../img/razglednica/hero.png) no-repeat bottom center;
  background-size: cover;
  padding: 5.4rem;
  padding-bottom: 55rem;
}
@media screen and (max-width: 780px) {
  .header {
    padding: 2rem;
  }
}
.top-logos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 780px) {
  .top-logos {
    padding: 0;
  }
}
.logo {
  max-width: 18.6rem;
  aspect-ratio: 186 / 70;
}
@media screen and (max-width: 780px) {
  .logo {
    max-width: 9.3rem;
  }
}
.hrvatska {
  max-width: 16rem;
  aspect-ratio: 160 / 100;
}
@media screen and (max-width: 780px) {
  .hrvatska {
    max-width: 8.2rem;
  }
}
.center-content {
  max-width: 82.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  margin: 0 auto;
  margin-top: 3rem;
}
@media screen and (max-width: 780px) {
  .center-content {
    margin-top: 6.4rem;
  }
}
.topper {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  text-transform: uppercase;
}
@media screen and (max-width: 780px) {
  .topper {
    font-size: 1.2rem;
  }
}
.h1 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 780px) {
  .h1 {
    font-size: 2.9rem;
    margin-bottom: 1rem;
  }
}
.below {
  text-align: center;
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 7.8rem;
}
@media screen and (max-width: 780px) {
  .below {
    max-width: 32.3rem;
    font-size: 1.8rem;
    margin-bottom: 5rem;
  }
}
.p {
  max-width: 59.3rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 6rem;
  line-height: 1.4;
}
@media screen and (max-width: 780px) {
  .p {
    max-width: 27.7rem;
    font-size: 1.4rem;
    margin-bottom: 6rem;
  }
}
.button {
  position: relative;
  color: #08243c;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: var(--white);
  padding: 1.6rem 2rem;
}
@media screen and (max-width: 780px) {
  .button {
    font-size: 1.7rem;
    padding: 1.6rem 2rem;
    margin-bottom: 40rem;
  }
}
.button::before {
  position: absolute;
  content: '';
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  aspect-ratio: 25 / 94;
  background: url(../img/razglednica/button-left.svg) no-repeat center center;
}
.button::after {
  position: absolute;
  content: '';
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  aspect-ratio: 25 / 94;
  background: url(../img/razglednica/button-right.svg) no-repeat center center;
}

/*-----------*/
/*---SEC-2---*/
/*-----------*/
.section-2 {
  position: relative;
  width: 100%;
}
.okvir {
  position: absolute;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .okvir {
    display: none;
  }
}
.okvir-1 {
  max-width: 22.6rem;
  aspect-ratio: 226 / 163;
  left: 10%;
  top: 22%;
}
.okvir-2 {
  max-width: 16.1rem;
  aspect-ratio: 161 / 116;
  left: 13%;
  top: 36%;
}
.okvir-3 {
  max-width: 16.2rem;
  aspect-ratio: 162 / 224;
  left: 21%;
  top: 63%;
}
.okvir-4 {
  max-width: 22.6rem;
  aspect-ratio: 226 / 163;
  right: 10%;
  top: 15%;
}
.okvir-5 {
  max-width: 16.1rem;
  aspect-ratio: 161 / 116;
  right: 15%;
  top: 24%;
}
.okvir-6 {
  max-width: 25.1rem;
  aspect-ratio: 251 / 182;
  right: 19%;
  top: 56%;
}
.kako-sudjelovati {
  position: relative;
  background: url(../img/razglednica/blue-back.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  max-width: 74.3rem;
  aspect-ratio: 743 / 527;
  margin: -7rem auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  z-index: 999;
}
@media screen and (max-width: 780px) {
  .kako-sudjelovati {
    max-width: 90%;
    margin: -5rem auto 0 auto;
  }
}
.kako-sudjelovati::before {
  position: absolute;
  content: '';
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 102%;
  aspect-ratio: 760 / 550;
  background: url(../img/razglednica/okvir.svg) no-repeat center center;
  background-size: cover;
}
.h2 {
  max-width: 40rem;
  text-align: center;
  text-shadow: 0px 12.162px 24.499px #003964;
  font-size: 4rem;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 780px) {
  .h2 {
    max-width: 25.8rem;
    font-size: 2.4rem;
  }
}
.koraci {
  max-width: 47rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 780px) {
  .koraci {
    max-width: 25.8rem;
    font-size: 1.2rem;
  }
}

/*----------*/
/*---FORM---*/
/*----------*/
.form-container {
  position: relative;
  z-index: 999;
  background: #f0f0f0;
  padding: 4rem 5rem 6rem 5rem;
  border-radius: 18px;
  width: 100%;
  max-width: 62.8rem;
  text-align: center;
  margin: 7.3rem auto 3.8rem auto;
}
@media screen and (max-width: 780px) {
  .form-container {
    width: 90%;
    padding: 3rem;
  }
}
.form-container h2 {
  color: #08243c;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 3.3rem;
}
.form-container input,
.form-container textarea,
.form-container button {
  display: block;
  width: 100%;
  margin-bottom: 1.3rem;
  padding: 0.8rem;
  border-radius: 18px;
  border: none;
  color: #08243c;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  background: #d9d9d9;
}
.form-container input::placeholder,
.form-container textarea::placeholder {
  color: #08243c;
}
textarea {
  resize: none;
  height: 145px;
}
.form-container button {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  border-radius: 18px;
  background: #003964;
  padding: 0.8rem;
}
.form-container button:hover {
  background: #001d3d;
}
.custom-file-upload {
  position: relative;
  margin-bottom: 1.3rem;
}
.custom-file-upload input[type='file'] {
  display: none;
}
.custom-file-upload label {
  display: block;
  background-color: #aecee7;
  color: #000;
  padding: 0.8rem;
  border-radius: 18px;
  cursor: pointer;
  color: #08243c;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
}
.custom-file-upload label:hover {
  background-color: #c0d9ec;
}

/*-----------*/
/*---SEC-3---*/
/*-----------*/
.section-3 {
  width: 100%;
  background: url(../img/razglednica/footer-slika.png) no-repeat top center;
  background-size: cover;
}
.section-3-wrap {
  width: 100%;
  max-width: 124rem;
  padding: 8.4rem 2rem 57.5rem 2rem;
  margin: 0 auto 0 auto;
  display: flex; /* maknuti i staviti flex*/
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 981px) {
  .section-3-wrap {
    padding: 2rem 2rem 25.9rem 2rem;
  }
}
.section-3-h3 {
  max-width: 54rem;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 981px) {
  .section-3-h3 {
    font-size: 1.6rem;
  }
}
.swiper-wrap {
  position: relative;
  max-width: 100rem;
  padding: 0 2rem;
  align-self: center;
  margin: 2rem 0 57.5rem 0;
}
@media screen and (max-width: 981px) {
  .swiper-wrap {
    margin: 4rem 0 25.9rem 0;
  }
}
@media screen and (max-width: 681px) {
  .swiper-wrap {
    max-width: 140%;
  }
}
.swiper {
  position: relative;
  width: 100%;
  max-width: 110rem;
  margin-top: -2rem;
  overflow: hidden;
}
.swiper-slide {
  max-width: 90rem;
  aspect-ratio: 951 / 560;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  margin: 0 3rem;
}
@media screen and (max-width: 681px) {
  .swiper-slide {
    margin: 0;
  }
}
.swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
}
.swiper-slide img {
  max-width: 100%;
  height: auto;
}
.swiper-button-prev,
.swiper-button-next {
  width: 1.9rem;
  height: 3.4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.swiper-button-prev {
  left: -2rem;
  background-image: url('../img/arrow-left.svg');
}
.swiper-button-next {
  right: -2rem;
  background-image: url('../img/arrow-right.svg');
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

/*-----------*/
/*---SEC-4---*/
/*-----------*/
.section-4 {
  width: 100%;
}
.section-4-wrap {
  width: 100%;
  max-width: 120.4rem;
  margin: -47.5rem auto 16.3rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4.3rem;
  background: url(../img/razglednica/blue-back.png) no-repeat center center;
  background-size: cover;
  padding: 12.9rem 20.3rem 15.6rem 20.3rem;
  border-radius: 101px;
  border: 4px solid #003964;
}
@media screen and (max-width: 780px) {
  .section-4-wrap {
    width: 90%;
    margin: -30rem auto 7.3rem auto;
    gap: 3rem;
    padding: 4.3rem 4rem 4.3rem 4rem;
    border-radius: 53px;
    border: 2.123px solid #003964;
  }
}
.section-4-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .section-4-top {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 3rem;
  }
}
.section-4-img {
  max-width: 40rem;
  aspect-ratio: 399 / 287;
}
@media screen and (max-width: 780px) {
  .section-4-img {
    max-width: 19rem;
  }
}
.section-4-h3 {
  max-width: 28.4rem;
  color: #fff;
  text-shadow: 0px 12.162px 24.499px #003964;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 780px) {
  .section-4-h3 {
    max-width: 24rem;
    font-size: 2.2rem;
    text-align: center;
  }
}
.section-4-p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 780px) {
  .section-4-p {
    font-size: 1.2rem;
  }
}

/* ----------------- */
/* ---- FOOTER ----- */
/* ----------------- */
.footer {
  width: 100%;
  background-color: var(--black);
  padding: 6rem 0;
}
.footer-mob {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 780px) {
  .footer {
    padding: 4.5rem 0;
  }
  .footer-desk {
    display: none;
  }
  .footer-mob {
    display: flex;
  }
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
}
.footer-link {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  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;
}
@media screen and (max-width: 780px) {
  .footer-link {
    font-size: 1.3rem;
  }
}
.logo-bijeli {
  max-width: 10.5rem;
  aspect-ratio: 105 / 40;
}
@media screen and (max-width: 780px) {
  .logo-bijeli {
    max-width: 9.1rem;
  }
}
.vl-logo {
  max-width: 9.2rem;
  aspect-ratio: 92 / 42;
}
@media screen and (max-width: 780px) {
  .vl-logo {
    max-width: 9.2rem;
  }
}
