/*
    ZELENA: #acd77a;
    SIVA: #f2fbff;
*/

@font-face {
  font-family: vladimir;
  src: url(fonts/AmeyallindaSignaturRegular400.otf);
}

@font-face {
  font-family: msr;
  src: url(fonts/Montserrat-ExtraBold.ttf);
}

@font-face {
  font-family: roboto-bold;
  src: url(fonts/Roboto-Bold.ttf);
}

@font-face {
  font-family: roboto-regular;
  src: url(fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: roboto-light;
  src: url(fonts/Roboto-Light.ttf);
}

* {
  box-sizing: border-box;
}

body {
  background-color: #f2fbff;
  font-family: roboto-regular;
  margin: 0;
  padding: 0;
}

.meni {
  width: 100%;
  background-color: white;
  color: #acd77a;
  padding: 5px;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.meni > .brand {
  display: flex;
  justify-content: left;
  width: 94%;
}

.meni > .brand > h1 {
  font-size: 20px;
  margin-left: 5px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0;
}

.social-icon {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-top: 3px;
  margin-right: 5px;
}

.social-icon > a > img {
  width: 30px;
  height: auto;
}

/* GLAVNI SADRZAJ */
.main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding: 20px 20px 10px;
  margin-bottom: 40px;
}

.slika-container {
  position: relative;
  display: inline-block;
}

.rodjendanko {
  display: block;
  border-radius: 10px;
  width: 100%;
}

.torta {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 20%;
}

.glavni-text {
  justify-content: center;
  text-align: left;
  width: 100%;
  order: 1;
  padding: 0px 0px 0px 10px;
}

.glavni-text > h1 {
  color: #acd77a;
  font-family: msr;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4;
}

.glavni-text > h2 {
  font-size: 18px;
  font-family: msr;
  color: rgb(233, 108, 77);
  margin: -5px 0px 0px;
}

.glavni-text > p {
  color: #5e5c5c;
  font-size: 15px;
  margin-bottom: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.main-dugme {
  background-image: linear-gradient(
    -180deg,
    rgb(251, 177, 88) 0%,
    rgb(233, 108, 77) 96%
  );
  color: white;
  text-decoration: none;
  padding: 8px 40px;
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.main-dugme:hover {
  background-image: linear-gradient(
    -180deg,
    rgb(241, 174, 93) 0%,
    rgb(231, 140, 59) 96%
  );
}

/* ODBROJAVANJE */
.odbrojavanje {
  color: #acd77a;
  background-image: url("img/mystic-glow-pozadina.jpg");
  background-size: cover;
  background-position: bottom;
  width: 100%;
  padding: 60px 0px 60px;
  border-bottom: 1px solid #008000ab;
  border-top: 1px solid #008000ab;
}

.kartica {
  background-color: rgba(242, 251, 255, 0.889);
  border-radius: 15px;
  text-align: center;
  width: 85%;
  margin: 0px auto;
  padding: 20px;
}

.kartica > h2 {
  font-size: 25px;
  font-family: msr;
}

#tajmer {
  font-size: 15px;
  font-family: roboto-bold;
}

/* PLAN */
.plan {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  gap: 80px;
  padding: 100px 0px 90px;
  text-align: center;
  align-items: center;
}

.kalendar,
.sat,
.lokacija-icon {
  width: 80px;
  background-color: white;
  border-radius: 50%;
  padding: 15px;
}

.pozadina {
  background-image: linear-gradient(
    -180deg,
    rgb(251, 177, 88) 0%,
    rgb(233, 108, 77) 96%
  );
  border-radius: 60% 40% 60% 40% / 50% 50% 20% 70%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  padding: 30px;
  margin-bottom: 30px;
}

.plan-desc {
  font-size: 18px;
  color: rgb(233, 108, 77);
  font-family: roboto-bold;
}

/* DETALJNO */
.detaljno {
  color: #acd77a;
  background-color: #acd77a;
  width: 100%;
  padding: 60px 0px 60px;
  border-bottom: 1px solid #008000ab;
  border-top: 1px solid #008000ab;
}

.detaljno-kartica {
  background-color: rgba(242, 251, 255, 0.889);
  border-radius: 15px;
  text-align: center;
  width: 85%;
  margin: 0px auto;
  padding: 30px 0px 40px;
}

.pozvan {
  color: rgb(233, 108, 77);
  font-size: 14px;
  font-family: roboto-regular;
  margin-bottom: -2px;
}

.godine {
  font-family: roboto-bold;
  font-size: 20px;
}

.detaljno-vreme {
  font-family: roboto-bold;
  font-size: 17px;
}

.potvrda {
  color: #5a5a5a;
  font-size: 14px;
}

.detaljno-lokacija {
  color: #5a5a5a;
  font-size: 15px;
  margin: 10px 0px 20px;
}

.lokacija-dugme {
  background-image: linear-gradient(
    -180deg,
    rgb(251, 177, 88) 0%,
    rgb(233, 108, 77) 96%
  );
  font-size: 11px;
  color: white;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 30px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.lokacija-dugme:hover {
  background-image: linear-gradient(
    -180deg,
    rgb(241, 174, 93) 0%,
    rgb(231, 140, 59) 96%
  );
}

/* FOOTER */
.footer-content {
  width: 100%;
  padding: 20px;
  color: #acd77a;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 12px;
}

/* TABLET */
@media only screen and (min-width: 600px) {
}

/* DESKTOP */
@media only screen and (min-width: 900px) {
  body {
    padding: 0;
    margin: 0;
  }

  .meni > .brand > h1 {
    font-size: 25px;
    margin-left: 50px;
  }

  .meni > .brand {
    width: 95%;
  }

  .social-icon {
    margin-top: 4px;
    gap: 10px;
  }

  .social-icon > a > img {
    width: 35px;
    height: auto;
  }

  /* GLAVNI SADRZAJ */
  .main-content {
    display: flex;
    flex-direction: row;
    gap: 80px;
    padding: 4% 100px;
  }

  .slika-container {
    position: relative;
    display: inline-block;
  }

  .rodjendanko {
    display: block;
    width: 580px;
    order: 1;
  }

  .torta {
    position: absolute;
    bottom: -30px;
    left: 495px;
    width: 30%;
  }

  .glavni-text {
    width: 40%;
    order: -1;
  }

  .glavni-text > h1 {
    font-size: 65px;
    line-height: 1.4;
  }

  .glavni-text > h2 {
    font-size: 30px;
    margin: -18px 0px 20px;
  }

  .glavni-text > p {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .main-dugme {
    padding: 14px 60px;
    border-radius: 15px;
  }

  /* ODBROJAVANJE */
  .odbrojavanje {
    width: 100%;
    padding: 130px 0px 110px;
  }

  .kartica {
    text-align: center;
    width: 50%;
    margin: 0px auto;
    padding: 50px;
  }

  .kartica > h2 {
    font-size: 40px;
  }

  #tajmer {
    font-size: 20px;
  }

  /* PLAN */
  .plan {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    gap: 150px;
    padding: 150px 0px 130px;
    text-align: center;
    align-items: center;
  }

  .kalendar,
  .sat,
  .lokacija-icon {
    width: 100px;
    border-radius: 50%;
    padding: 15px;
  }

  .pozadina {
    padding: 30px;
    margin-bottom: 30px;
  }

  .plan-desc {
    font-size: 20px;
  }

  /* DETALJNO */
  .detaljno {
    width: 100%;
    padding: 60px 0px 60px;
  }

  .detaljno-kartica {
    text-align: center;
    width: 50%;
    margin: 0px auto;
    padding: 50px;
  }

  .pozvan {
    color: rgb(233, 108, 77);
    font-size: 18px;
    font-family: roboto-regular;
    margin-bottom: -10px;
  }

  .godine {
    font-family: roboto-bold;
    font-size: 30px;
  }

  .detaljno-vreme {
    font-family: roboto-bold;
    font-size: 20px;
  }

  .detaljno-lokacija {
    margin: 25px 0px 30px;
  }

  .lokacija-dugme {
    font-size: 13px;
    padding: 14px 20px;
  }

  /* FOOTER */
  .footer-content {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: 20px;
  }
}
