@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  margin: 0;
  background-color: #fffefe;
  font-family: Poppins;
  font-size: 12px;
  overflow-x: hidden;
  width: 100%;
}

#fixedButton {
  position: fixed;
  top: 15%;
  right: 0;
  z-index: 2000;
}




/* SECTION */

.section__description {
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #01c597;
}

/*********** Service Guide*/

.service_guide {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: auto;
}
.service_guide img {
  height: 4rem;
  width: 4rem;
}
.service_support {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service_title {
  font-size: 1.5rem;
}
/*******Service end*****/

/* Secction video 1 */
#section--4 {
  width: 80%;
  max-width: 1500px;
  margin: auto;
}

.video-content {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 3rem auto;
  gap: 5rem;
}

.smart_video {
  flex: 1;
  max-width: 100%;
}

.smart_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_descrioption {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1rem;
  font-weight: 300;
}

.package {
  width: 100%;
  max-width: 1500px;
  margin: auto;
}

.package img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.package h2 {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
  font-size: 2.5rem;
  font-weight: 500;
}

/* section end*/

/***************************/
.section--sign-up {
  background-color: #928f8f;
  text-align: center;
  margin: 0;
  padding: 6rem 0;
  border: 0;
}
.section__title {
  max-width: 60rem;
  margin: 0 auto 8rem auto;
  letter-spacing: 3px;
}

.section__header {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 600;
  margin-top: 0.8rem;
  color: #252525;
}

.btn2-contact {
  margin: auto;
  text-align: center;
  cursor: pointer;
  font-size: 1rem;
  letter-spacing: 1px;
  position: relative;
  background-color: #0ad8a8;
  color: #030303;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 18px;
  width: auto;
  text-align: center;
  transition-duration: 0.4s;
  overflow: hidden;
  border: none;
}
.btn2-contact:hover {
  background: black;
  color: white;
}
.btn2-contact:after {
  content: "";
  background: #1abc9c;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s;
}
.btn2-contact:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
}
.btn2-contact:focus {
  outline: 0;
}

.footer {
  background-color: #515152;
}
.footer_contact {
  color: #ffffff;
}

.footer__nav {
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.footer__item {
  margin-top: 1rem;
  margin-right: 4rem;
}

.footer__link {
  font-size: 1rem;
  color: #eee;
  text-decoration: none;
  font-weight: 200;
}

.footer__logo {
  width: 100%;
  height: 12rem;
}
.footer__copyright {
  margin: 0;
  padding: 0.5rem;
  font-size: 0.8rem;
  color: #aaa;
  text-align: center;
  font-weight: 250;
}


/*   central content     */

.card-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
img {
  width: 100%;
  display: block;
}
.img-display {
  overflow: hidden;
}
.img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}
.img-showcase img {
  min-width: 100%;
  object-fit: contain;
  
}
.img-select {
  display: flex;
}
.img-item {
  margin: 0.3rem;
  
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
  margin-right: 0;
}
.img-item:hover {
  opacity: 0.8;
}
.product-content {
  text-align: left;
  margin-bottom: 5%;
}
.product-title {
  font-size: 3rem;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  color: #12263a;
  margin: 1rem 0;
}
.product-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 80px;
  background: #12263a;
}

.is-on-stock {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 1rem;
  
  color: #fff;
  padding: 0 0.3rem;
  /* transition: all 0.5s ease; */
} 
.is-on-stock.yes {
  background: #00d249;
}
.is-on-stock.no {
  background: #0074d2;
}

.product-detail h2 {
  text-align: left;
  text-transform: capitalize;
  color: #12263a;
  padding-bottom: 0.6rem;
}
.product-detail p {
  text-align: left;
  font-size: 0.9rem;
  padding: 0.3rem;
  opacity: 0.8;
}
.product-detail ul {
  text-align: left;
  margin: 1rem 0;
  font-size: 0.9rem;
}
.product-detail ul li {
  margin: 0;
  list-style: none;

  background-size: 18px;
  padding-left: 1.7rem;
  margin: 0.4rem 0;
  font-weight: 500;
  opacity: 0.9;
}
.product-detail ul li span {
  font-weight: 600;
}
.purchase-info {
  margin: 1.5rem 0;
}

.purchase-info .btn {
  border: 1.5px solid #ddd;
  
  text-align: center;
  padding: 0.6rem 2rem;
  outline: 0;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
}

.purchase-info .btn {
  cursor: pointer;
  color: #050505;
  font-weight: 700;
  letter-spacing: 2px;
}

.purchase-info .btn:last-of-type {
  background: #0e918f;
}
.purchase-info .btn:hover {
  opacity: 0.9;
}
.social-links {
  display: flex;
  align-items: center;
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 0.2rem;
  border-radius: 50%;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.5s ease;
}
.social-links a:hover {
  border: 1px solid #ee7606;
  color: #fff;
}

@media screen and (min-width: 1000px) {
  .card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
  }
  .card-wrapper {
    z-index: 10;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-imgs {
    flex-direction: column;
    justify-content: center;
  }
}

/* content end */


/* Media Query for Even Smaller Screens */
@media screen and (max-width: 590px) {
  /*////////*/
  html,
  body {
    height: 100%;
    margin: 0;
    padding: 0;
  }

  * {
    box-sizing: border-box;
  }

  body {
    overflow-x: hidden;
  }
  .navbar {
    padding: 0rem 0.3rem;
  }

  .product-content {
    padding: 0;
    margin-top: 1%;
  }
  .product-title {
    font-size: 2rem;
  }
  .product-content {
    padding: 0rem 0.7rem;
  }
}

@media screen and (max-width: 1000px) {
  #section--4 {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .section__title {
    text-align: center;
    margin-bottom: 3rem;
  }

  .video-content,
  .package {
    width: 100%;
    margin: auto;
  }

  .video-content {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  .video-content p {
    padding: 20px;
  }

  .smart_video,
  .video_descrioption,
  .package {
    max-width: 100%;
  }

  .smart_video iframe {
    width: 100%;
    height: 18rem;
    object-fit: cover;
  }

  .package img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 3rem auto;
    padding: 0;
    border: 0 !important;
  }

  .package h2 {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}

.price-item {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
}

.current-price {
  color: #4fcb2a;
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 10px;
}

.old-price {
  text-decoration: line-through;
  color: #888;
  font-size: 0.9rem;
}

.review-img {
  width: 100%;
  display: block;
  height: 10%;
}

.iframe-view {
  font-size: 5px; /* Smanjite veličinu teksta prema potrebama */
}

.form-header-wrapper[data-v-941e6633] {
  margin-top: 0em;
}

.purchase-info-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%; /* Osigurava da kontejner zauzima cijelu širinu */
}

/* Stil dugmeta i dalje ostaje isti, samo se poziva u novom kontejneru */
.animated-cta-button-sharp {
  background-color: #FF8C00;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  padding: 10px 20px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  text-align: center; /* Dodajmo za svaki slučaj, za tekst unutar dugmeta */
}

/* Efekat na prelazak mišem */
.animated-cta-button-sharp:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Stil glavnog teksta */
.animated-cta-button-sharp .main-text {
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
}

/* Stil podteksta */
.animated-cta-button-sharp .sub-text {
  font-size: 0.7em;
  font-weight: normal;
  text-transform: none;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 3px;
}

/* Keyframes za animaciju "disanja" */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.03); }
  100% { transform: scale(1); }
}

/* Primjena animacije */
.animated-cta-button-sharp {
  animation: pulse 2s infinite ease-in-out 1s;
}

.product-lists-container {
    display: flex;
    justify-content: space-between;
    gap: 30px; /* Razmak između dvije liste */
    flex-wrap: wrap; /* Omogućava da se liste prelamaju na manjim ekranima */
    margin-top: 20px;
}

.product-lists-container .list-item {
    flex: 1 1 45%; /* Fleksibilna širina, prilagođava se manjim ekranima */
}

@media (max-width: 768px) {
    .product-lists-container {
        flex-direction: column; /* Na manjim ekranima, slaganje jedne ispod druge */
        gap: 0;
    }
    .product-lists-container .list-item {
        margin-bottom: 20px;
    }
}
