.mobile {
  display: none;
}
#gallery .mobile-gallery {
  display: none;
}

#welcome {
  height: 700px;
  background-image: linear-gradient(
    270deg,
    hsl(0deg 0% 100%) 0%,
    hsl(54deg 100% 96%) 11%,
    hsl(54deg 100% 91%) 22%,
    hsl(54deg 100% 87%) 33%,
    hsl(54deg 100% 83%) 44%,
    hsl(54deg 100% 78%) 56%,
    hsl(54deg 100% 73%) 67%,
    hsl(54deg 100% 68%) 78%,
    hsl(55deg 100% 62%) 89%,
    hsl(56deg 100% 50%) 100%
  );
}

#welcome .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

#welcome .content,
#welcome .image {
  width: 50%;
}

#welcome .content .content-container {
  width: 70%;
  max-width: 700px;
  margin-inline: auto;
}

#welcome h1 {
  font-size: 3.4rem !important;
  color: #333;
}
#welcome .first-p {
  font-size: 1.2rem;
  color: #333333ea;
  line-height: 30px;
}

#welcome .second-p {
  margin-top: 15px;
  margin-bottom: 20px;
  color: #333333cc;
  font-size: 1.1rem;
  line-height: 28px;
}
#welcome .image div {
  display: grid;
  place-content: center;
  margin-inline: auto;
  width: 70%;
  max-width: 700px;
  height: 700px;
}

#welcome .image div img {
  width: 100%;
  height: 700px;
  color: #ffec00;
  object-fit: contain;
}

#welcome .btns-container {
  display: flex;
  align-items: center;
}
#welcome .btns-container a:last-child {
  margin-left: 10px;
}
#welcome .btns-container button {
  width: 150px;
  height: 50px;
  border-radius: 20px;
  font-size: 0.95rem;
  border: none;
  letter-spacing: 1px;
}

#welcome .first {
  background-color: #333;
  color: #fff;
}
#welcome .second {
  color: #333;
  background-color: #ffff;
}

#aboutUs {
  text-align: center;
  margin-top: 50px;
}

#aboutUs h3 {
  font-size: 2.8rem !important;
  color: #333333;
  margin-bottom: 30px;
}
#aboutUs .video iframe {
  width: 800px;
  height: 400px;
  border-radius: 10px;
}

#description {
  margin-top: 50px;
}

#description img {
  max-height: 100vh;
  width: 100%;
  height: auto;
}
#fat {
  margin-top: 50px;
}

#fat .custom-container {
  max-width: 1500px;
  margin-inline: auto;
}
#fat .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
#fat .flex .text,
#fat .flex .img {
  width: 50%;
}

#fat .flex .text {
  position: relative;
  margin-right: -150px;
}
#fat .flex h3 {
  font-size: 2.7rem !important;
  margin-left: 34px;
  max-width: 400px;
  color: #333;
}
#fat ul {
  list-style: none;
}
#fat ul li {
  display: flex;
  align-items: center;
  background-color: #fcfcfc;
  margin-top: 30px;
  padding-top: 10px;
  padding-right: 30px;
  height: 190px;
  border: 1px solid #3333332c;
  border-radius: 20px;
  z-index: 3;
}
#fat ul li p {
  font-size: 1.05rem;
  color: #333;
  line-height: 30px;
}
#fat ul li i {
  margin-inline: 30px;
  font-size: 3rem;
  color: #e4d500;
}
#fat .flex .img div {
  width: 100%;
}
#fat .flex .img div img {
  width: 87%;
  height: 700px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 12px 12px 0px #ffec00;
}

#distributor {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/pocetna/PC/distributer.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}
#distributor .custom-container {
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
}
#distributor h3 {
  font-size: 3rem;
  color: #f0f0f0;
  border-bottom: 1px solid #ffec00;
  max-width: 650px;
  margin-inline: auto;
  padding-bottom: 10px;
}
#distributor p {
  font-size: 1.05rem;
  letter-spacing: 1px;
  color: #f0f0f0f6;
}
#distributor button {
  color: #fff;
  width: 180px;
  height: 57px;
  background-color: transparent;
  border: 1px solid #ffec00;
  border-radius: 10px;
  font-size: 1.05rem;
  transition: all 0.3s;
}
#distributor button:hover {
  background-color: #ffec00;
  color: #333;
}
#testimonial {
  position: relative;
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#testimonial .custom-container {
  margin-top: -92px;
}

#testimonial .title {
  text-align: center;
  margin-bottom: 70px;
}
#testimonial .title h4 {
  font-size: 1.3rem;
  color: #d8ca00;
  letter-spacing: 1px;
}
#testimonial .title h3 {
  font-size: 2.7rem;
  color: #333;
}
#testimonial .img {
  position: absolute;
  width: 100%;
  z-index: -1;
}
#testimonial .img img {
  width: 100%;
  height: 800px;
}

#testimonial .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

#testimonial .content-container {
  width: 90%;
  margin-inline: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#testimonial .custom-card {
  display: grid;
  place-content: center;
  width: 300px;
  height: 400px;
  background-color: #ffffffa4;
  border-radius: 10px;
}
#testimonial .mid-card {
  background-color: #fff;
  transform: scale(1.17);
  margin-inline: 37px;
  height: 370px;
}

#testimonial .mid-card .text p {
  font-size: 0.9rem;
}
#testimonial .mid-card .text i {
  font-size: 1.3rem;
}

#testimonial .mid-card .name h5 {
  font-size: 1.1rem !important;
}

#testimonial .mid-card .name h6 {
  font-size: 0.75rem !important;
}

#testimonial .text i {
  color: #e4d500;
  font-size: 1.5rem;
}
#testimonial .text p {
  color: #333;
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 26px;
}

#testimonial .name {
  display: flex;
  align-items: center;
}
#testimonial .name img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
#testimonial .name h5 {
  padding-top: 12px;
  margin-bottom: 0px;
  font-size: 1.2rem !important;
  margin-left: 5px;
  color: #333;
}
#testimonial .name h6 {
  margin-left: 5px;
  font-size: 0.85rem !important;
  letter-spacing: 1px;
  color: #3333338e;
}

#gallery {
  position: relative;
  width: 100%;
  height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gallery .bcg {
  position: absolute;
  width: 100%;
  height: 750px;
  z-index: -1;
}
#gallery .bcg img {
  width: 100%;
  height: 100%;
}

#gallery .custom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -70px;
}

#gallery .images-container,
#gallery .custom-text {
  width: 50%;
}
#gallery .custom-text {
  display: flex;
  justify-content: center;
}
#gallery .images-container .custom {
  width: 90%;
  margin-inline: auto;
}

#gallery .custom-text h3 {
  font-size: 2.6rem !important;
  color: #f0f0f0;
  max-width: 600px;
}

#gallery .custom-text a {
  display: block;
  text-decoration: none;
  width: 300px;
  height: 60px;
}

#gallery .custom-text button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  border: 2px solid #ffec00;
  background-color: transparent;
  margin-top: 20px;
  border-radius: 10px;
  margin-left: 5px;
  font-size: 1.1rem;
  color: #f0f0f0;
}
#gallery .custom-text button span {
  margin-inline: 5px;
}
#gallery .custom-text button:hover {
  background-color: #ffec00;
  color: #333;
}

#contact {
  margin-top: 50px;
  margin-inline: auto;
  max-width: 1200px;
}
#contact .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .flex .content,
#contact .flex .form-container {
  width: 50%;
}
#contact .flex .content div {
  margin-inline: auto;
  width: 90%;
}

#contact .flex .content div {
  background-color: #fff;
  box-shadow: 12px 12px 0px #ffec00;
  border-radius: 10px;
  padding: 20px;
}

#contact h4 {
  font-size: 0.9rem;
  color: #333333a4;
  letter-spacing: 3px;
}
#contact .content h3 {
  font-size: 2.7rem;
  margin-top: 15px;
  color: #333;
}
#contact h3 span {
  color: #e4d500;
}
#contact p {
  font-size: 1.1rem;
  margin-top: 15px;
  color: #333;
}
#contact ul {
  margin-top: 30px;
  list-style: none;
  margin-left: -27px;
}
#contact ul li {
  margin-top: 15px;
}
#contact ul li a {
  text-decoration: none;
}
#contact ul li span {
  color: #333333da;
  font-size: 1rem;
}

#contact ul li i {
  padding: 15px;
  background-color: #ffec00;
  border-radius: 50%;
  margin-right: 10px;
  color: #333333;
  font-size: 1.2rem;
}

#contact .flex .form-container h3 {
  color: #333333e0;
  font-size: 2.6rem;
  margin-bottom: 20px;
}

#contact div label {
  display: block;
  padding-left: 5px;
}

#contact div input,
#contact div textarea {
  width: 100%;
  border: none;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
}

#contact div input {
  height: 50px;
  color: #333;
}
#contact div input:focus {
  outline: none;
}

#contact div textarea {
  height: 140px;
  padding-top: 10px;
}

#contact div textarea:focus {
  outline: none;
}
#contact button {
  width: 150px;
  height: 50px;
  border-radius: 100px;
  background-color: #ffec00;
  color: #333;
  font-size: 1rem;
  letter-spacing: 1px;
  border: none;
  transition: all 0.3s;
}
#contact button:hover {
  background-color: #f3e300;
}

@media only screen and (max-width: 1279px) {
  #welcome .content .content-container {
    width: 90%;
  }
  #welcome .image div {
    width: 90%;
  }
  #welcome h1 {
    font-size: 2.9rem !important;
  }

  #welcome .first-p {
    font-size: 1.1rem;
  }
  #welcome .second-p {
    font-size: 1rem;
  }
  #welcome .btns-container button {
    width: 135px;
    height: 47px;
  }

  #aboutUs h3 {
    font-size: 2.6rem !important;
  }

  #fat .flex h3 {
    font-size: 2.5rem !important;
  }
  #fat .flex .text {
    margin-right: -70px;
  }
  #fat .flex .img div img {
    width: 100%;
  }

  #fat ul li {
    min-width: 600px;
    max-width: 100%;
  }
  #fat ul li i {
    font-size: 2.8rem;
  }
  #fat ul li p {
    font-size: 0.95rem;
    line-height: 25px;
  }
  #distributor h3 {
    font-size: 2.7rem;
    max-width: 580px;
  }
  #distributor p {
    font-size: 1.05rem;
  }
  #distributor button {
    font-size: 1rem;
  }
  #distributor button {
    width: 170px;
    height: 55px;
  }
  #gallery .images-container {
    width: 60%;
  }
  #gallery .custom-text {
    width: 40%;
  }
  #gallery .custom-text h3 {
    font-size: 2.4rem !important;
  }
  #gallery .custom-text button {
    width: 250px;
    height: 55px;
  }
  #contact h4 {
    font-size: 0.85rem !important;
  }
  #contact .content h3 {
    font-size: 2.5rem !important;
  }
  #contact p {
    font-size: 1rem;
  }
  #contact .flex .form-container h3 {
    font-size: 2.5rem;
  }
  #contact div input,
  #contact div textarea {
    width: 98%;
  }
}

@media only screen and (max-width: 1023px) {
  /* //////// */

  #welcome .content .content-container {
    width: 97%;
  }
  #welcome .image div {
    width: 97%;
  }

  #aboutUs .video iframe {
    width: 90%;
  }

  #fat .flex .text,
  #fat .flex .img {
    width: 100%;
  }

  #fat .flex {
    flex-direction: column;
  }
  #fat .flex .img div {
    width: 90%;
    margin-inline: auto;
  }
  #fat .flex .img div img {
    height: 300px;
    width: 100%;
  }

  #fat .flex .text {
    margin-right: 0px;
  }

  #fat ul li {
    min-width: auto;
    width: 97%;
    height: 150px;
  }

  #distributor .custom-container {
    width: 95%;
  }
  #distributor h3 {
    font-size: 2.4rem;
  }

  #distributor p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.05rem;
    letter-spacing: 0px;
  }

  #testimonial .custom-container {
    width: 97%;
    max-width: 1200px;
    margin-inline: auto;
    overflow: hidden;
  }

  #testimonial .cards-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
  }

  #testimonial .custom-card {
    flex: 0 0 auto;
    border-radius: 10px;
    scroll-snap-align: start;
  }

  #gallery .row {
    display: none;
  }
  #gallery .images-container .custom {
    width: 97%;
  }

  #gallery .images-container,
  #gallery .custom-text {
    width: 100vw;
  }

  #gallery .custom-container {
    margin-bottom: 50px;
  }

  #gallery {
    height: 750px;
  }
  #gallery .bcg {
    height: 750px;
  }

  #gallery .custom-container {
    flex-direction: column;
  }

  #gallery .mobile-gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  #gallery .mobile-gallery div {
    width: 100%;
  }

  #gallery .mobile-gallery img {
    width: 47%;
    object-fit: cover;
    border-radius: 10px;
    margin-inline: 10px;
    margin-top: 20px;
  }

  #gallery .mobile-gallery .min {
    height: 180px;
  }
  #gallery .mobile-gallery .c-large {
    height: 180px;
  }
  #gallery .custom-text {
    margin-top: 30px;
    justify-content: left;
    width: 97%;
    margin-left: auto;
  }

  #contact .flex {
    flex-direction: column;
  }
  #contact .flex .content,
  #contact .flex .form-container {
    width: 100%;
  }
  #contact .flex .content div {
    width: 95%;
  }
  #contact div input,
  #contact div textarea {
    width: 100%;
  }
  #contact .flex .form-container {
    margin-top: 50px;
  }
  #contact .flex .form-container form {
    width: 95%;
    margin-inline: auto;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }

  #welcome {
    height: auto;
    padding-top: 20px;
    background-image: linear-gradient(
      0deg,
      hsl(0deg 0% 100%) 0%,
      hsl(54deg 100% 96%) 11%,
      hsl(54deg 100% 91%) 22%,
      hsl(54deg 100% 87%) 33%,
      hsl(54deg 100% 83%) 44%,
      hsl(54deg 100% 78%) 56%,
      hsl(54deg 100% 73%) 67%,
      hsl(54deg 100% 68%) 78%,
      hsl(55deg 100% 62%) 89%,
      hsl(56deg 100% 50%) 100%
    );
  }

  #welcome .flex {
    flex-direction: column;
  }

  #welcome .content,
  #welcome .image {
    width: 100%;
  }

  #welcome h1 {
    font-size: 2.6rem;
  }
  #welcome .image div {
    height: auto;
    margin-top: 50px;
  }

  #welcome .image div img {
    height: auto;
    object-fit: cover;
  }

  #aboutUs h3 {
    font-size: 2.2rem !important;
  }

  #aboutUs .video iframe {
    height: 300px;
  }

  #description img {
    filter: brightness(0.85);
  }

  #fat .flex h3 {
    font-size: 2.2rem !important;
  }

  #fat .title {
    margin-left: -20px;
  }
  #fat ul {
    padding-left: 0rem;
  }
  #fat ul li {
    height: 170px;
    margin-inline: auto;
  }
  #distributor {
    background-image: url("/pocetna/mob/disMobile.png");
  }

  #distributor h3 {
    font-size: 2.2rem;
  }

  #distributor p {
    font-size: 1rem;
  }

  #distributor button {
    height: 50px;
    width: 180px;
  }

  #testimonial .title h4 {
    font-size: 1.1rem;
  }

  #testimonial .title h3 {
    font-size: 2.2rem;
  }

  #testimonial .content-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #gallery .images-container,
  #gallery .custom-text {
    width: 100%;
  }
  #gallery .bcg {
    height: 850px;
  }
  #gallery .mobile-gallery {
    margin-left: 4px;
  }

  #gallery .mobile-gallery img {
    width: 48%;
    margin-inline: 2px;
    margin-top: 4px;
  }

  #gallery .mobile-gallery .c-large {
    height: 280px;
  }

  #gallery .mobile-gallery .first-large {
    margin-top: 106px;
  }

  #gallery .mobile-gallery .second-large {
    margin-top: -70px;
  }
  #gallery .custom-text {
    margin-left: 40px;
  }
  #gallery .custom-text h3 {
    font-size: 2rem !important;
  }
}

@media only screen and (max-width: 499px) {
  header img {
    width: 200px !important;
  }
  #welcome h1 {
    font-size: 2.4rem !important;
    color: #333;
  }
  #welcome .first-p {
    font-size: 1rem;
    line-height: 27px;
  }
  #welcome .second-p {
    font-size: 0.9rem;
    line-height: 25px;
  }

  #welcome .btns-container button {
    width: 130px;
    height: 45px;
    font-size: 0.9rem;
  }
  #aboutUs .video iframe {
    width: 99%;
    height: 300px;
  }
  #fat .flex h3 {
    font-size: 1.9rem !important;
  }
  #fat ul li {
    display: block;
    height: auto;
    place-content: center;
    text-align: center;
    padding-inline: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #fat ul li p {
    width: 97%;
    padding: 0px;
    margin-top: 15px;
    margin-inline: auto;
  }
  #fat .flex .img div img {
    height: 250px;
    width: 97%;
  }
  #distributor {
    height: 700px;
  }

  #distributor h3 {
    font-size: 1.4rem;
  }
  #distributor button {
    font-size: 0.9rem;
  }

  #gallery .custom-text h3 {
    font-size: 1.7rem !important;
  }
  #contact .content h3 {
    font-size: 1.7rem !important;
  }
  #contact p {
    font-size: 0.95rem;
  }
  #contact ul li span {
    font-size: 0.95rem;
  }#contact button {
    width: 130px;
    height: 45px;
  }
}
