@font-face {
   font-family: Gamecube;
   src: url("../assets/fonts/GAMECUBE.TTF");
}

@font-face {
   font-family: Hertine;
   src: url("../assets/fonts/HERTINE.TTF");
}

.logo-glava{
    width: 300px;
}


.nav-item{
    font-family: Gamecube;
}

.special-font{
    font-family: Gamecube;
    font-size: 3rem;
}

.cursor{
    cursor: pointer;
}
.style1 {
    
    height: 80vh;
    
}

.slika-napis{
    -o-object-fit: cover;
       object-fit: cover;
}

.full-100-height {
    height: 70vh;
    margin-top: -20px;
    text-align: center;
}

.col-ozadje-1 {
    background-image: url("../assets/images/Sitotisk-2.jpg");
    background-position: center top;
    background-size: cover; 
    background-repeat: no-repeat; 
    height: 40vh;
    position: relative;
    overflow: hidden; 
}

.col-ozadje-2 {
    background-color: black;
    height: 40vh;

}

.col-ozadje-3 {
    background-image: url("../assets/images/Vezenje-4.jpg");
    background-position: center top;
    background-size: cover; 
    background-repeat: no-repeat; 
    height: 40vh;
    position: relative;
    overflow: hidden; 
}

.col-ozadje-4 {
    background-color: black;
    height: 40vh;

}

.no-decoration{
    text-decoration: none;
}

.poravnava{
    text-align: justify;
}

.col-ozadje-1::before, .col-ozadje-3::before  {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1; 
}

.z-index{
    z-index: 2;
}

.style2 {
    height: 40vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.natancno{
    font-family: Hertine;
    font-size: 3rem;
}

.overlap {
    position: relative;
    z-index: 2;
    margin-left: -50px;
    margin-right: -50px;
    height: 110%;
    width: 400px;
}

.left, .right {
    z-index: 1;
    width: 400px;
}

.okrogla-slika{
    border-radius: 50%;
    height: 300px;
    width: 300px;
    -o-object-fit: cover;
       object-fit: cover;
       -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
                0 6px 20px rgba(0, 0, 0, 0.19);
               box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
                0 6px 20px rgba(0, 0, 0, 0.19);
}

.okrogla-slika2{
    border-radius: 50%;
    height: 300px;
    width: 300px;
    margin-top: -25px;
    margin-right: -85px;
    margin-bottom: -25px;
    -o-object-fit: cover;
       object-fit: cover;
       -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
                0 6px 20px rgba(0, 0, 0, 0.19);
               box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
                0 6px 20px rgba(0, 0, 0, 0.19);
}

.custom-shadow{
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
                0 6px 20px rgba(0, 0, 0, 0.19);
               box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
                0 6px 20px rgba(0, 0, 0, 0.19);
}

.sirina{
    padding-left:10%;
    padding-right:10%;
}

.prostor-zgoraj{
    margin-top:-10%!important;
}

.krog{
  color: white;
  width: 20px; 
  height: 20px; 
  border-radius: 50%; 
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; 
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; 
  font-size: 10px; 
}

.krog2{
  color: white;
  width: 40px; 
  height: 40px; 
  border-radius: 50%; 
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; 
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; 
  font-size: 20px; 
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.krog2:hover{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
            
}

.contact-form {
    background: linear-gradient(135deg, #000, #555); /* Black to dark gray gradient */
    color: #fff; /* White text */
    max-width: 600px;
    margin: auto;
    border-radius: 15px;
}

.custom-input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #ffffff33;
    border-radius: 10px;
    color: #fff;
    padding: 10px 15px;
}

.custom-input::-webkit-input-placeholder {
    color: #ffffff99;
}

.custom-input::-moz-placeholder {
    color: #ffffff99;
}

.custom-input:-ms-input-placeholder {
    color: #ffffff99;
}

.custom-input::-ms-input-placeholder {
    color: #ffffff99;
}

.custom-input::placeholder {
    color: #ffffff99;
}

.custom-input:focus {
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff66;
}

.btn-custom {
    background-color: #fff; /* White background for button */
    color: #000; /* Black text */
    border-radius: 20px;
    padding: 10px 20px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-custom:hover {
    background-color: #e6e6e6; /* Slightly lighter shade of white for hover */
    color: #000;
}

.slika-glass{
   background-image: url("../assets/images/Dejak-9.jpg");
   height: 50vh;
   background-position:0% 50%;
   width: 100%;
   background-size: 100% auto; 
      background-repeat: no-repeat; 
}

.glass-effect{
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255,0));
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 32px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


.glass-effect:hover{
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0,0));
    border: 1px solid rgba(0, 0, 0, 0.18);

}


.glass-effect2{
    background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 255, 255,0));
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    border-radius: 32px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.glass-effect2 img{
 height: 300px;
 width: 100%;
 -o-object-fit: cover;
    object-fit: cover;
    padding: 10px;
}


.glass-effect-3{
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255,0));
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.17);
            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.17);
    border-radius: 32px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.glass-effect-3 img{
    border-radius: 32px 32px 0 0;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;

}


.glass-effect-4{
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255,0));
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.17);
            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.17);
    border-radius: 32px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


.glass-effect-4:hover{
    scale:1.05;
}

.natancno-vezenje{
    letter-spacing: 1.2rem;
    font-size: 3rem;
}

.kartice-text{
    letter-spacing: .2rem;
    font-size: 2rem;
}

.majice-slika{
    width: 80%;
    aspect-ratio: 1 / 1;
    -o-object-fit: cover;
       object-fit: cover;
       border-radius: 0 0 0 30%;
}

.pozicija-txt{
      position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
  padding: 7px;
}

.prostor-tekst{
    margin: 7rem 5rem 2rem;
}


.katalogi-margin{
    margin: 2rem 6rem;
}

.glava-margin{
    margin: 0 6rem;
}


.katalog-slika {
   background-image: url("../assets/images/katalog_1.jpg");
   background-size: cover ;
}

.katalog-slika2 {
   background-image: url("../assets/images/katalog_2.jpg");
   
}

.preglej-katalog {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.preglej-katalog:hover {
    background-color: black!important;
    color: white!important;
    border-radius: 5px;
}

@media screen and (max-width: 1500px){
    .sirina{
        padding-left:5%;
        padding-right:5%;
}   
}


@media screen and (max-width: 980px){
    .overlap {
    position: static;
    z-index: 2;
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    width: 100%;
}

.left, .right {
    z-index: 1;
    width: 100%;
}
 .okrogla-slika2{
    margin: 10px 0 30px;
}
.prostor-zgoraj{
    margin-top:5%;
}
}



@media screen and (max-width: 480px){
    .style2{
        height: 70vh;
    }
    .slika-glass{
        background-size: auto 100%;
        height: auto;
    }
    .special-font{
        font-size: 2rem;
    }
    .natancno-vezenje{
        letter-spacing: 0.6rem;
        font-size: 2rem;
    }
    .prostor-tekst{
        margin: 3rem 1rem;
    }
    .glava-margin{
        margin: 0;
    }
    .katalogi-margin{
        margin: 0;
    }
    .majice-slika{
        width: 100%;

    }
    .logo-glava{
        width: 200px;
    }
}





