.grid-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  background: rgb(102, 153, 204);
}

.product {
  width: 100%;
  text-decoration: none;
  font-size: 4vh;
  color: white;
  text-transform: uppercase;
  text-align: center;
}

.grid-container h3 {
  font-family: "Source Sans Pro", sans-serif;
  text-decoration: none;
  font-size: 2.4vh;
  color: white;
  text-align: center;
  text-transform: uppercase;
  background-color: #a9a9a9cc;
  font-weight: 700;
}

.grid-container a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 22%;
  object-fit: contain;
  height: 300px;
  text-decoration: none;
  min-width: 300px;
}

.grid-container a:hover {
  opacity: 0.6;
  color-interpolation-filters: inherit;
  transform: scale(1.01);
  transition: 0.5s;
}

.box-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/img/kamionske/banner.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 20px;

  box-shadow: 6px 6px 19px 1px rgba(0, 0, 0, 0.75);
}
.box-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/img/providnefolije/purple-plastic-holographic-texture-wrinkled.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 20px;

  box-shadow: 6px 6px 19px 1px rgba(0, 0, 0, 0.75);
}
.box-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/img/camci/beautiful-young-woman-red-cloak-yacht-port-stockholm-sweden\ \(1\).jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 20px;

  box-shadow: 6px 6px 19px 1px rgba(0, 0, 0, 0.75);
}
.box-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/img/bazeni/abstract-background-with-patterned-glass-texture.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 20px;

  box-shadow: 6px 6px 19px 1px rgba(0, 0, 0, 0.75);
}

.box-5 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/img/suncobranilezaljke/restaurant-outdoor-decoration-design-concept.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 20px;

  box-shadow: 6px 6px 19px 1px rgba(0, 0, 0, 0.75);
}
.box-6 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/img/autoprikolice/car-wrapping-material-vehicle.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 20px;

  box-shadow: 6px 6px 19px 1px rgba(0, 0, 0, 0.75);
}
.box-7 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/img/tende/provencal-style-windows.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 20px;

  box-shadow: 6px 6px 19px 1px rgba(0, 0, 0, 0.75);
}
.box-8 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/img/ŠATORI/lifestyle-people-living-camping.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 20px;

  box-shadow: 6px 6px 19px 1px rgba(0, 0, 0, 0.75);
}


/*kamionske cerade*/
*{
  padding: 0;
  margin: 0;
}
.button-container button {
  background-color: red;
  color: white;
  padding: 20px;
  border: none;
  border-radius: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: 700;
}

.button-container button:hover {
  opacity: 0.4;
  transform: scale(1.2);
  cursor: grab;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.hero-slider {
  display: flex;
  background-image: url("/img/kamionske/banner.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 900px;
  object-fit: cover;
  background-size:cover;
  justify-content: center;
  align-items: center;
  background-position: center;
}

.hero-slider-providne,.hero-slider-bazeni,.hero-slider-tende,.hero-slider-satori,.hero-slider-autoprikolice,.hero-slider-suncobran,.hero-slider-camac {
  
  display: flex;
  background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 900px;
    object-fit: cover;
    background-size:cover;
    justify-content: center;
    align-items: center;
    background-position: center;
}

.hero-slider-providne {
  background-image: url("/img/providnefolije/purple-plastic-holographic-texture-wrinkled.jpg");
}
.hero-slider-bazeni {
  background-image: url("/img/bazeni/abstract-background-with-patterned-glass-texture.jpg");
}
.hero-slider-tende {
  background-image: url("/img/tende/provencal-style-windows.jpg");
}
.hero-slider-satori {
  background-image: url("/img/ŠATORI/lifestyle-people-living-camping.jpg");
}

.hero-slider-autoprikolice {
  background-image: url("/img/autoprikolice/car-wrapping-material-vehicle.jpg");
}
.hero-slider-suncobran {
  background-image: url("/img/suncobranilezaljke/restaurant-outdoor-decoration-design-concept.jpg");
}

.hero-slider-camac {
  background-image: url("/img/camci/beautiful-young-woman-red-cloak-yacht-port-stockholm-sweden\ \(1\).jpg");
}
.hero-tittle{
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10vh;
  color: white;
  background: #0000005e;
}

.container-text-image {
  background-image: url("/img/kamionske/rolled-orange-cardboard-sheet-with-copy-space-min-removebg-preview.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 21%, rgba(0, 0, 0, 0.555) 43%, rgb(22, 25, 26) 100%); 
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
 
  padding: 100px 0;
}

.part-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  flex-wrap: wrap;
  }
  
  .part-2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    flex-wrap: wrap;
   
  }
  .gallery-products {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;

  }
  .gallery-products img {
    display: flex;
    flex-direction: row;
    width: 20%;
    object-fit: cover;
    height: 400px;
    min-width: 320px;
    margin: 5px;
    border-radius: 10px;
    box-shadow: 6px 6px 19px 1px rgba(0, 0, 0, 0.75);
    
  }

.section-1-tittle {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 4vh;
  padding: 20px;
  color: white;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.paragraph-1,.paragraph-2,.paragraph-3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2vh;
  padding: 0 40px 40px 180px;
  color: white;
}

.first-image {
  width: 60%;
  border-radius: 80px 0 80px 0;
  /* box-shadow: 6px 6px 19px 1px rgba(0, 0, 0, 0.75); */
  
}

.container-text-image-2{
  background-image: url("/img/kamionske/white-recycled-truck-tarpaulin-texture-min.jpg");
  background-repeat: no-repeat;
  background-color: #356ba2;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
 
  padding: 100px 0;
}

.second-image {
  width: 80%;
  border-radius: 80px 0 80px 0;
  
}

.container-text-image-2 p {
  color: black;
  padding: 20px 100px;
  font-weight: 700;
}

.container-text-image-2 .section-1-tittle {
  color: black;
}

.grid-container.gridsecond {
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 21%, rgba(0, 0, 0, 0.555) 43%, rgb(22, 25, 26) 100%)!important;
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}




/* .logo {
  color: rgb(161, 60, 255);
} */

/* .myName {
  color: #333;
  font-size: 22px;
  font-family: cursive;
} */

.faq-container {
  display: flex;
  width: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 21%, rgba(0, 0, 0, 0.555) 43%, rgb(22, 25, 26) 100%)!important;
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  justify-content: center;
  flex-wrap: wrap;
}

.faq-heading {
  width: 100%;
  font-size: 4vh;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
}

.container-faq {
  width: 650px;
  background: transparent;
  
}

.faq-container h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.4vh;
  font-weight: 800;
  color: gold;

}

.item-faq {
  background-color: red;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 18px;
  font-size: 20px;
  opacity: 0.8;
  box-shadow: 4px 8px 20px rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  overflow: hidden;
  height: 30px;
  transition: all 0.4s;
  margin: 16px 0;
}

.ye {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.image-faq {
  width: 30px;
  transition: all 0.3s;
  cursor: pointer;
}

.faqparagraph {
  font-size: 2vh;
  color: white;
  text-align: justify;
  font-family: "Source Sans Pro", sans-serif;
}

.active {
  height: 130px;
}

.gallery-products img:hover{
  transform: scale(1.5);
  transition: 0.9s;
}
@media only screen and (max-width: 600px) {
  .gallery-products img:hover {
  transform: scale(1);
  }
}



@media only screen and (max-width: 600px) {
  .hero-tittle{
    font-size: 5vh;
  }
  .section-1-tittle{
    font-size: 3vh;
  }
  .part-1 {
    width: 100%;
  }
  .paragraph-1,.paragraph-2,.paragraph-3  {
    padding: 0 20px ;
  }
  .container-text-image-2 p{
    padding: 0 20px;
  }
  .first-image {
    width: 100%;
    margin-top: 40px;
  }
  .second-image {
    width: 320px;
    margin-bottom: 20px;
  }

  .container-faq{
    width: 330px;
  }
  .faq-container h4 {
    font-size: 2vh;
  }
  .faq-container {
    padding: 80px 0;
  }
  .active {
    height: 200px;
  }
}
