html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  
}

.format {
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
}

h1 {
  font-size: 5rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}

#h2-opis {
  color: gray;
  margin: 50px 0;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}

#h2-product {
  text-align: center;
  margin: 30px 0;
  color: gray;
}


h2 {
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}

h3 {
  font-size: 2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 100;
}

h4 {
  font-size: 1.5rem;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
}

#strong {
  font-weight: 600;
  
}

.melamin h2:nth-child(1){
  color:dimgray;
  
  margin: 50px 0;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}

.melamin h2:nth-child(1):hover{
  text-decoration: underline;
}

a {
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

.container {
  padding-left: 100px;
  padding-right: 100px;
}

/* Buttons */

.button {
  padding: 10px 50px;
  
  backdrop-filter: blur(10px);
  color: rgb(33, 33, 33);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3)
}


.kontakt-btn {
  background-color: rgba(233, 233, 233, 0.729);
  transition: background-color 0.3s ease, transform 0.3s ease;
  
}
.katalog-btn {
  background-color: rgba(63, 227, 115, 0.851);
  backdrop-filter: blur(50px);
  margin-right: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.kontakt-btn:hover {
  background-color: rgba(255, 255, 255, 0.729);
  
}

.katalog-btn:hover {
  background-color: rgba(88, 255, 104, 0.729);
  
}

/* Hero cover */

.hero {
  background-image: url("hero.jpg");
  height: 80vh;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  margin:  0px  100px ;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  
  
}

.melamin-hero {
  background-image: url("melamin-hero.jpg");
  height: 80vh;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  margin:  0px  100px ;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.paneli-hero {
  background-image: url("paneli-hero.jpg");
  height: 80vh;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  margin:  0px  100px ;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.PVC-hero {
  background-image: url("pvc-hero.jpg");
  height: 80vh;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  margin:  0px  100px ;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ulazna-hero {
  background-image: url("cover-metalna.jpg");
  height: 80vh;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  margin:  0px  100px ;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}




.ragastov {
  width: 20px;
  height: 120px;
  margin-right: 20px;
  background-color: rgb(255, 201, 86);
}
.selektor {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  
}

.podnaslov {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 40px;
  
  
}

.mobile {
  visibility: hidden;
  display: none;
}



.text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  
}

.text-page {
  margin-bottom: 50px;
}

.text-page p{
  margin: 20px 0;
}

.text h1 {
  color: white;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5)
}

.text h2 {
  color: white;
  
}

.white {
  color: white;
}

.melamin {
  display: flex;
  flex-direction: column;
}

.melamin > h2 {
  margin: 100px 0;
}

.vrata-carusel {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: 80px;
}

.link {
  display:flex;
  position: absolute;
  top: 79vh;
  margin: 50px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: white;

}

.link a {
  color: white;
  font-size: 20px;

}

.link a:hover {
  color: rgb(220, 220, 220);
  text-decoration: underline;
}


/* Product stranica */

.product-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(238, 238, 238);
  padding-top: 50px;
  padding-bottom: 50px;
}

.opis {
  border-top: 2px solid rgb(201, 201, 201);
  border-bottom: 2px solid rgb(201, 201, 201);
  
  padding: 20px 0;
}

.data {
  width: 50vw;
  margin-right: 20px;
  /* border: 1px solid red; */
}

.images {
  width: 40vw;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.dimenzije {
  /* border: 1px solid orange; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;

}

.picto {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.brojevi {
  /* border: 1px solid yellow; */
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.opis {
  margin: 30px 0;
}

.boja {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}



.cene {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 2px solid rgb(201, 201, 201);
  padding-bottom: 30px;

}

.cena {
  margin-right: 40px;
  display: flex;
  align-items: center;
}

.cena h3 {
  padding-left: 10px;
}

.slicni-proizvodi {
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
  

}

.kvake {
 display: flex;
 flex-direction: row;
 justify-content: flex-start;
 flex-wrap: wrap;
 align-items: center;
 width: 100%;
 border-bottom: 2px solid rgb(201, 201, 201);
 margin-top: 20px;
 margin-bottom: 20px;
 
}

.kvak {
  margin: 20px 20px 20px 0px;
}

#kvak1 {
  color: white;
  text-align: center;
  
}

.tech {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 90vh;
  width: 100%;
  background-color: rgb(238, 238, 238);
  margin-top: 30px;
}

.tech-img {
  background-image: url("tech/tech-image.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  /* background-color: green; */
    width: 100%;
    height: 100%;
}

.tech-text {
  width: 100%;
  padding-right: 40px;
}

.contact {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background-color: rgb(222, 222, 222);
  /* border: 2px solid red; */
}

.contact-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.2);
  /* border: 2px solid green; */
  background-color: white;
  

}

.contact-data {
  color: dimgray
}

.contact-data a {
  color: rgb(40, 107, 165);
}

.contact-data a:hover{
  text-decoration: underline;
  color: rgb(125, 163, 191);
  
}

.lokal {
  
  width: 800px;
  margin: 40px;
}



footer {
  display: flex;
  justify-content: space-between;
  padding:30px;
  background-color: rgb(238, 238, 238);
}

.kategorije {
  display: flex;
  flex-direction: column;
  
}

.kategorije a {
  color: gray;
  
}

.kategorije a:hover {
  color: rgb(46, 46, 46);
  text-decoration: underline;
}

.kategorije h3 {
  margin-bottom: 30px;
 
}

.galerija {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;

}





@media (max-width: 900px) {

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .galerija img {
    
    width: 100%;
  }

  .hero {
    margin: 10px;
    background-position: 85% 100%;
  }

  .ulazna-hero {
    margin:10px ;
    background-position: center;
  }

  .PVC-hero {
    margin:10px ;
    background-position: 14% 100%;

  }

  .melamin-hero {
    margin:10px ;
    background-position: 30% 100%;
  }

  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 2em;
  }

  .vrata-carusel {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }

  .product-layout {
    flex-direction: column-reverse;
    padding-top: 10px;
    padding-bottom: 10px;
    
  }

  .dimenzije {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .data {
    width: 90vw;
  margin-right: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  }

  .kvake {
    flex-direction: column;
  }

  .slicni-proizvodi { 
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .melamin {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .tech {
    flex-direction: column;
    height: 120vh;
    padding-top: 20px;
  }

  .tech-img {
    background-size: contain;
    background-position: center;
    height: 100%;
    width: 100%;
  }

  .contact {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .contact-data {
    padding: 10px;
    justify-content: center;
    margin-top: 10px;
  }

  .lokal {
    width: 100%;
  }

  footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer img {
    width: 200px;
    
  }

  .kategorije {
    display: flex;
    
  }

.podnaslov {
  font-size: 8px;
}

.desktop {
  display: none;
}

.mobile {
  visibility: visible;
  display: block;
}

.hide-podnaslov{
  display: none;
}

}