@media screen and (max-width: 729px) {


  .section1 {
    height: 500px;
  }

  .section1__container{
    margin-top: 5rem;
    justify-content: center;
  }

  .section1__leva__strana{
    text-align: center;
    display: flex;
    align-items: center;
  }

  .section1__title{
    font-size: 2rem;
  }

  .section1__desc{
    font-size: 1.2rem;
  }

  .section1__desna_strana{
    width: 300px;
    display: none;
  }

  .section2{
    height: 1350px;
  }

  .section2__container{
    justify-content: center;
    padding-top: 0;
    padding-bottom: 500px;
  }

  .section2__text{
    height: 7rem;
    margin-top: 0;
    margin-bottom: 170px;
  }

  .section2__title{
    font-size: 2.3rem;
  }

  .section2__desc,
  .section2__desc__desc{
    font-size: 1.2rem;
  }

  .section2__sadrzaj{
    font-size: 2.7rem;
    margin-bottom: 30px;
  }

  .section2__items{
    justify-content: center;
    align-items: center;
  }

  .section3{
    height: 1850px;
  }

  .section3__container{
    justify-content: center;
    align-items: center;
  }

  .section3__title{
    font-size: 2.3rem;
    margin-top: 140px;
    margin-right: 40px;
  }

  .section3__sadrzaj{
    justify-content: center;
  }

  .section3__kocka{
    width: 370px;
    height: 270px;
  }

  .section4{
    height: 2000px;
  }

  .section4__container{
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: row;
  }

  .section4__subtitle{
    font-size: .9rem;
  }

  .section4__title{
    font-size: 2rem;
    width: 400px;
  }

  .section4__sadrzaj{
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .section5{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .section5__sadrzaj{
    width: 500px;
  }

  .section5__title{
    font-size: 2.5rem;
  }

  .section5__subtitle{
    font-size: 1rem;
  }

  .section5__desc{
    font-size: .9rem;
    bottom: 80px;
  }

  .section5__button{
    bottom: 70px;
  }

  footer{
    padding: 0px 60px;
    height: 450px;
  }

  .footer__leva__strana{
    width: 100%;
  }

  .footer__sadrzaj{
    padding-right: 0px;
  }

  .footer__desna__strana{
    padding-bottom: 50px;
    width: 230px;
  }

  .footer__socials{
    width: 70px;
  }

}

/*================= KONTAKT ======================*/

@media screen and (max-width: 729px) {
  main{
    height: 1300px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .kontakt__title{
    font-weight: bold;
    font-size: 2.9rem;
    margin-top: 20px;
  }

  .kontakt__subtitle{    
    padding: 12px;
    border-radius: 10px;
    width: fit-content;
    font-size: 1.2rem;
    align-self: center;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .main__leva__strana{
    width: 400px;
  }

  .kontakt__desc{
    font-size: 16px;
    margin-top: 60px;
    color: #403847;
    width: 400px;
    text-align: center;
  }

  .section1__kontakt{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
  }

  .name__input,
  .email__input,
  .first__number__input,
  .second__number__input,
  .website__input,
  .naziv__firme__input,
  .pitanje1__input{
    width: 370px;
    font-size: 15px;
  }


  .first__number__input{
    width: 60px;
  }
  .second__number__input{
    width: 307px;
  }
}