
:root {
  --primary-color: #ffa252;
  --fs-color-primary: #ffa252;
  --fs-color-secondary: #adadad;
  --fs-color-success: #c89d56;
  --fs-color-alert: #b20000;
  --fs-experimental-link-color: #ffa252;
  --fs-experimental-link-color-hover: #ffffff;
}

.roboto-condensed {
  font-family: 'Unbounded', sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

html,
body {
  height: 100%;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

h2 {
  font-family: 'Unbounded', sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-wrap: balance;

}

p {
  font-family: 'Unbounded', sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  text-wrap: balance;
}

h1,
h3,
h4,
h5,
.display-1,
.display-2,
.display-3 {
  font-family: 'Unbounded', sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-wrap: balance;
}

.container-l {
  height: 1150px;
  overflow: hidden;
  position: relative;
}

.container {
  max-width: 1300px;
}

.container-prva {
  max-width: 1700px;

}

.navbar {
  transition: all .2s ease-in-out;
  transition-property: background-color, color;
  z-index: 1030;
  background-color: black;;
}

.logo {
  width: 250px;
}

.logoFuter {
  width: 40px;
}

.logoNaslovna {
  width: 500px;
}

.dugmeHeader {
  background-color: transparent;
  color: white;
}

.btn-outline-gold{
  color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
}
.btn-outline-gold:hover,
.btn-outline-gold:focus {
  background-color: var(--fs-color-primary);
  color: #fff;
  border-color: var(--fs-color-primary);
}

#mobileMenu .btn-outline-gold{
  font-size: 24px;
}

.logo-master-card {
  max-width: 250px;
}

.slika-kartica {
  width: 540px;
}

.slika-kartica2 {
  width: 700px;
  height: 450px;
}

.bojaSlova{
  color: #ffa252;
}
.bojaSlovaModal{
  color: #ffa252;
}
.bojaPozadine{
  background-color: #ffa252;
}
.dugmeHeader:hover{
  background-color: #ffa252;
  color: white;
}

.dugmeHeader.active {
  background-color: #ffa252;
  color: white;
}

.dugme2 {
  background-color: transparent;
  color: #ffa252;
  border: 2px solid #ffa252;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.dugme2:hover{
 background-color: #ffa252;
  color: white;
}
.header{
  background-color: #000000;
  color: rgb(255, 255, 255);
}
.linija1{
  color: white;
  width: 400px;
}
#prva {
  height: 100vh;
}
.custom-form .form-control {
background-color: #000 !important;
color: #ffa252 !important;
border: none;
border-bottom: 2px solid #ffa252;
border-radius: 0;
box-shadow: none;
padding-left: 0.5rem;
padding-right: 0.5rem;
 }
.custom-form .form-control:focus {
 border-bottom: 2.5px solid #ffa252;
background-color: #fff;
 color: #000;
 box-shadow: none;
 }

.pozadinaCrna{
  background-color: #000000;
}
.card-body{
  background-color: transparent;
}
.pozadinakartice1{
  background-color: #00000059;
  border-bottom: 2px solid #ffa252;
}
.pozadinakartice2{
  background-color: #00000059;
   border-bottom: 2px solid #ffa252;
 
}


@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.hr-title {
    border: none;
    border-top: 1px solid #ffffff;
    flex: 1 1 0%;
    min-width: 30px;
    height: 0;
    background: none;
    opacity: 1;
}
.key-features-title-row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 2.5rem;
}
.key-features-title {
    color: #ffa252;
    letter-spacing: 2px;
    font-size: 1.4rem;
}

.features-2x2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.feature-col {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 1.5rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 0;
    min-height: 160px;
}
@media (min-width: 768px) {
    .features-2x2 {
        display: flex;
        flex-wrap: nowrap;
    }
    .feature-col {
        flex: 1 0 0%;
        max-width: 25%;
        padding: 2rem 1rem;
        min-height: 200px;
    }
    /* Na desktopu isprekidane linije vertikalno */
    .feature-col:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 20%;
        right: 0;
        width: 1px;
        height: 80%;
        background: repeating-linear-gradient(
            to bottom,
            #ffffff,
            #ffffff 8px,
            transparent 8px,
            transparent 16px
        );
        opacity: .7;
        z-index: 2;
    }
}

/* Krst isprekidanih linija na mobile */
@media (max-width: 767.98px) {
    .features-cross {
        position: absolute;
        left: 0%;
        top: 50%;
        width: 100%;
        height: 0;
        border-top: 1.5px dashed #fffffe;
        opacity: 0.8;
        z-index: 1;
        transform: translateY(-50%);
        pointer-events: none;
    }
    .features-cross-vert {
        position: absolute;
        left: 50%;
        top: 10%;
        height: 80%;
        width: 0;
        border-left: 1.5px dashed #ffffff;
        opacity: 0.8;
        z-index: 1;
        transform: translateX(-50%);
        pointer-events: none;
    }
}




@media (max-width: 900px) {

  #prva {
    height: auto;
    width: 100%;
  }

.linijaDesnoModal{
  border-right : none;
}
.linija1{
  border: 1px solid #ffffff;
  width: 40px;
}
  .logo {
    width: 200px;
  }
  .slika-kartica2{
  width: 50%;
  height: auto;
}

.logo-master-card{
  max-width: 150px;
}
  
}