@font-face {
    font-family: 'Interstate';
    src: url('fonts/Interstate-LightItalic.woff2') format('woff2'),
        url('fonts/Interstate-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate';
    src: url('fonts/Interstate-LightCond.woff2') format('woff2'),
        url('fonts/Interstate-LightCond.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate';
    src: url('fonts/Interstate-UltraBlackComp.woff2') format('woff2'),
        url('fonts/Interstate-UltraBlackComp.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate';
    src: url('fonts/Interstate-RegularComp.woff2') format('woff2'),
        url('fonts/Interstate-RegularComp.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate';
    src: url('fonts/Interstate-BoldCond.woff2') format('woff2'),
        url('fonts/Interstate-BoldCond.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate';
    src: url('fonts/Interstate-BlackCond.woff2') format('woff2'),
        url('fonts/Interstate-BlackCond.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate';
    src: url('fonts/Interstate-ExtraLightItalic.woff2') format('woff2'),
        url('fonts/Interstate-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate';
    src: url('fonts/Interstate-BlackComp.woff2') format('woff2'),
        url('fonts/Interstate-BlackComp.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate';
    src: url('fonts/Interstate-ThinItalic.woff2') format('woff2'),
        url('fonts/Interstate-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate';
    src: url('fonts/Interstate-RegularItalic.woff2') format('woff2'),
        url('fonts/Interstate-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Bistro Script';
    src: url('fonts/SVN-BistroScript.eot');
    src: url('fonts/SVN-BistroScript.eot?#iefix') format('embedded-opentype'),
        url('fonts/SVN-BistroScript.woff2') format('woff2'),
        url('fonts/SVN-BistroScript.woff') format('woff'),
        url('fonts/SVN-BistroScript.ttf') format('truetype'),
        url('fonts/SVN-BistroScript.svg#SVN-BistroScript') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BelyDisplayW00';
    src: url('fonts/BelyDisplayW00-Regular.eot');
    src: url('fonts/BelyDisplayW00-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/BelyDisplayW00-Regular.woff2') format('woff2'),
        url('fonts/BelyDisplayW00-Regular.woff') format('woff'),
        url('fonts/BelyDisplayW00-Regular.ttf') format('truetype'),
        url('fonts/BelyDisplayW00-Regular.svg#BelyDisplayW00-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('fonts/HelveticaNeueLTPro-Bd.eot');
    src: url('fonts/HelveticaNeueLTPro-Bd.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueLTPro-Bd.woff2') format('woff2'),
        url('fonts/HelveticaNeueLTPro-Bd.woff') format('woff'),
        url('fonts/HelveticaNeueLTPro-Bd.ttf') format('truetype'),
        url('fonts/HelveticaNeueLTPro-Bd.svg#HelveticaNeueLTPro-Bd') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('fonts/HelveticaNeueLTPro-Cn.eot');
    src: url('fonts/HelveticaNeueLTPro-Cn.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueLTPro-Cn.woff2') format('woff2'),
        url('fonts/HelveticaNeueLTPro-Cn.woff') format('woff'),
        url('fonts/HelveticaNeueLTPro-Cn.ttf') format('truetype'),
        url('fonts/HelveticaNeueLTPro-Cn.svg#HelveticaNeueLTPro-Cn') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, html {
  height: 100%;
}

body {
    font-family: 'Interstate', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    background: url(../img/pattern.jpg);
    color: #4f3d22;
}

.logo-img {
  width: 60%;
  margin-bottom: 20px;
}

@media (min-width: 768px) { /* md breakpoint (desktop i veće) */
  .logo-img {
    width: 30%;
    margin-bottom: 0px;
  }
}

.navbar-nav .nav-item a {
    color: #008752;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    font-family: 'Interstate', sans-serif;
    font-weight: normal;
}

.navbar-nav a:hover, .navbar-nav a:active, .navbar-nav a:visited, .navbar-nav a:link  {
    color: #00843D; /* Make the text black on hover */
}

.navbar-nav .nav-item a:not(.navbar-brand):before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #00843D;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-item.nav-item-hr a:before {
    content: none;
}



.navbar-nav .nav-item a:not(.navbar-brand):hover:before {
    visibility: visible;
    width: 100%;
}

.navbar-nav .nav-item.dropdown .dropdown-item:hover {
    background-color: transparent; /* Or set to your desired color */
}

.heart-icon {
    display: inline-block;
    width: 60px; /* Adjust size as needed */
    height: 60px; /* Adjust size as needed */
    background-image: url('../img/luggage-1.svg'); /* Path to your outline heart icon */
    background-size: cover;
    transition: background-image 0.3s ease-in-out;
    
}

.navbar-toggler[aria-expanded="true"] .heart-icon {
    background-image: url('../img/luggage-2.svg'); /* Path to your filled heart icon */
}

.navbar-toggler:focus {
    outline: none;
}

h1 {
    font-family: 'Interstate', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 3rem;
    position: relative;
    text-align: center; /* center the text */
    color: #ab824d;
}

.highlight {
    font-family: 'Interstate', sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #003d1a;
    text-transform: uppercase;
}

.highlight2 {
  background: linear-gradient(to right,
    #ab824d 0%,
    #ab824d 20%,
    #ffe9b9 50%,
    #ab824d 80%,
    #ab824d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
    font-weight: bold;
}

.supersize {
    font-size: 6rem;
    line-height: 1;
    color: #ab824d;
}

.subtitle {
    font-size: 1.5rem;
}

.contained {
    max-width: 80vw;
}

#prijava {
    font-size: 1.25rem;
    margin: 0 auto;
    color: #003d1a;
}

#nagrade {
    margin: 0 auto;
    background-color: #008752;
    color: yellow;
}

.nagrada-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.nagrada-opis {
  position: relative; /* da prelazi preko slike */
  display: flex;
  align-items: center; /* vertikalno centrirano količina + detalji */
  justify-content: center;
  background-color: #ffeb3b; /* žuti highlight */
  color: #2e7d32;           /* zelena boja */
  font-weight: bold;
  padding: 10px 12px;
  border-radius: 8px;
  margin-bottom: -20px; /* prelazi preko slike */
}

.nagrada-qty {
  font-size: 3.5rem;
  line-height: 3rem;
  font-weight: bold;
  margin-right: 10px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.nagrada-details {
  display: flex;
 font-size: 1.5rem;
   line-height: 1.5rem;

  font-weight: normal;

  flex-direction: column;
  justify-content: center;
  text-align: left;
  text-transform: uppercase;
}

.nagrada-details p {
  margin: 0;
  padding: 0;
}

footer {
    color: #FFF;
    background-color: #4f3d22;
    border: none;
}

/* Style the links in the footer specifically */
footer .nav-link {
    color: #FFFFFF !important; /* Ensure footer links are white */
    text-decoration: none; /* Remove default underline */
    position: relative; /* Enable absolute positioning for ::after pseudo-element */
}

/* Add the underline effect specifically for footer links */
footer .nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF; /* Set underline color */
    transition: all 0.3s ease-in-out; /* Animate the width */
}

/* Show the underline when the footer link is hovered over */
footer .nav-link:hover::after {
    width: 100%; /* Extend underline across the link */
}

/* Show the underline when the footer link is hovered over */
footer .nav-link:hover {
    color: #FFFFFF !important; /* Ensure footer links are white */
}



/* Style the links */
.nav-link {
    color: #b8aa8b !important;
    text-decoration: none; /* Remove the default underline */
    position: relative; /* Enable absolute positioning for child elements */
}

/* Add the underline effect */
.nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #008752;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

/* Show the underline when the link is hovered over */
.nav-link:hover::after {
    visibility: visible;
    width: 100%;
}

/* Set the hover color */
.nav-link:hover, .nav-link:active, .nav-link:visited, .nav-link:link  {
    color: #00843D;
}

a {
    color: #b8aa8b;
    text-decoration: underline;
}

a:hover {
    color: #00843D !important;
    text-decoration: underline;
}

label {
    color: #4f3d22;
}

.form-control {
	border: 1px solid #4f3d22;

    font-size: 1.5rem;
}

.form-control:focus { 
	box-shadow: none;
	border: 1px solid #4f3d22;
}

input:focus {
  border-color: #4f3d22 !important;
}

.help-block.with-errors {
    color: #d61c23;
    margin-top: 5px;
}

.custom-control-label::before {
    background: #FFFFFF;
    border: 1px solid #4f3d22;
}

.btn {
  border-radius: 50px;
  color: #FFFFFF;
  font-family: 'Interstate', sans-serif;
  font-weight: bold;
  height: 3em;
  background: #4e6bab;
  border: none;
  box-shadow: none;
}

.btn:hover {
  background: #4f3d22;
}

.btn:focus,
.btn:active,
.btn:disabled,
.btn:visited {
  outline: none;
}

.btn-send {
    text-align: center; /* Center text horizontally */
    text-decoration: none !important; /* Remove underline */
    color: #FFFFFF; /* Text color */
    background-color: #008752; /* Background color */
    border-color: #008752; /* Border color */
    padding: 0.8rem 1rem; /* Top and Bottom, Left and Right padding */
    line-height: 1.5; /* Adjust line height for vertical centering */
    display: inline-block; /* Use inline-block for proper alignment */
    vertical-align: middle; /* Align inline elements vertically */
}

.btn-send:hover, .btn-send:focus {
    color: #FFFFFF !important; /* Text color on hover/focus */
    background-color: #006b43; /* Slightly darker background on hover for effect */
    text-decoration: none !important; /* No underline on hover */
}

.proizvodi {
  background: #f6e9b5;
  font-family: 'Interstate', sans-serif;
  font-weight: normal; 
}

.nagradna, .dobitnici, .pravila {
    text-align: center;
}

.pravila h3 {
    color: #f6d200;
}

.btn {
    text-transform: uppercase;
}

.controls, .messages {
    font-family: 'Interstate';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-shadow: none;
}

label, .text-muted {
    color: #003d1a !important;
}

/* Slidenav 4.1.0-alpha.2 ( https://github.com/tightcode/slidenav ) */
.dropdown-menu.collapsing {
  display: block;
}
@media (max-width: 767.98px) {
  .dropdown-menu {
    padding: 0;
    margin-top: 0!important;
    border: 0!important;
  }
  .dropdown-menu:before {
    content: "";
    display: block;
    padding-top: .5rem;
  }
  .dropdown-menu:after {
    content: "";
    display: block;
    padding-bottom: .5rem;
  }
}
@media (min-width: 768px) {
  .dropdown>div {
    position: absolute;
    clip: rect(0.5rem, 9999px, 9999px, -9999px);
  }
  .dropdown-menu {
    height: auto!important;
    transition: transform .35s ease!important;
  }
  .dropdown-menu.collapse, .dropdown-menu.sliding {
    transform: translate(0, -100%);
  }
  .dropdown-menu.collapse:not(.show) {
    display: block;
  }
  .dropdown-menu.collapse.show {
    transform: translate(0, 0);
  }
}

.dropdown-menu a {
  color: #1a3988 !important;
}

.dropdown-menu a:hover {
  text-decoration: underline !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #008752;
}

.oversized-image {
    width: 120%; /* You can adjust this value based on how oversized you want the image to be */
    margin-left: -10%; /* This is half the added width to center the image. In this case, it's half of 10% which is 5% */
}


.wrapper {
  width: 100%;
  min-height: 100%;
  text-align: center;
}

.x1 {
  left: 5%;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.6;
    -webkit-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
}

.x2 {
    left: 25%;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.9;
    -webkit-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
    -moz-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
}
.x3 {
    left: 55%;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8;
    -webkit-animation: moveclouds 20s linear infinite, swayWays 3s ease-in-out infinite alternate;
    -moz-animation: moveclouds 20s linear infinite, swayWays 3s ease-in-out infinite alternate;
}
.x4 {
    left: 72%;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.9;
    -webkit-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
}
.x5 {
    left: 88%;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.3; 
    -webkit-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate;
    -moz-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate;
}
.x6 {
    left: 33%;
    opacity: 1; 
    -webkit-animation: moveclouds 10s linear infinite, swayWays 5s ease-in-out infinite alternate;
    animation: moveclouds 10s linear infinite, swayWays 5s ease-in-out infinite alternate;
}

@-webkit-keyframes moveclouds { 
    0% { 
        top: 500px;
    }
    100% { 
        top: -500px;
    }
}

@keyframes moveclouds {     
    0% { 
        top: 500px;
    }
    100% { 
        top: -500px;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@keyframes sideWays {
  0% {
      margin-left:0px;
  }
  100% {
      margin-left:50px;
  }
}

@-webkit-keyframes swayWays {
  0% {
    -webkit-transform: rotate(-30deg); /* Tilt to -30 degrees */
  }
  50% {
    -webkit-transform: rotate(30deg); /* Tilt to +30 degrees */
  }
  100% {
    -webkit-transform: rotate(-30deg); /* Return to -30 degrees */
  }
}

@keyframes swayWays {
  0% {
    transform: rotate(-30deg); /* Tilt to -30 degrees */
  }
  50% {
    transform: rotate(30deg); /* Tilt to +30 degrees */
  }
  100% {
    transform: rotate(-30deg); /* Return to -30 degrees */
  }
}

/* //  HEART CODE */

.heart {
  position: fixed; /* Or absolute, depending on your requirement */
  width: 30px; /* Set the width of your heart image */
  height: 30px; /* Set the height of your heart image */
  background: url('../img/heart.png') no-repeat center;
  background-size: cover; /* This ensures the image covers the entire element */
  /* Other styles like left, top, etc. */
}

/* First, remove the underline effect on hover for the dropdown-toggle class */
.navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle:hover::after {
    visibility: hidden;
    width: 0;
}

/* Specifically target the HR item */
.navbar-nav .nav-item.nav-item-hr .nav-link.dropdown-toggle:hover::after {
    visibility: hidden !important;
    width: 0;
}

.dropdown-menu {
    background: transparent;
    border: none;
}