@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.hidden {
  display: none !important;
}

/* HEADER */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
header {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  width: 100%;
  height: auto;
  /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 32% 82%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32% 82%, 0 100%); */
}

.header-logo {
  background-image: url(/img/logo/logo-linija.svg);
  /* filter: invert(18%) sepia(70%) saturate(338%) hue-rotate(82deg)
    brightness(95%) contrast(93%); */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  margin: 0.2rem 0;
  width: 200px;
}
nav,
ul,
li {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
nav {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 8vh;
  height: 8vh;
  background-color: transparent;
  position: fixed;
  font-family: "Roboto", sans-serif;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  transition: background-color 0.7s ease, box-shadow 0.5s ease,
    height 0s linear 0.8s, filter 0.5s ease;
}
@media screen and (max-width: 991px) {
  .nav-opacity .logo-menu {
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    transition: background-color 1s ease, box-shadow 1.5s ease;
  }
}
@media screen and (min-width: 992px) {
  .nav-opacity {
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    transition: background-color 1s ease, box-shadow 1.5s ease;
  }
  .nav-links a {
    margin-right: 1rem;
  }
}
.header-icons {
  display: none;
}

.nav-links a {
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 2px;
  color: #1f4127;

  font-family: "Roboto", sans-serif;
  font-weight: 400;
  position: relative;
  transition: color 1s ease;
}
.nav-links .n-link:not(.cart-menu-item) a:after {
  bottom: -4px;
  content: "";
  display: block;
  height: 1.5px;
  left: 0;
  position: absolute;
  background: #1f4127;
  opacity: 0.5;
  transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
  width: 0;
}

.nav-links .n-link:not(.cart-menu-item) a:hover:after {
  width: 100%;
  opacity: 0.9;
}

.n-link {
  position: relative;
}

.cart-menu-link i {
  font-size: 22px;
  margin-bottom: 0;
  margin-top: -4px;
}

.cart-menu-link .cart-count {
  display: none;
  position: absolute;
  font-size: 9px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #1f4127;
  width: 14px;
  height: 14px;
  text-align: center;
  top: -9px;
  right: -4px;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  transition: top 0.3s ease-in-out, right 0.3s ease-in-out;
}
.cart-menu-link .cart-count.visible {
  display: flex;
}
.nav-links .n-link.cart-menu-item a i {
  transition: transform 0.3s ease-in-out;
}
.nav-links .n-link.cart-menu-item a:hover i {
  transform: scale(1.2);
}
.nav-links .n-link.cart-menu-item a:hover .cart-count {
  top: -12px;
  right: -7px;
}

nav .menu-backdrop {
  height: 0px;
  position: fixed;
  display: block;
  width: 100vw;
  top: 0;
  left: 0;
  background: transparent;
  z-index: -1;
  transition: background 0.3s ease, height 0s ease 0.3s;
}

@media screen and (min-width: 992px) {
  .cart-menu-item {
    width: 43px;
  }
  .logo-menu {
    width: 200px;
  }
}

@media screen and (max-width: 991px) {
  nav {
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  .logo-menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    background: transparent;
    transition: background 0.3s ease 0.2s;
    min-height: 8vh;
  }

  nav .logo {
    color: #1f4127;
  }

  .cart-menu-link {
    position: relative;
  }

  .cart-menu-link i {
    font-size: 29px;
    margin-top: 0;
    color: rgb(47, 99, 60);
  }

  .cart-menu-link .cart-count.visible {
    top: -5px;
  }

  /* MENU BUTTON */
  .header-icons {
    display: block;
    padding-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: absolute;
    left: calc(100vw - 94px);
  }

  #menu-checkbox {
    display: none;
  }

  .menu-toggle {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition-duration: 0.5s;
  }

  .menu-bars {
    width: 100%;
    height: 4px;
    background-color: #1f4127;
    border-radius: 4px;
  }

  #menu-bar2 {
    transition-duration: 0.8s;
  }

  #menu-bar1,
  #menu-bar3 {
    width: 70%;
  }

  #menu-checkbox:checked + .menu-toggle .menu-bars {
    position: absolute;
    transition-duration: 0.5s;
  }

  #menu-checkbox:checked + .menu-toggle #menu-bar2 {
    transform: scaleX(0);
    transition-duration: 0.5s;
  }

  #menu-checkbox:checked + .menu-toggle #menu-bar1 {
    width: 100%;
    transform: rotate(45deg);
    transition-duration: 0.5s;
  }

  #menu-checkbox:checked + .menu-toggle #menu-bar3 {
    width: 100%;
    transform: rotate(-45deg);
    transition-duration: 0.5s;
  }

  #menu-checkbox:checked + .menu-toggle {
    transition-duration: 0.5s;
    transform: rotate(180deg);
  }
  /* END MENU BUTTON */

  .nav-links {
    flex-direction: column;
    width: 100%;
    text-align: center;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    transition: height 0.3s ease 0.1s;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 25% 100%);
  }

  .nav-links div,
  .nav-links li {
    width: 100%;
  }

  .nav-links li {
    padding: 10px 0;
  }
  .nav-links li.cart-menu-item {
    display: none;
  }

  .dropdown-content {
    width: 100%;
    text-align: center;
  }
  nav.active {
    height: 100vh;
    filter: drop-shadow(0px 6px 6px rgba(50, 50, 0, 0.5));
    transition: background-color 0.7s ease, box-shadow 0.5s ease, height 0s,
      filter 0.5s;
  }
  nav.active .nav-links {
    height: 180px;
  }
  nav.active .logo-menu {
    background: #ffffff;
    transition: background 0.2s ease;
  }
  nav.active .menu-backdrop {
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease, height 0s ease 0s;
  }
}

@media screen and (min-width: 992px) {
  .nav-links {
    justify-content: space-around;
    display: flex;
    list-style: none;
  }
}

@media screen and (min-width: 1200px) {
  .nav-links {
    display: flex;
    justify-content: space-around;
    width: fit-content;
  }
}

.page-title-section {
  filter: drop-shadow(0px 6px 6px rgba(50, 50, 0, 0.5));
}

.page-title {
  clip-path: polygon(0 0, 100% 0, 100% 31%, 75% 100%, 25% 100%, 0 31%);
  height: 25vh;
  padding-top: 13vh;
  position: relative;
  overflow: hidden;
  background-color: #1f4127;
  /* background-image: url(/img/title-biljke-2.png); */
  background-image: url(/img/header.png);
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.page-title-container {
  color: #1f4127;
  z-index: 2;
  text-align: center;
  font-size: 1.6rem;
  margin: 3rem;
  text-transform: uppercase;
}
.page-title-container p {
  font-size: 1.4rem;
}
.page-t {
  font-weight: 400;
  letter-spacing: 3px;
}

.page-title-container p span {
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .page-title-container {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 992px) {
  .page-title-container {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .page-title-container {
    padding-top: 2.6rem;
    font-size: 1.2rem;
  }
}

.content {
  height: 150vh;
  width: 100%;
  background-color: rgb(247, 247, 247);
}

/* END HEADER */

/* FOOTER */
footer {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  background-color: #003049;
  background-image: url(./img/footer-ny.webp);
  background-position-x: center;
  background-position-y: center;
  height: auto;
  width: 100%;
  padding: 2rem 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

footer * {
  color: #fff;
}
footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000040;
  z-index: 1;
}
.footer-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
address {
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 992px) {
  .footer-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  .footer-container > div:nth-child(1) {
    order: 2;
  }
  .footer-container > div:nth-child(2) {
    order: 1;
    gap: 1rem;
  }
  .footer-container > div:nth-child(3) {
    order: 3;
  }
}

.footer-container .f-c {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.footer-title {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

address a {
  text-decoration: none;
  line-height: 2rem;
  transition: font-size 0.3s ease;
}
address div:last-child {
  display: none;
}

address a:hover {
  font-size: 110%;
}

@media screen and (max-width: 992px) {
  .footer-container div {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
}
footer .logo {
  background-image: url(/img/logo/logo-crni-ceo.svg);
  width: 15rem;
  height: 10rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(71deg) brightness(150%)
    contrast(101%);
}

.footer-container div .social-media-container {
  height: fit-content;
}
.social-media {
  margin-bottom: 1rem;
}
.social-media h3 {
  font-weight: lighter;
  margin-bottom: 1rem;
  text-align: center;
}

.social-media-container ul {
  position: relative;
  display: flex;
  padding: 0;
}

.social-media-container ul li {
  position: relative;
  list-style: none;
  margin: 0 10px;
  cursor: pointer;
}
.social-media-container ul li.whatsapp-link,
.social-media-container ul li.viber-link {
  display: none;
}
.social-media-container ul li a {
  text-decoration: none;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.social-media-container ul li a .fa-brands {
  font-size: 1.6em;
  color: #fff;
}
.social-media-container ul li::before {
  font-family: "Font Awesome 6 Brands";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6em;
  height: 0;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  opacity: 0;
}
.social-media-container ul li:hover::before {
  opacity: 1;
}
.social-media-container ul li:hover a {
  opacity: 0;
}

.social-media-container ul li:nth-child(1)::before {
  content: "\f16d";
  color: #f70069;
  border-bottom: 2px solid #f70069;
}
.social-media-container ul li:nth-child(2)::before {
  content: "\f232";
  color: #1eda49;
  border-bottom: 2px solid #1eda49;
}

.social-media-container ul li:nth-child(3)::before {
  content: "\f409";
  color: #6359a2;
  border-bottom: 2px solid #6359a2;
}
.social-media-container ul li:nth-child(4)::before {
  content: "\f09a";
  color: #4267b2;
  border-bottom: 2px solid #4267b2;
}

.social-media-container ul li:hover::before {
  height: 100%;
}
.ponuda-s {
  font-weight: bold;
  font-size: 1.4rem;
}
.footer-stanovi ul li {
  list-style: none;
  text-align: center;
}
.footer-stanovi ul li a {
  text-decoration: none;
  color: rgb(47, 99, 60);
  color: #fff;
  line-height: 1.5;
}
footer a.underlined:after {
  background: #ffffff;
}

/* END FOOTER */

/* BUTTON */
.btn {
  display: inline-block;
  padding: 10px 20px;
  border: none;
  background-color: #ffffff;
  color: #1f4127;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.btn:disabled {
  cursor: not-allowed;
}
.btn.loading,
.btn.loading:disabled {
  cursor: wait;
}

@keyframes btn-loading {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.btn.loading::before {
  animation: btn-loading 0.6s linear infinite;
}

.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgb(231 237 200 / 30%);
  transform: skewX(-30deg);
  transition: left 0.3s ease-in-out;
}

.btn:not(:disabled):hover {
  transform: scale(1.1);
}

.btn:focus-visible {
  outline-color: #1f4127;
}

.btn:not(:disabled):not(.loading):hover:before {
  left: 100%;
}

.btn + .btn {
  margin-left: 10px;
}

.btn.primary-btn {
  background-color: #e7edc8;
  color: #1f4127;
}
.btn.primary-btn.red {
  background-color: #f26262;
  color: white;
}
.btn.primary-btn:before {
  background-color: rgb(30 65 39 / 10%);
}

.btn.icon-btn {
  height: 30px;
  width: 30px;
  line-height: 30px;
  padding: 0;
  letter-spacing: 0px;
}

/* END BUTTON */

/* POPUP */

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  z-index: 9999;
}
.popup-wrapper .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
.popup-wrapper .popup {
  width: 600px;
  max-width: 90vw;
  height: auto;
  background: #fff;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0.75);
}
.popup-wrapper .popup .popup-title {
  background-image: url(/img/header.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  color: #1f4127;
  padding: 14px;
  font-size: 22px;
}
.popup-wrapper .popup .popup-content {
  padding: 14px;
}
.popup-wrapper .popup .popup-actions {
  display: flex;
  justify-content: end;
  padding: 10px;
}
/* END POPUP */

/* SNACK BAR */
.snack-bar {
  z-index: 9999;
  position: fixed;
  bottom: 20px;
  color: #fff;
  padding: 10px;
  width: min(400px, 90vw);
  text-align: center;
  border-radius: 4px;
  margin: auto;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  left: calc(50vw - min(200px, 45vw));
}
.snack-bar.success {
  background: rgb(17, 141, 17);
}
.snack-bar.error {
  background: rgb(192, 0, 0);
}
/* END SNACK BAR */

/* INPUT */
/* Input container */
.input-container {
  position: relative;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .informacije-container {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0;
  }
  .input-container {
    width: 100%;
  }
}

/* Input field */
.input-field {
  display: block;
  width: 100%;
  padding: 10px 10px 5px 10px;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #ccc;
  outline: none;
  background-color: transparent;
}

textarea.input-field {
  transition: border-left 0.2s ease-in-out 0.2s, border-right 0.1s ease-in-out;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-top: 2px solid #ccc;
  resize: none;
}

.invalid textarea.input-field {
  transition: border-left 0s ease-in-out, border-right 0s ease-in-out;
  border-left: 2px solid red;
  border-right: 2px solid red;
  border-top: 2px solid red;
}

textarea.input-field:focus {
  border-left: 2px solid #1f4127;
  border-right: 2px solid #1f4127;
  transition: border-left 0.3s ease-in-out, border-right 0.3s ease-in-out 0.2s;
}

.input-field::placeholder {
  color: transparent;
  transition: all 0.3s ease;
}
.input-field:focus::placeholder {
  color: #ccc;
}

/* Input label */
.input-label,
.input-field:placeholder-shown + .input-label {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 16px;
  color: #1f41279a;
  pointer-events: none;
  background: #fff;
  transition: all 0.3s ease;
}
.input-field:required + .input-label::after {
  content: "*";
  position: absolute;
  margin-left: 2px;
}
.input-field:placeholder-shown:required + .input-label::after,
.invalid .input-label::after {
  color: red;
}
.error-msg {
  display: none;
}

.invalid.required .error-msg.required,
.invalid.regex .error-msg.regex {
  display: block;
  font-size: 12px;
  position: absolute;
  top: 57px;
  left: 20px;
  color: red;
}
.checkbox.invalid.required .error-msg.required {
    top: 41px;
    left: 37px;
}
.invalid .input-field {
  border-bottom: 1.5px solid red;
}
.invalid .input-label {
  color: red;
}

/* Input highlight */
.input-container:not(.checkbox):after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 20px;
  height: 2px;
  width: 0;
  background-color: #1f4127;
  transition: all 0.3s ease;
}
.input-container.textarea:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  height: 2px;
  width: 0;
  background-color: #1f4127;
  transition: all 0.3s ease;
}

/* Input field:focus styles */
.input-field:not(:placeholder-shown) + .input-label,
.input-field:focus + .input-label {
  top: 10px;
  font-size: 12px;
  color: #1f4127;
  padding: 0 3px 3px 3px;
}

.input-container:focus-within::after,
.input-container:focus-within::before {
  width: calc(100% - 40px);
}
/* INPUT END */

/* RADIO */
.radio-input {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
}

.radio-input div {
  display: grid;
  grid-template-columns: 20px auto;
  gap: 5px;
}

.radio-input p {
  color: #6ea820;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
  grid-column: span 2;
}

.radio-input label {
  cursor: pointer;
}

.radio-input input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  height: 20px;
  width: 20px;
  outline: none;
  margin: 0;
  cursor: pointer;
  border: 2px solid #6ea820;
  background: transparent;
  border-radius: 50%;
  display: grid;
  justify-self: end;
  justify-items: center;
  align-items: center;
  overflow: hidden;
  transition: border 0.5s ease;
}

.radio-input input[type="radio"]::before,
.radio-input input[type="radio"]::after {
  content: "";
  display: flex;
  justify-self: center;
  border-radius: 50%;
}

.radio-input input[type="radio"]::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 1;
  opacity: var(--opacity, 1);
}

.radio-input input[type="radio"]::after {
  position: relative;
  width: calc(100% / 2);
  height: calc(100% / 2);
  background: #1f4127;
  top: var(--y, 100%);
  transition: top 0.5s cubic-bezier(0.48, 1.97, 0.5, 0.63);
}

.radio-input input[type="radio"]:checked {
  --radio: #1f4127;
}

.radio-input input[type="radio"]:checked::after {
  --y: 0%;
  animation: stretch-animate 0.3s ease-out 0.17s;
}

.radio-input input[type="radio"]:checked::before {
  --opacity: 0;
}

.radio-input input[type="radio"]:checked ~ input[type="radio"]::after {
  --y: -100%;
}

.radio-input input[type="radio"]:not(:checked)::before {
  --opacity: 1;
  transition: opacity 0s linear 0.5s;
}

@keyframes stretch-animate {
  0% {
    transform: scale(1, 1);
  }

  28% {
    transform: scale(1.15, 0.85);
  }

  50% {
    transform: scale(0.9, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}
/* RADIO END */
/* LINKS */
a.underlined {
  position: relative;
}
a.underlined:after {
  bottom: -2px;
  content: "";
  display: block;
  height: 1.5px;
  left: 0;
  position: absolute;
  background: #1f4127;
  opacity: 0.5;
  transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
  width: 0;
}

a.underlined:hover:after {
  width: 100%;
  opacity: 0.9;
}
/* END LINKS */
/* PAGE LOADER */
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  z-index: 10;
  opacity: 1;
}

#page-loader.hide {
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}

#page-loader img {
  height: 200px;
  width: 230px;
  position: absolute;
  top: calc(50% - 200px);
  left: calc(50% - 115px);
}

#page-loader .loader {
  position: absolute;
  top: calc(50% + 20px);
  left: calc(50% - 100px);
}

#page-loader .loader .text {
  color: #1f4127;
  font-weight: bolder;
}

@keyframes letter {
  0% {
    font-size: 30px;
  }

  50% {
    font-size: 40px;
  }

  100% {
    font-size: 30px;
  }
}

#page-loader .letter {
  animation: letter 1s infinite;
}

#page-loader .letter1 {
  animation-delay: 0s;
}

#page-loader .letter2 {
  animation-delay: -0.9s;
}

#page-loader .letter3 {
  animation-delay: -0.8s;
}

#page-loader .letter4 {
  animation-delay: -0.7s;
}

#page-loader .letter5 {
  animation-delay: -0.6s;
}

#page-loader .letter6 {
  animation-delay: -0.5s;
}

#page-loader .letter7 {
  animation-delay: -0.4s;
}

#page-loader .letter8 {
  animation-delay: -0.3s;
}

#page-loader .letter9 {
  animation-delay: -0.2s;
}

#page-loader .letter10 {
  animation-delay: -0.1s;
}
/* END PAGE LOADER */

/* NOVA GODINA */
.ng-header .page-title {
  background-image: url("/img/header-ny.png");
  background-position: center;
  background-size: cover;
}
.ng-header .page-t,
.ng-header nav:not(.nav-opacity):not(.active) .cart-menu-link i,
.ng-header nav:not(.nav-opacity):not(.active) .nav-links a,
.ng-header .page-title-container span {
  color: white;
}
.cart-menu-link .cart-count {
  color: rgb(31, 65, 39);
}
.ng-header nav:not(.nav-opacity):not(.active) .menu-bars,
.ng-header
  nav:not(.nav-opacity):not(.active)
  .nav-links
  .n-link:not(.cart-menu-item)
  a:after {
  background-color: white;
}

.ng-header nav:not(.nav-opacity):not(.active) .header-logo-wrapper:after {
  opacity: 1;
}

.ng-header nav .header-logo-wrapper:after {
  opacity: 0;
  content: "";
  background-image: url(/img/logo/logo-linija.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;

  width: 165px;
  /* filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(71deg) brightness(103%)
    contrast(101%); */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 18px;
  transition: opacity 0.3s ease-in-out;
}
.ng-header .page-title-section {
  filter: drop-shadow(0px 6px 6px rgba(50, 0, 0, 0.5));
}
.ng-header .logo-menu {
  position: relative;
}
@media screen and (max-width: 991px) {
  .ng-header nav .header-logo-wrapper:after {
    margin: 0.2rem 0;
  }
  .header-hero-ny:before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.3) 100%
    ) !important;
  }
  .header-hero-ny .header-hero-text p {
    font-weight: 300;
    font-size: 1rem;
    padding: 0;
  }
  .header-logo,
  nav .header-logo-wrapper:after {
    margin-left: 15px !important;
    margin-top: -5px !important;
  }
}
@media screen and (max-width: 550px) {
  .ng-header .page-title-container {
    margin: 3rem calc(50vw - 135px) 1rem calc(50vw - 135px);
  }
  .ng-header nav .header-logo-wrapper:after {
    margin: 0.2rem 0;
  }
}
/* END NOVA GODINA */
