/* boi
#337598 main color
#c9d7e1 siva
#84a5aa temno zelena?
#a3e3f7 svetlo sina
#ffe400 zhta*/

#footer {
  background-color: #C9D7E1 !important;
  background-image: none !important;
  background: #C9D7E1;
  color: #000;
  text-align: center;
  padding: 10px;
  position: relative;
  z-index: 10;
}

.row {
  width: 100%;
  margin: 0;
}

.main_hook {
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 0;
  font-family: "Anonymous Pro";
  color: #c9d7e1;
  padding-top: 1rem;
}

.countdown-container {
  height: 35.833vw;
  width: 60.458vw;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  background-image: url(../images/prozorcheto-02.svg);
  background-size: cover;
  background-position: center;
  align-items: center;
  justify-content: center;
  font-family: "Press Start 2P", cursive;
  margin: 0;
}

.countdown {
  display: flex;
  justify-content: center;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

i {
  color: #337598;
}

span {
  font-size: 3.7vw;
  color: hsl(0, 0%, 0%);
}

.unit {
  font-size: 1.4vw;
  color: #53c9e7;
}

span + span {
  margin-top: -0.25vw;
}

span + .unit {
  margin-top: -0.25vw;
}

.custom-btn {
  background-color: #ffe400; 
  color: #000; 
  border: none; 
  transition: background-color 0.3s ease, color 0.3s ease; 
  outline: none;
}
.custom-btn:hover {
  background-color: #000; 
  color: #ffe400; 
  border: none;
  outline: none;
}

.button{
  margin-top: 1.5vw;
  font-family: "Anonymous Pro";
  font-size: 1.8vw;
  background-color: #53c9e7;
  color: #000000;
  border: none;
  padding: 0.9vw 1.7vw;
  cursor: pointer;
  margin-bottom: 2.5vw;
}



button:hover {
  background-color: #337598;
  color: #c9d7e1;
  padding-top: 0.9vw 1.7vw;
  padding: auto;
  
}
i {
  color: #ffe420;
}
#quote {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -5vw;
  font-size: 25px;;
  font-family: "Anonymous Pro", monospace;
  font-weight: 400;
}

#quote::before,
#quote::after {
  content: "";
  position: absolute;
  height: 0.1vw;
  width: 100%;
}

#quote::before {
  top: 0;
  background: linear-gradient(
    to right,
    rgba(132,165,170, 1),
    rgba(83, 201, 231, 0)
  )
}

#quote::after {
  bottom: 0;
  background: linear-gradient(
    to left,
    rgba(163,227,247, 1),
    rgba(83, 201, 231, 0)
  );
}

#quote p {
  width: 60vw;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 1.7vw;
}
* {
  box-sizing: border-box;
}
.backg {
  background-image: url(/images/poz1.svg);
  background-color: #337598;
  background-repeat: no-repeat;
  background-size: 100%;
}
.in{
  color: #c9d7e1;
  font-size: 2.5rem;
  font-family: "Anonymous Pro", monospace;  margin: 0;
  font-weight: 700;
}
.textIn{
  font-family: "Anonymous Pro", monospace;  margin: 0;
  font-weight: 700;
}
ul#countdown {
  width: 100%;
  list-style: none;
  margin: 50px 0;
  margin: 0 0;
  padding: 0;
  display: block;
  text-align: center;
  font-family: "Anonymous Pro", monospace;  margin: 0;
  font-weight: 700;
}
ul#countdown li {
  display: inline-block;
}
ul#countdown li span {
  font-size: 4em;
  font-weight: 700;
  line-height: 80px;
  color:#ffe420;
}
ul#countdown li.seperator {
  font-size: 4em;
  line-height: 70px;
  vertical-align: top;
  color: #a3e3f7;
}
ul#countdown li p {
  color: #c9d7e1;
  font-size: 25px;
  color: #a3e3f7;
}
.sliki {
  position: absolute;
  width: 15%;
  top: 0;
  /* max-width: 25%; */
}
.leftSlika {
  left: 0%;
  transform: translate(0, -100%);
}
.rightSlika {
  left: 100%;
  transform: translate(-100%, -100%);
}
/* Extra small devices (phones, 576px and down) */
@media only screen and (max-width: 576px) {
  ul#countdown li span {
      font-size: 2.25rem;
      line-height: 50px;
  }
  ul#countdown li.seperator{
      font-size: 1.4rem;
      line-height: 50px;
  }
  ul#countdown li p{
      font-size: 1rem;
  }
  span.button-decoration{
      font-size: 1.2rem;               
  }
  span.button-decoration#prijavise {
      font-size: 1.5rem;
  }
}

/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
  ul#countdown li span {
      font-size: 3.5rem;
      line-height: 70px;
  }
  ul#countdown li.seperator{
      font-size: 3rem;
      line-height: 70px;
  }
  ul#countdown li p{
      font-size: 1.9rem;
  }
  span.button-decoration{
      font-size: 1.5rem;               
  }
  span.button-decoration#prijavise {
      font-size: 2rem;
  }
  .responsiveWidth {
      width: 100%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  ul#countdown li span {
      font-size: 4rem;
      line-height: 100px;
  }
  ul#countdown li.seperator{
      font-size: 4rem;
      line-height: 100px;
  }
  ul#countdown li p{
      font-size: 2rem;
  }
  span.button-decoration{
      font-size: 1.5rem;
  }
  span.button-decoration#prijavise {
      font-size: 2rem;
  }
  .sliki{
      width: 15%;
  }
  .responsiveWidth {
      width: 50%;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  ul#countdown li span {
      font-size: 4rem;
      line-height: 50px;
  }
  ul#countdown li.seperator{
      font-size: 3.5rem;
      line-height: 50px;
  }
  ul#countdown li p{
      font-size: 1.5rem;
      margin-bottom: 0;
  }
  span.button-decoration{
      font-size: 1.5rem;
  }
  span.button-decoration#prijavise {
      font-size: 2rem;
  }
  .sliki{
      width: 19%;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  ul#countdown li span {
      font-size: 4rem;
      line-height: 100px;
  }
  ul#countdown li.seperator{
      font-size: 3.5rem;
      line-height: 100px;
  }
  ul#countdown li p{
      font-size: 1.5rem;
      margin-bottom: 0;
  }
  span.button-decoration{
      font-size: 1.3rem;                 
  }
  span.button-decoration#prijavise {
      font-size: 2rem;
  }
  .sliki{
      width: 24%;
  }
  .responsiveWidth {
      width: 25%;
  }
}

span.button-decoration{
  background-color: #ffe420;
  color: #efeff1;
  /* border-radius: 0.5em;  */
  padding: 0.575em 1.5em;

  border-style: none;
  border-radius: 10px;
  font-family: "Anonymous Pro", monospace;
  color: black;
  font-weight: 700;
  transition: color, background-color 0.7s ease;
}

span.button-decoration:hover{
  background-color: black;
  color: #ffe420;
  transition: color, background-color 0.7s ease;
}

.bg-natprevar {
  background-color: #C9D7E1 !important;
}
